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: 700;
	text-align: center;
	transform: rotate(-7deg);
	transform-origin: 50% 50%;
	color: #f4eb00;
	margin-top: 0;
}

.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: 12pt;
	line-height: 1.9em;
	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: 316px;
	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: -3000px 0;
	}
}

@keyframes loop-pc {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -3000px 0;
	}
}

#slide_photo_pc2{
	width: 100%;
	height: 252px;
	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: -2500px 0;
	}
	100% {
		background-position: 0 0;
	}
}

@keyframes loop-pc2 {
	0% {
		background-position: -2500px 0;
	}
	100% {
		background-position: 0 0;
	}
}






/*----------INTRODUCTION------------*/

.intro_box{
	padding-top:1px;
	height: 1210px;
	height: 1100px;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.intro_bg_sp{
	display: none;
}

.intro_bkf{
	text-shadow: 0px 0px 3px #000, 0px 0px 6px #000, 0px 0px 6px #000, 0px 0px 6px #000, 0px 0px 9px #000, 0px 0px 9px #000, 0px 0px 9px #000;
	
}

.intro_whf{
	text-shadow: 0px 0px 3px #fff, 0px 0px 6px #fff, 0px 0px 6px #fff, 0px 0px 6px #fff, 0px 0px 9px #fff, 0px 0px 9px #fff, 0px 0px 9px #fff;
	
}

.intro_body{
	position: absolute;
}

/*-----INTRO 1------*/
#intro_box1{
	background-image: url(../images/intro_bg1.jpg);
	background-position: left top;
	color: #fff;
}


#intro1_body{
	top: 4%;
	right: 2%;
	width: 740px;
	height: auto;
}

@media screen and (max-width: 1300px) {
	#intro1_body{
		top: 50%;
		transform: translateY(-50%);
	}
}

@media screen and (max-width: 1100px) {
	#intro1_body{
		top: 50%;
		transform: translateY(-30%);
	}
}


#intro1_body h3{
	color: #6ec3ec;
}

.intro_leadbox{
	text-align: center;
	margin-bottom: 20px;
}

.intro1_lead{
	font-size: 22pt;
	font-weight: 700;
	margin-bottom: 30px;
	color:#f4eb00;
	background: linear-gradient(transparent 20px, #0064b4 20px);
	line-height: 35px;
	background-size: 40px 46px;
	display: inline;
}


/*-----INTRO 2------*/
#intro_box2{
	background-image: url(../images/intro_bg2.jpg);
	background-position: right top;
	color: #000;
}


#intro2_body{
	position: absolute;
	top: 4%;
	left: 2%;
	width: 640px;
	height: auto;
}

.intro2_lead{
	font-size: 22pt;
	font-weight: 700;
	margin-bottom: 30px;
	color:#0064b4;
	background: linear-gradient(transparent 20px, #f4eb00 20px);
	line-height: 35px;
	background-size: 40px 46px;
	display: inline;
}

@media screen and (max-width: 1650px) {
	#intro2_body{
		top: 50%;
		transform: translateY(10%);
	}
}

/*-----INTRO 3------*/
#intro_box3{
	background-image: url(../images/intro_bg3.jpg);
	background-position: left top;
	color: #fff;
}


#intro3_body{
	position: absolute;
	top: 4%;
	right: 2%;
	width: 740px;
	height: auto;
}

.intro3_lead{
	font-size: 22pt;
	font-weight: 700;
	margin-bottom: 30px;
	color:#f4eb00;
	background: linear-gradient(transparent 20px, #0064b4 20px);
	line-height: 35px;
	background-size: 40px 46px;
	display: inline;
}

@media screen and (max-width: 1650px) {
	#intro3_body{
		top: auto;
		bottom: 5%;
	}
}


/*-----INTRO 4------*/
#intro_box4{
	background-image: url(../images/intro_bg4.jpg);
	background-position: center top;
	color: #fff;
}


#intro4_body{
	position: absolute;
	top: 4%;
	left: 2%;
	width: 640px;
	height: auto;
}

.intro4_lead{
	font-size: 22pt;
	font-weight: 700;
	margin-bottom: 30px;
	color:#f4eb00;
	background: linear-gradient(transparent 20px, #0064b4 20px);
	line-height: 35px;
	background-size: 40px 46px;
	display: inline;
}




@media screen and (min-width: 1800px) {
	.intro_box{
		background-size: 100% auto;
	}
}






/*----------STORY------------*/

#story_box{
	padding-top:0;
	padding-bottom: 100px;
	color: #fff;
	background-color: #000;
}

.sub_head{
	z-index: 10;
}

.sub_head img{
	width: 100%;
	height: auto;
}

#story_body{
	z-index: 20;
	margin-top: -18%;
}

#story_box h3{
	color: #f4eb00
}


/*----------CAST------------*/

#cast_box{
	padding-top:1px;
	background-image: url(../images/cast_bg.jpg);
	height: 1940px;
	background-color: #0063b4;
}

#cast_box h3{
	margin-top: 90px;
	margin-bottom: 80px;
}

#cast_inbox{
	width: 1304px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media screen and (max-width: 1304px) {
	#cast_inbox{
		margin-left: calc((1304px - 100vw) / 2 * -1 );
	}
}

@media screen and (max-width: 1000px) {
	#cast_inbox{
		margin-left: -152px;
	}
}




#cast_box .in_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cast_min{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.cast_minL{
	width: 39%;
}

.cast_minL .prof_btn{
	margin-left: auto;
	margin-right: auto;
}

.prof_btn{
	width: 645px;
/*	width: 440px;*/
	text-align: center;
	margin-bottom: 55px;
}

.cast_pt{
	width: 100%;
	height: auto;
}

#cast_box .in_box .prof_btn{
	width: 440px;
}

#cast_box .in_box .prof_btn.staff1{
	width: 440px;
}

.cast_spa{
	width: 170px;
}


.cast_spa2{
	width: 170px;
}



.prof_btn:hover{
	cursor: pointer;
}

.prof_btn img{
	display: block;
	transition: 0.7s;
}

.prof_btn:hover img{
	opacity: 0.8;
}



.cast_namebox{
	display: flex;
	justify-content: center;
	margin-top: 20px;
	width: 100%;
}

.cast_nameL{
	color:#f4eb00;
	text-shadow: 3px 3px 1px #193290;
	font-weight: 700;
	transition: 0.7s;
}

.staff1 .cast_nameL{
	padding-top: 13px;
}

.prof_btn:hover .cast_nameL{
	color:#fff;
}

.cast_name{
	font-size: 21pt;
	margin-bottom: 16px;
}

.cast_role{
	font-size: 13pt;
}

.cast_nameR{
	margin-left: 7px;
}

.fa-stack{
	font-size: 19pt;
}

.fa-circle{
	color: #193290
}

.fa-plus{
	color: #f4eb00;
	transform-origin: 50% 50%;
	transition: 0.7s;
}

.prof_btn:hover .fa-plus{
	color:#fff;
	transform: rotate(360deg);

}



/*----------Profile Mado------------*/

.prof_mados{
	padding: 60px 38px 60px 25px;
	color: #000;
	background: #fff;
	font-size: 12pt;
	line-height: 1.7em;
	border: 8px #193290 solid;
}

.cast_flex{
}


.cast_madotxt{
	width: 100%;
	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;
	font-weight: 700;
	color: #193290;
	margin-bottom: 25px;
	text-align: center
}

.prof_mados .cast_name small{
	font-size: 80%;
}


.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:1px;
	padding-bottom: 100px;
	background-color: #000;
}




/*----------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;
}


/*----------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;
}














