/*
Thame Name:RERACINE
Thame URL:
Description:RERACINE
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: "Noto Serif JP", 'MS明朝', 'MS Mincho', serif;
	--font-family_2: "Noto Sans Japanese", "Meiryo", sans-serif;
	--font-family_3: "PT Sans Narrow", sans-serif;
	--font-family_4: "Poppins", sans-serif;

	--font-size_sss: 0.7rem !important;
	--font-size_ss: 0.8rem !important;
	--font-size_s: 1rem !important;
	--font-size_mmm: 1.1rem !important;
	--font-size_mm: 1.2rem !important;
	--font-size_m: 1.3rem !important;
	--font-size_l: 1.6rem !important;
	--font-size_ll: 1.9rem !important;
	--font-size_lll: 2.5rem !important;
	--font-size_llll: 3rem !important;
	--font-size_xl: 4rem !important;
	--font-size_xxl: 5rem !important;

	--font-weight_s: 500;
	--font-weight_m: 600;
	--font-weight_l: 700;
	--font-weight_ll: 800;

	/* =========================
	Black
	========================= */
	--color_00: hsl(22 0% 15%);
	--color_01: hsl(22 0% 20%);
	--color_02: hsl(22 0% 37%);
	--color_03: hsl(22 0% 48%);
	--color_04: hsl(22 0% 57%);
	--color_05: hsl(22 0% 65%);
	--color_06: hsl(22 0% 73%);
	--color_07: hsl(22 0% 82%);
	--color_08: hsl(22 0% 91%);
	--color_09: hsl(22 0% 96%);

	/* =========================
	Brown
	========================= */
	--color_10: hsl(34, 20%, 40%);
	--color_11: hsl(34 20% 50%);
	--color_12: hsl(34 20% 60%);
	--color_13: hsl(34 20% 70%);
	--color_14: hsl(34 20% 90%);

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

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

	/* =========================
	Green
	========================= */
	--color_40: hsl(145 34% 36%);
	--color_41: hsl(145 34% 48%);
	--color_42: hsl(145 34% 60%);
	--color_43: hsl(145 34% 80%);
	--color_44: hsl(145 34% 96%);

	/* =========================
	Blue
	========================= */
	--color_50: hsl(212 42% 40%);
	--color_51: hsl(212 42% 52%);
	--color_52: hsl(212 42% 64%);
	--color_53: hsl(212 42% 82%);
	--color_54: hsl(212 42% 96%);



	--color_bg_01: hsl(0 0% 98%);
	--color_bg_02: hsl(160 5% 95%);

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

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

	--color_line: hsl(145 93% 40%);

	--color_bs_00: hsla(0 15% 10% / 0.20);

	--color_bs_1: hsla(30 11% 31% / 0.07);

	--color_bs_2: hsla(30 11% 31% / 0.13);

	--color_bs_3: hsla(30 11% 31% / 0.20);

	--color_g_1: linear-gradient(45deg,
			hsl(140 50% 40% / 1) 0%,
			hsl(90 50% 60% / 1) 50%,
			hsl(140 50% 40% / 1) 100%);
	--color_g_2: linear-gradient(45deg, hsl(30, 0%, 94%), hsl(30, 0%, 100%));
	--color_g_3: linear-gradient(98deg, hsl(30, 0%, 94%), hsl(30, 0%, 97%));
	--color_g_4: linear-gradient(90deg, hsl(30, 0%, 97%), hsl(30, 0%, 94%));

	--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_1: solid 1px var(--color_01);
	--border_2: solid 1px var(--color_02);
	--border_3: solid 1px var(--color_03);
	--border_4: solid 1px var(--color_04);
	--border_5: solid 1px var(--color_05);
	--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_mmm: 1rem !important;
		--font-size_mm: 1.1rem !important;
		--font-size_m: 1.3rem !important;
		--font-size_l: 1.5rem !important;
		--font-size_ll: 1.8rem !important;
		--font-size_lll: 2.8rem !important;
		--font-size_llll: 4.3rem !important;
	}
}

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

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_s);
	letter-spacing: 0em;
	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;
}

body.fade::after {
	opacity: 1;
}

body .no-scroll {
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--color_00);
	font-weight: var(--font-weight_l);
	line-height: 1.5em;
}

h1,
h2,
h3 {}

h4,
h5,
h6 {}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.3rem;
}

p,
a,
i {
	font-family: var(--font-family_1);
	font-size: var(--font-size_s);
	color: var(--color_01);
	font-weight: var(--font-weight_m);
	line-height: 1.8em;
}

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;
}

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

	p,
	a,
	i {
		font-size: var(--font-size_ss);
	}
}

/*------------------------------------ここからレイアウトパーツ------------------------------------*/

/*------------------------------------
セクション
------------------------------------*/
.section-container_1 {
	position: relative;
	padding: 150px 0;
}

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

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

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

/*------------------------------------
コンテンツの幅を制限する
------------------------------------*/
.wrapper {
	max-width: 1000px;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}

.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 {
	max-width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

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

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

.wrapper-fullwide {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	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 {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/*------------------------------------
コンテンツを中央寄せ縦積みにする
------------------------------------*/
.block-pack {
	display: block;
	margin: auto;
}

.block-item {
	margin: 100px auto;
}

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

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

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

/*------------------------------------
コンテンツを横並びで配置
------------------------------------*/
.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;
}

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

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

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

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

@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);
	height: auto;
}

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

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

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

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

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

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

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

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

/*------------------------------------
枠パーツ
------------------------------------*/
.box_1 {
	position: relative;
	width: 100%;
	height: 100%;
}

.box_2 {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 35px 35px 40px 35px;
	background: var(--color_f);
	border: solid 1px var(--color_01);
	border-radius: var(--radius_1);
}

.box_2::after {
	content: '';
	position: absolute;
	inset: 5px;
	border: dotted 1px var(--color_01);
	border-radius: 6px;
	z-index: 1;
	pointer-events: none;
}

.box_3 {
	position: relative;
	width: 100%;
	height: 100%;
	margin-bottom: 5px;
	padding: 20px 20px 30px 20px;
	background: var(--color_f);
	border-radius: var(--radius_1);
	box-shadow: var(--shadow_3);
}

.box_4 {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 20px 20px 30px 20px;
	background: var(--color_f);
	border-radius: var(--radius_1);
	z-index: 0;
}

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

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

	.box_3 {}

	.box_4 {}
}

/*------------------------------------
テキストボックス
------------------------------------*/
/*テキストボックス1*/
.content_1 {
	position: relative;
}

.content_1 .lead-title {
	position: relative;
	width: fit-content;
	font-size: var(--font-size_m);
	color: var(--color_11);
}

.content_1 .title {
	position: relative;
	margin-top: 40px;
	font-size: var(--font-size_lll);
	font-weight: var(--font-weight_l);
	line-height: 1.7em;
}

.content_1 .sub-title {
	margin-top: 35px;
	font-size: var(--font-size_mm);
	line-height: 1.85em;
}

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

.content_1 .caption p {
	margin-bottom: 25px;
	font-size: var(--font-size_s);
}

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

	.content_1 .lead-title {
	font-size: var(--font-size_ss);
}

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

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

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

	.content_1 .caption p {
		margin-bottom: 15px;
		font-size: var(--font-size_ss);
	}
}

/*テキストボックス2*/
.content_2 {
	text-align: left;
}


.content_2 .lead-title {
	font-size: var(--font-size_mm);
	color: var(--color_11);
}

.content_2 .title {
	text-align: left;
	font-size: var(--font-size_lll);
	font-weight: var(--font-weight_l);
}

.content_2 .sub-title {
	font-style: var(--font-size_m);
}

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

.content_2 .caption p {
	margin-bottom: 25px;
	font-size: var(--font-size_mm);
}

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

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

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

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

	.content_2 .caption p {
		font-size: var(--font-size_s);
	}
}

/*テキストボックス3*/
.content_3 {
	position: relative;
}

.content_3 .lead-title {
	position: relative;
	width: fit-content;
	font-size: var(--font-size_m);
	color: var(--color_11);
}

.content_3 .title {
	position: relative;
	margin-top: 0px;
	font-size: var(--font-size_lll);
	font-weight: var(--font-weight_l);
}

.content_3 .sub-title {
	margin-top: 35px;
	font-size: var(--font-size_mm);
	line-height: 1.85em;
}

.content_3 .caption {
	margin-top: 50px;
}

.content_3 .caption p {
	margin-bottom: 25px;
	font-size: var(--font-size_s);
}

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

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

	.content_3 .sub-title {
		margin-top: 15px;
		font-size: var(--font-size_ss);
	}

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

	.content_3 .caption p {
		margin-bottom: 25px;
		font-size: var(--font-size_ss);
	}
}

/*注記*/
.note_1 {
	margin: 5px auto;
	font-size: 12px;
	font-weight: var(--font-weight_s);
	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_s);
	color: var(--color_06);
}

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

/*------------------------------------
見出し
------------------------------------*/
.title_l {
	font-size: 75px;
	color: var(--color_10);
	font-weight: var(--font-weight_l);
	line-height: 1.5em;
}

.title_m {
	font-size: 50px;
	color: var(--color_10);
	font-weight: var(--font-weight_l);
	line-height: 1.5em;
}

.title_s {
	font-size: 25px;
	color: var(--color_10);
	font-weight: var(--font-weight_l);
	line-height: 1.5em;
}

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

	.title_m {
		font-size: 35px;
	}

	.title_s {
		font-size: 20px;
	}
}


/*------------------------------------
大見出し
------------------------------------*/
.section-title_1 {
	position: absolute;
	top: 0;
	left: calc(50% - 600px);
	transform: translate(0, -50%);
}

.section-title_1 p {
	font-size: var(--font-size_xxl);
}

.section-title_2 {
	position: relative;
	margin-bottom: 75px;

}

.section-title_2 h2 {
	color: var(--color_00);
	font-size: var(--font-size_lll);
	font-weight: var(--font-weight_m);
	line-height: 1.5em;
	margin: 0;
	padding-bottom: 10px;
}

.section-title_2 h2 span.char {
	display: inline-block;
	transform: translateY(15px);
	opacity: 0;
}

.section-title_2 .line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100vw - ((100vw - 100%) / 2));
	height: 1px;
	background: var(--color_00);
	transform: scaleX(0);
	transform-origin: left center;
}

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

	.section-title_2 h2,
	.section-title_2 h3 {
		font-size: var(--font-size_ll);
	}

	.section-title_2 p {
		font-size: var(--font-size_s);
	}
}

.section-title_3 {
	position: relative;
	margin-bottom: 50px;
}

.section-title_3 h2 {
	font-family: var(--font-family_1);
	font-size: var(--font-size_ll);
	line-height: 2em;
	margin: 0;
}

.section-title_3 h2 span.char {
	display: inline-block;
	transform: translateY(15px);
	opacity: 0;
}

.section-title_3 .line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100vw - ((100vw - 100%) / 2));
	height: 1px;
	background: var(--color_00);
	transform: scaleX(0);
	transform-origin: left center;
}

.section-title_3 p {
	font-size: var(--font-size_s);
	color: var(--color_03);
	white-space: nowrap;
}

@media screen and (max-width: 699px) {
	.section-title_3 {
		margin-bottom: 35px;
	}

	.section-title_3 h2,
	.section-title_3 h3 {
		font-size: 1.4rem;
	}

	.section-title_3 p {}
}

.section-title_4 {
	position: relative;
	margin-bottom: 75px;
	text-align: center;
}

.section-title_4 h2,
.section-title_4 h3 {
	font-family: var(--font-family_1);
	font-size: var(--font-size_lll);
	font-weight: var(--font-weight_l);
	line-height: 1.7em;
	background: linear-gradient(135deg, #0a7336 0.000%, #009a45 25.000%, #0bb65a 50.000%, #3bc875 75.000%, #85cf95 100.000%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}

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

	.section-title_4 h2,
	.section-title_4 h3 {
		font-size: var(--font-size_l);
	}

	.section-title_4 p {
		font-size: var(--font-size_s);
	}
}

/*投稿本文中の見出し*/
.section-title_5 {
	margin-bottom: 75px;
	padding: 25px 0;
	text-align: center;
	border-top: var(--border_1);
	border-bottom: var(--border_1);
}

.section-title_5 h2,
.section-title_5 h3 {
	font-size: var(--font-size_ll);
	font-weight: var(--font-weight_l);
}

.section-title_5 .line_top,
.section-title_5 .line_bottom,
{
position: absolute;
bottom: 0;
left: 0;
width: calc(100vw - ((100vw - 100%) / 2));
height: 1px;
background: var(--color_00);
transform: scaleX(0);
transform-origin: left center;
}

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

	.section-title_5 h2,
	.section-title_5 h3 {
		font-size: var(--font-size_l);
	}
}

/*------------------------------------
リストデザイン
------------------------------------*/
/*リストデザイン1*/
.list_1 {}

.list_1 ul {
	width: fit-content;
	margin: auto;
}

.list_1 li {
	position: relative;
	padding-left: 1.5em;
	font-size: var(--font-size_m);
	line-height: 2em;
}

.list_1 li::before {
	content: "\f14a";
	position: absolute;
	left: 0;
	top: 0;
	font-family: "Font Awesome 6 Free";
	color: var(--color_04);
	font-weight: 900;
}

@media screen and (max-width: 699px) {
	.list_1 li {
		padding-left: 1.5em;
		font-size: var(--font-size_mm);
	}
}

/*------------------------------------
表デザイン
------------------------------------*/
/*表2列・3列・4列*/
.table_2,
.table_3,
.table_4 {
	flex-wrap: wrap;
	gap: 15px;
	margin: 15px auto;
}

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

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

.table_2 .row-header,
.table_3 .row-header,
.table_4 .row-header {
	padding-bottom: 5px;
	border-bottom: var(--border_1);
}

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

.table_2 .row,
.table_3 .row,
.table_4 .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_4 .cell {
	width: calc((100% - 30px) / 4);
}

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

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

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

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

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

	.table_3 .cell {}

	.table_4 .cell {}

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

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

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

.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%;
	}
}

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

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

@media screen and (max-width: 699px) {
	.btn-pack {
		flex-wrap: wrap;
		margin-top: 35px;
	}
}

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

.btn_1 a,
.btn_2 a,
.btn_3 a,
.btn_4 a,
.btn_5 a,
.btn_line a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	padding: 15px 75px 15px 50px;
	font-size: var(--font-size_mm);
	color: var(--color_f);
	white-space: nowrap;
	border: solid 1px var(--color_10);
	transition: var(--ease_1);
}

.btn_1 a::after,
.btn_2 a::after,
.btn_3 a::after,
.btn_4 a::after,
.btn_5 a::after,
.btn_line a::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_1 a:hover,
.btn_2 a:hover,
.btn_3 a:hover,
.btn_4 a:hover,
.btn_5 a:hover,
.btn_line a:hover {}

.btn_1 a:hover::after,
.btn_2 a:hover::after,
.btn_3 a:hover::after,
.btn_4 a:hover::after,
.btn_5 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_5,
	.btn_line {
		margin: 35px auto 0 auto;
	}

	.btn_1 a,
	.btn_2 a,
	.btn_3 a,
	.btn_4 a,
	.btn_5 a,
	.btn_line a {
		padding: 15px 55px 15px 30px;
		font-size: var(--font-size_s);
	}
}

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

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

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

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

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

.btn_3 a:hover {
	background: var(--color_bs_00);
}

/**/
.btn_4 {}

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

/*画像に重ねる透明ボタン*/
.btn_5 {}

.btn_5 a {
	font-weight: var(--font-weight_l);
	color: var(--color_f);
	transition: var(--ease_2);
	background: linear-gradient(to right,
			hsl(145 44% 28% / 0.7) 0%,
			hsl(135 44% 32% / 0.7) 25%,
			hsl(125 44% 36% / 0.7) 50%,
			hsl(115 44% 42% / 0.7) 75%,
			hsl(105 44% 48% / 0.7) 100%);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	border: none;
	z-index: 1;
}

.btn_5 a:hover {
	opacity: 0.7;
	backdrop-filter: blur(0px);
	-webkit-backdrop-filter: blur(0px);
}

.btn_5 a:hover::after {
	transform: translate(5px, -50%);
}

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

	.btn_5 a {
		padding: 15px 55px 15px 30px;
		font-size: var(--font-size_s);
	}
}

/*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_item {
	position: relative;
	display: flex;
	justify-content: center;
	margin: 25px auto 0 auto;
	width: auto;
}

.btn_item a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	padding: 3px 75px 3px 50px;
	font-size: var(--font-size_s);
	color: var(--color_f);
	font-weight: var(--font-weight_l);
	white-space: nowrap;
	background: var(--color_20);
	border-radius: var(--radius_10);
	transition: var(--ease_1);
}

.btn_item a::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_item a:hover {
	opacity: 0.8;
}

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

	.btn_item a {
	padding: 5px 35px 5px 20px;
	font-size: var(--font-size_sss);
}

.btn_item a::after {
	right: 10px;
	font-size: var(--font-size_sss);
}
}

/*エントリー専用ボタン*/
.btn_entry {
	position: relative;
	display: flex;
	justify-content: center;
	margin: 0 auto 0 auto;
	width: 300px;
}

.btn_entry a {
	width: 100%;
	padding: 15px 40px;
	text-align: center;
	font-family: var(--font-family_1);
	font-size: var(--font-size_mm);
	color: var(--color_f);
	font-weight: var(--font-weight_l);
	background: var(--color_01);
	transition: var(--ease_1);
}

.btn_entry a:hover {
	filter: brightness(1.2);
}

.btn_entry.is-disabled {
	height: 100%;
	padding: 19px 40px;
	background: var(--color_09);
}

.btn_entry.is-disabled a,
.btn_entry.is-disabled span {
	pointer-events: none;
	cursor: default;
}

.btn_entry.is-disabled span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: var(--color_05);
	text-decoration: none;
}

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

/*リンクなしのダミーボタン(要素全体をホバー可した時用。今回は不使用)*/
.btn_dummy {
	display: flex;
	justify-content: center;
	position: relative;
	margin-top: 35px;
}

.btn_dummy .inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 10px 40px;
	background: var(--color_08);
	border-radius: var(--radius_5);
	transition: var(--ease_1);
}

.btn_dummy svg {
	width: 35px;
	fill: var(--color_00);
	transition: var(--ease_1);
}

.btn_dummy_pack:hover .inner {}

.btn_dummy_pack:hover .inner svg {
	fill: var(--color_00);
}

/*------------------------------------
画像ホバーエフェクト
------------------------------------*/
.more-pack {
	position: relative;
	overflow: hidden;
}

.more-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: var(--font-family_2);
	font-size: var(--font-size_m);
	color: var(--color_f);
	opacity: 0;
	transition: var(--ease_1);
}

.more-pack img {
	height: 100%;
	transition: var(--ease_1);
}

.more-pack:hover img {
	filter: brightness(0.7) blur(3px);
	transform: scale(1.05);
}

.more-pack:hover .more-text {
	transform: translate(-50%, -50%);
	opacity: 1;
}

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

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

.accordion-area li {
	margin: 25px auto;
	background: var(--color_f);
	box-shadow: var(--shadow_1);
}

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

.accodion-title {
	position: relative;
	cursor: pointer;
	padding: 20px 40px 20px 15px;
	border-radius: var(--radius_5);
	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: 20px;
	transform: rotate(-45deg);
}

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

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

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

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

.accodion-title h3 span {
	margin-right: 10px;
	font-size: var(--font-size_l);
	color: var(--color_41);
}

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

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

.box-content span {
	padding-right: 10px;
	font-size: var(--font-size_l);
	color: var(--color_32);
}

.close-btn {
	display: block;
	margin: 30px auto 0;
	padding: 8px 20px 8px 30px;
	color: var(--color_f);
	background: var(--color_01);
	border: none;
	cursor: pointer;
	position: relative;
	font-size: var(--font-size_sss);
	line-height: 1.5;
	text-align: center;
	width: 100px;
	transition: var(--ease_1);
}

.close-btn:hover {
	opacity: 0.8;
}

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

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

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

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

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

.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_10);
}

/* 表示制御は data 属性 */
[data-tab-content] {
	display: none;
	width: 100%;
	padding: 25px;
	background: var(--color_f);
}

[data-tab-content].active {
	display: block;
	animation: fadeInTab 0.5s ease 0s 1 normal;
}

@keyframes fadeInTab {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@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: 100%;
}

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

.parallax-1 {
	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) {}

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

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

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

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

.word {
	display: inline-flex;
}

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

/*テキストアニメーション2*/

/*------------------------------------
流れるテキスト
------------------------------------*/
.marquee-container {
	position: relative;
	width: 100%;
	height: 250px;
	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;
	color: var(--color_f);
}

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

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


/*------------------------------------ここから共通パーツ------------------------------------*/

/*------------------------------------
共通パーツ・ロゴ
------------------------------------*/
.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) {}

/*------------------------------------
共通パーツ・bg
------------------------------------*/
.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.bg img {
	height: 100%;
}

.bg-shade-left,
.bg-shade-right {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 100vw;
	height: 100%;
	z-index: -3;
}

.bg-shade-left {
	left: 0;
	margin-left: 0;
	margin-right: auto;
	background-image: var(--color_g_3);
}

.bg-shade-right {
	right: 0;
	margin-left: auto;
	margin-right: 0;
	background-image: var(--color_g_4);
}

/*------------------------------------
共通パーツ・パンくずリスト
------------------------------------*/
.bread_1 {
	position: absolute;
	bottom: 0;
	right: 0;
}

.bread_2 {
	position: relative;
}

.breadcrumbs {
	padding: 15px 0;
	font-family: var(--font-family_3);
	font-size: var(--font-size_ss);
	color: var(--color_04);
}

.breadcrumbs a {
	font-family: var(--font-family_3);
	font-size: var(--font-size_ss);
	color: var(--color_04);
	font-weight: var(--font-weight_s);
}

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

/*------------------------------------
共通パーツ・製品カード
------------------------------------*/
.product-card {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 25px;
}

.product-card__image {
	position: relative;
	width: 100%;
	aspect-ratio: 5 / 4;
	overflow: hidden;
	background-image: var(--color_g_2);
}

.product-card__image img {
	width: auto;
	max-width: 100%;
	height: 100%;
	margin: auto;
}

.product-card__text {
	width: 100%;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 5px;
}

.product-card__text__header {
	width: 100%;
	justify-content: flex-start;
	align-items: baseline;
	gap: 10px;
}


.product-card__text .category {}

.product-card__text .category ul {
	display: flex;
	gap: 10px;
}

.product-card__text .category a,
.product-card__text .category p {
	position: relative;
	font-size: var(--font-size_sss);
	color: var(--color_41);
	text-decoration: none;
}

.product-card__text .volume {}

.product-card__text .volume ul {
	display: flex;
	gap: 10px;
}

.product-card__text .volume a,
.product-card__text .volume p {
	position: relative;
	padding: 3px 10px;
	font-size: var(--font-size_sss);
	color: var(--color_41);
	text-decoration: none;
	background: var(--color_44);
}

.product-card__text .title {
	width: 100%;
}

.product-card__text .title p,
.product-card__text .title a {
	font-family: var(--font-family_1);
	font-size: var(--font-size_m);
	color: var(--color_00);
	font-weight: var(--font-weight_l);
}

.product-card__text .text {
	width: 100%;
	margin-top: 10px;
}

.product-card__text .text p {
	font-size: var(--font-size_ss);
	font-weight: var(--font-weight_l);
}

.product-card__text .tag {
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 5px;
	width: 100%;
}

.product-card__text .tag a {
	position: relative;
	padding: 5px 15px;
	font-size: var(--font-size_sss);
	color: var(--color_f);
	line-height: 1.1em;
	background: var(--color_41);
	border-radius: var(--radius_5);
}

.product-card__text .tag a:nth-last-child(1)::after {
	display: none;
}


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

	.product-card__text {}

	.product-card__text .category a,
	.product-card__text .category p {
		font-size: var(--font-size_sss);
	}

	.product-card__text .title {
		margin-top: 0;
		margin-bottom: 10px;
	}

	.product-card__text .title p,
	.product-card__text .title a {}

	.product-card__text .tag a {
		font-size: var(--font-size_sss);
	}
}

/*------------------------------------
共通パーツ・投稿カード
------------------------------------*/
.post-card {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 25px;
}

.post-card__header {
	width: 100%;
	justify-content: flex-start;
	align-items: baseline;
	gap: 10px;
}

.post-card__header .date,
.post-card__header .slug {
	font-family: var(--font-family_4);
	font-size: var(--font-size_ss);
	color: var(--color_02);
}

.post-card__image {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: var(--radius_05);
}

.post-card__image img {
	width: 100%;
	height: 100%;
}

.post-card__text {
	width: 100%;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 5px;
}

.post-card__text__header {
	width: 100%;
	justify-content: flex-start;
	align-items: baseline;
	gap: 10px;
}

.post-card__text__header .date,
.post-card__text__header .slug {
	font-family: var(--font-family_4);
	font-size: var(--font-size_ss);
	color: var(--color_02);
}

.post-card__text .category {}

.post-card__text .category ul {
	display: flex;
	gap: 10px;
}

.post-card__text .category a {
	position: relative;
	font-size: var(--font-size_ss);
	color: var(--color_f);
	text-decoration: none;
	padding: 5px 15px;
	background-image: var(--color_g_1);
	border-radius: var(--radius_5);
}

.post-card__text .title {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
}

.post-card__text .title p,
.post-card__text .title a {
	font-family: var(--font-family_1);
	font-size: var(--font-size_mm);
	color: var(--color_00);
	font-weight: var(--font-weight_ll);
}

.post-card__text .tag {
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 3px;
	width: 100%;
}

.post-card__text .tag a {
	position: relative;
	padding: 5px 7px;
	font-size: var(--font-size_ss);
	color: var(--color_11);
	line-height: 1.1em;
}

.post-card__text .tag a:nth-last-child(1)::after {
	display: none;
}


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

	.post-card__text {}

	.post-card__text .category a,
	.post-card__text .category p {
		font-size: var(--font-size_sss);
	}

	.post-card__text .title {
		margin-top: 0;
		margin-bottom: 10px;
	}

	.post-card__text .title p,
	.post-card__text .title a {}

	.post-card__text .tag a {
		font-size: var(--font-size_sss);
	}
}

/*------------------------------------
共通パーツ・関連記事
------------------------------------*/
#related {}

#related .flex-pack {
	align-items: stretch;
	gap: 25px;
}

#related .flex-item {
	width: calc((100% - 50px) / 3);
}

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

	#related .flex-pack {
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
	}

	#related .post-card {
		flex-wrap: nowrap;
		align-items: center;
		width: 100%;
		padding: 15px;
	}

	#related .post-card {}

	#related .post-card__image {
		width: calc(30% - 7.5px);
		aspect-ratio: 1 / 1;
	}

	#related .post-card__image img {
		height: 100%;
	}

	#related .post-card__image:hover img {}

	#related .post-card__text {
		width: calc(70% - 7.5px);
	}

	#related .post-card__text .title {
		margin-bottom: 0;
	}

	#related .post-card__text .title a {
		font-size: var(--font-size_s);
	}

	#related .post-card__text .tag {
		display: none;
	}

	#related .post-card__text .btn_4 {}
}


/*------------------------------------
共通パーツ・salon共通
------------------------------------*/
#salons .post-card,
#job-search .post-card {
	gap: 15px;
	box-shadow: var(--shadow_1);
}

#salons .post-card__image,
#job-search .post-card__image {
	aspect-ratio: 16 / 9;
}

#salons .post-card__image .category,
#job-search .post-card__image .category {
	gap: 5px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
}

#salons .post-card__image .category p,
#job-search .post-card__image .category p {
	padding: 1px 7px;
	font-size: var(--font-size_sss);
	color: var(--color_f);
	background: var(--color_10);
	border-radius: var(--radius_5);
}

#salons .post-card__text,
#job-search .post-card__text {}

#salons .post-card__text .employment,
#job-search .post-card__text .employment {
	margin-top: 0;
}

#salons .post-card__text .employment a,
#salons .post-card__text .employment p,
#job-search .post-card__text .employment a,
#job-search .post-card__text .employment p {
	padding: 0px 10px;
	font-size: var(--font-size_sss);
	font-weight: var(--font-weight_l);
	background: var(--color_4);
	border: none;
	border-radius: var(--radius_5);
}

#salons .post-card__text .title,
#job-search .post-card__text .title {
	margin-top: 10px;
}

#salons .post-card__text .title a,
#job-search .post-card__text .title a {}

#salons .post-card__text .tag,
#job-search .post-card__text .tag {
	margin-top: 10px;
}

#salons .post-card__text .tag a,
#job-search .post-card__text .tag a {}

#salons .post-card__text .tag a::after,
#job-search .post-card__text .tag a::after {
	display: none;
}

#salons .post-card__text .url,
#job-search .post-card__text .url {
	width: 100%;
	margin-top: 10px;
}

#salons .post-card__text .url a,
#job-search .post-card__text .url p {
	font-size: var(--font-size_sss);
}

#salons .post-card__text .address,
#job-search .post-card__text .address {
	width: 100%;
}

#salons .post-card__text .address p,
#job-search .post-card__text .address p {
	font-size: var(--font-size_sss);
}


/*------------------------------------
問い合わせフォーム
------------------------------------*/
.form-pack {
	position: relative;
	margin-top: 50px;
	padding: 50px;
	background: var(--color_f);
}

.form-item {
	margin: auto;
}

#contactForm {
	width: 100%;
}

#contactForm .table_2 {}

#contactForm .form-parts {
	border-bottom: none;
}

#contactForm .form-parts .cell:nth-child(1) p {
	font-weight: var(--font-weight_ll);
}

#contactForm .required-mark {
	color: var(--color_6);
	margin-left: 5px;
}

#contactForm .form-parts input,
#contactForm .form-parts textarea {
	width: 100%;
	margin-bottom: 5px;
	padding: 5px 15px;
	background: var(--color_05);
}

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

#contactForm .form-parts select {
	width: auto;
	padding: 5px;
	background: var(--color_09);
	box-shadow: inset 0px 0px 4px var(--color_bs);
}

#contactForm .value-radio {
	display: flex;
	flex-wrap: nowrap;
	gap: 25px;
}

#contactForm .value-radio label {
	display: flex;
	flex-wrap: nowrap;
	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 {
	box-shadow: none;
	width: auto;
	margin-right: 5px;
}

#contactForm .send {
	text-align: center;
}

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

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

/*送信完了後*/
.thanks-message {}

.thanks-message h3 {}

.thanks-message p:nth-child(2) {
	margin-top: 25px;
}

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

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

	#contactForm .row {
		flex-wrap: wrap;
		border-bottom: none;
	}

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

/*------------------------------------
共通パーツ・投稿スライダー
------------------------------------*/
#postslider {
	padding-top: 75px;
}

#postslider .swiper3 {}

#postslider .swiper-wrapper {}

#postslider .swiper-slide {
	width: 100%;
	margin-top: 10px;
}

#postslider .swiper-slide .image-link {
	width: 100%;
	height: 225px;
}

#postslider .swiper-slide img {
	height: 100%;
}

#postslider .swiper-slide .caption {
	margin-top: 5px;
	width: 100%;
}

#postslider .swiper-slide .caption .header {
	justify-content: flex-start;
	gap: 10px;
}

#postslider .swiper-slide .caption .header .date {
	font-size: var(--font-size_sss);
}

#postslider .swiper-slide .caption h3 {
	margin-top: 10px;
	text-align: left;
	font-size: var(--font-size_s);
	font-weight: var(--font-weight_m);
}

#postslider .swiper-slide .caption p {
	margin-top: 0px;
	font-size: var(--font-size_ss);
}

@media screen and (max-width: 699px) {
	#postslider .swiper-slide .image-link {
		height: 200px;
	}

	#postslider .swiper-slide img {
		height: 200px;
	}
}


/*------------------------------------ここからヘッダーコンテンツ------------------------------------*/


/*------------------------------------
header
------------------------------------*/
#header {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
	padding: 0 75px;
	transition: none;
	z-index: 10;
	pointer-events: none;
}

#header .nav {
	text-align: center;
}

@media screen and (max-width: 699px) {
	#header {
		height: 70px;
		gap: 0;
		padding: 0 25px;
	}
}

/*------------------------------------
header ロゴ
------------------------------------*/
.header-logo {
	z-index: 105;
}

.header-logo a {
	padding-top: 5px;
	pointer-events: all;
}

.header-logo svg {
	width: 175px;
}

.header-logo .caption {}

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

	.header-logo svg {
		width: 125px;
	}
}

/*------------------------------------
スマホナビ・コンテンツ
------------------------------------*/
#navi {
	position: fixed;
	top: 0;
	right: -5%;
	width: 100%;
	max-width: 1000px;
	height: 100vh;
	opacity: 0;
	padding: 125px 50px 75px 50px;
	background: var(--color_08);
	transition: right var(--ease_2), opacity var(--ease_2);
	pointer-events: none;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 104;
}

.nav_open #navi {
	right: 0;
	opacity: 1;
	pointer-events: auto;
}

@media screen and (max-width: 699px) {
	#navi {
		padding: 75px 35px;
	}
}

/*------------------------------------
スマホナビ・メインコンテンツ
------------------------------------*/
#navi .navi-pack {
	flex-wrap: wrap;
	gap: 35px;
}

#navi .menu-pack {
	width: 100%;
	margin: 25px auto;
}

#navi .menu {
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 25px;
	list-style: none;
}

#navi .navi-item {
	cursor: pointer;
	position: relative;
	width: 100%;
}

#navi .navi-item::after {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-family: "Font Awesome 6 Free";
	content: "\f105";
	/* user */
	font-weight: 900;
	/* solidは900 */
}

#navi .navi-item a {
	font-size: var(--font-size_mm);
	font-weight: var(--font-weight_l);
}

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

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

@media screen and (max-width: 699px) {
	#navi {
		padding: 100px 30px 75px 30px;
	}

	#navi .navi-pack .logo {
		display: block;
	}

	#navi .navi-title h3 {
		font-size: var(--font-size_m);
	}

	#navi .navi-item a {
		font-size: var(--font-size_m);
	}

	#navi .navi-title p {
		font-size: var(--font-size_ss);
		color: var(--color_03);
	}

	#navi .menu {
		gap: 15px;
	}

	#navi .menu-pack {
		margin: 15px auto;
	}

	#navi .navi-item {
		padding-right: 15px;
	}
}

/*------------------------------------
スマホナビ・ハンバーガーボタン
------------------------------------*/
.hamburger {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	cursor: pointer;
	width: 70px;
	height: 70px;
	z-index: 105;
	pointer-events: painted;
}

.hamburger span {
	position: absolute;
	background: var(--color_00);
	width: 30px;
	height: 1px;
	left: 20px;
	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: 23px;
}

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

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

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

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

.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;
}

/*------------------------------------
PCナビ
------------------------------------*/
#navi-pc {
	width: 100%;
	height: 100px;
	z-index: 11;
	pointer-events: none;
}

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

#navi-pc .navi-pc-item {
	position: relative;
	pointer-events: all;
}

#navi-pc .navi-pc-item a {
	padding: 25px 20px;
	position: relative;
	transition: var(--ease_2);
	text-align: center;
}

#navi-pc .navi-pc-item a p {
	text-decoration: none;
	font-family: var(--font-family_1);
	letter-spacing: 0em;
}

#navi-pc .navi-pc-item a p:nth-child(1) {
	font-size: var(--font-size_mm);
	color: var(--color_01);
	line-height: 1em;
}

#navi-pc .navi-pc-item a p:nth-child(2) {
	font-size: var(--font-size_sss);
	color: var(--color_01);
}


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

#navi-pc .navi-pc-item i {
	margin-left: 10px;
	color: var(--color_01);
	transition: var(--ease_2);
}

#navi-pc .has-submenu>a::after {
	display: none;
}

#navi-pc .submenu {
	display: none;
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	list-style-type: none;
	padding: 5px 0 25px 0;
	margin: 0;
	overflow: hidden;
}

#navi-pc .submenu li {
	margin: 0;
	padding: 5px 10px;
}

#navi-pc .submenu li a {
	padding: 10px;
	margin: auto 20px;
	font-size: var(--font-size_sss);
	white-space: nowrap;
	text-decoration: none;
	color: var(--color_01);
}

#navi-pc .submenu li a::after {
	bottom: -5px !important;
}

#navi-pc .submenu li a:hover {
	color: var(--color_01);
}

#navi-pc .navi-pc-item:hover .submenu {
	display: block;
	max-height: 500px;
	transition: var(--ease_1);
}

@media screen and (max-width: 999px) {
	#navi-pc {
		display: none;
	}
}

/*------------------------------------
フロート問い合わせボタン(SP)
------------------------------------*/
#contact-btn {
	display: none;
	justify-content: flex-end;
	width: 100%;
	position: fixed;
	bottom: -90px;
	right: 10px;
	opacity: 0;
	z-index: 50;
}

#contact-btn a {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	position: relative;
	height: 50px;
	border-radius: var(--radius_5);
	text-align: center;
	padding: 8px 0px;
	cursor: pointer;
}

#contact-btn a:nth-last-child(1) {
	border-right: none;
}

#contact-btn .tel {
	width: calc((100% - 50px) / 2);
	background: var(--color_03);
}

#contact-btn .tel p {}

#contact-btn .hp {
	width: calc((100% - 50px) / 2);
	background: var(--color_04);
}

#contact-btn .top {
	width: 50px;
	background: var(--color_bs_00);
}

#contact-btn .top i {
	font-size: var(--font-size_m);
	color: var(--color_f);
}

#contact-btn i {
	font-size: var(--font-size_ss);
}

#contact-btn img {
	width: 60px;
}

#contact-btn p {
	margin-top: 3px;
	font-size: var(--font-size_mm);
	font-weight: var(--font-weight_m);
	line-height: 1em;
}

@media screen and (max-width: 699px) {
	#contact-btn {
		display: flex;
	}
}

/*------------------------------------
フロートボタン(PC&SP)
------------------------------------*/
#float-btn {
	position: absolute;
	top: 0;
	right: 115px;
	height: 150px;
	z-index: 100;
	pointer-events: all;
}

#float-btn a {
	flex-wrap: wrap;
	gap: 10px;
	padding: 5px 25px;
	background: var(--color_01);
	border-radius: var(--radius_05);
	transition: var(--ease_1);
}

#float-btn a:hover {
	background: var(--color_03);
}

#float-btn a svg {
	width: 16px;
	fill: var(--color_f);
}

#float-btn a p {
	font-family: var(--font-family_3);
	color: var(--color_f);
}


@media screen and (max-width: 999px) {
	#float-btn {
		right: 55px;
		height: 100px;
	}

	#float-btn a {
		flex-wrap: wrap-reverse;
		gap: 5PX;
		padding: 5px 20px;
		background: none;
	}

	#float-btn a:hover {
		background: none;
	}

	#float-btn a svg {
		width: 25px;
		fill: var(--color_01);
	}

	#float-btn a p {
		font-size: var(--font-size_sss);
		color: var(--color_01);
	}
}

/*------------------------------------
トップページ・オープニングアニメーション
------------------------------------*/
/* JSが準備できるまで隠す（フライング防止） */
#opening .opening-1st,
#opening .opening-2nd {
	visibility: hidden;
}

#opening {
	position: fixed;
	inset: 0;
	background: var(--color_bg_01);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	pointer-events: auto;
}

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

#opening .opening-1st {
	margin-top: 10px;
	font-size: var(--font-size_ss);
}

#opening .opening-2nd__mask {
	display: inline-block;
	overflow: hidden;
	vertical-align: bottom;
}

#opening .opening-2nd svg {
	width: 130px;
	fill: var(--color_01);
}

.site-main {
	opacity: 0;
}

@media screen and (max-width: 699px) {
	#opening .opening-1st {
		margin-top: 5px;
		font-size: var(--font-size_sss);
	}

	#opening .opening-2nd svg {
		width: 120px;
	}
}


/*------------------------------------ここからトップページコンテンツ------------------------------------*/


/*------------------------------------
フロントページ専用メインロゴ
------------------------------------*/
.front-page-logo {
	text-align: left;
	position: absolute;
	top: 0;
	left: 25px;
	height: 150px;
	background: var(--color_bg_01);
	z-index: 9;
}

.front-page-logo a {
	align-items: center;
	gap: 10px;
	padding-bottom: 15px;
}

.front-page-logo svg {
	width: 150px;
	padding-bottom: 5px;
	fill: var(--color_01);
}

.front-page-logo .caption {
	margin-top: 0;
	padding-top: 20px;
	font-size: 14px;
}

@media screen and (max-width: 699px) {
	.front-page-logo {
		left: 15px;
		height: 100px;
	}

	.front-page-logo a {
		display: block;
		padding-bottom: 0;
	}

	.front-page-logo svg {
		width: 100px;
		padding-bottom: 0;
	}

	.front-page-logo .caption {
		margin-top: 0;
		padding-top: 0;
		font-size: 11px;
	}
}

/*------------------------------------
トップページ・mainvisual
------------------------------------*/
#mainvisual {
	height: var(--fixed-vh);
	overflow: hidden;
}

#mainvisual .bg {
	width: calc(100% - 30px);
	overflow: hidden;
}

#mainvisual .bg img {
	-webkit-mask-image: linear-gradient(to right, black 60%, transparent 100%);
	mask-image: linear-gradient(to right, black 60%, transparent 100%);
}

#mainvisual .wrapper-wide {
	position: relative;
	height: 100%;
}

#mainvisual .text {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(0, -50%);
}

#mainvisual .text .main {
	display: block;
	font-size: var(--font-size_xl);
	font-weight: var(--font-weight_l);
	line-height: 1.4em;
	background: var(--color_g_1);
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}

#mainvisual .text .main:nth-child(odd) {
	text-indent: 1.5em;
}

@media screen and (max-width: 699px) {
	#mainvisual {
		height: 400px;
	margin-top: 75px;
}

#mainvisual .bg {
	height: 400px;
	margin-top: 75px;
}

#mainvisual .text {
	top: 40%;
	left: auto;
	right: 0;
}

#mainvisual .text .main {
	font-size: var(--font-size_ll);
	font-weight: var(--font-weight_l);
	line-height: 1.7em;
}
}

/*------------------------------------
トップページ・intro_1
------------------------------------*/
#intro_1 .intro_1__pack {
	gap: 100px 50px;
}

#intro_1 .intro_1__item {
	position: relative;
}

#intro_1 .intro_1__item:nth-child(1) {
	grid-column: 1 / span 2;
	grid-row: 1 / span 2;
}

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

#intro_1 .intro_1__item:nth-child(3) {
	grid-column: 4 / span 4;
	grid-row: 3 / span 2;
	min-height: 400px;
	z-index: 1;
}

#intro_1 .intro_1__item:nth-child(4) {
	grid-column: 1 / span 4;
	grid-row: 3 / span 2;
	min-height: 400px;
}

#intro_1 .intro_1__item:nth-child(3) .content_1 .caption p {
	font-size: var(--font-size_l);
}

#intro_1 .intro_1__item .content_1 .title {
	font-size: var(--font-size_llll);
}

#intro_1 .intro_1__item .content_1 .caption p {
	font-size: var(--font-size_mm);
}

#intro_1 .intro_1__item .content_1 .caption span {
	display: inline-block;
	margin-bottom: 0.4em;
	margin-right: 0.5em;
	width: 50px;
	height: 1px;
	background: var(--color_01);
}

@media screen and (max-width: 699px) {
	#intro_1 {
		padding-bottom: 0;
	}

	#intro_1 .intro_1__pack {
	gap: 25px;
}

#intro_1 .intro_1__item:nth-child(3) {
	min-height: 0px;
}

#intro_1 .intro_1__item:nth-child(3) .content_1 .caption p {
	font-size: var(--font-size_mm);
}

#intro_1 .intro_1__item:nth-child(4) {
	width: 100vw;
	margin: 50px calc(50% - 50vw) 0;
	min-height: 0px;
	aspect-ratio: 2 / 1;
}

#intro_1 .intro_1__item .title_s {
	font-size: var(--font-size_s);
}

#intro_1 .intro_1__item .content_1 .title {
	margin-top: 0;
	font-size: var(--font-size_l);
}

#intro_1 .intro_1__item .content_1 .caption p {
	font-size: var(--font-size_s);
}
}

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

#intro_2 .intro_2__pack {
	gap: 100px 50px;
}

#intro_2 .intro_2__item {
	position: relative;
}

#intro_2 .intro_2__item:nth-child(1) {
	grid-column: 1 / span 6;
	grid-row: 1 / span 3;
}

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

#intro_2 .intro_2__item:nth-child(3) {
	grid-column: 3 / span 2;
	grid-row: 4 / span 3;
	margin-top: 50px;
}

#intro_2 .intro_2__item:nth-child(4) {
	grid-column: 5 / span 2;
	grid-row: 4 / span 3;
	margin-top: 100px;
}

#intro_2 .intro_2__item .content_1 .title {
	font-size: var(--font-size_llll);
	font-weight: var(--font-weight_l);
}

#intro_2 .intro_2__item .content_1 .caption p {
	font-size: var(--font-size_mm);
}

#intro_2 .intro_2__item .image {
	text-align: right;
}

#intro_2 .intro_2__item .image img {
	width: 100%;
	margin-left: auto;
	margin-right: 0;
	aspect-ratio: 1 / 1;
}

#intro_2 .intro_2__item .text {
	align-items: flex-start;
	gap: 0px;
	margin-top: 25px;
}

#intro_2 .intro_2__item .text .left {
	width: 125px;
}

#intro_2 .intro_2__item .text .right {
	width: calc(100% - 125px);
}

#intro_2 .intro_2__item .text .number {}

#intro_2 .intro_2__item .text .number span {
	margin-left: 5px;
	font-size: var(--font-size_m);
}

#intro_2 .intro_2__item .text .title {
	font-size: var(--font-size_ll);
	font-weight: var(--font-weight_l);
	line-height: 1em;
}

#intro_2 .intro_2__item .text .sub-title {
	margin-top: 10px;
	font-size: var(--font-size_mm);
}

#intro_2 .intro_2__item .text .caption {
	margin-top: 10px;
	font-size: var(--font-size_ss);
}

@media screen and (max-width: 699px) {
	#intro_2 {
		padding-top: 50px;
	}

#intro_2 .intro_2__pack {
	gap: 50px;
}

#intro_2 .intro_2__item:nth-child(3) {
	margin-top: 0px;
}

#intro_2 .intro_2__item:nth-child(4) {
	margin-top: 0px;
}

#intro_2 .intro_2__item .content_1 .title {
	font-size: var(--font-size_mm);
}

#intro_2 .intro_2__item .content_1 .caption p {
	font-size: var(--font-size_s);
}

#intro_2 .intro_2__item .image img {
	aspect-ratio: 3 / 2;
}

#intro_2 .intro_2__item .text {
	margin-top: 15px;
}

#intro_2 .intro_2__item .text .left {
	width: 100px;
}

#intro_2 .intro_2__item .text .right {
	width: calc(100% - 100px);
}

#intro_2 .intro_2__item .text .title {
	font-size: var(--font-size_ll);
}

#intro_2 .intro_2__item .text .sub-title {
	font-size: var(--font-size_s);
}

#intro_2 .intro_2__item .text .caption {
	font-size: var(--font-size_ss);
}
}

/*------------------------------------
トップページ・intro_3
------------------------------------*/
#intro_3 {
	overflow: hidden;
}

#intro_3 .intro_3__pack {
	grid-template-columns: repeat(6, 1fr);
	grid-auto-rows: minmax(10px, auto);
	gap: 150px;
	width: 100vw;
	max-width: 100vw;
	margin: 0 calc(50% - 50vw);
}

#intro_3 .intro_3__item {}

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

#intro_3 .intro_3__item:nth-child(2) {
	grid-column: 3 / span 4;
	grid-row: 2 / span 3;
}

#intro_3 .intro_3__item:nth-child(2) .title {
	font-size: var(--font-size_llll);
}

#intro_3 .intro_3__item:nth-child(2) .caption {
	max-width: 500px;
}

#intro_3 .intro_3__item:nth-child(2) .btn_1 {
	justify-content: flex-start;
}

#intro_3 .intro_3__item:nth-child(3) {
	grid-column: 5 / span 2;
	grid-row: 3 / span 3;
}

@media screen and (max-width: 699px) {
	#intro_3 {
		padding-top: 0;
}

#intro_3 .intro_3__pack {
	gap: 50px;
		width: auto;
	max-width: 100%;
	margin: auto;
}

#intro_3 .intro_3__item {}

#intro_3 .intro_3__item:nth-child(1),
#intro_3 .intro_3__item:nth-child(3) {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	aspect-ratio: 16 / 9;
}

#intro_3 .intro_3__item:nth-child(2) {
}

#intro_3 .intro_3__item:nth-child(2) .title {
	font-size: var(--font-size_m);
}

#intro_3 .intro_3__item:nth-child(2) .caption {
}

#intro_3 .intro_3__item:nth-child(2) .btn_1 {
}

#intro_3 .intro_3__item:nth-child(3) {
}
}

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

#intro_4 .intro_4__pack {
	height: 300px;
}

#intro_4 .intro_4__item {}

#intro_4 .intro_4__item .title {
	font-size: var(--font-size_xl);
}

#intro_4 .intro_4__item .sub-title {
	font-size: var(--font-size_l);
}

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

#product_main .bg img {
	-webkit-mask-image: linear-gradient(to right,
			rgba(0, 0, 0, 1) 0%,
			rgba(0, 0, 0, 1) 50%,
			rgba(0, 0, 0, 0) 100%);
	mask-image: linear-gradient(to right,
			rgba(0, 0, 0, 1) 0%,
			rgba(0, 0, 0, 1) 50%,
			rgba(0, 0, 0, 0) 100%);
}

#product_main .product_main__pack {
	gap: 100px;
}

#product_main .product_main__item {}

#product_main .product_main__item:nth-child(1) {
	width: calc(55% - 50px);
}

#product_main .product_main__item:nth-child(1) img {
	aspect-ratio: 3 / 2;
}

#product_main .product_main__item:nth-child(2) {
	width: calc(45% - 50px);
}

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

#product_list .product_list__container {
	padding: 100px 0;
	background: var(--color_f);
	border: var(--border_3);
	box-shadow: var(--shadow_1);
}

#product_list .product_list__title {
	text-align: center;
	margin-bottom: 50px;
}

#product_list .product_list__title .title {
	text-align: center;
}

#product_list .products__pack {
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}

#product_list .products__item {
	width: calc((100% - 100px) / 3);
}

#product_list .products__item .category p {
	font-size: var(--font-size_sss);
}

#product_list .products__item .volume p {
	font-size: var(--font-size_sss);
}

#product_list .products__item .title p {
	font-size: var(--font-size_mm);
}

#product_list .btn_2 {
	margin-top: 75px;
}

@media screen and (max-width: 699px) {
	#product_list .products__pack {
	gap: 25px;
}

	#product_list .products__item {
		width: calc((100% - 25px) / 2);
	}

	#product_list .products__item .category p {
}

#product_list .products__item .volume p {
}

#product_list .products__item .title p {
	font-size: var(--font-size_ss);
}

	#product_list .btn_2 {
		margin-top: 75px;
	}
}

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

#information .information__pack {}

#information .information__pack a {
	transition: var(--ease_1);
}

#information .information__item .image {
	overflow: hidden;
}

#information .information__item .image img {
	aspect-ratio: 3 / 2;
	transition: var(--ease_1);
}

#information .information__item .text {
	margin-top: 15px;
}

#information .information__item .text .title {
	position: relative;
	font-size: var(--font-size_m);
	font-weight: var(--font-weight_l);
}

#information .information__item .text .title::after {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-family: "Font Awesome 6 Free";
	content: "\f105";
	font-weight: 900;
}

#information .information__pack a:hover .image img {
	transform: scale(1.1) rotate(1deg);
}

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

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


/*------------------------------------
下層ページ・メインビジュアル
------------------------------------*/
#subvisual_1 {
	position: relative;
	height: 500px;
	margin-top: 100px;
	border-top: var(--border_1);
	border-bottom: var(--border_1);
}

#subvisual_1 .wrapper-wide {
	position: relative;
	height: 100%;
}

#subvisual_1 .sv-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}

#subvisual_1 .sv-title h1 {
	position: relative;
	font-size: var(--font-size_llll);
	font-weight: var(--font-weight_s);
	line-height: 1.1em;
}

#subvisual_1 .sv-title p {
	margin-top: 15px;
	font-size: var(--font-size_mm);
}

@media screen and (max-width: 699px) {
	#subvisual_1 {
		height: 300px;
		margin-top: 70px;
	}

	#subvisual_1 .wrapper-wide {}

	#subvisual_1 .sv-title {}

	#subvisual_1 .sv-title h1 {
		font-size: var(--font-size_l);
	}

	#subvisual_1 .sv-title p {
		font-size: var(--font-size_ss);
	}
}

/*------------------------------------
下層ページ・PRページ用メインビジュアル
------------------------------------*/
#subvisual_pr {
	position: relative;
	height: var(--fixed-vh);
}

#subvisual_pr .bg img {}

#subvisual_pr .wrapper-wide {
	display: flex;
	align-items: center;
	height: 100%;
}

#subvisual_pr .sv-title {
	width: 50%;
	margin: auto 0 auto auto;
}

#subvisual_pr .sv-title .lead-title {
	font-size: var(--font-size_l);
	letter-spacing: 0.3em;
}

#subvisual_pr .sv-title .title {
	font-size: var(--font-size_xxl);
	font-weight: var(--font-weight_l);
	line-height: 1.3em;
	white-space: nowrap;
	background: var(--color_g_1);
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}

#subvisual_pr .sv-title .sub-title {
	font-size: var(--font-size_m);
	color: var(--color_03);
}

#subvisual_pr .sv-title .caption {
	margin-top: 50px;
	font-size: var(--font-size_m);
}

#subvisual_pr .parts_1 {
	margin-top: 50px;
}

#subvisual_pr .parts_1 img {
	width: 400px;
	margin: 0 0 0 auto;
}

@media screen and (max-width: 699px) {
	#subvisual_pr {
	height: 400px;
	margin-top: 75px;
}

#subvisual_pr .bg img {
	height: 400px;
}

#subvisual_pr .wrapper-wide {
}

#subvisual_pr .sv-title {
	width: 80%;
	margin: 100px 0 auto auto;
}

#subvisual_pr .sv-title .lead-title {
	font-size: var(--font-size_s);
}

#subvisual_pr .sv-title .title {
	font-size: 35px;
}

#subvisual_pr .sv-title .sub-title {
	font-size: var(--font-size_s);
}

#subvisual_pr .sv-title .caption {
	margin-top: 35px;
	font-size: var(--font-size_ss);
}

#subvisual_pr .parts_1 {
	margin-top: 50px;
}

#subvisual_pr .parts_1 img {
	width: 200px;
}
}

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

#concept_1 .concept_1__pack {
	flex-wrap: wrap;
	gap: 150px;
}

#concept_1 .concept_1__item {
	gap: 100px;
	width: 100%;
}

#concept_1 .concept_1__item:nth-child(1) .image {
	width: calc(55% - 50px);
}

#concept_1 .concept_1__item:nth-child(1) .text {
	width: calc(45% - 50px);
}

#concept_1 .concept_1__item:nth-child(2) .image {
	width: calc(40% - 50px);
}

#concept_1 .concept_1__item:nth-child(2) .image img {
	aspect-ratio: 2 / 3;
}

#concept_1 .concept_1__item:nth-child(2) .text {
	width: calc(60% - 50px);
}

#concept_1 .concept_1__item .swiper2 {}

#concept_1 .concept_1__item .swiper2 .swiper-wrapper {}

#concept_1 .concept_1__item .swiper2 .swiper-slide {
	aspect-ratio: 4 / 3;
}

#concept_1 .concept_1__item .swiper2 .swiper-slide img {
	width: 100%;
	height: 100%;
}

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

	#concept_1 .concept_1__pack {
		flex-wrap: wrap;
		gap: 75px;
	}

	#concept_1 .concept_1__item {
		flex-wrap: wrap;
		gap: 35px;
		width: 100%;
	}

	#concept_1 .concept_1__item .image img {
		aspect-ratio: 3 / 2 !important;
	}

	#concept_1 .concept_1__item .image {
		width: 100% !important;
	}

	#concept_1 .concept_1__item .text {
		width: 100% !important;
	}

	#concept_1 .concept_1__item:nth-child(even) {
		flex-wrap: wrap-reverse;
	}

	#concept_1 .concept_1__item .swiper2 .swiper-slide {
		aspect-ratio: 3 / 2;
	}
}

/*concept_2*/
#concept_2 {}

#concept_2 .concept_2__pack {
	grid-template-columns: repeat(6, 1fr);
	grid-auto-rows: 50px;
	gap: 100px;
}

#concept_2 .concept_2__item {}

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

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

#concept_2 .concept_2__item:nth-child(3) {
	grid-column: 5 / span 2;
	grid-row: 4 / span 4;
}

#concept_2 .concept_2__item:nth-child(4) {
	grid-column: 3 / span 4;
	grid-row: 8 / span 3;
}

#concept_2 .concept_2__item:nth-child(5) {
	grid-column: 1 / span 2;
	grid-row: 7 / span 5;
}

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

/*concept_3*/
#concept_3 {}

#concept_3 .bg {
	text-align: right;
}

#concept_3 .bg img {
	width: 75%;
	margin-left: auto;
	margin-right: 0;
	transform: scaleX(-1);
}

#concept_3 .concept_3__pack {
	justify-content: flex-start;
	width: 100%;
}

#concept_3 .concept_3__item {
	width: fit-content;
}

#concept_3 .concept_3__item .lead-title {
	position: relative;
	font-size: var(--font-size_m);
	display: inline-flex;
	align-items: center;
	width: 100%;
}

#concept_3 .concept_3__item .lead-title::after {
	content: '';
	flex: 1;
	height: 2px;
	background: currentColor;
	margin-left: 0.8em;
}

#concept_3 .concept_3__item .title {
	font-size: var(--font-size_xl);
	font-weight: var(--font-weight_l);
}

#concept_3 .concept_3__item .sub-title {
	font-size: var(--font-size_mm);
}

#concept_3 .concept_3__item .inner {
	margin-top: 75px;
	gap: 25px;
}

#concept_3 .concept_3__item .inner p:nth-child(1),
#concept_3 .concept_3__item .inner p:nth-child(3) {
	font-size: var(--font-size_ll);
}

#concept_3 .concept_3__item .inner p:nth-child(2) {
	font-size: var(--font-size_mm);
}

#concept_3 .concept_3__item .logo {
	margin-top: 50px;
}

@media screen and (max-width: 699px) {
#concept_3 .bg img {
	width: 100%;
}

#concept_3 .concept_3__item .lead-title {
	font-size: var(--font-size_s);
}

#concept_3 .concept_3__item .title {
	font-size: var(--font-size_l);
}

#concept_3 .concept_3__item .sub-title {
	font-size: var(--font-size_s);
}

#concept_3 .concept_3__item .inner {
	margin-top: 25px;
	gap: 10px;
}

#concept_3 .concept_3__item .inner p:nth-child(1),
#concept_3 .concept_3__item .inner p:nth-child(3) {
	font-size: var(--font-size_m);
}

#concept_3 .concept_3__item .inner p:nth-child(2) {
	font-size: var(--font-size_s);
}

#concept_3 .concept_3__item .logo {
	margin-top: 35px;
}
}

/*concept_4*/
#concept_4 {}

.concept_4__pack {
	grid-template-columns: repeat(6, 1fr);
	grid-auto-rows: minmax(50px, auto);
	gap: 100px;
}

.concept_4__item {}

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

.concept_4__item:nth-child(2) {
	grid-column: 4 / span 3;
	grid-row: 2 / span 3;
}

.concept_4__item:nth-child(3) {
	grid-column: 1 / span 5;
	grid-row: 4 / span 4;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 50px;
}

.concept_4__item:nth-child(3) .image {
	width: 500px;
	height: 100%;
}

.concept_4__item:nth-child(3) .image img {
	height: 100%;
}

.concept_4__item:nth-child(3) .text {}

.concept_4__item .image {}

.concept_4__item .image img {}

.concept_4__item .text {
	align-items: flex-start;
	margin-top: 25px;
}

.concept_4__item .text .left {
	width: 75px;
}

.concept_4__item .text .right {
	width: calc(100% - 75px);
}

.concept_4__item .text .right .title {
	font-size: var(--font-size_mm);
}

.concept_4__item .text .right .caption {
	margin-top: 15px;
	font-size: var(--font-size_ss);
}

@media screen and (max-width: 699px) {
.concept_4__pack {
	grid-template-columns: repeat(6, 1fr);
	grid-auto-rows: minmax(50px, auto);
	gap: 100px;
}
.concept_4__item:nth-child(3) {
	flex-wrap: wrap;
	gap: 0;
}

.concept_4__item:nth-child(3) .image {
	width: 100%;
	height: 100%;
}

.concept_4__item:nth-child(3) .image img {
	aspect-ratio: 3 / 2;
}

.concept_4__item .text {
	align-items: flex-start;
	margin-top: 25px;
}

.concept_4__item .text .left {
	width: 50px;
}

.concept_4__item .text .right {
	width: calc(100% - 50px);
}

.concept_4__item .text .right .title {
	font-size: var(--font-size_mm);
}

.concept_4__item .text .right .caption {
	margin-top: 15px;
	font-size: var(--font-size_ss);
}
}

/*concept_5*/
#concept_5 {}

#concept_5 .concept_5__pack {
	align-items: stretch;
}

#concept_5 .concept_5__item {
	width: calc((100% - 100px) / 3);
}

#concept_5 .concept_5__item .image {}

#concept_5 .concept_5__item .image img {
	aspect-ratio: 3 / 2;
}

#concept_5 .concept_5__item .text {
	margin-top: 25px;
}

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

#concept_5 .concept_5__pack {
	flex-wrap: wrap;
}

#concept_5 .concept_5__item {
	width: 100%;
}

#concept_5 .concept_5__item .image {}

#concept_5 .concept_5__item .image img {
	aspect-ratio: 3 / 2;
}

#concept_5 .concept_5__item .text {
	margin-top: 15px;
}
}

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

#flow_1 .flow_1__pack {
	gap: 100px;
}

#flow_1 .flow_1__item {
	width: calc((100% - 100px) / 2);
}

#flow_1 .flow_1__item:nth-child(2) img {
	aspect-ratio: 5 / 4;
}

#flow_1 .flow_1__description_1 {}

#flow_1 .flow_1__description_1 p {
	text-align: center;
	font-size: var(--font-size_l);
	font-weight: var(--font-weight_l);
}

#flow_1 .flow_1__description_1 .list_1 {
	margin: 50px auto;
}

#flow_1 .flow_1__description_2 p {
	text-align: center;
	font-size: var(--font-size_m);
	font-weight: var(--font-weight_l);
}

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

	#flow_1 .flow_1__pack {
		gap: 25px;
	}

	#flow_1 .flow_1__item {
		width: 100%;
	}

	#flow_1 .flow_1__description_1 {}

	#flow_1 .flow_1__description_1 p {
		font-size: var(--font-size_m);
	}

	#flow_1 .flow_1__description_1 .list_1 {
		margin: 50px auto 0 auto;
	}

	#flow_1 .flow_1__description_2 p {
		font-size: var(--font-size_mm);
	}
}

#flow_2 {}

#flow_2 .flow_2__pack {
	align-items: stretch;
	flex-wrap: wrap;
	gap: 10px;
}

#flow_2 .flow_2__item {
	align-items: stretch;
	gap: 50px;
	width: 100%;
}

#flow_2 .flow_2__item .left {
	position: relative;
	width: 50px;
	height: 100%;
}

#flow_2 .flow_2__item .left::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background: var(--color_05);
	z-index: -1;
}

#flow_2 .flow_2__item:nth-last-child(1) .left::before {
	display: none;
}

#flow_2 .flow_2__item .left .number {
	width: 50px;
	height: 50px;
	background: var(--color_00);
	border-radius: var(--radius_5);
}

#flow_2 .flow_2__item .left .number p {
	font-family: var(--font-family_3);
	font-size: var(--font-size_l);
	color: var(--color_f);
}

#flow_2 .flow_2__item .right {
	width: calc(100% - 100px);
	margin-bottom: 50px;
	padding: 50px;
	background: var(--color_f);
	box-shadow: var(--shadow_1);
}

#flow_2 .flow_2__item .right .btn_1 {
	margin-top: 25px;
}

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

	#flow_2 .flow_2__pack {
		gap: 10px;
	}

	#flow_2 .flow_2__item {
		gap: 15px;
	}

	#flow_2 .flow_2__item .left {
		width: 40px;
	}

	#flow_2 .flow_2__item .left::before {}

	#flow_2 .flow_2__item:nth-last-child(1) .left::before {}

	#flow_2 .flow_2__item .left .number {
		width: 40px;
		height: 40px;
	}

	#flow_2 .flow_2__item .left .number p {
		font-size: var(--font-size_mm);
	}

	#flow_2 .flow_2__item .right {
		width: calc(100% - 55px);
		margin-bottom: 35px;
		padding: 20px;
	}

	#flow_2 .flow_2__item .right .btn_1 {
		margin-top: 25px;
	}
}

/*------------------------------------
下層ページ・PRページ
------------------------------------*/
#pr_1 .bg img,
#pr_2 .bg img,
#pr_3 .bg img,
#pr_4 .bg img,
#pr_5 .bg img,
#pr_6 .bg img,
#pr_7 .bg img {
	opacity: 0.3;
}

#pr_1 {}

#pr_1 .pr_1__pack {
	gap: 100px;
}

#pr_1 .pr_1__item:nth-child(1) {
	grid-column: 1 / span 3;
	grid-row: 1 / span auto;
}

#pr_1 .pr_1__item:nth-child(1) img {
	aspect-ratio: 1 / 1;
}

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

#pr_1 .pr_1__item:nth-child(3) {
	grid-column: 5 / span 2;
	grid-row: 2 / span 3;
}

#pr_1 .pr_1__item:nth-child(3) img {
	aspect-ratio: 2 / 3;
}

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

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

#pr_1 .pr_1__pack {
	gap: 50px;
}

#pr_1 .pr_1__item:nth-child(1) {
}

#pr_1 .pr_1__item:nth-child(1) img {
	aspect-ratio: 3 / 2;
}

#pr_1 .pr_1__item:nth-child(2) {
}

#pr_1 .pr_1__item:nth-child(3) {
}

#pr_1 .pr_1__item:nth-child(3) img {
	aspect-ratio: 3 / 2;
}

#pr_1 .pr_1__item:nth-child(4) {
}
}


#pr_2 {}

#pr_2 .pr_2-1 {}

#pr_2 .pr_2-1__pack {
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 25px;
	background: var();
}

#pr_2 .pr_2-1__item {
	width: calc((100% - 25px) / 2);
	padding: 15px 0;
	background: var(--color_03);
}

#pr_2 .pr_2-1__item p {
	color: var(--color_f);
}

#pr_2 .triangle {
	width: 0;
	height: 0;
	margin: 50px auto;
	border-style: solid;
	border-right: 50px solid transparent;
	border-left: 50px solid transparent;
	border-top: 30px solid var(--color_01);
	border-bottom: 0;
}

#pr_2 .pr_2-2 {}

#pr_2 .pr_2-2__pack {
	align-items: stretch;
	gap: 25px;
}

#pr_2 .pr_2-2__item {
	position: relative;
	width: calc((100% - 50px) / 3);
	padding: 50px 0;
	background: var(--color_f);
	box-shadow: var(--shadow_1);
}

#pr_2 .pr_2-2__item .title {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	width: fit-content;
	padding: 5px 50px;
	font-size: var(--font-size_m);
	white-space: nowrap;
	background: var(--color_43);
}

#pr_2 .pr_2-2__item ul {
	list-style: '◯';
}

#pr_2 .pr_2-2__item li {
	font-size: var(--font-size_mm);
	text-indent: 0.5em;
	line-height: 2em;
}

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

#pr_2 .pr_2-1 {}

#pr_2 .pr_2-1__pack {
	gap: 10px;
}

#pr_2 .pr_2-1__item {
	width: 100%;
	padding: 15px 0;
}

#pr_2 .pr_2-1__item p {
	color: var(--color_f);
}

#pr_2 .triangle {
	margin: 25px auto;
	border-right: 40px solid transparent;
	border-left: 40px solid transparent;
	border-top: 20px solid var(--color_01);
}

#pr_2 .pr_2-2 {}

#pr_2 .pr_2-2__pack {
	align-items: stretch;
	gap: 50px;
}

#pr_2 .pr_2-2__item {
	width: 100%;
	padding: 35px 0;
}

#pr_2 .pr_2-2__item .title {
	padding: 5px 50px;
	font-size: var(--font-size_mm);
}

#pr_2 .pr_2-2__item ul {
}

#pr_2 .pr_2-2__item li {
	font-size: var(--font-size_s);
}
}

#pr_3 #pr_3 .pr_3__pack {
	gap: 0;
}

#pr_3 .pr_3__item {}

#pr_3 .pr_3__item:nth-child(1) {
	width: 60%;
}

#pr_3 .pr_3__item:nth-child(2) {
	width: 40%;
}

@media screen and (max-width: 699px) {
	#pr_3 .pr_3__item:nth-child(1) {
	width: 100%;
}

#pr_3 .pr_3__item:nth-child(2) {
	width: 100%;
}
}

#pr_4 {}

#pr_4 .pr_4-1 {}

#pr_4 .pr_4-2 {
	position: relative;
	margin-top: 150px;
	background: var(--color_bg_02);
	box-shadow: var(--shadow_1);
}

#pr_4 .pr_4-2 .title_s {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 15px 30px;
	color: var(--color_f);
	background: var(--color_02);
}

#pr_4 .pr_4-2__pack {
	align-items: stretch;
	gap: 25px;
	padding: 100px 0;
}

#pr_4 .pr_4-2__item {
	position: relative;
	padding: 35px 10px;
	text-align: center;
	background: var(--color_f);
}

#pr_4 .pr_4-2__item:nth-child(1),
#pr_4 .pr_4-2__item:nth-child(2),
#pr_4 .pr_4-2__item:nth-child(3) {
	width: calc((100% - 75px) * 0.22);
}

#pr_4 .pr_4-2__item:nth-child(4) {
	width: calc((100% - 75px) * 0.34);
}

#pr_4 .pr_4-2__item .number {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 3px 15px;
	font-size: var(--font-size_ss);
	background: var(--color_07);
	border-radius: var(--radius_10);
}

#pr_4 .pr_4-2__item .title {
	font-size: var(--font-size_mm);
	font-weight: var(--font-weight_l);
}

#pr_4 .pr_4-2__item .sub-title {
	font-size: var(--font-size_ss);
}

#pr_4 .pr_4-2__item .caption {
	margin-top: 20px;
	font-size: var(--font-size_ss);
}

#pr_4 .pr_4-2__item .note {
	margin-top: 20px;
	font-size: var(--font-size_ss);
}

#pr_4 .pr_4-2__item .nature {
	margin: 20px auto auto;
	padding: 5px 0;
	text-align: center;
	font-size: var(--font-size_ss);
	border-radius: var(--radius_5);
	max-width: 180px;
}

#pr_4 .pr_4-2__item .attack {
	background: var(--color_23);
}

#pr_4 .pr_4-2__item .deffense {
	background: var(--color_53);
}

#pr_4 .pr_4-2__item .grow {
	background: var(--color_43);
}

@media screen and (max-width: 699px) {
	#pr_4 .pr_4-2 {
}

#pr_4 .pr_4-2 .title_s {
	width: fit-content;
	white-space: nowrap;
}

#pr_4 .pr_4-2__pack {
	gap: 50px;
	padding: 100px 0;
}

#pr_4 .pr_4-2__item {
}

#pr_4 .pr_4-2__item:nth-child(1),
#pr_4 .pr_4-2__item:nth-child(2),
#pr_4 .pr_4-2__item:nth-child(3) {
	width: 100%;
}

#pr_4 .pr_4-2__item:nth-child(4) {
	width: 100%;
}

#pr_4 .pr_4-2__item .number {
}

#pr_4 .pr_4-2__item .title {
	font-size: var(--font-size_mm);
}

#pr_4 .pr_4-2__item .sub-title {
	font-size: var(--font-size_ss);
}

#pr_4 .pr_4-2__item .caption {
	margin-top: 10px;
	font-size: var(--font-size_ss);
}

#pr_4 .pr_4-2__item .note {
	margin-top: 10px;
	font-size: var(--font-size_ss);
}

#pr_4 .pr_4-2__item .nature {
}
}

#pr_4 .pr_4-3 {
	position: relative;
	margin-top: 150px;
	padding: 100px 0;
	background: var(--color_f);
	box-shadow: var(--shadow_1);
}

#pr_4 .pr_4-3 .title_s {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 15px 30px;
	color: var(--color_f);
	background: var(--color_g_1);
}

#pr_4 .pr_4-3__pack {
	align-items: stretch;
	gap: 25px;
}

#pr_4 .pr_4-3__item {
	text-align: center;
}

#pr_4 .pr_4-3__item:nth-child(1),
#pr_4 .pr_4-3__item:nth-child(3) {
	width: calc((100% - 100px) / 2);
	padding: 25px 0 35px;
}

#pr_4 .pr_4-3__item:nth-child(1) {
	background: var(--color_09);
}

#pr_4 .pr_4-3__item:nth-child(3) {
	background: var(--color_09);
}

#pr_4 .pr_4-3__item .title {
	font-size: var(--font-size_ll);
}

#pr_4 .pr_4-3__item .sub-title {}

#pr_4 .pr_4-3__item .caption {
	margin-top: 10px;
}

#pr_4 .pr_4-3__item .nature {
	gap: 10px;
	margin-top: 20px;
}

#pr_4 .pr_4-3__item .nature p {
	font-size: var(--font-size_mm);
}

#pr_4 .pr_4-3__item .nature .attack,
#pr_4 .pr_4-3__item .nature .deffense,
#pr_4 .pr_4-3__item .nature .return {
	width: 150px;
	padding: 5px 0;
	border-radius: var(--radius_5);
}

#pr_4 .pr_4-3__item .nature .attack {
	background: var(--color_23);
}

#pr_4 .pr_4-3__item .nature .deffense {
	background: var(--color_53);
}

#pr_4 .pr_4-3__item .nature .return {
	background: var(--color_33);
}

#pr_4 .plus {
	width: 50px;
}

#pr_4 .plus i {
	font-size: var(--font-size_ll);
}

#pr_4 .pr_4-3__item {}

#pr_4 .pr_4-3__item {}

@media screen and (max-width: 699px) {
	#pr_4 .pr_4-3 {
		padding: 75px 0;
}

#pr_4 .pr_4-3 .title_s {
	width: fit-content;
	white-space: nowrap;
}

#pr_4 .pr_4-3__pack {
	gap: 15px;
}

#pr_4 .pr_4-3__item {
}

#pr_4 .pr_4-3__item:nth-child(1),
#pr_4 .pr_4-3__item:nth-child(3) {
	width: 100%;
}

#pr_4 .pr_4-3__item:nth-child(1) {
}

#pr_4 .pr_4-3__item:nth-child(3) {
}

#pr_4 .pr_4-3__item .title {
	font-size: var(--font-size_l);
}

#pr_4 .pr_4-3__item .sub-title {}

#pr_4 .pr_4-3__item .caption {
}

#pr_4 .pr_4-3__item .nature {
}

#pr_4 .pr_4-3__item .nature p {
	font-size: var(--font-size_s);
}

#pr_4 .pr_4-3__item .nature .attack,
#pr_4 .pr_4-3__item .nature .deffense,
#pr_4 .pr_4-3__item .nature .return {
	width: 135px;
}

#pr_4 .pr_4-3__item .nature .attack {
}

#pr_4 .pr_4-3__item .nature .deffense {
}

#pr_4 .pr_4-3__item .nature .return {
}

#pr_4 .plus {
}

#pr_4 .plus i {
	font-size: var(--font-size_l);
}
}

#pr_4 .pr_4-4 {
	margin-top: 150px;
}

#pr_4 .pr_4-4__pack {
	position: relative;
	width: 900px;
	height: 550px;
	margin: auto 0 auto auto;
}

#pr_4 .pr_4-4__pack .triangle {
	position: absolute;
	top: -150px;
	left: -75px;
	transform: translate(0, 0);
	width: 800px;
	z-index: -1;
}

#pr_4 .pr_4-4__item {
	position: absolute;
	gap: 15px;
	width: 450px;
}

#pr_4 .pr_4-4__item:nth-child(1) {
	top: 0;
	right: 20px;
}

#pr_4 .pr_4-4__item:nth-child(2) {
	top: 165px;
	left: 0;
}

#pr_4 .pr_4-4__item:nth-child(3) {
	bottom: 0;
	left: 340px;
}

#pr_4 .pr_4-4__item .image {
	width: 150px;
	aspect-ratio: 1 / 1;
	border-radius: var(--radius_10);
	box-shadow: var(--shadow_1);
	overflow: hidden;
}

#pr_4 .pr_4-4__item .image img {}

#pr_4 .pr_4-4__item .text {
	width: 290px;
}

#pr_4 .pr_4-4__item .text .title {}

#pr_4 .pr_4-4__item .text .sub-title {
	margin-top: 10px;
	font-size: var(--font-size_ss);
}

#pr_4 .pr_4-4__item .text .caption {
	margin-top: 10px;
	font-size: var(--font-size_sss);
}

@media screen and (max-width: 699px) {
	#pr_4 .pr_4-4 {
	margin-top: 100px;
}

#pr_4 .pr_4-4__pack {
	width: 100%;
	height: auto;
}

#pr_4 .pr_4-4__pack .triangle {
	display: none;
}

#pr_4 .pr_4-4__item {
	position: relative;
	gap: 15px;
	width: 100%;
}

#pr_4 .pr_4-4__item:nth-child(1) {
	top: auto;
	right: auto;
}

#pr_4 .pr_4-4__item:nth-child(2) {
	top: auto;
	left: auto;
}

#pr_4 .pr_4-4__item:nth-child(3) {
	bottom: auto;
	left: auto;
}

#pr_4 .pr_4-4__item .image {
	width: 100px;
}

#pr_4 .pr_4-4__item .image img {}

#pr_4 .pr_4-4__item .text {
	width: calc(100% - 100px);
}

#pr_4 .pr_4-4__item .text .title {}

#pr_4 .pr_4-4__item .text .sub-title {
}

#pr_4 .pr_4-4__item .text .caption {
}
}

#pr_5 {}

#pr_5 .pr_5__pack {
	grid-template-columns: repeat(7, 1fr);
	grid-auto-rows: minmax(50px, auto);
	gap: 100px;
}

#pr_5 .pr_5__item {}

#pr_5 .pr_5__item:nth-child(1) {
	grid-column: 1 / span 4;
	grid-row: 1 / span 3;
}

#pr_5 .pr_5__item:nth-child(2) {
	grid-column: 5 / span 3;
	grid-row: 2 / span 4;
}

#pr_5 .pr_5__item:nth-child(3) {
	grid-column: 1 / span 3;
	grid-row: 4 / span 4;
}

#pr_5 .pr_5__item:nth-child(4) {
	grid-column: 4 / span 4;
	grid-row: 6 / span 4;
}

#pr_5 .pr_5__item:nth-child(1) .image,
#pr_5 .pr_5__item:nth-child(4) .image {
	aspect-ratio: 3 / 2;
}

#pr_5 .pr_5__item:nth-child(2) .image,
#pr_5 .pr_5__item:nth-child(3) .image {
	aspect-ratio: 4 / 5;
}

#pr_5 .pr_5__item .image {}

#pr_5 .pr_5__item .image img {}

#pr_5 .pr_5__item .text {
	align-items: flex-start;
	margin-top: 25px;
}

#pr_5 .pr_5__item .text .left {
	width: 75px;
}

#pr_5 .pr_5__item .text .right {
	width: calc(100% - 75px);
}

#pr_5 .pr_5__item .text .right .title {
	font-size: var(--font-size_mm);
}

#pr_5 .pr_5__item .text .right .caption {
	margin-top: 15px;
	font-size: var(--font-size_ss);
}

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

#pr_5 .pr_5__pack {
	gap: 50px;
}

#pr_5 .pr_5__item:nth-child(1) .image,
#pr_5 .pr_5__item:nth-child(4) .image {
}

#pr_5 .pr_5__item:nth-child(2) .image,
#pr_5 .pr_5__item:nth-child(3) .image {
	aspect-ratio: 3 / 2;
}

#pr_5 .pr_5__item .image {}

#pr_5 .pr_5__item .image img {}

#pr_5 .pr_5__item .text {
	align-items: flex-start;
	margin-top: 15px;
}

#pr_5 .pr_5__item .text .left {
	width: 50px;
}

#pr_5 .pr_5__item .text .right {
	width: calc(100% - 50px);
}

#pr_5 .pr_5__item .text .right .title {
	font-size: var(--font-size_s);
}

#pr_5 .pr_5__item .text .right .caption {
	margin-top: 15px;
	font-size: var(--font-size_ss);
}
}

#pr_6 {}

#pr_6 .pr_6-1 {
	margin-bottom: 150px;
}

#pr_6 .pr_6-2 {
}

#pr_6 .table_4 {
	gap: 0;
	text-align: center;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

#pr_6 .table_4 .row-header {
	height: 100px !important;
}

#pr_6 .table_4 .row-header:nth-child(1) p {
	font-weight: var(--font-weight_ll);
}

#pr_6 .table_4 .row-header .cell:nth-child(1) {
	background: none;
}

#pr_6 .table_4 .row-header .cell:nth-child(2) {
	background: var(--color_33) !important;
}

#pr_6 .table_4 .row-header .cell:nth-child(3) {
	background: var(--color_08) !important;
}

#pr_6 .table_4 .row-header .cell:nth-child(4) {
	background: var(--color_08) !important;
}

#pr_6 .table_4 .row .cell:nth-child(1) p {
	font-weight: var(--font-weight_ll);
}

#pr_6 .table_4 .row .cell:nth-child(2) {
	background: var(--color_34);
	border-left: solid 2px var(--color_31);
	border-right: solid 2px var(--color_31);
}

#pr_6 .table_4 .row:nth-child(1) .cell:nth-child(2) {
	border-top: solid 2px var(--color_31);
}

#pr_6 .table_4 .row:nth-last-child(1) .cell:nth-child(2) {
	border-bottom: solid 2px var(--color_31);
}

#pr_6 .table_4 .row .cell:nth-child(3) {
	background: var(--color_09);
}

#pr_6 .table_4 .row .cell:nth-child(4) {
	background: var(--color_09);
}

#pr_6 .table_4 .row-header .title {
	font-size: var(--font-size_mm);
}

#pr_6 .table_4 .row {
	align-items: stretch;
	gap: 0;
	height: 75px;
	padding-bottom: 0;
	border-bottom: none;
}

#pr_6 .table_4 .cell {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 0;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#pr_6 .table_4 p {
	font-size: var(--font-size_ss);
}

pr_6 .table_4 .cell {}

#pr_6 .table_4 .cell:nth-child(1) {
	flex: 16;
}

#pr_6 .table_4 .cell:nth-child(2) {
	flex: 28;
}

#pr_6 .table_4 .cell:nth-child(3) {
	flex: 28;
}

#pr_6 .table_4 .cell:nth-child(4) {
	flex: 28;
}

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

#pr_6 .pr_6-1,
#pr_6 .pr_6-2 {
	overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
}

#pr_6 .pr_6-1 {
	margin-bottom: 100px;
}

#pr_6 .table_4 {
	width: 700px;
}

#pr_6 .table_4 .row-header {
	height: 80px !important;
}

#pr_6 .table_4 .row .cell:nth-child(1) p {
	font-weight: var(--font-weight_ll);
}


#pr_6 .table_4 .row-header .title {
	font-size: var(--font-size_s);
}

#pr_6 .table_4 .row {
	height: 65px;
}

#pr_6 .table_4 .cell {
}
}

#pr_6 .table_4 p {
	font-size: var(--font-size_ss);
}

#pr_7 {}

#pr_7 .pr_7__pack {
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 100px;
}

#pr_7 .pr_7__item {
	width: calc((100% - 100px) / 2);
}

#pr_7 .pr_7__item .image {}

#pr_7 .pr_7__item .inner {
	justify-content: space-around;
	margin-top: 10px;
}

#pr_7 .pr_7__item .inner p {
	font-size: var(--font-size_ss);
}

#pr_7 .pr_7__item .text {
	margin-top: 15px;
	text-align: center;
}

#pr_7 .pr_7__item .text .title {}

#pr_7 .pr_7__item .text .note {
	font-size: var(--font-size_sss);
}

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

#pr_7 .pr_7__pack {
	gap: 25px;
	padding: 0;
}

#pr_7 .pr_7__item {
	width: calc((100% - 25px) / 2);
}

#pr_7 .pr_7__item .image {}

#pr_7 .pr_7__item .inner {
	justify-content: space-around;
	margin-top: 10px;
}

#pr_7 .pr_7__item .inner p {
	font-size: var(--font-size_sss);
}

#pr_7 .pr_7__item .text {
	margin-top: 10px;
}

#pr_7 .pr_7__item .text .title {
	font-size: var(--font-size_ss);
}

#pr_7 .pr_7__item .text .note {
	font-size: var(--font-size_sss);
}
}

#pr_8 {}

@media screen and (max-width: 699px) {
	#pr_8 .accordion-area {
		padding: 0;
	}
}

/*------------------------------------
下層ページ・求人検索
------------------------------------*/
#job-search {}

#job-search .job-search-container {
	align-items: flex-start;
	gap: 50px;
}

#job-search .job-search-pack {
	width: 100%;
}

#job-search .products-list {
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 75px 35px;
}

#job-search .products-list .products-list-item {
	flex-wrap: wrap;
	width: calc((100% - 35px) / 2);
	height: auto;
}

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

	#job-search .job-search-container {
		align-items: flex-start;
		gap: 50px;
	}

	#job-search .job-search-pack {
		width: 100%;
	}

	#job-search .products-list {
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 50px;
	}

	#job-search .products-list .products-list-item {
		flex-wrap: wrap;
		width: 100%;
		height: auto;
	}
}

/*フィルター機能*/
.cat-filter {
	width: 100%;
	padding: 3px 7px;
	text-align: left;
	font-size: var(--font-size_ss);
	border: none;
	background: transparent;
	cursor: pointer;
}

.cat-filter.active {
	background-color: var(--color_01);
	color: var(--color_f);
}

.filter-title {
	font-size: var(--font-size_mm);
}

.filter-group {
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px;
	margin: 15px auto 35px;
}

.tax-filter {
	padding: 0 10px;
	font-size: var(--font-size_ss);
	border: var(--border_2);
	border-radius: var(--radius_5);
}

.tax-filter.active {
	background: var(--color_01);
	color: var(--color_f);
	border-color: var(--color_01);
}

/*~の検索結果*/
.search-header {
	margin-bottom: 25px;
	font-size: var(--font-size_m);
}

/*PC表示（stickyサイドバー）*/
@media (min-width: 769px) {
	.category-filter {
		display: block;
		position: sticky;
		top: 0;
		width: 35%;
		padding: 50px;
		background: var(--color_f);
		height: auto;
	}

	.filter-toggle,
	.filter-close,
	.filter-overlay {
		display: none;
	}
}

/* スマホ表示（スライドイン） */
@media (max-width: 768px) {
	.filter-toggle {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 6px;
		position: fixed;
		bottom: 10px;
		left: 15px;
		z-index: 98;
		background: var(--color_01);
		color: var(--color_f);
		border: none;
		padding: 10px 15px;
		border-radius: 25px;
		font-size: var(--font-size_s);
		font-weight: 600;
		cursor: pointer;
		box-shadow: var(--shadow_1);
	}

	.filter-toggle .filter-icon {
		font-size: 1.1em;
		color: var(--color_f);
	}

	.filter-toggle .filter-text {}

	.category-filter {
		display: block;
		position: fixed;
		top: 0;
		left: -100%;
		width: 75%;
		height: 100%;
		background: var(--color_f);
		transition: left 0.4s ease-out;
		z-index: 98;
		padding: 50px 20px;
		overflow-y: auto;
	}

	.category-filter::before {
		display: none;
	}

	.category-filter.open {
		left: 0;
	}

	.filter-close {
		position: absolute;
		top: 15px;
		right: 15px;
		background: none;
		border: none;
		font-size: 1.5rem;
		cursor: pointer;
	}

	.filter-overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 97;
	}

	.filter-overlay.show {
		display: block;
	}
}

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

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

#sub-legals .legals-pack {}

#sub-legals .legals-header {}

#sub-legals .legals-header h2 {}

#sub-legals .legals-item {}

#sub-legals .legals-item h3 {}

#sub-legals .legals-header p,
#sub-legals .legals-item p {
	margin: 15px auto 50px auto;
}


/*------------------------------------ここから投稿一覧ページコンテンツ------------------------------------*/


/*------------------------------------
投稿リスト・縦積み
------------------------------------*/
#post-archive {}

#post-archive .post-main-content {
	flex-wrap: wrap;
	gap: 50px;
}

#post-archive .flex-item:nth-child(1) .post-card {
	align-items: center;
	gap: 50px;
	box-shadow: var(--shadow_1);
}

#post-archive .flex-item:nth-child(1) .post-card .post-card__image {
	width: calc(35% - 25px);
	aspect-ratio: 3 / 2;
}

#post-archive .flex-item:nth-child(1) .post-card .post-card__image img {
	height: 100%;
}

#post-archive .flex-item:nth-child(1) .post-card .post-card__image .more-text {
	transform: translate(-50%, -90%);
}

#post-archive .flex-item:nth-child(1) .post-card .post-card__text {
	width: calc(65% - 25px);
}

#post-archive .flex-item:nth-child(1) .post-card .post-card__text p {
	margin-top: 0;
}

#post-archive .flex-item:nth-child(1) .post-card .post-card__text .title {}

#post-archive .flex-item:nth-child(1) .post-card .post-card__text .text p {
	font-size: var(--font-size_ss);
}


#post-archive .flex-item:nth-child(1) .post-card .post-card__text .tag {}

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

	#post-archive .post-main-content {}

	#post-archive .flex-item:nth-child(1) {
		padding-bottom: 50px;
	}

	#post-archive .flex-item:nth-child(1) .post-card {
		flex-wrap: wrap;
		gap: 25px;
	}

	#post-archive .flex-item:nth-child(1) .post-card .post-card__image {
		width: 100%;
		aspect-ratio: 16 / 9;
	}

	#post-archive .flex-item:nth-child(1) .post-card .post-card__image img {}

	#post-archive .flex-item:nth-child(1) .post-card .post-card__text {
		width: 100%;
	}

	#post-archive .flex-item:nth-child(1) .post-card .post-card__text .text {
		font-size: var(--font-size_ss);
	}
}

/*------------------------------------
サイドバー
------------------------------------*/
.post-sideber {
	flex-wrap: wrap;
	gap: 25px;
	z-index: 0;
}

.post-sideber .post-card {
	align-items: center;
	gap: 15px;
	width: 100%;
	padding-bottom: 25px;
	border-bottom: var(--border_2);
}

.post-sideber .post-card__image {
	width: calc(30% - 7.5px);
	aspect-ratio: 1 / 1;
}

.post-sideber .post-card__image .more-text {
	font-size: var(--font-size_s);
}

.post-sideber .post-card__text {
	gap: 0;
	width: calc(70% - 7.5px);
}

.post-sideber .post-card__text .category {
	padding: 0;
	background-image: none;
}

.post-sideber .post-card__text .category p {
	font-size: var(--font-size_sss);
	color: var(--color_11);
}

.post-sideber .post-card__text .title {
	margin-top: 0;
}

.post-sideber .post-card__text .title a {
	font-size: var(--font-size_ss);
}

@media screen and (max-width: 699px) {
	.post-sideber .post-card__text .title a {
		font-size: var(--font-size_s);
	}
}

/*------------------------------------
投稿リスト・ソート用タグ
------------------------------------*/
#post-archive .tag-list-pack {
	padding-bottom: 75px;
}

#post-archive .tag-list {
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px;
}

#post-archive .post-filter {
	padding: 5px 20px;
	font-size: var(--font-size_ss);
	font-weight: var(--font-weight_m);
	background: var(--color_f);
	border: var(--border_1);
	border-radius: var(--radius_5);
}

#post-archive .post-filter.active {
	color: var(--color_f);
	background: var(--color_10);
}

@media screen and (max-width: 699px) {
	#post-archive .tag-list-pack {
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	#post-archive .tag-list {
		width: 500px;
	}
}

/*------------------------------------
投稿一覧・次のページ/前のページ
------------------------------------*/
.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;
	background: var(--color_08);
	border-radius: var(--radius_5);
}

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

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

}

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

}

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


/*------------------------------------ここから投稿ページコンテンツ------------------------------------*/


/*------------------------------------
投稿ページ・レイアウト
------------------------------------*/
#post-container {
	padding-top: 75px;
}

#post-container .post-content {}

#post-container .post-content p {}

@media screen and (max-width: 699px) {
	#post-container {
		padding-top: 35px;
	}
}

.post-main-pack {
	align-items: stretch;
	gap: 75px;
}

.post-main-pack .flex-item:nth-child(1) {
	width: calc(100% - 375px);
}

.post-main-pack .flex-item:nth-child(2) {
	width: 300px;
}

.post-main-content {
	width: 100%;
	margin-bottom: 50px;
}

@media screen and (max-width: 699px) {
	.post-main-pack {
		flex-wrap: wrap;
		gap: 25px;
	}

	.post-main-pack .flex-item:nth-child(1) {
		width: 100%;
	}

	.post-main-content {
		margin-bottom: 25px;
	}

	.post-main-pack .flex-item:nth-child(2) {
		width: 100%;
	}
}


/*------------------------------------
投稿ページ用ヘッダー
------------------------------------*/
#post-header {
	padding-top: 100px;
	padding-bottom: 50px;
}

#post-header .wrapper-wide {
	padding-top: 125px;
}

#post-header .post-header-pack {}

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

#post-header .post-meta .date p {
	font-family: var(--font-family_3);
	font-size: var(--font-size_ss);
	color: var(--color_03);
}

#post-header .post-meta .category {
	gap: 10px;
}

#post-header .post-meta .category p {
	font-size: var(--font-size_ss);
	color: var(--color_02);
}

#post-header .post-title {
	margin-top: 15px;
}

#post-header .post-title h2 {
	font-family: var(--font-family_2);
	font-size: 35px;
	line-height: 1.3em;
}

#post-header .post-tag {
	justify-content: flex-start;
	gap: 10px;
	margin-top: 25px;
}

#post-header .post-tag a {
	padding: 0 10px;
	font-size: var(--font-size_sss);
	background: var(--color_08);
}

#post-header .post-image {
	margin-top: 50px;
}

#post-header .post-image img {
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: var(--radius_1);
	box-shadow: var(--shadow_1);
}

@media screen and (max-width: 699px) {
	#post-header {
		padding-top: 50px;
	}

	#post-header .wrapper-wide {
		padding-top: 100px;
	}

	#post-header .post-title h2 {
		font-size: 25px;
	}

	#post-header .post-image {
		margin: 50px calc(50% - 50vw) 0;
		width: 100vw;
	}

	#post-header .post-image img {
		aspect-ratio: 3 / 2;
		border-radius: 0;
	}
}

/*------------------------------------
投稿ページ・次のページ/前のページ
------------------------------------*/
#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);
	}
}

/*------------------------------------
通常コンテンツ記事にcssをあてて見た目を整える
------------------------------------*/
.post-main-content h2,
.post-main-content h3 {
	position: relative;
	text-align: left;
	margin: 0 auto 35px auto;
	font-family: var(--font-family_1);
	font-weight: var(--font-weight_ll);
	line-height: 1.5em;
}

.post-main-content h2 {
	font-size: 30px;
}

.post-main-content h3 {
	font-size: 25px;
}

.post-main-content h4 {
	font-family: var(--font-family_1);
	font-size: var(--font-size_mm);
	font-weight: var(--font-weight_l);
}

.post-main-content p {
	margin-top: 15px;
	line-height: 2em;
}

@media screen and (max-width: 699px) {
	.post-main-content h2 {
		font-size: 20px;
	}

	.post-main-content h3 {
		font-size: 20px;
	}
}

/*------------------------------------
インタビュー記事にcssをあてて見た目を整える
------------------------------------*/
.post-interview {
	flex-wrap: wrap;
	gap: 50px;
}

.post-interview .profile {
	width: 100%;
	gap: 50px
}

.post-interview .profile .image {
	width: calc(30% - 25px);
	aspect-ratio: 1 / 1;
}

.post-interview .profile .image img {
	height: 100%;
}

.post-interview .profile .text {
	width: calc(70% - 25px);
}

.post-interview .intro_2 {
	width: 100%;
}

.post-interview .content {
	flex-wrap: wrap;
	gap: 25px;
	width: 100%;
}

.post-interview .content .inner {
	flex-wrap: wrap;
	gap: 15px;
}

.post-interview .content .inner .question {
	width: 100%;
	font-size: var(--font-size_mm);
}

.post-interview .content .inner .answer {
	width: 100%;
}


/*------------------------------------店舗ページ用CSS------------------------------------*/


/*------------------------------------
header
------------------------------------*/
#salon-header {
	padding-top: 150px;
	padding-bottom: 50px;
}

#salon-header .flex-pack {
	gap: 100px;
}

#salon-header .flex-item {}

#salon-header .flex-item:nth-child(1) {
	position: relative;
	width: calc(30% - 50px);
	height: 100%;
	z-index: 1;
}

#salon-header .category {
	justify-content: flex-start;
	gap: 10px;
}

#salon-header .category p {
	font-size: var(--font-size_m);
	color: var(--color_01);
	font-weight: var(--font-weight_ll);
}

#salon-header .title h2 {
	margin-top: 10px;
	font-family: var(--font-family_4);
	font-size: 55px;
	color: var(--color_10);
	line-height: 1em;
}

#salon-header .title span {
	font-size: var(--font-size_m);
}

#salon-header .message {
	width: 550px;
	margin-top: 50px;
}

#salon-header .message p {
	font-size: var(--font-size_l);
	color: var(--color_01);
	font-weight: var(--font-weight_ll);
}

#salon-header .flex-item:nth-child(2) {
	width: calc(70% - 50px);
	z-index: 0;
}

#salon-header .flex-item:nth-child(2) img {
	aspect-ratio: 3 / 2;
	border-radius: 10px 0 0 10px;
	box-shadow: var(--shadow_1);
}

@media screen and (max-width: 699px) {
	#salon-header {
		padding-top: 125px;
		padding-bottom: 25px;
	}

	#salon-header .flex-pack {
		flex-wrap: wrap;
		gap: 50px;
	}

	#salon-header .flex-item {}

	#salon-header .flex-item:nth-child(1) {
		width: 100%;
	}

	#salon-header .category {}

	#salon-header .category p {
		font-size: var(--font-size_mm);
	}

	#salon-header .title h2 {
		font-size: var(--font-size_lll);
	}

	#salon-header .message {
		width: 100%;
		margin-top: 35px;
	}

	#salon-header .message p {
		font-size: var(--font-size_mm);
	}

	#salon-header .flex-item:nth-child(2) {
		width: 100%;
	}

	#salon-header .flex-item:nth-child(2) img {
		margin: 0 calc(50% - 50vw);
		width: 100vw;
		border-radius: 0;
	}

}

/*------------------------------------
info
------------------------------------*/
#salon-info {}

#salon-info .flex-pack {
	align-items: flex-start;
}

#salon-info .flex-item {}

#salon-info .flex-item:nth-child(1) {
	width: calc(40% - 25px);
}

#salon-info .flex-item:nth-child(2) {
	width: calc(60% - 25px);
}

#salon-info .flex-item:nth-child(2) p {
	word-break: break-all;
}

#salon-info .flex-item:nth-child(2) img {
	aspect-ratio: 3 / 2;
}

@media screen and (max-width: 699px) {
	#salon-info .flex-pack {
		flex-wrap: wrap;
		gap: 0;
	}

	#salon-info .flex-item:nth-child(1) {
		width: 100%;
	}

	#salon-info .flex-item:nth-child(2) {
		width: 100%;
	}
}

/*------------------------------------
intro_2
------------------------------------*/
#salon-intro_2 {}

#salon-intro_2 .wrapper-wide {
	position: relative;
}

#salon-intro_2 .salon-intro_2-pack {
	flex-wrap: wrap;
	gap: 150px;
}

#salon-intro_2 .salon-intro_2-item {
	width: 100%;
	gap: 50px;
}

#salon-intro_2 .salon-intro_2-item:nth-child(odd) {
	flex-wrap: wrap;
}

#salon-intro_2 .salon-intro_2-item:nth-child(odd) .flex-item:nth-child(1) {
	width: calc(60% - 25px);
}

#salon-intro_2 .salon-intro_2-item:nth-child(odd) .flex-item:nth-child(2) {
	width: calc(40% - 25px);
}

#salon-intro_2 .salon-intro_2-item:nth-child(even) {
	flex-wrap: wrap-reverse;
}

#salon-intro_2 .salon-intro_2-item:nth-child(even) .flex-item:nth-child(1) {
	width: calc(40% - 25px);
}

#salon-intro_2 .salon-intro_2-item:nth-child(even) .flex-item:nth-child(2) {
	width: calc(60% - 25px);
}

#salon-intro_2 .salon-intro_2-item img {
	border-radius: var(--radius_05);
	box-shadow: var(--shadow_1);
}

@media screen and (max-width: 699px) {
	#salon-intro_2 .salon-intro_2-item {
		gap: 0;
	}

	#salon-intro_2 .salon-intro_2-item:nth-child(odd) .flex-item:nth-child(1),
	#salon-intro_2 .salon-intro_2-item:nth-child(odd) .flex-item:nth-child(2),
	#salon-intro_2 .salon-intro_2-item:nth-child(even) .flex-item:nth-child(1),
	#salon-intro_2 .salon-intro_2-item:nth-child(even) .flex-item:nth-child(2) {
		width: 100%;
	}
}

/*------------------------------------
metric
------------------------------------*/
#salon-metric {}

#salon-metric .wrapper-wide {}

#salon-metric .tab-panel {}

#salon-metric .flex-pack {
	width: 100%;
	max-width: 900px;
	margin: 50px auto 100px;
}

#salon-metric .flex-pack {
	flex-wrap: wrap;
}

#salon-metric .flex-item {
	position: relative;
	flex-wrap: wrap;
	align-items: flex-start;
	width: calc((100% - 100px) / 3);
	aspect-ratio: 5 / 4;
	padding: 20px !important;
}

#salon-metric .flex-item h3 {
	width: 100%;
	font-size: var(--font-size_s);
	font-weight: var(--font-weight_ll);
	color: var(--color_11);
}

#salon-metric .flex-item .inner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-30%);
	text-align: center;
}

#salon-metric .flex-item .inner .metric-small {
	font-size: var(--font-size_m);
	color: var(--color_03);
}

#salon-metric .flex-item .inner .metric-big {
	font-family: var(--font-family_3);
	font-size: 65px;
	color: var(--color_10);
	font-weight: var(--font-weight_m);
	line-height: 1.5em;
}

#salon-metric .flex-item .inner .metric-note {
	font-size: var(--font-size_sss);
	color: var(--color_03);
}

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

	#salon-metric .wrapper-wide {}

	#salon-metric .tab-panel {
		padding: 10px;
	}

	#salon-metric .flex-pack {
		gap: 10px;
		margin: 25px auto 50px;
		padding: 0;
	}

	#salon-metric .flex-item {
		width: calc((100% - 10px) / 2);
		aspect-ratio: 1 / 1;
		padding: 10px;
	}

	#salon-metric .flex-item h3 {
		font-size: var(--font-size_ss);
	}

	#salon-metric .flex-item .inner {}

	#salon-metric .flex-item .inner .metric-small {
		font-size: var(--font-size_ss);
	}

	#salon-metric .flex-item .inner .metric-big {
		font-size: 40px;
	}
}

/*------------------------------------
description
------------------------------------*/
#salon-description {}

#salon-description .tab-panel {
	gap: 100px;
	padding: 25px 75px;
}

#salon-description .block-pack {
	width: 100%;
	max-width: 800px;
	margin: 50px auto 100px;
}

#salon-description .flex-pack {
	flex-wrap: wrap;
	align-items: flex-start;
}

#salon-description .flex-item {
	width: calc((100% - 50px) / 2);
}

#salon-description .flex-item .image {
	width: 100%;
}

#salon-description .flex-item .text {
	width: 100%;
	margin-top: 25px;
}

#salon-description .tab-panel .table_2 {}

#salon-description .tab-panel .data {}

#salon-description .tab-panel .data .image {}

#salon-description .tab-panel .data .text {}

#salon-description .tab-panel .data .text h3 {
	font-size: var(--font-size_mm);
	font-weight: var(--font-weight_ll);
}

#salon-description .tab-panel .data .text p {
	margin-top: 15px;
	font-size: var(--font-size_ss);
}

@media screen and (max-width: 699px) {
	#salon-description .block-pack {
		margin: 25px auto 50px;
	}

	#salon-description .tab-panel {
		padding: 20px;
	}

	#salon-description .flex-item {
		width: 100%;
	}
}

/*リンクボタン*/
#salon-description .btn_entry:nth-child(odd) a {
	background: var(--color_04);
}

#salon-description .btn_entry:nth-child(even) a {
	background: var(--color_02);
}

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


/*------------------------------------
CTA
------------------------------------*/
#cta_1 {
	z-index: 1;
}

#cta_1 .bg img {
	filter: grayscale(1);
}

#cta_1 .wrapper-wide {
	position: relative;
	height: 100%;
}

#cta_1 .flex-pack {
	gap: 100px;
	padding: 0;
}

#cta_1 .flex-item {}

#cta_1 .flex-item:nth-child(1) {
	width: calc(50% - 50px);
}

#cta_1 .flex-item:nth-child(1) img {
	aspect-ratio: 5 / 4;
}

#cta_1 .flex-item:nth-child(2) {
	width: calc(50% - 50px);
	text-align: center;
}

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

	#cta_1 .wrapper-wide {}

	#cta_1 .wrapper {
		padding: 0;
	}

	#cta_1 .flex-pack {
		gap: 25px;
	}

	#cta_1 .flex-item {}

	#cta_1 .flex-item:nth-child(1) {
		width: 100%;
	}

	#cta_1 .flex-item:nth-child(1) img {}

	#cta_1 .flex-item:nth-child(2) {
		width: 100%;
	}

}


/*------------------------------------ここからフッターコンテンツ------------------------------------*/


/*------------------------------------
footer
------------------------------------*/
#footer {
	position: relative;
	margin-top: 100px;
	padding-top: 150px;
	padding-bottom: 100px;
}

#footer .bg {
	top: auto;
	bottom: 0;
	height: 150%;
	z-index: -1;
}

#footer .bg img {
	-webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 50%);
	mask-image: linear-gradient(to bottom, transparent 0%, black 50%);
	filter: opacity(0.8) hue-rotate(45deg);
}

#footer .footer_1 {
	flex-wrap: wrap;
	gap: 50px;
}

#footer .footer_1 .flex-item {
	width: 100%;
}

#footer .footer_1 .footer-logo {
	justify-content: center;
	text-align: center;
}

#footer .footer_1 .footer-logo svg {
	width: 250px;
	margin: auto;
}

#footer .footer_1 .footer-logo .caption {
	margin-top: 10px;
}

#footer .footer_1 .footer-icon {}

#footer .menu-pack {
	flex-wrap: wrap;
	gap: 50px;
	width: 100%;
	margin: 25px auto;
}

#footer .menu {
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 25px;
	width: calc(50% - 25px);
	list-style: none;
}

#footer .navi-item {
	cursor: pointer;
	position: relative;
	width: 100%;
}

#footer .navi-item::after {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-family: "Font Awesome 6 Free";
	content: "\f105";
	font-weight: 900;
}

#footer .navi-item a {
	font-size: var(--font-size_mm);
	font-weight: var(--font-weight_l);
}

#footer .footer_2 {
	justify-content: flex-end;
	margin-top: 50px;
	padding-top: 50px;
}

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

@media screen and (max-width: 699px) {
	#footer {
		margin-top: 50px;
		padding-top: 100px;
		padding-bottom: 50px;
	}

	#footer .footer_1 {
		flex-wrap: wrap;
		gap: 50px;
	}

	#footer .footer_1 .flex-item {
		width: 100%;
	}

	#footer .footer_1 .footer-logo svg {
		width: 150px;
	}

	#footer .footer_1 .footer-logo .caption {}

	#footer .footer_1 .footer-icon {}

	#footer .menu {
		width: 100%;
	}

	#footer .menu-pack {
		gap: 25px;
	}

	#footer .footer_2 {}

	#footer .footer_2 .flex-item:nth-child(1) {
		flex-wrap: nowrap;
		justify-content: center;
		gap: 25px;
		width: 100%;
	}

	#footer .footer_2 .flex-item:nth-child(1) a {
		font-size: var(--font-size_ss);
	}

	#footer .footer_2 .flex-item:nth-child(2) {
		justify-content: center;
		width: 100%;
	}

	.copyright {
		font-size: var(--font-size_sss);
	}
}