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: "Pirata One", system-ui;
	font-size: 28pt;
	font-weight: 100;
	letter-spacing: 0.2em;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	color: #E6A025;
}

.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: 13pt;
	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: 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:0;
	padding-bottom: 100px;
	background-color: #000;
}

.intro_head{
	width: 100%;
	height: auto;
}


.intro_lead{
	font-size: 18pt;
	font-weight: 700;
	line-height: 1.6em;
	margin-bottom: 30px;
	text-align: center;
	color: #0e7878;
}


/*----------FIXED VIDEO------------*/
#video_box{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100vh;
	min-height: 800px;
	z-index: -1;
	background-color: #000;
}

#bg_movie2 {
	/*	position: absolute;*/
	margin-top: 0%;
	margin-left: 0%;
	width: 100%;
	height: 100vh;
	min-height: 800px;
	z-index: 1;
	overflow: hidden;
}

#bg_movie2::before {
	z-index: 2;
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/bgpattern.png) center top/3px 3px;
}

#video_box1b {
	width: 100%;
	height: 100vh;
	min-height: 800px;
}

#video_box2b{
	display: none;
}


#bg_movie2 video {
	width: 130%;
	height: 140%;
	position: absolute;
	top: -20%;
	left: -15%;
	object-fit: cover;
}


/*----------STORY------------*/
#story_box{
	padding-top:350px;
	padding-bottom: 350px;
	text-shadow: 0px 0px 3px #000000, 0px 0px 6px #000000, 0px 0px 6px #000000, 0px 0px 6px #000000;
}

#story_box h3{
	margin-top: 0;
}


.story_lead{
	font-size: 18pt;
	font-weight: 700;
	line-height: 1.6em;
	margin-bottom: 30px;
	text-align: center;
	color: #0e7878;
}



/*----------CAST------------*/

#cast_box{
	padding-top:1px;
	padding-bottom: 100px;
	background-color: #000;
}

#cast_inbox{
	width: 100%;
	max-width: 1642px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.prof_btn{
	width: 49%;
	background-image: url(../images/cast_hikari.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-top: 3.4%;
}

.prof_btn:hover {
	cursor: pointer;
}

.cast_sp{
	width: 24%;
}

.cast_pbox {
	text-align: center;
	width: 76.8%;
	overflow: hidden;
	margin: 0 auto 0;
}


.cast_pbox::after {
	content: url(../images/btn_open.svg);
	position: absolute;
/*	right: 9px;*/
/*	width: 36px;*/
/*	width: 36px;*/
/*	height: 36px;*/
	right: 2%;
	bottom: 3%;
	width: 6.3%;
	height: 10.3%;
	background-image: url(../images/btn_open.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: 10;
}


.cast_pt {
	width: 100%;
	height: auto;
	display: block;
	transition: 0.4s;
	transform-origin: 50% 50%;
}

.prof_btn:hover .cast_pt {
	filter: grayscale(100%) contrast(120%);
	transform: scale(1);
}

.cast_name{
	text-align: center;
	font-size: 17pt;
	line-height: 1.6em;
	margin-top: 2%;
}

.cast_role{
	color: #e6a025;
	font-size: 80%;
}


/*----------Profile Mado------------*/

.prof_mados{
	padding: 60px 38px 60px 25px;
	color: #fff;
	background: #064344;
	font-size: 12pt;
	line-height: 1.7em;
}

.cast_ptS{
	width: 420px;
	height: auto;
	display: block;
	margin: 0 auto 20px;
}

.staff_ptS{
	width: 314px;
	height: auto;
	display: block;
	margin: 0 auto 20px;
}


.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{
	text-align: center;
	font-size: 17pt;
	line-height: 1.6em;
	margin-top: 0;
	margin-bottom: 15px;
}

.prof_mados .staff_name{
	text-align: center;
	font-size: 17pt;
	line-height: 1.6em;
	margin-top: 0;
	margin-bottom: 15px;
}

.prof_mados .staff_role{
	color: #fff;
}


/*----------STAFF------------*/

#staff_box{
	padding-top:1px;
	padding-bottom: 100px;
	background-color: #000;
	color: #fff;
}

.sub_head{
	width: 100%;
	margin: 0 auto;
}


.xfade{
	width: 100%;
	height: auto;
	display: block;
	z-index: 10;
}

.xfade2,
.xfade3
{
	position: absolute;
	margin-top: 0%;
	margin-left: 0%;
	filter: alpha( opacity=0 );
	opacity: 0.0;
}


#staff_box h3{
	color: #0e7878;
}

.staff_btn{
	margin-bottom: 90px;
}

.staff1{
	text-align: center;
}

.staff_pt1{
	margin-bottom: 10px;
}

.staff_name{
	text-align: center;
	font-size: 17pt;
	line-height: 1.1em;
	margin-top: 40px;
	width: 450px;
	margin: 0 auto;
}

.staff_role{
	color: #0e7878;
	font-size: 80%;
}

.btn_open2{
	margin-left: 20px;
}

.staff_flexbox{
	display: flex;
	justify-content: space-around;

}


/*----------ORIGINAL------------*/

#original_box{
	padding-top:1px;
	padding-bottom: 50px;
	background-color: #000;
	color: #fff;
}

#original_box h3{
	color: #0e7878;
	margin-bottom: 100px;
}


/*----------FOOTER------------*/
#footer{
	padding-top: 100px;
	padding-bottom: 100px;
	color: #ad914f;
	background-color: #054446;
	text-align: center;
}

.ftr_bl{
	display: block;
	margin: 0 auto;
	width: 700px;
	height: auto;
}


.footer_bl{
	padding: 0 13px;
	font-size: 9pt;
	line-height: 1.4em;
}













