/*---------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: #000;
	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;
	height: 37px;
	position: fixed;
	top: 0;
	z-index: 300;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #DE0085;
}

#nav_set_box {
	padding: 0;
	width: 1000px;
	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: "Anton", serif;
	font-size: 12pt;
	font-weight: 100;
	color: #FFFFFF;
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	padding-left: 45px;
	padding-right: 45px;
	/*	text-transform: inherit;*/
	/*	transition: color 1s;*/
	background-color: rgba(222, 0, 133, 0);
}

.menu_btn:hover {
	cursor: pointer;
	/*	color:#01a0ca;*/
	/*	background-color: #fff;*/
/*	background-color: #000000;*/
	color: #DE0085;
}


.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: 'Bebas Neue', sans-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: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	background-color: #000;
}

#top_set_box {
	width: 100%;
	min-width: 1000px;
	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,
.top_txt{
	width: 100%;
	min-width: 1000px;
	height: auto;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	z-index: 20;
}

.bnr_cmt_link{
	width: 15.5%;
	position: absolute;
	margin-top: 1.7%;
	margin-left: 84%;
	z-index: 20;
}

.bnr_cmt{
	width:100%;
	height:auto;
	z-index: 20;
}


/*-----mvtk-------*/

#mvtk_box{
	width: 100%;
	min-width: 1000px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 50px;
}

#mvtk_box img{
	margin: 0 5px 20px;
}


#mvtk_box #mvtk-widgets-container {
    margin: 30px auto 10px;
}


/*-----ftr-------*/

#ftr_box {
	z-index: 40;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	clear: both;
	padding: 0px 0px 20px 0px;
	background-repeat: no-repeat;
	background-position: top center;
	display: none;
}


#ftr_naka {
	text-align: center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.top_bl {
	display: block;
	margin: 0 auto;
}


#ftr_bnr {
	width: 1000px;
	margin: 0px auto 0px auto;
	text-align: center;
}


#ftr_bnr img {
	margin: 0px 5px 5px 0px;
}









/*------- SNS ----------------*/

#top_tw {
	position: relative;
	display: inline-block;
	z-index: 500;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: 25px;
}

.fb {
	margin: 0px 0px 0px 5px;
	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 ----------------*/
.sub_box {
	width: 100%;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.in_box {
	margin: 0 auto;
	width: 1000px;
	font-size: 10pt;
	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;
}


h3{
	display: block;
	background-repeat: no-repeat;
	background-position: top center;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin: 50px auto;
}


/*----------PHOTO SCROLL------------*/

#slide_photo_pc1{
	width: 100%;
	height: 396px;
	background: repeat-x url("../images/scrl1.jpg") left top/auto 100%;
	-webkit-animation: loop-sp infinite 40s linear;
	animation: loop-sp infinite 40s linear;
	z-index: 20;
}

@-webkit-keyframes loop-sp {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -3200px 0;
	}
}

@keyframes loop-sp {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -3200px 0;
	}
}

#slide_photo_pc2{
	width: 100%;
	height: 396px;
	background: repeat-x url("../images/scrl2.jpg") left top/auto 100%;
	-webkit-animation: loop-sp2 infinite 40s linear;
	animation: loop-sp2 infinite 40s linear;
	z-index: 20;
}

@-webkit-keyframes loop-sp2 {
	0% {
		background-position: -3200px 0;
	}
	100% {
		background-position: 0 0;
	}
}

@keyframes loop-sp2 {
	0% {
		background-position: -3200px 0;
	}
	100% {
		background-position: 0 0;
	}
}




/*----------STORY------------*/

#story_box {
	padding-top: 1px;
	padding-bottom: 100px;

}

#story_box h3{
	width: 170px;
	height: 81.5px;
	background-size: 100%;
	background-image: url(../images/h3_story.png);
}


#story_box .txt_box{
	color:#977e67;
	font-size: 14pt;
}


/*----------CAST------------*/

#cast_box {
	padding-top: 1px;
	padding-bottom: 100px;

}

#cast_box h3{
	width: 170px;
	height: 81.5px;
	background-size: 100%;
	background-image: url(../images/h3_cast.png);
}

.cast_inbox{
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
/*	justify-content: center;*/
	flex-wrap: wrap;
}

.casts{
	width: 22%;
	transform-origin: 50% 0%;
	margin-bottom: 60px;
}

.castL{
	width: 40%;
	max-width: 554px;
}


.cast_pbox{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.cast_pbox{
	width: 100%;
	height: auto;
	z-index: 10;
	display: block;
	transition: 0.7s;
}

.castL .cast_pbox:hover {
	cursor: pointer;
}

.castL .cast_pbox::after {
	content: '';
	position: absolute;
	right: 1.8%;
	bottom: 3.9%;
	width: 44px;
	height: 44px;
	background-image: url(../images/btn_hiraku.png);
	background-repeat: no-repeat;
}

.cast_pt{
	width: 100%;
	height: auto;
	transition: 0.5s;
	
}

.castL .cast_pbox:hover .cast_pt{
	opacity: 0.8;
}

.cast_name{
	text-align: center;
	color:#de0085;
	font-size: 21pt;
	font-weight: 700;
}

@media screen and (max-width: 1480px) {
	.castS .cast_name{
		font-size: 14pt;
	}
}

.cast_name small{
	font-size: 70%;
}

.cast_spa{
	width: 30%;
}

.cast1{
	transform: rotate(-1.7deg);
}

.cast2{
	transform: rotate(-3deg);
}

.cast3{
	transform: rotate(1.1deg);
}

.cast4{
	transform: rotate(-2.9deg);
}

.cast5{
	transform: rotate(-1.8deg);
}

.cast6{
	transform: rotate(1.1deg);
}

.cast7{
	transform: rotate(-3.8deg);
}

.cast8{
	transform: rotate(-1.7deg);
}

.cast9{
	transform: rotate(1.1deg);
}

.cast10{
	transform: rotate(-3.9deg);
}


/*----------Profile Mado------------*/

.prof_mados{
	padding: 60px 38px 60px 25px;
	color: #000;
	background: #000;
	font-size: 12pt;
	line-height: 1.7em;
	border: 9px #de0085 solid;
	color: #de0085
}

.cast_flex{
}


.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{
	font-size: 20pt;
	margin-bottom: 15px;
}

.prof_mados .cast_name small{
	font-size: 70%;
}


/*----------STAFF------------*/

#staff_box {
	padding-top: 1px;
	padding-bottom: 100px;

}

#staff_box h3{
	width: 170px;
	height: 81.5px;
	background-size: 100%;
	background-image: url(../images/h3_staff.png);
}

#staff_box .cast_inbox{
	justify-content: center;
}

#staff_box .casts{
	margin: 0 25px;
}



.staff1{
	transform: rotate(1deg);
}

.staff2{
	transform: rotate(-3.8deg);
}

.staff1 .cast_pbox::after,
.staff2 .cast_pbox::after {
	content: '';
	position: absolute;
	right: 1.8%;
	bottom: 4.6%;
	width: 44px;
	height: 44px;
	background-image: url(../images/btn_hiraku.png);
	background-repeat: no-repeat;
}

.staff1 .cast_pbox:hover,
.staff2 .cast_pbox:hover {
	cursor: pointer;
}

.staff1 .cast_pbox:hover .cast_pt,
.staff2 .cast_pbox:hover .cast_pt{
	opacity: 0.8;
}

@media screen and (max-width: 1480px) {
	#staff_box .castS .cast_name{
		font-size: 21pt;
	}
}



/*----------FOOTER------------*/


footer{
	background-color: #de0085;
	padding: 40px 0 80px;
	text-align: center;
}

.top_bl_long{
	display: block;
	width: 800px;
	height: auto;
	margin: 0 auto 50px;
}












