body {
	font-size: 11pt;
	line-height: 1.5em;
}
/*-----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: "Roboto", sans-serif;
	font-size: 31pt;
	font-weight: 900;
	text-align: center;
}

.sub_head{
	width: 100%;
	min-width: 1000px;
	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: 11pt;
	line-height: 1.5em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.pad_lr{
	padding-left: 13px;
	padding-right: 13px;
}

.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: 340px;
	background: repeat-x url("../images/scrl_pt1.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: -2400px 0;
	}
}

@keyframes loop-pc {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -2400px 0;
	}
}

#slide_photo_pc2{
	width: 100%;
	height: 340px;
	background: repeat-x url("../images/scrl_pt2.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: -2400px 0;
	}
	100% {
		background-position: 0 0;
	}
}

@keyframes loop-pc2 {
	0% {
		background-position: -2400px 0;
	}
	100% {
		background-position: 0 0;
	}
}

/*----------H3 SVG------------*/

svg {
	width: 250px;
	height: 35px;
	overflow: visible;
	margin: 0 auto;
	display: block;
	margin-bottom: 30px;
}

text {
	font-family: "Lato", sans-serif;	fill:none;
	font-size: 33pt;
	font-weight: 900;
	stroke-width: 1.7;
	letter-spacing: 0.1em;
	width: 100%;
	text-anchor: middle;
}





/*----------INTRODUCTION------------*/

#intro_box{
	padding-top:0px;
	padding-bottom: 00px;
	display: flex;
	background-image: -moz-linear-gradient( 180deg, rgb(172,207,44) 0%, rgb(241,235,58) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgb(172,207,44) 0%, rgb(241,235,58) 100%);
	background-image: linear-gradient( 180deg, rgb(172,207,44) 0%, rgb(241,235,58) 100%);
	color: #ec3f1c;
}

.intro_head{
	width: 47.17%;
	height: auto;
}

#intro_body{
	flex: 1;
	display: flex;
	align-items: center;
}

#intro_box .in_box{
	width: 100%;
	max-width: 700px;
}

#intro_box text{
	stroke: #ec3f1c;
	
}

/*----------STORY------------*/

#story_box{
	padding-top:0px;
	padding-bottom: 0px;
	color: #ffe400;
}

.story_head{
	width: 100%;
	height: auto;
	z-index: 10;
	display: block;
}

#story_body{
	position: absolute;
	bottom: 20%;
	margin-left: 0%;
	z-index: 20;
	width: 720px;
}

#story_body text{
	stroke: #ffe400;
	text-shadow: 0px 0px 3px #000000, 0px 0px 6px #000000, 0px 0px 6px #000000, 0px 0px 6px #000000;
	-moz-text-shadow: 0px 0px 3px #000000, 0px 0px 6px #000000, 0px 0px 6px #000000, 0px 0px 6px #000000;
	-webkit-text-shadow: 0px 0px 3px #000000, 0px 0px 6px #000000, 0px 0px 6px #000000, 0px 0px 6px #000000;
	
}


#story_box .txt_box{
	width: 100%;
	text-shadow: 0px 0px 3px #000000, 0px 0px 6px #000000, 0px 0px 6px #000000, 0px 0px 6px #000000;
	-moz-text-shadow: 0px 0px 3px #000000, 0px 0px 6px #000000, 0px 0px 6px #000000, 0px 0px 6px #000000;
	-webkit-text-shadow: 0px 0px 3px #000000, 0px 0px 6px #000000, 0px 0px 6px #000000, 0px 0px 6px #000000;
}


/*----------INTERVIEW------------*/

#inte_box{
	padding-top:0px;
	color: #caf548;
	background-color: rgb(8,60,151);
}

#inte_body{
	background-image: -moz-linear-gradient( 270deg, rgb(8,60,151) 0%, rgb(58,136,239) 100%);
	background-image: -webkit-linear-gradient( 270deg, rgb(8,60,151) 0%, rgb(58,136,239) 100%);
	background-image: -ms-linear-gradient( 270deg, rgb(8,60,151) 0%, rgb(58,136,239) 100%);
	padding-top:30px;
	padding-bottom: 100px;
}

.inte_head{
	width: 100%;
	height: auto;
}

#inte_body text{
	stroke: #caf548;
}

.panel{
	background-color: #000;
}


dl.panel {
	margin: 0 0 50px;
}

dl.panel:hover{
	cursor: pointer;
}

.panel dt{
	font-size: 20pt;
	font-weight: 700;
	line-height: 1.3em;
	padding: 40px 0 40px 20px;
	z-index: 20;
}

.panel dt .inte{
	font-weight: 400;
	font-size: 70%;
}


.panel dt:before{
	content:url(../images/btn_hiraku.png);
	display:inline-block;
	width:43px;
	height:43px;
	line-height: 43px;
	position:absolute;
	right:38px;
	top:37px;
	transform:rotate(0deg);
	transform-origin: 50% 50%;
	transition: 0.4s;
	z-index: 10;
	
}

.panel dt.active:before{
	content:url(../images/btn_hiraku2.png);
}

.is_hide{
	display:none;
}
.panel dd{
	padding: 0px 20px 10px;
	margin: 0;
}

.prono_pt{
	float: left;
	margin: 0 20px 20px 0;
}

.inteQ{
	padding-left:1em;
	text-indent:-1em;
	margin-bottom: 20px;
}

.inteA{
	padding-left:1em;
	text-indent:-1em;
	margin-bottom: 40px;
}

#inte_box .txt_box{
	line-height: 1.6em;
}





/*----------CAST------------*/

#cast_box{
	padding-top:70px;
	padding-bottom: 100px;
	background-image: -moz-linear-gradient( -90deg, rgb(219,22,22) 0%, rgb(255,106,34) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(219,22,22) 0%, rgb(255,106,34) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(219,22,22) 0%, rgb(255,106,34) 100%);
	color: #ffe400;
}

#cast_box text{
	stroke: #ffe400;
}

#cast_box .in_box{
	width: 100%;
	max-width: 1426px;
	display: flex;
	justify-content: space-around;
	margin-top: 50px;
}

.cast_txt{
	width: 46%;
	max-width: 682px;
	background-color: #ec3f1c;
	padding: 30px 35px 0;
}

.cast_pt{
	display: block;
	margin: 0 auto;
	width: 100%;
}

.cast_txt .text_box{
	padding: 35px 0;
}

.cast_name{
	font-size: 18pt;
	font-weight: 700;
	margin-bottom: 20px;
}

.cast_roll{
	font-size: 14pt;
	margin-bottom: 20px;
}






/*----------Profile Mado------------*/

.prof_mados{
	padding: 60px 38px 60px 25px;
	color: #000;
	background: #f1f1f1;
	font-size: 12pt;
	line-height: 1.7em;
}

.cast_flex{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;

}


.cast_madotxt{
	width: 560px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.staff_madotxt{
	width: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
}

.prof_mados .cast_name{
	font-size: 20pt;
	margin-bottom: 15px;
}

.prof_mados .cast_name small{
	font-size: 80%;
	font-family: 'Crimson Pro', serif;
}


.cast_cmt{
	background-color: #bcbbbb;
	padding: 10px 20px 20px;
	margin-top: 30px;
}

.cast_cmtt{
	font-family: 'Crimson Pro', serif;
	font-size: 120%;
	margin-bottom: 20px;
}

.kantoku_pt{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


/*----------STAFF------------*/

#staff_box{
	padding-top:70px;
	padding-bottom: 100px;
	background-image: -moz-linear-gradient( -90deg, rgb(255,186,0) 0%, rgb(255,228,0) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(255,186,0) 0%, rgb(255,228,0) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(255,186,0) 0%, rgb(255,228,0) 100%);
	color: #ec3f1c;
}

#staff_box text{
	stroke: #ec3f1c;
}

#staff_box .in_box2{
	width: 100%;
	max-width: 1426px;
	display: flex;
	justify-content: space-around;
	margin: 50px auto 100px;
}

.staff_txt{
	width: 46%;
	max-width: 682px;
	background-color: #ffe401;
	padding: 30px 35px 0;
}


.staff_txt .text_box{
	padding: 35px 0;
}

.staff_name{
	font-size: 18pt;
	font-weight: 700;
	margin-bottom: 20px;
}

.staff_roll{
	font-size: 14pt;
	margin-bottom: 20px;
}

.ch{
	font-family: "Noto Sans SC", sans-serif;
	font-weight: 400;
}

.chb{
	font-family: "Noto Sans SC", sans-serif;
	font-weight: 700;
}

.credit_txt{
	text-align: center;
	font-size: 9pt;
	line-height: 2em;
	white-space: pre-line;
}



/*----------PARA------------*/
.para_box{
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto;
	background-attachment: scroll;	
	width: 100vw;
	min-width: 1000px;
}

#para_pt1{
	background-image: url(../images/para_pt1.jpg);
	height: 80vw;
	background-size: 120% auto;
}

#para_pt2{
	background-image: url(../images/para_pt2.jpg);
	height: 80vw;
	background-size: 120% auto;
	background-position: left top;
}

#para_pt3{
	background-image: url(../images/para_pt3.jpg);
	height: 80vw;
	background-size: 140% auto;
}

#para_pt4{
	background-image: url(../images/para_pt4.jpg);
	height: 80vw;
	background-size: 120% auto;
	background-position: left top;
}

#para_pt5{
	background-image: url(../images/para_pt5.jpg);
	height: 80vw;
	background-size: 110% auto;
}



/*----------STAFF------------*/

#pt_box{
	padding-top: 1px;
	height: 103vw;
	min-height: 1100px;
	background-color: #fff;
}

#pt_box img{
	position: absolute;
	height: auto;
}

.sub_ftrpt_1{
	margin-top: 10%;
	margin-left: 8%;
	width: 51.1%;
	z-index: 50;
}

.sub_ftrpt_2{
	margin-top: 26%;
	margin-left: 63%;
	width: 25.44%;
	z-index: 20;
}

.sub_ftrpt_3{
	margin-top: 56%;
	margin-left: 19%;
	width: 39%;
	z-index: 30;
}

.sub_ftrpt_4{
	margin-top: 74%;
	margin-left: 41%;
	width: 34.72%;
	z-index: 40;
}


/*----------FOOTER------------*/
#footer{
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #fff;
	text-align: center;
}

.totop{
	width: 330px;
	height: 75px;
	color:#fff;
	font-family: 'Poppins', sans-serif;
	font-size: 14pt;
	font-weight: 400;
	border: 1px #fff solid;
	margin: 225px auto 0;
	text-align: center;
	line-height: 75px;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: default;
}

.and{
	font-size: 16pt;
}


.totop:hover{
	background-color: rgba(255, 255, 255, 0.3);
	cursor: pointer;
}














