@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=Roboto&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%;}
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; font-size: 100%}
* { min-height: 0vw; min-height: 0; }
/* COMMON
--------------------------------------------------- */
.contents a { display: inline-block; color:#e66ae7; text-decoration: underline; transform: 0.3s;}
.contents a:visited { color: #e66ae7; text-decoration: underline;}
.contents a:hover{ opacity: .75; text-decoration: none;}
.contents a.link {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
	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 #e66ae7;
}
.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 #e66ae7;
}
.contents .no-pc { display: none;}
.contents br.no-pc { display: none; }
.contents .no-sp { display: block;}
.contents .tax { padding: 0 0 0 .15em; font-size: 80%; font-weight: normal;}
.contents .red { color: #F00!important;}
.contents .hi { color: #36bdef; font-weight: bold;}
.contents em { color: #36bdef; font-style: normal; font-weight: bold;}
.contents strong { font-style: normal; font-size: 120%; font-weight: bold; line-height: 150%;}
.contents b { font-style: normal; font-size: 150%; 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: #CCC; padding: .5em 0 0 1em; font-size: 80%; font-weight: normal; line-height: 1.4; text-indent: -1em;}
.contents .caution::before { content: "※"; color: #DDD;}
.contents .copyright {
    color: #CCC;
    font-size: 80%;
    position: absolute;
	right: 12px;
	bottom: 12px;
	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: 90%;
	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 {
		right: 8px;
		bottom: 8px;
    }
	.contents a.link:before,
	.contents a.link:hover:before {
		border-width: 3px 0 3px 3px;
	}
	.contents p + p { margin-top: .25em;}
	.contents .copyright {
		right: 8px;
		bottom: 16px;
    }
}
@media screen and (max-width: 376px) {
}
/* LAYOUT
--------------------------------------------------- */
.contents {
	width: 100%;
	max-width: 1200px;
	min-width: 320px;
	margin: 0 auto;
	background: #980323;
	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: clamp(1.2rem, 0.909rem + 1.45vw, 2rem);
    font-weight: normal;
    line-height: 1.6;
    overflow: hidden;
    position: relative;   
    text-align: center;
    z-index: 1;
}
.contents-area {
	width: 100%;
    margin: 0 auto;
    padding: 0;
}
.contents-inner {
	display: grid;
    padding: 4em 0;
	gap: 4em;
	place-items: center;
}
.contents-box {
	display: grid;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
    position: relative;
	gap: 1.8em;
}
.box-wrap {
	display: grid;
	margin: 0 auto;
	max-width: 900px;
	grid-template-columns: 120px 780px;
}
@media screen and (max-width: 1024px) {
	.contents-area {
		padding: 0 2.4em;
	}
	.contents-box {
		gap: 1.6em;
	}
	.box-wrap {
		display: block;
	}
}
@media screen and (max-width: 599px) {
    .contents {
        line-height: 1.6;
    }
    .contents-inner{
		padding: 2.4em 0;
		gap: 2.4em;
    }
}
@media screen and (max-width: 376px) {
    .contents {
		line-height: 1.4;
    }
	.contents-area {
		padding: 0 1.6em;
	}
}

/* LEAD
--------------------------------------------------- */
.mv {
	border: 2px solid #666;
	background: #FFF;
}
.lead-title {
	margin: 0 auto;
	padding: 1em;
	border: 1px solid #FFF;
	font-weight: bold;
	text-align: left;	
	}
.lead-title::first-line {
	text-align: center;	
}
.lead-txt {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	padding: 0 1em;
	font-size: 80%;
	text-align: left;
}
.lead-txt p + p {
	margin-top: .5em;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 599px) {
	.lead-title {
		padding: .5em 1em;
	}
}
@media screen and (max-width: 376px) {
}
