@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;
	}
} */

/* h1
=================== */
h1 img {
	width: 100%;
}

/* 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 8rem;
}
.kaiki .lead {
	margin-right: -1rem;
	margin-bottom: 3rem;
	font-size: 1.9rem;
	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.end .kaikiLink::before {
	content: "";
	background: url(/base/pc/store/special/interior/img/2026su/end.png) no-repeat;
	width: 21.3rem;
	height: 6.2rem;
	position: absolute;
	top: 5%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 5;
	background-size: contain;
}
.kaikiBox.coming .kaikiLink::before {
	content: "";
	background: url(/base/pc/store/special/interior/img/2026su/coming.png) no-repeat;
	width: 24rem;
	height: 6.2rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) 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%;
	margin-top: 0.5rem;
	position: relative;
}
.kaikiLink a {
	display: block;
	font-size: 2.5rem;
	font-weight: bold;
	text-decoration: none;
	padding: 0.7rem 6.5rem 0.7rem 1rem;
	background: #d3d3d4;
	color: #000;
	text-align: center;
	position: relative;
}
.kaikiLink a::after {
	content: "";
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: 48%;
	transform: translateY(-50%);
	right: 4rem;
	margin: auto;
	box-sizing: border-box;
	border: 1rem solid transparent;
	border-left: 1.6rem solid #000;
}
.kaikiNote {
	font-size: 2.5rem;
	line-height: 3.1rem;
	margin-top: 1.5rem;
}

/* 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.3rem solid #C30D23;
	margin: 1.5rem 0 1.5rem;
}
.tokuten .tokuten_txt03{
	font-size: 2.4rem;
	line-height: 1.67;
	margin-right: -1rem;
}
.tokuten .buyersTag {
	display: flex;
	margin-top: 3.5rem;
	border-top: 1px solid #231815;
	border-bottom: 1px solid #231815;
}
.tokuten .buyersTag > * {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 0;
}
.tokuten .buyersTag dt {
	width: 18.1rem;
	padding: 0 3.1rem;
	background-color: #FDD000;
}
.tokuten .buyersTag dd {
	width: calc(100% - 18.1rem);
	font-size: 2.6rem;
}


/* itemArea
=================== */
.itemArea {
	margin-top: 4rem;
}
.itemArea .inner {
	padding: 0 3rem;
}
.itemArea h4 {
	font-size: 4.4rem;
	line-height: 7rem;
	font-weight: bold;
	color: #1D2184;
	margin-right: -1.5rem;
	letter-spacing: 0.02em;
}
.itemArea .contentsLead {
	margin-top: 0.5rem;
	font-size: 2.8rem;
	line-height: 5.2rem;
	font-weight: bold;
	color: #1D2184;
	margin-right: -1.5rem;
}
.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: 3rem;
	line-height: 1.4;
}
.itemArea .detail .mini {
	font-size: 2.4rem;
	display: inline-block;
}
.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/2026su/icon_web.png) no-repeat;
	background-size: contain;
	width: 7.2rem;
	height: 2.7rem;
	position: absolute;
	top: calc(50% - 0.9rem);
	right: -7.5rem;
}
.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/2026su/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: 2rem;
}
.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;
	background: linear-gradient(180deg, transparent 0%, transparent 11.8rem, #dce6f5 11.8rem, #dce6f5 100%);
	padding-bottom: 22rem;
	padding-top: 11.8rem;
}
.itemArea .dining::before {
	content: "";
	width: 100%;
	height: 11.9rem;
	background: url(/base/pc/store/special/interior/img/2026su/sec01_bg01.png) no-repeat top center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.itemArea .dining h4 {
	font-size: 4.2rem;
	letter-spacing: 0;
}
.itemArea .dining .mainPic {
	margin-top: 2.5rem;
}
.itemArea .dining .breakdown {
	margin-top: 12.7rem;
	padding: 33rem 3.5rem 9rem;
	text-align: center;
}
.itemArea .dining .breakdown .itemPic {
	position: absolute;
	top: -10rem;
	left: 50%;
	transform: translateX(-50%);
	width: 62rem;
}
.itemArea .dining .breakdown .itemTxt {
	display: inline-block;
	text-align: left;
	position: relative;
	z-index: 2;
}
.itemArea .dining .breakdown .mainItem01Box {
	position: relative;
	text-align: left;
}
.itemArea .dining .breakdown .mainItem01Box .pic {
	margin-top: 4rem;
	width: 100%;
}
.itemArea .dining .breakdown .mainItem01Box .txt {
	position: static;
	display: inline-block;
}
.itemArea .dining .breakdown .mainItem01Box .flex {
	display: flex;
	justify-content: space-between;
	margin-top: -4rem;
}
.itemArea .dining .breakdown .mainItem01Box .flex .txtWrap {
	width: calc(100% - 27.2rem);
	margin-top: 6rem;
}
.itemArea .dining .breakdown .mainItem01Box .flex .pic {
	width: 26.2rem;
	margin-top: 0;
}
.itemArea .dining .breakdown .mainItem02Box {
	margin-top: 6.5rem;
	padding-bottom: 7.5rem;
	border-bottom: 0.3rem solid #B4C0E2;
	text-align: left;
}
.itemArea .dining .breakdown .mainItem02Box .flex {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: flex-end;
	margin-left: -1rem;
	width: calc(100% + 1rem);
}
.itemArea .dining .breakdown .mainItem02Box .flex .pic {
	width: 28.5rem;
	margin-top: 0;
}
.itemArea .dining .breakdown .mainItem02Box .flex .txtWrap {
	width: calc(100% - 30rem);
	padding-bottom: 3rem;
}
.itemArea .dining .breakdown .mainItem02Box .flex .priceWrap {
	display: flex;
	align-items: baseline;
}
.itemArea .dining .breakdown .mainItem02Box .flex .priceWrap .set {
	padding-left: 7.7rem;
	font-size: 2.8rem;
}
.itemArea .dining .breakdown .mainItem03Box {
	margin-top: 7rem;
	text-align: left;
}
.itemArea .dining .breakdown .mainItem03Box .pic {
	width: 100%;
	margin: 0 auto;
}
.itemArea .dining .breakdown .mainItem03Box .flex {
	display: flex;
	margin-top: 2.5rem;
}
.itemArea .dining .breakdown .mainItem03Box .flex .pic {
	width: 28.7rem;
	margin-top: 5.2rem;
	position: relative;
	z-index: 2;
}
.itemArea .dining .breakdown .mainItem03Box .flex .txtWrap {
	width: calc(100% - 28.7rem);
}
.itemArea .dining .breakdown .mainItem03Box .flex .txtWrap .detail {
	font-size: 2.3rem;
	margin-top: 0.4rem;
}
.itemArea .dining .breakdown .mainItem03Box .txt {
	margin-top: -3.6rem;
	margin-left: 3.7rem;
	padding: 1rem 7.5rem 1rem 2rem;
	position: static;
	display: inline-block;
	width: 36.7rem;
}


/* living */
.itemArea .living {
	position: relative;
	background: #FFFCD3;
	background: linear-gradient(180deg, transparent 0%, transparent 10.8rem, #FFFCD3 10.8rem, #FFFCD3 100%);
	margin-top: -10.8rem;
	padding-top: 10.8rem;
	padding-bottom: 16rem;
}
.itemArea .living::before {
	content: "";
	width: 100%;
	height: 10.9rem;
	background: url(/base/pc/store/special/interior/img/2026su/sec02_bg01.png) no-repeat top center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.itemArea .living .contentsLead {
	letter-spacing: 0.02em;
}
.itemArea .living .breakdown {
	margin-top: 15rem;
	padding: 24.6rem 3.5rem 6.5rem;
}
.itemArea .living .breakdown .itemPic {
	position: absolute;
	top: -7.4rem;
	left: 50%;
	transform: translateX(-50%);
	width: 62rem;
}
.itemArea .living .breakdown .mainItem01Box .pic {
	width: 38.3rem;
	margin: 0 -1rem 0 auto;
	position: relative;
	z-index: 2;
}
.itemArea .living .breakdown .mainItem01Box .txt {
	margin-top: -11.5rem;
	position: static;
	display: inline-block;
	width: 51.9rem;
}
.itemArea .living .breakdown .mainItem01Box .txt span {
	display: block;
	padding-right: 23.5rem;
}
.itemArea .living .breakdown .mainItem01Box .itemTxt {
	margin-top: 2rem;
}
.itemArea .living .breakdown .mainItem01Box .itemTxt .detail {
	margin-right: -3rem;
}
.itemArea .living .breakdown .mainItem01Box .itemTxt .detail .mini {
	font-size: 2.3rem;
}
.itemArea .living .breakdown .mainItem02Box {
	margin-top: 6.5rem;
}
.itemArea .living .breakdown .mainItem02Box .flex {
	display: flex;
	align-items: center;
	margin-top: 4rem;
}
.itemArea .living .breakdown .mainItem02Box .flex .pic {
	width: 26rem;
}
.itemArea .living .breakdown .mainItem02Box .flex .detailWrap {
	width: calc(100% - 26rem);
	margin-top: 3rem;
}
.itemArea .living .breakdown .mainItem02Box .flex .detailWrap .flexNum {
	margin-top: 0.2rem;
}
.itemArea .living .breakdown .mainItem02Box .flex .detailWrap .mini {
	font-size: 2.3rem;
}


/* chair */
.itemArea .chair {
	position: relative;
	background: #FCEBF3;
	background: linear-gradient(180deg, transparent 0%, transparent 9.8rem, #FCEBF3 9.8rem, #FCEBF3 100%);
	margin-top: -9.8rem;
	padding-top: 9.8rem;
	padding-bottom: 20rem;
	z-index: 1;
}
.itemArea .chair::before {
	content: "";
	width: 100%;
	height: 9.9rem;
	background: url(/base/pc/store/special/interior/img/2026su/sec03_bg01.png) no-repeat top center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.itemArea .chair h4 {
	padding-top: 1rem;
	letter-spacing: 0;
}
.itemArea .chair .breakdown {
	margin-top: 24rem;
	padding: 29rem 3.5rem 9rem;
}
.itemArea .chair .breakdown .itemPic {
	position: absolute;
	top: -19.7rem;
	left: 50%;
	transform: translateX(-50%);
	width: 62rem;
}
.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: 5.5rem;
}
.itemArea .chair .breakdown .mainItem01Box {
	margin-top: 1rem;
	padding-bottom: 5rem;
	border-bottom: 0.3rem solid #F19EC2;
}
.itemArea .chair .breakdown .mainItem01Box .detailWrap.flex {
	display: flex;
	align-items: flex-end;
	margin-top: 4rem;
}
.itemArea .chair .breakdown .mainItem01Box .flex .detail {
	width: 32rem;
	line-height: 1.3;
}
.itemArea .chair .breakdown .mainItem01Box .flex .price {
	margin-bottom: -0.8rem;
}
.itemArea .chair .breakdown .mainItem01Box .detailWrap {
	margin-top: 2rem;
}
.itemArea .chair .breakdown .mainItem01Box .detailWrap .mini {
	font-size: 2.3rem;
}
.itemArea .chair .breakdown .mainItem02Box .pic {
	margin-top: 7rem;
}
.itemArea .chair .breakdown .mainItem02Box .flex {
	display: flex;
	align-items: flex-end;
	margin: 3rem -2rem 0;
	width: calc(100% + 4rem);
	gap: 0 1.5rem;
}
.itemArea .chair .breakdown .mainItem02Box .flex .picWrap {
	width: 33.6rem;
	text-align: right;
}
.itemArea .chair .breakdown .mainItem02Box .flex .picWrap .txt {
	position: static;
	display: inline-block;
	text-align: right;
	width: 27rem;
	margin-right: 1rem;
}
.itemArea .chair .breakdown .mainItem02Box .flex .picWrap .pic {
	margin-top: -6.5rem;
}
.itemArea .chair .breakdown .mainItem02Box .flex .detailWrap {
	width: calc(100% - 33.6rem - 1.5rem);
	margin-bottom: 3rem;
}
.itemArea .chair .breakdown .mainItem02Box .flex .detailWrap .flexNum {
	flex-wrap: wrap;
}
.itemArea .chair .breakdown .mainItem02Box .flex .detailWrap .flexNum .name + .name {
	width: 100%;
}
.itemArea .chair .breakdown .mainItem02Box .flex .detailWrap .detail {
	margin-top: 0.5rem;
	line-height: 1.6;
}
.itemArea .chair .breakdown .mainItem03Box {
	margin-top: 5rem;
}
.itemArea .chair .breakdown .mainItem03Box .flex {
	display: flex;
}
.itemArea .chair .breakdown .mainItem03Box .flex .pic {
	width: 24.5rem;
}
.itemArea .chair .breakdown .mainItem03Box .flex .detailWrap {
	width: calc(100% - 24.5rem);
	margin-top: 1.8rem;
}


/* bed */
.itemArea .bed {
	position: relative;
	background: #EAE0C7;
	background: linear-gradient(180deg, transparent 0%, transparent 13.5rem, #EAE0C7 13.5rem, #EAE0C7 calc(100% - 18.3rem), transparent calc(100% - 18.3rem), transparent 100%);
	margin-top: -13.5rem;
	padding-top: 13.5rem;
	padding-bottom: 21.3rem;
	z-index: 1;
}
.itemArea .bed::before {
	content: "";
	width: 100%;
	height: 13.6rem;
	background: url(/base/pc/store/special/interior/img/2026su/sec04_bg01.png) no-repeat top center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.itemArea .bed::after {
	content: "";
	width: 100%;
	height: 18.4rem;
	background: url(/base/pc/store/special/interior/img/2026su/sec04_bg02.png) no-repeat top center;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.itemArea .bed h4 {
	letter-spacing: 0.1em;
	padding-top: 3rem;
	padding-bottom: 4rem;
}
.itemArea .bed .mainItem .inner {
	padding: 8rem 3rem 0;
}
.itemArea .bed .breakdown {
	margin-top: 0;
	padding: 4rem 3.5rem 8rem;
}
.itemArea .bed .breakdown .itemPic {
	width: 100%;
}
.itemArea .bed .breakdown .itemTxt {
	margin-top: 2.5rem;
	padding-bottom: 3.5rem;
	border-bottom: 0.3rem solid #C1B1A0;
}
.itemArea .bed .breakdown .itemTxt .name span {
	font-size: 2.6rem;
}
.itemArea .bed .breakdown .detail .mini {
	font-size: 2.3rem;
}
.itemArea .bed .breakdown .limit {
	font-size: 2.4rem;
	color: #000;
	font-weight: normal;
}
.itemArea .bed .breakdown .mainItem01Box {
	margin-top: 4rem;
	padding-bottom: 4.5rem;
	border-bottom: 0.3rem solid #C1B1A0;
}
.itemArea .bed .breakdown .mainItem01Box .pic {
	width: 100%;
}
.itemArea .bed .breakdown .mainItem01Box .flexNum {
	margin-top: 1.5rem;
}
.itemArea .bed .breakdown .mainItem01Box .name span {
	font-size: 2.7rem;
	font-weight: normal;
}
.itemArea .bed .breakdown .mainItem02Box {
	position: relative;
	margin-top: 5.5rem;
	padding-bottom: 5rem;
	border-bottom: 0.3rem solid #C1B1A0;
}
.itemArea .bed .breakdown .mainItem02Box .flex {
	display: flex;
	align-items: center;
}
.itemArea .bed .breakdown .mainItem02Box .flex .pic {
	width: 24.1rem;
	margin-left: -3rem;
}
.itemArea .bed .breakdown .mainItem02Box .flex .txt1 {
	position: static;
	width: 26rem;
	padding-right: 3.5rem;
}
.itemArea .bed .breakdown .mainItem02Box .pic02 {
	margin-top: -3.4rem;
	position: relative;
}
.itemArea .bed .breakdown .mainItem02Box .pic02 .txt2 {
	top: 6.5rem;
	left: 0;
	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: -3rem 0 0 auto;
	position: static;
	padding: 0;
	border: none;
	text-align: right;
	width: 37rem;
	font-size: 2.1rem;
	line-height: 1.3;
}
.itemArea .bed .breakdown .mainItem02Box .txt3 span {
	color: #727171;
}
.itemArea .bed .breakdown .mainItem02Box .detailWrap {
	margin-top: 1.5rem;
	margin-left: 5rem;
}
.itemArea .bed .breakdown .mainItem02Box .labelS {
	margin-top: 0;
}
.itemArea .bed .breakdown .mainItem03Box {
	margin-top: 6rem;
	text-align: center;
}
.itemArea .bed .breakdown .mainItem03Box .detailWrap {
	margin-top: 4rem;
	display: inline-block;
	text-align: left;
}
.itemArea .bed .breakdown .mainItem03Box .detailWrap .name {
	line-height: 1.3;
}

/* linkArea */
.itemArea .linkArea {
	margin-top: 4.5rem;
	font-size: 2.6rem;
}
.itemArea .linkArea .inner {
	padding: 0 4rem;
}
.itemArea .linkArea .inner .webTxt {
	line-height: 1.3;
}
.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: 2.5rem;
	padding-bottom: 7rem;
	/*border-top: 0.1rem solid #c9caca;*/
}
.notes .inner {
	padding: 0 4rem;
}
.notes ul {
	margin-right: -3rem;
}
.notes ul li {
	font-size: 1.9rem;
	line-height: 1.7;
	padding-left: 1em;
	text-indent: -1em;
}
