@charset "UTF-8";

/*** product-overview ***/
#product-overview h1,#product-overview h2,#product-overview h3,#product-overview h4,#product-overview h5,#product-overview h6,#product-overview p:not(.sp-layer) {padding:0;margin:0}

.noto-serif {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
}

#product-overview {
}
#product-overview .sp-layer {
	font-weight: unset;
}
#product-overview figure {
    margin: 0;
}
#product-overview figure img {
	width: 100%;
}

/* PhotoSwipe Setting */
.pswp-view .product-overview.simplemodern .pswp__button {
	display: none !important;
}
.pswp-view .product-overview.simplemodern .pswp__button--close {
	display: block !important;
}
.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
	cursor: default !important;
}

.pswp__custom-caption {
	background: rgba(255, 255, 255, .8);
	width: 100%;
	font-weight: 600;
	padding: 0.8em 1.6em;
	box-sizing: border-box;
	text-align: center;
	pointer-events: none;

	position: absolute;
	left: 0;
	bottom: 0;
}

.product-overview.simplemodern .sp-thumbnail-container {
	border: 1px solid #ccc !important;
	box-sizing: border-box;
	position: relative;
}
/*
.product-overview.simplemodern .sp-thumbnail-container::after {
	content: "";
	display: block;
	width: 100px;
	height: 80px;
	border: 3px solid #000 !important;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
}
.product-overview.simplemodern .sp-selected-thumbnail {
    border: 4px solid #ab8b41 !important;
	box-sizing: border-box;
}
*/

/* カテゴリタイトル(基本設定：common.css) */
@media only screen and (max-width: 767px) {
	.tree #category-head-frame2p {
		background: url(../product-lineup/images/sp/category-head.jpg) no-repeat center bottom;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
	}
	.tree #category-head-group2p h1 {
		background: url(../product-lineup/lineup/simplemodern/images/head.png) no-repeat center;
		height: 120px;
		background-size: contain;
		-webkit-background-size: contain;
		-moz-background-size: contain;
	}
}
@media print, screen and (min-width: 768px) {
	.tree #category-head-frame2p {
		background: url(../product-lineup/images/pc/category-head.jpg) no-repeat center;
	}
	.tree #category-head-group2p h1 {
		background: url(../product-lineup/lineup/simplemodern/images/head.png) no-repeat 0 0;
		width: 340px;
		height: 148px;
		background-size: contain;
		-webkit-background-size: contain;
		-moz-background-size: contain;
	}
}

/* 商品情報 - シンプルモダン */
.product-overview.simplemodern #category-catch-group3 {
}
.product-overview.simplemodern .block {
	margin: 0 auto;
}

.product-overview.simplemodern .block-head {
}
.product-overview.simplemodern .block-head h2 {
	text-align: center;
	position: relative;
}
.product-overview.simplemodern .block-head h2::after {
	content: "";
	background: #ab8b41;
	width: 3.0em;
	height: 6px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}

.product-overview.simplemodern .sub-block h3.head {
	position: relative;
}
.product-overview.simplemodern .sub-block h3.head::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #000;

	position: absolute;
	bottom: 0;
	left: 0;
	margin: auto;
}

.product-overview.simplemodern .feature-frame .feature-box .feature-detail a {
	display: inline-block;
	background: #ab8b41;
	line-height: 1.0;
	color: #fff;
	text-decoration: none;
	padding: 0.4em 3.0em 0.6em 2.0em;
	border-radius: 3.0em;
	position: relative;
}
.product-overview.simplemodern .feature-frame .feature-box .feature-detail a::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #fff;

	position: absolute;
	bottom: 0;
	margin: auto;
}

.product-overview.simplemodern .facility-frame .facility-example {
	text-align: center;

	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.product-overview.simplemodern .facility-frame .facility-example a {
	color: #444;
	text-decoration: none;
}


@media only screen and (max-width: 767px) {
	.product-overview.simplemodern #category-catch-group3 h2 {
		font-size: 1.5em;
		margin: 0 0 6.4%;
	}
	.product-overview.simplemodern #category-catch-group3 figure {
	}

	.product-overview.simplemodern .block {
		width: 94%;
		margin-bottom: 9.6%;
	}
	.product-overview.simplemodern .block-head {
		margin: 0 0 12.8%;
	}
	.product-overview.simplemodern .block-head h2 {
		font-size: 1.5em;
	}

	.product-overview.simplemodern .sub-block h3.head {
		font-size: 1.2em;
		margin: 0 0 6.4% !important;
	}
	.product-overview.simplemodern .sub-block h3.head {
		padding: 0 0 0 calc((22 / 750 * 100vw) + 0.3em) !important;
	}
	.product-overview.simplemodern .sub-block h3.head::after {
		top: calc(5 / 750 * 100vw);
	}
	.product-overview.simplemodern .sub-block h3.head::after {
		border-width: calc(15 / 750 * 100vw) 0 calc(15 / 750 * 100vw) calc(22 / 750 * 100vw);
	}

	.product-overview.simplemodern .block-catch {
		margin: 0 0 5.4%;
	}
	.product-overview.simplemodern .block-catch h3 {
		font-size: 1.2em;
		margin: 0 0 1.8% !important;
	}
	.product-overview.simplemodern .block-catch p {
		font-size: 1.04em;
		line-height: 1.6;
	}

	.product-overview.simplemodern .floor-frame .floor-sample {
		margin: 0 0 7.2%;
	}
	.product-overview.simplemodern .floor-frame .floor-sample figure:first-child img {
		margin: 0 0 5.4%;
	}

	.product-overview.simplemodern .facility-frame .facility-example {
	}
	.product-overview.simplemodern .facility-frame .facility-example a {
		width: 48%;
		margin: 0 0 3.6% !important;
	}
	.product-overview.simplemodern .facility-frame .facility-example a img {
		width: 100%;
		height: auto;
	}
	.product-overview.simplemodern .facility-frame .facility-example a span {
		line-height: 1.3;
	}

	.product-overview.simplemodern .feature-frame .feature-box {
		margin: 0 0 9.6%;
	}
	.product-overview.simplemodern .feature-frame .feature-box:last-child {
		margin: 0;
	}
	.product-overview.simplemodern .feature-frame .feature-box figure {
		margin: 0 0 2.0% !important;
	}
	.product-overview.simplemodern .feature-frame .feature-box:first-child figure img:first-child {
		margin: 0 0 2.0% !important;
	}
	.product-overview.simplemodern .feature-frame .feature-box .feature-detail {
	}
	.product-overview.simplemodern .feature-frame .feature-box .feature-detail p {
		margin: 0 0 3.2% !important;
	}
	.product-overview.simplemodern .feature-frame .feature-box .feature-detail a {
	}
	.product-overview.simplemodern .feature-frame .feature-box .feature-detail a::after {
		border-width: calc(10 / 750 * 100vw) 0 calc(10 / 750 * 100vw) calc(14 / 750 * 100vw);

		top: -1px;
		left: calc(50% + 2.0em + 6px);
	}

	.product-overview.simplemodern .cta-frame {
		margin-bottom: 9.6%;
	}
}
@media print, screen and (min-width: 768px) {
	.product-overview.simplemodern #category-catch-group3 h2 {
		font-size: 32px;
		margin: 0 0 30px;
	}
	.product-overview.simplemodern #category-catch-group3 figure {
	}

	.product-overview.simplemodern .block {
		width: 940px;
		margin-bottom: 72px;
	}
	.product-overview.simplemodern .block-head {
		margin: 0 0 64px;
	}
	.product-overview.simplemodern .block-head h2 {
		font-size: 34px;
	}

	.product-overview.simplemodern .sub-block h3.head {
		font-size: 30px;
		padding: 0 0 0 calc(20px + 0.3em) !important;
		margin: 0 0 36px !important;
	}
	.product-overview.simplemodern .sub-block h3.head::after {
		border-width: 11px 0 11px 18px;

		top: 4px;
	}

	.product-overview.simplemodern .block-catch {
		margin: 0 0 56px;
	}
	.product-overview.simplemodern #category-catch-group3 .block-catch {
		width: 940px;
		margin: 0 auto 56px;
	}
	.product-overview.simplemodern .block-catch h3 {
		font-size: 30px;
		margin: 0 0 12px !important;
	}
	.product-overview.simplemodern .block-catch p {
		font-size: 18px;
		line-height: 1.7;
	}

	.product-overview.simplemodern .floor-frame .floor-sample {
		margin: 0 0 64px;

		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	.product-overview.simplemodern .floor-frame .floor-sample figure {
		width: 460px;
	}

	.product-overview.simplemodern .facility-frame .facility-example {
	}
	.product-overview.simplemodern .facility-frame .facility-example a {
		width: 220px;
		margin: 0 0 24px !important;
		transition: 0.3s ease-in-out;
	}
	.product-overview.simplemodern .facility-frame .facility-example a:hover {
		opacity: 0.7;
	}
	.product-overview.simplemodern .facility-frame .facility-example a img {
		width: 220px;
		height: 147px;
	}
	.product-overview.simplemodern .facility-frame .facility-example a span {
		font-size: 14px;
		line-height: 1.3;
	}

	.product-overview.simplemodern .feature-frame .feature-box {
		margin: 0 0 32px;

		display: flex;
		flex-wrap: wrap;
		flex-direction: row-reverse;
		align-items: flex-start;
		justify-content: space-between;
	}
	.product-overview.simplemodern .feature-frame .feature-box:last-child {
		margin: 0;
	}
	.product-overview.simplemodern .feature-frame .feature-box figure {
		width: 360px;
	}
	.product-overview.simplemodern .feature-frame .feature-box:first-child figure img:first-child {
		margin: 0 0 10px !important;
	}
	.product-overview.simplemodern .feature-frame .feature-box .feature-detail {
		width: 540px;
	}
	.product-overview.simplemodern .feature-frame .feature-box .feature-detail p {
		margin: 0 0 18px !important;
	}
	.product-overview.simplemodern .feature-frame .feature-box .feature-detail a {
		transition: 0.3s ease-in-out;
	}
	.product-overview.simplemodern .feature-frame .feature-box .feature-detail a::after {
		border-width: 6px 0 6px 8px;
		transition: 0.3s ease-in-out;

		top: 0;
		left: calc(50% + 2.0em + 6px);
	}
	.product-overview.simplemodern .feature-frame .feature-box .feature-detail a:hover {
		opacity: 0.7;
	}
	.product-overview.simplemodern .feature-frame .feature-box .feature-detail a:hover::after {
		left: calc(50% + 2.0em + 10px);
	}

	.product-overview.simplemodern .cta-frame {
		margin-bottom: 72px;
	}
}


.product-overview.simplemodern .benefits-group {
}
.product-overview.simplemodern .benefits-group .benefits-box {
	background: #c8e2e9;
	box-sizing: border-box;
}
.product-overview.simplemodern .benefits-group .benefits-box:last-child {
	background: #e9e0c8;
}
.product-overview.simplemodern .benefits-group .benefits-box h3 {
	background: #fff;
	line-height: 1.0;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.product-overview.simplemodern .benefits-group {
	}
	.product-overview.simplemodern .benefits-group .benefits-box {
		width: 100%;
		border-radius: calc(36 / 750 * 100vw);
		padding: 5.4% 6.4% 7.2%;
		margin: 0 auto 6.4% !important;
	}
	.product-overview.simplemodern .benefits-group .benefits-box:last-child {
	}
	.product-overview.simplemodern .benefits-group .benefits-box h3 {
		width: 100%;
		font-size: 1.2em;
		border-radius: calc(36 / 750 * 100vw);
		padding: 2.4% 0 !important;
		margin: 0 auto 3.6% !important;
	}
	.product-overview.simplemodern .benefits-group .benefits-box figure {
		width: 50%;
		margin: 0 auto 3.2% !important;
	}
	.product-overview.simplemodern .benefits-group .benefits-box h4 {
		font-size: 1.1em;
		margin: 0 auto 2.8% !important;
	}
	.product-overview.simplemodern .benefits-group .benefits-box p {
		line-height: 1.6;
	}
}
@media print, screen and (min-width: 768px) {
	.product-overview.simplemodern .benefits-group {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: space-between;
	}
	.product-overview.simplemodern .benefits-group .benefits-box {
		width: 450px;
		border-radius: 36px;
		padding: 32px 45px 45px;
	}
	.product-overview.simplemodern .benefits-group .benefits-box:last-child {
	}
	.product-overview.simplemodern .benefits-group .benefits-box h3 {
		width: 360px;
		font-size: 26px;
		border-radius: 48px;
		padding: 12px 0 !important;
		margin: 0 auto 26px !important;
	}
	.product-overview.simplemodern .benefits-group .benefits-box figure {
		width: 260px;
		margin: 0 auto 12px !important;
	}
	.product-overview.simplemodern .benefits-group .benefits-box h4 {
		font-size: 24px;
		margin: 0 auto 14px !important;
	}
	.product-overview.simplemodern .benefits-group .benefits-box p {
		font-size: 18px;
		line-height: 1.7;
	}
}

