/*---------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: #fff;
	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: 1300px;
	height: 37px;
	position: fixed;
	top: 0;
	z-index: 300;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #970000;
}




#nav_set_box {
	padding: 0;
	width: 1300px;
	height: 37px;
	margin: 0px auto 0 auto;
	box-sizing: border-box;
	z-index: 300;
	display: flex;
	justify-content: center;
}

.menu_btn {
	height: 37px;
	font-family: "Spectral", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 11pt;
	color: #fff;
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	/*	text-transform: inherit;*/
	/*	transition: color 1s;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	background-color: rgba(0, 0, 0, 0.00);
}

.menu_btn:hover {
	cursor: pointer;
	/*	color:#01a0ca;*/
	/*	background-color: #fff;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	/*	background-color: rgba(255, 255, 255, 1.00);*/
	color: #970000;
}



.btn_fb,
.btn_tw,
.btn_ist {
	width: 50px;
	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: 'Bebas Neue', sans-serif;
	font-size: 15pt;
	font-weight: 200;
	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-------*/

#main{
	width: 100%;
	overflow-x:hidden;
	min-width: 1300px !important;
}

#top_container{
	height: 57.8vw;
}

#top_box {
	width: 100%;
	min-width: 1300px !important;
	margin-top: 37px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 57.8vw;
	overflow: hidden;
}

#top_set_box {
	width: 100%;
	min-width: 1300px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: 57.8vw;
}


.top_new_bg {
	width: 100%;
	min-width: 1300px;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	z-index: 10;
}

.top_new {
	width: 100%;
	min-width: 1300px;
	height: auto;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	z-index: 20;
}



/*-----ftr-------*/

#ftr_box {
	width: 100%;
	min-width: 1300px;
	z-index: 40;
	margin: 0;

	padding: 50px 0px 50px;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #970000
}


#ftr_naka {
	text-align: center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.top_bl {
	display: block;
	margin: 0 auto;
}


#ftr_bnr {
	width: 1300px;
	margin: 0px auto 0px auto;
	text-align: center;
}


#ftr_bnr img {
	margin: 0px 5px 5px 5px;
}




/*-----mvtk-------*/

#mvtk_mado {
	width: 100%;
	height: 230px;
	padding: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	display: none;
	opacity: 0.0;
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
	background-color: #fff;
}

.btn_mvtk_close{
	width: 60px;
	height: auto;
	position: absolute;
	top: 0%;
	right: 0%;
	z-index: 310;
}



#mvtk_box #mvtk-widgets-container {
    margin: 30px auto 10px;
}




/*------- SNS ----------------*/

#top_tw {
	position: relative;
	display: inline-block;
	z-index: 500;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	height: 25px;
}

.fb {
	margin: -2px 0px 0px 0px;
	padding: 0px;
	display: inline;
	float: left;
}

.tw {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	display: inline;
	float: left;
}

.line {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	display: inline;
	float: left;
}


.eigacom {
	margin: 2px 0px 0px 10px;
	padding: 0px;
	display: inline;
	float: left;
}






/*------- SUB PAGE ----------------*/
.sub_box {
	width: 100%;
	min-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
}

.in_box {
	margin: 0 auto;
	width: 1300px;
	font-size: 11pt;
	font-weight: normal;
}

.pad_lr {
	padding-left: 13px;
	padding-right: 13px;
}

.txt_box {
	font-size: 11pt;
	line-height: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}

#story_box,
#intro_box {
	padding-top: 1px;
	padding-bottom: 100px;

}

h3 {
	display: block;
	font-family: "Spectral", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20pt;

	letter-spacing: 0.2em;
	text-align: center;
	margin-top: 130px;
	margin-bottom: 50px;
	color: #515151;
}

/*-----TRAILER-------*/
#trailer_box {
	padding-top: 1px;
	text-align: center;
}

#trailer_box iframe {
/*	width: 974px;*/
/*	height: 547.88px;*/
	margin: 0 auto;
}

.movie_nav {
	width: 653px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 7px auto 0;
	padding: 0;
}

.movie_nav_box4 {
	width: 25%;
	padding: 1px;
}

.movie_nav_box3 {
	width: 33%;
	padding: 1px;
}

.movie_nav_box2 {
	width: 50%;
	padding: 1px;
}

.movie_nav_box1 {
	width: 100%;
	padding: 1px;
}


.movie_nav_btn {
	display: block;
	letter-spacing: 0;
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	font-size: 11pt;
	border: 1px #515151 solid;
	/*  font-family: 'Noto Sans JP', serif;*/
}

.movie_nav_btn.selected {
	background-color: #515151;
}

a.movie_nav_btn:link,
a.movie_nav_btn:visited {
	color: #515151;
}

a.movie_nav_btn.selected:link,
a.movie_nav_btn.selected:visited {
	color: #fff;
}

/*----------PHOTO SCROLL------------*/

#slide_photo_pc1{
	width: 100%;
	height: 300px;
	background: repeat-x url("../images/scrl_1.jpg?2") 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: -3150px 0;
	}
}

@keyframes loop-pc {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -3150px 0;
	}
}

#slide_photo_pc2{
	width: 100%;
	height: 300px;
	background: repeat-x url("../images/scrl_2.jpg?2") 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: -3170px 0;
	}
	100% {
		background-position: 0 0;
	}
}

@keyframes loop-pc2 {
	0% {
		background-position: -3170px 0;
	}
	100% {
		background-position: 0 0;
	}
}


/*-----INTRODUCTION-------*/
#intro_box{
	padding-top: 40px;
	padding-bottom: 70px;
	background-position: center bottom;
	background-repeat: no-repeat;
}



#intro_box .in_box{
	width: 1006px;
}

#intro_box .txt_box{
	text-align:inherit
}

.intro_lead{
	color: #515151;
	font-size: 19pt;
	font-weight: 700;
	text-align: center;
	line-height: 2.2em;
	margin-bottom: 30px;
}

.intro_p2{
	font-size: 110%;
}

.strong{
	font-weight: 700;
}


/*-----STORY-------*/
#story_box{
	padding-top: 40px;
	padding-bottom: 70px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

#story_box .in_box{
	width: 950px;
}

.story_lead{
	color: #515151;
	font-size: 19pt;
	font-weight: 700;
	text-align: center;
	line-height: 2.2em;
	margin-bottom: 30px;
}


/*-----CAST-------*/
#cast_box{
	padding-top: 40px;
	padding-bottom: 100px;
}

#cast_box_old{
	display: none;
}

#chart_box{
	width: 100%;
	max-width: 1334px;
	margin: 0 auto;
/*	padding: 0 13px;*/
}

.soukanzu{
	width: 100%;
	height: auto;
}

.prof_btn{
	width: 13.7%;
/*	height: 15.2%;*/
	position: absolute;
	border: 6px #b6b5b3 solid;
	z-index: 10;
	overflow: hidden;
}

.prof_btn::after{
	content: '';
	position: absolute;
	right: 3%;
	bottom: 3%;
	width: 18%;
	height: 18%;
	background-image: url(../images/soukanzu_btn_yaji.png?2);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 10
}


.cRed{
	width: 16.1%;
/*	height: 18.2%;*/
	border: 6px #960001 solid;
}


.soukanzu_pt{
	width: 100%;
	height: auto;
	display: block;
	z-index: 5;
	transition: 0.4s;
}

.prof_btn:hover{
	cursor: pointer;
}

.prof_btn:hover .soukanzu_pt{
	transform: scale(1.1);
	opacity: 0.8;
}

/*池田エライザ*/
.c1{
	margin-top: 9.6%;
	margin-left: 35.5%;
}

/*阿達 慶*/
.c2{
	margin-top: 9.6%;
	margin-left: 68.7%;
}

/*橋本 愛*/
.c3{
	margin-top: 32.7%;
	margin-left: 37%;
}

/*久保田紗友*/
.c4{
	margin-top: 32.7%;
	margin-left: 56.4%;
}

/*倉 悠貴*/
.c5{
	margin-top: 32.7%;
	margin-left: 75.9%;
}

/*山谷花純*/
.c6{
	margin-top: 50.7%;
	margin-left: 37%;
}

/*大関れいか*/
.c7{
	margin-top: 50.7%;
	margin-left: 56.4%;
}

/*森田 想*/
.c8{
	margin-top: 50.7%;
	margin-left: 75.9%;
}

/*福永朱梨*/
.c9{
	margin-top: 68.9%;
	margin-left: 49.4%;
}

/*前田旺志郎*/
.c10{
	margin-top: 68.9%;
	margin-left: 68.8%;
}

/*尾美としのり*/
.c11{
	margin-top: 68%;
	margin-left: 24.5%;
}

/*石田ひかり*/
.c12{
	margin-top: 8.6%;
	margin-left: 5.2%;
}

/*篠原 篤*/
.c13{
	margin-top: 27.6%;
	margin-left: 5.2%;
}

/*長田庄平*/
.c14{
	margin-top: 49.9%;
	margin-left: 5.2%;
}

/*マキタスポーツ*/
.c15{
	margin-top: 69.1%;
	margin-left: 5.2%;
}


#cast_box .in_box{
	width: 100%;
	max-width: 1334px;
	display: flex;
	justify-content: center;
	justify-content: space-around;
/*	justify-content: space-between;*/

	flex-wrap: wrap;
}

#cast_box .in_boxS{
	justify-content: center;
}



.prof_btn.castS{
	width: 30%;
	max-width: 475.21px;
	margin: 0 3% 80px;
}

.prof_btn.castS2{
	margin: 0 1% 80px;
}

.cast_spa{
	width: 14%;
}

.cast_spa2{
	display: none;
}


.cast_pbox{
	width: 100%;
	overflow: hidden;
	margin:  0 auto;
}

.cast_pt{
	width: 100%;
	height: auto;
	z-index: 10;
	transition: 0.4s;
	display: block;
}

.prof_btn:hover{
	cursor: pointer;
}

.prof_btn:hover .cast_pt{
	transform: scale(1.1);
	opacity: 0.8;
}

.cast_name{
	font-size: 15pt;
	font-weight: 400;
	text-align: left;
	margin: 15px auto 5px;
}

.cast_en{
	font-size: 13pt;
	font-family: "Spectral", serif;
	color: #515151;
	letter-spacing: 0.3em;
/*	margin-bottom: 30px;*/
}

.plus1{
	position: absolute;
	bottom: 12px;
	right: 12px;
	z-index: 20;
	width: 50px;
	height: 50px;
}

.cbr{
	display: none;
}

@media screen and (max-width: 1290px) {
	.cbr{
		display: inline-block;
	}
}



/*----------Profile Mado------------*/

.prof_mados{
	padding: 70px 38px 60px 25px;
	color: #000;
	background: #fff;
	font-size: 12pt;
	line-height: 1.7em;
}

.cast_flex{
	display: flex;
	
}

.cast_madoimg{
	width: 380px;
	margin-right: 30px;
}

.cast_ptS{
	width: 380px;
	height: auto;
	display: block;
	margin: 0 auto 26px;
}


.cast_madotxt{
	flex: 1;
	text-align: justify;
	text-justify: inter-ideograph;
	overflow-y:scroll;
	height: 470px;
	padding: 20px;
	background-color: #eaeaea
		
}

.staff_madotxt{
	width: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
}

.prof_mados .cast_name{
	font-size: 20pt;
	margin-bottom: 15px;
	text-align: center;
	color:#515151;
}

.prof_mados .cast_name small{
	font-size: 70%;
}

.prof_mados .cast_en{
	font-size: 13pt;
	letter-spacing: 0.3em;
	text-align: center;
}

.cast_ttl{
	font-size: 15pt;
	font-family: "Spectral", serif;
	color: #515151;
	letter-spacing: 0.3em;
/*	margin-top: 30px;*/
	margin-bottom: 15px;
}

.cast_madotxt .cast_ttl:first-of-type{
/*	margin-top: 0;*/
}

.cshr{
	width: 100%;
	margin: 30px auto;
	
	border-top: 1px #fff solid;
	border-bottom: 1px #515151 solid;
}

/*-----STAFF-------*/
#staff_box{
	padding-top: 40px;
	padding-bottom: 100px;
}



#staff_box .in_box{
	width: 100%;
	max-width: 1334px;
	display: flex;
	justify-content: center;
	justify-content: space-around;
/*	justify-content: space-between;*/

	flex-wrap: wrap;
}

#staff_box .prof_btn2{
	width: 46%;
	max-width: 610px;
	margin: 0 20px 80px;
	color:#515151;
	border: 1px #515151 solid;
/*	background-color: #eaecf8;*/
	text-align: center;
	padding: 65px 0;
	transition: 0.7s;
}

#staff_box .prof_btn:hover{
	cursor: pointer;
	background-color: #e8e8e8;
}

#staff_box .prof_btn2 .cast_name{
	text-align: center;
	margin-top: 0;
	margin-bottom: 15px;
}

.plus2{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
	z-index: 20;
}


/*-----Theme Song-------*/
#thema_box{
	padding-top: 100px;
	padding-bottom: 100px;
}

#thema_box .in_box{
	width: 900px;
	text-align: center;
	padding: 50px 110px;
	border: 1px #515151 solid;
}

#thema_box h3{
	margin-top: 0;
}

#thema_box .txt_box{
	text-align: center;
	display: flex;
	justify-content: space-between;
/*	border: 1px #ffff00 solid;*/
}

.thema_L{
	display: flex;
	align-items: center;
	font-size: 13pt;
	width: 380px;
/*	border: 1px #000 solid;*/
}

.song_pt{
	display: block;
	margin: 0;
}

.thema_L .smalls{
	font-size: 80%;
	display: block;
	padding-left: 4.7em;
}

.thema{
	width: 380px;
	text-align: left;
	
}

.thema_L .plus2{
	right: -25px;
	width: 50px;
	height: 50px;
}

.thema:hover{
	opacity: 0.8;
	cursor: pointer;
}



.thema_btn{
	color: #515151;
	border: 1px #515151 solid;
	width: 230px;
	height: 40px;
	line-height: 40px;
	display: block;
	margin: 30px auto 0;
	font-size: 11pt;
}

a.thema_btn {
	color: #515151;
}

a.thema_btn:hover{
	background-color: #e8e8e8;
}


.origin_cmt_name{
	margin-top: 15px;
	text-align: right;
}


/*-----ORIGINAL-------*/
#original_box{
	padding-top: 100px;
	padding-bottom: 100px;
}

#original_box .in_box{
	width: 900px;
	text-align: center;
	padding: 50px 110px;
	border: 1px #515151 solid;
	margin-bottom: 80px;
}

#original_box h3{
	margin-top: 0;
}

#original_box .txt_box{
	text-align: center;
	display: flex;
	justify-content: space-between;
/*	border: 1px #ffff00 solid;*/
}

.orgin_L{
	display: flex;
	align-items: center;
	font-size: 13pt;
	width: 420px;
/*	border: 1px #000 solid;*/
}

.original_pt{
	display: block;
	margin: 0;
}

.smalls{
	font-size: 80%;
}

.gensak{
	width: 420px;
	text-align: left;
	
}

.orgin_L .plus2{
	right: -8px;
	width: 50px;
	height: 50px;
}

.gensak:hover{
	opacity: 0.8;
	cursor: pointer;
}




.hon_btn{
	color: #515151;
	border: 1px #515151 solid;
	width: 230px;
	height: 40px;
	line-height: 40px;
	display: block;
	margin: 30px auto 0;
	font-size: 11pt;
}

a.hon_btn{
	color: #515151;
}

a.hon_btn:hover{
	background-color: #e8e8e8;
}


.origin_cmt_name{
	margin-top: 15px;
	text-align: right;
}


/*-----Location Map-------*/
#map_box{
	padding-top: 100px;
	padding-bottom: 100px;
}

#map_box .in_box{
	width: 1000px;
}

#map_box h3{
	margin-top: 0;
}

#map_box iframe.map{
	width: 100%;
	height: 70vw;
}

a.map_img{
	display: block;
}

.mapL{
	width: 100%;
	height: auto;
	display: block;
}

.icon-search-glass-plus{
	font-size: 80pt;
/*	color: #970000;*/
	color: #515151;
	position: absolute;
	bottom: 1%;
	right: 1%;
	z-index: 10;
	opacity: 0.5;
}

/*-----Billing-------*/
#bill_box{
	padding-top: 60px;
	padding-bottom: 60px;
	color:#fff;
	background-color: #970000;
}

#bill_box .in_box{
	font-size: 0.8pt;
	line-height: 2.3rem;
	text-align: center;
}

.f16{
	font-size: 16em;
}

.f12{
	font-size: 12em;
}

.f11{
	font-size: 11em;
}

#bill_box .in_box small{
	font-size: 80%;
}


/*-----FOOTER-------*/
footer{
	color:#515151;
	background-color: #fff;
	text-align: center;
	padding: 40px 0;
	font-size: 12pt;
	line-height: 3.5em;
}


.share{
	font-family: "Spectral", serif;
	font-size: 17pt;
	padding-right: 20px;
}

.share_btn{
	font-size: 26pt;
	letter-spacing: 0.5em;
	margin-bottom: 17px;
}

.share_btn a{
	color:#515151;
	transition: 0.4s;
	display: inline-block;
	width: 37px;
	height: 37px;
}


.share_btn img{
	width: 37px;
	fill:#515151;
}





.share_btn a:hover{
	color:rgba(81, 81, 81, 0.8);
}



a.ppc{
	color:#515151;
	text-decoration: underline;
}






















