@charset "UTF-8";
html, body, div, span, em, small, main, header, footer, section, ::before, ::after,
h1, h2, h3, h4, h5, h6, p, a, img,
dl, dt, dd, ol, ul, li,
table, caption, tr, th, td,
input, button, textarea, select, option {
	font-style: normal;
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	word-break: break-all;
}

ol, ul {
	list-style: none;
}

img {
	vertical-align: bottom;
	-webkit-box-shadow: #000 0 0 0;
	        box-shadow: #000 0 0 0;
	-webkit-backface-visibility: hidden;
	max-width: 100%;
	width: 100%;
	height: auto;
}

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

a {
	color: inherit;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

select {
	background-color: transparent;
}
select:focus-visible {
	outline: none;
}

svg {
	width: 100%;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=tel],
input[type=submit],
input[type=radio],
button {
	-webkit-appearance: none;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	border-radius: 0;
}

textarea:focus,
input:focus {
	outline: none;
}

.is-fade > *:not(.is-not) {
	opacity: 0;
	-webkit-transform: translateY(30px);
	        transform: translateY(30px);
	-webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
	transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.is-fade > .is-not {
	opacity: 0;
	-webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
	transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.is-fade.fadeIn > * {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.box-fade {
	opacity: 0;
	-webkit-transform: translateY(30px);
	        transform: translateY(30px);
	-webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
	transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.box-fade.fadeIn {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.p_hover a:hover {
	opacity: 0.7;
}

.svg.c_white svg {
	fill: #fff;
}
.svg.c_black svg {
	fill: #000;
}

.img-fit img {
	width: 100%;
	height: 100%;
	-o-object-position: 50% 50%;
	   object-position: 50% 50%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.replace_img {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}

.l_tel {
	pointer-events: none;
}

@media screen and (max-width: 800px) {
	.l_tel {
		pointer-events: auto;
	}
}
:root {
	--c_base: #000;
	--c_key1: #000;
	--c_key2: #000;
	--c_text: #000;
	--c_text_r: #000;
	--c_accent: #000;
	--c_accent2: #000;
	--c_blue_l: #000;
}

html {
	font-size: 10px;
}

body {
	color: #000;
	line-height: 1;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS Pゴシック", sans-serif;
	font-family: "游ゴシック体 Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS Pゴシック", Osaka, Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
}

@media screen and (min-width: 801px) {
	.pc_off {
		display: none !important;
	}
}
@media screen and (max-width: 800px) {
	body {
		min-width: 320px;
	}
	.sp_off {
		display: none !important;
	}
}
/* ========================================

header

======================================== */
.header_fixed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 999;
	-webkit-transition: translate 0.2s;
	transition: translate 0.2s;
}
@media screen and (min-width: 801px) {
	.header_fixed {
		width: max(100%, 1000px);
	}
	.header_fixed::after {
		width: max(91.7vw, 917px);
		height: 1px;
		content: "";
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		background-color: #000;
	}
	.header_fixed ._sp,
	.header_fixed .header_nav_sp {
		display: none;
	}
}
.header_fixed ._l {
	width: max(39.4vw, 394px);
}
.header_fixed ._r {
	width: max(60.8vw, 608px);
}
body.fixed .header_fixed {
	translate: 0 0;
}

@media screen and (max-width: 800px) {
	.header_fixed {
		width: 100%;
	}
	.header_fixed ._sp {
		width: 100%;
	}
	.header_fixed ._sp img {
		width: 100%;
		height: auto;
	}
	.header_fixed .btn_nav {
		width: max(10.6667vw, 40px);
		aspect-ratio: 40/32;
		display: block;
		position: absolute;
		top: max(3.2vw, 12px);
		right: max(5.3334vw, 20px);
		z-index: 999;
		background-image: url(../img/common/btn_nav_sp.png);
		background-repeat: no-repeat;
		background-position: 50%;
		background-size: 6.1334vw;
	}
	.header_fixed .header_nav_sp {
		width: 100%;
		height: 100vh;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		visibility: hidden;
		background-color: rgba(255, 255, 255, 0.8);
	}
	.header_fixed .header_nav_sp ._sp {
		display: none;
	}
	body.nav_active .header_nav_sp {
		opacity: 1;
		visibility: visible;
	}
	body.nav_active .btn_nav {
		background-image: url(../img/common/btn_nav_sp_close.png);
		background-size: 5.3334vw;
	}
}
/* ========================================

btm_img

======================================== */
.btm_img {
	position: relative;
	z-index: 2;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.btm_img::after {
	width: 100%;
	height: 50%;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	z-index: 1;
}
.btm_img span {
	overflow: hidden;
	display: block;
	position: relative;
	border-radius: 9999px;
	z-index: 2;
}

/* ========================================

footer

======================================== */
.footer {
	position: relative;
	z-index: 2;
	background-color: #fff;
}
/*# sourceMappingURL=common.css.map */