.hit-app-page {
    color: #333333;
    background: #ffffff;
    font-family: var(--font-sans);
    letter-spacing: 0px;
}

.hit-app-hero {
    background-image: url("../img/img_04.png");
}

.hit-app-page .subpage-title {
    left: 50%;
}

.hit-app-stage {
    position: relative;
    height: 9461px;
    overflow: hidden;
    background: #ffffff;
}

.hit-app-tabs {
    position: absolute;
    z-index: 20;
    top: 124px;
    left: 50%;
    display: grid;
    width: min(1440px, calc(100% - (var(--page-gutter) * 2)));
    height: 53px;
    border-bottom: 1px solid #dddddd;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    transform: translateX(-50%);
}

.hit-app-tab {
    position: relative;
    display: flex;
    height: 53px;
    align-items: flex-start;
    justify-content: center;
    color: #bcbcbc;
    font-size: 23px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    white-space: nowrap;
}

.hit-app-tab.is-active {
    color: #19a806;
    font-weight: 700;
}

.hit-app-tab.is-active::after {
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
    height: 5px;
    background: #19a806;
    content: "";
}

.hit-app-intro,
.hit-app-game,
.hit-app-swing,
.hit-app-highlight,
.hit-app-analysis,
.hit-app-rating,
.hit-app-club {
    position: absolute;
    left: 50%;
    width: 1920px;
    transform: translateX(-50%);
}

.hit-app-copy {
    position: absolute;
    left: 240px;
}

.hit-app-copy h2 {
    margin: 0;
    color: #333333;
    font-size: 35px;
    font-weight: 700;
    line-height: 41px;
    white-space: nowrap;
}

.hit-app-copy h2 strong {
    color: #19a806;
    font-weight: 700;
}

.hit-app-copy p {
    margin-top: 22px;
    color: #707070;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.hit-app-intro {
    top: 302px;
    height: 1088px;
    text-align: center;
}

.hit-app-intro-logo {
    width: 140px;
    height: 168px;
    margin: 0 auto;
    object-fit: contain;
}

.hit-app-intro h2 {
    margin-top: 43px;
    color: #333333;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}

.hit-app-intro-visual {
    position: absolute;
    top: 286px;
    left: 50%;
    width: 1177px;
    height: 928px;
    max-width: none;
    object-fit: contain;
    transform: translateX(-50%);
}

.hit-app-intro-artwork {
    display: block;
    width: 100%;
    height: auto;
}

.locale-en .hit-app-intro-artwork-mask {
    display: none;
}

.hit-app-intro-swing-copy {
    position: absolute;
    z-index: 2;
    top: 52%;
    left: 0;
    box-sizing: border-box;
    width: 28%;
    min-height: 29%;
    padding: 3.2% 0.8% 1%;
    color: #707070;
    background: #ffffff;
    text-align: center;
}

.hit-app-intro-swing-copy h3 {
    margin: 0 0 15px;
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.hit-app-intro-swing-copy p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.hit-app-game {
    z-index: 2;
    top: 1343px;
    height: 1234px;
}

.hit-app-game .hit-app-copy {
    top: 0;
}

.hit-app-game-panel {
    position: absolute;
    top: 590px;
    left: 0;
    width: 1920px;
    height: 540px;
    border-radius: 165px 0 165px 0;
    background: #192528;
}

.hit-app-game-visual {
    position: absolute;
    z-index: 1;
    top: 178px;
    left: 240px;
    width: 1440px;
    height: 744px;
    max-width: none;
    object-fit: contain;
}

.hit-app-game-notes {
    position: absolute;
    z-index: 2;
    top: 956px;
    left: 240px;
    display: grid;
    width: 1440px;
    grid-template-columns: repeat(4, 1fr);
}

.hit-app-game-notes article {
    text-align: center;
}

.hit-app-game-notes h3 {
    color: #00c5de;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.hit-app-game-notes p {
    margin-top: 23px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.hit-app-swing {
    z-index: 2;
    top: 2577px;
    height: 1168px;
}

.hit-app-swing .hit-app-copy {
    top: 0;
}

.hit-app-swing-visual {
    position: absolute;
    top: 214px;
    left: 240px;
    width: 1132px;
    height: 775px;
    max-width: none;
    object-fit: contain;
}

.hit-app-swing-mascot {
    position: absolute;
    top: 92px;
    left: 1398px;
    width: 271px;
    height: 356px;
    max-width: none;
    object-fit: contain;
}

.hit-app-sensor-note {
    position: absolute;
    top: 502px;
    left: 1395px;
    width: 310px;
}

.hit-app-sensor-note img {
    width: 301px;
    height: 258px;
    object-fit: contain;
}

.hit-app-sensor-note h3 {
    margin-top: 20px;
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
}

.hit-app-sensor-note p {
    margin-top: 20px;
    color: #707070;
    font-size: 18px;
    line-height: 25px;
}

.hit-app-swing-labels {
    position: absolute;
    top: 1014px;
    left: 240px;
    display: grid;
    width: 1132px;
    color: #333333;
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    grid-template-columns: 335px 420px 377px;
    text-align: center;
}

.hit-app-highlight {
    z-index: 1;
    top: 3470px;
    height: 1945px;
    border-radius: 180px 0 180px 0;
    background: #f0f7f8;
}

.hit-app-highlight .hit-app-copy {
    top: 275px;
}

.hit-app-highlight-visual {
    position: absolute;
    top: 490px;
    left: 225px;
    width: 1470px;
    height: 876px;
    max-width: none;
    object-fit: contain;
}

.hit-app-highlight-notes {
    position: absolute;
    top: 1260px;
    left: 675px;
    display: grid;
    width: 810px;
    grid-template-columns: 300px 510px;
}

.hit-app-highlight-notes h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
}

.hit-app-highlight-notes p {
    margin-top: 20px;
    color: #707070;
    font-size: 18px;
    line-height: 25px;
}

.hit-app-replay-card {
    position: absolute;
    top: 1450px;
    left: 300px;
    width: 625px;
    height: 424px;
    max-width: none;
    object-fit: contain;
}

.hit-app-replay-copy {
    position: absolute;
    top: 1485px;
    left: 997px;
}

.hit-app-replay-copy h3 {
    font-size: 35px;
    font-weight: 700;
    line-height: 41px;
}

.hit-app-replay-copy h3 strong {
    color: #19a806;
    font-size: 50px;
    font-weight: 700;
}

.hit-app-replay-copy h4 {
    margin: 30px 0 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.hit-app-replay-copy p {
    margin-top: 22px;
    color: #707070;
    font-size: 18px;
    line-height: 25px;
}

.hit-app-replay-mascot {
    position: absolute;
    top: 1465px;
    left: 1484px;
    width: 193px;
    height: 346px;
    max-width: none;
    object-fit: contain;
}

.hit-app-analysis {
    z-index: 2;
    top: 5538px;
    height: 994px;
    background: #ffffff;
}

.hit-app-analysis .hit-app-copy {
    top: 0;
}

.hit-app-analysis-visual {
    position: absolute;
    top: 214px;
    left: 240px;
    width: 763px;
    height: 775px;
    max-width: none;
    object-fit: contain;
}

.hit-app-analysis-list {
    position: absolute;
    top: 190px;
    left: 1034px;
    width: 646px;
}

.hit-app-analysis-list article {
    display: flex;
    min-height: 139px;
    align-items: flex-start;
    gap: 22px;
}

.hit-app-analysis-list img {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    object-fit: contain;
}

.hit-app-analysis-list h3 {
    margin: 9px 0 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.hit-app-analysis-list p {
    margin-top: 8px;
    color: #707070;
    font-size: 18px;
    line-height: 25px;
}

.hit-app-rating {
    top: 6532px;
    height: 1246px;
}

.hit-app-rating .hit-app-copy {
    top: 0;
}

.hit-app-rating-grid {
    position: absolute;
    top: 170px;
    left: 240px;
    display: grid;
    width: 1440px;
    height: 800px;
    border-top: 1px solid #00c5de;
    border-bottom: 1px solid #00c5de;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.hit-app-rating-grid article {
    padding: 36px 60px 30px;
    background: #f4fcff;
}

.hit-app-rating-grid article:nth-child(2),
.hit-app-rating-grid article:nth-child(3) {
    background: #ffffff;
}

.hit-app-rating-grid img {
    width: 110px;
    height: 110px;
    object-fit: contain;
}

.hit-app-rating-grid article:nth-child(3) img {
    height: 117px;
}

.hit-app-rating-grid article:nth-child(4) img {
    width: 108px;
    height: 93px;
    margin-bottom: 17px;
}

.hit-app-rating-grid h3 {
    margin-top: 2px;
    color: #01aabf;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
}

.hit-app-rating-grid h4 {
    margin: 25px 0 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 27px;
}

.hit-app-rating-grid p {
    margin-top: 10px;
    color: #818181;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 20px;
}

.hit-app-rating-conclusion {
    position: absolute;
    top: 982px;
    left: 240px;
    display: flex;
    width: 1440px;
    height: 172px;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    color: #19a806;
    background: #f2faf0;
    font-size: 35px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
}

.hit-app-club {
    top: 7778px;
    height: 1141px;
}

.hit-app-club .hit-app-copy {
    top: 0;
}

.hit-app-club-visual {
    position: absolute;
    top: 170px;
    left: 251px;
    width: 1418px;
    height: 792px;
    max-width: none;
    object-fit: contain;
}

.hit-app-club-notes {
    position: absolute;
    top: 750px;
    left: 315px;
    display: grid;
    width: 1180px;
    grid-template-columns: 380px 380px 420px;
}

.hit-app-club-notes h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
}

.hit-app-club-notes p {
    margin-top: 20px;
    color: #707070;
    font-size: 18px;
    line-height: 25px;
}

.hit-app-download {
    position: absolute;
    top: 8919px;
    right: 0;
    left: 0;
    width: auto;
    height: 542px;
    color: #ffffff;
    background: #020910 url("../img/main_img_05.png") center / cover no-repeat;
    transform: none;
}

.hit-app-download-content {
    display: flex;
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 187px;
    text-align: center;
}

.hit-app-download h2 {
    font-size: 35px;
    font-weight: 400;
    line-height: 50px;
}

.hit-app-download h2 strong {
    font-weight: 800;
}

.hit-app-download a {
    display: flex;
    width: 180px;
    height: 60px;
    border: 2px solid #ffffff;
    border-radius: 30px;
    margin-top: 38px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 37px;
}

.hit-app-page .site-footer {
    height: 323px;
    min-height: 323px;
}

@media (min-width: 1920px) {
    /* 1920px XD artboard: keep both highlight captions below their guide dots. */
    .hit-app-highlight-visual {
        left: 240px;
    }

    .hit-app-highlight-notes {
        top: 1340px;
        left: 695px;
        grid-template-columns: 315px 495px;
    }

    .hit-app-highlight-notes article:nth-child(2) {
        position: relative;
    }

    .hit-app-highlight-notes article:nth-child(2)::before {
        position: absolute;
        top: -86px;
        left: 35px;
        height: 56px;
        border-left: 2px dashed #19a806;
        content: "";
        pointer-events: none;
    }

    .hit-app-highlight-notes article:nth-child(2)::after {
        position: absolute;
        top: -35px;
        left: 31px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #19a806;
        content: "";
        pointer-events: none;
    }

    .hit-app-replay-card {
        top: 1520px;
        left: 268px;
    }

    .hit-app-replay-copy {
        top: 1605px;
        left: 930px;
    }

    .hit-app-replay-mascot {
        top: 1550px;
        left: 1418px;
    }

    .hit-app-game-panel {
        left: 50%;
        width: 100vw;
        transform: translateX(-50%);
    }

    .hit-app-highlight {
        isolation: isolate;
        background: transparent;
    }

    .hit-app-highlight::before {
        position: absolute;
        z-index: -1;
        inset: 0 auto 0 50%;
        width: 100vw;
        border-radius: inherit;
        background: #f0f7f8;
        content: "";
        transform: translateX(-50%);
    }

    .locale-en .hit-app-replay-copy {
        width: 455px;
    }

    /*
     * English copy keeps the XD section rhythm while translated labels need
     * their own registration against the artwork.
     */
    .locale-en .hit-app-stage {
        height: 9473px;
    }

    .locale-en .hit-app-copy {
        left: 232px;
    }

    .locale-en .hit-app-game-panel {
        top: 646px;
    }

    .locale-en .hit-app-swing .hit-app-copy {
        top: -6px;
    }

    .locale-en .hit-app-swing-visual {
        top: 145px;
        left: 204px;
    }

    .locale-en .hit-app-swing-mascot {
        top: -24px;
        left: 1366px;
    }

    .locale-en .hit-app-swing-labels {
        top: 915px;
        left: 237px;
        grid-template-columns: 335px 408px 326px;
    }

    .locale-en .hit-app-sensor-note {
        top: 417px;
        left: 1340px;
        width: 330px;
    }

    .locale-en .hit-app-highlight {
        top: 3633px;
        height: 1800px;
    }

    .locale-en .hit-app-highlight .hit-app-copy {
        top: 107px;
    }

    .locale-en .hit-app-highlight-visual {
        top: 249px;
        left: 236px;
    }

    .locale-en .hit-app-highlight-notes {
        top: 1098px;
        left: 688px;
        grid-template-columns: 315px 495px;
    }

    .locale-en .hit-app-replay-card {
        top: 1309px;
        left: 268px;
    }

    .locale-en .hit-app-replay-copy {
        top: 1370px;
        left: 930px;
    }

    .locale-en .hit-app-replay-mascot {
        top: 1330px;
        left: 1418px;
    }

    .locale-en .hit-app-analysis {
        top: 5531px;
    }

    .locale-en .hit-app-analysis-visual {
        top: 148px;
        left: 232px;
    }

    .locale-en .hit-app-analysis-list {
        top: 218px;
        left: 996px;
    }

    .locale-en .hit-app-rating {
        top: 6525px;
    }

    .locale-en .hit-app-rating-grid {
        top: 161px;
        left: 232px;
        height: 800px;
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }

    .locale-en .hit-app-rating-grid article {
        padding: 56px 60px 30px 68px;
    }

    .locale-en .hit-app-rating-grid article:nth-child(1) img,
    .locale-en .hit-app-rating-grid article:nth-child(2) img {
        transform: translateY(-8px);
    }

    .locale-en .hit-app-rating-grid article:nth-child(3) img {
        margin-left: 4px;
        transform: translateY(-4px);
    }

    .locale-en .hit-app-rating-grid article:nth-child(4) img {
        margin-left: 12px;
        transform: translateY(4px);
    }

    .locale-en .hit-app-rating-grid p {
        line-height: 25px;
    }

    .locale-en .hit-app-rating-conclusion {
        top: 972px;
        left: 232px;
    }

    .locale-en .hit-app-club {
        top: 7771px;
    }

    .locale-en .hit-app-club-visual {
        top: 123px;
    }

    .locale-en .hit-app-club-notes {
        top: 547px;
    }

    .locale-en .hit-app-download {
        top: 8931px;
    }

    .hit-app-club-notes {
        top: 590px;
        left: 354px;
        display: block;
        width: auto;
    }

    .hit-app-club-notes article {
        position: absolute;
        top: 0;
        left: 0;
        width: 300px;
    }

    .hit-app-club-notes article:first-child {
        left: -32px;
    }

    .hit-app-club-notes article:nth-child(2) {
        top: 385px;
        left: 505px;
        width: 270px;
    }

    .hit-app-club-notes article:nth-child(3) {
        top: 385px;
        left: 822px;
        width: 340px;
    }

}

@media (max-width: 1919px) {
    .hit-app-stage {
        height: auto;
        overflow: visible;
        padding-top: 90px;
    }

    .hit-app-tabs {
        top: 54px;
    }

    .hit-app-intro,
    .hit-app-game,
    .hit-app-swing,
    .hit-app-highlight,
    .hit-app-analysis,
    .hit-app-rating,
    .hit-app-club,
    .hit-app-download {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        width: 100%;
        height: auto;
        transform: none;
    }

    .hit-app-copy {
        position: static;
        width: min(100%, 760px);
    }

    .hit-app-copy h2 {
        font-size: clamp(28px, 4vw, 35px);
        line-height: 1.3;
        white-space: normal;
    }

    .hit-app-copy p br {
        display: none;
    }

    .hit-app-analysis-list .desktop-break {
        display: none;
    }

    .hit-app-replay-copy h3 strong {
        font-size: inherit;
    }

    .hit-app-intro {
        padding: 105px var(--page-gutter) 70px;
    }

    .hit-app-intro h2 {
        font-size: clamp(28px, 4.4vw, 40px);
        line-height: 1.35;
    }

    .hit-app-intro-visual,
    .hit-app-game-visual,
    .hit-app-swing-visual,
    .hit-app-highlight-visual,
    .hit-app-analysis-visual,
    .hit-app-club-visual {
        position: static;
        width: 100%;
        height: auto;
        max-width: 100%;
        margin: 52px auto 0;
        transform: none;
    }

    .hit-app-game-visual {
        position: relative;
        inset: auto;
        z-index: 1;
        width: min(1440px, 100%);
    }

    .hit-app-intro-visual {
        position: relative;
        top: auto;
        left: auto;
        width: min(1177px, 100%);
    }

    .hit-app-swing-visual {
        width: min(1132px, 100%);
    }

    .hit-app-highlight-visual {
        width: min(1470px, 100%);
    }

    .hit-app-club-visual {
        width: min(1418px, 100%);
    }

    .locale-en .hit-app-intro-swing-copy h3 {
        margin-bottom: 1.2vw;
        font-size: clamp(11px, 1.7vw, 20px);
        line-height: 1.2;
    }

    .locale-en .hit-app-intro-swing-copy p {
        font-size: clamp(9px, 1.3vw, 16px);
        line-height: 1.45;
    }

    .hit-app-game,
    .hit-app-swing,
    .hit-app-analysis,
    .hit-app-rating,
    .hit-app-club {
        padding: 90px var(--page-gutter);
    }

    .hit-app-game-panel {
        position: absolute;
        inset: 320px 0 0;
        width: auto;
        height: auto;
        border-radius: 80px 0 80px 0;
        transform: none;
    }

    .hit-app-game .hit-app-copy,
    .hit-app-swing .hit-app-copy,
    .hit-app-highlight .hit-app-copy,
    .hit-app-analysis .hit-app-copy,
    .hit-app-rating .hit-app-copy,
    .hit-app-club .hit-app-copy {
        position: relative;
        z-index: 2;
        top: auto;
        left: auto;
    }

    .hit-app-game-notes {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        margin-top: 30px;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 45px;
    }

    .hit-app-swing-mascot,
    .hit-app-sensor-note,
    .hit-app-swing-labels,
    .hit-app-highlight-notes,
    .hit-app-replay-card,
    .hit-app-replay-copy,
    .hit-app-replay-mascot,
    .hit-app-analysis-list,
    .hit-app-rating-grid,
    .hit-app-rating-conclusion,
    .hit-app-club-notes {
        position: relative;
        inset: auto;
    }

    .hit-app-swing-mascot {
        display: none;
    }

    .hit-app-sensor-note {
        display: grid;
        width: 100%;
        margin-top: 45px;
        grid-template-columns: minmax(170px, 301px) 1fr;
        column-gap: 32px;
    }

    .hit-app-sensor-note h3,
    .hit-app-sensor-note p {
        grid-column: 2;
    }

    .hit-app-sensor-note img {
        grid-row: 1 / span 2;
    }

    .hit-app-swing-labels {
        display: none;
    }

    .hit-app-highlight {
        padding: 130px var(--page-gutter) 110px;
        border-radius: 100px 0 100px 0;
    }

    .hit-app-highlight-notes {
        display: grid;
        width: 100%;
        margin-top: 15px;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .hit-app-replay-card {
        width: min(625px, 100%);
        height: auto;
        margin: 90px 0 0;
    }

    .hit-app-replay-copy {
        margin-top: 45px;
    }

    .locale-en .hit-app-replay-copy {
        width: calc(100% - 190px);
    }

    .hit-app-replay-mascot {
        position: absolute;
        right: var(--page-gutter);
        bottom: 90px;
        left: auto;
        width: 150px;
        height: auto;
    }

    .hit-app-analysis {
        padding-bottom: 120px;
    }

    .hit-app-analysis-visual {
        width: min(763px, 100%);
        margin-left: 0;
    }

    .hit-app-analysis-list {
        width: 100%;
        margin-top: 50px;
    }

    .hit-app-rating-grid {
        display: grid;
        width: 100%;
        height: auto;
        margin-top: 55px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }

    .hit-app-rating-grid article {
        min-height: 350px;
        padding: 34px;
    }

    .hit-app-rating-conclusion {
        width: 100%;
        height: auto;
        min-height: 150px;
        margin-top: 45px;
        padding: 30px;
        font-size: clamp(25px, 4vw, 35px);
        line-height: 1.4;
    }

    .hit-app-club-notes {
        display: grid;
        width: 100%;
        margin-top: 20px;
        grid-template-columns: repeat(3, 1fr);
        gap: 26px;
    }

    .hit-app-download {
        min-height: 430px;
    }

    .hit-app-download-content {
        padding: 120px var(--page-gutter) 70px;
    }

    .hit-app-download h2 {
        font-size: clamp(24px, 4vw, 35px);
        line-height: 1.45;
    }

    .hit-app-page .site-footer {
        height: auto;
        min-height: 280px;
    }
}

@media (min-width: 1021px) and (max-width: 1919px) {
    .locale-en .hit-app-intro-swing-copy p {
        font-size: clamp(14px, 1.3vw, 16px);
    }
}

@media (min-width: 701px) and (max-width: 1919px) {
    .hit-app-game-notes {
        grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
        row-gap: 45px;
    }

    .hit-app-swing {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        column-gap: 32px;
        justify-content: center;
    }

    .hit-app-swing .hit-app-copy {
        flex: 0 0 100%;
    }

    .hit-app-swing-visual {
        min-width: 0;
        flex: 1 1 600px;
        width: auto;
        max-width: 1132px;
        margin: 52px 0 0;
    }

    .hit-app-sensor-note {
        display: block;
        width: 310px;
        max-width: 100%;
        margin: 52px 0 0;
        flex: 0 1 310px;
    }

    .hit-app-sensor-note img {
        width: min(301px, 100%);
        height: auto;
    }

    .hit-app-highlight {
        display: grid;
        grid-template-columns:
            minmax(0, min(625px, 50%))
            minmax(0, 1fr)
            clamp(100px, 10vw, 150px);
        column-gap: clamp(16px, 1.667vw, 32px);
    }

    .hit-app-highlight .hit-app-copy {
        grid-row: 1;
        grid-column: 1 / -1;
    }

    .hit-app-highlight-visual {
        grid-row: 2;
        grid-column: 1 / -1;
    }

    .hit-app-highlight-notes {
        grid-row: 3;
        grid-column: 1 / -1;
    }

    .hit-app-replay-card {
        width: 100%;
        grid-row: 4;
        grid-column: 1;
        margin-top: 90px;
    }

    .hit-app-replay-copy,
    .locale-en .hit-app-replay-copy {
        width: auto;
        min-width: 0;
        margin-top: 90px;
        grid-row: 4;
        grid-column: 2;
        align-self: center;
    }

    .hit-app-replay-copy h3 strong {
        font-size: clamp(28px, 2.604vw, 50px);
    }

    .hit-app-replay-mascot {
        position: relative;
        right: auto;
        bottom: auto;
        width: min(150px, 100%);
        height: auto;
        grid-row: 4;
        grid-column: 3;
        align-self: center;
    }

    .hit-app-analysis {
        display: grid;
        grid-template-columns:
            minmax(0, min(763px, 60%))
            minmax(0, 1fr);
        grid-template-rows: auto auto;
        column-gap: 32px;
    }

    .hit-app-analysis .hit-app-copy {
        grid-column: 1 / -1;
    }

    .hit-app-analysis-visual {
        width: 100%;
        margin-top: 52px;
        grid-row: 2;
        grid-column: 1;
    }

    .hit-app-analysis-list {
        width: auto;
        min-width: 0;
        margin-top: 28px;
        grid-row: 2;
        grid-column: 2;
    }
}

@media (max-width: 1020px) {
    .locale-en .hit-app-intro-artwork {
        position: relative;
    }

    .locale-en .hit-app-intro-artwork-mask {
        position: absolute;
        z-index: 1;
        top: 40.5%;
        left: 0;
        display: block;
        width: 28%;
        height: 29%;
        background: #ffffff;
    }

    .locale-en .hit-app-intro-swing-copy {
        position: static;
        width: 100%;
        min-height: 0;
        padding: 28px 8px 0;
    }

    .locale-en .hit-app-intro-swing-copy h3 {
        margin-bottom: 12px;
        font-size: 20px;
        line-height: 24px;
    }

    .locale-en .hit-app-intro-swing-copy p {
        max-width: 520px;
        margin: 0 auto;
        font-size: 16px;
        line-height: 1.6;
    }

    .locale-en .hit-app-intro-swing-copy p br {
        display: none;
    }
}

@media (max-width: 700px) {
    .hit-app-stage {
        padding-top: 72px;
    }

    .hit-app-tabs {
        top: 38px;
        height: 45px;
    }

    .hit-app-tab {
        height: 45px;
        font-size: 18px;
        line-height: 24px;
    }

    .hit-app-tab.is-active::after {
        bottom: -4px;
        height: 4px;
    }

    .hit-app-intro {
        padding-top: 82px;
    }

    .hit-app-intro-logo {
        width: 140px;
        height: auto;
    }

    .hit-app-copy p,
    .hit-app-game-notes p,
    .hit-app-sensor-note p,
    .hit-app-highlight-notes p,
    .hit-app-replay-copy p,
    .hit-app-analysis-list p,
    .hit-app-club-notes p {
        font-size: 16px;
        line-height: 1.65;
    }

    .hit-app-game,
    .hit-app-swing,
    .hit-app-analysis,
    .hit-app-rating,
    .hit-app-club {
        padding: 70px var(--page-gutter);
    }

    .hit-app-game-panel {
        inset: 280px 0 0;
        border-radius: 50px 0 50px 0;
    }

    .hit-app-game-notes {
        grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
    }

    .hit-app-highlight-notes,
    .hit-app-rating-grid {
        grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
    }

    .hit-app-club-notes {
        grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
        gap: 26px;
    }

    .hit-app-game-notes article {
        padding: 0 14px;
    }

    .hit-app-sensor-note {
        display: block;
    }

    .hit-app-sensor-note img {
        width: min(250px, 80%);
        height: auto;
    }

    .hit-app-highlight {
        padding: 90px var(--page-gutter);
        border-radius: 60px 0 60px 0;
    }

    .hit-app-highlight-notes {
        gap: 45px;
    }

    .hit-app-replay-copy h3 {
        font-size: 28px;
        line-height: 1.35;
    }

    .locale-en .hit-app-replay-copy {
        width: 100%;
    }

    .hit-app-replay-mascot {
        display: none;
    }

    .hit-app-analysis-list article {
        min-height: 125px;
        gap: 16px;
    }

    .hit-app-analysis-list img {
        width: 64px;
        height: 64px;
        flex-basis: 64px;
    }

    .hit-app-rating-grid article {
        min-height: 0;
        padding: 30px 24px 40px;
    }

    .hit-app-rating-grid article:nth-child(3) {
        background: #f4fcff;
    }

    .hit-app-rating-grid article:nth-child(4) {
        background: #ffffff;
    }

    .hit-app-rating-conclusion {
        min-height: 130px;
    }

    .hit-app-download {
        min-height: 390px;
    }

    .hit-app-download-content {
        justify-content: center;
        padding: 70px var(--page-gutter);
    }
}

@media (max-width: 340px) {
    .locale-en .hit-app-intro {
        padding-bottom: 70px;
    }
}
