@charset "UTF-8";

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

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

#main .container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 1200px;
	height: 580px;
	position: relative;
	z-index: 0;
}

#main .green {
	width: 442px;
	height: 451px;
	overflow: hidden;
	position: absolute;
	top: 55px;
	right: -170px;
	z-index: -1;
}

#main .polygon {
	width: 870px;
	height: 580px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -320px;
	clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
	z-index: -1;
}

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

#main .row {
	text-align: left;
}

#main .open {
	display: inline-block;
	vertical-align: top;
	height: 42px;
	padding: 0 1em;
	border-radius: 40px;
	background: #3FA7D1;
	font-weight: 600;
	font-size: 30px;
	line-height: 38px;
	color: #fff;
}

#main .copy {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 46px;
	line-height: 1.4;
}

#main .copy span {
	font-weight: 600;
	font-size: 56px;
	color: #457B9D;
}

#main .copy span.area {
	font-size: 20px;
	font-weight: 600;
	color: var(--text-color);
	margin-bottom: 20px;
	letter-spacing: 0.05em;
}

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

#main .skin li:not(:last-of-type) {
	margin-right: 0.9em;
}

#main .skin li span {
	font-size: 24px;
}

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

#main .reserve ul {
	display: flex;
	gap: 20px;
	margin-top: 30px;
}

#main .reserve li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	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);
}

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

#campaign {
	margin-bottom: 100px;
}

#campaign .container {
	width: 1200px;
}

#campaign h2 {
	margin-bottom: 60px;
	font-size: 44px;
	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;
	margin-top: 10px;
	font-weight: 600;
	font-size: 24px;
	line-height: 1;
}

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

#campaign ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 50px;
}

#campaign li img {
	height: 191px;
}

#campaign .banner img {
	width: 1100px;
	height: 120px;
}

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

#top_korea_banner {
	margin-bottom: 100px;
}

.korea_link {
	display: block;
	text-decoration: none;
}

.korea_banner_inner {
	display: flex;
	align-items: center;
	background: linear-gradient(135deg, #fff, var(--bg-light));
	border-radius: 30px;
	overflow: hidden;
	border: 1px solid var(--accent-pale);
	transition: all 0.4s ease;
}

.korea_banner_img {
	flex: 0 0 40%;
	line-height: 0;
}

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

.korea_banner_text {
	flex: 1;
	padding: 40px;
}

.new_tag {
	display: inline-block;
	background: var(--main-color);
	color: #fff;
	padding: 4px 12px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
}

.korea_banner_text h3 {
	font-size: 24px;
	color: var(--dark-blue);
	margin-bottom: 10px;
}

.more_btn {
	display: inline-block;
	margin-top: 20px;
	color: var(--main-color);
	font-weight: bold;
	border-bottom: 2px solid var(--main-color);
}


/* ベースのスタイルを少し調整：光のエフェクト用の準備 */
.korea_banner_inner {
	display: flex;
	align-items: center;
	background: linear-gradient(135deg, #fff, var(--bg-light));
	border-radius: 30px;
	overflow: hidden;
	border: 1px solid var(--accent-pale);
	position: relative; /* 光のエフェクトの基準点 */
	
	/* hover時のアニメーションを滑らかにする設定 */
	transition: 
		transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
		box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
		border-color 0.4s ease;
	box-shadow: 0 5px 15px rgba(69, 123, 157, 0.05); /* 初期状態の柔らかい影 */
}

/* 1. 全体の浮き上がりと影の強調 */
@media (min-width: 769px) {
	.korea_link:hover .korea_banner_inner {
		transform: translateY(-8px) scale(1.01); /* 少し浮いて、わずかに大きく */
		box-shadow: 0 20px 40px rgba(63, 167, 209, 0.15); /* メインカラーのシアーな影 */
		border-color: var(--main-color); /* 枠線をメインカラーに */
	}

	/* 2. 画像のズームイン */
	.korea_banner_img {
		overflow: hidden; /* はみ出しをカット */
	}

	.korea_banner_img img {
		transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
	}

	.korea_link:hover .korea_banner_img img {
		transform: scale(1.08); /* 画像をゆっくり拡大 */
	}

	/* 3. ガラスのような光が走るエフェクト */
	.korea_banner_inner::after {
		content: "";
		position: absolute;
		top: 0;
		left: -100%;
		width: 50%;
		height: 100%;
		background: linear-gradient(
			to right, 
			rgba(255, 255, 255, 0) 0%, 
			rgba(255, 255, 255, 0.6) 50%, 
			rgba(255, 255, 255, 0) 100%
		);
		transform: skewX(-25deg); /* 斜めにする */
		transition: none; /* 初期状態ではアニメーションさせない */
	}

	.korea_link:hover .korea_banner_inner::after {
		left: 150%;
		transition: left 0.8s ease-in-out; /* マウスを乗せた瞬間だけ光が走る */
	}

	/* 4. ボタンのアンダーラインのアニメーション */
	.more_btn {
		position: relative;
		border-bottom: none; /* 初期の下線を消す */
		transition: color 0.3s ease;
	}

	.more_btn::after {
		content: "";
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 0; /* 最初は幅ゼロ */
		height: 2px;
		background-color: var(--main-color);
		transition: width 0.3s ease;
	}

	.korea_link:hover .more_btn {
		color: var(--dark-blue); /* 文字色を少し濃く */
	}

	.korea_link:hover .more_btn::after {
		width: 100%; /* 下線がスッと伸びる */
	}
}

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

#special {
	margin-bottom: 100px;
}

#special h2 {
	margin-bottom: 40px;
	font-size: 44px;
	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: 24px;
	font-weight: 600;
	line-height: 1;
	margin-top: 10px;
}

#special .lead {
	margin-bottom: 40px;
}

#special .row {
	margin-bottom: 100px;
	padding: 60px 120px;
	background: #F8F9FA;
}

#special .row dl {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: solid 1px #3FA7D1;
	font-size: 24px;
}

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

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

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

#certificate {
	margin-bottom: 100px;
	padding: 60px 0;
	background: #F8F9FA;
}

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

#certificate .green {
	width: 200px;
	height: 200px;
	position: absolute;
	bottom: 0;
	left: -60px;
}

#certificate .pic {
	margin-right: 30px;
	cursor: pointer;
	transition: .4s;
}

#certificate .pic img {
	height: 312px;
}

#certificate .pic:hover {
	opacity: 0.6;
}

#certificate h2 {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 36px;
	line-height: 1;
	color: #E4C5A6;
}

#certificate h2 .en {
	display: inline-block;
	vertical-align: top;
	font-family: "Jost", serif;
	font-weight: 500;
	font-size: 50px;
}

#certificate h2 .ja {
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	font-weight: 700;
	line-height: 44px;
}

#certificate p {
	font-weight: 500;
	font-size: 20px;
	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 {
	width: 466px;
	height: 624px;
	position: relative;
}

#certificate .modal .close {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #231815;
	position: absolute;
	top: -20px;
	right: -20px;
	cursor: pointer;
	transition: .4s;
}

#certificate .modal .close:hover {
	opacity: 0.6;
}

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

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

#product {
	margin-bottom: 100px;
}

#product h2 {
	margin-bottom: 40px;
	font-size: 44px;
	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: 24px;
	font-weight: 600;
	line-height: 1;
	margin-top: 10px;
}

#special .lead {
	margin-bottom: 40px;
}

.product-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	gap: 30px;
	margin-bottom: 50px;
}

.product-card {
	transition: transform 0.3s ease;
}

.product-card:hover {
	transform: translateY(-5px);
}

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

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

.product-image img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	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;
	height: 50px;
	padding: 0 3em;
	border-radius: 50px;
	background: var(--main-color);
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 50px;
	color: #fff;
	transition: background 0.3s, transform 0.2s;
}

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

#product .view-more a:hover {
	background: var(--dark-blue);
	transform: translateY(-2px);
}

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

#concept .container {
	margin-bottom: 100px;
	padding: 100px 0 80px;
	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: 60px;
	font-size: 44px;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	color: #3FA7D1;
}

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

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

#concept h3 {
	margin-bottom: 40px;
	text-align: center;
	font-size: 30px;
	line-height: 1.4;
	color: #457B9D;
}

#concept figure {
	width: 860px;
	height: 480px;
	margin: 0 auto 40px;
	position: relative;
}

#concept .txt01 {
	margin: 0 160px 15px;
	text-align: justify;
}

#concept .txt01 p {
	margin-bottom: 60px;
}

#concept .nayami {
	margin: 0 180px 60px;
}

#concept .nayami ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: left;
}

#concept .nayami li {
	min-width: 50%;
}

#concept .tokucho {
	display: flex;
	justify-content: center;
	gap: 50px;
	margin-bottom: 60px;
	text-align: left;
}

#concept .tokucho_row {
	width: 35%;
	text-align: left;
}

#concept .tokucho_row h3 {
	margin-bottom: 15px;
	text-align: left;
}

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

#concept .belleclinic {
	margin: 0 50px;
	padding: 50px 70px;
	background: #fff;
}

#concept .belleclinic h3 {
	font-size: 26px;
}

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

#concept .belleclinic .text p {
}

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

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

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

#point h2 {
	margin-bottom: 40px;
	font-weight: 500;
	font-size: 35px;
	line-height: 1;
	color: #3FA7D1;
}

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

#point h2 .ja {
	font-weight: 700;
	font-size: 46px;
}

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

#point .lead {
	margin-bottom: 40px;
	text-align: center;
	font-weight: 500;
	font-size: 30px;
	line-height: 1.4;
	color: #457B9D;
}

#point .bg {
	margin-bottom: 100px;
	padding: 10px;
	background: #3FA7D1;
	color: #fff;
}

#point .border1 {
	padding: 10px;
	border: solid 3px #E4C5A6;
}

#point .border2 {
	padding: 80px 45px 20px 35px;
	border: solid 1px #E4C5A6;
}

#point .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 90px;
}

#point details {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

#point summary {
	display: flex;
}

#point .num {
	width: 202px;
}

#point .summary-text {
	display: none;
}

#point .open-btn {
	display: none;
}

#point details:not([open]) .content {
	display: flex !important;
	justify-content: space-between;
}

#point .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 750px;
}

#point .content p {
	width: 498px;
	text-align: justify;
}

#point .content figure {
	width: 222px;
	height: 208px;
}

#point .content figure img {
	width: 222px;
	height: 208px;
}
















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

#quality h2 {
	margin-bottom: 60px;
	font-size: 44px;
	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: 24px;
	font-weight: 600;
	line-height: 1;
	margin-top: 10px;
}

#quality .flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

#quality .box {
	width: 510px;
	text-align: justify;
}

#quality figure {
	height: 255px;
	overflow: hidden;
	margin-bottom: 20px;
}

#quality figure img {
	width: 100%;
	height: auto;
	aspect-ratio: 640 / 320;
	object-fit: cover;
}

#quality h3 {
	margin-bottom: 15px;
	font-size: 22px;
	color: #457B9D;
}

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

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

#school {
	margin-bottom: 100px;
}

#school .container {
	display: flex;
	align-items: center;
	height: 544px;
	padding-left: 170px;
	position: relative;
	z-index: 0;
}

#school figure {
	height: 544px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

#school .row {
	text-align: left;
	text-shadow: 
		0 0 10px rgba(255, 255, 255, 1.0), 
		0 0 10px rgba(255, 255, 255, 0.8), 
		0 0 15px rgba(255, 255, 255, 0.8),
		0 0 15px rgba(255, 255, 255, 0.8);
	line-height: 1.3;
	color: #493922;
}

#school h2 {
	margin-bottom: 5px;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS Mincho", serif;
	font-weight: bold;
	font-size: 26px;
	color: #493922;
}

#school .price {
	margin-bottom: 5px;
	margin-left: 30px;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS Mincho", serif;
	font-weight: bold;
	font-size: 36px;
	color: #bfa072;
}

#school .price span {
	font-size: 74px;
}

#school ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 360px;
	margin-left: 30px;
	margin-bottom: 30px;
	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: 20px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.7;
}

#school .btn a {
	display: inline-block;
	position: relative;
	padding: 12px 30px 13px 40px;
	color: #b0915a;
	text-decoration: none;
	background-color: #ffffff;
	border: 2px solid #b0915a;
	font-weight: 500;
	font-size: 18px;
	transition: all 0.3s ease;
	z-index: 1;
}

#school .btn a::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	border: 1px solid #b0915a;
	z-index: -1;
}

#school .btn a:hover {
	opacity: 0.8;
	background-color: #fdfaf5;
}

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

#recruit {
	padding: 80px 0;
	background: var(--bg-light);
}

/* PC用レイアウト調整 */
.flex-pc {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1100px;
	margin: 0 auto;
	gap: 50px; /* 要素間のゆとり */
}

#recruit h2 {
	flex-shrink: 0;
	text-align: left;
	font-size: 44px;
	font-weight: 500;
	line-height: 1;
	color: #3FA7D1;
}

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

#recruit h2 .ja {
	display: block;
	margin-top: 10px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	color: var(--dark-blue);
}

.rc-main {
	flex: 1;
	padding-left: 50px;
	border-left: 1px solid rgba(63, 167, 209, 0.4); /* メインカラーの薄い線 */
}
.rc-main h3 {
	font-size: 1.6rem;
	color: var(--text-color);
	margin-bottom: 15px;
	line-height: 1.6;
}
.rc-main p {
	font-size: 1rem;
	color: #555;
	margin-bottom: 30px;
}

#recruit figure {
	flex-shrink: 0;
}

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

/* 二重線ボタン */
.btn-db {
	display: inline-block;
	position: relative;
	padding: 18px 40px 18px 50px;
	color: var(--main-color);
	background: #fff;
	border: 2px solid var(--main-color);
	font-weight: bold;
	text-decoration: none;
	transition: 0.3s;
}
.btn-db::before {
	content: "";
	position: absolute;
	top: 3px; left: 3px; right: 3px; bottom: 3px;
	border: 1px solid var(--main-color);
}
.btn-db:hover {
	background: var(--main-color);
	color: #fff;
	transform: translateY(-3px);
}