@charset "UTF-8";

.to-fv_movie {
    width: 100%;
    height: 100%;
}
.to-fv_movie .top-fv_slide_video.pc{
    display: block;
}
.to-fv_movie .top-fv_slide_video.sp{
    display: none;
}
.to-fv_movie video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-fv_copy{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: -2rem;
}
.top-fv_copy.pc {
    display: flex;
}
.top-fv_copy.sp {
    display: none;
}
.top-fv_copy p {
    line-height: 1.7;
    writing-mode: horizontal-tb;
}
.top-fv_copy .text1 {
    font-size: min(2.8rem, 1.9vw);
    font-weight: bold;
    margin-bottom: 4rem;
    padding: 0 2rem 0 2rem;
}
.top-fv_copy .text2 {
    font-size: min(3.5rem, 2.2vw);
    /* font-weight: bold; */
    color: #ffffff;
    white-space: nowrap;
    font-family: "EB Garamond", serif;
    margin-bottom: 2rem;
    padding: 0 2rem 0 5rem;
}
.top-fv_copy .text3 {
    font-size: min(1.8rem, 1.5vw);
    padding: 0 2rem 0 5rem;
}

@media screen and (max-width: 1024px) {
    .top-fv{
        height: min(100vh, 100svh);
        padding: 0;
    }
    .top-fv_inner {
        background: #F2EFE6;
    }
    .top-fv_slide_inner {
        padding-top: 0;
    }
    .to-fv_movie .top-fv_slide_video.pc{
        display: none;
    }
    .to-fv_movie .top-fv_slide_video.sp{
        display: block;
    }
    .fv_logo {
        z-index: 100;
    }
    .top-fv_sideimg {
        display: none;
    }
    .top-fv_slide_wrapper{
        width: 100%;
        height: min(100vh, 100svh);
    }
    .top-fv_copy{
        background: none;
        position: absolute;
        inset: 0 0 0 0;
        z-index: 100;
        width: 100%;
        margin: 0 0 0 0;
        padding: 4vw 4vw 8.5rem 4vw;
        height: auto;
        justify-content: flex-end;
    }
    .top-fv_copy.pc {
        display: none;
    }
    .top-fv_copy.sp {
        display: flex;
    }
    .top-fv_copy .text1,
    .top-fv_copy .text2,
    .top-fv_copy .text3 {
        color: #FFFFFF;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }
    .top-fv_copy .text1 {
        font-size: 7vw;
        margin-bottom: 1rem;
        padding: 0;
    }
    .top-fv_copy .text2 {
        font-size: 7.6vw;
        letter-spacing: 0.08em;
        margin-bottom: 1rem;
        padding: 0;
        font-weight: normal;
    }
    .top-fv_copy .text3 {
        font-size: 3vw;
        padding: 0;
        font-weight: 400;
    }
    
}