@charset "euc-jp";

/*▽基本CSS*/
html{
	scroll-behavior: smooth; 
	font-family: Futura, 'Century Gothic', sans-serif;
	/* font-family: 'Open Sans', sans-serif; */
}
*{ list-style:none; margin:0; padding:0;}
a{ text-decoration:none; color: #000000;}
a img{ border:none; }

/*andoroidフォント指定*/
.Android{
	font-family: Roboto, sans-serif;
}

/*税込非表示*/
div.prices span.prdisp-taxin span > span{ display: none !important;}

/*訴求アイコン色*/
div#lineup ul.point > li.p1{
	background-color: #918378;
	border: 1px solid #918378;
	color: #fff;
}
div#lineup ul.point > li.p2{
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
}
div#lineup ul.point > li.p3{
	background-color: #c7d59e;
	border: 1px solid #c7d59e;
	color: #000;
}
	
a:hover img{ opacity:0.8;}
.pc_none{ display: none !important;}

/*コンテンツ*/
#wrap{
    width: 750px;
    margin: 50px auto 0;
    background-color: #e2dad2;
    padding-bottom: 30px;
}
#wrap img{
    max-width: 100%;
}

/*見出し*/
#wrap #title{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /*border-bottom: 1px solid;*/
    background-color: #513c29;
    color: #fff;
    padding: 15px 0 8px;
    position: relative;
}
#wrap #title > p{
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 4px;
    /* margin-bottom: 5px; */
    padding-left: 20px;
    color: #fff;
}
#wrap #title > p > span{
    font-size: 35px;
    color: #fff;
}
/* #wrap #title > p > span:nth-child(-n+2){
    color: #f1b500;
} */
#wrap #title > h1{
    font-weight: bold;
    font-size: 50px;
    letter-spacing: 5px;
    padding-left: 40px;
    color: #fff;
    margin: -15px auto 0;
}
#wrap #title > img{
    position: absolute;
    width: 85px;
    height: auto;
    top: 40%;
    left: 105px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#wrap #title div.size{
    display: flex;
    justify-content: center;
    width: 255px;
    margin: 5px auto;
    background-color: #ffc324;
    padding: 5px 0;
    border-radius: 5px;
    color: #513c29;
}
#wrap #title div.size p{
    font-size: 18px;
}
#wrap #title div.size p span{
    font-size: 21px;
    font-weight: bold;
    margin: 0 3px;
}

/*単位*/
#wrap #unit{
    width: 97%;
    margin: 15px auto 5px;
    text-align: right;
    color: #333;
    font-size: 14px;
}

/*商品*/
div#lineup{
    width: 100%;
}
div#lineup ul.item_box{
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

div#lineup ul.item_box > li{
    width: calc(99%/2);
}
div#lineup ul.item_box > li a{
    display: block;
    background-color: #fff;
    padding: 5px 5px 10px;
    position: relative;
    box-shadow: 2px 2px 4px #88837e;
}
div#lineup ul.item_box > li:nth-child(n+3) a{
    margin-top: 35px;
}
div#lineup ul.item_box > li a::after{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    right: 7px;
    bottom: 15px;
    font-size: 20px;
    color: #3a2c28;
    /*top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

/*型番*/
div#lineup p.item_no{
    text-align: center;
    background-color: #513c29;
    color: #fff;
    padding: 5px 0;
    font-weight: bold;
    font-size: 20px;
}

/*色玉*/
div#lineup ul.color{
    width: 100%;
    
}
div#lineup ul.color > li{
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #c4c4c4;
    position: relative;
}
div#lineup ul.color > li:nth-child(1){
    margin-right: 10px;
}
div#lineup ul.color > li:nth-child(3){
    border-left: none;		
    background-position: center;
}
div#lineup ul.color > li:nth-child(3).ten-w{
    background-image: url(/IMAGE/item/muchest/tenban_w.png);
}
div#lineup ul.color > li:nth-child(3).ten-n{
    background-image: url(/IMAGE/item/muchest/tenban_n.png);
}
div#lineup ul.color > li p{
    position: absolute;
    /*background-color: #000;
    color: #fff;*/
    font-size: 10px;
    width: 100%;
    text-align: center;
    padding: 0 0 0;
    font-weight: bold;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*色玉カラー*/
div#lineup ul.color > li.col1{
    background-color: #3a2c28;
}


/*訴求アイコン*/
div#lineup ul.point{
    width: 100%;
    margin: 5px 0 7px;
}
div#lineup ul.point > li{
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
}

/*価格*/
div#lineup div.prices{
    position: absolute;
    right: 33px;
    bottom: 10px;
    font-weight: bold;
    font-size: 30px;
    color: #e40110;
}

/*フッター*/
div#foot{
    width: 750px;
    margin: 45px auto 0;
    border-top: 1px solid #513c29;
    padding: 20px 0;
}
div#foot > ul{
    display: flex;
    justify-content: center;
    color: #513c29;
}
div#foot > ul li:nth-child(2){
    margin: 0 30px;
    padding: 0 30px;
    border-right: 1px dashed #513c29;
    border-left: 1px dashed #513c29;
}


/*本店価格csv*/
#wrap li.price{
    font-weight: bold;
    font-size: 30px;
    color: #e40110;
}
#wrap span.spesicalprice{
    display: none;
}
#wrap li.intax{
    display: none;
}