/*
Thame Name:serin
Thame URL:
Description:serin
Author:Katayama
Version:1.0
*/

/*------------------------------------
開発用・border表示
------------------------------------*/
/*--
* {
	border: solid 0.5px var(--color_05);
}
--*/

/*------------------------------------
開発用・管理バーを半透明にする
------------------------------------*/
#wpadminbar {
	background: rgba(0, 0, 0, 0.3) !important;
	backdrop-filter: blur(6px);
	transition: background 0.3s ease;
}

#wpadminbar:hover {
	background: rgba(0, 0, 0, 0.8) !important;
}

/*------------------------------------
変数
------------------------------------*/
:root {
	--font-family_1: "lucida-grande-w1g", "noto-sans-cjk-jp", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, sans-serif;
	--font-family_2: "minerva-modern", serif;
	--font-family_3: "futura-100", "noto-sans-cjk-jp", sans-serif;
	--font-family_4: sans-serif;

	--font-size_ssss: 0.6rem !important;
	--font-size_sss: 0.7rem !important;
	--font-size_ss: 0.8rem !important;
	--font-size_s: 0.9rem !important;
	--font-size_mm: 1rem !important;
	--font-size_m: 1.2rem !important;
	--font-size_l: 1.5rem !important;
	--font-size_ll: 1.8rem !important;
	--font-size_lll: 2.4rem !important;
	--font-size_llll: 3rem !important;
	--font-size_xl: 4rem !important;

	--font-weight_s: 400;
	--font-weight_m: 500;
	--font-weight_l: 600;

	/* =========================
	Black
	========================= */
	--color_00: hsl(180 5% 10%);
	--color_01: hsl(180 5% 25%);
	--color_02: hsl(180 5% 37%);
	--color_03: hsl(180 5% 48%);
	--color_04: hsl(180 5% 57%);
	--color_05: hsl(180 5% 65%);
	--color_06: hsl(180 5% 73%);
	--color_07: hsl(180 5% 82%);
	--color_08: hsl(180 5% 91%);
	--color_09: hsl(180 5% 96%);

	/* =========================
	Brown
	========================= */
	--color_10: hsl(35 68% 10%);
	--color_11: hsl(35 68% 25%);
	--color_12: hsl(35 58% 40%);
	--color_13: hsl(35 58% 78%);
	--color_14: hsl(35 48% 92%);

	/* =========================
	Orange
	========================= */
	--color_20: hsl(10 82% 50%);
	--color_21: hsl(10 82% 62%);
	--color_22: hsl(10 82% 72%);
	--color_23: hsl(10 82% 86%);
	--color_24: hsl(10 82% 92%);

	/* =========================
	Yellow
	========================= */
	--color_30: hsl(40 100% 45%);
	--color_31: hsl(40 92% 54%);
	--color_32: hsl(40 92% 66%);
	--color_33: hsl(40 92% 82%);
	--color_34: hsl(40 92% 92%);

	/* =========================
	Green
	========================= */
	--color_40: hsl(100 44% 40%);
	--color_41: hsl(100 44% 52%);
	--color_42: hsl(100 44% 64%);
	--color_43: hsl(100 44% 82%);
	--color_44: hsl(100 44% 92%);

	/* =========================
	Blue
	========================= */
	--color_50: hsl(180 46% 26%);
	--color_51: hsl(180 46% 48%);
	--color_52: hsl(180 46% 60%);
	--color_53: hsl(180 46% 80%);
	--color_54: hsl(180 46% 92%);

	--color_bg_01: hsl(190 90% 100%);
	--color_bg_02: hsl(190 90% 97%);

	--color_sun: hsl(44, 100%, 65%);

	--color_f: hsl(0 0% 100%);

	--color_line: hsl(100 44% 52%);

	--color_bs_00: hsla(25, 31%, 15%, 0.8);
	--color_bs_01: hsla(25, 31%, 15%, 0.6);
	--color_bs_02: hsla(25 31% 15% / 0.4);
	--color_bs_03: hsla(25 31% 15% / 0.2);

	--color_g_1: linear-gradient(180deg, hsl(190 90% 96%), hsl(190 90% 99%));
	--color_g_2: linear-gradient(90deg, rgba(35, 152, 255, 1), rgba(209, 254, 224, 1));
	--color_g_3: linear-gradient(120deg, #cfa38c 0%, #dfc5b7 100%);
	--color_g_4: linear-gradient(90deg, rgba(255, 233, 186, 1), rgba(222, 254, 209, 1));


	--shadow_1: 3px 3px 7px #0000001A;
	--shadow_2: 2px 2px 5px #0000001A;
	--shadow_3: 1px 1px 2px #0000001A;
	--shadow_0: 2px 2px 0 #1a1a1a;

	--circle_1: 57% 43% 56% 44% / 41% 42% 58% 59%;
	--circle_2: 40% 60% 41% 59% / 50% 37% 63% 50%;
	--circle_3: 64% 36% 41% 59% / 50% 54% 46% 50%;
	--circle_4: 38% 62% 35% 65% / 63% 42% 58% 37%;

	--border_01: solid 1px var(--color_01);
	--border_02: solid 1px var(--color_02);
	--border_03: solid 1px var(--color_03);
	--border_04: solid 1px var(--color_04);
	--border_05: solid 1px var(--color_05);
	--border_1: solid 1px var(--color_20);
	--border_2: solid 1px var(--color_21);
	--border_3: solid 1px var(--color_22);
	--border_4: solid 1px var(--color_23);
	--border_5: solid 1px var(--color_24);
	--border_f: solid 1px var(--color_f);

	--radius_05: 5px;
	--radius_1: 10px;
	--radius_2: 20px;
	--radius_3: 30px;
	--radius_4: 40px;
	--radius_5: 50px;
	--radius_10: 100px;
	--radius_50: 50%;

	--flex_1: 100%;
	--flex_2: 47%;
	--flex_3: 32%;
	--flex_4: 22%;

	--ease_1: 0.2s ease-out;
	--ease_2: 0.4s ease-out;
	--ease_3: 0.6s ease-out;
}

@media screen and (max-width: 699px) {
	:root {
		--font-size_sss: 0.7rem !important;
		--font-size_ss: 0.8rem !important;
		--font-size_s: 0.9rem !important;
		--font-size_mm: 1rem !important;
		--font-size_m: 1.2rem !important;
		--font-size_l: 1.4rem !important;
		--font-size_ll: 1.7rem !important;
		--font-size_lll: 2rem !important;
		--font-size_llll: 2.5rem !important;
		--font-size_xl: 3rem !important;
	}
}

/*------------------------------------
基本CSS
------------------------------------*/
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html,
body {
	overflow-x: clip;
}

html {
	scroll-behavior: smooth;
	font-size: 100%;
}

body {
	top: 0px !important;
	font-family: var(--font-family_1);
	color: var(--color_00);
	font-weight: var(--font-weight_m);
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-align: left;
	background: var(--color_bg_01);
}

body::after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color_bg_01);
	z-index: 9999;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: opacity .8s ease;
	transition: opacity .8s ease;
}

.container {}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-family_1);
	color: var(--color_00);
	font-weight: var(--font-weight_m);
	line-height: 1.7em;
}

h1,
h2,
h3 {}

h4,
h5,
h6 {}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.3rem;
}

p,
a,
li,
i {
	font-family: var(--font-family_1);
	font-size: var(--font-size_s);
	color: var(--color_02);
	font-weight: var(--font-weight_s);
	line-height: 2em;
}

ul,
ol {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

p a {
	text-decoration: underline;
}

img,
video {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

button,
input,
select,
textarea {
	font: inherit;
	color: inherit;
	background: none;
	border: none;
	outline: none;
}

.white {
	color: var(--color_f) !important;
}

.black {
	color: var(--color_00) !important;
}

/*------------------------------------レイアウトパーツ------------------------------------*/

/*------------------------------------
section-container
------------------------------------*/
.section-container_1 {
	position: relative;
	padding: 150px 0;
}

.section-container_2 {
	position: relative;
	padding: 0 0 150px 0;
}

.section-container_3 {
	position: relative;
	padding: 75px 0 25px 0;
}

@media screen and (max-width: 699px) {
	.section-container_1 {
		padding: 75px 0;
	}

	.section-container_2 {
		padding: 0 0 100px 0;
	}

	.section-container_3 {
		padding: 25px 0 50px 0;
	}
}

/*------------------------------------
wrapper
------------------------------------*/
:root {
	--container: 1200px;
	--space: calc((100vw - var(--container)) / 2);
}

.wrapper {
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.wrapper__over-left {
	width: calc(50% + 500px);
	max-width: 100vw;
	margin-left: 0;
	margin-right: auto;
}

.wrapper__over-right {
	width: calc(50% + 500px);
	max-width: 100vw;
	margin-left: auto;
	margin-right: 0;
}

.wrapper-wide {
	width: 100%;
	max-width: 1400px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.wrapper-wide__over-left {
	width: calc(50% + 600px);
	max-width: 100vw;
	margin-left: 0;
	margin-right: auto;
	padding-right: 20px;
}

.wrapper-wide__over-right {
	width: calc(50% + 600px);
	max-width: 100vw;
	margin-left: auto;
	margin-right: 0;
	padding-left: 20px;
}

.wrapper-fullwide {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	height: auto;
}

@media screen and (max-width: 699px) {
	.wrapper,
	.wrapper__over-left,
	.wrapper__over-right,
	.wrapper-wide,
	.wrapper-wide__over-left,
	.wrapper-wide__over-right {
		width: 100%;
		max-width: 100vw;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
}

/*------------------------------------
縦積み
------------------------------------*/
.block__pack {
	display: block;
	margin: auto;
}

.block__item {
	margin: 50px auto;
}

.block__item:nth-child(1) {
	margin-top: 0;
}

.block__item:nth-last-child(1) {
	margin-bottom: 0;
}

@media screen and (max-width: 699px) {
}

/*------------------------------------
flex横並び
------------------------------------*/
.flex__pack {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
}

.flex__item {}

@media screen and (max-width: 699px) {
	.flex__pack {
		flex-wrap: wrap;
	}
}

/*子要素を横並び*/
.flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

/*------------------------------------
グリッドレイアウト
------------------------------------*/
.grid__pack {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-auto-rows: minmax(10px, auto);
	gap: 100px;
}

.grid__item {
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.grid__item img {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 699px) {
	.grid__pack {
		display: flex;
		flex-wrap: wrap;
		gap: 50px;
	}

	.grid__item img {
		height: 100%;
	}
}

/*------------------------------------
sticky / メインコンテンツ
------------------------------------*/
.layout_1 {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: center;
	gap: 100px;
}

.layout_1 .left-pack {
	width: calc(50% - 50px);
	height: 100%;
}

.layout_1 .left-pack .inner {
	position: sticky !important;
	top: 25px;
}

.layout_1 .right-pack {
	width: calc(50% - 50px);
	height: 100%;
}

@media screen and (max-width: 699px) {
	.layout_1 {
		flex-wrap: wrap;
	}

	.layout_1 .left-pack {
		width: 100%;
	}

	.layout_1 .left-pack .inner {
		position: relative;
	}

	.layout_1 .right-pack {
		width: 100%;
	}
}

/*------------------------------------
メインコンテンツ / sticky
------------------------------------*/
.layout_2 {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: center;
	gap: 100px;
}

.layout_2 .left-pack {
	width: calc(50% - 50px);
}

.layout_2 .right-pack {
	width: calc(50% - 50px);
	height: auto;
}

.layout_2 .right-pack .inner {
	position: sticky !important;
	top: 25px;
}

@media screen and (max-width: 699px) {
	.layout_2 {
		flex-wrap: wrap;
	}

	.layout_2 .left-pack {
		width: 100%;
	}

	.layout_2 .right-pack {
		width: 100%;
	}

	.layout_2 .right-pack .inner {
		position: relative;
	}
}

/*------------------------------------
stycky
------------------------------------*/
.sticky {
	position: sticky;
	top: 0px;
	z-index: 1000;
}

@media screen and (max-width: 699px) {
	.sticky {}
}


/*------------------------------------汎用レイアウトパーツ------------------------------------*/


/*------------------------------------
パンくずリスト
------------------------------------*/
.bread_1 {
	position: absolute;
	top: 0;
	left: 0;
}

.bread_2 {
	position: relative;
}

.breadcrumbs {
	display: inline-block;
	width: auto;
	padding: 15px 0;
	font-family: var(--font-family_1);
	font-size: var(--font-size_ss);
	color: var(--color_06);
}

.breadcrumbs a {
	font-family: var(--font-family_1);
	font-size: var(--font-size_ss);
	color: var(--color_06);
	font-weight: var(--font-weight_m);
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

/*------------------------------------
table
------------------------------------*/
/*表2列・3列*/
.table_2,
.table_3 {
	flex-wrap: wrap;
	gap: 15px;
	margin: 15px auto;
}

.table_2 .row-header,
.table_2 .row,
.table_3 .row-header,
.table_3 .row {
	gap: 15px;
	width: 100%;
}

.table_2 .row-header p,
.table_2 .row p,
.table_3 .row-header p,
.table_3 .row p {
	margin-top: 0;
	line-height: 1.5em;
}

.table_2 .row-header,
.table_3 .row-header {
	padding-bottom: 5px;
	border-bottom: dotted 2px var(--color_05);
}

.table_2 .row-header p,
.table_3 .row-header p {}

.table_2 .row,
.table_3 .row {
	padding-bottom: 10px;
	border-bottom: dotted 1px var(--color_03);
}

.table_2 .cell:nth-child(1) {
	width: calc(40% - 15px);
}

.table_2 .cell:nth-child(2) {
	width: calc(60% - 15px);
}

.table_3 .cell {
	width: calc((100% - 30px) / 3);
}

.table_2 .note,
.table_3 .note {
	margin-top: 15px;
}

.table_2 .note p,
.table_3 .note p {
	font-size: var(--font-size_ss);
}

@media screen and (max-width: 799px) {

	.table_2 .row-header p,
	.table_3 .row-header p {
		font-size: var(--font-size_ss);
	}

	.table_2 .cell {
		width: calc((100% - 15px) / 2);
	}

	.table_3 .cell {
		width: calc((100% - 30px) / 3);
	}

	.table_2 .cell p,
	.table_3 .cell p,
	.table_2 .cell a,
	.table_3 .cell a {
		font-size: var(--font-size_ss);
	}

	.table_2 .note,
	.table_3 .note {}

	.table_2 .note p,
	.table_3 .note p {
		font-size: var(--font-size_sss);
	}
}

/*------------------------------------
list
------------------------------------*/
.list-pack {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 25px;
	width: 100%;
}

@media screen and (max-width: 699px) {
	.list-pack {
		flex-wrap: wrap;
	}
}

/*リスト1*/
.list_1 {
	position: relative;
	width: fit-content;
	min-width: 300px;
	max-width: 100%;
	padding: 20px 20px 15px 35px;
	background: var(--color_f);
	border: solid 1px var(--color_31);
	border-radius: var(--radius_1);
}

.list_1 .title {
	position: absolute;
	top: 0;
	left: 20px;
	transform: translateY(-50%);
	padding: 0 5px;
	font-size: var(--font-size_mm);
	color: var(--color_31);
	font-weight: var(--font-weight_l);
	background: var(--color_f);
}

.list_1 ul {
	list-style: decimal;
}

.list_1 li {
	font-size: var(--font-size_ss);
}

.list_1 .note {
	margin: 15px auto 0 !important;
	font-size: var(--font-size_sss);
	color: var(--color_32);
	line-height: 1em;
}

@media screen and (max-width: 699px) {
	.list_1 {
		width: 100%;
		min-width: 0;
	}

	.list_1 .title {
		font-size: var(--font-size_s);
	}

	.list_1 ul {}

	.list_1 li {}
}

/*------------------------------------
アコーディオン
------------------------------------*/
.accordion-area {
	list-style: none;
	width: 100%;
	margin: 0 auto;
}

.accordion-area .accodion-item {
	margin: 15px auto;
	border-bottom: solid 1px var(--color_01);
}

.accordion-area section {
	border: 1px solid var(--color_05);
}

.accodion-title {
	position: relative;
	cursor: pointer;
	padding: 10px 30px 20px 10px;
	transition: var(--ease_1);
}

.accodion-title::before,
.accodion-title::after {
	position: absolute;
	content: '';
	width: 10px;
	height: 2px;
	background: var(--color_02);
	transition: var(--ease_2);
}

.accodion-title::before {
	top: 48%;
	right: 0px;
	transform: rotate(-45deg);
}

.accodion-title::after {
	top: 48%;
	right: 6px;
	transform: rotate(45deg);
}

.accodion-title.close::before {
	transform: rotate(0deg);
}

.accodion-title.close::after {
	transform: rotate(-0deg);
}

.accodion-title p {
	font-size: var(--font-size_m);
}

.accodion-title p::before {
	content: 'Q.';
}

.box {
	max-height: 0;
	overflow: hidden;
	transition: var(--ease_2);
}

.box-content {
	padding: 10px 40px 30px 30px;
}

.box-content .list_1 {
	margin-top: 20px;
}

.box-content .jp {
	font-size: var(--font-size_mm);
}

.box-content .en {}

.close-btn {
	display: block;
	margin: 30px auto 0;
	padding: 8px 20px 8px 30px;
	border: none;
	cursor: pointer;
	position: relative;
	font-size: var(--font-size_sss);
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
}

.close-btn::before,
.close-btn::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 15px;
	width: 10px;
	height: 2px;
	background: var(--color_02);
	transform: translateY(-50%);
}

.close-btn::before {
	transform: translateY(-50%) rotate(45deg);
}

.close-btn::after {
	transform: translateY(-50%) rotate(-45deg);
}

@media screen and (max-width: 699px) {
	.accodion-title p {
		font-size: var(--font-size_mm);
	}
}

/*------------------------------------
切り替えタブ
------------------------------------*/
.tabs {
	max-width: 100%;
}

.tab-list {
	display: flex;
	flex-wrap: wrap;
	gap: 3px;
}

.tab-list>* {
	flex: 0 0 calc((100% - 6px) / 3);
}

.tab-item {
	width: 100%;
	text-align: center;
	font-size: var(--font-size_s);
	white-space: nowrap;
	color: var(--color_f);
	background: var(--color_07);
	padding: 20px 0;
	cursor: pointer;
}

.tab-item.active {
	background: var(--color_11);
}

.tab-content {
	display: block;
}

.tab-panel {
	display: none;
	width: 100%;
	padding: 25px;
	background: var(--color_f);
}

.tab-panel h4 {}

.tab-panel.active {
	display: block;
}

.tab-panel h2 {
	font-size: 20px;
}

@media screen and (max-width: 799px) {
	.tab-item {
		font-size: var(--font-size_ss);
		padding: 10px 0;
	}
}

/*------------------------------------
パララックス
------------------------------------*/
.parallax-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 500px;
}

.parallax-1 {
	position: absolute;
	will-change: transform;
	transform: translate3d(0, 0, 0);
	inset: -35% 0 -35% 0;
}

.parallax-1>img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}

@media screen and (max-width: 699px) {}


/*------------------------------------汎用デザインパーツ------------------------------------*/


/*------------------------------------
ロゴ
------------------------------------*/
.logo {}

.logo svg {
	width: 100px;
	fill: var(--color_01);
}

.logo .caption {
	margin-top: 5px;
	font-family: var(--font-family_1);
	font-size: var(--font-size_sss);
}

@media screen and (max-width: 699px) {}

/*------------------------------------
見出し
------------------------------------*/
/*見出し1*/
.title_1 {
	position: relative;
	margin: 0 auto 50px auto;
	text-align: center;
}

.title_1 .lead-title {
	margin-bottom: 10px;
	font-family: var(--font-family_3);
	font-size: var(--font-size_mm);
	color: var(--color_52);
	letter-spacing: 0.2em;
}

.title_1 .title {
	font-family: var(--font-family_3);
	font-size: var(--font-size_llll);
	letter-spacing: 0.3em;
}

.title_1 .text {
	margin-top: 10px;
}

@media screen and (max-width: 699px) {
	.title_1 {
		margin: 0 auto 25px auto;
	}
}

/*見出し2*/
.title_2 {
	position: relative;
	margin: 0 auto 50px auto;
	text-align: center;
}

.title_2 .lead-title {
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	font-family: var(--font-family_3);
	font-size: 130px;
	color: var(--color_54);
	letter-spacing: 0.25em;
	line-height: 1em;
	opacity: 0.6;
	z-index: -1;
}

.title_2 .title {
	font-family: var(--font-family_3);
	font-size: var(--font-size_lll);
	letter-spacing: 0.3em;
}

.title_2 .text {
	margin-top: 10px;
	font-size: var(--font-size_m);
}

@media screen and (max-width: 699px) {
	.title_2 {
		margin: 0 auto 25px auto;
	}

	.title_2 .lead-title {
	position: absolute;
	top: -25px;
	left: 50%;
	font-size: 50px;
}

.title_2 .title {
	font-size: var(--font-size_m);
}
}

/*見出し3*/
.title_3 {
	margin: 0 auto 35px auto;
	text-align: left;
}

.title_3 h2 {
	font-family: var(--font-family_2);
	font-size: var(--font-size_lll);
}

@media screen and (max-width: 699px) {
	.title_3 {
		margin: 0 auto 25px auto;
	}
}

/*見出し4*/
.title_4 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

.title_4 h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0);
	white-space: nowrap;
}

.title_4 p {
	padding-bottom: 30px;
	font-family: var(--font-family_4);
	font-size: 100px;
	color: var(--color_33);
	letter-spacing: 0.2em;
	line-height: 1em;
	white-space: nowrap;
}

@media screen and (max-width: 699px) {
	.title_4 h2 {
		font-size: var(--font-size_m);
	}

	.title_4 p {
		padding-bottom: 15px;
		font-size: 45px;
		letter-spacing: 0.1em;
	}
}

/*見出し5*/
.title_5 {
	margin-bottom: 25px;
}

.title_5 p {
	font-family: var(--font-family_2);
	font-size: var(--font-size_l);
}

@media screen and (max-width: 699px) {}

/*見出し6*/
.title_6 {
	position: relative;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}

.title_6 h2 {
	font-family: var(--font-family_4);
	font-size: 45px;
	color: var(--color_22);
}

.title_6 p {
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateY(-3px);
	font-family: var(--font-family_2);
	font-size: 15px;
}

@media screen and (max-width: 699px) {
	.title_6 {
		margin-bottom: 25px;
	}

	.title_6 h2 {
		font-size: 60px;
	}

	.title_6 p {
		transform: translateY(-5px);
		font-size: 20px;
	}
}

/*見出し7*/
.title_7 {
	position: relative;
	display: flex;
	align-items: baseline;
	gap: 10px;
	text-align: left;
	margin-bottom: 25px;
}

.title_7 h2 {
	font-family: var(--font-family_4);
	font-size: 45px;
	font-weight: var(--font-weight_l);
	color: var(--color_20);
}

.title_7 p {
	font-family: var(--font-family_2);
	font-size: 17px;
}

@media screen and (max-width: 699px) {
	.title_7 {}

	.title_7 h2 {
		font-size: 35px;
	}

	.title_7 p {}
}

/*------------------------------------
見出しとテキスト
------------------------------------*/
/*見出しとテキスト1*/
.content_1 {
	position: relative;
	margin: 25px auto;
	text-align: left;
}

.content_1 .title {
	font-family: var(--font-family_3);
	font-size: var(--font-size_llll);
	color: var(--color_52);
	letter-spacing: 0.3em;
	line-height: 1.5em;
}

.content_1 .sub-title {
	margin-top: 45px;
	font-size: var(--font-size_l);
}

.content_1 .caption {
	margin-top: 45px;
}

.content_1 .caption p {
	margin-top: 35px;
	font-size: var(--font-size_mm);
}

@media screen and (max-width: 699px) {
	.content_1 {
		margin: auto;
	}
}

/*見出しとテキスト2*/
.content_2 {}

.content_2 .title {
	font-family: var(--font-family_3);
	font-size: var(--font-size_llll);
}

.content_2 .sub-title {
	font-size: var(--font-size_l);
}

.content_2 .caption {
	margin-top: 35px;
}

.content_2 .caption p {
	margin-bottom: 25px;
}

@media screen and (max-width: 699px) {
	.content_2 {}

	.content_2 .title {
		font-size: var(--font-size_llll);
	}

	.content_2 .caption {
		margin-top: 15px;
	}

	.content_2 .caption p {}
}

/*注記*/
.note_1 {
	margin: 10px auto 5px auto;
}

.note_1 p {
	font-size: var(--font-size_ss);
	font-weight: var(--font-weight_m);
	color: var(--color_03);
}

.note_2 {
	margin: 0px auto 25px;
	padding: 10px;
	background: var(--color_10);
}

.note_2 p {
	font-size: var(--font-size_sss);
	font-weight: var(--font-weight_m);
	color: var(--color_06);
}

@media screen and (max-width: 699px) {
	.note_1 {
		font-size: 11px;
	}
}

/*------------------------------------
枠
------------------------------------*/
/*枠1*/
.box_1 {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 30px 30px 35px 30px;
	background: var(--color_f);
	border: solid 2px var(--color_12);
}

/*枠2*/
.box_2 {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 30px 30px 35px 30px;
	background: var(--color_f);
	border: var(--border_01);
}

/*枠3*/
.box_3 {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 50px;
	background: var(--color_f);
}

@media screen and (max-width: 699px) {
	.box_1 {
		padding: 25px 25px 35px 25px;
	}

	.box_2 {
		padding: 25px 25px 35px 25px;
	}
}

/*------------------------------------
ボタン
------------------------------------*/
.btn-pack {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-top: 25px;
}

.btn-pack .btn_1,
.btn-pack .btn_2,
.btn-pack .btn_3,
.btn-pack .btn_4,
.btn-pack .btn_line {
	margin: 0;
}

/*共通*/
.btn_1,
.btn_2,
.btn_3,
.btn_4,
.btn_line {
	display: flex;
	justify-content: center;
	margin: 35px auto 0 auto;
}

.btn_1 a,
.btn_2 a,
.btn_3 a,
.btn_4 a,
.btn_line a {
	position: relative;
	width: fit-content;
	min-width: 250px;
	padding: 20px 85px;
	text-align: center;
	font-size: var(--font-size_s);
	line-height: 1em;
	border: solid 1px var(--color_01);
	transition: var(--ease_1);
}

.btn_1 i,
.btn_2 i,
.btn_3 i,
.btn_4 i,
.btn_line i {
	font-size: var(--font-size_sss);
	color: inherit;
	margin-right: 5px;
}

.btn_1 a::after,
.btn_2 a::after,
.btn_3 a::after,
.btn_4 a::after,
.btn_line a::after {
	display: none;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translate(0, -50%);
	font-family: "Font Awesome 6 Free";
	content: "\f105";
	font-weight: 900;
	transition: var(--ease_1);
}

.btn_1 a:hover::after,
.btn_2 a:hover::after,
.btn_3 a:hover::after,
.btn_4 a:hover::after,
.btn_line a:hover::after {
	transform: translate(5px, -50%);
}

@media screen and (max-width: 699px) {

	.btn_1,
	.btn_2,
	.btn_3,
	.btn_4,
	.btn_line {
		margin: 35px auto 0 auto;
	}
}

/*ベタ塗り*/
.btn_1 a {
	color: var(--color_f);
	background: var(--color_01);
	border-color: var(--color_01);
}

.btn_1 a:hover {
	color: var(--color_01);
	background: none;
}

/*ボーダー*/
.btn_2 a {
	color: var(--color_01);
	background: none;
	border-color: var(--color_01);
}

.btn_2 a:hover {
	color: var(--color_f);
	background: var(--color_01);
}

/*グレーベタ*/
.btn_3 a {
	color: var(--color_f);
	background: var(--color_12);
	border-color: var(--color_12);
}

.btn_3 a:hover {
	color: var(--color_12);
	background: var(--color_f);
	border-color: var(--color_12);
}

/*白ボーダー*/
.btn_4 a {
	color: var(--color_f);
	background: none;
	border-color: var(--color_f);
}

.btn_4 a:hover {
	color: var(--color_09);
	background: var(--color_bs_01);
}

/*LINE*/
.btn_line a {
	color: var(--color_f);
	background: var(--color_line);
	border-color: var(--color_line);
}

.btn_line a:hover {
	color: var(--color_line);
	background: none;
}

/*ボタン内に矢印設置*/
.btn-arrow {
	position: relative;
}

.btn-arrow::after {
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translate(0, -50%);
	font-family: "Font Awesome 6 Free";
	content: "\f105";
	font-weight: 900;
	transition: var(--ease_1);
}

/*下線だけのシンプルなリンク*/
.btn_5 {
	width: 100%;
	margin-top: 25px;
	text-align: right;
}

.btn_5 a {
	padding-bottom: 5px;
	border-bottom: solid 1px var(--color_02);
}

.btn_5 a::after {
	margin-left: 10px;
	font-family: "Font Awesome 6 Free";
	content: "\f105";
	font-weight: 900;
}

/*Moreボタン*/
.button_more {
	display: flex;
	justify-content: flex-end;
	margin: 35px 75px 0 auto;
}

.button_more a {
	position: relative;
	font-family: var(--font-family_3);
	font-size: var(--font-size_mm);
}

.button_more .button_more__shape {
	position: absolute;
	top: 50%;
	right: -75px;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	border: solid 1px var(--color_00);
	border-radius: var(--radius_5);
}

.button_more .button_more__shape::before {
	content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  width: 20px;
  height: 1px;
  background: var(--color_00);
  transition: var(--ease_1);
}

.button_more .button_more__shape::after {
	content: '';
  position: absolute;
  right: 20px;
  top: 24px;
  width: 10px;
  height: 10px;
  border-top: solid 1px var(--color_00);
  transform: rotate(45deg);
  transition: var(--ease_1);
}

.button_more a:hover .button_more__shape::before {
	transform: translateX(10px);
}

.button_more a:hover .button_more__shape::after {
	transform: translateX(10px) rotate(45deg);
}

/*白*/
.button_more .white {
	color: var(--color_f);
}

.button_more .white .button_more__shape {
	border: solid 1px var(--color_f);
}

.button_more .white .button_more__shape::before {
  background: var(--color_f);
}

.button_more .white .button_more__shape::after {

  border-top: solid 1px var(--color_f);
}

/*------------------------------------
アイコン横並び
------------------------------------*/
.icon-list {
	width: 100%;
	gap: 25px;
}

.icon-list a {
	display: flex;
	align-items: center;
}

.icon-list i {
	font-size: 30px;
}

.icon-list img {
	width: 30px;
}


/*------------------------------------背景・境界パーツ------------------------------------*/


/*------------------------------------
背景画像
------------------------------------*/
.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.bg img {
	height: 100%;
}

.bg .pc {
	display: block;
}

.bg .sp {
	display: none;
}

@media screen and (max-width: 699px) {
	.bg .pc {
		display: none;
	}

	.bg .sp {
		display: block;
	}
}

/*------------------------------------
背景パターン
------------------------------------*/
/*斜めストライプ*/
.pattern_1 {
	background-image: repeating-linear-gradient(-45deg,
			var(--color_07) 0,
			var(--color_07) 1px,
			transparent 1px,
			transparent 50%);
	background-size: 15px 15px;
	background-repeat: repeat;
}

/*------------------------------------
境界線
------------------------------------*/
/*ギザギザ*/
.boundary_1 {
	background: var(--color_24);
}

.boundary_1::before,
.boundary_1::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 20px;
	background:
		linear-gradient(-45deg, var(--color_24) 10px, transparent 0),
		linear-gradient(45deg, var(--color_24) 10px, transparent 0);
	background-size: 20px 20px;
	background-position: left bottom;
	background-repeat: repeat-x;
}

.boundary_1::before {
	top: -20px;
}

.boundary_1::after {
	bottom: -20px;
	transform: scaleY(-1);
}

/*------------------------------------
区切り線
------------------------------------*/
.separator_1 {
	all: unset;
	display: block;
	width: 100%;
	height: 10px;
	background-image: repeating-linear-gradient(-45deg,
			var(--color_05) 0,
			var(--color_05) 1px,
			transparent 1px,
			transparent 50%);
	background-size: 15px 15px;
}

/*------------------------------------
セクション境界のパララックス画像
------------------------------------*/
.divider_1 {
	height: 500px;
}

.divider_1 img {
	filter: brightness(1.3) grayscale(0.5);
}

@media screen and (max-width: 699px) {
	.divider_1 {
		height: 250px;
	}
}


/*------------------------------------汎用アニメーションパーツ------------------------------------*/


/*------------------------------------
テキストアニメーション
------------------------------------*/
/*テキストアニメーション1*/
.textanimation1 {
	white-space: nowrap;
	/* 強制改行防止 */
}

.word {
	display: inline-flex;
}

.space {
	display: inline-block;
	width: 0.4em;
	/* スペース幅調整 */
}

/*------------------------------------
流れるテキスト
------------------------------------*/
.marquee-container {
	position: relative;
	width: 100%;
	height: 200px;
	margin: 0px auto;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.marquee-text {
	position: absolute;
	white-space: nowrap;
	will-change: transform;
	font-family: var(--font-family_3);
	font-size: 200px;
	font-weight: light;
	letter-spacing: 0;
	color: var(--color_54);
}

@media screen and (max-width: 699px) {
	.marquee-container {
		height: 100px;
	}

	.marquee-text {
		position: absolute;
		font-size: 100px;
	}
}


/*------------------------------------メールフォーム------------------------------------*/


/*------------------------------------
form
------------------------------------*/
.form-pack {
	position: relative;
	padding: 100px 10px;
	background: var(--color_f);
	border: solid 2px var(--color_08);
}

.form-item {
	max-width: 800px;
	margin: auto;
}

.form-intro {
	margin-bottom: 25px;
	padding: 0 25px;
}

.form-intro p {
	color: var(--color_03);
}

/*フォーム本体*/
#contactForm {
	width: 100%;
}

#contactForm .row {
	padding: 10px 0;
	border-bottom: none;
}

/* セル幅 */
#contactForm .size-s {
	width: 60px;
}

#contactForm .size-ms {
	width: 75px;
}

#contactForm .size-m {
	width: 175px;
}

#contactForm .size-l {
	width: 100%;
}

#contactForm .cell:nth-child(1) {
	width: 35%;
}

#contactForm .attention {
	margin-left: 5px;
	font-size: var(--font-size_sss);
	color: var(--color_21);
}

#contactForm .cell:nth-child(2) {
	justify-content: flex-start;
	width: 65%;
}

#contactForm .cell:nth-child(1) p,
#contactForm .cell-wide p {
	font-size: var(--font-size_s);
	font-weight: var(--font-weight_l);
}

#contactForm .cell-wide {
	width: 100%;
}

#contactForm .cell_2 {
	justify-content: flex-start;
}

#contactForm label {
	font-size: var(--font-size_s);
}

#contactForm input,
#contactForm textarea,
#contactForm select {
	margin: 5px;
	padding: 5px 10px;
	background: var(--color_09);
	border: solid 1px var(--color_07);
	box-shadow: inset 0 0 4px var(--color_bs);
}

#contactForm input::placeholder,
#contactForm textarea::placeholder {
	color: var(--color_05);
}

#contactForm select {
	width: 100%;
}

#contactForm .form-calender input {
	width: 200px;
}

/* ラジオボタン */
#contactForm .value-radio {
	display: flex;
	flex-wrap: nowrap;
	gap: 25px;
}

#contactForm .value-radio label {
	display: flex;
	align-items: center;
	font-size: var(--font-size_ss);
	white-space: nowrap;
}

#contactForm .value-radio input {
	margin-right: 5px;
	background: none;
	box-shadow: none;
}

/* チェックボックス */
#contactForm .checkbox-area {
	margin-top: 10px;
}

#contactForm .checkbox-area a {
	text-decoration: underline;
	text-underline-offset: 5px;
}

#contactForm .checkbox-area input {
	width: auto;
	margin-right: 5px;
	box-shadow: none;
}

/* 送信ボタン */
#contactForm .send {
	text-align: center;
}

#contactForm .send input {
	width: 250px;
	margin-top: 25px;
	padding: 10px 15px;
	color: var(--color_f);
	background: var(--color_01);
	border: solid 1px var(--color_01);
	box-shadow: none;
	transition: var(--ease_1);
}

#contactForm .send input:hover {
	color: var(--color_01);
	background: var(--color_f);
}

/* 住所自動入力ボタン */
#contactForm button {
	padding: 0 10px;
	font-size: var(--font-size_sss);
	color: var(--color_f);
	background: var(--color_05);
	border: solid 1px var(--color_04);
}

/*------------------------------------
送信完了後
------------------------------------*/
.thanks-message p:nth-child(2) {
	margin-top: 25px;
}

.thanks-message p:nth-child(3) {
	color: var(--color_1);
}

@media screen and (max-width: 699px) {
	.form-pack {
		padding: 50px 20px;
	}

	#contactForm .row {
		flex-wrap: wrap;
		gap: 0;
	}

	#contactForm label,
	#contactForm select {
		font-size: var(--font-size_ss);
	}

	#contactForm .cell:nth-child(1),
	#contactForm .cell:nth-child(2) {
		width: 100%;
	}

	#contactForm .cell p {
		font-size: var(--font-size_ss);
	}

	#contactForm .size-s {
		width: 50px;
	}

	#contactForm .size-ms {
		width: 65px;
	}

	#contactForm .size-m,
	#contactForm .size-l {
		width: 100%;
	}
}


/*------------------------------------装飾パーツ------------------------------------*/


/*------------------------------------ヘッダー------------------------------------*/


/*------------------------------------
header
------------------------------------*/
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	z-index: 10;
	pointer-events: none;
	background-color: transparent;
	transition: background-color 0.4s ease;
}

#header.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	background-color: var(--color_bg_01);
}


@media screen and (max-width: 699px) {
	#header {
		height: 70px;
		background: transparent;
	}

	#header.is-fixed {
		background-color: var(--color_bg_01);
	}

	body:not(.nav_open) #navi,
	body:not(.nav_open) #overlay {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}
}


/*------------------------------------
ヘッダーロゴ
------------------------------------*/
#header .header-logo {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	transition: var(--ease_1);
	z-index: 101;
}

#header .header-logo a {
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	pointer-events: all;
}

#header .header-logo .image {
	width: 150px;
	transition: var(--ease_1);
}

@media screen and (max-width: 699px) {
	#header .header-logo {
		left: 10px;
	}

	#header .header-logo a {}

	#header .header-logo .image {
		width: 100px;
	}
}

/*------------------------------------
翻訳機能
------------------------------------*/
.lang {
	position: absolute;
	top: 0;
	left: 300px;
	z-index: 9999;
}

.lang-pack {
	display: flex;
	align-items: center;
	gap: 10px;
	height: 100px;
	pointer-events: auto;
}

.lang-pack::before {
	content: '[';
}

.lang-pack::after {
	content: ']';
}

.lang-item {
	width: auto;
}

.lang-item button {
	appearance: none;
	-webkit-appearance: none;
	display: flex;
	align-items: center;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	color: var(--color_06);
	font-family: var(--font-family_2);
	cursor: pointer;
	position: relative;
}

.lang-item button.is-active {
	color: var(--color_01);
}

.lang-item button.is-active::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 1px;
	background: currentColor;
}

.lang-item img {
	width: 24px;
	box-shadow: var(--shadow_3);
	pointer-events: none;
}

.lang-select {
	display: none;
}

#google_translate_element {
	display: none;
}

.goog-te-banner-frame,
.goog-te-gadget {
	display: none !important;
}


.skiptranslate {
	display: none !important;
}

@media screen and (max-width: 699px) {
	.lang {
		top: 18px;
		left: auto;
		right: 70px;
	}

	.lang-pack {
		display: none;
	}

	.lang-select {
	display: block;
	padding: 6px 28px 6px 10px;
	font-family: var(--font-family_2);
	font-size: var(--font-size_ss);
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	background:
		linear-gradient(45deg, transparent 50%, var(--color_01) 50%) calc(100% - 15px) 50% / 5px 5px no-repeat,
		linear-gradient(135deg, var(--color_01) 50%, transparent 50%) calc(100% - 10px) 50% / 5px 5px no-repeat;
	pointer-events: auto;
}
}

/*------------------------------------
ヘッダー右上アイコン
------------------------------------*/
.navi-icon {
	position: absolute;
	top: 0;
	right: 30px;
	transition: var(--ease_2);
}

.navi-icon .navi-icon-pack {
	flex-direction: row-reverse;
	gap: 30px;
	height: 100px;
}

.navi-icon .navi-icon-item {
	position: relative;
}

.navi-icon .navi-icon-item a {
	gap: 10px;
	transition: var(--ease_1);
	pointer-events: all;
}

.navi-icon .navi-icon-item i {
	font-size: var(--font-size_ll);
}

.navi-icon .navi-icon-item a:hover {
	opacity: 0.5;
}

.navi-icon .navi-icon-item p {}

.navi-icon .navi-icon-item img,
.navi-icon .navi-icon-item svg {
	width: 20px;
	height: 20px;
}

.navi-icon .instagram {}

.navi-icon .instagram a {}

.navi-icon .instagram p {
	color: var(--color_f);
}

.navi-icon .instagram i {}

@media screen and (max-width: 999px) {
	.navi-icon {
		top: 0;
		right: 10px;
	}

	.navi-icon .navi-icon-pack {
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 10px;
		width: auto;
		height: 70px;
	}

	.navi-icon .navi-icon-item a {
		flex-wrap: wrap;
		gap: 0;
		width: 55px;
		height: 55px;
		padding: 7px;
		border-radius: var(--radius_5);
		box-shadow: 0 3px 5px var(--color_bs_3);
	}

	.navi-icon .navi-icon-item img,
	.navi-icon .navi-icon-item svg {
		width: 25px;
		height: 25px;
	}

	.navi-icon .navi-icon-item p {
		font-family: var(--font-family_4);
		font-size: var(--font-size_sss);
		line-height: 1em;
		letter-spacing: 0em;
	}

	.navi-icon .instagram {
		display: none;
	}
}

/*------------------------------------
ハンバーガーボタン
------------------------------------*/
.hamburger {
	display: none;
	cursor: pointer;
	top: 10px;
	width: 50px;
	height: 50px;
	z-index: 101;
	pointer-events: painted;
}

.hamburger span {
	position: absolute;
	background: var(--color_01);
	width: 35px;
	height: 1px;
	left: 7.5px;
	border-radius: var(--radius_10);
	transition: top 0.3s ease-in-out, transform 0.3s ease-in-out 0.25s, opacity 0.3s ease-in-out 0.25s, width 0.3s ease-in-out 0.25s;
}

.hamburger span:nth-child(1) {
	top: 20px;
}

.hamburger span:nth-child(2) {
	top: 25px;
}

.hamburger span:nth-child(3) {
	top: 30px;
}

/*メニューオープン時*/
.nav_open #navi {
	right: 0;
	opacity: 1;
	pointer-events: all;
}

.nav_open .hamburger span {
	top: 22px;
}

.nav_open .hamburger span:nth-child(1) {
	transform: rotate(45deg);
}

.nav_open .hamburger span:nth-child(2) {
	opacity: 0;
	width: 0;
}

.nav_open .hamburger span:nth-child(3) {
	transform: rotate(-45deg);
}

.nav_open .overlay {
	opacity: 0.8;
	visibility: visible;
	z-index: 99;
}

/*クローズボタン*/
.navi-close {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color_00);
}

.navi-close i {
	padding-right: 10px;
}

@media screen and (max-width: 999px) {
	.hamburger {
		display: block;
	}

	.hamburger p {}
}

/*スマホナビ展開時の背景*/
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	background: var(--color_00);
	cursor: pointer;
	transition: var(--ease_1);
	visibility: hidden;
	z-index: 10;
}

.nav_open .overlay {
	opacity: 0.8;
	visibility: visible;
	z-index: 99;
	pointer-events: all;
}

.nav_open #navi {
	z-index: 100;
}

.nav_open .hamburger {
	z-index: 101;
}

/*------------------------------------
スマホ・PC共通ナビ
------------------------------------*/
.nav {
	text-align: center;
}

#navi {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: auto;
	opacity: 0;
	background: var(--color_f);
	transition: var(--ease_1);
	pointer-events: none;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 100;
}

#navi .navi-container {
	flex-wrap: wrap;
	gap: 25px;
	height: 100%;
	padding: 100px 30px 75px 30px;
}

/*スマホナビ・メインメニュー*/
#navi .menu {
	width: 100%;
}

#navi .menu .navi-pack {
	list-style: none;
	display: block;
	width: 100%;
}

#navi .menu .navi-item {
	cursor: pointer;
	position: relative;
	padding: 10px 0;
	text-align: left;
	line-height: 1em;
}

#navi .menu .navi-item:nth-last-child(1) {
	border-bottom: none;
}

#navi .menu .navi-item a {
	display: flex;
	align-items: baseline;
	gap: 20px;
}

#navi .menu .navi-item p {
	font-family: var(--font-family_3);
	font-size: var(--font-size_m);
}

/* フェードアニメーション初期状態 */
#navi .navi-item,
#navi .reserve {
	opacity: 0;
	transform: translateY(15px);
	transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

/* フェードアニメーション表示状態 */
#navi .navi-item.animate,
#navi .reserve.animate {
	opacity: 1;
	transform: translateY(0);
}

/*------------------------------------
PC・横並びメニュー
------------------------------------*/
@media screen and (min-width: 1000px) {
	#header .nav {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100px;
		pointer-events: none;
	}

	#navi {
		position: absolute;
		top: 0;
		right: 0;
		left: auto;
		width: 100%;
		height: 100px;
		opacity: 1;
		background: transparent;
		overflow: visible;
		pointer-events: none;
		z-index: 11;
	}

	#navi .navi-container {
		display: block;
		height: 100%;
		padding: 0;
	}

	#navi .menu {
		width: 100%;
		height: 100%;
	}

	#navi .menu .navi-pack {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 10px;
		height: 100%;
		margin-right: 100px;
		list-style-type: none;
	}

	#navi .menu .navi-item {
		position: relative;
		padding: 0;
		text-align: center;
		line-height: 1em;
		border-bottom: none;
		pointer-events: all;
		opacity: 1;
		transform: none;
	}

	#navi .menu .navi-item a {
		display: block;
		position: relative;
		padding: 10px;
		transition: var(--ease_2);
	}

	#navi .menu .navi-item a:hover {
		opacity: 0.5;
	}

	#navi .menu .navi-item p {
		font-size: var(--font-size_mm);
		letter-spacing: 0;
		line-height: 1em;
	}
}

/*------------------------------------
共通ナビ・サブメニュー
------------------------------------*/
#navi .menu .navi-item.has-submenu {
	position: relative;
}

#navi .submenu {
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transform: translateY(-8px);
	pointer-events: none;
	transition:
		max-height 0.45s cubic-bezier(.22, 1, .36, 1),
		opacity 0.25s ease,
		transform 0.35s cubic-bezier(.22, 1, .36, 1);
}

#navi .navi-item.submenu_open>.submenu {
	max-height: 500px;
	opacity: 1;
	transform: translateY(0);
	pointer-events: all;
}

#navi .submenu-item {
	list-style: none;
	opacity: 0;
	transform: translateY(-10px);
	transition:
		opacity 0.3s ease,
		transform 0.35s cubic-bezier(.22, 1, .36, 1);
}

#navi .navi-item.submenu_open .submenu-item {
	opacity: 1;
	transform: translateX(0);
}

#navi .navi-item.submenu_open .submenu-item:nth-child(1) {
	transition-delay: .05s;
}

#navi .navi-item.submenu_open .submenu-item:nth-child(2) {
	transition-delay: .10s;
}

#navi .navi-item.submenu_open .submenu-item:nth-child(3) {
	transition-delay: .15s;
}

#navi .navi-item.submenu_open .submenu-item:nth-child(4) {
	transition-delay: .20s;
}

#navi .navi-item.submenu_open .submenu-item:nth-child(5) {
	transition-delay: .25s;
}

#navi .submenu-item a {
	display: block;
	padding: 12px 0 0 20px;
	font-size: var(--font-size_mm);
}

@media screen and (min-width: 1000px) {
	#navi .menu .navi-item {
		position: relative;
		transition: var(--ease_1);
	}

	#navi .submenu {
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translate(-50%, 15px);
		width: fit-content;
		padding: 15px;
		background: var(--color_bg_01);
		max-height: none;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition:
			opacity .3s ease,
			transform .4s cubic-bezier(.22, 1, .36, 1),
			visibility .3s;
	}

	#navi .submenu-item {
		opacity: 0;
		transform: translateY(8px);
		transition:
			opacity .3s ease,
			transform .35s cubic-bezier(.22, 1, .36, 1);
	}

	#navi .navi-item.submenu_open>.submenu {
		opacity: 1;
		visibility: visible;
		pointer-events: all;
		transform: translate(-50%, 0);
	}

	#navi .submenu-item {
		opacity: 0;
		transform: translateY(8px);
	}

	#navi .navi-item.submenu_open .submenu-item {
		opacity: 1;
		transform: translateY(0);
	}

	#navi .submenu-item a {
		padding: 10px 20px;
		text-align: center;
		font-size: var(--font-size_ss);
		white-space: nowrap;
	}
}

/* スマホ時：サブメニュー矢印 */
@media screen and (max-width: 999px) {

	#navi .menu .navi-item.has-submenu::after,
	#navi .menu .navi-item.has-submenu::before {
		content: "";
		position: absolute;
		top: 22px;
		right: 5px;
		width: 10px;
		height: 1px;
		background: var(--color_03);
		border-radius: 10px;
		transition: all .3s ease;
		transform-origin: center;
		pointer-events: none;
	}

	/* くの字 */
	#navi .menu .navi-item.has-submenu::before {
		transform: rotate(45deg);
		right: 11.5px;
	}

	#navi .menu .navi-item.has-submenu::after {
		transform: rotate(-45deg);
	}

	/* 開いたら横線 */
	#navi .menu .navi-item.has-submenu.submenu_open::before {
		transform: rotate(0deg);
		right: 11.5px;
	}

	#navi .menu .navi-item.has-submenu.submenu_open::after {
		transform: rotate(0deg);
	}
}


/*------------------------------------問い合わせボタン------------------------------------*/


/*------------------------------------
フロート問い合わせボタン(SP)
------------------------------------*/
.page-front-page #floatbtn_1,
.page-home #floatbtn_1 {
	display: none;
}

#floatbtn_1 {
	position: fixed;
	right: 50px;
	bottom: -80px;
	z-index: 100;
}

#floatbtn_1 .salon-page a {
	gap: 10px;
	width: 400px;
	padding: 10px 20px;
	background: var(--color_bs_00);
}

#floatbtn_1 .salon-page a i,
#floatbtn_1 .salon-page a p {
	font-size: var(--font-size_m);
	color: var(--color_f);
}

#floatbtn_1 .salon-page a p {
	font-family: var(--font-family_2);
}

@media screen and (max-width: 699px) {
	.page-front-page #floatbtn_1,
.page-home #floatbtn_1 {
		display: block;
	}

	#floatbtn_1 {
		display: block;
		right: auto;
		bottom: -100px;
		left: 0;
		width: 100vw;
		height: auto;
		pointer-events: all;
	}

	/* トップページ */
	#floatbtn_1 .top-page .head {
		gap: 5px;
	}

	#floatbtn_1 .top-page .head i,
	#floatbtn_1 .top-page .head p {
		color: var(--color_10);
		font-size: var(--font-size_ss);
		text-shadow: 0 0 1px var(--color_14);
	}

	#floatbtn_1 .top-page .head p {
		font-family: var(--font-family_2);
	}

	#floatbtn_1 .top-page .floatbtn_1__pack {
		gap: 2px;
	}

	#floatbtn_1 .top-page .floatbtn_1__item {
		width: calc(50% - 1px);
		padding: 7px 0;
		text-align: center;
		background: var(--color_bs_00);
	}

	#floatbtn_1 .top-page .floatbtn_1__item p {
		color: var(--color_f);
		line-height: 1.2em;
	}

	#floatbtn_1 .top-page .floatbtn_1__item .jp {
		font-size: var(--font-size_ss);
	}

	#floatbtn_1 .top-page .floatbtn_1__item .en {
		font-size: var(--font-size_sss);
	}

	/* 店舗ページ */
	#floatbtn_1 .salon-page a {
		gap: 5px;
		width: 100%;
		padding: 10px 0;
	}
}


/*------------------------------------トップページ------------------------------------*/


/*------------------------------------
トップページ・オープニングアニメーション
------------------------------------*/
#opening {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color_10);
}

#opening .opening-logo {
	text-align: center;
}

#opening .opening-logo img {
	width: 120px;
	margin: auto;
	filter: brightness(4);
}

#opening.is-hidden {
	display: none;
}

html.opening-played #opening {
	display: none;
}

html.opening-played .site-main {
	opacity: 1;
}

html:not(.opening-played) .site-main {
	opacity: 0;
}

@media screen and (max-width: 699px) {
	#opening .opening-logo .logo_1 {
		width: 80px;
	}
}

/*------------------------------------
トップページ・main-visual
------------------------------------*/
#main-visual {
}

#main-visual .mv-video {
	height: var(--fixed-vh);
}

@media screen and (max-width: 699px) {
	#main-visual {
	}
}

#main-visual .swiper1 {
	height: var(--fixed-vh);
}

#main-visual .swiper1 .swiper-wrapper {
}

#main-visual .swiper1 .swiper-slide {
	height: 100%;
	overflow: hidden;
}

#main-visual .swiper1 .swiper-slide img {
	height: 100%;
}

/*------------------------------------
トップページ・greeting
------------------------------------*/
#greeting {
	background: var(--color_bg_02);
}

#greeting .greeting__pack {
	gap: 50px;
}

#greeting .greeting__left {
	flex: 0 0 calc(600px - 50px);
}

#greeting .greeting__right {
	flex: 1;
}

@media screen and (max-width: 699px) {
	#greeting {
}

#greeting .greeting__pack {
	flex-wrap: wrap;
	gap: 50px;
}

#greeting .greeting__left {
	flex: none;
	width: 100%;
}

#greeting .greeting__right {
	flex: none;
	width: 100%;
}
}

/*------------------------------------
トップページ・approach
------------------------------------*/
#approach {}

/*サイクルのイラスト*/
#approach .approach_1 {}

#approach .approach_1__image {
	position: relative;
	margin-top: 100px;
	text-align: center;
}

#approach .approach_1__image .cycle {
	width: 800px;
	margin: auto;
}

#approach .approach_1__image .image_1,
#approach .approach_1__image .image_2 {
	position: absolute;
	top: 0;
	width: 300px;
}

#approach .approach_1__image .image_1 {
	left: 0;
}

#approach .approach_1__image .image_2 {
	right: 0;
}

#approach .approach_1__image .stream {
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	z-index: -1;
}

@media screen and (max-width: 699px) {
	#approach .approach_1__image {
	margin-top: 25px;
}

#approach .approach_1__image .cycle {
	width: 100%;
}

#approach .approach_1__image .image_1,
#approach .approach_1__image .image_2 {
	width: 100px;
}

}

/*------------------------------------
トップページ・line up
------------------------------------*/
#lineup {
	background: var(--color_bg_02);
}

#lineup .lineup__pack {
	align-items: stretch;
}

#lineup .lineup__item {
	background: var(--color_50);
}

#lineup .lineup__item:nth-child(1) {
	background: var(--color_50);
}

#lineup .lineup__item:nth-child(2) {
	background: var(--color_54);
}

#lineup .lineup__item:nth-child(3) {
	background: var(--color_44);
}

#lineup .lineup__item {
	background: var(--color_50);
}

#lineup .lineup__item .left {
	width: 55%;
}

#lineup .lineup__item .right {
	width: 45%;
	height: 100%;
}

#lineup .lineup__item .right .inner {
	margin: auto;
	padding: 0 50px;
}

#lineup .lineup__item:nth-child(1) .right .inner h3,
#lineup .lineup__item:nth-child(1) .right .inner p {
	color: var(--color_f);
}

#lineup .lineup__item .right .inner .title {
	font-family: var(--font-family_3);
	font-size: var(--font-size_l);
}

#lineup .lineup__item .right .inner .sub-title {
	font-size: var(--font-size_sss);
}

#lineup .lineup__item .right .inner .text {
	margin-top: 25px;
}

@media screen and (max-width: 699px) {
	#lineup {
}

#lineup .lineup__pack {
}

#lineup .lineup__item {
	flex-wrap: wrap;
}

#lineup .lineup__item .left {
	width: 100%;
}

#lineup .lineup__item .right {
	width: 100%;
	height: auto;
}

#lineup .lineup__item .right .inner {
	margin: auto;
	padding: 25px 50px 50px;
}

#lineup .lineup__item:nth-child(1) .right .inner h3,
#lineup .lineup__item:nth-child(1) .right .inner p {
	color: var(--color_f);
}

#lineup .lineup__item .right .inner .title {
	font-family: var(--font-family_3);
	font-size: var(--font-size_m);
}

#lineup .lineup__item .right .inner .sub-title {
	font-size: var(--font-size_sss);
}

#lineup .lineup__item .right .inner .text {
	margin-top: 25px;
	font-size: var(--font-size_ss);
}
}

/*------------------------------------
トップページ・journal
------------------------------------*/
#journal {}

#journal .journal__pack {
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
}

#journal .journal__item {}

#journal .journal__item:nth-child(1) {
	grid-column: 1 / span 2;
	grid-row: 1 / span 4;
}

#journal .journal__item:nth-child(2) {
	grid-column: 2 / span 1;
	grid-row: 1 / span 3;
}

#journal .journal__item:nth-child(3) {
	grid-column: 3 / span 1;
	grid-row: 1 / span 3;
}

#journal .journal__item:nth-child(4) {
	grid-column: 3 / span 2;
	grid-row: 4 / span 1;
}

#journal .journal__item .image {}

#journal .journal__item .image img {
	aspect-ratio: 3 / 2;
}

#journal .journal__item .caption {}

#journal .journal__item .caption .title {
	margin-top: 20px;
}

#journal .journal__item .meta {
	justify-content: flex-start;
	gap: 10px;
	margin-top: 20px;
}

#journal .journal__item .meta .date {
	font-family: var(--font-family_3);
	font-size: var(--font-size_sss);
}

#journal .journal__item .meta .slug {
	padding: 0 10px;
	font-size: var(--font-size_sss);
	color: var(--color_f);
	background: var(--color_41);
}


/*------------------------------------ここから下層ページコンテンツ------------------------------------*/


/*------------------------------------
下層ページ用メインビジュアル
------------------------------------*/
#sub-visual_1 {
	position: relative;
	width: 100vw;
	height: calc(100vh);
}

#sub-visual_1 .sv-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#sub-visual_1 .sv-image img {
	height: 100%;
}

#sub-visual_1 .sv-caption {
	justify-content: flex-start;
	height: 100%;
}

#sub-visual_1 .sv-caption .inner {
	max-width: 600px;
}

#sub-visual_1 .sv-caption .inner .sub-title,
#sub-visual_1 .sv-caption .inner .main-title,
#sub-visual_1 .sv-caption .inner .jp-title {
	font-family: var(--font-family_3);
	color: var(--color_f);
	font-weight: var(--font-weight_s);
	letter-spacing: 0.1em;
	text-shadow: var(--shadow_3);
	white-space: nowrap;
}

#sub-visual_1 .sv-caption .inner .sub-title {
	font-size: var(--font-size_mm);
}

#sub-visual_1 .sv-caption .inner .main-title {
	font-size: var(--font-size_llll);
}

#sub-visual_1 .sv-caption .inner .jp-title {
	font-size: var(--font-size_m);
}

#sub-visual_1 .sv-caption .inner .caption {
	margin-top: 25px;
}

#sub-visual_1 .sv-caption .inner .caption p {
	color: var(--color_f);
	text-shadow: var(--shadow_3);
}

#sub-visual_1 .sv-caption .inner .caption p:nth-child(2) {
	margin-top: 25px;
}

#sub-visual_1 .sv-caption .inner .btn_4 {
	justify-content: flex-start;
}

@media screen and (max-width: 699px) {
	#sub-visual_1 {
	}

	#sub-visual_1 .sv-image {}

	#sub-visual_1 .sv-image img {}

	#sub-visual_1 .sv-caption {}

	#sub-visual_1 .sv-caption .inner {
		width: 100vw;
		max-width: auto;
		margin: 0 calc(50% - 50vw);
		padding: 50px 20px;
		text-align: center;
		background: var(--color_bs_02);
	}

	#sub-visual_1 .sv-caption .inner .sub-title,
	#sub-visual_1 .sv-caption .inner .main-title {}

	#sub-visual_1 .sv-caption .inner .sub-title {
		font-size: var(--font-size_ss);
	}

	#sub-visual_1 .sv-caption .inner .main-title {
		font-size: var(--font-size_lll);
	}

	#sub-visual_1 .sv-caption .inner .jp-title {
		font-size: var(--font-size_s);
	}

	#sub-visual_1 .sv-caption .inner .caption {}

	#sub-visual_1 .sv-caption .inner .caption p {
		font-size: var(--font-size_ss);
	}

	#sub-visual_1 .sv-caption .inner .caption p:nth-child(2) {}

	#sub-visual_1 .sv-caption .inner .btn_4 {
		justify-content: center;
	}
}

#sub-visual_2 {
	width: 100vw;
	height: 800px;
		padding: 150px 0;
}

#sub-visual_2 .sv-pack {
	position: relative;
	width: 100%;
	height: 500px;
}

#sub-visual_2 .sv-pack .bg {
	background: var(--color_09);
	filter: opacity(0.3) grayscale(1);
}

#sub-visual_2 .sv-inner {
	width: 100%;
	margin: auto 100px;
	text-align: left;
}

#sub-visual_2 .sv-inner h1 {
	font-family: var(--font-family_3);
	font-size: var(--font-size_llll);
	letter-spacing: 0.5em;
}

@media screen and (max-width: 699px) {
	#sub-visual_2 {
		width: 100vw;
		height: 400px;
		padding-top: 70px;
	}
}

/*------------------------------------
下層ページ・salon
------------------------------------*/
/*アクセス*/
#salon-access {
	background: var(--color_bg_02);
}

#salon-access .salon-access__pack {
	gap: 100px;
}

#salon-access .salon-access__left {
	width: calc(50% - 50px);
}

#salon-access .salon-access__left .table_2 {}

#salon-access .salon-access__left .table_2 .cell:nth-child(1) {
	width: calc(20% - 15px);
}

#salon-access .salon-access__left .table_2 .cell:nth-child(2) {
	width: calc(80% - 15px);
}

#salon-access .salon-access__left .table_2 .en {
	margin-top: 5px;
	font-size: var(--font-size_ss);
}

#salon-access .salon-access__right {
	width: calc(50% - 50px);
}

#salon-access .salon-access__right iframe {
	width: 100%;
	height: 350px;
	filter: grayscale(0.8) sepia(0.05);
}

@media screen and (max-width: 699px) {
	#salon-access {}

	#salon-access .salon-access__pack {
		flex-wrap: wrap-reverse;
		gap: 25px;
	}

	#salon-access .salon-access__left {
		width: 100%;
	}

	#salon-access .salon-access__left .table_2 {}

	#salon-access .salon-access__left .table_2 .cell:nth-child(1) {
		width: calc(30% - 15px);
	}

	#salon-access .salon-access__left .table_2 .cell:nth-child(2) {
		width: calc(70% - 15px);
	}

	#salon-access .salon-access__left .table_2 .en {}

	#salon-access .salon-access__right {
		width: 100%;
	}

	#salon-access .salon-access__right iframe {
		height: 200px;
	}
}

/*スタッフ*/
#salon-staff {}

#salon-staff .salon-staff__pack {
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 75px 50px;
}

#salon-staff .salon-staff__item {
	width: calc((100% - 200px) / 5);
}

#salon-staff .salon-staff__item .image {
	width: 100%;
	aspect-ratio: 2 / 3;
	overflow: hidden;
}

#salon-staff .salon-staff__item .image img {
	height: 100%;
	transform: scale(1.2);
}

#salon-staff .salon-staff__item .text {
	margin-top: 25px;
}

#salon-staff .salon-staff__item .text .en {
	font-size: var(--font-size_m);
}

#salon-staff .salon-staff__item .text .jp {
	font-size: var(--font-size_ss);
}

@media screen and (max-width: 699px) {
	#salon-staff {}

	#salon-staff .salon-staff__pack {
		gap: 35px 15px;
	}

	#salon-staff .salon-staff__item {
		width: calc((100% - 30px) / 3);
	}

	#salon-staff .salon-staff__item .text {
		margin-top: 10px;
	}

	#salon-staff .salon-staff__item .text .en {
		font-size: var(--font-size_s);
	}

	#salon-staff .salon-staff__item .text .jp {
		font-size: var(--font-size_sss);
	}

}

/*レビュー*/
#salon-reviews {
	background: var(--color_bg_02);
}

#salon-reviews .salon-reviews__pack {
	flex-wrap: wrap;
	align-items: stretch;
}

#salon-reviews .salon-reviews__item {
	width: calc((100% - 100px) / 3);
	padding: 20px;
	text-align: left;
	background: var(--color_14);
}

#salon-reviews .salon-reviews__item .title {
	margin-left: 0;
	margin-right: auto;
	font-weight: var(--font-weight_l);
}

#salon-reviews .salon-reviews__item .star {
	justify-content: flex-start;
	margin-top: 15px;
	margin-right: auto;
	font-weight: var(--font-weight_l);
}

#salon-reviews .salon-reviews__item .star span {
	color: var(--color_03);
}

#salon-reviews .salon-reviews__item .text {
	margin-top: 15px;
}

@media screen and (max-width: 699px) {
	#salon-reviews .salon-reviews__item {
		width: 100%;
	}

	#salon-reviews .salon-reviews__item .text {
	font-size: var(--font-size_ss);
}
}

/*------------------------------------
下層ページ・menu
------------------------------------*/
#menu {}

#menu .menu__pack {
	flex-wrap: wrap;
	gap: 100px;
}

#menu .menu__item {
	width: 100%;
	padding-bottom: 100px;
	border-bottom: solid 1px var(--color_03);
}

#menu .menu__item .menu__top {
	gap: 100px;
}

#menu .menu__item .menu__top .left {
	width: calc(65% - 50px);
}

#menu .menu__item .menu__top .left .content_2 .title {
	font-size: var(--font-size_lll);
	letter-spacing: 0.1em;
}

#menu .menu__item .menu__top .left .content_2 .sub-title {
	font-size: var(--font-size_mm);
}

#menu .menu__item .menu__top .right {
	width: calc(35% - 50px);
}

#menu .menu__item .menu__top .right img {
	aspect-ratio: 1 / 1;
}

#menu .menu__item .menu__bottom {
	flex-wrap: wrap;
	align-items: stretch;
	gap: 50px 100px;
	max-width: 900px;
	margin: 100px auto auto;
}

#menu .menu__item .menu__bottom .menu__bottom__item {
	width: calc((100% - 100px) / 2);
}

#menu .menu__item .menu__bottom .menu__bottom__item .table_2 {}

#menu .menu__item .menu__bottom .menu__bottom__item .table_2 .row {}

#menu .menu__item .menu__bottom .menu__bottom__item .table_2 .cell {
	gap: 0;
}

#menu .menu__item .menu__bottom .menu__bottom__item .table_2 .cell:nth-child(1) {
	width: 70%;
}

#menu .menu__item .menu__bottom .menu__bottom__item .table_2 .cell:nth-child(2) {
	width: 30%;
}

#menu .menu__item .menu__bottom .menu__bottom__item .table_2 .cell:nth-child(2) p {
	font-size: var(--font-size_m);
}

#menu .menu__item .menu__bottom .menu__bottom__item .table_2 .cell:nth-child(2) span {
	margin-left: 10px;
	font-size: var(--font-size_sss);
	color: var(--color_04);
}

#menu .menu__item .menu__bottom .note {
	width: 100%;
}

#menu .menu__item .menu__bottom .note p {
	font-size: var(--font-size_sss);
}

#menu .menu__item .menu__bottom .note .en {
	margin-top: 25px;
}

@media screen and (max-width: 699px) {
	#menu {}

	#menu .menu__pack {
		gap: 50px;
	}

	#menu .menu__item {
		display: flex;
		flex-direction: column;
		width: 100%;
		padding-bottom: 50px;
	}

	#menu .menu__item .menu__top {
		display: flex;
		flex-direction: column;
		gap: 0px;
	}

	#menu .menu__item .menu__top .left {
		display: contents;
		width: 100%;
	}

	#menu .menu__item .menu__top .left .content_2 {
		display: contents;
	}

	#menu .menu__item .menu__top .left .content_2 .title {
		width: 100%;
		order: 1;
	}

	#menu .menu__item .menu__top .left .content_2 .sub-title {
		width: 100%;
		order: 2;
	}

	#menu .menu__item .menu__top .left .content_2 .caption {
		margin-top: 25px;
		order: 4;
	}

	#menu .menu__item .menu__top .right {
		width: 100%;
		margin-top: 25px;
		order: 3;
	}

	#menu .menu__item .menu__top .right img {
		aspect-ratio: 3 / 2;
	}

	#menu .menu__item .menu__bottom {
		gap: 0;
		margin: 50px auto auto;
	}

	#menu .menu__item .menu__bottom .menu__bottom__item {
		width: 100%;
	}

	#menu .menu__item .menu__bottom .menu__bottom__item:nth-child(2) .table_2 {
		margin-top: 0;
	}

	#menu .menu__item .menu__bottom .menu__bottom__item .table_2 .row {}

	#menu .menu__item .menu__bottom .menu__bottom__item .table_2 .cell {}

	#menu .menu__item .menu__bottom .menu__bottom__item .table_2 .cell:nth-child(1) {}

	#menu .menu__item .menu__bottom .menu__bottom__item .table_2 .cell:nth-child(2) {}

	#menu .menu__item .menu__bottom .menu__bottom__item .table_2 .cell:nth-child(2) p {
	font-size: var(--font-size_mm);
}

	#menu .menu__item .menu__bottom .menu__bottom__item .table_2 .cell:nth-child(2) span {}

	#menu .menu__item .menu__bottom .note {}

	#menu .menu__item .menu__bottom .note p {}

	#menu .menu__item .menu__bottom .note .en {}
}

/*------------------------------------
下層ページ・recruit
------------------------------------*/
/*message*/
#recruit-message {
	background: var(--color_bg_02);
}

#recruit-message .recruit-message__pack {
	align-items: stretch;
	gap: 100px;
}

#recruit-message .recruit-message__left {
	width: calc(60% - 50px);
}

#recruit-message .recruit-message__left .content_2 .title {
	font-size: var(--font-size_ll);
	letter-spacing: 0em;
}

#recruit-message .recruit-message__left .content_2 .caption p:nth-last-child(1) {
	position: relative;
	text-indent: 55px;
}

#recruit-message .recruit-message__left .content_2 .caption p:nth-last-child(1)::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 50px;
	height: 1px;
	background: var(--color_01);
}

#recruit-message .recruit-message__right {
	position: relative;
	width: calc(40% - 50px);
	text-align: right;
}

#recruit-message .recruit-message__right img {}

#recruit-message .recruit-message__right img:nth-child(1) {
	width: 100%;
	aspect-ratio: 3 / 2;
}

#recruit-message .recruit-message__right img:nth-child(2) {
	width: 70%;
	aspect-ratio: 2 / 3;
	margin: 50px 0 0 auto;
}

@media screen and (max-width: 699px) {
	#recruit-message .recruit-message__pack {
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	#recruit-message .recruit-message__left,
	#recruit-message .recruit-message__left .content_2,
	#recruit-message .recruit-message__right {
		display: contents;
	}

	#recruit-message .recruit-message__left .content_2 .title {
		font-size: var(--font-size_l);
		order: 1;
	}

	#recruit-message .recruit-message__left .content_2 .caption {
		margin-top: 50px;
	}

	#recruit-message .recruit-message__right img:nth-child(1) {
		order: 2;
		width: 100%;
		margin-top: 50px;
	}

	#recruit-message .caption {
		order: 3;
	}

	#recruit-message .recruit-message__right img:nth-child(2) {
		order: 4;
		width: 100%;
		aspect-ratio: 3 / 2;
		margin-top: 50px;
		object-fit: cover;
	}
}

/*flow*/
#recruit-flow {}

#recruit-flow .recruit-flow__pack {
	align-items: stretch;
	gap: 0;
}

#recruit-flow .recruit-flow__left {
	width: 50%;
}

#recruit-flow .recruit-flow__right {
	width: 50%;
}

#recruit-flow .recruit-flow__right ul {
	position: relative;
	flex-wrap: wrap;
	gap: 25px;
}

#recruit-flow .recruit-flow__right li {
	width: 100%;
	padding: 10px 0 10px 50px;
	font-size: var(--font-size_m);
	color: var(--color_f);
	background: var(--color_12);
}

@media screen and (max-width: 699px) {
	#recruit-flow .recruit-flow__pack {
		flex-wrap: wrap;
		gap: 0;
	}

	#recruit-flow .recruit-flow__left {
		width: 100%;
	}

	#recruit-flow .recruit-flow__right {
		width: 100%;
	}

	#recruit-flow .recruit-flow__right ul {
		gap: 10px;
	}
}

/*guideline*/
#recruit-guideline {
	background: var(--color_bg_02);
}

/*form*/
#recruit-form {}

#recruit-form .title_3 h2 {
	color: var(--color_f);
}

/*------------------------------------
下層ページ・お問い合わせ
------------------------------------*/
#sub-contact {}

/*------------------------------------
下層ページ・利用規約/プライバシーポリシー共通
------------------------------------*/
#sub-legals {}

#sub-legals .legals-pack {}

#sub-legals .legals-header {}

#sub-legals .legals-header .jp {
	font-size: var(--font-size_m);
	margin-bottom: 10px;
}

#sub-legals .legals-header .en {}

#sub-legals .legals-item {
	margin-top: 50px;
}

#sub-legals .legals-item .title {}

#sub-legals .legals-item .title .jp {
	font-size: var(--font-size_m);
}

#sub-legals .legals-item .caption {
	margin-top: 20px;
}


@media screen and (max-width: 699px) {
	#sub-legals .legals-header .jp {
		font-size: var(--font-size_mm);
	}

	#sub-legals .legals-item .title {
		font-size: var(--font-size_mm);
	}
}


/*------------------------------------投稿一覧ページ------------------------------------*/


/*------------------------------------
投稿一覧・サイドバーなし
------------------------------------*/
#post-archive {}

.post-list {
	align-items: stretch;
	gap: 70px;
}

.post-list__pack {
	flex-wrap: wrap;
	gap: 0;
}

.post-list__item {
	align-items: stretch;
	gap: 50px;
	width: 100%;
	padding: 50px 25px;
	border-top: solid 1px var(--color_07);
	transition: var(--ease_1);
}

.post-list__item:hover {
	background: var(--color_14);
}

.post-list__item:nth-last-child(1) {
	border-bottom: solid 1px var(--color_07);
}

.post-list__item__image {
	width: calc(400px - 25px);
}

.post-list__item__image img {
	aspect-ratio: 3 / 2;
}

.post-list__item__text {
	width: calc(100% - 425px);
}

.post-list__item__text .header {
	justify-content: flex-start;
	gap: 15px;
}

.post-list__item__text .header .date {
	font-family: var(--font-family_3);
	font-size: var(--font-size_mm);
}

.post-list__item__text .header .category p {
	padding: 0 10px;
	font-size: var(--font-size_s);
	color: var(--color_f);
	line-height: 1.5em;
	background: var(--color_01);
}

.post-list__item__text .title {
	margin-top: 15px;
	font-size: var(--font-size_l);
	font-weight: var(--font-weight_m);
}

.post-list__item__text .tag {
	justify-content: flex-start;
	gap: 20px;
	margin-top: 15px;
}

.post-list__item__text .tag p {
	color: var(--color_03);
}

.post-list__item__text .caption {
	margin-top: 15px;
}

.post-list__item__text .caption {
	line-height: 1.5em;
}


@media screen and (max-width: 699px) {
	.post-list {
		flex-wrap: wrap;
	}

	.post-list__left {
		width: 100%;
	}

	.post-list__item {
		gap: 20px;
		padding: 20px 0;
	}

	.post-list__item:hover {}

	.post-list__item:nth-last-child(1) {}

	.post-list__item__image {
		width: calc(100px - 10px);
	}

	.post-list__item__image img {
		aspect-ratio: 1 / 1;
	}

	.post-list__item__text {
		width: calc(100% - 110px);
	}

	.post-list__item__text .header {}

	.post-list__item__text .header .date {}

	.post-list__item__text .header .category p {}

	.post-list__item__text .title {
		margin-top: 5px;
		padding-right: 50px;
	}
}

/*------------------------------------
投稿一覧・サイドバーあり
------------------------------------*/
.post-list__left {
	width: calc(100% - 435px);
}

.post-list__right {
	width: calc(400px - 35px);
	height: auto;
}

.post-list__right .pickup-list {
	width: 100%;
}

/*------------------------------------
投稿一覧・次のページ/前のページ
------------------------------------*/
.pagination {
	text-align: center;
	margin-top: 40px;
}

.pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	list-style: none;
}

.pagination li {
	width: 45px;
	height: 45px;
	border: solid 1px var(--color_01);
}

.pagination li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	transition: var(--ease_1);
}

.pagination .current {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: var(--color_f);
	background: var(--color_10);

}

.pagination li a:hover {
	color: var(--color_f);
	background: var(--color_12);
}

@media screen and (max-width: 699px) {}


/*------------------------------------
ナビゲーション・カテゴリー一覧
------------------------------------*/
.category-navi {
	padding: 15px 0;
}

.category-navi .category-navi__pack {
	flex-wrap: wrap;
	gap: 10px;
}

.category-navi .category-navi__item {}

.category-navi .post-filter {
	width: 100%;
	padding: 5px 10px;
	text-align: left;
	font-size: var(--font-size_ss);
	font-weight: var(--font-weight_l);
	border-radius: var(--radius_5);
	transition: var(--ease_1);
}

.category-navi .post-filter:hover {
	background: var(--color_09);
}

.category-navi .post-filter.active {
	color: var(--color_f);
	background: var(--color_01);
}

@media screen and (max-width: 699px) {}


/*------------------------------------
ナビゲーション・サイドバー
------------------------------------*/
.post-sidebar {
	flex-wrap: wrap;
	gap: 75px;
	top: 100px;
	z-index: 0;
}

@media screen and (max-width: 699px) {
	.post-sidebar {
	top: 0;
}
}

/*------------------------------------
サイドバー・カテゴリー一覧
------------------------------------*/
.post-sidebar .tag-list {
	width: 100%;
}

.post-sidebar .tag-list__pack {
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px;
}

.post-sidebar .post-filter {
	width: 100%;
	padding: 15px 30px;
	text-align: left;
	font-size: var(--font-size_ss);
	font-weight: var(--font-weight_l);
	background: var(--color_14);
	transition: var(--ease_1);
}

.post-sidebar .post-filter:hover {
	background: var(--color_13);
}

.post-sidebar .post-filter.active {
	color: var(--color_f);
	background: var(--color_11);
}

@media screen and (max-width: 699px) {}


/*------------------------------------投稿ページ------------------------------------*/


/*------------------------------------
投稿ページ用ヘッダー
------------------------------------*/
#post-header {
	padding: 300px 0 75px 0;
}

#post-header .post-header__pack {
	padding-bottom: 25px;
	border-bottom: solid 1px var(--color_01);
}

#post-header .post-header__meta {
	justify-content: flex-start;
	gap: 10px;
}

#post-header .post-header__meta .category p {
	padding: 0 10px;
	font-size: var(--font-size_sss);
	color: var(--color_f);
	background: var(--color_11);
}

#post-header .post-header__title {
	margin-top: 20px;
}

#post-header .post-header__title h2 {}


@media screen and (max-width: 699px) {
	#post-header .post-header {
		padding-bottom: 20px;
	}

	#post-header .post-header__pack {}

	#post-header .post-header__meta {}

	#post-header .post-header__meta .category p {}

	#post-header .post-header__title {}

	#post-header .post-header__title h2 {
		font-size: var(--font-size_l);
	}

}

/*------------------------------------
投稿ページ・レイアウト
------------------------------------*/
#post-container {
	align-items: stretch;
}

#post-container .thumbnail {
}

#post-container .thumbnail img {
	aspect-ratio: 16 / 9;
}

/*サイドバーあり*/
#post-container .post-container__left {
	width: calc(100% - 435px);
}

#post-container .post-container__right {
	width: calc(400px - 35px);
	height: auto;
}


@media screen and (max-width: 699px) {
	#post-container {
		flex-wrap: wrap;
	}

	#post-container .post-container__left {
		width: 100%;
	}

	#post-container .post-container__right {
		width: 100%;
	}
}

/*------------------------------------
投稿・本体
------------------------------------*/
.post-content {
	margin: 75px auto 150px;
}

@media screen and (max-width: 699px) {
}

/*------------------------------------
投稿ページ・次のページ/前のページ
------------------------------------*/
#post-navigation {
	padding: 35px 0;
}

#post-navigation .flex__pack {
	justify-content: center;
	gap: 40px;
}

#post-navigation .flex__item {
	text-align: center;
	width: calc((100% - 80px) / 3);
}


#post-navigation .flex__item a {
	font-size: var(--font-size_ss);
	text-decoration: underline;
}

#post-navigation .flex__item a:hover {
	text-decoration: underline;
	color: var(--color_03);
}

@media screen and (max-width: 699px) {
	#post-navigation .flex__pack {
		flex-wrap: nowrap;
		gap: 20px;
	}

	#post-navigation .flex__item {
		width: calc((100% - 40px) / 3);
	}

	#post-navigation .flex__item a {
		font-size: var(--font-size_sss);
	}
}


/*------------------------------------共通コンポーネントパーツ------------------------------------*/


/*------------------------------------
CTA 導入のご相談はこちら
------------------------------------*/
#cta-contact {}

#cta-contact .bg {
	filter: brightness(0.5);
}

#cta-contact .cta-contact__pack {
	justify-content: flex-start;
	gap: 0;
}

#cta-contact .cta-contact__item {
	width: 50%;
}

#cta-contact .cta-contact__item .content_2 h2,
#cta-contact .cta-contact__item .content_2 p {
	color: var(--color_f);
}

@media screen and (max-width: 699px) {
	#cta-contact .cta-contact__item {
	width: 100%;
}
}

/*------------------------------------
CTA 導入サロンを探す
------------------------------------*/
#cta-salon {}

#cta-salon::before,
#cta-salon::after {
	content: '';
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: -1;
}

#cta-salon::before {
	left: 0;
	background: var(--color_08);
}

#cta-salon::after {
	right: 0;
	background: var(--color_09);
}

#cta-salon .cta-salon__pack {
	gap: 200px;
}

#cta-salon .cta-salon__item {
	width: calc((100% - 100px) / 2);
	max-width: 350px;
	text-align: center;
}

#cta-salon .cta-salon__item .image {}

#cta-salon .cta-salon__item .image img {
	aspect-ratio: 1 / 1;
	border-radius: var(--radius_50);
}

#cta-salon .cta-salon__item .title {
	margin-top: 30px;
	font-size: var(--font-size_l);
}

#cta-salon .cta-salon__item .text {
	margin-top: 20px;
}

@media screen and (max-width: 699px) {
	#cta-salon {}

#cta-salon::before,
#cta-salon::after {
	display: none;
}

#cta-salon .wrapper {
	margin: 0;
	padding: 0;
}

#cta-salon .cta-salon__pack {
	flex-wrap: wrap;
	gap: 0px;
}

#cta-salon .cta-salon__item {
	width: 100%;
	max-width: 100%;
	text-align: center;
	padding: 50px 25px;
}

#cta-salon .cta-salon__item:nth-child(1) {
	background: var(--color_08);
}

#cta-salon .cta-salon__item:nth-child(2) {
	background: var(--color_09);
}

#cta-salon .cta-salon__item .image {}

#cta-salon .cta-salon__item .image img {
	width: 250px;
	margin: auto;
}

#cta-salon .cta-salon__item .title {
	font-size: var(--font-size_m);
}

#cta-salon .cta-salon__item .text {
	font-size: var(--font-size_ss);
}
}

/*------------------------------------フッター------------------------------------*/


/*------------------------------------
footer
------------------------------------*/
#footer {
	background: var(--color_f);
	padding-bottom: 0;
}

#footer .footer__pack {}

#footer .footer__left {
	justify-content: flex-start;
	width: 60%;
}

#footer .footer__left .inner {}

#footer .footer__left .title {
	gap: 25px;
}

#footer .footer__1 .title img {
	width: 180px;
	padding: 10px;
	background: var(--color_f);
}

#footer .footer__left .title p {
	font-family: var(--font-family_3);
	color: var(--color_f);
	font-weight: var(--font-weight_s);
}

#footer .footer__left .title .sub {
	font-size: var(--font-size_ss);
}

#footer .footer__left .title .main {
	font-size: var(--font-size_lll);
	line-height: 1em;
}

#footer .footer__left .location {
	gap: 25px;
	margin-top: 25px;
}

#footer .footer__left .location a {
	color: var(--color_f);
	text-decoration: underline;
	text-underline-offset: 0.25em;
}

#footer .footer__right {
	width: 40%;
}

#footer .footer__right ul {
	flex-wrap: wrap;
	gap: 10px;
}

#footer .footer__right li {
	width: 100%;
}

#footer .footer__right li a {
	font-family: var(--font-family_2);
	color: var(--color_f);
}

@media screen and (max-width: 699px) {
	#footer {}

	#footer .footer__pack {}

	#footer .footer__left {
		justify-content: center;
		width: 100%;
	}

	#footer .footer__left .inner {}

	#footer .footer__left .title {
		gap: 15px;
	}

	#footer .footer__left .title img {
		width: 60px;
		padding: 5px;
		background: var(--color_f);
	}

	#footer .footer__left .title .sub {
		font-size: var(--font-size_sss);
	}

	#footer .footer__left .title .main {
		font-size: var(--font-size_ll);
	}

	#footer .footer__left .location {}

	#footer .footer__left .location a {}

	#footer .footer__right {
		width: 100%;
	}

	#footer .footer__right ul {
		text-align: center;
	}

	#footer .footer__right li {
		width: 100%;
	}

	#footer .footer__right li a {
		color: var(--color_f);
	}
}

/*コピーライト*/
#footer .copyright {
	margin-top: 100px;
}

#footer .copyright__pack {
	justify-content: space-between;
	gap: 50px;
	padding: 35px 0;
	border-top: solid 1px var(--color_bg_01);
}

#footer .copyright__item {}

#footer .copyright__item:nth-child(1) {
	gap: 25px;
}

#footer .copyright__item:nth-child(1) a {
	font-size: var(--font-size_sss);
	color: var(--color_01);
}

#footer .copyright__item:nth-child(2) {}

#footer .copyright__item:nth-child(2) p {
	font-size: var(--font-size_sss);
	color: var(--color_01);
}

@media screen and (max-width: 699px) {
	#footer .copyright__pack {
		flex-wrap: wrap;
		justify-content: center;
		padding: 25px 0;
	}

	#footer .copyright__item {}
}
