@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Montserrat|Oswald|Roboto);

.off{ display: none;}
.ec-contactRole{
	width: 100%;
	    max-width: 100%;
	margin-bottom: 1em;
}

.ec-layoutRole .ec-layoutRole__contents{
    max-width: 100%;
	margin-top: 1em;
}

.ec-cartCompleteRole,
.ec-layoutRole__contents{
	margin-bottom: 2em;
}

.youtube {
	width: 100%;
	padding: 1em;
	box-sizing: border-box;
}

.youtube .inner {
	padding-top: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.youtube .inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*	カートボタン
------------------------------------------------*/
.btn-reserve {
    background-color: #4A90E2;
    border-color: #4A90E2;
    color: #fff;
}
.btn-reserve:hover {
    background-color: #4178C0;
    border-color: #4178C0;
}



/*	残りわずか！
------------------------------------------------*/
#stock_show_area{
	padding: 1em;
	margin-bottom: 1em;
	border-bottom: 1px dotted #ccc;
}

#stock_show_area p{
	font-weight: 700;
	font-size: 120%;
	margin: 0;
}

#stock_show_area strong{
	font-size: 180%;
}
	
#stock_show_area .order_soon{
	font-size: 120%;
	color: #CC0000;
	font-weight: bold;
}



#stock_show_area strong{
	color: #CC0000;
}

/*	メニューボタン
------------------------------------------------*/
.ec-layoutRole__header{
	border-bottom: 1px solid #DDD;
}
.ec-itemNav__nav{
	border-right: 1px solid #ddd;
}

.ec-itemNav__nav li{
	border-left: 1px solid #ddd;
}

.ec-itemNav__nav li a:hover{
	background: #CCCCCC;
	transition: 0.5s;
}

/*	商品詳細ボックス
------------------------------------------------*/
.ec-orderDelivery .ec-orderDelivery__change,
.ec-orderAccount .ec-orderAccount__change {
    margin-top: 1em;
    margin-right: 1em;
}


/*	商品詳細ボックス
------------------------------------------------*/

.ec-productRole__tags,
.ec-productRole__category{
    margin-bottom: 1em;
}

.important{
	clear: both;
	display: block;
	text-align: center;
	background: #efbfc6;
	border: 5px solid #e76471;
	padding: 0.5em;
	margin: 0 0 1em 0;
	margin: 0 auto 1em auto;
}


/*重要ボックス（赤背景白抜き）*/
.importantBox{
    margin: 1em 0;
    padding: 1em;
    background: #F00;
    color: #FFF;
}

.importantBox p:last-child{
    margin: 0;
}


/* 送料に関するご案内 */

.transport{
	background: #01916d;
	padding: 0.5em;
	margin: 1.5em 0;
}

.transport > section,
.transport > dl{
	background: #FFF;
	padding: 1em;
}

.transport > dl > dt,
.transport > section > dl > dt{
	color: #01916d;
	margin-bottom: 0.5em;
}


/* 商品に関するご案内 */

.itemCom{
	background: #1f8bc9;
	padding: 0.5em;
	margin: 1.5em 0;
}

.itemCom > section{
	background: #FFF;
	padding: 1em;
}

.itemCom > section > dl > dt{
	color: #1f8bc9;
	margin-bottom: 0.5em;
}


/* 商品に関するご案内 */

.upgradeBox{
	background: #000048;
	padding: 0.5em;
	margin: 1.5em 0;
}

.upgradeBox > section,
.upgradeBox > dl{
	background: #FFF;
	padding: 1em;
}

.upgradeBox > section > dl > dt,
.upgradeBox > dl > dt{
	color: #01916d;
	margin-bottom: 0.5em;
}

/*	見出し
------------------------------------------------*/

@media screen and (min-width:769px) { 
	.htag{
		background: #01916d;
		color: #FFF;
		font-size: 180%;
		line-height: 180%;
		font-weight: bold;
		margin: 0 0 0.5em 0;
		padding: 0.5em;
		text-align: center;
	}

	.itemListBox{
	    width: 100%;
	    margin: auto;
	    padding: 1em 0 2em 0;
	    display: flex;
	    flex-wrap: wrap;
	}

	.itemListBox > div{
		width: 24%;
		margin: 0.5%;
		border: 1px solid #dddddd;
		box-sizing: border-box;
		padding: 1em;
	}

	.itemListBox > div > a > figure {
		text-align: center;
		margin: 0em 0 1em 0;
		padding-bottom: 1em ;
		border-bottom: 1px solid #DDDDDD;
	}


	.itemListBox > div > a > figure > img{
		width: 70%;
		border: 1px solid #DDDDDD;
	}

}

@media screen and (max-width:768px) { 
	.htag{
		background: #01916d;
		color: #FFF;
		font-size: 120%;
		line-height: 180%;
		font-weight: bold;
		margin: 0 0 0.5em 0;
		padding: 0.5em;
		text-align: center;
	}
}

/*	トップページ入力部分
------------------------------------------------*/

/* staffBox　*/
@media screen and (min-width:769px) { 
	.staffBox{
		width: 80%;
		margin: 1em auto;
		padding: 0px;
	}
}

@media screen and (max-width:768px) { 
	.staffBox{
		width: 100%;
		margin: 1em auto;
		padding: 0px;
	}
}

.staffBox figure{
	float: left;
	margin-right: 1em;
}

.staffBox p{
	line-height: 180%;
}


/* otherSite（ベストプライス）*/
@media screen and (min-width:769px) { 
	.otherSite{
		width: 80%;
		background: #DEDEDE;
		padding: 0.5em;
		margin: auto;
		margin-bottom: 2em;
	}

	.otherSite > div{
		padding: 0.3em 0.3em 1em 0.3em;
		background: #FFF;
	}

	.otherSite p{
		text-align: center;
		margin: 1em 0   ;
		font-size: 130%;
		line-height: 240%;
	}


	.otherSite dl{
		text-align: center;
		margin: 1em 0 0 0  ;
	}


	.otherSite dt{
		font-weight: bold;
		font-size: 130%;
		margin: 0 0 1em 0  ;
	}

	.otherSite dd{
		font-size: 100%;
		line-height: 180%;
	}

	.ecicon{
	    width: 100%;
	    margin-bottom: 0.5em;
	    list-style: none;
	    padding: 0;
	    display: flex;
	    flex-wrap: wrap;
	    justify-content:center;
	}

	.ecicon li{
		border: 1px solid #DDDDDD;
		width: 30%;
	    margin: 1em 1.5% 1.5em 1.5%;
	    padding: 0%;
	    /* background: #FFF; */
	    text-align: center;
	}

	.ecicon img{
		width: 70%;
	}

	.ecicon img:hover{
	opacity: 0.5;
		transition: all .3s;
	}

}

@media screen and (max-width:768px) { 
	.otherSite{
		width: 100%;
		background: #DEDEDE;
		padding: 0.5em;
		margin: auto;
		margin-bottom: 2em;
	}

	.otherSite > div{
		padding: 0.3em 0.3em 1em 0.3em;
		background: #FFF;
	}

	.otherSite dl{
		text-align: center;
		margin: 1em 0  ;
	}


	.otherSite dt{
		font-weight: bold;
		font-size: 100%;
		margin: 0 0 1em 0  ;
	}

	.otherSite dd{
		font-size: 100%;
		line-height: 180%;
	}

	.ecicon{
	    width: 100%;
	    display: flex;
	    flex-wrap: wrap;
	    margin-bottom: 0.5em;
	    list-style: none;
	    padding: 0;
	    margin: 1.5em 0;
	}

	.ecicon li{
		border: 1px solid #DDDDDD;
		width: 48%;
	    margin: 1%;
	    padding: 0%;
	    /* background: #FFF; */
	    text-align: center;
	}

	.ecicon img{
		width: 100%;
	}

	.ecicon img:hover{
		opacity: 0.5;
		transition: all .3s;
	}

}

/* flexボックスを活用した4つのボックス */

@media screen and (min-width:769px) { 
	.flexBox4{
		width: 100%;
		margin: auto;
		padding: 0 0 1em 0em;
		display: flex;
		flex-wrap: wrap;
		/*background: #EEEEEE;*/
	}

	.flexBox4 > div{
		width: 25%;
		margin: 0%;
		padding: 1em;
		text-align: center;
	}

	.flexBox4 > div > a > figure,
	.flexBox4 > div > figure {
		text-align: center;
		margin-bottom: 1em;
	}

	.flexBox4 > div > a > figure > img,
	.flexBox4 > div > figure > img{
		text-align: center;
		width: 100%;
	}

	.flexBox dl{
		margin-bottom: 1em;
	}

	.flexBox4 dt{
		letter-spacing: -1px;
		font-weight: bold;
		font-size: 120%;
		margin-bottom: 1em;
	}

	.flexBox4 dd{
		font-size: 90%;
		line-height: 180%;
		margin: auto;
		text-align: left;
	}
}

@media screen and (max-width:768px) {
	.flexBox4{
		width: 100%;
		margin: auto;
		padding: 0 0 1em 0em;
		display: flex;
		flex-wrap: wrap;
		/*background: #EEEEEE;*/
	}

	.flexBox4 > div{
		width: 50%;
		margin: 0%;
		padding: 0.5em;
		text-align: center;
	}

	.flexBox4 > div > a > figure,
	.flexBox4 > div > figure {
		text-align: center;
		margin-bottom: 1em;
	}

	.flexBox4 > div > a > figure > img,
	.flexBox4 > div > figure > img{
		text-align: center;
		width: 100%;
	}

	.flexBox dl{
		margin-bottom: 1em;
	}

	.flexBox4 dt{
		letter-spacing: -1px;
		font-weight: bold;
		font-size: 110%;
		margin-bottom: 1em;
	}

	.flexBox4 dd{
		font-size: 90%;
		line-height: 180%;
		margin: auto;
		text-align: left;
	}
}

/*　よくある質問
----------------------------------------------------------------*/

@media screen and (min-width:769px) {
	#topfaq{
		background: #FFF;
		width: 800px;
		margin: auto;
		padding: 20px;
	}
}

@media screen and (max-width:768px) {
	#topfaq{
		background: #FFF;
		width: 100%;
		margin: auto;
		padding: 0;
	}
}

#topfaq dl{
	font-size: 100%;
}
#topfaq dt{
	padding: 10px;
	color: #0377be;
	background: #bae5ff;
	font-weight: bold;
}

#topfaq dd{
	line-height: 240%;
	padding: 20px;
}


#topfaq dt::before {
    content: "Q:" ;
    margin-right: 10px;
}

#topfaq dd::before {
    content: "A:" ;
    color: #990000;
    margin-right: 10px;
}

/* 検索バーの調整 */
.ec-headerSearch__keyword > .ec-input{
	padding: 0;
}

/* カートの送料無料部分 */
.cart_massage{
	width: 100%;
}

.ec-cart_massage div{
	color: #F00;
	font-weight: bold;
	text-align: center;
    background: #efbfc6;
    border: 5px solid #e76471;
    padding: 0.5em;
    margin: 1em;
	min-width: 80%;
}

/* 支払方法のボックス 
------------------------------------------------*/
#customer_detail_box,
.ec-input,
#coupon_button{
	padding: 0.5em;
}

@media screen and (min-width:769px) { 
	.ec-radio{
		width: 100%;
		margin: auto;
		padding: 1em 0 1em 0em;
		display: flex;
		flex-wrap: wrap;
		/*background: #EEEEEE;*/
	}

	.ec-radio > div{
		width: 33%;
		margin: 0%;
		padding: 0.5em;
		text-align: center;
	}

	.ec-radio > div > a > figure,
	.ec-radio > div > figure {
		text-align: center;
		margin-bottom: 1em;
	}

	.ec-radio > div > label {
		text-align: center;
	}

	.ec-radio > div > a > figure > img,
	.ec-radio > div > figure > img,
	.ec-radio > div > p > img{
		text-align: center;
		width: 100%;
		border: 1px solid red;
	}

	.flexBox dl{
		margin-bottom: 1em;
	}

	.ec-radio dt{
		letter-spacing: -1px;
		font-weight: bold;
		font-size: 120%;
		margin-bottom: 1em;
	}

	.ec-radio dd{
		font-size: 90%;
		line-height: 180%;
		margin: auto;
		text-align: left;
	}

}

@media screen and (max-width:768px) {
	.ec-radio{
		width: 100%;
		margin: auto;
		padding: 0 0 1em 0em;
		display: flex;
		flex-wrap: wrap;
		/*background: #EEEEEE;*/
	}

	.ec-radio > div{
		width: 50%;
		margin: 0%;
		padding: 0.5em;
		text-align: center;
	}

	.ec-radio > div > a > figure,
	.ec-radio > div > figure {
		text-align: center;
		margin-bottom: 1em;
	}

	.ec-radio > div > a > figure > img,
	.ec-radio > div > figure > img{
		text-align: center;
		width: 100%;
	}

	.flexBox dl{
		margin-bottom: 1em;
	}

	.ec-radio dt{
		letter-spacing: -1px;
		font-weight: bold;
		font-size: 110%;
		margin-bottom: 1em;
	}

	.ec-radio dd{
		font-size: 90%;
		line-height: 180%;
		margin: auto;
		text-align: left;
	}
}





/*	
------------------------------------------------*/


/*マーカーアニメーション*/
 
.marker-animation.active{
    background-position: -100% .5em;
}
 
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,250,0) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,250,0) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,250,0) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,250,0) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,250,0) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 1s ease;
    font-weight: bold;
}







/* カスタマイズ用CSS */

.red{
    color: #FF0000;
}

.ec-headingTitle{
    color: #111111;
    line-height: 150%
}

.ec-productRole__description p{
    padding: 0;
    margin-bottom: 1em;
    line-height: 180%
}

/*	商品詳細のリストタグ(DW10)
------------------------------------------------------*/
dl.dw10Detail{
	border: 5px solid #DDD;
	padding: 0.5em;
	margin-bottom: 1em;
}

dl.dw10Detail dt{
	background: #01916d;
	color: #FFF;
	font-size: 140%;
	margin-bottom: 1em;
	text-align: center;
	line-height: 240%;
}

dl.dw10Detail dd > ul{
	margin: 0;
	padding: 0.5em;
	list-style: none;
}

dl.dw10Detail dd > ul > li{
	margin: 0;
	padding: 0;
	font-size: 90%;
}

dl.dw10Detail dd > ul > li:last-child{
	margin-bottom: 1em;
}

/*	SDWL727A
------------------------------------------------------*/
dl.SDWL727A{
	border: 5px solid #DDD;
	padding: 0.5em;
	margin-bottom: 1em;
}

dl.SDWL727A dl{
	margin-bottom: 1em;
}


dl.SDWL727A dt{
	color: #bf1000;
	font-size: 120%;
	margin-bottom: 1%;
	text-align: center;
	line-height: 180%;
}


dl.SDWL727A dd{
	font-size: 90%;
}

dl.SDWL727A dd > ul{
	margin: 0;
	padding: 0.5em;
	list-style: none;
}

dl.SDWL727A dd > ul > li{
	margin: 0;
	padding: 0;
	font-size: 80%;
}

dl.SDWL727A dd > ul > li:last-child{
	margin-bottom: 1em;
}

dl.SDWL727A a.rakuten{
	margin-top: 1em;
	display: block;
	background-color: #bf1000;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding: 1em;
}

dl.SDWL727A a.amazon{
	margin-top: 1em;
	display: block;
	background-color: #ffb400;
	color: #000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding: 1em;
}

dl.SDWL727A a:hover{
	background-color: #ddb389;
	transition: 0.5s;
}

.ec-productRole .ec-productRole__btn{
	width: 100%;
}

dl.SDWL727A > dd > div{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

dl.SDWL727A > dd > div > a{
	width: 49%;
	margin: 0.5%;
}

/*	ダウンロードボタン
---------------------------------------------------------*/
#dlButton{
	margin: 0.5em 0 1em 0;
	text-align: center;
}

#dlButton p{
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}


#dlButton a{
	max-width: 700px;
	height: 90px;
	border-radius: 45px;
	background: #00ae35;
	text-decoration: none;
	display: block;
	margin: auto;
}

#dlButton a:hover{
	background: #CC0000;
	opacity: 1;
	transition: 0.5s;
}

#dlButton a > dl{
	margin: 0;
	padding: 0.5em 0;
	color: #FFF;
}

#dlButton dt{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 16px;
		line-height: 100%;
	margin: 0.5em 0 1em 0 ;
}

#dlButton dd{
  font-family: "Roboto Mono", monospace;
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
}


/*	メインビジュアル（暫定）
------------------------------------------------------*/
@media screen and (min-width:1025px) {
#mv{
	width: 100%;
	height: 600px;
	margin: auto;
	background: #FFF;
	background-image:url('/images/main_bg.jpg');
	margin-bottom: 1em;
}

#campaign{
	width: 100%;
	height: 600px;
	margin: auto;
	background: #FFF;
	background-image:url('/images/campaign/main_bg.jpg');
	margin-bottom: 1em;
}
}

@media screen and (max-width:1024px) {
#mv,#campaign{
	display: none;
}
}


/* スライダー開始 */
#container {
	width: 100%;
	height: 600px;
	margin: 0;
	padding: 0;
	background: #FFF;
}

.slideBox{
	width: 1200px;
	margin: auto;
}




/*	汎用ボックス
------------------------------------------------------*/

/* PC画面 */
@media screen and (min-width:1120px) {
	.kihonBox{
		width: 1120px;
		margin: auto;
		padding: 0em;
	}
	
	.kihonBox p{
		font-size: 120%;
		line-height: 180%;
	}
	
}
/* それ以外 */
@media screen and (max-width:1119px) {
	.kihonBox{
		width: 100%;
		padding: 0 1em;
	}
}

/*	レスポンシブ設定
------------------------------------------------------*/


.width100,
.width100sp{
		width: 100%;
}

@media screen and (min-width:1025px) {
	.pc,
	.tab{
	    display: block;
	}

	.sp{
	    display: none;
	}

	.brno{
		display: none;
	}

	.spbrno{
		display:block;
	}
}


/*
@media screen and (max-width:1024px) {
	.pcArea{
		display: none;
	}
}
*/

@media screen and (max-width:1024px) {
	#mv,
	.pc{
	    display: none;
	}

	.tab,
	.sp{
	    display: block;
	}

	.lum-img{
		width: 100%;
	}

	.brno{
		/*display: none;*/
	}

	.spbrno{
		display:none 
	}
}


/* --------------------------------

	ヘッダー(header_tk)
	PC,spで条件分岐する
	
------------------------------- */

/* PC画面 */
@media screen and (min-width:1025px) {

	.ec-headerNaviRole {
	    padding-bottom: 1em;
	}

	header,
	header#spHeader{
		/*position: absolute;
	    height: 125px;
		*/
		width: 100%;
		background: #edebe2;
		padding: 0;
		margin: 0;
	}

	header#spHeader{
		margin-bottom: 1em;	
	}

	header h1{
		color: #3c210c;
		font-size: 80%;
		line-height: 100%;
		margin: 0 0 1em 0;
		padding: 0;
	}

	header > div{
		width: 1120px;
		margin: 0 auto;
		padding: 20px 0;
	}

	header#spHeader > div{
		width: 100%;
		margin: 0.5em 0;
		text-align: center;
	}

	.headerLogo{
		margin: 0px 10px 0 0px;
		padding: 0;
		float: left;
	}

	.floatL{
		float: left;
		margin-right: 10px;
		/*border: 1px solid #F00;*/
	}


	.headerTel{
		float: left;
		margin-right: 10px;
		/*border: 1px solid #F00;*/
	}

	.headerPayment{
		float: left;
		margin-right: 10px;
		/*border: 1px solid #F00;*/
	}

	header > div > nav > ul,
	header > div > nav > ul > li > ul{
	    list-style:none;
	    margin: 0;
	    padding: 0; 
	}

	header > div > nav > ul > li > ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
	header > div > nav > ul > li > ul > li{
        width: 33%;
	}

	/* カート部分などのpadding 打ち消し */
	.ec-headerNaviRole{
		padding-top: 0;
	}
}

/* 1024以下対策 */
@media screen and (max-width:1024px) {

	.ec-headerNaviRole {
	    padding-bottom: 1em;
	}

	header,
	header#spHeader{
		/*position: absolute;
	    max-height: 125px;
		*/
		width: 100%;
		background: #edebe2;
		padding: 0;
		margin: 0;
	}

	header#spHeader{
		margin-bottom: 0em;	
	}

	header h1{
		display: none;
		color: #3c210c;
		font-size: 100%;
		line-height: 100%;
		margin: 0 0 1.5em 0;
		padding: 0;
	}

	header > div{
		width: 100%;
		margin: 0 auto;
		padding: 20px 0;
	}

	header#spHeader > div{
		width: 100%;
		text-align: center;
	}

	.headerLogo{
		margin: 0px 25px 0 5px;
		padding: 0;
		float: none;
		text-align: center;
	}


	.floatL{
		float: left;
		margin-right: 20px;
		/*border: 1px solid #F00;*/
	}


	.headerTel{
		display: none;
		margin-right: 20px;
		/*border: 1px solid #F00;*/
	}

	.headerPayment{
		display: none;
		margin-right: 10px;
		/*border: 1px solid #F00;*/
	}

	header nav{
		display: none;
	}

	header > div > nav > ul{
	    list-style:none;
	    margin: 0;
	    padding: 0; 
	}

	/* カート部分などのpadding 打ち消し */
	.ec-headerNaviRole{
		padding-top: 0;
	}
}


/* --------------------------------
	フッター（暫定）
------------------------------- 
@media screen and (min-width:769px) {
.ec-footerRole{
    margin-top: 5em;
}
}

@media screen and (max-width:768px) {
.ec-footerRole{
    margin-top: 3em;
}
}*/

.ec-footerRole{
    margin-top: 0em;
}


/* --------------------------------

	お支払いについて(payment)
	PC,spで条件分岐する
	
------------------------------- */
#payment{
	letter-spacing: -1px;
	font-size: 100%;
	line-height: 180%;
	color: #FFFFFF;
	background: #01916d;
	margin: 1em 0 0 0 0;
}

@media screen and (min-width:769px) {
#payment{
    margin-top: 5em;
}
}

@media screen and (max-width:768px) {
#payment{
    margin-top: 3em;
}
}


#payment ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

@media screen and (min-width:1025px) {
/*pc用のcssを記述*/
	#payment > div {
			width: 1200px;
			margin: auto;
		padding: 1em 0 0 0;
		/*background: #FFF;*/
		display: flex;
		flex-wrap: wrap;
	}

	#payment > div > div{
		width: 33.3333%;
		padding: 1em;
		/*background: #f5f4f2;*/
		text-align: left;
	}
}


@media screen and (max-width:1024px) {
/*タブレット用のcssを記述*/
	#payment > div {
		width: 100%;
		margin: auto;
		padding: 1em 0 0 0;
		/*background: #FFF;*/
		display: flex;
		flex-wrap: wrap;
	}
	#payment > div > div{
		width: 100%;
		padding: 1em;
		/*background: #f5f4f2;*/
		text-align: left;
	}
}



/* flexBoxを使った方法で利用 */


#payment dl{
	margin-bottom: 2em;
}


#payment > div > div > h2,
#payment dt{
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #DDDDDD;
	font-weight: bold;
	margin-bottom: 0.5em;
	letter-spacing: -1px;
}

#payment ul{
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

#payment ul li:before {
	content: '■'; /* ←ここにリストマーカーにしたい文字列を設定 */
	margin-left:-0em; /* 3文字分、左に寄せる */
}


#payment li{
	color: #FFF;
	margin: 0 0 0.5em 0;
}

#payment dd > p,
#payment dd > span,
#payment > div > div > p{
    margin-bottom: 0.5em;
    line-height: 180%;
}


#payment dd,
#payment dd > ul > li{
	color: #FFF;
        line-height: 180%;
}



/*	.toiawase 問い合わせフッター
------------------------------------------------------*/

/* PC画面 */
@media screen and (min-width:1120px) {

	#toiawaseArea{
		margin: 50px 0 0 0;
	}

	#toiawase{
		width: 840px;
		margin: 0em auto;
	}

	#toiawaseL{
		float: left;
		width: 400px;
		padding: 0;
	}

	#toiawaseR{
		float: right;
		width: 400px;
		padding: 0;
	}

	#toiawaseR ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}
}



/* それ以外 */
@media screen and (max-width:1119px) {

	#toiawaseArea{
		margin: 50px 0 0 0;
	}

	#toiawase{
		width: 100%;
		margin: 0em auto;
	}

	#toiawaseL{
		float: none;
		width: 100%;
		padding: 0;
		text-align:center;
	}

	#toiawaseR{
		display:none;
		float: none;
		width: 400px;
		padding: 0;
	}

	#toiawaseR ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}
}



/* --------------------------------
	会社概要
------------------------------- */
table.outline {
	display: block;
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 1em 0 50px 0;
}

table.outline th,
table.outline td,
table.outline p,
table.outline li,
table.outline ul,
table.outline dl,
table.outline dt,
table.outline dd{
    line-height: 180%;
}

table.outline th {
    padding: 1em;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    text-align: center;
    line-height: 180%;
	width: 30%;
}

table.outline td {
    line-height: 180%;
    padding: 1em;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}

table.outline td > img{
	margin: 0;
	padding: 0.5em 0;
	line-height: 240%;
	width: auto;
	max-width: 100%;
}

table.outline ul{
	list-style: none;
}

table.outline dt{
	margin-bottom: 0.5em;
}

table.outline dt:last-child{
	margin: 0;
}

table.outline dd{
	margin: 0.5em 1em;
}

table.outline p{
	margin: 1em 0 0 0;
}

table.outline ul{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}

table.outline ul li:before {
	content: '・'; /* ←ここにリストマーカーにしたい文字列を設定 */
	margin-left:-0em; /* 3文字分、左に寄せる */
}


table.outline li{
	margin: 0 0 0.5em 0;
}

table.outline li:last-child{
	margin: 0 0 0em 0;
}

/* --------------------------------
	プライバシー
------------------------------- */
.privacyPolicy p{
	margin-bottom: 1em;
}

.privacyPolicy p:last-child{
	margin-bottom: 0;
}

.privacyPolicy ul{
	margin: 1.5em;
	padding: 0 1em;
}


/* --------------------------------
	納品実績
------------------------------- */
@media screen and (min-width:799px) {

	.wrappingList{
		width: 1100px;
		margin: auto;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
	}

	.wrappingList > div{
		width: 20%;
		margin: 0%;
		padding: 1em;
		background: #FFF;
		text-align: left;
	}

	.wrappingList > div > div{
		padding: 0.5em;
	}


	.wrappingList > div > figure > a > img,
	.wrappingList > div > figure > img{
		width: 100%;
		text-align: center;
		margin-bottom: 1em;
	}

	.wrappingList > div > figure a > img:hover{
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
		transition: all .3s;
	}


	.wrappingList p{
		text-align: center;
		font-size: 100%;
		letter-spacing: -1px;
		margin-bottom: 0.5em;
	}
}

@media screen and (max-width:1023px) {

	.wrappingList{
		width: 100%;
		margin: auto;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
	}

	.wrappingList > div{
		width: 25%;
		margin: 0%;
		padding: 1em;
		background: #FFF;
		text-align: left;
	}

	.wrappingList > div > div{
		padding: 0.5em;
	}


	.wrappingList > div > figure > a > img,
	.wrappingList > div > figure > img{
		width: 100%;
		text-align: center;
		margin-bottom: 1em;
	}

	.wrappingList > div > figure a > img:hover{
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
		transition: all .3s;
	}


	.wrappingList p{
		text-align: center;
		font-size: 100%;
		letter-spacing: -1px;
		margin-bottom: 0.5em;
	}
}

@media screen and (max-width:798px) {

	.wrappingList{
		width: 100%;
		margin: auto;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
	}

	.wrappingList > div{
		width: 33%;
		margin: 0%;
		padding: 1em;
		background: #FFF;
		text-align: left;
	}

	.wrappingList > div > div{
		padding: 0.5em;
	}


	.wrappingList > div > figure > a > img,
	.wrappingList > div > figure > img{
		width: 100%;
		text-align: center;
		margin-bottom: 1em;
	}

	.wrappingList > div > figure a > img:hover{
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
		transition: all .3s;
	}


	.wrappingList p{
		text-align: center;
		font-size: 100%;
		letter-spacing: -1px;
		margin-bottom: 0.5em;
	}
}


@media screen and (max-width:767px) {

	.wrappingList{
		width: 100%;
		margin: auto;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
	}

	.wrappingList > div{
		width: 50%;
		margin: 0%;
		padding: 1em;
		background: #FFF;
		text-align: left;
	}

	.wrappingList > div > div{
		padding: 0.5em;
	}


	.wrappingList > div > figure > a > img,
	.wrappingList > div > figure > img{
		width: 100%;
		text-align: center;
		margin-bottom: 1em;
	}

	.wrappingList > div > figure a > img:hover{
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
		transition: all .3s;
	}


	.wrappingList p{
		text-align: center;
		font-size: 100%;
		letter-spacing: -1px;
		margin-bottom: 0.5em;
	}
}

/* --------------------------------
	見出しタグについて
------------------------------- */

.ec-pageHeader h1{
	margin:0;
	padding:0;
}

.ec-pageHeader > h1,
h1.title,
.title{
	padding: 0;
	color:#111111;
	background: url(/images/title.png) top center no-repeat;
    text-align: center;
	margin: 0.5em 0;
	font-weight: 700;
	letter-spacing: -1px;
	font-family: Yu Gothic, Meiryo, sans-serif;
	border: 0;
}


@media screen and (min-width:798px) {
.ec-pageHeader h1,
	h1.title,
	.title{
	margin: 1em 0 0 0;
	padding: 1em 0 0.5em 0;
	font-size: 4rem;
	line-height: 180%;
	}
}

@media screen and (max-width:798px) {
.ec-pageHeader > h1,
	h1.title,
	.title{
	padding: 1.5em 0 0.5em 0;
	font-size: 3rem;
	line-height: 150%;
	}
}

.titleBg{
	/* brandHikakuに別設定あり */
	background: url(/images/title.png) top center no-repeat;
    text-align: center;
    padding: 45px 0 25px 0;
}







/* --------------------------------
	お届け先リストについて
------------------------------- */

/* お届け先一覧 */
.ec-addressList__address > div{
    margin-bottom: 0.5em;
}

/* 購入履歴のお届け先のボックス */
.otodokeBox{
    border: 1px solid #dddddd;
    background: #FFF;
    line-height: 180%;
    padding: 0em;
    padding: 1em;
    margin: 1em 0;
}

.otodokeBox h3{
    font-weight: bold;
    font-size: 120%
}


/* --------------------------------
	基本CSS
------------------------------- */
.ec-role{
    max-width: 1200px;
    margin-bottom: 1em;
    line-height: 180%
}

.ec-off1Grid{
	display:block;
}
.ec-role,
.ec-layoutRole__main,
.ec-productRole,
.ec-off1Grid__cell{
	color: #111111;
}

.ec-productRole{
	padding: 1em;
}

body{
	color: #111111;
    font-family: Yu Gothic, Meiryo, sans-serif;
    margin:0;
    padding:0;
    border:0;
    outline:0;
    line-height: 180%;
    vertical-align:baseline;
    background:transparent;
}



/* カスタマイズ用CSS */
.underLine{
	background: linear-gradient(transparent 70%, #FFFF00 70%)
}
.bgWhite{	background: #FFF;}
.bold{ font-weight:700;}
.textC{text-align:center;}
.textR{text-align:right;}
.mini{  font-size: 80%;}
.black{ color:#000;}
.red{ color: #F00;}
.redbold{ color: #F00; font-weight: bold;}
.yellowbold{ color: #FF0; font-weight: bold;}
.enji{ color: #c00;}
.p10{ padding: 1em;}
.m10{ margin: 1em;}
.p05{ padding: 0.5em;}
.l180{  line-height: 180%;}
.mb10{  margin-bottom: 1em;}
.bgred{
    background: #F00;
    color: #FFF;
    padding: 0.5em;
}
.bgGray{	background: #edebe2;}



.ec-blockBtn--action load-overlay{
    margin: 1em 0;
}


/*注文画面・確認画面部分*/
.tatefudaBox,
.soumuBoxdiv,
.haisou_jouhou,
.ec-orderAccount__account,
.ec-orderDelivery__item,
.ec-blockRadio{
    padding: 1em;
    line-height: 180%;
    /*border: 1px solid #F00;*/
}


.ec-definitions,
.ec-orderDelivery__title,
.ec-orderDelivery__item,
.ec-orderDelivery__address,
.ec-orderPayment p,
.ec-orderConfirm p{
    padding: unset;
    padding: 0.5em;
}

.ec-definitions--soft,
.ec-orderMail > div{
    padding: 0 0.5em
}




/* --------------------------------
	自動出力の非表示化
------------------------------- */
#tabacustomfields_shopping_confirm,
#tabacustomfields_shopping_index,
.tabacustomfields{
    border: 1px solid #F00;
    display: none;
}

/* --------------------------------
	総務ボックス
------------------------------- */
#soumuBox{
    margin: 1em 0;
    padding: 1em;
    background: #dbe3fb;
    border: 1px #949ebd solid
}

#soumuBox dt{
    font-size: 120%;
    margin-bottom: 0 0 1em 0;
}

#soumuBox dd{
    margin: 0.5em;
    line-height: 180%
}

/* --------------------------------
	立て札ボックス
------------------------------- */
#tatefudaBox{
    margin: 1em 0;
    padding: 1em;
    background: #f8d6bd;
    border: 1px #904000 solid
}

#tatefudaBox dt{
    font-size: 120%;
    margin-bottom: 0 0 1em 0;
}

#tatefudaBox dd{
    margin: 0.5em;
    line-height: 180%
}



/* --------------------------------
	商品リスト・商品詳細共通
------------------------------- */
.catchCopy{
	font-weight:700;
	color: #C00;
    letter-spacing: -1px;
}


@media screen and (min-width:799px) {
	.catchCopy{	font-size: 120%;}
}
@media screen and (max-width:798px) {
	.catchCopy{	font-size: 100%;}
}

.price02-default,
.ec-price{
	margin: 0.5em 0;
	text-align: right;
    line-height: 100%;
    font-family: 'Roboto', Yu Gothic, sans-serif;
    letter-spacing: -1px;
    color: #960000;
    font-weight: bold;
}

.ec-price > span.ec-price__price{
	text-align: right;
    line-height: 100%;
    font-family: 'Roboto', Yu Gothic, sans-serif;
    letter-spacing: -1px;
}

@media screen and (min-width:799px) {
	.price02-default,
	.ec-price > span.ec-price__price{	font-size: 180%;}
}
@media screen and (max-width:798px) {
	.price02-default,
	.ec-price > span.ec-price__price{
		font-size: 150%;
	}
}



/* --------------------------------
	商品リスト
------------------------------- */
/* 商品リスト部分 */

li.ec-shelfGrid__item > a > p{
    margin-bottom: 0.5em
}

p.price02-default > span{
    font-size: 80%
}


/* --------------------------------
	商品詳細
------------------------------- */
/* タイトル部分 */
h2.ec-headingTitle {
    color: #000;
    line-height: 180%;
    letter-spacing: -2px;
    font-weight: 700;
}

/* --------------------------------
	注意事項
------------------------------- */
.attention{
	padding: 1em;
	background: #ffcccc;
	margin: 1.5em 0;
	border: 1px solid #F00;
}

.attention dl{
	margin: 0;
	padding: 0;
	line-height: 180%
}

.attention dt{
	font-size: 110%;
	color: #990000;
	font-weight: bold;
    margin-bottom: 0.5em;
    
}

.attention dd{
    font-weight: bold;
    font-size: 90%;
    color: #111111;
	margin: 0;
	padding: 0;
	line-height: 180%
}

.attention p:last-child{
	margin: 0;
}


/* --------------------------------
	Theme CSS for EC-CUBE 3
-------------------------------- */
/* main部分 テーブル*/
table.freeoutline{
    margin: 10px 0;
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.freeoutline th {
    padding: 10px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #DDDDDD;
    line-height: 120%;
    text-align: center;
}
table.freeoutline td {
    padding: 10px;
    border: 1px #E3E3E3 solid;
    background: #EEEEEE;
    border-width: 0 0 1px 1px;
    text-align: left;
}

table.freeoutline tr:nth-child(even) td {
    background: #fff;
}

table.freeoutline .ec-imageGrid{
    border: 0;
}

.kana{
    font-size: 80%;
}







/*	ページ基本設定
------------------------------------------------------*/
div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure{
	font-family: Yu Gothic, Meiryo, sans-serif;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	line-height: 180%;
	background:transparent;
}

p{
	margin-bottom: 1em;
}

figure{
	margin: 0;
	padding: 0;
}

/*	padding / margin / br
-----------------------------------------------------*/
.br2{margin-bottom: 1em;}
.br3{margin-bottom: 1.5em;}
.br4{margin-bottom: 2em;}
.br5{margin-bottom: 2.5em;}

.width10{width: 10%;}
.width15{width: 15%;}
.width20{width: 20%;}
.width25{width: 25%;}
.width30{width: 30%;}
.width40{width: 40%;}
.width50{width: 50%;}
.width60{width: 60%;}
.width70{width: 70%;}
.width80{width: 80%;}
.width90{width: 90%;}
.width100{width: 100%;}

.width10auto{width: 10%; margin: auto;}
.width20auto{width: 20%; margin: auto;}
.width25auto{width: 25%; margin: auto;}
.width30auto{width: 30%; margin: auto;}
.width40auto{width: 40%; margin: auto;}
.width50auto{width: 50%; margin: auto;}
.width60auto{width: 60%; margin: auto;}
.width70auto{width: 70%; margin: auto;}
.width80auto{width: 80%; margin: auto;}
.width90auto{width: 90%; margin: auto;}


.bgfocus{ background: #fafad6;}

.font80,.mini{font-size: 80%;}
.font90{font-size: 90%;}
.font120{font-size: 120%;}
.font130{font-size: 130%;}
.font140{font-size: 140%;}
.font150{font-size: 150%;}
.font180{font-size: 180%;}
.font200{font-size: 200%;}
.font240{font-size: 240%;}

img.width100{
		width: 100%;
}

/*	保管庫
--------------------------------------------------------
/*
.ec-mypageRole .ec-pageHeader h1{
padding: 0;
}
*/
/*　領収書
----------------------------------------------------------------*/

@media screen and (min-width:769px) {
	#reciptBox{
		background: #FFF;
		width: 800px;
		margin: auto;
		padding: 20px;
	}
}

@media screen and (max-width:768px) {
	#reciptBox{
		background: #FFF;
		width: 100%;
		margin: auto;
		padding: 0;
	}
}

#reciptBox dl{
	font-size: 100%;
}
#reciptBox dt{
	padding: 10px;
	color: #0377be;
	background: #bae5ff;
	font-weight: bold;
}

#reciptBox dd{
	line-height: 240%;
	padding: 20px;
}





/*	#brandHikaku
------------------------------------------------------*/
#brandHikaku p{
		text-align: center;
		padding: 0;
		margin:  0;
		font-size: 120%;
		line-height: 180%;
}

#brandHikaku figure{
	width: 100%;
	text-align: center;
	margin-bottom: 1em;

}

/* PC画面 */
@media screen and (min-width:1025px) {
	.brandHikakuBox{
		width: 100%;
		min-height: 675px;
		padding: 50px 0;
		margin: 0;
		/*background-attachment: fixed;*/
		background-size: cover;
		background-position: center;
		background-image: url(/html/user_data/assets/upload/brandHikaku_bg.jpg);
	}

	#brandHikaku{
	width: 1100px;
	margin: auto;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 1.5em 1.5em 2em 1.5em;
	}

	#brandHikaku > dl >  dd > p{
		padding: 0;
		margin:  0 0 1em 0;
		font-size: 120%;
		line-height: 180%;
	}

}


/* スマホ・タブレット対策（1024px以下） */
@media screen and (max-width:1024px) {
	.brandHikakuBox{
		width: 100%;
		min-height: 675px;
		padding: 1em;
		margin: 3em 0;
		/*background-attachment: fixed;*/
		background-size: cover;
		background-position: center;
		background-image: url(/html/user_data/assets/upload/brandHikaku_bg.jpg);
	}

	#brandHikaku{
	width: 100%;
	margin: auto;
	background: #FFFFFF;
	border-radius: 10px;
	margin:0;
	padding: 1em;
	}

	#brandHikaku > dl >  dd > p{
		padding: 0;
		margin:  0 0 0.25em 0;
		font-size: 120%;
		line-height: 200%;
	}

}

@media screen and (max-width:768px) {
	#brandHikaku > dl >  dd > p{
		font-size: 100%;
		text-align: left;
	}
}



#brandHikaku h3{
	padding: 0;
	margin:  1em 0;
	font-weight: 700;
	font-size: 180%;
	line-height: 150%;
	letter-spacing: -2px;
}

#brandHikaku > dl{
	text-align: center;
	margin: 1.5em 0 0 0;
}


#brandHikaku > dl > dt{
	padding: 0;
	margin-bottom:  1em;
	font-weight: 700;
	font-size: 150%;
	line-height: 150%;
}


/* --------------------------------
	.titleBg dlタグにおける調整
	スマホサイズは左寄せにする
------------------------------- */


.hikakuTable{
	font-size: 120%;
	width: 100%;
	border-collapse: collapse;
	border-right: 1px solid #dddddd;
	margin-bottom: 2em;
}

.hikakuTable th,
.hikakuTable td{
	padding: 1em;
}

.hikakuTable thead th{
	padding: 0.5em;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: #dddddd;
}


.hikakuTable thead th:last-child {
	background: #960000;
	color: #FFF;
	border-right: 1px solid #dddddd;
}

.hikakuTable tbody th {
	vertical-align: top;
	border-bottom: 1px solid #ffffff;
	background: #dddddd;
	white-space: nowrap;
	vertical-align: middle;
}

.hikakuTable tbody th:last-child {
	border-bottom: 1px solid #dddddd;
}


.hikakuTable tbody td {
	/*vertical-align: top;*/
		vertical-align: middle;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	background: #ffffff;
}

.hikakuTable tbody td dd{
	font-size: 80%;
	color: #960000;
}


.hikakuTable tbody td:nth-of-type(5) {
	font-weight: bold;
	background: #fcf7e2;
}

.tablePrice{
	text-align: right;
	font-size: 150%;
	font-family: 'Roboto', sans-serif;
	color: #960000;
}

.tablePrice:first-letter{
	font-weight: normal;
	font-size: 80%;
	margin-right: 0.25em;
	color: #000;
}


/* appealBox */

.appealBox{
	width: 100%;
    margin: auto;
    padding: 0em 0;
    /* background: #FFF; */
    display: flex;
    flex-wrap: wrap;
}

/* PC画面 */
@media screen and (min-width:900px) {
	.appealBox> div{
		width: 24%;
		margin: 0.5%;
		padding: 1em;
		/*background: #f5f4f2;*/
		text-align: left;
		background: #DFC57E;
	}
}
/* ipadPro対策 */
@media screen and (max-width:899px) {
	.appealBox> div{
		width: 48%;
		margin: 0.5%;
		padding: 1em;
		/*background: #f5f4f2;*/
		text-align: left;
		background: #DFC57E;
	}
}


/* スマホ対策 */
@media screen and (max-width:501px) {
	.appealBox> div{
		width: 98%;
		margin: 0.5%;
		padding: 1em;
		/*background: #f5f4f2;*/
		text-align: left;
		background: #DFC57E;
	}
}


.appealBox img{
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
}

.appealBox dl{
	margin: 1.5em 0 0 0;
}

.appealBox dl > dt{
	text-align: center;
	padding: 0;
	font-size: 120%;
	line-height: 150%;
	margin-bottom:  1em;
	font-weight: 700;
}

.appealBox dl >  dd{
	text-align: left;
	padding: 0;
	margin:  0;
	font-size: 100%;
	line-height: 180%;
}


/*	#faq（よくある質問）
------------------------------------------------------*/
#guideFaq dl{
	font-size: 100%;

}

#guideFaq dt{
	font-size: 110%;
	padding: 0.5em;
	color: #41210D;
	background: #DFC57E;
	font-weight: bold;
}

#guideFaq dd{
	font-size: 100%;
	padding: 0.5em 1em;
	margin-bottom: 1.5em;
}


#guideFaq dt::before {
    content: "Q:" ;
    margin-right: 0.5em;
}

#guideFaq dd::before {
    content: "A:" ;
    color: #41210D;
    margin-right: 0.5em;
}

/*	商品リスト
------------------------------------------------------*/
@media screen and (min-width:769px) {

.pageBox{
	width: 1200px;
	margin: auto;
}

.pageBox > p{
	padding: 0 1em;
}


.itemListBox,
.kanren {
    width: 1200px;
    margin: auto;
    padding: 1em 0 ;
    display: flex;
    flex-wrap: wrap;
}

.itemListBox:last-child{
	padding: 1em 0 2.5em 0;
}

.itemListBox > div,
.kanren > div{
	width: 24%;
	margin: 0.5%;
	border: 1px solid #dddddd;
	box-sizing: border-box;
	padding: 1em;
}

/* リンク関連 */
.kanren a,
.itemListBox a{
	color: #005fc0;
	text-decoration: none;
	cursor: pointer;
}

.kanren a:hover,
.itemListBox a:hover{
	color: #d9534f;
	text-decoration: underline;
}

/* 画像関連 */
.kanren > div > a > figure,
.itemListBox > div > a > figure {
	text-align: center;
	margin: 0em 0 1em 0;
	padding-bottom: 1em ;
	border-bottom: 1px solid #DDDDDD;
}

.kanren > div > a > figure > img,
.itemListBox > div > a > figure > img{
	width: 70%;
	border: 1px solid #DDDDDD;
}

.kanren a img:hover,
.itemListBox a img:hover{
	opacity: 0.8;
	transition: all .2s;
}

/* dl関連 */
.kanren dl,
.itemListBox dl{
	margin-bottom: 1em;
    letter-spacing: -1px;
	line-height: 150%;
}

.kanren dt,
.itemListBox dt{
	font-size: 100%;
	margin-bottom: 0em;
}

.kanren dt,
.itemListBox dd{
	font-size: 100%;
	font-weight: bold;
}

.kanren p,
.itemListBox p{
	margin-bottom: 0.5em;
}

.itemListPirce{
	vertical-align: baseline;
	color: #CC0000;
	font-size: 180%;
	line-height: 180%;
	padding: 0em 0 0 0;
	font-weight: bold;
	margin: 0em;
}

}

@media screen and (max-width:768px) {

.pageBox{
	width: 100%;
	margin: auto;
}

.pageBox > p{
	padding: 0 1em;
}



.itemListBox,
.kanren {
    width: 100%;
    margin: auto;
    padding: 0.5em;
    display: flex;
    flex-wrap: wrap;
}

.itemListBox > div,
.kanren > div{
	width: 48%;
	margin: 1%;
	border: 1px solid #dddddd;
	box-sizing: border-box;
	padding: 1em;
}

/* リンク関連 */
.kanren a,
.itemListBox a{
	color: #005fc0;
	text-decoration: none;
	cursor: pointer;
}

.kanren a:hover,
.itemListBox a:hover{
	color: #d9534f;
	text-decoration: underline;
}

/* 画像関連 */
.kanren > div > a > figure,
.itemListBox > div > a > figure {
	text-align: center;
	margin: 0em 0 1em 0;
	padding-bottom: 1em ;
	border-bottom: 1px solid #DDDDDD;
}

.kanren > div > a > figure > img,
.itemListBox > div > a > figure > img{
	width: 70%;
	border: 1px solid #DDDDDD;
}

.kanren a img:hover,
.itemListBox a img:hover{
	opacity: 0.8;
	transition: all .2s;
}

/* dl関連 */
.kanren dl,
.itemListBox dl{
	margin-bottom: 1em;
    letter-spacing: -1px;
	line-height: 150%;
}

.kanren dt,
.itemListBox dt{
	font-size: 85%;
	margin-bottom: 0.5em;
}

.kanren dt,
.itemListBox dd{
	font-size: 90%;
	font-weight: bold;
}

.kanren p,
.itemListBox p{
	margin-bottom: 0.5em;
}

.itemListPirce{
	vertical-align: baseline;
	color: #CC0000;
	font-size: 150%;
	line-height: 180%;
	padding: 1em 0 0 0;
	font-weight: bold;
	margin: 0em;
}


#secondPage{
	background: #1f8bc9;
	color: #FFF;
	padding: 2em 0;
    text-align: center;
    margin-bottom: 1em;
}

#secondPage h2{
	font-size: 180%;
    line-height: 180%;
    letter-spacing: -1px;
}
}

.ec-cartRow__name,
.ec-productRole__shippingSchedule{
	font-size: 80%;
}

.ec-blockBtn--cancel{
	margin-bottom: 10px;
}

/* ボタン */
ul.ec-itemNav__nav > li >a.newBtn{
    background: #1c8c6a;
    color: #FFFFFF;
}

ul.ec-itemNav__nav > li >a.newBtn:hover{
    background-color: #00b47d;
    transition: 0.5s;
}

ul.ec-itemNav__nav > li >a.oldBtn{
    background: #068ab2;
    color: #FFFFFF;
}

ul.ec-itemNav__nav > li >a.oldBtn:hover{
    background-color: #17b1e0;
    transition: 0.5s;
}

/* --- PC（デフォルト）の設定 --- */
#topButton {
    width: 1200px;
    margin: 0 auto;
    display: flex; /* 子要素を並べるために追加 */
    justify-content: space-between;
}

#topButton > div {
    display: block;
    padding: 10px;
    box-sizing: border-box; /* パディングを含めた幅計算 */
}

#topButton img {
    width: 100%;
    height: auto;
    display: block;
    border: 0;
}

#topButton a:hover{
                opacity: 0.7;
        transition: 0.5s;
}

/* --- スマホ（画面幅768px以下）の設定 --- */
@media screen and (max-width: 768px) {
    #topButton {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap; /* 折り返しを許可 */
        justify-content: space-between;
    }

    #topButton > div {
        width: 49%; /* 横に2つ並ぶ設定 */
        padding: 1%;
        display: block;
        box-sizing: border-box;
    }
}