@charset "utf-8";
/* CSS Document */

html,
body {
	overflow-x: hidden;
}

ul,
li {
	margin: 0;
	padding: 0;
}

a,
a:hover,
a:focus {
	text-decoration: none;
	color: #000;
}

p {
	margin: 0;
	padding: 0;
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

.lps9_container {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 100px;
	font-family: 'EB Garamond', 'Noto Serif JP', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #442e18;
	font-size: 18px;
	font-style: normal;
	box-sizing: border-box;
}

.lps9_container * {
	box-sizing: border-box;
}

.lps9_container img {
	max-width: 100%;
	height: auto;
}

.mv {
	width: 100%;
	max-width: 1000px;
	text-align: center;
}

.mv img {
	width: 100%;
	max-width: 100%;
}

.lead {
	margin-top: 87px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 2.2;
}

.lead p {
	font-size: 18px;
	line-height: 2;
}

.lead_title {
	font-size: 30px;
	line-height: 47px;
	font-family: 'EB Garamond', 'Noto Serif JP', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #442e18;
	margin-bottom: 11px;
}

.lead_title-sub {
	font-size: 18px;
}


.item-lead {
	/*margin-top: 8%;*/
	margin-top: 107px;
	text-align: center;
	font-size: 16px;
	line-height: 2;
}

.item-lead_title {
	font-size: 18px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	font-family: 'EB Garamond', 'Noto Serif JP', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #442e18;
}

.item-lead_title-en {
	padding: 0 5px;
	border-bottom: 1px solid #442e18;
	font-size: 32px;
	letter-spacing: 0.06em;
	font-family: 'EB Garamond', serif;
	font-style: italic;
	display: inline-block;
}

.item-lead_discription {
	margin-top: 30px;
}

.item-lead_img_box {
	margin: 0 auto;
	max-width: 500px;
	line-height: 1;
}

.item-lead_img {
	padding: 26px 0 0;
}

.item {
	margin: 120px auto 164px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	position: relative;
}

.item_img {
	width: 50%;
	align-self: center;
}

.item_text {
	text-align: start;
	width: 50%;
	padding: 0 5%;
	align-self: flex-end;
}

.item_title {
	width: 100%;
	margin: 0 auto 4%;
	font-size: 32px;
	font-weight: normal;
	font-family: 'EB Garamond', 'Noto Serif JP', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #442e18;
	font-style: italic;
}

.item_title .number {
	display: block;
	font-size: 32px;
	font-family: 'EB Garamond', serif;
	font-style: italic;
}

.item_text_caption {
	margin-top: auto;
}
.item_discription {
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.5px;
}


/* クレジット */
.detail {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 0;
}

.item-lead .detail {
	margin-top: 44px;
}
.item-lead .detail_item {
	margin-top: 24px;
}

.detail_item {
	min-height: 50px;
	padding: 5px 0;
	border-bottom: 1px solid #442e18;
	font-size: 0;
	display: flex;
	align-content: center;
}

.detail_name {
	width: 47%;
	font-size: 20px;
	line-height: 1.5;
	display: flex;
	align-items: center;
	text-align: left;
}

.detail_price {
	width: 30%;
	text-align: center;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.detail_price.notice {
	font-size: 14px;
	letter-spacing: 0;
	/*width: 26%;*/
	width: 18%;
	text-align: left;
}

.detail_price .tax {
	font-size: 12px;
}

.detail_btn {
	width: 22%;
	text-align: center;
	display: flex;
	align-items: center;
}

.detail_btn a {
	width: 100%;
	display: block;
	color: #fff;
	font-size: 18px;
	background-color: #442e18;
	text-decoration: none;
	line-height: 38px;
	border: 1px solid #442e18;
	transition: all 0.3s;
	letter-spacing: 2px;
}

.detail_btn a:hover {
	background-color: #fff;
	color: #442e18;
}

.detail_btn.no-link a {
	background-color: #fff;
	border: none;
	color: #442e18;
	text-decoration: none;
	pointer-events: none;
	font-size: 14px;
	letter-spacing: 0;
}

/* .detail_btn2 {
	width: 22%;
	text-align: center;
	display: block;
	color: #442e18;
	font-size: 18px;
	background-color:#fff;
	text-decoration: none;
	line-height: 38px;
	transition: all 0.3s;
	letter-spacing: 2px;
} */


/* fabric */
.fabric-sec {
	display: flex;
	column-gap: 50px;
	justify-content: space-between;
	align-items: center;
	margin: 88px 0 116px;
}

.fabric-lead_img {
	width: 304px;

}

.fabric-lead_text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: start;
	background-color: #f5f5f5;
	width: 630px;
	height: 254px;
	padding: 0 65px;
}

.fabric-lead_head {
	font-size: 24px;
	font-family: 'EB Garamond', serif;
	font-style: italic;
}

.styling-title {
	display: flex;
	justify-content: center;
}

.styling-title .item-lead_title-en {
	font-size: 30px;
	margin: 0 auto;

}

/* ボタンエリア */
.bottom-area {
	width: 80%;
	max-width: 600px;
	margin: 140px auto;
}

.brandlink {
	margin-bottom: 5%;
	text-align: center;
}

.brandlink a {
	display: block;
	text-decoration: none;
	line-height: 80px;
	background-color: #442e18;
	color: #fff;
	font-size: 16px;
	transition: all 0.3s;
	border: 1px solid #442e18;
}

.brandlink a:hover {
	background-color: #fff;
	color: #442e18;
}

/* --- lp_btn --- */
.bottom-area .lp_btn-wrap a {
	position: relative;
	width: 100%;
	display: block;
	color: #fff;
	font-size: 18px;
	background-color: #442e18;
	text-decoration: none;
	/* line-height: 80px; */
	border: 1px solid #442e18;
	transition: all 0.3s;
	letter-spacing: 2px;
	text-align: center;
	padding: 1.4rem;
}

.bottom-area .lp_btn-wrap a:hover {
	background-color: #fff;
	color: #442e18;
}

.bottom-area .lp_btn-wrap a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	transform: rotate(45deg);
	position: absolute;
	top: 44%;
	right: 2rem;
}

.lp_btn-wrap a:hover::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #442e18;
	border-right: 1px solid #442e18;
	transform: rotate(45deg);
	position: absolute;
	top: 44%;
	right: 2rem;
}

.bottom-area .lp_btn-wrap:first-child {
	margin-bottom: 20px;
}

/* other */

.other {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.other_title-en {
	text-align: center;
	font-size: 24px;
	margin-bottom: 42px;
}

.other_wrap {
	display: flex;
	max-width: 1140px;
	width: 95%;
	margin: 0 auto;
	justify-content: space-between;
	gap: 30px;
}

p.other-item_text {
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
}

.other-item_btn {
	width: 100px;
	text-align: center;
	display: flex;
	align-items: center;
	margin: 30px auto 0;
}

.other-item_btn a {
	width: 100%;
	display: block;
	color: #fff;
	font-size: 14px;
	background-color: #442e18;
	text-decoration: none;
	line-height: 32px;
	border: 1px solid #442e18;
	transition: all 0.3s;
	letter-spacing: 2px;
}

.other-item_btn a:hover {
	background-color: #fff;
	color: #442e18;
}


@media screen and (max-width:991px) {
	.item {
		max-width: 500px;
		margin-inline: auto;
	}

	.item_img {
		width: 100%;
		text-align: center;
	}

	.item_text {
		width: 100%;
		margin-top: 8%;
	}

	.detail {
		margin-top: 30px;
	}
}

@media screen and (max-width:767px) {

	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	.lps9_container {
		font-size: 14px;
		margin-bottom: 70px;
	}

	.lead {
		margin-top: 40px;
		font-size: 14px;
	}

	.lead p {
		font-size: 14px;
	}

	.lead_title {
		margin-bottom: 30px;
		font-size: 20px;
		line-height: 1.4;
	}

	.lead_title-sub {
		margin-top: 10px;
		font-size: 13px;
		display: block;
	}

	.item-lead {
		margin-top: 15%;
		font-size: 14px;
	}

	.item-lead_title-en {
		padding: 0 13px;
		font-size: 25px;
	}

	.item {
		margin: 64px 0;
	}

	.item:last-child {
		margin-bottom: 50px;
	}

	.item_title {
		font-size: 24px;
	}

	.item_discription {
		font-size: 14px;
		line-height: 25px;
	}

	.detail_item {
		border-bottom: 1px solid #442e18;
		font-size: 0;
	}

	.detail_name {
		width: 37%;
		font-size: 19px;
	}

	.detail_price {
		width: 38%;
		text-align: center;
		font-size: 15px;
	}

	.detail_btn {
		width: 28%;
		text-align: center;
	}

	.detail_btn a {
		font-size: 13px;
		line-height: 30px;
	}

	/* .detail_btn2 {
		width: 22%;
		text-align: center;
		display: block;
		color: #442e18;
		font-size: 12px;
		background-color:#fff;
		text-decoration: none;
		line-height: 40px;
		transition: all 0.3s;
		letter-spacing: 2px;
	} */

	.bottom-area {
		margin: 50px auto;
		/*width: 100%;*/
		width: 90%;
	}

	.brandlink a {
		font-size: 14px;
		line-height: 60px;
	}

	/* fabric */
	.fabric-sec {
		align-items: center;
		flex-direction: column;
		row-gap: 20px;
		margin: 60px 0 70px;
	}

	.fabric-lead_img {
		width: 90%;
		max-width: 500px;
	}

	.fabric-lead_text {
		width: 90%;
		height: unset;
		max-width: 500px;
		padding: 17px 27px;
	}

	.fabric-lead_head {
		font-size: 22px;
	}

	.styling-title {}

	.styling-title .item-lead_title-en {
		font-size: 23px;
	}

	.__pf_pIkgjoeY .pf-6_ {
		padding-top: 35px;
		padding-bottom: 0;
	}

	.__pf_pIkgjoeY .pf-7_ {
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: -15px;
	}

	.bottom-area .lp_btn-wrap a {
		padding: 1rem;
		font-size: 15px;
	}

	.bottom-area .lp_btn-wrap a::after {
		right: 1.3rem;
	}

	.lp_btn-wrap a:hover::after {
		right: 1.3rem;
	}

	.detail_price.notice {
		width: 19%;
	}

	/*.detail_name.comming_Txt {
		width: 40%;
	}*/

	/*other*/

	.other {
		padding: 50px 15px 0;
	}

	.other_wrap {
		width: 100%;
		justify-content: center;
		flex-direction: column;
	}

	.other-item {
		text-align: center;
		margin-bottom: 40px;
	}

	.other-item_btn {
		margin: 20px auto 0;
	}

}