body.top .c-hero__contentWrapper.three-months-free {
    position: static;
}
@media screen and (min-width: 768px) {
    .kv {
    > img {
        margin-top: 120px;
        height: auto;
        width: 100%;
        object-fit: cover;
        }
    }
    body.top .c-hero__contentWrapper.three-months-free {
        padding-bottom: 20px;
        .c-hero__content {
            top: -8px;
        }
    }
    .desc {
        margin: 20px auto 50px;
        text-align: center;
    }
    .subtitle {
        font: normal normal normal 30px/47px Hiragino Sans;
        letter-spacing: 0px;
        font-weight: bold;
        text-align: center;
        
    }
    .desc-text {
        > img {
            margin: 10px auto 0; 
            text-align: center; 
            width: 100%; 
            height: 200px;
        }
    }
    .desc-intro {
        font: normal normal normal 20px/30px Hiragino Sans;
        letter-spacing: 3px;
        margin-top: 30px;
        text-align: center;
        font-weight: bold;
    }
    .desc-gallery {
        margin: 25px auto 0;
        >img {
            width: 100%;
            max-width: 865px;
            height: auto;
            margin-right: 100px;
        }
    }
}
@media screen and (max-width: 767px) {
    .kv {
        margin-top: 100px;
        > img {
            height: auto;
            width: 100%;
            object-fit: cover;
        }
    }
    body.top .c-hero__contentWrapper.three-months-free .c-hero__content {
        top: 42px;
        padding-bottom: 28px;
    }
    .desc {
        margin: 0 auto 50px;
        text-align: center;
    }
}
