@charset "utf-8";
/* 背景 */
.bgWrap{
	position: absolute;
	top:-70px;
	left: 0;
	width: 100%;
	height: 100vh;
	min-height: 100%;
	height: 100lvh;
	clip-path: inset(0);
	z-index: -2;
}
.bgWrap .bg{
	position: fixed;
	top:50%;
	left: 50%;
	width: 180%;
	height: 180%;
	 background-repeat: no-repeat;
	 background-size: cover;
	 background-position: 50% 50%;
	transform: translate(-50%, -50%);
}
#story .bg{	background-image: url("../img/bg/bg01.jpg");}
#play .bg{	background-image: url("../img/bg/bg02.jpg");}
#event .bg{	background-image: url("../img/bg/bg03.jpg");}
#precautions .bg{	background-image: url("../img/bg/bg04.jpg");}
.bgAni.contDispA .bg{animation: fadeInA 1.8s  ease 0s 1 normal forwards;}
@keyframes fadeInA {
	0%{width: 180%;height: 180%;}
	100% {width: 100%;height: 100%;}
}

h2 p.ttlDisp::after{animation: ttlAni .5s  ease 0.8s 1 normal forwards;}
h3 p.ttlDisp::after{animation: ttlAni .4s  ease 1.1s 1 normal forwards;}
@keyframes ttlAni {
	0%{right: 0;}
	48%{right: -100%;}
	54%{right: -100%;}
	100% {right: -200%;}
}
#play h2 p.ttlDisp::after{animation: ttlAni1 .5s  ease 0.8s 1 normal forwards;}
#howto h2 p.ttlDisp::after{animation: ttlAni1 .5s  ease 0.8s 1 normal forwards;}
#howto h3 p.ttlDisp::after{animation: ttlAni1 .4s  ease 1.1s 1 normal forwards;}
@keyframes ttlAni1 {
	0%{bottom: 0;}
	48%{bottom: -100%;}
	54%{bottom: -100%;}
	100% {bottom: -200%;}
}

/* ヘッダー */
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.875%;
}

/* catch */
#catch  {
	position: relative;
	margin: 0 auto;
}
#catch .bgW{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#catch .bg{
	position: absolute;
	top:50%;
	left: 50%;
	width: 180%;
	height: 180%;
	background-image: url("../img/bg/bg_catch_pc.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	transform: translate(-50%, -50%);
}
#catch.contDispA  .bg{animation: fadeInA 1.2s  ease 0s 1 normal forwards;}

#catch .Txt {
	position: relative;
	margin: 0 auto;
	padding: 20px 0 90px 0;
}
#catch .Txt img{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 17px);
	max-width:604px;
}
#catch .btnArea{
	margin: 40px auto 10px auto;
	width: calc(100% - 30px);
}
#catch .movieWrap{
	position: relative;
	margin: 40px auto 0 auto;
	width: calc(100% - 34px);
	border: solid 2px #5583AA;
}

/* ポイント */
#point{
	position: relative;
	margin: -70px auto 0 auto;
	padding: 0;
}
#point .bg{
	position: relative;
	margin: 0 0 0 -5%;
	width: 110%;
	object-fit: none;
	border-radius: 50% 50% 0 0;
	object-position: left center;
	background-color: #ffffff;
	overflow: hidden;
}
#point h2{
	position: relative;
	margin: 0 auto;
	padding: 5px 0 15px 0;
}
#point h2 p{
	position: relative;
	margin: 0 auto;
	display: block;
	width: min(90%, 260px);
	overflow: hidden;
}
#point h3{
	position: relative;
	margin: 0 auto;
}
#point h3 p{
	position: relative;
	margin: 0 auto;
	display: block;
	width: min(30%, 80px);
	overflow: hidden;
}
#point h2 p::after, #point h3 p::after{
	position: absolute;
	top:0;
	right: 0;
	width: 200%;
	height: 100%;
	content: '';
	display: block;
	background: linear-gradient(90deg, #b7d8dd 0%, #b7d8dd 50%, #ffffff 50%, #ffffff 100%);
}

#point ul{
	position: relative;
	margin: 25px auto 0 auto;
	width: 100%;
	max-width: 600px;
	padding-bottom: 40px;
	background-color: #ffffff;
}
#point ul li{
	position: relative;
	margin: 0 auto 20px auto;
}
#point ul li .Img{
	position: relative;
	margin: 0;
	display: block;
	width: 100%;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: 5px 100%;
	background-size: 40px auto;
}
#point ul li:nth-child(1) .Img{background-image: url("../img/no1.png");}
#point ul li:nth-child(2) .Img{background-image: url("../img/no2.png");background-position: calc(100% - 5px) 100%;padding-left: 0; padding-right: 50px;}
#point ul li:nth-child(3) .Img{background-image: url("../img/no3.png");}
#point ul li .txt{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 30px);
	padding-top: 15px;
}
#point ul li .txt p{
	paint-order: stroke;
	color: #000000;
	text-stroke: 4px #ffffff;
	-webkit-text-stroke: #ffffff 4px;
	line-height: 2em;
}
#point ul li .txt p span{font-weight: bold;font-size: 140%;font-style: italic;padding:0  0.2em;}
#point ul::before{
	position: absolute;
	top:0;
	right: 0;
	width: 60%;
	height: 100%;
	content: '';
	display: block;
	background-color: #35767f;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

/* ストーリー */
#story {
	position: relative;
	margin: 0 auto;
	padding: 30vh 0 0 0;
}
#story .storyWrap{
	position: relative;
	margin: 0 auto;
	padding-bottom: 3em;
}
#story .storyWrap .contBg{
	position: absolute;
	top:0;
	left: 50%;
	background-color: #ae675d;
	transform: translateX(-50%) rotate(-10.8deg);
	width: 200vw;
	height: 100%;
	display: block;
	content: '';
	overflow: hidden;
}
#story h2{
	position: relative;
	margin: 0 auto;
	padding: 0;
	transform: rotate(-10.8deg) translateY(-5.5%);
}
#story h2 p{
	position: relative;
	margin: 0 0 0 auto;
	display: block;
	width: min(86%, 330px);
	overflow: hidden;
	transform: translateX(10px);
}
#story h3{
	position: relative;
	margin: 0 auto;
}
#story h3 p{
	position: relative;
	margin: 10px 0 0 auto;
	display: block;
	width: min(32%, 90px);
	overflow: hidden;
	transform: translateX(-15px);
}
#story h2 p::after, #story h3 p::after{
	position: absolute;
	top:0;
	right: 0;
	width: 200%;
	height: 100%;
	content: '';
	display: block;
	background: linear-gradient(90deg, #ca8980 0%, #ca8980 50%, #ae675d 50%, #ae675d 100%);
}
#story p.text {
	position: relative;
	margin: 0 auto;
	padding: 40px 0 2em 0;
	width: calc(100% - 30px);
	font-size: min(4.4vw, .18rem);
	line-height: 1.8em;
	text-align: center;
	background: linear-gradient(180deg, #ffffff 50%, rgba(255,255,255,0) 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	height: 15em;
	overflow: hidden;
	transition: all 0.3s ease-out;
}
#story p.text.disp{height: auto;padding: 40px 0 3em 0;background:none;-webkit-background-clip: unset;-webkit-text-fill-color: #ffffff;}
#story .moreBtn{
	position: absolute;
	bottom: 3em;
	left: 50%;
	transform: translateX(-50%);
	width: 10em;
	line-height: 1em;
	padding: 2px 0;
	text-align: center;
	color: #ffffff;
	font-size: 96%;
	border: solid 1px #ffffff;
	cursor: pointer;
	transition: all 0.3s ease-out;
	
}
#story .moreBtn:hover{border: solid 1px #ca8980;background-color: #ca8980;color: #E9CDCA;}

/* プレイ形式 */
#play{
	position: relative;
	margin:0 auto;
	padding: 30vh 0 0 0;
}
#play .playWrap{
	position: relative;
	margin: 0 auto;
	padding-bottom: 100px;
	background-color: #c5d4e1;
	clip-path: polygon(0 70px, 100% 0%, 100% calc(100% - 70px), 0% 100%);
}
#play h2{
	position: absolute;
	width: 100%;
	top:0;
	right: 0;
}
#play h2 p{
	position: relative;
	margin: 0 0 0 auto;
	display: block;
	width: min(20%, 80px);
	overflow: hidden;
	transform: translate(5px, 5px);
}
#play h3{
	position: absolute;
	top: 60px;
	right: min(19%, 90px);
	width: 100%;
}
#play h3 p{
	position: relative;
	margin: 10px 0 0 auto;
	display: block;
	width: min(32%, 90px);
	overflow: hidden;
	transform: translateX(-15px);
}
#play h2 p::after, #play h3 p::after{
	position: absolute;
	right: 0;
	content: '';
	display: block;
}
#play h2 p::after{bottom: 0; height: 200%;width: 100%;background: linear-gradient(-180deg, #e7eef4 0%, #e7eef4 50%, #c5d4e1 50%, #c5d4e1 100%);}
#play h3 p::after{top:0; width: 200%;height: 100%;background: linear-gradient(90deg, #e7eef4 0%, #e7eef4 50%, #c5d4e1 50%, #c5d4e1 100%);}
#play ul{
	position: relative;
	margin:0 0 0 20px;
	padding: 120px 0 0 0;
	width: min(68%, calc(100% - 110px));
	gap: 20px;
}
#play ul li{
	position: relative;
	margin: 0;
	width:100%;
	gap: 0 10px;
}
#play ul li .Img, #play ul li .Txt{
	position: relative;
	margin: 0;
}
#play ul li .Img{width: calc(45% - 5px);}
#play ul li .Txt{width: calc(55% - 5px);}
#play ul li img{margin: 0 auto 10px auto;}
#play ul li .fontSmall{display: block;padding-top: 10px;}
#play ul li .type{
	font-size: 80%;
	font-weight: bold;
	color: #2B567B;
}
#play ul li .text{font-size: 110%;}
#play ul li .text span{font-size: 70%;}
#play .needs{
	position: relative;
	margin: 30px auto 0 auto;
	background-color: #ffffff;
	border-radius: 20px;
	padding: 0 20px 30px 20px;
	width: min(68%, calc(100% - 110px));
	gap:0;
}
#play .needs .Img, #play .needs .Txt{
	position: relative;
	margin: 0;
	width: 100%;
}
#play .needs .Img img{
	position: relative;
	margin: 0 auto;
	width: 70%;
	max-width: 150px;
}
#play .needs .heels .Img img{
	width: 50%;
	max-width: 90px;
	margin: 0 auto 25px auto;
}
#play .needs .heels{
	position: relative;
	margin: 30px auto 0 auto;
}
#play .needs h4{
	position: relative;
	margin: 0 auto 10px auto;
	font-size: 110%;
	font-weight: bold;
	color: #2B567B;
	text-align: center;
}
#play .needs .btn_needsCaution {
  position: relative;
  margin: 20px auto 0 auto;
  background-color: #2B567B;
	color: #ffffff;
  text-align: center;
  padding: 6px 0;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
#play .needs .btn_needsCaution::after {
  position: absolute;
  top: 50%;
	transform: translateY(-50%);
  right: 10px;
  width: 10px;
	height: 15px;
	content: '';
	background-image: url("../img/arrow01.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
  transition: all 0.3s ease-out;
}
#play .needs .btn_needsCaution.disp::after {transform: translateY(-50%) scale(1, -1);}
#play .needs .needsCaution {
  position: relative;
  margin: 0 auto;
  font-size: 0.13rem;
  line-height: 1.6em;
  padding: 15px;
  text-align: left;
  display: none;
	color: #ffffff;
background-color: #2B567B;
}

/* 参加方法 */
#howto {
	position: relative;
	margin: -70px auto 0 auto;
	padding: 0;
}
#howto .howtoWrap{
	position: relative;
	margin: 0 auto;
	padding-bottom: 100px;
	background-color: #9aaab9;
	clip-path: polygon(0 70px, 100% 0%, 100% calc(100% - 70px), 0% 100%);
}
#howto h2{
	position: absolute;
	width: 100%;
	top:0;
	right: 0;
}
#howto h2 p{
	position: relative;
	margin: 0;
	display: block;
	width: min(23%, 90px);
	overflow: hidden;
	transform: translate(-14px, 70px);
}
#howto h3{
	position: absolute;
	top: 72px;
	left: min(17%, 100px);
	width: 100%;
}
#howto h3 p{
	position: relative;
	margin: 0;
	display: block;
	width: min(4.5%, 22px);
	overflow: hidden;
}
#howto h2 p::after, #howto h3 p::after{
	position: absolute;
	right: 0;
	bottom: 0;
	height: 200%;
	width: 100%;
	background: linear-gradient(-180deg, #c5d4e1 0%, #c5d4e1 50%, #9aaab9 50%, #9aaab9 100%);
	content: '';
	display: block;
}
#howto .howtoList {
	position: relative;
	margin: 0 0 0 auto;
	padding: 70px 0 0 0;
	width: 78%;
}
#howto .howto{
	position: relative;
	margin: 0;
	width: calc(100% - 30px);
}
#howto .howtoList .splide__arrows .splide__arrow--prev {left: -15px;transform: rotate(180deg);}
#howto .howtoList .splide__arrows .splide__arrow--next {right:-25px;}
#howto .howtoList .splide__arrow {
	background: transparent;
	border-radius: 0;
	height: 40px;
	width: 40px;
	opacity: 1;
	transform: translateY(0);
	justify-content: flex-end;
}
#howto .howtoList .splide__arrow img{
	width: 20px;
	height: auto;
	left: 0;
}
#howto .howtoList .splide__arrow:disabled {opacity: 0;}

#howto .howtoList ul li{
	position: relative;
	margin: 0;
	width: 100%;
	padding: 15px 0 0 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
#howto .howtoList .contWrap {
	position: relative;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 10px 10px 20px 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
#howto .howtoList .txtWrap {
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding-bottom: 3.5em;
}
#howto .txtWrap .Img{
	position: relative;
	margin: 0 auto;
	width: calc(100% + 10px);
	transform: translate(-20px, -20px);
}
#howto .txtWrap .step{
	position: relative;
	margin: 0 auto;
	padding-bottom: 5px;
	border-bottom: solid 1px #10385b;
}
#howto .txtWrap .step::after{
	position: absolute;
	font-size: 80%;
	line-height: 1em;
	bottom: -0.2em;
	left: 0;
	content: '\025b2';
	transform: scale(1.4, 1);
	color: #10385b;
}
#howto .txtWrap .step img{
	position: relative;
	margin: -10px 0 0 auto;
	width: 38%;
}
#howto .txtWrap p{
	position: relative;
	margin: 0 auto;
}
#howto .txtWrap .ttl {
	color: #10385b;
	text-align: center;
	line-height: 1.6em;
	font-size: 140%;
	padding: 20px 0 15px 0;
	font-weight: bold;
}
#howto .txtWrap .btnArea{
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
}
#howto .txtWrap .cautionWrap{
	position: relative;
	margin: 10px auto 0 auto;
	width: calc(100% - 10px);
}
#howto .txtWrap .cautionWrap p{
	position: relative;
	font-size: 86%;
	padding-left: 1em;
	line-height: 1.5em;
}
#howto .txtWrap .cautionWrap p::before{
	position: absolute;
	top:0;
	left: 0;
	content: '※';
}
#howto .threearticles{
	position: relative;
	margin: 40px auto 0 auto;
	width: calc(100% - 30px);
	max-width: 800px;
	outline: solid 1px #ffffff;
	outline-offset: -1px;
}
#howto .btnHcaution{
	position: relative;
	margin: 20px auto 0 auto;
	background-color: #c5d4e1;
	color: #000000;
	text-align: center;
	padding: 8px 0;
	line-height: 1em;
}
#howto .btnHcaution::after{
	position: absolute;
	top: 50%;
	right: 10px;
	width: 10px;
	height: 15px;
	content: '';
	transform: translateY(-50%);
	background-image: url("../img/arrow02.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
  transition: all 0.3s ease-out;
}
#howto .btnHcaution.disp::after{
	transform: translateY(-50%) scale(1, -1);
}
#howto .Hcaution{
	position: relative;
	margin: 0 auto -3em auto;
	padding: 15px;
	font-size: 90%;
	line-height: 1.6em;
	background-color: #c5d4e1;
	display: none;
}
#howto .Hcaution .icon{
	position: relative;
	margin: 0 auto 20px auto;
	width: 40%;
	max-width: 90px;
}
#howto .Hcaution p{
	position: relative;
	margin: 0 auto;
	width: 100%;
}

/* event */
#event{
	position: relative;
	margin: 0 auto;
	padding: 30vh 0 0 0;
}
#event .eventWrap{
	position: relative;
	margin: 0 auto;
}
#event .eventWrap .contBg{
	position: absolute;
	top:0;
	left: 50%;
	background-color: #c2e5df;
	transform: translateX(-50%) rotate(-10.8deg);
	width: 200vw;
	height: 100%;
	display: block;
	content: '';
	overflow: hidden;
}
#event h2{
	position: relative;
	margin: 0 auto;
	padding: 0;
	transform: rotate(-10.8deg) translateY(-12.5%);
}
#event h2 p{
	position: relative;
	margin: 0;
	display: block;
	width: min(86%, 330px);
	overflow: hidden;
}
#event h3{
	position: relative;
	margin: 0 auto;
}
#event h3 p{
	position: relative;
	margin: 10px 0 0 auto;
	display: block;
	width: min(38%, 120px);
	overflow: hidden;
	transform: translateX(-15px);
}
#event h2 p::after, #event h3 p::after{
	position: absolute;
	top:0;
	right: 0;
	width: 200%;
	height: 100%;
	content: '';
	display: block;
	background: linear-gradient(90deg, #e6fffb 0%, #e6fffb 50%, #c2e5df 50%, #c2e5df 100%);
}
#event .eventInner{
	position: relative;
	margin: 0 auto;
	padding: 20px 0 100px 0;
}
#event .catch{
	position: relative;
	margin: 0 auto 20px auto;
	width: calc(100% - 50px);
	max-width: 562px;
}
#event h4{
	position: relative;
	margin: 0 auto;
	padding: 5px 0;
	background-color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	width: calc(100% - 30px);
	max-width: 960px;
}
#event h4.margin{margin: 40px auto 0 auto;}
#event p{
	position: relative;
	margin: 0 auto;
	font-size: 90%;
	text-align: center;
	width: calc(100% - 30px);
	max-width: 960px;
}
#event p.text{
	padding: 10px 0 20px 0;
	font-weight: bold;
	font-size: 110%;
}
#event p.text01{padding: 0 0 20px 0;}
#event p.allTxt{padding: 15px 0 0 0;}
#event .ttl{
	position: relative;
	margin: 15px auto 0 auto;
	padding: 0 0 5px 0;
	width: calc(100% - 30px);
	max-width: 960px;
	text-align: center;
	font-weight: bold;
	font-size: 93%;
	line-height: 1em;
	border-bottom:solid 1px #589077;
	color: #236548;
}
#event .ttl.access{margin: 30px auto 10px auto;}
#event .map{
	position: relative;
	margin: 15px auto 0 auto;
	width: calc(100% - 30px);
	max-width: 960px;
	outline: solid 2px #589077;
	outline-offset: -2px;
}
#event .cautionWrap{width: calc(100% - 20px);max-width: 800px; margin: 5px auto 0 auto;}
#event .cautionWrap p{text-align: left;}
#event .cautionWrap p::before{top:-0.2em;}

/* ticket */
#ticket{
	position: relative;
	margin: 0 auto;
	padding:0;
}
#ticket .ticketInner{
	position: relative;
	margin: 0 auto;
}
#ticket .ticketInner .contBg{
	position: absolute;
	top:0;
	left: 50%;
	background-color: #80b7ad;
	transform: translateX(-50%) rotate(-10.8deg);
	width: 300vw;
	height: 100%;
	display: block;
	content: '';
	overflow: hidden;
}
#ticket h2{
	position: relative;
	margin: 0 auto;
	padding: 0;
	transform: rotate(-10.8deg);
}
#ticket h2 p{
	position: relative;
	margin: 0 0 0 auto;
	display: block;
	width: min(86%, 330px);
	overflow: hidden;
	transform: translateX(15px) translateY(-32%);
}
#ticket h3{
	position: relative;
	margin: 0 auto;
}
#ticket h3 p{
	position: relative;
	margin: 0 0 0 auto;
	display: block;
	width: min(40%, 200px);
	overflow: hidden;
	transform: translateX(-15px);
}
#ticket h2 p::after, #ticket h3 p::after{
	position: absolute;
	top:0;
	right: 0;
	width: 200%;
	height: 100%;
	content: '';
	display: block;
	background: linear-gradient(90deg, #c2e5df 0%, #c2e5df 50%, #80b7ad 50%, #80b7ad 100%);
}
#ticket h4{
	position: relative;
	margin: 0 auto 20px auto;
	width: calc(100% - 40px);
	max-width: 575px;
}

/* release */
#release{
	position: relative;
	margin: 0 auto;
	padding: 30px 0 45px 0;
}
#release .releaseBox{
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
	width: calc(100% - 30px);
	max-width: 610px;
}
#release .releaseBox.margin{margin: 30px auto 0 auto;}
#release .ttlR{
	position: relative;
	margin: 0 auto 10px auto;
	padding: 7px 0;
	line-height: 1em;
	background-color: #ffffff;
	font-size: 110%;
	font-weight: bold;
}
#release p{
	position: relative;
	margin: 0 auto;
	font-size: 108%;
}
.scraptantei{
	position: relative;
	margin: 15px auto 20px auto;
	font-size: 80%;
	text-align: center;
}
.scraptantei img{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 60px);
	max-width: 320px;
}
#release .btnArea{
	margin: 30px auto 40px auto;
	width: calc(100% - 30px);
}

/* schedule */
#schedule{
    position: relative;
    margin: 0 auto;
	padding: 0;
}
#schedule .scheduletable{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 30px);
	max-width: 800px;
	height: 12em;
	overflow: hidden;
	transition: all .3s ease-out;
}
#schedule .scheduletable.disp{height: auto;overflow: visible;padding-bottom: 3em;}
#schedule .scheduletable .btnschedule{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 2.5em 0 0.5em 0;
	text-align: center;
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
	cursor: pointer;
	transition: all .3s ease-out;
}
#schedule .scheduletable .btnschedule.disp{
	color: #ffffff;
	background: none;
}
#schedule table{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
	border-collapse: collapse !important;
	border-spacing:1px;
	vertical-align: middle;
	text-align: center;
}
#schedule table th{
	background-color: #35767f;
	border-bottom: solid 1px #80b7ad;
	border-right: solid 1px #80b7ad;
	color: #ffffff;
	padding: 5px 0;
	text-align: center;
	vertical-align: middle;
	line-height: 1em;
}
#schedule table tbody th{padding: 5px;}
#schedule table td{
	background-color: #ffffff;
	border-bottom: solid 1px #80b7ad;
	border-right: solid 1px #80b7ad;
	padding: 5px 0;
	font-size: 120%;
}
#schedule table td.ev{/*background-color: #F3F3B9;*/color: #2E2E2E;}
#schedule table th.label{
	width: 16%;
	font-size: 70%;
	line-height: 1em;
	background-image: linear-gradient(to top right, transparent 49.5%, #80b7ad 49.5%, #80b7ad 50.5%, transparent 50.5%, transparent);
}
#schedule table th.label p.right{width: min(50%, 4em);padding:5px 3px 0 0;margin: 0 0 -3em auto;}
#schedule table th.label p.start{width: min(50%, 4em); margin: 0; padding: 4em 0 0 3px;}

/* 料金 */
#price {
	position: relative;
	margin: 0 auto;
	padding: 0 0 10px 0;
}
#price .lead{
	position: relative;
	width: calc(100% - 30px);
	max-width: 800px;
	margin: 0 auto 30px auto;
}
#price .lead .strong{font-size: 110%;color: #DE1121;}
#price .priceWrap {
  position: relative;
  margin: 0 auto;
}
#price .priceWrap ul.ticketP {
	position: relative;
	width: calc(100% - 80px);
	max-width: 600px;
	margin: 0 auto;
	z-index: 70;
}
#price .priceWrap ul.ticketP li{
	position: relative;
	margin: 0;
	width: calc(50% - 10px);
	background-color: #bae7df;
	color: #588b82;
	cursor: pointer;
}
#price .priceWrap ul.ticketP li.active{background-color: #ffffff;color: #000000;}
#price .priceWrap ul.ticketP li.active::after{
	position: absolute;
	bottom: -1.1em;
	left: 0;
	content: '\025bc';
	display: block;
	width: 100%;
	text-align: center;
	transform: scale(1, 0.8);
	color: #ffffff;
}
#price .priceWrap ul.ticketP li p{
	position: relative;
	padding: 5px 0;
	line-height: 1em;
	text-align: center;
}
#price .priceWrap .priceBox{
	position: relative;
	margin: 0 auto;
}
#price .priceWrap .priceBox .table{
	position: relative;
	margin: 10px auto 0 auto;
	width: calc(100% - 32px);
	max-width: 800px;
	display: none;
}
#price .priceWrap .priceBox .table table{
	position: relative;
	margin: 0 auto;
	width: 100%;
	border-collapse: collapse !important;
	border-spacing:1px;
}
#price .priceWrap .priceBox .table.active{display: block;}
#price .priceWrap .priceBox table th{
	position: relative;
	width: 24%;
	text-align: center;
	vertical-align: middle;
	line-height: 1.4em;
	padding: 10px 2px;
	font-size: 80%;
	background-color: #35767f;
	color: #ffffff;
	border-left: solid 1px #80b7ad;
}
#price .priceWrap .priceBox table th:first-child{border-left: solid 1px #80b7ad;}
#price .priceWrap .priceBox table td{
	position: relative;
	width: 24%;
	margin: 10px;
	text-align: center;
	padding: 10px 0;
	font-size:90%;
	border-right: solid 1px #80b7ad;
	border-top: solid 1px #80b7ad;
	vertical-align: middle;
	background-color: #ffffff;
}
#price .priceWrap .priceBox table td:last-child{border-right: solid 1px #80b7ad;}
#price .priceWrap .priceBox table td span{font-size: 160%;font-weight: bold;}
#price .priceWrap .priceBox table td p{text-align: left; font-size: 90%;line-height: 1.4em; padding: 10px 10px 0 10px;}
#price .priceWrap .priceBox table thead th{padding: 5px 0;}
#price .priceWrap .priceBox table tbody th{width: 20%; border-left: solid 1px #80b7ad;border-right: solid 1px #80b7ad;background-color: #35767f;border-top: solid 1px #80b7ad;padding: 10px 2px; color: #ffffff;height: calc(2.8em + 10px) !important;font-size:86%;}

#ticket .ticAtt{
	position: relative;
	margin: 0 auto 25px auto;
	width: calc(100% - 30px);
	max-width: 800px;
	line-height: 1.5em;
}

#ticket .ticCautionWrap {
  position: relative;
  margin: 0 auto 0 auto;
  width: calc(100% - 30px);
  max-width: 800px;
}
#ticket .ticCautionWrap .btn_ticCaution {
  position: relative;
  margin: 0 auto;
  background-color: #ffffff;
	font-weight: bold;
  text-align: center;
  padding: 8px 0;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
#ticket .ticCautionWrap .btn_ticCaution::after {
  position: absolute;
  top: 50%;
	transform: translateY(-50%);
  right: 10px;
  width: 10px;
	height: 15px;
	content: '';
	background-image: url("../img/arrow02.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
  transition: all 0.3s ease-out;
}
#ticket .ticCautionWrap .btn_ticCaution.disp::after {transform: translateY(-50%) scale(1, -1);}
#ticket .ticCaution {
  position: relative;
  margin: 0 auto;
  font-size: 0.13rem;
  line-height: 1.6em;
  padding: 10px;
  text-align: left;
  display: none;
background-color: #ffffff;
}
#ticket .ticCaution p {
	position: relative;
	padding-left: 1em;
	padding-bottom: 8px;
	line-height: 1.6em;
	text-align: left;
	color: #000000;
}
#ticket .ticCaution p::before {
  position: absolute;
  content: "・";
  left: 0;
}
#ticket .ticCaution .cautionWrap{
	width: calc(100% - 2em);
	margin: -10px auto 0 auto;
}
#ticket .ticCaution .cautionWrap p{font-size: 90%;}
#ticket .ticCaution .cautionWrap p::before{content: '※';}

#buy{
	position: relative;
	margin: 0 auto;
	padding: 45px 0 100px 0;
}
/* チケットカレンダー */
.sTicket ul li{background-image: none !important;}
.ticAPI{position: relative;margin: 0 auto;width: calc(100% - 30px);max-width: 960px;padding: 0;background-color: #ffffff;}
.ticket_api{margin: 0 auto;padding: 0;width: 100%; background-color: #35767f;}
.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:#1b262c;}
.ticketWrap .naviBox ul li.cr .scheduleBox {background: #c2e5df; color:#000000 !important;}
.ticketWrap .naviBox ul li.cr .scheduleBox span span{color:#ffffff !important;}
.ticketWrap .detailsWrap {padding-top: 20px;min-height: 190px;}
.ticketWrap .detailsBox .tit {background-color: #c2e5df;font-size: .14rem !important;color:#000000 !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: #7e1041; font-size: .12rem;font-weight: normal;}
.ticketWrap .detailsBox .details a.scrap:after {border-top: solid 1px #7e1041;border-right: solid 1px #7e1041; 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}


/* FAQ */
#precautions {
  	position: relative;
	margin: 0 auto;
	padding: 30vh 0 0 0;
}
#precautions .precautionsWrap{
	position: relative;
	margin: 0 auto;
	padding: 90px 0 70px 0;
	background-color: #35767f;
	clip-path: polygon(0 70px, 100% 0%, 100% calc(100% - 70px), 0% 100%);
}
#precautions .precautionWrap{
	position: relative;
	margin: 0 auto 21px auto;
	width: calc(100% - 30px);
	max-width: 960px;
	background-color: #ffffff;
}
#precautions .precautionWrap .ttl{
	position: relative;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	cursor: pointer;
}
#precautions .precautionWrap .ttl img{
	position: relative;
	margin: 0 auto;
	width: 65%;
	max-width: 400px;
}
#precautions .ttl::after{
	position: absolute;
	top:50%;
	right: 12px;
	display: block;
	content: '';
	width: 10px;
	height: 15px;
	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;
}
#precautions .ttl.disp::after{transform: translateY(-50%) scale(1, -1);}
#precautions .faqWrap{
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .3s ease-out;
	z-index: 9;
}
#precautions .CatTtl{
	position: relative;
	margin: 0 auto;
	padding: 3px 10px;
	width: calc(100% - 45px);
	max-width: 800px;
	text-align: center;
	font-size: 102%;
	font-weight: 600;
	color: #35767f;
	border-bottom: solid 1px #35767f;
}
#precautions .CatTtl.marginTop{margin: 10px auto 0 auto;}
#precautions  #limitlist .CatTtl{margin: 10px auto 0 auto;}
#precautions  #limitlist .CatTtl.margin{margin: 30px auto 15px auto;}
#precautions .faqWrap.disp{height: auto !important;padding: 10px 0; margin: 0 auto; }
#precautions  #faq.faqWrap.disp, #precautions  #limitlist.faqWrap.disp {padding: 10px 0 30px 0;}
#precautions .faqWrap dl{position: relative;}
#precautions .faqWrap dl dd{padding: 15px 0;}
#precautions #faq.faqWrap dl dd{padding: 5px 0 0 0;}
#precautions .faqWrap dl dd p, #precautions .faqWrap dl dd div{
	position: relative;
	width: calc(100% - 50px);
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: .8em;
	text-align: left;
	line-height: 1.5em;
}
#precautions .faqWrap dl dd .title{
	position: relative;
	width: calc(100% - 50px);
	margin: 5px auto 0 auto;
	text-align: left;
	font-weight: bold;
	color: #35767f;
}
#precautions #cautionlist.faqWrap dl dd p, #precautions #faq.faqWrap dl dt p, #precautions #faq.faqWrap dl dd p, #precautions #limitlist dd p, #precautions .attWrap p{padding-left: 1em;}
#precautions #faq.faqWrap dl dt p{
	position: relative;
	color: #35767f;
	font-weight: 700;
	text-align: left;
	margin: 0 auto;
	width: calc(100% - 50px);
	max-width: 800px;
	line-height: 1.6em;
}
#precautions #cautionlist.faqWrap dl dd p::before, #precautions #faq.faqWrap dl dt p::before, #precautions #faq.faqWrap dl dd p::before, #precautions #limitlist dd p::before, #precautions .attWrap p::before{
	position: absolute;
	content: '・';
	left: 0;
}
#precautions #faq.faqWrap dl dt p::before{content: 'Q.';}
#precautions #faq.faqWrap dl dd p::before{content: 'A.';}
#precautions .attWrap{margin: -8px auto 10px auto !important;}
#precautions .attWrap p::before{content: '※' !important;}
#precautions .attWrap p{font-size: 88% !important;padding-bottom: .2em !important;width: calc(100% - 2em) !important;}

#precautions #limitlist .lead{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 50px);
	max-width: 800px;
}
#precautions  #limitlist dl{margin: 0 auto;width: calc(100% - 10px);padding: 0;}

/* aboutBtn */
#aboutBtn{
	position: relative;
	margin: -70px auto 0 auto;
	padding-top: 30px;
}
#aboutBtn .bg{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #ffffff;
	z-index: -1;
}
#aboutBtn .flexbox{
	width: calc(100% - 30px);
	max-width: 580px;
	gap: 10px 0;
}
#aboutBtn .flexbox div{
	position: relative;
	margin:0;
	width: 100%;
	max-width: 480px;
}

/* ----- pc ----- */
@media screen and (min-width: 641px) {

	/* 背景 */
	#story .bg{	background-image: url("../img/bg/bg01_pc.jpg");}
	#play .bg{	background-image: url("../img/bg/bg02_pc.jpg");}
	#event .bg{	background-image: url("../img/bg/bg03_pc.jpg");}
	#precautions .bg{	background-image: url("../img/bg/bg04_pc.jpg");}

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

	/* catch */
	#catch .Txt {padding: 60px 0 170px 0;}
	#catch .Txt img{max-width: 973px;}
	#catch .btnArea{margin: 80px auto 0 auto;font-size: 120%;}
	#catch .movieWrap{
		margin: 80px auto 0 auto;
		width: calc(100% - 36px);
		border: solid 3px #5583AA;
	}
	
	/* ポイント */
	#point{margin: -100px auto 0 auto;}
	#point .bg{padding-bottom: 120px;}
	#point h2{margin: -10px auto 0 auto; padding: 0 0 25px 0;}
	#point h2 p{width: min(90%, 483px);}
	#point h3 p{width: min(30%, 110px);}

	#point ul{
		margin: -50px auto 0 auto;
		max-width: 100%;
		padding-bottom: 40px;
	}
	#point ul li{
		margin: 0 auto 40px auto;
		max-width: 1000px;
	}
	#point ul li .Img{
		width: 50%;
		padding-left: 0;
	}
	#point ul li:nth-child(1) .Img{background-image: none;}
	#point ul li:nth-child(2) .Img{background-image: none;padding-right: 0;order: 2;}
	#point ul li:nth-child(3) .Img{background-image: none;}
	#point ul li .txt{
		margin: 0;
		width: calc(50% - 40px);
		padding: 0 20px;
		padding-top: 0;
		text-align: center;
	}
	#point ul li:nth-child(2) .txt{order: 1;}
	#point ul li .no{
		position: relative;
		margin: 0 auto 20px auto;
		width: 20%;
		max-width: 90px;
	}
	#point ul li .cautionWrap p{display: inline-block;width: auto;}
	#point ul::before{width: 80%;}

	/* ストーリー */
	#story {padding: 70vh 0 0 0;}
	#story .storyWrap{padding-bottom: 5em;}
	#story h2{transform: rotate(-10.8deg) translateY(-4.5%);}
	#story h2 p{
		width: min(86%, 525px);
		transform: translateX(30px);
	}
	#story h3{margin: -8vh auto 0 auto;}
	#story h3 p{
		margin: 0 0 0 auto;
		width: min(32%, 141px);
		transform: translateX(-35px);
	}
	#story p.text {padding: 80px 0 1em 0;}
	#story p.text.disp{padding: 80px 0 5em 0;}
	#story .moreBtn{
		bottom: 6em;
		line-height: 1em;
		padding: 4px 0;
	}

	/* プレイ形式 */
	#play{
		margin:-10vh auto 0 auto;
		padding: 70vh 0 0 0;
	}
	#play .playWrap{padding-bottom: 35vh; clip-path: polygon(0 30vh, 100% 0%, 100% calc(100% - 30vh), 0% 100%);}
	#play h2 p{
		width: min(20%, 117px);
		transform: translate(5px, 5px);
	}
	#play h3{
		top: 12vh;
		right: min(30%, 142px);
	}
	#play h3 p{
		margin: 10px 0 0 auto;
		width: min(32%, 142px);
	}
	#play ul{
		margin:0 auto;
		padding: 30vh 0 0 0;
		width: calc(100% - 200px);
		max-width: 860px;
		gap: 0 50px;
		align-items: flex-start;
	}
	#play ul li{
		width:calc(33.333% - 50px);
		gap: 0;
		align-items: flex-start;
	}
	#play ul li .Img, #play ul li .Txt{width: 100%;text-align: center;}
	#play ul li img{width: 68%;}
	#play .needs{
		margin: 60px auto 0 auto;
		padding: 40px;
		width: min(68%, 840px);
		gap:0 40px;
	}
	#play .needs h4{text-align: left;}
	#play .needs .Img{width:20%;}
	#play .needs .Txt{width:calc(80% - 40px);}
	#play .needs .Img img{
		width: 100%;
		max-width: auto;
	}
	#play .needs .heels .Img img{margin: 0 auto;}
	#play .needs .heels{margin: 40px auto 0 auto;}

	#play .needs .btn_needsCaution {
	  margin: 15px auto 0 auto;
	  padding: 8px 0;
		width: 86%;
	}
	#play .needs .btn_needsCaution::after {
	  width: 12px;
		height: 17px;
	}
	#play .needs .needsCaution {
		margin: 0 auto 40px auto;
		width: calc(86% - 60px);
	  font-size: 0.14rem;
	  line-height: 1.8em;
	  padding: 15px 30px;
	}

	/* 参加方法 */
	#howto {margin: -30vh auto 0 auto;}
	#howto .howtoWrap{padding-bottom: 30vh; clip-path: polygon(0 30vh, 100% 0%, 100% calc(100% - 30vh), 0% 100%);}
	#howto h2{top:19vh;}
	#howto h2 p{
		width: min(23%, 144px);
		transform: translate(-18px, 70px);
	}
	#howto h3{
		top: 30vh;
		left: min(17%, 130px);
	}
	#howto h3 p{width: min(4.5%, 28px);}

	#howto .howtoList {
		padding: 25vh 0 0 0;
		width: 73%;
		transform: translateX(-60px);
	}
	#howto .howto{
		margin: 0 auto;
		max-width: 900px;
	}
	#howto .howtoList .splide__arrows .splide__arrow--prev {left: -55px;}
	#howto .howtoList .splide__arrows .splide__arrow--next {right:-55px;}
	#howto .howtoList .splide__arrow {
		height: 50px;
		width: 50px;
	}
	#howto .howtoList .splide__arrow img{width: 34px;}

	#howto .howtoList ul li{padding: 25px 0 0 15px;}
	#howto .howtoList .contWrap {padding: 10px 30px 30px 30px;}
	#howto .howtoList .txtWrap {padding-bottom: 4.5em;}
	#howto .txtWrap .Img{
		width: calc(100% + 30px);
		transform: translate(-50px, -30px);
	}
	#howto .txtWrap .step::after{bottom: -0.3em;}
	#howto .txtWrap .step img{width: 34%;}
	#howto .threearticles{margin: 70px auto 0 auto;}
	#howto .btnHcaution{padding: 12px 0;}
	#howto .btnHcaution::after{
		width: 12px;
		height: 17px;
	}
	#howto .Hcaution .flexbox{gap: 0 20px;}
	#howto .Hcaution .icon{
		margin: 0 ;
		width: 20%;
	}
	#howto .Hcaution p{
		margin: 0 ;
		width: calc(80% - 20px);
	}


	/* event */
	#event{
		margin: -30vh auto 0 auto;
		padding: 100vh 0 0 0;
	}
	#event h2{transform: rotate(-10.8deg) translateY(-10.5%);}
	#event h2 p{width: min(86%, 517px);}
	#event h3 p{
		margin:8vw 0 0 min(54vw, 300px);
		width: min(32%, 171px);
		transform: translateX(0);
	}
	#event .eventInner{padding: 0 0 200px 0;}
	#event .catch{
		margin:20px auto 30px auto;
		max-width: 500px;
	}
	#event h4.margin{margin: 80px auto 0 auto;}
	#event p.text{padding: 20px 0;}
	#event p.allTxt{padding: 35px 0 0 0;}
	#event .ttl{
		margin: 40px auto 0 auto;
		max-width: 800px;
	}
	#event .ttl.access{margin: 50px auto 20px auto;}
	#event .map{
		margin: 30px auto 0 auto;
		max-width: 800px;
		outline: solid 3px #589077;
		outline-offset: -3px;
	}

	/* ticket */
	#ticket{margin:0 auto;}
	#ticket h2{transform: rotate(-10.8deg) translateY(-20%);}
	#ticket h2 p{
		width: min(86%, 564px);
		transform: translateX(30px);
	}
	#ticket h3{margin: -8vh auto 0 auto;}
	#ticket h3 p{
		width: min(40%, 232px);
		transform: translateX(-35px);
	}
	#ticket h4{
		margin: 0 auto 40px auto;
		max-width: 575px;
	}

	/* release */
	#release{padding: 50px 0 45px 0;}
	#release .releaseBox{
		padding-bottom: 60px;
		max-width: 600px;
	}
	#release .releaseBox.margin{margin: 60px auto 0 auto;}
	#release .ttlR{margin: 0 auto 15px auto;}
	#release p{font-size: 110%;}
	.scraptantei{margin: 30px auto 20px auto;}
	#release .btnArea{
		margin: 50px auto 70px auto;
		font-size: 120%;
	}
	
	#schedule table th.label p.right{padding:5px 5px 0 0;;}
	#schedule table th.label p.start{ padding: 4em 0 0 5px;}

	/* 料金 */
	#price {padding: 0 0 10px 0;}
	#price .lead{margin: 0 auto 50px auto;}
	#price .priceWrap ul.ticketP {max-width: 500px;}
	#price .priceWrap ul.ticketP li p{
		padding: 7px 0;
		line-height: 1em;
	}
	#price .priceWrap .priceBox .table{margin: 15px auto 0 auto;}
	#price .priceWrap .priceBox table th{width: 28%;}
	#price .priceWrap .priceBox table td{width: 28%;}
	#price .priceWrap .priceBox table tbody th{width: 44%;}
	#price .priceWrap .priceBox table td p{margin: 0 auto; padding: 10px 0 0 0;max-width: 19em;}

	#ticket .ticAtt{margin: 0 auto 45px auto;}

	#ticket .ticCautionWrap .btn_ticCaution { padding: 15px 0;}
	#ticket .ticCautionWrap .btn_ticCaution::after {
		right: 1vw;
		width: 16px;
		height: 25px;
	}
	#ticket .ticCaution {
	  font-size: 0.14rem;
	  padding: 20px 40px;
	}

	#buy{padding: 120px 0 160px 0;}

	/* FAQ */
	#precautions {
		margin: -10vh auto 0 auto;
		padding: 70vh 0 0 0;
	}
	#precautions .precautionsWrap{
		padding: 30vh 0;
		clip-path: polygon(0 30vh, 100% 0%, 100% calc(100% - 30vh), 0% 100%);
	}
	#precautions .precautionWrap{margin: 0 auto 25px auto;}
	#precautions .precautionWrap .ttl{padding: 20px 0;}
	#precautions .ttl::after{
		right: 2vw;
		width: 22px;
		height: 25px;
	}
	#precautions .CatTtl{font-size: 110%;}
	#precautions .CatTtl.marginTop{margin: 20px auto 0 auto;}
	#precautions  #limitlist .CatTtl{margin: 20px auto 0 auto;}
	#precautions  #limitlist .CatTtl.margin{margin: 50px auto 15px auto;}
	#precautions .faqWrap.disp{padding: 20px 0;}
	#precautions  #faq.faqWrap.disp, #precautions  #limitlist.faqWrap.disp {padding: 30px 0;}

	/* aboutBtn */
	#aboutBtn{
		margin: -30vh auto 0 auto;
		padding: 120px 0 60px 0;
	}
	#aboutBtn .flexbox{
		max-width: 1400px;
		gap: 20px;
	}
	#aboutBtn .flexbox div{
		margin:0;
		width: calc(25% - 20px);
		min-width: 300px;
	}

}


/* ----- howto ----- */
@media screen and (min-width: 1320px) {
	#howto .howtoList {
		margin: 0 auto;
		transform: translateX(0);
	}
}
/* ----- event ----- */
@media screen and (min-width: 1490px) {
	#event .catch{margin:-60px auto 30px auto;}
}