@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";
@media (min-width: 768px) {
    .drink .toc {
        padding-top: calc(20 / 1440 * 100vw);
    }
}
@media (min-width: 768px) {
    .drink .toc-content {
        -webkit-box-pack: unset;
        -webkit-justify-content: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        padding-top: calc(20 / 1440 * 100vw);
    }
}
@media (min-width: 768px) {
    .drink .common-inner {
        max-width: calc(1200 / 1440 * 100vw);
    }
}
.drink-title {
    margin-top: calc(40 / 390 * 100vw);
    margin-bottom: calc(20 / 390 * 100vw);
    font-size: calc(24 / 390 * 100vw);
    font-weight: bold;
    text-align: center;
}
@media (min-width: 768px) {
    .drink-title {
        margin-top: calc(40 / 1440 * 100vw);
        margin-bottom: calc(20 / 1440 * 100vw);
        font-size: calc(32 / 1440 * 100vw);
    }
}
.drink-title span {
    display: block;
    font-size: calc(16 / 390 * 100vw);
}
@media (min-width: 768px) {
    .drink-title span {
        font-size: calc(24 / 1440 * 100vw);
    }
}
.drink-description span {
    font-size: calc(12 / 390 * 100vw);
}
@media (min-width: 768px) {
    .drink-description span {
        font-size: calc(12 / 1440 * 100vw);
    }
}
@media (min-width: 768px) {
    .drink-description {
        text-align: center;
    }
}
.drink-contents {
    padding-bottom: calc(30 / 390 * 100vw);
}
@media (min-width: 768px) {
    .drink-contents {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: calc(20 / 1440 * 100vw);
    }
}
.drink-contents .item {
    margin-top: calc(40 / 390 * 100vw);
}
@media (min-width: 768px) {
    .drink-contents .item {
        width: 45%;
        margin-top: calc(60 / 1440 * 100vw);
    }
}
.drink-contents .item p {
    margin-top: calc(15 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
}
@media (min-width: 768px) {
    .drink-contents .item p {
        margin-top: calc(20 / 1440 * 100vw);
        font-size: calc(16 / 1440 * 100vw);
    }
}
.drink .grico {
    padding: calc(40 / 390 * 100vw) 0;
    background: #e8ecf0;
}
@media (min-width: 768px) {
    .drink .grico {
        padding: calc(40 / 1440 * 100vw) 0;
    }
}
.drink .grico h3 {
    font-size: calc(24 / 390 * 100vw);
    font-weight: bold;
    color: #00367d;
    text-align: center;
}
@media (min-width: 768px) {
    .drink .grico h3 {
        font-size: calc(32 / 1440 * 100vw);
    }
}
.drink .grico .grico-contents {
    margin-top: calc(20 / 390 * 100vw);
}
@media (min-width: 768px) {
    .drink .grico .grico-contents {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: unset;
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        gap: calc(48 / 1440 * 100vw);
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: calc(20 / 1440 * 100vw);
    }
}
@media (min-width: 768px) {
    .drink .grico .grico-contents .text-wrap {
        width: calc(475 / 1440 * 100vw);
    }
}
.drink .grico .grico-contents .text-wrap p {
    margin-top: calc(20 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
}
@media (min-width: 768px) {
    .drink .grico .grico-contents .text-wrap p {
        margin-top: calc(20 / 1440 * 100vw);
        font-size: calc(18 / 1440 * 100vw);
    }
}
@media (min-width: 768px) {
    .drink .grico .grico-contents .text-wrap p:first-child {
        margin-top: 0;
    }
}
.drink .grico .grico-contents img {
    display: block;
    margin-top: calc(20 / 390 * 100vw);
}
@media (min-width: 768px) {
    .drink .grico .grico-contents img {
        width: calc(276 / 1440 * 100vw);
        -o-object-fit: contain;
        object-fit: contain;
        margin-top: 0;
    }
}
.drink .category {
    padding: calc(40 / 390 * 100vw) 0;
}
.drink .category h3 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: calc(24 / 390 * 100vw);
    font-weight: bold;
    text-align: center;
    border-bottom: 5px solid #509cff;
}
@media (min-width: 768px) {
    .drink .category h3 {
        font-size: calc(32 / 1440 * 100vw);
    }
}
.drink .category .recommend-text {
    margin-top: calc(20 / 390 * 100vw);
    font-size: calc(18 / 390 * 100vw);
    font-weight: bold;
    text-align: center;
}
@media (min-width: 768px) {
    .drink .category .recommend-text {
        margin-top: calc(20 / 1440 * 100vw);
        font-size: calc(24 / 1440 * 100vw);
    }
}
.drink .category .recommend-text span {
    color: #0062e0;
}
.drink .category-list {
    margin-top: calc(30 / 390 * 100vw);
    margin-bottom: calc(40 / 390 * 100vw);
}
@media (min-width: 768px) {
    .drink .category-list {
        margin-top: calc(20 / 1440 * 100vw);
        margin-bottom: calc(20 / 1440 * 100vw);
    }
}
.drink .category-list h4 {
    margin-top: calc(20 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    font-weight: bold;
}
@media (min-width: 768px) {
    .drink .category-list h4 {
        margin-top: calc(20 / 1440 * 100vw);
        font-size: calc(24 / 1440 * 100vw);
    }
}
.drink .category-list ul {
    padding-left: calc(30 / 390 * 100vw);
    list-style: disc;
}
@media (min-width: 768px) {
    .drink .category-list ul {
        padding-left: calc(30 / 1440 * 100vw);
    }
}
.drink .drink-contents.basic .voice-item h3 {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(60%, transparent),
        color-stop(0, rgba(59, 198, 247, 0.8))
    );
    background: -webkit-linear-gradient(transparent 60%, rgba(59, 198, 247, 0.8) 0);
    background: linear-gradient(transparent 60%, rgba(59, 198, 247, 0.8) 0);
}
.drink .drink-contents.satto .voice-item h3 {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(60%, transparent),
        color-stop(0, rgba(252, 214, 158, 1))
    );
    background: -webkit-linear-gradient(transparent 60%, rgba(252, 214, 158, 1) 0);
    background: linear-gradient(transparent 60%, rgba(252, 214, 158, 1) 0);
}
.drink .drink-contents .voice-item {
    margin-top: calc(40 / 390 * 100vw);
}
@media (min-width: 768px) {
    .drink .drink-contents .voice-item {
        width: 45%;
        margin-top: calc(40 / 1440 * 100vw);
    }
}
.drink .drink-contents .voice-item .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: calc(10 / 390 * 100vw);
}
@media (min-width: 768px) {
    .drink .drink-contents .voice-item .header {
        padding-bottom: calc(10 / 1440 * 100vw);
    }
}
.drink .drink-contents .voice-item .header img {
    width: calc(30 / 390 * 100vw);
    margin-right: calc(15 / 390 * 100vw);
}
@media (min-width: 768px) {
    .drink .drink-contents .voice-item .header img {
        width: calc(30 / 1440 * 100vw);
        margin-right: calc(15 / 1440 * 100vw);
    }
}
.drink .drink-contents .voice-item h3 {
    display: inline;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: calc(4 / 390 * 100vw);
    font-size: calc(24 / 390 * 100vw);
    font-weight: bold;
    line-height: 1.4;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(60%, transparent),
        color-stop(0, rgba(0, 98, 224, 0.5))
    );
    background: -webkit-linear-gradient(transparent 60%, rgba(0, 98, 224, 0.5) 0);
    background: linear-gradient(transparent 60%, rgba(0, 98, 224, 0.5) 0);
}
@media (min-width: 768px) {
    .drink .drink-contents .voice-item h3 {
        padding-bottom: calc(4 / 1440 * 100vw);
        font-size: calc(32 / 1440 * 100vw);
    }
}
.drink .drink-contents .voice-item.senior h3 {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(60%, transparent),
        color-stop(0, rgba(255, 168, 0, 0.5))
    );
    background: -webkit-linear-gradient(transparent 60%, rgba(255, 168, 0, 0.5) 0);
    background: linear-gradient(transparent 60%, rgba(255, 168, 0, 0.5) 0);
}
.drink .drink-contents .voice-item .voice-description {
    margin-top: calc(20 / 390 * 100vw);
}
@media (min-width: 768px) {
    .drink .drink-contents .voice-item .voice-description {
        margin-top: calc(20 / 1440 * 100vw);
    }
}
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) !important;
    }
}
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 .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);
    }
}
#pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: calc(40 / 390 * 100vw);
}
#pagination a {
    font-family: "Inter", sans-serif;
    font-size: calc(18 / 390 * 100vw);
    margin-right: calc(10 / 390 * 100vw);
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(40 / 390 * 100vw);
    height: calc(40 / 390 * 100vw);
    border-radius: calc(4 / 390 * 100vw);
    background: #e8ecf0;
    color: #424242;
}
#pagination a.current {
    background: #0062e0;
    color: #fff;
}
@media (min-width: 768px) {
    #pagination a {
        font-size: calc(18 / 1440 * 100vw);
        margin-right: calc(10 / 1440 * 100vw);
        width: calc(40 / 1440 * 100vw);
        height: calc(40 / 1440 * 100vw);
        border-radius: calc(4 / 1440 * 100vw);
    }
}
