@charset "utf-8";
h2{
	position: relative;
	margin: 0 auto 30px auto;
	width: 100%;
	max-width: 500px;
}
h3{
	position: relative;
	margin: 30px auto 10px auto;
	color: #f4b50a;
	text-align: center;
}
.ttlBg{
	position: absolute;
	width: 90vw;
	height: 90vw;
	max-width: 620px;
	max-height: 620px;
	background-image: url("../img/bg/bg.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}
#play .ttlBg{
	top: -65vw;
	left: -20vw;
}
#howto .ttlBg{
	top: 0;
	left: 75vw;
}
#event .ttlBg{
	top: -60vw;
	left: 1vw;
	width: 98vw;
	height: 98vw;
}
#ticket .ttlBg{
	top: 0;
	left: 50vw;
}
#goods .ttlBg{
	top: -50vw;
	left: -10vw;
}
/* 背景 */
.contInner{
	position: relative;
	margin: 0 auto;
	padding: 40px 0 20vw 0;
	overflow: hidden;
	background: #201E35;
	background: linear-gradient(90deg, rgba(30,39,53,1.00) 0%, rgba(4,21,31,1.00) 100%);
	clip-path: polygon(100% 0, 100% calc(100% - 10vw), 50% 100%, 0 calc(100% - 10vw), 0 0);
}
#timer{
	position: fixed;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.6;
	font-size: 150%;
	z-index: -4;
	text-align: center;
}
#timer div{
	position: relative;
	display: flex;
	font-family: 'Liberation Serif', 'Noto Serif CJK JP', 'TakaoMincho','Yu Mincho', 'MS Mincho','Hiragino Mincho', 'Hiragino Mincho ProN', 'Noto Serif JP', Monospace;
	justify-content: center;
}
#timer p{font-size: 80%;text-align: center;padding-bottom: 0.5em;}
#timer span{font-size: 80%;}
.bgWrap{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	height: 100lvh;
	clip-path: inset(0);
	z-index: -5;
}
.bgWrap .bg{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
#point .bg{	background-image: url("../img/bg/bg01.jpg");}
#story .bg{background-image: url("../img/bg/bg02.jpg");}
#howto .bg{	background-image: url("../img/bg/bg03.jpg");}
#ticket .bg{background-image: url("../img/bg/bg04.jpg");}
#about .bg{	background-image: url("../img/bg/bg05.jpg");}

/* ヘッダー */
header {
	position: relative;
	margin: 0 auto;
}
header #keyvisual {
	position: relative;
	margin: 0 auto;
	background-image: url("../img/main.jpg");
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	width: 100%;
	height:0;
	padding-top: 141.40625%;
}

/* catch */
#catch  {
	position: relative;
	margin: 0 auto;
	padding: 30px 0;
	background-image:url("../img/bg/bg_catch.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	text-align: center;
}
#catch .catchTxt{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 10px);
	max-width: 640px;
}
#catch .catchTxt img{
	position: relative;
	margin: 0 auto;
}

/* photo */
#photo {
	position: relative;
	margin: 0 auto;
	padding: 0;
	background: #04111F;
}
#photo .photoWrap {
	position: relative;
	margin: 0 auto;
	padding: 1px 0;
}
#photo .photoWrap::before, #photo .photoWrap::after{
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	display: block;
	content: '';
	background: #95771D;
	background: linear-gradient(90deg,rgba(149, 119, 29, 1) 0%, rgba(255, 252, 233, 1) 50%, rgba(148, 118, 28, 1) 100%);
}
#photo .photoWrap::before{top:0;}
#photo .photoWrap::after{bottom:0;}
.splide__list {height: auto;}


/* point */
#point {
	position: relative;
	margin: 0 auto;
	padding-bottom: 60%;
}
#point::after{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 1px;
	display: block;
	content: '';
	background: #95771D;
	background: linear-gradient(90deg,rgba(149, 119, 29, 1) 0%, rgba(255, 252, 233, 1) 50%, rgba(148, 118, 28, 1) 100%);
}
#point .contInner{padding: 20px 0 20vw 0;}
#point h2{
	position: absolute;
	top: 20px;
	left: 8px;
	width: 6%;
	max-width: 36px;
}
#point ul.point{
	position: relative;
	margin: 0 20px 0 auto;
	width: calc(90% - 28px);
	max-width: 960px;
	gap: 20px 15px;
}
#point ul.point li{
	position: relative;
	margin: 0;
	width: 100%;
	gap: 0 10px;
}
#point ul.point li .Img, #point ul.point li .Txt{
	position: relative;
	margin: 0;
	width: 50%;
}
#point ul.point li .Txt{width: calc(50% - 10px);}
#point ul.point li .Txt .ttl{
	position: relative;
	margin: 0;
	width: 60%;
	max-width: 121px;
}
#point ul.point li .Txt h3{
	position: relative;
	margin: 5px auto 0 auto;
	text-align: left;
	line-height: 1.5em;
}
#point ul.point li .Txt p{
	position: relative;
	margin: 0 auto;
	line-height: 1.5em;
}
#point ul.point li:nth-child(even){flex-direction:row-reverse;}
#point ul.point li .text{
	position: relative;
	margin: 10px auto 0 auto;
}

/* story */
#story{
	position: relative;
	margin:0 auto;
	padding-bottom: 60%;
}
#story::before{
	position: absolute;
	top:-1px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	display: block;
	background: #201E35;
	background: linear-gradient(90deg, rgba(30,39,53,1.00) 0%, rgba(4,21,31,1.00) 100%);
}
#story .storybg{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:url("../img/bg/bg_story.jpg");
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: cover;
}
#story p{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 40px);
	text-align: center;
	font-size: 105%;
	line-height: 1.8em;
	padding-bottom: 2.2em;
}
#story .more{display: none;}
#story .btn_more{
	position: relative;
	margin: 1em auto 0 auto;
	padding: 5px 0;
	font-size: 94%;
	line-height: 1em;
	width: 12em;
	color: #c8b066;
	text-align: center;
	border: solid 1px #c8b066;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
#story .btn_more::after{
	position: absolute;
	top:50%;
	right: 8px;
	width: 12px;
	height: 7px;
	transform: translateY(-50%);
	content: '';
	background-image:url("../img/arrow.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}
#story .btn_more.disp::after{transform: translateY(-50%) scale(-1, -1);}

/* play */
#play{
	position: relative;
	margin: 0 auto;
	padding:40px 0 0 0;
	overflow: hidden;
	background: #201E35;
	background: linear-gradient(90deg, rgba(30,39,53,1.00) 0%, rgba(4,21,31,1.00) 100%);
}
#play ul{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 40px);
	max-width: 960px;
	gap: 20px 0;
}
#play ul li{
	position: relative;
	margin: 0;
	width: 50%;
	gap: 10px 5px;
}
#play ul li .Img{
	position: relative;
	margin: 0;
	width: 40%;
}
#play ul li .Txt{
	position: relative;
	margin: 0;
	width: calc(60% - 5px);
}
#play ul li .Txt p{
	position: relative;
	margin: 0 auto;
	padding-bottom: 5px;
	font-weight: 700;
	line-height: 1em;
	background: linear-gradient(180deg, #bda36a 20%, #fbfbfb 50%, #bda36a 80%); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#play ul li .fontSmall{font-size: 80%;line-height: 1.4em;display: inline-block;}
#play .playcaution.cautionWrap{
	margin: 20px auto 0 auto;
	width: calc(100% - 40px);
	max-width:700px;
	font-size: 96%;
	line-height: 1.5em;
}
#play .playcaution.cautionWrap p{padding-left: 1.2em;}
#play .lineapp{
	position: relative;
	margin: 40px auto 0 auto;
	padding: 20px;
	width: calc(100% - 80px);
	max-width: 660px;
	background-color: rgba(200,176,102,0.2);
	gap:20px 0;
}
#play .lineapp .Img{
	position: relative;
	margin: 0;
	width: 100%;
}
#play .lineapp .Img img{
	position: relative;
	margin: 0 auto;
	width: 24%;
	max-width: 150px;
}
#play .lineapp .Txt{
	position: relative;
	margin: 0;
}
#play .lineapp .Txt p{
	position: relative;
	margin: 0 auto;
	padding-left: 1em;
	padding-bottom: 0.5em;
}
#play .lineapp .Txt p::before{
	position: absolute;
	top:0;
	left: 0;
	content: '・';
}
#play .lineapp .Txt .cautionWrap {padding-left: 1em;}
#play .lineapp .Txt .cautionWrap p{font-size: 86%;line-height: 1.5em;}
#play .lineapp .Txt .cautionWrap p::before{content: '※';}

/* howto */
#howto{
	position: relative;
	margin: 0 auto;
	padding-bottom: 60%;
}
#howto::before{
	position: absolute;
	top:-1px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	display: block;
	background: #201E35;
	background: linear-gradient(90deg, rgba(30,39,53,1.00) 0%, rgba(4,21,31,1.00) 100%);
}
#howto .contInner{padding: 50px 0 20vw 0;}
#howto .howtoWrap {
	position: relative;
	margin: 0 auto;
	width: calc(100% - 20px);
	max-width: 1050px;
}
#howto .howtoWrap .splide__arrows .splide__arrow--prev {left: -22px;transform: rotate(180deg);}
#howto .howtoWrap .splide__arrows .splide__arrow--next {right: -22px;}
#howto .howtoWrap .splide__arrow {
	background: transparent;
	border-radius: 0;
	height: 15px;
	width: 15px;
	opacity: 1;
	transform: translateY(0);
}
#howto .howtoWrap .splide__arrow:disabled {opacity: 0;}
#howto .howtoWrap .howto{
	position: relative;
	margin: 0 auto;
	width: 86%;
}
#howto .howtoWrap ul li{
	position: relative;
	margin: 0;
	padding: 4px;
	width: calc(100% - 8px);
	display: flex;
	align-items: stretch;
}
#howto .howtoWrap .txtWrap {
	position: relative;
	margin: 0 auto;
	background-color: rgba(244,230,186,.10);
	padding: 15px 0;
	border: solid 1px;
	border-image: linear-gradient(to bottom, #bda36a 0%, #fbfbfb 50%, #bfa56e 100%) 1;
}
#howto .howtoWrap .Img {
	position: relative;
	margin: 0 auto 15px auto;
}
#howto .howtoWrap p{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 50px);
}
#howto .howtoWrap .button{
	margin: 20px auto 0 auto;
	width: calc(100% - 50px);
	z-index: 100;
}
#howto .txtWrap .cautionWrap{
	position: relative;
	margin: 10px auto 0 auto;
	width: calc(100% - 10px);
}
#howto .threearticles{
	position: relative;
	margin: 30px auto 0 auto;
	width: calc(100% - 40px);
	max-width: 800px;
}

/* event */
#event {
	position: relative;
	margin: 0 auto;
	padding:40px 0 0 0;
	overflow: hidden;
	background: #201E35;
	background: linear-gradient(90deg, rgba(30,39,53,1.00) 0%, rgba(4,21,31,1.00) 100%);
}
#event h4{
	position: relative;
	margin: 10px auto 5px auto;
	color: #C8B36D;
	text-align: center;
}
#event p{
	position: relative;
	margin: 0 auto;
	text-align: center;
	font-size: 116%;
}
#event p span{
	font-size: 90%;
	line-height: 1.5em;
	display: inline-block;
	padding-top: 0.5em;
}
#event p span.infoad{
	font-size: 86%;
	line-height: 1.5em;
	padding-top: 1em;
	width: calc(100% - 40px);
}
#event p.address{
	font-size: 90%;
	line-height: 1.5em;
	padding-top: 1em;
}
#event p.access{
	font-size: 86%;
	line-height: 1.5em;
	width: calc(100% - 40px);
}
#event .kikan{
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}
#event .kikan::after{
	position: absolute;
	top: -12vw;
	left: 3vw;
	width: 20vw;
	height: 20vw;
	max-width: 90px;
	max-height: 90px;
	background-image: url("../img/date.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	content: '';
	display: block;
}
#event .kikan h3, #event .kikan p{z-index: 100;}
#event .map{
	position: relative;
	margin: 20px auto 0 auto;
	height: 240px;
	width: calc(100% - 40px);
	max-width: 700px;
	outline: solid 2px #C8B36D;
}
#event .map iframe{
	position: relative;
	max-width: 100%;
	height: 240px;
	vertical-align:bottom;
}

/* ticket */
#ticket {
	position: relative;
	margin: 0 auto;
	padding: 0 0 60% 0;
}
#ticket::before{
	position: absolute;
	top:-1px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	display: block;
	background: #201E35;
	background: linear-gradient(90deg, rgba(30,39,53,1.00) 0%, rgba(4,21,31,1.00) 100%);
}
#ticket .contInner{padding: 70px 0 20vw 0;}

/* release */
#release{
	position: relative;
	margin: 0 auto;
}
#release .releaseBox{
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 45px;
	width: calc(100% - 40px);
	max-width: 640px;
}
#release .releaseBox.margin{margin: 30px auto 0 auto;}
#release .ttlR{
	position: relative;
	margin: 0 auto 10px auto;
	padding: 8px 0;
	line-height: 1em;
	background-color: #554a28;
	color: #f5e5b0;
}
#release p{
	position: relative;
	margin: 0 auto;
	font-size: 120%;
}
.scraptantei{
	position: relative;
	margin: 15px auto 0 auto;
	font-size: 76%;
	text-align: center;
}
.scraptantei img{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 60px);
	max-width: 320px;
}

/* 料金 */
#price {
	position: relative;
	margin: 0 auto;
	z-index: 100;
}
#price .lead{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 30px);
	font-size: 120%;
	padding-bottom: 0.5em;
	text-align: center;
}
#price .priceWrap {
	position: relative;
	margin: 25px auto;
	width: calc(100% - 72px);
	max-width: 668px;
	border: solid 1px #554a28;
	text-align: center;
	font-size: 120%;
	padding: 0 15px 15px 15px;
}
#price .priceWrap h3{
	margin: 0 auto;
	transform: translateY(-15px);
	padding: 3px 0;
	background-color: #554a28;
	width: 8em;
	color: #ffffff;
}
#price .priceWrap .caution{font-size: 70%;padding-top: 15px;}
#price .priceBox{
	position: relative;
	margin: 20px auto 0 auto;
	background-color: #554a28;
	max-width: 700px;
}
.btn_pricelist{
	position: relative;
	margin: 0 auto;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
	font-size: 80%;
}
.btn_pricelist::after {
	position: absolute;
	top: 50%;
	right: 10px;
	content: '';
	display: block;
	width: 14px;
	height: 8px;
	background-image:url("../img/arrow06.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
}
.btn_pricelist.disp::after{ transform: translateY(-50%) rotate(180deg);}
#price .priceBox .table{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 20px);
	display: none;
	padding-bottom: 20px;
}
#price .priceBox .table table{
	position: relative;
	margin: 0 auto;
	width: 100%;
	border-collapse: collapse !important;
	border-spacing:1px;
	border: solid 1px #554a28;
	table-layout: fixed;
}
#price .priceBox .table.active{display: block;}
#price .priceBox table th{
	position: relative;
	text-align: center;
	vertical-align: middle;
	line-height: 1.4em;
	padding: 7px 0;
	font-size: 60%;
	background-color: #a37232;
	border-left: solid 1px #554a28;
	border-top: solid 1px #554a28;
}
#price .priceBox table thead th:first-child{width: 8em;}
#price .priceBox table thead th:last-child{width: 4em;}
#price .priceBox table td{
	position: relative;
	text-align: center;
	padding: 7px 0;
	border-left: solid 1px #554a28;
	vertical-align: middle;
	border-top: solid 1px #554a28;
	background-color: #ffffff;
	color: #201E35;
	font-size: 80%;
}
#price .priceBox table td.strong{border-right: solid 2px #392F12; border-left: solid 2px #392F12;background-color: #F9F1E4;}
#price .priceBox table td.w2{width: 2em;}
#price .priceBox table th.noborder, #price .priceWrap .priceBox table td.noborder{border-left: none;}
#price .priceBox table td span{font-weight: bold;font-size: 120%;}

#ticket h4{
	position: relative;
	margin: 0 auto;
	padding-bottom: 5px;
	color: #f5e5b0;
	text-align: center;
}
#ticket .store{
	position: relative;
	margin: 40px auto 0 auto;
	text-align: center;
}
#ticket .store h5{
	position: relative;
	margin: 5px auto;
	background-color: #554a28;
	color: #f5e5b0;
	font-size: 80%;
	width: 7em;
	line-height: 1em;
	padding: 4px 0;
}
#ticket .store .caution{width: calc(100% - 40px);margin: 0 auto;}

#ticket .u22{
	position: relative;
	margin: 40px auto 0 auto;
	width: calc(100% - 42px);
	max-width: 698px;
	border: solid 1px #554a28;
}
#ticket .u22 p{
	position: relative;
	padding: 0 20px 20px 20px;
}
#ticket .u22 p{margin: -5px auto 0 auto;}
#ticket .u22 a{color: #ffffff;}
#ticket .u22 .u22logo{
	position: relative;
	margin: 0 auto;
	width: 100%;
	transform: translateY(-20px);
}
#ticket .u22 .u22logo img{
	position: relative;
	margin: 0 auto;
	width: 40%;
	max-width: 100px;
}

.ticCautionWrap{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 40px);
	max-width: 700px;
}
.btn_ticCaution{
	position: relative;
	margin: 0 auto;
	background-color: #bcaa4b;
	color: #050621;
	cursor: pointer;
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
}
.btn_ticCaution::after {
	position: absolute;
	top: 50%;
	right: 10px;
	content: '';
	display: block;
	width: 14px;
	height: 8px;
	background-image:url("../img/arrow02.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
}
.btn_ticCaution.disp::after{ transform: translateY(-50%) rotate(180deg);}
.ticCaution{
	position: relative;
	margin: 0 auto;
	padding: 0 15px 10px 15px;
	display: none;
	background-color: #bcaa4b;
}
.ticCaution p{
	position: relative;
	margin: 0 auto 5px auto;
	padding-left: 1em;
	font-size: 90%;
	line-height: 1.6em;
	color: #050621;
}
.ticCaution p a{color: #050621;}
.ticCaution p::before{
	position: absolute;
	top:0;
	left: 0;
	content: '※';
}

/* チケットカレンダー */
.sTicket ul li{background-image: none !important;}
.ticAPI{position: relative;margin: 0 auto;width: calc(100% - 40px);max-width: 960px; padding: 0;background-color: #ffffff;}
.ticket_api{margin: 0 auto;padding: 0;width: 100%; background-color: #bcaa4b;}
.ticketWrap{ margin: 0 auto; background-color: transparent !important;  padding:20px 0 0 0; font-size: .12rem !important; }
.ticketWrap .swiper-wrapper{padding: 0;}
.ticketWrap .naviBox {margin:  0 53px 0 53px;}
.ticketWrap .naviBox .prevBtn{top: 20px;left: 0; background-color: #ffffff; opacity: 1;}
.ticketWrap .naviBox .nextBtn{top: 20px;right: 0; background-color: #ffffff; opacity: 1;}
.ticketWrap .naviBox .prevBtn:hover, .ticketWrap .naviBox .nextBtn:hover{opacity: 1;}
.ticketWrap .naviBox ul li{margin: 0 1px !important;border: none;}
.ticketWrap .naviBox ul li .scheduleBox{color:#050621;}
.ticketWrap .naviBox ul li.cr .scheduleBox {background: #554a28; color:#ffffff !important;}
.ticketWrap .naviBox ul li.cr .scheduleBox span span{color:#050621 !important;}
.ticketWrap .detailsWrap {padding-top: 20px;min-height: 190px;color:#050621 !important;}
.ticketWrap .detailsBox .tit {background-color: #554a28;font-size: .14rem !important;color:#ffffff !important;}
.ticketWrap .detailsBox .tit p{margin: 0 !important;}
.ticketWrap .detailsBox .tit01 {font-size: .18rem !important;}
.ticketWrap .detailsBox .details h4 {max-width: 100% !important; margin: 30px 0; color:#000000 !important;border-bottom: 2px solid #000000; background-image: none;font-size: .13rem !important;text-align: center;font-weight: 700;}
.ticketWrap .detailsBox .details a.scrap {color: #050621; font-size: .12rem;font-weight: normal;}
.ticketWrap .detailsBox .details a.scrap:after {border-top: solid 1px #050621;border-right: solid 1px #050621; width: 5px; height: 5px;margin: -3px 0 0 0px;}
.ticketWrap .detailsBox .details ul li .scheduleBox.present {background: #ffffff; border: solid 1px #b3b3b3;color: #2a2a2a;}
.ticketWrap .detailsBox .details ul li .scheduleBox.sold {background: #b3b3b3; color:#969696; border: solid 1px #b3b3b3;}
.ticketWrap .detailsBox .details ul li .scheduleBox.few {background: #fbfdc2; border: solid 1px #b3b3b3;color: #2a2a2a;}
.ticket_api .note {margin: 0 auto !important;color:#232323; padding: 20px; background-color: #ffffff;}
.ticket_api .note a {color:#cf1009;}
.ticketWrap .detailsBox .details .ticketBox .ticketItem p {color:#232323;}
.ticketWrap .detailsBox .details ul li .scheduleBox .time {font-size: .13rem;}
.ticketWrap .detailsBox .details ul li .scheduleBox .state {font-size: .12rem;}
._scheduler_container{margin-bottom: 0;padding-bottom: 10px;color: #1b262c}
.ticketWrap .detailsBox .details .other_events a{width: 93%;}

/* goods */
#goods {
	position: relative;
	margin: 0 auto;
	padding:40px 0 0 0;
	overflow: hidden;
	background: #201E35;
	background: linear-gradient(90deg, rgba(30,39,53,1.00) 0%, rgba(4,21,31,1.00) 100%);
}
#goods .soon{
	position: relative;
	margin: 0 auto;
	padding: 2em 0 4em 0;
	font-size: 120%;
	text-align: center;
}

/* precaution */
#precaution {
	position: relative;
	margin: 0 auto;
	padding: 30px 0 15px 0;
	background: #201E35;
	background: linear-gradient(90deg, rgba(30,39,53,1.00) 0%, rgba(4,21,31,1.00) 100%);
}
#precaution::before, #precaution::after{
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	display: block;
	content: '';
	background: #95771D;
	background: linear-gradient(90deg,rgba(149, 119, 29, 1) 0%, rgba(255, 252, 233, 1) 50%, rgba(148, 118, 28, 1) 100%);
}
#precaution::before{top:0;}
#precaution::after{bottom:0;}
#precaution .precautionWrap{
	position: relative;
	margin: 0 auto 15px auto;
	width: calc(100% - 40px);
	max-width: 960px;
	background-color: #bcaa4b;
}
#precaution .precautionWrap .ttl{
	position: relative;
	margin: 0 auto;
	padding: 14px 0 ;
	cursor: pointer;
}
#precaution .precautionWrap .ttl img{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 460px;
}
#precaution .ttl::after{
	position: absolute;
	top:50%;
	right: 10px;
	content: '';
	display: block;
	width: 14px;
	height: 8px;
	transition: all .3s ease-out;
	transform: translateY(-50%);
	background-image:url("../img/arrow02.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}
#precaution .ttl.disp::after{transform: translateY(-50%) rotate(-180deg);}
#precaution .faqWrap{
	position: relative;
	margin: 0 auto;
	padding: 10px 0 30px 0;
	display: none;
	z-index: 9;
}
#precaution .CatTtl{
	position: relative;
	margin: 0 auto;
	padding: 8px 10px;
	width: calc(100% - 45px);
	max-width: 800px;
	text-align: center;
	font-size: 110%;
	font-weight: 700;
	line-height: 1em;
	color: #ffffff;
	background-color: #554a28;
}
#precaution .CatTtl.marginTop{margin: 10px auto 0 auto;}
#precaution  #limitlist .CatTtl{margin: 10px auto 0 auto;}
#precaution  #limitlist .CatTtl.margin{margin: 20px auto 10px auto;}
#precaution .faqWrap dl{position: relative;}
#precaution .faqWrap dl dd{padding: 15px 0;}
#precaution #faq.faqWrap dl dd{padding: 5px 0 0 0;}
#precaution .faqWrap dl dd p, #precaution .faqWrap dl dd div{
	position: relative;
	width: calc(100% - 45px);
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: .8em;
	text-align: left;
	color: #050621;
	font-size: 110%;
}
#precaution #cautionlist.faqWrap dl dd p, #precaution #faq.faqWrap dl dt p, #precaution #faq.faqWrap dl dd p, #precaution #limitlist dd p, #precaution .attWrap p{padding-left: 1.1em;}
#precaution #cautionlist.faqWrap dl dt{position: relative;}
#precaution #cautionlist.faqWrap dl dt.margin{margin: 20px auto 0 auto;}
#precaution #faq.faqWrap dl dt p{
	position: relative;
	color: #050621;
	text-align: left;
	margin: 0 auto;
	width: calc(100% - 45px);
	max-width: 800px;
	font-weight: 900;
}
#precaution #cautionlist.faqWrap dl dd p::before, #precaution #faq.faqWrap dl dt p::before, #precaution #faq.faqWrap dl dd p::before, #precaution #limitlist dd p::before, #precaution .attWrap p::before{
	position: absolute;
	content: '・';
	left: 0;
}
#precaution #faq.faqWrap dl dt p::before{content: 'Q.';}
#precaution #faq.faqWrap dl dd p::before{content: 'A.';}
#precaution .attWrap{margin: 0 auto 10px auto; width: calc(100% - 1.5em) !important;transform: translateX(.5em);}
#precaution .attWrap p::before{content: '※' !important;}
#precaution .attWrap p{font-size: 88% !important;padding-bottom: .2em !important;}

#precaution #limitlist .lead{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 50px);
	max-width: 800px;
	color: #050621;
}
#precaution  #limitlist dl{margin: 0 auto;width: calc(100% - 20px);}
#precaution dl a{color: #050621 !important;}

/* about */
#about{
	position: relative;
	margin: 0 auto;
	padding-bottom: 60%;
}
#about .contInner{padding: 0 0 20vw 0;}
#about h4{
	position: relative;
	margin: 20px auto 5px auto;
	font-size: 90%;
	color: #C8B36D;
	text-align: center;
}
#about p{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 40px);
	text-align: center;
}
#about .flexbox{
	position: relative;
	margin: 40px auto 0 auto;
	width: calc(100% - 40px);
	max-width: 600px;
	gap: 0 10px;
}
#about .flexbox .btn{
	position: relative;
	margin: 0;
	width: calc(50% - 5px);
	cursor: pointer;
}

/* ----- pc ----- */
@media screen and (min-width: 641px) {
	
	h2{margin: 0 auto 60px auto;}
	h3{margin: 40px auto 20px auto;}

	#play .ttlBg{
		top: -25vw;
		left: 30vw;
	}
	#event .ttlBg{
		top: -20vw;
		left: 28vw;
	}
	#ticket .ttlBg{left: 60vw;}
	#goods .ttlBg{
		top: -20vw;
		left: 10vw;
	}
	/* 背景 */
	.contInner{
		padding: 60px 0 9vw 0;
		clip-path: polygon(100% 0, 100% calc(100% - 8vw), 50% 100%, 0 calc(100% - 8vw), 0 0);
		backface-visibility: hidden;
	}
	#timer{
		opacity: 0.5;
		font-size: 230%;
	}
	#timer span{font-size: 80%;}

	#point .bg{	background-image: url("../img/bg/bg01_pc.jpg");}
	#story .bg{	background-image: url("../img/bg/bg02_pc.jpg");}
	#howto .bg{	background-image: url("../img/bg/bg03_pc.jpg");}
	#ticket .bg{background-image: url("../img/bg/bg04_pc.jpg");}
	#about .bg{	background-image: url("../img/bg/bg05_pc.jpg");}

	/* ヘッダー */
	header #keyvisual {
		background-image: url("../img/main_pc.jpg");
		padding-top: 58.333%;
	}

	/* catch */
	#catch  {
		padding: 50px 0;
		background-image:url("../img/bg/bg_catch_pc.jpg");
	}
	#catch .catchTxt{max-width: 1100px;}

	/* point */
	#point {padding-bottom: 30%;}
	#point .contInner{padding: 40px 0 5vw 0;}
	#point .pointWrap{
		position: relative;
		margin: 0 auto;
		width: 100%;
		padding-bottom: 3vw;
		max-width: 1000px;
	}
	#point h2{
		top: 0;
		left: 0;
		max-width: 28px;
	}
	#point ul.point{
		margin: 0 auto;
		max-width: 800px;
		gap: 30px 20px;
	}
	#point ul.point li{gap: 0 20px;}
	#point ul.point li .Img{width: 30%;}
	#point ul.point li .Txt{width: calc(70% - 20px);}
	#point ul.point li .Txt h3{
		margin: 15px auto 0 auto;
		font-size: 130%;
	}
	#point ul.point li .Txt p{
		margin: 10px auto 0 auto;
		font-size: 110%;
	}
	#point ul.point li:nth-child(even) .Txt .ttl{margin: 0 0 0 auto;}
	#point ul.point li:nth-child(even) .Txt p{text-align: right;}
	#point ul.point li:nth-child(even) h3{text-align: right;}

	/* story */
	#story{padding-bottom: 30%;}
	#story .storybg{background-image:url("../img/bg/bg_story_pc.jpg");background-position: 50% 50%;}
	#story p{
		font-size: 110%;
		line-height: 1.8em;
		padding-bottom: 2.2em;
	}
	#story .btn_more{
		font-size: 100%;
		margin: 1em auto 0 auto;
		line-height: 1em;
		width: 12em;
		padding: 5px 0 8px 0;
	}
	#story .btn_more::after{
		right: 10px;
		width: 14px;
		height: 9px;
	}

	/* play */
	#play{padding:80px 0 0 0;}
	#play ul{gap: 10px;max-width: 760px;}
	#play ul li{
		width: calc(25% - 15px);
		gap: 10px 0;
	}
	#play ul li .Img{margin: 0 auto;width: 50%;}
	#play ul li .Txt{
		width: 100%;
		font-size: 100%;
		line-height: 1.5em;
		text-align: center;
	}
	#play ul li .Txt p{padding-bottom: 5px;}
	#play ul li .fontSmall{font-size: 80%;line-height: 1em;}
	#play ul li .cautionWrap{
		font-size: 86%;
		line-height: 1.5em;
	}
	#play .lineapp{
		margin: 60px auto 0 auto;
		padding: 40px;
		max-width: 620px;
		gap:0;
	}
	#play .lineapp .Img{width: 20%;}
	#play .lineapp .Img img{
		width: 70%;
		margin: 0;
		max-width: 100px;
	}
	#play .lineapp .Txt{width: 80%;}

	/* howto */
	#howto{padding-bottom: 30%;}
	#howto h2{margin: 0 auto 40px auto;}
	#howto .contInner{padding: 100px 0 8vw 0;}
	#howto .howtoWrap .howto{width: 100%;}
	#howto .howtoWrap .txtWrap {padding: 25px 0 40px 0;}
	#howto .howtoWrap .Img {margin: 0 auto 25px auto;}
	#howto .howtoWrap p{width: calc(100% - 80px);}
	#howto .howtoWrap .button{
		margin: 30px auto 0 auto;
		width: calc(100% - 80px);
	}
	#howto .txtWrap .cautionWrap p{padding-left: 1.1em;}
	#howto .threearticles{margin: 50px auto 0 auto;}

	/* event */
	#event {padding:60px 0 0 0;}
	#event h4{
		margin: 15px auto 5px auto;
		font-size: 96%;
	}
	#event p span{
		font-size: 96%;
		line-height: 1.5em;
	}
	#event .kikan::after{
		position: absolute;
		top: -40px;
		left: calc(50% - 250px);
	}
	#event .map{
		margin: 20px auto 50px auto;
		height: 400px;
	}
	#event .map iframe{height: 400px;}
	
	/* ticket */
	#ticket {padding: 0 0 30% 0;}
	#ticket .contInner{padding: 100px 0 9vw 0;}

	#ticket h4{
		font-size: 105%;
		padding-bottom: 10px;
	}
	#ticket .store{margin: 60px auto 0 auto;}
	#ticket .store h5{
		margin: 10px auto;
		font-size: 90%;
	}
	
	/* release */
	#release .releaseBox{padding-bottom: 60px;}

	/* 料金 */
	#price .priceWrap {
		margin: 30px auto;
		padding: 15px 15px 30px 15px;
	}
	#price .priceWrap h3{transform: translateY(-30px);}
	#price .priceWrap .caution{padding-top: 20px;}
	#price .priceBox{margin: 30px auto 0 auto;}
	#price .priceBox table td span{font-size: 140%;}
	#price .priceBox table thead th:first-child{width: 12em;}
	#price .priceBox table thead th:last-child{width: 8em;}

	.btn_pricelist::after {
		right: 20px;
		width: 16px;
		height: 10px;
	}

	#ticket .u22{margin: 60px auto 0 auto;}
	#ticket .u22 p{padding: 0 40px 40px 40px;}
	#ticket .u22 p{margin: 0 auto;font-size: 100%;}
	#ticket .u22 .u22logo img{max-width: 130px;}

	.btn_ticCaution::after {
		right: 20px;
		width: 16px;
		height: 10px;
	}
	.ticCaution{padding: 0 25px 20px 25px;}
	.ticCaution p{
		font-size: 94%;
		padding-left: 1em;
		line-height: 1.6em;
	}

	/* goods */
	#goods {padding:60px 0 0 0;}
	#goods .soon{
		font-size: 140%;
		padding: 0 0 4em 0;
	}

	/* precaution */
	#precaution {padding: 50px 0 35px 0;}
	#precaution .precautionWrap{margin: 0 auto 25px auto;}
	#precaution .precautionWrap .ttl{padding: 16px 0 ;}
	#precaution .precautionWrap .ttl img{max-width: 400px;}
	#precaution .ttl::after{
		right: 20px;
		width: 16px;
		height: 10px;
	}

	/* about */
	#about{padding-bottom: 30%;}
	#about .contInner{padding: 20px 0 10vw 0;}
	#about h4{
		margin: 40px auto 5px auto;
		font-size: 90%;
	}
	#about .flexbox{
		margin: 60px auto 0 auto;
		max-width: 500px;
	}
}

@media screen and (min-width: 500px) and (max-width:640px){
	#event .kikan::after{
		top: -60px;
		left: calc(50% - 220px);
	}
}
