@charset "UTF-8";

.ff-ng {
    font-family: "Shuei Nijimi Go Gin B", sans-serif;
}
.ff-m {
    font-family: A1 Gothic M,sans-serif;
}
header {
    background-color: #80AAB1;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
}
header a {
    color: #fff;
}
header nav ul li .i svg {
    fill: #fff;
}
header::after {
    content: '';
    display: block;
    background-image: url(../img/product/header.svg);
    width: 100%;
    height: 15px;
}
header .logo {
    width: 62.56px;
    height: initial;
}
.button-cart, .hbr-totop, .hbr-cart-modal-menu, .cart-wrapper .cart_btn,
#page_product #kv .kv_thumb .swiper-slide:before {
    background-color: #243233;
}
#page_product #product_desc .ttl .cart_price {
    font-family: "A1 Gothic M JIS2004", sans-serif;
}
.btn_cart {
    border-radius: 4px;
}
.hbr-totop {
    border-radius: 3px;
}
#page_product #product_desc .variation ul li .color {
    color: #000;
}
.hbr-footer {
    background-color: #80AAB1;
}
#page_product #product_desc .ttl .brand {
    display: none;
}
#page_product #product_info {
    background-color: #747F7F;
    padding-bottom: 3.15873vw;
    border-top: none;
}
#page_product #related_product {
    border-top: none;
    margin-top: 0;
}
#page_product #product_info dl dt {
    font-family: "A1 Gothic M JIS2004", sans-serif;
    color: #fff;
    text-indent: 0;
}
#page_product #product_info #attention dl dt {
    display: none;
}
#page_product #product_info dl dd {
    color: #fff;
}
.product_info-inner h3 {
    color: #fff;
    font-size: 19px;
    font-family: "Shuei Nijimi Go Gin B", sans-serif;
    margin-bottom: 1em;
}
.product_info-inner h3.spec {
    padding-left: 3.1746031746vw;
}
#page_product #attention [data-rmn-key=notices] dd {
    padding-left: 0;
}
#page_product #product_desc .ttl h1 {
    font-family: "A1 Gothic M JIS2004", sans-serif;
}
#page_product #product_desc .desc p {
    font-family: "A1 Gothic L JIS2004", sans-serif;
}
#page_product .back_index a {
    font-family: "A1 Gothic M JIS2004", sans-serif;
    color: #494745;
}
#page_product #related_contents ul li h4 {
    font-family: "A1 Gothic L JIS2004", sans-serif;
}
#page_product #kv .kv_inner .swiper-slide {
    font-size: inherit;
    text-align: center;
}
#page_product #kv .kv_inner .swiper-slide span {
    font-family: "A1 Gothic L JIS2004", sans-serif;
    font-size: 0.75rem;
    line-height: 2;
}
#page_product #kv .kv_thumb .swiper-slide span {
    display: none;
}
@media (min-width: 751px) {
    #page_product article {
        width: 100%;
        padding-top: 50px;
    }
    #page_product #product_head,
    #page_product #related_product,
    #page_product #related_contents,
    .product_info-inner {
        width: 88.8888888889vw;
        margin-left: auto;
        margin-right: auto;
    }
    .product_info-inner {
        display: flex;
        justify-content: space-between;
    }
}
@media (min-width: 751px) and (min-width: 1260px) {
    #page_product article {
        width: 100%;
    }
    #page_product #product_head,
    #page_product #related_product,
    #page_product #related_contents,
    .product_info-inner {
        width: 1120px;
    }
}
@media (min-width: 1260px) {
    #page_product #related_product {
        margin-top: 0;
    }
    #page_product #product_info {
        padding-bottom: 65px;
    }
    .product_info-inner h3.spec {
        padding-left: 40px;
    }
}
@media screen and (max-width: 750px) {
    header::after {
        background-image: url(../img/product/header_sp.svg);
        width: 100%;
        height: 9px;
    }
    header .logo {
        width: 45.44px;
    }
    #page_product #product_info {
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 8vw;
    }
    .product_info-inner {
        margin-left: 8vw;
        margin-right: 8vw;
    }
    .product_info-inner h3.spec {
        padding-left: 4vw;
    }
    footer {
        padding-top: 0;
    }
    .hbr-footer {
        margin-top: 0;
    }
    #page_product #kv .kv_thumb {
        padding-top: 5vw;
    }
    #page_product #kv .kv_inner .swiper-slide span {
        line-height: 1;
    }
}