@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&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;}
/* COMMON
--------------------------------------------------- */
.contents a { display: block; color: #e299b7; text-decoration: none; }
.contents a:visited { color: #e299b7; text-decoration: underline;}
.contents a:hover { color: #e299b7;text-decoration: underline;}
.contents a.link {
	display: inline-block;
}
.contents a.link:before{
	content: '';
	display: inline-block;
	background-color: #e299b7;
	width: 8px;
	height: 10px;
	margin-right: .5em;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.contents .caution a.link {
	padding-left: 1em;
}
.contents .no-pc { display: none;}
.contents br.no-pc { display: none; }
.contents .no-sp { display: block;}
.contents .xs { font-size: 1.2rem;}
.contents .tax { padding: 0 0 0 .25em; font-size: 1.2rem; font-weight: normal;}
.contents em { color:#D7e299b70; font-style: normal; font-weight: bold;}
.contents .red { color:#D7e299b70!important;}
.contents .yellow { color:#FFED9B!important;}
.contents strong { font-style: normal; font-size: 120%; font-weight: bold;}
.contents .strikethrough { color:#333; text-decoration: line-through;}
.contents .caution {
    color: #666;
    padding: .5em 0 0 1em;
    font-size: 1.4rem;
    line-height: 1.6;
    text-indent: -1em;
}
.contents .caution::before { 
    content: "※";
    color: #666;
}
.contents .advance,
.contents .public {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: .25em .5em;
    border-radius: 4px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
    line-height: 1.2em;
	position: relative;
	top: -2px;
    text-align: center;
	vertical-align: middle;	
}
.contents .advance { background: #fe9a03;}
.contents .public { background: #C00;}
.contents .soldout { background: #666;}
p + p {
	margin-top: .5em;
}
@media screen and (max-width: 1024px) {
    .contents .caution {
        padding: .25em 0 0 1em;
    }    
}
@media screen and (max-width: 599px) {
	.contents a.link:before{
		content: '';
		width: 6px;
		height: 8px;
	}
    .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.2rem ;
    } 
    .contents .caution {
       line-height: 1.4;
    } 
	.contents .advance,
	.contents .public {
		padding: .5em;
		font-size: 1.2rem;
		line-height: 1.0em;
		}
}
/* LAYOUT
--------------------------------------------------- */
.contents {
	width: 100%;
	max-width: 1200px;
	min-width: 320px;
	margin: 0 auto;
	background: #FFF;
	color: #333;
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.6;
    overflow: hidden;
    position: relative;   
    text-align: center;
}
.contents-area {
	width: 100%;
    margin: 0 auto;
    padding: 0 24px;
}
.contents-wrap {
	background: url("../images/bg_top.jpg") left top / 30% no-repeat,
		url("../images/bg_bottom.jpg") right bottom / 30% no-repeat;
	background-attachment: fixed, fixed;
}
.contents-inner {
	display: grid;
    padding: 48px 0;
	gap: 48px;
}
.contents-box {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
    position: relative;
}
@media screen and (max-width: 1024px) {
	.contents-wrap {
		background: url("../images/bg_top.jpg") left top / 40% no-repeat,
			url("../images/bg_bottom.jpg") right bottom / 40% no-repeat;
		background-attachment: fixed, fixed;
	}
    .contents-inner {
        padding: 40px 0;
    }
}
@media screen and (max-width: 599px) {
    .contents {
        font-size: 1.2rem;
        line-height: 1.5;
    }
	.contents-wrap {
		background: url("../images/bg_top.jpg") left top / 50% no-repeat,
			url("../images/bg_bottom.jpg") right bottom / 50% no-repeat;
		background-attachment: fixed, fixed;
	}
    .contents-area {
        padding: 0 16px;
    }
    .contents-inner{
		padding: 32px 0;
        gap: 32px;
    }
}
@media screen and (max-width: 429px) {
    .contents {
        font-size: 1.2rem;
        line-height: 1.35;
    }
    .contents-area {
        padding: 0 8px;
    }
}

/* HEADDING
--------------------------------------------------- */
.contents h1 {
	width: 140px;
	padding: 16px 0;
}
.contents .hero h1 {
	width: 440px;
	margin: 0 auto;
	padding: 0 0 100px;
}
.contents h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto 16px;
	padding-left: 0.05em;
	background: linear-gradient(transparent 0%, transparent 97%, rgba(255, 255, 255, 1) 100%);
	color: #333;
	font-family: "Noto Serif JP", serif;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	position: relative;
	text-align: left;
}
.contents h2:before, .contents h2:after {
  border-top: 1px solid;
  content: "";
  width: 1em;
}
.contents h2:before {
  margin-right: .5em;
}
.contents h2:after {
  margin-left: .5em;
}
.contents h3 {
	margin: 0 auto 1em;
	padding-left: 0.05em;
	color: #333;
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	position: relative;
	text-align: left;
}
@media screen and (max-width: 1024px) {
    .contents h1 {
		width: 25%;
    }
	.contents .hero h1 {
		width: 410px;
		margin: 0 auto;
		padding: 0 0 80px;
	}
	.contents h2 {
		font-size: 2.2rem;
	}
    .contents h3 {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 599px) {
    .contents h1 {
		width: 20%;
		padding: 8px 0;
    }
	.contents .hero h1 {
		width: 340px;
		margin: 0 auto;
		padding: 0 0 60px;
	}
	.contents h2 {
		font-size: 1.8rem;
	}
    .contents h3 {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 376px) {
	.contents .hero h1 {
		width: 310px;
		padding: 0 0 40px;
	}
	.contents h2 {
		font-size: 1.6rem;
	}
	.contents h3 {
		font-size: 1.4rem;
	}
}
/* HERO
--------------------------------------------------- */
.hero {
	width: 100%;
	padding: 100px 0 60px;
	background: url("../images/bg_hero.jpg") top / cover no-repeat;
	position: relative;
}
@media screen and (max-width: 1024px) {
	.hero {
		padding: 80px 0 60px;
	}
}
@media screen and (max-width: 599px) {
	.hero {
		padding: 60px 0 60px;
	}
}
@media screen and (max-width: 376px) {
	.hero {
		padding: 60px 0 40px;
	}
}
/* LEAD
--------------------------------------------------- */
.lead-area {
	width: 100%;
	margin: 0 auto;
	max-width: 400px;
}
.lead-txt {
	display: inline-block;
	margin: 0 auto;
	color: #333;
	font-size: 2rem;
	line-height: 1.5;
	text-align: left;
	text-shadow: #FFF 2px 2px 4px, #FFF -2px -2px 4px;
}
.lead-txt span {
	white-space: nowrap;
}
@media screen and (max-width: 1024px) {
	.lead-area {
		max-width: 360px;
	}
	.lead-txt {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 599px) {
	.lead-area {
		max-width: 320px;
	}
	.lead-txt {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 376px) {
	.lead-area{
		padding: 0 16px;
	}
	.lead-txt {
		font-size: 1.4rem;
	}
}
/* ABOUT
--------------------------------------------------- */
.about-area {
	width: 100%;
}
.about-box {
	display: grid;
	gap: 40px;
}
.about-box p {
	padding: 0 8px;
	font-size: 2rem;
    text-align: center;
}
.list-name {
	margin: 8px auto;
}
.list-name li {
	display: inline-block;
	font-size: 90%;
}
@media screen and (max-width: 1024px) {
	.about-box p {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 599px) {
	.about-box {
		gap: 24px;
	}
	.about-box p {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 376px) {
	.about-box p {
		font-size: 1.4rem;
	}
}

/* FLOW
--------------------------------------------------- */
.flow-area {
	background: rgba(125, 187, 227, .2);
	text-align: center;
}
.flow > li {
    max-width: 800px; 
    margin: 0 auto;
	padding: 1.5em 4em;
	background: #FFF0F5;
	border-radius: 5px;
    text-align: left;    
    margin-bottom: 30px;
    position: relative;
}
.flow li p + p {
	margin-top: .5em;
}
.flow li:after {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 30px 0 30px;
	border-color: #FFF0F5 transparent transparent transparent;
	position: absolute;
	left: 46%;
	bottom: -20px;
	display: block;
}
.flow li:last-child:after{
	content: none;
}
.flow li:last-child{
	margin-bottom: 0;	
}
.flow-title {
	display: grid;
	grid-template-columns: 80px 1fr;
}
.square {
	display: grid;
	place-items: center;
    margin: 0 1em 0 0;
	padding: .5em 1em;
	background: #e299b7;
	border-radius: 2px;
	color: #FFF;
    font-size: 1.2rem;
	letter-spacing: .05em;
	line-height: 100%;
    position: relative;
	text-align: center;
}
.step-att {
	display: grid;
	align-items: center;
	font-size: 1.6rem;
	font-weight: bold;
}
.watch-area {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
} 
.watch {
	display: flex;
	flex-direction: row;
  	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	max-width: 480px;
	margin: 0 auto;
	gap: 8px 8px;
}
.watch li {
	width: calc(50% - 4px);
}
.watch a:hover {
	opacity: .75;
    transition: .25s;
}
.flow-box {
	display: grid;
	place-items: center;
	margin: 8px auto 0;
	padding: 0;
	gap: 16px;
}
@media screen and (max-width: 1024px) {
	.flow {
		margin-bottom: 32px;
	}
    .flow li {
        margin-bottom: 15px;
    }
    .flow li:after {
      border-width: 10px 12px 0 12px;
      bottom: -10px;
    }
    .flow li {
        padding: 1em 2em;
        text-align: left;
    }
	.step-att {
		font-size: 1.4rem;
		line-height: 1.4;
	}
}
@media screen and (max-width: 599px) {
	.flow {
		margin-bottom: 24px;
	}
    .flow li {
        padding: 1em 1.5em;
    }
	.watch {
		max-width: 90%;
		gap: 4px 4px;
	}
	.watch li {
		width: calc(50% - 2px);
	}
	.step-att {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 376px) {
	.flow {
		margin-bottom: 16px;
	}
	.step-att {
		font-size: 1.2rem;
		line-height: 1.4;
	}
}

/* NOTES
--------------------------------------------------- */
.notes-area {
}
.notes-wrap {
	max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.notes {
    width: 100%;
    margin: 0 auto;
}
.table-about .notes {
	max-width: 100%;
	margin: 8px 0 0;
}
.flow .notes {
    margin-top: 1em;
}
.notes li {
    padding: 0 0 0 1em;
    color:  #333;
    font-size: 1.4rem;
	line-height: 1.7;
    text-indent: -1em;
    text-align: left;
    }
.notes li::before {
    content:"※";
    }
.notes li + li {
    margin: .5em 0 0;
    }
.notes .link {
	padding-left: 1em;
}
@media screen and (max-width: 1024px) {    
    .notes-area {
        padding: 0 1em;
    }
    .notes-wrap {
        padding: 0 1em;
    }
	.table-about .notes {
		display: inline-block;
		max-width: auto!important;
		width: auto!important;		
	}
}
@media screen and (max-width: 599px) {
    .notes li {
        font-size: 1.2rem;
		line-height: 1.4;
        }
}
/* CONTACT
--------------------------------------------------- */
.contact-area {
	width: 100%;
	max-width: 800px;
	background: #EFEFEF;
}
.contact-area .contents-inner {
	padding: 2em 1em!important;
}
.contact {
	display: inline-block;
	margin: 0 auto;
}
.contact li {
    margin: 0 auto;
    padding: 0 1em 0;
}
.contact li + li {
    margin-top: .25em;
}
.contact li a {
	display: block;
	width: 100%;
	color: #666!important;
	cursor: pointer;
    font-size: 1.4rem;
    line-height: 1.35;
    text-align: left;
    text-decoration: none;
    transition: .25s;
}
.contact li a.link::before {
	background-color: #666;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 599px) {
	.contact-area .contents-inner {
		padding: 1em!important;
	}
    .contact li a {
		font-size: 1.2rem;
    }	
}
/* BUTTON
--------------------------------------------------- */
.btn-area {
	display: grid;
	width: 100%;
	padding: 40px;
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 12px;
	text-align: center;
	gap: 24px;
}
.btn-ticket {
    display: block;
    max-width: 400px;
	width: 100%;
    margin: 0 auto;
    padding: .5em 1em;
	background: #e299b7;
    border-radius: 4em;
    color: #FFF!important;
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
	position: relative;
    text-align: center;
    text-decoration: none!important;
    transition: .25s;
}
.btn-ticket:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 0;
	height: 0;
	margin-top: -6px;
	border: 6px solid transparent;
	border-left: 10px solid #FFF;
}
.btn-flow {
	max-width: 300px;
	margin: 0 auto;
	padding-top: .5em;
	padding-bottom: .5em;
	color: #333!important;
	font-size: 1.6rem;
}
.btn-flow:before {
	right: 10px;
	margin-top: -6px;
	border: 6px solid transparent;
	border-left: 8px solid #333;
}
.btn-ticket:hover {
    color: #FF3!important;
}
.btn-ticket:hover:before {
	border-left: 8px solid #FF0;
}
.btn-ticket:hover,
.btn-flow:hover,
.btn-test:hover {
    opacity: .75;
    text-decoration: none;
}
.btn-non {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    padding: .75em 1em;
    background: #CCC;
    border-radius: 50px;
    color: #333!important;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
}
.customer {
	display: inline-block;
	margin: 0 auto;
	padding: 0 1em;
	color: #666;
	font-size: 80%!important;
	text-align: left;
}
 @media screen and (max-width: 1024px) {
    .btn-area {
		padding: 32px;
    } 
    .btn-ticket {
        font-size: 1.6rem;
    }
	.btn-ticket:before {
		right: 15px;
		margin-top: -6px;
		border: 6px solid transparent;
		border-left: 8px solid #333;
	}
	.btn-ticket.btn-flow:before {
		right: 10px;
		margin-top: -4px;
		border: 4px solid transparent;
		border-left: 6px solid #333;
	}
	.btn-flow{
		padding-top: .5em;
		padding-bottom: .5em;
		font-size: 1.4rem;
	}
    .btn-non {
        font-size: 1.2rem;
    }
}
 @media screen and (max-width: 599px) {
    .btn-area {
		padding: 24px 32px;
		gap: 16px;
    }  
    .btn-ticket {
        font-size: 1.4rem;		
    }
	.btn-ticket:before {
		right: 10px;
		margin-top: -4px;
		border: 4px solid transparent;
		border-left: 6px solid #333;
	}
	.btn-ticket + .btn-ticket {
		margin-top: 10px;
	}
	.btn-ticket.btn-flow:before {
		right: 5px;
		margin-top: -2px;
		border: 2px solid transparent;
		border-left: 4px solid #333;
	}
	.btn-flow {
		max-width: 300px;
		padding-top: .5em;
		padding-bottom: .5em;
		font-size: 1.2rem;
	}
	 .btn-non {
		padding: .5em 1em;
	}
}
@media screen and (max-width: 376px) {
    .btn-area {
		padding: 16px;
    }  
    .btn-ticket {
        font-size: 1.2rem;		
    }
	.btn-contact {
		font-size: 1.2rem;
	}
	.btn-contact span {
		padding: 0 2em;
	}
}
/* TEST
--------------------------------------------------- */
.test-area {
	display: flex;
	flex-direction: row;
  	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	max-width: 500px;
	margin: 0 auto;
	padding: 1em;
    background: #EFEFEF;
	color: #333;
    position: relative;
	gap: 12px;
}
.test-area div {
	display: grid;
	place-items: center;
    width: calc(50% - 6px);
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
}
.test-area div:first-child {
    width: calc(60% - 6px);
}
.test-area div:last-child {
    width: calc(40% - 6px);
}
.btn-test {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 1em;
    background: #333;
    border-radius: 5px;
    color: #FFF!important;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
	position: relative;
    text-align: center;
    text-decoration: none!important;
    transition: .25s;
}
.customer {
	font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
	.test-area{
	}
	.test-area div {
		width: 100%;
		font-size: 1.2rem;
	}
	.test-area div:first-child,
	.test-area div:last-child {
		width: calc(50% - .5em);
	}
	.btn-test {
		font-size: 1.2rem;
	}
	.customer {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 376px) {
	.test-area {	
		padding: .5em;
	}
}