/* カスタマイズ用CSS */

/* 全体的な設定 */
:focus{outline:0;}
.pc{display: none;}
.sp{display: block;}
a,
a:hover
{
    text-decoration: none;
    color: #000;
}
a:hover,
.ec-role .ec-itemRole img:hover {
    opacity: 0.7;
}
h2
{
    font-size: 30px;
    font-weight: bold;
}
ul,
li
{
    list-style: none;
}
.ec-cartNavi .ec-cartNavi__badge
{
    background-color: #9FA0A0;
}
.ec-input .ec-errorMessage,
.ec-halfInput .ec-errorMessage,
.ec-numberInput .ec-errorMessage,
.ec-zipInput .ec-errorMessage,
.ec-telInput .ec-errorMessage,
.ec-select .ec-errorMessage,
.ec-birth .ec-errorMessage,
.ec-checkbox .ec-errorMessage
{
    font-size: 18px;
    font-weight: bold;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search
{
    background-color: #C51C24;
}
/* 全体的な設定 ココまで*/

/* 右側のタグ */
.fixedTag-right
{
    position: fixed;
    z-index: 100;
    top: 70px;
    right: -20px;
    background-color: #9c9c9c;
    border-radius: 5%;
    border: 1px solid #fff;
    opacity: 0.8;
}
.fixedTag-right p a
{
    padding: 10px 15px 10px 0px;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    font-weight: bold;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    position: relative;
}
.fixedTag-right:hover
{
    transition: all 0.3s;
    right: -15px;
    opacity: 1;
}
/* 右側のタグ ココまで */

/* ヘッダーの設定 */
.ec-headerSearch .ec-headerSearch__category .ec-select select
{
    padding-left: 16px;
}
.ec-layoutRole__header
{
    /* background-color: #D4B567; */
    background-color: #fff;
    height: 120px;
    margin-bottom: 0px;
}
.ec-headerRole
{
    display: block;
    padding-top: 36px;
}
.ec-headerTitle .ec-headerTitle__title a
{
    margin-bottom: 12px;
}
.ec-headerTitle__info
{
    font-size: 14px;
    text-align: center;
    margin-bottom: 12px;
}

.ec-headerNaviRole__nav,
.ec-headerNaviRole__nav__info
{
    color: #000;
}
.ec-headerNaviRole__nav a,
.ec-headerNaviRole__nav__text a
{
    color: #000;
}
.ec-headerNaviRole__nav__text
{
    display: none;
}
.pagetop
{
    bottom: 27px;
    right: 27px;
    width: 50px;
    height: 50px;
    font-size: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid #fff 1px;
}
.ec-headerTitle .ec-headerTitle__title
{
    /* width: 240px; */
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
}
/* ヘッダーの設定 ココまで*/
/* スライド用 */
.ec-role
{
    margin-bottom: 48px;
}
.categoryWrap
{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #F7F7F7;
    margin-bottom: 0px;
}
.ec-sliderRole
{
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 45px;
    max-width: inherit;
}
ul .slick-dots
{
    display: none;
}
.slick-slide
{
    margin-bottom: 0px;
}

/* スライド用 ココまで*/

/* 選ばれる理由内 */
.motive .inner
{
    text-align: center;
}
.motive h2
{
    line-height: 30px;
}
.motive h2 span
{
    font-size: 23px;
}
.motive .inner dt
{
    position: relative;
    margin-bottom: 12px;
}
.motive .inner dt h3
{
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 39px;
    font-weight: 1000;
}
.motive .inner dt h3 span
{
    font-size: 0.9em;
    color: #ff9999;

}
.motive .inner dt img
{
    /* width: 300px; */
    padding-top: 35px;
}
.motive .inner dd
{
    /* width: 300px; */
    text-align: left;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
}
.motive .inner dt img,
.motive .inner dd p
{
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}

/* 選ばれる理由内 ココまで*/

/* ec-cubeの元の邪魔そうなsass中和 */
.ec-role .ec-itemRole,
.ec-role .ec-categoryRole,
.ec-role .ec-pickUpItemRole,
.ec-role .ec-newItemRole
{   
    padding-top: 0px;
    padding-bottom: 0px;
}
.ec-itemRole__list,
.ec-pickUpItemRole,
.ec-pickUpItemRole__list
{
    display: flex;
    flex-wrap: wrap;
}
.ec-secHeading__en .ec-shelfGrid__item,
.ec-itemRole .ec-itemRole__listItem,
.ec-pickUpItemRole__listItem,
.ec-newItemRole .ec-newItemRole__listItem
{
    width: 50%;
    margin-bottom: 24px;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
}
/* ec-cubeの元の邪魔そうなsass中和 ココまで*/

/* 商品一覧 */
.ec-newItemRole .ec-newItemRole__listItem:nth-child(odd)
{
    margin-right: 0px;
}
.ec-itemRole__listItem__top__wrapper,
.ec-shelfGrid__item-image__wrapper
{
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
.ec-itemRole__listItem__top__wrapper:before,
.ec-shelfGrid__item-image__wrapper:before
{
    content:"";
    display: block;
    padding-top: 100%;
}
.ec-itemRole__listItem__top,
.ec-shelfGrid__item-image
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
}
.ec-shelfGrid__item-image.ec-shelfGrid__item-image
{
    height: auto;
}
/* 商品一覧 ココまで*/

/* 商品一覧ページのサムネ中央寄せ */
.ec-shelfGrid .ec-shelfGrid__item-image
{
    display: flex;
    align-items: center;
}
/* 商品一覧ページのサムネ中央寄せ ココまで*/

/* 商品画像topと一覧ページのサムネを枠いっぱいにする */
.ec-itemRole__listItem__top img,
.ec-shelfGrid .ec-shelfGrid__item-image img
{
    object-fit: cover;
    max-width: 100%;
    height: 100%;
}
/* 商品画像topと一覧ページのサムネを枠いっぱいにする ココまで*/

.ec-bannerRole
{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ffebeb;
}
.ec-bannerRole .ec-bannerRole__listItem
{
    margin-bottom: 0px;
}
.ec-bannerRole .ec-bannerRole__listItem
{
    height: fit-content;
    margin-bottom: 20px;
}
.ec-bannerRole .ec-bannerRole__listItem:last-child
{
    margin-bottom: 0px;
}
.ec-bannerRole__listItem .ec-bannerRole__listItemWrap:not(:last-of-type)
{
    margin-bottom: 20px;
}

/* カテゴリ一覧 */
.ec-categoryRoleLarge .ec-role
{
    margin-bottom: 0px;
}
.ec-categoryRoleLarge .ec-categoryRole__listItem:not(:last-of-type)
{
    margin-bottom: 20px;
}
.categoryImgArea
{
    height: 128px;
}
/* カテゴリ一覧 ココまで*/

.ec-secHeading__ja,
.ec-secHeading .ec-secHeading__ja
{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .2em;
}
.ec-shelfGrid__item .ec-select select
{
    width: 100%;
}
.ec-guideRole img
{
    width: auto;
}
.ec-guideRole .content h4
{
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 16px;
}
.ec-guideRole .content h5
{
    font-weight: bold;
}
.ec-guideRole .content
{
    font-size: 14px;
    margin-bottom: 36px;
}
.ec-guideRole .content:last-of-type
{
    margin-bottom: 0px;
}
/* googlemapブロック用 */
.google-maps
{
    position: relative;
    padding-bottom: 90vh;
    height: 0;
    overflow: hidden;
}
.google-maps iframe
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* googlemapブロック用 ココまで*/
.ec-registerRole,
.ec-layoutRole__contents
{
    /* margin-bottom: 30px; */
}
/* フッター用 */
.ec-footerRole
{
    margin-top: 0px;
    background-color: #9FA0A0;
    border-top: none;
    padding-top: 50px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.ec-footerTitle
{
    padding-top: 0px;
    padding-bottom: 30px;
}
.ec-footerRole dl
{
    margin-bottom: 0px;
}
.ec-footerRole,
.ec-footerRole a
{
    color: #fff;
}
.ec-footerRole dt
{
    /* color: #000; */
    color: #D4B567;
    margin-bottom: 20px;
}
.ec-footerRole__inner
{
    display: flex;
    flex-direction: column;
}
.ec-footerNavi .ec-footerNavi__link a
{
    border-top: #fff solid 1px;
    border-bottom: none;
    text-decoration: none;
}
.ec-footerTitle__logo img
{
    /* width: 290px; */
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
    text-align: center;
}
/* .ec-footerRole__top .logo img
{
    border-bottom: #000 solid 1px;
    border-bottom: #D4B567 solid 1px;
    padding-bottom: 6px;
} */
/* .ul_sns
{
    font-size: 30px;
    display: flex;
    justify-content: center;
    padding-left: 0px;
    margin: 0 auto 24px;
    width: 70px;
    justify-content: space-between;
    } */
.ec-footerRole__bottom
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}
.ec-footerRole__bottom__wrap
{
    width: 100%;
    margin-bottom: 36px;
}
.ec-footerRole__bottom dl
{
    /* width: 100%; */
    /* width: 50%; */
    /* margin-bottom: 36px; */
}
.ec-footerRole__bottom__wrap:last-child
{
    margin-bottom: 0px;
}
.ec-footerRole__bottom dl:last-of-type
{
    /* margin-bottom: 0px; */
}
.ec-footerRole__bottom .online_shop
{
    /* width: 100%; */
}
.ec-footerRole__bottom ul
{
    padding-left: 0px;
    margin-bottom: 0px;
}
.ec-footerRole__bottom li
{
    font-size: 14px;
    margin-bottom: 12px;
}
.ec-footerRole ul
{
    margin-bottom: 0px;
}
.ec-footerRole__copyright
{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    color: #000;
}
/* フッター用 */

.ec-cartRole,
.ec-orderRole,
.ec-cartCompleteRole
{
    padding-bottom: 20px;
}

/* スマホのメニュー */
.ec-drawerRole,
.ec-drawerRole .ec-headerLinkArea
{
    background-color: #9FA0A0;
}
/* カテゴリイメージ */
.categoryImgArea
{
    height: 128px;
    background-image: none;
}
.ec-shelfGrid__item .ec-select select
{
    font-size: 12px;
}
/* 検索のカテゴリ消す */
.ec-headerSearch .ec-headerSearch__category,
.ec-headerSearch__category
{
    display: none;
}
.ec-headerSearch .ec-headerSearch__keyword
{
    width: 100%;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
/* 検索のカテゴリ消す ココまで */

/* スマホメニュー出た時にボタン類をその奥へ */
.have_curtain .ec-cartNavi,
.have_curtain .fixedTag-right,
.have_curtain .ec-blockTopBtn.pagetop
{
    /*display: none;*/
    z-index: 1;
}
.have_curtain .ec-overlayRole{
    z-index: 10;
}
    /*商品購入遷移の注文確認ページ*/
    .ec-paymentPeriod .ec-rectHeading p a,
    .ec-paymentCancel .ec-rectHeading p a
    {
        color: #00f;
    }

/* スマホメニュー出た時にボタン類をその奥へ ココまで*/
@media only screen and (max-width: 767px){
    .pc 
    {
        display: none;
    }
    .ec-cartNavi
    {
        display: block;
        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: 10px;
        right: 10px;
        z-index: 1001;
    }
    .ec-headerNaviRole__nav,
    .ec-headerNaviRole__nav__text
    {
        display: none;
    }
    .ec-cartNaviNull
    {
        position: fixed;
    }
    .ec-sliderRole img {
        width: 100%;
        /* height: 100vw; */
        object-fit: cover;
        /* height: 32vw; */
    }
    .ec-shelfGrid__item .ec-select select
    {
        font-size: 12px;
    }
}
@media only screen and (min-width: 768px){
    
    .sp{display: none;}
    .pc{display: block;}
    h2
    {
        font-size: 38px;
    }
    /* ヘッダーのリンクの文字消す */
    .ec-headerNaviRole__nav .ec-headerNav .ec-headerNav__itemLink
    {
        display: none;
    }

    .ec-headerNaviRole__nav__info
    {
        width: 50%;
    }
    .ec-headerNav .ec-headerNav__itemIcon
    {
        margin-left: 0px;
        margin-right: 11px;
    }
    /* .ec-headerNaviRole__nav__text li
    {
        margin-right: 35px;
    }
    .ec-headerNaviRole__nav__text li:last-of-type
    {
        margin-right: 0px;
    } */
    .ec-categoryRole__listItem:not(:last-of-type)
    {
        margin-right: 0px;
    }
    .ec-headerTitle
    {
        width: 100%;
        display: flex;
        justify-content: left;
        align-items: center;
    }
    .ec-headerTitle__info
    {
        font-size: 14px;
        text-align: right;
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: 0px;
    }
    .ec-headerTitle .ec-headerTitle__title
    {
        width: 320px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .ec-headerNaviRole__nav__text
    {
        display: flex;
        justify-content: space-between;
        padding-left: 0px;
        margin-bottom: 0px;
        font-size: 16px;
        font-weight: 700;
        /* width: 500px; */
        max-width: 500px;
        margin-left: auto;
    }
    .ec-headerNaviRole__right__bottom
    {
        display: flex;
        justify-content: space-between;
        width: 95%;
        margin-left: auto;
    }
    .ec-headerNav__item
    {
        line-height: 1;
    }

    .pagetop
    {
        bottom: 54px;
        right: 54px;
    }
    .LogoAndNavi
    {
        display: flex;
        justify-content: space-between;
        min-height: 120px;
        /* align-items: center; */
        width: 100%;
        max-width: 1400px;
        /* margin-bottom: 30px; */
        padding-top: 16px;
    }
    .ec-headerRole__title.ec-headerRole__title
    {
        width: 50%;
        padding-top: 12px;
    }
    .ec-headerTitle .ec-headerTitle__title a
    {
        margin-bottom: 0px;
    }
    .ec-headerNaviRole
    {
        max-width: inherit;
        margin: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .ec-headerNaviRoleInner
    {
        width: 100%;
        max-width: 1130px;
        margin-right: auto;
        margin-left: auto;
    }
    .ec-headerNaviRole__right
    {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .ec-layoutRole__mainBottom
    {
        margin: 0px auto;
    }

    .ec-role
    {
        width: 100%;
        max-width: inherit;
        /* padding-left: 0px;
        padding-right: 0px */
    }
    /* motive */
    .ec-role.motive
    {
        display: flex;
        justify-content: center;
        font-family: a-otf-ud-shin-go-pr6n, sans-serif;
        font-style: normal;
        font-weight: 300;
            }
    .ec-role.motive .inner
    {
        width: 912px;
        padding-top: 30px;
    }
    .ec-role.motive .inner dl
    {
        display: flex;
        justify-content: space-between;
    }
    /* motive ココまで */
    /* banner */
    .ec-role.ec-bannerRole
    {
    }
    .ec-role.ec-bannerRole .inner
    {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .ec-bannerRole__list
    {
        width: 100%;
        max-width: 1200px;
        display: flex;
        justify-content: space-around;
    }
    .ec-bannerRole__listItem
    {
        width: 30%;
    }
    .ec-bannerRole__list .ec-bannerRole__listItem
    {
        margin-bottom: 0px;
    }
    /* banner ココまで*/
    .ec-role .ec-itemRole img
    {
        /* margin-bottom: 10px; */
    }
    .ec-layoutRole .ec-layoutRole__contents
    {
        max-width: inherit;
    }
    /* オススメ */
    .ec-shelfGrid
    {
        margin-left: 0px;
        margin-right: 0px;
    }
    .ec-shelfRole
    {
        padding-left: 0px;
        padding-right: 0px;
    }
    .ec-itemRole,
    .ec-categoryRole,
    .ec-pickUpItemRole,
    .ec-newItemRole,
    .ec-guideRole
    {   
        max-width: 1130px;
        margin-right: auto;
        margin-left: auto;
    }
    .ec-secHeading__en .ec-shelfGrid__item,
    .ec-itemRole .ec-itemRole__listItem,
    .ec-pickUpItemRole__listItem,
    .ec-newItemRole__listItem,
    .ec-newItemRole .ec-newItemRole__listItem
    {
        width: 25%;
        margin-bottom: 24px;
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box;
    }
    .ec-newItemRole .ec-newItemRole__listItem:not(:last-of-type) {
        margin-right: 0px;
    }
    /* 商品一覧 */
    .ec-itemRole .ec-itemRole__list
    {
        display: flex;
        flex-wrap: wrap;
        /* width: 90%; */
        max-width: 1130px;
        margin-left: auto;
        margin-right: auto;
    }
    .ec-itemRole__listItem p
    {
        text-align: center;
        font-size: 14px;
        font-weight: bold;
    }
    
    /* .ec-itemRole__listItem__top
    {
        height: 250px;
    } */
    /* カテゴリ一覧 */
    .ec-categoryRole .ec-categoryRole__listItemInner
    {
        margin-bottom: 0px;
    }
    .ec-categoryRole .ec-categoryRole__listItem
    {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .ec-categoryRole .ec-categoryRole__listItemWrap
    {
        box-sizing: border-box;
        width: 33.33%;
    }
    .ec-categoryRoleLarge .ec-categoryRole__list
    {
        flex-wrap: wrap;
        margin-right: 0px;
    }
    .ec-categoryRoleLarge .ec-categoryRole__listItem:not(:last-of-type)
    {
        margin-right: 0px;
        margin-bottom: 40px;
    }
    /* ピックアップ */
    .ec-pickUpItemRole
    {
        display: block;
    }
    /* ガイド */
    .ec-guideRole_l
    {
        width: 48%;
        margin-right: 4%;
    }
    .ec-guideRole_r
    {
        width: 48%;
    }
    .ec-guideRole
    {
        display: flex;
        justify-content: space-between;
    }
    /* マップ */
    .google-maps
    {
    padding-bottom: 20%;
    }
    /* .ec-registerRole, */
    .ec-layoutRole__contents
    {
        /* margin-bottom: 100px; */
    }
    /* フッター */
    .ec-footerTitle__logo
    {
        max-width: 384px;
        margin-left: auto;
        margin-right: auto;
    }
    .ec-footerRole__top .logo img
    {
        margin-bottom: 6px;
    }
    
    .ec-footerNavi .ec-footerNavi__link a
    {
        border-bottom: none;
    }
    .ec-footerTitle
    {
        margin-bottom: 40px;
    }
    .ec-footerRole .ec-footerRole__inner
    {
        margin-bottom: 20px;
    }
    .ec-footerNavi .ec-footerNavi__link a
    {
        border-top:none;
    }
    /* テンプレートブロック用 */
    .ec-layoutRole__main .ec-role
    {
        max-width: 1130px;
    }
    .ec-layoutRole__main .ec-template-role
    {
        max-width: 1008px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .ec-template dl
    {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    /* テンプレートブロック用 ココまで */
    /* 商品詳細ページのボタン調整 */
    .ec-productRole .ec-productRole__btn
    {
        width: 100%;
    }
    /* 商品詳細ページのボタン調整 ココまで */
    
    /* cart */
    .ec-cartRole .ec-cartRole__actions
    {
        width: 80%;
        margin-left: 10%;
    }
    .ec-blockBtn--wrapper
    {
        display: flex;
        justify-content: space-between;
    }
    .ec-cartRole__actions .ec-blockBtn--action
    {
        width: 210px;
        -webkit-box-ordinal-group:1;
        -ms-flex-order:1;
        -webkit-order:1;
        order:2;
    }
    .ec-cartRole__actions .ec-blockBtn--cancel
    {
        width: 210px;
        -webkit-box-ordinal-group:2;
        -ms-flex-order:2;
        -webkit-order:2;
        order:1;
    }
    /* cart ココまで */
    
    /* カートだけfixにした時の調整 */
    .ec-headerRole__cart
    {
        position: fixed;
        top: 10px;
        right: 10px;
        z-index: 100;
    }
    .ec-headerNaviRole__right__bottom
    {
        height: 100%;
        display: flex;
        align-items: center;
    }
    .ec-headerNav
    {
        width: 120px;
        height: 35px;
    }
    /* カートだけfixにした時の調整 ココまで*/
}
@media screen and (min-width:768px) and (max-width:1646px){
    .ec-headerNaviRole__right
    {
        margin-right: 120px;
    }
}