@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Noto+Sans+JP:400,700');
@import url("https://fonts.googleapis.com/css2?family=Bowlby+One+SC&display=swap");
/* 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: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
/* COMMON
--------------------------------------------------- */
.contents a { display: inline-block; color:#FFF; text-decoration: underline; pointer-events: auto!important; transform: 0.3s;}
.contents a:visited { color: #FFF; text-decoration: underline;}
.contents a:hover{ opacity: .75; 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 #FFF;
}
.contents a.link:hover: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 #070A7D;
}
.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.2rem; font-weight: normal;}
.contents em { color: #f42060; font-size: 110%; font-style: normal; font-weight: bold;}
.contents .red { color: #f42060!important;}
.contents strong { font-style: normal; font-weight: bold;}
.contents .strikethrough { color:#666; text-decoration: line-through;}
.contents .txt-l { text-align: left!important;}
.contents .caution {
    color: #DDD;
    padding: .5em 0 0 0;
    font-size: 1.2rem;
    line-height: 1.4;
}
.contents .caution::before { 
    content: "※";
    color: #DDD;
}
.contents .caution.red::before { 
    content: "※";
    color: #f42060;
}
p + p {
	margin-top: .5em;
}
.contents .copyright {
    color: #FFF;
    font-size: 1.2rem;
    position: absolute;
	right: 12px;
	bottom: 12px;
	text-align: left;
	z-index: 1;
}
@media screen and (max-width: 1024px) {
    .contents .caution {
        padding: .25em;
    }    
	.contents .copyright {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 599px) {
    .contents .no-pc { display: block; }
    .contents br.no-pc { display: inline; }
    .contents .no-sp { display: none; }
    .contents .caution,
    .contents .xs,
    .contents .tax {
        font-size: 1.0rem;
    }
	.contents .copyright {
		font-size: 1.0rem;
	}
	p + p {
		margin-top: .25em;
	}
	.contents a.link:before,
	.contents a.link:hover:before {
		border-width: 3px 0 3px 3px;
	}
}
@media screen and (max-width: 376px) {
	.contents .copyright {
		font-size: 0.6rem;
	}
}
/* LAYOUT
--------------------------------------------------- */
.contents {
	width: 100%;
	max-width: 1200px;
	min-width: 320px;
	margin: 0 auto;
	background-color: #3d2393;
	background-image: url("../images/bg.png");
	background-position: center top;	
	background-repeat: repeat;
	background-size: auto;
	color: #FFF;
    font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.6;
    overflow: visible !important;
    pointer-events: none; 
    position: relative;   
    text-align: center;
}
.contents-area {
	padding: 64px 0;
	position: relative;
}
.contents-inner {
	display: grid;
	max-width: 900px;
	width: 100%;
    margin: 0 auto;
	padding: 0;
	gap: 32px;
}
.contents-box {
	position: relative;
}
.contents-box + .contents-box {
	padding-top: 32px;
	border-top: 6px dotted #070141;
}
.attention-area .contents-box + .contents-box {
	border-top: 6px dotted #3d2393;
}
.hero {
}
.about-area {
	padding: 64px 0;
}
.btn-area {
	background: #070141;
	clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
}
.howto-area {
	padding: 64px 0;
}
.attention-area {
	padding: 88px 0 64px;
	background: #181268;
	clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 100%);
}
@media screen and (max-width: 1024px) {
    .contents {
		background-size: auto, 200px, 200px;
		font-size: 1.4rem;
    }
    .contents-area {
		padding: 56px 0;
    }
	.contents-inner {
		padding: 0 32px;
		gap: 24px;
	}	
	.contents-box + .contents-box {
		padding-top: 24px;
	}
	.about-area,
	.howto-area {
		padding: 56px 0;
	}
	.attention-area {
		padding: 88px 0 56px;
	}
}
@media screen and (max-width: 599px) {
    .contents {
		background-size: auto, 150px, 150px;
        font-size: 1.2rem;
        line-height: 1.35;
    }
    .contents-area {
		padding: 48px 0;
    }
    .contents-inner {
		padding: 0 24px;
		gap: 16px;
    }
	.about-area,
	.howto-area {
		padding: 48px 0;
	}
	.contents-box + .contents-box {
		padding-top: 16px;
		border-top: 4px dotted #070141;
	}
	.attention-area .contents-box + .contents-box {
		border-top: 4px dotted #3d2393;
	}
	.attention-area {
		padding: 64px 0 48px;
	}
}
@media screen and (max-width: 376px) {
    .contents {
		background-size: auto, 100px, 100px;
        font-size: 1.2rem;
    }
    .contents-area {
		padding: 40px 0;
    }
    .contents-inner {
		padding: 0 16px;
    }
	.about-area,
	.howto-area {
		padding: 32px 0;
	}
	.attention-area {
		padding: 56px 0 40px;
	}
}
/* HEADDING
--------------------------------------------------- */
.contents h2 {
	display: inline-block;
	margin: 0 auto;
	color: #f6e038;
	font-family: "Bowlby One SC", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: 900;
	font-size: 7.5rem;
	font-style: normal;
	letter-spacing: 4px;
	line-height: 100%;
	position: relative;
	text-align: center;
	text-indent: 4px;
}
.contents h3 {
    display: inline-block;
	margin: 0 auto 24px;
	color: #f6e038;
    font-size: 2rem;
	font-weight: bold;
    letter-spacing: 0.05em;
	line-height: 1.2;		
	position: relative;
    text-align: center;
    text-indent: 0.05em;
}
.contents h4 {
    display: inline-block;
	margin: 0 auto 16px;
    padding: 0 0 0 .05em;
	color: #FFF;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
	line-height: 1.4;
    text-indent: 0.1em;
}
@media screen and (max-width: 1024px) {
    .contents h2 {
		font-size: 6.5rem;		
    }
	.contents h3 {
		font-size: 1.6rem;
	}
    .contents h4 {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 599px) {
    .contents h2 {
		font-size: 5rem;
    }
	.contents h3 {
		margin: 0 auto 16px;
		font-size: 1.2rem;
	}
    .contents h4 {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 376px) {
    .contents h2 {
		font-size: 4rem;
    }
	.contents h3 {
		font-size: 1.2rem;
	}
    .contents h4 {
        font-size: 1.0rem;
    }
}
/* HERO
--------------------------------------------------- */
.hero {
	width: 100%;
	position: relative;
	z-index: 3;
}
.mv {}
.logo {}
.lead {}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 599px) {
}
@media screen and (max-width: 376px) {
}
/* ABOUT
--------------------------------------------------- */
.table-about {
	width: auto;
    margin: 0 auto;
    border-collapse: collapse;
}
.table-about tbody th {
	width: 140px;
    vertical-align: top
}
.table-about tbody th p {
    width: 100%;
    padding: .5em;
	background: #070141;
	color: #EFEFEF;
    font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.1;
	position: relative;
    text-align: center;
	text-indent: 0.1em;
}
.table-about tbody td {
    padding: 0 1em 2em 2em;
	color: #FFF;
    font-size: 1.8rem;
    text-align: left;
    vertical-align: top
}
.table-about tbody td.table-end {
    padding-bottom: 0;
}
.about-txt-box {
	margin-bottom: 1em; 
	text-align: left;
}
.limited {
	margin: 16px 0 32px;
	padding: 16px;	
	background: #070141;
}
.limited p {
	color: #f6e038;
	font-size: 90%;	
}
.limited figure {
	width: 100%;
	margin: 8px auto;
	background: #EFEFEF;
}
.limited img {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 1024px) {
	.table-about tbody th {
		width: 110px
	}
	.table-about tbody th p {
		font-size: 1.2rem;
	}
	.table-about tbody td {
		padding: 0 1em 2em 1em;
		font-size: 1.6rem;
	}
	.about-inner-wrap {
		display: inline-block;
		margin: 0 auto;
		text-align: left;
	}	
}
@media screen and (max-width: 599px) {
	.table-about {
		width: 100%;
	}
    .table-about tbody th {
		display: block;
		width: 100%;
    }
	.table-about tbody th p{
		padding: .75em;
		font-size: 1.0rem;
	}
    .table-about tbody td {	
		display: block;
		width: 100%;
		padding: 1em .5em 2em;
        font-size: 1.4rem;
    }
	.about-price {
		margin-bottom: .5em;
	}
	.region {
		padding: .25em .75em .25em 1em;
		font-size: 1.2rem;
		font-weight: normal;
		letter-spacing: 0.25em;
	}
}
@media screen and (max-width: 376px) {
    .table-about tbody td {
		padding: .5em .5em 1.5em;
    }
    .table-about tbody td .notes {		
		padding: 0;
    }
	.schedule-box dt {
		font-size: 1.4rem;		
	}
	.region {
		font-size: 1.0rem;
	}
}
/* FLOW
--------------------------------------------------- */
.flow-area {
	display: grid;
	place-items: center;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	gap: 40px;
}
.contents-lead {
	width: 100%;
	text-align: left;
}
.flow-list li {
    width: 100%;
    margin: 0 auto;
	margin-bottom: 30px;
	padding: 1em 4em;
	background: #070141;
	position: relative;
    text-align: left; 
}
.flow-list li p + p {
	margin-top: .5em;
}
.flow-list li:after {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 30px 0 30px;
	border-color: #070141 transparent transparent transparent;
	position: absolute;
	left: 46%;
	bottom: -20px;
	display: block;
}
.flow-list li:last-child:after{
	content: none;
}
.flow-title {
	display: grid;
	grid-template-columns: 100px 1fr;
}
.square {
	display: grid;
	place-items: center;
    margin: 0 1em 0 0;
	padding: .5em 1em;
	background: #3d2393;
    color: #EFEFEF;
    font-size: 1.4rem;
	letter-spacing: .05em;
	line-height: 100%;
    position: relative;
	text-align: center;
}
.step-att {
	display: grid;
	align-items: center;
}
.flow-area .notes {
	margin-top: 1em;
}
.flow-box {
	width: 100%;
	padding-top: 32px;
	border-top: 2px solid #070141;
}
@media screen and (max-width: 1024px) {
	.flow-area {
		gap: 32px;
	}
    .flow-list li {
        margin-bottom: 15px;
		font-size: 1.2rem;
    }
   .flow-list li:after {
      border-width: 10px 20px 0 20px;
      bottom: -10px;
    }
    .square {
        font-size: 1.2rem;
    }   
    .flow-list li {
        padding: 1em 2em;
        text-align: left;
    }
	.flow-box {
		padding-top: 32px;
	}
	.step-att {
		font-size: 1.4rem;
		line-height: 1.4;
	}
}
@media screen and (max-width: 599px) {
	.flow-area {
		gap: 24px;
	}
    .square {
        font-size: 1.0rem;
    } 
    .flow-list li {
        padding: 1.5em;
    }
	.flow-box {
		padding-top: 24px;
		border-top: 1px solid #070141;
	}
	.flow-title {
		display: grid;
		grid-template-columns: 80px 1fr;
	}
	.step-att {
		font-size: 1.2rem;
	}
}

/* WATCH
--------------------------------------------------- */
.watch {
	display: flex;
	flex-direction: row;
  	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	max-width: 640px;
	margin: 0 auto;
}
.watch li {
	width: 50%;
    padding: 5px;
}
.watch a:hover {
	opacity: .75;
    transition: .25s;
}
@media screen and (max-width: 1024px) {
    .watch li {
        width: 50%;
        padding: 2.5px;
    }
}
@media screen and (max-width: 599px) {
}

/* NOTES
--------------------------------------------------- */
.notes {
    width: 100%;
    margin: 0 auto;
}
.notes.notes-space {
    margin: .5em auto 0;
}
.notes li {
	margin: 0;
	padding: 0 0 0 1em;
    color:  #DDD;
    font-size: 1.4rem;
    text-indent: -1em;
    text-align: left;
}
.notes li a {
     text-indent: 0;
}
.notes li::before {
    content:"※";
}
.notes li + li{
    margin: .5em 0 0;
}
@media screen and (max-width: 1024px) {
    .notes li {
        font-size: 1.2rem;
      }
}
@media screen and (max-width: 599px) {
    .notes li {
        font-size: 1.0rem;
		line-height: 1.5;
      }
}
@media screen and (max-width: 376px) {
}
/* BUTTON
--------------------------------------------------- */
.btn-area .contents-box {
	display: grid;
	width: 100%;
	max-width: 800px;
    margin: 0 auto;
	gap: 40px;
	text-align: center;
}
.btn-area p {
	margin-bottom: 16px;
}
.btn-box {
	display: flex;
	flex-direction: row;
  	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	gap: 16px;
}
.btn-box div {
	width: calc( calc(100% - 16px) / 2);
}
a.btn-ticket {
    display: block;
	width: 100%;
    margin: 0 auto;
    padding: .75em 1em;
    background: #f42060;
    border-radius: 2.5em;
	position: relative;
    text-decoration: none;
    transition: 0.3s;
}
a.btn-ticket span {
    display: block;
	color: #FFF!important;
    font-size: 1.6rem;
    text-align: center;
	position: relative;
}
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 #f42060;
    border-right: 3px solid #f42060;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}
.btn-ticket:hover {
    opacity: .75;
	text-decoration: none!important;
}
.btn-ticket:hover span:after {
    opacity: .75;
}
.btn-txt {
	color: #f6e038;
	font-weight: bold;
}
.btn-non {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    padding: .75em 1em;
    background: #666;
    border-radius: 50px;
    color: #333!important;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
}
.customer {
	color: #CCC;
	font-size: 90%;
}
 @media screen and (max-width: 1024px) {
	.btn-box div {
		width: 90%;
		max-width: 480px;
		margin: 0 auto;
	}
	a.btn-ticket {
		padding: 1em;
		border-radius: 3em;
	}
	a.btn-ticket span {
		font-size: 1.6rem;
	}
    .btn-non {
        font-size: 1.2rem;
    }
}
 @media screen and (max-width: 599px) {

	a.btn-ticket span {
		font-size: 1.4rem;
	}
	 .btn-non {
		padding: .5em 1em;
	}
}
 @media screen and (max-width: 376px) {
	.btn-area {	}
}
/* TEST
--------------------------------------------------- */
.test-area {
	display: flex;
	flex-direction: row;
  	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	max-width: 440px;
	margin: 0 auto;
	padding: 0 1em;
	background: rgba(255, 255, 255, .1);
    position: relative;
}
.test-area div {
	display: grid;
	place-items: center;
    margin: 0 auto;
    padding: 1em;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: left;
}
.test-area div:first-child {
    width: 60%;
}
.test-area div:last-child {
    width: 40%;
}
.btn-test {
    display: block;
    width: 140px;
    margin: 0 auto;
    padding: 1em;
    background: #111;
    border-radius: 3px;
    color: #FFF!important;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
	position: relative;
    text-align: center;
    text-decoration: none!important;
    transition: .3s;
}
.btn-test:hover {
    opacity: .75;
	text-decoration: none!important;
}
@media screen and (max-width: 599px) {
	.test-area div {
		display: flex;
		align-items: stretch;
		padding: 1em .5em;
		font-size: 1.0rem;
	}
	.btn-test {
		display: grid;
		place-items: center;
		width: 100px;
		padding: 1em .5em;
		font-size: 1.0rem;
	}
}
@media screen and (max-width: 376px) {
	.test-area{
		width: 90%;
	}
}

/* CONTACT
--------------------------------------------------- */
.contact-area {
	display: grid;
	place-items: center;
	width: auto;
	gap: 40px;
	text-align: left;
}
.contact-box {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
.contact-box li {
    margin: 0 auto;
    padding: .5em 1em 0;
}
.contact-box .notes {
	padding: .5em 1em;
}
.contact-box .notes li {
	font-size: 1.4rem;
}
.contact-box .notes li + li {
	margin-top: 0;
}
.contact-box .notes li::before {
    content:"";
}
@media screen and (max-width: 1024px) {
	.contact-area {
		gap: 24px;
	}
   .contact-box li a {
		padding: 0;
		font-size: 1.2rem;
    }
	.contact-box .notes li {
		font-size: 1.0rem;
	}
}