@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&display=swap');


/*---------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;
}


small {
	font-size: 80%;
}

/*-----Header Menu-------*/

#nav_box {
	width: 100%;
	min-width: 1000px !important;
	height: 35px;
	position: fixed;
	top: 0;
	z-index: 300;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000;

}

#nav_set_box {
	padding: 0;
	width: 1000px;
	height: 35px;
	margin: 0px auto 0 auto;
	box-sizing: border-box;
	z-index: 300;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	background-color: #000;
}

.menu_btn {
	font-family: 'Josefin Sans', sans-serif;

	height: 35px;
	font-size: 10pt;
	font-weight: 300;
	color: #FFFFFF;
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	padding-left: 45px;
	padding-right: 45px;
	/*	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: #000;
	background-color: #FFFFFF;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
}


.menu_btn2 {


	height: 35px;
	font-size: 11pt;
	font-weight: 300;
	color: #ccc;
	background-color: #000;
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	padding-left: 45px;
	padding-right: 45px;
	display: none;
}

.btn_fb,
.btn_tw {
	width: 40px;
	padding-left: 0;
	padding-right: 0;
}

.btn_tw2 {
	padding-left: 45px;
	padding-right: 45px;
}

.btn_tw3 {
	padding-left: 25px;
	padding-right: 25px;
}


/*-----Menu Box-------*/
.menu_box {
	position: absolute;
	z-index: 20;
	right: 0.3%;
	;
	bottom: 32.1%;
	width: 40px;
}

.btn_menu {


	font-size: 15pt;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #000000;
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	/*	text-transform: inherit;*/
	/*	transition: color 1s;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}

.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;
	background-color: #000;
}




/*-----Main-------*/


h3 {
	font-family: 'Rubik', sans-serif;
	letter-spacing: 0.4em;
	padding-top: 50px;
}

#top_box {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	text-align: center;
	margin-top: 20px;

}

#top_set_box{
	overflow: hidden;
}

.top_fix_logoset {
	width: 100%;
	min-width: 1000px;
	height: auto;
	margin-top: 0;
	margin-left: 0;
	z-index: 30
}



.bnr_cmtbox{
	width: 10.17%;
	position: absolute;
	margin-top: 1.5%;
	margin-left: 88.5%;
	z-index: 100;
}

.bnr_cmt{
	width:100%;
	height:auto;
	z-index: 20;
}


.top_pt,
.top_txt{
	position: absolute;
	margin-top: 0;
	margin-left: 0;
	z-index: 10;
	width: 100%;
	height: auto;
}

.top_txt{
	z-index: 11
}

.top_pt2,
.top_pt3,
.top_pt4,
.top_pt5,
.top_txt2,
.top_txt3,
.top_txt4,
.top_txt5
{
	filter: alpha( opacity=0 );
	opacity: 0.0;
/*	margin-top: 20px;*/
}

/*------- Trailer ----------------*/
#yokoku_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: rgba(49, 139, 173, 0.26);
	font-family: 'Noto Sans JP', sans-serif;
	/*		font-weight: 500;*/
}

.movie_nav_btn.selected {
	background: #318bad;
}

a.movie_nav_btn:link,
a.movie_nav_btn:visited {
	color: #318bad;
/*	background: #318bad;*/
}

a.movie_nav_btn.selected:link,
a.movie_nav_btn.selected:visited {
	color: #fff;
}




/*-----mvtk-------*/
#mvtk_box #mvtk-widgets-container {
	margin: 30px auto 10px;
}


/*----------Comment Mado------------*/

.prof_mados{
	padding: 60px 38px 60px 25px;
	color: #000;
	background: #E4F7FE;
	font-size: 12pt;
	line-height: 1.7em;
}



.cast_madotxt{
	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;
	font-weight: 700;
	margin-bottom: 10px;
	color: #318BAD;
}

.prof_mados .cast_roll{
	font-size: 14pt;
	margin-bottom: 10px;
		color: #318BAD;
}

/*-----ftr-------*/

#ftr_box {
	z-index: 40;
	width: 100%;
	min-width: 1000px !important;
	margin: 0px 0px 0px 0px;
	clear: both;
	padding: 0px 0px 20px 0px;
	background-repeat: no-repeat;
	background-position: top center;
	display: none;
}


#ftr_naka {
	width: 1000px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

.pre_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;
}





.yokobo{
	letter-spacing: -0.1em;
    /*	<span class="yokobo">――</span>*/
}




/*------- SNS ----------------*/


#top_tw {
	position: relative;
	display: inline-block;
	z-index: 500;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: 25px;
}

#top_sp_tw {
	position: relative;
	display: inline-block;
	z-index: 500;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: 25px;
}


.sns_box {
	width: 100%;
	position: relative;
	display: inline-block;
	z-index: 500;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}


.sns {
	margin: 0px 3px 0px 0px;
	padding: 0px;
	display: inline;
	float: left;
}


.fb {
	margin: -10px 10px 0px 0px;
	padding: 0px;
	display: inline;
	float: left;
}


.tw {
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	display: inline;
	float: left;
}

.line {
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 13px;
	margin-bottom: 0px;
	padding: 0px;
	display: inline;
	float: left;
}


.eigacom {
	margin: 2px 0px 0px 10px;
	padding: 0px;
	display: inline;
	float: left;
}





/*------- COMMENT ----------------*/



h3 {
	text-align: center;
	padding-bottom: 30px;
	font-size: 130%;
	font-weight: 200;
	font-family: 'Josefin Sans', sans-serif;
	padding-top: 40px;
}


.sub_box {
	width: 100%;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.in_box {
	margin: 0 auto;
	width: 1000px;
	font-size: 11pt;
	line-height: 1.8em;
}

.pad_lr {
	padding-left: 13px;
	padding-right: 13px;
}


#cmt_box {
	padding-top: 50px;
/*	padding-bottom: 60px;*/
	padding-right: 20px;
	margin-bottom: 50px;
}


.cmt_txtbox {
	/*	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;*/
}

.cmt_txt {
	/*	width: 435px;*/
	line-height: 1.6em;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: medium;
	margin-bottom: 60px;
}

#cmt_box .cmt_txt2:not(:first-of-type) {
	display: flex;
}

.cmt_txt {
	display: flex;
}

.h3_box {
	text-align: center;
}



.cmt_prof {
	margin-top: 15px;
	font-size: small;
	display: none;
}

.cmt_txt2 {
	/*	width: 435px;*/
	line-height: 1.6em;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: medium;
	margin-bottom: 120px;
}

.cmt_pt {
	display: block;
	margin: 0 auto 15px;
}

.cmt_name {
	font-size: 18pt;
	margin-bottom: 30px;
	margin-top: 10px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	font-weight: 300;
}

small {
	font-size: 70%;
}

.cmt_L {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-right: 30px;
}

.cmt_R {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
}


.pre_gensaku {

	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	z-index: 10;
}





/*-------イントロ ----------------*/


#intro_box {
	padding-bottom: 0px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	padding-top: 0px;
	margin-top: 0px;
}

#intro_box h3 {}

.pre_intro_img,
.pre_tuika{
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	z-index: 10;
	min-width: 1000px;
}

.pre_tuika_set{
	width: 100%;
	height: auto;
}



.intro_txtbox {
	/*	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;*/
/*	padding-bottom: 40px;*/
	padding-top: 10px;
}

.pre_matome_set{
	width: 100%;
	height: auto;
}


.midasi1 {
	display: block;
	text-align: center;
	font-weight: 600;
	font-size: 140%;
	padding-bottom: 30px;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.8em;
}

.midasi2 {
	display: block;
	text-align: center;
	font-weight: 600;
	font-size: 140%;
	padding-bottom: 30px;
	margin-top: 30px;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.8em;
}

.large {
	font-size: 120%;
}
