/*-----Sub Page-------*/
#main{
	width: 100%;
	overflow:hidden;
	min-width: 1000px !important;
}


.sub_box{
	width: 100%;
	min-width: 1000px !important;
	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: 'Barlow Condensed', sans-serif;
	font-size: 36pt;
	font-weight: 400;
	text-align: center;
}

.grade_txt,
.grade_txt span{
	display: inline-block;
/*	display: inline;*/
	background: linear-gradient(47deg, rgba(40,110,117,1) 0%, rgba(157,140,187,1) 50%, rgba(218,147,185,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.grade_box{
	display: block;
	background: linear-gradient(47deg, rgba(40,110,117,1) 0%, rgba(157,140,187,1) 50%, rgba(218,147,185,1) 100%);
}


.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: 13pt;
	line-height: 1.6em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.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;
	}
}






/*----------INTRODUCTION------------*/

#intro_box{
	padding-top:90px;
	padding-bottom: 62vw;
	background-image: url(../images/intro_bg_head.jpg), url(../images/intro_bg_btm.jpg);
	background-position: center top, center bottom;
	background-repeat: no-repeat;
	background-color: #b4d5da;
	background-size: 100% auto;
	color:#15535c;
}

#intro_box h3{
	margin-top: 0;
	margin-bottom: 60px;
}

.intro_lead1{
	font-size: 24pt;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	line-height: 1.7em;
	text-align: center;
}

.intro_lead1 ruby{
	ruby-align: center;
}

.intro_lead2{
	font-size: 40pt;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	line-height: 1.7em;
	text-align: center;
	margin-bottom: 30px;
}

/*----------STORY------------*/

#story_box{
	width: 100%;
	min-width: 1000px;
/*	max-width: 1800px;*/
	height: 159vw;
	min-height: 2070px;
	max-height: 2880px;
	margin:0 auto;
	background-image: url(../images/tuika_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: auto;
}

@media screen and (min-width: 1800px) {
	#story_box{
		background-size: 100% auto;
		
	}
}




#story_txtbox{
	position: absolute;
	margin-top: 15.8%;
	margin-left: 8%;
	z-index: 10;
	color: #15535c;
}

@media screen and (max-width: 1650px) {
	#story_txtbox{
		margin-top: 3%;
	}
}

@keyframes story_anim{
	0%{background-position:0px 0px;}
	100%{background-position:600px 0px;}
}




#story_box .h3_box{
	text-align: left;
}

#story_box h3{
	margin-bottom: 27px;
}

.story_lead{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 38pt;
	margin-bottom: 20px;
	background: linear-gradient(90deg, rgba(40,110,117,1) 0%, rgba(157,140,187,1) 20%, rgba(218,147,185,1) 50%, rgba(157,140,187,1) 80%, rgba(40,110,117,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: story_anim infinite 5s linear;
}

#story_ptbox{
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
}

.Spt_story_1{
	width: 47.67%;
	height: auto;
	position: absolute;
	margin-top: 2.8%;
	right: 2.8%;
}

.Spt_story_2{
	width: 36.33%;
	height: auto;
	position: absolute;
	margin-top: 49%;
	margin-left: 35%;
}

.Spt_story_3{
	width: 32.11%;
	height: auto;
	position: absolute;
	margin-top: 78%;
	margin-left: 27.9%;
}

.Spt_story_4{
	width: 28.61%;
	height: auto;
	position: absolute;
	margin-top: 86%;
	margin-left: 66.8%;
}

.Spt_story_5{
	width: 20.39%;
	height: auto;
	position: absolute;
	margin-top: 59.2%;
	margin-left: 4%;
}

@media screen and (max-width: 1600px) {
	.Spt_story_2{
		margin-left: calc(8% + 470px);
	}
}

@media screen and (max-width: 1450px) {
	.Spt_story_1{
		width: calc(90% - 608px);
	}
}

@media screen and (max-width: 1300px) {
	.Spt_story_5{
		margin-top: calc(630px + 12%)
	}
}


/*----------CAST------------*/

#cast_box{
	padding-top: 1px;
	padding-bottom: 100px;
}

#cast_box .h3_box{
	text-align: center;
}

#cast_box h3{
	margin-bottom: 80px;
}

#cast_inbox{
	width: 100%;
    max-width: 1560px;
    padding: 0 13px ;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.cast_txtbox{
	width: 46.79%;
	margin-bottom: 70px;
}

.cast_pbox{
	width: 100%;
	overflow: hidden;
	transition: 0.7s;
}

.cast_photo{
	width: 100%;
	height: auto;
	display: block;
	transition: 0.7s;
}



.prof_btn{
	width: 165px;
	height: 41px;
	line-height: 41px;
	font-family: 'Barlow Condensed', sans-serif;
	color: #fff;
	font-size: 17pt;
	text-align: center;
	letter-spacing: 0.1em;
	transition: 0.7s;
	position: absolute;
	bottom: 69px;
	right: 0%;
	z-index: 10;
	transition: 0.7s;
}

.prof_btn:hover{
	cursor: pointer;
	background: #fff;
	border: 1px #000 solid;
	background: linear-gradient(47deg, rgba(40,110,117,1) 0%, rgba(157,140,187,1) 50%, rgba(218,147,185,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	
}

.prof_btn:hover +.cast_pbox .cast_photo{
	opacity: 0.8;
	transform: scale(1.1,1.1);
}


.cast_name_box{
	width: 100%;
/*	margin: 0;*/
	height: 134px;
	padding-top: 23px;
/*	border: 1px #000 solid;*/
}


.cast_name{
	font-size: 22pt;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 12px;
}

@media screen and (max-width: 1100px) {
	.cast_name{
		font-size: 20pt;
	}
}


#cast_box .cast_name span{
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 70%;
	font-weight: 300;
	letter-spacing: 0.1em;
}

.cast_role{
	font-size: 11pt;
	line-height: 1.6em;
	color:#15535c;
}






/*----------Profile Mado------------*/

.prof_mados{
	padding: 60px 38px 60px 25px;
	color: #000;
	background: #fff;
	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_up{
	display: flex;
	align-items: flex-start;
}

.cast_nameb{
	flex: 1;	
	text-align: center;
}

.cast_namec{
	width: 100%;
	height: 100%;
	margin-top: 106px;
}

_::-webkit-full-page-media, _:future, :root .cast_namec {
	margin-top: 110px;
}

.cast_madotxt{
	width: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: 35px;
}


.prof_mados .cast_name{
	font-size: 24pt;
	margin-bottom: 0px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.prof_mados .cast_name span{
	font-size: 80%;
	font-family: 'Crimson Pro', serif;
}

#staff_prof1 .cast_name span,
#staff_prof2.prof_mados .cast_name span,
#staff_prof3.prof_mados .cast_name span{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 70%;
}


.prof_mados .cast_photo{
	width: 320px;
	height: auto;
}

.staff_mlead{
	font-size: 140%;
	text-align: center;
	margin-bottom: 30px;
}


/*----------STAFF------------*/

#staff_box{
	padding-top: 1px;
	padding-bottom: 950px;
	background-image: url(../images/staff_bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: auto;
}

@media screen and (min-width: 1800px) {
	#staff_box{
		background-size: 100% auto;
	}
}

#staff_box .h3_box{
	text-align: center;
}

#staff_box h3{
	margin-top: 80px;
	margin-bottom: 0;
	line-height: 1em;
}

#staff_inbox{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	
}

.uspace{
	height: 129px;
}

.staff_txtbox{
	width: 350px;
	text-align: center;
	margin-top: 115px;
}

#staff_inbox .staff_txtbox:last-of-type{
	margin-right: 180px;
	margin-top: 89px;
}


.staff_name{
	font-size: 24pt;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	margin-bottom: 26px;
	line-height: 1em;
}

.staff_name span{
	font-size: 80%;
}

.staff_btnbox{
	display: flex;
	justify-content: space-between;
}

#staff_box .prof_btn{
	position: relative;
	bottom: auto;
	right: auto;	
}


/*----------PHOTO------------*/

#pt_box{
	padding-top: 1px;
	padding-bottom: 1123px;
/*	height: 217vw;*/
/*	min-height: 2470px;*/
	background-image: url(../images/sub_ftr.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size:  auto;
}

@media screen and (min-width: 1800px) {
	#pt_box{
		background-size: 100% auto;
	}
}

#spt_box{
/*	border: 1px #000 solid;*/
	height: 147vw;
}


#pt_box img{
/*	box-shadow: 0px 0px 16px 2px rgba(0,0,0,0.6);*/
}

.Spt_1{
	width: 51.94%;
	height: auto;
	position: absolute;
	margin-top: 10.2%;
	left: 0;
	animation: Spt1 infinite 10s linear;
	z-index: 20;
}

@keyframes Spt1 {
	0% {left: 100%;}
	100% {left: -51.94%;}
}


.Spt_2{
	width: 34.78%;
	height: auto;
	position: absolute;
	margin-top: 39.2%;
	left: 0;
	animation: Spt2 infinite 15s linear;
	z-index: 19;
}

@keyframes Spt2 {
	0% {left: -34.78%;}
	100% {left: 100%;}
}


.Spt_3{
	width: 23.56%;
	height: auto;
	position: absolute;
	margin-top: 55.2%;
	left: 0;
	animation: Spt3 infinite 30s linear;
	z-index: 12;
}

@keyframes Spt3 {
	0% {left: 100%;}
	100% {left: -23.56%;}
}


.Spt_4{
	width: 24.28%;
	height: auto;
	position: absolute;
	margin-top: 67.2%;
	left: 0;
	animation: Spt4 infinite 26s linear;
	z-index: 14;
}

@keyframes Spt4 {
	0% {left: -24.28%;}
	100% {left: 100%;}
}


.Spt_5{
	width: 40.06%;
	height: auto;
	position: absolute;
	margin-top: 75.5%;
	left: 0;
	animation: Spt5 infinite 15s linear;
	z-index: 19;
}

@keyframes Spt5 {
	0% {left: 100%;}
	100% {left: -40.06%;}
}


.Spt_6{
	width: 27%;
	height: auto;
	position: absolute;
	margin-top: 64%;
	left: 0;
	animation: Spt6 infinite 22s linear;
	z-index: 16;
}

@keyframes Spt6 {
	0% {left: -27%;}
	100% {left: 100%;}
}


.Spt_7{
	width: 32.72%;
	height: auto;
	position: absolute;
	margin-top: 107%;
	left: 0;
	animation: Spt7 infinite 20s linear;
	z-index: 17;
}

@keyframes Spt7 {
	0% {left: 100%;}
	100% {left: -32.7%;}
}


.Spt_8{
	width: 25.72%;
	height: auto;
	position: absolute;
	margin-top: 100%;
	left: 0;
	animation: Spt8 infinite 24s linear;
	z-index: 15;
}

@keyframes Spt8 {
	0% {left: -32.7%;}
	100% {left: 100%;}
}


.Spt_9{
	width: 24.11%;
	height: auto;
	position: absolute;
	margin-top: 132.7%;
	left: 0;
	animation: Spt9 infinite 28s linear;
	z-index: 13;
}

@keyframes Spt9 {
	0% {left: -24.11%;}
	100% {left: 100%;}
}






/*----------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;
}














