@charset "utf-8";
/*----------------------------------------------
              onlineshop
---------------------------------------------*/

/*		btnCart
-----------------------------*/
/*--- header ---*/
.headerBtn .btnCart{
	background: #a3784a;
	color: #fff;
	position: relative;
	border: none;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 10px 10px 40px;
	max-width: 100%;
	text-align: center;
	width: 233px;
}
.headerBtn .btnCart::before{
	content: "";
	background: url("../images21/ic_cart.png") no-repeat left top / contain;
	position: absolute;
	top: 50%;
	left: 16%;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
}

/*--- cartArea ---*/

.cartArea .btnCart{
	position: relative;
}
.cartArea .btnCart::before{
	content: "";
	background: url("../images21/ic_cart.png") no-repeat left top / contain;
	position: absolute;
	top: 50%;
	left: 28%;
	transform: translateY(-40%);
	width: 31px;
	height: 32px;
}
.cartArea .btnCart input{
	background: #a3784a;
	color: #fff;
	border: none;
	font-size: 20px;
	font-weight: bold;
	padding: 30px 30px 30px 60px;
	max-width: 100%;
	width: 468px;
	-moz-box-shadow: 0px 3px 0px 0px rgba(205, 176, 145, 0.82);
	-webkit-box-shadow: 0px 3px 0px 0px rgba(205, 176, 145, 0.82);
	-ms-box-shadow: 0px 3px 0px 0px rgba(205, 176, 145, 0.82);
	box-shadow: 0px 3px 0px 0px rgba(205, 176, 145, 0.82);
}


/*		titleBox
-----------------------------*/
.titleBox{
	background: url("../images21/shop_title_bg.jpg") no-repeat center center / cover;
}
.titleBox .inner{
	position: relative;
	height: 300px;
}
.titleBox h1{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 80px;
	line-height: 1em;
	letter-spacing: 0.01em;
	font-weight: 300;
	color: #965fbc;
}

/* shopItemListWrap*/
.shopItemListWrap + .shopItemListWrap{
	margin-top: 40px;
}
.shopItemLists.flex{	
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;	
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.shopItemLists.flex::after{
  content:"";
  display: block;
  width:30%;
}
.shopItemLists.flex li{
	position: relative;
	width: 31.4%;
	margin-bottom: 30px;
	padding: 20px 20px 80px;
	background: #f0ebe7;
}
.shopItemLists.flex li figure{
	margin-bottom: 1em;
}
.shopItemLists.flex li h4{
	margin-bottom: 20px;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #4d3114;
	color: #4d3114;
	font-size: 16px;
	text-align: center;
}
.shopItemLists.flex li .btnMore{
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
}
.shopItemLists.flex .icNew{
	display: inline-block;
	position: absolute;
	z-index: 10;
	background: #ee7777;
	color: #fff;
	font-size: 14px;
	font-family:'Josefin Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	width: 70px;
	text-align: center;
	padding: 3px 5px 1px;
}


/*shopDetailWrap*/
.shopDetailWrapInner{
	width: 94%;
	max-width: 940px;
	margin: auto;
}
.itemDetailMV{
	border-bottom: 1px dotted #9e9e9e;
	margin: 50px 0;
	padding-bottom: 50px;
}
.itemDetailMV figure{
	text-align: center;
}
.itemDetailMV ul{
	margin-top: 30px;
	flex-wrap: wrap;
}
.itemDetailMV ul li{
	margin-right: 30px;
	width: 48%;
	max-width: 212px;
	position: relative;
}
.itemDetailMV ul li:last-child{
	margin-right: 0;
}
.itemDetailMV ul li::after{
	content: url("../images21/ic_expansion.png");
	position: absolute;
	bottom: 2px;
	right: 5px;
}

.itemDetailFeature .txtBox{
	margin-bottom: 70px;
	padding: 0 20px;
}
.itemDetailFeature .txtBox h4{
	color: #4d3114;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 5px;
}
.itemDetailFeature .txtBox h5{
	color: #7b3fa4;
	font-weight: bold;
	line-height: 1.5;
}
.itemDetailFeature .txtBox p{
	margin-bottom: 20px;
}
.itemDetailFeature .txtBox p:last-child{
	margin-bottom: 0;
}
.itemDetailFeature .txtBox.inImg{
	display: flex;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;
 justify-content: space-between;
 flex-wrap: wrap;
}
.itemDetailFeature .txtBox.inImg .text{
	width: 100%;
	max-width: 420px;
}
.checkboxTxt li{
	color: #4d3114;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.5;
	padding-left: 2.5em;
	position: relative;
}
.checkboxTxt li::before{
	content: url("../images21/ic_checkbox.png");
	position: absolute;
	left: 0;
	top: 5px;
}

.detailUse{
	background: #fcfaf7;
	padding: 80px 7%;
}
.detailUse h4{
	background: #a27d69;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 6px;
}
.detailUse .txt{
	background: #fff;
	display: block;
	margin-bottom: 20px;
	padding: 20px 15px;
}
.detailUse p{
	text-indent: -1em;
	margin-left: 1em;
}
.detailUse h3{
	color: #4d3114;
	margin-bottom: 30px;
}
.detailUse h3,
.usersVoice h3{
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}

.usersVoice{
	background: url("../images21/shop_detail_voice_bg_top.png") no-repeat top center, url("../images21/shop_detail_voice_bg_btm.png") no-repeat bottom center #fffbf6;
	margin-top: 73px;
	padding: 185px 7% 80px;
	position: relative;
}
.usersVoice h3{
	color: #ee7777;
	position: absolute;
	top: -33px;
	left: 50%;
	transform: translateX(-50%);
}
.usersVoice h3 .circle{
	background: #ee7777;
	border-radius: 66px;
	color: #fff;
	display: block;
	font-family:'Josefin Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-weight: 400;
	margin: 0 auto 14px;
	padding-top: 55px;
	text-align: center;
	width: 132px;
	height: 132px;
}
.usersVoice h3 .txtS{
	color: #4d3114;
	display: block;
	font-size: 14px;
	margin-top: 10px;
}
.usersVoice li{
	background: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	margin-bottom: 15px;
	padding: 20px;
}
.usersVoice li:last-child{
	margin-bottom: 30px;
}
.usersVoice li h4{
	border-bottom: 1px solid #ee7777;
	color: #ee7777;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 3px;
}

.cartArea .cartPhoto{
	width: 100%;
	max-width: 465px;
}
.cartArea .cartPhoto figure,
.cartArea .cartPhoto ul li figure{
	border: 6px solid #fff;
}
.cartArea .cartPhoto ul{
	justify-content: space-between;
	margin-top: 18px;
}
.cartArea .cartPhoto ul li{
	width: 48%;
	max-width: 223px;
}
.cartArea .cartDetail{
	width: 100%;
	max-width: 470px;
}
.cartArea h3{
	color: #7b3fa4;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 25px;
}
.cartArea h3 span{
	border-bottom: 1px solid #7b3fa4;
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 6px;
}
.cartArea .price,
.cartArea .priceFirst{
	color: #4d3114;
	font-weight: bold;
}
.cartArea .price{
	font-size: 38px;
}
.cartArea .priceFirst{
	background: #f5f0e8;
	display: inline-block;
	font-size: 26px;
	padding: 3px 10px;
}
.cartArea .quantity{
	margin: 30px 0 20px;
}
.cartArea .quantity select{
	background: #fff;
	border-radius: 3px;
	border: 1px solid #c4ccce;
	font-size: 16px;
	margin-left: 13px;
	padding: 8px 10px 10px;
	width: 100px;
	height: 38px;
}
.cartArea .cartDetail dl{
	margin: 40px 0 15px;
}
.cartArea .cartDetail dl dt{
	font-weight: bold;
}
.cartArea .note li{
	font-size: 12px;
	margin-left: 1em;
	text-indent: -1em;
	margin-bottom: 4px;
}
.cartArea .note li:last-child{
	margin-bottom: 0;
}

.relatedProducts{
	border-bottom: 1px solid #ccc;
}
.relatedProducts ul{
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
.relatedProducts ul li{
	width: 48%;
	max-width: 220px;
}
.relatedProducts ul li a h4{
	color: #a3784a;
	font-weight: normal;
	padding-top: 8px;
	text-decoration: underline;
	text-align: center;
}

/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------
              smartphone
--------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
/*--- header ---*/
.headerBtn .btnCart{
	font-size: 12px;
	padding: 4px 4px 5px 35px;
	width: 130px;
	line-height: 1.1;
}
.headerBtn .btnCart::before{
	left: 11%;
}

/*		titleBox
-----------------------------*/
.titleBox{
	background: url("../images21/shop_title_bg_sp.jpg") no-repeat right center / cover;
}
.titleBox .inner{
	height: 150px;
}
.titleBox h1{
	top: 50%;
	transform: translateY(-50%);
	font-size: 43px;
	line-height: 1em;
}

/* shopItemListWrap*/
.shopItemLists.flex li{
	margin-bottom: 15px;
	width: 100%;
}
.shopItemLists.flex li:last-child{
	margin-bottom: 0;
}

/*shopDetailWrap*/
.itemDetailMV{
	margin: 20px 0;
	padding-bottom: 10px;
}
.itemDetailMV ul{
	margin-top: 15px;
}
.itemDetailMV ul li{
	margin-right: 10px;
	margin-bottom: 10px;
}
.itemDetailMV ul li:nth-child(2n){
	margin-right: 0;
}
.itemDetailFeature .txtBox{
	margin-bottom: 40px;
	padding: 0;
}
.itemDetailFeature .txtBox.inImg .img{
	margin-top: 20px;
}
.itemDetailFeature .txtBox h4{
	font-size: 16px;
}

.checkboxTxt li{
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.checkboxTxt li::before{
	top: -3px;
}

.detailUse{
	padding: 40px 4%;
}

.usersVoice{
	background-size: contain;
	padding: 130px 4% 30px;
}
.usersVoice h3{
	font-size: 20px;
	width: 100%;
	top: -50px;
}
.usersVoice h3 .circle{
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
	padding-top: 40px;
}
.usersVoice li h4{
	font-size: 15px;
}

.cartArea .cartDetail{
	margin-top: 20px;
}
.cartArea h3 span{
	font-size: 14px;
}
.cartArea h3{
	font-size: 20px;
	margin-bottom: 5px;
}
.cartArea .priceFirst{
	width: 100%;
}
.cartArea .quantity select{
	margin-bottom: 5px;
}
.cartArea .btnCart::before{
	left: 20%;
}

.relatedProducts ul{
	margin-bottom: 20px;
}
.relatedProducts ul li{
	margin-bottom: 15px;
}
}