@charset "UTF-8";

:root {
	--font-zen: "Zen Kaku Gothic New", sans-serif;
	--font-in: "Inter", sans-serif;
	--font-ab: "Aboreto", system-ui;

	--fs-xs: 0.8125rem;    /* 13px */
	--fs-ss: 0.875rem;     /* 14px */
	--fs-small: 0.9375rem; /* 15px */
  --fs-base: 1rem;       /* 16px */

	--color-base: #603d31;
	--color-text: #fff;

	--width-main-pc: 490px;
	--width-main-tab: 375px;
	--width-main-sp: 100%;
}

html, body {
	height: 100%;
}

body {
	background-color: var(--color-base);
  color: var(--color-text);
	font-family: var(--font-zen);
  font-optical-sizing: auto;
	font-feature-settings: "palt";
  font-weight: 400;
  font-style: normal;
  font-size: var(--fs-ss);
  margin: 0;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a {
	color: var(--color-text);
}
h1,h2,h3,h4 {
	font-weight: normal;
}
.dis-sp{
	display: none;
}


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


/* header */
.header {
	height: 100dvh;
	width: 100%;
	position: fixed;
}
.header-left,.header-right {
	position: absolute;
	top: 0;
	width: calc(calc(100vw - var(--width-main-pc)) / 2);
	display: flex;
	height: 100%;
}
.header-left {
	left: 0;
	flex-direction: column;
	justify-content: space-around;
	container-type: inline-size;
	padding-bottom: 40px;
}
.header-left > div {
	margin-left: 77px;
}
.header-right {
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.logo img {
	width: 83px;
}
.header-title {
	width: 217px;
	max-width: 100%;
	margin-bottom: 22px;
}
.catch {
	font-family: var(--font-in);
	letter-spacing: 0.05em;
}
.catch span {
	letter-spacing: 0.065em;
}
.header-catch {
	font-size: 0.625rem;
	line-height: 1.43;
}
.header-catch span {
	font-size: 0.75rem;
}
.btn-store a {
	display: inline-block;
	border: 0.3pt solid var(--color-text);
	border-right: none;
	letter-spacing: 0.075em;
	font-family: var(--font-ab);
	font-size: 3.4666cqi;
	padding: 3.4666cqi 10.1333cqi;
	/* max-width: 90%; */
}
.btn-store a img {
	width: 15px;
	margin-right: 28px;
}
.btn-header a {
	padding-left: 20px;
	font-size: 0.73125rem;
	max-width: 90%;
}
.navigation li a {
	font-size: var(--fs-xs);
	font-family: var(--font-ab);
	letter-spacing: 0.05em;
	line-height: 2.5384;
	opacity: 0.5;
}
.navigation li a::before {
	display: inline-block;
	content: "";
	width: 9px;
	height: 9px;
	background-color: var(--color-text);
	margin-right: 9px;
}
.navigation li a:hover,.navigation li a.active {
	opacity: 1;
}

@media only screen and (max-width: 1152px) {
	.header-left > div {
		margin: 0 5cqi;
	}
}
@media only screen and (max-width: 1024px) {
	.header-left,.header-right {
		width: calc(calc(100vw - var(--width-main-tab)) / 2);
	}
	.btn-header a {
		padding-left: 1em;
		padding-right: 1em;
		width: 217px;
		max-width: 100%;
		text-align: center;
	}
	.btn-store a img {
		margin-right: 1em;
	}
}
@media only screen and (max-width: 768px) {
	.header {
		display: none;
	}
}

/* main */
.main-wrapper {
	background-color: var(--color-base);
	width: var(--width-main-pc);
	margin: 0 auto;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
	position: relative;
	container-type: inline-size;
}
.mv {
	background: url(../images/mv_bg.jpg) center;
	background-size: cover;
	height: 100dvh;
	max-height: 177.865cqi;
	container-type: inline-size;
	display: flex;
	flex-direction: column;
	padding: 26px 26px 34px 34px;
}
.shoulder {
	margin-bottom: auto;
	font-family: var(--font-ab);
	font-size: 3.7333cqi;
	letter-spacing: 0.05em;
	text-align: right;
	position: relative;
	padding-right: 7.2cqi;
}
.shoulder span {
	transform: rotate(90deg) translateX(100%);
	transform-origin: top right;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
.shoulder span::before {
	display: inline-block;
	content: "";
	background-color: var(--color-text);
	width: 3.7333cqi;
	height: 1px;
	transform: rotate(45deg);
	transform-origin: bottom right;
	margin-right: 4.2666cqi;
}
.mv-title {
	width: 72.8cqi;
	margin-bottom: 6.666cqi;
}
.mv-catch {
	font-size: 2.9333cqi;
	line-height: 1.36;
}
.mv-catch span {
	font-size: 4cqi;
}
@media only screen and (max-width: 1024px) {
	.main-wrapper {
		width: var(--width-main-tab);
	}
}
@media only screen and (max-width: 768px) {
	.main-wrapper {
		width: var(--width-main-sp);
	}
}

.lead {
	line-height: 2.0714;
	letter-spacing: 0.075em;
	margin: 28.8cqi 12.4cqi;
	font-size: 3.7333cqi;
	font-weight: 300;
	letter-spacing: -0.01em;
	text-align: justify;
	text-align-last: left;
}

.item-wrap {
	margin-bottom: 48.5333cqi;
}
.item-wrap#purse {
	margin-bottom: 45.8666cqi;
}
.item-img-1 {
	margin-bottom: 27.2cqi;
}
.item-p1 .item-img-1 {
	margin-left: 12.4cqi;
}
.item-p2 .item-img-1 {
	margin-right: 12.4cqi;
}
.item-p1 .item-img-2 {
	margin-right: 21.3333cqi;
	position: relative;
}
.item-p2 .item-img-2 {
	margin-left: 21.3333cqi;
	position: relative;
}
.item-shoulder {
	position: absolute;
	font-family: var(--font-ab);
	font-size: 3.7333cqi;
	letter-spacing: 0.05em;
	-webkit-text-stroke: 0.15px var(--color-base);
}
.item-p1 .item-shoulder {
	right: -6.9333cqi;
	transform: rotate(90deg) translateX(100%);
	transform-origin: top right;
}
.item-p2 .item-shoulder {
	left: -4.2666cqi;
	transform: rotate(90deg);
	transform-origin: top left;
}
.item-shoulder::before {
	display: inline-block;
	content: "";
	background-color: var(--color-text);
	width: 2.6666cqi;
	height: 2.6666cqi;
	margin-right: 2.6666cqi;
	position: absolute;
  left: -5.3333cqi;
  top: 50%;
	transform: translateY(-50%);
}
.item-info {
	margin-top: 12.5333cqi;
}
.item-p1 .item-info {
	margin-left: 12.4cqi;
}
.item-p2 .item-info {
	margin-left: 21.3333cqi;
}
.item-name {
	font-family: var(--font-ab);
	font-size: 4.8cqi;
	-webkit-text-stroke: 0.05px var(--color-base);
	letter-spacing: 0.05em;
	margin-bottom: 5.3333cqi;
}
.item-price {
	font-family: var(--font-in);
	font-size: 3.2cqi;
	font-weight: 200;
	margin-bottom: 6.6666cqi;
}
.item-price span {
	padding-left: 3.6cqi;
	font-size: 3.7333cqi;
}


/* footer */
.footer {
	height: 62.4cqi;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-footer a {
	border-color: var(--color-base);
	color: var(--color-base);
}



.fadeIn {
	opacity: 0;
	transform: translateY(30px);
  will-change: transform;
}
