/*-----Sub Page-------*/
#main{
	width: 100%;
	overflow:hidden;
	min-width: 1000px;
}


.sub_box{
	width: 100%;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}

.in_box{
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 1000px;
	position: relative;
	box-sizing: border-box;
	font-size: 11pt;
	line-height: 1.4em;
}

h3{
	display: block;
	font-family: 'M PLUS 2', sans-serif;
	font-size: 23pt;
	font-weight: 700;
	text-align: center;
	color: #71bddb;
	margin: 40px 0;
}

.sub_head{
	width: 100%;
	min-width: 1000px !important;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 10;
}

.sub_head_inbox{
	width: 1000px;
	margin:0 auto;
	position: relative;
	z-index: 10;
}

.txt_box{
    font-size: 16pt;
	line-height: 1.5em;
}

.pad_lr{
	padding-left: 13px;
	padding-right: 13px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.rot_box{
	-webkit-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -o-transform: rotate(0.028deg);
    transform: rotate(0.028deg);
	font-feature-settings : "palt" 1;
}

.w100pct{
	width: 100%;
	min-width: 1000px;
	height: auto;
	margin: 0;
	display: block;
	z-index: 10;
}

.w100pcthd{
	width: 100%;
	min-width: 1000px;
	height: auto;
	margin: 0;
	display: block;
	z-index: 10;
	visibility: hidden;
	vertical-align:bottom;
}

.yokobo{
	letter-spacing: -0.1em;
    /*	<span class="yokobo">――</span>*/
}

.d_flex{
	display: -webkit-flex;
	display: flex;
}


.d_flex_L{
	width: 487px;
	padding-right: 26px;
	border-right: 1px #000 solid;
}

.d_flex_R{
	width: 487px;
	padding-left: 26px;
}


/*----------PHOTO SCROLL------------*/

#slide_photo_pc1{
	width: 100%;
	height: 290px;
	background: repeat-x url("../images/scrl1.jpg") left top/auto 100%;
	-webkit-animation: loop-pc infinite 40s linear;
	animation: loop-pc infinite 40s linear;
	z-index: 20;
}

@-webkit-keyframes loop-pc {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -2826px 0;
	}
}

@keyframes loop-pc {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -2826px 0;
	}
}

#slide_photo_pc2{
	width: 100%;
	height: 600px;
	background: repeat-x url("../images/scrl2.jpg") left top/auto 100%;
	-webkit-animation: loop-pc2 infinite 40s linear;
	animation: loop-pc2 infinite 40s linear;
	z-index: 20;
}

@-webkit-keyframes loop-pc2 {
	0% {
		background-position: -3800px 0;
	}
	100% {
		background-position: 0 0;
	}
}

@keyframes loop-pc2 {
	0% {
		background-position: -3800px 0;
	}
	100% {
		background-position: 0 0;
	}
}


/*-----NEWS-------*/
#news_box{
	padding-bottom: 100px;
}

@media screen and (max-width: 1500px) {
	#news_box{
		padding-bottom: 240px;
	}
}

.news_kei {
    height: 3px;
    border-bottom: 3px #71bddb dotted;
    margin: 20px 0 20px;
}

a.news_row {
    font-size: 16pt;
    display: -webkit-flex;
    display: flex;
	color: #7a2e00;
	padding: 25px 0;
    border-bottom: 3px #71bddb dotted;
	line-height: 1.4em;
}

a.news_row:hover{
	text-decoration: underline;
}

.news_err{
    font-size: 16pt;
	color: #7a2e00;
	padding: 25px 0;
	line-height: 1.4em;
	text-align: center
}

.news_date {
    width: 71px;
    margin-left: 10px;
	margin-right: 20px;
}

.news_title{
	margin-right: 10px;
}

a.news_miru{
	display: block;
	width: 367px;
	height: 90px;
	margin: 80px auto 0;
	background-image: url(../images/btn_miru1_off.png);
	transition: 0.4s;
}

a.news_miru:hover{
	background-image: url(../images/btn_miru1_on.png);
}

.kiri_btn1{
	position: absolute;
	margin-top: -51px;
	margin-left: 18px;
}

.kiri_L{
	position: absolute;
	margin-left: -258px;
	bottom: 0%;
	transform-origin: center bottom;
	transform: rotate(-100deg);
}

.kiri_R{
	position: absolute;
	right: -256px;
	bottom: 0%;
	transform-origin: center bottom;
	transform: rotate(100deg);
}


/*-----あらすじ-------*/

#arasuji_box{
	background-color: #fffdd2;
	padding-top: 1px;
	padding-bottom: 100px;
}

#arasuji_box .txt_box{
	text-align: center;
	line-height: 2.6em;
}


#arasuji_kakuwa{
	margin-top: 50px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.arasuji{
	width: 399px;
	text-align: center;
	margin-bottom: 30px;
}

.arasuji img{
	display: block;
}

.arasuji_title{
	font-size: 16pt;
	line-height: 1.4em;
	margin-top: 5px;
	margin-bottom: 10px;
}

.arasuji_txt{
	text-align: left;
	font-size: 12pt;
	line-height: 1.4em;
}

a.arasuji_miru{
	display: block;
	width: 367px;
	height: 90px;
	margin: 80px auto 0;
	background-image: url(../images/btn_miru2_off.png);
	transition: 0.4s;
}

a.arasuji_miru:hover{
	background-image: url(../images/btn_miru2_on.png);
}

.kiri_btn2{
	position: absolute;
	margin-top: -44px;
	margin-left: 37px;
}


/*-----INTRODUCTION-------*/

#intro_box{
	padding-top: 1px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto;
}



#intro_box .txt_box{
	text-align: center;
	line-height: 2.6em;
}

.intro_bg{
	width: 100%;
	height: auto;
	margin-top: 50px;
	display: block;
}



/*-----キャラクター-------*/

#chara_box{
}

.chara_bg{
	width: 100%;
	height: auto;
	z-index: 10;
}

#chara_box div{
	position: absolute;
	text-align: center;
	z-index: 20;
}


@-webkit-keyframes fuwa1 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes fuwa1 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}


@-webkit-keyframes fuwa2 {
  0%, 100% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0px);
  }
}

@keyframes fuwa2 {
  0%, 100% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0px);
  }
}


@-webkit-keyframes fuwa3 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-17px);
  }
}

@keyframes fuwa3 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-17px);
  }
}

.fuwa1{
	animation: 4s fuwa1 infinite;
}

.fuwa2{
	animation: 2.5s fuwa2 infinite;
}
.fuwa3{
	animation: 3s fuwa3 infinite;
}

#chara_box div img{
	height: auto;
}

#chara_box div img:first-of-type{
	margin-bottom: 6%;
	transform-origin: 50% 50%;
}


#chara_box div img:not(:first-of-type){
	width: 100%;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transform-origin: 50% 100%;
}

#chara_box div:hover{
	cursor: pointer;
}

#chara_box div:hover img:not(:first-of-type)
{
	transform: scale(1.05, 1.05);

}


.a-chan_cbox{
	width: 10.28%;
	margin-top: 10.1%;
	margin-left: 47.3%;
}
.charana_a-chan{
	width: 66.49%
}

.ane_cbox{
	width: 11.89%;
	margin-top: 8.7%;
	margin-left: 21.1%;
}
.charana_ane{
	width: 57.01%
}

.komachi_cbox{
	width: 9.83%;
	margin-top: 31.3%;
	margin-left: 66.7%;
}
.charana_komachi{
	width: 109.6%;
}

.mame_cbox{
	width: 17.61%;
	margin-top: 10.7%;
	margin-left: 78.4%;
}
.charana_mame{
	width: 61.2%;
}

.maza_cbox{
	width: 11.67%;
	margin-top: 10.4%;
	margin-left: 34.4%;
}
.charana_maza{
	width: 58.1%;
}

.mero_cbox{
	width: 6.78%;
	margin-top: 42.6%;
	margin-left: 50.9%;
}
.charana_mero{
	width: 100%;
}

.oi_cbox{
	width: 6.78%;
	margin-top: 18.1%;
	margin-left: 57.9%;
}
.charana_oi{
	width: 104.27%;
}

.poniki_cbox{
	width: 9.22%;
	margin-top: 8.5%;
	margin-left: 9.9%;
}
.charana_poniki{
	width: 73.49%;
}

.sinba_cbox{
	width: 8.06%;
	margin-top: 42.1%;
	margin-left: 6%;
}
.charana_shinba{
	width: 84.14%
}

.tabi_cbox{
	width: 6.94%;
	margin-top: 40.5%;
	margin-left: 19.6%;
}
.charana_tabi{
	width: 93.6%;
}


/*----------Profile Mado------------*/

.prof_mados{
	padding: 30px 25px 30px 25px;
	color: #000;
	background: #fff;
	font-size: 12pt;
	line-height: 1.7em;
	width: calc(100% - 12px);
	border-radius: 80px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
}

.prof_img{
	margin-right: 20px;
}

.prof_up{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 20px;
}

.chara_ncbox{
	width: 100%;
}

.chara_name{
	color: #8acf74;
	font-size: 26pt;
	text-align: center;
	width: 100%;
}

.chara_name small{
	font-size: 70%;
}

.chara_catch{
	color: #f5a6c1;
	font-size: 18pt;
	text-align: center;
	margin-top: 20px;
	width: 100%;
}

.cast_madotxt{
    font-size: 16pt;
	line-height: 1.5em;
	color: #7a2e00;
	text-align: justify;
	text-justify: inter-ideograph;
}

/*-----放送・配信情報-------*/

#hoso_box{
	background-color: #f3ffe4;
	padding-top: 1px;
	padding-bottom: 100px;
}

#hoso_box h3{
	color: #f5a6c1;
}

#hoso_box .txt_box{
	width: 660px;
	margin: 0 auto 50px;
	display: flex;
	justify-content: space-between;
}



.hoso_txt{
	padding-top: 21px;
	padding-left: 20px;
	flex:1
}

.hoso_txt ul{
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 0;
	list-style: none;
	font-size:0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}

.hoso_txt ul li{
	display: block;
	margin-right: 10px;
}

.hoso_txt ul li a{
	font-size: 10pt;
	display: block;
	color:#fff;
	background-color: #8acf74;
	width: 240px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 17px;
	text-align: center;
	border-radius: 20px;
	transition: 0.4s;
}

.hoso_txt ul li a:hover{
	color:#7a2e00;
	background-color: #bfeeff;
}


.kiri_tsumiki{
	display: block;
	margin: 50px auto 0;
}


/*-----スタッフ・キャスト-------*/

#stacas_box{
	padding-top: 1px;
	padding-bottom: 100px;
}


#stacas_box .txt_box{
	text-align: center;
	line-height: 1.8em;
}

.stacas_ttl{
	font-size: 120%;
	margin-bottom: 20px;
}








