@charset "utf-8";

.header {
    position: fixed;
    width: 100%;
    top: 0;
    pointer-events: none;
}

.hEcWr,
.hLogoBx,
.hNavBtn {
    pointer-events: all;
}

.hAr {
    width: 100%;
    padding: 0 15px 0 15px;
}

.hBx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0 0 0;
}

.hNavBtn {
    height: 27px;
    width: 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.hNavBtnBar {
    background-color: #402705;
    height: 3px;
    width: 100%;
}

.hLogoBx {
    max-width: 100px;
}

.c8134 {
    color: black;
    width: 32px;
}

.spNavBtnBx {
    margin: 35px 0 0 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.spNavSnsBx {
    margin: 28px 0 0 0;
    max-width: 315px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.down {
    border: 1px solid #B98E51;
    padding: 12px 22px 12px 22px;
    background-color: #fff;
    margin: 0 0 0 auto;
    top: -50%;
    bottom: auto;
    right: 0;
    left: 0;
}

.down {
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
}

.down02 {
    top: 0;
    bottom: auto;
}

.downLink {
    display: block;
    line-height: 1.5em;
    color: #81571A;
    font-weight: 400;
    text-align: left;
}

.hShopBtn {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 1px solid #402702;
    position: static;
    display: flex;
    justify-content: center;
}

.hShopBtnBx {
    position: fixed;
    right: 17px;
    bottom: 53px;
}

.hShopBtnImg {
    width: 35px;
    display: block;
}

.hShopBtnTxt01 {
    font-size: 16px;
    color: #fff;
    line-height: 1.5em;
}

.hShopBtnTxt02 {
    font-size: 14px;
    line-height: 1.43em;
    color: #fff;
    text-align: center;
    margin: 7px 0 0 0;
}

@media (min-width: 768px) {
    .hAr {
        padding: 0 50px 0 50px;
    }

    .hBx {
        margin: 15px 0 0;
    }

    .hLogoBx {
        max-width: 167px;
    }

    .down {
        left: 70%;
        right: auto;
        position: absolute;
        margin: auto 0 auto 0;
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .down02 {
        top: 0;
        bottom: auto;
    }

    .pullBx {
        margin: 25px 0 0;
    }

    .hShopBtnBx {
        bottom: 53px;
    }

    .hShopBtn {
        width: 180px;
        height: 180px;
    }

    .hShopBtnTxt01 {
        font-size: 20px;
    }

    .hShopBtnTxt02 {
        font-size: 15px;
    }
}

@media (min-width: 1024px) {
    .hAr {
        padding: 0 65px 0 65px;
    }

    .hShopBtn {
        width: 203px;
        height: 203px;
    }

    .hShopBtnTxt01 {
        font-size: 24px;
    }

    .hShopBtnTxt02 {
        font-size: 16px;
    }
}

/* ECヘッド */
.hEcBtnLink:nth-of-type(n + 2) {
    margin: 0 0 0 1.5em;
}

.hEcBtnLink a {
    color: #FFF;
    display: flex;
    align-items: center;
    transition: .5s;
}

.hEcBtnLink a span {
    color: #FFF;
    transition: .5s;
}

.hEcBtnLink a:hover span {
    color: #FFF;
    transition: .5s;
}

.hEcBtnLink a i {
    font-size: 18px;
    line-height: 1em;
    color: #fff;
}

.hEcBtnLink a span {
    margin: 3px 0 0 0.5em;
    font-size: 12px;
    line-height: 1em;
}

.hEcWr {
    width: 100%;
    background: var(--secondary);
    z-index: 999;
    position: relative;
}

.hEcAr {
    margin: 0 auto;
    padding: 10px 15px;
    width: 100%;
}

.hEcBtnLink a:hover span {
    text-decoration: underline;
}

.hEcBtn-cart a .fa-shopping-cart:before {
    color: #fff;
}

.hEcBtnBx {
    margin: 0;
    display: flex;
    justify-content: flex-end;
}


/* 外部 */

.hNavBtn::before {
    content: "";
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: -13px;
    z-index: -1;
    margin: auto;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--white);
    -ms-filter: blur(24px);
    filter: blur(24px);
}

.hNavBtn:hover::before {
    opacity: 1;
}

.hShopBtnBx {
    border-radius: 50%;
    transition: all .3s;
}

.hShopBtnBx.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.hShopBtn {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hShopBtnBx::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--quaternary);
    z-index: -1;
    transition: all .3s;
}

.hShopBtnBx:hover::before {
    top: 0;
    left: 0;
}