@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	/* -webkit-text-size-adjust: 100%; */
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: middle;
}

body {
/*font-feature-settings: "palt";*/
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
}

@media only screen and(-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	body {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

*, *::after, *::before {
	box-sizing: border-box;

}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;will-change: contents;
}

a,
img,
input,
svg,
*:before,
*:after {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
a:hover img,
a:hover input {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}


html {font-size: 16px;}
img {vertical-align: middle;}
body {color: #000;font-family: 'Noto Sans JP', sans-serif;font-weight:400;}
a {transition: opacity 0.2s;}
a:hover {opacity: 0.8;}

@media screen and (max-width:750px) {
html {font-size: 4.2vw;}
.spview {display: block;}
.pcview {display: none;}
}


header{padding:20px 25px 10px;border-top:10px solid #A98667;}
header h1{width: 400px;}
header h1 img{width: 100%;}
header h1 span{display: none;}
@media screen and (max-width:750px) {
header{padding:1.3vw 3vw 1.3vw;border-top-width:1.3vw;}
header h1{width: 29vw;}
}


.kv{border-top:15px solid #F4ECDC;border-bottom:20px solid #F4ECDC;background-image: url(../images/main_img_pc.jpg);background-position: center center;background-repeat: no-repeat;background-size: cover;padding:90px 0 75px;}
.kv .mark{width: 475px;margin:0 auto;}
.kv .mark img{width:100%;}
.kv .soon{width: 280px;margin:20px auto 0;background: #5C3122;color:#fff;font-size: 21px;font-weight: 700;text-align: center;padding:0.6em 0;letter-spacing: 0.07em;}
@media screen and (max-width:750px) {
.kv{border:none;background-image: url(../images/main_img_sp.jpg);padding:22vw 0 20vw;}
.kv .mark{width: 80vw;}
.kv .soon{width: 65vw;margin:4vw auto 0;font-size: 4.8vw;padding:0.6em 0;}
}

footer{padding:35px 0;}
footer .numata_banner{width: 92px;margin:0 auto 20px;}
footer .numata_banner img{width:100%;}
footer .numata_link{text-align: center;}
footer .numata_link a{display: inline-block;width: 295px;padding:0.7em 0 0.8em;color:#fff;font-size: 14px;font-weight: 600;background:#64473E;border-radius: 50px;border:1px solid #64473E;transition: background 0.2s,color 0.2s;}
footer .numata_link a:hover{background: #fff;color:#64473E;}
footer .copy{text-align: center;font-size: 12px;letter-spacing: 0.03em;margin-top: 20px;}
@media screen and (max-width:750px) {
footer{padding:8vw 0;}
footer .numata_banner{width: 35vw;margin:0 auto 6vw;}
footer .numata_link a{width: 78vw;padding:1.1em 0 1.2em;font-size: 3.7vw;}
footer .copy{font-size: 3.2vw;margin-top: 6vw;}
}

