body{
	height: 100vh;
}

/*---------Common---------------*/
* {
	box-sizing: border-box;
	position: relative;
}

.aplha {
	-ms-filter: "alpha( opacity=0 )";
	filter: alpha(opacity=0);
	opacity: 0.0;
}

.onalpha {
	opacity: 1.0;
	transition: 0.2s;
	cursor: default;
}

.onalpha:hover {
	opacity: 0.6;
	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: #000000;
	border-bottom: 1px #fff solid;
}

#nav_set_box {
	padding: 0;
/*	width: 1000px;*/
	width: 100%;
	height: 37px;
	margin: 0px 0 0 auto;
	box-sizing: border-box;
	z-index: 300;
	display: flex;
	justify-content: center;
/*	justify-content:flex-end;*/
	padding-right: 20px;
	border-bottom: 1px #fff solid;
}

.menu_btn {
	height: 37px;
	font-family: "Libre Baskerville", serif;
	font-size: 11pt;
	font-weight: 400;
	color: #FFFFFF;
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
	transition: 0.7s;
	background-color: #000000;
	border-bottom: 1px #fff solid;
}

.menu_btn:hover {
	cursor: pointer;
	/*	color:#01a0ca;*/
	/*	background-color: #fff;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	background-color: #FFFFFF;
	color: #000;
}


.btn_fb,
.btn_tw,
.btn_ist {
	width: 50px;
	padding-left: 0;
	padding-right: 0;
}

/*-----Main-------*/
main{
	width: 100%;
	min-width: 1000px;
	margin-top: 37px;
	overflow-x: hidden;
}

#top_box {
	width: 100%;
	min-width: 1000px;
	/* margin-top: 37px; */
	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_koukai,
.top_bl {
	width: 100%;
	min-width: 1000px;
	height: auto;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	z-index: 20;
}

.btn_poster{
	display: block;
	text-align: center;
	width: 300px;
	height: auto;
	margin: 0 auto 40px;
	z-index: 20;
}




/*-----ftr-------*/

#ftr_box {
	z-index: 40;
	margin: 20px 0 0;
	clear: both;
	padding: 1px 0px 30px 0px;
	text-align: center;
}


#ftr_naka {
	text-align: center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}


#ftr_bnr {
	width: 1000px;
	margin: 0px auto 0px auto;
	text-align: center;
}


#ftr_bnr img {
	margin: 0px 5px 5px 0px;
}


.footer_link{
	margin-top: 30px;
	font-size: 9pt;
}

.footer_link a:link,
.footer_link a:visited,
.footer_link a:active{
	color: #161616;
	margin: 0 10px;
}


.footer_link a:hover {
	color: #e20085;
	text-decoration: underline;
}

.copy{
	margin-top: 40px;
	font-size: 9pt;
	text-align: center;
	color: #161616;
}








/*------- 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;
	display: none;
}

.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: 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{
	font-family: "Libre Baskerville", serif;
	font-size: 16pt;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}


/*------- MOVIE ----------------*/
#trailer_box{
	padding-top: 100px;
	padding-bottom: 100px;
	color: #fff;
	background-color: #000;
	text-align: center;
}
.trailer-content{
	width: 974px;
    margin: 0 auto;
}

iframe.katoku_pv {
	width: 974px;
	height: calc(974px * 9 / 16);
	margin: 0 auto;
    
}

.movie_nav {
	width: 974px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 7px auto 100px;
	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: #000;
	font-size: 11pt;
	border: 1px #fff solid;
	/*  font-family: 'Noto Sans JP', serif;*/
}

.movie_nav_btn.selected {
	background-color: #fff;
	border: 1px #fff solid;
}

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: #000;
}



/*------- NEWS ----------------*/
#news_box{
	padding-top: 100px;
	padding-bottom: 100px;
	color: #fff;
	background-color: #000;
	text-align: center;
}

a.news_line{
	display: flex;
	color: #fff;
	height: 66px;
	border-bottom: 1px #ffffff 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: 100px;
	padding-bottom: 0px;
	color: #fff;
	background-color: #000;
}

#intro_box h3{
	margin-bottom: 0;
	z-index: 20;
}

#intro_body{
	width: 100%;
	margin: 0 auto;
	background-image: url('../images/intro_bg.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding-bottom: 100px;
	z-index: 10;
}

#intro_box .txt_box{
	width: 100%;
	margin: 0 auto;
	padding-top: 50px;
	/* padding-right: 270px; */
	padding-right: calc(( 1840px - 100vw ) / 2 );
	text-shadow: 0px 0px 3px #000000, 0px 0px 6px #000000, 0px 0px 6px #000000, 0px 0px 6px #000000;
}


.intro_lead1{
	font-size: 20pt;
	font-weight: 700;
	line-height: 1.6em;
	margin-bottom: 30px;
}

.intro_lead2{
	font-size: 17pt;
	font-weight: 400;
	line-height: 1.6em;
	margin-top: 30px;
}


/*------- PHOTO ----------------*/
#photo_box{
	padding: 0px;
	margin: 0;
	background-color: #000;
	display: flex;
}

#photo_box img{
	width: 25%;
	height: auto;
	margin: 0;
	display: block;
}


/*------- PROFILE ----------------*/
#profile_box{
	padding-top: 100px;
	padding-bottom: 100px;
	color: #fff;
	background-color: #000;
	text-align: center;
}

.bnr_official_w{
	margin: 30px auto 20px;
}

.prof_name{
	font-size: 16pt;
	padding-bottom: 40px;
	line-height: 1.6em;;
}

.prof_en{
	font-size: 12pt;
	margin-bottom: 30px;
}

a.bio_link{
	display: inline-block;
	color: #000;
	background-color: #fff;
	font-size: 12pt;
	text-decoration: none;
	padding: 20px 90px;
	letter-spacing: 0.5em;
	
}


/*------- TICKET ----------------*/
#ticket_box{
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
	color: #fff;
	background-color: #000;
}

.ticket_txtbox{
    width: 100%;
    max-width: 1500px;
    text-align: center;
    margin: 0px auto 40px;
    padding: 50px;
	border: 1px #fff solid;
	font-size: 16pt;
	line-height: 2em;
}

.ticket_txtbox h4 {
    font-size: 21pt;
    font-weight: 400;
    color: #fff;
    padding-bottom: 25px;
    margin-top: 0px;
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
}


.notice_box {
    width: 550px;
    text-align: left;
    margin: 40px auto 0;
	font-size: 11pt;
	line-height: 1.6em;
}

.nb2{
	margin-top: 10px;
}


ul {
    list-style: none;
    padding: 0px;
}

li {
    padding-left: 1em;
    text-indent: -1em;
}

a.ticket_link {
    color: #000;
    background-color: #fff;
    display: block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0px auto;
    transition: 0.4s;
	font-size: 14pt;
	text-decoration: none;
}

.ticket_txtbox a{
	color: #fff;
}

.ticket_txtbox a.ticket_link{
	color: #000;
	text-decoration: none;
}

.ticket_txtbox a:hover{
	color: #fff;
	text-decoration: underline;
}

.ticket_txtbox a.ticket_link:hover{
	color: #000;
	text-decoration: underline;
}

.ticket_txtbox small{
	font-size: 11pt;
}

.goods_flex{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
}

.goods_R{
	margin-left: 20px;
	flex:1;
}

.goods_lawson,
.goods_toho{
	width: 300px;
	height: auto;
}

.goods_flex .notice_box{
	width: 440px;
}



small.lr{
	line-height: 1.5em;
	margin-bottom: 15px;
}


/*-----FOOTER-------*/

#footer {
	z-index: 40;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	clear: both;
	padding: 20px 50px 100px;
	background-color: #fff;
	color: #000000;
	font-size: 9pt;
}

.bnr_official{
	display: block;
	margin: 0 auto 20px;
}


#footer a{
	color: #000000;

}

#footer a:hover{
	color: #3d3d3d;
	text-decoration: underline;
}


#ftr_naka {
	text-align: left;
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10pt;
	line-height: 1.7em;
	padding: 0 13px 40px;
}

.top_bl_ftr{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 20px;
}


#ftr_sns{
	border-top: 1px #000 solid;
	padding-top: 50px;
	text-align: center;
}



.menu_btn2 {
	height: 37px;
	font-size: 15pt;
	color: #000000;
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	background-color: #fff;
}

.menu_btn2:hover {
	cursor: pointer;
	background-color: #fff;
	color: #000;
}


#ftr_bnr img {
	margin: 0px 5px 5px 0px;
}





















