/*-----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: 'Oswald', sans-serif;
	font-size: 28pt;
	font-weight: 300;
	text-align: center;
	color:#7e628e;
}

.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: 11pt;
	line-height: 1.7em;
	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: 283px;
	background: repeat-x url("../images/scrl_pt.jpg") left top/auto 100%;
	-webkit-animation: loop-pc infinite 40s linear;
	animation: loop-pc infinite 50s linear;
	z-index: 20;
}

@-webkit-keyframes loop-pc {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -3800px 0;
	}
}

@keyframes loop-pc {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -3800px 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:1px;
	color: #fff;
}

#intro_body{
	width: 530px;
	position: absolute;
	margin-top: 8%;
	margin-left: 7%;
	z-index: 20;
}

#intro_box h3{
	text-align: left;
	margin-top: 0;
	margin-bottom: 20px;
}

@media screen and (max-width: 1500px) {
	#intro_body{
		margin-top: 8%;
		margin-left: 7%;
		width: 35%;
	}
}

@media screen and (max-width: 1150px) {
	#intro_body{
		margin-top: 8%;
	}
	
	#intro_box h3{
		margin-bottom: 10px;
		font-size: 24pt;
	}
	
	.txt_box{
/*		line-height: 1.3em;*/
	}	
	
}




/*----------STORY------------*/

#story_box{
	padding-top:0;
	color:#000;
	background-color: #fff;
}

#story_body{
	width: 47.8%;
	height: 100%;
	display: flex;
	align-items: center;
	position: absolute;
	margin-top: 0;
	margin-left: 0;
	z-index: 20;
}

#story_txtbox{
	width: 80%;
	max-width: 530px;
	margin: 0 auto
}




#story_box h3{
	text-align: left;
	margin-top: 0;
	margin-bottom: 20px;
}



/*----------CAST------------*/

#cast_box{
	background-color: #fff;
	padding-top: 1px;
	padding-bottom: 100px;
	color:#000;
}

#cast_box h3{
	margin-top: 100px;
	margin-bottom: 50px;
}

.cast_btnboxL{
	overflow: hidden;
	width: 100%;
/*	height: 332px;*/
	margin-bottom: 40px;
}

.cast_btnboxS{
	width: 468px;
	margin-bottom: 40px;
}

.cast_btnboxS .imgbox{
	height: 243px;
	overflow: hidden;
}

.cast_btnboxL img,
.cast_btnboxS img{
	display: block;
	transition: 0.7s;	
	width: 100%;
	height: auto;
}

.cast_mainpt_1{
	transform-origin: 36.9% 50%;
}

.cast_mainpt_2{
	transform-origin: 73.58% 50%;
}

.cast_mainpt_3{
	transform-origin: 25.28% 50%;
}

.cast_btnboxL:hover,
.cast_btnboxS:hover{
	cursor: pointer;
}


.cast_btnboxL:hover img,
.cast_btnboxS:hover img{
	transform: scale(1.1, 1.1);
/*	-webkit-filter: sepia(70%);*/
/*	-moz-filter: sepia(70%);*/
/*	filter: sepia(70%);	*/
	-webkit-filter: grayscale(70%);
	-moz-filter: grayscale(70%);
	filter: grayscale(70%);	
}

.cast_nameboxL{
	width: 36.1%;
	height: 100%;
	position: absolute;
	margin-top: 0%;
	margin-left: 0%;
	z-index: 20;
	color: #fff;
	display: flex;
	align-items: center;
}

.cast_nameboxR{
	width: 36.1%;
	height: 100%;
	position: absolute;
	margin-top: 0%;
	right: 0%;
	z-index: 20;
	color: #fff;
	display: flex;
	align-items: center;
}

.cast_nameboxRb{
	color: #000;
}



.cast_name{
	width: 100%;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 20pt;
	line-height: 1.4em;
}

.cast_en{
	font-size: 14pt;
	letter-spacing: 0.2em;
	font-family: 'Lora', serif;
}

.cast_btnboxL .prof_btn{
	font-size: 14pt;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	border: 1px #fff solid;
	width: 190px;
	margin: 10px auto 0;
	transition: 0.7s;	
}

.cast_nameboxRb .prof_btn{
	border: 1px #000 solid;
}


.cast_btnboxL:hover .prof_btn{
	background-color: rgba(126, 98, 142, 0.7);
}

#cast_2col{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cast_btnboxS .cast_name{
	color:#000;
	width: 100%;
	margin: 0px 0 0 auto;
	text-align: right;
}

.cast_btnboxS .prof_btn{
	font-size: 14pt;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	border: 1px #000 solid;
	width: 190px;
	margin: 10px 0 0 auto;
	transition: 0.7s;	
	text-align: center;
}

.cast_btnboxS:hover .prof_btn{
	color:#fff;
	background-color: #7e628e;
	border: 1px #7e628e solid;
}






/*----------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_madotxt{
	flex:1;
	margin-left: 30px;
	line-height: 1.9em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.staff_madotxt{
	width: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
}

.staff_madotxt a:link,
.staff_madotxt a:visited,
.staff_madotxt a:active
{
  color : #000000;
  text-decoration: none;
  background-color: #fff;
  padding-top: 2px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-left: 10px;
}

.staff_madotxt a:hover	{
  color: #7e628e;
  text-decoration: none;
  background-color: #FFFFFF;
}




.prof_mados .cast_name{
	text-align: left;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 20pt;
	line-height: 1.4em;
	color: #7e628e;
	margin-bottom: 15px;
}

.prof_mados .cast_name small{
	font-size: 15pt;
}


.prof_mados .cast_en{
	font-size: 16pt;
	letter-spacing: 0.3em;
	font-family: 'Lora', serif;
}


/*----------STAFF------------*/

#staff_box{
	background-color: #fff;
	padding-top: 1px;
	padding-bottom: 100px;
	color:#000;
}

#staff_box h3{
	margin-top: 100px;
	margin-bottom: 50px;
}

.staff_btnbox{
	width: 467px;
	height: 108px;
	border: 1px #000 solid;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #000;
	transition: 0.7s;	
	margin-bottom: 60px;
}

.staff_btnbox:hover{
	background-color: #7e628e;
	cursor: pointer;
	color:#fff;
	border: 1px #7e628e solid;
}


.staff_name{
	width: 100%;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 20pt;
	line-height: 1.4em;
	margin-left: 25px;
}

.staff_en{
	font-size: 14pt;
	letter-spacing: 0.2em;
	font-family: 'Lora', serif;
}

.staff_plus{
	margin-right: 15px;
	font-size: 20pt;
}

/*----------INTERVIEW------------*/

#inte_box{
	padding-top:1px;
	padding-bottom: 100px;
	color:#000;
	background-color: #fff;
}

#inte_box h3{
	color: #7e628e;
	margin-top: 70px;
	margin-bottom: 30px;
}

#inte_box h3.jp{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 20pt;
	margin-bottom: 80px;
}


.panel dt{
	width: 100%;
	height: 70px;
/*	background-color: #60b6cd;*/
	color: #7e628e;
	line-height: 70px;
	margin: 0 auto;
	font-size: 15pt;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	padding: 0 15px;
}

.panel dt:hover{
	background-color: rgba(126, 98, 142, 0.3);
	transition: 0.7s;	
}

.panel dd{
	font-size: 15pt;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	line-height: 1.7em;
	margin-top: 20px;
	margin-left: 15px;
	padding-left:1em;
	text-indent:-1em;
	padding-right: 83px;
	padding-bottom: 50px;
}



.panel dt:before{
/*	content:"\f150";*/
/*	font-family: "Font Awesome 5 Free";*/
	content:url(../images/prono_arr.png);
	display:inline-block;
	width:31px;
	height:31px;
	line-height: 31px;
	transform:rotate(0deg);
	position:absolute;
	right:15px;
	top:16px;
	transform-origin: 50% 50%;
/*	transition: 0.3s;*/
/*	-webkit-transition: 0.3s;*/
}

.panel dt.active:before{
/*	content:"\f150";*/
/*	font-family: "Font Awesome 5 Free";*/
	content:url(../images/prono_arr.png);
	display:inline-block;
	width:31px;
	height:31px;
	line-height: 31px;
	transform:rotate(180deg);
	position:absolute;
	right:15px;
	top:16px;
	transform-origin: 50% 50%;
/*	transition: 0.3s;*/
/*	-webkit-transition: 0.3s;*/
}

.is_hide{
	display:none;
}

.inte_pt1{
	margin-left: -40px;
	margin-top: 100px;
}

.inte_pt2{
	margin-top: -230px;
	margin-left: 512px;
}



/*----------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_1.jpg);
	height: 80vw;
	background-size: 120% auto;
}

#para_pt2{
	background-image: url(../images/para_2.jpg);
	height: 80vw;
	background-size: 120% auto;
	background-position: left top;
}

#para_pt3{
	background-image: url(../images/para_3.jpg);
	height: 80vw;
	background-size: 140% auto;
}

#para_pt4{
	background-image: url(../images/para_4.jpg);
	height: 80vw;
	background-size: 120% auto;
	background-position: left top;
}


/*----------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;
}














