@charset "utf-8";

body{width: 100%;
	min-width: 1200px;
	overflow-y: scroll;}
	
.font-goth1{font-family: source-han-sans-japanese, sans-serif;
font-weight: 400;
font-style: normal;}

.font-goth2{font-family: source-han-sans-japanese, sans-serif;
font-weight: 700;
font-style: normal;}
	
.font-goth3{font-family: source-han-sans-japanese, sans-serif;
font-weight: 900;
font-style: normal;}

.font-min1{font-family: vdl-v7mincho,sans-serif;
font-weight: 500;
font-style: normal;}

.font-min2{font-family: vdl-v7mincho,sans-serif;
font-weight: 800;
font-style: normal;}

.font-acu{font-family: acumin-pro, sans-serif;
font-weight: 700;
font-style: italic;}

.start_filter{width: 100%;
	height: 100vh;
	position: fixed; top: 0; left: 0;
	background: rgba(0,0,0,1.00);
	z-index: 9999;}

.loading_block{width: 300px;
	height: 150px;
	text-align: center;
	position: fixed; top: 50%; left: 50%;
	margin: -75px 0 0 -150px;}

.loading_img2{height: 150px;
	/*-webkit-animation:blink 2s linear infinite;
	-moz-animation:blink 2s linear infinite;
	-ms-animation:blink 2s linear infinite;
	-o-animation:blink 2s linear infinite;
	animation:blink 2s linear infinite;*/}

@-webkit-keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}
@-moz-keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}
@-ms-keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}
@-o-keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}
@keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}

.loading_img1 img,.loading_img2 img{
	height: 100%;}

.bg_box{width: 100%;
	height: 100vh;
	background: url("../img/bg2.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
	position: fixed; top: 0; left: 0;
	z-index: 0;}
	
.bg_box2{width: 100%;
	height: 100vh;
	background: url("../img/bg_smoke1.webp");
	background-size: 200% 100%;
	background-repeat: repeat-x;
	background-position: center top;
	position: fixed; top: 0; left: 0;
	overflow: hidden;
	webkit-animation:smoke 15s linear infinite;
	-moz-animation:smoke 15s linear infinite;
	animation:smoke 15s linear infinite;}

.bg_black{background: rgba(0,0,0,0.60);}

@-webkit-keyframes smoke {
	0% {background-position: 0 0;}
	100% {background-position: 200% 0;}
}
@-moz-keyframes smoke {
	0% {background-position: 0 0;}
	100% {background-position: 200% 0;}
}
@keyframes smoke {
	0% {background-position: 0 0;}
	100% {background-position: 200% 0;}
}

.bar_solid{width: 100%;
	height: 1px;
	border-bottom: rgba(255,255,255,0.50) solid 1px;}

.bar_dot{width: 100%;
	height: 1px;
	border-bottom: rgba(255,255,255,0.50) dotted 2px;}

.delighter1.delighter{transition: all .5s ease-out;
  transform: translateY(-55%);
  opacity: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);}

.delighter1.delighter.started,.delighter2.delighter.started,.delighter3.delighter.started,.delighter4.delighter.started,.delighter5.delighter.started,.delighter6.delighter.started,.delighter7.delighter.started{transform: none;
  opacity: 1;
  -ms-filter: blur(0);
  filter: blur(0);}
  
 .delighter2.delighter{transition: all .5s ease-out;
  transform: translateY(5vh);
  opacity: 0;
   -ms-filter: blur(6px);
  filter: blur(6px);}
  
.delighter3.delighter{transition: all .5s ease-out;
  transform: translateX(5vw);
  opacity: 0;
   -ms-filter: blur(6px);
  filter: blur(6px);}
  
 .delighter4.delighter{transition: all .5s ease-out 0.1s;
  transform: translateX(5vw);
  opacity: 0;
   -ms-filter: blur(6px);
  filter: blur(6px);}
  
  .delighter5.delighter{transition: all .5s ease-out 0.2s;
  transform: translateX(5vw);
  opacity: 0;
   -ms-filter: blur(6px);
  filter: blur(6px);}
  
  .delighter6.delighter{transition: all .5s ease-out 0.3s;
  transform: translateX(5vw);
  opacity: 0;
   -ms-filter: blur(6px);
  filter: blur(6px);}
  
  .delighter7.delighter{transition: all .5s ease-out 0.4s;
  transform: translateX(5vw);
  opacity: 0;
   -ms-filter: blur(6px);
  filter: blur(6px);}

.text1{font-size: max(1.6vw,17px);
	line-height: 150%;}
	
.text2{font-size: max(1.1vw,14px);
	line-height: 150%;}
	
.text3{font-size: max(0.9vw,12px);
	line-height: 150%;}

.text4{font-size: max(0.8vw,11px);
	line-height: 150%;}

#container{width: 100%;
	position: relative;}

header{width: 100%;
	overflow: hidden;
	background: rgba(0,0,0,1.00);
	position: -webkit-sticky;
	position: sticky; top: 0;
	z-index: 9;}
	
	
.pc_menu{text-align: center;}
	
.pc_menu_inner{display: inline-block;
	overflow: hidden;}
	
.pc_menu_btn1{font-size: 1.2vw;
	float: left;}

.pc_menu_btn1 a{color: rgba(255,255,255,1.00);
	transition: 0.3s all;}

.pc_menu_btn1 a:hover{color: rgba(0,155,173,1.00);}


.header_logo{width: 15%;
	min-width: 180px;
	position: fixed; top: 70px; left: -15%;
	z-index: 7;}
	
.header_logo2{width: 15%;
	min-width: 180px;
	position: fixed; top: 70px; left: 0;
	z-index: 7;}

.header_logo img,.header_logo2 img{width: 100%;}

.main_img{width: 100%;
	position: relative;}

.main_img_img1{width: 70%;
	margin: 0 auto;
	position: relative;}

.main_img_img1 img{width: 100%;}

.main_img_img2{width: 43.58%;
	position: absolute; top: 0; left: 0;
	animation: blink_kv 20s linear infinite;}
	
@keyframes blink_kv {
  0%  {opacity: 1.0;}
  45%{opacity: 1.0;}
  50%{opacity: 0;}
  95%{opacity: 0;}
  100%  {opacity: 1.0;}
}
	
.main_img_img2 img{width: 100%;}

.top_btn{width: 52%;
	position: absolute; top:81%;
	left: 48%;
	transition: 0.3s all;}

.top_btn_btn1{width: 49%;
	padding: 0 0.5%;
	float: left;
	transition: 0.3s all;}

.top_btn_btn1:hover{transform: scale(1.03,1.03);}

.fliyer_box{width: 13%;
	position: absolute; top: 0; left: 1%;}
	
.fliyer_btn1{width: 100%;
	margin: 10px  auto 0;
	line-height: 200%;
	text-align: center;
	background: rgba(0,154,172,1.00);
	border-radius: 100px;}
	
.fliyer_btn1 a{display: block;
	color: rgba(255,255,255,1.00);}

.con_box1{width: 100%;}

.con_title1{width: 25%;
	margin: 0 auto;}

.con_block1{width: 60%;
	margin: 0 auto;}

.news_twitter_box{width: 60%;
	margin: 0 auto;
	overflow: hidden;}

.movie1{width: 40%;
	margin: 0 auto;}
	
.movie1 img{width: 100%;}

.news_box{width: 64%;
	padding-right: 1%;
	float: left;}

.news_topics_box{width: calc(100% - 30px);
	height: 300px;
	padding: 15px;
	background:rgba(0,0,0,0.80);
	overflow-y: scroll;}

.topic_title{font-size: max(1.05vw,14px);
	padding: 5px 0;
	line-height: 150%;}

.topic_text{font-size: max(0.85vw,12px);
	line-height: 150%;
	padding: 5px 0;}

.twitter_box{width: 35%;
	float: left;}
	
.cast_block1{width: calc(100% - 40px);
	padding: 20px;
	overflow: hidden;
	background: rgba(0,0,0,0.90);}
	
.cast_img1,.cast_img3{width: 33%;
	float: left;
	position: relative;}
	
.cast_img1 img{width: 50%;}

.cast_img3 img{width: 100%;}

.cast_img_base{width: 50%;
	position: absolute;top: 0; left: 0;
	z-index: 1;}

.cast_img_base img{width: 100%;}

.cast_img_blink{width: 50%;
	position: absolute;top: 0; left: 0;
	animation: blink_kv 20s linear infinite;}
	
@keyframes blink_kv {
  0%  {opacity: 1.0;z-index: 1;}
  45%{opacity: 1.0;z-index: 1;}
  50%{opacity: 0; z-index: 0;}
  95%{opacity: 0; z-index: 0;}
  100%  {opacity: 1.0; z-index: 1;}
}
	
.cast_img_blink img{width: 100%;}

.cast_text1{width: 66%;
	padding-left: 1%;
	float: left;}
	
.comment_box{width: 25%;
	margin: 10px 0;
	background: rgba(189,39,45,1.00);}

.comment_box2{width: 30%;
	margin: 10px 0;
	margin: 0 auto;
	background: rgba(189,39,45,1.00);}

.movie_btn1{width: 25%;}

.movie_btn1 img{width: 100%;
	transition: 0.3s all;}
	
.movie_btn1 img:hover{transform: scale(1.05,1.05);}

.cast_box1{width: 100%;
	margin: 0 auto;
	display: flex;
	/* flex-flow: <flex-direction> || <flex-wrap>; */
	flex-direction: row; /* 左から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	justify-content: center; /* 中央寄せ */
	align-items: flex-start; /* アイテムを先頭にまとめて配置。*/
	align-content: center; /* アイテムを中央に寄せて配置。 */}

.cast_block2{width: 13%;
	padding: 0 0.5%;}
	
.cast_img2,.cast_img2 img{width: 100%;}

.link_btn1{width: 30%;
	line-height: 200%;
	margin: 0 auto;
	background: rgba(0,154,172,1.00);
	border-radius: 5px;
	transition: 0.3s all;}
	
.link_btn1:hover{transform: scale(1.05,1.05);}
	
.link_btn1 a{display: block;}

.con_title2{font-size: 2.4vw;
	line-height: 150%;}

.timetable{width: 100%;
	margin: 0 auto;}

.timetable_text{width: 60%;}

.opacity05{opacity: 0.5;}

.ticket_box1{width: 80%;
	margin: 0 auto;
	overflow: hidden;}
	
.ticket_box_inner1{width: 47%;
	margin: 0 1%;
	padding: 10px 0;
	float: left;
	background: rgba(0,0,0,0.80);
	border: rgba(255,255,255,1.00) solid 1px;}

.ticket_box_inner1 table{margin: 0 auto;}

.ticket_type_box{width: calc(100% - 32px);
	padding: 15px;
	border: rgba(255,255,255,1.00) solid 1px;
	background: rgba(0,0,0,0.80);}

.tokuten_name1{width: 20%;
	margin: 0 auto;line-height: 180%;
	color: rgba(189,39,45,1.00);
	border: rgba(189,39,45,1.00) solid 1px;}

.ticket_btn1{width: 20%;
	margin: 0 auto;
	line-height: 200%;
	border-radius: 100px;
	background: rgba(189,39,45,1.00);
	transition: 0.3s all;}

.ticket_btn1:hover{transform: scale(1.05,1.05);}

.ticket_btn1 a{display: block;
	color: rgba(255,255,255,1.00);}

.ticket_btn_close{width: 20%;
	margin: 0 auto;
	line-height: 200%;
	border-radius: 100px;
	background:rgba(111,111,111,1.00);}

.theater_logo{width: 30%;
	margin: 0 auto;}

#wrapper {
    position: relative;
    width: 60%;
	min-width: 800px;
	margin: 0 auto;
}

#wrapper:before {
    content:"";
    display: block;
    padding-top: 28.12%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

#content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.movie_box1{width: 100%;
	margin: 0 auto;
	display: flex;
	/* flex-flow: <flex-direction> || <flex-wrap>; */
	flex-direction: row; /* 左から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	justify-content: flex-start; /* 中央寄せ */
	align-items: flex-start; /* アイテムを先頭にまとめて配置。*/
	align-content: center; /* アイテムを中央に寄せて配置。 */}

.movie_box2{width: 100%;
	margin: 0 auto;
	display: flex;
	/* flex-flow: <flex-direction> || <flex-wrap>; */
	flex-direction: row; /* 左から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	justify-content: center; /* 中央寄せ */
	align-items: flex-start; /* アイテムを先頭にまとめて配置。*/
	align-content: center; /* アイテムを中央に寄せて配置。 */}

.movie_block1{width: 45%;
	margin: 0 2.5%;}
	
.movie_block2{width: 55%;
	margin: 0 auto;}

#m_wrapper {
    position: relative;
    width: 100%;
	margin: 0 ;
}

#m_wrapper:before {
    content:"";
    display: block;
    padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

#m_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.goods_after{width: 25%;
	margin: 0 auto;
	line-height: 200%;
	border-radius: 5px;
	background: rgba(0,154,172,1.00);
	transition: 0.3s all;}
	
.goods_after:hover{transform: scale(1.05,1.05);}
	
.goods_after a{display: block;}

.goods_block1{width: 100%;
	overflow: hidden;}
	
.goods_img1{width: 20%;
	float: left;}
	
.goods_img1 img{width: 100%;}

.goods_textbox{width: 78%;
	padding-left: 2%;
	float: left;}

.item_btn_box{width: 100%;
	overflow: hidden;}
	
.item_btn1{width: 19%;
	margin-right: 1%;
	margin-bottom: 10px;
	line-height: 200%;
	background: rgba(0,154,172,1.00);
	border-radius: 5px;
	float: left;
	transition: 0.3s all;}
	
.item_btn1:hover{opacity: 0.7;}

.item_btn1 a{display: block;}

.staff_name1{font-size: max(0.9vw,12px);
	line-height: 130%;}

.staff_name2{font-size: max(1.2vw,16px);
	line-height: 150%;}

.original_box{width: 40%;
	margin: 0 auto;}
	
.original_inner{width: 100%;
	overflow: hidden;}
	
.original_img{width: 30%;
	margin: 0 auto;}
	
.original_img img{width: 100%;}

.original_text{width: 100%;}
	
.original_btn{width: 50%;
	margin: 0 auto;
	text-align: center;
	background: rgba(0,154,172,1.00);
	border-radius: 100px;
	transition: 0.3s all;}
	
.original_btn:hover{transform: scale(1.05,1.05);}
	
.original_btn a{display: block;
	padding: 5px 0;}

.qa_block1{width: 100%;}
	
.qa_q,.qa_a{width: calc(100% - 30px);
	padding: 5px 15px;}

.border_s1{width: 100%;
	height: 1px;
	border-bottom: rgba(255,255,255,1.00) solid 1px;}

.border_dot1{width: 100%;
	height: 1px;
	border-bottom: rgba(255,255,255,1.00) dotted 1px;}

footer{width: 100%;
	color: rgba(0,0,0,1.00);
	text-align: center;
	background: rgba(0,0,0,1.00);
	position: relative;}

.footer_logo{width: 10%;
	margin: 0 auto;}
	
.footer_logo img{width: 100%;}

.inline{display: inline-block;
	text-align: left;}
	
#page-top{width: 60px;
	height: 60px;
	position: fixed; bottom: 10px; right: 10px;
	z-index: 8;}
	
#page-top img{width: 100%;
	height: 100%;}

.flex_box{display: flex;
	/* flex-flow: <flex-direction> || <flex-wrap>; */
	flex-direction: row; /* 左から */
	/*flex-direction: row-reverse;　/* 右から */
	/*flex-direction: column; /* 上から */
	/*flex-direction: column-reverse; /* 下から */
	/*flex-wrap: nowrap; /* 単一行に配置、アイテムは幅に収まるように縮小される。 */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	/*flex-wrap: wrap-reverse; /* 複数行に配置、左から右へ、下から上へ、の順番に。 */
	/*justify-content: flex-start; /* 左寄せ */
	/*justify-content: flex-end; /* 右寄せ */
	justify-content: center; /* 中央寄せ */
	/*justify-content: space-between; /* 両端+等間隔 */
	/*justify-content: space-around; /* 等間隔 */
	/*align-items: stretch; /*アイテムをコンテナの高さ（または幅）いっぱいに配置。*/
	align-items: flex-start; /* アイテムを先頭にまとめて配置。*/
	/*align-items: flex-end; /*アイテムを後尾にまとめて配置。*/
	/*align-items: center; /*アイテムを中央にまとめて配置。*/
	/*align-items: baseline; /* アイテムをベースラインに沿って配置。 */
	/*align-content: stretch; /* すべてのアイテムを等間隔に配置。サイズがautoであるアイテムはコンテナに合わせて引き延ばす。 */
	/*align-content: flex-start; /* アイテムを先頭に寄せて配置。 */
	/*align-content: flex-end; /* アイテムを後尾に寄せて配置。 */
	align-content: center; /* アイテムを中央に寄せて配置。 */
	/*align-content: space-between; /* 先頭と後尾は端に、残りは等間隔に配置。 */
	/*align-content: space-around; /* すべてのアイテムを等間隔に配置、各アイテムの両側に半分のサイズの間隔。 */
	/*align-content: space-evenly; /* すべてのアイテムを等間隔に配置、各アイテムの周りに同じサイズの間隔 */}





@media screen and ( max-width:821px )
{
body{width: 100%;
	min-width: 320px;}

#conttainer{margin-top: 0;}

.text1{font-size: max(4.8vw,16px);}
	
.text2{font-size: max(3.8vw,14px);}
	
.text3{font-size: max(3.4vw,10px);}

.text4{font-size: max(3.2vw,10px);}

.main_img{width: 100%;
	min-height: 0;
	position: relative;
	display: flex;
	flex-direction: column; /* 上から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	justify-content: center; /* 中央寄せ */}

.main_img_img1{width: 100%;}

.main_img_img2{width: 100%;}

.main_img_text1{width: 90%;
	margin: 0 auto;}

.fliyer_box{width: 98%;
	margin: 0 auto;
	position: relative; left: 0;
	overflow: hidden;}
	
.fliyer_btn1{width: 48%;
	margin: 0 1%;
	line-height: 200%;
	text-align: center;
	background: rgba(0,154,172,1.00);
	border-radius: 100px;
	float: left;}

.news_twitter_box{width: 90%;
	margin: 0 auto;
	overflow: hidden;}

.movie1{width: 80%;
	margin: 0 auto;}

.news_box{width: 100%;
	margin-bottom: 30px;
	float: none;}

.topic_title{font-size: max(3.7vw,14px);
	padding: 5px 0;
	line-height: 150%;}

.topic_text{font-size: max(3.3vw,12px);
	line-height: 150%;
	padding: 5px 0;}

.twitter_box{width: 100%;
	float: none;}

.con_title1{width: 60%;
	margin: 0 auto;}

.con_title2{font-size: 7vw;}

.con_title3{width: 45%;
	margin: 0 auto;}

.con_block1{width: 92%;
	margin: 0 auto;}

.cast_block1{width: calc(100% - 40px);
	padding: 20px;
	overflow: hidden;
	background: rgba(0,0,0,0.90);}
	
.cast_img1,.cast_img3{width: 100%;
	margin-bottom: 5px;
	float: none;}
	
.cast_img1 img{width: 50%;}

.cast_img_base{width: 100%;
	position: absolute;top: 0; left: 0;
	z-index: 1;}

.cast_img_base img{width: 100%;}

.cast_img_blink{width: 100%;
	position: absolute;top: 0; left: 0;
	animation: blink_kv 20s linear infinite;}

.cast_text1{width: 100%;
	padding-left: 0;
	float: none;}
	
.comment_box,.comment_box2{width: 100%;
	margin: 10px 0;
	background: rgba(189,39,45,1.00);}

.comment_box2{line-height: 200%;}

.movie_btn1{width: 60%;
	margin: 0 auto;}
	
.movie_btn1 img:hover{transform:scale(1.0,1.0);}

.cast_block2{width: 40%;
	padding: 0 5% 20px;}

.link_btn1{width: 90%;
	margin: 0 auto;
	line-height: 250%;}
	
.link_btn1:hover{transform: scale(1.00,1.00);}

.timetable_inner{width: 100%;
	overflow-x: scroll;}
	
.timetable_inner_img{width: 200%;}
	
.timetable_inner_img  img{width: 100%;}

.ticket_box1{width: 100%;}

.ticket_box_inner1{width: calc(100% - 2px);
	margin: 0 0 15px;
	padding: 10px 0;
	float: none;}

.ticket_box_inner1 table{margin: 0 auto;}

.tokuten_name1{width: 40%;}

.ticket_btn1,.ticket_btn_close{width: 70%;
	margin: 0 auto;
	line-height: 250%;}

.ticket_btn1:hover{transform: scale(1.00,1.00);}

.ticket_btn1 a{display: block;
	color: rgba(255,255,255,1.00);}

.timetable_text{width: 100%;}

.theater_logo{width: 70%;
	margin: 0 auto;}

#wrapper {
    position: relative;
    width: 90%;
	min-width: 0;
	margin: 0 auto;
}

#wrapper:before {
    content:"";
    display: block;
    padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

#content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.movie_block1{width: 90%;
	margin: 0 5%;}

.movie_block2{width: 90%;
	margin: 0 auto;}

.goods_after{width: 90%;
	margin: 0 auto;
	line-height: 250%;}
	
.goods_after:hover{transform: scale(1.00,1.00);}

.goods_img1{width: 80%;
	margin: 0 auto 10px;
	float: none;}
	
.goods_img1 img{width: 100%;}

.goods_textbox{width: 90%;
	margin: 0 auto;
	padding-left: 0;
	float: none;}

.item_btn_box{width: 100%;
	overflow: hidden;}
	
.item_btn1{width: 49%;
	margin-right: 1%;
	margin-bottom: 10px;
	line-height: 250%;}
	
.item_btn1:hover{opacity: 1.0;}

.staff_name1{font-size: max(3.4vw,12px);
	line-height: 130%;}

.staff_name2{font-size: max(3.8vw,15px);
	line-height: 150%;}

.original_box{width: 100%;
	margin: 0 auto;}
	
.original_inner{width: 100%;
	overflow: hidden;}
	
.original_img{width: 50%;
	margin: 0 auto;}
	
.original_img img{width: 100%;}

.original_text{width: 100%;}
	
.original_btn{width: 80%;}
	
.original_btn:hover{transform: scale(1.00,1.00);}

footer{padding-bottom: 70px;}

.footer_logo{width: 25%;
	margin: 0 auto;}

}

















