@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-goth2{font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-style: normal;}
	
.font-goth3{font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 700;
	font-style: normal;}
	
.font-goth4{font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 900;
	font-style: normal;}

.font-min1{font-family: source-han-serif-japanese, serif;
font-weight: 600;
font-style: normal;}

.font-min2{font-family: kozuka-mincho-pr6n, serif;
font-weight: 700;
font-style: normal;}

.font-min3{font-family: kozuka-mincho-pr6n, serif;
font-weight: 900;
font-style: normal;}

.font-acu1{font-family: acumin-pro-extra-condensed, sans-serif;
font-weight: 600;
font-style: normal;}

.start_filter{width: 100%;
	height: 100vh;
	position: fixed; top: 0; left: 0;
	background: rgba(255,255,255,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: 35%; 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;}

@-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;}
}

#container{width: 100%;
	position: relative;}

.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);}

header{width: calc(100% - 20px);
	padding: 0 10px;
	background: rgba(255,255,255,0.90);
	border-bottom: rgba(0,0,0,0.30) solid 1px;
	position: fixed; top: 0; left: 0;
	overflow: hidden;
	z-index: 3;}

.header_logo{width: 8vw;
	position: fixed; top: 10px; left: 10px;
	z-index: 4;}
	
.header_logo img{width: 100%;}

.pc_menu{text-align: center;}
	
.pc_menu_inner{display: inline-block;
	overflow: hidden;}
	
.pc_menu_btn1,.pc_menu_btn2{font-size: 24px;
	line-height: 60px;
	float: left;}
	
.pc_menu_btn1 a{display: block;
	color: rgba(96,56,19,1.00);
	transition:0.3s all;}
	
.pc_menu_btn2 a{display: block;
	color:rgba(90,90,90,1.00);
	transition:0.3s all;}
	
.pc_menu_btn1 a:hover{color:rgba(255,190,96,1.00);}

.pc_menu_btn2 a:hover{color:rgba(38,150,255,1.00);}

.pc_menu_parts1{height: 40px;
	padding: 10px 0;
	float: left;}
	
.pc_menu_parts1 img{height: 100%;}

main{position: relative;
	z-index: 1;}
	
.main_img{width: 100%;
	min-height: calc(100vh - 60px);
	padding-top: 40px;
	position: relative;
	display: flex;
	flex-direction: column; /* 上から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	justify-content: center; /* 中央寄せ */
	background:url("../img/bg1_2.webp");
	background-size: cover;
	background-position: center center;}

.main_logo{width: 100%;
	margin: 0 auto;
	display: none;}
	
.main_logo img{width: 100%;}
	
.top_catch{font-size: max(1.2vw,16px);
	line-height: 140%;
	color: rgba(96,56,19,1.00);
	text-shadow: 0 0 1px #FFF,0 0 2px #FFF,0 0 5px #FFF,0 0 10px #FFF;
	display: none;}
	
.main_toptext1{width: 30%;
	min-width: 350px;
	margin: 0 auto;
	display: none;}

.flower1{width: 15%;
	position: absolute; bottom: 0; left: 0;
	display: none;}
	
.flower2{width: 15%;
	position: absolute; top: 0; right: 0;
	display: none;}

.top_staff{width: 100%;
	padding: 5px 0;
	background: rgba(26,26,26,1.00);
	border-top: rgba(183,150,78,1.00) solid 10px;
	border-bottom: rgba(183,150,78,1.00) solid 10px;
	position: relative;}

.top_staff_inner{width: 100%;
	text-align: center;
	border-top: rgba(183,150,78,1.00) solid 2px;
	border-bottom: rgba(183,150,78,1.00) solid 2px;
	background: url("../img/img1_bg_pat1.svg");
	background-size: 10% auto;
	background-repeat: repeat;}

.news_twitter{width: 100%;
	background: rgba(0,0,0,0.70);}

.top_info1{width: 60%;
	min-width: 750px;
	margin: 0 auto;
	border-top: rgba(174,144,99,1.00) double 10px;
	border-bottom: rgba(174,144,99,1.00) double 10px;}

.top_info2{width: 60%;
	min-width: 750px;
	margin: 0 auto;}

.bar1{width: 100%;
	height: 1px;
	background:rgba(255,255,255,1.00); }

.digi_photo{width: 40%;
	margin: 0 auto;}
	
.digi_photo img{width: 100%;}

.news_twitter_box{width: 60%;
	min-width: 750px;
	margin: 0 auto;
	overflow: hidden;}
	
.news_box{width: 59%;
	padding-right: 1%;
	float: left;}

.news_title{font-size: 2vw;
	position: relative;}

.topics_box{width: calc(100% - 40px);
	height: 310px;
	padding: 20px;
	overflow-y: scroll;
	background: rgba(50,50,50,1.00);}

.topic1{width: 100%;
	text-align: left;
	border-bottom: rgba(255,255,255,1.00) dotted 1px;}

.topic_date{font-size: max(0.9vw,12px);
	line-height: 130%;}

.topic_title{font-size: max(1.1vw,16px);
	line-height: 150%;}
	
.topic_text{font-size: max(1.0vw,14px);
	line-height: 150%;}

.twitter_box{width: 40%;
	float: left;}

.twitter_icon{width: 10%;;
	position: absolute; top:0; right: 0;}

.btn_covid{width: 30%;
	margin: 0 auto;
	cursor: pointer;
	transition: 0.3s all;}
	
.btn_covid:hover{opacity: 0.8;}

.con_box1{width: 100%;
	position: relative;}

.con_inner1{width: 60%;
	min-width: 750px;
	margin: 0 auto;}
	
.con_inner2{width: 75%;
	min-width: 750px;
	margin: 0 auto;}

.text1{font-size: max(1.4vw,18px);
	line-height: 150%;}
	
.text2{font-size: max(1.1vw,16px);
	line-height: 150%;}
	
.text3{font-size: max(0.9vw,12px);
	line-height: 150%;}

.text4{font-size: max(0.8vw,11px);
	line-height: 150%;}

.bg3{background: url("../img/bg3.webp");
	background-size: cover;
	background-position: center center;}
	
.bg_pt1{background: url("../img/img1_bg_pat1.svg");
	background-size: 10% auto;
	background-repeat: repeat;}
	
.bg_pt2{background: url("../img/img1_bg_pat2.svg");
	background-size: 3% auto;
	background-repeat: repeat;}
	
.bg_green1{background: rgba(146,225,137,1.00);}
.bg_blue{background:rgba(188,209,232,1.00);}
.bg_blue2{background: rgba(110,190,255,1.00);}
.bg_pink1{background: rgba(255,137,196,1.00);}
	
.btn_payback{width: 25%;
	margin: 0 auto;
	line-height: 200%;
	background: rgba(255,255,255,1.00);
	border: rgba(174,144,99,1.00) double 0.5vw;
	border-radius: 100px;
	cursor: pointer;
	transition: 0.3s all;}
	
.btn_payback:hover{opacity: 0.7;}
	
.con_title1{width: 45%;
	margin: 0 auto;}

.title_sub1{width: 30%;
	margin: 0 auto;
	position: relative;}
	
.title_sub1 img{width: 100%;}

.title_sub_text{position: absolute;top: 0; left: 0;
	width: 100%;
	text-align: center;
	font-size: max(1.4vw,18px);
	line-height: 200%;}

.story_text{font-size: max(1.4vw,18px);
	line-height: 180%;}

.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_box2{width: 100%;
	text-align: center;}

.cast_logo1{width: 100%;
	text-align: center;}
	
.cast_logo1 img{width: 30%;}

.cast_block1{width: 32%;
	padding: 0 0.5%;}

.cast_block2{width: 100%;}

.cast_img{width: 100%;
	padding-bottom: 10px;
	position: relative;
	overflow: hidden;}

.img_actor{width: 50%;
	float: left;}
	
.img_chara{width: 50%;
	float: left;}

.cast_img img{width: 100%;}

.mask1{
  position: absolute; top: 0; left: 0;
  z-index: 2;}

.cast_name1{line-height: 130%;}

.cast_name2{font-size: max(1.4vw,18px);}

.schedule_table{width: 100%;
	display: flex;
	/* flex-flow: <flex-direction> || <flex-wrap>; */
	flex-direction: row; /* 左から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	justify-content: center; /* 中央寄せ */
	align-items: flex-start; /* アイテムを先頭にまとめて配置。*/
	align-content: center; /* アイテムを中央に寄せて配置。 */}

.schedule_block1{width: calc(18% - 4px);
	padding: 0 0.5%;
	margin: 0 0.5%;
	background: rgba(255,255,255,1.00);
	border: rgba(183,150,78,1.00) solid 2px;
	border-radius: 10px;}

.schedule_date_box{width: 100%;
	color: rgba(183,150,78,1.00);}

.schedule_date{line-height: 120%;}

.schedule_date2{line-height: 120%;}

.colorbar{width: 90%;
	height: 5px;
	margin: 0 auto 5px;
	border-radius: 100px;}

.schedule_time{width: 100%;
	line-height: 150%;
	color: rgba(255,255,255,1.00);
	background: rgba(183,150,78,1.00);
	border-radius: 100px;}
	
.schedule_time2{width: 100%;
	line-height: 150%;
	color: rgba(255,255,255,1.00);
	background:rgba(92,92,92,1.00);
	border-radius: 100px;}

.schedule_img{width: 80%;
	margin: 5px auto 0;}

.schedule_img img{width: 100%;}

.bar_dash{width: 100%;
	height: 1px;
	border-bottom: rgba(183,150,78,1.00) dashed 1px;}

/* 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_btn1{width: 30%;
	min-width: 300px;
	margin: 0 auto;
	font-size: max(1vw,16px);
	line-height: 200%;
	text-align: center;
	background: rgba(174,144,99,1.00);
	border-radius: 100px;
	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);}

.btn_close{width: 30%;
	min-width: 300px;
	margin: 0 auto;
	font-size: max(1vw,16px);
	line-height: 200%;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background:rgba(146,146,146,1.00);
	border-radius: 100px;
	transition: 0.3s all;}

.goods_block1{width: calc(100% - 4px);
	border: rgba(183,150,78,1.00) solid 2px;}
	
.goods_block_inner{width: calc(100% - 40px);
	margin: 5px;
	padding: 15px;
	background: rgba(255,255,255,1.00);
	overflow: hidden;}
	
.goods_img1{width: calc(25% - 2px);
	/*border: rgba(150,150,150,1.00) solid 1px;*/
	float: left;}
	
.goods_img1 img{width: 100%;}

.goods_textbox{width: 73%;
	padding-left: 2%;
	float: left;}

.item_max{width: 25%;}

.qa_block{width: 100%;
	border: rgba(183,150,78,1.00) solid 2px;
	border-radius: 10px;
	overflow: hidden;}

.pay_img{width: 50%;
	margin: 0 auto;}

.pay_img img{width: 100%;}

.qa_q{width: calc(100% - 30px);
	padding: 10px 15px;
	background:rgba(183,150,78,1.00);
	overflow: hidden;}
	
.qa_a{width: calc(100% - 30px);
	padding: 10px 15px;
	background:rgba(255,255,255,1.00);
	overflow: hidden;}
	
.qa_mark{width: 3%;
	float: left;}

.qa_text1,.qa_text2{width: 97%;
	float: left;}

.foot_staff_inner{width: 100%;
	text-align: center;
	border-top: rgba(183,150,78,1.00) solid 2px;
	border-bottom: rgba(183,150,78,1.00) solid 2px;
	background: url("../img/img1_bg_pat3.svg");
	background-size: 3% auto;
	background-repeat: repeat;}


footer{width: 100%;
	padding-bottom: 70px;
	text-align: center;
	background: rgba(183,150,78,1.00);
	position: relative;}

.footer_btn1{width: 15%;
	min-width: 200px;
	margin: 0 auto;
	line-height: 200%;
	border: rgba(66,33,11,1.00) solid 1px;
	border-radius: 100px;
	transition:0.3s all;}
	
.footer_btn1:hover{transform: scale(1.05,1.05);}

.footer_btn1 a{display: block;}

#page-top{width: 60px;
	height: 60px;
	position: fixed; bottom: 10px; right: 10px;
	z-index: 8;}
	
#page-top img{width: 100%;
	height: 100%;}

.btn1{width: 15vw;
	margin: 0 auto;
	line-height: 200%;
	background: rgba(255,255,255,1.00);
	border-radius: 100px;
	transition:0.3s all;
	position: relative;}

.btn1::after {
  content: "▶";
  font-size: 0.9vw;
  color: rgba(0,0,0,1.00);
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-50%);
}

.btn1 a{display: block;
	color: rgba(0,0,0,1.00);}

.btn1:hover{transform: scale(1.1,1.1);}

.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; /* すべてのアイテムを等間隔に配置、各アイテムの周りに同じサイズの間隔 */}
	
.information_ex,.information_ex2{width: 100%;
	height: 100vh;
	display: none;
	background: rgba(0,0,0,0.90);
	position: fixed; top: 0; left: 0;
	z-index: 1999;}
	
.information_ex_switch{width: 100%;
	height: 100%;
	position: fixed; top: 0; left: 0;
	z-index: 100;}

.information_ex_inner2{width: calc(90% - 40px);
	height: 70%;
	max-width: 1020px;
	margin: 15vh auto 10%;
	padding: 20px;
	background: rgba(255,255,255,1.00);
	overflow-y: scroll;
	position: relative;
	z-index: 101;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
	scrollbar-width: none;       /* Firefox 対応 */}
	
.information_ex_inner2::-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;}
		
.information_ex_header{text-align: center;
	font-size: max(1.2vw,24px);}

.information_ex_text{text-align: left;
	font-size: max(0.85vw,16px);
	line-height: 170%;
	padding: 40px 0;}
	
.information_ex_footer{text-align: right;
	font-size: max(0.9vw,18px);}

.text1_btn{cursor: pointer;}

.ex_btn_close{width: 40px;
	height: 40px;
	position: fixed; top: 10px; right: 10px;
	z-index: 1999;
	cursor: pointer;}
	
.ex_btn_close2{width: 100px;
	height: 30px;
	margin: 20px auto 0;
	line-height: 30px;
	background: rgba(177,177,177,1.00);
	color: rgba(255,255,255,1.00);
	text-align: center;
	border-radius: 20px;
	cursor: pointer;}
	
.ex_btn_close img,.ex_btn_close2 img{width: 100%;}




@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: 35%; left: 25%;}

.header_logo{width: 15vw;
	position: fixed; top: 10px; left: 10px;
	z-index: 4;}

.main_img{width: 100%;
	min-height: 100vh;
	padding-top: 0;
	margin-top: 0;
	position: relative;
	display: flex;
	flex-direction: column; /* 上から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	justify-content: center; /* 中央寄せ */
	background:url("../img/bg1_2.webp");
	background-size: cover;
	background-position: center center;}

.main_logo{width: 100%;
	margin: 0 auto;
	display: none;
	position: relative;
	z-index: 2;}
	
.top_catch{font-size: 4vw;}
	
.main_toptext1{width: 75%;
	min-width: 0;
	margin: 0 auto;
	display: none;
	position: relative;
	z-index: 2;}

.flower1{width: 25%;
	position: absolute; bottom: 0; left: 0;
	display: none;
	z-index: 1;}
	
.flower2{width: 25%;
	position: absolute; top: 0; right: 0;
	display: none;
	z-index: 1;}

.top_staff_inner{background: url("../img/img1_bg_pat1.svg");
	background-size: 20% auto;
	background-repeat: repeat;}

.top_info1,.top_info2{width: 80%;
	min-width: 0;}

.digi_photo{width: 80%;}

.news_twitter_box{width: 80%;
	min-width: 0;}
	
.news_box{width: 100%;
	padding-right: 0;
	float: none;}

.btn_payback{width: 75%;
	margin: 0 auto;
	line-height: 200%;
	background: rgba(255,255,255,1.00);
	border: rgba(174,144,99,1.00) double 1vw;
	border-radius: 100px;
	cursor: pointer;
	transition: 0.3s all;}
	
.btn_payback:hover{opacity: 1.0;}

.news_title{font-size: 6vw;
	text-align: center;
	position: relative;}

.topics_box{width: calc(100% - 30px);
	height: 260px;
	padding: 15px;}


.topic_date{font-size: max(3.2vw,10px);
	line-height: 130%;}

.topic_title{font-size: max(3.8vw,14px);
	line-height: 150%;}
	
.topic_text{font-size: max(3.6vw,12px);
	line-height: 150%;}

.twitter_box{width: 100%;
	float: none;}

.twitter_icon{width: 9%;
	position: absolute; top:0; right: 0;}

.btn_covid{width: 80%;
	margin: 0 auto;}
	
.btn_covid:hover{opacity: 1.0;}

.con_inner1,.con_inner2{width: 90%;
	min-width: 0;
	margin: 0 auto;}

.text1{font-size: max(4vw,16px);}
	
.text2{font-size: max(3.8vw,14px);}
	
.text3{font-size: max(3.4vw,10px);}

.text4{font-size: max(3.4vw,10px);}
	
.bg_pt1{background: url("../img/img1_bg_pat1.svg");
	background-size: 20% auto;
	background-repeat: repeat;}
	
.bg_pt2{background: url("../img/img1_bg_pat2.svg");
	background-size: 7% auto;
	background-repeat: repeat;}
		
.con_title1{width: 90%;
	margin: 0 auto;}

.title_sub1{width: 70%;
	margin: 0 auto;
	position: relative;}
	
.title_sub1 img{width: 100%;}

.title_sub_text{position: absolute;top: 0; left: 0;
	width: 100%;
	text-align: center;
	font-size: max(5.0vw,16px);
	line-height: 200%;}

.story_text{font-size: 3.4vw;}

.cast_logo1 img{width: 60%;}

.cast_block1{width: 80%;
	padding: 0 15%;}

.cast_name1,.cast_name2{text-align: center;}

.cast_name2{font-size: 5vw;}

.schedule_block1{width: calc(30% - 4px);
	padding: 0 0.5%;
	margin: 0 0.5% 10px;
	background: rgba(255,255,255,1.00);
	border: rgba(183,150,78,1.00) solid 2px;
	border-radius: 10px;}

/* 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%;
}

.ticket_btn1{width: 80%;
	min-width: 0;
	margin: 0 auto;
	font-size: 3.8vw;
	line-height: 200%;
	text-align: center;
	background: rgba(174,144,99,1.00);
	border-radius: 100px;
	transition: 0.3s all;}
	
.ticket_btn1:hover{transform: scale(1.0,1.0);}

.btn_close{width: 80%;
	min-width: 0;
	margin: 0 auto;
	font-size: 3.8vw;
	line-height: 200%;
	text-align: center;
	border-radius: 100px;}

.goods_block_inner{width: calc(100% - 40px);
	margin: 5px;
	padding: 15px;
	background: rgba(255,255,255,1.00);
	overflow: hidden;}
	
.goods_img1{width: calc(70% - 2px);
	margin: 0 auto;
	float: none;}
	
.goods_img1 img{width: 100%;}

.goods_textbox{width: 100%;
	padding: 15px 0;
	float: none;}

.pay_img{width: 80%;
	margin: 0 auto;}

.item_max{width: 40%;
	margin: 0 auto;}

.qa_mark{width: 6%;
	float: left;}

.qa_text1,.qa_text2{width: 94%;
	float: left;}

.foot_staff_inner{background: url("../img/img1_bg_pat3.svg");
	background-size: 7% auto;
	background-repeat: repeat;}

footer{width: 100%;
	text-align: center;
	background: rgba(173,142,96,1.00);
	position: relative;}

.footer_btn1{width: 65%;
	min-width: 180px;
	margin: 0 auto;}
	
.footer_btn1:hover{transform: scale(1.00,1.00);}


#page-top{width: 60px;
	height: 60px;
	position: fixed; bottom: 0; right: 10px;
	z-index: 8;}
	
#page-top img{width: 100%;
	height: 100%;}



.btn1,.btn2{width: 80vw;
	margin: 0 auto;
	line-height: 250%;
	background: rgba(255,255,255,1.00);
	border-radius: 100px;
	float: none;}

.btn2{margin-bottom: 5px;}

.btn1::after,.btn2::after {
  content: "▶";
  font-size: 3.0vw;
  color: rgba(0,0,0,1.00);
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-50%);
}

.btn1:hover,.btn2:hover{transform: scale(1.0,1.0);}


}


























