.cm-content {
    font-family: "A P-OTF A1 Mincho StdN",serif;
    font-feature-settings: "palt";
    --blue: #009FE8;
}

.sp {
    display: block;
}

.pc {
    display: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.js-animate[data-animate="fade-up"] {
    opacity: 0;
    filter: blur(6px);
    translate: 0 30px;
    transition: opacity 0.8s ease-out, filter 0.8s ease-out, translate 0.8s ease;
}

.js-animate[data-animate="fade-up"].js-animate--active {
    opacity: 1;
    filter: blur(0);
    translate: 0 0;
}

.cm-mv {
    display: block;
    max-width: 100%;
    height: calc(100svh - 65px);
    background: linear-gradient(to bottom,rgb(255 255 255/0.5) 0%,rgb(255 255 255/0.5) 100%),
                url(/cm/img/bg_mv01_sp.jpg) no-repeat center/cover;
    aspect-ratio: 16/9;
    position: relative;
    margin-block: 65px 32px;
}

.cm-mv::before {
    content: "";
    display: block;
    background: rgb(255 255 255/0.2);
    backdrop-filter: blur(20px);
    position: absolute;
    inset: 0;
}

.cm-mv__player-wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    margin-bottom: 32px;
}

.cm-mv__player-wrapper .ulizahtml5 {
    width: 100% !important;
    height: 100% !important;
}

.cm-mv__player-wrapper .ulizahtml5 .vjs-tech {
    object-fit: cover;
}

.cm-mv__btn {
    display: block;
    width: fit-content;
    margin-inline: auto;
    padding: 15px 16px;
    background: rgb(0 0 0/.3);
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.1em;
    transition: background-color 0.3s;
    position: absolute;
    bottom: 50px;
    left: 29px;
    z-index: 2;
}

.cm-mv__btn::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    rotate: 45deg;
    translate: 0 -3px;
    margin-left: 12px;
}

.cm-mv__btn:hover {
    background: rgb(0 0 0/.6);
}

/* sec--lead */
.sec--lead {
    padding-block: 84px 88px;
    background: linear-gradient(to bottom, rgb(0 159 232/0) 0%,rgb(0 159 232/0.05) 100%);
    position: relative;
}

.sec--lead__deco {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
}

.sec--lead__deco::after {
    content: "";
    display: block;
    width: 44px;
    height: 1px;
    background: var(--blue);
    rotate: -45deg;
    position: absolute;
    top: 100%;
    transform-origin: left;
    scale: 0 1;
}

.sec--lead__deco--active::after {
    scale: 1 1;
    transition: scale 1s;
}

.sec--lead__deco--01 {
    top: 32px;
    left: calc(50% + 132px);
}

.sec--lead__deco--active.sec--lead__deco--01::after {
    scale: 1 1;
    transition: scale 1s 1s;
}

.sec--lead__deco--02 {
    bottom: 32px;
    left: calc(50% - 164px);
}

.sec--lead__txt {
    font-size: 1.4rem;
    line-height: 2.07;
    letter-spacing: 0.1em;
    text-align: center;
}

.sec--lead__txt + .sec--lead__txt {
    color: var(--blue);
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: 0.1em;
    margin-top: 40px;
}

/* sec--journey */
.sec--journey {
    padding-block: 60px 80px;
}

.sec-ttl-wrapper {
    width: fit-content;
    margin: 0 auto 70px;
    text-align: center;
}

.sec-ttl--en {
    color: var(--blue);
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.06em;
    padding-bottom: 16px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 16px;
}

.sec-ttl--ja {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.16em;
}

.sec--journery__sec + .sec--journery__sec {
    margin-top: 60px;
}

.sec--journery__sec__ttl-wrapper {
    background: #fff;
    padding-block: 24px;
    position: relative;
    line-height: 1;
    text-align: center;
    margin-bottom: 24px;
}

.sec--journery__sec__ttl-wrapper > * {
    position: relative;
    z-index: 1;
}

.sec--journery__sec__ttl-wrapper::before,
.sec--journery__sec__ttl-wrapper::after {
    content: "";
    display: block;
    width: 156px;
    height: 1px;
    background: var(--blue);
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    rotate: -45deg;
    z-index: 0;
}

.sec--journery__sec__ttl-wrapper::after {
    clip-path: inset(0 0 0 100%);
}

.sec--journery__sec__ttl-wrapper.js-animate--active::before {
    animation: scale 1.5s infinite;
}

.sec--journery__sec__ttl-wrapper.js-animate--active::after {
    animation: scale-reverse 1.5s infinite;
}

@keyframes scale {
    0% {
        clip-path: inset(0);
    }
    50% {
        clip-path: inset(0 0 0 100%);
    }
    100% {
        clip-path: inset(0 0 0 100%);
    }
}
@keyframes scale-reverse {
    0% {
        clip-path: inset(0 100% 0 0);
    }
    30% {
        clip-path: inset(0 100% 0 0);
    }
    100% {
        clip-path: inset(0);
    }
}

.sec--journery__sec__ttl {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: center;
    background: #fff;
    padding-block: 16px 6px;
}

.sec--journery__sec__subttl {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    text-align: center;
    background: #fff;
    padding-block: 6px 16px;
}

.sec--journey__movie-wrapper {
    margin-bottom: 20px;
    position: relative;
}

.sec--journey__img-wrapper {
    display: block;
}

.sec--journey__img-wrapper + .sec--journey__img-wrapper {
    margin-top: 16px;
}

.sec--journey__img-wrapper--02 {
    width: 59.734%;
    margin-left: 8.534%;
}

.sec--journey__img-wrapper--03 {
    width: 42.667%;
    margin-left: 36.534%;
}

.sec--journey__img-wrapper--05 {
    width: 42.667%;
    margin-left: 46.667%;
}

.sec--journey__img-wrapper--06 {
    width: 68.267%;
}

.sec--journey__img-wrapper--07 {
    width: 42.667%;
    margin-left: 16%;
}

.sec--journey__img-wrapper--09 {
    width: 59.734%;
    margin-left: 23.2%;
}

.sec--journey__img-wrapper--10 {
    width: 59.734%;
    margin-left: 15.734%;
}

/* sec--special */
.sec--special {
    --brown: #511E1B;
    color: var(--brown);
    background: #E8E1D1;
    padding-block: 64px 80px;
}

.sec--special__ttl-wrapper {
    margin-bottom: 44px;
}

.sec--special__ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.sec--special__ttl__ico {
    display: block;
    width: 48px;
    height: 48px;
    position: relative;
}

.sec--special__ttl__ico::before,
.sec--special__ttl__ico::after {
    content: "";
    display: block;
    width: 68px;
    height: 1px;
    background: var(--brown);
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

.sec--special__ttl__ico::before{
    rotate: 45deg;
}

.sec--special__ttl__ico::after {
    rotate: -45deg;
}

.sec--special__subttl {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.16em;
    text-align: center;
}

.sec--special__kv {
    display: block;
    max-width: 1080px;
    margin: 0 auto 44px;
}

.sec--special__content {
    width: 85.334%;
    max-width: 1080px;
    margin: 0 auto 60px;
    padding-block: 48px;
    position: relative;
}

.sec--special__content::before,
.sec--special__content::after {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 640/18;
    background: url(/cm/img/bg_special01_sp.svg) no-repeat center/cover;
    position: absolute;
    left: 0;
}

.sec--special__content::before {
    top: 0;
    scale: 1 -1;
}

.sec--special__content::after {
    bottom: 0;
}

.sec--special__artist {
    max-width: 160px;
    margin: 0 auto 32px;
}

.sec--special__artist__name {
    width: fit-content;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.16em;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--brown);
    margin: 0 auto 20px;
}

.sec--special__txt {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: justify;
    margin-bottom: 40px;
}

.sec--special__release {
    background: rgb(255 255 255/0.4);
    padding: 20px;
    margin-bottom: 32px;
}

.sec--special__release__ttl {
    width: fit-content;
    margin: 0 auto 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--brown);
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.16em;
}

.sec--special__release__content {
    display: grid;
    grid-template-columns: 50% 1fr;
    align-items: center;
    gap: 24px 18px;
}

.sec--special__release__info {
    padding-inline: 10px;
    text-align: center;
}

.sec--special__release__info__txt {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

.sec--special__content__btn {
    display: flex;
    gap: 12px;
    width: fit-content;
    padding: 12px 19px;
    background: #fff;
    border: 1px solid var(--brown);
    color: var(--brown);
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-inline: auto;
}

.sec--special__content__btn::after {
    content: "";
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    background: url(/cm/img/bg_special02.svg) no-repeat center/cover;
}

.sec--special__btn {
    display: block;
    max-width: 205px;
    margin-inline: auto;
    height: auto;
    aspect-ratio: 410/80;
    background: url(/cm/img/bg_special03_sp.png) no-repeat center/cover;
    padding: 15px 16px;
    color: #000;
    font-size: 1.4rem;
    line-height: 1;
}

/* sec--campaign */
.sec--campaign {
    padding-block: 60px 80px;
}

.sec--campaign__img {
    aspect-ratio: 4/3;
    max-width: 1080px;
    margin-inline: auto;
    background: #f5f5f5;
}

.btn_fixed {
    display: block;
    width: 102px;
    height: 102px;
    padding-top: 25px;
    background: url(/cm/img/btn_fixed01.png) no-repeat center/cover;
    color: #000;
    font-size: 1.2rem;
    line-height: 1.25;
    letter-spacing: 0.08em;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: -12px;
    z-index: 100;
    transition: opacity 0.3s, visibility 0.3s;
}
.btn_fixed.hidden {
    opacity: 0;
    visibility: hidden;
}

@media screen and (min-width: 600px) {
    .sp {
        display: none;
    }
    
    .pc {
        display: block;
    }

    .cm-mv {
        height: auto;
        background: none;
        margin-bottom: 80px;
    }

    .cm-mv::before {
        display: none;
    }
    
    .cm-mv__txt {
        font-size: 4rem;
        letter-spacing: 0.16em;
    }

    .cm-mv__player-wrapper {
        margin: 0;
    }
    
    .cm-mv__btn {
        padding: 16px 16px 16px 20px;
        bottom: 56px;
        left: 50%;
        translate: -50%;
    }
    
    .cm-mv__btn::after {
        margin-left: 14px;
    }
    
    /* sec--lead */
    .sec--lead {
        padding-block: 190px;
    }
    
    .sec--lead__deco {
        width: 72px;
        height: 72px;
    }
    
    .sec--lead__deco::after {
        width: 100px;
    }
    
    .sec--lead__deco--01 {
        top: 80px;
        left: calc(50% + 227px);
    }
    
    .sec--lead__deco--02 {
        bottom: 80px;
        left: calc(50% - 309px);
    }
    
    .sec--lead__txt {
        font-size: 1.6rem;
        line-height: 2.875;
        letter-spacing: 0.2em;
    }
    
    .sec--lead__txt + .sec--lead__txt {
        font-size: 2rem;
        line-height: 2.5;
        letter-spacing: 0.2em;
        margin-top: 82px;
    }
    
    /* sec--journey */
    .sec--journey {
        padding-block: 120px 160px;
    }
    
    .sec-ttl-wrapper {
        margin-bottom: 80px;
    }
    
    .sec-ttl--en {
        font-size: 4rem;
        letter-spacing: 0.08em;
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
    
    .sec-ttl--ja {
        font-size: 2rem;
    }

    .sec--journery__sec {
        max-width: 1080px;
        margin-inline: auto;
        position: relative;
    }

    .sec--journery__sec + .sec--journery__sec {
        margin-top: 0;
    }

    .sec--journery__sec--01 {
        aspect-ratio: 1080/1018;
    }

    .sec--journery__sec--02 {
        aspect-ratio: 1080/1095;
    }

    .sec--journery__sec + .sec--journery__sec.sec--journery__sec--03 {
        margin-top: 68px;
        aspect-ratio: 1080/930;
    }
    
    .sec--journery__sec__ttl-wrapper {
        background: #fff;
        padding-block: 0;
        padding-inline: 32px;
        position: absolute;
        line-height: 1;
        text-align: center;
        margin-bottom: 24px;
    }

    .sec--journery__sec__ttl-wrapper--01 {
        top: 0;
        left: 8.241%;
    }

    .sec--journery__sec__ttl-wrapper--02 {
        top: 0;
        right: 6.7593%;
    }

    .sec--journery__sec__ttl-wrapper--03 {
        top: 0;
        left: 1.7593%;
    }

    .sec--journery__sec__ttl-wrapper::before,
    .sec--journery__sec__ttl-wrapper::after {
        width: 202px;
        top: 124px;
        translate: -50% 0;
    }

    .sec--journery__sec__ttl-wrapper--03::before,
    .sec--journery__sec__ttl-wrapper--03::after {
        top: 87px;
        width: 168px;
    }
    
    .sec--journery__sec__ttl {
        font-size: 2rem;
        font-feature-settings: initial;
        line-height: 1.3;
        text-align: left;
        writing-mode: vertical-rl;
        background: #fff;
        padding-block: 13px;
        margin-block: auto;
    }

    .sec--journery__sec__ttl::first-letter {
        display: inline-block;
        margin-inline-start: -0.5em;
    }

    .sec--journery__sec__ttl__row {
        display: block;
        margin-inline-start: 2em;
    }

    .sec--journery__sec__ttl__spacer {
        display: inline-block;
        margin-inline: -0.5em;
    }

    .sec--journery__sec__ttl-wrapper--03 .sec--journery__sec__ttl__spacer {
        margin-inline-start: 0;
    }
    
    .sec--journery__sec__subttl {
        font-size: 1.2rem;
        line-height: 1.3;
        padding: 0;
        margin-top: 18px;
    }
    
    .sec--journey__movie-wrapper {
        margin: 0;
    }
    
    .sec--journey__movie-trigger {
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .sec--journey__movie-trigger:hover {
        background: rgb(255 255 255/.3);
    }

    .sec--journey__img-wrapper {
        position: absolute;
        margin: 0;
    }
    
    .sec--journey__img-wrapper + .sec--journey__img-wrapper {
        margin: 0;
    }

    .sec--journey__img-wrapper--01 {
        width: 74.0741%;
        top: 6.287%;
        right: 0;
    }
    
    .sec--journey__img-wrapper--02 {
        width: 31.1112%;
        top: 55.2063%;
        left: 7.963%;
    }
    
    .sec--journey__img-wrapper--03 {
        width: 22.2223%;
        bottom: 0;
        left: 42.0371%;
    }

    .sec--journey__img-wrapper--04 {
        width: 74.0741%;
        top: 10.685%;
        left: 0;
    }
    
    .sec--journey__img-wrapper--05 {
        width: 24.4445%;
        top: 31.3242%;
        right: 0;
    }
    
    .sec--journey__img-wrapper--06 {
        width: 31.1112%;
        top: 57.626%;
        left: 50.926%;
    }
    
    .sec--journey__img-wrapper--07 {
        width: 22.2223%;
        bottom: 0;
        left: 25.741%;
    }

    .sec--journey__img-wrapper--08 {
        width: 74.0741%;
        top: 5.1613%;
        left: 17.2223%;
    }
    
    .sec--journey__img-wrapper--09 {
        width: 35.556%;
        top: 58.71%;
        left: 60.926%;
    }
    
    .sec--journey__img-wrapper--10 {
        width: 31.1112%;
        bottom: 0;
        left: 26.852%;
    }
    
    /* sec--special */
    
    .sec--special {
        padding-block: 124px;
    }
    
    .sec--special__ttl-wrapper {
        margin-bottom: 80px;
    }
    
    .sec--special__ttl {
        gap: 24px;
        font-size: 4rem;
        font-weight: 500;
        letter-spacing: 0.08em;
        margin-bottom: 40px;
    }
    
    .sec--special__ttl__ico {
        width: 72px;
        height: 72px;
    }
    
    .sec--special__ttl__ico::before,
    .sec--special__ttl__ico::after {
        width: 100px;
    }
    
    .sec--special__subttl {
        font-size: 4rem;
        letter-spacing: 0.08em;
    }
    
    .sec--special__kv {
        margin-bottom: 64px;
    }
    
    .sec--special__content {
        display: grid;
        grid-template-columns: 20.083% 48.193% 20.382%;
        justify-content: space-between;
        align-items: center;
        gap: 40px 0;
        margin-bottom: 104px;
        padding: 48px 42px;

    }
    
    .sec--special__content::before,
    .sec--special__content::after {
        aspect-ratio: 1080/11;
        background-image: url(/cm/img/bg_special01_pc.svg);
    }
    
    
    .sec--special__artist {
        max-width: 200px;
        margin: 0;
    }
    
    .sec--special__artist__name {
        letter-spacing: 0.08em;
        padding-bottom: 16px;
        margin-bottom: 32px;
    }
    
    .sec--special__txt {
        line-height: 1.43;
        letter-spacing: 0.08em;
        text-align: left;
        margin: 0;
    }
    
    .sec--special__release {
        padding: 32px 0;
        margin: 0;
    }
    
    .sec--special__release__ttl {
        margin-bottom: 24px;
        letter-spacing: 0.08em;
    }
    
    .sec--special__release__content {
        grid-template-columns: 100%;
    }

    .sec--special__release__img {
        max-width: 140px;
        margin-inline: auto;
    }
    
    .sec--special__release__info {
        padding: 0;
    }
    
    .sec--special__release__info__txt {
        line-height: 1.57;
        letter-spacing: 0.08em;
    }
    
    .sec--special__content__btn {
        grid-area: 2/1/3/4;
        gap: 10px;
        padding: 12px 16px 12px 20px;
        transition: background-color 0.3s;
    }
    
    .sec--special__content__btn::after {
        width: 1.6rem;
        height: 1.6rem;
    }

    .sec--special__content__btn:hover {
        background: #FEFBF2;
    }
    
    .sec--special__btn {
        max-width: 249px;
        aspect-ratio: 498/128;
        background: url(/cm/img/bg_special03_pc.png) no-repeat center/cover,#fff;
        padding: 26px 24px;
        font-size: 1.6rem;
        transition: background-color 0.3s;
    }

    .sec--special__btn:hover {
        background-color: #ECF9FF;
    }

    /* sec--campaign */
    .sec--campaign {
        padding-block: 120px 160px;
    }

    .sec--campaign__img {
        aspect-ratio: 24/5;
    }
    
    .btn_fixed {
        width: 144px;
        height: 144px;
        bottom: 40px;
        right: calc(calc(100% - 1080px) / 2);
        padding-top: 48px;
        font-size: 1.4rem;
        line-height: 1.57;
        letter-spacing: 0.12em;
    }

    .btn_fixed:hover {
        opacity: 0.7;
    }

}

@media screen and (min-width: 960px) {
    .cm-mv {
        margin-top: 90px;
    }
}