@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */
/* pciロゴありタイトル */
.pci-container {
	position: relative;
}

.pci-container::before {
	content: '';
	display: block;
	width: 5.2rem;
	height: 5.2rem;
	background-image: url(/reizo/common/images/icon-pci.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	right: 0;
}

span.caption-r {
	display: block;
}

/* Room Clipコラム */

.roomclip-column {
	position: relative;
	background-color: #eee;
}

.comparison-wrap {
	border: solid 8px #fff
}

.user-name {
	display: inline-block;
	border-bottom: solid 2px #CBAF5C;
}

.check-icon {
	font-weight: 700;
	color: #fff;
	background-color: #000;
	border-radius: 50px;
	display: inline-block;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}

.g-title {
	font-weight: 500;
	background: #e6e6e6;
}

.caption-color {
	font-size: 1.4rem;
	text-align: center;
	margin-top: .4em;
}





/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {
	.pc-only {
		display: none;
	}

	.btn-arrow {
		display: block;
		text-align: center;
	}

	.btn-arrow a {
		padding: 0.7em 1em 0.7em 2em;
		display: block;
		font-size: 1.4rem;
	}

	/* pciロゴありタイトル */
	.pci-container {
		position: relative;
	}

	.pci-container .sub-title {
		min-height: auto;
		padding-right: 6rem;
		font-size: 1.8rem;
		font-weight: 700;
	}

	/* リンクリスト */
	ul.list-links li {
		margin-top: 1em;
	}

	ul.list-links li:first-child {
		margin-top: 0;
	}

	/* ハンドルシート 4カラム */
	ul.list-figures.col4.handle li:nth-child(-n+2) {
		margin-top: 0;
	}

	ul.list-figures.col4.handle li {
		margin-top: 3rem;
	}

	.handle .fig-caption-bottom figcaption {
		margin-top: 0.5em;
		font-weight: 400;
		text-align: left;
		font-size: 1.3rem;
	}

	/* 製品概要・オンラインショップ */
	.online-shop {
		max-width: 380px;
		margin: 40px auto 0;
		padding: 20px;
		background-color: #eee;
		border-radius: 10px;
		text-align: center;
	}

	.online-shop-text {
		margin-bottom: .5em;
		font-size: 1.5rem;
		line-height: 1.4;
		font-weight: 500;
	}

	.online-link {
		display: block;
		max-width: 290px;
		margin: 0 auto;
		padding: .5em 2em .5em 2em;
		font-size: 1.6rem;
		line-height: 1.2;
		background-color: #c9338e;
		color: #fff;
		border-radius: 5px;
		position: relative;
	}

	.online-link:hover {
		color: #fff;
		text-decoration: none;
	}

	.online-link::before {
		content: '';
		width: .8em;
		height: .8em;
		background-image: url(/products/common/images/chevron-right-solid-w.svg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: auto 100%;
		position: absolute;
		top: 50%;
		left: 1em;
		transform: translate(0, -50%);
	}

	.online-link::after {
		content: '';
		width: 1.1em;
		height: 1.1em;
		background-image: url(/products/common/images/icon-cart.svg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: auto 100%;
		position: absolute;
		top: 50%;
		right: 1em;
		transform: translate(0, -50%);
	}


	/* Room Clipコラム */

	.rc-comment-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		border: 1px solid #000;
		padding: 4rem 2rem;
		margin-top: 4rem;
	}

	.rc-comment-container .rc-logo {
		width: 60%;
	}

	.rc-comment-container .rc-comment {
		width: 100%;
		font-size: 1.4rem;
		margin-top: 2rem;
	}

	.check-icon {
		font-size: 1.4rem;
		top: -0.8%;
		padding: 0.4em 2.4em;
	}

	.g-title {
		margin-top: 4rem;
		margin-bottom: 3rem;
		padding: .2em 0;
		font-size: 1.6rem;
		text-align: center;
	}

	#sub03 .g-title {
		margin-top: 0rem;
	}

	/* .flex-container>.flex-item:first-of-type .sub-sub-title {
		margin-top: 3rem;
	} */

}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 768px) {
	.flex-container.fix-bottom-img .img-container {
		min-height: 0%;
		/* IE対応 */
		margin-top: auto;
	}

	.flex-container.fix-bottom-img .img-container.sub-img {
		min-height: 0%;
		/* IE対応 */
		margin-top: 0;
	}

	#design-concept .text-area {
		min-height: 7rem;
	}

	/* pciロゴありタイトル */
	.pci-container .sub-title {
		font-size: 2.2rem;
	}

	.pci-container::before {
		width: 10rem;
		height: 10rem;
		top: 50%;
		right: 0rem;
		transform: translate(0, -50%);
	}

	/* リンクリスト */
	ul.list-links li {
		font-size: 1.4rem;
		text-align: center;
	}

	ul.list-links li a {
		display: block;
		width: 400px;
		margin: 0 auto;
	}

	/* ハンドルシート 4カラム */
	ul.list-figures.col4.handle li {
		width: 23%;
		margin-left: 2%;
	}

	.handle .fig-caption-bottom figcaption {
		margin-top: 0.5em;
		font-weight: 400;
		text-align: left;
		font-size: 1.4rem;
	}

	/* オンラインショップ */
	.online-shop {
		max-width: 380px;
		margin: 60px auto 0;
		padding: 30px;
		background-color: #eee;
		border-radius: 10px;
		text-align: center;
	}

	.online-shop-text {
		margin-bottom: .5em;
		font-weight: 500;
	}

	.online-link {
		display: block;
		max-width: 290px;
		margin: 0 auto;
		padding: .5em 2em .5em 2em;
		font-size: 1.7rem;
		line-height: 1.2;
		background-color: #c9338e;
		color: #fff;
		border-radius: 5px;
		position: relative;
	}

	.online-link:hover {
		color: #fff;
		text-decoration: none;
	}

	.online-link::before {
		content: '';
		width: .8em;
		height: .8em;
		background-image: url(/products/common/images/chevron-right-solid-w.svg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: auto 100%;
		position: absolute;
		top: 50%;
		left: 1em;
		transform: translate(0, -50%);
	}

	.online-link::after {
		content: '';
		width: 1.1em;
		height: 1.1em;
		background-image: url(/products/common/images/icon-cart.svg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: auto 100%;
		position: absolute;
		top: 50%;
		right: 1em;
		transform: translate(0, -50%);
	}

	/* Room Clipコラム */

	.rc-comment-container {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border: 1px solid #000;
		padding: 4rem;
		margin-top: 6rem;

	}

	.rc-comment-container .rc-logo {
		width: 20%;
	}

	.rc-comment-container .rc-comment {
		width: 74%;
		font-size: 1.4rem;
	}

	.check-icon {
		font-size: 1.6rem;
		top: -1.5%;
		padding: 0.4em 2.5em;
	}

	.g-title {
		margin-bottom: 72px;
		padding: .2em 0;
		font-size: 1.8rem;
		text-align: center;
	}

	.g-title {
		margin-top: 6rem;
		margin-bottom: 7rem;
		padding: 0.2em 0;
		font-size: 1.8rem;
		text-align: center;
	}

	#sub01 .img-container.mt {
		margin-top: 8rem;
	}

	#sub01 .text-container+.img-container.mt {
		margin-top: 6rem;
	}
}

/* ====================================
	1024px以上印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 1024px) {

	/* Room Clipコラム */
	.line-bk {
		margin: 6rem 0;
	}

	.roomclip-column {
		padding: 10rem 5%;
		margin-top: 10rem;
	}

	.roomclip-column-header {
		text-align: center;
	}

	.roomclip-column-logo {
		display: inline-block;
		margin-bottom: 1em;
	}

	.roomclip-column-logo img {
		width: 340px;
		vertical-align: bottom;
	}

	.roomclip-column-logo .logo-text {
		margin-left: .5em;
		font-size: 2rem;
	}

	.roomclip-column-title {
		margin-bottom: 4rem;
		font-size: 2.4rem;
	}

	.roomclip-column-check {
		font-size: 1.6rem;
	}

	.roomclip-column-container {
		margin-top: 4rem;
	}

	.comparison-caption {
		margin-top: .5em;
		font-size: 1.2rem;
		text-align: right;
	}

	.user-comment-container {
		margin-top: 2rem;
		font-size: 1.4rem;
	}

	.user-name {
		margin-bottom: .8em;
		font-size: 1.6rem;
	}

	.link-block {
		padding: 8rem 0 4rem;
	}
}

/* ====================================
	1023px以下専用スタイル
===================================== */
@media only screen and (max-width: 1023px) {

	/* Room Clipコラム */
	.line-bk {
		margin: 4rem 0;
	}

	.roomclip-column {
		padding: 8rem 5%;
		margin-top: 4rem;
	}

	.roomclip-column-header {
		text-align: center;
	}

	.roomclip-column-logo {
		display: inline-block;
		margin-bottom: 1em;
	}

	.roomclip-column-logo img {
		width: 180px;
		vertical-align: bottom;
	}

	.roomclip-column-logo .logo-text {
		margin-left: .5em;
		font-size: 1.4rem;
	}

	.roomclip-column-title {
		margin-bottom: 3rem;
		font-size: 1.8rem;
	}

	.roomclip-column-check {
		font-size: 1.5rem;
	}

	.roomclip-column-item {
		margin-top: 3rem;
	}

	.comparison-caption {
		margin-top: .5em;
		font-size: 1.2rem;
	}

	.user-comment-container {
		margin-top: 3rem;
		font-size: 1.4rem;
	}

	.user-name {
		margin-bottom: .5em;
		font-size: 1.6rem;
	}

	.link-block {
		padding: 6rem 0 4rem;
	}

	.link-block .bdr-gray {
		width: 90%;
		margin: 0 auto;
	}
}

/* ====================================
	768px以上1023以下専用スタイル
===================================== */
@media screen and (min-width: 768px) and (max-width: 1023px) {

	/* Room Clipコラム */
	.roomclip-column-container {
		display: flex;
		justify-content: space-between;
		width: 600px;
	}

	.roomclip-column-item {
		width: 280px;
	}

}

/* ====================================
	1024px以上1199px以下専用スタイル
===================================== */
@media print,
screen and (min-width: 1024px) and (max-width: 1199px) {


	/* Room Clipコラム */
	.roomclip-column-container {
		display: flex;
		justify-content: space-between;
		width: 780px;
	}

	.roomclip-column-item {
		width: 360px;
	}

}

/* ====================================
	タブレット、印刷専用スタイル
===================================== */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.pc-only {
		display: none;
	}
}

/* ====================================
	PC大画面専用スタイル
===================================== */
@media only screen and (min-width: 1200px) {
	.tab-only {
		display: none;
	}

	/* Room Clipコラム */
	.roomclip-column-container {
		display: flex;
		justify-content: space-between;
	}

	.roomclip-column-item {
		width: 47%;
	}
}