@charset "utf-8";

body{width: 100%;
	min-width: 1200px;
	overflow-y: scroll;}

.spacer1{width: 100%;
	font-size: 1.0vw;
	line-height: 100%;}
	
	
.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(255,255,255,1.00);
	z-index: 9999;}

.loading_block{width: 300px;
	height: 150px;
	text-align: center;
	position: fixed; top: 45%; 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{
	width: 100%;}

.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);}

.bg_box{width: 100%;
	height: 100vh;
	background: url("../img/main_bg1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: fixed; top: 0; left: 0;
	z-index: 0;}

.bg1{background: url("../img/main_bg2.jpg");
	background-size: 100% 100%;}

#container{display: none;
	width: 100%;
	position: relative;
	z-index: 1;}

header{width: 100%;
	overflow: hidden;
	position: fixed; top: 0; left: 0;
	z-index: 9;}

.header_text1{font-size: 1.2vw;
	padding-left: 1%;
	line-height: 180%;
	float: left;}
	
.pc_menu{margin: 0 10px;
	float: left;
	overflow: hidden;}
	
.pc_menu_btn1{font-size: max(1.2vw,16px);
	line-height: 180%;
	margin: 0 0.5vw;
	float: left;}

.menu_text_s{font-size: max(1.2vw,12px);}

.pc_menu_btn1 img{width: 10vw;
	min-width: 150px;}
	
.pc_menu_btn1 a{color: rgba(255,255,255,1.00);}
	
.pc_menu_btn1 a:hover{color:rgba(0,211,255,1.00);}

.main_img{width: 100%;
	/*margin-top: 50px;*/
	position: relative;
	z-index: 1;}

.main_img_img1{width: 35%;
	margin: 0 auto;}
	
.main_img_img2{width: 30%;
	margin: 0 auto;}
	
.main_img_img1 img{width: 100%;}

.kv1,.kv1 img{width: 100%;}

.main_img_text1{font-size: 1.4vw;}

.top_schedule1{width: 35%;
	margin: 0 auto;}

.con_box{position: relative;
	z-index: 1;}

.movie1{width: 40%;
	margin: 0 auto;}
	
.movie1 img{width: 100%;}

.info_btn1{width: 40%;
	margin: 0 auto;
	padding: 3px;
	border: rgba(255,255,255,1.00) double 6px;
	transition: 0.3s all;}

.info_btn1:hover{opacity: 0.7;}

.info_btn_inner{width: 100%;
	background: rgba(255,255,255,1.00);}

.info_btn1 a{display: block;
	line-height: 250%;}

.news_twitter_box{width: 60%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1;}
	
.news_box{width: 64%;
	margin-right: 1%;
	float: left;}
	
.topics_box{width: calc(100% - 30px);
	height: 300px;
	padding: 15px;
	overflow-y: scroll;
	background: rgba(255,255,255,0.60);
	border-radius: 10px;}
	
.topic_date{font-size: 0.9vw;
	line-height: 150%;}
	
.topic_title{font-size: 1.1vw;
	line-height: 150%;}
	
.topic_text{font-size: 1.0vw;
	line-height: 150%;}
	
.twitter_box{width: 35%;
	float: left;}

.con_title1{width: 25%;
	margin: 0 auto;}

.con_inner1{width: 65%;
	margin: 0 auto;
	position: relative;
	z-index: 1;}

.title1{font-size: 2.4vw;}

.text1{font-size: 1.4vw;
	line-height: 150%;}
	
.text2{font-size: 1.2vw;
	line-height: 150%;}
	
.text3{font-size: 1.0vw;
	line-height: 150%;}

.cast_box1{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_block1{width: 18%;
	padding: 0 1% 5px;}

.cast_img1,.cast_img1 img{width: 100%;
	margin-bottom: 5px;}

.cast_name1{line-height: 130%;}

.cast_name2{line-height: 130%;}

.cast_name3{line-height: 130%;}

.timetable1{width: 80%;
	margin: 0 auto;}
	
.timetable_inner{width: 100%;}

.ticket_btn{width: 20%;
	margin: 0 auto;
	border-radius: 100px;
	background: rgba(0,113,188,1.00);
	transition: 0.3s all;}
	
.ticket_btn_close{width: 20%;
	margin: 0 auto;
	border-radius: 100px;
	background: rgba(90,90,90,1.00);}
	
.ticket_btn:hover{transform: scale(1.05,1.05);}

.ticket_btn a{display: block;}

#wrapper {
    position: relative;
    width: 100%;
	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%;}



footer{width: 100%;
	color: rgba(255,255,255,1.00);
	text-align: center;
	background: rgba(0,0,0,1.00);}

.footer_logo{width: 10%;
	margin: 0 auto;}
	
.footer_logo img{width: 100%;}

ul.listmarker1 {
	list-style-type: none;
	margin-left:14px;
}

ul.listmarker1 li:before {
	content: '※'; 
	margin-left:-14px; 
}

ul.listmarker2 {
	list-style-type: none;
	margin-left:16px;
}
	
ul.listmarker2 li:before {
	content: '・'; 
	margin-left:-16px; 
}
	
.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%;}

#modal_btn1{width: 30%;
	margin: 0 auto;
	line-height: 200%;
	background: rgba(255,255,255,1.00);
	border-radius: 5px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	transition: 0.3s all;}

#modal_btn1:hover{opacity: 0.7;}

#modal_btn1 a{display: block;}

.modal_wrapper{width: 100%;
	height: 100vh;
	position: fixed; top: 0; left: 0;
	background: rgba(0,0,0,0.80);
	z-index: 0;
	opacity: 0;
	transition: all .5s ease-out;}
	
.modal_inner{width: calc(55% - 40px);
	padding: 20px;
	height: 60vh;
	min-width: 600px;
	margin: 20vh auto;
	background: rgba(255,255,255,1.00);
	overflow-y: scroll;
	position: relative;
	 z-index: 0;}
	
.modal_title{font-size: max(1.1vw,18px);}

.modal_text{font-size: max(0.9vw,14px);
	line-height: 150%;}

.visible{z-index: 999;
	opacity: 1.0;}
	
.close_area{width: 100%;
	height: 100%;
	position: absolute; top: 0; left: 0;
	z-index: 0;}
	
.modal_close{font-size: 4.8vw;
	line-height: 100%;
	color: rgba(255,255,255,1.00);
	position: absolute; top: 0; right: 0;
	cursor: pointer;}


.information_box1{width: 60%;
	min-height: 58vh;
	margin: 0 auto;
	padding: 0 2%;
	background: rgba(255,255,255,0.80);}













@media screen and ( max-width:821px )
{
body{width: 100%;
	min-width: 320px;}

.spacer1{width: 100%;
	font-size: 4.0vw;
	line-height: 100%;}

#conttainer{margin-top: 0;}

.header_text1{font-size: 4.2vw;}

.menu_text_s{font-size: 18px;}

.header_img1{height: 30px;
	float: left;
	margin: 10px;}

.main_img{width: 100%;
	position: relative;}

.main_img_img1{width: 85%;
	margin: 0 auto;}
	
.main_img_img2{width: 80%;
	margin: 0 auto;}
	
.main_img_img1 img{width: 100%;}

.main_img_text1{font-size: 4.4vw;}

.top_schedule1{width: 80%;
	margin: 0 auto;}

.title1{font-size: 7.0vw;}

.text1{font-size: 5.4vw;}

.text2{font-size: 4.4vw;}

.text3{font-size: 3.8vw;}

.movie1{width: 90%;}

.con_title1{width: 80%;
	margin: 0 auto;}

.con_inner1{width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 1;}

.info_btn1{width: calc(90% - 12px);}

.info_btn1:hover{opacity: 1.0;}

.news_twitter_box{width: 90%;
	margin: 0 auto;
	overflow: hidden;
	position: relative; 
	z-index: 1}
	
.news_box{width: 100%;
	margin-right: 0;
	float: none;}
	
.topics_box{width: calc(100% - 30px);
	height: 300px;
	padding: 15px;
	overflow-y: scroll;
	background: rgba(255,255,255,0.60);
	border-radius: 10px;}

.topic_date{font-size: 3.8vw;
	line-height: 150%;}
	
.topic_title{font-size: 4.4vw;
	line-height: 150%;}

.twitter_box{width: 100%;
	float: none;}

.cast_block1{width: 46%;
	padding: 0 2% 5px;}

.timetable1{width: 100%;
	margin: 0 auto;
	overflow-x: scroll;}
	
.timetable_inner{width: 150%;}

.ticket_btn,.ticket_btn_close{width: 70%;
	line-height: 250%;}

#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%;
}

footer{padding-bottom: 70px;}

.footer_logo{width: 30%;}

.footer_text1{font-size: 4.0vw;
	line-height: 150%;}
	
ul.listmarker1 {margin-left:12px;}
	
ul.listmarker1 li:before {margin-left:-12px;}

#page-top{width: 60px;
	height: 60px;
	position: fixed; bottom: 0; right: 10px;
	z-index: 8;}
	
#page-top img{width: 100%;
	height: 100%;}


.information_ex_header{text-align: center;
	font-size: 4.2vw;
	line-height: 150%;}

.information_ex_text{text-align: left;
	font-size: 3.6vw;
	line-height: 150%;
	padding: 40px 0;}
	
.information_ex_footer{text-align: right;
	font-size: 3.6vw;}
	
#modal_btn1{width: 90%;
	line-height: 250%;}
	
#modal_btn1:hover{opacity: 1.0;}
	
.modal_inner{width: calc(90% - 20px);
	min-width: 0;
	height: auto;
	min-height: 0;
	max-height: 80%;
	padding: 10px;
	margin: 10vh auto;}
	
.modal_title{font-size: max(4.0vw,14px);}

.modal_text{font-size: max(3.2vw,12px);
	line-height: 150%;}
	
.modal_close{font-size: 10vw;}

.information_box1{width: 82%;
	min-height: 58vh;
	margin: 0 auto;
	padding: 0 4%;
	background: rgba(255,255,255,0.80);}

}

















