@charset "utf-8";
header::after{
    display: none;
}
.art_cm2024 {
    border-bottom: 5px solid #a67c52;
}
#fv_cm_movieview{
    position: relative;
}
#fv_cm_movieview.mv_end{
    display: none;
}
#fv_youtube{
    width: 100vw;
    height: 56.25vw;
    display: block
}
#fv_cm_mainview{
    display: block;
    opacity: 0;
    position: absolute;
    z-index: -1;
    left: -100vw;
    transition: all 500ms ease;
    transition-delay: 200ms;
}
#fv_cm_mainview.fv_start{
    position: static;
    opacity: 1;
}
.fv_img_wrap{
    position: relative;
}
.fv_img{
    width: 100svw;
    height: 65vw;
    background: url(../img/top/cm2024/fv.webp) no-repeat top center /cover;
}
.fv_rara_box{
    position: absolute;
    width: min(27.3vw,441px);
    height: min(27.3vw,441px);
    left: 5vw;
    bottom: 20px;
    transform: translate(0, 100px);
    opacity: 0;
    transform ease 500ms,opacity ease 500ms
    transition-delay: 500ms;
}
.fv_start .fv_rara_box{
    transform: translate(0, 0);
    opacity: 1;
}
.fv_rara_btn {
    position: absolute;
    width: min(14vw,160px);
    aspect-ratio: 1 / 1;
    right: 7%;
    bottom: min(5vw,125px);
    cursor: pointer;
    transition: transform 300ms ease;
    filter: hue-rotate(315deg) saturate(250%);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}
.fv_rara_btn:hover{
    transform: scale(1.1);
}
.fv_making_wrap {
    border-top: 5px solid #a67c52;
    background: url(../img/top/cm2024/bg_skin.webp) no-repeat center / cover;
    padding: min(10vw, 70px) 10vw;
}
.fv_making_ttl {
    color: #a67c52;
    font-size: min(5.5vw,36px);
    line-height: 120%;
    margin: 0 auto min(4vw, 30px);
    font-weight: normal;
    text-align: center;
}
.movie_flex {
    display: flex;
    width: min(100%, 1100px);
    justify-content: space-around;
    text-align: center;
    margin-inline: auto;
}

.movie_box {
    width: calc(50% - min(3%, 50px));
    margin-bottom: min(6vw, 30px);
    position: relative;
}
.mv_name {
    color: #a67c52;
    font-size: min(4.5vw, 24px);
}
iframe.making_mv {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: min(3vw, 20px);
    box-shadow: 0px 0px 0 2px #a67c52;
    background: #2d2d2d;
}
@media (max-width:500px){
.movie_flex {
    flex-direction: column;
}
.movie_box {
    width: 100%;
}
    .fv_img{        
        height: auto;
        background: none;
    }
    .fv_slide{
        aspect-ratio:950/850;
    }
.fv_img_dots {
    position: static;
    padding: 1em;
}
.fv_img_dots .slick-dots {
    justify-content: center;
}
.fv_img_dots .slick-dots li {
    border-radius: 50%;
}
.fv_img_dots .slick-dots li.slick-active{
     background: #a67c52;
 }
.fv_img_wrap .fv_rara_btn {
    bottom: auto;
    top: 70vw;
}
.fv_making_wrap {
    border-top: none;
}
}

/*youtube_zone*/
.youtube_zone {
    position: fixed;
    top: 0;
    left: 0;
    width: 100svw;
    height: 100svh;
    z-index: -1;
    opacity: 0;
    transition: all ease 300ms;
}
.youtube_zone.open {
    z-index: 1000;
    opacity: 1;
}
article.art_yzone {
    position: relative;
    height: 100%;
    overflow: scroll;
    z-index: 2;
    margin-inline: auto;
}
.youtube_list_wrap{
    width: min(90vw, 1400px);
    min-height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.youtube_list {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: min(18vw, 100px) 0;
}
.youtube_zonebg {
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.youtube_cm {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.youtube_item {
    width: 48%;
    padding-bottom: min(6vw, 40px);
    text-align: center;
    color: #fff;
}
.youtube_item .name {
    font-weight: normal;
    margin-top: min(1vw, 5px);
    font-size: min(4vw, 18px);
    line-height: 100%;
}
@media (max-width:760px){
.youtube_item {
    width: 100%;
}
}

letro-review {
    padding-top: min(6vw, 40px);
    display: block;
}