@charset "utf-8";
/* CSS Document */

html{overflow-y: scroll;}
	
body{width: 100%;
	min-width: 821px;}

.font-goth1{font-family: kozuka-gothic-pr6n,sans-serif;
font-weight: 400;
font-style: normal;}

.font-goth1{font-family: kozuka-gothic-pr6n,sans-serif;
font-weight: 900;
font-style: normal;}

.font-min1{font-family: minion-pro, serif;
font-weight: 400;
font-style: normal;}

.font-min2{font-family: minion-pro, serif;
font-weight: 700;
font-style: normal;}

.font-mini1{font-family: minion-pro,serif;
font-weight: 400;
font-style: normal;}

.font-mini2{font-family: minion-pro,serif;
font-weight: 700;
font-style: normal;}

.start_filter{width: 100%;
	height: 100vh;
	position: fixed; top: 0; left: 0;
	background:rgba(0,0,0,1.00);
	z-index: 9999;}

.start_filter_bg1{width: 100%;
	height: 100%;
	background: url("../img/img1_bg_pat3.svg");
	background-size: 3% auto;
	background-repeat: repeat;}

.loading_block{width: 20%;
	text-align: center;
	position: fixed; top: 37%; left: 40%;}

.loading_img2{/*-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;*/}

.loading_img2 img{width: 100%;}

@-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;}
}
@-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;}
}



#container{width: 100%;
	position: relative;}

.delighter1.delighter{transition: all .5s ease-out;
  transform: translateY(5vh);
  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 1s 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);}

.bg1{width: 100%;
	height: 100vh;
	background: url("../img/bg1.webp");
	background-size: cover;
	background-position: center center;
	position: fixed; top: 0; left: 0;}

.bg_black{background: rgba(0,0,0,1.00);}

.bg_white{background: rgba(255,255,255,0.50);}

.bg_pattern1{width: 100%;
	height: 100vh;
	position: fixed; top: 0; left: 0;
	z-index: 0;
	background: url("../img/page1_bg_pattern1.svg");
	background-size: 128px 128px;
	background-repeat: repeat;}
	
.bg_pattern2{width: 100%;
	height: 100vh;
	position: fixed; top: 0; left: 0;
	z-index: 0;
	background: url("../img/bg_pattern2.jpg");
	background-size: 100% 100%}

.text1{font-size: 1.4vw;
	line-height: 150%;}
	
.text2{font-size: 1.2vw;
	line-height: 150%;}
	
.text3{font-size: 1.0vw;
	line-height: 150%;}
	
.text4{font-size: 0.8vw;
	line-height: 150%;}

.text_cast1{font-size: max(2.3vw,32px);
	line-height: 120%;}

main{position: relative;
	z-index: 1;}
		
.pc_menu{width: 100%;
background: rgba(0,0,0,1.00);
border-bottom: rgba(7,12,42,0.30) solid 1px;
z-index: 5;}

.pc_menu_inner{overflow: hidden;
	position: relative;}

.header_logo{width: 7%;
	padding-left: 1%;
	float: left;}
	
.header_logo img{width: 100%;}

.pc_menu_btn1{font-size: 1.2vw;
	line-height: 300%;
	
	text-align: center;
	padding: 0 1%;
	transition: 0.3s all;
	float: left;}
	
.pc_menu_btn1:hover{transform: translateY(-5px);
	color: rgba(229,102,221,1.00);}

.pc_menu_btn1 a{display: block;
	color: rgba(255,255,255,1.00);}

.pc_menu_btn2{width: 2%;
	height: 100%;
	padding: 0 1%;
	position: absolute; top: 50%; left: 60%;
	transition: 0.3s all;}
	
.pc_menu_btn3{width: 2%;
	height: 100%;
	padding: 0 1%;
	position: absolute; top: 50%; left: 65%;
	transition: 0.3s all;}
	
.pc_menu_btn4{width: 2%;
	height: 100%;
	padding: 0 1%;
	position: absolute; top: 50%; left: 75%;
	transition: 0.3s all;}
	
.pc_menu_btn2:hover,.pc_menu_btn3:hover,.pc_menu_btn4:hover{transform: scale(1.05,1.05);}

.pc_menu_btn2 img,.pc_menu_btn3 img,.pc_menu_btn4 img{width: 100%;
	margin-top: -50%;}

.pc_menu_btn1:hover.pc_menu_btn1 a{color: rgba(142,4,61,1.00);}

.pc_nav{width: 100%;
	position: fixed; top: -200px; left: 0;
	overflow: hidden;
	background: rgba(0,0,0,1.00);
	transition: .5s;
	z-index: 5;}

.main_img_box{width: 100%;
	min-height: 100vh;
	position: relative;
	background: url("../img/bg2024_03.webp");
	background-size: cover;
	background-position: center center;}

.main_img_box img{width: 100%;}

.main_img_logo1{width: 40%;
	position: absolute; left: 30%; top: 40%;
	display: none;}
	
.main_img_logo1 img{margin-top: -25%;}

.main_img_text1{width: 10%;
	position: absolute; left: 45%; top: 4%;
	display: none;}

.kv1{width: 100%;
	position: relative;}

.kv1 img{width: 100%;}

.kv_other{width: 100%;
	position: absolute; top: 0; left: 0;
	z-index: 1;
	opacity: 0;
	-webkit-animation:kvblink 12s linear infinite;
	-moz-animation:kvblink 12s linear infinite;
	-o-animation:kvblink 12s linear infinite;
	animation:kvblink 12s linear infinite;}

@-webkit-keyframes kvblink {
	0% {opacity:0;}
	45% {opacity:0;}
	50% {opacity:1.0;}
	95% {opacity:1.0;}
	100% {opacity:0;}
}
@-moz-keyframes kvblink {
	0% {opacity:0;}
	45% {opacity:0;}
	50% {opacity:1.0;}
	95% {opacity:1.0;}
	100% {opacity:0;}
}
@-o-keyframes kvblink {
	0% {opacity:0;}
	45% {opacity:0;}
	50% {opacity:1.0;}
	95% {opacity:1.0;}
	100% {opacity:0;}
}
@keyframes kvblink {
	0% {opacity:0;}
	45% {opacity:0;}
	50% {opacity:1.0;}
	95% {opacity:1.0;}
	100% {opacity:0;}
}

.slider_main{width: 100%;
	position: relative;}

.pair_img1{width: 40%;
	padding: 0 1%;
	margin: 0 auto;}

.movie_img1{width: 24%;
	margin: 0 0.5%;
	overflow: hidden;}

.pair_img1 img{width: 100%;
	aspect-ratio: 2000 / 1339;}

.movie_img1 img{width: 100%;
	aspect-ratio: 16 / 9;
	transition: 0.3s all;}
	
.movie_img1 img:hover{transform: scale(1.05,1.05);}

.con_box{width: 100%;}

.con_inner{width: 60%;
	margin: 0 auto;}
	
.story_news_box{width: 100%;
	overflow: hidden;}
	
.story_box{width: 100%;}

.space_box{width: 100%;
	background: rgba(255,119,66,1.00);
	position: relative;}

.title1{font-size: 2.6vw;}

.title_head1{font-size: 3.6vw;}

.title2{font-size: 3.3vw;}

.title_head2{font-size: 4.6vw;}

.con_footer,.con_footer img{width: 100%;}

.story_text{font-size: 0.98vw;
	line-height: 200%;}

.link_official{width: 40%;
	margin: 0 auto;
	transition: 0.3s all;}
	
.link_official:hover{transform: scale(1.05,1.05);}
	
.link_official img{width: 100%;}

.news_twitter_box{width: 100%;
	overflow: hidden;}

.news_box{width: 60%;
	float: left;}

.twitter_box{width: 39%;
	padding-left: 1%;
	float: left;}

#news_wrapper{width: 100%;
	height: 350px;
	position: relative;}

.box_corner1{width: 4%;
	position: absolute; top: 0; left: 0;}
	
.box_corner2{width: 4%;
	position: absolute; top: 0; right: 0;}
	
.box_corner3{width: 4%;
	position: absolute; bottom: 0; left: 0;}
	
.box_corner4{width: 4%;
	position: absolute; bottom: 0; right: 0;}

#news_content{width: 100%;
	height: 350px;}

.topics_box{padding: 15px;
	height: 320px;
	overflow-y: scroll;
	scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/  
    -ms-overflow-style: none;/*Internet Explore対応のスクロールバー非表示コード*/   }

.topics_box::-webkit-scrollbar {  
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}

.bar_dot{width: 100%;
	height: 1px;
	border: rgba(255,255,255,1.00) dotted 1px;}

.cast_box1{width: 100%;
	overflow: hidden;
	position: relative;}
		
.cast_block1{width: 40%;
	position: relative;
	float: left;}
	
.cast_block2{width: 40%;
	position: relative;
	float: right;}
	
.cast_block3{width: 28%;
	position: absolute; left: 36%; top: 10%;
	z-index: 2;}

.cast_block4{width: 23%;
	margin: 0 1%;
	position: relative;
	float: left;}

.cast_block1 img,.cast_block2 img,.cast_block3 img,.cast_block4 img{width: 100%;}

.cast_box2{width: 63.5%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;}

.cast_block2_2{width: 61.1%;
	position: relative;
	float: right;}
	
.cast_block3_2{width: 42.4%;
	position: absolute; left: 0%; top: 10%;
	z-index: 2;}

.cast_block2_2 img,.cast_block3_2 img{width: 100%;}


.cast_spacer,.cast_spacer2{position: relative;
	z-index: 3;}

.cast_spacer img,.cast_spacer2 img{width: 100%;}

.cast_chara{width: 100%;
	position: absolute; top: 0;}
	
.cast_img1{width: 65%;
	position: absolute; top: 0; right: 0;}
	
.cast_img2{width: 45%;
	position: absolute; top: 35%; left: 0;}

.cast_img3{width: 65%;
	position: absolute; top: 0; left: 0;}
	
.cast_img4{width: 45%;
	position: absolute; top: 35%; right: 0;}

.cast_img5{width: 100%;
	position: absolute; top: 0;}

.cast_name1{width: 100%;
	text-align:center;
	position: absolute; bottom: 9%;
	background: url("../img/cast/cast_name_bg1.png");
	background-size: 100% 100%;}
	
.cast_name2{width: 100%;
	text-align:center;
	position: absolute; bottom: 9%;
	background: url("../img/cast/cast_name_bg3.png");
	background-size: 100% 100%;}

.cast_name3{width: 100%;
	position:absolute; bottom: 9%;
	background: url("../img/cast/cast_name_bg5.png");
	background-size: 100% 100%;
	transition: 1s all;}

.cast_name1 img,.cast_name2 img{width: 80%;}

.cast_block1:hover .cast_name1{background: url("../img/cast/cast_name_bg2.png");
	background-size: 100% 100%;}
	
.cast_block2:hover .cast_name2{background: url("../img/cast/cast_name_bg4.png");
	background-size: 100% 100%;}
	
.cast_block4:hover .cast_name3{background: url("../img/cast/cast_name_bg6.png");
	background-size: 100% 100%;}
	
.cast_block2_2:hover .cast_name2{background: url("../img/cast/cast_name_bg4.png");
	background-size: 100% 100%;}

.cast_sp{width: 30%;
	margin: 0 auto;}
	
.cast_sp img{width: 100%;}

.sns_box1{width: 100%;
	position: absolute; top: 91%; left: 0;
	overflow: hidden;
	z-index: 3;}

.icon_l1,.icon_l2{width: 9%;
	float: left;
	transition: 0.3s all;}
	
.icon_r1,.icon_r2{width: 9%;
	float: right;
	transition: 0.3s all;}

.sns_box2{width: 100%;
	position: absolute; top: 91%; left: 0;
	display: flex;
	flex-direction: row; /* 左から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	justify-content: center; /* 中央寄せ */
	align-items: flex-start; /* アイテムを先頭にまとめて配置。*/
	z-index: 3;}

.icon_c1{width: 15%;
	transition: 0.3s all;}

.icon_l1:hover,.icon_l2:hover,.icon_r1:hover,.icon_r2:hover,.icon_c1:hover{transform: scale(1.05,1.05);}

.cage_title{width: 25%;
	margin: 0 auto;}

.ums_box1{width: 100%;
	overflow: hidden;}
	
.ums_block1{width: 16%;
	padding: 0 0.3%;
	float: left;}

.ums_name img{width: 100%;}

.ums_icon img{width: 22%;
	transition: 0.3s all;}
	
.ums_icon2 img{width: 12%;
	transition: 0.3s all;}
	
.ums_icon img:hover,.ums_icon2 img:hover{transform: scale(1.05,1.05);}

.link_btn1{width: 25%;
	margin: 0 auto;
	position: relative;}
	
.link_btn_border{width: 100%;
	transition: 0.5s all;}
	
.link_btn1:hover .link_btn_border{transform: scale(1.04,1.04);}

.link_btn_border img{width: 100%;}

.link_btn_btn{width: 100%;
	position: absolute; top: 0; left: 0;
	transition: 0.5s all;}
	
.link_btn1:hover .link_btn_btn{opacity: 0.8;}

.schedule_table{width: 100%;}

.timetable_text{width: 80%;}

.timetable_text img{width: 100%;}

/* map */
#map_wrapper {
    position: relative;
    width: 100%;
	margin: 0 auto;
}

#map_wrapper:before {
    content:"";
    display: block;
    padding-top: 28.12%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

#map_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}	

.ticket_type_block1{width: 45%;
	margin: 0 auto;
	border: rgba(165,165,165,1.00) solid 1px;
	background: rgba(255,255,255,0.70);}

.ticket_type_block3{width: 78%;
	margin: 0 auto;
	border: rgba(165,165,165,1.00) solid 1px;
	background: rgba(255,255,255,0.70);}

.ticket_type_box{width: 80%;
	margin: 0 auto;
	overflow: hidden;}

.ticket_type_block2{width: calc(48% - 2px);
	margin: 0 auto;
	border: rgba(165,165,165,1.00) solid 1px;
	background: rgba(255,255,255,0.70);}

.ticket_img {width: 80%;
	margin: 0 auto;}
	
.ticket_img img{width: 100%;}

.btn_open{width: 20%;
	margin:0 auto;
	background: url("../img/cast_pickup_btn_more.svg");
	background-size: 100% 100%;
	cursor: pointer;}
	
.btn_open img{width: 100%;}

.hidden_box{display: none;}

.btn_close{background: url("../img/cast_pickup_btn_more2.svg");
	background-size: 100% 100%;}

.btn1{width: 25%;
	margin: 0 auto;
	line-height: 200%;
	background: rgba(0,113,188,1.00);
	border-radius: 5px;
	transition: 0.3s all;}

.btn2{width: 55%;
	background: rgba(142,4,61,1.00);
	border-radius: 5px;
	transition: 0.3s all;}

.btn2:hover{transform: scale(1.02,1.02);}

.btn2 a{padding: 5px;
	display: block;}

.viewmore{width: 10%;
	margin: 0 auto;
	transition: 0.3s all;}
	
.viewmore:hover{transform: scale(1.05,1.05);}

.seat_img{width: 60%;
	margin: 0 auto;}

.seat_img img{width: 100%;}

.dvd_img{width: 40%;
	margin: 0 auto;}
	
.dvd_img img{width: 100%;}

.dvd_tokuten{width: 75%;
	margin: 0 auto;}

.dvd_tokuten img{width: 100%;}

.tokuten_box{width: 100%;
	display: flex;
	flex-direction: row; /* 左から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	justify-content: center; /* 中央寄せ */
	align-items: flex-start; /* アイテムを先頭にまとめて配置。*/}

.tokuten_img1{width: 25%;
	padding: 0 1.5%;}

.tokuten_img2{width: 80%;
	margin: 0 auto;}

.tokuten_img1 img,.tokuten_img2 img{width: 100%;}

.goods_box1{display: flex;
	flex-direction: row; /* 左から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */}

.goods_block1{width: 49%;
	padding-right: 1%;
	float: left;
	overflow: hidden;}
	
.goods_block2{width: 100%;
	float: left;
	overflow: hidden;}

.goods_block3{width: 70%;
	margin: 0 auto;
	padding: 20px;
	overflow: hidden;
	background: rgba(255,255,255,0.70);
	border: rgba(165,165,165,1.00) solid 1px;}

.goods_img1{width: 40%;
	float: left;}
	
.goods_img2{width: 20%;
	float: left;}

.goods_img3{width: 30%;
	float: left;}

.goods_img1 img,.goods_img2 img,.goods_img3 img{width: 100%;}

.goods_text1{width: 58%;
	padding-left: 2%;
	float: left;}
	
.goods_text2{width: 79%;
	padding-left: 1%;
	float: left;}
	
.goods_text3{width: 68%;
	padding-left: 2%;
	float: left;}

.goods_timetable{width: 50%;
	margin: 0 auto;}

.pay{width: 50%;
	margin: 0 auto;}
	
.pay img{width: 100%;}

.name_btn{width: 23%;
	margin: 5px 1%;
	line-height: 200%;
	background: rgba(0,0,0,1.00);
	border-radius: 4px;
	float: left;
	transition: 0.3s all;}
	
.name_btn2{width: 90%;
	margin: 5px auto;
	line-height: 200%;
	background: rgba(0,0,0,1.00);
	border-radius: 4px;
	float: left;
	transition: 0.3s all;}

.name_btn3{width: 40%;
	margin: 5px auto;
	line-height: 200%;
	background: rgba(0,0,0,1.00);
	border-radius: 4px;
	transition: 0.3s all;}

.name_btn:hover,.name_btn2:hover,.name_btn3:hover{opacity: 0.7;}

.name_btn a,.name_btn2 a,.name_btn3 a{display: block;}

.name_btn_close{width: 40%;
	margin: 5px auto;
	line-height: 200%;
	background: rgba(190,190,190,1.00);
	border-radius: 4px;}

.qa_block1{width: 100%;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 5px;}
	
.qa_q{width: calc(100% - 20px);
	padding: 5px 10px;
	background: rgba(0,0,0,1.00);
	overflow: hidden;}

.qa_a{width: calc(100% - 20px);
	padding: 5px 10px;
	background: rgba(230,230,230,1.00);
	overflow: hidden;}

.qa_mark{width: 3%;
	float: left;}

.qa_text{width: 97%;
	float: left;
	padding-top: 5px;}

footer{width: 100%;
	padding-bottom: 70px;
	text-align: center;
	background:rgba(0,0,0,0.90);
	position: relative;}

.contact_btn{width: 10%;
	margin: 0 auto;
	line-height: 200%;
	border-radius: 100px;
	border: rgba(255,255,255,1.00) solid 1px;}
	
.contact_btn a{display: block;}

.link2023{width: 30%;
	margin: 0 auto;}
	
.link2023 img{width: 100%;}

#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; /* すべてのアイテムを等間隔に配置、各アイテムの周りに同じサイズの間隔 */}

.movie_block1{width: 48%;
	margin: 0 auto;}
	
.movie_block2{width: 48%;
	padding: 0 1%;}
	
.movie_block1 img,.movie_block2 img{width: 100%;
	margin-bottom: 5px;}

.movie_box{display: flex;
	flex-direction: row; /* 左から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	justify-content: flex-start; /* 左寄せ */
	align-items: flex-start; /* アイテムを先頭にまとめて配置。*/}

.comment_name1{width: 40%;
	line-height: 200%;
	background: url("../img/cast/cast_name_bg1.png");
	background-size: 100% 100%;}

.comment_name1 img{width: 100%;}

.comment_text_box1{width: calc(100% - 20px);
	margin: 0 auto;
	padding: 10px;
	border: rgba(255,255,255,1.00) solid 4px;}

.comment_text_inner1{width: calc(100% - 40px);
	padding: 20px;
	line-height: 150%;
	background: rgba(227,227,227,1.00);}

.subpage_logo1{width: 25%;
	margin: 0 auto;}

.link2023_special{width: 20%;
	margin: 0 auto;
	line-height: 200%;
	background: rgba(58,59,59,1.00);
	transition: 0.3s all;}
	
.link2023_special:hover{transform: scale(1.05,1.05);}

.link2023_special a{display: block;}

@media screen and ( max-width:821px )
{
body{min-width: 320px;}

.start_filter_bg1{width: 100%;
	height: 100%;
	background: url("../img/img1_bg_pat3.svg");
	background-size: 8% auto;
	background-repeat: repeat;}

.loading_block{width: 50%;
	text-align: center;
	position: fixed; top: 40%; left: 25%;}

.bg2{background:rgba(0,0,0,0.95);
	background-size: 100% auto;
	background-repeat: repeat-y;}

.text1{font-size: 4.6vw;
	line-height: 150%;}
	
.text2{font-size: 4.0vw;
	line-height: 150%;}
	
.text3{font-size: 3.8vw;
	line-height: 150%;}
	
.text4{font-size: 3.4vw;
	line-height: 150%;}

.text_cast1{font-size: 8vw;
	line-height: 120%;}

.main_img_logo1{width: 85%;
	position: absolute; left: 7.5%; top: 45%;}

.main_img_text1{width: 14%;
	position: absolute; left: 43%; top: 4%;
	display: none;}

.pair_img1{width: 70%;
	margin:  0 1%;}

.movie_img1{width: 60%;
	margin: 0 2%;}

.movie_img1 img:hover{transform: scale(1.0,1.0);}

.con_inner{width: 90%;}

.story_news_box{width: 100%;
	overflow: hidden;}
	
.story_box{width: 100%;
	float: none;}

.story_text{font-size: 3.8vw;
	line-height: 200%;}

.link_official{width: 80%;}

.link_official:hover{transform: scale(1.00,1.00);}

.news_twitter_box{width: 100%;
	padding-left: 0;
	float: none;}

.news_box{width: 90%;
	margin: 0 auto;
	float: none;}

#news_wrapper{height: 300px;}

#news_content{height: 300px;}

.topics_box{padding: 10px;
	height: 280px;}


.twitter_box{width: 90%;
	margin: 0 auto;
	float: none;}

.title1{font-size: 7.6vw;}

.title_head1{font-size: 9.6vw;}

.title2{font-size: 7.6vw;}

.title_head2{font-size: 9.6vw;}

.con_footer,.con_footer img{width: 100%;}



.cast_block1{width: 43%;}
	
.cast_block2{width: 43%;}

.cast_block2_2{width: 68%;}

.cast_block3{width: 28%;
	position: absolute; left: 36%; top: 20%;
	z-index: 2;}
	
.cast_block3_2{width: 42.4%;
	position: absolute; left: 0%; top: 20%;
	z-index: 2;}

.cast_block4{width: 35%;
	margin: 0 7.5%;}

.cast_img1{width: 90%;
	position: absolute; top: 0; right: 0;}
	
.cast_img2{width: 45%;
	position: absolute; top:39%; left: 0;}

.cast_img3{width: 90%;
	position: absolute; top: 0; left: 0;}
	
.cast_img4{width: 45%;
	position: absolute; top: 39%; right: 0;}

.cast_name1,.cast_name2{bottom: 21%;}

.cast_name1 img,.cast_name2 img{width: 100%;}

.cast_name3{bottom: 16%;}

.cast_block1:hover .cast_name1{background: url("../img/cast/cast_name_bg1.png");
	background-size: 100% 100%;}
	
.cast_block2:hover .cast_name2{background: url("../img/cast/cast_name_bg3.png");
	background-size: 100% 100%;}
	
.cast_block2_2:hover .cast_name2{background: url("../img/cast/cast_name_bg3.png");
	background-size: 100% 100%;}

.cast_sp{width: 48%;}

.sns_box1{top: 80%;}

.sns_box2{top: 84%;}

.icon_l1,.icon_l2{width: 25%;
	float: left;
	transition: 0.3s all;}
	
.icon_r1,.icon_r2{width: 25%;
	float: right;
	transition: 0.3s all;}

.icon_c1{width: 30%;
	transition: 0.3s all;}

.icon_l1:hover,.icon_l2:hover,.icon_r1:hover,.icon_r2:hover,.icon_c1:hover{transform: scale(1.0,1.0);}

.schedule_table{overflow-y: scroll;}

.schedule_table_inner{width: 200%;}

.cage_title{width: 60%;}

.ums_block1{width: 45%;
	padding: 0 2.5%;
	margin: 0 auto;
	float: left;}

.ums_name img{width: 100%;}

.ums_icon img{width: 22%;
	transition: 0.3s all;}

.ums_icon2 img{width: 22%;
	transition: 0.3s all;}

.ums_icon img:hover,.ums_icon2 img:hover{transform: scale(1.0,1.0);}


.link_btn1{width: 80%;}

.link_btn1:hover .link_btn_border{transform: scale(1.00,1.00);}

.link_btn1:hover .link_btn_btn{opacity: 1.0;}

.timetable_text{width: 100%;}

/* map */
#map_wrapper {
    position: relative;
    width: 100%;
	min-width: 0;
	margin: 0 auto;
}

#map_wrapper:before {
    content:"";
    display: block;
    padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

#map_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn1{width: 75%;
	margin: 0 auto;
	line-height: 200%;
	background: rgba(0,113,188,1.00);
	border-radius: 5px;
	transition: 0.3s all;}
	
.btn1:hover{transform: scale(1.00,1.00);}

.btn2{width: 90%;
	margin: 0 auto;}

.btn2:hover{transform: scale(1.0,1.0);}

.ticket_type_block1{width: 90%;
	margin: 0 auto;
	border: rgba(165,165,165,1.00) solid 1px;
	background: rgba(255,255,255,0.70);}

.ticket_type_box{width: 90%;
	margin: 0 auto;
	overflow: hidden;}

.ticket_type_block2{width: calc(100% - 2px);
	margin: 0 1%;
	border: rgba(165,165,165,1.00) solid 1px;
	background: rgba(255,255,255,0.70);
	float: left;}

.ticket_img{width: 90%;}

.btn_open{width: 60%;}

.viewmore{width: 40%;
	margin: 0 auto;
	transition: 0.3s all;}
	
.viewmore:hover{transform: scale(1.0,1.0);}

.seat_img{width: 100%;}

.tokuten_img1{width: 48%;
	padding: 0 1%;}

.tokuten_img2{width: 100%;}

.dvd_img{width: 80%;
	margin: 0 auto;}

.dvd_tokuten{width: 80%;
	margin: 0 auto;}


.goods_block1{width: 100%;
	padding-right: 0;
	float: none;
	overflow: hidden;}
	
.goods_block2{width: 100%;
	float: none;
	overflow: hidden;}

.goods_block3{width: calc(100% - 40px);}

.goods_img1{width: 80%;
	margin: 0 auto;
	float: none;}
	
.goods_img2{width: 80%;
	margin: 0 auto;
	float: none;}

.goods_img3{width: 80%;
	margin: 0 auto;
	float: none;}

.goods_img1 img,.goods_img2 img{width: 100%;}

.goods_text1{width: 100%;
	padding-left: 0;
	float: none;}
	
.goods_text2{width: 100%;
	padding-left: 0;
	float: none;}

.goods_text3{width: 100%;
	padding-left: 0;
	float: none;}

.goods_timetable{width: 90%;}

.pay{width: 90%;}

.name_btn,.name_btn2{width: 48%;
	margin: 5px 1%;
	line-height: 250%;}

.name_btn3{width: 80%;
	margin: 0 auto;
	line-height: 250%;}

.name_btn_close{width: 80%;
	margin: 5px auto;
	line-height: 250%;}

.name_btn:hover,.name_btn2:hover,.name_btn3:hover{opacity: 1.0;}

.qa_mark{width: 7%;
	float: left;}

.qa_text{width: 93%;
	float: left;
	padding-top: 1px;}


footer{width: 100%;
	text-align: center;
	position: relative;}

.contact_btn{width: 40%;}

.link2023{width: 80%;}

#page-top{width: 60px;
	height: 60px;
	position: fixed; bottom: 0; right: 10px;
	z-index: 8;}
	
#page-top img{width: 100%;
	height: 100%;}

.movie_block1{width: 90%;
	margin: 0 auto;}

.movie_block2{width: 90%;
	margin: 0 auto;}

.comment_name1{width: 80%;
	line-height: 200%;
	background: url("../img/cast/cast_name_bg1.png");
	background-size: 100% 100%;}

.comment_text_inner1{width: calc(100% - 20px);
	padding: 10px;}
	
.subpage_logo1{width: 60%;
	margin: 0 auto;}

.link2023_special{width: 90%;
	margin: 0 auto;
	line-height: 250%;}
	
.link2023_special:hover{transform: scale(1.0,1.0);}
}


























