


/* ===================================================================
KV
=================================================================== */

.mv-zerog img{
	width: 100%;
}
@media (min-width: 769px) {/*PC*/
	.mv-zerog .mv-sp{
		display: none;
		text-align: center;
	}
	
}
@media (max-width: 768px) {/*SP*/
	.mv-zerog .mv-pc{
		display: none;
	}
}



/* ===================================================================
リード分
=================================================================== */

.lead-zerog{
	padding: 2em 0;
}
.lead-zerog p{
	width: 16%;
	float: left;
}
.lead-zerog dl{
	/*margin-left: 20%;*/
	margin:0 5%;
	
}
.lead-zerog dl dt{
	font-weight: normal;
	margin-bottom: 1em;
}
.lead-zerog dl dt span{
	font-weight: bold;
}
.lead-zerog dl dd{
	font-size: 12px;
}
@media (min-width: 769px) {/*PC*/
	.lead-zerog dl dt{
		font-size: 20px;
		font-weight: bold;
	}
}

/* ===================================================================
無重力睡眠とは？
=================================================================== */

/*

.aboutSection{
	background: url(../images/bg_about.jpg) center center no-repeat !important;
	background-size: cover;
}
*/

/* ===================================================================
ベッドシステム
=================================================================== */

.system-zerog{
	background-color: #5b5d66;
	color: #fff;
	padding: 30px;
	max-width: 800px;
	margin: 0 auto;
}
.system-zerog .body h4{
	border: none;
	font-size: 24px;
	margin-bottom: 1em;
}
.system-zerog .body p.lead{
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 1em !important;
}
.system-zerog .body .note{
	font-size: 12px;
	color: #fff !important;
}
.btn-white{
	display: inline-block;
	background-color: #fff;
	padding: 0.5em 1em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 1em !important;
}
.system-zerog .btn-white{
	margin-bottom: 1em !important;
}

.campaignArea .arw-333:after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 10px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform-origin: center;
	-webkit-transform: rotate(45deg);
	transform-origin: center;
	transform: rotate(45deg);
}

@media (min-width: 769px) {/*PC*/
	.system-zerog{
		overflow: hidden;
		margin: 40px auto;
	}
	.system-zerog .body{
		float: left;
		width: 65%;
	}
	.system-zerog .photo{
		float: right;
		width: 35%;
	}
}
@media (max-width: 768px) {/*SP*/
	.system-zerog .photo{
		text-align: center;
	}
}

/* ===================================================================
マットレス
=================================================================== */




.zerog-function{
	border: solid 1px #ccc;
	margin: 20px auto !important;
}
.zerog-function .inner{
	padding: 5%;
}
.zerog-function .ttl-zerog-function{
	margin-bottom: 2em;
}
.zerog-function .ttl-zerog-function h3,
.zerog-function .ttl-zerog-function p{
	text-align: center;
}

.zerog-function .category-zerog dl{
	overflow: hidden;
}
.zerog-function .category-zerog dl dt{
	float: left;
	width: 80px;
}
.zerog-function .category-zerog dl dd{
	margin-left: 100px;
}
.zerog-function .category-zerog dl dd span{
	display: block;
	margin-top: 0.5em;
}
.zerog-function .category-zerog dl dd span a{
	display: block;
	padding: 0.5em 1em;
	background-color: #53565a;
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align: center;
}

.icon-mattress {
	display: block;
	background-color: #000;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
	position: relative;
}

.icon-mattress img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 60%;
}
.icon-contour{ background-color: #E57200;}
.icon-cloud{ background-color: #4B82A8;}
.icon-sensation{ background-color: #FFD100;}
.icon-hybrid{ background-color: #72A84F;}


@media (min-width: 769px) {/*PC*/

	.zerog-function .inner{
		position: relative;
	}
	.zerog-function .cont-category-zerog{
		overflow: hidden;
	}
	.zerog-function .inner .photo{
		position: absolute;
		left: 0;
		top: 26%;
		width: 48%;
	}
	.zerog-function .category-zerog{
		width: 55%;
		float: right;
	}
}
@media (max-width: 768px) {/*SP*/
	.zerog-function .inner .photo{
		margin-bottom: 30px !important;
		margin-left: -10% !important;
	}
}
/* ===================================================================
対象商品一覧
=================================================================== */

.cont-items-zerog{
	background-color: #f3f1ef;
}
.cont-items-zerog .ttl-items-zerog{
	text-align: center;
	margin-bottom: 2em;
}
.cont-items-zerog .ttl-items-zerog h3{
	font-weight: bold;
	border-bottom: 1px solid #333333;
	margin: 0 0 10px 0;
}
.cont-items-zerog .btn{
	background-color: #53565a;
	padding:1em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #fff;
	width: 100%;
}
.cont-items-zerog .note{
	margin-bottom: 20px !important;
}
.item-zerog .thumb{
	position: relative;
	margin-bottom: 10px !important;
}
.item-zerog .thumb span{
	display: block;
	position: absolute;
	right: 5%;
	top: 5%;
	background-color: #022474;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 120%;
	padding: 10px;
	font-size: 16px;
}
.item-zerog .label{
	border-bottom: solid 2px #d9d3cc;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}
.item-zerog .label dt{
	font-size: 20px;
}
.item-zerog .label dd{
	font-weight: normal;
}
.item-zerog .text{
	margin-bottom: 0.5em !important;
}
.item-zerog ul {
	overflow: hidden;
}
.item-zerog ul li{
	/*width: 15%;*/
	float: left;
	list-style: none;
	margin-left: 2% !important;
	margin-top: 10px !important;
	border-top: none !important;
}
.item-zerog ul li:nth-child(6n){
	margin-right: 0 !important;
}

.item-zerog .price dl dt {
	font-weight: normal;
}
.item-zerog .price dl dt span{
	display: block;
}
.item-zerog .price dl dd{
	color: #cc0000;
	font-size: 18px;
	font-weight: bold;
}

.zerog-showroom{
	border: solid 1px #53565a;
	padding: 1em;
	overflow: hidden;
}
.zerog-showroom dl{
	margin: 0 !important;
}


@media (min-width: 769px) {/*PC*/
	.cont-items-zerog{
		padding: 40px 0;
		margin-bottom: 40px;
	}
	.unit-items{
		overflow: hidden;
		
	}
	.item-zerog{
		width: 30%;
		float: left;
		margin-right: 5%;
		margin-bottom: 40px;
	}

	.item-zerog:nth-child(4n){
		margin-right: 0;
	}
	.cont-items-zerog .note{
		text-align: right;
	}
	.zerog-showroom dl{
		display: table;
		width: 100%;
	}
	.zerog-showroom dl dd{
		display: table-cell;
		vertical-align: middle;
		width: 30%;
	}
	.zerog-showroom dl dd .btn{
		width: 100%;
	}
	.zerog-showroom dl dt{
		display: table-cell;
		vertical-align: middle;
		margin-right: 70%;
	}
}
@media (max-width: 768px) {/*SP*/
	.cont-items-zerog{
		padding: 20px 0;
	}
	.item-zerog{
		margin-bottom: 40px;
	}
	.zerog-showroom dl dt{
		margin-bottom: 1em;
	}
}



/* ===================================================================
動画
=================================================================== */
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
  margin-bottom: 60px;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}



/*
.price-last {
	margin-top: 55px;
}
*/
.note a {
	text-decoration: underline;
}
.sup-zerog {
	vertical-align: middle !important;
}
.pc {
	display: block;
}
.price {
	font-style: normal;
}
@media (max-width: 768px) {/*SP*/
	.price-last {
		margin-top: 0;
	}
	.pc {
		display: none;
	}
	.item-zerog .thumb img {
		width: 100%;
	}
}
.btn i {
    margin-right: 0.5em;
}

