@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
HOME
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- ヘッダー
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
header {
	height: initial;
}

.header-inner {
	transition: var(--transition);
}

header:not(._open):not(._change) .header-inner {
	border-color: transparent;
	box-shadow: initial;
	background-color: transparent;
}

header:not(._open):not(._change) .header-logo {
	visibility: hidden;
	opacity: 0;
}

header:not(._open):not(._change) .header-toggle {
	box-shadow: 0 0 4px rgb(0, 0, 0, 0.08);
	background: var(--color_white);
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- ページヘッダー
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-header {
	--content-width: var(--content-width_large);
	position: relative;
	z-index: 0;
	padding-top: 15px;
}

.home-header .img {
	position: absolute;
	inset: 0 0 auto;
	z-index: -2;
	height: 72%;
	margin-inline: auto;
	border-radius: 0 0 50px 50px;
	object-fit: cover;
	object-position: left center;
}

.home-header .logo {
	margin-bottom: 115px;
}

.home-header .logo:hover {
	opacity: var(--opacity);
}

.home-header .heading-ja {
	font-size: min(calc(100vw * 24 / 375), 40px);
	line-height: inherit;
	letter-spacing: var(--letter-spacing);
}

.home-header .heading-en {
	margin-inline: -4%;
	font-size: min(calc(100vw * 33 / 375), 75px);
	line-height: 1.2;
	text-align: center;
}

.home-header .description {
	line-height: 2;
}

@media (min-width: 768px) {
.home-header {
	padding-top: 30px;
}

.home-header .img {
	max-width: 66%;
	height: 740px;
	object-position: 30% center;
}

.home-header .text {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 165px 50px;
}

.home-header .heading-ja {
	font-size: min(calc(100vw * 36 / 768), 40px);
	line-height: 2;
}

.home-header .heading-en {
	grid-row: 2;
	grid-column: 1 / 3;
}

.home-header .description {
	line-height: 2.5;
	justify-self: end;
}
}

@media (max-width: 767.9px) {
.home-header::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(135deg, #fff, rgb(255, 255, 255, 0) 40%);
	content: "";
}

.home-header .logo-img {
	width: 100px;
}

.home-header .heading-ja {
	margin-bottom: 2.6em;
}

.home-header .heading-en {
	margin-bottom: 0.7em;
}

.home-header .description {
	text-align: center;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- バナー
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-banner {
	--content-width: 840px;
	/* padding-bottom: initial; */
}

.home-banner .content {
	display: grid;
	overflow: hidden;
	border-radius: 10px;
	background: url("../img/home/banner-background.webp") center center / cover no-repeat;
	grid-template-columns: minmax(auto, 50%) 1fr;
}

.home-banner .img {
	height: 220px;
	object-fit: cover;
	object-position: 80% center;
	-webkit-mask: url("../img/home/banner-mask.svg") right center / cover no-repeat;
	mask: url("../img/home/banner-mask.svg") right center / cover no-repeat;
}

.home-banner .text {
	display: grid;
	padding-inline: 10px;
	text-align: center;
	justify-items: center;
	align-content: center;
}

.home-banner .period {
	margin-bottom: 0.9em;
	padding: 0.2em 1em;
	background: var(--color_main);
	color: #fff;
}

.home-banner .heading {
	font-size: 20px;
	line-height: 1.2;
}

.home-banner .regular {
	position: relative;
	margin-left: 0.5em;
	font-size: 1.2em;
}

.home-banner .regular::before {
	position: absolute;
	inset: auto 0 0.2em;
	border-top: 1px solid;
	content: "";
	transform: scale(1.5) rotate(-10deg);
	transform-origin: left top;
}

.home-banner .tax {
	font-size: 0.6em;
}

.home-banner .arrow {
	display: inline-block;
	margin-left: 0.8em;
	transform: scaleX(1.5);
}

.home-banner .special {
	font-size: 3.2em;
	line-height: 1;
}

.home-banner .button {
	margin-top: 10px;
	padding-left: 1.5em;
}

@media (min-width: 768px) {
.home-banner .img {
	height: 319px;
}

.home-banner .heading {
	font-size: 34px;
}

.home-banner .price {
	font-size: 20px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 症例写真
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-case {
	--content-width: 1150px;
}

.home-case .content {
	overflow: hidden;
	position: relative;
	z-index: 0;
	padding: var(--padding-block) var(--padding-inline);
	border-radius: 100vw;
	background: #fff;
}

.home-case .image {
	position: absolute;
	inset: auto 0 0;
	z-index: -1;
}

.home-case .image::before {
	position: absolute;
	inset: 0;
	background: linear-gradient(#fff, rgb(255, 255, 255, 0.2));
	content: "";
}

.home-case .text {
	max-width: 770px;
	margin-inline: auto;
}

@media (min-width: 768px) {
.home-case .content {
	padding: 80px 14%;
}

.home-case .image {
	inset: 0 0 0 auto;
}

.home-case .image::before {
	background: linear-gradient(90deg, #fff, rgb(255, 255, 255, 0.2));
}

.home-case .img {
	height: 100%;
	object-fit: cover;
}

.home-case .text {
	display: grid;
	grid-template-columns: minmax(auto, 490px) auto;
	column-gap: 40px;
	justify-content: space-between;
	align-items: end;
}

.home-case .heading_enja {
	grid-column: 1 / 3;
}

.home-case .button {
	margin-top: initial;
}
}

@media (max-width: 767.9px) {
.home-case .image {
	transform: scale(1.3);
	transform-origin: 40% 60%;
}

.home-case .heading_enja {
	text-align: center;
	align-items: center;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 施術案内
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-service {
	overflow: hidden;
	border-radius: var(--border-radius) var(--border-radius) 0 0;
	background: #fff;
}

.home-service-intro {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

.home-service .category-en {
	display: block;
	font-size: 12px;
	font-family: var(--font_en);
	letter-spacing: var(--letter-spacing);
}

.home-service .category-ja {
	display: block;
	font-size: 20px;
	line-height: 1.4;
}

.home-service-li .img {
	position: absolute;
	inset: 0 auto auto 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.55);
}

.home-service-eye .img {
	object-position: center 40%;
}

.home-service-nose .img {
	object-position: center 70%;
}

.home-service-skin .img {
	object-position: center 10%;
}

.home-service-heading-ul {
	display: flex;
	padding-bottom: 2em;
	gap: 10px;
	flex-flow: wrap;
}

.home-service-heading-li {
	padding: 0.2em 1.3em;
	border: 1px solid;
	border-radius: 100vw;
	cursor: pointer;
	transition: var(--transition);
}

.home-service-heading-li._active,
.home-service-heading-li:hover {
	border-color: var(--color_text);
	background: var(--color_text);
	color: #fff;
}

.service-price-table tbody {
	margin-bottom: -1em;
}

@media (min-width: 768px) {
.home-service {
	position: relative;
	z-index: 0;
	background: #8c8c8c;
	color: #fff;
}

.home-service-intro {
	display: grid;
	grid-template-columns: 1fr auto;
}

.home-service-intro .heading_enja::after {
	border-color: inherit;
}

.home-service-intro .description {
	grid-column: 1 / 3;
}

.home-service-intro .button {
	margin-top: initial;
	grid-row: 1;
	grid-column: 2;
}

.home-service-category-ul {
	position: relative;
	z-index: 1;
	width: fit-content;
	margin-bottom: 2em;
	border-bottom: 1px solid var(--color_gray);
}

.home-service-category-li {
	padding: 0 min(2.5vw, 1.8em) 0.3em;
	border-bottom: 2px solid transparent;
	text-align: center;
	white-space: nowrap;
}

.home-service-category-li._active,
.home-service-category-li:hover {
	border-color: initial;
}

.home-service-category-li .category-ja {
	font-size: 18px;
}

.home-service-li .category {
	display: none;
}

.home-service-li .modal-content {
	display: block !important;
	overflow: initial;
	width: initial;
	max-width: initial;
	max-height: initial;
	padding: initial;
	background: initial;
}

.home-service-li._active .modal-content {
	animation: fade 0.6s ease-in-out both;
}

.home-service-heading-li._active,
.home-service-heading-li:hover {
	border-color: #fff;
	background: #fff;
	color: var(--color_text);
}

.service-price-table th::before {
	background: currentColor;
}

.home-service .modal-container {
	display: none;
}
}

@media (max-width: 767.9px) {
.home-service {
	padding-bottom: initial;
}

.home-service .tab-container {
	padding-inline: initial;
}

.home-service-category-ul {
	display: none;
}

.home-service-li {
	display: block !important;
	position: relative;
	z-index: 0;
	transition: var(--transition);
}

.home-service-li:not(:last-child) {
	margin-bottom: 1px;
}

.home-service-li:hover {
	filter: var(--brightness);
}

.home-service-li .category {
	display: grid;
	padding: 1.5em var(--padding-inline);
	color: #fff;
	grid-template-columns: 1fr auto;
	align-items: center;
}

.home-service-li .modal-icon {
	position: relative;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--color_white);
	content: "";
	grid-row: 1 / 3;
	grid-column: 2;
}

.home-service-li .modal-icon::before,
.home-service-li .modal-icon::after {
	position: absolute;
	inset: 0;
	width: 38%;
	height: 0;
	margin: auto;
	border-top: 1.5px solid var(--color_text);
	content: "";
	transition: transform var(--transition);
}

.home-service-li .modal-icon::after {
	transform: rotate(-90deg);
}

.service-price-table th {
	padding-bottom: 1em;
	padding-left: initial;
}

.service-price-table th::before {
	content: initial;
}

.service-price-table td {
	padding-bottom: 1em;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- コンセプト
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-concept {
	overflow: hidden;
	position: relative;
	z-index: 0;
	border-radius: 0 0 var(--border-radius) var(--border-radius);
	color: #fff;
}

.home-concept .img {
	position: absolute;
	inset: 0 auto auto 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 20% top;
}

.home-concept .heading_enja::after {
	border-color: inherit;
}

.home-concept .section-description {
	margin-bottom: 2em;
}

.home-concept .director-position {
	font-size: 13px;
}

.home-concept .director-name {
	display: flex;
	column-gap: 1em;
	align-items: center;
}

.home-concept .director-name-ja {
	font-size: 18px;
}

.home-concept .director-name-en {
	font-size: 14px;
	font-family: var(--font_en);
	letter-spacing: var(--letter-spacing);
}

@media (min-width: 768px) {
.home-concept .content {
	max-width: 67%;
	margin-left: auto;
}
}

@media (max-width: 767.9px) {
.home-concept .img {
	transform: scaleX(-1);
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- インスタグラム
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-instagram {
	padding-bottom: initial;
}

.home-instagram .image {
	display: grid;
	overflow: hidden;
	border-radius: 50px 0 0 50px;
	grid-template-columns: 1fr 1fr;
}

.home-instagram .img {
	width: 100%;
	object-fit: cover;
}

.home-instagram .img:nth-child(4) {
	object-position: center 60%;
}

.home-instagram .img:nth-child(5) {
	object-position: center 30%;
}

.home-instagram .img:nth-child(6) {
	object-position: center 30%;
}

@media (min-width: 480px) {
.home-instagram .image {
	grid-template-columns: 1fr 1fr 1fr;
}
}

@media (min-width: 768px) {
.home-instagram {
	display: grid;
	grid-template-columns: minmax(auto, 555px) 50%;
	justify-content: end;
}

.home-instagram .text {
	align-self: end;
}

.home-instagram .section-description {
	max-width: 360px;
	margin-bottom: initial;
}

.home-instagram .image {
	grid-row: 1 / 3;
	grid-column: 2;
	align-self: center;
}

.home-instagram .img {
	max-height: 233px;
}
}

@media (max-width: 767.9px) {
.home-instagram .image {
	margin-left: var(--padding-inline);
}

.home-instagram .img {
	aspect-ratio: 1;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- パララックス
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-parallax {
	height: clamp(200px, calc(100vw * 200 / 375), 400px);
	clip-path: inset(0 round var(--border-radius) var(--border-radius) 0 0);
}

.home-parallax .img {
	position: fixed;
	inset: 0 auto auto 0;
	width: 100%;
	height: 100vh;
	object-fit: cover;
	object-position: 40% center;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- お知らせ
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-news {
	--content-width: var(--content-width_large);
	padding-bottom: initial;
}

@media (min-width: 768px) {
.home-news .inner {
	display: grid;
	grid-template-rows: auto 1fr;
	grid-template-columns: minmax(auto, 455px) 55.8%;
	justify-content: end;
}

.home-news .heading_enja {
	margin-bottom: initial;
}

.news-post-ul {
	grid-row: 1 / 3;
	grid-column: 2;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- ドクター紹介
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-doctor .clinic {
	position: relative;
	z-index: 1;
	margin-bottom: -0.3em;
	color: #fff;
	font-size: min(calc(100vw * 60 / 375), 119px);
	font-family: var(--font_en);
	line-height: 1;
	letter-spacing: var(--letter-spacing);
	text-align: center;
}

.home-doctor .img {
	width: calc(100% - var(--padding-inline));
	border-radius: 0 100vw 100vw 0;
	object-fit: cover;
	object-position: center 10%;
}

.home-doctor .director-position {
	font-size: 13px;
}

.home-doctor .director-name-ja {
	font-size: 18px;
}

.home-doctor .director-name-en {
	margin-top: 0.3em;
	color: #fff;
	font-size: min(calc(100vw * 32 / 375), 70px);
	font-family: var(--font_en);
	line-height: 1;
	letter-spacing: var(--letter-spacing);
	text-align: right;
}

@media (min-width: 768px) {
.home-doctor .content {
	display: grid;
	grid-template-columns: calc(50% + 60px) minmax(auto, 570px);
	align-items: center;
}

.home-doctor .img {
	width: 100%;
	height: 680px;
}

.home-doctor .inner {
	position: relative;
	padding-left: 15%;
}

.home-doctor .section-description {
	max-width: 340px;
}

.home-doctor .director-name-en {
	position: absolute;
	inset: 100% var(--padding-inline) auto auto;
	white-space: nowrap;
}
}

@media (max-width: 767.9px) {
.home-doctor .img {
	margin-bottom: -115px;
	aspect-ratio: 350 / 270;
	filter: brightness(0.8);
}

.home-doctor .heading_enja {
	margin-bottom: 1.5em;
	color: #fff;
}

.home-doctor .heading_enja::after {
	border-color: inherit;
}
}
