@charset "UTF-8";

.at-page-athlete {
    box-sizing: border-box;
}

.at-page-athlete img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.sasamoto-profile {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 50px 3%;
    padding-top: 20px;
}

.sasamoto-profile::before {
    width: 75%;
    height: calc(100% + 10px);
    background-color: #a9d1f0;
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    right: -20px;
    top: -40px;
}

.sasamoto-profile .img {
    width: 35%;
}

.sasamoto-profile .cont {
    width: 62%;
}

.sasamoto-profile .cont .name-en {
    font-size: 72px;
    font-weight: bold;
}

.sasamoto-profile .cont .name-ja {
    font-size: 48px;
    font-weight: bold;
}

.sasamoto-profile .cont .name-add {
    font-size: 31px;
    margin-bottom: 50px;
}

.sasamoto-profile .cont .at-table {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
}

.sasamoto-profile .cont .at-table dt {
    padding: 15px;
    border-bottom: 1px solid #888888;
    font-size: 36px;
    font-weight: 500;
    color: #1d2088;
    width: 200px;
    display: flex;
    align-items: center;
}

.sasamoto-profile .cont .at-table dd {
    padding: 10px;
    border-bottom: 1px solid #888888;
    font-size: 28px;
    color: #595757;
    width: calc(100% - 200px);
    display: flex;
    align-items: center;
}

.sasamoto-profile .perf__bl {
    padding: 30px 30px 50px;
    background-color: #4893b2;
    color: #fff;
    width: 100%;
}

.sasamoto-profile .perf__ttl {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 0.1em;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}

.sasamoto-profile .perf__list li {
    display: flex;
    margin-bottom: 5px;
    font-size: 23px;
}

.sasamoto-profile .perf__list li .perf__year {
    width: 100px;
    display: block;
}

.sasamoto-profile .perf__list li .perf__month {
    width: 70px;
    display: block;
}

.sasamoto-profile .perf__list li .perf__txt {
    width: calc(100% - 170px);
    display: block;
}

.perf__comment-bl {
    margin-top: 50px;
    margin-bottom: 50px;
}

.perf__comment-ttl {
    font-size: 48px;
    font-weight: bold;
    color: #005089;
    padding-bottom: 0.1em;
    margin-bottom: 0.2em;
    line-height: 1.1;
}

.perf__comment-subttl {
    font-size: 41px;
    font-weight: bold;
    margin-bottom: 0.2em;
}

.perf__comment-txt {
    /* font-size: 27px; */
    font-size: 16px;
}

.mb40 {
    margin-bottom: 40px !important;
}

.perf__name {
    width: 409px;
    margin: 0 0 0 auto;
    max-width: 50%;
}

.at-taidan__ttl {
    margin-bottom: 30px;
}

.at-taidan__flex-box {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
}

.at-taidan__name {
    font-weight: bold;
    font-size: 16px;
    width: 60px;
    line-height: 1.6;
}

.at-taidan__name-blue {
    color: #1d2088;
}

.at-taidan__comment {
    width: calc(100% - 60px);
    /* font-size: 30px; */
    font-size: 16px;
    line-height: 1.6;
}

.at-base__ttl {
    font-weight: bold;
    color: #1d2088;
    margin-bottom: 0.5em;
    font-size: 48px;
}

.at-photo__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.at-photo__bl {
    margin-top: 10px;
    margin-bottom: 40px;
}

.at-sns__flex {
    display: flex;
    gap: 15px 20px;
    flex-wrap: wrap;
}

.at-sns__flex a {
    display: block;
    width: 315px;
}

/* 1440px以下 */
@media screen and (max-width: 1440px) {
    .sasamoto-profile .cont .name-en {
        font-size: 60px;
        line-height: 1.4;
    }

    .sasamoto-profile .cont .name-ja {
        font-size: 42px;
    }

    .sasamoto-profile .cont .name-add {
        font-size: 28px;
        margin-bottom: 35px;
    }

    .sasamoto-profile .cont .at-table dt {
        font-size: 28px;
        width: 160px;
        display: flex;
        align-items: center;
    }

    .sasamoto-profile .cont .at-table dd {
        padding: 10px;
        font-size: 24px;
        width: calc(100% - 160px);
        display: flex;
        align-items: center;
    }

    .sasamoto-profile .perf__list li {
        font-size: 20px;
    }

    .sasamoto-profile .perf__ttl {
        font-size: 32px;
    }

    .perf__comment-ttl {
        font-size: 42px;
    }

    .perf__comment-subttl {
        font-size: 32px;
    }

    /* .perf__comment-txt {
        font-size: 21px;
    } */

    .perf__name {
        width: 330px;
    }

    /* .at-taidan__name {
        font-size: 24px;
    } */

    /* .at-taidan__comment {
        font-size: 24px;
    } */

    .at-base__ttl {
        margin-bottom: 0.3em;
        font-size: 42px;
    }

    .at-sns__flex a {
        width: 240px;
    }
}

@media screen and (max-width: 1024px) {
    .sasamoto-profile .cont .name-en {
        font-size: 5.7vw;
    }

    .sasamoto-profile .cont .name-ja {
        font-size: 4.8vw;
    }

    .sasamoto-profile .cont .name-add {
        font-size: 3vw;
        margin-bottom: 2vw;
    }

    .sasamoto-profile .cont .at-table dd {
        font-size: 20px;
        width: calc(100% - 140px);
    }

    .sasamoto-profile .cont .at-table dt {
        font-size: 24px;
        width: 140px;
    }
}

@media screen and (max-width: 767px) {
    .sasamoto-profile .img {
        width: 85%;
        margin: 0 auto;
    }

    .sasamoto-profile .cont {
        width: 90%;
        margin: 0 auto;
    }

    .sasamoto-profile {
        gap: 25px;
        padding-top: 0;
        flex-direction: column;
        margin-top: -50px;
    }

    .sasamoto-profile .cont .name-en {
        font-size: 7.7vw;
    }

    .sasamoto-profile .cont .name-ja {
        font-size: 5.8vw;
    }

    .sasamoto-profile .cont .name-add {
        font-size: 4vw;
    }

    .sasamoto-profile .cont .at-table dt {
        font-size: 18px;
        width: 100%;
        padding: 10px 0 0 0;
        border-bottom: none;
    }

    .sasamoto-profile .cont .at-table dd {
        font-size: 16px;
        width: 100%;
        padding: 0 0 10px;
    }

    .sasamoto-profile::before {
        width: 100%;
        height: calc(100% - 30px);
        right: 0;
        top: 30px;
    }

    .sasamoto-profile .perf__bl {
        padding: 30px 5%;
    }

    .sasamoto-profile .perf__ttl {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .sasamoto-profile .perf__list li {
        font-size: 15px;
        line-height: 1.6;
    }

    .sasamoto-profile .perf__list li .perf__year {
        width: 60px;
    }

    .sasamoto-profile .perf__list li .perf__month {
        width: 40px;
    }

    .sasamoto-profile .perf__list li .perf__txt {
        width: calc(100% - 100px);
    }

    .perf__comment-ttl {
        font-size: 32px;
    }

    .perf__comment-subttl {
        font-size: 21px;
        line-height: 1.5;
    }

    /* .perf__comment-txt {
        font-size: 15px;
    } */

    .at-taidan__ttl {
        margin-bottom: 20px;
    }

    .at-taidan__comment {
        font-size: 16px;
        width: calc(100% - 50px);
    }

    .at-taidan__name {
        /* font-size: 16px; */
        width: 50px;
    }

    .at-base__ttl {
        font-size: 32px;
    }

    .at-photo__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .at-sns__flex a {
        width: 150px;
    }

    .at-sns__flex {
        gap: 15px 10px;
    }
}