.home .header .snsList a[href*="twitter.com"] .fa-x-twitter {
    --fa: "\e61b";
}

.container.narrow {
    max-width: 1080px;
}

.subTitle {
    font-size: 4rem;
}

.abouttext {
    font-size: 1.7rem;
    line-height: 2.1;
    text-align: center;
}

.subTitle2 {
    font-size: 2.3rem;
    text-align: center;
}

.aboutLeadImage {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto 48px;
}

.aboutLeadImage img {
    display: block;
    width: 162%;
    max-width: calc(100vw - 40px);
    height: auto;
    margin: 0 auto;
}

.joinLiink {
    margin-top: 40px;
}

.joinLiink a.Link {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 52px;
    min-height: 52px;
    padding: 0;
    width: 50%;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: normal;
    min-width: 150px;
    border: 1px solid #fff;
    color: #fff;
    background: none;
    background-color: rgba(0, 0, 0, 0);
    transition: all .3s ease-in-out;
    overflow: hidden;
    text-decoration: none;
}

.joinLiink a.Link:hover {
    color: #000;
    background: #fff;
    border-color: #fff;
    text-decoration: none;
}

.aboutInfoSection {
    margin-top: 88px;
    padding-top: 88px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.aboutInfoHeading {
    margin: 0 0 22px;
    font-size: 2.8rem;
    line-height: 1.2;
    text-align: center;
}

.aboutInfoLead {
    max-width: 700px;
    margin: 0 auto 38px;
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
}

.aboutFeeCard {
    max-width: 400px;
    margin: 0 auto;
}

.aboutFeeCardHead {
    padding: 12px 0;
    border: 1px solid rgb(113 113 113);
    background: rgb(36 36 41);
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.08em;
}

.aboutFeeCardBody {
    padding: 18px 7px 18px;
    border: 1px solid rgb(113 113 113);
    border-top: 0;
    background: rgba(255, 255, 255, 0.04);
    text-align: center;
}

.aboutFeeAmount {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    font-size: 3.4rem;
    line-height: 1;
    font-weight: 500;
}

.aboutFeeAmount small {
    font-size: 1.4rem;
}

.aboutFeeNote {
    margin-top: 10px;
    font-size: 1.3rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
}

.aboutFeatureGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 88px;
}

.aboutFeatureCard {
    text-align: left;
}

.aboutFeatureVisual {
    aspect-ratio: 16 / 9;
    border: 1px solid rgb(36 36 41);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.2));
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.3rem;
    letter-spacing: 0.2em;
}

.aboutFeatureVisual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.aboutFeatureTitle {
    margin: 0;
    padding: 12px 16px;
    background: rgb(36 36 41);
    font-size: 1.7rem;
    line-height: 1.2;
    text-align: center;
}

.aboutFeatureText {
    margin: 12px 0 0;
    font-size: 1.4rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.82);
}

.aboutFeatureMore {
    align-self: end;
    justify-self: start;
    color: rgba(255, 255, 255, 0.82);
    font-size: 2.4rem;
    line-height: 1.2;
s    text-align: left;
}

.aboutFaqSection {
    margin-top: 120px;
    position: relative;
    padding: 88px clamp(22px, 4vw, 52px) 120px;
}

.aboutFaqSection::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    background: rgb(36 36 41);
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    z-index: -1;
}

.aboutFaqHeading {
    margin: 0 0 88px;
    text-align: center;
    font-size: 2.8rem;
    line-height: 1.2;
    letter-spacing: 0.08em;
}

.aboutFaqList {
    margin-top: 34px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.aboutFaqItem {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.aboutFaqTrigger {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) 24px;
    align-items: center;
    column-gap: 18px;
    padding: 28px 0;
    cursor: pointer;
    list-style: none;
    transition: color 0.25s ease, opacity 0.25s ease;
}

.aboutFaqTrigger::-webkit-details-marker {
    display: none;
}

.aboutFaqMark {
    font-size: 2rem;
    line-height: 1;
    font-weight: 600;
    text-align: center;
}

.aboutFaqQuestion {
    font-size: 1.7rem;
    line-height: 1.8;
    font-weight: 500;
}

.aboutFaqIcon {
    position: relative;
    width: 24px;
    height: 24px;
}

.aboutFaqIcon::before,
.aboutFaqIcon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 1px;
    background: rgba(255, 255, 255, 0.88);
    transform: translate(-50%, -50%);
    transition: transform 0.28s ease, opacity 0.28s ease, width 0.28s ease;
}

.aboutFaqIcon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.aboutFaqItem.is-open .aboutFaqIcon::after {
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 0;
}

.aboutFaqPanel {
    height: 0;
    overflow: hidden;
    transition: height 0.48s cubic-bezier(0.22, 1, 0.36, 1);
}

.aboutFaqPanelInner {
    padding-bottom: 28px;
}

.aboutFaqAnswerRow {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    column-gap: 18px;
    align-items: start;
    opacity: 0;
    transform: translateY(-12px);
    transition: opacity 0.28s ease, transform 0.48s cubic-bezier(0.22, 1, 0.36, 1);
}

.aboutFaqAnswerRow > :only-child {
    grid-column: 2;
}

.aboutFaqItem.is-open .aboutFaqAnswerRow {
    opacity: 1;
    transform: translateY(0);
}

.aboutFaqAnswer {
    margin: 0;
    min-width: 0;
    font-size: 1.5rem;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.82);
}

.footer {
    margin-top: 0;
}

.section {
    padding-bottom: 0;
}

@media screen and (max-width: 768px) {
    .wrapper {
        margin-top: 90px;
    }

    .aboutLeadImage {
        overflow: hidden;
    }

    .aboutLeadImage img {
        width: calc((100vw - 40px) * 2.3);
        max-width: none;
    }

    .abouttext {
        font-size: 1.5rem;
    }

    .aboutInfoSection {
        margin-top: 64px;
        padding-top: 44px;
    }

    .aboutInfoHeading {
        font-size: 3.2rem;
        margin-bottom: 20px;
    }

    .aboutInfoLead {
        margin-bottom: 30px;
        font-size: 1.5rem;
    }

    .aboutFeeCardHead {
        padding: 12px 18px;
        font-size: 1.7rem;
    }

    .aboutFeeCardBody {
        padding: 16px 18px 16px;
    }

    .aboutFeeAmount {
        font-size: 3rem;
    }

    .aboutFeatureGrid {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-top: 48px;
    }

    .aboutFeatureTitle {
        font-size: 1.6rem;
    }

    .aboutFeatureText {
        font-size: 1.35rem;
    }

    .aboutFeatureMore {
        align-self: center;
        justify-self: center;
        text-align: center;
    }

    .aboutFaqSection {
        margin-top: 72px;
        padding: 40px 20px 72px;
    }

    .aboutFaqList {
        margin-top: 24px;
    }

    .aboutFaqTrigger {
        grid-template-columns: 24px minmax(0, 1fr) 20px;
        column-gap: 14px;
        padding: 22px 0;
    }

    .aboutFaqQuestion {
        font-size: 1.5rem;
    }

    .aboutFaqAnswerRow {
        grid-template-columns: 24px minmax(0, 1fr);
        column-gap: 14px;
    }

    .aboutFaqAnswer {
        font-size: 1.35rem;
    }
}

.joinLiink {
    margin-top: 72px;
}

@media screen and (max-width: 420px) {
    .joinLiink a.Link {
        width: 95%;
    }

    .joinLiink {
        margin-top: 56px;
    }

    .aboutInfoSection {
        margin-top: 56px;
        padding-top: 56px;
    }

    .aboutInfoHeading {
        font-size: 2.2rem;
        margin-bottom: 32px;
    }

    .aboutInfoLead {
        font-size: 1.4rem;
        line-height: 1.9;
    }

    .aboutFeeAmount {
        font-size: 2.6rem;
    }

    .aboutFeatureGrid {
        gap: 40px;
        margin-top: 48px;
    }

    .aboutFeatureMore {
        margin-top: -12px;
        align-self: center;
        justify-self: center;
        text-align: center;
    }

    .aboutFeatureTitle {
        padding: 11px 14px;
        font-size: 1.5rem;
    }

    .aboutFeatureText {
        margin-top: 10px;
        font-size: 1.3rem;
    }

    .aboutFaqSection {
        margin-top: 56px;
        padding: 56px 6px 64px;
    }

    .aboutFaqHeading {
        font-size: 2.2rem;
        margin-bottom: 56px;
    }

    .aboutFaqTrigger {
        padding: 18px 0;
    }

    .aboutFaqMark {
        font-size: 1.8rem;
    }

    .aboutFaqQuestion {
        font-size: 1.35rem;
        line-height: 1.75;
    }

    .aboutFaqPanel {
        transition: height 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .aboutFaqPanelInner {
        padding-bottom: 22px;
    }

    .aboutFaqAnswer {
        font-size: 1.28rem;
        line-height: 1.85;
    }

    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
}
