.sp{
    display: block;
}
.pc{
    display: none;
}
@media only screen and (min-width: 768px) {
    .sp{
        display: none;
    }
    .pc{
        display: block;
    }
}
ul,li{
    margin: 0;
    padding: 0;
    list-style: none;
}
/*コンテンツ*/
.ec-layoutRole .ec-layoutRole__contents{
    max-width: 1280px;
    padding-top: 20px;
}
@media only screen and (min-width: 768px) {
    .ec-layoutRole__contents{
        padding:60px 0;
    }
}
/*ヘッダー上部*/
.header-top{
    padding:10px 0;
    background: #8EC31F;
    color: #fff;
}
.header-top .inner{
    width:100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content:space-between;
}
.header-top .header-top-left,
.header-top .header-top-right{
    align-items: center;
    display: flex;
}
.header-top .header-top-right
{
    padding: 0 16px;
    background: #3D3D3D;
    border-radius: 5px;
}
.header-top .header-top-left img{
    height: 35px;
}
.header-top .header-top-left a{
    color: #fff;
}
.header-top .header-top-left p,
.header-top .header-top-right p{
    padding: 0 8px;
}
.header-top .header-top-right p{
    font-size: 11px;
}
/*特集*/
.ec-topicRole{
    background: none;
}
/*fooetr*/
footer{
    background: repeating-linear-gradient(135deg, #ffffff, #f3f3f3cc 6px, #ffffff 6px, #fff 9px);
}
/*クイックガイド・サポート*/
.footer_top h3{
    padding: 16px 0;
    display: block;
    font-size: 20px;
    text-align: center;
}
.footer_top h4{
    padding: 16px 0;
    font-size:16px;
}
.footer_top h5{
    margin: 0;
    padding-bottom: 10px;
    font-size:14px;
    font-weight: 700;
}
.footer_top p{
    margin-bottom: 10px;
}
.footer_top hr{
    border-top: 1px dashed;
}
.ec-footerRole.footer_top{
    margin: 0;
    padding: 0 0 60px 0;
    background: repeating-linear-gradient(135deg, #b1b1b1, #d6d6d6cc 0px, #ebebeb 5px, #cecece 8px);
}
.footer_guide h4{
    padding: 16px;
}
.footer_guide ul li{
    width:calc(100% - 20px);
    margin: 0 auto;
    background: rgba(255,255,255,0.8);
    display: flex;
    flex-direction: column;
    position: relative;
}
.footer_guide ul li::before{
    content: "";
    width: 12px;
    height: 12px;
    right: 10px;
    top: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #525263;
    position: absolute;
    transform: translateX(-50%);
}
.footer_guide ul li::after{
    content: "";
    width: 3px;
    height: 3px;
    top: 25px;
    right: 21.5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(135deg) translateX(-50%);
    position: absolute;
}
.footer_guide ul li .footer_guide_toggle_block{
    margin: 0 16px 16px 16px;
    padding-top: 16px;
    border-top:1px solid #000;
    display: none;
}
.footer_guide ul li .footer_guide_btn{
    margin-top: auto;
    padding: 8px 4px;
    background: #525263;
    color: #fff;
    display: block;
    font-size:14px;
    text-align: center;
}
.footer_support h4{
    font-weight: bold;
    text-align: center;
}
.footer_support ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.footer_support ul li{
    width: calc((100% / 2) - 16px);
    padding: 16px;
    margin-bottom: 12px;
    aspect-ratio: 1 / 1;
    background: rgba(255,255,255,0.8);
}
.footer_support ul li .footer_support_btn{
    margin: auto 0 4px 0;
    padding: 8px 4px;
    background: #38B48B;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size:11px;
    text-align: center;
    
}
.footer_support ul li .footer_support_btn span{
    position: relative;
}
.footer_support ul li .footer_support_btn span::before{
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    left: -12px;
    border-left: 6px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    transform: translateY(-50%);
}
.footer_support ul li .tel{
    padding-bottom: 10px;
    align-items: center;
    display: flex;
    font-size: 10px;
}
.footer_support ul li .tel img{
    margin: 0 4px;
}
.footer_support ul li .tel span{
    font-size: 16px;
}
.footer_support ul li .tel .small_ip{
    font-size: 11px;
}
.footer_sns_inner{
    display: flex;
    justify-content: space-evenly;
}
.footer_sns_inner img{
    width: 40px;
}
@media only screen and (min-width: 768px) {
    .footer_top h4{
        margin-bottom: 10px;
        padding: 6px 0;
        border-bottom:1px solid #000;
        font-size: 16px;
        text-align: left;
    }
    .footer_top .inner{
        -webkit-text-size-adjust: 100%;
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
        padding: 20px 0;
    }
    .footer_top .footer_guide_inner,
    .footer_top .footer_support_inner{
        background: rgba(255,255,255,0.5);
    }
    .footer_guide ul {
        display: flex;
        justify-content: space-between;
    }
    .footer_guide ul li {
        width: calc((100% / 5) - 16px);
        background: none;
        display: flex;
        flex-direction: column;
    }
    .footer_guide ul li::before,
    .footer_guide ul li::after{
        display: none;
    }
    .footer_guide ul li .footer_guide_toggle_block{
        margin: 0;
        padding: 0;
        border: none;
        display: contents!important;
    }
    .footer_support ul{
        justify-content: space-between;
    }
    .footer_support ul li{
        width: calc((100% / 4) - 16px);
        padding: 0;
        margin-bottom:0;
        aspect-ratio: auto;
        background: none;
    }
    .footer_support ul li .tel{
        font-size: 20px;
    }
    .footer_support ul li .tel span{
        font-size: 30px;
    }
    .footer_support ul li .footer_support_btn{
        font-size: 14px;
    }
}
/*ロゴ*/
.ec-headerRole{
    max-width: 1280px;
    padding: 0;
    align-items: center;
    display: block; 
    justify-content: space-between;
}
.ec-headerRole:after{
    display: none;
}
.ec-headerRole .ec-headerRole__title{
    height: 60px;
    width: 100%;
    padding:0 20px 0 20px;
    background: #fff;
    position: fixed;
    z-index: 2;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
.ec-headerRole .ec-headerRole__title.fixed {
    box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* 影をつけて分かりやすく */
}
.ec-headerNavSP.fixed{
    top:10px;
}
.ec-headerRole .ec-headerTitle__title a{
    margin:10px 0;
    align-items: end;
    display: inline-block;
    font-size: 0;
    font-weight: normal;
}
.ec-headerTitle .ec-headerTitle__title{
    text-align: left;
    display: flex;
    align-items: end;
}
.ec-headerTitle .ec-headerTitle__title h1{
    display: inline;
}
.ec-headerTitle img{
    width: 74px;
    margin-right: 10px;
}
.ec-headerTitle .ec-welcomeMsg{
    width: auto;
    margin:0 0 10px;
    padding: 0;
    border: none;
    text-align: left;
}
.ec-headerRole .ec-headerNaviRole__search{
    padding: 60px 16px 10px 16px;
}
.ec-headerSearch .ec-headerSearch__keyword{
    width:100%;
    border-radius: 3px;
}
.ec-headerSearch .ec-headerSearch__keyword input[type=search]{
    font-size: 12px;
}
.ec-headerSearch .ec-headerSearch__keywordBtn{
    height: 100%;
    right: 0px;
    padding: 0 12px;
    background:#8EC31F ;
    border-radius:0 3px 3px 0;
    transform: translateY(-50%);
    z-index: 0;
}

    @media only screen and (min-width: 768px) {
        .ec-headerRole{
            padding: 0 20px;
            display: flex;
        }
        .ec-headerRole .ec-headerRole__title{
            height:auto;
            width: auto;
            top:0;
            padding: 0;
            position: relative;
        }
        .ec-headerRole .ec-headerTitle__title a{
            margin:0 0 16px;
            font-size: 20px;
            display: flex;
        }
        .ec-headerRole .ec-headerRole__title.fixed {
            box-shadow: none;
        }
        .ec-headerTitle img{
            width: 83.4px;
        }
        .ec-headerRole .ec-headerNaviRole__search{
            width: 795px;
            padding: 0 0 16px 0;
        }
    }
/*ヘッダー(商品検索・ログインナビ・カート*/
.ec-headerNaviRole{
    max-width: 1280px;
    padding:0;
    display: block;
}
.ec-headerNaviRole .ec-headerNaviRole__left{
    height: 32.25px;
    width: 100%;
    padding:0 10px;
    align-items: center;
    background: #010101;
    display: flex;
    font-size: 10px;
}
.ec-headerNaviRole .ec-headerNaviRole__left p{
    color: #fff;
}
.ec-headerNaviRole .ec-headerNaviRole__right{
    right: 60px;
    width: auto;
    padding: 10px 0;
    position: fixed;
    z-index: 3;
}
.ec-headerNaviRole img{
    width: 21px;
}
.ec-headerNavSP{
    left: auto;
    top: 40px;
    right: 0;
    background: #8EC31F;
    border-radius:5px 0 0 5px;
}
.fa-bars:before, .fa-navicon:before {
    color: #fff;
}
.ec-cartNavi{
    background: none;
}
.ec-cartNavi .ec-cartNavi__badge{
    background: #FFE226;
    color: #707070;
}
.ec-cartNavi__itemLink{
    font-weight: normal;
}
.ec-cartNavi .ec-cartNavi__icon{
    font-size: 16px;
}
@media only screen and (min-width: 768px) {
    .ec-headerNaviRole{
        padding: 10px 20px;
        display: flex;
    }
    .ec-headerNaviRole .ec-headerNaviRole__left{
        height: auto;
        width: auto;
        padding: 0;
        background: none;
        line-height:1.4;
    }
    .ec-headerNaviRole .ec-headerNaviRole__left p{
        color: #000;
        font-size: 12px;
    }
    .ec-headerNaviRole .ec-headerNaviRole__right{
        width: 66.6666666667%;
        right: auto;
        padding: 0;
        position: relative;
    }
    .ec-cartNavi{
        height: auto;
        padding: 10px 0 0 20px;
    }
}
/*カレンダー*/
.ec-secHeading .ec-secHeading__ja{
    display: block;
    font-size:20px;
    text-align: center;
}
.ec-calendar{
    padding-bottom: 30px;
    justify-content: center;
}
.ec-calendar .ec-calendar__today{
    background: #fff;
}
.ec-calendar .ec-calendar__today::before{
    background: #E2E2E2;
    border-radius: 0;
}
.ec-calendar__month{
    width: 50%;
    margin: 0 auto;
}
@media screen and (min-width: 768px) {
    .ec-calendar__month{
        width:auto;
        margin:0 0 0 30px;
    }
    .footer_sns_inner{
        padding-bottom: 30px;
        display: flex;
        justify-content:flex-end;
    }
    .footer_sns_block{
        margin-right: 10px;
    }
}

/*商品カテゴリ一覧*/
.category_list{
    padding: 8px 0;
    background: #E9E9E8;
}
.category_list .category_list_head{
    margin:0 8px 8px 8px;
    padding: 10px;
    background: #525263;
    color: #fff;
    text-align: center;
}
.category_list .category_list_item{
    padding: 1px 8px;
}
.category_list .category_list_item a{
    padding: 4px;
    align-items: center;
    background: #fff;
    color: #030303;
    display: flex;
}
.category_list .category_list_item img{
    width:40px;
    margin-right: 6px;
}
.side-left-bnr li{
    margin-top: 20px;
    background:#F8F8F8 ;
    border:1px solid #525263;
    border-radius: 3px;
}
.side-left-bnr li a{
    padding: 10px;
    color: #262626;
    display: flex;
    font-size: 20px;
    align-items: center;
}
.side-left-bnr li a img{
    margin-right: 8px;
    width: 64px;
}
.timespay{
    padding: 40px;
}
.timespay img{
    width: 100%;
}
/*ハンバーガーメニュー内*/
.ec-drawerRole_head{
    padding: 20px 10px;
    background: #F8F8F8;
}
.ec-drawerRole .ec-headerSearch{
    padding: 16px 8px 16px;
    background: #F8F8F8;
}
.ec-drawerRole .ec-headerSearch .ec-headerSearch__keyword input[type=search]{
    background: #fff;
}
.ec-drawerRole_head .ec-inlineBtn{
    margin-left: auto;
    padding: 4px 20px;
    background: #FFE226;
    border: none;
    border-radius: 3px;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
}
.ec-drawerRole_head .ec-inlineBtn a{
    color: #3D3D3D;
}
.ec-drawerRole_head .ec-headerLink__item{
    padding: 4px 10px;
    background: #212121;
    border-radius: 3px;
    color: #fff;
}
/*カテゴリナビSP*/
.ec-overlayRole{
    z-index: 10;
}
.ec-drawerRole{
    left: auto;
    right: 0;
    width: 80%;
    background: none;
    transform: translateX(800px);
}
.ec-drawerRoleClose{
    top:40px;
    left: auto;
    right: 80%;;
    background: #8EC31F;
    border-radius: 5px 0 0 5px;
    display: block;
    transform: translateX(800px);
    transition: z-index 0ms 1ms;
}
.ec-drawerRoleClose.is_active{
    transform: translateX(0px);
}
.fa-close:before, .fa-multiply:before, .fa-remove:before, .fa-times:before, .fa-xmark:before{
    color: #fff;
}
.ec-headerCategoryArea{
    background: #fff;
}
.ec-headerCategoryArea .ec-headerCategoryArea-item .mypage{
    text-align: center;
    display: block;
}
.ec-headerCategoryArea .ec-blockBtn--action{
    height: auto;
    align-items: center;
    background: none;
    border: none;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    line-height: 0;
}
.ec-headerCategoryArea .ec-blockBtn--action .ec-cartNavi{
    padding: 0;
}
.ec-itemNav .ec-itemNav__nav{
    display: none;
}
.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading{
    padding: 1em 24px;
    background: #fff;
    border: none;
    border-bottom: 1px dashed #CCCCCC;
    font-weight: normal;
    position: relative;
}
.ec-headerCategoryArea-item{
    border-bottom: 1px dashed #CCCCCC;
    padding: 1em 24px;
    font-size: 16px;
    font-weight: normal;
    color: black;
    background: #fff;
    position: relative;
}
.ec-headerCategoryArea>div.arrow:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 10px;
    height: 10px;
    right: 25px;
    top: 50%;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    position: absolute;
    transform: translateY(-50%) rotate(135deg);
}
.ec-itemNav{
    text-align: left;
}

.ec-headerCategoryArea-item a{
    color: #000;
}
.ec-headerCategoryArea-item li{
    margin: 20px 0;
}
.ec-headerCategoryArea-block{
    padding: 24px;
    border-bottom: 1px dashed #CCCCCC;
}
.ec-headerCategoryArea-block h4{
    margin-bottom: 6px;
    font-weight: bold;
}
.ec-headerCategoryArea-block p{
    padding-bottom: 16px;
}

.ec-headerCategoryArea-block a{
    margin-bottom: 6px;
    padding: 6px;
    font-size: 14px;
    text-align: center;
}
.ec-headerCategoryArea-block li{
    margin-bottom: 16px;
}
.ec-headerCategoryArea-block .ec-itemNav-list-contact{
    padding-left: 16px;
}
.ec-headerCategoryArea-block .ec-itemNav-list-contact a{
    color: #212121;
    font-size: 13px;
}
.ec-headerCategoryArea-block .ec-itemNav-list-contact li{
    color: #DFDFDF;
    list-style-type: disc;
}
.ec-headerCategoryArea-bottom{
    padding: 20px;
    background: #fff;
    text-align: center;
}
.ec-itemNav-list .red,
.ec-itemNav-list .gray{
    border-radius: 3px;
    color: #fff;
    display: block;
}
.ec-itemNav-list .red{
    background: #DE5D50;
}
.ec-itemNav-list .gray{
    background: #525263;
}
.ec-headerCategoryArea-bottom h4{
    padding-bottom: 10px;
}
.ec-headerCategoryArea-bottom .tel{
    color: #EB6157;
    font-size:25px;
}
@media only screen and (min-width: 768px) {
    .ec-drawerRoleClose{
        display: none;
    }
}
/*カテゴリナビPC*/
@media only screen and (min-width: 768px) {
    .header-bottom{
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 20px 20px 20px;
        align-items: center;
        display: flex;
        position: relative;
    }

    .header-bottom .header-bottom-item{
        padding: 0 20px;
        border-right: 1px solid #707070;
    }
    .header-bottom .header-bottom-item:hover .ec-itemNav{
        display: block;
    }
    .ec-itemNav{
        height: auto;
        left: 0;
        max-width: 1280px;
        padding: 20px;
        background: #fff;
        box-shadow: 0 0 3px gray;
        display:none;
        position: absolute;
        text-align: left;
        z-index: 12;
    }
    .ec-itemNav h3{
        padding-bottom: 10px;
        font-size: 16px;
        font-weight: bold;
        text-align: left;
    }
    .ec-itemNav ul{
        display: flex;
        flex-wrap: wrap;
    }
    .ec-itemNav p{
        padding-bottom: 10px;
    }
    .ec-itemNav .category_list_item{
        width: calc(100% / 6);
        border: 1px solid #ECECEC;
    }
    .ec-itemNav .category_list_item a{
        padding: 4px;
        color: #030303;
        display: flex;
        align-items: center;
    }
    .ec-itemNav .category_list_item img{
        width: 40px;
        margin-right: 6px;
    }
    .header-bottom .ec-inlineBtn--top{
        margin-left: auto;
        padding: 4px 20px;
        background: #FFE226;
        border: none;
        border-radius: 3px;
        color: #3D3D3D;
        font-weight: normal;
        font-size: 14px;
        text-align:center ;
    }
    .ec-inlineBtn--top:hover{
        background:#FFE226;
        color: #3d3d3d;
    }
    .header-bottom .ec-inlineBtn--top a{
        color: #3d3d3d;
    }
    .ec-itemNav-list ul{
        margin-top: 10px;
        display: flex;
        flex-wrap: nowrap;
    }
    .ec-itemNav-list h4{
        margin-bottom: 10px;
        padding-bottom: 4px;
        border-bottom: 1px solid #9B9B9B;
        font-size: 16px;
    }
    .ec-itemNav-list li{
        max-width: 280px;
        width: calc(100% / 3);
        margin-right: 16px;
    }
    .ec-itemNav-list a{
        width: 100%;
        padding: 6px 0;
        color: #030303;
        display: block;
        font-size: 14px;
        text-align: left;
    }
    .ec-itemNav-list .red{
        margin-bottom: 6px;
        background: #DE5D50;
        color: #fff;
        text-align: center;
    }
    .ec-itemNav-list .gray{
        background: #525263;
        color: #fff;
        text-align: center;
    }
}


/**/
.ec-pageHeader h1{
    margin: 0 0px 8px 0px;
    padding: 8px 0px 12px;
    border-bottom:3px solid #525263;
    position: relative;
}
.ec-layoutRole__main .ec-pageHeader h1{
    margin-bottom: 20px;
}
.ec-pageHeader h1::before{
    content: "";
    height: 3px;
    width: 20%;
    bottom:-3px;
    background: #8EC31F;
    position: absolute;
}
@media only screen and (min-width: 768px) {
    .ec-layoutRole__main .ec-pageHeader h1{
        margin-bottom: 60px;
    }
}
/*ショッピングカート*/
.ec-progress .is-complete .ec-progress__number{
    background: #8EC31F;
}
.ec-progress .is-complete .ec-progress__label{
    color: #8EC31F;
}
/*最近見た商品*/
.product_item_inc_price{
    color:#EB6157;
}
@media only screen and (min-width: 768px) {
    .ec-checkProductRole .ec-shelfGrid__item{
        width: calc(100% / 6);
    }
}
/*ニュース*/
.ec-newsDetailRole__returnNewsList{
    text-align: center;
}
/*pagetop*/
.ec-blockTopBtn{
    width: 50px;
    height: 50px;
    background: #8EC31F;
    font-size: 11px;
    opacity: 1;
}
.ec-blockTopBtn::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 1.5em;
    height: 1.5em;
    margin: 0 auto;
    border: 0.1em solid #fff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    display: block;
    transform: translateY(100%) rotate(-45deg);
}