/*---------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: #000000;
}



#nav_set_box{
	padding:0;
	width: 1300px;
	height:37px;
	margin:0px auto;
	z-index:300;
	display: flex;
	justify-content: center;
}

.menu_btn{
	height: 37px;
	font-family: "Bebas Neue", sans-serif;
	font-size: 15pt;
	font-weight: 100;
	color: #fff;
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	padding-left: 35px;
	padding-right: 35px;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	background-color: #000000;
}

.menu_btn:hover{
	cursor: pointer;
	/*	color:#01a0ca;*/
	/*	background-color: #fff;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	background-color: #fff;
	color: #000;
}

.btn_fb,
.btn_tw,.btn_ist
{
	width: 70px;
	padding-left: 0;
	padding-right: 0;
}



/*-----Main-------*/
main{
	width: 100%;
	min-width: 1300px;
	overflow-x: hidden;
}


#top_box{
	width: 100%;
	min-width: 1300px;
	height: 55.56vw;
	min-height: 722.28px;
	margin: 0  auto;
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	background: #000;
}

#top_set_box {
	width: 100%;
	min-width: 1300px;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}


#video_box{
	position: absolute;
	margin-top: 0%;
	margin-left: 0%;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

#video_box::before {
	z-index: 2;
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/bgpatternb.png) center top/3px 3px;
}

#video_box video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
	object-fit: cover;
}

.top_img{
	width: 100%;
	height: auto;
	position: absolute;
	margin: 0;
	display: block;
	z-index: 20;
}


.pre_logoset{
	width: 100%;
	height: auto;
	position: absolute;
	margin: 0;
	display: block;
	z-index: 20;
}

.top_part{
	width: 100%;
	background-image: url('../images/pre_logoset.png');
	position: absolute;
	margin-left: 0;
	z-index: 30;
	background-position-x: 0;
	background-size: 100% auto;
	/* border: 1px #fff solid; */
}

.tp1{
	margin-top: 4%;
	height: 6vw;
	background-position: 0 7.1%;
}

.tp2{
	margin-top: 12.7%;
	height: 12vw;
	background-position: 0 27%;
}

.tp3{
	margin-top: 27.2%;
	height: 5vw;
	background-position: 0 47.1%;
}

.tp4{
	margin-top: 40.2%;
	height: 11vw;
	background-position: 0 80.4%;
}


/*-----mvtk-------*/
#mvtk_box{
	width: 100%;
	min-width: 1000px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#mvtk_box img{
	margin: 0 5px 0px;
}

#mvtk_box #mvtk-widgets-container {
    margin: 10px auto 10px;
}


/*------- 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: 12pt;
	line-height: 2.5em;
	text-align: justify;
	text-justify: inter-ideograph;
}

h3{
    font-family: "Bebas Neue", sans-serif;
	font-size: 30pt;
	font-weight: 400;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 40px;
	color: #000;
}

.sub_img{
	width: 100%;
	max-width: 1250px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/*----------TRAILER------------*/

#trailer_box{
	padding-top:1px;
	padding-bottom: 100px;
	text-align: center;
}

#trailer_box iframe {
	width: 974px;
	height: calc(974px * 9 / 16);
	margin: 0 auto;
}

.movie_nav {
	width: 974px;
	display: flex;
	flex-wrap: wrap;
	align-items:stretch;
	margin-top: 7px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 0;
}

.movie_nav_box {
	width: 50%;
	padding: 1px;
}

.movie_nav_box_long {
	width: 100%;
	padding: 1px;
}

.movie_nav_btn {
	display: block;
	padding: 8px 0;
	text-align: center;
	text-decoration: none;
	background-color: #7e7e7e;
	font-size: 12pt;
}

a.movie_nav_btn{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.movie_nav_btn.selected {
	background-color: #fff;
}

a.movie_nav_btn:link,
a.movie_nav_btn:visited {
	color: #fff;
}

a.movie_nav_btn.selected:link,
a.movie_nav_btn.selected:visited {
	color: #c01736;
}



/*----------NEWS------------*/

#news_box{
	padding-top:1px;
	padding-bottom: 100px;
}

#news_box h3{
	margin-bottom: 20px;
}

a.news_line{
	display: flex;
	color: #000;
	height: 66px;
	border-bottom: 1px #000 solid;
	font-size: 13pt;
	padding-top: 20px;
	text-decoration: none;
}

a.news_line:hover{
	text-decoration:underline;
}


.news_date{
	width: 100px;
}

.news_title{
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.new{
	color: #e20185;
}



/*----------INTRODUCTION------------*/

#intro_box{
	padding-top:15px;
	padding-bottom: 100px;
}

.intro_lead1{
    font-family: "Shippori Mincho", serif;
	font-size: 21pt;
	font-weight: 700;
	line-height: 1.6em;
	margin-bottom: 30px;
	text-align: center;
}

.intro_head2{
	margin-top: 50px;
	margin-bottom: 50px;
}

.intro_lead2{
    font-family: "Shippori Mincho", serif;
	font-size: 21pt;
	font-weight: 700;
	line-height: 1.6em;
	margin-bottom: 30px;
	text-align: center;
}


/*----------STORY------------*/

#story_box{
	padding-top:15px;
	padding-bottom: 15px;
}

.story_head2{
	margin-top: 50px;
}


/*----------4K CONCEPT------------*/

#k4_box{
	padding-top:1px;
	padding-bottom: 100px;
	color: #fff;
	background-color: #000;
}

#k4_box h3{
	color: #fff;
}

.k4_lead1{
	font-size: 21pt;
	font-weight: 700;
	line-height: 1.6em;
	margin-bottom: 30px;
	text-align: center;
}

ul{
	list-style: none;
	padding: 0;
}

li{
	/* padding-left:1em; */
	/* text-indent:-1em; */
	display: flex;
	align-items: baseline;
}

#k4_box li{
	text-align:left;
	margin-bottom: 15px;
}

.k4_ptlist li{
	font-size: 15pt;
}



#k4_box li::before {
  content: "◆";
  font-size: 50%;
  margin-right: 0.5em;
  transform: translateY(-0.35em);
}

.k4_lead2{
	font-size: 18pt;
    font-family: "Shippori Mincho", serif;
	width: 660px;
	margin: 0 auto;
}

.k4_point{
	margin: 50px auto 50px;
	color:#bfbfbf;
	background-color: #262626;
	border: 1px #bfbfbf solid;
	padding: 38px 50px;
	text-align: center;
    font-family: "Shippori Mincho", serif;
}

.k4_pt{
	font-size: 20pt;
	padding-bottom: 12px;
	margin-bottom: 20px;
	border-bottom: 1px #bfbfbf solid;
}

.k4_ptlist{
	font-size: 16pt;;
    font-family: "Shippori Mincho", serif;
}

.k4_head{
	margin-bottom: 0px;
}

.k4_abtitle {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 20px 0; 
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	color: #bfbfbf;
	font-family: "Shippori Mincho", serif;                      
	font-size: 20pt;
	letter-spacing: 0.35em;
	margin-top: 70px;
	margin-bottom: 20px;
}

.k4_kbox {
	background-color: #bfbfbf;
	color: #000;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.2em; 
	padding: 3px 8px 3px 10px;
	line-height: 1.3;
	margin-top: 3px;
    font-family: "Noto Sans JP", sans-serif;
}






/*-----FOOTER-------*/

footer{
	padding: 50px 100px;
	text-align: center;
}

.pre_ftr_logo{
	display: block;
	margin: 0 auto 50px;
}

footer ul{
	margin: 0 auto;
	width: 580px;
	display: block;
	margin-bottom: 30px;
}

footer ul li::before{
  content: "";
}

.policy_box{
	margin-bottom: 50px;
}




/*------- 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: 2px 0px 0px 5px;
	padding: 0px;
	display: inline;
	float: left;
} 

.tw {
	margin: 2px 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;
} 














