/*
.fv__movie::after {
    content: "";
    width: min(26.3157894737vw, 300px);
    height: min(26.3157894737vw, 300px);
    background: url(../images/common/40th.gif) no-repeat center bottom / contain;
    bottom: -40px;
    right: min(-3.9473684211vw, -45px);
}

@media only screen and (max-width: 650px) {
    .fv__movie::after {
        width: min(51.2820512821vw, 200px);
        height: min(51.2820512821vw, 200px);
        bottom: -20px;
        right: -10.2564102564vw;
    }
}
*/


.top-40 {
    background: #f1c600;
}

.top-40__text-content {
    text-align: center;
    padding: 0px 0 60px 0;
}

.top-40__text-content h2 {
    font-size: 3rem;
    color: #B41D23;
    font-weight: bold;
    margin-bottom: 1rem;
}

.top-40__text-content .subtitle {
    font-size: 1.8rem;
    color: #1C1C1C;
    font-weight: bold;
    margin-bottom: 2rem;
    display: inline-block;
    border-bottom: 2px solid #B41D23;
    padding-bottom: 0.5rem;
}

.top-40__text-content p {
    font-size: 1.25rem;
    color: #1C1C1C;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.top-40__text-content .final-message {
    font-size: 1.5rem;
    font-weight: bold;
}


br.sp {
    display: none;
}

@media only screen and (max-width: 650px) {
    br.sp {
        display: initial;
    }

    .top-40__text-content {
        padding: 10px 0px 55px 0px;
    }

    .top-40__text-content h2 {
        font-size: 2rem;
    }

    .top-40__text-content .subtitle {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .top-40__text-content p {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .top-40__text-content .final-message {
        font-size: 1.25rem;
    }
}



.nav2 {
    position: relative;
}

.nav2__list__item.icon {
    width: 33px;
    height: 33px;
    margin-left: 15px;
    padding-top: 2px;
}

.nav2__list__item.icon img {
    width: 100%;
    height: auto;
}
  
@media screen and (max-width: 650px) {
    .nav2__list__item.icon {
        padding-top: 0;
        position: absolute;
        right: -65px;
        width: 33px;
        height: 33px;
        margin-top: 1vw;
        margin-left: 0;
    }
    
    .nav2__list__item.icon:nth-of-type(2) {
        top: calc(100% + 8px);
    }
    .nav2__list__item.icon:nth-of-type(3) {
        top: calc(100% + 50px);
    }
}