@charset "UTF-8";

@font-face {
  font-family: "LouisGeorgeCafeLight";
  src: url("../fonts/LouisGeorgeCafeLight.ttf") format("truetype");
}

:root {
	--font-zen: "Zen Kaku Gothic New", sans-serif;
	--font-lgc: "LouisGeorgeCafeLight", sans-serif;
	--font-km: "Kode Mono", monospace;

	--color-main: #815f32;
	--color-base: #e0dfc6;
	--color-text: #4d4d4d;
}

html {
  font-size: 62.5%;
}

body {
  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: 1.5rem;
  line-height: 2;
  margin: 0;
  /* letter-spacing: 0.1rem; */
}
body, html {
  height: 100%
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.flex-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.container{
	/* max-width: 1220px; */
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.inner{
	/* max-width: 1220px; */
	max-width: 1064px;
	width: 100%;
	margin: 0 auto;
	/* padding: 0 50px; */
	position: relative;
}
.text_c{
	text-align: center;
}
.dis-tab{
	display: none;
}
.dis-sp{
	display: none;
}

.btn-buy {
	display: inline-block;
	width: 180px;
	border-radius: 2px;
	border: 1px solid var(--color-text);
	padding-top: 13px;
	padding-bottom: 13px;
	color: var(--color-text);
	/* background-color: #815f32b3; */
	letter-spacing: 0.075em;
	font-family: var(--font-km);
	/* font-weight: 200; */
	font-size: 1.8rem;
	line-height: 1;
	text-align: center;
}
.btn-buy:hover {
	opacity: 0.9;
}

@media only screen and (max-width: 1279px) {
	.inner {
		max-width: 90%;
	}
}

@media only screen and (max-width: 1199px) {
	body {
	  font-size: 1.5rem;
	  /* line-height: 3.4rem; */
	}
	.container{
		/* padding: 0 60px; */
	}
	/* .btn-buy{
		font-size: 1.4rem;
	} */
}
@media only screen and (max-width: 991px) {
	body {
	  font-size: 1.4rem;
	  /* line-height: 2.8rem; */
	  letter-spacing: 0;
	}
	.container{
		/* padding: 0 40px; */
	}
	.dis-tab{
		display: block;
	}
	/* .btn-buy{
		font-size: 1.3rem;
	} */
}
@media only screen and (max-width: 480px) {
	body {
	  letter-spacing: 0.1rem;
	}
	.inner {
		max-width: 100%;
	}
	.dis-pc{
		display: none;
	}
	.dis-sp{
		display: block;
	}
	.btn-buy {
		width: 33.58vw;
		border-radius: 2px;
		padding-top: 2.325vw;
		padding-bottom: 2.325vw;
		font-size: 3.255vw;
	}
}

 /* header */
.header {
	width: 100%;
	height: 100vh;
	position: relative;
	background-color: #fff;
	overflow: hidden;
}
.header h1 {
	position: absolute;
	width: 405px;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 1;
	isolation: isolate;
	mix-blend-mode: difference;
}
.scroll-img-wrap {
	display: flex;
	/* width: 614.51vw; */
	width: 1333.02vw;
	height: 100vh;
}
.scroll-img-item {
	/* width: 307.255vw; */
	height: 140.5vh;
}
.scroll-img-item img {
	height: 100%;
	transform: translateY(-21.05vh);
	margin-right: 17.9vh;
}

@keyframes infinity-scroll-left {
	from {
		transform: translateX(0);
	}
		to {
		transform: translateX(-100%);
	}
}
.scroll_right_to_left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

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

@media only screen and (max-width: 480px) {
	.header h1 {
		width: 86vw;
	}
	.scroll-img-wrap {
		width: 1333.02vw;
		height: 100vh;
	}
	.scroll-img-item {
		height: 100%;
	}
	.scroll-img-item img {
		transform: none;
	}
}

.scroll {
	text-align: center;
	font-family: var(--font-km);
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: 70px;
	background: url(../images/ico_arrow.svg) no-repeat center bottom;
	background-size: 7px;
	padding-bottom: 17px;
}

.section {
	padding-top: 110px;
}
.section::after {
	content: "";
  display: block;
  border-bottom: 1px solid var(--color-text);
  transform: scaleY(.5);
  transform-origin: 100% 0;
	margin-top: 130px;
}

.catch-area {
	width: min(90vw, 560px);
	margin: 0 auto;
}
.catch-area h2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
}
.catch-area h2::after {
	content: "";
  display: block;
  border-bottom: 1px solid #000;
	width: 244px;
}
.catch-area h2 img {
	width: 285px;
}
.catch-area p {
	font-size: 1.7rem;
	line-height: 2;
	margin-bottom: 1em;
}
.catch-area p em {
	font-style: normal;
	font-size: 2.1rem;
	line-height: 1.666;
	letter-spacing: 0.15rem;
}

@media only screen and (max-width: 480px) {
	.scroll {
		font-size: min(10px, 2.3vw);
		margin-top: 12.5vw;
		padding-bottom: 2.79vw;
	}

	.section {
		padding-top: 26.74vw;
	}
	.section::after {
		margin-top: 25.11vw;
	}

	.catch-area {
		width: 81.395vw;
		margin-top: -5.81vw;
	}
	.catch-area h2 {
		margin-bottom: 10.46vw;
	}
	.catch-area h2::after {
		width: 30.23vw;
	}
	.catch-area h2 img {
		width: 45.81vw;
	}
	.catch-area p {
		font-size: 3vw;
	}
	.catch-area p em {
		font-size: 3.72vw;
	}
}

.color-title-area {
	width: 960px;
	margin: 0 auto 100px;
	display: flex;
}
.color-title-area .color-title {
	font-size: 6.5rem;
	letter-spacing: 0.075rem;
	line-height: 1;
	font-family: var(--font-lgc);
	font-weight: 400;
	width: 435px;
}
.color-title-area .color-text {
	font-size: 1.6rem;
}
.color-title-area .color-title.kelly {
	color: #008342;
}
.color-title-area .color-title.sepia {
	color: #815f32;
}
.color-title-area .color-title.black {
	color: #000;
}
.color-title-area .color-title.brown {
	color: #915a1a;
	width: 335px;
}
.color-title-area .color-title.olive {
	color: #5b5d42;
	width: 376px;
}

.item-slider {
	padding-left: 190px;
	padding-right: 190px;
}
.swiper-slide {
	width: auto;
}
.swiper-slide.main img {
	width: 487px;
}
.swiper-slide.small img {
	width: 320px;
}
.swiper-slide.large img {
	width: 374px;
}
.swiper-slide.center {
	align-self: center;
}
.swiper-slide.bottom {
	align-self: flex-end;
}

.item-title {
	text-align: center;
	font-family: var(--font-lgc);
	font-size: 2.3rem;
	font-weight: 400;
	letter-spacing: 0.075em;
	line-height: 1.6;
	margin-top: 50px;
	margin-bottom: 40px;
}
.item-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 55px;
}
.button-prev,.button-next {
	font-family: var(--font-km);
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1;
	cursor: pointer;
	position: relative;
}
.button-next {
	margin-right: 4rem;
}
.button-prev::before {
	display: inline-block;
	content: "";
	background: url(../images/ico_arrow.svg) no-repeat left center;
	background-size: contain;
	transform: rotate(90deg) translateX(-1px);
	width: 8px;
	height: 8px;
	margin-right: 1em;
}
.button-next::after {
	display: inline-block;
	content: "";
	background: url(../images/ico_arrow.svg) no-repeat right center;
	background-size: contain;
	transform: rotate(-90deg) translateX(1px);
	width: 8px;
	height: 8px;
	margin-left: 1em;
}
.item-title,
.btn-buy {
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 1;
}
.fade-out {
  opacity: 0;
  transform: translateY(-10px);
}
.fade-in {
  opacity: 1;
  transform: translateY(0);
}


@media only screen and (max-width: 1000px) {
	.color-title-area {
		width: 81.395vw;
		margin: 0 auto 17.44vw;
		display: block;
	}
	.color-title-area .color-title {
		font-size: 9.302vw;
		width: auto;
		margin-bottom: 6.976vw;
	}
	.color-title-area .color-text {
		font-size: 3.023vw;
	}
	.item-slider {
		padding-left: 5.232vw;
		padding-right: 5.232vw;
	}
	.swiper-slide {
		display: flex;
		flex-direction: column;
		height: auto;
		align-self: inherit !important;
	}
}

@media only screen and (max-width: 480px) {
	.swiper-slide.main img {
		width: 81.39vw;
	}
	.swiper-slide.small img {
		width: 53.25vw;
	}
	.swiper-slide.large img {
		width: 62.32vw;
	}
	.swiper-slide.center {
		justify-content: center;
	}
	.swiper-slide.bottom {
		justify-content: flex-end;
	}
	.item-title {
		font-size: 3.72vw;
		margin-top: 9.302vw;
		margin-bottom: 4.65vw;
	}
	.item-buttons {
		gap: 4.65vw;
	}
	.button-prev,.button-next {
		font-size: 2.79vw;
	}
	.button-next {
		margin-right: 3rem;
	}
	.button-prev::before {
		transform: rotate(90deg) translateX(0);
	}
	.button-next::after {
		transform: rotate(-90deg) translateX(0);
	}
}




.sec-item-list {
	padding-top: 150px;
	padding-bottom: 75px;
}
.item-list-title .color-title {
	font-size: 4.8rem;
}
.item-list-title .color-title span {
	font-size: 6rem;
	display: block;
	margin-bottom: 10px;
}
.sec-item-list .inner {
	max-width: 890px;
	width: 81.4%;
}
.item-list-wrap {
	margin-top: 75px;
}
.item-list-wrap::before,
.item-list-wrap::after {
		width: 187px;
		display: block;
		content: "";
}
.item-list-wrap::before {
		order: 1;
}
.item-cont {
	width: 187px;
	height: 316px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-bottom: 76px;
	position: relative;
}
.item-list-wrap div:nth-child(5) h3,
.item-list-wrap div:nth-child(6) h3,
.item-list-wrap div:nth-child(7) h3{
	margin-bottom: 32px;
}
.item-cont h3 {
	font-family: var(--font-lgc);
	font-weight: 200;
	font-size: 1.5rem;
	line-height: 1.214;
	letter-spacing: 0.05em;
	margin-top: auto;
	margin-bottom: 16px;
	height: 2.4em;
}
.item-cont .icon-new {
	position: absolute;
	width: 80px;
	top: 0;
	left: 0;
	transform: translateX(-50%);
}

@media only screen and (max-width: 899px) {
	.item-cont {
		width: min(20.7777vw, 187px);
		height: min(38.2222vw, 344px);
		margin-bottom: min(7.8125vw, 100px);
	}
	.item-cont .btn-buy {
		max-width: 100%;
	}
	.item-cont .icon-new {
		width: min(14.4vw, 80px);
		left: -2.8vw;
		transform: inherit;
	}
}

@media only screen and (max-width: 480px) {
	.sec-item-list {
		padding-top: 11.62vw;
		padding-bottom: 9.3vw;
	}
	.item-list-title .color-title {
		font-size: 6.279vw;
	}
	.item-list-title .color-title span {
		font-size: 8.139vw;
		margin-bottom: 2.3vw;
	}
	.sec-item-list .inner {
		max-width: 81.4vw;
		position: relative;
	}
	.item-list-wrap {
		margin-top:0;
	}
	.item-cont {
		width: 36vw;
		height: 58.1vw;
		margin-bottom: 10vw;
	}
	.item-cont.tall {
		height: 64vw;
	}
	.item-list-img {
		width: 100%;
		min-height: 36vw;
	}
	.item-list-img.mt-auto {
		margin-top: auto;
	}
	.item-list-img img {
		width: 100%;
		height: auto;
	}
	.item-cont h3 {
		font-size: 3.1vw;
		line-height: 1.23;
		margin-bottom: 3.2vw;
		height: 11.6vw;
	}
	
	.item-cont .btn-buy {
		width: 100%;
		padding-top: 2.8vw;
    padding-bottom: 2.8vw;
	}

	.item-list-wrap div:nth-child(7) h3{
		margin-top: 20px;
		margin-bottom: 42px;
	}
	.item-list-wrap div:nth-child(9) h3{
		margin-bottom: 0;
		margin-top: 5px;
	}
}








.fadeIn {
	opacity: 0;
	transform: translateY(30px);
  will-change: transform;
}
.char {
  display: inline-block !important;
}
.textEffect {
	overflow: hidden;
}
.js-text-scale-wrap {
	display: inline-block;
	/* overflow: hidden; */
}
.js-text-scale {
	display: inline-block;
	vertical-align: middle;
}