@charset "utf-8";
img {
	width: 100%;
}
.sp {
    display: block;
}
.pc {
	display: none;
}
body {
    color: #000;
    background-color: #fff;
}
.shin_font {
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-weight: normal;
}
.header {
    display: flex;
    justify-content: space-between;
    background-color: #000;
    padding: 0 20px;
}
.header__logo {
    max-width: 97px;
    margin: 15px 0;
}
.header__btn {
    margin: 15px 0;
}
.header__contact-btn>a,
.header__cart-btn>a {
    color: #fff;
    width: 114px;
    display: flex;
    align-items: center;
    font-size: 9px;
    border-radius: 14px;
    padding: 0 10px;
    height: 25px;
}
.header__contact-btn>a::before,
.header__cart-btn>a::before {
    display: inline-block;
    content: "";
}
.header__contact-btn>a {
    background-color: #c1272d;
}
.header__contact-btn>a::before {
    background: url("/html/user_data/assets/img/common/header__mail.svg") no-repeat;
    background-size: cover;
    width: 23px;
    height: 15px;
    margin-right: 10px;
}
.header__cart-btn>a {
    background-color: #8c6239;
    border-radius: 14px;
}
.header__cart-btn>a::before {
    background: url("/html/user_data/assets/img/common/header__cart.svg") no-repeat;
    background-size: cover;
    width: 21px;
    height: 18px;
    margin-right: 3px;
}
.header__contact-btn {
    margin-bottom: 5px;
}
.scroll_btn {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 180;
    width: 26px;
    height: 20px;
    transition: all .3s ease-in-out;
}
.footer__navi {
    display: flex;
    font-size: 16px;
    flex-wrap: wrap;
    margin-bottom: 15px;
    line-height: 1.5;
    margin-right: 10px;
    margin-left: 10px;
}
.footer__navi-list:nth-of-type(2) {
    margin-left: 1em;
}
.footer__navi-list::before {
    content: "・";
    display: inline-block;
    width: 1em;
    color: #000;
}
.footer__navi a {
    text-decoration: none;
    color: #000;
}
footer small {
    font-size: 12px;
    color: #fff;
    background-color: #000;
    padding: 10px;
    text-align: center;
    display: block;
}
.cmn__sns-btn {
    display: flex;
    justify-content: center;
}
.cmn__sns-btn>li {
    width: 44px;
    height: 44px;
    align-items: center;
    display: flex;
    margin-right: 20px;
}
.cmn__sns-btn>li:last-child {
    margin-right: 0;
}
.cmn__sns-btn-area {
    margin-bottom: 90px;
}
.sub-ttl {
    font-size: 24px;
    text-align: center;
    margin: 50px 0 40px;
}
.ec-cartRole__actions, .ec-off4Grid__cell, .ec-orderConfirm {
    margin-bottom: 32px!important;
}
@media screen and (min-width:768px) {
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
    a:hover {
        opacity: .8;
    }
    .header {
        padding: 0 30px;
    }
    .header__logo {
        max-width: 97px;
        margin: 25px 0;
    }
    .header__btn {
        display: flex;
        align-items: center;
    }
    .header__contact-btn>a,
    .header__cart-btn>a {
        width: 155px;
        font-size: 13px;
        border-radius: 18px;
        height: 34px;
    }
    .header__contact-btn>a::before {
        width: 30px;
        height: 20px;
    }
    .header__cart-btn>a::before {
        width: 28px;
        height: 24px;
    }
    .header__contact-btn {
        margin-bottom: 0;
        margin-right: 15px;
    }
    .header__contact-btn>a {
        padding: 7px 15px;
    }
    .header__cart-btn>a {
        padding: 5px 15px;
    }
    .scroll_btn {
        bottom: 100px;
        right: 45px;
    }
    .footer__navi {
        margin-left: 50px;
    }
    .footer__navi-list {
        margin-left: 0;
    }
    .footer__navi-list::before {
        content: "／";
        margin-right: .5em;
        margin-left: .5em;
    }
    .footer__navi a {
        font-size: 17px;
    }
    .footer__navi-list:nth-of-type(2) {
        margin-left: 0;
    }
    footer small {
        padding: 15px;
    }
    .sub-ttl {
        font-size: 30px;
    }
    .cmn__logo {
        max-width: 198px;
        margin: 0 auto;
    }
}
@media screen and (min-width:1025px) {
    .header {
        padding: 0 80px;
    }
}