@charset "utf-8";

/* ========== 初期設定 ========== */
html {
	overflow-y: scroll;
	overflow-x: hidden;
}
@media screen and (min-width:1024px) {
	html {
		font-size: 62.5%;
	}
}

body {
	width: 100%;
	height: auto;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-feature-settings: "palt";
	word-break: break-all;
	font-size: calc((100vw / 375) * 15);
	line-height: 1.8;
	letter-spacing: 0.2rem;
	color: #1c1c1c;
	background: #fff;
	overflow-x: hidden;
}
@media screen and (min-width:1024px) {
  body {
		font-size: 1.6rem;
    line-height: 1.8;
  }
}

body, div, p, h1, h2, h3, h4, ul, figure {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
	line-height: 1.4;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

a {
	color: #1c1c1c;
	text-decoration: none;
	outline: none;
	transition: 0.7s;
	backface-visibility: hidden;
}
a.under-line {
	text-decoration: underline;	
}
@media screen and (min-width:1024px) {
	a {
		transition: all .6s ease;
	}
}

li {
	list-style-type: none;
}

table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

svg {
  overflow: visible;
}

/* レスポンシブ制御 */
.set-pc {
  display: none;
}
@media screen and (min-width:1024px) {
  .set-pc {
    display: block;
  }
}

.set-sp {
  display: block;
}
@media screen and (min-width:1024px) {
  .set-sp {
    display: none;
  }
}

/* クリアフィックス */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}

/* コンテンツ幅 */
.container {
	position: relative;
	width: auto;
	max-width: 1800px;
	margin: 0 auto;
	padding-left: calc((100vw / 375) * 20);
	padding-right: calc((100vw / 375) * 20);
}
@media screen and (min-width: 1024px) {
	.container {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media screen and (min-width: 1440px) {
	.container {
		padding-left: 60px;
		padding-right: 60px;
	}
}
@media screen and (min-width: 1600px) {
	.container {
		padding-left: 100px;
		padding-right: 100px;
	}
}

/* フォント設定 */
.en {
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1rem;
}
@media screen and (min-width:1024px) {
	.en {
		letter-spacing: 0.3rem;
	}
}

/* ========== 共通部品 ========== */

/* ボタンデザイン */
.btn01 {
	position: relative;
	display: block;
	font-size: calc((100vw / 375) * 16);
	font-weight: bold;
	color: #fff;
	border-radius: 30px;
	white-space: nowrap;
	width: calc((100vw / 375) * 220);
	height: calc((100vw / 375) * 42);
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(90deg, rgba(237, 189, 35, 1) 0%, rgba(175, 130, 55, 1) 100%);
}
.btn01 .btn01__icon {
	background: url(../images/button-arrow.svg) center center / cover no-repeat;
	width: calc((100vw / 375) * 12);
	height: calc((100vw / 375) * 12);
	position: absolute;
	top: 50%;
	right: calc((100vw / 375) * 18);
	transform: translateY(-50%);
}
@media screen and (min-width:1024px) {
	.btn01 {
		font-size: 2.0rem;
		width: 260px;
		height: 60px;
	}
	.btn01:hover {
		opacity: .8;
	}
	.btn01 .btn01__icon {
		width: 15px;
		height: 15px;
		right: 15px;
	}
}

/* ========== mainvisual ========== */
.mainvisual {
	position: relative;
}

.mainvisual .container {
	position: static;
	height: inherit;	
}

.mainvisual .mainvisual__background {
	position: relative;
	height: calc((100vw / 375) * 625);
	overflow: hidden;
	background: url(../images/mv01_sp.jpg) center center / cover no-repeat;
}
.mainvisual .mainvisual__background.mainvisual__background--style02 {
	background: url(../images/mv02_sp.jpg) center center / cover no-repeat;
}
@media screen and (min-width: 1024px) {
	.mainvisual .mainvisual__background {
		height: 100vh;
		background: url(../images/mv01.jpg) center center / cover no-repeat;
	}
	.mainvisual .mainvisual__background.mainvisual__background--style02 {
		background: url(../images/mv02.jpg) center center / cover no-repeat;
	}
}

.mainvisual .mainvisual__logo {
	position: absolute;
	width: calc((100vw / 375) * 275);
	left: 50%;
	top: calc((100vw / 375) * 70);
	transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
	.mainvisual .mainvisual__logo {
		width: auto;
		top: 42%;
		transform: translate(-50%, -50%);
	}
}

.mainvisual .mainvisual__product {
	position: absolute;
	right: calc((100vw / 375) * 20);
	bottom: 0;
}
@media screen and (min-width: 1024px) {
	.mainvisual .mainvisual__product {
		right: 50px;
	}
}

.mainvisual .mainvisual__product::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 calc((100vw / 375) * 226) calc((100vw / 375) * 255);
	border-color: transparent transparent #af8237 transparent;
	position: absolute;
	right: calc((100vw / 375) * -20);
	bottom: 0;
	opacity: .8;
}
.mainvisual .mainvisual__background.mainvisual__background--style02 .mainvisual__product::before {
	border-color: transparent transparent #afba94 transparent;
}
@media screen and (min-width: 1024px) {
	.mainvisual .mainvisual__product::before {
		border-width: 0 0 497px 575px;
		position: absolute;
		right: -50px;
		bottom: 0;
	}
}
@media screen and (min-width: 1500px) {
	.mainvisual .mainvisual__product::before {
		border-width: 0px 0px 597px 675px;
	}
}

.mainvisual .mainvisual__product-img {
	position: relative;
	width: calc((100vw / 375) * 180);
}
@media screen and (min-width: 1024px) {
	.mainvisual .mainvisual__product-img {
		width: 350px;
	}
}
@media screen and (min-width: 1500px) {
	.mainvisual .mainvisual__product-img {
		width: 418px;
	}
}

.mainvisual .mainvisual__button {
	display: block;
	font-size: calc((100vw / 375) * 16);
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	position: fixed;
	right: calc((100vw / 375) * 10);
	bottom: calc((100vw / 375) * 10);
	width: calc((100vw / 375) * 110);
	height: calc((100vw / 375) * 110);
	border-radius: 50%;
	background-color: #3778af;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 15px;
	z-index: 100;
}
@media screen and (min-width: 1024px) {
	.mainvisual .mainvisual__button {
		font-size: 2.2rem;
		right: 25px;
		bottom: 25px;
		width: 160px;
		height: 160px;
		padding-bottom: 15px;
	}
	.mainvisual .mainvisual__button:hover {
		opacity: .8;
	}
}

.mainvisual .mainvisual__button::before {
	content: '';
	display: inline-block;
	width: calc((100vw / 375) * 100);
	height: calc((100vw / 375) * 100);
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
	.mainvisual .mainvisual__button::before {
		width: 145px;
		height: 145px;
	}
}

.mainvisual .mainvisual__button::after {
	content: '';
	display: inline-block;
	width: calc((100vw / 375) * 10);
	height: calc((100vw / 375) * 10);
	background: url(../images/mv-button-arrow.svg) center center / cover no-repeat;
	position: absolute;
	left: 50%;
	bottom: calc((100vw / 375) * 20);
	transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
	.mainvisual .mainvisual__button::after {
		width: 15px;
		height: 15px;
		bottom: 25px;
	}
}

/* ========== main ========== */
main {
	background: #fff;
}

/* outline */
.outline {
	padding-top: calc((100vw / 375) * 42);
	padding-bottom: calc((100vw / 375) * 20);
	background: url(../images/outline-bg_sp.jpg) center top / cover no-repeat;
}
@media screen and (min-width: 1024px) {
	.outline {
		padding-top: 150px;
		padding-bottom: 150px;
		background: url(../images/outline-bg.jpg) center top / cover no-repeat;
	}
}

.outline .outline__box {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.outline .outline__box:nth-of-type(2) {
	margin-top: calc((100vw / 375) * 20);
}
.outline .outline__box:nth-of-type(4) {
	margin-top: calc((100vw / 375) * 30);
}
@media screen and (min-width: 1024px) {
	.outline .outline__box {
		flex-direction: row;
		gap: 30px;
		justify-content: space-between;
		align-items: flex-start;
	}
	.outline .outline__box:nth-of-type(2) {
		flex-direction: row-reverse;
		margin-top: 235px;
	}
	.outline .outline__box:nth-of-type(3) {
		margin-top: 205px;
	}
	.outline .outline__box:nth-of-type(4) {
		flex-direction: row-reverse;
		margin-top: 210px;
	}
}

.outline .outline__box .outline__desc {
  position: relative;
  z-index: 1;
}

.outline .outline__box:nth-of-type(1) .outline__desc { padding-top: 0; }
.outline .outline__box:nth-of-type(4) .outline__desc { padding-top: calc((100vw / 375) * 20); }
@media screen and (min-width: 1024px) {
	.outline .outline__box:nth-of-type(1) .outline__desc { padding-top: 70px; width: 700px; }
	.outline .outline__box:nth-of-type(2) .outline__desc { width: 50%; }
	.outline .outline__box:nth-of-type(3) .outline__desc { width: 670px; }
	.outline .outline__box:nth-of-type(4) .outline__desc { padding-top: 30px; width: 50%; }
}

.outline .outline__box .outline__images { position: relative; }
.outline .outline__box:nth-of-type(1) .outline__images { top: calc((100vw / 375) * -20); left: calc((100vw / 375) * -20); width: calc((100vw / 375) * 376); }
.outline .outline__box:nth-of-type(2) .outline__images { top: calc((100vw / 375) * -50); left: calc((100vw / 375) * -20); width: calc((100vw / 375) * 320); }
.outline .outline__box:nth-of-type(3) .outline__images { left: calc((100vw / 375) * -20); width: calc((100vw / 375) * 378);     margin-top: calc((100vw / 375) * 20); }
.outline .outline__box:nth-of-type(4) .outline__images { width: calc((100vw / 375) * 347); margin-top: calc((100vw / 375) * 20); }
@media screen and (min-width: 1024px) {
	.outline .outline__box:nth-of-type(1) .outline__images { top: auto; right: -100px; left: auto; width: auto; }
	.outline .outline__box:nth-of-type(2) .outline__images { top: auto; left: auto; width: auto; }
	.outline .outline__box:nth-of-type(3) .outline__images { right: -100px; left: auto; width: auto; margin-top: 0; }
	.outline .outline__box:nth-of-type(4) .outline__images { left: -50px; width: auto; margin-top: 0; }
}

.outline .outline__title-en {
	position: relative;
	font-size: calc((100vw / 375) * 16);
	font-weight: bold;
	color: #d7b159;
	padding-bottom: calc((100vw / 375) * 5);
}
@media screen and (min-width: 1024px) {
	.outline .outline__title-en {
		font-size: 3.0rem;
		padding-bottom: 0;
	}
}

.outline .outline__title-en::before {
	content: '';
	display: inline-block;
	width: calc((100vw / 375) * 45);
	height: 1px;
	background-color: #d7b159;
	position: absolute;
	bottom: 0;
	left: 0;
}
@media screen and (min-width: 1024px) {
	.outline .outline__title-en::before {
		width: 80px;
		height: 2px;
	}
}

.outline .outline__title {
	font-size: calc((100vw / 375) * 21);
	font-weight: bold;
	letter-spacing: 0.1rem;
	margin-top: calc((100vw / 375) * 10);
}
@media screen and (min-width: 1024px) {
	.outline .outline__title {
		font-size: 3.5rem;
		letter-spacing: 0.5rem;
		margin-top: 5px;
	}
}
@media screen and (min-width: 1500px) {
	.outline .outline__title {
		font-size: 4.2rem;
	}
}

.outline .outline__text {
	font-size: calc((100vw / 375) * 14);
	font-weight: 600;
	margin-top: calc((100vw / 375) * 20);
}
@media screen and (min-width: 1024px) {
	.outline .outline__text {
		font-size: 2.0rem;
		margin-top: 40px;
	}
}

.outline .outline__text .outline__text-bold {
	font-weight: bold;
	color: #af8237;
}

.outline .outline__text-bg {
	display: block;
	font-size: calc((100vw / 375) * 14);
	font-weight: bold;
	letter-spacing: 0.1rem;
	color: #fff;
	margin-top: calc((100vw / 375) * 25);
	margin-bottom: calc((100vw / 375) * 15);
	width: fit-content;
	padding: 0 calc((100vw / 375) * 10);
	background: linear-gradient(90deg, rgba(175, 130, 55, 1) 0%, rgba(237, 189, 35, 1) 100%);
}
@media screen and (min-width: 1024px) {
	.outline .outline__text-bg {
		font-size: 2.4rem;
		letter-spacing: 0.2rem;
		margin-top: 50px;
		margin-bottom: 30px;
		padding: 0 15px 2px;
	}
}

.outline .outline__row {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	gap: calc((100vw / 375) * 12);
}
@media screen and (min-width: 1024px) {
	.outline .outline__row {
		gap: 30px;
	}
}

@media screen and (min-width: 1024px) {
	.outline .outline__row .outline__text-bg {
		font-size: 2.0rem;
		padding: 0 10px 2px;
	}
}
@media screen and (min-width: 1500px) {
	.outline .outline__row .outline__text-bg {
		font-size: 2.4rem;
		padding: 0 25px 2px;
	}
}

.outline .outline__row + .outline__text {
	margin-top: 0;
}

/* different */
.different {
	padding-top: calc((100vw / 375) * 40);
	padding-bottom: calc((100vw / 375) * 55);
	background: linear-gradient(0deg,rgba(254, 236, 195, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
@media screen and (min-width: 1024px) {
	.different {
		padding-top: 70px;
		padding-bottom: 130px;
	}
}

.different .different__title-en {
	font-size: calc((100vw / 375) * 33);
	font-weight: bold;
	letter-spacing: 0.5rem;
	line-height: 1.2;
	text-align: center;
	color: rgb(175 130 55 / 15%);
	white-space: nowrap;
}
@media screen and (min-width: 1024px) {
	.different .different__title-en {
		font-size: 10.0rem;
		letter-spacing: 1.2rem;
		line-height: 1.8;
	}
}

.different .different__title {
	font-size: calc((100vw / 375) * 20);
	font-weight: bold;
	letter-spacing: 0.2rem;
	line-height: 1.5;
	color: #af8237;
	text-align: center;
	margin-top: calc((100vw / 375) * -60);
}
@media screen and (min-width: 1024px) {
	.different .different__title {
		font-size: 4.2rem;
		letter-spacing: 0.5rem;
		margin-top: -180px;
	}
}

.different .different__icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: calc((100vw / 375) * 8);
	margin-top: calc((100vw / 375) * 35);
	margin-bottom: calc((100vw / 375) * 20);
}
@media screen and (min-width: 1024px) {
	.different .different__icon {
		gap: 13px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

.different .different__icon .different__dot {
	width: calc((100vw / 375) * 4);
	height: calc((100vw / 375) * 4);
	background-color: #d7b159;
	border-radius: 50%;
}
@media screen and (min-width: 1024px) {
	.different .different__icon .different__dot {
		width: 9px;
		height: 9px;
	}
}

.different .different__desc {
	font-size: calc((100vw / 375) * 14);
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.1rem;
}
@media screen and (min-width: 1024px) {
	.different .different__desc {
		font-size: 2.4rem;
		letter-spacing: 0.2rem;
	}
}

.different .different__row {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: calc((100vw / 375) * 10);
	margin-top: calc((100vw / 375) * 12);
	margin-bottom: calc((100vw / 375) * 15);
}
@media screen and (min-width: 1024px) {
	.different .different__row {
		gap: 20px;
		margin-top: 25px;
		margin-bottom: 25px;
	}
}

.different .different__desc .different__text-lg {
	font-size: calc((100vw / 375) * 18);
	letter-spacing: 0.2rem;
}
@media screen and (min-width: 1024px) {
	.different .different__desc .different__text-lg {
		font-size: 3.0rem;
	}
}

.different .different__desc .different__text-bg {
	display: block;
	font-size: calc((100vw / 375) * 15);
	font-weight: bold;
	color: #fff;
	width: fit-content;
	padding: 0 calc((100vw / 375) * 15) calc((100vw / 375) * 2);
	background: linear-gradient(90deg, rgba(175, 130, 55, 1) 0%, rgba(237, 189, 35, 1) 100%);
}
@media screen and (min-width: 1024px) {
	.different .different__desc .different__text-bg {
		font-size: 3.0rem;
		padding: 0 25px 2px;
	}
}

.different .different__desc .different__text-bold {
	font-weight: bold;
}

/* origin */
.origin {
	padding-top: calc((100vw / 375) * 50);
	padding-bottom: calc((100vw / 375) * 50);
	background: #fff url(../images/mt_apo.jpg) center center / cover no-repeat;
	position: relative;
}
.origin::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.87);
	z-index: 1;
}
.origin > .container {
	position: relative;
	z-index: 2;
}
@media screen and (min-width: 1024px) {
	.origin {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

.origin .origin__title-en {
	font-size: calc((100vw / 375) * 33);
	font-weight: bold;
	letter-spacing: 0.5rem;
	line-height: 1.2;
	text-align: center;
	color: rgb(175 130 55 / 15%);
	white-space: nowrap;
}
@media screen and (min-width: 1024px) {
	.origin .origin__title-en {
		font-size: 10.0rem;
		letter-spacing: 1.2rem;
		line-height: 1.8;
	}
}

.origin .origin__title {
	font-size: calc((100vw / 375) * 22);
	font-weight: bold;
	letter-spacing: 0.3rem;
	line-height: 1.5;
	color: #af8237;
	text-align: center;
	margin-top: calc((100vw / 375) * -55);
}
@media screen and (min-width: 1024px) {
	.origin .origin__title {
		font-size: 4.2rem;
		letter-spacing: 0.5rem;
		margin-top: -170px;
	}
}

.origin .origin__icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: calc((100vw / 375) * 8);
	margin-top: calc((100vw / 375) * 30);
	margin-bottom: calc((100vw / 375) * 25);
}
@media screen and (min-width: 1024px) {
	.origin .origin__icon {
		gap: 13px;
		margin-top: 40px;
		margin-bottom: 50px;
	}
}

.origin .origin__icon .origin__dot {
	width: calc((100vw / 375) * 4);
	height: calc((100vw / 375) * 4);
	background-color: #d7b159;
	border-radius: 50%;
}
@media screen and (min-width: 1024px) {
	.origin .origin__icon .origin__dot {
		width: 9px;
		height: 9px;
	}
}

.origin .origin__lead {
	font-size: calc((100vw / 375) * 15);
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.1rem;
	line-height: 2.0;
}
@media screen and (min-width: 1024px) {
	.origin .origin__lead {
		font-size: 2.4rem;
		letter-spacing: 0.2rem;
	}
}

.origin .origin__features {
	display: flex;
	flex-direction: column;
	gap: calc((100vw / 375) * 30);
	margin-top: calc((100vw / 375) * 35);
	margin-bottom: calc((100vw / 375) * 35);
}
@media screen and (min-width: 1024px) {
	.origin .origin__features {
		flex-direction: row;
		gap: 40px;
		margin-top: 60px;
		margin-bottom: 60px;
	}
}

.origin .origin__feature {
	flex: 1;
	text-align: center;
	padding: calc((100vw / 375) * 25) calc((100vw / 375) * 20);
	border: 1px solid rgb(175 130 55 / 30%);
}
@media screen and (min-width: 1024px) {
	.origin .origin__feature {
		padding: 40px 30px;
	}
}

.origin .origin__feature-title {
	font-size: calc((100vw / 375) * 16);
	font-weight: bold;
	color: #af8237;
	margin-bottom: calc((100vw / 375) * 12);
}
@media screen and (min-width: 1024px) {
	.origin .origin__feature-title {
		font-size: 2.2rem;
		margin-bottom: 20px;
	}
}

.origin .origin__feature-text {
	font-size: calc((100vw / 375) * 14);
	font-weight: 500;
	line-height: 1.9;
	letter-spacing: 0.05rem;
}
@media screen and (min-width: 1024px) {
	.origin .origin__feature-text {
		font-size: 1.6rem;
		letter-spacing: 0.1rem;
	}
}

.origin .origin__closing {
	font-size: calc((100vw / 375) * 15);
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.1rem;
}
@media screen and (min-width: 1024px) {
	.origin .origin__closing {
		font-size: 2.4rem;
		letter-spacing: 0.2rem;
	}
}

.origin .origin__closing .origin__closing-bold {
	font-weight: bold;
	color: #af8237;
}

/* item */
.item {
	background: url(../images/item-bg.jpg) center center / cover no-repeat;
}
@media screen and (min-width: 1024px) {
	.item {
		background: url(../images/item-bg.jpg) center center / cover no-repeat;
	}
}

.item .item__inner {
	padding-top: calc((100vw / 375) * 50);
	padding-bottom: calc((100vw / 375) * 50);
}
@media screen and (min-width: 1024px) {
	.item .item__inner {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

.item .item__box {
	position: relative;
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
	align-items: center;
	padding: calc((100vw / 375) * 30) calc((100vw / 375) * 20) calc((100vw / 375) * 32);
	background-color: #fff;
	border-radius: calc((100vw / 375) * 10);
	box-shadow: 0 0 16px 2px rgb(57 61 63 / 30%);
}
.item .item__box::before {
	content: '';
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: calc((100vw / 375) * 212);
	width: calc((100vw / 375) * 336);
	height: calc((100vw / 375) * 231);
	background: url(../images/item-boxbg_sp.png) center center / cover no-repeat;
	pointer-events: none;
}
@media screen and (min-width: 1024px) {
	.item .item__box {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		padding: 35px 70px 21px 70px;
	}
	.item .item__box::before {
		bottom: 0;
		width: 1045px;
		height: 302px;
		background: url(../images/item-boxbg.png) center center / cover no-repeat;
	}
}

.item .item__desc {
	padding-top: calc((100vw / 375) * 15);
	width: auto;
}
@media screen and (min-width: 1024px) {
	.item .item__desc {
		padding-top: 65px;
		width: calc((100% - 451px) - 50px);
	}
}

.item .item__title {
	position: absolute;
	top: calc((100vw / 375) * 32);
	left: 50%;
	transform: translateX(-50%);
	font-size: calc((100vw / 375) * 24);
	font-weight: bold;
	letter-spacing: 0.3rem;
	color: #af8237;	
	white-space: nowrap;
}
@media screen and (min-width: 1024px) {
	.item .item__title {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		font-size: 5.6rem;
		letter-spacing: 0.5rem;
	}
}

.item .item__text {
	font-size: calc((100vw / 375) * 14);
	font-weight: 500;
}
@media screen and (min-width: 1024px) {
	.item .item__text {
		font-size: 2.0rem;
		margin-top: 45px;
	}
}

.item .item__text .item__text-bold {
	display: block;
	font-size: calc((100vw / 375) * 16);
	font-weight: 800;
	letter-spacing: 0.1rem;
	color: #af8237;
	margin-top: calc((100vw / 375) * 20);
	margin-bottom: calc((100vw / 375) * 20);
}
@media screen and (min-width: 1024px) {
	.item .item__text .item__text-bold {
		font-size: 2.4rem;
		letter-spacing: 0.3rem;
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

.item .item__button {
  margin: calc((100vw / 375) * 20) auto 0;
}
@media screen and (min-width: 1024px) {
	.item .item__button {
		margin: 35px 0 0 auto;
	}
}

.item .item__img {
	width: calc((100vw / 375) * 235);
	margin-top: calc((100vw / 375) * 50);
	flex: 0 0 auto;	
}
@media screen and (min-width: 1024px) {
	.item .item__img {
		width: 451px;
		margin-top: 0;
	}
}

/* point */
.point {
	position: relative;
	background-color: #feecc3;
}

.point .point__box {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}
@media screen and (min-width: 1024px) {
	.point .point__box {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.point .point__box.point__box--reverse {
		justify-content: flex-end;
	}
}

@media screen and (min-width: 1024px) {
	.point .point_desc {
		width: 47%;
		height: 500px;
	}
}

@media screen and (min-width: 1024px) {
	.point .point__box.point__box--reverse .point_desc {
		padding-left: 80px;
	}
}

.point .point__title {
	font-size: calc((100vw / 375) * 20);
	font-weight: bold;
	line-height: 1.6;
	padding-top: calc((100vw / 375) * 45);
}
@media screen and (min-width: 1024px) {
	.point .point__title {
		font-size: 3.6rem;
		padding-top: 95px;
	}
}

.point .point__text {
	font-size: calc((100vw / 375) * 14);
	font-weight: 500;
  line-height: 2.0;
	margin-top: calc((100vw / 375) * 10);
	margin-bottom: calc((100vw / 375) * 30);
}
@media screen and (min-width: 1024px) {
	.point .point__text {
		font-size: 1.8rem;
		padding-right: 20px;
		margin-top: 20px;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1500px) {
	.point .point__text {
		font-size: 2.0rem;
	}
}

.point .point__text .point__text-bold {
	font-size: calc((100vw / 375) * 17);
	font-weight: bold;
	color: #af8237;
}
@media screen and (min-width: 1024px) {
	.point .point__text .point__text-bold {
		font-size: 2.4rem;
	}
}

.point .point__cycle {
	display: block;
	max-width: 100%;
	margin-top: calc((100vw / 375) * 20);
}
@media screen and (min-width: 1024px) {
	.point .point__cycle {
		max-width: 400px;
		margin-top: 30px;
	}
}

.point .point__img01 {
	background: url(../images/soil.png) center center / cover no-repeat;
	height: calc((100vw / 375) * 210);
}
@media screen and (min-width: 1024px) {
	.point .point__img01 {
		position: absolute;
		top: 0;
		right: 0;
		width: 50%;
		height: 500px;
	}
}

.point .point__img02 {
	background: url(../images/life-disolve.jpg) center center / cover no-repeat;
	height: calc((100vw / 375) * 210);
}
@media screen and (min-width: 1024px) {
	.point .point__img02 {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 50%;
		height: 500px;
	}
}

/* premire */
.premire {
	padding-top: calc((100vw / 375) * 52);
	padding-bottom: calc((100vw / 375) * 100);
	background: url(../images/premire-bg_sp.jpg) center bottom / cover no-repeat;
}
@media screen and (min-width: 1024px) {
	.premire {
		padding-top: 90px;
		padding-bottom: 270px;
		background: url(../images/premire-bg.jpg) center bottom / cover no-repeat;
	}
}

.premire .premire__title-en {
	font-size: calc((100vw / 375) * 44);
	font-weight: bold;
	letter-spacing: 0.35rem;
	text-align: center;
	color: rgb(175 130 55 / 15%);
	white-space: nowrap;
}
@media screen and (min-width: 1024px) {
	.premire .premire__title-en {
		font-size: 15.0rem;
		letter-spacing: 1.2rem;
	}
}

.premire .premire__title {
	font-size: calc((100vw / 375) * 25);
	font-weight: bold;
	letter-spacing: 0.2rem;
	line-height: 1.5;
	color: #af8237;
	text-align: center;
	margin-top: calc((100vw / 375) * -49);
}
@media screen and (min-width: 1024px) {
	.premire .premire__title {
		font-size: 4.8rem;
		margin-top: -146px;
	}
}

.premire .premire__desc {
	font-size: calc((100vw / 375) * 15);
	font-weight: 500;
	text-align: center;
	margin-top: calc((100vw / 375) * 10);
}
@media screen and (min-width: 1024px) {
	.premire .premire__desc {
		font-size: 2.4rem;
		margin-top: 40px;
	}
}

.premire .premire__sub {
	font-size: calc((100vw / 375) * 15);
	font-weight: 500;
	text-align: center;
	margin-top: calc((100vw / 375) * 20);
	letter-spacing: 0.1rem;
}
@media screen and (min-width: 1024px) {
	.premire .premire__sub {
		font-size: 2.4rem;
		margin-top: 30px;
	}
}

.premire .premire__box {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	border-radius: calc((100vw / 375) * 10);
	background-color: rgb(255 255 255 / 90%);
	padding: calc((100vw / 375) * 40) calc((100vw / 375) * 20);
	margin-top: calc((100vw / 375) * 20);
	box-shadow: 0 0 15px 2px rgb(81 81 81 / 20%);
}
@media screen and (min-width: 1024px) {
	.premire .premire__box {
		width: 100%;
		margin: 0 auto;
		padding: 80px 100px;
		margin-top: 30px;
		border-radius: 20px;
	}
}

.premire .premire__list tr {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: calc((100vw / 375) * 15) 0 calc((100vw / 375) * 20) calc((100vw / 375) * 30);
	border-top: 1px solid #af8237;
}
.premire .premire__list tr:last-of-type {
	border-bottom: 1px solid #af8237;
}
@media screen and (min-width: 1024px) {
	.premire .premire__list tr {
		flex-direction: row;
		align-items: center;
		gap: 35px;
		padding: 20px 15px;
	}
}

.premire .premire__list .premire__list-head {
	position: relative;
	font-size: calc((100vw / 375) * 16);
	font-weight: 800;
	letter-spacing: 0.3rem;
	color: #af8237;
	flex: 0 0 auto;
}
@media screen and (min-width: 1024px) {
	.premire .premire__list .premire__list-head {
		font-size: 2.4rem;
		padding-left: 65px;
		width: 375px;
	}
}

.premire .premire__list .premire__list-head::before {
	content: '';
	display: block;
	width: calc((100vw / 375) * 25);
	height: calc((100vw / 375) * 25);
	position: absolute;
	top: calc((100vw / 375) * 1);
	left: calc((100vw / 375) * -30);
}
.premire .premire__list tr:nth-of-type(1) .premire__list-head::before { background: url(../images/premire-icon01.svg) center center / cover no-repeat; }
.premire .premire__list tr:nth-of-type(2) .premire__list-head::before { background: url(../images/premire-icon02.png) center center / cover no-repeat; }
.premire .premire__list tr:nth-of-type(3) .premire__list-head::before { background: url(../images/premire-icon03.png) center center / cover no-repeat; }
.premire .premire__list tr:nth-of-type(4) .premire__list-head::before { background: url(../images/premire-icon04.png) center center / cover no-repeat; }
@media screen and (min-width: 1024px) {
	.premire .premire__list .premire__list-head::before {
		width: 57px;
		height: 57px;
		top: -5px;
		left: 0;
	}
}

.premire .premire__list .premire__list-text {
	position: relative;
	font-size: calc((100vw / 375) * 13);
	font-weight: 500;
	top: 5px;
}
@media screen and (min-width: 1024px) {
	.premire .premire__list .premire__list-text {
		font-size: 1.8rem;
		top: 5px;
	}
}

.premire .premire__club-link {
	text-align: center;
	margin-top: calc((100vw / 375) * 30);
}
.premire .premire__club-link a {
	display: inline-block;
	font-size: calc((100vw / 375) * 14);
	font-weight: 600;
	color: #af8237;
	letter-spacing: 0.1rem;
	border-bottom: 1px solid #af8237;
	padding-bottom: 2px;
	text-decoration: none;
}
.premire .premire__club-link a {
	transition: color 0.3s, border-color 0.3s;
}
.premire .premire__club-link a:hover {
	color: #8a6828;
	border-color: #8a6828;
}
@media screen and (min-width: 1024px) {
	.premire .premire__club-link {
		margin-top: 40px;
	}
	.premire .premire__club-link a {
		font-size: 1.6rem;
	}
}

.premire .premire__note {
	font-size: calc((100vw / 375) * 14);
	font-weight: 500;
	line-height: 1.8;
	color: #555;
	text-align: center;
	margin-top: calc((100vw / 375) * 20);
}
@media screen and (min-width: 1024px) {
	.premire .premire__note {
		font-size: 1.6rem;
		margin-top: 24px;
	}
}

/* voice */
.voice {
	padding-top: calc((100vw / 375) * 50);
	padding-bottom: calc((100vw / 375) * 50);
	background: linear-gradient(180deg, rgba(254, 236, 195, 0.3) 0%, rgba(255, 255, 255, 1) 100%);
}
@media screen and (min-width: 1024px) {
	.voice {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

.voice .voice__title-en {
	font-size: calc((100vw / 375) * 33);
	font-weight: bold;
	letter-spacing: 0.5rem;
	line-height: 1.2;
	text-align: center;
	color: rgb(175 130 55 / 15%);
	white-space: nowrap;
}
@media screen and (min-width: 1024px) {
	.voice .voice__title-en {
		font-size: 10.0rem;
		letter-spacing: 1.2rem;
		line-height: 1.8;
	}
}

.voice .voice__title {
	font-size: calc((100vw / 375) * 20);
	font-weight: bold;
	letter-spacing: 0.3rem;
	line-height: 1.5;
	color: #af8237;
	text-align: center;
	margin-top: calc((100vw / 375) * -55);
}
@media screen and (min-width: 1024px) {
	.voice .voice__title {
		font-size: 4.2rem;
		letter-spacing: 0.5rem;
		margin-top: -170px;
	}
}

.voice .voice__list {
	display: flex;
	flex-direction: column;
	gap: calc((100vw / 375) * 20);
	margin-top: calc((100vw / 375) * 35);
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 1024px) {
	.voice .voice__list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
		margin-top: 60px;
	}
}

.voice .voice__item {
	padding: calc((100vw / 375) * 25) calc((100vw / 375) * 20);
	background: #fff;
	border-left: 3px solid #d7b159;
}
@media screen and (min-width: 1024px) {
	.voice .voice__item {
		padding: 35px 30px;
	}
}

.voice .voice__text {
	font-size: calc((100vw / 375) * 13);
	font-weight: 400;
	line-height: 2.0;
	letter-spacing: 0.05rem;
}
@media screen and (min-width: 1024px) {
	.voice .voice__text {
		font-size: 1.5rem;
		letter-spacing: 0.1rem;
	}
}

.voice .voice__name {
	font-size: calc((100vw / 375) * 12);
	font-weight: 500;
	color: #af8237;
	text-align: right;
	margin-top: calc((100vw / 375) * 12);
	letter-spacing: 0.1rem;
}
@media screen and (min-width: 1024px) {
	.voice .voice__name {
		font-size: 1.3rem;
		margin-top: 15px;
	}
}

/* product */
.product {
	padding-top: calc((100vw / 375) * 25);
	padding-bottom: calc((100vw / 375) * 60);
}
@media screen and (min-width: 1024px) {
	.product {
		padding-bottom: 50px;
	}
}

.product .product__title-en {
	font-size: calc((100vw / 375) * 60);
	font-weight: bold;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.5rem;
	color: rgb(175 130 55 / 15%);
}
@media screen and (min-width: 1024px) {
	.product .product__title-en {
		font-size: 16.0rem;
		text-align: left;
		letter-spacing: 1.8rem;
	}
}

.product .product__title {
	font-size: calc((100vw / 375) * 20);
	font-weight: bold;
	text-align: center;
	margin-top: calc((100vw / 375) * -23);
}
@media screen and (min-width: 1024px) {
	.product .product__title {
		font-size: 3.6rem;
		text-align: left;
		margin-top: -70px;
	}
}

.product .product__box {
	margin-top: calc((100vw / 375) * 35);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: calc((100vw / 375) * 20);
}
@media screen and (min-width: 1024px) {
	.product .product__box {
		margin-top: 90px;
		gap: 30px;
		flex-wrap: nowrap;
	}
}
@media screen and (min-width: 1500px) {
	.product .product__box {
		gap: 105px;
	}
}

.product .product__list {
	width: calc((100% - calc((100vw / 375) * 20)) / 2);
}
@media screen and (min-width: 1024px) {
	.product .product__list {
		width: auto;
	}
}

.product .product__list .product__list-img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
	height: calc((100vw / 375) * 175);
	padding: 0 calc((100vw / 375) * 15);
}
@media screen and (min-width: 1024px) {
	.product .product__list .product__list-img {
		height: 306px;
		padding: 0;
	}
}

.product .product__list .product__list-title {
	font-size: calc((100vw / 375) * 14);
	font-weight: bold;
	text-align: right;
	line-height: 1.5;
	letter-spacing: 0;
	color: #af8237;
	margin-top: calc((100vw / 375) * 12);
}
.product .product__list:nth-of-type(1) .product__list-title,
.product .product__list:nth-of-type(2) .product__list-title {
	font-size: calc((100vw / 375) * 16);
}
@media screen and (min-width: 1024px) {
	.product .product__list .product__list-title,
	.product .product__list:nth-of-type(1) .product__list-title,
	.product .product__list:nth-of-type(2) .product__list-title {
		font-size: 2.1rem;
		letter-spacing: 0.2rem;
		margin-top: 10px;
		padding-right: 20px;
	}
}

.product .product__list .product__list-title span {
	display: block;
	font-size: calc((100vw / 375) * 14);
}
@media screen and (min-width: 1024px) {
	.product .product__list .product__list-title span {
		font-size: 1.8rem;
	}
}

.product .product__list .product__list-price {
	font-size: calc((100vw / 375) * 16);
	font-weight: 800;
	text-align: right;
	letter-spacing: 0.1rem;
	margin-top: calc((100vw / 375) * 5);
}
@media screen and (min-width: 1024px) {
	.product .product__list .product__list-price {
		font-size: 2.4rem;
		letter-spacing: 0.2rem;
		margin-top: 5px;
		padding-right: 20px;
	}
}

.product .product__list .product__list-price span {
	font-size: calc((100vw / 375) * 12);
}
@media screen and (min-width: 1024px) {
	.product .product__list .product__list-price span {
		font-size: 1.6rem;
	}
}

.product .product__list .product__list-text {
	font-size: calc((100vw / 375) * 12);
	font-weight: 500;
	letter-spacing: 0.05rem;
	text-align: right;
	white-space: nowrap;
}
@media screen and (min-width: 1024px) {
	.product .product__list .product__list-text {
		font-size: 1.4rem;
		letter-spacing: 0.2rem;
		padding-right: 20px;
	}
}

.product .product__list .product__benefit {
	margin-top: 10px;
}
@media screen and (min-width: 1024px) {
	.product .product__list .product__benefit {
		margin-top: 10px;
	}
}

.product .product__list .product__benefit-title {
	font-size: calc((100vw / 375) * 16);
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #af8237;
	border: 1px solid #af8237;
}
@media screen and (min-width: 1024px) {
	.product .product__list .product__benefit-title {
		font-size: 1.8rem;
	}
}

.product .product__list .product__benefit-text {
	font-size: calc((100vw / 375) * 15);
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	color: #af8237;
	border: 1px solid #af8237;
	padding: calc((100vw / 375) * 5) calc((100vw / 375) * 10);
}
@media screen and (min-width: 1024px) {
	.product .product__list .product__benefit-text {
		font-size: 1.6rem;
		line-height: 1.8;
		padding: 10px 15px;
	}
}

.product .product__list .product__benefit-text span {
	font-size: calc((100vw / 375) * 11);
}
@media screen and (min-width: 1024px) {
	.product .product__list .product__benefit-text span {
		font-size: 1.4rem;
	}
}

.product .product__button {
	margin: calc((100vw / 375) * 40) auto 0;
}
@media screen and (min-width: 1024px) {
	.product .product__button {
		width: 320px;
		margin: 60px auto 0;
	}
}

/* choice */
.choice {
	padding-top: calc((100vw / 375) * 70);
	padding-bottom: calc((100vw / 375) * 120);
	background-color: #feecc3;
}
@media screen and (min-width: 1024px) {
	.choice {
		padding-top: 60px;
		padding-bottom: 80px;
	}
}

.choice .choice__title-en {
	font-size: calc((100vw / 375) * 33);
	font-weight: bold;
	letter-spacing: 0.5rem;
	text-align: center;
	color: rgb(175 130 55 / 15%);
	white-space: nowrap;
}
@media screen and (min-width: 1024px) {
	.choice .choice__title-en {
		font-size: 15.0rem;
		letter-spacing: 1.2rem;
	}
}

.choice .choice__title {
	font-size: calc((100vw / 375) * 20);
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2rem;
	margin-top: calc((100vw / 375) * -73);
}
@media screen and (min-width: 1024px) {
	.choice .choice__title {
		font-size: 3.2rem;
		margin-top: -210px;
		letter-spacing: 0.5rem;
	}
}

.choice .choice__text {
	font-size: calc((100vw / 375) * 14);
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2rem;
}
@media screen and (min-width: 1024px) {
	.choice .choice__text {
		font-size: 2.4rem;
		letter-spacing: 0.5rem;
	}
}

.choice .choice__text-lg {
	font-size: calc((100vw / 375) * 20);
	font-weight: bold;
	text-align: center;
	color: #af8237;
	letter-spacing: 0.2rem;
	margin-top: calc((100vw / 375) * 25);
}
@media screen and (min-width: 1024px) {
	.choice .choice__text-lg {
		font-size: 4.8rem;
		letter-spacing: 0.8rem;
		margin-top: 50px;
	}
}

.choice .choice__img {
	display: block;
	margin: calc((100vw / 375) * 50) auto 0;
	width: calc((100vw / 375) * 150);
}
@media screen and (min-width: 1024px) {
	.choice .choice__img {
		margin: 125px auto 0;
		width: auto;
	}
}

/* ========== farm ========== */
.farm {
	background: #f9f6f1;
}
.farm .farm__hero {
	width: 100%;
	overflow: hidden;
	max-height: 50vh;
}
.farm .farm__hero-img {
	width: 100%;
	height: 50vh;
	object-fit: cover;
	object-position: center 40%;
	display: block;
}
.farm .farm__inner {
	padding-top: calc((100vw / 375) * 50);
	padding-bottom: calc((100vw / 375) * 50);
}
@media screen and (min-width: 1024px) {
	.farm .farm__inner {
		padding-top: 80px;
		padding-bottom: 100px;
	}
}

.farm .farm__title-en {
	font-size: calc((100vw / 375) * 33);
	font-weight: bold;
	letter-spacing: 0.5rem;
	line-height: 1.2;
	text-align: center;
	color: rgb(175 130 55 / 15%);
	white-space: nowrap;
}
@media screen and (min-width: 1024px) {
	.farm .farm__title-en {
		font-size: 10.0rem;
		letter-spacing: 1.2rem;
		line-height: 1.8;
	}
}

.farm .farm__title {
	font-size: calc((100vw / 375) * 22);
	font-weight: bold;
	letter-spacing: 0.3rem;
	line-height: 1.5;
	color: #af8237;
	text-align: center;
	margin-top: calc((100vw / 375) * -55);
}
@media screen and (min-width: 1024px) {
	.farm .farm__title {
		font-size: 4.2rem;
		letter-spacing: 0.5rem;
		margin-top: -170px;
	}
}

.farm .farm__lead {
	font-size: calc((100vw / 375) * 14);
	line-height: 2.0;
	letter-spacing: 0.1rem;
	text-align: center;
	color: #555;
	margin-top: calc((100vw / 375) * 30);
}
@media screen and (min-width: 1024px) {
	.farm .farm__lead {
		font-size: 1.6rem;
		margin-top: 40px;
	}
}

.farm .farm__gallery {
	display: flex;
	gap: calc((100vw / 375) * 12);
	margin-top: calc((100vw / 375) * 40);
}
.farm .farm__gallery--3col {
	flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
	.farm .farm__gallery--3col .farm__gallery-item {
		flex: 0 0 100%;
	}
}
.farm .farm__gallery--4col {
	flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
	.farm .farm__gallery--4col .farm__gallery-item {
		flex: 0 0 100%;
	}
}
@media screen and (min-width: 1024px) {
	.farm .farm__gallery--4col .farm__gallery-item {
		flex: 0 0 calc(50% - 12px);
	}
}
@media screen and (min-width: 1024px) {
	.farm .farm__gallery {
		gap: 24px;
		margin-top: 60px;
	}
}

.farm .farm__gallery-item {
	flex: 1;
	overflow: hidden;
}
.farm .farm__gallery-item img {
	width: 100%;
	height: calc((100vw / 375) * 130);
	object-fit: cover;
	border-radius: 4px;
}
@media screen and (min-width: 1024px) {
	.farm .farm__gallery-item img {
		height: 300px;
	}
}

.farm .farm__gallery-caption {
	font-size: calc((100vw / 375) * 12);
	font-weight: 500;
	color: #777;
	text-align: center;
	margin-top: calc((100vw / 375) * 8);
	letter-spacing: 0.05rem;
}
@media screen and (min-width: 1024px) {
	.farm .farm__gallery-caption {
		font-size: 1.4rem;
		margin-top: 12px;
	}
}

.farm .farm__story {
	margin-top: calc((100vw / 375) * 40);
}
@media screen and (min-width: 1024px) {
	.farm .farm__story {
		margin-top: 60px;
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
}

.farm .farm__text {
	font-size: calc((100vw / 375) * 14);
	font-weight: 600;
	line-height: 2.2;
	letter-spacing: 0.1rem;
	color: #555;
	text-align: center;
	margin-bottom: calc((100vw / 375) * 20);
}
@media screen and (min-width: 1024px) {
	.farm .farm__text {
		font-size: 1.5rem;
		margin-bottom: 24px;
	}
}

.farm .farm__text-accent {
	font-size: calc((100vw / 375) * 15);
	line-height: 2.0;
	letter-spacing: 0.15rem;
	color: #af8237;
	text-align: center;
	font-weight: bold;
	margin-top: calc((100vw / 375) * 30);
}
@media screen and (min-width: 1024px) {
	.farm .farm__text-accent {
		font-size: 1.7rem;
		margin-top: 40px;
	}
}

/* ========== Muted Luxury photo filter ========== */
/* warm muted: desaturated greens → olive/gold, lifted blacks, sepia warmth */
.photo-luxury {
	filter: saturate(0.75) contrast(0.88) brightness(1.05) sepia(0.18);
}

/* ========== Buy Modal ========== */
.buy-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	justify-content: center;
	align-items: center;
}

.buy-modal__box {
	position: relative;
	background: #fff;
	padding: calc((100vw / 375) * 35) calc((100vw / 375) * 25);
	text-align: center;
	max-width: 420px;
	width: 90%;
}
@media screen and (min-width: 1024px) {
	.buy-modal__box {
		padding: 50px 40px;
	}
}

.buy-modal__close {
	position: absolute;
	top: 10px;
	right: 15px;
	background: none;
	border: none;
	font-size: 28px;
	color: #999;
	cursor: pointer;
	line-height: 1;
}

.buy-modal__title {
	font-size: calc((100vw / 375) * 15);
	font-weight: 500;
	color: #1c1c1c;
	margin-bottom: calc((100vw / 375) * 25);
}
@media screen and (min-width: 1024px) {
	.buy-modal__title {
		font-size: 1.8rem;
		margin-bottom: 35px;
	}
}

.buy-modal__buttons {
	display: flex;
	flex-direction: column;
	gap: calc((100vw / 375) * 15);
}
@media screen and (min-width: 1024px) {
	.buy-modal__buttons {
		flex-direction: row;
		gap: 20px;
	}
}

.buy-modal__btn {
	display: block;
	flex: 1;
	padding: calc((100vw / 375) * 15) 0;
	font-size: calc((100vw / 375) * 15);
	font-weight: 600;
	text-decoration: none;
	color: #af8237;
	border: 2px solid #af8237;
	letter-spacing: 0.1rem;
	transition: all 0.3s;
}
.buy-modal__btn:hover {
	background: #af8237;
	color: #fff;
}
@media screen and (min-width: 1024px) {
	.buy-modal__btn {
		padding: 18px 0;
		font-size: 1.6rem;
	}
}

.buy-modal__btn--member {
	background: #af8237;
	color: #fff;
}
.buy-modal__btn--member:hover {
	background: #96702e;
	border-color: #96702e;
}

.buy-modal__message {
	font-size: calc((100vw / 375) * 14);
	font-weight: 400;
	color: #666;
	margin-top: calc((100vw / 375) * 10);
}
@media screen and (min-width: 1024px) {
	.buy-modal__message {
		font-size: 1.5rem;
		margin-top: 15px;
	}
}