/*---------------------------------
h1??? main heading h1
-----------------------------------*/
.wrap_main_heading{position:relative;}
.wrap_main_heading h1{font-family: 'Noto Serif JP', serif;font-size: 34px;font-weight: 500;margin: 18px 1em;position: absolute;bottom: 0;left: 0;    text-shadow: 2px 2px 10px #FFF, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;}

/*---------------------------------
????? heading other
-----------------------------------*/
h2._heading._western span::before {content: '';background: url(//img.e87.com/selection/mother/2026images/icon-cake.png) no-repeat;}
#japanese h2._heading._japanese span::before {content: '';background: url(//img.e87.com/selection/mother/2026images/icon-wafu.png) no-repeat;}
#luxuly h2._heading._luxuly span::before {content: '';background: url(//img.e87.com/selection/mother/2026images/icon-gourmet.png) no-repeat;}
#goods h2._heading._western span::before {content: '';background: url(//img.e87.com/selection/mother/2026images/icon-fashion.png) no-repeat;}

/*---------------------------------
???????????? contents single
-----------------------------------*/
.submit_right.product_2 .submit_modern:last-child {position: absolute;bottom: 0;width: 100%;}
.submit_right.product_2 .submit_modern .submit_txt {position: static;transform: unset;}
.submit_right.product_2 .submit_modern .submit_button {position: static;}
.submit_right.product_2 .submit_modern .submit_point span {background: #CB1313;color: #fff;padding: 7px 8px 4px;display: block;font-weight: bold;text-align: center;border-radius: 16px 0px 0px 0px;margin-bottom: 0.5em;}

/*---------------------------------
???????????? contents single
-----------------------------------*/
#western .area_img_txt {position: absolute;top: 50%;transform: translateY(-50%);text-align: left;left: 8%;}
#japanese .area_img_txt {position: absolute;top: 50%;transform: translateY(-50%);text-align: left;left: 8%;}
#luxuly .area_img_txt {position: absolute;top: 50%;transform: translateY(-50%);left:8%;}
#luxuly .area_img_txt._right {position: absolute;top: 50%;transform: translateY(-50%);left:unset;right:8%;}
#goods .area_img_txt {position: absolute;top: 50%;transform: translateY(-50%);    left: 8%;}



.selectbtn_ttl {
    margin: 32px 0 8px;
    text-align: center;
    color: #3c3c3c;
    font-size: 21px;
    font-weight: 500;
    font-weight: bold;
}
.selectbtn_outer {
    display: flex;
    margin: 0 60px 48px;
    background: #fff6e5;
    padding: 16px 0;
    box-sizing: border-box;
    justify-content: space-evenly;
    border: 1px solid #e0d3a1;
}
.selectbtn_box {
    margin-left: 15px;
    width: 400px;
    transition:0.2s;
}
.selectbtn_box_inner {
    display: flex;
    align-items: center;
    padding: 0 5px;
    margin-bottom: 1em;
}
p.selectbtn_box_pic {
    width: 160px;
}
p.selectbtn_box_pic img {
    border-radius: 50%;
}


.selectbtn_box_inner ul {
    width: 240px;
    padding-left: 15px;
}
.selectbtn_outer a:first-child .selectbtn_box {margin: 0;}
.selectbtn_box dl {width: 135px;padding: 15px 0 0 5px;}
.selectbtn_box_name {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 auto;
    text-align: center;
    padding: 7px 1em;
    background: #a18758;
    color: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.2s;
    border: 1px solid #a18758;
    width: 88%;
}
.selectbtn_box_name:hover {
    background: #fff;
    color: #a18758;
}
.selectbtn_box_name .adjust_check {
display:inline-block;
font-size: 14px;
border-radius: 15px;
background:#fff;
color:#a18758;
padding: 6px 10px 4px;
font-family: "????", Meiryo, "?????? Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "?? ?????", "MS PGothic", sans-serif;
font-weight: bold;
border:#a18758;
border:1px solid #a18758;
}
.selectbtn_box_name:hover .adjust_check{
    background: #fff;
}
.selectbtn_box_inner ul li.catch {
    font-size: 16px;
    margin-bottom: 1em;
    color: #a18758;
    font-weight: bold;
    line-height: 1.4;
}
.selectbtn_box_inner ul li.price {
    font-size: 13px;
}
.selectbtn_box_inner ul li.specialprice {
    font-size: 115%;
    padding-top: 3px;
}
.selectbtn_box_btn {
    background: #c2ae71;
    color: #fff;
    text-align: center;
    padding: 6px 0 4px;
    font-size: 16px!important;
    font-weight: bold;
    border-radius: 20px;
    width: 75%;
    margin: 10px auto;
    transition:0.2s;
}
.selectbtn_box:hover .selectbtn_box_btn {
    background: #ec7490;
}
.selectbtn_box:hover img {
    opacity: 0.8;
}