@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Noto+Sans+JP:400,700');
/* reset
--------------------------------------------------- */
*,*::before,*::after{box-sizing:border-box;}
body,h1,h2,h3,h4,p,figure,blockquote,dl,dd,ul,ol,li{margin:0;padding:0;}
ul,ol{list-style:none;}
html:focus-within{scroll-behavior:smooth;}
body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5;position: relative;}
a:not([class]){text-decoration-skip-ink:auto;}
img,picture{max-width:100%;display:block;margin:0 auto;}
input,button,textarea,select{font:inherit;}
@media(prefers-reduced-motion:reduce){
	html:focus-within{scroll-behavior:auto;}
	*,
	*::before,
	*::after{animation-duration:.01ms !important;
			animation-iteration-count:1 !important;
			transition-duration:.01ms !important;
			scroll-behavior:auto !important;}
	}
html{font-size: 62.5%;}
body{position: relative;}
/*table,th,td{border-width: 0!important;}*/
.contents h1,h2,h3,h4,h5{font-family: YakuHanMP, "Noto Serif JP", serif;}
/* COMMON
--------------------------------------------------- */
.contents a { display: inline-block; color:#FF0; text-decoration: none; pointer-events: auto!important; transform: 0.3s;}
.contents a:visited { color: #FF0; text-decoration: none;}
.contents a:hover{ color: #FF0; text-decoration: underline;}
.contents a.link {
	display: inline-block;
	word-break: break-all;
}
.contents a.link:before{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 0 0 5px;
	padding: 0 5px 0 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #FF0;
}
.contents a.link:hover:before{
	opacity: .75;
}
.contents .caution a.link {
	padding-left: 1em;
}
.contents .no-pc { display: none;}
.contents br.no-pc { display: none; }
.contents .no-sp { display: block;}
.contents .tax { padding: 0 0 0 .25em; font-size: 1.4rem; font-weight: normal;}
.contents em { color: #d00858; font-style: normal; font-weight: bold;}
.contents .red { color: #d00858!important;}
.contents strong { padding: 0.1em; color: #FF0!important; font-size: 120%; font-style: normal; font-weight: bold;}
.contents .strikethrough { color:#999!important; text-decoration: line-through;}
.contents .txt-l { text-align: left!important;}
.contents .small { font-size: 90%!important;}
.contents .caution {
	display: block;
    color: #CCC;
    padding: .5em 0 0 1em;
    font-size: 1.4rem;
    line-height: 1.4;
    text-indent: -1em;
}
.contents .caution::before { 
    content: "※";
    color: #CCC;
}
p + p {
	margin-top: 1em;
}
@media screen and (max-width: 1024px) {
    .contents .no-pc { display: block; }
    .contents br.no-pc { display: inline; }
    .contents .no-sp { display: none; }	
    .contents .wide .no-pc { display: none; }
    .contents .wide .no-sp { display: block; }	
    .contents .caution {
        padding: .25em 0 0 1em;
    }    
}
@media screen and (max-width: 599px) {
    .contents .wide .no-pc { display: block; }
    .contents .wide .no-sp { display: none; }	
    .contents .caution,
    .contents .xs,
    .contents .tax {
        font-size: 1.2rem;
    }
	p + p {
		margin-top: .5em;
	}
	.contents a.link:before,
	.contents a.link:hover:before {
		border-width: 3px 0 3px 3px;
	}
}
/* LAYOUT
--------------------------------------------------- */
.contents {
	width: 100%;
	max-width: 1200px;
	min-width: 320px;
	margin: 0 auto;
	background: #000;
	color: #FFF;
    font-family: YakuHanMP, "Noto Serif JP", serif;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.6;
    overflow: hidden;
    position: relative;   
    text-align: center;
    z-index: 1;
}
.contents-area {
	width: 100%;
    margin: 0 auto;
}
.contents-inner {
	display: grid;
	padding: 0 48px;	
}
.contents-box {
	display: grid;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 48px 0;
    position: relative;
	gap: 40px;
}
@media screen and (max-width: 1024px) {
    .contents-inner{
		padding: 0 40px;
    }
	.contents-box {
		padding: 40px 0;
		gap: 32px;
	}
}
@media screen and (max-width: 599px) {
    .contents {
        font-size: 1.4rem;
        line-height: 1.35;
    }
    .contents-inner{
		padding: 0 32px;
    }
	.contents-box {
		padding: 32px 0;
		gap: 24px;
	}
}
@media screen and (max-width: 376px) {
    .contents-inner{
		padding: 0 16px;
    }
	.contents-box {
		padding: 24px 0;
		gap: 16px;
	}
}

/* HEADDING
--------------------------------------------------- */
.contents h1 {
	width: 240px;
}
.contents h2 {    
    display: block;
    padding: 0;
	color: #FFF;
    font-size: 5rem;
    letter-spacing: 0.05em;
	line-height: 100%;
    text-indent: 0.05em;
	text-align: left;
}
.contents h2.secondly {
	color: #000;
}
.contents h2 span {
	display: block;
	padding: 0 0 16px 2px;
	color: #b92f59;
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 100%;
    text-indent: 0.1em;
}
.contents h3 {
	margin: 0;
	padding: .5em 1em;
	border: 1px solid #CCC;
	color: #FFF;
	font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
	.contents h2 {
		font-size: 4rem;
	}
	.contents h2 span {
		font-size: 1.6rem;
	}
    .contents h3 {
        font-size: 2rem;
    }
}
@media screen and (max-width: 599px) {
	.contents h2 {
		font-size: 2.4rem;
	}
	.contents h2 span {
		font-size: 1.6rem;
	}
    .contents h3 {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 376px) {
	.contents h2 {
		font-size: 2rem;
	}
	.contents h2 span {
		font-size: 1.4rem;
	}
}

/* HERO
--------------------------------------------------- */
.hero {
	padding: 0 32px 32px;
	display: grid;	
    background: url("../images/main-bg-pc.webp") top center/ 1920px auto no-repeat;
    place-items: center;
}
@media screen and (max-width: 1024px) {
	.hero {
		padding: 0 24px 24px;
		background: url("../images/main-bg-sp.webp") top / cover no-repeat;
	}
}
@media screen and (max-width: 599px) {
	.hero {
		padding: 0 16px 16px;
	}	
}
@media screen and (max-width: 376px) {
}


/* OVERVIEW
--------------------------------------------------- */
.overview-area {
	background: url("../images/overview-bg-pc.webp") top center / cover no-repeat
}
.base-wrap {
	display: grid;
	width: 100%;
	padding: 40px;
	background: rgba(0, 0, 0, .75);
	gap: 40px;
}
.table-about {
	width: 100%;
	font-size: 2rem;
}
.table-about tbody th {
	display: block;
	width: 100%;
	padding: 0 4px .5em;
	border-bottom: 1px solid #666;
	color: #FFF;
    font-size: 90%;
	letter-spacing: .05em;
	line-height: 100%;
    text-align: left;
	vertical-align: top;
}
.table-about tbody td {
	display: block;
	width: 100%;
    padding: .5em 4px 2em;
	color: #FFF;
    text-align: left;
    vertical-align: top;
}
.table-about .table-end {
    padding: .5em 0 0;
}
.highlight {
	display: block;
	width: 100%;
	margin: 16px auto 0;
	padding: .5em 1em;
	background: #c21354;
	color: #FFF;
	font-size: 2.2rem;
	line-height: 1.8;
	text-align: center;
}
.highlight.secondly {
	display: block;
	width: 100%;
	margin: 16px auto 0;
	padding: 0 1em;
	background: transparent;
	color: #FFF;
	font-size: 100%; 
	line-height: 1.5;
	text-align: center;
}
.inner-wrap {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}
.map-box iframe {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
    background: #2E5EC3;
	aspect-ratio: 16 / 9;
}
.table-about figure {
	margin-top: 24px;
}
.pulldown {
	display: grid;
	max-width: 500px;
	margin-top: 1em;
	font-size: 90%;
	gap: 8px;
}
@media screen and (max-width: 1024px) {
	.overview-area {
		background: url("../images/overview-bg-sp.webp") top center / cover no-repeat
	}
	.base-wrap {
		padding: 32px;
		gap: 32px;
	}
	.table-about {
		font-size: 1.8rem;
	}
	.highlight {
		font-size: 2rem;
		line-height: 1.5;
	}
}
@media screen and (max-width: 599px) {
	.base-wrap {
		padding: 24px 16px;
		gap: 24px;
	}
	.table-about {
		font-size: 1.6rem;
	}
	.table-about tbody td {
		padding: .5em 4px 1.5em;
	}
	.highlight {
		padding: 1em 1.5em;
		font-size: 1.8rem;
		line-height: 1.4;
	}
	.highlight.secondly {
		padding: 0 .5em;
		font-size: 90%;
	}
	.table-about figure {
		margin-top: 16px;
	}
}
@media screen and (max-width: 376px) {	
	.highlight {
		padding: .5em 1em;
		font-size: 1.6rem;
	}
}

/* TEXT BOX
--------------------------------------------------- */
.txt-area {
	padding: 40px;
}
.notes-txt-area {
	background: rgba(0, 0, 0, .75);
}
.txt-title {
	margin-bottom: 24px;
    color: #FFF;
    font-size: 2.4rem;
    text-align: center;
}
@media screen and (max-width: 1024px) {
	.txt-area {
		padding: 32px;
	}
	.txt-title {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 599px) {
	.txt-area {
		padding: 24px;
	}
	.txt-title {
		margin-bottom: 16px;
		font-size: 1.8rem;
	}
}
/* NOTES
--------------------------------------------------- */
.notes-area {
	background: rgba(0, 0, 0, .75);
}
.notes {
    width: 100%;
    margin: 0 auto;
}
.table-about .notes {
    margin: .5em 1em 0 1em;
}
.notes li {
	margin: 0;
	padding: 0 0 0 1em;
    color:  #CCC;
    font-size: 1.6rem;
	line-height: 1.5;
    text-indent: -1em;
    text-align: left;
}
.notes li::before {
    content:"※";
}
.notes li + li{
    margin: .5em 0 0;
}
@media screen and (max-width: 1024px) {
	.notes li {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 599px) {
	.notes li {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 376px) {
}

/* CAMPAIGN
--------------------------------------------------- */
.campaign-area {
	display: grid;
	background: url("../images/campaign-bg-pc.webp") top center / cover no-repeat;
	gap: 48px;
}
.campaign-box {
	font-size: 2.0rem;
	text-align: left;
}
@media screen and (max-width: 1024px) {
	.campaign-area {
		background: url("../images/campaign-bg-sp.webp") top center / cover no-repeat;
	}
}
@media screen and (max-width: 599px) {

}
@media screen and (max-width: 376px) {
}

/* INQUIRY
--------------------------------------------------- */
.inquiry-area {
	display: flex;
	flex-direction: row;
  	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 600px;
	gap: 24px;
}
.inquiry {
	color: #FFF;
	font-weight: bold;
}
.inquiry dt {
	margin-bottom: 16px;
	font-size: 110%;
}
.inquiry dd {
	font-weight: normal;
	text-align: left;
	line-height: 1.6;
}
.inquiry dd + dd {
	margin-top: 8px;
}
@media screen and (max-width: 1024px) {
	.inquiry {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 599px) {
	.inquiry-area {
		gap: 16px;
	}
	.inquiry {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 376px) {
}
/* EXIT
--------------------------------------------------- */
.exit-area {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 48px;
}
.exit-box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 16px;	
}
a.bt_exit {
    display: inline-block;
    margin: 0 auto;
    padding: .5em 2em;
    background: #00b900;
    border-radius: 2em;
	color: #FFF;
	font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 80%;
	line-height: 1.35;
	position: relative;
    text-decoration: none;
    transition: 0.3s;
}
a.bt_exit:hover {
	color:#FF0;
	text-decoration: none;
}
@media screen and (max-width: 1024px) {
	.exit-area {
		gap: 32px;
	}
	.exit-box {
		gap: 16px;	
	}
	a.bt_exit {
		padding: .25em 2em;
		border-radius: 1.5em;
	}	
}
@media screen and (max-width: 599px) {
	.exit-area {
		gap: 16px;
	}
	.exit-box {
		gap: 8px;	
	}
}
@media screen and (max-width: 480px) {
	.exit-area {
		gap: 16px;
	}
	.exit-box {
		margin: 0 auto;
		justify-content: center;
		align-items: center;
	}
	a.bt_exit {
    	width: calc( calc(100% - 8px) / 2);
	}
}
/* BUTTON
--------------------------------------------------- */
.btn-area {
	display: grid;
	width: 100%;
	max-width: 800px;
	padding: 24px;
	background: rgba(0, 0, 0, .9);
	border: 2px solid #ebc185;
	border-radius: 8px;
	gap: 16px;
}
.btn-area p {
	color: #ebc185;
	font-size: 120%;
	font-weight: bold;
}
a.btn-ticket {
    display: block;
    max-width: 500px;
	width: 100%;
    margin: 0 auto;
    padding: .75em 1em;
    background: #61b5ec;
    border-radius: 2.5em;
	position: relative;
    text-decoration: none;
    transition: 0.3s;
}
a.btn-ticket.secondly {
    background: #0096ea;
}
a.btn-ticket span {
    display: block;
	color: #000!important;
    font-size: 2rem;
	font-weight: bold;
    text-align: center;
	position: relative;
}
a.btn-ticket.secondly span {
	color: #FFF!important;
}
a.btn-ticket span:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
a.btn-ticket span:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #61b5ec;
    border-right: 3px solid #61b5ec;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}
a.btn-ticket:hover {
    opacity: .75;
	text-decoration: none!important;
}
a.btn-ticket:hover span:after {
    opacity: .75;
}
.btn-non {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding: .75em 1em;
    background: #CCC;
    border-radius: 50px;
    color: #333!important;
    font-size: 2.2rem;
    line-height: 1;
    text-align: center;
}
 @media screen and (max-width: 1024px) {
    .btn-area {
        margin: 10px auto 20px;
    }
	a.btn-ticket span {
		font-size: 2rem;
	}
    .btn-non {
        font-size: 1.2rem;
    }
}
 @media screen and (max-width: 599px) {
    .btn-area {
        margin: 10px auto 0;
    } 
	a.btn-ticket {
		padding: 1em;
		border-radius: 3em;
	}
	a.btn-ticket span {
		font-size: 1.8rem;
	}
	 .btn-non {
		padding: .5em 1em;
	}  
}
 @media screen and (max-width: 429px) {
	.btn-area {
		padding: 16px;
	}
	a.btn-ticket span {
		font-size: 1.6rem;
	}
	a.btn-ticket span:before,
	a.btn-ticket span:after {
		content: none;
	}
}