@charset "shift_jis";

/*スマホ向け設定 max640px*/

body{
	min-width: 0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"メイリオ",'Meiryo','Osaka',"ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
	margin: 0;
	padding: 0;
}


ul,ol{list-style: none;}

.pc,.tb{
	display:none;
}

.sp{
	display:block;
}


.c5-container{
	width: 100%;
	margin: 10px auto 0;
}

.c5-hero {
	width: auto;
	height: auto;
	margin:0 0 38px;
}
.c5-hero img {
	display: block;
	max-width:100%;
	width: auto;
	height: auto;
	margin: 0 auto;
}

.product,
.requirements-main{
	box-sizing: border-box;
background: rgb(251,244,218);
background: -moz-linear-gradient(top, rgba(251,244,218,1) 0%, rgba(253,250,237,1) 60%, rgba(253,250,237,1) 80%, rgba(250,241,212,1) 100%);
background: -webkit-linear-gradient(top, rgba(251,244,218,1) 0%,rgba(253,250,237,1) 60%,rgba(253,250,237,1) 80%,rgba(250,241,212,1) 100%);
background: linear-gradient(to bottom, rgba(251,244,218,1) 0%,rgba(253,250,237,1) 60%,rgba(253,250,237,1) 80%,rgba(250,241,212,1) 100%);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf4da', endColorstr='#faf1d4',GradientType=0 )";
}
.product{
	padding: 37px 20px;
}
.requirements-main{
	padding: 20px;
}
.product-block{
	width: 100%;
	margin-bottom: 20px;
}


.product-block-title{
	background: #aa906b;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}


.product-split{
	box-sizing: border-box;
	overflow: hidden;
	border: 1px solid #e6dece;
	background: #fefdf8;
	padding: 10px 12px 15px;
}
.itemImg img{
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
}

.itemImg{
	box-sizing: border-box;
	float: right;
	width: 50%;
	padding: 10px 0 0 10px;
}
.itemImg img{
	width: 100%;
}

.productArt{
	box-sizing: border-box;
	float: left;
	width: 50%;
}

.product-name{
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0;
}
.product-txt{
	margin: 0;
}


.product-split img{
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
}


.product-banner{
	box-sizing: border-box;
	width: 100%;
	padding: 40px 23px 37px;
}
.product-banner img{
	width: 100%;
	max-width: 592px;
	text-align: center;
}

.listsBlocks{
	box-sizing: border-box;
	padding: 25px 13px;
	background: #fefdf8;
	border: 1px solid #eae2d4;
}

.listsBlock{
	margin-bottom: 20px;
}

.listsBlock.last{
	margin-bottom: 0;
}


.listsBlock .color{
	font-weight: normal;
	color: #5b825d;
}
.lists{
	padding: 0;
}
.listsBlocks p,
.listsBlocks ul{
	margin: 0;
	padding: 0;
}

.thumbWrap{
	box-sizing: border-box;
	width: 100%;
	padding: 10px 12px 0;
}
.thumbWrap p{
	text-align: right;
	font-size: .8em;
	margin: 0;
}
.thumbWrap img{
	width: 100%;
}

.ttlImg,
.ttlImg img{
	width: 100%;
	max-width: 640px;
}

.product-btns{
	width: 100%;
	max-width: 240px;
	margin: 0 auto;
}
.s5-button.s5-listItem4__button{
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 1em;
	margin-top: 10px;
	padding: 0;
	text-align: center;
	background: #3588f9;
}

.bcircle{
	position: relative;
	bottom: 1px;
	font-size: .65em;
}

p.cpclose{
	width: 100%;
	height: auto;
	padding: 3px 0;
	text-align: center;
	background: #ff0000;
	color: #ffffff;
	font-size: 1.1em;
}




/**641px~768px*/
@media screen and (max-width: 768px) and (min-width: 641px){
	.pc,.tb{
		display:none;
	}
	.sp{
		display:block;
	}
	.product-block-title {
		font-size: 1.0em;
	}
	.product-name{
		font-size: 1rem;
	}
	.product-block-title{
		padding: 5px 15px;
	}
	.ttlImg,
	.ttlImg img{
		max-width: 768px;
	}
	.product-banner{
		max-width: 592px;
		margin: 0 auto;
	}
	.product-banner img{
		text-align: center;
	}
	.thumbWrap{
		max-width: 498px;
		margin: 0 auto;
	}

	.taishouten{
	  margin: 30px 0;
	}
}


/*769px以上PC向け*/
@media screen and (min-width: 769px){
	body{
		font-size: 19px;
	}
	.c5-hero {
		margin:0 0 65px;
	}
	.product,
	.requirements-main{
	background: rgb(251,244,218);
	background: -moz-linear-gradient(top, rgba(251,244,218,1) 0%, rgba(253,250,237,1) 20%, rgba(253,250,237,1) 80%, rgba(250,241,212,1) 100%);
	background: -webkit-linear-gradient(top, rgba(251,244,218,1) 0%,rgba(253,250,237,1) 20%,rgba(253,250,237,1) 80%,rgba(250,241,212,1) 100%);
	background: linear-gradient(to bottom, rgba(251,244,218,1) 0%,rgba(253,250,237,1) 20%,rgba(253,250,237,1) 80%,rgba(250,241,212,1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf4da', endColorstr='#faf1d4',GradientType=0 )";
	}

	.cf:after {
	  content: "";
	  clear: both;
	  display: block;
	}
	.pc{
		display:block;
	}
	.sp,.tb{
		display:none;
	}
	.c5-container{
		max-width: 1200px;
		margin: 10px auto 0;
		padding: 0 30px;
	}

	.listsBlocks{
		padding: 50px 40px 60px;
	}
	.listsBlock {
		margin-bottom: 30px;
	}

	.listsBlock .color{
		font-size: 1.2em;
	}
	.listsBlock .no-color {
		font-size: 1.2em;
		font-weight: normal;
	}

	.listsBlock .lists-no-list {
		margin: 0;
		line-height: 1.75;
	}
	.listsBlock .lists {
		position: relative;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}


	.c5-container a>img:hover {
		opacity:0.7;
		filter: alpha(opacity=70);		  /* ie lt 8 */
		-ms-filter: "alpha(opacity=70)";  /* ie 8 */
		-moz-opacity:0.7;					  /* FF lt 1.5, Netscape */
	}



	.product-banner img{
		width: 100%;
	}
	.product{
		padding: 37px 20px;
	}
	.product-split{
		padding: 0 22px 37px;
	}
	.itemImg{
		float: none;
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	.itemImg img{
		padding-top: 33px;
	}
	.productArt{
		float: none;
		width: 100%;
		text-align: left;
		margin: 20px 0;
	}

	.product-blocks{
		overflow: hidden;
		-js-display: flex;
		display: flex;
		justify-content: space-between;
	}

	.product-block{
		width: 31%;
		margin: 0;
	}

	.keihinWrap{
		-js-display: flex;
		display: flex;
		justify-content: space-between;
		margin-bottom: 0;
	}

	.thumbWrap{
		max-width: 498px;
		padding: 0;
	}

	.taishouten{
	  margin: 30px 0;
	}

	.product-btns{
		text-align: center;
	}

	.ttlImg,
	.ttlImg img{
		max-width: 1200px;
	}
	.product-banner{
		padding: 50px 0 40px;
	}
	.product-banner img{
		max-width: 1200px;
	}
	.bcircle{
		bottom: 3px;
	}
	p.cpclose{
		width: 65%;
	}

}


/*1024px以上PC向け*/
@media screen and (min-width:1024px){
	.product-block-title{
		font-size: 1em;
		font-weight: normal;
		padding: 10px 0 7px;
	}
}

/*769〜1023px設定*/
@media screen and (max-width:1023px) and (min-width: 769px){
	.tb{
		display: block;
	}
}


/*1200px以下設定*/
@media screen and (max-width:1200px) {
	.c5-container{
		box-sizing: border-box;
	}
}
