@charset "UTF-8";

.tablet {
    display: block;
}
@media only screen and (min-width: 1280px) {
    .tablet {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .tablet {
        display: none;
    }
}

.no-tablet {
    display: none;
}
@media only screen and (min-width: 1025px) {
    .no-tablet {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .no-tablet {
        display: none;
    }
}

@media only screen and (max-width: 374px) {
    .l-ot2026-nav__text {
        font-size: 1.1rem;
    }
}

.p-ot2026-release_release-title__body {
    text-align: center;
    font-size: 4.5vw;
    line-height: 1.5;
}
.p-ot2026-release_release-title__foot {
    margin-top: 53px;
}

@media only screen and (min-width: 768px) {
    .p-ot2026-release_release-layout__head--blu-ray {
        width: 40%;
    }
    .p-ot2026-release_release-layout__head--blu-ray + .p-ot2026-release_release-layout__body {
        width: 60%;
    }
}

@media only screen and (min-width: 1300px) {
    .p-ot2026-release_release-title__body {
        font-size: 5.4rem;
    }
}
@media only screen and (max-width: 767px) {
    .p-ot2026-release_release-title__body {
        font-size: 3.4rem;
    }
    .p-ot2026-release_release-title__foot {
        margin-top: 35px;
    }
}

.p-ot2026-release_novelty-box__title {
    font-size: 2.2rem;
    letter-spacing: 0.095em;
}

.p-ot2026-release_novelty-box_column {
    align-items: stretch;
}
.p-ot2026-release_novelty-box_column .p-ot2026-release_novelty-box__text {
    min-height: 92px;
}
.p-ot2026-release_novelty-box__text--note-space::after {
    content: "※タワーレコード、HMV、その他ショップの購入者特典「A4クリアファイル」は同一絵柄となります";
    display: block;
    visibility: hidden;
    margin-top: 4px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.7;
}
.p-ot2026-release_novelty-box__text .p-ot2026-release_novelty-box__note {
    display: block;
    margin-top: 4px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.7;
}
@media only screen and (max-width: 767px) {
    .p-ot2026-release_novelty-box_column .p-ot2026-release_novelty-box__text {
        min-height: 0;
    }
    .p-ot2026-release_novelty-box__text--note-space::after {
        content: none;
        display: none;
    }
    .p-ot2026-release_novelty-box__text .p-ot2026-release_novelty-box__note {
        margin-top: 4px;
        font-size: 1.3rem;
    }
}
@media only screen and (min-width: 1300px) {
    .p-ot2026-release_novelty-box__title {
        font-size: 2.4rem;
        letter-spacing: 0.1em;
    }
}

.l-ot2026-section--release_talk {
    padding-top: 90px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.p-ot2026-release_talk-box__lead {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.6;
}
.p-ot2026-release_talk-box__text,
.p-ot2026-release_talk-box__detail {
    margin-top: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 2;
}
.p-ot2026-release_talk-btn {
    margin-top: 30px;
}
@media only screen and (max-width: 767px) {
    .l-ot2026-section--release_talk {
        margin-top: 60px;
        padding-top: 60px;
    }
    .p-ot2026-release_talk-box__lead {
        font-size: 1.75rem;
    }
    .p-ot2026-release_talk-box__text,
    .p-ot2026-release_talk-box__detail {
        margin-top: 14px;
        font-size: 1.45rem;
        line-height: 1.8;
    }
}

