/*---------Common---------------*/
* {
	box-sizing: border-box;
	position: relative;
}

.aplha {
	-ms-filter: "alpha( opacity=0 )";
	filter: alpha(opacity=0);
	opacity: 0.0;
}

.onalpha {
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha(opacity=100);
	opacity: 1.0;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: default;
}

.onalpha:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity: 0.8;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: pointer;
}


.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

a:focus,
*:focus {
	outline: none;
}


.sp,
.sp_b {
	display: none;
}

.pc {
	display: inline-block;
}

.pc_b {
	display: block;
}

/*-----Loading-------*/
#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 999;
	background: #74858d;
	text-align: center;
	color: #fff;
	display: none;
}

#loading_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}



/*-----Header Menu-------*/

#nav_box {
	width: 100%;
	min-width: 1000px !important;
	height: 50px;
	position: fixed;
	top: 0;
	z-index: 300;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #909da3;
	background-color: #000;
}

#nav_set_box {
	padding: 0;
	width: 1000px;
	height: 50px;
	margin: 0px auto 0 auto;
	box-sizing: border-box;
	z-index: 300;
	display: flex;
	justify-content: center;
}

.menu_btn {
	height: 50px;
	font-family: "Noto Serif JP", serif;
	font-size: 10pt;
	font-weight: 400;
	color: #FFFFFF;
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	padding-left: 13px;
	padding-right: 13px;
	/*	text-transform: inherit;*/
	/*	transition: color 1s;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	background-color: #000;
}

.menu_btn:hover {
	cursor: pointer;
	/*	color:#01a0ca;*/
	/*	background-color: #fff;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	background-color: #74858D;
	color: #FFFFFF;
}


.menu_btn2 {
	height: 30px;
	font-family: 'Crimson Text', serif;
	font-size: 12pt;
	font-weight: 200;
	color: #9480A0;
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	padding-left: 45px;
	padding-right: 45px;
	background-color: #4F3460;
}

.btn_fb,
.btn_tw,
.btn_ist {
	width: 70px;
	padding-left: 0;
	padding-right: 0;
}


/*-----Menu Box-------*/
.menu_box {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 20;
}

.btn_menu {
	width: 50px;
	height: 50px;
	font-family: 'Crimson Text', serif;
	font-size: 15pt;
	font-weight: 700;
	color: #e8d0c6;
	background-color: #000;
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	/*	padding-left: 15px;*/
	/*	padding-right: 15px;*/
	float: left;
	/*	text-transform: inherit;*/
	/*	transition: color 1s;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	margin-left: 10px;
}

.btn_menu:hover {
	cursor: pointer;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity: 0.8;
}




/*-----Main-------*/
#top_box {
	width: 100%;
	min-width: 1000px !important;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}

#top_set_box {
	width: 100%;
	min-width: 1000px !important;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}


.top_bg {
	width: 100%;
	min-width: 1000px;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	z-index: 10;
}

.top_logo {
	width: 100%;
	min-width: 1000px;
	height: auto;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	z-index: 20;
}

.top_txt {
	width: 100%;
	min-width: 1000px;
	height: auto;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	z-index: 20;
}





/*-----ftr-------*/

#ftr_box {
	z-index: 40;
	margin: 0;
	padding: 1px 0px 40px 0px;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #909da5;
}


#ftr_naka {
	text-align: center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.sns_ttl {
	font-size: 10pt;
	font-weight: 400;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0px;
}

#ftr_naka a {
	color: #000;
	font-size: 30pt;
}

#ftr_naka a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}


.top_bl {
	display: block;
	margin: 0 auto;
}

.menubox{
	background-color: #909da5;
	padding: 50px 0 20px;
	text-align: center;
	display: flex;
	justify-content: center;
}

.menubox a{
	color: #fff;
	background-color: #000;
	padding: 7px 0;
	width: 200px;
	display: block;
	margin: 0 10px;
	font-size: 12pt;
}
	


/*-----mvtk-------*/
#mvtk_box{
	background-color: #909da5;
	padding-top: 30px;
}

#mvtk_box #mvtk-widgets-container {
    margin: 0 auto;
}

#mvtk_bnrbox{
	padding: 50px 0 10px;
	text-align: center;
	background-color: #909da5;
}

#mvtk_bnrbox img{
	margin: 0 5px;
}


#ftr_bnr {
	width: 1000px;
	margin: 0px auto 0px auto;
	text-align: center;
}


#ftr_bnr img {
	margin: 0px 5px 5px 0px;
}


/*------- Trailer ----------------*/
#ftr_box .in_box{
	padding-top: 50px;
	padding-bottom: 50px;
}

.yokoku_sp {
	width: 100%;
	height: 550px;
}

.movie_nav {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.movie_nav_box {
	width: 50%;
	padding: 1px;
}

.movie_nav_box_long {
	width: 100%;
	padding: 1px;
}

.movie_navi_pc1 {
	width: 33%;
}

.movie_nav_btn {
	display: block;
	min-height: 40px;
	line-height: 40px;
	letter-spacing: 3px;
	text-align: center;
	text-decoration: none;
	background: #fff;
	font-family: 'Noto Serif JP', serif;
	/*		font-weight: 500;*/
}

.movie_nav_btn.selected {
	background: #b9914b;
}

a.movie_nav_btn:link,
a.movie_nav_btn:visited {
	color: #b9914b;
}

a.movie_nav_btn.selected:link,
a.movie_nav_btn.selected:visited {
	color: #fff;
}






/*------- SNS ----------------*/

#top_tw {
	position: relative;
	display: inline-block;
	z-index: 50;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: 25px;
}

.fb {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: inline;
	float: left;
}

.tw {
	margin: 2px 0px 0px 5px;
	padding: 0px;
	display: inline;
	float: left;
}

.line {
	margin: 2px 0px 0px 10px;
	padding: 0px;
	display: inline;
	float: left;
}


.eigacom {
	margin: 2px 0px 0px 10px;
	padding: 0px;
	display: inline;
	float: left;
}




/*---------------------------------*/
/*------- 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: 'Noto Serif JP', serif;
	font-size: 25pt;
	font-weight: 400;
	letter-spacing: 0.3em;
	text-align: center;
	color: #ffe508;
}

.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>*/
}

/*----------PHOTO SCROLL------------*/

#slide_photo_pc1{
	width: 100%;
	height: 310px;
	background: repeat-x url("../images/scrl_pt.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: -3500px 0;
	}
}

@keyframes loop-pc {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -3500px 0;
	}
}

/*----------INTERVIEW------------*/

#inte_box {
	padding-top: 1px;
	padding-bottom: 100px;
	color: #fff;
	background-color: #909da5;
}

#inte_box h3 {
	margin: 100px 0 100px;
}

#inte_box .txt_box{
	width: 750px;
	margin: 0 auto;
}

#inte_box a{
	display: block;
	font-size: 16pt;
	margin-bottom: 31px;
}

#inte_box a:hover{
	color: #ffe508;
}

/*----------INTRODUCTION------------*/

#intro_box {
	height: 1000px;
	display: flex;
	color: #fff;
}

#intro_box .in_box {
	flex: 1;
}

#intro_txtbox {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#intro_box .txt_box {
	padding: 0 30px;
	max-width: 930px;
	margin: 0 auto;
	line-height: 1.8em;
}

#intro_box h3 {
	margin-top: 0;
}

.intro_lead1 {
	text-align: center;
	font-size: 30pt;
	line-height: 1.8em;
}

.intro_lead2 {
	text-align: center;
	font-size: 18pt;
	line-height: 1.8em;
	margin-bottom: 30px;
}

.intro_txt{
	height: 40vw;
	overflow-y: scroll;
	padding-right: 35px;
}

.intro_txt::-webkit-scrollbar {
    width: 10px;
}
.intro_txt::-webkit-scrollbar-track {
/*  border-radius: 10px;*/
	background-color: #8e999f;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
}
.intro_txt::-webkit-scrollbar-thumb {
  background-color: #50626b;
/*  border-radius: 10px;*/
/*  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);*/
}






.pc1430,
.sp375 {
	display: none;
}


@media screen and (max-width: 1430px) {
	.pc1430 {
		display: inline-block;
	}
}

@media screen and (max-width: 1100px) {
	.intro_lead {
		font-size: 14pt;
	}

	#intro_box .txt_box {
		line-height: 1.4em;
	}

}


/*----------STORY------------*/

#story_box {
	padding-top: 1px;
	padding-bottom: 100px;
	color: #fff;
	background-color: #909da5;
}

#story_box h3 {
	margin: 100px 0 50px;
}

#story_box .txt_box {
	line-height: 2em;
/*	text-align: center;*/
}

#story_imgbox {
	background-color: #909da5;
}

#story_imgbox .pc_b {
	text-align: center;
	padding-bottom: 100px;
}


.story_pt {
	width: 47%;
	height: auto;
	margin: 0 0.4%;
}


/*----------CHART------------*/

#chart_box {
	padding-top: 1px;
	padding-bottom: 100px;
	color: #fff;
	background-color: #000;
}

#chart_box h3 {
	margin: 100px 0 100px;
}

.chart{
	width: 100%;
	height: auto;
}

.txt_box2{
	width: 980px;
	margin: 70px auto 0;
}

.txt_box2 a{
	display: block;
	font-size: 16pt;
	margin-bottom: 31px;
}

.txt_box2 a:hover{
	color: #ffe508;
}


/*----------Cast------------*/

#cast_box {
	padding-top: 1px;
	padding-bottom: 100px;
	color: #fff;
	background-color: #000;
}

#cast_box h3 {
	margin: 100px 0 50px;
}

.cast_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.staff_flex{
	display: flex;
	justify-content: center;

}
	
.casts{
	width: 465px;
	margin-bottom: 50px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.staffs{
	width: 900px;
	margin-bottom: 50px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.casts img,
.staffs img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.staffs img.kantoku_pt{
	float: left;
	margin-right: 40px;
	margin-bottom: 10px;
	width:208px;
	height: auto;
}


/*----------PRODUCTION NOTE------------*/

#prono_box {
	padding-top: 1px;
	padding-bottom: 100px;
	color: #fff;
	background-color: #000;
}

#prono_box h3 {
	margin: 100px 0 50px;
}

.panel{
	border-bottom: 1px #ffe508 dotted;
}

#panel_box .panel:first-of-type{
	border-top: 1px #ffe508 dotted;
}

dl.panel {
	margin: 0;
}

dl.panel:hover{
	cursor: pointer;
}

.panel dt{
	font-size: 20pt;
	line-height: 1.3em;
	padding: 40px 0 40px 20px;
	z-index: 20;
}



.panel dt:before{
	content:url(../images/btn_hiraku.png);
	display:inline-block;
	width:43px;
	height:43px;
	line-height: 43px;
	position:absolute;
	right:38px;
	top:39px;
	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 70px;
	margin: 0;
}

.prono_pt{
	float: left;
	margin: 0 20px 20px 0;
}


/*----------COMMENT------------*/

#cmt_box {
	padding-top: 1px;
	padding-bottom: 40px;
	color: #000;
}

#cmt_box h3 {
	margin: 100px 0 50px;
}

.cmt_txt {
/*	border-bottom: 1px #ffe508 dotted;*/
	padding: 30px;
	margin-bottom: 60px;
	background-color: rgba(255, 255, 255, 0.2);
}

#cmt_box .txt_box .cmt_txt:last-of-type {
	border-bottom: none;
}


.cmt_name {
	color: #ffe508;
	font-size: 18pt;
	margin-bottom: 30px;
/*	font-family: "Noto Sans JP", sans-serif;*/
}

.cmt_en{
	margin-top: 5px;
	font-size: 40%;
	letter-spacing: 0.5em;
}

.cmt_txt .cmt_name{
	padding-bottom: 14px;
	border-bottom: 1px #6f6f6f solid;
}


.cmt_prof {
	color: #ffe508;
	margin-top: 50px;
	margin-bottom: 10px;
}

.cmt_tt {
	font-size: 16pt;
	margin-top: 40px;
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
}

#cmt_box .txt_box .cmt_txt .cmt .cmt_tt:first-of-type {
	margin-top: 0px;
}


/*----------Profile Mado------------*/

.prof_mados{
	padding: 60px 38px 60px 25px;
	color: #000;
	  background-color: #74858d;
	font-size: 12pt;
	line-height: 1.7em;
}

#colorboxCast .sub_box{
	min-width: inherit;
}

#colorboxCast .in_box{
	width: 90%;
}

/*----------FOOTER------------*/
footer {
	text-align: center;
	color: #000;
	background-color: #909da5;
	padding: 100px 20px;
	font-size: 9pt;
	line-height: 1.4em;
}
