@charset "utf-8";

/* +++++++++++++++++++++++++ */
/*
/*-PC-
/*
/* +++++++++++++++++++++++++ */
#index-main {
	margin-bottom: 7vw;
	text-align: center;
}
#index-main img {
	width: 100%;
}
.inner-content-area {
	padding: 0 4vw;
}
img {
	max-width: 100%;
}

.point-box {
	padding: 4vw;
	background-color: #faf6f0;
}
.point-box .point-icon {
	text-align: center;
	margin-bottom: 2vw;
}
.point-box .point-icon span {
	display: inline-block;
	padding: 0 3vw;
	background-color: #c8a56e;
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-family: "Century Gothic", serif;
}
.point-box .point-ttl {
	position: relative;
	margin-bottom: 3vw;
	padding-bottom: 3vw;
	font-size: 22px;
	line-height: 1.4;
	text-align: center;
	font-weight: 700;
}
.point-box .point-ttl:before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: 0;
	background-color: #282828;
	width: 30%;
	height: 1px;
	margin-left: -15%;
}
.cap-txt {
	font-size: 11px;
	line-height: 1.5;
}

/* +++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++ */

#index-lead {
	margin-bottom: 10vw;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	font-family: "Noto Serif JP", serif;
}
#index-lead p {
	width: 100%;
	margin-bottom: 5vw;
}
#index-lead figure {
	width: 80%;
	margin: 0 auto;
}

/* +++++++++++++++++++++++++ */

#tab-box {
	position: relative;
}
#tab-box:before {
	content: "";
	position: absolute;
	top: 15vw;
	left: 0;
	width: 100%;
	padding-top: 90%;
	background-color: #faf6f0;
}
#tab-box > .content-area {
	position: relative;
	z-index: 1;
}

#tab-navi {
	margin-bottom: 3vw;
}
#tab-navi > ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#tab-navi li {
	width: 32%;
	margin-right: 2%;
}
#tab-navi li:nth-child(3n) {
	margin-right: 0;
}
#tab-navi li figure {
	margin-bottom: 1.5vw;
}
#tab-navi li a {
	position: relative;
	display: block;
	margin-bottom: 3vw;
	padding-bottom: 3vw;
	text-decoration: none;
	font-size: 10px;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	pointer-events: none;
}
#tab-navi li a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #282828 transparent transparent transparent;
	margin-left: -5px;
}
.hide {
	display: none;
}

/* +++++++++++++++++++++++++ */

.cat-main {
	margin-bottom: 7vw;
}
.cat-ttl-box {
	text-align: center;
	margin-bottom: 8vw;
}
.cat-ttl-box .cat-ttl {
	margin-bottom: 4vw;
	font-size: 28px;
	line-height: 1.3;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
}
.cat-ttl-box .cat-lead {
	font-size: 14px;
	line-height: 1.6;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
}

.item {
	margin-bottom: 10vw;
}
.item .ph {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5vw;
	text-align: center;
}
.item .data {
	width: 100%;
}

.item .ph-set {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.item .ph-set {
	line-height: 1.5;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.item .ph-set .set {
	width: 100%;
}
.item .ph-set img {
	width: 100%;
	height: auto;
}
.item .ph-set .parts01,
.item .ph-set .parts02 {
	width: 50%;
	font-size: 11px;
}
.item .ph-set .parts01 a,
.item .ph-set .parts02 a {
	display: block;
	color: #06c;
	font-weight: 700;
}
.item .ph-set .parts01 .big,
.item .ph-set .parts02 .big {
	font-size: 20px;
}
.item .data-set {
	width: 100%;
}
.three-piece-set-sup {
}
.three-piece-set-sup .img {
	width: 30%;
}
.three-piece-set-sup .sup {
	width: 65%;
	font-size: 11px;
	line-height: 1.5;
}

.item-name {
	position: relative;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
	padding-left: 15px;
	margin-bottom: 5vw;
}
.item-name:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background-color: #938060;
	width: 5px;
	height: 90%;
}

.item-sub-name {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 2vw;
	color: #938060;
}

.item-sub-name .new-tag {
	display: inline-block;
    padding: 0 15px;
    background-color: #c8a56e;
    color: #fff;
    font-size: 15px;
    text-align: center;
    font-family: "Century Gothic", serif;
}

/* ++++++ */

.item-data-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 3vw;
}
.item-data-table thead th,
.item-data-table tbody td {
	padding: 2vw 1vw;
	text-align: center;
	font-size: 11px;
	line-height: 1.3;
	vertical-align: middle;
	white-space: pre-wrap;
	word-break: break-all;
}
.item-data-table tbody td:first-of-type {
	white-space: nowrap;
}
.item-data-table thead th {
	font-weight: 700;
	border-bottom: solid 1px #787878;
}
.item-data-table tbody td {
}
.item-data-table tbody tr:nth-child(even) td {
	background-color: #faf6f0;
}
.table-cap {
	font-size: 11px;
	line-height: 1.5;
}

/* ++++++ */

.item-navi {
	text-align: center;
	margin-bottom: 10vw;
	padding: 0;
}
.item-navi ul {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
.item-navi li {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 2vw;
}
.item-navi li:nth-child(2n),
.item-navi li:last-child {
	margin-right: 0%;
}
.item-navi a {
	position: relative;
	display: block;
	padding: 3vw 0;
	border: solid 1px #675a53;
	color: #675a53;
	text-decoration: none;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
}
.item-navi a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 2vw;
	width: 0;
	height: 0;
	margin-top: -2px;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #675a53 transparent transparent transparent;
}
.item-navi li p {
	font-size: 11px;
	line-height: 1.5;
}

.btn {
	width: 80%;
	margin: 5vw auto 0;
}
.btn a {
	position: relative;
	display: block;
	padding: 3vw 0;
	border: solid 1px #675a53;
	color: #675a53;
	text-decoration: none;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
}
.btn a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 2vw;
	width: 0;
	height: 0;
	margin-top: -2px;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #675a53 transparent transparent transparent;
}

/* +++++++++++++++++++++++++ */

.item .icon.white {
	background-color: #efede5;
}
.item .icon.milky-white {
	background-color: #dcdacf;
}
.item .icon.dusty-pink {
	background-color: #decbc2;
}
.item .icon.chocolate-brown {
	background-color: #372d2d;
	color: #fff;
}
.item .icon.navy-blue {
	background-color: #222a51;
	color: #fff;
}
.item .icon.ivory {
	background-color: #dddecc;
}
.item .icon.beige {
	background-color: #e7e0c1;
}
.item .icon.pink {
	background-color: #b58d91;
	color: #fff;
}
.item .icon.blue {
	background-color: #8098be;
	color: #fff;
}
.item .icon.brown {
	background-color: #443227;
	color: #fff;
}

/* ++++++ */

.icon-list {
	padding-top: 20px;
}
.icon-list .icon {
	width: 32%;
	margin-right: 2%;
	text-align: center;
	font-size: 10px;
	line-height: 1.8;
}
.icon-list .icon:last-child {
	margin-right: 0;
}

.icon-thick,
.icon-thin {
	display: inline-block;
	padding: 1vw 5vw;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}
.icon-thick {
	background-color: #675a53;
}
.icon-thin {
	background-color: #aba391;
}

/* ++++++ */

.item-data-table .icon {
	display: block;
	font-size: 10px;
	padding: 5px 0;
}

/* +++++++++++++++++++++++++ */

#futon-point-box {
	margin-bottom: 10vw;
}
#futon-point-box .futon-point01 {
	margin-bottom: 10vw;
}
#futon-point-box .futon-point01 .left {
	width: 100%;
}
#futon-point-box .futon-point01 .right {
	width: 100%;
}
#futon-point-box .futon-point01 .right img {
	display: block;
	width: 70%;
	margin: 5vw auto 0;
}
#futon-point-box .futon-feature {
	background-color: #fff;
	padding: 4vw;
}
#futon-point-box .futon-feature .ttl {
	margin-bottom: 3vw;
	color: #938060;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
}
#futon-point-box .futon-feature .subttl {
	margin-bottom: 3vw;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
}
#futon-point-box .futon-feature .result {
}
#futon-point-box .futon-feature .result dt {
	margin-bottom: 2vw;
	background-color: #c8a56e;
	color: #fff;
	padding: 2vw;
	width: 100%;
	margin-right: 2%;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	font-weight: 700;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#futon-point-box .futon-feature .result dd {
	width: 100%;
	margin-bottom: 5vw;
}
#futon-point-box .beforeafter {
}
#futon-point-box .beforeafter li {
	width: 48%;
}
#futon-point-box .beforeafter .ph {
	width: 100%;
	margin-bottom: 2vw;
}
#futon-point-box .beforeafter .ph img {
	width: 100%;
}
#futon-point-box .beforeafter .txt {
	width: 100%;
	font-size: 12px;
	line-height: 1.4;
}
#futon-point-box .beforeafter .before-ttl {
	color: #8c8c8c;
	font-weight: 700;
}
#futon-point-box .beforeafter .after-ttl {
	color: #c8a56f;
	font-weight: 700;
}

/* +++++++++++++++++++++++++ */

#bedpad-point-box {
	margin-bottom: 10vw;
}
#bedpad-point-box .bedpad-point01 {
}
#bedpad-point-box .bedpad-point01 .left {
	width: 100%;
	margin-bottom: 5vw;
}
#bedpad-point-box .bedpad-point01 .right {
	width: 100%;
}

/* +++++++++++++++++++++++++ */

#pillow-point-box {
	margin-bottom: 10vw;
}
#pillow-point-box .ttl {
	margin-bottom: 3vw;
	color: #938060;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
}
#pillow-point-box .subttl {
	margin-bottom: 2vw;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
}

/* +++++++++++++++++++++++++ */

.cushion-down-ket-features {
	margin-bottom: 10vw;
}
.cushion-down-ket-features .ph {
	width: 100%;
	margin-bottom: 5vw;
}
.cushion-down-ket-features .txt {
	width: 100%;
}
.cushion-down-ket-features .ttl {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 2vw;
}

/* +++++++++++++++++++++++++ */

.showroom {
	width: 30%;
	margin: 0 auto;
	text-align: center;
}

/* +++++++++++++++++++++++++ */

.three-piece-set-box {
}
.three-piece-set-comment {
	position: relative;
	margin-bottom: 10vw;
	padding: 4vw;
	border-radius: 10px;
	text-align: center;
	background-color: #cde2f1;
	line-height: 1.5;
}
.three-piece-set-comment:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -20px;
	width: 0;
	height: 0;
	margin-left: -20px;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #cde2f1 transparent transparent transparent;
}

br.sp {
	display: block;
}

br.pc {
	display: none;
}
