@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document main
--------------------------------------------------------- */

#main {
	overflow: hidden;
	margin-bottom: 10vw;
	background: rgba(63, 167, 209, 0.1) url(../images/visual.svg) no-repeat bottom / 200% 410px;
	position: relative;
}

#main .green {
	width: 55vw;
	height: 55vw;
	overflow: hidden;
	position: absolute;
	top: 32vw;
	right: -10vw;
	z-index: 2;
}

#main .polygon {
	height: 57vw;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#main .polygon img {
	width: 100%;
	height: auto;
	aspect-ratio: 1536 / 1024;
	object-fit: cover;
}

#main .row {
	margin-top: -11vw;
	padding: 0 5vw;
	text-align: left;
	position: relative;
	z-index: 3;
}

#main .open {
	display: inline-block;
	vertical-align: top;
	height: 8vw;
	margin-bottom: 4vw;
	padding: 0 1em;
	border-radius: 8vw;
	background: #3FA7D1;
	font-weight: 600;
	font-size: 4vw;
	line-height: 8vw;
	color: #fff;
}

#main .copy {
	margin-bottom: 4vw;
	font-weight: 700;
	font-size: 7vw;
	line-height: 1.3;
}

#main .copy span.big {
	font-size: 9vw;
	color: #457B9D;
}

#main .copy span.area {
	font-size: 3.5vw;
	font-weight: 600;
	color: #231815;
}

#main .skin {
	display: flex;
	gap: 3.5vw;
	margin-bottom: 8vw;
	font-weight: 700;
	font-size: 4.5vw;
	text-decoration: underline dashed rgba(35, 24, 21, 0.5) 2px;
	text-decoration-skip-ink: none;
	text-underline-offset: 0.65em;
}

#main .reserve ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8vw;
}

#main .reserve li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 49%;
	height: 54px;
	border-radius: 27px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	font-weight: bold;
	font-size: 18px;
	transition: transform 0.3s, opacity 0.3s;
	cursor: pointer;
}

#main .reserve .line {
	background: #06C755;
	color: #fff;
}

#main .reserve .hpb {
	background: #F5B110;
	color: #fff;
}

#main .reserve li img {
	height: 22px;
	margin-right: 8px;
}

#main .reserve li:hover {
	opacity: 1;
	transform: translateY(-3px);
}

#main .salon {
	width: 100%;
	height: 9vw;
	overflow: hidden;
	font-family: "Jost", serif;
	font-weight: 500;
	font-size: 9vw;
	line-height: 1;
	color: rgba(255, 255, 255, 0.2);
	position: absolute;
	bottom: -1vw;
	left: 0;
	z-index: 3;
}

/* ---------------------------------------------------------
	CSS Document campaign
--------------------------------------------------------- */

#campaign {
	margin: 0 5vw 15vw;
}

#campaign h2 {
	margin-bottom: 8vw;
	font-size: 8vw;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	color: #3FA7D1;
}

#campaign h2 .en {
	font-family: "Jost", serif;
	font-weight: 500;
}

#campaign h2 .ja {
	display: block;
	font-size: 4vw;
	font-weight: bold;
	line-height: 1;
	margin-top: 10px;
}

#campaign h2 .tag {
	display: inline-block;
	vertical-align: 0.15em;
	margin-left: 10px;
	padding: 2px 8px;
	border-radius: 4px;
	background: #EF829B;
	font-size: 3.2vw;
	line-height: 1.5;
	color: #fff;
}

#campaign ul {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 8vw;
	white-space: nowrap;
}

#campaign li {
	flex: 0 0 auto;
}

#campaign li img {
	display: block;
	width: auto;
	height: 140px;
}

#campaign .banner {
	height: 32.1416vw;
}

/* ---------------------------------------------------------
	CSS Document special
--------------------------------------------------------- */

#special {
	margin: 0 5vw 15vw;
}

#special h2 {
	margin-bottom: 8vw;
	font-size: 8vw;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	color: #3FA7D1;
}

#special h2 .en {
	font-family: "Jost", serif;
	font-weight: 500;
}

#special h2 .ja {
	display: block;
	font-size: 4vw;
	font-weight: bold;
	line-height: 1;
	margin-top: 10px;
}

#special .lead {
	margin-bottom: 5vw;
}

#special .row {
	margin-bottom: 15vw;
	padding: 5vw;
	background: #F8F9FA;
}

#special .row dl {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: solid 1px #3FA7D1;
	line-height: 1.5;
}

#special .row dt {
	text-align: left;
	font-weight: 500;
}

#special .row dd {
	font-weight: 500;
	color: #457B9D;
}

#special .row .tax {
	font-size: 3vw;
}

/* ---------------------------------------------------------
	CSS Document top_korea_banner
--------------------------------------------------------- */

#top_korea_banner {
	margin: 0 5vw 15vw;
}

.korea_link {
	text-decoration: none;
	display: block;
	-webkit-tap-highlight-color: transparent;
}

.korea_banner_inner {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(63, 167, 209, 0.12);
	position: relative;
}

.korea_banner_img {
	width: 100%;
	height: 220px;
	overflow: hidden;
}

.korea_banner_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.new_tag {
	padding: 5px 12px 3px;
	border-radius: 50px;
	background: var(--dark-blue);
	font-family: "Jost", serif;
	font-weight: 500;
	font-size: 3.5vw;
	color: #fff;
	position: absolute;
	top: 15px;
	right: 15px;
}

.korea_banner_text {
	padding: 25px 0;
	text-align: center;
	background: #fff;
}

.korea_banner_text h3 {
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 5.3vw;
	line-height: 1.4;
	color: var(--dark-blue);
}

.korea_banner_text p {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 3.8vw;
	color: var(--main-color);
}

#top_korea_banner .more_btn {
	display: inline-block;
	vertical-align: top;
	padding: 0 2.5em;
	border-radius: 14vw;
	background: var(--main-color);
	text-decoration: none;
	font-family: "Jost", serif;
	font-weight: 500;
	font-size: 4vw;
	line-height: 14vw;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document certificate
--------------------------------------------------------- */

#certificate {
	margin-bottom: 15vw;
	padding: 15vw 5vw;
	background: #F8F9FA;
}

#certificate .container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

#certificate .green {
	width: 140px;
	height: 140px;
	position: absolute;
	bottom: -20px;
	left: -70px;
}

#certificate .pic {
	margin-right: 4vw;
}

#certificate .pic img {
	width: auto;
	height: 54vw;
	aspect-ratio: 233 / 312;
	object-fit: cover;
}

#certificate .row {
	width: 40%;
}

#certificate h2 {
	margin-bottom: 5vw;
	font-weight: 500;
	font-size: 5vw;
	line-height: 1.8;
	color: #E4C5A6;
}

#certificate h2 .en {
	display: block;
	font-family: "Jost", serif;
	font-weight: 500;
	font-size: 7vw;
	line-height: 1.1;
}

#certificate h2 .ja {
	display: block;
	font-weight: bold;
}

#certificate p {
	text-align: justify;
	line-height: 1.9;
}

#certificate .overlay {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

#certificate .modal {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#certificate .modal .image {
	position: relative;
}

#certificate .modal .image img {
	width: auto;
	height: 120vw;
	aspect-ratio: 233 / 312;
	object-fit: cover;
}

#certificate .modal .close {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	margin: 5vw auto 0;
	border-radius: 100%;
	background: #231815;
}

#certificate .modal .close img {
	width: 18px;
	height: 18px;
}

/* ---------------------------------------------------------
	CSS Document product
--------------------------------------------------------- */

#product {
	margin: 0 5vw 15vw;
}

#product h2 {
	margin-bottom: 8vw;
	font-size: 8vw;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	color: #3FA7D1;
}

#product h2 .en {
	font-family: "Jost", serif;
	font-weight: 500;
}

#product h2 .ja {
	display: block;
	font-size: 4vw;
	font-weight: bold;
	line-height: 1;
	margin-top: 10px;
}

#product .lead {
	margin-bottom: 5vw;
}

.product-grid {
	display: flex;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	gap: 15px;
	scroll-snap-type: x mandatory;
	margin-bottom: 7vw;
}

.product-card {
	flex: 0 0 120px;
	scroll-snap-align: start;
	white-space: normal;
}

.product-card a {
	display: block;
	text-decoration: none;
}

.product-image {
	height: 120px;
	overflow: hidden;
}

.product-image img {
	width: 120px;
	height: 120px;
	background-color: #f9f9f9;
}

.product-info {
	margin-top: 10px;
	text-align: center;
	line-height: 1.3;
}

.product-name {
	font-weight: bold;
	font-size: 0.9rem;
	letter-spacing: 0.1em;
}

.product-price {
	margin-top: 5px;
	font-size: 0.8rem;
	color: #666;
}

#product .view-more a {
	display: inline-block;
	vertical-align: top;
	padding: 0 2.5em;
	border-radius: 14vw;
	background: var(--main-color);
	text-decoration: none;
	font-family: "Jost", serif;
	font-weight: 500;
	font-size: 4vw;
	line-height: 14vw;
	color: #fff;
}

#product .view-more a:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 5vw;
	height: 13.5vw;
	margin: 0 7px 0 -5px;
	background: url(../top/product_cart.svg) no-repeat left / 100% auto;
}

/* ---------------------------------------------------------
	CSS Document concept
--------------------------------------------------------- */

#concept .container {
	margin-bottom: 15vw;
	padding: 15vw 5vw;
	background-image: linear-gradient(135deg, #F8F9FA 41.67%, rgba(168, 218, 220, 0.6) 41.67%, rgba(168, 218, 220, 0.6) 50%, #F8F9FA 50%, #F8F9FA 91.67%, rgba(168, 218, 220, 0.6) 91.67%, rgba(168, 218, 220, 0.6) 100%);
	background-size: 8.49px 8.49px;
}

#concept h2 {
	margin-bottom: 8vw;
	font-size: 8vw;
	font-weight: 700;
	line-height: 1;
	color: #3FA7D1;
}

#concept h2 .en {
	display: block;
	font-family: "Jost", serif;
	font-weight: 500;
}

#concept h2 .ja {
	display: block;
	font-size: 4vw;
	font-weight: bold;
	line-height: 1;
	margin-top: 10px;
}

#concept h3 {
	margin-bottom: 8vw;
	font-weight: bold;
	font-size: 4vw;
	line-height: 1.8;
	color: #457B9D;
}

#concept figure {
	height: 50.22906666666667vw;
	margin-bottom: 8vw;
	position: relative;
}

#concept figcaption {
	font-weight: 600;
	font-size: 3vw;
	color: #fff;
	position: absolute;
	right: 4vw;
	bottom: 3vw;
}

#concept .txt01 p {
	margin-bottom: 8vw;
	text-align: justify;
}

#concept .nayami {
	margin-bottom: 8vw;
}

#concept .nayami h3 {
	margin-bottom: 2vw;
}

#concept .tokucho_row {
	margin-bottom: 8vw;
}

#concept .tokucho_row h3 {
	margin-bottom: 2vw;
}

/* ---------------------------------------------------------
	CSS Document belleclinic
--------------------------------------------------------- */

#concept .belleclinic {
	padding: 5vw;
	background: #fff;
}

#concept .belleclinic h3 {
	margin-bottom: 3vw;
}

#concept .belleclinic .text {
	text-align: left;
}

#concept .belleclinic .text h4 {
	margin-top: 2em;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 4vw;
}

#concept .belleclinic .text .note {
	margin-top: 1em;
	margin-bottom: 3em;
	font-size: 14px;
}

/* ---------------------------------------------------------
	CSS Document point
--------------------------------------------------------- */

#point h2 {
	margin-bottom: 6vw;
	font-weight: 700;
	font-weight: bold;
	font-size: 4.5vw;
	line-height: 1;
	color: #3FA7D1;
}

#point h2 .en {
	font-family: "Jost", serif;
	font-weight: 500;
	font-size: 6.5vw;
}

#point h2 .ja {
	font-size: 7vw;
}

#point h2 i {
	display: inline-block;
	vertical-align: -0.05em;
	font-family: "Jost", serif;
	font-weight: 500;
	font-size: 11vw;
}

#point .lead {
	margin-bottom: 6vw;
	text-align: center;
	font-weight: bold;
	font-size: 4vw;
	line-height: 1.6;
	color: #457B9D;
}

#point .bg {
	margin: 0 5vw 15vw;
	padding: 5px;
	background: #3FA7D1;
	color: #fff;
}

#point .border1 {
	padding: 10vw 5vw 5vw;
	border: solid 2px #E4C5A6;
}

#point .box:not(:last-of-type) {
	margin-bottom: 15vw;
}

#point .num {
	margin-bottom: 6vw;
}

#point .num img {
	width: auto;
	height: 120px;
}

#point .box:not(:last-of-type) {
	margin-bottom: 8vw;
	padding-bottom: 4vw;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#point summary {
	display: block;
}

#point summary::-webkit-details-marker {
	display: none;
}

#point .summary-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 4vw;
	font-size: 3.8vw;
	line-height: 1.6;
	text-align: justify;
	color: #fff;
}

#point .open-btn {
	display: inline-flex;
	align-items: center;
	font-size: 3.5vw;
	font-weight: 700;
	color: #fff;
	border: 1px solid #fff;
	padding: 1.5vw 4vw;
	border-radius: 50px;
	margin-bottom: 4vw;
}

#point .icon {
	position: relative;
	width: 10px;
	height: 10px;
	margin-left: 8px;
}

#point .icon::before,
#point .icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 2px;
	background: #fff;
	transform: translate(-50%, -50%);
	transition: 0.3s;
}

#point .icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

/* -------------------------------------------
   開いた時（details[open]）の状態
------------------------------------------- */

#point details[open] summary .summary-text,
#point details[open] summary .open-btn {
	display: none;
}

#point .content {
	animation: fadeIn 0.6s ease;
}

@keyframes fadeIn {
	0% { opacity: 0; transform: translateY(-5px); }
	100% { opacity: 1; transform: translateY(0); }
}

#point .content p {
	margin-bottom: 6vw;
	font-size: 3.8vw;
	line-height: 1.8;
	text-align: justify;
}

#point .content figure {
	height: 76vw;
}

#point .content figure img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}

/* ---------------------------------------------------------
	CSS Document quality
--------------------------------------------------------- */

#quality {
	margin-bottom: 15vw;
}

#quality h2 {
	margin-bottom: 8vw;
	font-size: 8vw;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	color: #3FA7D1;
}

#quality h2 .en {
	font-family: "Jost", serif;
	font-weight: 500;
}

#quality h2 .ja {
	display: block;
	font-size: 4vw;
	font-weight: bold;
	line-height: 1;
	margin-top: 10px;
}

#quality .lead {
	margin-bottom: 6vw;
	text-align: center;
	font-weight: bold;
	font-size: 4vw;
	line-height: 1.6;
	color: #457B9D;
}

#quality figure {
	height: 50vw;
	overflow: hidden;
}

#quality .row {
	margin: 5vw;
	text-align: justify;
}

#quality h3 {
	margin-bottom: 15px;
	font-size: 5.5vw;
	line-height: 1.5;
	color: #457B9D;
}

#quality .row p {
	margin-bottom: 1.5em;
}

/* ---------------------------------------------------------
	CSS Document school
--------------------------------------------------------- */

#school {
	padding: 10vw 0 15vw;
	background: #fdfaf5;
}

#school .container {
	width: 90%;
	margin: 0 auto;
}

#school figure {
	margin-bottom: 6vw;
}

#school figure img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

#school h2 {
	text-align: center;
	font-size: 5.5vw;
	line-height: 1.4;
	color: #493922;
}

#school .price {
	margin-bottom: 5px;
	margin-left: 30px;
	font-weight: 500;
	font-size: 4.5vw;
	color: #bfa072;
}

#school .price span {
	margin-right: 5px;
	font-family: "Jost", serif;
	font-weight: 500;
	font-size: 8vw;
}

#school ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 5vw;
	padding: 10px 15px;
	border-radius: 120px;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0 0 10px rgba(219, 200, 167, 0.8);
}

#school ul li:before {
	content: '・';
	margin: 0 0.2em;
}

#school ul li:nth-of-type(1):before,
#school ul li:nth-of-type(7):before {
	content: '';
}

#school p {
	margin-bottom: 8vw;
	text-align: center;
	font-size: 3.8vw;
	line-height: 1.8;
}

#school .btn a {
	display: inline-block;
	vertical-align: top;
	padding: 0 2.2em 0 2.5em;
	border-radius: 14vw;
	background: var(--main-color);
	text-decoration: none;
	font-size: 3.5vw;
	line-height: 14vw;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document recruit
--------------------------------------------------------- */

#recruit {
	padding: 10vw 0 15vw;
	background: var(--bg-light);
}

#recruit .container {
	display: flex;
	flex-direction: column;
	width: 90%;
	margin: 0 auto;
}

#recruit figure {
	order: 1;
	margin-bottom: 10vw;
	text-align: center;
}

#recruit figure img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 10px 10px 0px rgba(63, 167, 209, 0.1);
}

#recruit h2 {
	order: 2;
	margin-bottom: 8vw;
	font-size: 8vw;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	color: #3FA7D1;
}

#recruit h2 .en {
	font-family: "Jost", serif;
	font-weight: 500;
}

#recruit h2 .ja {
	display: block;
	font-size: 4vw;
	font-weight: bold;
	line-height: 1;
	margin-top: 10px;
}

.rc-main {
	order: 3;
	padding: 8vw 0 0 0;
	border-top: 1px solid rgba(63, 167, 209, 0.6);
	text-align: center;
}

.rc-main h3 {
	font-size: 5vw;
	color: #333;
	margin-bottom: 4vw;
	line-height: 1.5;
}

.rc-main p {
	font-size: 3.8vw;
	color: #555;
	margin-bottom: 8vw;
	line-height: 1.8;
}

.btn-db {
	display: inline-block;
	vertical-align: top;
	padding: 0 2.2em 0 2.5em;
	border-radius: 14vw;
	background: var(--dark-blue);
	text-decoration: none;
	font-size: 3.5vw;
	line-height: 14vw;
	color: #fff;
}
