.fv {
    z-index: 1;
    position: relative;
    width: 100%;
    margin-top: 10rem;
    padding-bottom: 5rem;
}

.fv::before {
    display: none;
}

.fv::after {
    z-index: -1;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(to right, #F5E5D6 0%, #FEFAF1 100%);
    content: "";
}

.fv__image {
    position: relative;
    width: 100%;
    margin-bottom: 3rem;
} 

.fv__slider_image {
    -webkit-transition: 8s ease-out;
    transition: 8s ease-out;
}

.fv__slider_image {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.fv .splide__pagination {
    top: 60%;
    left: 2.5rem;
    padding: 0;
    right: unset;
    bottom: unset;
}

.fv .splide__pagination__page {
    border: solid 1px #00BC8B;
    background: #fff;
    opacity: 1;
    margin: 0;
    margin-right: 8px;
}

.fv .splide__pagination__page.is-active {
    background: #00BC8B;
    transform: unset;
}

.splide__slide.is-active .detail__slide-sub {
    border: 2px solid #4AB2F8;
}

.fv__content {
    z-index: 5;
    position: absolute;
    top: 5.44rem;
    left: 2.5rem;
    color: #FFF;
}

.fv__title {
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 1.65;
    letter-spacing: 0.05em;
}

.fv__en {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: 24rem;
    margin-top: 1.8rem;
    padding-top: 1.2rem;
    border-top: 1px solid #FFF;
    font-weight: 400;
    font-size: 1rem;
    line-height: 2.1;
    font-family: "Outfit", sans-serif;
    letter-spacing: 0.12em;
}

.fv__name {
    z-index: 2;
    position: absolute;
    bottom: -2.5%;
    left: 0.5rem;
    width: 32rem;
    color: #FFF;
    font-weight: 400;
    font-size: 5.1rem;
    line-height: 1;
    letter-spacing: 0.04em;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.fv__scroll {
    position: absolute;
    right: -13%;
    top: 50%;
    display: flex;
    align-items: center;
    transform: rotate(90deg)
}

.fv__scroll_text {
    color: #43372D;
    font-family: "Inter", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    margin-right: 1.5rem;
}

.fv__scroll_line {
    display: block;
    width: 95px;
    height: 1px;
    background-color: #43372D;
    position: relative;
}

.fv__scroll_line::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 2rem;
    background-color: #43372D;
    position: absolute;
    transform: translateY(-50%);
    top: 0.5px;
    left: 0;
    animation: scroll 5s linear infinite;
}

@keyframes scroll {
    from { left: 0; }
    to { left: 100%; }
}

.scroll-bar {
    display: block;
    position: relative;
    padding-bottom: 120px;
    color: #073061;
    font-weight: 500;
    font-size: 1rem;
    font-family: "Inter", sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scroll-bar:before {
    z-index: 5;
    /*描画位置*/
    position: absolute;
    bottom: 0;
    left: 42%;
    /*丸の形状*/
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #073061;
    content: "";
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
    -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
    animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@-webkit-keyframes circlemove {
    0% {
        bottom: 110px;
    }

    100% {
        bottom: -5px;
    }
}

@keyframes circlemove {
    0% {
        bottom: 110px;
    }

    100% {
        bottom: -5px;
    }
}

@-webkit-keyframes cirlemovehide {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    80% {
        opacity: 0.9;
    }

    100% {
        opacity: 0;
    }
}

@keyframes cirlemovehide {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    80% {
        opacity: 0.9;
    }

    100% {
        opacity: 0;
    }
}

/* 線の描写 */
.scroll-bar:after {
    /*描画位置*/
    position: absolute;
    bottom: 0;
    left: 50%;
    /*線の形状*/
    width: 1px;
    height: 11rem;
    background: #073061;
    content: "";
}

.fvSub {
    position: relative;
    margin-top: 4.8rem;
}

.fvSub__image {
    position: relative;
    height: 13rem;
}

.fvSub__image::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41, 30, 20, 0.85);
    content: "";
}

.fvSub__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.fvSub__title {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFF;
    text-align: center;
}

.fvSub__en {
    font-weight: 500;
    font-size: 5.2rem;
    font-family: "Outfit", sans-serif;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    position: relative;
    opacity: 0.15;
}

.fvSub__jp {
    width: 100%;
    font-weight: 500;
    font-size: 2rem;
    letter-spacing: 0.11em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fv__slider_image {
    width: 100%;
    height: auto;
}

.splide__arrows {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin-inline: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.splide__arrow {
    background: transparent;
    opacity: 1;
}

.splide__arrow--prev,
.splide__arrow--next {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #4AB2F8;
}

.splide__arrow--prev {
    left: 3%;
}

.splide__arrow--next {
    right: 3%;
}

.splide__arrow--prev::before,
.splide__arrow--next::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFF;
    content: "";
}

.splide__arrow--prev::before {
    background: url(../img/arrow_prev.png) no-repeat center center/cover;
}

.splide__arrow--next::after {
    background: url(../img/arrow_next.png) no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
    .fv {
        margin-top: 8rem;
        padding-bottom: 4rem;
    }

    .fv::before {
        content: "";
        display: block;
        width: 100%;
        height: 50.7rem;
        background-color: #F7F7F7;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
    }

    .fv::after {
        width: calc(100% - 7.5rem);    
        height: 50.7rem;
    }

    .fv__image {
        width: 95%;
        margin-bottom: 1rem;
    }

    .fv__content {
        top: 10%;
        left: 6.4rem;
    }

    .fv__title {
        font-size: 3.4rem;
        line-height: 1.8666666667;
        letter-spacing: 0.2em;
    }

    .fv__en {
        width: 84%;
        margin-top: 2.7rem;
        padding-top: 2.5rem;
        font-size: 1.4rem;
        line-height: 2.1428571429;
    }

    .fv__en br {
        display: block;
    }

    .fv__name {
        bottom: 7%;
        left: 6.5%;
        width: 72rem;
        font-size: 11.4rem;
        line-height: 1;
    }

    .fv__scroll {
        top: 63%;
        right: -3%;
    }

    .fv__image::before {
        top: 7%;
        right: -8%;
    }

    .fv .splide__pagination { 
        top: 52%;
        left: 6.4rem;
    }

    .fv .splide__pagination__page {
        width: 12px;
        height: 12px;
        margin-right: 10px;
    }

    .fvSub {
        margin-top: 9.4rem;
    }

    .fvSub__image {
        height: 100%;
        margin-left: auto;
    }

    .fvSub__en {
        font-size: 13rem;
    }

    .fvSub__jp {
        font-size: 3.4rem;
    }

    .splide__arrow--prev,
    .splide__arrow--next {
        width: 7rem;
        height: 7rem;
    }

    .splide__arrow--prev {
        left: 11%;
    }

    .splide__arrow--next {
        right: 11%;
    }
}