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

@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPMincho&family=Hina+Mincho&family=M+PLUS+1p:wght@300;400;500;700&family=Noto+Sans+JP:wght@400;500;700&family=Poppins:wght@300;400;500;600;700&family=Shippori+Antique&display=swap');


/* 202503 */
#shopping_order_payment_type_0_body p {
    font-size: 11px;
    border: solid 1px #cccccc;
    padding: 10px;
    margin: 15px 0px;
}


p.ec-halfInput, p.ec-input, p.ec-telInput, p.ec-zipInput {
    margin-top: 12px;
    border-bottom: dotted 1px #e2e2e2;
    padding-bottom: 15px;
    display:block;
}
span.koumokuShopping {
    font-weight: bold;
    margin-left: 0px;
    padding: 0px;
}
.ec-orderDelivery .ec-orderDelivery__address p {
    margin: 12px 0 12px 0;
    border-bottom: dotted 1px #e2e2e2;
    padding-bottom: 15px;
    display: block;
}

.ec-borderedList li {
    border-bottom: none;
}
.ec-selects {
    margin-bottom: 5px;
    border-bottom: none;
}
a#coupon_button {
    display: block;
    width: 180px;
    font-size: 16px;
    border: solid 1px #e2e2e2;
    padding: 12px;
    text-align: center;
    background-color: #f9f9f9;
    margin-top: 10px;
}
p.pointCaution {
    font-size: 12px;
    margin: 10px 0;
    color: #c50e0e;
}
#reviewContent { /* 202405 */
  overflow: scroll;
  max-height: 400px;
}
.category_banner2 p { /* 202405 */
  margin: 0;
}
.guide-main section a { /* 202405 */
  color: #32aacc;
  transition: 0.6s;
}
.ec-favoriteRole .ec-favoriteRole__itemList a {
    z-index: 999;
}

/********************** スマホ用CSS ***************************/

@media screen and (max-width: 768px)  {
    
.sampleWrap h2#table1 {
    padding-top: 70px;
    margin-top: -40px;
}
.sampleWrap h2#table2 {
    padding-top: 70px;
    margin-top: -40px;
}
    
.sampleLink1 {
        display: inline-block;
        font-size: 17px;
        font-weight: bold;
        margin-left: 10px;
    } 
.sampleLink1 a:link {
    color: #E64759;
    margin-right: 10px;
}
.sampleLink1 a:visited {
    color: #E64759;
    margin-right: 10px;
}
.sampleLink1 span {
    color: #E64759;
    text-decoration: underline;
    margin-right: 10px;
}    
.sampleLink1 {
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    margin-left: 10px;
}    
    
p.sampleCommet {
    font-size: 12px;
    margin-top: 5px;
}
p.sampleNumber span {
    font-size: 12px;
}
p.sampleNumber {
    display: inline-block;
    font-size: 15px;
}

p.sampleMade span {
    font-size: 12px;
}
p.sampleMade {
    display: inline-block;
    font-size: 15px;
}
p.sampleSize{
    display: inline-block;
    font-size: 15px;
    margin-right: 10px;
}
p.sampleSize span {
    font-size: 12px;
}
p.samplePrice {
    color: #d11406;
    font-size: 15px;
    display: inline-block;
    margin-right: 10px;
}
p.samplePrice span {
    color: #393535;
    font-size: 12px;
}
p.samplePrice .sampleTax {
    font-size: 15px;
}

dl.sampleListSP a:link {
    color: #2f55af;
    font-weight: bold;
    font-size: 15px;
    display: block;
}
dl.sampleListSP a:visited {
    color: #2f55af;
    font-weight: bold;
    font-size: 15px;
    display: block;
}
dl.sampleListSP a:hover {
    color: #2f55af;
    font-weight: bold;
    font-size: 15px;
    display: block;
}


dl.sampleListSP dt img {
    width: 80%;
    margin-bottom: 10px;
}
dl.sampleListSP dd {
    width: 65%;
    border-bottom: solid 1px #CCCCCC;
    padding: 10px 0 10px;
    background: linear-gradient(0deg, rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 80%);
}
dl.sampleListSP dt {
    width: 35%;
    border-bottom: solid 1px #CCCCCC;
    padding: 10px 0 10px 10px;
    background: linear-gradient(0deg, rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 80%);
}
dl.sampleListSP {
    display: flex;
    flex-wrap: wrap;
}


.sampleWrap {
    width: 92%;
    margin: 0 auto;
}
.sampleSP_bnr{
    width:100%;
}
h2.sampleH2 {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    display: inline-block;
}    
    
    
#sampleTable {
    margin: 10px 0;
}
.sampleLink a:link {
    color: #e64759;
    text-decoration: underline;
}
.sampleLink a:visited {
    color: #e64759;
    text-decoration: underline;
}
.sampleLink a:hover{
    color: #e64759;
    text-decoration: underline;
}
.sampleLink p {
    font-size: 18px;
    font-weight: bold;
}
p.sampleEx {
    margin-top: 20px;
    padding-left: 50px;
    background: url(../img/custom/ex.png);
    background-repeat: no-repeat;
}

.sampleBox h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #e34156;
    margin-bottom: 25px;
}
.sampleCaution {
    background-color: #FFFFFF;
    padding: 15px 15px 1px;
}
.sampleBox {
    background-color: #fef5e6;
    padding: 10px 20px;
    margin-bottom: 30px;
}
.sampleLink img {
margin: 0 0px 20px;
        width: 100%;
}
.sampleLink {
    text-align: center;
}
ul.sampleBoxList2 li {
    list-style: none;
}
ul.sampleBoxList li {
    list-style: disc;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
ul.sampleBoxList {
    padding: 10px 20px 5px;
}

ul.sampleBoxList li span {
    color: #e34156;
}


.ec-headerNav__item img {
    width: 30px;
}

.ec-headerRole__cart img {
    width: 34px;
}
p.tagforimg_4 {
        background: url(../img/custom/delivfree4.jpg);
        display: block;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 9vw;
    }
p.tagforimg_6 {
        background: url(../img/custom/delivfree6.jpg);
        display: block;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 9vw;
    }    



select {
	font-size: 12px
}
#page_product_detail .slick-dots li {
    width: 10px;
}

.related_products_area {
    display: none;
}

.rankingBlock .ec-shelfGrid {
    height: 55vw;
    overflow: hidden;
} 

p.detailP {
    color: #525263;
    font-weight: normal;
        margin-top: 1vw;
        margin-right: 1vw;
        font-size: 3.3vw;
        width: 70vw;
}    

#page_mypage_oldorderhistory .ec-historyRole__detail .ec-definitions dt {
    margin-left: 0vw;
}    
    
#page_mypage_oldorderhistory .ec-historyRole__detail br{
display:none;
}

#page_mypage_oldorderhistory .ec-historyRole__detail li {
    list-style: none;
    padding: 15px 0px 5px 0;
}
form#orderlogform {
    margin-bottom: 20px;
}
    
.ec-definitions:last-of-type {
    border: none;
}
.ec-definitions {
    margin: 10px 0;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 10px;
}    
    
    
ul.category_banner2 {
        display: flex;
        justify-content: space-between;
                flex-wrap: wrap;
    }
.category_banner2 li {
    list-style: none;
    display: block;
    width: 48%;
    text-align: center;
    background-color: #f3f3f3;
    border: solid 1px #e2e2e2;
    padding: 10px;
    border-radius: 3px;
            margin-bottom: 2vw;
}
ul.category_banner2 li a {
    display: block;
    margin: 0;
    padding: 0;
}
.ec-login__link2 a { /*20240522*/
    display: block;
    background-color: #f3ce0e;
    text-align: center;
    padding: 17px;
    margin: 12px auto 0;
    font-weight: bold;
}

.ec-login .ec-login__link {
    margin: 20px 0 0 0;
    text-align: center;
}
.ec-login {
    width: 93%;
    margin: 0 auto;
}
.ec-guest {
    width: 93%;
    margin: 15px auto;
}

#page_shopping h1 {
    margin: 0 15px 15px 15px;
}
#page_shopping_shipping h1 {
    margin: 0 15px 15px 15px;
}
#page_cart h1 {
    margin: 0 15px 15px 15px;
}
#page_shopping_confirm h1 {
    margin: 0 15px 15px 15px;
}
#page_shopping_complete h1 {
    margin: 0 15px 15px 15px;
}
#page_mypage_login h1{
    margin: 0 15px 15px 15px;    
}
#page_shopping_login h1{
     margin: 0 15px 15px 15px;       
}

.ec-searchnavRole .ec-searchnavRole__infos2 {
border-top: none;
    flex-direction: row;
    background-color: #f3f3f3;
    padding: 3vw 5vw 3vw;
    width: 90%;
    margin: 3vw auto 3vw;
}
.ec-off4Grid a:visited {
    color: #ccc;
}
.ec-totalBox a:link {
    color: #FFFFFF;
}

.ec-role_info h2 {
    font-size: 17px;
    line-height: 1.5em;
}
.ec-role_info{
    width:90%;
    margin:0 auto;
}
.ec-role_info small {
    font-size: 14px;
    font-weight: normal;
}
    
.box3{display:none;}
.box4{display:none;}

.ec-blockTopBtn.pagetop {
    opacity: 0;
    width: 0;
    height: 0;
}

.main_visual{
 display: none;   
}

#page_user_data .main_visual{
 display: inherit;   
}

.guidenav{display:none;}
.aboutnav{display:none;}

/* フッターアコーディオンCSS */

.nav-open{
	position: relative;
}

.nav-open2{
	position: relative;
}

.other_page .ec-sliderRole img {
    max-width: 160px;
    min-width: 160px;
    max-height: auto;
    min-height: auto;
    margin: 5px auto 15px;
}
.kaiin_merit_wrap.ec-sliderRole {
    max-width: 100%;
    margin-bottom: 0px;
}

/* ハンバーガーCSS */

.splinkblock {
    width: 92%;
    margin: 55px auto 0;
    overflow: hidden;
}
.splinkblock .spname {
    width: 50%;
    float: left;
}
.username {
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
}
.splinkblock .spmypage {
width: 40%;
    float: right;
    font-size: 15px;
    text-align: right;
    padding-right: 8vw;
    background: url(../img/custom_sp/category_arrowsp.png)no-repeat;
    background-position: 33vw 4px;
    background-size: 8px;
}

.dr_menu li {
    list-style: none;
    font-size: 15px;
    padding: 6px 0;
}
.dr_menu {
    width: 92%;
    margin: 25px auto 0;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
    display: block;
    border-bottom: none;
    padding: 0 0 0 0;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
}

.ec-drawerRole .ec-headerLinkArea {
    background: #FFFFFF;
}
.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading {
    padding: 10px 0px 10px;
    font-size: 16px;
    font-weight: bold;
    color: black;
    width: 92%;
    margin: 0 auto;
        border: none;
    background-color: #FFFFFF;
}
ul.sphumcategory {
    background-color: #FFFFFF;
    overflow: hidden;
    width: 92%;
    margin: 10px auto 10px;
    border: solid 1px #e2e2e2;
}
.sphumcategory li a { /*202405*/
    display: table-cell;
    vertical-align: middle;
	background: url(../img/custom_sp/category_arrowsp.png)no-repeat;
    background-position: 40vw 22px;
    background-size: 8px;
    list-style: none;
    height: 60px;
    padding: 5px 30px 5px 10px;
    border-bottom: solid 1px #e2e2e2;
    border-right: solid 1px #e2e2e2;
}
ul.sphumcategory li {
    width: 50%;
    float: left;
    display: table;
}

.sphumcategory li:last-child {
    border-bottom: none;
}
.sphumcategory li:nth-child(even) {
    border-right: none;
}

.ec-drawerRole .ec-headerSearch {
    display: none;
}

.ec-drawerRole.is_active {
    z-index: 9998;
}

.ec-drawerRoleClose {
    display: none;
    cursor: pointer;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 10px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    color: black;
    background: white;
    position: fixed;
    top: 2vw;
    left: 88vw;
    z-index: 99999;
}

.ec-drawerRole {
    overflow-y: scroll;
    background: #FFFFFF;
    width: 100%;
    height: 100vh;
transform: translateX(-100%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    transition: z-index 0ms 1ms;
}
    
    
/* ページ共通CSS */
.ec-pageHeader h1 {
border-top: none;
    border-bottom: 1px solid #ccc;
    margin: 10px 0px 25px;
        padding: 8px 8px 8px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
}
.fontred2 {
    color: red;
}
.fontred {
    color: #ca0729;
}
.ec-role_under {
    width: 92%;
    margin: 0 auto;
}

.ec-role_under img {
    width: 100%;
        height: auto;
}
img.spwidth {
    width: inherit;
}

/* カート用CSS */
.ec-progress .is-complete .ec-progress__label {
    color: #bf2032;
}
.ec-progress .is-complete .ec-progress__number {
    background: #bf2032;
}
.ec-cartRole .ec-cartRole__cart {
    margin: 0;
}
.ec-cartRole {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
.ec-cartRole .ec-cartRole__actions {
    width: 80%;
    margin: 0 auto;
}
.point_caption {
    width: 100%;
    text-align: center;
    background-color: #fff8ea;
    padding: 10px;
    margin: 15px 0 30px;
}
.ec-progress .ec-progress__number {
    background: #999;
}
.ec-progress .ec-progress__item:after {
    background: #999;
}

.ec-cartRole__actions a:link {
    color: #FFFFFF;
    text-decoration: none;
}
.ec-cartRole__actions a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
.ec-cartRole__actions a:hover {
    color: #FFFFFF;
    text-decoration: none;
}    
    


/* カート用CSS */

#VarProduct-product_area .ec-shelfGrid {
    width: 100%;
}
.related_wrap .ec-headingTitle {
    width: 100%;
}

#product_review_area .ec-role {
    width: 92%;
    margin: 0 auto;
}
.related_wrap .ec-shelfGrid {
    width: 100%;
}
#page_product_detail .ec-layoutRole__contentBottom .ec-shelfRole:last-of-type {
    border-top: solid 2px #e3e3e3;
}
#product_review_area {
    margin: 20px auto 0px;
    border-top: solid 2px #e3e3e3;
    border-bottom: solid 2px #e3e3e3;
    padding-top: 10px;
}

.ec-productRole__description br {
    display: none;
}

.ec-productRole__description th {
    width: 35%;
    padding: 5px 5px 5px 10px;
    background-color: #f7f7f7;
    border-bottom: solid 2px #FFFFFF;
}
.ec-productRole__description td {
    padding: 5px 5px 5px 10px;
    font-size: 13px;
}
.ec-productRole .ec-productRole__description {
    width: 92%;
    margin: 20px auto 20px;
}

.ec-headerNav .ec-headerNav__itemLink {
    display: block;
    margin-top: 7px;
    vertical-align: middle;
    color: black;
}

.footspcontact {
    border-top: solid 1px #CCCCCC;
    padding-top: 10px;
    border-bottom: solid 1px #cccccc;
}

.spmenu {
    position: fixed;
    top: 96px;
    right: 10px;
    z-index: 1200;
    font-size: 11px;
}

.ec-headerNavSP {
display: block;
    cursor: pointer;
    box-sizing: border-box;
    padding: 10px;
    width: 40px;
    height: 40px;
    font-size: 23px;
    text-align: center;
    color: #666666;
    background: white;
    position: fixed;
    top: 55px;
    right: 10px;
    left: inherit;
    z-index: 1000;
    border-radius: inherit;
}

.headspright {
    overflow: hidden;
    float: right;
    padding-right: 43px;
}

.ec-secHeading {
font-size: 20px;
    font-weight: bold;
    margin: 0 auto 20px;
    color: #000000;
    width: 92%;
}

.ec-role.uic-itemrank {
    border-bottom: solid 2px #e3e3e3;
    padding-top: 20px;
    padding-bottom: 30px;
}
.ec-secBody {
    width: 92%;
    margin: 0 auto;
}

#header_imagesp {
    background: url(../img/custom_sp/back1_sp.jpg)no-repeat;
    background-position: center top;
        background-size: contain;
    padding-top: 40px;
    background-color: #5cd1fc;
}

.ec-layoutRole__mainBottom {
    border-top: solid 2px #e3e3e3;
}
.spnone{
    display: none;
}

body{
    font-weight: 500;
}
.ec-shelfGrid .ec-shelfGrid__item img {
    width: auto;
    max-height: 100%;
    margin-bottom: 10px;
}
.ec-shelfGrid .ec-shelfGrid__item-image {
    height: auto;
    margin-bottom: 10px;
}
.ec-shelfGrid__item dt.item_name {
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    overflow: hidden;
    margin-bottom: 5px;
        text-overflow: ellipsis;
    /*white-space: nowrap; 202405 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.ec-shelfGrid__item .item_price {
    color: #000000;
    font-size: 3.5vw;
    font-family: 'Shippori Antique';
    margin: -2px 0 5px 0;
    text-align: left;
}

.ec-footerNavi .ec-footerNavi__link{
    display:inline-block;
}

.ec-shelfGrid__item dd:nth-child(3){
    font-size:12px;
    text-align: center;
    display: none;
}

.ec-layoutRole__mainTop .ec-shelfGrid .ec-shelfGrid__item {
    width: 23%;
    padding: 0px;
    margin-right: 2vw;
}

.ec-layoutRole__mainTop .ec-shelfGrid .ec-shelfGrid__item:nth-child(4n){
    margin-right:0px;
}

.ec-shelfRole{
    padding-left:0px;
    padding-right:0px;
        border-top: solid 2px #e3e3e3;
}
#page_product_detail .ec-shelfRole {
    border-top: none;
}

#page_product_list .ec-shelfRole {
    border-top: none;
}

.ec-shelfGrid {
width: 92%;
    margin: 0 auto;
}

.ichiul li img {
    width: 100%;
}
.ichiul {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}
.ichiul li {
    list-style: none;
    display: block;
    width: 48%;
    margin-right: 4%;
        margin-bottom: 20px;
    float: left;
}
.ichiul li:nth-child(2n){
    margin-right:0;
}
.ichiitem {
    font-size: 15px;
    color: #000000;
    line-height: 1.4em;
    font-weight: bold;
}

.ec-itemNav__nav li ul li a {
border-bottom: none;
    padding: 10px 25px 10px 10px;
    font-size: 13px;
    font-weight: 500;
    color: #666666;
    text-align: left;
    background: white;
}

.ec-itemNav__nav li ul li {
    margin-bottom: 0px;
    margin-left: 0px;
}


.ec-itemNav__nav li ul {
    z-index: 0;
    margin: 0;
    padding: 0;
    min-width: 200px;
    list-style: none;
    position: absolute;
    top: 0%;
    left: 170px;
}
.ec-itemNav__nav > li:hover > a {
  background: #EFEFEF;
}

.ec-itemNav__nav > li:hover li:hover > a {
  background: #EFEFEF;
    opacity:1;
}

.ec-itemNav__nav li ul li ul li a {
  background: #FFFFFF;
}

.ec-itemNav__nav li:hover ul li ul li a:hover {
  background: #EFEFEF;
  opacity:1;
}

/* SPトップ用CSS */

.topcategory {
    width: 92%;
    margin: 0 auto 30px;
    overflow: hidden;
}
.topcategory li {
    list-style: none;
    width: 49.3%;
    float: left;
    margin-bottom: 4px;
}
.topcategory li:nth-child(odd) {
    margin-right: 4px;
}
.topcategory li img {
    width: 100%;
}

/* ブロック管理用CSS */


.ec-layoutRole__contentBottom .ec-shelfGrid .ec-shelfGrid__item .item_price .recommend_average {
    font-size: 11px;
    font-weight: 500;
}
.ec-layoutRole__contentBottom .ec-shelfGrid .ec-shelfGrid__item .item_price .recommend_average img {
    max-width: 13vw;
    vertical-align: -webkit-baseline-middle;
}

.item_price p {
    font-size: 13px;
    color: #919191;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 5px;
}

/* : 特定商取引用 : */
.tokushou span {
    display: block;
    margin-left: 13px;
}
.tokushoul2 li {
    list-style: none;
    text-indent: -13px;
    margin-left: 26px;
    line-height: 1.8em;
}
ul.tokushoul {
    margin-top: 15px;
}
ul.tokushoul li {
    list-style: none;
    text-indent: -13px;
    margin-left: 13px;
    line-height: 1.8em;
}
.tokushou dd {
    padding-bottom: 20px;
    font-weight: normal;
    font-size: 14px;
}
.tokushou dt {
    font-weight: bold;
    color: #000000;
    font-size: 16px;
    border-bottom: solid 1px #efefef;
    padding-bottom: 10px;
    margin-bottom: 10px;
}


/* : 個人情報保護方針用 : */

.cosighn {
    text-align: right;
    border-bottom: solid 1px #efefef;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}

h4.normal {
    color: #c5051c;
    font-weight: bold;
    font-size: 17px;
}

.privacyBox p {
    margin-bottom: 30px;
}

/* : FAQ用 : */

p.tittlePage {
font-size: 20px;
    font-weight: bold;
    color: #c5051c;
    margin-top: 20px;
        margin-bottom: 20px;
}

.faqdl dt {
    font-size: 17px;
    color: #c5051c;
    margin-bottom: 10px;
}

.faqdl dt span {
    font-size: 22px;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
    margin-right: 10px;
    margin-left: 5px;
}
.faqdl dd span {
    font-weight: bold;
    color: #c5051c;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
    font-size: 16px;
    margin-left: 1px;
    margin-right: 5px;
}
.faqdl dd {
    border-bottom: dotted 2px #eeeeee;
    margin-bottom: 10px;
    padding-bottom: 30px;
}

.faqdl dd .faqcaution {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 15px;
    margin-top: 5px;
}

ul.faqul {
    list-style: none;
}


/* : 無料サンプル特典 : */


.free_sample_back img {
    width: inherit;
}

.free_sample_back {
    text-align: center;
    background-color: #dbb747;
}

.free_sample_wrap {
    background-color: #fef5e6;
    padding: 6vw;
}

.free_sample_wrap h3 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #e64759;
    margin: 0 0 30px;
}

.free_sample_list {
    margin: 0 0 0 10px;
}

.free_sample_list li {
    list-style: none;
    line-height: 1.6em;
    font-weight: bold;
    font-size: 16px;
}

.free_sample_list li::before {
    position: relative;
    top: -4px;
    left: -8px;
    display: inline-block;
    width: 3px;
    height: 3px;
    content: '';
    border-radius: 100%;
    background: #333;
}

.free_sample_list span {
    color: #e64759;
}

.free_sample_link img{

}
.free_sample_link {
    text-align: center;
    margin: 0 0 30px;
}
.free_sample_caution_box {
    background-color: #FFFFFF;
    padding: 15px;
    font-size: 15px;
    margin: 15px 0 20px 0;
}

.free_sample_caution_box li {
    list-style: none;
    line-height: 1.4em;
}

.free_sample_caution_box li::before {
    position: relative;
    top: 0px;
    left: -2px;
    display: inline-block;
    content: '※';
    border-radius: 100%;
}

.free_sample_caution_box h4 {
    color: #E64759;
    font-weight: bold;
    margin: 2px 0 4px;
}

.free_sample_caution2{
    background: url(../img/custom/sample3.jpg)no-repeat;
    background-position: center top;
}


.free_sample_caution2 {
    background: url(../img/custom/sample3.jpg)no-repeat;
    background-position: left top;
    padding: 0 0 0 50px;
    font-size: 14px;
    margin-bottom: 40px;
}

.free_sample_box_wrap {
overflow: hidden;
    text-align: center;
    margin: 0 0 40px;
}

.free_sample_box_wrap h4 {
    color: #e64759;
    font-weight: bold;
}

.free_sample_leftbox {

}

.free_sample_rightbox {

}

.free_sample_box_wrap p {
    font-size: 15px;
    margin-top: 15px;
}

.free_sample_box_wrap .free_sample_leftbox a {
display: inline-block;
    width: 100%;
    height: 56px;
    background-color: #e64759;
    padding: 8px 0 0 0;
}

.free_sample_box_wrap .free_sample_rightbox  a {
display: inline-block;
    width: 100%;
    height: 56px;
    background-color: #e64759;
    padding: 16px 0 0 0;
}

.free_sample_box_wrap a:link {
    color: #FFFFFF;
}
.free_sample_box_wrap a:visited {
    color: #FFFFFF;
}

/* : 利用ガイド : */

.linone{
    list-style: none;
}

.netorder li {
    padding: 0 0 0 10px;
    margin: 0 0 0 20px;
}
.netorder li li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.spot_link a:link {
    color: #CA0709;
}

.spot_link a:visited {
    color: #CA0709;
}

.spot_link {
    text-align: right;
}



.emphasis {
    color: #ca0729;
    font-size: 19px;
}

figure {
    text-align: center;
    margin: 20px 0;
}

.guide_navi_box li {
    list-style: none;
    line-height: 2.2em;
    padding: 5px 0 5px 30px;
    border-bottom: solid 1px #e2e2e2;
    background: url(../img/custom_sp/guidearrow.png)no-repeat;
    background-position: 95% 12px;
    background-size: 8px;
}

.guide_navi_box li::before {
    position: relative;
    top: -4px;
    left: -8px;
    display: inline-block;
    width: 3px;
    height: 3px;
    content: '';
    border-radius: 100%;
    background: #CA0729;
}


.guide_navi_box li:last-child {
    border-bottom: none;
}


.webbill li {
    list-style: none;
    padding: 0 0 0 12px;
    line-height: 1.8em;
}

.webbill li::before {
    position: relative;
    top: -4px;
    left: -8px;
    display: inline-block;
    width: 3px;
    height: 3px;
    content: '';
    border-radius: 100%;
    background: #333;
}

.guidelist li {
    list-style: none;
    padding: 0 0 0 12px;
    line-height: 1.8em;
}

.guidelist li::before {
    position: relative;
    top: -4px;
    left: -8px;
    display: inline-block;
    width: 3px;
    height: 3px;
    content: '';
    border-radius: 100%;
    background: #333;
}


.linone li.cautionmark::before {
    position: relative;
    top: 0px;
    left: -2px;
    display: inline-block;
    content: '※';
    border-radius: 100%;
}

.caution_child{
    list-style: none;
}

.caution_child li::before{
position: relative;
    top: 0px;
    left: -2px;
    display: inline-block;
    content: '※';
    border-radius: 100%;
}


li.stylenone::before {
    display: none;
}

.linone .middle {
    color: #CA0729;
    font-size: 20px;
}
.guidelist .middle {
    color: #CA0729;
    font-size: 20px;
}
.guide_navi_box a:link {
    color: #bf0026;
    font-weight: bold;
}

.guide_navi_box a:visited {
    color: #bf0026;
    font-weight: bold;
}

.guidsubbox {
    border: solid 2px #ddd;
    padding: 15px 10px 5px 15px;
    color: #cA0729;
}
.guidsubbox2 {
    border: solid 2px #ddd;
    padding: 15px 10px 5px 15px;
    color: #cA0729;
    margin-bottom:15px;
}
.navigation h1 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: bold;
}
.navigation {
    background-color: #fef5e6;
    padding: 25px;
        margin-top: 30px;
}

#acMenu {
    overflow: hidden;
}
.guide_navi_box {
    background-color: #FFFFFF;
padding: 15px 0px 0px 0px;
    margin-bottom: 20px;
    width:100%;
}

.guide_navi_box .title {
font-weight: bold;
border-bottom: solid 1px #a7a7a7;
    padding: 0 0 10px 20px;
    font-size: 16px;
}

.kaiin_merit_wrap a {
    display: table-cell;
    width: 250px;
    height: 56px;
    background-color: #e64759;
    vertical-align: middle;
    text-align: center;
}

.kaiin_doi2 a:link {
    color: #FFFFFF;
}

.kaiin_doi2 a:visited {
    color: #FFFFFF;
}

.kaiin_doi2 {
    width: 250px;
    margin: 30px auto;
}

.kaiin_doi2 a {
    display: table-cell;
    width: 250px;
    height: 56px;
    background-color: #e64759;
    vertical-align: middle;
    text-align: center;
}



.caution_child li {
    margin-left: 31px;
    padding-left: 2px;
    text-indent: -8px;
}

.guide_nabi_box_left {
 
}
.guide_nabi_box_right {

}
.guide-main section {
    margin: 0 0 30px 0;
}
.guide-main h3 {
    border-top: none;
    border-bottom: 1px solid #eee;
    margin: 25px 0px 10px;
    padding: 0 0 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #ca0729;
}
.guide-main h2 {
    border-top: none;
    border-bottom: 1px solid #eee;
    margin: 50px 0px 0px;
    padding: 0px 0 8px 0;
    font-size: 20px;
    font-weight: bold;
}

.frame {
    border: solid 2px #ddd;
    padding: 15px;
    margin: 15px 0 15px 0;
}
h4.midashired {
    color: #CA0729;
    font-size: 16px;
}

.pointbox {
    background-color: #fef5e6;
    padding: 1px 30px 30px;
    margin-top: 20px;
}
.guidepointlist li {
    font-size: 20px;
    text-decoration: underline;
    list-style: none;
    line-height: 1.7em;
}

/* : 新規会員登録 : */

.kaiin_merit_wrap {
    background-color: #fef5e6;
    padding: 50px 0px;
}

.kaiin_merit_wrap h3 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #e64759;
    margin:0 15vw 30px;
    line-height: 1.5em;
}

.kaiin_merit_box{
    overflow: hidden;
    text-align: center;
    margin-bottom: 40px;
}

.kaiin_merit_box p{
    text-align: left;
    font-size: 14px;
}

.kaiin_merit_box img {
    width: 160px;
    margin: 5px 0 15px;
}

.kaiin_merit_box h4 {
    color: #E64759;
    font-weight: bold;
    margin: 2px 0 4px;
}

.kaiin_merit_box1 {
    width: 70vw;
    background-color: #FFFFFF;
    padding: 10vw;
    margin: 0 auto 10px;
}
.kaiin_merit_box2 {
    width: 70vw;
    background-color: #FFFFFF;
    padding: 10vw;
    margin: 0 auto 10px;
}
.kaiin_merit_box3 {
    width: 70vw;
    background-color: #FFFFFF;
    padding: 10vw;
    margin: 0 auto 10px;
}

p.kaiin_red {
    color: #e64759;
    text-align: center;
    margin: 15px;
}

p.kaiin_caution {
    font-size: 12px;
    margin-top: 20px;
}

span.kaiin_little {
    color: #e64759;
    font-size: 10px;
    margin: 0 10px 0 0;
}

.kaiin_caution span {
    color: #e64759;
    margin-right: 5px;
}


p.kaiin_inner_box {
    border: solid 1px #999;
    padding: 10px;
    font-size: 12px;
    margin-top: 20px;
}
p.kaiin_doip {
    width: 80%;
    margin: 0 auto;
}

.kaiin_merit_wrap h5 {
    text-align: center;
    color: #e64759;
    font-size: 17px;
    width: 80%;
    line-height: 1.5em;
    margin: 0 auto 15px;
}

.kaiin_merit_wrap a {
    display: table-cell;
    width: 250px;
    height: 56px;
    background-color: #e64759;
    vertical-align: middle;
    text-align: center;
}
.kaiin_merit_wrap a:link {
    color: #FFFFFF;
}
.kaiin_merit_wrap a:visited {
    color: #FFFFFF;
}

a.kaiin_kiyaku {
    display: inherit;
    background: none;
    width: inherit;
    height: inherit;
    margin: 20px 0;
}
a.kaiin_kiyaku:link {
    color: #0091c2;
    text-decoration: underline;
    font-weight: bold;
}
a.kaiin_kiyaku:visited {
    color: #0091c2;
    text-decoration: underline;
    font-weight: bold;
}

.kaiin_merit_box a:link {
    color: #0091c2;
}

.kaiin_merit_box a:visited {
    color: #0091c2;
}
.kaiin_merit_box a {
    display: inline;
    width: inherit;
    height: inherit;
    text-align: left;
    background: none;
}

p.kaiin_doi {
    width: 250px;
    margin: 0 auto;
}

.zero img {
    width: inherit;
    margin-left: 10px;
}

.epoint-tit {
    text-align: center;
    margin-bottom: 20px;
}
.epoint-tit .middle {
    color: #CA0729;
    font-weight: bold;
}


/* : 一覧ページ カテゴリー画像用 : */

.apg_category_image {
    background: none;
    background-size: auto;
    min-height: inherit;
    max-height: inherit;
    width: 100%;
    margin-top: 20px;
}
.apg_category_image img {
    width: 100%;
}


/* 一覧ページ用CSS */

#page_product_list .ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
    padding: 0;
    margin-right: 0px;
}
#page_product_list .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
    padding: 0;
    margin-right: 3vw;
}


#page_product_list .rankingBlock .ec-shelfGrid .ec-shelfGrid__item:nth-of-type(4n) {
    padding: 0;
    margin-right: 0;
}
#page_product_list .rankingBlock .ec-shelfGrid .ec-shelfGrid__item {
    padding: 0;
    margin-right: 2vw;
}


.ec-shelfGrid .ec-shelfGrid__item {
    width: 48%;
}
.ec-shelfGrid .ec-shelfGrid__item:nth-child(4n) {
    margin-right: 0px;
}

.ec-shelfRole .ec-shelfRole__tag {
    display: inline-block;
    font-size: 12px;
    list-style: none;
    border: solid 1px;
    border-radius: inherit;
    padding: 2px 5px;
}

#page_product_list .ec-shelfGrid__item .recommend_average {
    font-size: 11px;
    color: #000000;
}
#page_product_list .ec-shelfGrid__item .recommend_average img {
    max-width: 13vw;
    vertical-align: -webkit-baseline-middle;
}

#page_homepage .ec-shelfGrid__item .recommend_average {
    font-size: 13px;
    color: #000000;
}
#page_homepage .ec-shelfGrid__item .recommend_average img {
    max-width: 14vw;
    vertical-align: -webkit-baseline-middle;
}



.recommend_average img {
    max-width: 23vw;
}
.recommend_level img {
    max-width: 90px;
}
.category_tittle2 {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
}
.ec-topicpath {
    padding: 30px 0 10px;
    border: 0;
    font-size: 16px;
    display: none;
}
.ec-select select {
    display: inline-block;
    width: auto;
    max-width: 100%;
    background-color: #FFFFFF;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
}
.ec-font-bold {
    font-weight: bold;
    font-size: 15px;
    margin-right: 5px;
}

.ec-searchnavRole .ec-searchnavRole__counter {
    margin-bottom: 16px;
    width: 45%;
}
.ec-searchnavRole .ec-input select, .ec-halfInput select, .ec-numberInput select, .ec-zipInput select, .ec-telInput select, .ec-select select, .ec-birth select {
    height: 29px;
    padding: 4px 12px;
    font-size: 12px;
    line-height: 1em;
    color: #555555;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: none;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border-radius: 3px;
}

.ec-searchnavRole .ec-searchnavRole__infos {
border-top: none;
    flex-direction: row;
    background-color: #f3f3f3;
    margin-bottom: 20px;
    padding: 15px 15px 0px;
    margin-top: 25px;
    width: 92%;
}
.pankuzlist {
    width: 92%;
    margin: 0 auto;
    list-style: none;
    overflow: hidden;
    font-size: 15px;
}
.pankuzlist li {
    display: inline-block;
    margin-right: 7px;
}
.ec-layoutRole__mainTop {
    margin: 0 auto;
}
h3.category_tittle {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin: 20px 0 20px 0;
}
.category_banner li p {
width: 25vw;
    float: left;
    font-size: 3vw;
    margin: 6px 10px 1px 10px;
}
.category_banner li:nth-of-type(2n) {
    margin-right: 0px;
}
.category_banner li {
    width: 48%;
    float: left;
    border: solid 1px #e2e2e2;
    margin-bottom: 10px;
    margin-right: 10px;
}

ul.category_banner li {
    list-style: none;
}
.category_banner li img {
width: 11vw;
    float: left;
}
.category_banner {
    overflow: hidden;
}
.apg_category_description {
    margin: 0;
    padding: 0;
    /* border-top: 1px solid #D9D9D9; */
    border-bottom: none;
    width: 92%;
    margin: 0 auto;
}

#page_product_detail .ec-layoutRole__main .ec-shelfGrid .ec-shelfGrid__item {
    width: 30%;
    padding: 0px;
    margin-right: 3vw;
    font-size: 3vw;
}


#page_product_list .ec-shelfGrid__item p {
    font-size: 12px;
    color: #6b5d5d;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
}



#page_product_list .ec-shelfGrid__item .product_list_name {
    overflow: hidden;
    margin-bottom: 7px;
    font-size: 15px;
    color: #333333;
    font-weight: bold;
}
#page_product_list .ec-shelfGrid__item .price02-default {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
}

#page_product_list .ec-shelfGrid__item form {
    display: none;
}
#page_product_list .ec-productRole__btn {
    display: none;
}



/* 詳細ページ用CSS */

.ec-productRole__description table {
    margin: 5vw 0 5vw 0px;
    width: 100%;
}

.ec-productRole__description table td {
    padding: 2vw;
    text-align: left;
}


span.review_cnt {
    font-weight: normal;
    font-size: 15px;
    margin-left: 3px;
    vertical-align: text-bottom;
}
span.review_avg {
    font-size: 20px;
    margin-left: 3px;
    vertical-align: middle;
}
p.deliv_caution {
    font-size: 12px;
    margin-bottom: 6px;
    color: #e64759;
}
.ec-numberInput input[type='number'] {
    display: inline-block;
    width: auto;
    max-width: 180px;
    text-align: right;
    margin-left: 25px;
}
.ec-productRole .ec-productRole__actions .ec-select select {
    min-width: 180px;
    max-width: 180px;
}

.ec-select label {
    margin-right: 10px;
    font-weight: 500;
    margin-top: 8px;
}

#page_product_detail .ec-blockBtn--cancel {
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 11px;
    user-select: none;
    text-decoration: none;
    color: #666666;
    display: block;
    width: 73px;
    height: 48px;
    line-height: 86px;
    background: none;
}

.cart_box_bottom {
    overflow: hidden;
}
.fav_button_box {
    background: url(../img/custom/favbutton.png)20px 0px;
    background-repeat: no-repeat;
}
.fav_button_box_on {
    background: url(../img/custom/favedbutton.png)18px 0px;
    background-repeat: no-repeat;
}
.ec-productRole__btn2 {
    width: 70px;
    float: right;
    height: 70px;
}
p.tagforimg_5 {
    display: none;
}
.cart_box img {
    margin-bottom: 15px;
}
span.deliv-default {
    color: #e64759;
    font-size: 5vw;
    font-weight: bold;
}
span.deliv_meyasu {
        color: #e64759;
        font-size: 5vw;
        font-weight: bold;
}
span.deliv-def {
    color: #e64759;
    font-weight: bold;
    font-size: 5vw;
}
span.delivCome {
    display: block;
    margin-top: 1vw;
    margin-right: 1vw;
    font-size:3.3vw;
    width: 70vw;
}
p.deliv-default {
    display: inline;
}
#RelatedProduct-product_area {
    width: 100%;
    margin: 0 auto;
}
.related_wrap {
width: 100vw;
    background-color: #fffcf7;
    padding: 6px 0px 0px;
margin: 20px calc(50% - 50vw) 0px;
}
.related_box{
    width: 92%;
    margin: 0 auto;    
}
.RelatedProductname {
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    overflow: hidden;
    margin-bottom: 5px;
}
.RelatedProductprice {
    color: #000000;
    font-size: 20px;
    font-family: 'Shippori Antique';
    margin: -2px 0 5px 0;
    text-align: left;
}

#VarProduct-product_area .detail_numbers {
    display: block;
}
#VarProduct-product_area .var_detail_price {
   font-size: 20px;
    font-weight: bold;
    color:#E64759;
}

#VarProduct-product_area a {
    border: solid 1px #E2E2E2;
    padding: 3vw;
    font-size: 3vw;
    width: 30vw;
    margin-top: 2vw;
}

.ec-searchnavRole {
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
}

.ec-layoutRole__contentBottom .ec-shelfRole {
    max-width: 950px;
}

.ec-layoutRole__contentBottom .ec-shelfGrid .ec-shelfGrid__item:nth-child(4n){
    margin-right:0;
}

.ec-layoutRole__contentBottom .ec-shelfGrid .ec-shelfGrid__item {
width: 23%;
    padding: 0px;
    margin-right: 2vw;
}

.ec-layoutRole__contentBottom .ec-shelfGrid .ec-shelfGrid__item img {
    width: 100%;
}

a.ec-inlineBtn--action {
width: 250px;
    margin: 50px auto;
    display: block;
}

a.ec-inlineBtn--action:link {
    color: #FFFFFF;
}
a.ec-inlineBtn--action:visited {
    color: #FFFFFF;
}
.ec-inlineBtn--action {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 16px;
    text-decoration: none;
    color: #fff;
    background-color: #e64759;
    border-color: #e64759;
    border-radius: 5px;
}
#product_review_area .review_list {
    padding-left: 5px;
}
.review_list p {
    margin-top: 10px;
    font-size: 15px;
    padding-bottom: 5px;
}
.review_date {
    color: #FFFFFF;
}
.recommend_name {
    font-size: 13px;
    color: #666666;
    font-weight: 500;
}
.review_list li {
    list-style: none;
    border-bottom: solid 1px #e2e2e2;
    padding-bottom: 15px;
        font-size: 17px;
    color: #000000;
}
.ec-rectHeading h1, .ec-rectHeading h2, .ec-rectHeading h3, .ec-rectHeading h4, .ec-rectHeading h5, .ec-rectHeading h6 {
background: #F3F3F3;
    padding: 2vw;
    font-size: 18px;
    font-weight: bold;
}

.ec-totalBox{
    margin-top:30px;
}

.ec-productRole .ec-productRole__btn {
    min-width: 300px;
}
.deliv_text {
    color: #e64759;
}
.ec-productRole__Deliv {
    width: 330px;
}
.cart_box {
    background-color: #fff7ec;
    padding: 3vw;
    margin-top: 10px;
}
.ec-blockBtn--action {
    background-color: #E64759;
    border-color: #E64759;
    /* height: 50px; */
    /* padding: 2px 0px 0px; */
    /* line-height: 5px; */
}

.ec-cartRow .ec-cartRow__summary{
    font-size:3vw;
}

.ec-productRole .ec-productRole__price {
    color: #e64759;
}
.ec-price .ec-price__price {
    font-size: 35px;
    padding: 0px;
    font-family: 'Shippori Antique';
    color: #e64759;
}
.unit_price span {
    font-size: 20px;
    font-weight: bold;
    margin: 0px 6px 0px 0px;
}
.unit_price {
    color: #e64759;
    font-size: 15px;
    margin-top: 5px;
}
.point_font {
    color: #e64759;
    font-weight: bold;
}
.ec-point__point.point-default {
    color: #e64759;
    font-weight: bold;
    font-size: 20px;
    margin-right: 3px;
}
.ec-productRole .ec-productRole__priceRegular {
    padding-top: 0px;
}
.ec-price .ec-price__price {
    font-size: 25px;
    padding:0px;
    font-family: 'Shippori Antique';
}
.ec-productRole__category ul li {
    list-style: none;
}
.ec-productRole__category ul:nth-of-type(n+2) {
    display: none;
}
.ec-productRole .ec-productRole__code {
    padding: 0px 0 10px;
    border-bottom: none;
}
.ec-productRole {
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 950px;
}
.ec-productRole .ec-productRole__profile {
        width: 92%;
    margin: 0 auto;
}
.ec-grid2 .ec-grid2__cell {
    width: 100%;
    margin-right: 0px;
}
.ec-grid2 .ec-grid2__cell:nth-of-type(1) {
width: 100%;
}
.ec-productRole img {
width: 100%;
}

.ec-sliderItemRole {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

.ec-sliderItemRole .slideThumb {
    margin-bottom: 25px;
    width: 20%;
}
.ec-sliderItemRole .slideThumb img {
    width: 100%;
    border: solid 1px #999999;
}

.ec-sliderItemRole .slideThumb {
    margin-bottom: 10px;
    width: 84px;
    margin-right: 10px;
}
.ec-sliderItemRole .slideThumb:nth-of-type(5)  {
    margin-bottom: 10px;
    width: 84px;
    margin-right: 0;
}
.ec-sliderItemRole .slideThumb:nth-of-type(10)  {
    margin-bottom: 10px;
    width: 84px;
    margin-right: 0;
}
.ec-sliderItemRole .slideThumb:nth-of-type(15)  {
    margin-bottom: 10px;
    width: 84px;
    margin-right: 0;
}
.ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    line-height: 1.4em;
    width: 100%;
}

.ec-productRole__description img:nth-of-type(2) {

}
.ec-productRole__description img:nth-of-type(4) {
    margin-right: 0px;
}
.ec-productRole__description img:nth-of-type(6) {
    margin-right: 0px;
}
.ec-productRole__description img:nth-of-type(8) {
    margin-right: 0px;
}
.ec-productRole__description img:nth-of-type(10) {
    margin-right: 0px;
}
.ec-productRole__description img:nth-of-type(12) {
    margin-right: 0px;
}
.ec-productRole__description img:nth-of-type(14) {
    margin-right: 0px;
}
.ec-productRole__description img {
    width: 100%;
    margin: 0 0 15px 0px;
}

.ec-productRole__description table {
    clear: both;
}

.ec-productRole__category ul li:nth-of-type(2n) {
    margin-right: 0px;
}
.ec-productRole__category ul li {
    list-style: none;
    display: inline-block;
    margin-right: 13px;
        font-size: 15px;
}

.ec-productRole__category a:link {
    color: #32aacc;
}
.ec-productRole__category a:visited {
    color: #32aacc;
}
.ec-productRole__category a:hover {
    color: #32aacc;
}
.ec-productRole__category {
        width: 92%;
    margin: 0 auto 20px;
}

.ec-productRole .ec-productRole__price {
    padding: 15px 0 5px;
    border-bottom: none;
}
h4.detail_review img {
    width: 104px;
    vertical-align: text-top;
    margin-right: 6px;
}
h4.detail_review {
    font-size: 15px;
    margin: 0;
}

h4.detail_review a:link {
    color: #4cc1b1;
}
h4.detail_review a:visited {
    color: #4CC1B1;
}

h4.detail_review a:hover {
    color: #4cc1b1;
    opacity:0.8;
}





a:link {
    color: #666666;
    text-decoration: none;
}
a:visited {
    color: #666666;
    text-decoration: none;
}
a:hover {
    color: #666666;
    text-decoration: none;
    opacity: 0.7;
}


.head_info_dl dd {
    width: 100%;
    float: left;
    font-size: 15px;
}
.head_info_dl dt {
    width: 115px;
    float: left;
    font-size: 15px;
    font-weight: normal;
}
dl.head_info_dl {
    width: 92%;
    margin: 20px auto;
    overflow: hidden;
}
.head_information {
    border-top: solid 1px #e2e2e2;
    border-bottom: solid 1px #e2e2e2;
    margin: 13px 0 20px;
}
.ec-headerSearch .ec-headerSearch__keyword .ec-icon {
    width: 22px;
    height: 22px;
    margin: 9px 4px 0 0;
}
.ec-cartNavi__label {
    display: none;
}
.ec-cartNavi .ec-cartNavi__badge {
    min-width: 17px;
    position: relative;
    left: 37px;
    top: -40px;
}
.ec-cartNavi {
    padding: 2px 0px 0px 10px;
}
.head_cart {
    margin-top: 7px;
    font-size: 12px;
    font-weight: 400;
    font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
}
.ec-headerNav .ec-headerNav__item {
    margin-left: 0px;
    display: inline-block;
    font-size: 17px;
    text-align: center;
}

.ec-headerNav .spfav {
    display: none;
}
.ec-headerNav .spold {
    display: none;
}


.fa-lock:before{
    display: none
}
.fa-heart:before{
    display: none;
}
.fa-user:before {
    display:none;
}
.ec-cartNavi{
    background:#FFFFFF;
}
.ec-headerNav .ec-headerNav__itemLink {
        font-size: 11px;
        margin-right: 0;
        letter-spacing: -1px;
}
.fa-shopping-cart:before {
    display:none;
}

.ec-headerSearch .ec-headerSearch__keyword {
    position: relative;
    color: #666666;
    background-color: #f0f0f0;
    border-radius: 10px;
    border: none;
    float: right;
    width: 68%;
}
.ec-headerSearch {
    background: #f0f0f0;
    border-radius: 7px;
}
.ec-headerSearch .ec-headerSearch__category {
    float: left;
    width: 27%;
}

.ec-headerSearch .ec-headerSearch__category .ec-select {
    overflow: hidden;
    width: 70%;
    margin: 0;
    text-align: center;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
    position: absolute;
    top: 0.8em;
    right: 1.8em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000;
    pointer-events: none;
}
.ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
    border: none;
}
.ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
    width: 100%;
    height: 22px;
    font-size: 11px;
    border: 0 none;
    margin: 4px 10px 10px 4px;
    box-shadow: none;
    background: none;
    box-sizing: border-box;
    margin-bottom: 0;
    border-left: solid 1px #c5051c;
    border-radius: inherit;
}
.ec-headerSearch .ec-headerSearch__category .ec-select select {
    width: 100%;
    cursor: pointer;
    padding: 0 40px 0 10px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    appearance: none;
    color: #000000;
    font-size: 11px;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    float: left;
    border: 0;
    background: #f0f0f0;
    color: #666666;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    width: 122px;
    margin-right: 0px;
}
#header_newsmenu_wrap a:link {
    color: #FFFF00;
}
#header_newsmenu_wrap a:hover {
    color: #FFFF00;
}
#header_newsmenu_wrap a:visited {
    color: #FFFF00;
}

.ec-footerTitle .ec-footerTitle__copyright {
    font-size: 13px;
}
.ec-footerTitle {
    padding: 0px 0 20px;
    text-align: center;
    color: #666666;
}
.ec-footerNavi .ec-footerNavi__link a {
    display: inline-block;
    border-bottom: none;
    margin: 0 10px;
    padding: 0;
    text-decoration: underline;
    color: #666666;
}
.ec-footerNavi .ec-footerNavi__link a {
    display: block;
    padding: 15px 0;
    font-size: 13px;
    text-decoration: none;
}
.ec-footerRole a:link {
    color: #525263;
    text-decoration: none;
}
.ec-footerRole a:hover {
    color: #525263;
    text-decoration: none;
}
.ec-footerRole a:visted {
    color: #525263;
    text-decoration: none;
}
	.ec-footerRole__inner{ /*202405*/
		padding: 0 20px;
	}
.snsicon {
    margin-top: 30px;
    text-align: center;
}
.snsicon img {
    width: 40px;
    margin-right: 12px;
}
.footbox p {
    line-height: 1.5em;
    margin: 0 0 15px 0;
}
.footbox {
    overflow: hidden;
    max-width: 92%;
    margin: 0 auto 20px;
    font-size: 13px;
    padding-top: 40px;
}
.footbox .box1 {
    display: block;
    width: 100%;
}
.footbox .box2 {
display: none;
}
.spbox {
    display: block;
    width: 100%;
}
.spbox li {
    margin-bottom: 10px;
    margin-left: 10px;
}
.spbox h4{
    border-top: solid 1px #cccccc;
    padding-top: 15px;
    padding-bottom: 10px;
}
.box4 p {
    display: none;
}
.box3 p {
    display: none;
}
.footbox h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000000;
}
.ec-itemNav__nav li ul li ul:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    color: #CCCCCC;
    position: absolute;
    top: 11px;
    right: auto;
    left: -14px;
}
.ec-itemNav__nav li a {
    display: block;
    margin: 0;
    padding: 10px 28px 10px 10px; /*202405*/
    height: auto;
    color: #2e3233;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    text-align: left;
background: url(../img/custom/category_arrow.png);
    background-position: 159px 12px;
    background-repeat: no-repeat;
    background-size: 8px;
}


.ec-itemNav__nav li {
    float: none;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
}
.ec-categoryNaviRole {
    margin: 40px auto 30px;
    padding-left: 0;
    padding-right: 0;
}
.btn-default {
    color: #333;
    background-color: #fff;
    text-decoration: underline;
    padding: 0;
}
.ec-newsRole a{
    color:#333333;
}
.ec-newsRole .ec-newsRole__newsItem:last-of-type {
    text-align: left;
    text-decoration: underline;
    font-size: 13px;
    margin-top: 10px;
}
.btn {
    display: block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ec-newsRole .ec-newsRole__newsDate {
    display: inline-block;
    margin: 0;
    min-width: 120px;
    font-size: 12px;
    color: #999999;
}
.ec-newsRole .ec-newsRole__newsTitle {
display: inline-block;
    margin-bottom: 0px;
    width: 100%;
    font-size: 13px;
    font-weight: normal;
    color: #000000;
    line-height: 1.6;
}
.ec-newsRole .ec-newsRole__newsItem {
    padding: 10px 0;

}
.ec-newsRole .ec-newsRole__newsItem:not(:last-of-type) {
    border-bottom: solid 1px #CCCCCC;
}
.ec-newsRole .ec-newsRole__newsColumn {
    display: block;
}

.ec-newsRole .ec-newsRole__newsItem {
    width: 100%;
    margin: 0 auto;
}
.ec-newsRole .ec-newsRole__newsHeading {
    display: inherit;
}


.ec-layoutRole .ec-layoutRole__contents {
    margin: 0px auto 10px;
}
.ec-layoutRole .ec-layoutRole__left, .ec-layoutRole .ec-layoutRole__right {
    width: 170px;
}
.ec-footerRole {
    background: #eeeeee;
    border-top: none;
}


.ec-headingTitle {
    font-size: 20px;
    font-weight: bold;
margin: 0 auto 20px;
    color: #000000;
    width: 92%;
        padding-top: 20px;
}

.ec-layoutRole .ec-layoutRole__mainWithColumn {
    padding-left: 0px;
}
.ec-calendar__month {
    margin: 0px;
}


.ec-calendar__month th, .ec-calendar__month td {
    padding: 1px 5px 1px 5px;
    text-align: center;
    vertical-align: middle;
}


#page_product_detail .ec-layoutRole .ec-layoutRole__contents {
    display:block;
}

.ec-layoutRole .ec-layoutRole__contents {

}
.ec-calendar {
    font-size: 13px;
}
*{
    margin:0;
    padding:0;
}

.ec-layoutRole .ec-layoutRole__mainWithColumn {

}

.ec-calendar {
    flex-direction: row;
    margin-left: 0;
}

.ec-calendar__month th, .ec-calendar__month td {
    border-top: none;
    border-bottom: none;
}

.ec-secHeading .ec-secHeading__en {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: inherit;
}

.ec-calendar .ec-calendar__sat {
 background: none;
    color: #de625b;
}

.ec-calendar .ec-calendar__mon, .ec-calendar .ec-calendar__tue, .ec-calendar .ec-calendar__wed, .ec-calendar .ec-calendar__thu, .ec-calendar .ec-calendar__fri {
    background: none;
    color: #333;
}

.ec-calendar .ec-calendar__sun {
    background: none;
    color: #DE5D50;
}
.ec-calendar .ec-calendar__holiday {
    background: #fcdee0;
}

p.calendar_caution {

    font-size: 11px;
    margin-top: 15px;
}


.ec-calendar .ec-calendar__today::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: none;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.ec-calendar .ec-calendar__today {
    color: #333;
    position: relative;
    z-index: 1;
    background: #f9abab;
}



th#this-month-title {
    padding: 0 0 7px 0;
}
th#next-month-title {
    padding: 17px 0 7px 0;
}

#header{
max-width: 768px;
width:92%;
    margin: 20px auto 15px;
    overflow: hidden;
}

#header_image {
    background: url(../img/custom/back1.jpg)no-repeat;
    background-position: center top;
    padding-top: 40px;
    background-color: #5cd1fc;
}
#header_newsmenu_wrap {
    background-color: #C5051C;
}

#header_newsmenu {
color: #FFFFFF;
    overflow: hidden;
    max-width: 768px;
    margin: 0 auto;
    padding: 3px 0;
    font-size: 13px;
    font-weight: 500;
}

#header_newsmenu .news_text {
    float: left;
    width: 50%;
}

#header_newsmenu .menu_text {
    float: right;
    width: 50%;
    margin: 0px;
    text-align: right;
}

.menu_text li {
    display: inline-block;
    margin-left: 25px;
}

#head_logo{
    width:155px;
    float:left;
    margin-top:8px;
}

.ec-headerNaviRole__search {
    width: 92%;
    float: left;
        margin-top: 8px;
}

.ec-headerNaviRole__nav {
width: 60px;
    float: left;
}
.ec-headerRole__cart {
    width: 60px;
    float: left;
}
.ec-headerNav__itemIcon.fas.fa-lock.fa-fw {
    display: block;
}
.ec-headerNav__itemIcon.fas.fa-heart.fa-fw {
    display: block;
}

.ec-sliderRole{
    max-width:100%;
padding-left:0px;
padding-right:0px;
    margin-bottom: 10px;
}

.ec-sliderRole img{
    max-width:100vw;
    margin: 0 auto;
}
.ec-newsRole {
padding: 20px 0px 0px 0px;
    margin: 10px 0 35px 0;
    border-top: solid 2px #e3e3e3;
}
.item.slick-slide{
    width:880px;
    margin:0 15px;
}
.ec-role {
    max-width: 100%;
    padding: 0px;
}
.ec-newsRole .ec-newsRole__newsItem {
     width: 100%;
    margin: 0 auto;
}
.ec-newsRole .ec-newsRole__news {
border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    padding: 0;
        width: 92%;
    margin: 0 auto;
}
#head_category {
max-width: 768px;
   /* margin: 0 auto; 202405 */
	margin: 0 auto 13px auto;
    overflow: hidden;
}
.head_category_box1 {
    width: 190px;
    float: left;
    font-size: 17px;
    font-weight: bold;
    color: #cb201d;
    display: none;
}
.head_category_box2 {
width: 92%;
    overflow: hidden;
    margin: 0 auto;
}
.head_category_box2 ul {
        display: flex;
        margin-bottom: 0px;
        flex-wrap: wrap;
        justify-content: space-between;
}
.head_category_box2 ul li {
    width: 24%;
    text-align: center;
    background-color: #eee;
    font-weight: bold;
    border-radius: 4px;
    font-size: 11px;
    margin-bottom: 3px;
    list-style: none;
        align-self: auto;
        padding: 5px;
}
.head_category_box2 .headtext {
    display: inline-block;
    color: #cb201d;
    font-weight: bold;
    padding: 2px 0 8px 0;
    vertical-align: top;
    margin-right: 6px;
    margin-top: 1px;
}


/* : ランキング : */

.productRank1 {
    display: block;
    height: 16px;
    width: 39px;
    margin-bottom: 10px;
    color: #ffffff;
    background: url(../img/custom/rank/rank1.png);
    text-align: left;
    font-size: 12px;
    padding-left: 12px;
}
#page_product_list .ec-shelfGrid__item p.productRank1 {
    color: #ffffff;
    font-size: 12px;
}
.productRank2 {
    display: block;
    height: 16px;
    width: 39px;
    margin-bottom: 10px;
    color: #ffffff;
    background: url(../img/custom/rank/rank2.png);
    text-align: left;
    font-size: 12px;
    padding-left: 12px;
}
#page_product_list .ec-shelfGrid__item p.productRank2 {
    color: #ffffff;
    font-size: 12px;
}
.productRank3 {
    display: block;
    height: 16px;
    width: 39px;
    margin-bottom: 10px;
    color: #ffffff;
    background: url(../img/custom/rank/rank3.png);
    text-align: left;
    font-size: 12px;
    padding-left: 12px;
}
#page_product_list .ec-shelfGrid__item p.productRank3 {
    color: #ffffff;
    font-size: 12px;
}
.productRank4 {
    display: block;
    height: 16px;
    width: 39px;
    margin-bottom: 10px;
    color: #ffffff;
    background: url(../img/custom/rank/rank.png);
    text-align: left;
    font-size: 12px;
    padding-left: 12px;
}
#page_product_list .ec-shelfGrid__item p.productRank4 {
    color: #ffffff;
    font-size: 12px;
}




}






/* ::::::::::::::::::::::::::::::: パソコン用CSS :::::::::::::::::::::::::::::::::::::: */



@media screen and (min-width: 769px)  {


svg#ts_A_2 {
        width: 20px;
        height: 20px;
    }
svg#ts_D_2 {
        width: 20px;
        height: 20px;
    }
svg#ts_A_4 {
        width: 20px;
        height: 20px;
    }
svg#ts_D_4 {
        width: 20px;
        height: 20px;
    }


    
h2.sampleH2 {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}    
    
    
#sampleTable {
    margin: 10px 0;
}
.sampleLink a:link {
    color: #e64759;
    text-decoration: underline;
}
.sampleLink a:visited {
    color: #e64759;
    text-decoration: underline;
}
.sampleLink a:hover{
    color: #e64759;
    text-decoration: underline;
}
.sampleLink p {
    font-size: 18px;
    font-weight: bold;
}
p.sampleEx {
    margin-top: 20px;
    padding-left: 50px;
    background: url(../img/custom/ex.png);
    background-repeat: no-repeat;
}

.sampleBox h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #e34156;
    margin-bottom: 25px;
}
.sampleCaution {
    background-color: #FFFFFF;
    padding: 15px 15px 1px;
}
.sampleBox {
    background-color: #fef5e6;
    padding: 30px 40px;
    margin-bottom: 50px;
}
.sampleLink img {
    margin: 0 15px 30px;
}
.sampleLink {
    text-align: center;
}
ul.sampleBoxList2 li {
    list-style: none;
}
ul.sampleBoxList li {
    list-style: disc;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
ul.sampleBoxList {
    padding: 10px 20px 5px;
}

ul.sampleBoxList li span {
    color: #e34156;
}

p.tagforimg_4 {
        background: url(../img/custom/delivfree4.jpg);
        display: block;
        width: 400px;
        height: 40px;
    }
p.tagforimg_6 {
        background: url(../img/custom/delivfree6.jpg);
        display: block;
        width: 400px;
        height: 40px;
    }

.related_products_area {
    display: none;
}
 
.rankingBlock .ec-shelfGrid {
    height: 340px;
    overflow: hidden;
} 
.rankingBlock h2{/*202405*/
	margin: 40px 0 20px 0;
} 
p.detailP {
    color: #525263;
    font-weight: normal;
    font-size: 15px;
    margin-top: 8px;
}

ul.ec-navlistRole__navlist {
    font-size: 15px;
}    
.ec-navlistRole .ec-navlistRole__item a {
    padding: 10px;
}

#page_mypage_oldorderhistory .ec-historyRole__detail .ec-definitions dt {
    margin-left: 15px;
}    

#page_mypage_oldorderhistory .ec-historyRole__detail .ec-definitions {
    text-align: right;
    font-size: 15px;
}

#page_mypage_oldorderhistory .ec-historyRole__detail br{
display:none;
}

form#orderlogform {
    margin-bottom: 20px;
}    
    
#page_mypage_oldorderhistory .ec-historyRole__detail li {
    list-style: none;
    padding-left: 25px;
}
#page_mypage_oldorderhistory .ec-definitions {

}

.ec-definitions:last-of-type {
    border: none;
}
.ec-definitions {
    margin: 13px 0;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 15px;
}
    
p.deliv-default {
    display: inline;
}
    
.ec-productRole__description {
    text-align: center;
}    
    
    
ul.category_banner2 {
    display: flex;
            flex-wrap: wrap;
}
.category_banner2 li {
    list-style: none;
/*    display: block; 202405
    width: 173px;
    text-align: center;
    background-color: #f3f3f3;
    border: solid 1px #e2e2e2;
    padding: 10px;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;*/
}
ul.category_banner2 li a {/* 202405*/
	display: block;
    width: 173px;
    text-align: center;
    background-color: #f3f3f3;
    border: solid 1px #e2e2e2;
    padding: 10px;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.ec-login__link2 a { /*20240522*/
    display: block;
    background-color: #f3ce0e;
    text-align: center;
    padding: 17px;
    margin: 0 auto;
    font-weight: bold;
}

.ec-login .ec-login__link {
    margin: 20px 0 0 0;
    text-align: center;
}
   
.ec-off4Grid a:visited {
    color: #eee;
}    

.ec-role_info h2 {
    font-size: 17px;
}

.ec-totalBox a:link {
    color: #FFFFFF;
}

.spbox{
    display: none;
}

.spmain_visual{
 display: none;   
}

#header_newsmenu_wrap .headlinkco a:visited {
    color: #FFFFFF;
}
#header_newsmenu_wrap .headlinkco a:link {
    color: #FFFFFF;
}

.head_category_box1 a:link {
    color: #cb201d;
}
.head_category_box1 a:visited {
    color: #cb201d;
}

/* : ランキング : */

.productRank1 {
    display: block;
    height: 16px;
    width: 39px;
    margin-bottom: 10px;
    color: #ffffff;
    background: url(../img/custom/rank/rank1.png);
    text-align: left;
    font-size: 12px;
    padding-left: 12px;
}
#page_product_list .ec-shelfGrid__item p.productRank1 {
    color: #ffffff;
    font-size: 12px;
}
.productRank2 {
    display: block;
    height: 16px;
    width: 39px;
    margin-bottom: 10px;
    color: #ffffff;
    background: url(../img/custom/rank/rank2.png);
    text-align: left;
    font-size: 12px;
    padding-left: 12px;
}
#page_product_list .ec-shelfGrid__item p.productRank2 {
    color: #ffffff;
    font-size: 12px;
}
.productRank3 {
    display: block;
    height: 16px;
    width: 39px;
    margin-bottom: 10px;
    color: #ffffff;
    background: url(../img/custom/rank/rank3.png);
    text-align: left;
    font-size: 12px;
    padding-left: 12px;
}
#page_product_list .ec-shelfGrid__item p.productRank3 {
    color: #ffffff;
    font-size: 12px;
}
.productRank4 {
    display: block;
    height: 16px;
    width: 39px;
    margin-bottom: 10px;
    color: #ffffff;
    background: url(../img/custom/rank/rank.png);
    text-align: left;
    font-size: 12px;
    padding-left: 12px;
}
#page_product_list .ec-shelfGrid__item p.productRank4 {
    color: #ffffff;
    font-size: 12px;
}


/* : 無料サンプル特典 : */

.free_sample_wrap {
    background-color: #fef5e6;
    padding: 50px 50px;
}

.free_sample_wrap h3 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #e64759;
    margin: 0 0 30px;
}

.free_sample_list {
    margin: 0 0 0 10px;
}

.free_sample_list li {
    list-style: none;
    line-height: 1.6em;
    font-weight: bold;

    font-size: 16px;
}

.free_sample_list li::before {
    position: relative;
    top: -4px;
    left: -8px;
    display: inline-block;
    width: 3px;
    height: 3px;
    content: '';
    border-radius: 100%;
    background: #333;
}

.free_sample_list span {
    color: #e64759;
}

.free_sample_link{
    width:760px;
    margin: 50px auto;
}

.free_sample_caution_box {
    background-color: #FFFFFF;
    padding: 15px;
    font-size: 15px;
    margin: 15px 0 20px 0;
}

.free_sample_caution_box li {
    list-style: none;
    line-height: 1.4em;
}

.free_sample_caution_box li::before {
    position: relative;
    top: 0px;
    left: -2px;
    display: inline-block;
    content: '※';
    border-radius: 100%;
}

.free_sample_caution_box h4 {
    color: #E64759;
    font-weight: bold;
    margin: 2px 0 4px;
}

.free_sample_caution2{
    background: url(../img/custom/sample3.jpg)no-repeat;
    background-position: center top;
}


.free_sample_caution2 {
    background: url(../img/custom/sample3.jpg)no-repeat;
    background-position: left top;
    padding: 0 0 0 50px;
    font-size: 14px;
    margin-bottom: 40px;
}

.free_sample_box_wrap {
    width: 600px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.free_sample_box_wrap h4 {
    color: #e64759;
    font-weight: bold;
}

.free_sample_leftbox {
    float: left;
    width: 250px;
}

.free_sample_rightbox {
    float: right;
    width: 250px;
}

.free_sample_box_wrap p {
    font-size: 15px;
    margin-top: 15px;
}
.free_sample_box_wrap a {
    display: table-cell;
    width: 250px;
    height: 56px;
    background-color: #e64759;
    vertical-align: middle;
}
.free_sample_box_wrap a:link {
    color: #FFFFFF;
}
.free_sample_box_wrap a:visited {
    color: #FFFFFF;
}

/* : 利用ガイド : */

.linone{
    list-style: none;
}

.netorder li {
    padding: 0 0 0 10px;
    margin: 0 0 0 20px;
}
.netorder li li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.spot_link a:link {
    color: #CA0709;
}

.spot_link a:visited {
    color: #CA0709;
}

.spot_link {
    text-align: right;
}


.guide-main img {
    width: inherit;
}
.emphasis {
    color: #ca0729;
    font-size: 19px;
}

figure {
    text-align: center;
    margin: 20px 0;
}

img.five-e {
 width:inherit;
}


.guide_navi_box li {
    list-style: none;
    line-height: 2.2em;
    margin-left:10px;
}

.guide_navi_box li::before {
    position: relative;
    top: -4px;
    left: -8px;
    display: inline-block;
    width: 3px;
    height: 3px;
    content: '';
    border-radius: 100%;
    background: #333;
}


.webbill li {
    list-style: none;
    padding: 0 0 0 12px;
    line-height: 1.8em;
}

.webbill li::before {
    position: relative;
    top: -4px;
    left: -8px;
    display: inline-block;
    width: 3px;
    height: 3px;
    content: '';
    border-radius: 100%;
    background: #333;
}

.guidelist li {
    list-style: none;
    padding: 0 0 0 12px;
    line-height: 1.8em;
}

.guidelist li::before {
    position: relative;
    top: -4px;
    left: -8px;
    display: inline-block;
    width: 3px;
    height: 3px;
    content: '';
    border-radius: 100%;
    background: #333;
}


.linone li.cautionmark::before {
    position: relative;
    top: 0px;
    left: -2px;
    display: inline-block;
    content: '※';
    border-radius: 100%;
}

.caution_child{
    list-style: none;
}

.caution_child li::before{
position: relative;
    top: 0px;
    left: -2px;
    display: inline-block;
    content: '※';
    border-radius: 100%;
}


li.stylenone::before {
    display: none;
}


.linone .middle {
    color: #CA0729;
    font-size: 20px;
}
.guidelist .middle {
    color: #CA0729;
    font-size: 20px;
}
.guide_navi_box a:link {
    color: #bf0026;
    font-weight: bold;
    border-bottom: solid 1px;
}

.guide_navi_box a:visited {
    color: #bf0026;

    font-weight: bold;
    border-bottom: solid 1px;
}

.guidsubbox {
    border: solid 2px #ddd;
    padding: 15px 10px 5px 15px;
    color: #cA0729;
}
.guidsubbox2 {
    border: solid 2px #ddd;
    padding: 15px 10px 5px 15px;
    color: #cA0729;
    margin-bottom:15px;
}
.navigation h1 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: bold;
}
.navigation {
    background-color: #fef5e6;
    padding: 25px;
        margin-top: 30px;
        overflow: hidden;
}

#acMenu {
    overflow: hidden;
}
.guide_navi_box {
    background-color: #FFFFFF;
    padding: 20px 20px 7px;
    border-radius: 10px;
    margin-bottom: 20px;
    width:100%;
}

.guide_navi_box .title {
    font-weight: bold;
    border-bottom: solid 1px #efefef;
    padding: 0 0 5px 0;
    margin-bottom: 15px;
}

.kaiin_merit_wrap a {
    display: table-cell;
    width: 250px;
    height: 56px;
    background-color: #e64759;
    vertical-align: middle;
    text-align: center;
}

.kaiin_doi2 a:link {
    color: #FFFFFF;
}

.kaiin_doi2 a:visited {
    color: #FFFFFF;
}

.kaiin_doi2 {
    width: 250px;
    margin: 30px auto;
}

.kaiin_doi2 a {
    display: table-cell;
    width: 250px;
    height: 56px;
    background-color: #e64759;
    vertical-align: middle;
    text-align: center;
}



.caution_child li {
    margin-left: 31px;
    padding-left: 2px;
    text-indent: -8px;
}

.guide_nabi_box_left {
    float: left;
    width: 48%;
}
.guide_nabi_box_right {
    float: right;
    width: 48%;
}
.guide-main section {
    margin: 0 0 30px 0;
}
.guide-main h3 {
    border-top: none;
    border-bottom: 1px solid #eee;
    margin: 25px 0px 10px;
    padding: 0 0 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #ca0729;
}
.guide-main h2 {
    border-top: none;
    border-bottom: 1px solid #eee;
    margin: 50px 0px 0px;
    padding: 0px 0 8px 0;
    font-size: 20px;
    font-weight: bold;
}

.frame {
    border: solid 2px #ddd;
    padding: 15px;
    margin: 15px 0 15px 0;
}
h4.midashired {
    color: #CA0729;
    font-size: 16px;
}

.pointbox {
    background-color: #fef5e6;
    padding: 1px 30px 30px;
    margin-top: 20px;
}
.guidepointlist li {
    font-size: 20px;
    text-decoration: underline;
    list-style: none;
    line-height: 1.7em;
}

/* : 特定商取引用 : */
.tokushou span {
    display: block;
    margin-left: 13px;
}
.tokushoul2 li {
    list-style: none;
    text-indent: -13px;
    margin-left: 26px;
    line-height: 1.8em;
}
ul.tokushoul {
    margin-top: 15px;
}
ul.tokushoul li {
    list-style: none;
    text-indent: -13px;
    margin-left: 13px;
    line-height: 1.8em;
}
.tokushou dd {
    padding-bottom: 20px;
    font-weight: normal;
    font-size: 14px;
}
.tokushou dt {
    font-weight: bold;
    color: #000000;
    font-size: 16px;
    border-bottom: solid 1px #efefef;
    padding-bottom: 10px;
    margin-bottom: 10px;
}


/* : 個人情報保護方針用 : */

.cosighn {
    text-align: right;
    border-bottom: solid 1px #efefef;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}

h4.normal {
    color: #c5051c;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 20px;
}

.privacyBox p {
    margin-bottom: 30px;
}


/* : FAQ用 : */

p.tittlePage {
    font-size: 25px;
    font-weight: bold;
    color: #c5051c;
    margin-bottom: 20px;
}

.faqdl dt {
    font-size: 17px;
    color: #c5051c;
    margin-bottom: 10px;
}

.faqdl dt span {
    font-size: 22px;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
    margin-right: 10px;
    margin-left: 5px;
}
.faqdl dd span {
    font-weight: bold;
    color: #c5051c;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
    font-size: 16px;
    margin-left: 1px;
    margin-right: 5px;
}
.faqdl dd {
    border-bottom: dotted 2px #eeeeee;
    margin-bottom: 10px;
    padding-bottom: 30px;
}

.faqdl dd .faqcaution {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 15px;
    margin-top: 5px;
}

ul.faqul {
    list-style: none;
}



/* : 新規会員登録 : */

.kaiin_merit_wrap {
    background-color: #fef5e6;
    padding: 50px 50px;
}

.kaiin_merit_wrap h3 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #e64759;
    margin: 0 0 30px;
}

.kaiin_merit_box{
    overflow: hidden;
    text-align: center;
    margin-bottom: 40px;
}

.kaiin_merit_box p{
    text-align: left;
    font-size: 14px;
}

.kaiin_merit_box img {
    width: 160px;
    margin: 5px 0 15px;
}

.kaiin_merit_box h4 {
    color: #E64759;
    font-weight: bold;
    margin: 2px 0 4px;
}

.kaiin_merit_box1 {
    width: 266px;
    float: left;
    background-color: #FFFFFF;
    padding: 25px;
        margin-right: 26px;
        height: 670px;
}

.kaiin_merit_box2 {
    width: 266px;
    float: left;
    background-color: #FFFFFF;
    padding: 25px;
    height: 670px;
}

.kaiin_merit_box3 {
    width: 266px;
    float: right;
    background-color: #FFFFFF;
    padding: 25px;
    height: 670px;
}

p.kaiin_red {
    color: #e64759;
    text-align: center;
    margin: 15px;
}

p.kaiin_caution {
    font-size: 12px;
    margin-top: 20px;
}

span.kaiin_little {
    color: #e64759;
    font-size: 10px;
    margin: 0 10px 0 0;
}

.kaiin_caution span {
    color: #e64759;
    margin-right: 5px;
}


p.kaiin_inner_box {
    border: solid 1px #999;
    padding: 10px;
    font-size: 12px;
    margin-top: 20px;
}


.kaiin_merit_wrap h5 {
    text-align: center;
    color: #e64759;
    font-size: 17px;
    margin-bottom: 15px;
}

.kaiin_merit_wrap a {
    display: table-cell;
    width: 250px;
    height: 56px;
    background-color: #e64759;
    vertical-align: middle;
    text-align: center;
}
.kaiin_merit_wrap a:link {
    color: #FFFFFF;
}
.kaiin_merit_wrap a:visited {
    color: #FFFFFF;
}

a.kaiin_kiyaku {
    display: inherit;
    background: none;
    width: inherit;
    height: inherit;
    margin: 20px 0;
}
a.kaiin_kiyaku:link {
    color: #0091c2;
    text-decoration: underline;
    font-weight: bold;
}
a.kaiin_kiyaku:visited {
    color: #0091c2;
    text-decoration: underline;
    font-weight: bold;
}

.kaiin_merit_box a:link {
    color: #0091c2;
}

.kaiin_merit_box a:visited {
    color: #0091c2;
}
.kaiin_merit_box a {
    display: inline;
    width: inherit;
    height: inherit;
    text-align: left;
    background: none;
}

p.kaiin_doi {
    width: 250px;
    margin: 0 auto;
}

.zero img {
    width: inherit;
    margin-left: 10px;
}

.epoint-tit {
    text-align: center;
    margin-bottom: 20px;
}
.epoint-tit .middle {
    color: #CA0729;
    font-weight: bold;
}



.footspcontact {
display:none;
}
    
.spmenu{
    display:none;
}    
    
.pcnone{
    display: none;
}
    
body{
    font-weight: 500;
}
.ec-shelfGrid .ec-shelfGrid__item img {
    width: auto;
    max-height: 100%;
    margin-bottom: 10px;
}
.ec-shelfGrid .ec-shelfGrid__item-image {
    height: 172px;
    margin-bottom: 10px;
}
.ec-shelfGrid__item dt.item_name {
font-size: 13px;
    font-weight: 500;
    height: 40px;
    overflow: hidden;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    /*white-space: nowrap; 20240516*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.ec-shelfGrid__item .item_price {
    color: #000000;
    font-size: 20px;
    font-family: 'Shippori Antique';
    margin: -2px 0 5px 0;
    text-align: left;
}

.ec-shelfGrid__item dd:nth-child(3){
    font-size:12px;
    text-align: center;
    display: none;
}


.ec-shelfRole{
    padding-left:0px;
    padding-right:0px;
}
.ec-shelfGrid {
    margin-left: 0px;
    margin-right: 0px;
}

.ichiul li:nth-of-type(3n) {
    margin-right: 0px;
}
.ichiul li img {
    width: 235px;
}
.ichiul {
    overflow: hidden;
    width: 735px;
}
.ichiul li {
    list-style: none;
    display: block;
    width: 231px;
    margin-right: 20px;
        margin-bottom: 20px;
    float: left;
}
.ichiitem {
    font-size: 15px;
    color: #000000;
    line-height: 1.4em;
    font-weight: bold;
}

.ec-itemNav__nav li ul li a {
border-bottom: none;
    padding: 10px 25px 10px 10px;
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    text-align: left;
    background: white;
}

/*.ec-itemNav__nav li ul li {
    margin-bottom: 0px;
    margin-left: 0px;
     box-shadow: 10px 10px 15px -10px;
}
202405 */

.ec-itemNav__nav li ul {
    /*z-index: 0;*/
    margin: 0;
    padding: 0;
    min-width: 200px;
    list-style: none;
    position: absolute;
    top: 0%;
    left: 170px;
	box-shadow: 7px 7px 14px -10px; /*202405 */
	border-left: 1px solid #EFEFEF; /*202405 */
}
.ec-itemNav__nav > li:hover > a {
  background: #EFEFEF;
}

.ec-itemNav__nav > li:hover li:hover > a {
  background: #EFEFEF;
    opacity:1;
}

.ec-itemNav__nav li ul li ul li a {
  background: #FFFFFF;
}

.ec-itemNav__nav li:hover ul li ul li a:hover {
  background: #EFEFEF;
  opacity:1;
}




/* ブロック管理用CSS */


.ec-layoutRole__contentBottom .ec-shelfGrid .ec-shelfGrid__item .item_price .recommend_average {
    font-size: 13px;
    font-weight: 500;
}
.ec-layoutRole__contentBottom .ec-shelfGrid .ec-shelfGrid__item .item_price .recommend_average img {
    max-width: 88px;
    vertical-align: -webkit-baseline-middle;
}

.item_price p {
    font-size: 13px;
    color: #919191;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 5px;
}




/* : 一覧ページ カテゴリー画像用 : */

.apg_category_image {
    background: none;
    background-size: auto;
    min-height: inherit;
    max-height: inherit;
    width: 100%;
    margin-top: 40px;
}
.apg_category_image img {
    width: 100%;
}

/* 一覧ページ用CSS */


.ec-shelfGrid .ec-shelfGrid__item {
    width: 172px;
}

.ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
    padding: 0;
    margin-right: 15px;
}
.ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
    padding: 0;
    margin-right: 15px;
}

.ec-shelfGrid .ec-shelfGrid__item:nth-child(4) {
    margin-right: 0px;
}
.ec-shelfGrid .ec-shelfGrid__item:nth-child(8) {
    margin-right: 0px;
}
.ec-shelfGrid .ec-shelfGrid__item:nth-child(12) {
    margin-right: 0px;
}
.ec-shelfGrid .ec-shelfGrid__item:nth-child(16) {
    margin-right: 0px;
}
.ec-shelfGrid .ec-shelfGrid__item:nth-child(20) {
    margin-right: 0px;
}
.ec-shelfGrid .ec-shelfGrid__item:nth-child(24) {
    margin-right: 0px;
}






.ec-shelfRole .ec-shelfRole__tag {
    display: inline-block;
    font-size: 12px;
    list-style: none;
    border: solid 1px;
    border-radius: inherit;
    padding: 2px 5px;
}

#page_product_list .ec-shelfGrid__item .recommend_average {
    font-size: 13px;
    color: #000000;
}
#page_product_list .ec-shelfGrid__item .recommend_average img {
    max-width: 88px;
    vertical-align: -webkit-baseline-middle;
}

#page_homepage .ec-shelfGrid__item .recommend_average {
    font-size: 13px;
    color: #000000;
}
#page_homepage .ec-shelfGrid__item .recommend_average img {
    max-width: 88px;
    vertical-align: -webkit-baseline-middle;
}



.recommend_average img {
    max-width: 104px;
}
.recommend_level img {
    max-width: 90px;
}
.category_tittle2 {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
}
.ec-topicpath {
    padding: 30px 0 10px;
    border: 0;
    font-size: 16px;
    display: none;
}
.ec-select select {
    display: inline-block;
    width: auto;
    max-width: 100%;
    background-color: #FFFFFF;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
}
.ec-font-bold {
    font-weight: bold;
    font-size: 20px;
    margin-right: 5px;
}
.ec-searchnavRole .ec-searchnavRole__infos {
    border-top: none;
    flex-direction: row;
    background-color: #f3f3f3;
    margin-bottom: 20px;
    padding: 18px 25px 0px;
        margin-top: 45px;
}
.ec-searchnavRole .ec-searchnavRole__infos2 {
    border-top: none;
    flex-direction: row;
    background-color: #f3f3f3;
    margin-bottom: 20px;
    padding: 10px 25px 10px;
        margin-top: 45px;
}
.pankuzlist {
    width: 950px;
    margin: 0 auto;
    list-style: none;
    overflow: hidden;
    font-size: 15px;
}
.pankuzlist li {
    display: inline-block;
    margin-right: 7px;
}
h3.category_tittle {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin: 40px 0 20px 0;
}
.category_banner li p {
    width: 150px;
    float: left;
    font-size: 15px;
    margin: 8px 10px 8px 10px;
}
.category_banner li:nth-of-type(3n) {
    margin-right: 0px;
}
.category_banner li {
    width: 233px;
 /*   float: left;*/
    border: solid 1px #e2e2e2;
    margin-bottom: 18px;
    margin-right: 18px;
}

ul.category_banner li {
    list-style: none;
}
.category_banner li img {
    width: 60px;
    /*float: left;*/
}
  .category_banner {
    overflow: hidden;
    display: flex; /*202405*/
    flex-wrap: wrap; /*202405*/
  }
.category_banner a {
  display: flex;
  align-items: center;
}	
.apg_category_description {
    margin: 0;
    padding: 0;
    /* border-top: 1px solid #D9D9D9; */
    border-bottom: none;
}
.ec-layoutRole__main .ec-shelfGrid .ec-shelfGrid__item {
width: 172px;
    padding: 0px;
    margin-right: 20px;
    font-size: 13px;
}

#page_product_detail .ec-layoutRole__main .ec-shelfGrid .ec-shelfGrid__item {
    width: 128px;
}

#page_product_list .ec-shelfGrid__item p {
    font-size: 12px;
    color: #6b5d5d;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
}



#page_product_list .ec-shelfGrid__item .product_list_name {
    overflow: hidden;
    margin-bottom: 7px;
    font-size: 15px;
    color: #333333;
    font-weight: bold;
}
#page_product_list .ec-shelfGrid__item .price02-default {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
}

#page_product_list .ec-shelfGrid__item form {
    display: none;
}
#page_product_list .ec-productRole__btn {
    display: none;
}



/* 詳細ページ用CSS */

.ec-productRole__description table {
    margin: 50px 0 40px 0px;
    width: 100%;
}

.ec-productRole__description table td {
    padding: 8px;
    text-align: left;
}

.wrapper150520 {

}
#page_product_detail .ec-grid2 {
    margin-bottom: 60px;
}
span.review_cnt {
    font-weight: normal;
    font-size: 15px;
    margin-left: 3px;
    vertical-align: text-bottom;
}
span.review_avg {
    font-size: 25px;
    margin-left: 3px;
    vertical-align: middle;
}
p.deliv_caution {
    font-size: 12px;
    margin-bottom: 6px;
    color: #e64759;
}
.ec-numberInput input[type='number'] {
    display: inline-block;
    width: auto;
    max-width: 180px;
    text-align: right;
    margin-left: 25px;
}
.ec-productRole .ec-productRole__actions .ec-select select {
    min-width: 180px;
    max-width: 180px;
}

.ec-select label {
    margin-right: 10px;
    font-weight: 500;
    margin-top: 8px;
}

#page_product_detail .ec-blockBtn--cancel {
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 11px;
    user-select: none;
    text-decoration: none;
    color: #666666;
    display: block;
    width: 73px;
    height: 48px;
    line-height: 86px;
    background: none;
}

.cart_box_bottom {
    overflow: hidden;
}
.fav_button_box {
    background: url(../img/custom/favbutton.png)20px 0px;
    background-repeat: no-repeat;
}
.fav_button_box_on {
    background: url(../img/custom/favedbutton.png)18px 0px;
    background-repeat: no-repeat;
}
.ec-productRole__btn2 {
    width: 70px;
    float: right;
    height: 70px;
}
p.tagforimg_5 {
    display: none;
}
.cart_box img {
    margin-bottom: 15px;
}
span.deliv-default {
    color: #e64759;
    font-size: 20px;
    font-weight: bold;
}
span.deliv_meyasu {
        color: #e64759;
        font-size: 20px;
        font-weight: bold;
}
span.deliv-def {
    color: #e64759;
    font-weight: bold;
    font-size: 20px;
}
span.delivCome {
    display: block;
    margin-top: 8px;
    margin-right: 10px;
}
#RelatedProduct-product_area {
    width: 950px;
    margin: 0 auto;
}
.related_wrap {
width: 98vw;
    background-color: #fffcf7;
    padding: 50px 0px 0px;
    margin: 50px calc(50% - 49vw) 50px;
}
.related_box{
    width: 950px;
    margin: 0 auto;    
}
.RelatedProductname {
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    overflow: hidden;
    margin-bottom: 5px;
}
.RelatedProductprice {
    color: #000000;
    font-size: 20px;
    font-family: 'Shippori Antique';
    margin: -2px 0 5px 0;
    text-align: left;
}

#VarProduct-product_area .detail_numbers {
    display: block;
}
#VarProduct-product_area .var_detail_price {
   font-size: 20px;
    font-weight: bold;
    color:#E64759;
}

#VarProduct-product_area a {
    border: solid 1px #E2E2E2;
    padding: 11px;
    font-size: 15px;
    width: 140px;
    margin-top: 10px;
}

.ec-searchnavRole {
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
}

.ec-layoutRole__contentBottom .ec-shelfRole {
    max-width: 950px;
}
#page_product_detail li.ec-shelfGrid__item:nth-child(5n) { /*202405 5から5nに変更*/
    margin-right: 0px;
}
.ec-layoutRole__contentBottom .ec-shelfGrid .ec-shelfGrid__item {
    width: 172px;
    padding:0px;
    margin-right: 22px;
}

.ec-layoutRole__contentBottom .ec-shelfGrid .ec-shelfGrid__item img {
    width: 172px;
}

a.ec-inlineBtn--action {
width: 250px;
    margin: 50px auto;
    display: block;
}

a.ec-inlineBtn--action:link {
    color: #FFFFFF;
}
a.ec-inlineBtn--action:visited {
    color: #FFFFFF;
}
.ec-inlineBtn--action {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 16px;
    text-decoration: none;
    color: #fff;
    background-color: #e64759;
    border-color: #e64759;
    border-radius: 5px;
}
#product_review_area .review_list {
    padding-left: 5px;
}
.review_list p {
    margin-top: 10px;
    font-size: 15px;
    padding-bottom: 5px;
}
.review_date {
    color: #FFFFFF;
}
.recommend_name {
    font-size: 13px;
    color: #666666;
    font-weight: 500;
}
.review_list li {
    list-style: none;
    border-bottom: solid 1px #e2e2e2;
    padding-bottom: 15px;
        font-size: 17px;
    color: #000000;
}
.ec-rectHeading h1, .ec-rectHeading h2, .ec-rectHeading h3, .ec-rectHeading h4, .ec-rectHeading h5, .ec-rectHeading h6 {
background: #f3f3f3;
    padding: 15px;
    font-size: 22px;
    font-weight: bold;
}

.ec-productRole .ec-productRole__btn {
    min-width: 400px;
}
.deliv_text {
    color: #e64759;
}
.ec-productRole__Deliv {
    width: 330px;
}
.cart_box {
    background-color: #fff7ec;
    padding: 30px;
    margin-top: 10px;
}
.ec-blockBtn--action{
    background-color:#E64759;
        border-color:#E64759;
}
.ec-productRole .ec-productRole__price {
    color: #e64759;
}
.ec-price .ec-price__price {
    font-size: 35px;
    padding: 0px;
    font-family: 'Shippori Antique';
    color: #e64759;
}
.unit_price span {
    font-size: 20px;
    font-weight: bold;
    margin: 0px 6px 0px 0px;
}
.unit_price {
    color: #e64759;
    font-size: 15px;
    margin-top: 5px;
}
.point_font {
    color: #e64759;
    font-weight: bold;
}
.ec-point__point.point-default {
    color: #e64759;
    font-weight: bold;
    font-size: 20px;
    margin-right: 3px;
}
.ec-productRole .ec-productRole__priceRegular {
    padding-top: 0px;
}
.ec-price .ec-price__price {
    font-size: 35px;
    padding:0px;
    font-family: 'Shippori Antique';
}
.ec-productRole__category ul li {
    list-style: none;
}
.ec-productRole__category ul:nth-of-type(n+2) {
    display: none;
}
.ec-productRole .ec-productRole__code {
    padding: 0px 0 10px;
    border-bottom: none;
}
.ec-productRole {
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 950px;
}
.ec-productRole .ec-productRole__profile {
    margin-left: 0px;
}
.ec-grid2 .ec-grid2__cell {
    width: 460px;
    margin-right: 0px;
}
.ec-grid2 .ec-grid2__cell:nth-of-type(1) {
    width: 460px;
    margin-right: 30px;
}
.ec-productRole img {
    width: 460px;
}

.ec-sliderItemRole {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

.ec-sliderItemRole .slideThumb {
    margin-bottom: 25px;
    width: 20%;
}
.ec-sliderItemRole .slideThumb img {
    width: 100%;
    border: solid 1px #999999;
}

.ec-sliderItemRole .slideThumb {
    margin-bottom: 10px;
    width: 84px;
    margin-right: 10px;
}
.ec-sliderItemRole .slideThumb:nth-of-type(5)  {
    margin-bottom: 10px;
    width: 84px;
    margin-right: 0;
}
.ec-sliderItemRole .slideThumb:nth-of-type(10)  {
    margin-bottom: 10px;
    width: 84px;
    margin-right: 0;
}
.ec-sliderItemRole .slideThumb:nth-of-type(15)  {
    margin-bottom: 10px;
    width: 84px;
    margin-right: 0;
}
.ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 25px;
    font-weight: 600;
    color: #000000;
    line-height: 1.4em;
}

.ec-productRole__description img:nth-of-type(2) {
    margin-right: 0px;
        margin-top: 0px;
}
.ec-productRole__description img:nth-of-type(4) {
    margin-right: 0px;
}
.ec-productRole__description img:nth-of-type(6) {
    margin-right: 0px;
}
.ec-productRole__description img:nth-of-type(8) {
    margin-right: 0px;
}
.ec-productRole__description img:nth-of-type(10) {
    margin-right: 0px;
}
.ec-productRole__description img:nth-of-type(12) {
    margin-right: 0px;
}
.ec-productRole__description img:nth-of-type(14) {
    margin-right: 0px;
}
.ec-productRole__description img {
        width: 700px;
        height: auto;
        margin: 0 0px 30px 0px;
}
.ec-productRole__description br {
    display: none;
}
.ec-productRole__description table {
    clear: both;
}

.ec-productRole__category ul li:nth-of-type(2n) {
    margin-right: 0px;
}
.ec-productRole__category ul li {
    list-style: none;
    display: inline-block;
    margin-right: 13px;
        font-size: 15px;
}

.ec-productRole__category a:link {
    color: #32aacc;
}
.ec-productRole__category a:visited {
    color: #32aacc;
}
.ec-productRole__category a:hover {
    color: #32aacc;
}
.ec-productRole__category {
    margin-bottom: 20px;
}

.ec-productRole .ec-productRole__price {
    padding: 15px 0 5px;
    border-bottom: none;
}
h4.detail_review img {
    width: 104px;
    vertical-align: text-top;
    margin-right: 6px;
}
h4.detail_review {
    font-size: 15px;
    margin: 0;
}

h4.detail_review a:link {
    color: #4cc1b1;
}
h4.detail_review a:visited {
    color: #4CC1B1;
}

h4.detail_review a:hover {
    color: #4cc1b1;
    opacity:0.8;
}





a:link {
    color: #666666;
    text-decoration: none;
}
a:visited {
    color: #666666;
    text-decoration: none;
}
a:hover {
    color: #666666;
    text-decoration: none;
    opacity: 0.7;
}


.head_info_dl dd {
    width: 835px;
    float: left;
    font-size: 15px;
}
.head_info_dl dt {
    width: 115px;
    float: left;
    font-size: 15px;
    font-weight: normal;
}
dl.head_info_dl {
    width: 950px;
    margin: 20px auto;
    overflow: hidden;
}
.head_information {
    border-top: solid 1px #e2e2e2;
    border-bottom: solid 1px #e2e2e2;
    margin: 13px 0 20px;
}
.ec-headerSearch .ec-headerSearch__keyword .ec-icon {
    width: 22px;
    height: 22px;
    margin: 16px 4px 0 0;
}
.ec-cartNavi__label {
    display: none;
}
.ec-cartNavi .ec-cartNavi__badge {
    min-width: 17px;
    position: relative;
    left: 37px;
    top: -40px;
}
.ec-cartNavi {
    padding: 2px 0px 0px 15px;
}
.ec-headerNav .ec-headerNav__itemLink {
    color: #666666;
}
.head_cart {
    margin-top: 5px;
    font-size: 13px;
    color: #666666;
    font-weight: 400;
    font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
}
.ec-headerNav .ec-headerNav__item {
    margin-left: 10px;
    display: inline-block;
    font-size: 17px;
    text-align: center;
    width:60px;
}
.ec-headerNav .ec-headerNav__item img{
        width: 50%;
}

.ec-cartNavi .ec-cartNavi__icon img {
    width: 35%;
}


.fa-lock:before{
    display: none
}
.fa-heart:before{
    display: none;
}
.fa-user:before {
    display:none;
}
.ec-cartNavi{
    background:#FFFFFF;
}
.ec-headerNav .ec-headerNav__itemLink {
    font-size: 12px;
    margin-right: 0;
}
.fa-shopping-cart:before {
    display:none;
}

.ec-headerSearch .ec-headerSearch__keyword {
    position: relative;
    color: #666666;
    background-color: #f0f0f0;
    border-radius: 10px;
    border: none;
    float: right;
    width: 72%;
}
.ec-headerSearch {
    background: #f0f0f0;
    border-radius: 7px;
}
.ec-headerSearch .ec-headerSearch__category {
    float: left;
    width: 27%;
}

.ec-headerSearch .ec-headerSearch__category .ec-select {
    overflow: hidden;
    width: 70%;
    margin: 0;
    text-align: center;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
    position: absolute;
    top: 0.95em;
    right: 1em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000;
    pointer-events: none;
}
.ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
    border: none;
}
.ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
    width: 100%;
    height: 22px;
    font-size: 13px;
    border: 0 none;
    margin: 7px 10px 10px 4px;
    box-shadow: none;
    background: none;
    box-sizing: border-box;
    margin-bottom: 0;
    border-left: solid 1px #c5051c;
    border-radius: inherit;
}
.ec-headerSearch .ec-headerSearch__category .ec-select select {
    width: 100%;
    cursor: pointer;
    padding: 0 28px 0 17px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    appearance: none;
    color: #000000;
    font-size: 12px;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    float: left;
    border: 0;
    background: #f0f0f0;
    color: #666666;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    width: 122px;
    margin-right: 0px;
}
#header_newsmenu_wrap a:link {
    color: #ffff00;
}
#header_newsmenu_wrap a:hover {
    color: #ffff00;
}
#header_newsmenu_wrap a:visited {
    color: #ffff00;
}

.ec-footerTitle .ec-footerTitle__copyright {
    font-size: 13px;
}
.ec-footerTitle {
    padding: 0px 0 20px;
    text-align: center;
    color: #666666;
}
.ec-footerNavi .ec-footerNavi__link a {
    display: inline-block;
    border-bottom: none;
    margin: 0 10px;
    padding: 0;
    text-decoration: underline;
    color: #666666;
}
.ec-footerNavi .ec-footerNavi__link a {
    display: block;
    padding: 15px 0;
    font-size: 13px;
    text-decoration: none;
}
.ec-footerRole a:link {
    color: #525263;
    text-decoration: none;
}
.ec-footerRole a:hover {
    color: #525263;
    text-decoration: none;
}
.ec-footerRole a:visted {
    color: #525263;
    text-decoration: none;
}

.snsicon {
    margin-top: 30px;
}
.snsicon img {
    margin-right: 12px;
    width:30px;
}
.footbox p {
    line-height: 1.5em;
    margin: 0 0 15px 0;
}
.footbox {
    overflow: hidden;
    width: 950px;
    margin: 0 auto 70px;
    font-size: 13px;
}
.footbox .box1 {
    float: left;
    display: block;
    width: 217px;
    margin-right: 30px;
}
.footbox .box2 {
    float: left;
    width: 250px;
    margin-right: 30px;
}
.footbox .box3 {
    float: left;
    width: 208px;
    margin-right: 25px;
}
.footbox .box4 {
    float: left;
    width: 190px;
    padding: 0px;
}
.footbox h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000000;
}
.ec-itemNav__nav li ul li ul:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    color: #CCCCCC;
    position: absolute;
    top: 11px;
    right: auto;
    left: -17px;
}
.ec-itemNav__nav li a {
    display: block;
    margin: 0;
    padding: 10px 28px 10px 10px;/*202405*/
    height: auto;
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    text-align: left;
background: url(../img/custom/category_arrow.png);
    background-position: 93% 50%;/*202405*/
    background-repeat: no-repeat;
    background-size: 7px;
}


.ec-itemNav__nav li {
    float: none;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
}
.ec-categoryNaviRole {
    margin: 40px auto 30px;
    padding-left: 0;
    padding-right: 0;
}
.btn-default {
    color: #333;
    background-color: #fff;
    text-decoration: underline;
    padding: 0;
}
.ec-newsRole a{
    color:#333333;
}
.ec-newsRole .ec-newsRole__newsItem:last-of-type {
    text-align: left;
    text-decoration: underline;
    font-size: 13px;
}
.btn {
    display: block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ec-newsRole .ec-newsRole__newsDate {
    display: inline-block;
    margin: 0;
    min-width: 120px;
    font-size: 12px;
    color: #999999;
}
.ec-newsRole .ec-newsRole__newsTitle {
display: inline-block;
    margin-bottom: 0px;
    width: 100%;
    font-size: 13px;
    font-weight: normal;
    color: #000000;
    line-height: 1.6;
}
.ec-newsRole .ec-newsRole__newsItem {
    padding: 10px 0;
}
.ec-newsRole .ec-newsRole__newsItem:not(:last-of-type) {
    border: none;
}
.ec-newsRole .ec-newsRole__newsColumn {
    display: block;
}

.ec-newsRole .ec-newsRole__newsItem {
    width: 100%;
    margin: 0 auto;
}
.ec-newsRole .ec-newsRole__newsHeading {
    display: inherit;
}


.ec-layoutRole .ec-layoutRole__contents {
    width: 980px;
    margin: 0px auto 10px;
}
.ec-layoutRole .ec-layoutRole__left, .ec-layoutRole .ec-layoutRole__right {
    width: 170px;
}
.ec-footerRole {
    background: #eeeeee;
    border-top: none;
}


.ec-headingTitle {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px 0;
    color: #000000;
}

.ec-layoutRole .ec-layoutRole__mainWithColumn {
    padding-left: 45px;
}
.ec-calendar__month {
    margin: 0px;
}
.ec-calendar__month th, .ec-calendar__month td {
    padding: 1px 5px 1px 5px;
    text-align: center;
    vertical-align: middle;
}


#page_product_detail .ec-layoutRole .ec-layoutRole__contents {
    display:block;
}


.ec-layoutRole .ec-layoutRole__contents {
    max-width: 950px;
}
.ec-calendar {
    font-size: 13px;
}
*{
    margin:0;
    padding:0;
}

.ec-layoutRole .ec-layoutRole__mainWithColumn {
    width: 780px;
}

.ec-calendar {
    flex-direction: row;
    margin-left: 0;

}

.ec-calendar__month th, .ec-calendar__month td {
    border-top: none;
    border-bottom: none;
}

.ec-secHeading .ec-secHeading__en {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: inherit;
}

.ec-calendar .ec-calendar__sat {
 background: none;
    color: #de625b;
}

.ec-calendar .ec-calendar__mon, .ec-calendar .ec-calendar__tue, .ec-calendar .ec-calendar__wed, .ec-calendar .ec-calendar__thu, .ec-calendar .ec-calendar__fri {
    background: none;
    color: #333;
}

.ec-calendar .ec-calendar__sun {
    background: none;
    color: #DE5D50;
}
.ec-calendar .ec-calendar__holiday {
    background: #fcdee0;
}

p.calendar_caution {
    font-size: 11px;
    margin-top: 15px;
}


.ec-calendar .ec-calendar__today::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: none;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.ec-calendar .ec-calendar__today {
    color: #333;
    position: relative;
    z-index: 1;
    background: #f9abab;
}



th#this-month-title {
    padding: 0 0 7px 0;
}
th#next-month-title {
    padding: 17px 0 7px 0;
}

#header{
width: 950px;
    margin: 20px auto 15px;
    overflow: hidden;
}

#header_image {
    background: url(../img/custom/back1.jpg)no-repeat;
    background-position: center top;
    padding-top: 40px;
    background-color: #5cd1fc;
}
#header_newsmenu_wrap {
    background-color: #C5051C;
}

#header_newsmenu {
color: #FFFFFF;
    overflow: hidden;
    width: 950px;
    margin: 0 auto;
    padding: 3px 0;
    font-size: 13px;
    font-weight: 500;
}

#header_newsmenu .news_text {
    float: left;
    width: 50%;
    margin-bottom: 0px;
}

#header_newsmenu .menu_text {
    float: right;
    width: 50%;
    margin: 0px;
    text-align: right;
}

.menu_text li {
    display: inline-block;
    margin-left: 25px;
}

#head_logo{
    width:160px;
    float:left;
    margin-right: 30px;
    margin-top:8px;
}

.ec-headerNaviRole__search {
    width: 435px;
    float: left;
        margin-top: 8px;
}

.ec-headerNaviRole__nav {
    width: 235px;
    float: left;
}
.ec-headerRole__cart {
    width: 90px;
    float: left;
}
.ec-headerNav__itemIcon.fas.fa-lock.fa-fw {
    display: block;
}
.ec-headerNav__itemIcon.fas.fa-heart.fa-fw {
    display: block;
}

.ec-sliderRole{
    max-width:100%;
    max-height:360px;
    margin-bottom: 70px;
}

.ec-sliderRole img{
    max-width:880px;
    min-width:880px;
    max-height:360px;
    min-height: 360px;
    margin: 0 auto;
}
.ec-newsRole {
    padding: 0px;
    margin: 10px 0 35px 0;
}
#page_product_list .ec-newsRole {
    display: none;
}
.item.slick-slide{
    width:880px;
    margin:0 15px;
}
.ec-role {
    max-width: 100%;
    padding: 0px;
}
.ec-newsRole .ec-newsRole__newsItem {
     width: 100%;
    margin: 0 auto;
}
.ec-newsRole .ec-newsRole__news {
border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    padding: 0;
}
#head_category {
    width: 950px;
    /*margin: 0 auto; 202405*/
	margin: 0 auto 13px auto;
    overflow: hidden;
}
.head_category_box1 {
    width: 190px;
    float: left;
    font-size: 17px;
    font-weight: bold;
    color: #cb201d;
    margin-top: 3px;
}
.head_category_box2 {
    width: 760px;
    float: left;
    overflow: hidden;
}
.head_category_box2 ul {
    display: inline-block;
}
.head_category_box2 li {
    display: inline-block;
    background-color: #eee;
    padding: 5px 10px 5px 10px;
    font-weight: 500;
    border-radius: 7px;
    margin-right: 10px;
}
.head_category_box2 .headtext {
    width: 110px;
    display: inline-block;
    color: #cb201d;
    font-weight: bold;
    padding: 2px 0 0 0;
}

/* ページ共通CSS */

.ec-blockTopBtn {
    display: none;
    opacity: 0;
}

.ec-pageHeader h1 {
    border-top: none;
    border-bottom: 1px solid #eee;
    margin: 10px 0px 30px;
        padding: 8px 8px 8px 0px;
    font-size: 20px;
    font-weight: bold;
}
.fontred2 {
    color: red;
}
.fontred {
    color: #ca0729;
}
/* カート用CSS */
.ec-progress .is-complete .ec-progress__label {
    color: #bf2032;
}
.ec-progress .is-complete .ec-progress__number {
    background: #bf2032;
}
.ec-cartRole .ec-cartRole__cart {
    margin: 0;
}
.ec-cartRole {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
.ec-cartRole .ec-cartRole__actions {
    width: 25%;
    margin-right: 0;
}
.point_caption {
    width: 100%;
    text-align: center;
    background-color: #fff8ea;
    padding: 10px;
    margin: 15px 0 30px;
}
.ec-progress .ec-progress__number {
    background: #999;
}
.ec-progress .ec-progress__item:after {
    background: #999;
}

.ec-cartRole__actions a:link {
    color: #FFFFFF;
    text-decoration: none;
}
.ec-cartRole__actions a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
.ec-cartRole__actions a:hover {
    color: #FFFFFF;
    text-decoration: none;
}


}


.wrapper150520 table {
    margin: 15px auto 20px auto;
    text-align: left;
	width: 100%;
}
.wrapper150520 table th {
    padding: 8px;
    color: #333;
    background-color: #f0f0f0;
    font-weight: normal;
}
.wrapper150520 table td {
    padding: 8px;
}


table.eshizaispec150615 {
  border-collapse: collapse;
  max-width: 700px;
}
.eshizaispec150615 a:hover {
  color: #333333;
}
table.eshizaispec150615 th {
  background: #EEE none repeat scroll 0 0;
  border: 1px solid #C0C0C0;
  width: 25%;
  font-weight: bold;
  text-align: left;
  padding: 6px 10px;
}
table.eshizaispec150615 td {
  border: 1px solid #C0C0C0;
  width: 75%;
  border: solid none;
  font-weight: normal;
  padding: 6px 10px;
}
th.eshizaispec150615colspan {
  background: #DCDCDC none repeat scroll 0 0;
  border: 1px solid #C0C0C0;
  width: 25%;
  padding: 1% 1% 1% 3%;
  text-align: left;
}
/*▼追加スペック表CSS*/
table.eshizaispec150615 td br {
  display: block;
}
@media screen and (max-width: 768px) {
	.ec-productRole__description.pcnone table {
	border-spacing: 1px;
    background-color: #C0C0C0;
    border-collapse: unset;
}
	.ec-productRole__description.pcnone th {
        width: 30%;
        padding: 5px 5px 5px 10px;
        background-color: #f7f7f7;
        border-bottom: none;
    }
.ec-productRole__description.pcnone table br {
  display: block;
}
}

p.soldout {
    text-align: center;
    background-color: #f30303;
    color: #FFFFFF!important;
}


/*▲追加スペック表CSS*/