@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";
main {
    overflow: hidden;
}
.athlete-info .pc {
    display: none;
}
.athlete-info .key {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    aspect-ratio: unset;
}
.athlete-info .key {
    padding-bottom: calc(32 / 390 * 100vw);
}
.athlete-info .key p {
    font-size: calc(18 / 390 * 100vw);
}
.athlete-info .toc-content::after {
    display: none;
}
@media (min-width: 768px) {
    .athlete-info .pc {
        display: block;
    }
    .athlete-info .key {
        padding-bottom: calc(60 / 1440 * 100vw);
    }
    .athlete-info .key p {
        font-size: calc(18 / 1440 * 100vw);
    }
    .athlete-info .toc-content {
        justify-content: center;
        text-align: center;
    }
    .athlete-info .toc-content span {
        padding: 0 !important;
    }
}
.athlete-info .key h1 {
    font-size: calc(32 / 390 * 100vw);
    font-weight: bold;
    margin-bottom: calc(16 / 390 * 100vw);
    line-height: 1.4;
}
.athlete-info .key h1 span {
    font-size: calc(20 / 390 * 100vw);
}
.athlete-info .key h1 + p {
    text-align: left;
    margin-bottom: calc(16 / 390 * 100vw);
}
.athlete-info .key__slider li {
    display: flex;
    flex-direction: column;
    background: #f4f4f4;
}
.athlete-info .key__slider li picture {
    width: 100%;
    height: calc(170 / 390 * 100vw);
    overflow: hidden;
    position: relative;
}
.athlete-info .key__slider li picture img {
    position: absolute;
    inset: 0;
    margin: auto;
}
.athlete-info .key__slider li a {
    display: block;
    width: fit-content;
    margin: calc(16 / 390 * 100vw) 0 0 auto;
}
.athlete-info p.key__slider-title {
    font-weight: 600;
    text-align: left;
}
.athlete-info p.key__slider-title span {
    font-weight: 400;
}
.athlete-info .key__slider-name {
    text-align: left;
    font-weight: 600;
}
.athlete-info p.key__slider-copy {
    font-size: calc(18 / 390 * 100vw);
    margin-bottom: calc(8 / 390 * 100vw);
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
}
.athlete-info .key__slider-text {
    text-align: left;
    line-height: 2;
}
.splide__pagination li {
    background: unset !important;
}
.splide__pagination__page {
    background: #e2e2e2;
    border-radius: 50%;
}
.splide__pagination__page.is-active {
    background: #00065a;
}
.athlete-info .key__slider-detail {
    width: 100%;
    padding: calc(24 / 390 * 100vw);
}
.athlete-info p.key__slider-title {
    font-size: calc(20 / 390 * 100vw);
    margin-bottom: calc(4 / 390 * 100vw);
}
.athlete-info p.key__slider-title span {
    font-size: calc(14 / 390 * 100vw);
    padding-left: calc(12 / 390 * 100vw);
}
.athlete-info p.key__slider-name {
    font-size: calc(20 / 390 * 100vw);
    margin-bottom: calc(4 / 390 * 100vw);
}
.athlete-info p.key__slider-name span {
    font-size: calc(16 / 390 * 100vw);
    padding-left: calc(12 / 390 * 100vw);
}
.athlete-info p.key__slider-text {
    font-size: calc(14 / 390 * 100vw);
    line-height: 1.6;
}
.splide__pagination {
    margin-top: calc(12 / 390 * 100vw);
    gap: 0 calc(14 / 390 * 100vw);
}
.splide__pagination__page {
    width: calc(14 / 390 * 100vw);
    height: calc(14 / 390 * 100vw);
}
.athlete-info .key__slider li a img {
    width: calc(92 / 390 * 100vw);
    height: calc(30 / 390 * 100vw);
}

@media (min-width: 768px) {
    .athlete-info .key h1 {
        font-size: calc(36 / 1440 * 100vw);
        margin-bottom: calc(24 / 1440 * 100vw);
    }
    .athlete-info .key h1 span {
        font-size: calc(24 / 1440 * 100vw);
    }
    .athlete-info .key h1 + p {
        text-align: center;
        margin-bottom: calc(24 / 1440 * 100vw);
    }
    .athlete-info .key__slider li {
        flex-direction: row;
    }
    .athlete-info .key__slider li picture {
        width: 50%;
        height: calc(505 / 1440 * 100vw);
    }
    .athlete-info .key__slider li a {
        margin: calc(16 / 1440 * 100vw) 0 0 auto;
    }
    .athlete-info p.key__slider-title {
        font-size: calc(24 / 1440 * 100vw);
        margin-bottom: calc(8 / 1440 * 100vw);
    }
    .athlete-info p.key__slider-title span {
        font-size: calc(14 / 1440 * 100vw);
        padding-left: calc(16 / 1440 * 100vw);
    }
    .athlete-info p.key__slider-name {
        font-size: calc(28 / 1440 * 100vw);
        margin-bottom: calc(8 / 1440 * 100vw);
    }
    .athlete-info p.key__slider-name span {
        font-size: calc(16 / 1440 * 100vw);
        padding-left: calc(16 / 1440 * 100vw);
    }
    .athlete-info p.key__slider-copy {
        font-size: calc(22 / 1440 * 100vw);
        margin-bottom: calc(16 / 1440 * 100vw);
    }
    .athlete-info .key__slider-detail {
        width: 50%;
        padding: calc(40 / 1440 * 100vw);
    }
    .splide__pagination {
        margin-top: calc(24 / 1440 * 100vw);
        gap: 0 calc(16 / 1440 * 100vw);
    }
    .splide__pagination__page {
        width: calc(14 / 1440 * 100vw);
        height: calc(14 / 1440 * 100vw);
    }
    .athlete-info .key__slider li a img {
        width: calc(122 / 1440 * 100vw);
        height: calc(40 / 1440 * 100vw);
    }
    .athlete-info p.key__slider-text {
        font-size: calc(16 / 1440 * 100vw);
        line-height: 2;
    }
}
.athlete-info .support {
    margin-top: calc(40 / 390 * 100vw);
}
@media (min-width: 768px) {
    .athlete-info .support {
        margin-top: calc(50 / 1440 * 100vw);
    }
}
@media (min-width: 768px) {
    .athlete-info .support .common-inner {
        max-width: calc(1040 / 1440 * 100vw);
    }
}
@media (min-width: 768px) {
    .athlete-info .support-wrap {
        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;
    }
}
.athlete-info .support-title {
    text-align: center;
    font-size: calc(24 / 390 * 100vw);
    font-weight: bold;
}
@media (min-width: 768px) {
    .athlete-info .support-title {
        font-size: calc(32 / 1440 * 100vw);
    }
}
.athlete-info .support-title span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #509cff));
    background: -webkit-linear-gradient(transparent 60%, #509cff 0%);
    background: linear-gradient(transparent 60%, #509cff 0%);
}
.athlete-info .support-title.athlete {
    margin-top: calc(60 / 390 * 100vw);
}
@media (min-width: 768px) {
    .athlete-info .support-title.athlete {
        margin-top: calc(80 / 1440 * 100vw);
    }
}
.athlete-info .support .team-wrap {
    padding-bottom: calc(20 / 390 * 100vw);
    margin-top: calc(20 / 390 * 100vw);
    border-bottom: 1px solid #e8ecf0;
}
@media (min-width: 768px) {
    .athlete-info .support .team-wrap {
        padding-bottom: calc(20 / 1440 * 100vw);
        margin-top: calc(20 / 1440 * 100vw);
    }
}
@media (min-width: 768px) {
    .athlete-info .support .team-wrap {
        width: 45%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.athlete-info .support .team-wrap h4 {
    text-align: center;
    font-size: calc(18 / 390 * 100vw);
    font-weight: bold;
    margin-top: calc(20 / 390 * 100vw);
    margin-bottom: calc(10 / 390 * 100vw);
    color: #00367d;
}
@media (min-width: 768px) {
    .athlete-info .support .team-wrap h4 {
        font-size: calc(18 / 1440 * 100vw);
        margin-top: calc(20 / 1440 * 100vw);
        margin-bottom: calc(10 / 1440 * 100vw);
    }
}
.athlete-info .support .team-wrap h4 span {
    font-size: calc(14 / 390 * 100vw);
    font-weight: normal;
}
@media (min-width: 768px) {
    .athlete-info .support .team-wrap h4 span {
        font-size: calc(14 / 1440 * 100vw);
    }
}
.athlete-info .support .team-wrap img {
    max-width: calc(160 / 390 * 100vw);
    width: 100%;
    display: block;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .athlete-info .support .team-wrap img {
        width: calc(160 / 1440 * 100vw);
        margin-right: calc(20 / 1440 * 100vw);
    }
}
.athlete-info .support .team-wrap .description p {
    font-size: calc(14 / 390 * 100vw);
}
@media (min-width: 768px) {
    .athlete-info .support .team-wrap .description p {
        font-size: calc(14 / 1440 * 100vw);
    }
}
.athlete-info .support .team-wrap .achievements-title {
    font-weight: bold;
    font-size: calc(16 / 390 * 100vw);
    margin-top: calc(15 / 390 * 100vw);
}
@media (min-width: 768px) {
    .athlete-info .support .team-wrap .achievements-title {
        font-size: calc(16 / 1440 * 100vw);
        margin-top: calc(15 / 1440 * 100vw);
    }
}
.athlete-info .support .team-wrap .achievements-table {
    font-size: calc(14 / 390 * 100vw);
}
@media (min-width: 768px) {
    .athlete-info .support .team-wrap .achievements-table {
        font-size: calc(14 / 1440 * 100vw);
    }
}
.athlete-info .support .team-wrap .achievements-table th {
    font-weight: normal;
    width: calc(60 / 390 * 100vw);
}
@media (min-width: 768px) {
    .athlete-info .support .team-wrap .achievements-table th {
        width: calc(60 / 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);
    }
}
.athlete-info .sub-title {
    text-align: center;
    margin: 0 auto calc(24 / 390 * 100vw);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.athlete-info .sub-title span {
    font-weight: 600;
    text-align: center;
    position: relative;
    width: fit-content;
    padding: 0 calc(8 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
}
.athlete-info .sub-title span::after {
    content: "";
    width: 100%;
    height: calc(8 / 390 * 100vw);
    bottom: calc(4 / 390 * 100vw);
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background: #a5cfff;
    z-index: -1;
}
@media (min-width: 768px) {
    .athlete-info .sub-title {
        margin: 0 auto calc(24 / 1440 * 100vw);
    }
    .athlete-info .sub-title span {
        font-size: calc(24 / 1440 * 100vw);
        padding: 0 calc(8 / 1440 * 100vw);
    }
    .athlete-info .sub-title span::after {
        height: calc(12 / 1440 * 100vw);
        bottom: calc(4 / 1440 * 100vw);
    }
}
#list {
    margin-top: calc(40 / 390 * 100vw);
    margin-bottom: calc(40 / 390 * 100vw);
}
.list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: calc(24 / 390 * 100vw) 0;
}
.list li {
    width: 100%;
    border: calc(2 / 390 * 100vw) solid #000;
}
.list li img {
    width: calc(100 / 390 * 100vw);
    height: 100%;
}
.list-upper {
    display: flex;
    gap: 0 calc(16 / 390 * 100vw);
    padding: calc(16 / 390 * 100vw);
    padding-bottom: 0;
}
.list-upper:not(:has(~ .list-lower)) {
    padding-bottom: calc(16 / 390 * 100vw);
}
.list-upper-info:not(:has(a)) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.list-upper-info p {
    font-weight: 600;
    display: flex;
    flex-direction: column;
    line-height: 1.4;
    font-size: calc(18 / 390 * 100vw);
}
.list-upper-info p span {
    font-size: calc(13 / 390 * 100vw);
}
.list-upper-info a {
    font-weight: 600;
    text-align: center;
    border: calc(2 / 390 * 100vw) solid #000;
    border-radius: calc(100 / 390 * 100vw);
    line-height: calc(32 / 390 * 100vw);
    font-size: calc(15 / 390 * 100vw);
    width: calc(190 / 390 * 100vw);
    margin-top: calc(16 / 390 * 100vw);
}
.list-lower {
    background: #f4f4f4;
    margin-top: calc(16 / 390 * 100vw);
    padding: calc(16 / 390 * 100vw);
    padding-top: calc(16 / 390 * 100vw);
}
.list-lower p {
    font-weight: 600;
}
.list-lower p:first-of-type {
    margin-bottom: calc(8 / 390 * 100vw);
}
.list-lower dl {
    display: flex;
    gap: 0 calc(16 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
}
.list-lower dl:not(:last-of-type) {
    margin: 0 0 calc(4 / 390 * 100vw);
}
.list-lower dl dt {
    font-weight: 400;
    white-space: nowrap;
}
.list-lower dl dd {
    margin: 0;
}
.team .list-upper-info {
    justify-content: flex-start;
}
.team .list-upper-info:not(:has(p:nth-of-type(2))) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.team .list-upper-info p {
    font-size: calc(14 / 390 * 100vw);
    font-weight: 400;
    margin-top: calc(4 / 390 * 100vw);
}
.team .list-upper-info p:first-of-type {
    font-size: calc(18 / 390 * 100vw);
    font-weight: 600;
    margin-top: 0;
}
@media (min-width: 768px) {
    #list {
        margin-top: calc(40 / 1440 * 100vw);
        margin-bottom: calc(60 / 1440 * 100vw);
    }
    .list {
        gap: calc(40 / 1440 * 100vw) 0;
    }
    .list li {
        width: 48%;
        border: calc(2 / 1440 * 100vw) solid #000;
        display: flex;
        flex-direction: column;
    }
    .list-upper {
        display: flex;
        gap: 0 calc(40 / 1440 * 100vw);
        padding: calc(24 / 1440 * 100vw);
        padding-bottom: 0;
    }
    .list-upper:not(:has(~ .list-lower)) {
        padding-bottom: calc(24 / 1440 * 100vw);
    }
    .list li img {
        width: calc(180 / 1440 * 100vw);
    }
    .list-upper-info p {
        font-size: calc(32 / 1440 * 100vw);
    }
    .list-upper-info p span {
        font-size: calc(18 / 1440 * 100vw);
    }
    .list-upper-info a {
        border: calc(2 / 1440 * 100vw) solid #000;
        border-radius: calc(100 / 1440 * 100vw);
        line-height: calc(32 / 1440 * 100vw);
        font-size: calc(16 / 1440 * 100vw);
        width: calc(260 / 1440 * 100vw);
        margin-top: calc(16 / 1440 * 100vw);
    }
    .list-lower {
        margin-top: calc(16 / 1440 * 100vw);
        padding: calc(24 / 1440 * 100vw);
        padding-top: calc(16 / 1440 * 100vw);
        flex-grow: 1;
    }
    .list-lower p {
        font-weight: 600;
    }
    .list-lower p:first-of-type {
        margin-bottom: calc(8 / 1440 * 100vw);
    }
    .list-lower dl {
        display: flex;
        gap: 0 calc(16 / 1440 * 100vw);
        font-size: calc(16 / 1440 * 100vw);
    }
    .list-lower dl:not(:last-of-type) {
        margin: 0 0 calc(8 / 1440 * 100vw);
    }
    .list-lower dl dt {
        font-weight: 400;
        white-space: nowrap;
    }
    .list-lower dl dd {
        margin: 0;
    }
    .team .list-upper-info p {
        font-size: calc(16 / 1440 * 100vw);
        font-weight: 400;
        margin-top: calc(16 / 1440 * 100vw);
    }
    .team .list-upper-info p:first-of-type {
        font-size: calc(28 / 1440 * 100vw);
        font-weight: 600;
        margin-top: 0;
    }
}
