#main .mv-anchor{
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
#main .mv-anchor p{
    color: #fff;
}

#main .mv-anchor a{
    display: inline-block;
    color: #fff;
    font-weight: 600;
}
#main #section-04 .section-04-mid2 .img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.section-04-mid2{
    position: relative;
}
.section-04-mid2 #powder{
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    margin-top: -100px;
}

/* pc */
@media screen and (min-width: 768px) {
    #main .mv-anchor{
        margin-bottom: calc(206 / 1366* 100vw);
        font-size: calc(15 / 1366* 100vw);
        line-height: calc(24 / 15);
    }

    #main .mv-anchor a{
        margin-left: calc(-19 / 1366* 100vw);
        color: #fff;
        font-size: calc(16 / 1366* 100vw);
        margin-top: calc(7 / 1366* 100vw);
        transition: opacity 0.2s ease-in-out;
    }
    #main .mv-anchor a:hover {
        opacity: .7;
    }
    #main #section-04 .section-04-bottom .section-04-bottom-flex.mt{
        margin-top: calc(80 / 1366 * 100vw);
    }

    #main #section-04 .section-04-bottom .section-04-bottom-flex .txt .ttl{
        width: calc(252 / 1366 * 100vw);
        margin-bottom: calc(25 / 1366 * 100vw);
    }

    #main #section-04 .section-04-mid2 .img{
        padding-bottom: calc(150 / 1366 * 100vw);
    }
    #main #section-04 .section-04-mid2 .img img {
        width: calc(882 / 1366 * 100vw);
    }
    #main #section-04{
        background-image: url(/~/Media/com/thelypo/20240920/bg-04.jpg);
    }
    #main #mv .mv-wrapper .mv-btn{
        margin-bottom: calc(10 / 1366* 100vw);
    }
}



/* sp */
@media screen and (max-width: 767px) {
    #main .mv-anchor {
        margin-bottom: calc(230 / 750 * 100vw);
    }
    #main .mv-anchor p{
        font-size: calc(22 / 750 * 100vw);
        line-height: calc(30 / 22);
    }
    #main .mv-anchor a {
        font-size: calc(24 / 750 * 100vw);
        margin-top: calc(20 / 750 * 100vw);
        margin-left: calc(-34 / 750  * 100vw);
    }
    #main #section-04 .section-04-bottom .section-04-bottom-flex.mt {
        margin-top: calc(60 / 750 * 100vw);
    }
    #main #section-04 .section-04-bottom .section-04-bottom-flex .txt .ttl {
        width: calc(300 / 750 * 100vw);
        margin-bottom: calc(35 / 750 * 100vw);
    }

    #main #section-04 .section-04-mid2 .img img {
        width: 100%;
    }
    #main #section-04 .section-04-mid2 .img {
        padding-bottom: calc(220 / 750 * 100vw);
    }
    #main #section-04 {
        background-image: url(/~/Media/com/thelypo/20240920/bg-04.sp.jpg);
    }
    #main #section-04 .section-04-mid .txt {
        margin-top: calc(460 / 750* 100vw);
    }
    #main #section-01{
        position: relative;
        z-index: 1;
        padding-top: 32.3vw;
        background-image: url(/~/Media/com/thelypo/20240920/bg-01b.sp.png);
    }
    #main #mv .mv-wrapper .mv-btn{
        z-index: 2;   
        margin-bottom: -4.666667vw;
    }
    #main #mv .mv-wrapper .mv-img{
        margin-bottom: -13vw;
    }
}