@charset "utf-8";

/*----------------------------
	common
------------------------------*/
html {
	font-size: 10px;
	color: #333;
}
/* @media (max-width: 1000px) {
	html {
		font-size: 1vw;
	}
} */
@media (max-width: 768px) {
	html {
		font-size: 1.3333vw;/*750pxの時のベース*/
	}
}
body {
	overflow-wrap: anywhere;
}
main {
	margin: 0 auto;
	max-width: 75rem;
	font-size: 1.2rem;
	line-height: 1.5;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', '游ゴシック Medium', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
}
/* @media (max-width: 768px) {
	main {
		font-size: 3.2rem;
		line-height: 1.8;
	}
} */
button, input, select, textarea {
	font: inherit;
	color: inherit;
	background: transparent;
	border: none;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
button {
	cursor: pointer;
}
textarea {
	resize: vertical;
}
a {
	color: #000;
	text-decoration: none;
}
a,
button {
	transition: opacity 0.3s ease-out;
}
a:hover,
button:hover {
	opacity: 0.7;
}
img {
	max-width: 100%;
	height: auto;
}
img[src$=".svg"] {
	width: 100%;
	height: auto;
}
/* スクリーンリーダー用 */
.srOnly {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
/* for safari */
/* @supports (-webkit-hyphens: none) {
	[tabindex="-1"]:focus-visible {
		outline: none !important;
	}
} */
.red {
	color: #E60012;
}
i {
	font-style: normal;
}
/* .sp {
	display: none;
}
@media (max-width: 768px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
} */

/* kaiki
=================== */
.kaiki {
	margin-top: 1.2rem;
	font-feature-settings: "palt";
	background-color: #EFEBE5;
	padding: 3rem 4rem;
}
.kaiki .kaikiInner {
	background-color: #fff;
}
.kaiki h2 {
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	padding: 4rem 2rem 0;
}
.kaiki .inner {
	padding: 1rem 4rem 4rem;
}
.kaiki .lead {
	margin-bottom: 3rem;
	font-size: 1.8rem;
	line-height: 2.9rem;
}
.kaiki .east h3 {
	font-size: 3.3rem;
	font-weight: bold;
	color: #ab1f24;
	padding: 0 0 1.5rem;
	text-align: center;
	border-bottom: 0.5rem solid #ab1f24;
	letter-spacing: 0.05em;
}
.kaiki .west {
	margin-top: 3rem;
}
.kaiki .west h3 {
	font-size: 3.3rem;
	font-weight: bold;
	color: #335392;
	padding: 2rem 0 1.5rem;
	text-align: center;
	border-bottom: 0.5rem solid #335392;
	letter-spacing: 0.05em;
}

/* kaikiTtl */
.kaikiBox {
	position: relative;
}
.kaikiBox.end::before {
	content: "";
	background: url(/base/pc/store/special/interior/img/2025wi/end.png) no-repeat;
	width: 21.3rem;
	height: 6.2rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 5;
}
.kaikiBox.coming::before {
	content: "";
	background: url(/base/pc/store/special/interior/img/2025wi/coming.png) no-repeat;
	width: 24rem;
	height: 6.2rem;
	position: absolute;
	bottom: 2.3rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	background-size: contain;
}
.kaikiBox.end a, .kaikiBox.coming a {
	pointer-events: none;
}
.kaikiBox .kaikiTtl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: row wrap;
	padding: 2rem 4.5rem 2.5rem;
	border-bottom: 0.1rem solid #333;
}
.kaikiBox .kaikiTtl h4 {
	font-size: 3.1rem;
	font-weight: bold;
	width: 17.5rem;
}
.kaiki .east .kaikiTtl h4 span {
	color: #b31e23;
}
.kaiki .west .kaikiTtl h4 span {
	color: #335392;
}
.kaikiBox .kaikiTtl .kaikiDate {
	font-size: 3.2rem;
	font-weight: bold;
	width: 30rem;
}
.kaikiBox .kaikiTtl .kaikiDate span {
	font-size: 1.7rem;
}
.kaikiLink {
	width: 100%;
}
.kaikiLink a {
	display: block;
	font-size: 2.5rem;
	font-weight: bold;
	text-decoration: none;
	padding: 1rem 2rem 1rem 1rem;
	background: #d3d3d4;
	color: #000;
	text-align: center;
	position: relative;
}
.kaikiLink a::after {
	content: "";
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: 1.8rem;
	right: 2rem;
	margin: auto;
	box-sizing: border-box;
	border: 1rem solid transparent;
	border-left: 1.6rem solid #000;
}

/* tokuten
=================== */
.tokuten h2 {
	background: #c30d23;
	color: #FFF;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.43;
	padding: 0.8rem 1rem 0.6rem;
	margin-top: 5.5rem;
}
.tokuten .inner{
	padding: 1.5rem 3.5rem 0;
}
.tokuten .tokuten_txt01{
	color: #c30d23;
	text-align: center;
	font-size: 3.4rem;
	font-weight: bold;
}
.tokuten .tokuten_txt02{
	background: #FFF;
	color: #C30D23;
	font-size: 3.4rem;
	font-weight: bold;
	text-align: center;
	border: 0.25rem solid #C30D23;
	margin: 1.5rem 0 1.5rem;
}
.tokuten .tokuten_txt03{
	font-size: 2.4rem;
	line-height: 1.67;
}
.tokuten .buyersTag {
	display: flex;
	margin-top: 4rem;
	border-top: 0.2rem solid #231815;
	border-bottom: 0.2rem solid #231815;
}
.tokuten .buyersTag > * {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 0;
}
.tokuten .buyersTag dt {
	width: 19rem;
	background-color: #FDD000;
}
.tokuten .buyersTag dd {
	width: 52rem;
	font-size: 2.5rem;
}


/* itemArea
=================== */
.itemArea {
	margin-top: 9rem;
}
.itemArea .inner {
	padding: 0 4rem;
}
.itemArea h4 {
	font-size: 4.3rem;
	font-weight: bold;
}
.itemArea .contentsLead {
	margin-top: 0.5rem;
	font-size: 2.9rem;
	line-height: 4.9rem;
	font-weight: bold;
}
.itemArea .brand {
	font-size: 3.3rem;
	font-weight: bold;
}
.itemArea .name {
	margin-top: 0.5rem;
	font-size: 3.3rem;
	font-weight: bold;
}
.itemArea .detail {
	font-size: 2.8rem;
}
.itemArea .price {
	display: inline-block;
	font-size: 4rem;
	font-weight: bold;
	color: #e60012;
	position: relative;
}
.itemArea .price.black {
	color: #000;
}
.itemArea .price .yen {
	font-size: 2.8rem;
}
.itemArea .price.web::after {
	content: "";
	background: url(/base/pc/store/special/interior/img/2025wi/icon_web.png) no-repeat;
	background-size: contain;
	width: 7.2rem;
	height: 2.7rem;
	position: absolute;
	top: calc(50% - 0.9rem);
	right: -7.8rem;
}
.itemArea .price .detail {
	font-weight: normal;
	color: #000;
}
.itemArea .labelS {
	padding-left: 9.3rem;
	margin-top: 1.2rem;
	position: relative;
}
.itemArea .labelS::before {
	content: "";
	width: 7.8rem;
	height: 4.2rem;
	background: url(/base/pc/store/special/interior/img/2025wi/label.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 2.1rem);
	left: 0;
}
.itemArea .labelNum {
	width: 3.3rem;
	height: 3.3rem;
	background: #231815;
	border-radius: 0.5rem;
	font-size: 3.2rem;
	line-height: 3.4rem;
	color: #fff;
	text-align: center;
}
.itemArea .breakdown {
	margin-top: 10rem;
	background: #fff;
	padding: 5rem 3rem 5rem;
	position: relative;
}
.itemArea .breakdown .breakdownTtl {
	display: flex;
	align-items: center;
	font-size: 2.6rem;
	letter-spacing: 0.36em;
	margin-top: 4rem;
}
.itemArea .breakdown .breakdownTtl::before,
.itemArea .breakdown .breakdownTtl::after {
	content: "";
	background-color: #000;
	flex-grow: 1;
	height: 0.1rem;
}
.itemArea .breakdown .breakdownTtl::before {
	margin-right: 1.5rem;
}
.itemArea .breakdown .breakdownTtl::after {
	margin-left: 1.5rem;
}
.itemArea .breakdown .name {
	font-size: 3.3rem;
}
.itemArea .breakdown .name span {
	font-size: 2rem;
}
.itemArea .breakdown .price .yen {
	font-size: 2.7rem;
}
.itemArea .breakdown .price .num {
	font-size: 2.6rem;
	font-weight: normal;
	color: #000;
}
.itemArea .breakdown .txt {
	font-size: 2.4rem;
	position: absolute;
	border: 0.1rem solid #231815;
	border-radius: 1.1rem;
	padding: 1.3rem 2rem;
}
.itemArea .breakdown .txtRight {
	text-align: right;
	display: block;
}
.itemArea .flexNum {
	display: flex;
	align-items: center;
	gap: 0 0.5rem;
	margin-top: 0.5rem;
}
.itemArea .flexNum .name {
	margin-top: 0;
}

/* dining */
.itemArea .dining {
	position: relative;
	background: #dce6f5;
	margin-top: 13rem;
	/* margin-bottom: 14rem; */
	padding-bottom: 16rem;
}
.itemArea .dining::before {
	content: "";
	width: 100%;
	height: 11.9rem;
	background: url(/base/pc/store/special/interior/img/2025wi/sec01_bg01.png) no-repeat top center;
	background-size: cover;
	position: absolute;
	top: -11.8rem;
	left: 0;
	z-index: -1;
}
/* .itemArea .dining::after {
	content: "";
	width: 100%;
	height: 11.8rem;
	background: url(/base/pc/store/special/interior/img/2025wi/sec01_bg02.png) no-repeat top center;
	background-size: cover;
	position: absolute;
	bottom: -11.7rem;
	left: 0;
	z-index: -1;
} */
.itemArea .dining .mainPic {
	margin-top: -4.5rem;
}
.itemArea .dining .breakdown {
	margin-top: 12.6rem;
	padding: 25.5rem 3rem 5rem;
}
.itemArea .dining .breakdown .itemPic {
	position: absolute;
	top: -13rem;
	left: 50%;
	transform: translateX(-50%);
	width: 61.3rem;
}
.itemArea .dining .breakdown .itemTxt {
	margin-top: 3.5rem;
	padding-left: 11.5rem;
	position: relative;
	z-index: 2;
}
.itemArea .dining .breakdown .mainItem01Box {
	position: relative;
}
.itemArea .dining .breakdown .mainItem01Box .pic {
	margin-top: 3rem;
	margin-left: auto;
	margin-right: auto;
	width: 43.7rem;
	position: relative;
	z-index: 2;
}
.itemArea .dining .breakdown .mainItem01Box .detail {
	margin-top: -1rem;
}
.itemArea .dining .breakdown .mainItem01Box .txt {
	top: 40.5rem;
	right: 0.5rem;
	padding: 1rem 1.6rem 1rem 2rem;
}
.itemArea .dining .breakdown .mainItem02Box {
	position: relative;
	margin-top: 2rem;
	padding-bottom: 6rem;
	border-bottom: 0.2rem solid #B4C0E2;
}
.itemArea .dining .breakdown .mainItem02Box .pic {
	width: 25.4rem;
	position: relative;
	z-index: 2;
	margin: -27rem -2rem 0 auto;
}
.itemArea .dining .breakdown .mainItem02Box .priceWrap {
	display: flex;
	align-items: baseline;
}
.itemArea .dining .breakdown .mainItem02Box .priceWrap .set {
	padding-left: 8.2rem;
	font-size: 2.8rem;
}
.itemArea .dining .breakdown .mainItem03Box {
	position: relative;
	margin-top: 1rem;
	padding-bottom: 4rem;
	border-bottom: 0.2rem solid #B4C0E2;
}
.itemArea .dining .breakdown .mainItem03Box .pic {
	width: 33.6rem;
	margin: 0 auto;
}
.itemArea .dining .breakdown .mainItem03Box .flex {
	display: flex;
	justify-content: center;
	gap: 0 0.5rem;
	margin: 1rem 0 0 0;
}
.itemArea .dining .breakdown .mainItem03Box .flex .pic {
	width: 26.3rem;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.itemArea .dining .breakdown .mainItem03Box .flex .txtWrap .detail {
	font-size: 2.2rem;
}
.itemArea .dining .breakdown .mainItem03Box .txt {
	margin-top: -3rem;
	padding: 1rem 5rem 1rem 2rem;
	left: 5rem;
}
.itemArea .dining .breakdown .mainItem03Box .flex02 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 0 0.5rem;
	margin: 8rem 0 0 0;
}
.itemArea .dining .breakdown .mainItem03Box .flex02 .pic {
	width: 31.4rem;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	flex-shrink: 0;
}
.itemArea .dining .breakdown .mainItem04Box {
	position: relative;
	padding-bottom: 3rem;
	border-bottom: 0.2rem solid #B4C0E2;
}
.itemArea .dining .breakdown .mainItem04Box .flex {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 0 0.5rem;
	margin: 2rem 0 0 0;
}
.itemArea .dining .breakdown .mainItem04Box .flex .pic {
	width: 34.6rem;
	margin-left: auto;
	position: relative;
	z-index: 2;
}
.itemArea .dining .breakdown .mainItem04Box .flex .txtWrap {
	margin-bottom: 5rem;
}
.itemArea .dining .breakdown .mainItem04Box .flex .txtWrap .detail {
	font-size: 2.2rem;
}
.itemArea .dining .breakdown .mainItem05Box {
	position: relative;
}
.itemArea .dining .breakdown .mainItem05Box .pic {
	width: 56.3rem;
	margin: 0 auto;
	padding-top: 4rem;
}
.itemArea .dining .breakdown .mainItem05Box .txt {
	margin-bottom: 2rem;
	padding: 1rem 2rem 1rem 2rem;
	position: static;
}
.itemArea .dining .breakdown .mainItem05Box .flex {
	display: flex;
	gap: 0 0.5rem;
	margin: -9rem 0 0 0;
}
.itemArea .dining .breakdown .mainItem05Box .flex .pic {
	width: 35.1rem;
	margin: 0 -1rem 0 auto;
	position: relative;
	z-index: 2;
}
.itemArea .dining .breakdown .mainItem05Box .flex .txt {
	padding: 3rem 2rem 2rem 2rem;
	position: absolute;
	bottom: -3rem;
}
.itemArea .dining .breakdown .mainItem05Box .txtWrap .name span {
	font-size: 3rem;
	font-weight: normal;
}


/* living */
.itemArea .living {
	position: relative;
	background: #FFFCD3;
	margin-top: 2.6rem;
	/* margin-bottom: 14rem; */
	padding-bottom: 16rem;
}
.itemArea .living::before {
	content: "";
	width: 100%;
	height: 10.9rem;
	background: url(/base/pc/store/special/interior/img/2025wi/sec02_bg01.png) no-repeat top center;
	background-size: cover;
	position: absolute;
	top: -10.8rem;
	left: 0;
	z-index: 1;
}
/* .itemArea .living::after {
	content: "";
	width: 100%;
	height: 10.4rem;
	background: url(/base/pc/store/special/interior/img/2025wi/sec02_bg02.png) no-repeat top center;
	background-size: cover;
	position: absolute;
	bottom: -10.3rem;
	left: 0;
	z-index: -1;
} */
.itemArea .living h4,
.itemArea .living .contentsLead {
	color: #6A0000;
}
.itemArea .living .mainPic {
	margin-top: -6rem;
}
.itemArea .living .breakdown {
	margin-top: 5rem;
	padding: 34rem 3rem 3rem;
}
.itemArea .living .breakdown .itemPic {
	position: absolute;
	top: 1rem;
	left: 50%;
	transform: translateX(-50%);
	width: 64.6rem;
}
.itemArea .living .breakdown .itemTxt {
	position: relative;
	top: -2rem;
	z-index: 2;
}
.itemArea .living .breakdown .itemTxt .flex {
	display: flex;
	gap: 0 1rem;
}
.itemArea .living .breakdown .breakdownTtl {
	margin-top: 7.8rem;
}
.itemArea .living .breakdown .mainItem01Box {
	position: relative;
	display: flex;
}
.itemArea .living .breakdown .mainItem01Box .pic {
	width: 35.1rem;
	margin: -3rem 0 0 9rem;
	position: relative;
	z-index: 2;
}
.itemArea .living .breakdown .mainItem01Box .txt {
	top: -10rem;
	right: 0;
	text-align: right;
}
.itemArea .living .breakdown .mainItem02Box {
	position: relative;
}
.itemArea .living .breakdown .mainItem02Box .flex {
	display: flex;
	align-items: center;
	gap: 0 3rem;
}
.itemArea .living .breakdown .mainItem02Box .pic {
	width: 23.5rem;
	position: relative;
	z-index: 2;
}
.itemArea .living .breakdown .mainItem03Box {
	margin-top: 2rem;
	position: relative;
}
.itemArea .living .breakdown .mainItem03Box .flex {
	display: flex;
	align-items: center;
	gap: 0 3rem;
}
.itemArea .living .breakdown .mainItem03Box .pic {
	width: 36.9rem;
	position: relative;
	z-index: 2;
}
.itemArea .living .breakdown .mainItem03Box .detailWrap {
	position: relative;
}


/* chair */
.itemArea .chair {
	position: relative;
	background: #FCEBF3;
	/* margin-top: 23rem; */
	/* margin-bottom: 21rem; */
	padding-bottom: 20rem;
	z-index: 1;
}
.itemArea .chair::before {
	content: "";
	width: 100%;
	height: 10rem;
	background: url(/base/pc/store/special/interior/img/2025wi/sec03_bg01.png) no-repeat top center;
	background-size: cover;
	position: absolute;
	top: -9.9rem;
	left: 0;
	z-index: -1;
}
/* .itemArea .chair::after {
	content: "";
	width: 100%;
	height: 27.3rem;
	background: url(/base/pc/store/special/interior/img/2025wi/sec03_bg02.png) no-repeat top center;
	background-size: cover;
	position: absolute;
	bottom: -27.2rem;
	left: 0;
	z-index: -1;
} */
.itemArea .chair h4,
.itemArea .chair .contentsLead {
	color: #6A0000;
}
.itemArea .chair .mainPic {
	margin-top: -6.8rem;
}
.itemArea .chair .breakdown {
	margin-top: 22rem;
	padding: 30rem 3rem 5rem;
}
.itemArea .chair .breakdown .itemPic {
	position: absolute;
	top: -16.7rem;
	left: 50%;
	transform: translateX(-50%);
	width: 70.9rem;
}
.itemArea .chair .breakdown .itemTxt {
	position: relative;
	z-index: 2;
}
.itemArea .chair .breakdown .itemTxt .flex {
	display: flex;
	gap: 0 1rem;
}
.itemArea .chair .breakdown .breakdownTtl {
	margin-top: 6rem;
}
.itemArea .chair .breakdown .mainItem01Box {
	margin-top: 11rem;
	position: relative;
}
.itemArea .chair .breakdown .mainItem01Box .flex {
	display: flex;
}
.itemArea .chair .breakdown .mainItem01Box .pic {
	width: 36.3rem;
	flex-shrink: 0;
}
.itemArea .chair .breakdown .mainItem01Box .txt {
	top: -10rem;
	right: 0;
}
.itemArea .chair .breakdown .mainItem01Box .detailWrap {
	margin-top: 8rem;
	margin-left: -3rem;
	align-self: center;
}
.itemArea .chair .breakdown .mainItem02Box {
	margin-top: -4rem;
	padding-bottom: 2rem;
	border-bottom: 0.2rem solid #F19EC2;
}
.itemArea .chair .breakdown .mainItem02Box .flex {
	display: flex;
	justify-content: space-between;
}
.itemArea .chair .breakdown .mainItem02Box .pic {
	margin-right: -2rem;
	width: 30.4rem;
	flex-shrink: 0;
}
.itemArea .chair .breakdown .mainItem02Box .detailWrap {
	margin-top: 15rem;
}
.itemArea .chair .breakdown .mainItem02Box .priceWrap {
	display: flex;
	align-items: baseline;
	position: absolute;
}
.itemArea .chair .breakdown .mainItem02Box .priceWrap .set {
	padding-left: 82px;
	font-size: 28px;
}
.itemArea .chair .breakdown .mainItem03Box {
	margin-top: 3rem;
}
.itemArea .chair .breakdown .mainItem03Box > .pic {
	margin: 0 auto;
	width: 59.3rem;
}
.itemArea .chair .breakdown .mainItem03Box .flex {
	margin-top: 7rem;
	display: flex;
	position: relative;
}
.itemArea .chair .breakdown .mainItem03Box .flex .txt {
	top: -8rem;
	right: -1rem;
}
.itemArea .chair .breakdown .mainItem03Box .flex .detailWrap {
	margin-top: -4.5rem;
	flex-shrink: 0;
}
.itemArea .chair .breakdown .mainItem03Box .flex .detail {
	margin-top: 1rem;
	font-size: 2.4rem;
}
.itemArea .chair .breakdown .mainItem03Box .flex .pic {
	width: 34rem;
	margin: 13rem 0 0;
	z-index: 1;
}


/* diningroom */
.itemArea .diningroom {
	position: relative;
	background: #ECF3D1;
	background: linear-gradient(180deg, transparent 0%, transparent 6.3rem, #ECF3D1 6.3rem, #ECF3D1 100%);
	margin-top: 31rem;
	margin-bottom: 25rem;
}
.itemArea .diningroom::before {
	content: "";
	width: 100%;
	height: 17rem;
	background: url(/base/pc/store/special/interior/img/2025wi/sec04_bg01.png) no-repeat top center;
	background-size: cover;
	position: absolute;
	top: -16.9rem;
	top: -10.4rem;
	left: 0;
	z-index: -1;
}
.itemArea .diningroom::after {
	content: "";
	width: 100%;
	height: 23.4rem;
	background: url(/base/pc/store/special/interior/img/2025wi/sec04_bg02.png) no-repeat top center;
	background-size: cover;
	position: absolute;
	bottom: -23.3rem;
	left: 0;
	z-index: -1;
}
.itemArea .diningroom h4 {
	color: #6A0000;
}
.itemArea .diningroom .mainPic {
	margin-top: -13.5rem;
}
.itemArea .diningroom .breakdown {
	margin-top: 10.4rem;
	padding: 21.5rem 3rem 8rem;
}
.itemArea .diningroom .breakdown .itemPic {
	position: absolute;
	top: -9rem;
	left: 50%;
	transform: translateX(-50%);
	width: 44.7rem;
}
.itemArea .diningroom .breakdown .itemTxt {
	position: relative;
	z-index: 2;
}
.itemArea .diningroom .breakdown .itemTxt .flex {
	display: flex;
	gap: 0 1rem;
}
.itemArea .diningroom .breakdown .breakdownTtl {
	margin-top: 5.5rem;
}
.itemArea .diningroom .breakdown .mainItem01Box {
	position: relative;
}
.itemArea .diningroom .breakdown .mainItem01Box .pic {
	width: 65.2rem;
	margin: -3rem -3rem 0 -1.2rem;
}
.itemArea .diningroom .breakdown .mainItem01Box .detailWrap {
	margin-top: -25rem;
	padding-left: 22rem;
}
.itemArea .diningroom .breakdown .mainItem02Box {
	margin-top: 5rem;
	position: relative;
}
.itemArea .diningroom .breakdown .mainItem02Box .pic {
	width: 38.3rem;
	position: absolute;
	top: -5rem;
	right: 0;
}
.itemArea .diningroom .breakdown .mainItem02Box .set {
	font-size: 2.8rem;
	color: #000;
	font-weight: normal;
}

/* bed */
.itemArea .bed {
	position: relative;
	background: #EAE0C7;
	background: linear-gradient(0deg, transparent 0%, transparent 16rem, #EAE0C7 16rem, #EAE0C7 100%);
	margin-bottom: 13rem;
	padding-bottom: 18rem;;
	z-index: 1;
}
.itemArea .bed::before {
	content: "";
	width: 100%;
	height: 13.6rem;
	background: url(/base/pc/store/special/interior/img/2025wi/sec05_bg01.png) no-repeat top center;
	background-size: cover;
	position: absolute;
	top: -13.6rem;
	left: 0;
	z-index: -1;
}
.itemArea .bed::after {
	content: "";
	width: 100%;
	height: 22.5rem;
	background: url(/base/pc/store/special/interior/img/2025wi/sec05_bg02.png) no-repeat top center;
	background-size: cover;
	position: absolute;
	bottom: -6.2rem;
	left: 0;
	z-index: -1;
}
.itemArea .bed h4 {
	color: #6A0000;
	padding-top: 3rem;
	padding-bottom: 4rem;
}
.itemArea .bed .mainItem .inner {
	padding: 8rem 3rem 0;
}
.itemArea .bed .breakdown {
	margin-top: 0;
	padding: 4rem 3rem 3rem;
	z-index: 2;
}
.itemArea .bed .breakdown .itemPic {
	width: 62rem;
}
.itemArea .bed .breakdown .itemTxt {
	margin-top: 2.5rem;
	padding-bottom: 3.5rem;
	border-bottom: 0.2rem solid #C1B1A0;
}
.itemArea .bed .breakdown .itemTxt .name span {
	font-size: 2.6rem;
}
.itemArea .bed .breakdown .itemTxt .shopInfo {
	margin-top: 2rem;
	font-size: 2.8rem;
}
.itemArea .bed .breakdown .detail {
	font-size: 2.4rem;
}
.itemArea .bed .breakdown .limit {
	font-size: 2.4rem;
	color: #000;
	font-weight: normal;
}
.itemArea .bed .breakdown .mainItem01Box {
	position: relative;
	margin-top: 3.5rem;
	padding-bottom: 4.5rem;
	border-bottom: 0.2rem solid #C1B1A0;
}
.itemArea .bed .breakdown .mainItem01Box .pic {
	margin: 0 auto;
	width: 41.2rem;
}
.itemArea .bed .breakdown .mainItem01Box .name span {
	font-size: 2.7rem;
	font-weight: normal;
}
.itemArea .bed .breakdown .mainItem01Box .txt {
	margin-top: 2rem;
	padding: 1.3rem 1.6rem 1.3rem 1.4rem;
}
.itemArea .bed .breakdown .mainItem02Box {
	position: relative;
	margin-top: 2.2rem;
	padding-bottom: 3rem;
	border-bottom: 0.2rem solid #C1B1A0;
}
.itemArea .bed .breakdown .mainItem02Box .pic {
	margin: 0 auto;
	width: 59.8rem;
	position: relative;
	z-index: 2;
}
.itemArea .bed .breakdown .mainItem02Box .txt1 {
	top: 2.2rem;
	left: 1rem;
	padding: 1.3rem 6.5rem 1.3rem 1.8rem;
}
.itemArea .bed .breakdown .mainItem02Box .txt2 {
	top: 19.8rem;
	left: 1rem;
	padding: 0.8rem;
	border-left: none;
	border-right: none;
	border-color: #e60012;
	border-radius: 0 0 0 0;
	line-height: 1;
}
.itemArea .bed .breakdown .mainItem02Box .txt3 {
	margin-top: -4rem;
	position: static;
	padding: 0;
	border: none;
	text-align: right;
}
.itemArea .bed .breakdown .mainItem02Box .txt3 span {
	color: #727171;
}
.itemArea .bed .breakdown .mainItem02Box .detailWrap {
	margin-top: 2rem;
	margin-left: 6rem;
}
.itemArea .bed .breakdown .mainItem02Box .labelS {
	margin-top: 0;
}
.itemArea .bed .breakdown .mainItem03Box {
	position: relative;
	margin-top: 5rem;
}
.itemArea .bed .breakdown .mainItem03Box .flex {
	display: flex;
	justify-content: space-between;
}
.itemArea .bed .breakdown .mainItem03Box .pic {
	width: 29rem;
	position: relative;
	z-index: 2;
}
.itemArea .bed .breakdown .mainItem03Box .detailWrap {
	margin: 2rem 0 0 0;
}
.itemArea .bed .breakdown .mainItem04Box {
	position: relative;
	margin-top: -5rem;
}
.itemArea .bed .breakdown .mainItem04Box .flex {
	display: flex;
	justify-content: space-between;
}
.itemArea .bed .breakdown .mainItem04Box .pic {
	width: 26.3rem;
	position: relative;
	z-index: 2;
}
.itemArea .bed .breakdown .mainItem04Box .detailWrap {
	margin-bottom: 2rem;
	align-self: flex-end;
}

/* linkArea */
.itemArea .linkArea {
	margin-top: 7rem;
	font-size: 2.6rem;
}
.itemArea .linkArea .webIcon img {
	padding-right: 0.5rem;
	padding-bottom: 0.8rem;
}
.itemArea .linkArea .bold {
	font-weight: bold;
	margin-top: 1rem;
}
.itemArea .linkArea .btn {
	margin-top: 3rem;
}
.itemArea .linkArea .btn a {
	display: block;
}
.itemArea .linkArea .btn.coming a {
	font-size: 4.2rem;
	font-weight: bold;
	text-align: center;
	pointer-events: none;
	position: relative;
}
.itemArea .linkArea .btn.coming a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(211,211,211,0.8);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.itemArea .linkArea .btn.coming a::after {
	content: 'coming soon';
	width: 100%;
	height: 100%;
	font-size: 4.1rem;
	text-align: center;
	color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* notes */
.notes {
	margin-top: 4rem;
	padding-top: 3rem;
	padding-bottom: 6rem;
	border-top: 0.1rem solid #c9caca;
}
.notes .inner {
	padding: 0 4rem;
}
.notes ul li {
	font-size: 1.9rem;
	line-height: 3.2rem;
	padding-left: 1em;
	text-indent: -1em;
}
