/*------------------------------------------------------------
    Reset
------------------------------------------------------------*/
@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
}

table,
input,
textarea,
select,
option {
	line-height: 1.1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a {
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	color: inherit;
	text-decoration: none;
}

a:hover {
	opacity: 0.8;
}

img {
	max-width: 100%;
}

/*------------------------------------------------------------
    Layout main
------------------------------------------------------------*/
body {
	font-family: 'Zen Kaku Gothic New', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #0b0b0b;
	font-weight: 400;
}
@media only screen and (max-width: 767px) {
	body {
		min-width: 320px;
		font-size: 1.4rem;
	}
}

.sp-only {
	display: none;
}

@media only screen and (max-width: 767px) {
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
}
.l-container {
	width: 100%;
	height: 100%;
	margin: auto;
}

.details {
	width: 100%;
	height: 100%;
}

.l-main {
	position: relative;
	min-height: 50vh;
}

.l-main__content {
	width: calc(100% - 65px - 40px);
	margin: auto 20px;
}
@media only screen and (max-width: 767px) {
	.l-main__content {
		width: calc(100% - 20px);
		margin: auto 10px;
	}
}
.l-main__content > section + section {
	margin-top: 20px;
}
.l-header {
	position: absolute;
	top: 36px;
	left: 0;
	width: 100%;
	z-index: 30;
	pointer-events: none;
}
.l-header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 42px;
	padding-right: calc(65px + 20px + 30px);
}
.l-header__logo,
.l-header__nav {
	pointer-events: auto;
}
.l-header__logo {
	-webkit-transition:
		opacity 0.3s ease,
		-webkit-transform 0.3s ease;
	transition:
		opacity 0.3s ease,
		-webkit-transform 0.3s ease;
	transition:
		opacity 0.3s ease,
		transform 0.3s ease;
	transition:
		opacity 0.3s ease,
		transform 0.3s ease,
		-webkit-transform 0.3s ease;
}
.l-header__nav {
	-webkit-transition:
		opacity 0.3s ease,
		visibility 0.3s ease,
		-webkit-transform 0.3s ease;
	transition:
		opacity 0.3s ease,
		visibility 0.3s ease,
		-webkit-transform 0.3s ease;
	transition:
		opacity 0.3s ease,
		visibility 0.3s ease,
		transform 0.3s ease;
	transition:
		opacity 0.3s ease,
		visibility 0.3s ease,
		transform 0.3s ease,
		-webkit-transform 0.3s ease;
}
.l-header.is-scrolled .l-header__logo {
	position: fixed;
	top: 16px;
	left: 42px;
	z-index: 40;
}
.l-header.is-scrolled .l-header__nav {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
	pointer-events: none;
}

/*------------------------------------------------------------
    Logo
------------------------------------------------------------*/
.c-site-logo__img {
	width: 45px;
	height: 45px;
}
.c-site-logo {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-decoration: none;
	line-height: 1;
	color: #111;
}
.c-site-logo__main {
	font-family: 'Abel', sans-serif;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1;
}
.c-site-logo__main span {
	font-size: 80%;
}
.c-site-logo__sub {
	margin-top: 4px;
	font-size: 1.3rem;
	line-height: 1.2;
	color: #555;
}

.c-global-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
@media only screen and (max-width: 1024px) {
	.c-global-nav {
		display: none;
	}
}
.c-global-nav__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.c-global-nav__item:not(:last-child) {
	margin-right: 20px;
}
.c-global-nav__item:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -10px;
	width: 1px;
	height: 12px;
	background: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform-origin: center;
	transform-origin: center;
}
.c-global-nav__link {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
}

/*------------------------------------------------------------
    Mainvisual
------------------------------------------------------------*/
.c-mainvisual {
	width: 100%;
	height: 80vh;
	min-height: 650px;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}
.c-mainvisual-page {
	height: 550px;
	min-height: 550px;
}
.c-mainvisual .details {
	padding-top: 16px;
}
.c-mainvisual .l-container {
	position: relative;
}
.c-mainvisual__media {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.c-mainvisual__media::after {
	content: '';
	position: absolute;
	inset: 0;
	background: var(--mainvisual-overlay-color, #efddd0);
	mix-blend-mode: multiply;
	pointer-events: none;
	z-index: 2;
}
.c-mainvisual__img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.c-mainvisual__slider,
.c-mainvisual__slider .swiper-wrapper,
.c-mainvisual__slide {
	width: 100%;
	height: 100%;
}

.c-mainvisual__slide {
	overflow: hidden;
}

.p-top .c-mainvisual__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: transform 7s ease;
}

.c-mainvisual__slide.swiper-slide-active .c-mainvisual__img,
.c-mainvisual__slide.swiper-slide-duplicate-active .c-mainvisual__img {
	transform: scale(1.03);
}

.c-mainvisual__content {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	mix-blend-mode: overlay;
	overflow: hidden;
}

.c-mainvisual__ttlpage {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0, -50%);
	color: #fff;
	font-size: 28px;
	font-weight: 500;
	padding: 0 20px 4px;
	text-align: center;
	margin: 0 auto;
	border-radius: 74px;
	background-color: #1c1b1b;
	min-width: 340px;
	max-width: 500px;
	letter-spacing: 4px;
}
.c-mainvisual__marquee {
	left: 0;
	right: 0;
	bottom: -28px;
	position: absolute;
	font-size: 184px;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	font-family: 'Abel', sans-serif;
}
.c-mainvisual__marquee span {
	display: inline-block;
	/* animation: loopTextToRight 45s infinite linear; */
}

@-webkit-keyframes loopTextToRight {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-200%);
	}
}
@keyframes loopTextToRight {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-200%);
	}
}
@media only screen and (max-width: 767px) {
	.c-mainvisual__ttlpage {
		font-size: 2.5rem;
		max-width: 300px;
		min-width: 250px;
	}
	.c-mainvisual__marquee {
		bottom: -25px;
		font-size: 15.5rem;
	}
}

.c-mainvisual__title {
	position: absolute;
	left: 32px;
	bottom: 120px;
	font-family: 'Abel', sans-serif;
	font-size: 17.2vw;
	line-height: 1;
	font-weight: 400;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
}
.c-mainvisual__lead {
	position: absolute;
	left: 36px;
	bottom: 60px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 6.1rem;
	line-height: 1.2;
	font-weight: 400;
	color: #000;
	mix-blend-mode: multiply;
}
@media only screen and (max-width: 1024px) {
	.c-mainvisual__lead {
		font-size: 2.7rem;
	}
}
@media only screen and (max-width: 767px) {
	.c-mainvisual__title {
		bottom: 30%;
		left: 0;
		right: 0;
		text-align: center;
	}
	.c-mainvisual__lead {
		bottom: 25%;
		right: 10%;
		text-align: center;
	}
}
.c-mainvisual__info {
	position: absolute;
	right: 40px;
	bottom: 55px;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
@media only screen and (max-width: 767px) {
	.c-mainvisual__info {
		bottom: 8%;
		right: 50%;
		width: max-content;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
	}
}
.c-mainvisual__label,
.c-mainvisual__sub {
	display: inline-block;
	padding: 5px 15px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	line-height: 1.2;
	font-weight: 500;
	color: #fff;
	background: #1c1b1b;
	mix-blend-mode: multiply;
}
.c-mainvisual__label {
	font-size: 3.1rem;
}
.c-mainvisual__sub {
	font-size: 2.2rem;
}

/*------------------------------------------------------------
    Footer
------------------------------------------------------------*/
.c-footer {
	margin-top: 20px;
	padding: 55px 0;
	background-color: #e2dedc;
	font-family: 'Abel', sans-serif;
}
.c-footer.u-frame {
	background-color: #e2dedc;
}
.c-footer.u-frame--line::after {
	height: 40px;
}
.c-footer__nav {
	margin-bottom: 12px;
}
.c-footer__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.c-footer__list li {
	position: relative;
	padding: 0 16px;
}
.c-footer__list li:not(:last-child)::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 14px;
	background: #776f6b;
}
.c-footer__list a {
	font-size: 1.4rem;
	color: #525151;
	text-decoration: none;
	line-height: 1.4;
	display: block;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.c-footer__list a:hover {
	opacity: 0.6;
}
.c-footer__copyright {
	margin-top: 40px;
	text-align: center;
	font-size: 1.6rem;
}
.c-footer .u-frame--line::after {
	background-color: #b5a9a3;
	border-color: #b5a9a3;
}

/*------------------------------------------------------------
    Layout
------------------------------------------------------------*/
.l-main-sidenav {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	width: 65px;
	height: 100vh;
	padding: 0 12px;
	background: #e7ddd2;
}
.l-main-sidenav__inner {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.l-main-sidenav__top {
	width: 100%;
	padding-top: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.l-main-sidenav__line {
	display: block;
	width: 2px;
	height: 175px;
	margin-top: 10px;
	background: #6e6a66;
	border-radius: 999px;
}
.l-main-sidenav__middle {
	width: 100%;
	margin-top: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 18px;
}
.l-main-sidenav__bottom {
	width: 100%;
	margin-top: auto;
	padding-bottom: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.l-main-sidenav__sns {
	margin-bottom: 12px;
	font-size: 1.2rem;
	line-height: 1;
	color: #4a4642;
}

.c-menu-toggle {
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
}
.c-menu-toggle__icon {
	position: relative;
	width: 25px;
	height: 25px;
}
.c-menu-toggle__bar {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background: #6e6a66;
	border-radius: 999px;
	-webkit-transition:
		opacity 0.3s ease,
		top 0.3s ease,
		bottom 0.3s ease,
		-webkit-transform 0.3s ease;
	transition:
		opacity 0.3s ease,
		top 0.3s ease,
		bottom 0.3s ease,
		-webkit-transform 0.3s ease;
	transition:
		transform 0.3s ease,
		opacity 0.3s ease,
		top 0.3s ease,
		bottom 0.3s ease;
	transition:
		transform 0.3s ease,
		opacity 0.3s ease,
		top 0.3s ease,
		bottom 0.3s ease,
		-webkit-transform 0.3s ease;
}
.c-menu-toggle__bar:nth-child(1) {
	top: 2px;
}
.c-menu-toggle__bar:nth-child(2) {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.c-menu-toggle__bar:nth-child(3) {
	bottom: 2px;
}
.c-menu-toggle__text {
	font-size: 1rem;
	line-height: 1;
	color: #4a4642;
}
.c-menu-toggle.is-active .c-menu-toggle__bar:nth-child(1) {
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.c-menu-toggle.is-active .c-menu-toggle__bar:nth-child(2) {
	opacity: 0;
}
.c-menu-toggle.is-active .c-menu-toggle__bar:nth-child(3) {
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

.c-side-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	text-decoration: none;
}
.c-side-link__icon {
	display: block;
	width: 28px;
	height: 28px;
}
.c-side-link__text {
	font-size: 1.2rem;
	line-height: 1.35;
	text-align: center;
	color: #4a4642;
}

.c-sns-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}
.c-sns-list__item {
	line-height: 0;
}
.c-sns-list__link {
	display: inline-flex;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #fff;
	align-items: center;
	justify-content: center;
}
.c-sns-list__link img {
	width: 18px;
	height: 18px;
	object-fit: contain;
}
@media (max-width: 767px) {
	.l-main {
		padding-right: 0;
	}

	.l-header {
		top: 15px;
	}

	.l-header__inner {
		padding-left: 25px;
		padding-right: 60px;
		padding-top: 15px;
	}

	.l-header__nav {
		display: none;
	}

	.l-header.is-scrolled .l-header__logo {
		top: 15px;
		left: 15px;
	}

	.l-main-sidenav {
		position: static;
		width: auto;
		height: auto;
		padding: 0;
		background: transparent;
	}

	.l-main-sidenav__inner {
		position: static;
		height: auto;
		display: block;
	}

	.l-main-sidenav__top {
		position: fixed;
		top: 25px;
		right: 25px;
		left: auto;
		width: auto;
		padding-top: 0;
		z-index: 120;
		display: block;
	}

	.c-menu-toggle {
		width: 28px;
		gap: 4px;
	}

	.c-menu-toggle__icon {
		width: 25px;
		height: 25px;
	}

	.c-menu-toggle__text {
		font-size: 1rem;
		line-height: 1;
	}

	.l-main-sidenav__middle,
	.l-main-sidenav__bottom {
		position: fixed;
		left: 0;
		right: 0;
		width: 100%;
		margin-top: 0;
	}

	.l-main-sidenav__middle {
		bottom: 0;
		height: 64px;
		padding: 0 10px;
		background: #9a9086;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		gap: 0;
		z-index: 110;
	}

	.l-main-sidenav__bottom {
		bottom: 0;
		height: 64px;
		padding: 0 15px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		background: transparent;
		z-index: 111;
		pointer-events: none;
	}

	.l-main-sidenav__sns {
		display: none;
	}

	.c-side-link {
		position: relative;
		width: 90px;
		height: 64px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: 12px;
		text-decoration: none;
	}

	.c-side-link + .c-side-link::before {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		width: 1px;
		height: 28px;
		background: rgba(255, 255, 255, 0.35);
		transform: translateY(-50%);
	}

	.c-side-link__icon {
		width: 30px;
		height: 30px;
		flex: 0 0 30px;
	}

	.c-side-link__text {
		font-size: 1.2rem;
		line-height: 1.3;
		text-align: left;
		color: #fff;
	}

	.c-sns-list {
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 6px;
		pointer-events: auto;
	}

	.c-sns-list__link {
		width: 30px;
		height: 30px;
		background: #fff;
	}

	.c-site-logo__main {
		font-size: 2.4rem;
		line-height: 1;
	}

	.c-site-logo__sub {
		margin-top: 4px;
		font-size: 1rem;
		line-height: 1.2;
	}
}
/*------------------------------------------------------------
    Button
------------------------------------------------------------*/
.c-btn01 {
	text-align: center;
	position: relative;
	z-index: 3;
	max-width: 320px;
	min-width: 210px;
	padding: 10px 40px;
	border-radius: 23px;
	background: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	display: block;
	margin: 0 auto;
}

/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
.c-ttl1 {
	font-family: 'Abel', sans-serif;
	font-weight: 400;
}

.c-txt01 {
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	font-family: 'Zen Kaku Gothic New', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}

.c-ttl02 {
	font-size: 21px;
	display: table;
	text-align: center;
	line-height: 1.3;
	padding: 5px 40px;
	margin: 0 auto 22px;
	border-radius: 19px;
	letter-spacing: 2px;
	background-color: #ddd4cf;
}
@media screen and (max-width: 767px) {
	.c-ttl02 {
		font-size: 1.9rem;
	}
}

.c-txt02 {
	font-size: 16px;
	line-height: 1.7;
}
.c-txt02 p + p {
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.c-txt02 {
		font-size: 1.4rem;
	}
}

.c-label1 {
	color: #807065;
	font-size: 24px;
	text-align: center;
	margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
	.c-label1 {
		font-size: 2.2rem;
	}
}

/*------------------------------------------------------------
    Table
------------------------------------------------------------*/
.c-tb01 table {
	width: 100%;
	border-collapse: collapse;
}
.c-tb01 thead th {
	padding: 10px;
	background-color: #ddd4cf;
}
.c-tb01 th,
.c-tb01 td {
	font-weight: 500;
	border: 1px solid #cecece;
}
.c-tb01 tbody th,
.c-tb01 tbody td {
	font-size: 16px;
	padding: 8px 2%;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
}
@media screen and (max-width: 767px) {
	.c-tb01 {
		overflow-y: hidden;
	}
	.c-tb01 th,
	.c-tb01 td {
		white-space: nowrap;
	}
	.c-tb01 tbody th,
	.c-tb01 tbody td {
		font-size: 1.4rem;
		padding: 20px;
	}
}

/*------------------------------------------------------------
    Utility
------------------------------------------------------------*/
.u-frame {
	position: relative;
	background: #f8f4f0;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
}
.u-frame--line::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1px;
	height: 50px;
	/*border: 1px solid #f4ece7;*/
	background: #c3c3c3;
}
.u-frame--multiply {
	position: relative;
}
.u-frame--multiply::after {
	content: '';
	position: absolute;
	inset: 0;
	background: #efddd0;
	mix-blend-mode: multiply;
	pointer-events: none;
}

.u-clearfix {
	*zoom: 1;
}

.u-clearfix:after {
	display: block;
	clear: both;
	content: '';
}

.u-bgcover {
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
.u-df {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 767px) {
	.u-df {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.u-df--jf {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.u-df--ctr {
	justify-content: center;
}
.u-df--al {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.u-df-left,
.u-df-right {
	width: 50%;
}
@media screen and (max-width: 767px) {
	.u-df-left,
	.u-df-right {
		width: 100%;
	}
}
.u-pd01 {
	padding: 50px 3%;
}
@media screen and (max-width: 767px) {
	.u-pd01 {
		padding: 50px 20px;
	}
}
.u-pd02 {
	padding: 32px;
}
@media only screen and (max-width: 767px) {
	.u-pd02 {
		padding: 20px;
	}
}
.u-bg02 {
	background-color: #eae4e1;
}
.u-txtloop {
	font-family: 'Abel', sans-serif;
}
.u-txtloop span {
	display: inline-block;
	animation: loopTextToRight 45s infinite linear;
}
.u-mt35 {
	margin-top: 35px;
}
.u-tl {
	text-align: left;
}
/*------------------------------------------------------------
    Section
------------------------------------------------------------*/
.s-intro__inner {
	border-radius: 5px;
	overflow: hidden;
}
.s-intro__img {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	min-height: 225px;
	background: url(../img/treatment/intro-img.jpg);
}
.s-intro__img::after {
	content: '';
	position: absolute;
	inset: 0;
	background: #d8ccbc;
	mix-blend-mode: multiply;
	pointer-events: none;
}
.s-intro__txt {
	padding: 25px 40px;
	background-color: #ddd4cf;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.s-intro__ttl {
	font-size: 30px;
	line-height: 1;
	letter-spacing: 2px;
}
.s-intro__sub {
	font-size: 22px;
	margin-top: 8px;
	font-weight: 500;
	letter-spacing: 1px;
}
.s-intro__desc {
	font-size: 16px;
	margin-top: 10px;
	line-height: 1.7;
}
@media screen and (max-width: 767px) {
	.s-intro__txt {
		padding: 25px;
		text-align: center;
		align-items: center;
	}
	.s-intro__ttl {
		font-size: 3.3rem;
	}
	.s-intro__sub {
		font-size: 2.2rem;
	}
	.s-intro__desc {
		font-size: 1.5rem;
	}
}

.s-expect__inner {
	padding-top: 55px;
}
.s-expect__list {
	flex-wrap: wrap;
	margin-top: 30px;
}
.s-expect__item {
	width: calc(100% / 3);
	font-size: 18px;
	font-weight: 500;
	padding: 24px 2%;
	position: relative;
	border-top: 1px solid #c3c3c3;
}
@media screen and (min-width: 768px) {
	.s-expect__item:not(:nth-child(3n)) {
		border-right: 1px solid #c3c3c3;
	}
}
.s-expect__item:before {
	content: '';
	width: 28px;
	height: 28px;
	/* margin-right: 20px; */
	margin-right: 5%;
	display: inline-block;
	vertical-align: -7px;
	background: url(../img/treatment/ic-check.svg) center no-repeat;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	.s-expect__item {
		width: 100%;
		font-size: 1.7rem;
	}
	.s-expect__item:before {
		width: 25px;
		height: 25px;
		margin-right: 12px;
	}
}

/*------------------------------------------------------------
    Top page
------------------------------------------------------------*/
.topics {
	padding: 55px 0;
}
.topics__inner {
	position: relative;
}
.topics__slider {
	margin-top: 32px;
	padding: 0 60px;
}
.topics__link {
	display: block;
	border-radius: 5px;
	overflow: hidden;
}
.topics__item img {
	display: block;
	width: 100%;
	aspect-ratio: 1/1;
	-o-object-fit: cover;
	object-fit: cover;
}
.topics {
}
.topics__prev,
.topics__next {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	background: #ddd4cf;
	border-radius: 3px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 2;
}
.topics__prev::before,
.topics__next::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.topics__prev {
	left: 0;
	border-radius: 0 5px 5px 0;
}
.topics__prev::before {
	-webkit-transform: translate(-40%, -50%) rotate(-135deg);
	transform: translate(-40%, -50%) rotate(-135deg);
}
.topics__next {
	right: 0;
	border-radius: 5px 0 0 5px;
}
.topics__next::before {
	-webkit-transform: translate(-60%, -50%) rotate(45deg);
	transform: translate(-60%, -50%) rotate(45deg);
}
.topics {
}
.topics__pager {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 6px;
}
.topics .swiper-pagination-bullet {
	width: 6px;
	height: 20px;
	background: #ded7d3;
	opacity: 1;
	border-radius: 0;
	z-index: 2px;
}
.topics .swiper-pagination-bullet-active {
	background: #ba9d88;
}
@media screen and (max-width: 767px) {
	.topics__prev,
	.topics__next {
		width: 40px;
		height: 40px;
	}
}

.dept {
	position: relative;
}
.dept .sec-hd {
	position: absolute;
	top: 0;
	z-index: 1;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding-top: 50px;
}
.dept .sec-hd::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1px;
	height: 40px;
	border: 1px solid #fff;
	background: #fff;
}
.dept .sec-hd__ttl,
.dept .sec-hd__sub {
	color: #fff;
}
.dept__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 25px;
}
.dept__item {
	width: calc((100% - 50px) / 3);
	overflow: hidden;
}
@media only screen and (max-width: 1024px) {
	.dept__list {
		flex-direction: column;
	}
	.dept__item {
		width: 100%;
	}
}
.dept__banner {
	position: relative;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
	height: 225px;
}
.dept__banner img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.dept__label {
	position: absolute;
	left: 50%;
	bottom: 25px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 210px;
	width: 100%;
	padding: 10px;
	border-radius: 23px;
	background: #fff;
	font-size: 1.6rem;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	z-index: 2;
}
.dept__content {
	padding: 36px;
	font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
	.dept__content {
		padding: 18px;
	}
}
.dept__txt {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.8;
}
.dept__txt li + li {
	margin-top: 4px;
}
@media only screen and (max-width: 767px) {
	.dept__txt--wrap {
		display: block;
		column-count: 2;
		column-gap: 28px;
	}

	.dept__txt--wrap li {
		display: block;
		width: 100%;
		margin: 0 0 14px;
		-webkit-column-break-inside: avoid;
		break-inside: avoid;
		page-break-inside: avoid;
	}

	.dept__txt--wrap li:nth-child(-n + 2) {
		margin-top: 0;
	}
}
.cta__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 23px;
}
.cta__item {
	display: block;
	width: calc((100% - 23px) / 2);
	text-decoration: none;
	overflow: hidden;
}
.cta__item.u-frame--multiply::after {
	background: #a59a8b;
}
.cta__thumb {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.cta__thumb {
		height: 225px;
	}
}
.cta__thumb img {
	display: block;
	width: 100%;
	height: 159px;
	-o-object-fit: cover;
	object-fit: cover;
}
.cta__label {
	position: absolute;
	left: 50%;
	bottom: 34px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: 142px;
	padding: 10px 20px;
	border-radius: 23px;
	background: #fff;
	font-size: 1.6rem;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	z-index: 2;
}
.cta__sub {
	position: absolute;
	left: 50%;
	bottom: 12px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
	width: 100%;
	padding: 0 16px;
	font-size: 1.2rem;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.cta__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.cta__item {
		width: 100%;
	}
	.cta__thumb img {
		height: auto;
	}
	.cta__sub {
		white-space: normal;
	}
}
.au {
	overflow: hidden;
	padding: 55px 0;
}
.au .u-toverlay--bottom {
	bottom: -10px;
}
.au .u-toverlay--bottom span {
	animation-direction: reverse;
}

.dr__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 42px;
	max-width: 1070px;
	margin: 0 auto;
	width: 90%;
	z-index: 3;
	position: relative;
}
.dr__item {
	width: calc((100% - 42px) / 2);
}
.dr__img {
	border-radius: 5px;
	overflow: hidden;
	height: 339px;
	position: relative;
}
.dr__img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.dr__olname {
	font-size: min(5.5vw, 6rem);
	font-family: 'Abel', sans-serif;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	mix-blend-mode: overlay;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.dr__head {
	padding-top: 18px;
	text-align: center;
}
.dr__role {
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: 400;
}
.dr__name {
	margin-top: 4px;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.4;
}
.dr__career {
	margin-top: 20px;
	padding: 0;
	list-style: none;
	font-size: 1.4rem;
	line-height: 2;
}
.dr .cap {
	margin-top: 28px;
}
.dr__sns {
	margin-top: 30px;
	padding: 25px;
	background-color: #efebe9;
	border-radius: 5px;
	text-align: center;
}

.dr__sns-ttl {
	font-size: 1.4rem;
	line-height: 1.7;
	font-weight: 500;
}

.dr__sns-list {
	margin-top: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

.dr__sns-item {
	width: 42px;
	height: 42px;
}

.dr__sns-link {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dr__sns-link img {
	display: block;
	max-width: 22px;
	max-height: 22px;
	width: auto;
	height: auto;
}
@media (max-width: 767px) {
	.dr__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 32px;
	}
	.dr__item {
		width: 100%;
	}
	.dr__role {
		font-size: 1.6rem;
	}
	.dr__olname {
		font-size: 12vw;
	}
	.dr__name {
		font-size: 3rem;
	}
	.dr__career {
		font-size: 1.4rem;
		line-height: 1.8;
	}
}
.news-sec__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0;
}
.news-sec__media {
	width: 50%;
	border-radius: 5px 0 0 5px;
	overflow: hidden;
}
.news-sec__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 353px;
	-o-object-fit: cover;
	object-fit: cover;
}
.news-sec__info {
	width: 50%;
	padding: 39px 56px 54px;
	border-left: 0;
	border-radius: 0 5px 5px 0;
}
.news-sec__list {
	margin: 51px 0 0;
	padding: 0;
	list-style: none;
}
.news-sec__item + .news-sec__item {
	margin-top: 14px;
}
.news-sec__link {
	font-family: 'Abel', sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 33px;
	min-height: 42px;
	padding: 10px 42px;
	border-radius: 999px;
	background: #fff;
	text-decoration: none;
	color: #1c1b1b;
}
.news-sec__date {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-size: 1.6rem;
	line-height: 1;
	white-space: nowrap;
}
.news-sec__txt {
	display: block;
	min-width: 0;
	font-size: 1.5rem;
	line-height: 1.6;
}
.news-sec__btn {
	margin-top: 60px;
}

@media (max-width: 950px) {
	.news-sec__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.news-sec__media,
	.news-sec__info {
		width: 100%;
	}
	.news-sec__media {
		border-radius: 5px 5px 0 0;
	}
	.news-sec__media img {
		min-height: auto;
	}
	.news-sec__info {
		padding: 28px 20px 32px;
		border-left: 1px solid #e2e2e2;
		border-top: 0;
		border-radius: 0 0 5px 5px;
	}
	.news-sec__list {
		margin-top: 32px;
	}
	.news-sec__link {
		display: block;
		padding: 12px 18px;
		border-radius: 16px;
	}
	.news-sec__date {
		display: block;
		margin-bottom: 6px;
	}
	.news-sec__txt {
		display: block;
	}
	.news-sec__btn-wrap {
		margin-top: 28px;
	}
}
.info {
	padding: 55px 0;
}
.info .c-txt01 {
	margin-top: 40px;
}
@media only screen and (max-width: 767px) {
	.info .c-txt01 {
		padding: 0 40px;
		text-align: left;
	}
	.info-btn {
		padding: 0 40px;
	}
}

/* access の上余白 */
#access.access {
	margin-top: 20px;
}

@media only screen and (max-width: 767px) {
	#access.access {
		margin-top: 16px;
	}
}

.access {
	padding: 55px 0;
}
.access__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 35px;
}
.access__map {
	width: 50%;
	border-radius: 5px;
	overflow: hidden;
}
.access__map iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.access__info {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #1c1b1b;
	margin-right: 3%;
}
.access__logo .c-site-logo {
	position: static;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-decoration: none;
	color: #1c1b1b;
}
.access__logo .c-site-logo__main {
	font-family: 'Abel', sans-serif;
	font-size: 3.3rem;
	font-weight: 400;
	line-height: 1;
}
.access__logo .c-site-logo__sub {
	margin-top: 4px;
	font-size: 1.4rem;
	line-height: 1.2;
	color: #1c1b1b;
}
.access__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	margin-top: 18px;
}
.access__zip {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	color: #7b746d;
}
.access__addr {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.access__route {
	margin-top: 10px;
	padding-left: 12px;
	border-left: 6px solid #ece5de;
}
.access__route p + p {
	margin-top: 2px;
}
.access__note {
	margin-top: 14px;
	font-size: 1.2rem;
	line-height: 1.8;
	color: #6b645d;
}
.access__note p + p {
	margin-top: 2px;
}

/*------------------------------------------------------------
    Component
------------------------------------------------------------*/
.c-table {
	margin-top: 18px;
}
.c-table__table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #4a433d;
}
.c-table__table th,
.c-table__table td {
	padding: 10px 12px;
	border: 1px solid #d8d1cb;
	text-align: center;
	vertical-align: middle;
	font-weight: 400;
	background: #f7f4f1;
}
.c-table__table thead th {
	background: #e5ddd6;
}
.c-table__table tbody th {
	width: 26%;
}
.c-table__table tbody td {
	background: #f7f4f1;
}

@media (max-width: 767px) {
	.access__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
	}
	.access__info {
		padding: 20px;
		margin-right: 0;
	}
	.access__map {
		width: 100%;
		height: 350px;
	}
	.access__meta {
		display: block;
		margin-top: 14px;
	}
	.access__addr {
		margin-top: 4px;
	}
	.access__route {
		margin-top: 12px;
	}
	.c-table {
		overflow-x: auto;
	}
	.c-table__table {
		min-width: 520px;
	}
}

.u-mt70 {
	margin-top: 70px;
}
@media only screen and (max-width: 767px) {
	.u-mt70 {
		margin-top: 35px;
	}
}
/*------------------------------------------------------------
    Component
------------------------------------------------------------*/
.sec-hd {
	text-align: center;
}
.sec-hd__ttl {
	font-size: 2.4rem;
	font-weight: 500;
	color: #1c1b1b;
}
.sec-hd__sub {
	font-size: 1.2rem;
	letter-spacing: 0.08em;
}

.cap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	padding: 7px;
	background: #ddd4cf;
	line-height: 1;
	position: relative;
}
.cap + .dept__txt {
	margin: 12px 0;
}

.dept__txt a {
	text-decoration: underline;
}

.cap + .cap {
	margin-top: 20px;
}
.cap__en,
.cap__ja {
	font-size: 1.6rem;
	line-height: 1;
}
.cap__en {
	position: absolute;
	left: 7px;
	top: 7px;
}
.cap__ja {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

.u-toverlay {
	position: absolute;
	z-index: 2;
	pointer-events: none;
	mix-blend-mode: overlay;
	left: 0px; /*110px*/
	font-family: 'Abel', sans-serif;
	font-size: 28rem;
	line-height: 0.8;
	font-weight: 400;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	height: 220px;
	width: 100%;
}
.u-toverlay--top {
	top: 0;
}
.u-toverlay--bottom {
	bottom: 0;
}

/*------------------------------------------------------------
    Page treatment
------------------------------------------------------------*/
.p-acne-treatment .s-features__txt {
	width: 66%;
}
.p-acne-treatment .s-features__img {
	width: 32%;
	min-height: 217px;
	background: url(../img/treatment/features-img.jpg);
}

.p-acne-treatment .s-types__list {
	margin-top: 40px;
	text-align: center;
}
.p-acne-treatment .s-types__item:not(:last-child) {
	margin-right: 9%;
}

.p-acne-treatment .s-scars__parts + .s-scars__parts {
	margin-top: 40px;
}
.s-scars__label {
	font-size: 19px;
	padding: 6px;
	line-height: 1.3;
	margin-bottom: 20px;
	border-radius: 3px;
	text-align: center;
	letter-spacing: 1px;
	background-color: #ddd4cf;
}
.p-injection .s-scars__label, .p-drip .s-scars__label {
	margin-top: 30px;
}
.p-acne-treatment .s-scars__item + .s-scars__item {
	margin-top: 22px;
}
.p-acne-treatment .s-scars__head {
	font-size: 19px;
}
.p-acne-treatment .s-scars__head + .s-scars__txt {
	margin-top: 12px;
}
.p-acne-treatment .s-scars__tbl th {
	font-size: 19px;
	padding: 7px 0;
	text-align: left;
	font-weight: 500;
	white-space: nowrap;
}
.p-acne-treatment .s-scars__tbl td {
	line-height: 1.7;
	padding-left: 20px;
}
.p-acne-treatment .s-scars__image {
	text-align: center;
	margin-top: 20px;
}
.p-acne-treatment .s-scars__image + .s-scars__txt {
	margin-top: 50px;
}
.p-acne-treatment .s-scars__listimg {
	margin-top: 40px;
	text-align: center;
}
.p-acne-treatment .s-scars__listimg li:not(:last-child) {
	margin-right: 6%;
}

.p-acne-treatment .s-scars__box {
	margin-top: 20px;
	padding: 16px 25px;
	background-color: #eae4e1;
}

.p-acne-treatment .s-scars__box + .s-scars__txt {
	margin-top: 20px;
}
.txt-under {
	font-weight: 500;
	text-decoration: underline;
}
.p-acne-treatment .s-scars__tbl--top th {
	padding: 2px 0;
	vertical-align: top;
}

.p-acne-treatment .s-scars__tags {
	margin-top: 50px;
}
.p-acne-treatment .s-scars__tags li {
	width: 100%;
	max-width: 210px;
	font-size: 18px;
	padding: 8px;
	margin: 0 1.5%;
	text-align: center;
	border-radius: 23px;
	background-color: #fff;
	border: 1px solid #ddd4cf;
}

.p-acne-treatment .s-case {
	overflow: hidden;
}
.p-acne-treatment .s-case__slider {
	margin: 30px 20px 0;
}
.p-acne-treatment .s-case__item img {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.p-acne-treatment .s-case__label {
	flex-direction: row;
	overflow: hidden;
	border-top: 1px solid #fff;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.p-acne-treatment .s-case__label span {
	font-size: 16px;
	padding: 6px;
	text-align: center;
	background-color: #ddd4cf;
}
.p-acne-treatment .s-case__label span.u-df-right {
	border-left: 1px solid #fff;
}
.p-acne-treatment .s-case__ttl {
	font-size: 16px;
	margin-top: 10px;
	padding: 7px 14px;
	border-radius: 3px;
	background-color: #ddd4cf;
}
.p-acne-treatment .s-case__txt {
	font-size: 14px;
	margin-top: 6px;
	line-height: 1.7;
}
.p-acne-treatment .s-case__tbl {
	margin-top: 20px;
	border-collapse: collapse;
}
.p-acne-treatment .s-case__tbl td {
	font-size: 14px;
	line-height: 1.5;
	padding: 8px 10px;
	vertical-align: top;
}
.p-acne-treatment .s-case__tbl td:nth-child(1) {
	min-width: 165px;
}
.p-acne-treatment .s-case__tbl tr:nth-child(odd) {
	background-color: #f0ece9;
}
.p-acne-treatment .s-case__tbl tr:nth-child(even) {
	background-color: #eae4e1;
}
.p-acne-treatment .s-case .topics__prev {
	left: 0;
}
.p-acne-treatment .s-case .topics__next {
	right: 0;
}
.p-acne-treatment .s-case__btn {
	margin: 100px 0 35px;
}
.p-acne-treatment .s-case__btn li {
	width: 100%;
	padding: 10px;
	margin: 0 2%;
	font-size: 18px;
	max-width: 240px;
	text-align: center;
	border-radius: 23px;
	background-color: #fff;
}
.p-acne-treatment .s-case__ticker {
	left: 0;
	right: 0;
	bottom: -20px;
	position: absolute;
	color: #000;
	font-size: 298px;
	line-height: 1;
	white-space: nowrap;
	mix-blend-mode: overlay;
}
.p-acne-treatment .s-case__ticker span {
	display: inline-block;
	animation: loopTextToRight 45s infinite linear;
}

.p-acne-treatment .s-message__img {
	width: 29%;
	min-height: 386px;
	border-radius: 5px;
	background: url(../img/treatment/message-img.jpg);
}
.p-acne-treatment .s-message__txt {
	width: 67%;
}

@media only screen and (max-width: 767px) {
	.p-acne-treatment .s-features__box {
		flex-direction: column-reverse;
	}
	.p-acne-treatment .s-features__txt {
		width: 100%;
		margin-top: 30px;
	}
	.p-acne-treatment .s-features__img {
		width: 100%;
	}

	.p-acne-treatment .s-types__item:not(:last-child) {
		margin: 0 0 30px;
	}

	.p-acne-treatment .s-scars__box {
		padding: 16px 20px;
	}
	.p-acne-treatment .s-scars__tbl th,
	.p-acne-treatment .s-scars__tbl td {
		display: block;
	}
	.p-acne-treatment .s-scars__tbl th {
		font-size: 1.7rem;
	}

	.p-acne-treatment .s-scars__listimg li:not(:last-child) {
		margin: 0 0 30px;
	}

	.p-acne-treatment .s-scars__tags {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.p-acne-treatment .s-scars__tags li {
		width: 100%;
		font-size: 1.6rem;
		width: calc((100% - (1.5% * 4)) / 2);
	}
	.p-acne-treatment .s-scars__tags li:not(:nth-child(-n + 2)) {
		margin-top: calc(1.5% * 2);
	}

	.p-acne-treatment .s-case {
		overflow: hidden;
	}
	.p-acne-treatment .s-case__slider {
		margin: 30px 20px 0;
	}
	.p-acne-treatment .s-case__label span {
		font-size: 1.4rem;
		padding: 6px;
	}
	.p-acne-treatment .s-case__ttl {
		font-size: 1.4rem;
	}

	.p-acne-treatment .s-case__tbl td {
		display: block;
	}
	.p-acne-treatment .s-case__tbl td:nth-child(2) {
		padding-top: 0;
	}

	.p-acne-treatment .s-case__btn li {
		margin: 0 auto 20px;
		font-size: 1.6rem;
	}
	.p-acne-treatment .s-case__ticker {
		bottom: -17px;
		font-size: 25.5rem;
	}

	.p-acne-treatment .s-message__img {
		width: 100%;
	}
	.p-acne-treatment .s-message__txt {
		width: 100%;
		margin-top: 30px;
	}
}

/*------------------------------------------------------------
    Page Method
------------------------------------------------------------*/
.single-menu-template .s-features__txt {
	width: 61%;
}
.single-menu-template .s-features__img {
	width: 37%;
	min-height: 355px;
	background: url(../img/method/features-img.jpg);
}
.s-features__txt2 {
	margin-top: 30px;
}

.single-menu-template .s-message {
	background: #eae4e1;
	/*border-top-left-radius: 0;
    border-top-right-radius: 0;*/
}
.single-menu-template .s-message__img {
	width: 36%;
	min-height: 339px;
	border-radius: 5px;
	background: url(../img/method/message-img.jpg);
}
.single-menu-template .s-message__txt {
	width: 60%;
}
.single-menu-template .s-message__ttl {
	/* font-size: 104px; */
	line-height: 1;
	font-weight: 600;
	margin-top: -10px;
	letter-spacing: 10px;
	mix-blend-mode: overlay;
	font-family: 'Abel', sans-serif;
}
.single-menu-template .s-message__role {
	font-size: 18px;
	margin-top: 8px;
	letter-spacing: 2px;
}
.single-menu-template .s-message__role span {
	font-size: 24px;
	display: block;
}
.single-menu-template .s-message__desc {
	margin-top: 10px;
	margin-top: 25px;
}
.single-menu-template .s-message__list {
	flex-wrap: wrap;
	text-align: center;
	margin-top: 30px;
}
.single-menu-template .s-message__item {
	padding: 20px;
	border-radius: 5px;
	width: calc((100% - 20px) / 2);
	background-color: #f9f4f0;
}
@media only screen and (min-width: 768px) {
	.single-menu-template .s-message__item:not(:nth-child(-n + 2)) {
		margin-top: 25px;
	}
	.single-menu-template .s-message__item:not(:nth-child(2n)) {
		margin-right: 20px;
	}
}
.single-menu-template .s-message__point {
	color: #a39cc7;
	font-size: 55px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 5px;
	font-family: 'Abel', sans-serif;
}
.single-menu-template .s-message__note {
	font-size: 18px;
	margin-top: 10px;
}
.single-menu-template .s-intro__note {
	font-size: 12px;
	margin: 20px 0 0 8px;
}

.single-menu-template .s-intro__inner {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.s-price__label {
	display: table;
	font-size: 18px;
	padding: 9px 40px;
	margin: 40px auto;
	text-align: center;
	border-radius: 23px;
	border: 1px solid #ddd4cf;
}
.single-menu-template .s-price__list {
	display: flex;
	flex-wrap: nowrap;
}

.single-menu-template .s-price__list li {
	flex-shrink: 0;
}

/* 1〜4件 */
.single-menu-template .s-price__list.is-plan-count-1 li {
	width: 100%;
}

.single-menu-template .s-price__list.is-plan-count-2 li {
	width: 50%;
}

.single-menu-template .s-price__list.is-plan-count-3 li {
	width: calc(100% / 3);
}

.single-menu-template .s-price__list.is-plan-count-4 li {
	width: 25%;
}

/* 5件：3列 + 2列 */
.single-menu-template .s-price__list.is-plan-count-5 {
	flex-wrap: wrap;
}

.single-menu-template .s-price__list.is-plan-count-5 li:nth-child(-n + 3) {
	width: calc(100% / 3);
}

.single-menu-template .s-price__list.is-plan-count-5 li:nth-child(n + 4) {
	width: 50%;
}

/* 6件：3列 + 3列 */
.single-menu-template .s-price__list.is-plan-count-6 {
	flex-wrap: wrap;
}

.single-menu-template .s-price__list.is-plan-count-6 li {
	width: calc(100% / 3);
}

/* 7件：4列 + 3列 */
.single-menu-template .s-price__list.is-plan-count-7 {
	flex-wrap: wrap;
}

.single-menu-template .s-price__list.is-plan-count-7 li:nth-child(-n + 4) {
	width: 25%;
}

.single-menu-template .s-price__list.is-plan-count-7 li:nth-child(n + 5) {
	width: calc(100% / 3);
}
.single-menu-template .s-price__list li a {
	display: block;
	padding: 30px 0 60px;
	text-align: center;
	position: relative;
}
.single-menu-template .s-price__list li a:after {
	content: '';
	width: 23px;
	height: 13px;
	left: 0;
	right: 0;
	bottom: 23px;
	margin: 0 auto;
	position: absolute;
	background: url(../img/common/ic-down.svg);
	background-size: 23px 13px;
	background-position: center;
}
.single-menu-template .s-price__list li:not(:last-child) {
	border-right: 1px solid #c3c3c3;
}
.single-menu-template .s-price__ttl {
	color: #0b0b0b;
	font-size: 21px;
	letter-spacing: 1px;
}
.single-menu-template .s-price__desc {
	font-size: 16px;
	margin-top: 5px;
}

.s-price__biko {
	margin-top: 12px;
	line-height: 1.8;
}

.single-menu-template .s-point {
	background-color: #eae4e1;
}
.single-menu-template .s-point__ttl {
	display: table;
	font-size: 26px;
	padding: 4px 40px 8px;
	margin: 0 auto 30px;
	text-align: center;
	border-radius: 25px;
	letter-spacing: 1px;
	background-color: #f8f4f0;
}

.single-menu-template .s-point__check {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.single-menu-template .s-point__check li {
	width: 50%;
	padding: 22px;
	font-size: 19px;
	text-align: left;
	letter-spacing: 1px;
	position: relative;
	background-color: #f9f4f0;
	border-top: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
}

.single-menu-template .s-point__check li:nth-child(odd) {
	border-left: 1px solid #c3c3c3;
}

.single-menu-template .s-point__check li:before {
	content: '';
	width: 28px;
	height: 28px;
	margin-right: 20px;
	display: inline-block;
	vertical-align: -7px;
	background: url(../img/treatment/ic-check.svg) center no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	.single-menu-template .s-point__check {
		display: block;
		border: 0 !important;
	}

	.single-menu-template .s-point__check li {
		width: 100%;
		padding: 22px 4%;
		font-size: 1.7rem;
		text-align: left;
		border-left: 0 !important;
		border-right: 0 !important;
		border-top: 0 !important;
		border-bottom: 1px solid #c3c3c3 !important;
	}

	.single-menu-template .s-point__check li:first-child {
		border-top: 1px solid #c3c3c3 !important;
	}

	.single-menu-template .s-point__check li:before {
		width: 25px;
		height: 25px;
		margin-right: 12px;
	}
}

.single-menu-template .s-point__box {
	margin-top: 28px;
}
/*
.single-menu-template .s-point__txt {
    width: 60%;
}

.single-menu-template .s-point__img {
    width: 36%;
}
*/
.single-menu-template .s-point__txt2 {
	margin-top: 30px;
}

.single-menu-template .s-support__part {
	margin-top: 40px;
}
.single-menu-template .s-support__tbl table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.single-menu-template .s-support__tbl td {
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 1.5px;
	border: 1px solid #c3c3c3;
	text-align: center;
}
.single-menu-template .s-support__tbl thead th {
	padding: 15px;
	background-color: #ddd5cf;
}
.single-menu-template .s-support__tbl tbody td {
	padding: 22px;
	background-color: #fff;
}
.single-menu-template .s-support__tbl tbody span {
	font-size: 26px;
}

.single-menu-template .s-notice__tbl table {
	width: 100%;
	border-collapse: collapse;
}
.single-menu-template .s-notice__tbl tr {
	border: 1px solid #cecece;
}
.single-menu-template .s-notice__tbl th,
.single-menu-template .s-notice__tbl td {
	padding: 9px 9px 9px 2%;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.4;
}
.single-menu-template .s-notice__tbl th {
	width: 27%;
	text-align: left;
	font-weight: 500;
	background-color: #f1ece9;
	border-right: 1px solid #cecece;
}
.single-menu-template .s-notice__tbl td {
	background-color: #fff;
}

.single-menu-template .s-notice__note {
	padding: 20px 4% 30px;
	margin-top: 38px;
	background-color: #f1ece9;
}
.single-menu-template .s-notice__ttl {
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}
/*
.single-menu-template .c-tb01 tbody tr:nth-child(-n + 3) {
    background-color: #FAF8F7;
}
*/
.single-menu-template .c-tb01 tbody td:nth-last-child(-n + 2) {
	text-align: center;
}

.single-menu-template .s-price__btn {
	font-size: 18px;
	padding: 11px;
	width: 100%;
	max-width: 250px;
	margin: 40px auto 0;
	text-align: center;
	border-radius: 23px;
	border: 1px solid #ddd4cf;
	background-color: #ffffff;
}

.s-point.u-frame .c-txt02 {
	margin-top: 28px;
}
.s-notice__tbl.s-point__overview {
	margin-top: 28px;
}

@media only screen and (max-width: 767px) {
	.single-menu-template .s-features__box {
		flex-direction: column-reverse;
	}
	.single-menu-template .s-features__txt {
		width: 100%;
	}
	.single-menu-template .s-features__img {
		width: 100%;
		margin-bottom: 30px;
	}

	.single-menu-template .s-message__img {
		width: 100%;
	}
	.single-menu-template .s-message__txt {
		width: 100%;
		margin-top: 25px;
	}
	.single-menu-template .s-message__ttl {
		font-size: 7rem;
		margin-top: 0;
	}

	.single-menu-template .s-message__item {
		padding: 20px;
		width: 100%;
	}
	.single-menu-template .s-message__item:not(:last-child) {
		margin-bottom: 25px;
	}
	.single-menu-template .s-message__point {
		font-size: 5rem;
	}
	.single-menu-template .s-message__note {
		font-size: 1.6rem;
	}

	.single-menu-template .s-intro__note {
		font-size: 12px;
		margin: 20px auto 0;
	}

	.s-price__label {
		font-size: 1.6rem;
		padding: 7px 40px;
	}
	.single-menu-template .s-price__list {
		display: block;
	}

	.single-menu-template .s-price__list li {
		width: 100% !important;
		flex-shrink: 1;
	}

	.single-menu-template .s-price__list li:not(:last-child) {
		border-right: 0;
		border-bottom: 1px solid #c3c3c3;
	}

	.single-menu-template .s-point__ttl {
		font-size: 2.3rem;
	}

	.single-menu-template .s-point__check li {
		padding: 22px 4%;
		font-size: 1.7rem;
		text-align: left;
	}
	.single-menu-template .s-point__check li.u-df-right {
		border-left: 0;
		border-top: 1px solid #c3c3c3;
	}
	.single-menu-template .s-point__check li:before {
		width: 25px;
		height: 25px;
		margin-right: 12px;
	}

	.single-menu-template .s-point__box {
		flex-direction: column-reverse;
	}
	.single-menu-template .s-point__txt {
		width: 100%;
		margin-top: 30px;
	}
	.single-menu-template .s-point__img {
		width: 100%;
	}

	.single-menu-template .s-support__tbl {
		overflow-y: hidden;
	}
	.single-menu-template .s-support__tbl table {
		table-layout: auto;
	}
	.single-menu-template .s-support__tbl th {
		font-size: 1.7rem;
		white-space: nowrap;
	}
	.single-menu-template .s-support__tbl tbody span {
		font-size: 2.4rem;
	}

	.single-menu-template .s-notice__tbl th,
	.single-menu-template .s-notice__tbl td {
		display: block;
		font-size: 1.4rem;
		line-height: 1.4;
		padding: 9px 9px 9px 2%;
	}
	.single-menu-template .s-notice__tbl th {
		width: 100%;
		border-right: 0;
	}

	.single-menu-template .s-notice__note {
		padding: 20px 20px 30px;
	}

	.single-menu-template .s-price__btn {
		font-size: 1.6rem;
		padding: 10px;
		max-width: 230px;
	}
}

/*------------------------------------------------------------
    Page Services
------------------------------------------------------------*/
.p-services .s-intro__txt {
	align-items: center;
	/*background-color: #F8F4F0;*/
}
.p-services .s-intro__txt {
	transition: background-color 0.3s ease;
}
.p-services .s-intro__desc {
	margin-bottom: 10px;
}

.p-services .s-services__head {
	width: 25%;
}
.p-services .s-services__ttl {
	font-size: 21px;
}
.p-services .s-services__tbl {
	width: 71%;
}
.p-services .s-services__desc {
	font-size: 16px;
	margin-top: 10px;
}

.p-services .c-btn01 {
	max-width: 210px;
	padding: 14px 20px;
}
.p-services .s-services__btn {
	margin: 35px 0 0;
	min-width: auto;
}
.p-services .c-tb01 tbody tr:nth-child(odd) {
	background-color: #faf8f7;
}

.s-intro--item2 .s-intro__img {
	background: url(../img/treatment/intro-img2.jpg);
}
.s-intro--item3 .s-intro__img {
	background: url(../img/treatment/intro-img3.jpg);
}

@media only screen and (max-width: 767px) {
	.p-services .s-services__head {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.p-services .s-services__tbl {
		width: 100%;
	}
	.p-services .c-btn01 {
		font-size: 1.6rem;
		padding: 12px 20px;
	}
	.p-services .s-services__btn {
		margin: 30px auto 0;
	}
}

/*------------------------------------------------------------
    Page Price
------------------------------------------------------------*/
.p-price .s-price__tbl caption {
	font-size: 21px;
	font-weight: 500;
	text-align: left;
	margin-bottom: 22px;
}
.s-price__tbl + .s-price__tbl {
	margin-top: 60px;
}
/*
.p-price .c-tb01:not(:last-child) tbody tr:nth-child(-n + 3) {
    background-color: #FAF8F7;
}
*/
.p-price .c-tb01 tbody td:nth-last-child(-n + 2) {
	text-align: center;
}
/*
.p-price .c-tb01:last-child tbody tr:nth-child(odd) {
    background-color: #FAF8F7;
}
*/
.p-price .s-select__box {
	display: flex;
	height: 48px;
	max-width: 650px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50px;
	border: 1px solid #707070;
}
.p-price .s-select__box select,
.p-price .s-select__box input {
	height: 100%;
	font-size: 18px;
	letter-spacing: 1px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.p-price .s-select__box select {
	width: calc(100% - 17%);
	padding: 0 4%;
}
.p-price .s-select__box input {
	width: 17%;
	min-width: 70px;
	color: #fff;
	background-color: #8b8480;
	display: flex;
	align-items: center;
	justify-content: center;
}

.p-price .s-price__menu-name {
	font-weight: 700;
}

.p-price .s-price__menu-links {
	margin-top: 8px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.p-price .s-price__menu-links a {
	display: inline-block;
	font-weight: 700;
	/*font-size: 1.2rem;*/
	line-height: 1.5;
	text-decoration: underline;
}

.single-menu-template .s-price__tbl td span {
	font-size: 0.8em;
}
.p-price .s-price__tbl td span {
	font-size: 0.8em;
}

@media only screen and (max-width: 767px) {
	.p-price .s-price__tbl caption {
		font-size: 1.9rem;
	}
	.p-price .s-select__box select,
	.p-price .s-select__box input {
		font-size: 1.6rem;
	}
}

.single-menu-section-block h3 {
	background-color: #ddd4cf;
	margin: 40px 0 20px 0;
	padding: 6px 0;
	text-align: center;
}
.single-menu-section-block h4 {
	font-size: 115%;
	margin: 10px 0;
}

/* =========================================================
   taxonomy-department_menu
   ========================================================= */

.p-department-menu .s-intro--archive .s-intro__img {
	min-height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-department-menu .s-intro--archive .s-intro__txt {
	justify-content: center;
}

/* accordion */
.p-department-menu .p-department-menu__toggle {
	display: flex;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	text-align: left;
	cursor: pointer;
}

.s-intro.s-intro--archive {
	background-color: #f7f4ef !important;
	transition: background-color 0.3s ease;
}

.s-intro.s-intro--archive.is-open {
	background-color: #f8f4f0 !important;
}

.p-department-menu .p-department-menu__toggle .s-intro__img,
.p-department-menu .p-department-menu__toggle .s-intro__txt {
	pointer-events: none;
}

.p-department-menu .p-department-menu__accordion {
	overflow: hidden;
	height: 0;
	transition: height 0.55s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: height;
}

.p-department-menu .p-department-menu__accordion[hidden] {
	display: none;
}

.p-department-menu .p-department-menu__arrow {
	transition: transform 0.35s ease;
}

.p-department-menu .p-department-menu__toggle[aria-expanded='true'] .p-department-menu__arrow {
	transform: rotate(180deg);
}

/* 親カテゴリの画像ブロック同士の間隔 */
.p-department-menu .s-intro--archive {
	margin-top: 20px;
}

.p-department-menu .s-intro--archive:first-of-type {
	margin-top: 0;
}

@media only screen and (max-width: 767px) {
	.p-department-menu .s-intro--archive {
		margin-top: 16px;
	}

	.p-department-menu .s-intro--archive:first-of-type {
		margin-top: 0;
	}
}

/* 各セクション間の余白を戻す */
.p-department-menu .p-department-menu__section {
	margin-top: 20px;
}

.p-department-menu .p-department-menu__section + .p-department-menu__section {
	margin-top: 20px;
}

.p-department-menu .p-department-menu__content {
	display: grid;
	grid-template-columns: 340px minmax(0, 1fr);
	column-gap: 42px;
	align-items: start;
}

.p-department-menu .p-department-menu__intro {
	padding-top: 6px;
}

.p-department-menu .s-services__ttl {
	margin: 0;
	line-height: 1.45;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.p-department-menu .s-services__desc {
	margin-top: 18px;
	line-height: 2;
	color: #5d534a;
}

.p-department-menu .p-department-menu__btn-wrap {
	margin-top: 26px;
}

.p-department-menu .p-department-menu__btn-wrap a.c-btn02 {
	padding: 10px 40px;
	border: 1px solid #898683;
	border-radius: 50px;
}

.p-department-menu .p-department-menu__btn-wrap a.c-btn02:hover {
	background-color: #d9d2ca;
}

.p-department-menu .p-department-menu__link {
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.p-department-menu .p-department-menu__link:hover {
	opacity: 1;
	color: #7b6d61;
}

.p-department-menu .s-services__tbl {
	width: 100%;
}

.p-department-menu .s-services__tbl table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	background: #f7f4ef;
}

.p-department-menu .s-services__tbl thead th {
	background: #d9d2ca;
	font-weight: 700;
}

.p-department-menu .s-services__tbl th,
.p-department-menu .s-services__tbl td {
	vertical-align: top;
	padding: 20px 20px 18px;
	line-height: 1.9;
	white-space: normal;
	border: 1px solid #c8c1b8;
	word-break: keep-all;
	overflow-wrap: break-word;
	line-break: strict;
}

/* zebra */
.p-department-menu .s-services__tbl tbody tr:nth-child(odd) th,
.p-department-menu .s-services__tbl tbody tr:nth-child(odd) td {
	background: #f8f6f2;
}

.p-department-menu .s-services__tbl tbody tr:nth-child(even) th,
.p-department-menu .s-services__tbl tbody tr:nth-child(even) td {
	background: #f2eeea;
}

.p-department-menu .s-services__tbl col:first-child {
	width: 32%;
}

.p-department-menu .s-services__tbl col:last-child {
	width: 68%;
}

/* 1行しかないセクション */
.p-department-menu .p-department-menu__section.is-single .p-department-menu__content {
	grid-template-columns: 250px minmax(0, 1fr);
	column-gap: 42px;
}

.p-department-menu .p-department-menu__section.is-single .p-department-menu__intro {
	align-self: start;
}

.p-department-menu .p-department-menu__section.is-single .s-services__desc {
	margin-bottom: 0;
}

/* 子階層あり */
.p-department-menu .p-department-menu__section.has-children .p-department-menu__content {
	grid-template-columns: 250px minmax(0, 1fr);
	column-gap: 42px;
}

.p-department-menu .access {
	margin-top: 0;
}

@media only screen and (max-width: 1024px) {
	.p-department-menu .p-department-menu__content {
		grid-template-columns: 220px minmax(0, 1fr);
		column-gap: 28px;
	}

	.p-department-menu .s-services__ttl {
		font-size: 2rem;
	}

	.p-department-menu .s-services__tbl th,
	.p-department-menu .s-services__tbl td {
		padding: 16px 16px 14px;
	}
}

@media only screen and (max-width: 767px) {
	.p-department-menu .s-intro--archive .s-intro__img {
		min-height: 180px;
	}

	.p-department-menu .p-department-menu__section,
	.p-department-menu .p-department-menu__section + .p-department-menu__section {
		margin-top: 16px;
	}

	.p-department-menu .p-department-menu__content {
		grid-template-columns: 1fr;
		row-gap: 18px;
	}

	.p-department-menu .p-department-menu__intro {
		padding-top: 0;
	}

	.p-department-menu .s-services__ttl {
		font-size: 2rem;
	}

	.p-department-menu .s-services__desc {
		margin-top: 12px;
		text-align: left;
	}

	.p-department-menu .p-department-menu__btn-wrap {
		margin-top: 18px;
	}

	.p-department-menu .s-services__tbl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.p-department-menu .s-services__tbl table {
		min-width: 640px;
	}

	.p-department-menu .s-services__tbl th,
	.p-department-menu .s-services__tbl td {
		white-space: normal;
		word-break: keep-all;
		overflow-wrap: break-word;
		line-break: strict;
	}
}

/* about CSS*/
.s-about-profile__box {
	/* background: #ece6e0; */
}

.s-about-heading {
	text-align: center;
	margin-bottom: 28px;
}

.s-about-intro {
	overflow: hidden;
}

.s-about-intro__box {
	background: #f8f4f0;
	text-align: center;
}

.s-about-heading__en {
	font-size: 104px;
	line-height: 1;
	letter-spacing: 0.22em;
	/* color: #7f746d; */
	mix-blend-mode: overlay;
	font-family: 'Abel', sans-serif;
}

.s-about-intro__bgtext {
	position: absolute;
	top: -42px;
	/* left: 50%;
    transform: translateX(-50%);
    font-size: clamp(60px, 10vw, 120px); */
	font-size: 298px;
	line-height: 1;
	/* color: rgba(205, 191, 183, 0.35); */
	mix-blend-mode: overlay;
	white-space: nowrap;
	pointer-events: none;
}

.s-about-intro__lead {
	position: relative;
	z-index: 1;
	margin-bottom: 24px;
	font-size: 24px;
	line-height: 1.5;
	font-weight: 600;
	color: #322925;
}

.s-about-intro__lead p,
.s-about-intro__text p {
	margin: 0;
}

.s-about-intro__text {
	max-width: 760px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 1px;
}

.s-about-section-title {
	margin-bottom: 40px;
	text-align: center;
}

.s-about-section-title__en {
	margin: 0;
	font-size: clamp(48px, 6vw, 74px);
	line-height: 1;
	font-weight: 300;
	letter-spacing: 0.08em;
	color: #c8bdb5;
}

.s-about-profile__list {
	display: grid;
	gap: 54px;
}

.s-about-doctor {
	display: grid;
	grid-template-columns: 35% 1fr;
	gap: 4%;
	padding-bottom: 54px;
	border-bottom: 1px solid #d5cbc3;
}

.s-about-doctor:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.s-about-doctor__photo {
	position: relative;
	overflow: hidden;
}

.s-about-doctor__img img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.s-about-doctor__img {
	position: relative;
	overflow: hidden;
}

.s-about-doctor__nameen {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -9px;
	margin: 0;
	/*padding: 0 12px 8px;*/
	font-size: clamp(34px, 5vw, 75px);
	line-height: 1;
	letter-spacing: 0.06em;
	mix-blend-mode: overlay;
	pointer-events: none;
	white-space: nowrap;
	overflow: hidden;
}

.s-about-doctor__sns {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 14px;
	color: #9a6b60;
	font-size: 13px;
}

.s-about-doctor__snsnote {
	margin: 6px 0 0;
	text-align: center;
	font-size: 14px;
	color: #a46c5e;
}

.s-about-doctor__position {
	margin: 0 0 3px;
	font-size: 18px;
}

.s-about-doctor__name {
	margin: 0 0 20px;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.s-about-doctor__cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.s-about-doctor__cols--single {
	grid-template-columns: 1fr;
	/*max-width: 560px;*/
}

.s-about-doctor__head {
	color: #0B0B0B;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	margin-bottom: 15px;
	padding: 3px 20px;
	background: #ddd2ca;
}

.s-about-doctor__body {
	font-size: 14px;
	line-height: 2;
	color: #0B0B0B;
}

.s-about-doctor__body p {
	margin: 0;
}

/*
.s-about-block {
	display: grid;
	grid-template-columns: 1fr 300px;
	gap: 34px;
	align-items: center;
}
*/

.s-about-block__text {
	font-size: 1.6rem;
	line-height: 2.25;
	color: #0B0B0B;
}

.s-about-block__text p {
	margin: 0 0 14px;
}

.s-about-block__text p:last-child {
	margin-bottom: 0;
}

.s-about-block__image img {
	display: block;
	width: 100%;
	height: auto;
}

.s-about-scene__text {
	margin-bottom: 28px;
	line-height: 2.25;
	color: #0B0B0B;
}

.s-about-scene__text p {
	margin: 0 0 14px;
}

.s-about-scene__text p:last-child {
	margin-bottom: 0;
}

.s-about-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}

.s-about-gallery__item {
	margin: 0;
}

.s-about-gallery__item img {
	display: block;
	width: 100%;
	height: auto;
}

.s-about-access__layout {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: 34px;
	align-items: start;
}

.s-about-access__map img {
	display: block;
	width: 100%;
	height: auto;
}

.s-about-access__clinic {
	margin: 0 0 4px;
	font-size: 38px;
	line-height: 1.2;
	font-weight: 400;
	color: #322925;
}

.s-about-access__clinic-sub {
	margin: 0 0 18px;
	font-size: 11px;
	line-height: 1.7;
	color: #7b7069;
}

.s-about-access__address {
	margin-bottom: 18px;
	font-size: 12px;
	line-height: 2;
	color: #433933;
}

.s-about-access__address p {
	margin: 0;
}

.s-about-access__table {
	width: 100%;
	border-collapse: collapse;
	background: #f8f4f0;
	margin-bottom: 16px;
}

.s-about-access__table th,
.s-about-access__table td {
	border: 1px solid #ddd1c8;
	padding: 12px 14px;
	font-size: 12px;
	line-height: 1.8;
	text-align: center;
	vertical-align: middle;
	color: #433933;
}

.s-about-access__table th {
	background: #eee6df;
	font-weight: 600;
}

.s-about-access__table span {
	font-size: 11px;
	color: #7d726b;
}

.s-about-access__note {
	font-size: 10px;
	line-height: 1.9;
	color: #756a63;
}

.s-about-access__note p {
	margin: 0;
}

.c-mainvisual__content--about .c-mainvisual__ttlpage {
	display: inline-block;
	padding: 10px 28px;
	border-radius: 999px;
	background: rgba(88, 22, 22, 0.88);
	color: #fff;
}

.c-mainvisual__marquee--about {
	color: rgba(34, 12, 12, 0.92);
}
.c-mainvisual__marquee--about span{
	animation: none;
}
@media (max-width: 1024px) {
	.s-about-doctor,
	.s-about-block,
	.s-about-access__layout {
		grid-template-columns: 1fr;
	}

	.s-about-doctor__cols {
		grid-template-columns: 1fr;
	}

	.s-about-gallery {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.s-about-intro__box,
	.s-about-profile__box,
	.s-about-policy__box,
	.s-about-scene__box,
	.s-about-access__box {
		padding: 28px 20px;
	}

	.s-about-heading__ja {
		font-size: 20px;
	}

	.s-about-intro__lead {
		font-size: 18px;
		line-height: 1.9;
	}

	.s-about-doctor {
		gap: 24px;
	}

	.s-about-doctor__nameen {
		bottom: -11px;
		font-size: 74px;
	}

	.s-about-gallery {
		grid-template-columns: 1fr;
	}

	.s-about-access__clinic {
		font-size: 30px;
	}
}

/* 料金ページ：施術単位で交互背景 */
.p-price .s-price__tbl tbody tr.is-odd > th,
.p-price .s-price__tbl tbody tr.is-odd > td {
	background-color: #faf8f7;
}

.p-price .s-price__tbl tbody tr.is-even > th,
.p-price .s-price__tbl tbody tr.is-even > td {
	background-color: #ffffff;
}

/* single-menu：施術単位で交互背景 */
.single-menu-template .s-price__tbl tbody tr.is-odd > th,
.single-menu-template .s-price__tbl tbody tr.is-odd > td {
	background-color: #faf8f7;
}

.single-menu-template .s-price__tbl tbody tr.is-even > th,
.single-menu-template .s-price__tbl tbody tr.is-even > td {
	background-color: #ffffff;
}

/* PAGE PROCESS  */
.s-flow-tabs .s-intro__txt {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #eae4e1;
	cursor: pointer;
}
.s-flow-tabs .s-intro__txt.is-active {
	background-color: #ddd5cf;
}
.s-flow-tabs__arrow {
	margin-top: 25px;
}
.s-process__inner {
	padding: 50px 7%;
}
.s-process-tabs__panel {
	display: none;
}

.s-process-tabs__panel.is-active {
	display: block;
}
.s-process-list {
	margin-top: 60px;
}

.s-process-item {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 38px;
}

.s-process-item + .s-process-item {
	margin-top: 83px;
}

.s-process-item__media {
	position: relative;
	width: 261px;
	flex-shrink: 0;
}

.s-process-item__media img {
	display: block;
	width: 100%;
	height: auto;
}

/* step text */
.s-process-item__step {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate3d(-55%, -50%, 0);
	display: flex;
	align-items: flex-end;
	gap: 6px;
	font-family: 'Abel', sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #c6b5a8;
	z-index: 2;
}

.s-process-item__step-label {
	font-size: 3.2rem;
	line-height: 1;
	padding-top: 1.4rem;
}

.s-process-item__step-num {
	font-size: 8.1rem;
	line-height: 0.75;
}

.s-process-item:not(:last-child) .s-process-item__media::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	width: 2px;
	height: 83px;
	transform: translateX(-50%);
	background-image: radial-gradient(circle, #c6b5a8 1px, transparent 1.5px);
	background-size: 2px 10px;
	background-repeat: repeat-y;
}

.s-process-item__content {
	flex: 1;
}

.s-process-item__ttl {
	margin-bottom: 10px;
	font-size: 2.1rem;
}

.s-process-item__txt p {
	font-size: 1.6rem;
	line-height: calc(28 / 16);
}

.s-process-item__txt p + p {
	margin-top: 14px;
}
/* =========================
   Tablet
========================= */
@media screen and (max-width: 1024px) {
	.s-process__inner {
		padding: 50px 5%;
	}

	.s-process-list {
		margin-top: 50px;
	}

	.s-process-item {
		gap: 28px;
	}

	.s-process-item + .s-process-item {
		margin-top: 70px;
	}

	.s-process-item__media {
		width: 220px;
	}

	.s-process-item__step {
		transform: translate3d(-48%, -50%, 0);
		gap: 4px;
	}

	.s-process-item__step-label {
		font-size: 2.6rem;
		padding-top: 1rem;
	}

	.s-process-item__step-num {
		font-size: 6.4rem;
		line-height: 0.78;
	}

	.s-process-item:not(:last-child) .s-process-item__media::after {
		height: 70px;
		background-size: 2px 9px;
	}

	.s-process-item__ttl {
		margin-bottom: 8px;
		font-size: 1.9rem;
		line-height: 1.5;
	}

	.s-process-item__txt p {
		font-size: 1.5rem;
		line-height: 1.8;
	}

	.s-process-item__txt p + p {
		margin-top: 12px;
	}
}

/* =========================
   SP
========================= */
@media screen and (max-width: 767px) {
	.s-process__inner {
		padding: 40px 20px;
	}

	.s-process-list {
		margin-top: 40px;
	}

	.s-process-item {
		display: block;
	}

	.s-process-item + .s-process-item {
		margin-top: 56px;
	}

	.s-process-item__media {
		position: relative;
		width: 100%;
		margin: 0 0 24px;
	}

	.s-process-item__media img {
		display: block;
		width: 100%;
		height: auto;
	}

	.s-process-item__step {
		top: 0;
		left: 0;
		transform: translate3d(-8%, -48%, 0);
		gap: 4px;
	}

	.s-process-item__step-label {
		font-size: 2.2rem;
		padding-top: 0.8rem;
	}

	.s-process-item__step-num {
		font-size: 5.2rem;
		line-height: 0.8;
	}

	.s-process-item:not(:last-child) .s-process-item__media::after {
		height: 44px;
		background-size: 2px 8px;
	}

	.s-process-item__content {
		width: 100%;
	}

	.s-process-item__ttl {
		margin-bottom: 10px;
		font-size: 1.8rem;
		line-height: 1.5;
		text-align: left;
	}

	.s-process-item__txt p {
		font-size: 1.4rem;
		line-height: 1.85;
	}

	.s-process-item__txt p + p {
		margin-top: 10px;
	}
}
/* update css  */
.l-main-sidenav__panel {
	position: fixed;
	top: 8px;
	right: 73px;
	bottom: 8px;
	left: 8px;
	z-index: 95;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateX(30px);
	transition:
		opacity 0.3s ease,
		visibility 0.3s ease,
		transform 0.3s ease;
}

.l-main-sidenav__panel.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateX(0);
}

.l-main-sidenav__panel-inner {
	height: 100%;
	background: #fbf4ec;
	border: 1px solid #d9d4cf;
	border-radius: 5px;
	overflow-y: auto;
}

.l-main-sidenav__panel-head {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	padding: 18px 36px 16px;
	border-bottom: 1px solid #c9beb6;
}

.l-main-sidenav__panel-sns {
	justify-self: start;
}

.l-main-sidenav__panel-sns .c-sns-list {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
}

.l-main-sidenav__panel-sns .c-sns-list__link {
	/* width: 18px;
	height: 18px; */
	background: #d5c3ae;
}

.l-main-sidenav__panel-tel {
	font-size: 2.9rem;
	line-height: 1;
	color: #1c1b1b;
}

.l-main-sidenav__panel-logo {
	text-align: center;
}

.l-main-sidenav__panel-logo .c-site-logo {
	align-items: center;
	font-family: 'Abel', sans-serif;
}

.l-main-sidenav__panel-logo .c-site-logo__main {
	font-size: 5.5rem;
	color: #000000;
}

.l-main-sidenav__panel-logo .c-site-logo__sub {
	font-size: 1.3rem;
	color: #000000;
}

.l-main-sidenav__panel-reserve {
	justify-self: end;
}

.l-main-sidenav__panel-reserve-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 6px 14px;
	border: 1px solid #c9beb6;
	border-radius: 999px;
	background: #fbf4ec;
}

.l-main-sidenav__panel-reserve-toggle {
	position: relative;
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	/* background: #e8e2dd; */
}

/* .l-main-sidenav__panel-reserve-toggle::after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
} */

.l-main-sidenav__panel-reserve-text {
	font-size: 1.2rem;
	line-height: 1;
	white-space: nowrap;
}

.l-main-sidenav__panel-body {
	padding: 40px 0 0;
	background-color: #fbf4ec;
}

.l-main-sidenav__panel-section {
	padding: 0 30px 60px;
	border-bottom: 1px solid #d9d4cf;
}

.l-main-sidenav__panel-section .sec-hd__ttl {
	font-size: 3.2rem;
}

.l-main-sidenav__panel-section .sec-hd__sub {
	margin-top: 4px;
	font-size: 1rem;
	letter-spacing: 0.18em;
}

.l-main-sidenav__menu-dept {
	margin-top: 28px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.l-main-sidenav__menu-dept-item {
	position: relative;
	display: block;
}

.l-main-sidenav__menu-dept-thumb {
	border-radius: 3px;
	overflow: hidden;
}

.l-main-sidenav__menu-dept-thumb img {
	display: block;
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.l-main-sidenav__menu-dept-label {
	position: absolute;
	left: 50%;
	bottom: 14px;
	transform: translateX(-50%);
	min-width: 140px;
	padding: 9px 18px;
	border-radius: 999px;
	background: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	z-index: 2;
}

.l-main-sidenav__menu-links {
	padding: 60px 30px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	background-color: #f0e8e4;
}

.l-main-sidenav__menu-link {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 66px;
	padding: 43px 10px;
	background: #ddd7d4;
	position: relative;
}
.l-main-sidenav__menu-link.u-frame--line::after {
	z-index: 1;
}
.l-main-sidenav__menu-link span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 112px;
	padding: 9px 20px;
	border-radius: 999px;
	background: #fff;
	font-size: 1.8rem;
	line-height: 1;
	position: relative;
	z-index: 2;
	font-weight: 500;
}
.l-main-sidenav__menu-link.full-width {
	grid-column: 1 / -1;
}

body.is-menu-open {
	overflow: hidden;
}

@media only screen and (max-width: 1024px) {
	.l-main-sidenav__panel {
		right: 8px;
	}

	.l-main-sidenav__panel-head {
		grid-template-columns: 1fr;
		row-gap: 18px;
		text-align: center;
	}

	.l-main-sidenav__panel-sns,
	.l-main-sidenav__panel-logo,
	.l-main-sidenav__panel-reserve {
		justify-self: center;
	}

	.l-main-sidenav__panel-sns .c-sns-list {
		justify-content: center;
	}

	.l-main-sidenav__menu-dept {
		grid-template-columns: 1fr;
	}

	.l-main-sidenav__menu-links {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 767px) {
	.l-main-sidenav__panel {
		top: 6px;
		right: 6px;
		bottom: 70px;
		left: 6px;
	}

	.l-main-sidenav__panel-head {
		padding: 18px;
	}

	.l-main-sidenav__panel-logo .c-site-logo__main {
		font-size: 3.8rem;
	}

	.l-main-sidenav__panel-tel {
		font-size: 2.2rem;
	}

	.l-main-sidenav__menu-dept-thumb img {
		height: 160px;
	}

	.l-main-sidenav__menu-links {
		grid-template-columns: 1fr;
	}
}
