/* ----------------------------------------- */
/* ヘッダー スマホサイズ*/
@media only screen and (max-width: 767px){
    div.header_background{
        background: #eee;
        width: 100%;
        border-top: 0px solid #222;
        padding-bottom: 5px;
    }
}

/* ヘッダー PCサイズ*/
@media only screen and (min-width: 768px){
    div.header_background{
        background: #eee;
        width: 100%;
        border-top: 10px solid #222;
        margin-bottom: 30px;
    }
    div.ec-headerNaviRole{
        padding-bottom: 20px;
    }
}

/* ヘッダー アイコン一式 */
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search{
    background: #222;
}
.ec-headerNav .ec-headerNav__itemIcon{
    color: #222;
}
.ec-headerNav .ec-headerNav__itemLink{
    color: #222;
}
.ec-cartNavi__icon{
    color: #222;
}
.ec-cartNavi__price{
    color: #222;
}
/* ----------------------------------------- */
/* フッター */
div.ec-footerRole{
    border-top:0;
    background:#222;
}
/* ----------------------------------------- */
/* ロゴ 店名　スマホサイズ */
@media only screen and (max-width: 767px){
    span#span_site_title{
        font-size: 1.2rem;
        color: #151515;
        font-weight: 600;
    }
    a.a_site_title{
        text-decoration: none;
    }
    div.div_site_title{
        margin-top: 10px;
        margin-bottom: 30px;
    }
}

/* ロゴ 店名　PCサイズ */
@media only screen and (min-width: 768px){
    span#span_site_title{
        font-size: 1.6rem;
        color: #151515;
        font-weight: 600;
    }
    a.a_site_title{
        text-decoration: none;
    }
    div.div_site_title{
        margin-bottom: 20px;
    }
    div.ec-headerRole{
        padding-top: 0;
    }
}
/* ----------------------------------------- */
/* ヘッダーカテゴリ */
div.ec-categoryNaviRole{
    margin-bottom: 30px;
}
div#nav_flax{
    display: flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-around;
    background: #f5f5f5;
    border-bottom: #e8e8e8 5px solid;
}
div.range_of_nav_text{
    background: #f5f5f5;
    width: 114px;
    text-align: center;
}
div.range_of_nav_text:hover{
    background: #e8e8e8;
}
span.span_nav_text{
    margin: 5px;
    color:#333;
    display: inline-block;
    text-align: left;
    font-size: 0.9rem;
    font-weight: 600;
}
a.a_nav_text{
    text-decoration: none;
}

/* ----------------------------------------- */
/* 商品一覧ページ */
div.list_h1_div{
    width: 100%;
    margin-bottom: 20px;
}

/* スマホサイズ */
@media only screen and (max-width: 767px){
    h1.list_h1{
        font-size: 1.2rem;
        font-weight: 600;
        margin-left: 20px;
    }
}

/* PCサイズ */
@media only screen and (min-width: 768px){
    h1.list_h1{
        font-size: 1.2rem;
        font-weight: 600;
        margin-left: 0;
    }
}






/* ----------------------------------------- */
/* --- 商品詳細ページ 共通 -- */
div.ec-productRole__priceRegular{
    display: none;
}

div.item_flex_box{
    display: flex;
    flex-direction:column;
}
div.item_flex_box_text{
    margin-top: 5px;
}


/* 商品詳細ページ スマホサイズ */
@media only screen and (max-width: 767px){
    div.ec-productRole .ec-productRole__price {
        padding-bottom: 14px;
        border-bottom: 1px dotted #ccc;
        color: #666;
        font-size: 18px;
    }
    .ec-productRole .ec-productRole__title .ec-headingTitle {
        font-size: 18px;
        color: #333;
        font-weight: 600;
    }
}

/* 商品詳細ページ PCサイズ */
@media only screen and (min-width: 768px){
    div.ec-productRole .ec-productRole__price {
        padding: 0;
        padding-bottom: 14px;
        border-bottom: 1px dotted #ccc;
        color: #666;
        font-size: 28px;
    }
    .ec-productRole .ec-productRole__title .ec-headingTitle {
        font-size: 20px;
        color: #333;
        font-weight: 600;
    }
}
/* ----------------------------------------- */
/* トップページ ストアのおすすめ商品 */
div#store_featured_products_container{
    width: 90%;
    margin: 0 auto;
}
div.top_title_area_container{
    display: flex;
    border-bottom: 1px solid #333;
    width: 100%;
    margin-bottom: 10px;

}
div.top_title_square{
    width: 10px;
    height: auto;
    background: #666;
}
div.top_title_text{
    width: auto;
}
span.top_title{
    margin: 0 0 0 10px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
}
div.top_contents_area_container{
    display: flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:flex-start;
    width: 100%;
}
a.top_individual_product_link{
    text-decoration: none;
    color: #333;
}
div.top_individual_product_wrap{
    display: flex;
    flex-direction:column;
}
@media screen and (min-width:800px){
    div.top_individual_product_wrap{
        width: calc(100% / 6 - 20px);
        margin: 10px;
    }
}
@media screen and (min-width:400px) and (max-width:799px) {
    div.top_individual_product_wrap{
        width: calc(100% / 4 - 10px);
        margin: 5px;
    }
}
@media screen and (max-width:399px){
    div.top_individual_product_wrap{
        width: calc(100% / 3 - 10px);
        margin: 5px;
    }
}

img.top_featured_products{
    width:100%;
    height: auto;
}

div.top_product_text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.0rem;
    max-height: 2.0rem;
    margin-top: 10px;
}
span.top_product_text{
    font-size: 1.0rem;
    color: #333;
}

div.top_product_price{
    line-height: 1.4rem;
    margin-top: 3px;
}
span.top_product_price{
    font-size: 1.0rem;
    color: #d00000;
    font-weight: 700;
}

/* ----------------------------------------- */
/* トップページ カテゴリ */
div#top_category_container{
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}
div.top_category_text_area{
    background: #333;
    text-align: center;
}
span.top_category_text{
    display: block;
    line-height: 2.4rem;
    color: #eee;
    font-size: 1.0rem;
}
a.top_category_text{
    text-decoration: none;
}

@media screen and (min-width:800px){
    div.top_category_text_area{
        width: calc(100% / 3 - 20px);
        margin: 10px;
    }
}
@media screen and (min-width:550px) and (max-width:799px) {
    div.top_category_text_area{
        width: calc(100% / 2 - 10px);
        margin: 5px;
    }
}
@media screen and (max-width:549px){
    div.top_category_text_area{
        width: calc(100% / 1 - 10px);
        margin: 5px;
    }
}
/* ----------------------------------------- */
/* -- 特定商取引法に基づく表記 -- */
div.tradelaw_parts_area{
    line-height: 1.4rem;
    margin-top: 15px;
    margin-bottom: 15px;
}
span.tradelaw_parts_text{
    font-size: 1.0rem;
}
/* ----------------------------------------- */
/* --　会社概要 -- */
h2.h2_text{
    font-size: 1.2rem;
    font-weight: 600;
}
/* ----------------------------------------- */
/* ゼウスクレジット */
div#zeus_payment_input{
    margin-bottom: 10px;
}
input#shopping_order_ZeusCreditPaymentCvv{
    width: 100px;
}
/* ----------------------------------------- */