@import url("https://use.typekit.net/dgi2xqf.css");
html,
body {
	width: 100%;
	min-height: 100%;
}

html {
	font-size: 62.5%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: auto;
}

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #333333;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	background-color: #FFF;
	position: fixed;
	left: 0;
	top: 0;
	overflow-x: hidden;
}
body.loaded {
	position: static;
}

a {
	color: inherit;
	text-decoration: none;
	cursor: pointer !important;
	transition: opacity 0.25s ease 0s;
}

a:hover,
a:active,
a.active {
	opacity: 0.55;
}

a[href="#"] {
	pointer-events: none;
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

section,
p,
div,
ul,
li,
dl,
dt,
dd,
a,
span,
footer,
nav,
h1,
h2,
h3 {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	list-style: none;
}

#loader {
	width: 100%;
	height: 100vh;
	background-color: #FFF;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9999;
	transition: opacity 1.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
#loader .logo {
	width: 260px;
}
#loader .logo--text {
	color: #333333;
	font-family: "aktiv-grotesk-thin", "Arial Narrow", sans-serif;
	font-size: 1.8rem;
	font-weight: 200;
	line-height: 1.2;
	letter-spacing: 0.04em;
	font-style: normal;
	text-align: center;
}
#loader .bar {
	width: 100%;
	height: 4px;
	background-color: #eeeeee;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
}
#loader .bar span {
	width: 0%;
	height: 100%;
	background-color: #000;
	display: block;
}
#loader.complete {
	opacity: 0;
}

#container {
	width: 100%;
	min-height: 100vh;
	background-color: #FFF;
	position: relative;
	opacity: 0;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	transition: opacity 1.15s cubic-bezier(0.19, 1, 0.22, 1) 0.28s;
}

body.show_contents #container {
	opacity: 1;
}

.main_visual {
	width: 50%;
	min-height: 100vh;
	position: sticky;
	top: var(--sticky-offset, -1px);
	left: 0;
	background-color: #FFF;
	z-index: 1;
}
.main_visual__inner {
	width: 100%;
	min-height: 100vh;
	padding-top: 32px;
	padding-left: 50px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.main_visual__photo {
	width: 100%;
	min-height: 0;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
}
.main_visual__photo > img {
	width: 100%;
	min-height: 0;
	object-fit: cover;
	display: block;
}
.main_visual__title {
	z-index: 2;
}
.main_visual__title img {
	width: 100%;
	height: auto;
	display: block;
}
.main_visual__title--gr {
	width: 40%;
}
.main_visual__title--wh {
	width: 56.1%;
	position: absolute;
	left: 0;
	top: 0;
}
.main_visual__brand {
	color: #FFF;
	font-family: "aktiv-grotesk", sans-serif;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.35;
	letter-spacing: 0.04em;
	font-style: normal;
	text-align: left;
	position: absolute;
	left: 26%;
	top: 47%;
	z-index: 2;
}
.main_visual__menu {
	color: #FFF;
	font-family: "aktiv-grotesk-thin", "Arial Narrow", sans-serif;
	font-size: 1.5rem;
	font-weight: 200;
	line-height: 1.15;
	letter-spacing: 0.06em;
	font-style: normal;
	text-align: right;
	position: absolute;
	right: 18px;
	bottom: 18px;
	z-index: 2;
}

.main_contents {
	width: 50%;
	min-height: 100vh;
	background-color: #FFF;
	position: relative;
	z-index: 2;
	text-align: left;
	overflow: hidden;
}
.main_contents > :not(.index_nav):not(.site_footer) {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.lead {
	padding: 78px 0 62px;
}
.lead__inner {
	max-width: 430px;
	margin: 0 auto;
	text-align: center;
}
.lead__inner p {
	color: #333333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.35rem;
	font-weight: 500;
	line-height: 2.05;
	letter-spacing: 0.02em;
	font-style: normal;
	margin-top: 20px;
}
.lead__inner p:first-child {
	margin-top: 0;
}

.index_nav {
	width: 100%;
	padding: 40px 0 48px;
	background-color: #F5F5F5;
	text-align: center;
}
.index_nav__title {
	color: #737373;
	font-family: "aktiv-grotesk", sans-serif;
	font-size: 2.4rem;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0.05em;
	font-style: normal;
	margin-bottom: 24px;
}
.index_nav__list {
	width: 80%;
	max-width: 520px;
	margin: 0 auto;
}
.index_nav__item {
	margin-top: 12px;
}
.index_nav__item:first-child {
	margin-top: 0;
}
.index_nav__item a {
	min-height: 82px;
	padding: 8px;
	border: 1px solid #BDBDBD;
	border-radius: 4px;
	background-color: #FFF;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
}
.index_nav__photo {
	width: 70px;
	height: 70px;
	flex: 0 0 70px;
	overflow: hidden;
}
.index_nav__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.index_nav__body {
	min-width: 0;
	display: block;
	text-align: left;
}
.index_nav__name {
	color: #737373;
	font-family: "aktiv-grotesk-thin", "Arial Narrow", sans-serif;
	font-size: 2rem;
	font-weight: 200;
	line-height: 1;
	letter-spacing: 0.04em;
	font-style: normal;
	display: block;
}
.index_nav__text {
	color: #333333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0;
	font-style: normal;
	display: block;
	margin-top: 6px;
}

.items_wrapper {
	padding: 74px 0 86px;
}
.items_wrapper__head {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 22px;
}
.items_wrapper__num {
	color: #737373;
	font-family: "aktiv-grotesk-thin", "Arial Narrow", sans-serif;
	font-size: 4.8rem;
	font-weight: 200;
	line-height: 1;
	letter-spacing: 0;
	font-style: normal;
}
.items_wrapper__title {
	color: #333333;
	font-family: "aktiv-grotesk", sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.42em;
	font-style: normal;
	padding-bottom: 7px;
	border-bottom: 1px solid #333333;
}

.item + .item {
	margin-top: 78px;
}

.item__photo {
	width: 100%;
	aspect-ratio: 3/4;
	position: relative;
	overflow: hidden;
	background-color: #F5F5F5;
}
.item__photo li,
.item__photo .slick-list,
.item__photo .slick-track,
.item__photo .slick-slide,
.item__photo .slick-slide > div {
	height: 100%;
}
.item__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.item__photo .slick-arrow {
	width: 20px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	z-index: 3;
}
.item__photo .slick-arrow::before {
	content: none;
}
.item__photo .slick-prev {
	left: 14px;
	background-image: url("../images/arrow.png");
}
.item__photo .slick-next {
	right: 14px;
	background-image: url("../images/arrow2.png");
}
.item__body {
	padding-top: 34px;
}
.item__title {
	color: #333333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.02em;
	font-style: normal;
	margin-bottom: 26px;
	text-align: left;
}
.item__text {
	color: #333333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.02em;
	font-style: normal;
	margin-bottom: 40px;
	text-align: left;
}

.product_list {
	width: 100%;
}
.product_list__row {
	min-height: 30px;
	padding: 8px 0 7px;
	border-bottom: 1px dotted #BDBDBD;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 18px;
}
.product_list__row:first-child {
	border-top: 1px dotted #BDBDBD;
}
.product_list__row p {
	color: #000;
	font-family: "aktiv-grotesk", sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.02em;
	font-style: normal;
}
.product_list__row > div:not(:first-child) {
	flex: 0 0 48px;
	cursor: pointer;
}
.product_list__row > div:not(:first-child).item-d-none {
	display: none;
}
.product_list__row a {
	width: 48px;
	height: 16px;
	border: 1px solid #000;
	border-radius: 999px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #000;
	font-family: "aktiv-grotesk", sans-serif;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.06em;
	font-style: normal;
	pointer-events: auto;
	cursor: pointer !important;
}
.product_list--compact {
	margin-top: 18px;
}

.other_items {
	padding: 88px 0 82px;
	overflow: hidden;
}
.other_items__title {
	color: #737373;
	font-family: "aktiv-grotesk", sans-serif;
	font-size: 2.4rem;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0.04em;
	font-style: normal;
	margin-bottom: 28px;
	text-align: center;
}
.other_items__scroller {
	width: 100%;
	padding-bottom: 14px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-color: #000 #e9e9e9;
	scrollbar-width: thin;
}
.other_items__scroller::-webkit-scrollbar {
	height: 2px;
}
.other_items__scroller::-webkit-scrollbar-track {
	background-color: #e9e9e9;
}
.other_items__scroller::-webkit-scrollbar-thumb {
	background-color: #000;
}

.other_card {
	width: 70%;
	flex: 0 0 70%;
}
.other_card__photo {
	width: 100%;
	aspect-ratio: 320/430;
	margin-bottom: 20px;
	overflow: hidden;
}
.other_card__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.other_card h3 {
	color: #333333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.28rem;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.02em;
	font-style: normal;
	margin-bottom: 12px;
}
.other_card > p {
	color: #333333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.05rem;
	font-weight: 500;
	line-height: 1.85;
	letter-spacing: 0.02em;
	font-style: normal;
}
.other_card__note {
	margin-top: 1.8em;
	font-size: 0.95rem;
}

.site_footer {
	width: 100%;
	padding: 56px 20px 36px;
	background-color: #F5F5F5;
	text-align: center;
}
.site_footer__inner {
	margin-top: 34px;
}
.site_footer__inner:first-child {
	margin-top: 0;
}
.site_footer__inner p {
	color: #737373;
	font-family: "aktiv-grotesk", sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.04em;
	font-style: normal;
}
.site_footer__brand {
	width: 180px;
	margin-bottom: 14px;
	margin-right: auto;
	margin-left: auto;
}
.site_footer__brand--acme {
	width: 82px;
}
.site_footer__brand img {
	width: 100%;
	height: auto;
	display: block;
}
.site_footer__copy {
	color: #737373;
	font-family: "aktiv-grotesk", sans-serif;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.04em;
	font-style: normal;
	margin-top: 52px;
}

@media screen and (max-width: 768px) {
	#container {
		display: block;
	}
	.main_visual {
		width: 100%;
		min-height: 0;
		position: relative;
		top: auto;
	}
	.main_visual__inner {
		min-height: 0;
		padding-top: 10px;
		padding-left: 10px;
	}
	.main_visual__photo {
		min-height: 0;
		margin-top: 10px;
	}
	.main_visual__photo > img {
		min-height: 0;
		aspect-ratio: 390/520;
	}
	.main_visual__title--gr {
		width: 45vw;
	}
	.main_visual__title--wh {
		width: 50vw;
		top: 0;
	}
	.main_visual__brand {
		font-size: 1.35rem;
		left: 25%;
		top: 42%;
	}
	.main_visual__menu {
		right: 12px;
		bottom: 14px;
		font-size: 1rem;
	}
	.main_contents {
		width: 100%;
	}
	.main_contents > :not(.index_nav):not(.site_footer) {
		width: calc(100% - 36px);
	}
	.lead {
		padding: 32px 0 38px;
		width: calc(100% - 80px) !important;
	}
	.lead__inner {
		max-width: 100%;
	}
	.lead__inner p {
		font-size: 1.25rem;
		line-height: 2;
		text-align: left;
	}
	.index_nav {
		padding: 34px 0 42px;
	}
	.index_nav__list {
		width: calc(100% - 32px);
	}
	.items_wrapper {
		padding: 54px 0 64px;
	}
	.items_wrapper__num {
		font-size: 4.4rem;
	}
	.items_wrapper__title {
		font-size: 1.8rem;
	}
	.item__body {
		padding-top: 26px;
	}
	.item__title {
		font-size: 2rem;
		line-height: 1.8;
		margin-bottom: 20px;
	}
	.item__text {
		font-size: 1.4rem;
		line-height: 2;
		margin-bottom: 30px;
	}
	.other_items {
		padding-top: 66px;
	}
	.other_card {
		width: 70%;
		flex-basis: 70%;
	}
}
