@charset "UTF-8";
/* https://piccalil.li/blog/a-more-modern-css-reset/ */
/* Box sizing rules */
*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Prevent font size inflation */
html {
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
	margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
	list-style: none;
}

/* Set core body defaults */
body {
	min-height: 100vh;
	line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
	line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
	text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
	text-decoration-skip-ink: auto;
	color: currentColor;
}

/* Make images easier to work with */
img,
picture {
	max-width: 100%;
	display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
	font-family: inherit;
	font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
	min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
	scroll-margin-block: 5ex;
}

*, *::before, *::after {
	box-sizing: border-box;
}

* {
	margin: 0;
}

:root {
	--padding-lr: 8.21428vw;
	--zindex-header: 1000;
	--zindex-menu: 900;
}
@media screen and (max-width: 834px) {
	:root {
		--padding-lr: 10.66667vw;
	}
}

html,
body {
	font-size: 16px;
}

html {
	min-height: 100%;
	/* vwにスクロールバーを含まない */
	overflow-y: scroll;
	scrollbar-gutter: stable;
	/* --- end */
}

body {
	font-family: "Noto Sans JP", sans-serif;
	color: #000;
	padding: 0 !important;
}

img, picture, video, canvas, svg {
	max-width: 100%;
	height: auto;
}

a {
	color: #000;
	text-decoration: underline;
	text-decoration-color: #000;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.6em;
}

footer {
	padding: 0 0 32px;
	margin-top: 100px;
	text-align: center;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	letter-spacing: 0.08em;
	font-size: min(0.6vw, 0.75rem);
	color: #999999;
}
@media screen and (max-width: 1920px) {
	footer {
		font-size: 12px;
	}
}
@media screen and (max-width: 834px) {
	footer {
		margin-top: 7.5vw;
		font-size: min(2.4vw, clamp(0.563rem, 0.409rem + 0.6535947712vw, 0.75rem));
	}
}
.p-subpage footer {
	background-color: transparent;
}

.root {
	overflow-x: clip;
	max-width: 100%;
	background: #fff;
}

.anim-fade-text-left {
	--delay: 0s;
	background-image: -webkit-linear-gradient(180deg, rgb(255 255 255 / 0), rgb(255 255 255 / 0), #000, #000);
	background-size: 300% 100%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: background 2s var(--delay) ease;
	background-position: 100% 0%;
}
@media screen and (max-width: 834px) {
	.anim-fade-text-left {
		--delay-sp: var(--delay);
		transition-delay: var(--delay-sp);
	}
}

.anim-fade-text-left.active {
	background-position: 0% 0%;
}

.anim-fade-text-left-white,
.anim-fade-text-left-beige {
	--delay: 0s;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 834px) {
	.anim-fade-text-left-white,
	.anim-fade-text-left-beige {
		--delay-sp: var(--delay);
	}
}
.anim-fade-text-left-white::after,
.anim-fade-text-left-beige::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -50%;
	width: 150%;
	height: 100%;
	background: #fff;
	background: linear-gradient(90deg, rgb(255 255 255 / 0) 0%, rgb(255 255 255 / 1) 33%, rgb(255 255 255 / 1) 100%);
	z-index: 10;
	transition: left 2s ease var(--delay);
}
@media screen and (max-width: 834px) {
	.anim-fade-text-left-white::after,
	.anim-fade-text-left-beige::after {
		transition-delay: var(--delay-sp);
	}
}

.anim-fade-text-left-beige::after {
	background: #fff;
	background: linear-gradient(90deg, rgb(248 240 227 / 0) 0%, rgb(248 240 227 / 1) 33%, rgb(248 240 227 / 1) 100%);
}

.anim-fade-text-left-white.active::after,
.anim-fade-text-left-beige.active::after {
	left: 101%;
}

.anim-fade-in {
	opacity: 0;
	transition: opacity 1.2s;
}
.anim-fade-in.active {
	opacity: 1;
}

.anim-scale-in {
	scale: 1.1;
	transition: scale 10s cubic-bezier(0.35, 0.92, 0.76, 0.99);
}
.anim-scale-in.active {
	scale: 1;
}

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

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

@media screen and (max-width: 834px) {
	br.c-sp {
		display: inline;
	}
}

.c-tume {
	margin-right: -0.6em;
}

.c-tume--small {
	margin-right: -0.3em;
}

.c-tume--large {
	margin-right: -1.2em;
}

.c-tume--left {
	margin-left: -0.6em;
}

@keyframes anim-c-link-border {
	from {
		transform: scaleX(0);
	}
	to {
		transform: scaleX(1);
	}
}
.c-link {
	position: relative;
	color: inherit;
	padding-bottom: 0.3em;
	text-decoration: none !important;
}
.c-link::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #5f5f5f;
	transform-origin: left bottom;
}
.c-link:hover::after {
	animation: anim-c-link-border 0.4s ease forwards;
}

.c-link-icon {
	color: inherit;
	border-bottom: 1px solid #5f5f5f;
	padding-bottom: 0.2em;
	padding-right: 0.25em;
	text-decoration: none !important;
	transition: background 0.5s, color 0.5s, border 0.5s;
}
.c-link-icon img {
	display: inline-block;
	vertical-align: middle;
	width: 0.813em;
	height: 0.625em;
	margin-left: 0.1em;
}
@media screen and (max-width: 834px) {
	.c-link-icon img {
		width: 0.5em;
		height: 0.385em;
	}
}
.c-link-icon:hover {
	background-color: #222;
	color: #fff;
	border-bottom-color: #222;
}
.anim-fade-text-left .c-link-icon {
	opacity: 0;
	-webkit-text-fill-color: currentColor;
	transition: opacity 1s calc(var(--delay) + 0.3s) ease;
}
@media screen and (max-width: 834px) {
	.anim-fade-text-left .c-link-icon {
		transition-delay: calc(var(--delay-sp) + 0.3s);
	}
}
.anim-fade-text-left.active .c-link-icon {
	opacity: 1;
}
.anim-fade-text-left.animated .c-link-icon {
	transition: background 0.5s, color 0.5s, border 0.5s;
}

.header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: var(--zindex-header);
	width: 100%;
	height: 0;
}
.header::before {
	content: "";
	display: block;
	width: 100%;
	height: 84px;
	background-image: linear-gradient(180deg, #000 0%, transparent 100%);
	opacity: 0.4;
	transition: opacity 0.4s;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}
@media screen and (max-width: 834px) {
	.header::before {
		height: 58px;
	}
}
.header .logo {
	width: 65px;
	position: absolute;
	top: 18px;
	left: calc(50vw - 32.5px);
	pointer-events: auto;
}
@media screen and (max-width: 834px) {
	.header .logo {
		width: 50px;
		top: 13px;
		left: calc(50vw - 25px);
	}
}
.header--anim {
	--delay: 0s;
	top: -140px;
	transition: top 1s cubic-bezier(0.26, 0.27, 0, 0.99) var(--delay);
}
.header--anim.active {
	top: 0;
}

.remodal-overlay {
	z-index: calc(var(--zindex-menu) - 1);
}

.remodal-wrapper {
	padding: 95px 40px 25px;
	z-index: var(--zindex-menu);
}
@media screen and (max-width: 834px) {
	.remodal-wrapper {
		padding: 77px 6.7vw 20px;
	}
}

.remodal {
	max-width: none;
	width: min(max(1170px, 83.6%), 1920px);
	max-width: 100%;
	padding: 0;
	background: transparent;
}
.remodal-overlay {
	background: rgba(0, 0, 0, 0.85);
}

.menu-btn {
	position: absolute;
	top: 31px;
	z-index: 10010;
	left: calc(100vw - 28px - 44px);
}
@media screen and (max-width: 834px) {
	.menu-btn {
		top: 15px;
		left: calc(100vw - 12px - 34px);
	}
}
.menu-btn__btn {
	appearance: none;
	border-width: 0;
	padding: 10px 2px;
	margin: 0;
	background-color: transparent;
	position: relative;
	width: 44px;
	height: 31px;
	cursor: pointer;
}
@media screen and (max-width: 834px) {
	.menu-btn__btn {
		width: 34px;
		height: 30px;
	}
}
.menu-btn__btn::before, .menu-btn__btn::after {
	content: "";
	display: block;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 10px;
	left: 2px;
	right: 2px;
	transform-origin: top left;
	transition: transform 0.3s;
}
.menu-btn__btn::after {
	top: auto;
	bottom: 10px;
}
.menu-btn__btn.active::before {
	transform: rotate(13deg);
}
@media screen and (max-width: 834px) {
	.menu-btn__btn.active::before {
		transform: rotate(16deg);
	}
}
.menu-btn__btn.active::after {
	transform: rotate(-13deg);
}
@media screen and (max-width: 834px) {
	.menu-btn__btn.active::after {
		transform: rotate(-16deg);
	}
}

.menu__item {
	position: relative;
	overflow: hidden;
}
.menu__item::after {
	content: "";
	display: block;
	padding-bottom: 81.8%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.4;
	background-image: linear-gradient(180deg, rgb(0 0 0 / 0) 0%, rgb(0 0 0 / 1) 100%);
	z-index: 2;
	transition: padding-bottom 0.5s ease, opacity 0.5s ease;
	pointer-events: none;
}
@media screen and (max-width: 834px) {
	.menu__item::after {
		opacity: 0.5;
		padding-bottom: 29.2%;
	}
}
.menu__item:hover::after, .menu__item:focus-within::after {
	opacity: 0.8;
	padding-bottom: 110.1%;
}
@media screen and (max-width: 834px) {
	.menu__item:hover::after, .menu__item:focus-within::after {
		opacity: 0.8;
		padding-bottom: 37.96%;
	}
}
.menu__item:hover a .menu__img img, .menu__item:focus-within a .menu__img img {
	transform: scale(1.03);
}
.menu img {
	width: 100%;
}
.menu a {
	display: block;
	text-decoration: none;
}
.menu__img img {
	transition: transform 0.5s ease;
}
.menu__txt {
	margin-top: 1vw;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	z-index: 4;
}
@media screen and (max-width: 834px) {
	.menu__txt {
		margin-top: 4vw !important;
	}
}
.menu__en-1 {
	font-size: min(2vw, 38px);
	text-align: center;
	font-family: "Libre Baskerville", serif;
	line-height: 1;
	font-style: italic;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 834px) {
	.menu__en-1 {
		font-size: 5vw;
		display: inline-block;
	}
}
.menu__en-2 {
	margin-top: 0.14em;
	font-size: min(3vw, 57px);
	text-align: center;
	font-family: "Libre Baskerville", serif;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: -0.04em;
}
@media screen and (max-width: 834px) {
	.menu__en-2 {
		margin-top: 0;
		font-size: 7vw;
		display: inline-block;
	}
}
.menu__ja {
	margin-top: 0.375em;
	letter-spacing: 0.04em;
	font-size: min(1vw, 19px);
	font-weight: 350;
	text-align: center;
}
@media screen and (max-width: 834px) {
	.menu__ja {
		margin-top: 0.2vw;
		font-size: 3vw;
	}
}
.menu__btn {
	margin: 2.429em auto 0;
	width: 13.675em;
	height: 2.906em;
	display: grid;
	place-content: center;
	font-size: max(11px, min(0.8vw, 15.2px));
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	border: 1px solid #fff;
	border-radius: 9999px;
	transition: background-color 0.4s, color 0.4s;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 834px) {
	.menu__btn {
		display: none;
	}
}
.menu__item:hover .menu__btn, .menu__item:focus-within .menu__btn {
	color: #000000;
	background-color: #fff;
}
.menu__main {
	padding-left: 0;
	list-style-type: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.5vw 3px;
}
@media screen and (max-width: 834px) {
	.menu__main {
		grid-template-columns: 1fr;
	}
}
.menu__sub {
	padding-left: 0;
	list-style-type: none;
	padding: 1.4vw 0;
	gap: 2.7vw 1.4vw;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 834px) {
	.menu__sub {
		padding-block: 4vw 0.5vw;
		grid-template-columns: 1fr;
	}
}
.menu__sub .menu__item::after {
	padding-bottom: 44.8%;
	opacity: 0.6;
}
@media screen and (max-width: 834px) {
	.menu__sub .menu__item::after {
		opacity: 0.5;
		padding-bottom: 29.2%;
	}
}
.menu__sub .menu__item:hover::after, .menu__sub .menu__item:focus-within::after {
	padding-bottom: 50%;
	opacity: 0.8;
}
@media screen and (max-width: 834px) {
	.menu__sub .menu__item:hover::after, .menu__sub .menu__item:focus-within::after {
		opacity: 0.8;
		padding-bottom: 37.96%;
	}
}
.menu__sub .menu__txt {
	margin-top: 0;
}
.menu__sub .menu__en-2 {
	margin-top: 0;
}
.menu__pagetop {
	position: relative;
	overflow: hidden;
}
.menu__pagetop.menu__item::after {
	display: none;
}
.menu__pagetop .menu__txt {
	text-align: center;
	position: relative;
	top: auto;
	right: auto;
	transform: none;
}
.menu__pagetop .menu__en-1,
.menu__pagetop .menu__en-2 {
	display: inline-block;
	padding-bottom: 0.1em;
	font-size: max(16px, min(1.4vw, 26.6px));
	border-bottom: 1px solid #fff;
}
@media screen and (max-width: 834px) {
	.menu__pagetop .menu__en-1,
	.menu__pagetop .menu__en-2 {
		font-size: 3.7vw;
	}
}
.menu__pagetop .menu__en-2 {
	margin-top: 0;
}

.btm-nav {
	margin-block: max(120px, 8.6vw);
}
@media screen and (max-width: 834px) {
	.btm-nav {
		margin-block: 26.7vw 18.7vw;
	}
}
.btm-nav__item {
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.btm-nav__item::after {
	content: "";
	display: block;
	padding-bottom: 81.8%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.4;
	background-image: linear-gradient(180deg, rgb(0 0 0 / 0) 0%, rgb(0 0 0 / 1) 100%);
	z-index: 2;
	transition: padding-bottom 0.5s ease, opacity 0.5s ease;
	pointer-events: none;
}
@media screen and (max-width: 834px) {
	.btm-nav__item::after {
		padding-bottom: 49.3%;
	}
}
.btm-nav__item:hover::after, .btm-nav__item:focus-within::after {
	opacity: 0.8;
	padding-bottom: 110.1%;
}
@media screen and (max-width: 834px) {
	.btm-nav__item:hover::after, .btm-nav__item:focus-within::after {
		padding-bottom: 64.09%;
	}
}
.btm-nav__item:hover a .btm-nav__img img, .btm-nav__item:focus-within a .btm-nav__img img {
	transform: scale(1.03);
}
.btm-nav__item:not(:has(a)) {
	cursor: unset;
}
.btm-nav__item:not(:has(a))::after {
	background-image: none;
	background-color: #000;
	opacity: 0.7 !important;
	padding-bottom: 0 !important;
	height: 100%;
}
@media screen and (max-width: 834px) {
	.btm-nav__item--sp-2lines .btm-nav__en-1,
	.btm-nav__item--sp-2lines .btm-nav__en-2 {
		display: block;
	}
	.btm-nav__item--sp-2lines .btm-nav__txt {
		top: 10.9vw !important;
	}
}
.btm-nav img {
	width: 100%;
}
.btm-nav a {
	display: block;
}
.btm-nav__img img {
	transition: transform 0.5s ease;
}
.btm-nav__txt {
	position: absolute;
	left: 0;
	right: 0;
	top: 30.4vw;
	color: #fff;
	z-index: 4;
}
@media screen and (max-width: 834px) {
	.btm-nav__txt {
		text-align: center;
		top: 17vw;
	}
}
.btm-nav__en-1 {
	font-size: 2.4vw;
	text-align: center;
	font-family: "Libre Baskerville", serif;
	line-height: 1;
	font-style: italic;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 834px) {
	.btm-nav__en-1 {
		display: inline-block;
		font-size: 6.7vw;
	}
}
.btm-nav__en-2 {
	margin-top: 0.14em;
	font-size: 3.6vw;
	text-align: center;
	font-family: "Libre Baskerville", serif;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: -0.04em;
}
@media screen and (max-width: 834px) {
	.btm-nav__en-2 {
		display: inline-block;
		font-size: 9.3vw;
		margin-top: 0;
	}
}
.btm-nav__ja {
	margin-top: 0.375em;
	letter-spacing: 0.04em;
	font-size: 1.1vw;
	font-weight: 350;
	text-align: center;
}
@media screen and (max-width: 834px) {
	.btm-nav__ja {
		font-size: 3.5vw;
	}
}
.btm-nav__btn {
	margin: 2.429em auto 0;
	width: 13.571em;
	height: 2.857em;
	display: grid;
	place-content: center;
	font-size: 1vw;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	border: 1px solid #fff;
	border-radius: 9999px;
	transition: background-color 0.4s, color 0.4s;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 834px) {
	.btm-nav__btn {
		margin-top: 1.4em;
		font-size: 3vw;
	}
}
.btm-nav__item:hover .btm-nav__btn, .btm-nav__item:focus-within .btm-nav__btn {
	color: #000000;
	background-color: #fff;
}
.btm-nav__main {
	padding-left: 0;
	list-style-type: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.5vw 1px;
}
@media screen and (max-width: 834px) {
	.btm-nav__main {
		grid-template-columns: 1fr;
	}
}
.btm-nav__sub {
	padding-left: 0;
	list-style-type: none;
	background-color: #f8f0e3;
	padding: 1.4vw;
	gap: 2.7vw 1.4vw;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 834px) {
	.btm-nav__sub {
		padding: 2.7vw;
		grid-template-columns: 1fr;
	}
}
.btm-nav__sub .btm-nav__item::after {
	padding-bottom: 44.8%;
	opacity: 0.6;
}
.btm-nav__sub .btm-nav__item:hover::after, .btm-nav__sub .btm-nav__item:focus-within::after {
	padding-bottom: 50%;
	opacity: 0.8;
}
.btm-nav__sub .btm-nav__txt {
	top: 14.8vw;
}
@media screen and (max-width: 834px) {
	.btm-nav__sub .btm-nav__txt {
		top: 17vw;
	}
}
.btm-nav__pagetop {
	position: relative;
	overflow: hidden;
}
.btm-nav__pagetop.btm-nav__item::after {
	padding-bottom: 17.1vw;
}
@media screen and (max-width: 834px) {
	.btm-nav__pagetop.btm-nav__item::after {
		padding-bottom: 32%;
	}
}
.btm-nav__pagetop.btm-nav__item:hover::after, .btm-nav__pagetop.btm-nav__item:focus-within::after {
	padding-bottom: 19.1vw;
}
@media screen and (max-width: 834px) {
	.btm-nav__pagetop.btm-nav__item:hover::after, .btm-nav__pagetop.btm-nav__item:focus-within::after {
		padding-bottom: 41.6%;
	}
}
.btm-nav__pagetop .btm-nav__txt {
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.btm-nav__pagetop .btm-nav__en-1,
.btm-nav__pagetop .btm-nav__en-2 {
	font-size: 2.4vw;
}
@media screen and (max-width: 834px) {
	.btm-nav__pagetop .btm-nav__en-1,
	.btm-nav__pagetop .btm-nav__en-2 {
		font-size: 5.9vw;
	}
}

.c-btm-link a {
	margin-inline: auto;
	width: 860px;
	max-width: 83.6vw;
	display: block;
	text-align: center;
	height: 7.778em;
	line-height: 7.667em;
	font-size: clamp(0.938rem, 0.66rem + 0.5309734513vw, 1.125rem);
	letter-spacing: 0.04em;
	font-weight: 500;
	border: 1px solid #bfbfbf;
	text-decoration: none;
	transition: background-color 0.3s cubic-bezier(0.45, 0, 0.55, 1), color 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
@media screen and (max-width: 834px) {
	.c-btm-link a {
		height: 5.833em;
		line-height: 5.667em;
		font-size: clamp(0.75rem, 0.546rem + 0.871459695vw, 1rem);
		max-width: 92vw;
	}
}
.c-btm-link--black a {
	background: #333;
	color: #fff;
}
.c-btm-link--black a:hover {
	background: #fff;
	color: #000;
}
.c-btm-link--white a {
	background: #fff;
	color: #000;
}
.c-btm-link--white a:hover {
	background: #333;
	color: #fff;
}
.c-btm-link--icon a::after,
.c-btm-link--icon .c-btm-link__sp-2lines::after {
	content: "";
	margin-left: 0.3em;
	display: inline-block;
	vertical-align: middle;
	width: 0.813em;
	height: 0.625em;
	background: center center/contain no-repeat url("//ds-assets.s3.amazonaws.com/ilbisonte/ONEandONLY/images/common/icon_link.svg");
}
@media screen and (max-width: 834px) {
	.c-btm-link--icon:has(.c-btm-link__sp-2lines) a {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
@media screen and (max-width: 834px) {
	.c-btm-link--icon:has(.c-btm-link__sp-2lines) a::after {
		content: none;
	}
}
.c-btm-link--icon:has(.c-btm-link__sp-2lines) a .c-btm-link__sp-2lines::after {
	content: none;
}
@media screen and (max-width: 834px) {
	.c-btm-link--icon:has(.c-btm-link__sp-2lines) a .c-btm-link__sp-2lines::after {
		content: "";
	}
}
@media screen and (max-width: 834px) {
	.c-btm-link:has(.c-btm-link__sp-2lines) a {
		line-height: 1.417;
	}
}
.c-btm-link + .c-btm-link {
	margin-top: 30px;
}
@media screen and (max-width: 834px) {
	.c-btm-link + .c-btm-link {
		margin-top: 15px;
	}
}

@keyframes anim-imv-appear {
	0% {
		opacity: 0;
		transform: scale(1);
	}
	100% {
		opacity: 1;
		transform: scale(1.02);
	}
}
@keyframes anim-imv-slide-fade-1 {
	0%, 30% {
		opacity: 1;
	}
	50%, 80% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes anim-imv-slide-fade-2 {
	0%, 30% {
		opacity: 0;
	}
	50%, 80% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes anim-imv-scale {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.09);
	}
}
.i-mv {
	position: relative;
	overflow: hidden;
	height: 100vh;
	height: 100svh;
	min-height: 47.2vw;
	max-height: 90vw;
	overflow: hidden;
	position: relative;
	background: #000;
	transition: background-color 0.5s linear 1.5s;
}
@media screen and (max-width: 834px) {
	.i-mv {
		min-height: 0;
		max-height: min(150vh, 900px);
		max-height: min(150svh, 900px);
	}
}
.i-mv__slider {
	height: 100%;
	opacity: 0;
}
.i-mv__slide {
	height: 100%;
}
.i-mv__slide picture {
	height: 100%;
}
.i-mv__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.i-mv__slide--02 {
	position: absolute;
	inset: 0;
	width: 100%;
	height: auto;
}
.i-mv__logo {
	position: absolute;
	inset: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 8vh;
	row-gap: 1.9vw;
	filter: drop-shadow(0px 0px 8vw rgb(0 0 0 / 0.5));
}
@media screen and (max-width: 834px) {
	.i-mv__logo {
		margin-left: 3vw;
		row-gap: 3vw;
	}
}
.i-mv__logo-01, .i-mv__logo-02 {
	display: flex;
	justify-content: center;
	align-items: start;
}
.i-mv__logo-01 img {
	height: 6.6vw;
	width: auto;
}
@media screen and (max-width: 834px) {
	.i-mv__logo-01 img {
		height: 10.1vw;
	}
}
.i-mv__logo-only {
	display: flex;
	justify-content: start;
	position: relative;
}
.i-mv__logo-only > img:first-child {
	position: absolute;
	top: 0;
	right: calc(100% - 0.6vw);
}
.i-mv__logo-02 img {
	height: 3.8vw;
	width: auto;
}
@media screen and (max-width: 834px) {
	.i-mv__logo-02 img {
		height: 5.9vw;
	}
}
.i-mv__anim-left {
	--delay: 0s;
	position: relative;
	overflow: hidden;
	display: inline-block;
}
@media screen and (max-width: 834px) {
	.i-mv__anim-left {
		--delay-sp: var(--delay);
	}
}
.i-mv__anim-left::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -50%;
	width: 150%;
	height: 100%;
	background: #fff;
	background: linear-gradient(90deg, rgb(0 0 0 / 0) 0%, rgb(0 0 0 / 1) 33%, rgb(0 0 0 / 1) 100%);
	z-index: 10;
	transition: left 0.7s ease var(--delay);
}
@media screen and (max-width: 834px) {
	.i-mv__anim-left::after {
		transition-delay: var(--delay-sp);
	}
}
.i-mv__anim-fade {
	opacity: 0;
	transition: opacity 0.7s linear 0.8s;
}
.i-mv.active {
	background-color: #fff;
}
.i-mv.active .i-mv__slider {
	animation: anim-imv-appear 1s cubic-bezier(0.33, 1, 0.68, 1) 1.5s forwards;
}
.i-mv.active .i-mv__slide--01 {
	animation: anim-imv-scale 14s cubic-bezier(0.3, 0.54, 0.66, 0.79) 1.5s forwards, anim-imv-slide-fade-1 6s linear 1.5s infinite;
}
.i-mv.active .i-mv__slide--02 {
	animation: anim-imv-scale 14s cubic-bezier(0.3, 0.54, 0.66, 0.79) 1.5s forwards, anim-imv-slide-fade-2 6s linear 1.5s infinite;
}
.i-mv.active .i-mv__anim-left::after {
	left: 101%;
}
.i-mv.active .i-mv__anim-fade {
	opacity: 1;
}

.i-top {
	margin: max(40px, 2.9vw) auto 0;
}
@media screen and (max-width: 834px) {
	.i-top {
		margin-top: 6.9vw;
		max-width: 86.7vw;
	}
}
.i-top__en {
	padding-block: 0.2em;
	margin-block: -0.2em;
	line-height: 1;
	font-family: "Libre Baskerville", serif;
	font-style: italic;
	font-size: 1.6vw;
	letter-spacing: 0em;
	text-decoration: underline;
	text-decoration-color: #000;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.01em;
	text-align: center;
}
@media screen and (max-width: 1920px) {
	.i-top__en {
		font-size: min(2.1vw, 1.875rem);
	}
}
@media screen and (max-width: 834px) {
	.i-top__en {
		text-align: left;
		font-size: max(11px, 3.5vw);
		letter-spacing: -0.02em;
	}
}
.i-top__ttl {
	margin-top: 0.47em;
	font-size: 3.4vw;
	line-height: 1.259;
	font-weight: 300;
	letter-spacing: 0.04em;
	font-family: "Noto Serif JP", serif;
	white-space: nowrap;
	text-align: center;
}
@media screen and (max-width: 1920px) {
	.i-top__ttl {
		font-size: min(4.7vw, 4.125rem);
	}
}
@media screen and (max-width: 834px) {
	.i-top__ttl {
		margin-top: 0.361em;
		text-align: left;
		font-size: max(24px, 8.1vw);
		line-height: 1.326;
	}
}
@media screen and (max-width: 319px) {
	.i-top__ttl {
		white-space: wrap;
	}
}
.i-top__desc {
	margin-top: 1.3em;
	text-align: center;
	font-size: max(clamp(0.75rem, 0.288rem + 0.8849557522vw, 1.063rem), 0.9vw);
	line-height: 2.063;
	letter-spacing: 0.04em;
	font-weight: 350;
	color: #040000;
}
@media screen and (max-width: 834px) {
	.i-top__desc {
		text-align: left;
		margin-top: 4.3vw;
		font-size: clamp(0.813rem, 0.659rem + 0.6535947712vw, 1rem);
		line-height: 2.192;
		letter-spacing: 0em;
	}
}

.i-sec {
	margin-top: max(60px, 4.3vw);
	position: relative;
}
.i-sec__photo {
	width: 64.3vw;
	margin-left: auto;
}
@media screen and (max-width: 834px) {
	.i-sec__photo {
		width: 100%;
		margin-left: 0;
	}
}
.i-sec__photo img {
	width: 100%;
}
.i-sec__txt {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 8.1vw;
}
@media screen and (max-width: 834px) {
	.i-sec__txt {
		position: static;
		top: 0;
		transform: none;
		left: 0;
		margin: 0 10.7vw;
	}
}
.i-sec__en {
	font-family: "Libre Baskerville", serif;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	white-space: nowrap;
	margin-left: 0.14em;
	font-size: 2.3vw;
}
@media screen and (max-width: 1920px) {
	.i-sec__en {
		font-size: min(3.1vw, 2.75rem);
	}
}
@media screen and (max-width: 834px) {
	.i-sec__en {
		background-image: none;
		background-size: unset;
		-webkit-background-clip: unset;
		-webkit-text-fill-color: unset;
		transition: unset;
		background-position: unset;
	}
}
.i-sec__en-1 {
	font-style: italic;
	letter-spacing: -0.01em;
}
.i-sec__en-2 {
	margin-left: 0.1em;
	letter-spacing: -0.03em;
	font-size: 3.4vw;
}
@media screen and (max-width: 1920px) {
	.i-sec__en-2 {
		font-size: min(4.7vw, 4.125rem);
	}
}
@media screen and (max-width: 834px) {
	.i-sec__en-2 {
		margin-left: 0;
		font-size: 14.7vw;
	}
}
br + .i-sec__en-2 {
	margin-left: 0;
}
.i-sec__ttl {
	margin-top: 0.9em;
	font-size: 2.9vw;
	font-family: "Noto Serif JP", serif;
	line-height: 1.25;
	font-weight: 300;
	letter-spacing: 0.02em;
	white-space: nowrap;
}
@media screen and (max-width: 834px) {
	.i-sec__ttl {
		margin-top: 0.481em;
		font-size: max(20px, 7.2vw);
		line-height: 1.394;
		letter-spacing: 0.04em;
	}
}
@media screen and (max-width: 319px) {
	.i-sec__ttl {
		white-space: wrap;
	}
}
.i-sec__desc, .i-sec__btn {
	width: 24.3vw;
}
@media screen and (max-width: 834px) {
	.i-sec__desc, .i-sec__btn {
		width: 100%;
	}
}
.i-sec__desc {
	margin-top: 1.2em;
	font-size: 0.8vw;
	line-height: 2.125;
	letter-spacing: 0.06em;
	font-weight: 350;
	color: #040000;
}
@media screen and (max-width: 1920px) {
	.i-sec__desc {
		font-size: clamp(0.688rem, 0.226rem + 0.8849557522vw, 1rem); /* 11px @835px - 16px @1400px */
	}
}
@media screen and (max-width: 834px) {
	.i-sec__desc {
		margin-top: 0.846em;
		font-size: clamp(0.813rem, 0.659rem + 0.6535947712vw, 1rem);
		line-height: 2.192;
		letter-spacing: 0.02em;
	}
}
.i-sec__btn {
	padding-bottom: 1px;
}
.i-sec__btn::after {
	transition-delay: 0.45s;
}
@media screen and (max-width: 834px) {
	.i-sec__btn::after {
		transition-delay: 0s;
	}
}
.i-sec__btn a {
	margin-top: min(2.3vw, 32px);
	padding: 0.9em 0;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: max(10px, 0.9vw);
	letter-spacing: 0.08em;
	text-align: center;
	border-radius: 9999px;
	border: 1px solid #333333;
	color: #333333;
	text-decoration: none;
	background-color: #fff;
	transition: background-color 0.4s, color 0.4s, border-color 0.4s;
}
.i-sec__btn a:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}
@media screen and (max-width: 834px) {
	.i-sec__btn a {
		margin-top: 5.9vw;
		font-size: max(8.955px, 2.4vw);
		padding-block: 1.05em;
	}
}
.i-sec--bag {
	margin-top: 10.6vw;
}
@media screen and (max-width: 834px) {
	.i-sec--bag {
		margin-top: 17.6vw;
	}
}
.i-sec--reverse .i-sec__photo {
	margin-left: 0;
	margin-right: auto;
}
.i-sec--reverse .i-sec__txt {
	left: auto;
	right: 8.1vw;
	width: 24.3vw;
}
@media screen and (max-width: 834px) {
	.i-sec--reverse .i-sec__txt {
		right: auto;
		width: auto;
	}
}
.i-sec--reverse .i-sec__en,
.i-sec--reverse .i-sec__ttl {
	margin-left: -7.4vw;
}
@media screen and (max-width: 834px) {
	.i-sec--reverse .i-sec__en,
	.i-sec--reverse .i-sec__ttl {
		margin-left: 0;
	}
}
.i-sec--reverse .i-sec__ttl {
	width: max-content;
}
.i-sec--wallet .i-sec__en-2 {
	margin-left: 0;
}

@media screen and (max-width: 834px) {
	.i-area-white .i-sec__en {
		position: absolute;
		top: 2vw;
		left: 0;
		right: 0;
		height: 133.3vw;
		color: #fff;
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-left: 0;
		font-size: 7.5vw;
		text-shadow: 0px 0px 16vw rgb(0 0 0 / 0.8);
	}
}
@media screen and (max-width: 834px) {
	.i-area-white .i-sec--goods .i-sec__en {
		height: 120vw;
	}
}

.i-area-beige {
	margin-top: max(100px, 7.1vw);
	padding-block: max(60px, 4.3vw) max(80px, 5.7vw);
	background: #f8f0e3;
}
@media screen and (max-width: 834px) {
	.i-area-beige {
		margin-top: 18.7vw;
		padding-block: 10.1vw 26.7vw;
	}
}
.i-area-beige .i-sec {
	border-top: 1px solid #333333;
	margin: 0 8.3vw;
	padding-block: max(60px, 4.3vw);
}
@media screen and (max-width: 834px) {
	.i-area-beige .i-sec {
		position: relative;
		display: flex;
		flex-direction: column-reverse;
		padding: 3.7vw 0 17.3vw;
		margin-top: 17.3vw;
		margin-inline: 0;
		row-gap: 6vw;
		border-top-width: 0;
	}
}
.i-area-beige .i-sec::before {
	display: block;
	position: absolute;
	top: 0;
	left: 6.7vw;
	right: 6.7vw;
	height: 1px;
	background-color: #333333;
}
@media screen and (max-width: 834px) {
	.i-area-beige .i-sec::before {
		content: "";
	}
}
.i-area-beige .i-sec:first-child {
	margin-top: 0;
}
@media screen and (max-width: 834px) {
	.i-area-beige .i-sec:first-child {
		margin-top: 0;
	}
}
.i-area-beige .i-sec__photo {
	width: 48.9vw;
}
@media screen and (max-width: 834px) {
	.i-area-beige .i-sec__photo {
		width: 100vw;
	}
}
.i-area-beige .i-sec__txt {
	left: 0;
}
@media screen and (max-width: 834px) {
	.i-area-beige .i-sec__txt {
		margin-inline: 10.7vw;
	}
}
.i-area-beige .i-sec__en {
	margin-left: 0;
	font-size: 2.1vw;
}
@media screen and (max-width: 1920px) {
	.i-area-beige .i-sec__en {
		font-size: min(2.9vw, 2.5rem);
	}
}
@media screen and (max-width: 834px) {
	.i-area-beige .i-sec__en {
		font-size: 5.3vw;
		line-height: 0.99;
	}
}
.i-area-beige .i-sec__en-2 {
	font-size: 2.9vw;
}
@media screen and (max-width: 1920px) {
	.i-area-beige .i-sec__en-2 {
		font-size: min(4vw, 3.5rem);
	}
}
@media screen and (max-width: 834px) {
	.i-area-beige .i-sec__en-2 {
		font-size: 8.8vw;
	}
}
@media screen and (max-width: 834px) {
	.i-area-beige .i-sec__ttl {
		margin-top: 0.593em;
	}
}
.i-area-beige .i-sec__desc, .i-area-beige .i-sec__btn {
	width: 31.4vw;
}
@media screen and (max-width: 834px) {
	.i-area-beige .i-sec__desc, .i-area-beige .i-sec__btn {
		width: auto;
	}
}
@media screen and (max-width: 834px) {
	.i-area-beige .i-sec__btn {
		position: absolute;
		bottom: 0;
		left: 10.7vw;
		right: 10.7vw;
	}
}
.i-area-beige .i-sec--reverse .i-sec__txt {
	left: auto;
	right: 0;
	width: 31.4vw;
}
@media screen and (max-width: 834px) {
	.i-area-beige .i-sec--reverse .i-sec__txt {
		width: auto;
	}
}
.i-area-beige .i-sec--reverse .i-sec__en,
.i-area-beige .i-sec--reverse .i-sec__ttl {
	margin-left: 0;
}
@media screen and (max-width: 834px) {
	.i-area-beige .i-sec--care .i-sec__en-2 {
		margin-left: 0.1em;
	}
}
@media screen and (max-width: 834px) {
	.i-area-beige .i-sec--natural-leather {
		padding-top: 5.1vw;
	}
}

.i-btm__photo {
	overflow: hidden;
}
.i-btm__photo img {
	width: 100%;
}
.i-btm__inner {
	width: 44.8vw;
	margin-inline: auto;
	container-type: inline-size;
}
@media screen and (max-width: 1920px) {
	.i-btm__inner {
		width: 860px;
		max-width: 83.6vw;
	}
}
@media screen and (max-width: 834px) {
	.i-btm__inner {
		width: auto;
		max-width: 100%;
		margin-inline: 10.7vw;
	}
}
.i-btm__ttl {
	margin-top: max(40px, 2.9vw);
	font-size: min(2.9vw, 40px);
	font-size: 4.7cqw;
	font-family: "Noto Serif JP", serif;
	line-height: 1.25;
	font-weight: 300;
	letter-spacing: 0.01em;
	white-space: nowrap;
	width: max-content;
}
@media screen and (max-width: 834px) {
	.i-btm__ttl {
		margin-top: 0.741em;
		font-size: max(20px, 7.2vw);
		line-height: 1.375;
	}
}
.i-btm__desc {
	margin-top: max(15px, 1.1vw);
	font-size: 0.8vw;
	line-height: 2.063;
	letter-spacing: 0.04em;
	font-weight: 350;
	color: #040000;
}
@media screen and (max-width: 1920px) {
	.i-btm__desc {
		font-size: clamp(0.688rem, 0.226rem + 0.8849557522vw, 1rem); /* 11px @835px - 16px @1400px */
	}
}
@media screen and (max-width: 834px) {
	.i-btm__desc {
		margin-top: 0.769em;
		font-size: clamp(0.813rem, 0.659rem + 0.6535947712vw, 1rem);
		line-height: 2.192;
		letter-spacing: 0.02em;
	}
}
.i-btm .c-btm-link {
	margin-top: 110px;
}
@media screen and (max-width: 834px) {
	.i-btm .c-btm-link {
		margin-top: min(21.3vw, 80px);
		margin-inline: -6.7vw;
	}
}

@keyframes anim-pmv-bg-1 {
	0% {
		opacity: 0;
		transform: scale(1);
	}
	100% {
		opacity: 1;
		transform: scale(1.05);
	}
}
@keyframes anim-pmv-bg-2 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}
@keyframes anim-pmv-ttl {
	0% {
		opacity: 0;
		transform: translateY(30%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.p-mv__mv {
	position: relative;
	overflow: hidden;
	height: 100vh;
	height: 100lvh;
	min-height: 40vw;
	background-color: #000;
}
@media screen and (max-width: 834px) {
	.p-mv__mv {
		min-height: 0;
	}
}
.p-mv__bg {
	height: 100%;
	opacity: 0;
	transform: scale(1);
}
.p-mv__bg picture {
	height: 100%;
}
.p-mv__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
}
.p-mv__ttl {
	position: absolute;
	inset: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Libre Baskerville", serif;
	color: #fff;
	text-shadow: 0px 0px 16vw rgb(0 0 0 / 0.9);
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.p-mv__ttl-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	opacity: 0;
	transform: translateY(30%);
}
.p-mv__ttl-1 {
	line-height: 1;
	font-size: 4vw;
	letter-spacing: -0.02em;
	font-style: italic;
	text-align: center;
}
@media screen and (max-width: 834px) {
	.p-mv__ttl-1 {
		font-size: 7.5vw;
	}
}
.p-mv__ttl-2 {
	margin-top: 0.08em;
	line-height: 1;
	font-size: 7.9vw;
	letter-spacing: -0.02em;
	text-align: center;
}
@media screen and (max-width: 834px) {
	.p-mv__ttl-2 {
		font-size: 14.7vw;
	}
}
.p-mv.active .p-mv__bg {
	animation: anim-pmv-bg-1 1s ease forwards;
}
.p-mv.active .p-mv__bg img {
	animation: anim-pmv-bg-2 15s cubic-bezier(0.61, 1, 0.88, 1) forwards;
}
.p-mv.active .p-mv__ttl-inner {
	animation: anim-pmv-ttl 0.5s ease 1s forwards;
}

.p-lead-txt {
	margin: max(50px, 3.6vw) auto 0;
}
@media screen and (max-width: 834px) {
	.p-lead-txt {
		margin-top: 8vw;
	}
}
.p-lead-txt__en, .p-lead-txt__lead, .p-lead-txt__desc {
	width: clamp(770px, 55vw, 1056px);
	max-width: 83.6vw;
	margin-inline: auto;
}
@media screen and (max-width: 834px) {
	.p-lead-txt__en, .p-lead-txt__lead, .p-lead-txt__desc {
		max-width: 78.4vw;
	}
}
@media screen and (max-width: 834px) {
	.p-lead-txt--sp-wide .p-lead-txt__en,
	.p-lead-txt--sp-wide .p-lead-txt__lead,
	.p-lead-txt--sp-wide .p-lead-txt__desc {
		max-width: 86.7vw;
	}
}
.p-lead-txt__lead {
	font-size: 2.76rem;
	line-height: 1.5;
	font-weight: 300;
	letter-spacing: 0.04em;
	font-family: "Noto Serif JP", serif;
	white-space: nowrap;
	text-align: center;
	min-width: max-content;
}
@media screen and (max-width: 1920px) {
	.p-lead-txt__lead {
		font-size: max(2rem, 2.3vw);
	}
}
@media screen and (max-width: 834px) {
	.p-lead-txt__lead {
		font-size: max(20px, 6.4vw);
		line-height: 1.568;
		text-align: left;
	}
}
@media screen and (max-width: 319px) {
	.p-lead-txt__lead {
		white-space: wrap;
	}
}
.p-lead-txt__lead:has(span:last-child.c-tume--large) {
	padding-inline: 1em;
}
@media screen and (max-width: 834px) {
	.p-lead-txt__lead:has(span:last-child.c-tume--large) {
		padding-inline: 0;
	}
}
.p-lead-txt__desc {
	margin-top: 1.2em;
	font-size: clamp(0.813rem, 0.535rem + 0.5309734513vw, 1rem);
	line-height: 2.125;
	letter-spacing: 0.06em;
	font-weight: 350;
	color: #040000;
}
@media screen and (max-width: 834px) {
	.p-lead-txt__desc {
		margin-top: 3.5vw;
		font-size: clamp(0.813rem, 0.659rem + 0.6535947712vw, 1rem);
		line-height: 2.192;
		letter-spacing: 0.06em;
	}
}
.p-lead-txt__en {
	padding-block: 0.2em;
	margin-block: -0.2em 0.433em;
	font-size: min(2.1vw, 1.875rem);
	line-height: 1;
	font-family: "Libre Baskerville", serif;
	font-style: italic;
	letter-spacing: 0em;
	text-decoration: underline;
	text-decoration-color: #000;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.02em;
	text-align: center;
}
@media screen and (max-width: 834px) {
	.p-lead-txt__en {
		text-align: left;
		font-size: 3.5vw;
		letter-spacing: -0.02em;
	}
}
.p-lead-txt--mv {
	margin-top: max(20px, 1.4vw);
}
@media screen and (max-width: 834px) {
	.p-lead-txt--mv {
		margin-top: 4vw;
	}
}
.p-lead-txt--mv:has(.p-lead-txt__en) {
	margin-top: max(20px, 2.1vw);
}
.p-lead-txt--mv .p-lead-txt__lead {
	font-size: clamp(2.188rem, 1.171rem + 1.9469026549vw, 2.875rem);
	line-height: 1.37;
}
@media screen and (max-width: 834px) {
	.p-lead-txt--mv .p-lead-txt__lead {
		font-size: max(20px, 6.4vw);
		line-height: 1.568;
	}
}

.p-main {
	width: 83.6vw;
	margin: min(19.1vw, 267px) auto 0;
}
@media screen and (max-width: 834px) {
	.p-main {
		width: auto;
		margin-top: 26.1vw;
	}
}
.p-mv + .p-sec .p-main {
	margin-top: 8.9vw;
}
@media screen and (max-width: 834px) {
	.p-mv + .p-sec .p-main {
		margin-top: 24.3vw;
	}
}
.p-main__ttl {
	display: flex;
	justify-content: space-between;
	align-items: end;
	line-height: 1;
	font-family: "Libre Baskerville", serif;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 2.4vw;
}
@media screen and (max-width: 1920px) {
	.p-main__ttl {
		font-size: clamp(1.75rem, 1.196rem + 1.0619469027vw, 2.125rem);
	}
}
@media screen and (max-width: 834px) {
	.p-main__ttl {
		margin-inline: 2.6vw;
		font-size: 4.5vw;
	}
}
.p-main__ttl-num {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 0.1em;
}
.p-main__ttl-num span:first-child {
	font-style: italic;
	font-size: 0.706em;
}
.p-main__ttl-name {
	font-style: italic;
	letter-spacing: 0.01em;
}
.p-main__slider {
	margin-top: max(13px, 0.9vw);
}
@media screen and (max-width: 834px) {
	.p-main__slider {
		margin-top: 2.4vw;
	}
}
.p-main__slider img {
	width: 100%;
}
.p-main__nav {
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.p-main__nav-btn {
	margin-top: 1em;
	padding-block: 0.5em;
	appearance: none;
	border-width: 0;
	background: #f8f0e3;
	color: #000;
	font-family: "Libre Baskerville", serif;
	text-align: center;
	width: 10.278em;
	font-size: 0.9vw;
	font-style: italic;
	transition: color 0.3s cubic-bezier(0.45, 0, 0.55, 1), background-color 0.3s cubic-bezier(0.45, 0, 0.55, 1);
	cursor: pointer;
}
@media screen and (max-width: 1920px) {
	.p-main__nav-btn {
		font-size: clamp(0.813rem, 0.351rem + 0.8849557522vw, 1.125rem);
	}
}
@media screen and (max-width: 834px) {
	.p-main__nav-btn {
		font-size: min(3.5vw, clamp(0.821rem, 0.573rem + 1.059912854vw, 1.125rem));
	}
}
.p-main__nav-btn--before {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.p-main__nav-btn--after {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.p-main__nav-btn.active {
	background-color: #333333;
	color: #fff;
}

.p-gallery {
	margin-top: max(70px, 5vw);
}
@media screen and (max-width: 834px) {
	.p-gallery {
		margin-top: 11.7vw;
	}
}
.p-gallery .splide__slide {
	position: relative;
	width: 42.9vw;
	padding-inline: 1.1vw;
}
@media screen and (max-width: 834px) {
	.p-gallery .splide__slide {
		width: 78.7vw;
		padding-inline: 1.3vw;
	}
}
.p-gallery .splide__slide::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 1.1vw;
	right: 1.1vw;
	padding-bottom: 17.5%;
	background-image: linear-gradient(180deg, rgb(0 0 0 / 0), rgb(0 0 0 / 0.4));
}
@media screen and (max-width: 834px) {
	.p-gallery .splide__slide::after {
		left: 1.3vw;
		right: 1.3vw;
	}
}
.p-gallery .splide__slide img {
	width: 100%;
}
.p-gallery__caption {
	position: absolute;
	bottom: 0.6em;
	left: 0;
	right: 0;
	text-align: center;
	font-size: max(1.125rem, 1.6vw);
	color: #fff;
	font-style: italic;
	line-height: 1;
	font-family: "Libre Baskerville", serif;
	z-index: 5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.p-gallery .splide__arrow {
	appearance: none;
	background: transparent;
	width: 5.1vw;
	height: 6.3vw;
	padding: 1vw;
	opacity: 1 !important;
	border-radius: 0;
}
@media screen and (max-width: 1920px) {
	.p-gallery .splide__arrow {
		width: calc(min(4.2vw, 59px) + 2vw);
		height: calc(min(5.9vw, 82px) + 2vw);
	}
}
@media screen and (max-width: 834px) {
	.p-gallery .splide__arrow {
		display: none;
	}
}
.p-gallery .splide__arrow img {
	width: 100%;
}
.p-gallery .splide__arrow--prev {
	left: 0.8vw;
}
.p-gallery .splide__arrow--prev img {
	transform: scale(-1, 1);
}
.p-gallery .splide__arrow--next {
	right: 0.8vw;
}
.p-gallery .splide__pagination {
	position: relative;
	bottom: auto;
	padding: 0;
	margin-top: 0.6vw;
}
@media screen and (max-width: 834px) {
	.p-gallery .splide__pagination {
		margin-top: -1.1vw;
	}
}
.p-gallery .splide__pagination__page {
	border-radius: 0;
	opacity: 1 !important;
	margin: 0;
	padding: 1vw max(2px, 0.1vw);
	box-sizing: content-box;
	background-color: transparent;
	cursor: pointer;
}
.p-gallery .splide__pagination__page, .p-gallery .splide__pagination__page::before {
	width: max(40px, 2.9vw);
	height: max(2px, 0.1vw);
}
@media screen and (max-width: 834px) {
	.p-gallery .splide__pagination__page, .p-gallery .splide__pagination__page::before {
		width: 5.3vw;
		height: 0.3vw;
	}
}
.p-gallery .splide__pagination__page::before {
	content: "";
	display: block;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: background-color 0.2s;
	background: #edddc3;
}
.p-gallery .splide__pagination__page.is-active {
	transform: none;
}
.p-gallery .splide__pagination__page.is-active::before {
	background-color: #333333;
}

.p-link {
	margin-top: max(62px, 4.4vw);
}
@media screen and (max-width: 834px) {
	.p-link {
		margin-top: 9.3vw;
	}
}
@media screen and (max-width: 834px) {
	.p-link__photo {
		overflow: hidden;
	}
}
.p-link__photo img {
	width: 39.1vw;
	max-width: 80%;
	margin-inline: auto;
}
@media screen and (max-width: 1920px) {
	.p-link__photo img {
		width: 750px;
	}
}
@media screen and (max-width: 834px) {
	.p-link__photo img {
		max-width: none;
		width: 100vw;
		margin-inline: 0;
	}
}
.p-link__name {
	margin-top: 0.45em;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.02em;
	font-size: 1vw;
}
@media screen and (max-width: 1920px) {
	.p-link__name {
		font-size: clamp(1.063rem, 0.785rem + 0.5309734513vw, 1.25rem);
	}
}
@media screen and (max-width: 834px) {
	.p-link__name {
		font-size: clamp(0.875rem, 0.671rem + 0.871459695vw, 1.125rem);
	}
}
.p-link__name a {
	text-decoration: none !important;
}
.p-link__btn a {
	display: grid;
	margin-top: 3em;
	margin-inline: auto;
	width: 26.75em;
	height: 4.25em;
	place-content: center;
	text-decoration: none;
	color: #fff;
	background: #000;
	border-radius: 9999px;
	transition: background-color 0.4s, color 0.4s, border-color 0.4s;
	border: 1px solid #000;
	font-size: 0.8vw;
}
@media screen and (max-width: 1920px) {
	.p-link__btn a {
		font-size: clamp(0.875rem, 0.69rem + 0.3539823009vw, 1rem);
	}
}
@media screen and (max-width: 834px) {
	.p-link__btn a {
		margin-top: 1.923em;
		font-size: clamp(0.813rem, 0.535rem + 0.5309734513vw, 1rem);
		width: 20.538em;
		max-width: 96%;
		height: 4.615em;
	}
}
.p-link__btn a:hover {
	background: #fff;
	color: #000;
}

.p-btm-link {
	margin-top: min(17.1vw, 240px);
}
@media screen and (max-width: 834px) {
	.p-btm-link {
		margin-top: 25.6vw;
	}
}
.nleather-sec + .p-btm-link {
	margin-top: max(70px, 5vw);
}
@media screen and (max-width: 834px) {
	.nleather-sec + .p-btm-link {
		margin-top: 12vw;
	}
}
.p-btm-link__desc {
	margin-bottom: 40px;
	font-size: clamp(0.938rem, 0.66rem + 0.5309734513vw, 1.125rem);
	line-height: 1.944;
	letter-spacing: 0.06em;
	font-weight: 500;
	color: #040000;
	text-align: center;
}
@media screen and (max-width: 834px) {
	.p-btm-link__desc {
		margin-bottom: 5.3vw;
		font-size: clamp(15px, 4vw, 0.938rem);
		line-height: 1.867;
		letter-spacing: 0em;
	}
}

.p-sec--01-02 .p-link__name {
	margin-top: 2em;
}

.care-ctt-wrap {
	--care-sidebar-breakpoint: 903px;
	--care-ctt-wrap-offset-top: 20px;
	position: relative;
	margin: min(8.6vw, 165.12px) auto 0;
	width: 1605.12px;
	max-width: calc(100vw - 60px);
	display: flex;
	gap: 97px max(30px, 2.1vw);
}
@media screen and (max-width: 1920px) {
	.care-ctt-wrap {
		width: max(1170px, 83.6vw);
	}
}
@media screen and (max-width: 903px) {
	.care-ctt-wrap {
		margin-top: 68px;
		flex-direction: column;
		width: auto;
		max-width: 100%;
	}
}
.care-ctt-wrap__sidebar {
	width: min(19.3vw, 270px);
	min-width: max-content;
}
@media screen and (max-width: 903px) {
	.care-ctt-wrap__sidebar {
		width: auto;
		min-width: 0;
		border-top: 1px solid #000;
		padding-left: var(--padding-lr);
	}
}
@media screen and (max-width: 374px) {
	.care-ctt-wrap__sidebar {
		padding-right: var(--padding-lr);
	}
}
.care-ctt-wrap__article {
	flex: 1;
	border-top: 1px solid #000;
	padding-top: 20px;
}
@media screen and (max-width: 903px) {
	.care-ctt-wrap__article {
		padding-inline: var(--padding-lr);
	}
}
@media screen and (max-width: 834px) {
	.care-ctt-wrap__article {
		padding-top: 22px;
		padding-inline: 0;
	}
}

.care-sidebar {
	--care-sidebar-font-size: utils.to_rem(utils.fixed_div(13, 1400) * 1920);
	position: sticky;
	left: 0;
	top: var(--care-ctt-wrap-offset-top);
	border-top: 1px solid #000;
	padding-top: min(3.4vw, 48px);
	font-size: var(--care-sidebar-font-size);
	letter-spacing: 0.04em;
	white-space: nowrap;
	font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1920px) {
	.care-sidebar {
		--care-sidebar-font-size: max(clamp(0.688rem, 0.503rem + 0.3539823009vw, 0.813rem), 0.9vw);
	}
}
@media screen and (max-width: 903px) {
	.care-sidebar {
		border-top-width: 0;
		--care-sidebar-font-size: clamp(0.916rem, 0.847rem + 0.2941176471vw, 1rem);
	}
}
@media screen and (max-width: 834px) {
	.care-sidebar {
		padding-top: 38px;
	}
}
@media screen and (max-width: 374px) {
	.care-sidebar {
		white-space: wrap;
	}
}
.care-sidebar ol {
	padding-left: 0;
	list-style-type: none;
}
.care-sidebar a {
	text-decoration: none;
	display: inline-block;
	position: relative;
}
.care-sidebar a::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	bottom: 0.1em;
	left: 0;
	transform: scale(0, 1);
	transition: transform 0.3s ease;
	transform-origin: left bottom;
}
.care-sidebar a:hover::after {
	transform: scale(1, 1);
}
.care-sidebar li.active a::after {
	transform: scale(1, 1);
}
.care-sidebar__hl {
	margin-top: 1.5em;
}
.care-sidebar__hl:first-child {
	margin-top: 0;
}
.care-sidebar__point > li {
	margin-top: 0.5em;
}
.care-sidebar__point > li:first-child {
	margin-top: 0.9em;
}
.care-sidebar__hl-en, .care-sidebar__point-en {
	position: relative;
	display: inline-block;
	font-family: "Libre Baskerville", serif;
	letter-spacing: 0.01em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.care-sidebar__hl-en::after, .care-sidebar__point-en::after {
	content: "-";
	position: absolute;
	left: 100%;
	font-family: "Noto Serif JP", serif;
	font-size: var(--care-sidebar-font-size);
}
.care-sidebar__hl-en {
	font-style: italic;
	font-size: 1.154em;
	margin-right: 0.7em;
}
.care-sidebar__hl-en--no-italic {
	font-style: normal;
}
.care-sidebar__point-en {
	letter-spacing: -0.02em;
	min-width: 1.5em;
	margin-right: 1.1em;
}
.care-sidebar__point-en::after {
	margin-top: -0.1em;
}

.care-sec {
	margin-top: min(13.6vw, 190px);
	scroll-margin-top: var(--care-ctt-wrap-offset-top);
	padding-top: 20px;
	border-top: 1px solid #000;
}
@media screen and (max-width: 834px) {
	.care-sec {
		margin-top: 25.3vw;
	}
}
.care-sec:first-of-type {
	margin-top: 0;
	padding-top: 0;
	border-top-width: 0;
}
@media screen and (max-width: 834px) {
	.care-sec:first-of-type {
		margin-top: 0;
	}
}
.care-sec__en {
	margin-bottom: -0.5em;
	padding-bottom: 0.5em;
	font-size: min(2.1vw, 1.875rem);
	line-height: 1;
	font-family: "Libre Baskerville", serif;
	font-style: italic;
	letter-spacing: 0.01em;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 834px) {
	.care-sec__en {
		text-align: left;
		font-size: clamp(0.938rem, 0.58rem + 1.5250544662vw, 1.375rem);
		white-space: nowrap;
		line-height: 1.4;
		letter-spacing: 0em;
		padding-inline: var(--padding-lr);
	}
}
@media screen and (max-width: 374px) {
	.care-sec__en {
		white-space: wrap;
	}
}
.care-sec__en--no-italic {
	font-style: normal;
}
.care-sec__ttl {
	margin-block: 0.1em 0.4em;
	font-size: 5.16rem;
	line-height: 1.5;
	font-weight: 300;
	letter-spacing: 0.04em;
	font-family: "Noto Serif JP", serif;
	white-space: nowrap;
}
@media screen and (max-width: 1920px) {
	.care-sec__ttl {
		font-size: max(clamp(2.5rem, 0.653rem + 3.5398230088vw, 3.75rem), 4.3vw);
	}
}
@media screen and (max-width: 834px) {
	.care-sec__ttl {
		margin-block: -0.057em 0.314em;
		padding-inline: var(--padding-lr);
		font-size: clamp(2.188rem, 1.677rem + 2.1786492375vw, 2.813rem);
		letter-spacing: 0em;
		line-height: 1.568;
		text-align: left;
		white-space: nowrap;
	}
}
@media screen and (max-width: 374px) {
	.care-sec__ttl {
		white-space: wrap;
	}
}
@media screen and (max-width: 834px) {
	.care-sec__ttl--sp-small {
		font-size: clamp(1.875rem, 1.109rem + 3.2679738562vw, 2.813rem);
	}
}
.care-sec__text {
	margin-top: 1.2em;
	font-size: 1rem;
	line-height: 2.125;
	letter-spacing: 0.06em;
	font-weight: 350;
	color: #040000;
}
@media screen and (max-width: 1920px) {
	.care-sec__text {
		font-size: max(clamp(0.813rem, 0.535rem + 0.5309734513vw, 1rem), 0.8vw);
	}
}
@media screen and (max-width: 834px) {
	.care-sec__text {
		padding-inline: var(--padding-lr);
		margin-top: 0;
		font-size: clamp(0.813rem, 0.659rem + 0.6535947712vw, 1rem);
		line-height: 2.192;
		letter-spacing: 0.02em;
	}
}
.care-sec__goods-img {
	margin-block: min(2.6vw, 36px) min(2.7vw, 38px);
	overflow: hidden;
	position: relative;
}
.care-sec__goods-img img {
	width: 100%;
}
@media screen and (max-width: 834px) {
	.care-sec__goods-img {
		margin-block: 4.8vw 5.3vw;
	}
}

.care-point {
	margin-top: min(6.6vw, 92px);
	scroll-margin-top: var(--care-ctt-wrap-offset-top);
}
@media screen and (max-width: 834px) {
	.care-point {
		margin-top: 14.4vw;
	}
}
.care-point:first-of-type {
	margin-top: min(7.1vw, 100px);
}
@media screen and (max-width: 834px) {
	.care-point:first-of-type {
		margin-top: 14.9vw;
	}
}
.care-point__img {
	overflow: hidden;
	position: relative;
}
.care-point__img img {
	width: 100%;
}
.care-point__heading {
	display: flex;
	align-items: stretch;
	font-size: clamp(1.875rem, 0.028rem + 3.5398230088vw, 3.125rem); /* 30px @835px - 50px @1400px */
}
@media screen and (max-width: 834px) {
	.care-point__heading {
		font-size: clamp(1.563rem, 0.797rem + 3.2679738562vw, 2.5rem);
		padding-inline: var(--padding-lr);
	}
}
.care-point__heading.anim-fade-text-left-white {
	padding-bottom: 0.5em;
	margin-bottom: -0.5em;
}
.care-point__heading * {
	font-size: inherit;
}
.care-point__img + .care-point__heading {
	margin-top: 0.5em;
}
.care-point__num {
	position: relative;
	padding-right: 0.45em;
	margin-right: 0.4em;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: "Libre Baskerville", serif;
}
@media screen and (max-width: 834px) {
	.care-point__num {
		padding-right: 0.6em;
		margin-right: 0.6em;
	}
}
.care-point__num::after {
	content: "";
	display: block;
	width: 1px;
	height: 90%;
	background-color: #000;
	position: absolute;
	right: 0;
	top: 0;
}
@media screen and (max-width: 834px) {
	.care-point__num::after {
		height: 100%;
	}
}
.care-point__num-01 {
	font-size: 0.32em;
	font-style: italic;
	letter-spacing: 0em;
	line-height: 1;
}
@media screen and (max-width: 834px) {
	.care-point__num-01 {
		font-size: 0.32em;
	}
}
.care-point__num-02 {
	margin-top: 0.05em;
	font-size: 0.68em;
	letter-spacing: -0.04em;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 834px) {
	.care-point__num-02 {
		font-size: 0.68em;
	}
}
.care-point__ttl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 0.45em;
}
@media screen and (max-width: 834px) {
	.care-point__ttl {
		flex-direction: column;
		align-items: start;
		row-gap: 0.1em;
	}
}
.care-point__ttl-en {
	font-style: italic;
	letter-spacing: -0.01em;
	font-family: "Libre Baskerville", serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
}
.care-point__ttl-ja {
	margin-top: 0.1em;
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
	letter-spacing: 0.04em;
	font-size: 0.64em;
}
@media screen and (max-width: 834px) {
	.care-point__ttl-ja {
		font-size: 0.64em;
	}
}
.care-point__ttl-ja::before, .care-point__ttl-ja::after {
	content: "-";
}
.care-point__ttl-ja::before {
	margin-right: 0.05em;
}
.care-point__ttl-ja::after {
	margin-left: 0.05em;
}
.care-point__text {
	margin-top: 1.875em;
}
@media screen and (max-width: 834px) {
	.care-point__text {
		margin-top: 1.538em;
	}
}

.care-qanda {
	margin-top: min(5.5vw, 77px);
}
@supports (interpolate-size: allow-keywords) {
	.care-qanda {
		interpolate-size: allow-keywords;
	}
}
@media screen and (max-width: 834px) {
	.care-qanda {
		padding-inline: var(--padding-lr);
	}
}
.care-qanda__item {
	position: relative;
	border-bottom: 1px solid #e1e1e1;
	font-size: clamp(1.125rem, 0.571rem + 1.0619469027vw, 1.5rem); /* 18px @835px - 24px @1400px */
}
@media screen and (max-width: 834px) {
	.care-qanda__item {
		font-size: clamp(1rem, 0.898rem + 0.4357298475vw, 1.125rem);
	}
}
.care-qanda__item::before, .care-qanda__item::after {
	content: "";
	display: block;
	position: absolute;
	right: 0.833em;
	top: 1.792em;
	width: 0.958em;
	height: 1px;
	background: #000;
	pointer-events: none;
	transition: transform 0.4s ease, opacity 0.4s;
}
@media screen and (max-width: 834px) {
	.care-qanda__item::before, .care-qanda__item::after {
		right: 0.25em;
		top: 1.688em;
		width: 0.719em;
	}
}
.care-qanda__item::after {
	transform: rotate(90deg);
}
@supports (interpolate-size: allow-keywords) {
	.care-qanda__item::details-content {
		height: 0;
		overflow: clip;
		transition: height 0.4s ease, opacity 0.4s, content-visibility 0.4s allow-discrete;
		opacity: 0;
	}
}
.care-qanda__item[open]::before {
	transform: rotate(90deg);
	opacity: 0;
}
.care-qanda__item[open]::after {
	transform: rotate(180deg);
}
@supports (interpolate-size: allow-keywords) {
	.care-qanda__item[open]::details-content {
		opacity: 1;
		height: auto;
	}
}
.care-qanda__item:first-child {
	border-top: 1px solid #e1e1e1;
}
.care-qanda__q, .care-qanda__a {
	position: relative;
	font-size: inherit;
}
.care-qanda__q::before, .care-qanda__a::before {
	position: absolute;
	left: 0.367em;
	top: 0.567em;
	content: "Q.";
	color: #999999;
	font-style: italic;
	font-family: "Libre Baskerville", serif;
	font-size: 1.25em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 834px) {
	.care-qanda__q::before, .care-qanda__a::before {
		left: 0.188em;
		top: 0.75em;
		font-size: 1.188em;
	}
}
.care-qanda__q {
	padding: 0.958em 2.917em 0.958em 2.5em;
	list-style-type: none;
	line-height: 1.667;
	letter-spacing: 0.04em;
	font-family: "Noto Serif JP", serif;
	cursor: pointer;
}
@media screen and (max-width: 834px) {
	.care-qanda__q {
		padding-left: 2.313em;
		padding-right: 1.188em;
		line-height: 1.5;
	}
}
@media screen and (max-width: 374px) {
	.care-qanda__q br.c-sp {
		display: none !important;
	}
}
.care-qanda__a {
	margin-left: 2.5em;
	padding: 0 0 1.792em 2.75em;
}
@media screen and (max-width: 834px) {
	.care-qanda__a {
		margin-left: 0;
		margin-top: 0.313em;
		padding-left: 2.313em;
	}
}
.care-qanda__a::before {
	content: "A.";
	color: #666666;
	top: 0;
	left: 0.267em;
}
.care-qanda__a .care-sec__text {
	margin-top: 0;
}
@media screen and (max-width: 834px) {
	.care-qanda__a .care-sec__text {
		padding-inline: 0;
	}
}

.nleather-sec {
	background-color: #f8f0e3;
	display: flex;
	align-items: stretch;
	min-height: 50vw;
}
@media screen and (max-width: 834px) {
	.nleather-sec {
		flex-direction: column;
		min-height: 0;
		padding-bottom: 10.7vw;
	}
}
.p-mv + .nleather-sec {
	margin-top: 86px;
}
@media screen and (max-width: 834px) {
	.p-mv + .nleather-sec {
		margin-top: 18.7vw;
	}
}
.nleather-sec--reverse {
	flex-direction: row-reverse;
}
@media screen and (max-width: 834px) {
	.nleather-sec--reverse {
		flex-direction: column;
	}
}
.nleather-sec__photo {
	width: 50%;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 834px) {
	.nleather-sec__photo {
		width: 100%;
		aspect-ratio: 1/1;
	}
}
.nleather-sec__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nleather-sec__txt {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-block: 2.9% 6.4%;
}
@media screen and (max-width: 834px) {
	.nleather-sec__txt {
		width: 100%;
	}
}
.nleather-sec__txt-inner {
	width: 65.1%;
}
@media screen and (max-width: 834px) {
	.nleather-sec__txt-inner {
		width: auto;
		padding-inline: var(--padding-lr);
	}
}
.nleather-sec__en {
	font-family: "Libre Baskerville", serif;
	font-style: italic;
	font-size: clamp(0.938rem, 0.476rem + 0.8849557522vw, 1.25rem); /* 15px @835px - 20px @1400px */
}
@media screen and (max-width: 834px) {
	.nleather-sec__en {
		font-size: max(13px, 3.5vw);
	}
}
.nleather-sec__en-num {
	font-size: 2em;
	vertical-align: -0.1em;
}
@media screen and (max-width: 834px) {
	.nleather-sec__en-num {
		font-size: 1.692em;
	}
}
.nleather-sec__ttl {
	font-size: clamp(1.625rem, 0.332rem + 2.4778761062vw, 2.5rem); /* 26px @835px - 40px @1400px */
	line-height: 1.35;
	font-family: "Noto Serif JP", serif;
	font-weight: normal;
	white-space: nowrap;
}
@media screen and (max-width: 834px) {
	.nleather-sec__ttl {
		margin-top: 0.3em;
		font-size: max(24px, 6.4vw);
		line-height: 1.568;
	}
}
@media screen and (max-width: 374px) {
	.nleather-sec__ttl {
		white-space: wrap;
	}
}
.nleather-sec__desc {
	margin-left: 0.2em;
	margin-top: 1.75em;
	font-size: clamp(0.813rem, 0.535rem + 0.5309734513vw, 1rem); /* 13px @835px - 16px @1400px */
	line-height: 2.125;
	letter-spacing: 0.06em;
	font-weight: 350;
}
@media screen and (max-width: 834px) {
	.nleather-sec__desc {
		margin-top: 1.1em;
		margin-left: 0;
		font-size: clamp(0.813rem, 0.659rem + 0.6535947712vw, 1rem);
		letter-spacing: 0em;
	}
}
/*# sourceMappingURL=style.css.map */
