@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* リセット
---------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button, a, span {
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
ol ,
ul {
	list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
address {
	font-style: normal;
}

/* レイアウト
----------------------------------------*/
html {
	font-size: 1rem;
	font-size: 10px;
	height: 100%;
}
body {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	background: #F9EEEF;
	font-size: 1.4rem;
	line-height: 1.5;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
body.open,
body.training_open {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow-y: scroll;
}
img {
	image-rendering: -webkit-optimize-contrast;
	display: block;
}
a {
	text-decoration: none;
	color: inherit;
	transition: opacity .3s;
}
table,
tbody,
thead,
tr,
th,
td {
	position: static;
}
main {
	overflow: clip;
}
@media (hover: hover) {
	a:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 1340px) {
	html {
		font-size: .7463vw;
	}
}
@media only screen and (min-width: 769px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
@media only screen and (max-width: 768px) {
	img {
		width: 100%;
	}
	html {
		font-size: 2.5641vw;
	}
}

/* font
----------------------------------------*/
.en {
	font-family: "EB Garamond", serif;
}
.roboto {
	font-family: "Roboto", sans-serif;
}
.mincho {
	font-family: "Noto Serif JP", serif;
}

/* img
----------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}

/*表示
----------------------------------------*/
@media only screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}

@media only screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}

/*header
----------------------------------------*/
.header_inner {
	padding: 2.9rem 1rem 2.4rem;
	margin: 0 4rem;
	border-bottom: .1rem solid #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2000;
	mix-blend-mode: exclusion;
	transition: border-color .3s;
}
.header_logo {
	width: 17.661rem;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: opacity .3s;
}
.header_btn {
	padding: 0;
	appearance: none;
	border: 0;
	width: 5rem;
	height: 5rem;
	background: none;
	cursor: pointer;
	outline: none;
	z-index: 10;
}
.header_btn::before,
.header_btn::after {
	content: '';
	display: block;
	width: 5rem;
	height: .1rem;
	background: #fff;
	position: absolute;
	top: 2.1rem;
	left: 0;
	transition: transform .3s, background .3s;
}
.header_btn::after {
	top: auto;
	bottom: 2.1rem;
}
.open .header_btn::before,
.open .header_btn::after {
	top: 2.4rem;
	transform: rotate(10deg);
}
.open .header_btn::after {
	transform: rotate(-10deg);
}
.header_training_btn {
	appearance: none;
	width: 23rem;
	height: 5rem;
	border-radius: 2.5rem;
	font-family: inherit;
	border: 0;
	background: #C6A3A2;
	color: #fff;
	letter-spacing: .07em;
	font-weight: 600;
	box-shadow: .3rem .4rem .6rem rgba(0, 0, 0, .15);
	cursor: pointer;
	transition: opacity .3s;
	position: fixed;
	top: 2.9rem;
	right: 12.5rem;
	z-index: 2000;
}
.header_training_btn::before {
	content: '';
	display: block;
	width: .758rem;
	height: .758rem;
	border-radius: 50%;
	background: #E4CBCA;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 2.3rem;
	margin: auto 0;
}
.header_training_btn::after {
	content: '';
	display: block;
	background: url(../img/common/icon_btn_arrow_01.svg) no-repeat left top / 100% auto;
	width: 1.3rem;
	height: 1.1rem;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2rem;
	margin: auto 0;
	transition: transform .3s;
}
.header_navi {
	background: #fff;
	border-radius: 1rem;
	width: 41.8rem;
	position: fixed;
	top: 1rem;
	right: 2rem;
	padding: 9.3rem 2.9rem 4.9rem;
	border: .1rem solid #333;
	opacity: 0;
	pointer-events: none;
	transition: opacity .5s;
	z-index: 1900;
}
.open .header_navi {
	opacity: 1;
	pointer-events: all;
}
.header_navi li {
	border-bottom: .1rem solid #F9EEEF;
}
.header_navi li + li {
	margin-top: .05rem;
}
.header_navi li a {
	display: flex;
	justify-content: space-between;
	font-size: 1.3rem;
	letter-spacing: .1em;
	color: #999;
	padding: 2rem 0 1.9rem 1.4rem;
}
.header_navi li a::before {
	content: '';
	display: block;
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	background: #E4CBCA;
	position: absolute;
	left: -.1rem;
	top: 2.8rem;
}
.header_navi li a .roboto {
	letter-spacing: .05em;
	color: #333;
}
.header_navi li a span:last-child {
	margin-right: -.2rem;
}
.header_navi_link {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 4.5rem 0 0;
}
.header_navi_buy {
	display: block;
	width: fit-content;
	font-size: 1.2rem;
	letter-spacing: .1em;
	padding: 0 2.3rem .6rem 0;
	border-bottom: .1rem solid #333;
}
.header_navi_buy::after {
	content: '';
	display: block;
	width: 1.1rem;
	height: 1.1rem;
	background: url(../img/common/icon_btn_arrow_02.svg) no-repeat left top / 100% auto;
	position: absolute;
	right: 0;
	top: .5rem;
}
.header_navi_instagram {
	width: 1.7rem;
}
.header_training {
	position: fixed;
	top: 0;
	right: 0;
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
	padding: 1rem 2rem 1rem 0;
	height: 100%;
	z-index: 2000;
	opacity: 0;
	pointer-events: none;
	transition: opacity .5s;
}
.training_open .header_training {
	opacity: 1;
	pointer-events: all;
}
.header_training_inner {
	width: 41.8rem;
	border: .1rem solid #333;
	background: #C6A3A2;
	border-radius: 1rem;
	padding: 2.7rem 2.8rem 2.5rem;
}
.header_training_close {
	appearance: none;
	width: 5rem;
	height: 5rem;
	border-radius: 0;
	border: 0;
	background: none;
	display: block;
	padding: 0;
	margin: 0 .2rem -.3rem auto;
	outline: none;
	cursor: pointer;
}
.header_training_close::before,
.header_training_close::after {
	content: '';
	display: block;
	width: 5rem;
	height: .1rem;
	background: #fff;
	position: absolute;
	top: 2.4rem;
	left: 0;
	transform: rotate(12deg);
}
.header_training_close::after {
	transform: rotate(-12deg);
}
.header_training_detail {
	height: 5rem;
	margin: 0 1rem 2.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 2.5rem;
	background: #fff;
	font-size: 1.3rem;
	letter-spacing: .1em;
	box-shadow: .3rem .3rem 1rem rgba(0, 0, 0, .15);
}
.header_training h2 {
	text-align: center;
	color: #fff;
	padding-bottom: 1.2rem;
	border-bottom: .1rem solid rgba(255, 255, 255, .5);
	margin-bottom: 3rem;
}
.header_training h2 .en {
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: .06em;
}
.header_training h2 .mincho {
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: .1em;
	display: inline-block;
	padding-left: 2.1rem;
}
.header_training h2 .mincho::before {
	content: '';
	display: block;
	width: .1rem;
	height: 1.3rem;
	background: rgba(255, 255, 255, .5);
	position: absolute;
	left: 1rem;
	top: .5rem;
	transform: rotate(42deg);
}
.header_training_list {
	background: #fff;
	box-shadow: .5rem 0 1rem rgba(0, 0, 0, .1);
	border-radius: 1rem 1rem 0 0;
	padding-bottom: 5rem;
}
.header_training_list:nth-of-type(4) {
	padding-bottom: 0;
}
.header_training_list + .header_training_list {
	margin-top: -5rem;
}
.header_training_list > dt {
	height: 5rem;
	font-size: 1.3rem;
	letter-spacing: .05em;
	display: flex;
	align-items: center;
	padding-left: 5.8rem;
	border-radius: 1rem 1rem 0 0;
	cursor: pointer;
}
.header_training_list > dt::after {
	content: '';
	display: block;
	width: 2rem;
	height: 2rem;
	background: url(../img/common/icon_btn_arrow_03.svg) no-repeat left top / 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2rem;
	margin: auto 0;
}
.header_training_list > dt:not(.open)::after {
	transform: scale(1, -1);
}
.header_training_list > dt.eyelash::before {
	content: '';
	display: block;
	width: 2.5rem;
	height: 1.1rem;
	background: url(../img/common/icon_training_eyelash.svg) no-repeat left top / 100% auto;
	position: absolute;
	left: 2rem;
	top: .2rem;
	bottom: 0;
	margin: auto 0;
}
.header_training_list > dt.eyeblow::before {
	content: '';
	display: block;
	width: 2.5rem;
	height: .5rem;
	background: url(../img/common/icon_training_eyeblow.svg) no-repeat left top / 100% auto;
	position: absolute;
	left: 2rem;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.header_training_list > dt.wax::before {
	content: '';
	display: block;
	width: 2.8rem;
	height: 2rem;
	background: url(../img/common/icon_training_wax.svg) no-repeat left top / 100% auto;
	position: absolute;
	left: 2rem;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.header_training_list > dt.fragrance::before {
	content: '';
	display: block;
	width: 1rem;
	height: 2.3rem;
	background: url(../img/common/icon_training_fragrance.svg) no-repeat left top / 100% auto;
	position: absolute;
	left: 2.8rem;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.header_training_list h3 {
	font-size: 1.2rem;
	letter-spacing: .05em;
	padding-left: .1rem;
	margin-bottom: 1.4rem;
	line-height: 1.4;
	font-weight: 400;
}
.header_training_list h3 .roboto {
	display: block;
	position: relative;
	font-weight: 300;
	top: -.3rem;
}
.header_training_list h3 .mincho:last-child {
	display: block;
	font-size: 1.8rem;
	letter-spacing: .05em;
	margin-bottom: -.7rem;
}
.header_training_list h3 .mincho:first-child {
	display: block;
	font-size: 1.8rem;
	line-height: 1.3;
	letter-spacing: .05em;
	top: -.6rem;
}
.header_training_list dt.wax + dd h3 {
	margin-bottom: 1.1rem;
}
.header_training_list dt.fragrance + dd h3 .mincho:first-child {
	font-size: 1.6rem;
	letter-spacing: .15em;
}
.header_training_list h3::before {
	content: '';
	display: block;
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	background: #E4CBCA;
	position: absolute;
	left: -1.5rem;
	top: .3rem;
}
.header_training_list > dd {
	padding: 2rem 3.5rem 5rem;
	border-top: .1rem solid #E4CBCA;
}
.header_training_course h4 {
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: .1em;
	margin-bottom: .6rem;
}
.header_training_list dt.eyeblow + dd .header_training_course h4 {
	font-weight: 400;
	letter-spacing: .05em;
}
.header_training_course h4 .mincho {
	font-size: 1.8rem;
	font-weight: 400;
	margin-right: .4rem;
	letter-spacing: .05em;
	vertical-align: -.1em;
}
.header_training_note {
	font-size: 1.2rem;
	font-weight: 300;
	letter-spacing: .05em;
}
.header_training_application {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #E4CBCA;
	height: 4rem;
	border-radius: 2rem;
	font-size: 1.2rem;
	letter-spacing: .05em;
	box-shadow: .4rem .4rem 1rem rgba(0, 0, 0, .1);
	margin-top: 1.6rem;
}
.header_training_application::after {
	content: '';
	display: block;
	background: url(../img/common/icon_btn_arrow_02.svg) no-repeat left top / 100% auto;
	width: .9rem;
	height: .9rem;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2.9rem;
	margin: auto 0;
}
.header_training_course + .header_training_course {
	margin-top: 3.5rem;
}
.header_training_course_detail {
	margin-top: .8rem;
}
.header_training_course_detail > dt {
	font-size: 1.2rem;
	letter-spacing: .05em;
	cursor: pointer;
	padding: 1.1rem 0;
	border-bottom: .1rem solid #D0D0D0;
}
.header_training_course_detail > dt::after {
	content: '';
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	background: url(../img/common/icon_btn_arrow_03.svg) no-repeat left top / 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
}
.header_training_course_detail > dt:not(.open)::after {
	transform: scale(1, -1);
}
.header_training_course_detail > dd {
	border: .1rem solid #D0D0D0;
	border-top: 0;
	border-radius: 0 0 .5rem .5rem;
	padding: 1.1rem 0 1.3rem 1.8rem;
}
.header_training_course_detail > dd h5 {
	font-size: 1.2rem;
	line-height: 1.9167;
	letter-spacing: .05em;
	margin-bottom: .1rem;
}
.header_training_course_detail > dd p,
.header_training_course_detail > dd ul {
	font-size: 1.2rem;
	line-height: 1.9167;
	letter-spacing: .05em;
}
.header_training_course_detail > dd ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 21.8rem;
}
.header_training_course_detail > dd ul li::before {
	content: '';
	display: block;
	height: .1rem;
	border-top: .1rem dotted #D0D0D0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.header_training_course_detail > dd ul li + li {
	margin-top: .1rem;
}
.header_training_course_detail_item + .header_training_course_detail_item {
	border-top: .1rem solid #D0D0D0;
	margin-top: 1.3rem;
	padding-top: 1.2rem;
}
.header_training_course_detail > dd ul li span {
	background: #fff;
	z-index: 2;
}
.header_training_course_detail > dd ul li span:first-child {
	padding-right: 1rem;
}
.header_training_course_detail > dd ul li span:last-child {
	padding-left: 1rem;
}
.header_training_contact {
	background: url(../img/common/training_contact_bg.jpg) no-repeat center top / cover;
	margin-top: 1rem;
	color: #fff;
	padding: 2.2rem 2rem 3rem 3rem;
}
.header_training_contact h3 {
	font-weight: 400;
	font-size: 1.8rem;
	letter-spacing: .06em;
	margin-bottom: 7.5rem;
}
.header_training_contact_instagram {
	filter: brightness(0) invert(1);
	width: 1.7rem;
	display: block;
	position: absolute;
	top: 2.8rem;
	right: 2rem;
}
.header_training_contact h4 {
	font-size: 1.5rem;
	margin-bottom: 1.9rem;
}
.header_training_contact h4 .en {
	display: block;
	padding-left: 1.5rem;
	font-weight: 400;
	font-size: 1.5rem;
	letter-spacing: .06em;
}
.header_training_contact h4 .en::before {
	content: '';
	display: block;
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 0;
	top: .8rem;
}
.header_training_contact h4 .mincho {
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: .05em;
	display: block;
	margin-top: .8rem;
}
.header_training_contact_btn {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem .4rem;
}
.header_training_contact_form {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 5rem;
	border-radius: 2.5rem;
	font-size: 1.2rem;
	letter-spacing: .05em;
	background: #fff;
	color: #333;
	gap: 1.8rem;
	padding-right: 1.5rem;
	box-shadow: .4rem .4rem 1rem rgba(0, 0, 0, .1);
}
.header_training_contact_form::before {
	content: '';
	display: block;
	width: 2.2rem;
	height: 1.6rem;
	background: url(../img/common/icon_mail_01.svg) no-repeat left top / 100% auto;
}
.header_training_contact_tel,
.header_training_contact_line {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: .9rem;
	width: calc((100% - .4rem) / 2);
	height: 5rem;
	border-radius: 2.5rem;
	font-size: 1.3rem;
	letter-spacing: .05em;
	background: #fff;
	color: #333;
	padding-right: 1.1rem;
	box-shadow: .4rem .4rem 1rem rgba(0, 0, 0, .1);
}
.header_training_contact_line {
	gap: 1.4rem;
	padding-right: 2rem;
}
.header_training_contact_tel::before,
.header_training_contact_line::before {
	content: '';
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	background: url(../img/common/icon_tel_01.svg) no-repeat left top / 100% auto;
}
.header_training_contact_line::before {
	width: 3rem;
	height: 3rem;
	background-image: url(../img/common/icon_line.png);
}
@media (hover:hover) {
	.header_training_btn:hover {
		opacity: .6;
	}
	.header_training_btn:hover::after {
		transform: translateX(.5rem);
	}
}
@media only screen and (max-width: 768px) {
	.header_inner {
		padding: 2rem .5rem;
		margin: 0 1.5rem;
	}
	.header_logo {
		width: 8.7rem;
		right: auto;
		margin: 0 0 0 .6rem;
	}
	.header_btn {
		margin: -.1rem 0 0 auto;
		width: 3.5rem;
		height: 4rem;
	}
	.header_btn::before,
	.header_btn::after {
		width: 3.5rem;
		top: 1.6rem;
	}
	.header_btn::after {
		top: auto;
		bottom: 1.6rem;
	}
	.open .header_btn::before,
	.open .header_btn::after {
		top: 1.7rem;
	}
	.header_training_btn {
		width: 16.5rem;
		height: 4rem;
		border-radius: 2rem;
		top: 2rem;
		right: 7.5rem;
		font-size: 1.2rem;
		padding-bottom: .2rem;
	}
	.header_training_btn::before {
		width: .5rem;
		height: .5rem;
		left: 1.5rem;
	}
	.header_training_btn::after {
		width: .8rem;
		height: .7rem;
		right: 1.4rem;
	}
	.header_navi {
		width: 37rem;
		top: 1rem;
		right: 1rem;
		padding: 7.5rem 2.9rem 4.9rem;
	}
	.header_navi li + li {
		margin-top: .04rem;
	}
	.header_navi li a {
		font-size: 1.1rem;
		padding: 2rem 0 1.8rem 1.4rem;
	}
	.header_navi li a .roboto {
		font-size: 1.3rem;
	}
	.header_training {
		padding: 1rem 1rem 1rem 0;
	}
	.header_training_inner {
		width: 37rem;
		padding: 1rem 1.9rem 2.5rem;
	}
	.header_training_close {
		width: 3.5rem;
		height: 3.5rem;
		margin: 0 .2rem 3rem auto;
	}
	.header_training_close::before,
	.header_training_close::after {
		width: 3.5rem;
		top: 1.6rem;
	}
	.header_training_detail {
		margin: 0 2rem 2.2rem;
	}
	.header_training h2 {
		margin-bottom: 2rem;
	}
	.header_training_application::after {
		right: 1.8rem;
	}
	.header_training_contact {
		padding: 2.2rem 2rem 3rem;
	}
	.header_training_contact_tel,
	.header_training_contact_line {
		gap: .6rem;
		padding-right: .5rem;
	}
	.header_training_contact_line {
		gap: .8rem;
		padding-right: 1.7rem;
	}
	.header_training_contact_tel::before {
		margin-bottom: .2rem;
	}
}

/* gnav
----------------------------------------*/
.gnav {
	margin: 0 2.4rem 0 0;
	color: #fff;
}
.gnav ul {
	display: flex;
	justify-content: flex-end;
	font-size: 1.4rem;
	gap: 5.1rem;
	letter-spacing: .05em;
	padding-top: .1rem;
}
@media only screen and (max-width: 768px) {
	.gnav {
		display: none;
	}
}

/*btn
----------------------------------------*/
.btn {
	width: fit-content;
	min-width: 25rem;
	height: 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #E4CBCA;
	color: #333;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .05em;
	border-radius: 2.5rem;
	padding: 0 1.5rem .2rem 2rem;
}
.btn::before {
	content: '';
	display: block;
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: .2rem;
	left: 2rem;
	margin: auto 0;
}
@media only screen and (max-width: 768px) {
	.btn {
		min-width: 24.5rem;
		height: 4.5rem;
	}
	.btn::before {
		left: 1.6rem;
	}
}

/*contact
----------------------------------------*/
.contact {
	background: #F9EEEF;
}
.contact::before {
	content: '';
	display: block;
	position: absolute;
	top: 1rem;
	left: 1rem;
	right: 1rem;
	bottom: 1rem;
	background: url(../img/common/contact_bg_01.jpg) no-repeat center top / cover;
}
.contact_inner {
	max-width: 124rem;
	margin: 0 auto;
	color: #fff;
	padding: 8rem 0 15.5rem;
}
.contact h2 {
	font-size: 2.6rem;
	font-weight: 400;
	letter-spacing: .06em;
	margin-bottom: 13rem;
}
.contact h3 {
	margin-bottom: 1.5rem;
}
.contact h3 .en {
	display: block;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: .06em;
	padding-left: 1.5rem;
}
.contact h3 .en::before {
	content: '';
	display: block;
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 1.3rem;
}
.contact h3 .mincho {
	display: block;
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: .1em;
	margin-top: 1rem;
}
.contact p {
	max-width: 39.7rem;
	font-size: 1.3rem;
	letter-spacing: .05em;
	line-height: 2;
}
.contact_btn {
	display: flex;
	gap: 1rem;
	margin-top: 3.2rem;
}
.contact_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 28rem;
	height: 6rem;
	border-radius: 3rem;
	border: .1rem solid #333;
	background: #fff;
	box-shadow: .4rem .4rem 1rem rgba(0, 0, 0, .1);
	color: #333;
	font-size: 1.3rem;
	padding-bottom: .2rem;
	letter-spacing: .05em;
}
.contact_btn_form {
	padding-left: 2rem;
}
.contact_btn_form::before,
.contact_btn_line::before {
	content: '';
	display: block;
	width: 2.1rem;
	height: 1.5rem;
	background: url(../img/common/icon_mail_01.svg) no-repeat left top / 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 3.9rem;
	margin: auto 0;
}
.contact_btn_line {
	padding-left: 1.8rem;
}
.contact_btn_line::before {
	width: 3rem;
	height: 3rem;
	background-image: url(../img/common/icon_line.png);
	left: 5rem;
}
.contact_tel {
	display: flex;
	align-items: flex-end;
	gap: 1rem;
	margin-top: 3rem;
}
.contact_tel dt {
	font-size: 1.3rem;
	letter-spacing: .05em;
	line-height: 1;
}
.contact_tel dd {
	font-size: 1.3rem;
	letter-spacing: .05em;
}
@media only screen and (max-width: 768px) {
	.contact::before {
		top: .5rem;
		left: .5rem;
		right: .5rem;
		bottom: .5rem;
		background-image: url(../img/common/contact_bg_01-sp.jpg);
	}
	.contact_inner {
		max-width: 33rem;
		padding: 2.7rem 0 5.5rem;
	}
	.contact h2 {
		font-size: 1.8rem;
		margin-bottom: 18.2rem;
	}
	.contact h3 {
		margin-bottom: 1.6rem;
	}
	.contact h3 .en {
		font-size: 1.5rem;
	}
	.contact h3 .en::before {
		top: .8rem;
	}
	.contact h3 .mincho {
		font-size: 1.8rem;
		margin-top: 1.6rem;
		letter-spacing: .05em;
	}
	.contact p {
		max-width: none;
	}
	.contact_btn {
		gap: 1rem 0;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 4.2rem;
	}
	.contact_btn a {
		width: 16.3rem;
		height: 5rem;
		border: 0;
		font-size: 1.3rem;
	}
	.contact_btn .contact_btn_form {
		width: 100%;
		font-size: 1.2rem;
		padding-left: 2.2rem;
	}
	.contact_btn_form::before {
		width: 2.2rem;
		height: 1.6rem;
		left: 7.1rem;
	}
	.contact_btn_line {
		padding-left: 2.2rem;
	}
	.contact_btn_line::before {
		left: 2.3rem;
	}
	.contact_btn_tel {
		padding-left: 1.6rem;
	}
	.contact_btn_tel::before {
		content: '';
		display: block;
		width: 1.5rem;
		height: 1.5rem;
		background: url(../img/common/icon_tel_01.svg) no-repeat left top / 100% auto;
		position: absolute;
		top: 0;
		bottom: .2rem;
		left: 2.4rem;
		margin: auto 0;
	}
}

/*store
----------------------------------------*/
.store {
	background: #F9EEEF;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.store::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100dvh;
	background: url(../img/common/bg_grid.svg) no-repeat center center / cover;
	opacity: .7;
}
.store_ttl {
	width: 30.3rem;
	margin-right: 19.9rem;
	text-align: center;
}
.store_ttl p {
	font-size: 1.8rem;
	letter-spacing: .05em;
	margin-top: 4.2rem;
}
.store_instagram {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 7rem;
	height: 7rem;
	border-radius: 50%;
	border: .1rem solid #333;
	margin: 1.3rem auto .2rem;
}
.store_instagram img {
	width: 2.2rem;
}
.store_btn {
	width: 25%;
	display: flex;
	align-items: center;
}
.store_btn::after {
	content: '';
	display: block;
	width: 3.1rem;
	height: 3.1rem;
	background: url(../img/common/icon_btn_arrow_04.svg) no-repeat left top / 100% auto;
	position: absolute;
	right: 1rem;
	bottom: 1rem;
}
.store_btn_logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 1.4rem;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: .05em;
	padding-top: .7rem;
}
.store_btn:last-of-type .store_btn_logo .roboto {
font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
}
.store_ttl + .store_btn .store_btn_logo img {
	margin-bottom: .4rem;
}
@media only screen and (max-width: 768px) {
	.store {
		flex-wrap: wrap;
	}
	.store::before {
		background: url(../img/common/bg_grid-sp.svg) repeat-y center center / 100% auto;
	}
	.store_ttl {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 11.8rem;
	}
	.store_ttl h2 {
		width: 17.7rem;
		margin: 0 auto;
		padding: 10.5rem 0 0;
	}
	.store_ttl p {
		font-size: 1.5rem;
		margin-top: 2.5rem;
	}
	.store_instagram {
		width: 5.5rem;
		height: 5.5rem;
		margin: 1.3rem auto 0;
	}
	.store_instagram img {
		width: 1.7rem;
	}
	.store_btn {
		width: 50%;
	}
	.store_group {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		text-align: center;
		font-size: 1.5rem;
		letter-spacing: .06em;
	}
	.store_group::after {
		content: '';
		display: block;
		width: .8rem;
		height: .7rem;
		background: url(../img/common/icon_btn_arrow_01.svg) no-repeat left top / 100% auto;
		transform: rotate(90deg);
		margin: .4rem auto 1.2rem;
		filter: brightness(0);
	}
	.store_btn::after {
		width: 1.6rem;
		height: 1.6rem;
	}
	.store_btn_logo {
		gap: .8rem;
		font-size: 1.3rem;
		padding-top: .6rem;
	}
	.store_btn .store_btn_logo img {
		width: 11rem;
	}
	.store_ttl + .store_btn .store_btn_logo img {
		width: 11.1rem;
		margin: .6rem 0 0;
	}
}

/*sub_bg
----------------------------------------*/
.sub_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
.sub_bg img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

/*topicpath
----------------------------------------*/
.topicpath {
	max-width: 128rem;
	margin: 0 auto;
	color: #fff;
	padding: 12.1rem 0 0;
}
.topicpath ol {
	font-size: 1.1rem;
	letter-spacing: .05em;
	gap: 1.3rem;
	display: flex;
}
.topicpath ol li + li::before {
	content: '>';
	position: absolute;
	left: -1rem;
	top: 0;
}
.topicpath ol li:first-child a {
	opacity: .5;
}
@media only screen and (max-width: 768px) {
	.topicpath {
		margin: 0 3rem;
		padding: 9.6rem 0 0;
	}
}

/*training
----------------------------------------*/
.training {
	border: 1rem solid #F9EEEF;
	border-bottom: 0;
	background: url(../img/common/training_bg_01.jpg) no-repeat center center / cover;
}
.training_inner {
	max-width: 124rem;
	margin: 0 auto;
	color: #fff;
	padding: 6.9rem 0 22.4rem;
}
.training h2 {
	font-size: 2.6rem;
	font-weight: 400;
	letter-spacing: .06em;
	margin-bottom: 12.8rem;
}
.training h3 {
	font-size: 2.4rem;
	letter-spacing: .1em;
	font-weight: 600;
	margin-bottom: 1.5rem;
}
.training p {
	font-size: 1.3rem;
	line-height: 2;
	letter-spacing: .05em;
}
.training_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33rem;
	height: 6rem;
	border-radius: 3rem;
	background: #fff;
	color: #333;
	padding: 0 .4rem .2rem 0;
	box-shadow: 0 .4rem 1rem rgba(0, 0, 0, .12);
	margin: 4.3rem 0 0;
}
.training_btn .en {
	font-size: 1.7rem;
	letter-spacing: .06em;
	top: -.1rem;
}
.training_btn .mincho {
	font-size: 1.6rem;
	letter-spacing: .1em;
	margin-left: 2.6rem;
}
.training_btn .mincho::before {
	content: '';
	display: block;
	width: .1rem;
	height: 1.7rem;
	background: #D0D0D0;
	transform: rotate(38deg);
	position: absolute;
	top: .4rem;
	left: -1.3rem;
}
.training_btn::before {
	content: '';
	display: block;
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	background: #E4CBCA;
	position: absolute;
	top: 0;
	bottom: .2rem;
	left: 5.7rem;
	margin: auto 0;
}
.training_btn::after {
	content: '';
	display: block;
	width: .8rem;
	height: .7rem;
	background: url(../img/common/icon_btn_arrow_06.svg) no-repeat left top / 100% auto;
	position: absolute;
	top: 0;
	bottom: .2rem;
	right: 5.3rem;
	margin: auto 0;
	transition: transform .3s;
}
@media (hover:hover) {
	.training_btn:hover::after {
		transform: translateX(.5rem);
	}
}
@media only screen and (max-width: 768px) {
	.training {
		border-width: .5rem;
		border-bottom: 0;
		background-image: url(../img/common/training_bg_01-sp.jpg);
	}
	.training_inner {
		padding: 3.4rem 2.5rem 6rem;
	}
	.training h2 {
		font-size: 1.8rem;
		margin-bottom: 4.8rem;
	}
	.training h3 {
		font-size: 2rem;
		margin-bottom: 1.3rem;
	}
	.training_btn {
		margin: 2.2rem 0 0;
	}
}

/*ttl_page
----------------------------------------*/
.ttl_page {
	background: #F9EEEF;
	overflow: hidden;
	padding-bottom: 9.5rem;
	z-index: 10;
}
.ttl_page .topicpath {
	color: #333;
}
.ttl_page::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/common/bg_grid.svg) center center / 140rem auto;
	opacity: .7;
}
.ttl_page h1 {
	max-width: 124rem;
	margin: 7.9rem auto 0;
	font-weight: 400;
	font-size: 1.2rem;
	letter-spacing: .05em;
}
.ttl_page h1 .en {
	font-size: 3.6rem;
	display: block;
	letter-spacing: .06em;
	margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
	.ttl_page {
		padding-bottom: 6.5rem;
	}
	.ttl_page::before {
		background: url(../img/common/bg_grid-sp.svg) repeat-y left top / 100% auto;
	}
	.ttl_page h1 {
		margin: 3.1rem 3rem 0;
	}
	.ttl_page h1 .en {
		font-size: 3.4rem;
		margin-bottom: .7rem;
	}
}

/*footer
----------------------------------------*/
.footer {
	background: rgba(255, 255, 255, .2);
	backdrop-filter: blur(1rem);
	color: #fff;
	overflow: hidden;
}
.footer::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100dvh;
	background: url(../img/common/bg_grid.svg) no-repeat center center / cover;
	opacity: .1;
}
.footer_pagetop {
	display: block;
	position: absolute;
	right: 7.9rem;
	bottom: 3.2rem;
	width: 7.5rem;
	height: 10rem;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1;
	z-index: 1000;
	white-space: nowrap;
}
.footer_pagetop::after {
	content: '';
	display: block;
	width: 5rem;
	height: 5rem;
	border-top: .1rem solid #fff;
	border-right: .1rem solid #fff;
	transform: rotate(-45deg);
	position: absolute;
	left: 0;
	right: 0;
	bottom: .8rem;
	margin: 0 auto;
}
.footer_navi {
	display: flex;
	gap: 3.4rem;
	font-size: 1.7rem;
	font-weight: 400;
	letter-spacing: .05em;
	margin-bottom: 2.7rem;
}
.footer_link {
	display: flex;
	margin-bottom: 6rem;
	font-size: 1.5rem;
	letter-spacing: .05em;
	gap: 3.4rem;
}
.footer_link li + li::before {
	content: '';
	display: block;
	width: .1rem;
	height: 1.3rem;
	background: #fff;
	transform: rotate(38deg);
	position: absolute;
	left: -1.8rem;
	top: .6rem;
}
.footer_inner {
	padding: 43rem 8rem 5.6rem;
}
.footer .copyright {
	display: block;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .1em;
}
@media only screen and (max-width: 768px) {
	.footer::before {
		background: url(../img/common/bg_grid-sp.svg) repeat-y center center / 100% auto;
	}
	.footer_pagetop {
		position: relative;
		right: auto;
		bottom: auto;
		width: 7rem;
		height: 7rem;
		font-size: 1.2rem;
		margin: 0 auto 13.9rem;
	}
	.footer_pagetop::after {
		width: 3.5rem;
		height: 3.5rem;
		bottom: 0;
	}
	.footer_navi {
		display: none;
	}
	.footer_link {
		justify-content: center;
		margin-bottom: 15.5rem;
		font-size: 1.3rem;
		gap: 2.8rem;
	}
	.footer_link li + li::before {
		opacity: .3;
		top: .4rem;
	}
	.footer_inner {
		padding: 4.6rem 2rem 3.6rem;
	}
	.footer .copyright {
		text-align: center;
		font-size: 1.2rem;
		font-weight: 300;
	}
}

/*inview
----------------------------------------*/
.inview {
	opacity: 0;
	transform: translateY(5rem);
	transition: opacity .5s, transform .5s;
	transition-timing-function: linear;
}
.inview.show {
	opacity: 1;
	transform: none;
}