#main .mv h1 {
    background: url(/cp/feature/midorinohasha/manga/01/img/mv.jpg) no-repeat center center;
    height: 260px;
    background-size: 100% auto;
    text-indent: -9999px;
}
@media screen and (max-width: 768px) {
    #main .mv h1 {
        width: 100%;
        height: auto;
        aspect-ratio: 375 / 168;
    }
}

#main #hamburger {
    top: 16px;
    right: 8px;
    width: 74px;
    height: 74px;
}

#main .container {
    padding: 0;
}
#main .sec_tl {
    padding: 32px 0;
}
#main .block01 {
    padding: 40px 15px 0;
}
#main .block01 .banner {
    padding-top: 20px;
}
#main .switching_stories {
    display: flex;
    justify-content: center;
    gap: 6%;
    padding-top: 40px;
}
#main .switching_stories_btn {
    width: 47%;
    font-weight: bold;
    text-align: center;
    position: relative;
}
#main .switching_stories_btn::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: 6px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 10px solid #271B00;
}
#main .switching_stories_btn.right::before {
    transform: rotate(180deg);
    right: 0px;
    left: auto;
}
#main .switching_stories_btn p {
    font-size: 20px;
    padding-bottom: 10px;
}
#main .btn {
    margin-top: -15px;
}