@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@300..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lexend+Peta:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@100..900&display=swap");
:root {
	--main-color: #1a73e8;
	--text-color: #222;
	--font-base: "Cinzel", "Zen Old Mincho", serif;
	--font-noto: "Noto Sans JP", sans-serif;
	--font-josefin: "Josefin Sans", sans-serif;
	--font-zom: "Zen Old Mincho", serif;
	--max-width: auto;
	/*
    使いたい時の記述
    color: var(--text-color);
    font-family: var(--font-base);
    font-family: var(--font-noto);
*/
}
*,
::before,
::after {
	box-sizing: border-box;
}
html {
	font-size: 16px;
	scroll-behavior: smooth; /* スムーズスクロール */
}

body {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
	font-family: var(--font-base);
}
li {
	list-style-type: none;
}

.pc {
	display: block;
}
.sp {
	display: none;
}

a {
	color: inherit;
	text-decoration: none;
	text-decoration: inherit;
	cursor: pointer;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block;
	vertical-align: middle;
}

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

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
	margin: 0;
}

img,
video {
	max-width: 100%;
	height: auto;
}
video::-webkit-media-controls {
	display: none !important;
}
video {
	pointer-events: none;
}

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

[x-cloak] {
	display: none !important;
}

/* ---------------------- */

.blur {
	opacity: 0;
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.img-blur {
	-webkit-animation-name: imageBlur;
	animation-name: imageBlur;
	opacity: 1;
	transition: 0.8s;
}
@-webkit-keyframes imageBlur {
	from {
		opacity: 0;
		-webkit-filter: blur(15px);
		-moz-filter: blur(15px);
		-ms-filter: blur(15px);
		-o-filter: blur(15px);
		filter: blur(15px);
	}
	to {
		opacity: 1;
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-ms-filter: blur(0px);
		-o-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes imageBlur {
	from {
		opacity: 0;
		-webkit-filter: blur(15px);
		-moz-filter: blur(15px);
		-ms-filter: blur(15px);
		-o-filter: blur(15px);
		filter: blur(15px);
	}
	to {
		opacity: 1;
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-ms-filter: blur(0px);
		-o-filter: blur(0px);
		filter: blur(0px);
	}
}

.load-fade {
	opacity: 0;
	visibility: hidden;
	transition: all 1s;
}
.load-fade.is-show {
	opacity: 1;
	visibility: visible;
}

/*------------------------------------------------*/

.f-40 {
	font-size: 40px;
}
.f-35 {
	font-size: 35px;
}
.f-27 {
	font-size: 27px;
}
.f-25 {
	font-size: 25px;
}

/*------------------------------------------------*/

.n-box {
	text-align: center;
	margin-bottom: -200px;
}
.phrase,
.n-box {
	opacity: 1;
	transition: opacity 1s ease-out;
}
.n-box p {
	position: relative;
	margin-bottom: 0;
	top: -205px;
	line-height: 40px;
	color: #ffffff;
	letter-spacing: 3px;
	font-family: var(--font-base);
}

/*------------------------------------------------*/

.en {
	font-family: var(--font-base);
}
.center {
	text-align: center;
}

/*------------------------------------------------*/

.animation {
	opacity: 0; /* 初期状態で非表示 */
	transform: translateY(50px); /* 50px下に隠しておく */
	transition: all 0.6s ease-in-out;
}

.animation.no-transform {
	transform: translateY(0px);
}

.animation.show {
	opacity: 1;
	transform: translateY(0);
}

/* 2つ目のバナーを遅らせて表示 */
.animation:nth-child(2) {
	transition-delay: 0.3s;
}

/*------------------------------------------------*/

/*------------------------------------------------*/

.text-box {
	padding: 0;
	font-family: var(--font-base);
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.02rem;
}

.text-box .t1 {
	writing-mode: vertical-rl;
	color: #6b5251;
	font-size: 22px;
	letter-spacing: 0.2rem;
	margin: 110px auto 50px;
	line-height: 1.7;
	padding-right: 7%;
}

.text-box .t2 {
	width: 50%;
	font-size: 22px;
	color: #6b5251;
	background-color: #f8f8f5;
	border: solid 1px #6b5251;
	padding: 15px 0 10px;
	line-height: 1;
	letter-spacing: 0.1rem;
	margin: 0 auto;
}

.text-box .t2 + .t2 {
	margin: 14px auto 0;
}

.text-box .t2 + .t2 + .center {
	margin: 0;
	line-height: 1.8;
	color: #474747;
	padding: 20px 0;
}

.text-box .t1 .f-40:nth-child(1) {
	background-color: #6b5251;
	padding: 5px 5px 5px 0;
	color: #ffffff;
}

@media screen and (max-width: 750px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}

	.content-box {
		max-width: 100vw;
		overflow-x: hidden;
	}

	/*------------------------------------------------*/
	.n-box p {
		top: -180px;
		letter-spacing: 0;
	}
	.n-box p.f-35 + p {
		margin: 0;
	}

	.lower-fv-ttl > span {
		font-size: 50px;
	}
}

@media screen and (max-width: 440px) {
	.n-box p {
		top: -185px;
	}
}

@media screen and (max-width: 375px) and (max-height: 667px) {
	.name-02 {
		right: 40%;
	}
}

.blur-element {
	filter: blur(5px);
	transition: filter 0.5s ease-out;
}
.blur-element.visible {
	filter: blur(0);
}

/* ------------------------------------
	main layout
------------------------------------ */
.site-conainer {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 30;
}
.main-contents-flex {
	transition: opacity 1s ease-in-out;
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 10;
}
.page-top .main-contents-flex {
	opacity: 0;
}
.page-top .main-contents-flex.is-active {
	opacity: 1;
}
.main-contents {
	width: 100%;
	max-width: 500px;
	flex-shrink: 0;
	position: relative;
	z-index: 50;
	overflow: hidden;
	top: 100vh;
	margin-bottom: 100vh;
}
.page-lower .main-contents {
	top: 0;
	margin-bottom: 0;
	padding-top: 55px;
}

/* ------------------------------------
	bg video
------------------------------------ */
.video-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	transition: opacity 1.5s ease-in-out; /* フェードのアニメーション */
	z-index: 10;
	background: transparent;
	pointer-events: none;
}
.page-top .video-wrapper {
	opacity: 0;
}
.page-top .video-wrapper.is-active {
	opacity: 1;
}

video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}

/* ------------------------------------
	fixed btns
------------------------------------ */

.fixed-right-btn-box {
	position: fixed;
	right: 0;
	width: 124px;
	bottom: 130px;
	padding: 0;
	text-align: center;
	color: #ffffff;
	z-index: 100;
	gap: 15px;
	display: flex;
	flex-flow: column;
	letter-spacing: 0.1em;
}
.fixed-right-btn-box > a {
	padding: 5px 10px;
	border-radius: 5px 0 0 5px;
	font-size: 14px;
	background-color: #6b5251;
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 5px;
	font-family: var(--font-noto);
	color: #ffffff;
}
.fixed-right-btn-box > a:nth-of-type(1) {
	background-color: #6b5251;
}
.fixed-right-btn-box > a:nth-of-type(2) {
	background-color: #ac9a86;
}
.fixed-right-btn-box > a > img {
	width: 26px;
}

@media screen and (max-width: 750px) {
	.fixed-right-btn-box {
		left: 0;
		right: 0;
		display: flex;
		justify-content: center;
		gap: 15px;
		align-items: center;
		bottom: 0;
		width: 93%;
		flex-flow: row;
		margin: 0 auto;
		max-width: 465px;
	}
	.fixed-right-btn-box > a {
		display: flex;
		gap: 10px;
		align-items: center;
		padding: 5px;
		border-radius: 5px 5px 0 0;
		flex-flow: row;
		justify-content: center;
		aspect-ratio: 341 / 105;
		font-size: 16px;
	}
	.fixed-right-btn-box > a img {
		height: 26px;
	}
}

/* ------------------------------------
	header menu
------------------------------------ */
header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: flex;
}
.page-top header {
	display: none;
}
.page-lower header {
	width: 100%;
	background: #dec5b6;
	max-width: 500px;
	margin: 0 auto;
	right: 0;
	height: 55px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 25px;
}
.page-lower .lower-header-logo {
	width: 225px;
	height: auto;
	aspect-ratio: 6 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.page-top .lower-header-logo {
	display: none;
}
@media screen and (max-width: 750px) {
	.page-top header {
		display: flex;
	}
}

/* ハンバーガーメニューのボタン */
.hamburger {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 56px;
	height: auto;
	aspect-ratio: 1 / 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	z-index: 1001;
	background-color: #ffffff78;
	padding: 18px 14px;
	border-radius: 999px;
}
.page-lower .hamburger {
	background: transparent;
	top: auto;
	right: auto;
	position: relative;
	padding: 0;
	align-items: center;
	justify-content: center;
	gap: 7px;
	width: 33px;
	height: 23px;
	display: none;
}

@media screen and (max-width: 750px) {
	.page-lower .hamburger {
		display: flex;
	}
}
.hamburger span {
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 5px;
	background: #6b5251;
	transition: 0.3s;
}
.page-lower .hamburger span {
	height: 2px;
	background: #fff;
}
.page-lower .hamburger.active span {
	background: #6b5251;
}

/* ハンバーガーアイコンのアニメーション */
.hamburger.active span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}
.page-lower .hamburger.active span:nth-child(1) {
	transform: translateY(12px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
	opacity: 0;
}
.hamburger.active span:nth-child(3) {
	transform: translateY(-10px) rotate(-45deg);
}
.page-lower .hamburger.active span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.logo-sp {
	position: fixed;
	top: 35px;
	left: 25px;
	z-index: 999;
	width: 225px;
	height: auto;
	aspect-ratio: 6 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.page-lower .logo-sp {
	top: 10px;
}
.logo-sp img {
	width: 100%;
}

/* フルスクリーンメニュー */
.nav-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8);
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.5s ease-in-out;
	z-index: 1000;
	transform: translateY(-100%);
}

/* メニューの背景動画 */
#menu-video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	transform: translate(-50%, -50%);
	z-index: -1;
}
@media screen and (max-width: 750px) {
	#menu-video {
		min-height: 1200px;
	}
}

/* メニュー表示時 */
.nav-menu.active {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0%);
}
@media screen and (max-width: 750px) {
	.nav-menu.active {
		overflow-x: hidden;
		overflow-y: scroll;
	}
}

/* ------------------------------------
	side
------------------------------------ */

/* コンテンツ（動画の上に表示） */
.side-cont {
	z-index: 999;
	position: fixed;
	top: 0;
	width: 34.26%;
	max-width: calc(50% - 250px);
	height: 100vh;
	transition: opacity 1.5s ease-in-out;
	z-index: 30;
	display: flex;
	align-items: flex-start;
	overflow: hidden;
	background: rgb(255 255 255 / 10%);
}
.page-top .side-cont {
	opacity: 0;
	pointer-events: none;
}
.side-cont.is-active {
	opacity: 1;
	pointer-events: all;
}
.side-cont h1 {
	font-size: 3rem;
	margin-bottom: 10px;
}

.side-cont p {
	font-size: 1.5rem;
	max-width: 100%;
}

@media screen and (max-width: 999px) {
	.side-cont {
		display: none;
	}
}

/* ------------------------------------
	side left
------------------------------------ */
.side-cont.side-cont-left {
	right: calc(50% + 250px);
}
.left-menu {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
	padding: 0 12%;
	padding-top: 44%;
	padding-bottom: 150px;
}

.logo-container {
	position: relative;
	width: 200px;
	height: auto;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
.logo-container > a {
	position: absolute;
	width: 150px;
	height: auto;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
}
.left-menu > a > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/* ロゴの背景グラデーション */
.logo-container::before {
	content: "";
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 420px;
	height: auto;
	aspect-ratio: 1 / 1;
	background: radial-gradient(circle, rgb(227 111 19 / 10%) 0%, rgb(255 255 255 / 0%) 80%);
	z-index: 0;
}

.side-bnr-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	max-width: 380px;
	overflow: hidden;
	position: relative;
	z-index: 10;
	flex-shrink: 0;
}
.side-bnr-box > p {
	font-family: var(--font-base);
	width: 100%;
	display: flex;
	gap: 5px;
	font-weight: normal;
	text-align: center;
	justify-content: center;
	font-size: 18px;
	align-items: center;
	margin: 0 auto;
	letter-spacing: 0;
}
.side-bnr-box > p::before,
.side-bnr-box > p::after {
	content: "";
	background-image: url("../img/common/sparkle-brown.svg");
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	width: 25px;
	height: auto;
	aspect-ratio: 1 / 1;
}
.side-bnrs {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.side-bnrs > a {
	width: 100%;
	height: auto;
	aspect-ratio: 2 / 1;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.side-bnrs > a > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media screen and (max-width: 1300px) {
	.side-bnrs {
		flex-flow: column;
		max-width: 220px;
	}
}

/* ------------------------------------
	side right
------------------------------------ */
.side-cont.side-cont-right {
	left: calc(50% + 250px);
}
.main-menu-wrapper {
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
}
.right-menu {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	padding: 0 12%;
	transition: all 0.5s ease-in-out;
}
.main-menu {
	width: 100%;
	transition: all 0.5s ease-in-out;
	display: flex;
	flex-flow: column;
	gap: 60px;
	padding-top: 16px;
	align-items: center;
	justify-content: flex-start;
}
.right-menu.move-menu .main-menu,
.sp-menu.move-menu .main-menu {
	transform: translateX(-100%);
	opacity: 0;
}
.main-menu-list {
	width: 100%;
	padding: 0;
	text-align: center;
	display: flex;
	flex-flow: column;
	gap: 30px;
	align-items: center;
}
.main-menu-list > a {
	width: 100%;
	color: #474747;
	display: flex;
	flex-flow: column;
	gap: 0;
	align-items: center;
}
.main-menu-list > a span {
	font-size: 30px;
	font-family: var(--font-base);
	font-weight: 400;
	letter-spacing: 0.05em;
}
.main-menu-list > a small {
	color: #6b5251;
	font-family: var(--font-noto);
	font-size: 14px;
	letter-spacing: 0.1em;
}

.main-menu-address-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 20px;
	align-items: center;
}
.main-menu-address-box p {
	font-size: 14px;
	font-family: var(--font-noto);
	text-align: center;
	color: #6b5251;
	letter-spacing: 0.12em;
	margin: 0 auto;
}

.sub-menu {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	min-width: 100%;
	transition: all 0.5s ease-in-out;
	transform: translateX(100%);
	opacity: 0;
	top: 0;
}
.right-menu.move-menu .sub-menu,
.sp-menu.move-menu .sub-menu {
	transform: translateX(0);
	opacity: 1;
}
.sub-menu-wrapper {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.sub-menu-ttl {
	width: 100%;
	text-align: center;
	font-family: var(--font-base);
	display: flex;
	flex-flow: column;
	align-items: center;
	color: #6b5251;
}
.sub-menu-ttl > span {
	font-size: 30px;
	letter-spacing: 3px;
}
.sub-menu-ttl > small {
	font-size: 14px;
	font-family: var(--font-noto);
}
.sub-menu-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	max-width: 340px;
	margin: 0 auto;
	overflow: hidden;
	gap: 20px;
}
.sub-menu-group {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 30px;
}
.sub-menu-list-item {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 10px;
}
.sub-menu-list-item > p {
	font-family: var(--font-base);
	text-align: left;
	color: #ac9a86;
	font-size: 20px;
	position: relative;
	padding-left: 30px;
	letter-spacing: 0.1em;
}
.sub-menu-list-item > p.space {
	letter-spacing: -0.1em;
}
.sub-menu-list-item > p:before {
	content: "";
	background: url(../img/top/img2.png) no-repeat;
	background-size: contain;
	width: 25px;
	height: auto;
	aspect-ratio: 1 / 1;
	left: 0px;
	position: absolute;
	top: 2px;
}

.sub-menu-list {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 8px;
	padding-left: 30px;
	font-family: var(--font-noto);
	font-size: 14px;
	color: #474747;
}
.sub-menu-list > a {
	width: 100%;
	border-bottom: solid 1px #6b5251;
	box-sizing: border-box;
	padding-bottom: 8px;
	padding-left: 20px;
	max-width: 150px;
	position: relative;
}

.sub-menu-list > a:before {
	content: "";
	display: block;
	background: url(../img/common/arrow-right.png) no-repeat;
	background-size: contain;
	width: 6px;
	height: auto;
	aspect-ratio: 6 / 10;
	position: absolute;
	left: 7px;
	top: 7px;
}
.sub-menu > ul li > ul li a:link {
	color: #6b5251;
}
.sub-menu > ul li > ul + p.tit {
	margin-top: 30px;
}
.btn-sub-menu-back {
	color: #6b5251;
	font-size: 24px;
	margin-top: 50px;
	padding-left: 45px;
	position: relative;
	width: 80%;
	box-sizing: border-box;
}
.btn-sub-menu-back:before {
	content: "";
	background: url(../img/common/arrow-back.png) no-repeat;
	background-size: contain;
	position: absolute;
	display: block;
	height: 35px;
	width: 35px;
	left: 0;
}

@media screen and (max-width: 1300px) {
	.side-bnr-box {
		flex-flow: column;
		max-width: 220px;
	}
	.main-menu {
		gap: 40px;
		padding-top: 0px;
	}
	.sub-menu-grid {
		gap: 10px;
	}
}
@media screen and (max-width: 1200px) {
	.right-menu .main-menu-list > a span {
		font-size: 26px;
	}
	.right-menu .main-menu-list > a {
		gap: 4px;
	}
	.right-menu .sub-menu-list-item > p {
		font-size: 16px;
		padding-left: 25px;
	}
}
@media screen and (max-width: 1100px) {
	.right-menu .main-menu-list > a span {
		font-size: 24px;
	}
	.right-menu .main-menu-address-box p {
		font-size: 12px;
	}
}
@media screen and (max-width: 750px) {
	.main-menu {
		position: absolute;
		top: 10%;
	}
	.sub-menu-grid {
		max-width: 360px;
	}
}

/* ------------------------------------
	footer
------------------------------------ */

footer {
	width: 100%;
	padding: 30px 0;
	text-align: center;
	color: #ffffff;
	background-color: #6b5251;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 30px;
	position: relative;
	z-index: 10;
}
.footer-head-group {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 20px;
}
.footer-logo {
	width: 130px;
	height: auto;
	aspect-ratio: 130 / 73;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.footer-logo > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.footer-tel-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 7px;
}
.footer-tel-item {
	width: 100%;
	max-width: 310px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 5px;
	background-color: #988685;
	border-radius: 30px;
	color: #ffffff;
}
.footer-tel-item p {
	margin: 0;
}
.footer-tel-item img {
	width: 20px;
	height: 20px;
}
.footer-tel-item span {
	font-size: 20px;
	font-family: var(--font-zom);
}

.footer-sns-box {
	width: 100px;
	display: flex;
	justify-content: center;
	gap: 20px;
	margin: 0 auto;
}
.footer-sns-box > a {
	width: 30px;
	height: auto;
	aspect-ratio: 1 / 1;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-sns-box > a > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.footer-bottom-group {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 10px;
}
.footer-copy {
	font-size: 12px;
	font-family: var(--font-noto);
}

@media screen and (max-width: 750px) {
	footer {
		padding-bottom: 100px;
	}
}
/* ------------------------------------
	lower
------------------------------------ */
.lower-fv {
	width: 100%;
	height: auto;
	background-position: top;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	aspect-ratio: 750 / 521;
	display: flex;
	align-items: flex-start;
	padding-left: 55px;
	margin-bottom: 50px;
}
.lower-fv .lower-fv-ttl {
	position: absolute;
	height: fit-content;
	top: 0;
	bottom: 0;
	margin: auto;
}
.page-column .lower-fv {
	background-image: url(../img/column/fv-img.webp);
	padding-top: 115px;
}
.page-column.page-charge .lower-fv {
	background-image: url(../img/charge/fv-img.webp);
}
.lower-fv-ttl > span {
	font-family: var(--font-base) !important;
	color: #fff;
	font-size: 60px;
	line-height: 1.2;
	letter-spacing: 0.2rem;
}
.lower-fv-ttl > h2 {
	color: #ac9a86;
	background-color: #fff;
	width: fit-content;
	padding: 3px 40px;
	line-height: 1;
	font-size: 16px;
	letter-spacing: 0.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--font-noto);
}

.h3-box {
	width: auto;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 5px;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 15px;
	position: relative;
}
.h3-box::before {
	content: "";
	background-image: url(../img/common/img-h3-star.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	width: 36px;
	height: 34px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
}
.h3-box::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -5px;
	display: inline-block;
	width: 38px;
	height: 2px;
	background-color: #6b5251;
	border-radius: 3px;
}
.h3-box > h3 {
	text-align: center;
	font-size: 32px;
	font-weight: lighter;
	line-height: 1.5em;
	color: #474747;
	font-family: var(--font-base);
	letter-spacing: 0.05em;
	position: relative;
	background-color: transparent;
	margin: auto;
	padding: 0;
}
.h3-box > h3 > small {
	font-size: 20px;
	line-height: 1.5;
	display: inline-block;
	margin-bottom: 10px;
}
.h3-box > span {
	position: relative;
	font-size: 16px;
	font-weight: 300;
	color: #6b5251;
	font-family: var(--font-josefin);
	letter-spacing: 0.1em;
	line-height: 1.8em;
}

.part-sparkle {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 46px;
	overflow: hidden;
	background: #fff;
}
.part-sparkle.bg-none {
	background: transparent;
}
.part-sparkle > img {
	width: auto;
	height: 100%;
}

.circle-txt-main-cont {
	min-height: 500px;
	background: #f8f8f5;
}
.circle-txt-box {
	width: 100%;
	height: 100px;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.circle-txt-box.circle-txt-box-top {
	align-items: flex-start;
}
.circle-txt-box.circle-txt-box-bottom {
	align-items: flex-end;
}
.circle-txt-box > div {
	width: 1150px;
	position: relative;
	padding: 25px;
}
.circle-txt-box > div::after {
	content: "";
	width: 1100px;
	height: auto;
	aspect-ratio: 1 / 1;
	background: #f8f8f6;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	border-radius: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
}

.circle-txt-box.circle-txt-box-top > div::after {
	top: calc(50% + 20px);
}
.circle-txt-box.circle-txt-box-bottom > div::after {
	top: calc(50% - 20px);
}

@keyframes circle-txt-rotation-rtol {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(-360deg);
	}
}
@keyframes circle-txt-rotation-ltor {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.circle-text {
	overflow: visible;
	animation: circle-txt-rotation-rtol 200s linear infinite;
	width: 1100px;
	transform-origin: center center;
}

.circle-text--circle {
	fill: none;
}

.circle-text--text {
	fill: #ac9a86;
	font-family: var(--font-base);
	font-size: 0.15em;
	letter-spacing: 0.05em;
}

.circle-ttl-box {
	width: 400px;
	height: auto;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.circle-ttl-box > h2 {
	position: absolute;
	width: 300px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	aspect-ratio: 1 / 1;
}
.circle-ttl-around {
	overflow: visible;
	animation: circle-txt-rotation-ltor 50s linear infinite;
	width: 350px;
}

.circle-ttl-around--circle {
	fill: none;
}

.circle-ttl-around--text {
	fill: #ece7e2;
	font-size: 0.35em;
	letter-spacing: 0.05em;
}

/* ------------------------------------
	Flow tab
------------------------------------ */

.flow-tab-area {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
	z-index: 0;
}
.flow-img-box {
	border-radius: 50px 50px 0 0;
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 660px;
	position: relative;
	z-index: 0;
}
.flow-img-box > figure {
	width: 100%;
	height: 100%;
	position: absolute;
}
.flow-img-box > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.flow-main-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 40px;
	background: #f7f5f3;
	padding: 0 60px;
	padding-bottom: 115px;
}
.flow-tabs {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn-step-tab {
	width: 55px;
	height: 70px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	background: #d5ccc2;
	color: #fff;
	flex-shrink: 0;
	font-family: var(--font-josefin);
	text-align: center;
	gap: 6px;
	line-height: 1;
	transition: all ease-in-out 0.2s;
	font-weight: 300;
	cursor: pointer;
}
.btn-step-tab:hover {
	opacity: 0.7;
}
.btn-step-tab.is-active {
	background: #6b5251;
}
.btn-step-tab > span {
	font-size: 11px;
}
.btn-step-tab > p {
	font-size: 30px;
}

.flow-cont-wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.flow-cont {
	width: 100%;
}
.flow-cont-inner {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 26px;
	align-items: center;
	font-family: var(--font-zom);
	font-weight: 400;
	color: #6b5251;
}
.tfc-ttl {
	width: 100%;
	text-align: center;
	display: flex;
	flex-flow: column;
	align-items: center;
	font-size: 32px;
	position: relative;
	gap: 33px;
}
.tfc-ttl::after {
	content: "";
	width: 92px;
	height: 1px;
	background: #6b5251;
}
.tfc-txt {
	font-family: var(--font-noto);
	font-weight: 300;
	line-height: 2;
	font-size: 16px;
}

/* ------------------------------------
	Slider
------------------------------------ */

.slider-area {
	position: relative;
	width: 100%;
	margin: 0 auto 50px;
	overflow: hidden;
}

.slide-item {
	border: solid 1px #6b5251;
	margin: 0 10px;
	max-width: 350px;
	/*	opacity: 0.5;*/
	transition: all 1s ease;
	width: 100%;
}

.slide-item.slick-center {
	opacity: 1;
	transition: all 1s ease;
}


.doctors-slider .slide-item{
	margin:0;
	max-width:none;
}


@media screen and (max-width: 750px) {
    .doctors-slider .slick-prev,.doctors-slider .slick-next {
        height: 32px;
        width: 32px;
    }
}
@media screen and (max-width: 750px) {
    .doctors-slider .slick-prev {
        left: 1%;
    }
}
@media screen and (max-width: 750px) {
    .doctors-slider .slick-next  {
        right: 1%;
    }
}


.case-slide-card {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
	overflow: hidden;
	transition: all 1s ease;
}
.case-slide-card:hover {
	opacity: 0.6;
}
.csc-img {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	aspect-ratio: 1 / 1;
}
.csc-img > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.csc-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	height: 160px;
	justify-content: space-between;
	overflow: hidden;
	align-items: center;
	gap: 10px;
	background: #fff;
}
.csc-head {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 10px;
	align-items: flex-start;
	padding: 20px;
}
.csc-cat-box {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px;
}
.badge-cat {
	width: auto;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent;
	border-radius: 999px;
	padding: 5px 10px;
	line-height: 1;
	border: 1px solid;
	color: #6b5251;
	font-family: var(--font-noto);
	font-size: 13px;
}
.badge-cat.cat-1 {
	background: #e8e1da;
	border-color: #e8e1da;
}
.badge-cat.cat-2 {
	border-color: #6b5251;
}
.csc-txt {
	width: 100%;
	color: #6b5251;
	font-family: var(--font-noto);
	font-size: 15px;
	letter-spacing: 0.1em;
}
.csc-bottom {
	width: 100%;
	background: #6b5251;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.txt-readmore {
	width: auto;
	height: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.txt-readmore > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.case-slider .slick-dots {
	bottom: -40px;
}
.case-slider .slick-prev {
	left: 58px;
}
.case-slider .slick-next {
	right: 58px;
}

/* ------------------------------------
	Doctors common
------------------------------------ */
.loop-txt-box {
	display: flex;
	overflow: hidden;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	top: 0;
	z-index: 10;
	width: 100%;
	align-items: center;
	height: 80px;
	gap: 30px;
	flex-wrap: nowrap;
}
.loop-txt-box > img {
	animation: loop 20s infinite linear 1s both;
	height: 100%;
	max-width: none;
}
@keyframes loop {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}

.doctors-message-deco-txt {
	position: absolute;
	z-index: 10;
	bottom: 19px;
	width: 100%;
	max-width: 460px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bnr-doctors-prof {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}
.bnr-doctors-prof::after {
	content: "";
	height: 100%;
	width: 30px;
	position: absolute;
	top: -180px;
	left: 0;
	background-color: #fff;
	opacity: 0;
	transform: rotate(45deg);
	animation: bnr-reflection 2s ease-in-out infinite;
}
@keyframes bnr-reflection {
	0% {
		transform: scale(0) rotate(45deg);
		opacity: 0;
	}
	80% {
		transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}
	81% {
		transform: scale(4) rotate(45deg);
		opacity: 1;
	}
	100% {
		transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

.doctors-history-area {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 40px;
	position: relative;
	z-index: 10;
	padding: 0 60px;
}
.doctors-history-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 12px;
	position: relative;
	font-family: var(--font-noto);
	color: #6b5251;
}

.doctors-history-box > p {
	text-align: left;
	line-height: 18px;
	position: relative;
	padding-bottom: 8px;
}
.doctors-history-box > p::before {
	background-color: #6b5251;
	content: "";
	height: 1px;
	position: absolute;
	width: calc(50px + 2em);
	bottom: -5px;
	left: -50px;
}
.doctors-history-box > dl {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 8px;
	position: relative;
}
.doctors-media-box {
	width: 100%;
	height: 175px;
	display: flex;
	overflow: hidden;
	margin: 0;
	position: relative;
	top: 0;
	z-index: 10;
	align-items: center;
	margin-bottom: 60px;
}
.doctors-media-inner {
	width: auto;
	height: 100%;
	gap: 30px;
	display: flex;
	position: relative;
	align-items: center;
	animation: loop 20s infinite linear 1s both;
}
.doctors-media-inner > img {
	width: auto;
	height: 100%;
	object-fit: contain;
}
.bnr-doctors-sp {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 365px;
	overflow: hidden;
}
.doctors-list-bnr-box {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 365px;
	overflow: hidden;
	margin-bottom: 80px;
}
.doctors-list-bnr-box > a {
	width: 100%;
	height: 100%;
}

@keyframes rotate360-nt {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/*------------------------------------------------*/

/* 上から下へ */
.slide-down {
	transform: translateY(-100%);
}

.slide-down.active {
	transform: translateY(0);
	opacity: 1;
}

/* 右から左へ */
.slide-left {
	transform: translateX(100%);
}

.slide-left.active {
	transform: translateX(0);
	opacity: 1;
}

/* 左から右へ */
.slide-right {
	transform: translateX(-100%);
}

.slide-right.active {
	transform: translateX(0);
	opacity: 1;
}

.slick-slide {
	opacity: 0.4;
	transition: opacity 0.3s;
}
.slick-center {
	opacity: 1;
}
