/* カスタマイズ用CSS */
.mainimg_newsbox{height: auto;}

.top_goods_top{
    background: url("/html/user_data/bg_topGoods.jpg") no-repeat top center !important;
    padding: 150px 0 120px !important;
    -webkit-background-size: cover;
    background-size: cover;
}
.longtxt{ font-size:12px; }
@media screen and (max-width: 767px) {
    .top_goods_top{
        background: url("/html/user_data/bg_topGoods.jpg") no-repeat top center !important;
        padding: 60px 0 60px !important;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .longtxt{ font-size:16px; }
}
#wrapper .cm_blog_plugin .item_blog_image{
    height: auto;
}
#wrapper .ec-categoryRole{
    text-align: center;
    padding: 80px 0 50px;
    overflow: hidden;
    align-items: flex-start;
    position: relative;
    /* -webkit-background-size: cover; */
    background-size: cover;
}
#wrapper .ec-categoryRole:before{
     background: url("/html/user_data/ico_blog04.png") 0 0 no-repeat;
     
    -webkit-background-size: 100%;
    background-size: 100%;
     width: 19.58vw;
     height: 12.29vw;
     right: 30px;
     top: 40px;
     content: '';
     z-index: 2;
     position: absolute;
 }
#wrapper .ec-categoryRole:after{
    background: url("/html/user_data/ico_blog05.png") 0 0 no-repeat;
    
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 17.55vw;
    height: 8.6vw;
    left: 30px;
    bottom: 20px;
    content: '';
    z-index: 2;
    position: absolute;
}

#wrapper .ec-secHeading .ec-secHeading__line{
    display: none !important;
}

#wrapper .ec-shelfGrid{
    display: flex;
    align-items:flex-start;
    justify-content: center;
    position: relative;
    z-index: 9;
}

#wrapper .cm_blog_plugin .list_blog .list_category_link{
    display: inline-block;
    padding: 3px 15px;
    font-size: 14px;
    color: #fff;
    background: #cc3300;
}

#wrapper .ec-secHeading .ec-secHeading__en{
    font-family: 'Stardos Stencil', cursive;
    font-size: 60px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}
#wrapper .ec-secHeading .ec-secHeading__en:before,
#wrapper .ec-secHeading .ec-secHeading__en:after
{
    display: none;
}


#wrapper .ec-secHeading .ec-secHeading__ja{
    font-size: 22px;
    font-weight: 700;
    display: block;
    line-height: 1;
    margin-bottom: 15px;
}
.ec-categoryRole .hdt{
    text-align: center;
}
#wrapper .ec-categoryRole .list_blog>li{
    display: none !important;
}
#wrapper .ec-categoryRole .list_blog>li:nth-child(1),
#wrapper .ec-categoryRole .list_blog>li:nth-child(2),
#wrapper .ec-categoryRole .list_blog>li:nth-child(3){
    display: inline-block !important;
}
@media screen and (max-width: 768px) {
    #wrapper .ec-categoryRole .list_blog>li{
    display: none !important;
}
#wrapper .ec-categoryRole .list_blog>li:nth-child(1),
#wrapper .ec-categoryRole .list_blog>li:nth-child(2),
#wrapper .ec-categoryRole .list_blog>li:nth-child(3),
#wrapper .ec-categoryRole .list_blog>li:nth-child(4){
    display: inline-block !important;
}
    #wrapper .ec-categoryRole{
        text-align: center;
        padding: 60px 0 50px;
        overflow: hidden;
        align-items: flex-start;
        position: relative;
        background-size: cover;
    }
    #wrapper .ec-categoryRole:before{
        background: url("/html/user_data/ico_blog04.png") 0 0 no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        width: 125px;
        height: 79px;
        right: 2px;
        top: 10px;
        content: '';
        z-index: 2;
        position: absolute;
    }
    #wrapper .ec-categoryRole:after{
        background: url("/html/user_data/ico_blog05.png") 0 0 no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        width: 112px;
        height: 55px;
        left: 10px;
        bottom: 10px;
        content: '';
        z-index: 2;
        position: absolute;
    }
    #wrapper .ec-secHeading .ec-secHeading__line{
        display: none !important;
    }
    #wrapper .ec-shelfRole{
        padding: 20PX 0 0;
    }
    #wrapper .ec-shelfGrid{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
    }
    #wrapper .cm_blog_plugin .list_blog .list_category_link{
        display: inline-block;
        padding: 3px 10px;
        font-size: 14px;
        color: #fff;
        background: #cc3300;
    }
    #wrapper .ec-secHeading .ec-secHeading__en{
        font-size: 40px;
    }
    #wrapper .ec-secHeading .ec-secHeading__en:before,
    #wrapper .ec-secHeading .ec-secHeading__en:after
    {
        display: none;
    }
    #wrapper .ec-secHeading .ec-secHeading__ja{
        font-size: 18px;
        font-weight: 700;
        display: block;
        line-height: 1;
        margin-bottom: 15px;
    }
    .ec-categoryRole .hdt{
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    #wrapper .ec-topicpath{
        padding: 10px 0;
    }
    #wrapper .ec-searchnavRole__topicpath .ec-topicpath a {
        margin: 0 5px 5px !important;
        color: #fff ;
    }
    #wrapper .ec-shelfGrid{
        align-items: flex-start !important;
    }
}
.ec-orderRole{
    position: relative;
}
.ec-orderRole .ec-orderRole__summary{
    position: fixed;
    top: 100px;
    right: 0;
    width: 20%;
    height: 354px !important;
}
@media screen and (max-width: 1224px) {
    .ec-orderRole .ec-orderRole__summary{
        height: 373px !important;
    }
}
@media screen and (max-width: 767px) {
    .ec-orderRole .ec-orderRole__summary{
        position: static;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100%!important;
    }
}