@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=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPMincho&family=League+Gothic&display=swap');
/* reset
--------------------------------------------------- */
*,*::after,*::before{box-sizing:border-box}:focus-visible{outline-offset:3px}:where(html){-webkit-text-size-adjust:none;text-size-adjust:none}:where(html){line-height:1.5}:where(html){scrollbar-gutter:stable}:where(h1){font-size:2em;margin-block:.67em}:where(abbr[title]){cursor:help;text-decoration-line:underline;text-decoration-style:dotted}@media (forced-colors:active){mark{color:HighlightText;background-color:Highlight}}:where(del,ins,s)::before,:where(del,ins,s)::after{clip-path:inset(100%);clip:rect(1px,1px,1px,1px);height:1px;width:1px;overflow:hidden;position:absolute;white-space:nowrap;content:"test"}:where(s)::before{content:"stricken text start "}:where(s)::after{content:" stricken text end"}:where(del)::before{content:"deletion start "}:where(del)::after{content:" deletion end"}:where(ins)::before{content:"insertion start "}:where(ins)::after{content:" insertion end"}:where(audio,iframe,img,svg,video){max-block-size:100%;max-inline-size:100%}:where(fieldset){min-inline-size:0}:where(label):has(+:where(textarea,input,select)){display:block}:where(textarea:not([rows])){min-block-size:6em}:where(button,input,select,textarea){font-family:inherit;font-size:inherit}:where([type="search"]){-webkit-appearance:textfield}@supports (-webkit-touch-callout:none){:where([type="search"]){border:1px solid -apple-system-secondary-label;background-color:canvas}}:where([type="tel"],[type="url"],[type="email"],[type="number"]):not(:placeholder-shown){direction:ltr}:where(table){border-collapse:collapse;border:1px solid}:where(th,td){border:1px solid;padding:.25em .5em}:where(dialog)::backdrop{background:oklch(0% 0 0 / .3)}:where(dialog),:where(dialog)::backdrop{opacity:0;transition:opacity 300ms ease-out,display 300ms allow-discrete,overlay 300ms allow-discrete}:where(dialog[open]),:where(dialog[open])::backdrop{opacity:1}@starting-style{:where(dialog[open]),:where(dialog[open])::backdrop{opacity:0}}[hidden]:not([hidden="until-found"]){display:none!important}
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:#f18d00; text-decoration: underline; transform: 0.3s;}
.contents a:visited { color: #f18d00; text-decoration: underline;}
.contents a:hover{ opacity: .75; text-decoration: none;}
.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 #f18d00;
}
.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 #f18d00;
}
.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 .red { color: #ea0029!important;}
.contents .hi { color: #5dc2d0; font-weight: bold;}
.contents em { color: #5dc2d0; font-style: normal; font-weight: bold;}
.contents strong { color: #5dc2d0; font-style: normal; font-weight: bold;}
.contents b { font-size: 200%; font-style: normal; font-weight: bold;}
.contents .strikethrough { color:#666; text-decoration: line-through;}
.contents .txt-l { text-align: left!important;}
.contents .txt-r { text-align: right!important;}
.contents .txt-s { font-size: 80%;}
.contents .caution { color: #DDD; padding: .5em 0 0 1em; font-size: 1.2rem; line-height: 1.4; text-indent: -1em;}
.contents .caution::before { content: "※"; color: #DDD;}
.contents .copyright {
    color: #FFF;
    font-size: 1.2rem;
    position: absolute;
	right: 10px;
	bottom: 5px;
	z-index: 1;
	text-shadow: 0 0 1px #000, 0 0 3px #000, 0 0 6px #000, 0 0 10px #000, 0 0 30px #000, 0 0 50px #000;
}
.contents .status {
    display: inline-block;
    margin: 0 8px 0 0;
    padding: 8px;
	border-radius: 2px;
	color: #000;
	font-size: 1.4rem;
	font-weight: bold;
    line-height: 1;
	position: relative;
    text-align: center;
}
.contents .advance { background: #ea0029; color: #000;}
.contents .public { background: #006241; color: #000;}
.contents .soldend { background: #333; color: #666;}
.contents 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 .no-pc { display: block; }
    .contents br.no-pc { display: inline; }
    .contents .no-sp { display: none; }
    .contents .caution,
    .contents .tax,
	.contents .copyright {
        font-size: 1.2rem;
    }
	.contents a.link:before,
	.contents a.link:hover:before {
		border-width: 3px 0 3px 3px;
	}
	.contents .status { font-size: 1.2rem;}
	.contents p + p { margin-top: .25em;}
}
@media screen and (max-width: 376px) {
    .contents .caution,
    .contents .tax,
	.contents .copyright {
        font-size: 1.0rem;
    }
}
/* LAYOUT
--------------------------------------------------- */
.contents {
	width: 100%;
	max-width: 1200px;
	min-width: 320px;
	margin: 0 auto;
	background: #000;
	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.8rem;
    font-weight: normal;
    line-height: 1.8;
    overflow: hidden;
    position: relative;   
    text-align: center;
    z-index: 1;
}
.contents-area {
	width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}
.contents-inner {
	display: grid;
    padding: 64px 0;
	gap: 64px;
	place-items: center;
}
.contents-box {
	display: grid;
    position: relative;
	gap: 48px;
}
@media screen and (max-width: 1024px) {
	.contents-area {
		padding: 0 32px;
	}
    .contents-inner{
		padding: 56px 0;
        gap: 56px;
    }
	.contents-box {
		gap: 40px;
	}
}
@media screen and (max-width: 599px) {
    .contents {
        font-size: 1.6rem;
        line-height: 1.8;
    }
    .contents-area {
        padding: 0 24px;
    }   
    .contents-inner{
		padding: 48px 0;
        gap: 48px;
    }
	.contents-box {
		gap: 32px;
	}
}
@media screen and (max-width: 376px) {
    .contents {
        font-size: 1.6rem;
		line-height: 1.6;
    }
    .contents-area {
        padding: 0 16px;
    }
	.contents-inner{
		padding: 40px 0;
        gap: 40px;
    }
	.contents-box {
		gap: 24px;
	}
}

/* HEADDING
--------------------------------------------------- */
.contents h1 {
	width: 180px;
	padding: 16px;
}
.contents h2 {    
    display: block;
	color: #5dc2d0;
	font-family: "League Gothic", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
    font-size: 7rem;
	letter-spacing: .03em;
    text-indent: .03em;
	line-height: 100%;
}
.contents h2::after {    
    content: "";
	display: block;
	width: 100%;
    height: 16px;
	margin: 6px auto 0 0;
    background-image: url(../images/head2_bg.svg);
	background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
}
.contents h3 {
    display: block;
	margin: 0 auto 1em;
    padding: 0 0 1em;
	background: linear-gradient(90deg, #FFF 0% 50%, #5dc2d0 50%);
    background-repeat: no-repeat;
    background-size: 4rem 0.2rem;
    background-position: bottom;
	color: #FFF;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
    font-size: 2.4rem;
	line-height: 100%;
	position: relative;
}
.contents h4 {
    display: block;
	margin: 0 auto .5em;
    padding: .5em 1em;
	background: #5dc2d0;
	color: #000;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
    font-size: 1.6rem;
	line-height: 100%;
	text-align: center;
}
.contents h5 {
    display: block;
	margin: 0 auto .5em;
    padding: .5em 1em;
	background: #333;
	color: #FFF;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
    font-size: 1.4rem;
	line-height: 100%;
	text-align: left;
}
@media screen and (max-width: 1024px) {
    .contents h1 {		
		width: 160px;
    }
	.contents h2 {
		font-size: 6rem;
	}
	.contents h2::after {    
		content: "";
		height: 14px;
	}
	.contents h3 {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 599px) {
    .contents h1 {
		width: 30%;
		padding: 12px;
    }
	.contents h2 {
		font-size: 5rem;
	}
	.contents h2::after {    
		content: "";
		height: 12px;
	}
    .contents h3 {
        font-size: 2rem;
    }
    .contents h4 {
        font-size: 1.4rem;
    }
    .contents h5 {
        font-size: 1.2rem;
    }	
}
@media screen and (max-width: 376px) {
	.contents h2 {
		font-size: 4rem;
	}
	.contents h2::after {    
		content: "";
		height: 10px;
	}
	.contents h3 {
        font-size: 1.8rem;
    }
}
/* HERO
--------------------------------------------------- */
.hero {
	width: 100%;
	position: relative;
}
.mv {}
.logo {}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 599px) {
}
/* LEAD
--------------------------------------------------- */
.lead-wrap {
	width: 100%;
	margin: 0 auto;
	background: transparent url("../images/bg_lead.jpg") center center no-repeat;
	background-size: 100%;
	text-align: center;
}
.lead-txt {
	display: inline-block;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 48px 0;
	color: #FFF;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 2rem;
	line-height: 1.8;
	text-align: left;
	text-shadow: 0 0 1px #000, 0 0 3px #000, 0 0 6px #000, 0 0 10px #000, 0 0 30px #000, 0 0 50px #000;
}
@media screen and (max-width: 1024px) {
	.lead-txt {
		max-width: 560px;
		padding: 32px 40px;
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 599px) {
	.lead-txt {
		padding: 24px 32px;
		font-size: 1.6rem;
		line-height: 1.6;
	}
}
@media screen and (max-width: 376px) {
	.lead-txt {
		font-size: 1.4rem;
		line-height: 1.5;
	}
}

/* TICKET
--------------------------------------------------- */
.performance-title {
	margin: 0 auto;
	color: #5dc2d0;
	font-family: "Noto Serif JP", serif;
	font-size: 150%;
	font-weight: bold;
}
.ticket-wrap {
	display: flex;
	flex-direction: row;
  	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 16px 8px;
}
.ticket-box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: calc( calc(100% - 16px) / 3);	
	padding: 16px 16px 64px;
	border: 1px solid #f18d00;
	border-radius: 12px;
	position: relative;
	gap: 8px;
}
.ticket-title {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: .5em;
	background: #5dc2d0;
	border-radius: 4px; 
	color: #000;
	font-weight: bold;
	line-height: 1;
}
.ticket-stage {
	width: 100%;
	margin-bottom: 8px;
	padding: 8px .5em 16px;
	border-bottom: 2px dotted #5dc2d0;
	line-height: 1.35;
}
.ticket-venue {
	display: block;
	font-size: 80%;
}
.ticket-arena {
	display: inline-block;
	margin: 0 auto;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
}
.ticket-schdule {
	font-weight: bold;
	line-height: 1.35;
	text-align: center;
}
.ticket-schdule span {
	display: block;
	font-weight: normal;
	font-size: 90%;
}
.ticket-release {
	width: 100%;
	margin-top: 8px;
	padding: 8px 0;
	border-top: 2px dotted #5dc2d0;	
	font-size: 90%;
}
.ticket-add {
	display: inline-block;
	margin: 0 auto;
	padding: 8px 1em 0;
	color: #f18d00;
	line-height: 1.35;
	text-align: left;
}
.tokyo-box {
	width: 100%!important;
}
.tokyo-box-inner {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	gap: 24px;
}
.btn-box {
	width: 100%;
	padding: 0 16px 16px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.soldout {
	color: #999!important;
}
@media screen and (max-width: 1024px) {
	.ticket-wrap {
		gap: 16px;
	}
	.ticket-box {
		width: calc( calc(100% - 16px) / 2);
	}	
}
@media screen and (max-width: 599px) {
	.ticket-box {		
		width: 100%;
	}
	.ticket-venue {
		font-size: 100%;
	}
	.ticket-arena {
		font-size: 110%;
	}
}
@media screen and (max-width: 376px) {
	.performance-title {
		font-size: 110%;
	}
	.ticket-box {
		padding: 8px 8px 56px;
		border-radius: 8px;
		gap: 4px;
	}
	.ticket-stage {
		padding: 4px .5em 8px;
	}
	.ticket-venue {
		font-size: 90%;
	}
	.ticket-arena {
		font-size: 100%;
	}
	.btn-box {
		padding: 0 16px 8px;
	}
}
/* PRICE
--------------------------------------------------- */
.price-area {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	max-width: 800px;
	width: 100%;
	gap: 24px;
}
.price-area div {
	width: 100%;
}
.price-area div.price-box {
	width: calc( calc(100% - 24px) / 2);
	padding: 1em;
	background: #333;
	text-align: left;
}
.price-sub {
	margin: 0 0 0 1.5em;
}
.price-sub + div {
	padding-top: 1em;
}
@media screen and (max-width: 767px) {
	.price-area div.price-box {
		width: 100%;
	}
}

/* ABOUT-TABLE
--------------------------------------------------- */
.table-about {
    width: 100%;
	max-width: 1000px;
    margin: 0 auto;
    border-collapse: collapse;
}
.table-about tbody th {
    width: 120px;
	vertical-align: top;
}
.table-about tbody th p {
    width: 120px;
    padding: 2px;
	border: 1px solid #5dc2d0;
}
.table-about tbody th p span {
	display: block;
    width: 100%;
    padding: .25em .5em .25em .55em;
	background: #5dc2d0;
    color: #000;
    font-size: 1.4rem;
	letter-spacing: .05em;
	line-height: 1.4;
    text-align: center;
}
.table-about tbody td {
    padding: .2em 1em 2em 2em;
	color: #FFF;
    font-size: 1.8rem;
    text-align: left;
    vertical-align: top
}
.about-inner-wrap {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
}

@media screen and (max-width: 1024px) {
    .table-about tbody th {
        display: block;
        width: 100%;      
        padding: 0;
    }
	.table-about tbody th p {
		width: 100%;
		margin: 0 auto;
	}
	.table-about tbody th p span {
		padding: .25em 1em .25em 1em;
	}	
    .table-about tbody td {
        display: block;
        width: 100%;
		padding: 1em 1em 3em;
    }
}
@media screen and (max-width: 599px) {
	.table-about tbody th p span {
		font-size: 1.2rem;
	}	
    .table-about tbody td {	
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 376px) {
    .table-about tbody td {
		padding: .75em .5em 1.5em;
    }
}

/* FLOW
--------------------------------------------------- */
.flow-area {
	padding: 40px 64px;
	background: #FFF6F2;
	border-radius: 10px;
	text-align: center;
}
.flow {
    margin-bottom: 48px;
}
.flow li {
    max-width: 900px; 
    margin: 0 auto;
	padding: 2em 4em;
    background: #EEEEFF;
	border-radius: 5px;
    text-align: left;    
    margin-bottom: 30px;
    position: relative;
}
.flow li p {
	margin-top: .5em;
	line-height: 1.4;
	overflow: hidden;
    vertical-align: middle;
}
.flow li p.caution {
	padding: 0 0 0 1em;
}
.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: #FFF 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;	
}
.square {
    margin: .5em 1.5em 0 0;
    padding: .25em 1em;
	background: #5dc2d0;
	border-radius: 6px;
    color: #000;
    font-size: 1.2rem;
    float: left;
	letter-spacing: .05em;
	line-height: 1.4;
    position: relative;
	top: -6px;
	text-align: center;
    vertical-align: middle;    
}
.watch {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	-ms-flex-direction    : row;
	-webkit-box-direction : row;
	-webkit-flex-direction: row;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-justify-content    : center;
	justify-content        : center;
	-webkit-align-items: center;
	-ms-align-items    : center;
	align-items        : center;
	max-width: 640px;
	margin: 0 auto;
}
.watch li {
	width: 50%;
    padding: 5px;
}
.watch a:hover {
	opacity: .75;
    transition: .25s;
}
.flow-box {
	padding: 1em 0 0;
}
@media screen and (max-width: 1024px) {
	.flow-area {
		padding: 40px;
	}
    .flow li {
        margin-bottom: 15px;
    }
    .flow li:after {
      border-width: 10px 20px 0 20px;
      bottom: -10px;
    }
    .square {
		border-radius: 3px;
        font-size: 1.0rem;
        float: none;
        top: -3px;
    }   
    .flow li {
        padding: 1em 2em;
        text-align: left;
    }
    .watch li {
        width: 50%;
        padding: 2.5px;
    }
}
@media screen and (max-width: 599px) {
	.flow-area {
		padding: 24px;
	}
    .square {
    	margin: 1em .5em 0 0;
		padding: .15em .5em;
        font-size: 0.9rem;
    } 
    .flow li {
        padding: 1.5em;
    }
}

/* NOTES
--------------------------------------------------- */
.notes-area {
}
.notes {
	max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.flow .notes {
    margin-top: 1em;
}
.price-area .notes {
    padding-left: 1em;
	padding-right: 1em;
}
.notes li {
	margin: 0;
	padding: 0 0 0 1em;
	background: transparent;
    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;
}
.notes-txt {
	margin-bottom: 1em;
	font-size: 110%;
	font-weight: bold;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 599px) {
	.notes {
		padding: 0 1em;
	}
	.table-about .notes {
		padding: 0;
	}
	.price-area .notes {
		padding-left: .5em;
		padding-right: .5em;
	}
    .notes li {
        font-size: 1.2rem;
		line-height: 1.5;
	}
	.notes-txt {
		font-size: 100%;
	}
}
@media screen and (max-width: 376px) {
	.notes {
		padding: 0;
	}
}
/* BUTTON
--------------------------------------------------- */
.btn-area {
	display: grid;
	width: 100%!important;
	padding: 24px;
	background: #222;
	border: 1px solid #f18d00;
	border-radius: 12px;
	text-align: center;
	gap: 16px;
}
.btn-area p {
	color: #5dc2d0;
	font-size: 90%;
}
.btn-ticket {
    display: block;
    max-width: 360px;
	width: 100%;
    margin: 0 auto;
    padding: .5em 1em;
	background: #f18d00;
    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;
	color: #FFF!important;
	font-size: 1.6rem;
}
.btn-flow:before {
	right: 6px;
	margin-top: -6px;
	border: 6px solid transparent;
	border-left: 8px solid #FFF;
}
.btn-ticket:hover,
.btn-flow:hover,
.btn-test:hover {
    opacity: .75;
    text-decoration: none;
}
.btn-non {
    background: #333;
    color: #666!important;
	pointer-events: none;
}
.btn-non:before {
    content: none;
}
.customer {
	display: inline-block;
	margin: 0 auto;
	padding: 0 1em;
	color: #CCC;
	font-size: 80%!important;
	text-align: left;
}
 @media screen and (max-width: 1024px) {
    .btn-area {
		padding: 16px;
		gap: 8px;
    } 
    .btn-ticket {
        font-size: 1.6rem;
    }
	.btn-flow{
		font-size: 1.4rem;
	}
    .btn-non {
        font-size: 1.2rem;
    }
}
 @media screen and (max-width: 599px) {
    .btn-ticket {
		padding: 1em;
        font-size: 1.4rem;		
    }
	.btn-ticket:before {
		right: 10px;
		margin-top: -4px;
		border: 4px solid transparent;
		border-left: 6px solid #FFF;
	}
	.btn-flow {
		max-width: 300px;
		font-size: 1.2rem;
	}
	.btn-flow:before {
		right: 5px;
		margin-top: -3px;
		border: 4px solid transparent;
		border-left: 6px solid #FFF;
	}
	 .btn-non {
		padding: .5em 1em;
	}
}
@media screen and (max-width: 376px) {
	.btn-contact {
		font-size: 1.2rem;
	}
	.btn-contact span {
		padding: 0 2em;
	}
}

/* INQUIRY
--------------------------------------------------- */
.inquiry-area {
	background: #222;
}
.inquiry-wrap {
	display: grid;
	margin: 0 auto;
	gap: 32px;
}
.inquiry-box {
	max-width: 800px;
	text-align: left;
}
.inquiry-headtitle {
	margin-bottom: 4px;
	color: #FFF;
	font-size: 80%;
	font-weight: bold;
}
.inquiry-table {
	width: 100%;
	max-width: 800px;
	color: #FFF;	
}
.inquiry-table th {
	width: 100px;
	padding: .5em 0;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.3;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
.inquiry-table td {
	padding: .5em;
	font-size: 1.4rem;
	line-height: 1.3;
	vertical-align: top;
	text-align: left;
}
.inquiry-table tr:nth-child(odd) {
	background: #333;
}
@media screen and (max-width: 1024px) {
	.inquiry-area {
		gap: 16px;
	}
}
@media screen and (max-width: 599px) {
	.inquiry-table th {
		width: 70px;
	}
	.inquiry-table th,
	.inquiry-table td {
		font-size: 1.2rem;
	}
}

/* CONTACT
--------------------------------------------------- */
.contact-area {
	width: 100%;
	border-top: 1px solid #CCC;
	padding-top: 1em;
}
.contact {
	display: inline-block;
	margin: 0 auto;
}
.contact li {
    margin: 0 auto;
    padding: .5em 1em 0;
}
.contact li a {
	display: block;
	width: 100%;
	color: #666;
	cursor: pointer;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: left;
    text-decoration: underline;
    transition: .25s;
}
@media screen and (max-width: 599px) {
	.contact-area {
		padding-top: .5em;
	}
    .contact li a {
		padding: 1em 1em 0;
		font-size: 1.0rem;
    }
	
}