@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Arsenal:ital,wght@1,700&display=swap";
section.teibunshika {
    padding-top: calc(40 / 390 * 100vw);
}
@media (min-width: 768px) {
    section.teibunshika {
        padding-top: calc(40 / 1440 * 100vw);
    }
}
@media (min-width: 768px) {
    section.teibunshika .common-inner {
        max-width: calc(800 / 1440 * 100vw);
    }
}
section.teibunshika .common-inner > :not(:first-child) {
    margin-top: calc(20 / 390 * 100vw);
}
@media (min-width: 768px) {
    section.teibunshika .common-inner > :not(:first-child) {
        margin-top: calc(40 / 1440 * 100vw);
    }
}
section.teibunshika .common-inner .section-title {
    position: relative;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: calc(24 / 390 * 100vw);
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
}
@media (min-width: 768px) {
    section.teibunshika .common-inner .section-title {
        font-size: calc(36 / 1440 * 100vw);
    }
}
section.teibunshika .common-inner .section-title::before {
    position: absolute;
    right: 0;
    bottom: calc(4 / 390 * 100vw);
    left: 0;
    z-index: -1;
    display: inline-block;
    width: 100%;
    height: calc(10 / 390 * 100vw);
    margin: 0 auto;
    content: "";
    background-color: #80b0ef;
}
@media (min-width: 768px) {
    section.teibunshika .common-inner .section-title::before {
        bottom: calc(6 / 1440 * 100vw);
        height: calc(10 / 1440 * 100vw);
    }
}
@media (min-width: 768px) {
    section.teibunshika .common-inner .img-wrap {
        width: calc(540 / 1440 * 100vw);
        margin: calc(40 / 1440 * 100vw) auto 0;
    }
}
section.recommend .common-inner {
    background-color: #cfe4ff;
}
section.feature .section-title span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #80b0ef));
    background: -webkit-linear-gradient(transparent 70%, #80b0ef 0%);
    background: linear-gradient(transparent 70%, #80b0ef 0%);
}
section.feature .feature-content .content-title::before {
    color: #0062e0;
}
@media (min-width: 768px) {
    section.product-info .production.packing-30 .production-img {
        margin: calc(95 / 1440 * 100vw) auto calc(90 / 1440 * 100vw);
    }
}
section.product-info .production.packing-30 .production-img .amount {
    bottom: calc(-20 / 390 * 100vw);
}
@media (min-width: 768px) {
    section.product-info .production.packing-30 .production-img .amount {
        bottom: calc(-40 / 1440 * 100vw);
    }
}
@media (min-width: 768px) {
    section.product-info .production .production-price {
        margin-top: calc(66 / 1440 * 100vw);
    }
}
section.product-info .athlete-info .row {
    font-size: calc(24 / 390 * 100vw);
}
@media (min-width: 768px) {
    section.product-info .athlete-info .row {
        font-size: calc(24 / 1440 * 100vw);
    }
}
section.product-info .recommend-drinking .row {
    font-size: calc(24 / 390 * 100vw);
}
@media (min-width: 768px) {
    section.product-info .recommend-drinking .row {
        font-size: calc(24 / 1440 * 100vw);
    }
}
section.product-info .customer-voice .voice:nth-of-type(2) .voice-title {
    width: calc(190 / 390 * 100vw);
}
@media (min-width: 768px) {
    section.product-info .customer-voice .voice:nth-of-type(2) .voice-title {
        width: calc(240 / 1440 * 100vw);
    }
}
@media (min-width: 768px) {
    section.product-info .customer-voice .voice:nth-of-type(2) .balloon {
        width: calc(240 / 1440 * 100vw);
    }
}
.banner-link {
    width: 100%;
    margin-top: calc(20 / 390 * 100vw);
}
@media (min-width: 768px) {
    .banner-link {
        margin-top: calc(40 / 1440 * 100vw);
    }
}
