@charset "utf-8";

/*----------------------------------------*/
/* ¹²Í¨ */
/*----------------------------------------*/

.title_box{
    margin-bottom: var(--space80);
    text-align: center;
}

h2.f_marcellus{
    margin-bottom: var(--space20);
    color: var(--main-purple);
    font-size: var(--fs-marcellus-60);
    line-height: 1;
}



/*----------------------------------------*/
/* ¥á¥¤¥ó¥Ó¥¸¥å¥¢¥ë */
/*----------------------------------------*/

#mv{
    padding-bottom: var(--space80);
}

.mv_inner{
    position: relative;
}

#mv .swiper{
    max-width: 80vw;
    min-width: 500px;
    width: 100%;
    margin: 0 0 0 auto;
    border-radius: 0 0 0 10.416666666666668vw; /*1920•r200*/
}

#mv .swiper source,
#mv .swiper img{
    display: block;
    object-fit: cover;
}

/* --- ¥Ú©`¥¸¥Í©`¥·¥ç¥ó?¥Ü¥¿¥óµÈ --- */
#mv .swiper_btnbox{
    position: absolute;
    bottom: -50px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

/* Í£Ö¹?ÔÙÉú¥Ü¥¿¥ó */
#mv .swiper_stopbtn{
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    padding: 15px;
    border-radius: 100vmax;
    border: 1px solid #b3b3b3;
    background-color: var(--sub-white);
    cursor: pointer;
}

#mv .swiper_stopbtn::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-image: url(/en/assets/images/top_slider_stop.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#mv .swiper_stopbtn.start::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-image: url(/en/assets/images/top_slider_start.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* ¥Ú©`¥¸¥Í©`¥·¥ç¥ó */
#mv .swiper-pagination{
    position: static!important;
}

#mv .swiper-pagination-bullet{
    background-color: var(--sub-gray);
}

#mv .swiper-pagination-bullet-active{
    background-color: var(--main-purple);
}

/* ¥­¥ã¥Ã¥Á¥³¥Ô©` */
#catch_copy{
    position: absolute;
    bottom: -80px;
    left: 0;
    z-index: 10;
    width: 31.25vw;
    padding: 2.0202020202020203vw 
    2.525252525252525vw;
    border-radius: 0 0 6.0606060606060606vw 0; /*1920•r120*/
    background: -moz-linear-gradient(45deg, rgba(194, 141, 189, 0.7), rgba(145, 202, 242, 0.7));
    background: -webkit-linear-gradient(45deg, rgba(194, 141, 189, 0.7), rgba(145, 202, 242, 0.7));
    background: linear-gradient(45deg, rgba(194, 141, 189, 0.7), rgba(145, 202, 242, 0.7));
    letter-spacing: 0.1em;
}

#catch_copy p{
    color: var(--sub-white);
    font-size: 3.125vw; /*1920•r60*/
    line-height: 1.5em;
}



/*----------------------------------------*/
/* Contents */
/*----------------------------------------*/

#contents{
    position: relative;
}

#contents .inner{
    position: relative;
    z-index: 1;
}

#contents .column02{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

#contents .column02 li{
    max-width: calc((100% - 80px) / 2);
    width: 100%;
}

#contents .column02 a{
    position: relative;
    display: flex;
}

#contents .column02 img{
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}

#contents .column02 a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: #281927;
    opacity: 0.5;
}

#contents .column02 a:hover::before{
    background-color: var(--sub-link-purple);
    opacity: 0.8;
}

#contents .column02 p{
    position: absolute;
    top: 50%;
    left: 40px;
    color: var(--sub-white);
    font-size: var(--fs24);
    font-weight: 600;
    line-height: 1.5;
    transform: translateY(-50%);
}



/*----------------------------------------*/
/* gallery */
/*----------------------------------------*/
#gallery .swiper{
    height: 14.14141414141414vw; /* 1980•r280 */
}

#gallery .swiper-wrapper{
    transition-timing-function: linear; /*¥¹¥é¥¤¥É¤Î„Ó¤­¤òµÈËÙ¤Ë¤¹¤ë*/
}

#gallery .swiper-slide{
    object-fit: cover;
}



@media screen and (max-width: 1280px) {
    /*--- ¥¿¥Ö¥ì¥Ã¥ÈÓÃ --- */

    /*----------------------------------------*/
    /* ¥á¥¤¥ó¥Ó¥¸¥å¥¢¥ë */
    /*----------------------------------------*/
    #mv .swiper{
        max-width: 90vw;
        min-width: 500px;
    }


    /*----------------------------------------*/
    /* Contents */
    /*----------------------------------------*/
    
    #contents .column02 li{
        max-width: calc((100% - 40px) / 2);
    }

    #contents .column02 p{
        position: absolute;
        top: 50%;
        left: 20px;
    }

}


@media screen and (max-width: 900px) {
    /*--- ¥¿¥Ö¥ì¥Ã¥ÈÓÃ --- */

    /*----------------------------------------*/
    /* ¥á¥¤¥ó¥Ó¥¸¥å¥¢¥ë */
    /*----------------------------------------*/

    #mv .swiper{
        min-width: auto;
    }

    /* --- ¥Ú©`¥¸¥Í©`¥·¥ç¥ó?¥Ü¥¿¥óµÈ --- */
    #mv .swiper_btnbox{
        bottom: -40px;
        right: 10px;
        display: flex;
        gap: 5px;
    }

    /* Í£Ö¹?ÔÙÉú¥Ü¥¿¥ó */
    #mv .swiper_stopbtn{
        width: 20px;
        height: 20px;
        padding: 10px;
    }

    #mv .swiper_stopbtn::before{
        width: 8px;
        height: 8px;
    }

    #mv .swiper_stopbtn.start::before{
        width: 6px;
        height: 6px;
    }

    #catch_copy{
        bottom: -60px;
        width: clamp(170px, 26vw, 240px);
        padding: clamp(1.8rem, 2.2222222222222223vw, 2rem);
    }

    #catch_copy p{
        font-size: clamp(1.8rem, 3.111111111111111vw, 2.8rem);/* 900•r28 */
    }


    /*----------------------------------------*/
    /* contents */
    /*----------------------------------------*/
    
    #contents .column02{
        gap: 20px;
    }

    #contents .column02 li{
        max-width: calc((100% - 20px) / 2);
    }


    /*----------------------------------------*/
    /* gallery */
    /*----------------------------------------*/
    #gallery .swiper{
        height: 23.333333333333332vw; /* 900•r210 */
    }

}

@media screen and (max-width: 600px) {
    /* --- ¥¹¥Þ¥ÛÓÃ --- */

    /*----------------------------------------*/
    /* ¥á¥¤¥ó¥Ó¥¸¥å¥¢¥ë */
    /*----------------------------------------*/

    #mv .swiper{
        max-width: calc(100vw - 30px);
        border-radius: 0 0 0 80px;
    }

    #catch_copy{
        padding: clamp(1.4rem, 5.333333333333334vw, 2rem) clamp(1.4rem, 4.266666666666667vw, 1.6rem); /* 375•r20¡¢16 */
        border-radius: 0 0 40px 0;
    }

    #catch_copy p{
        font-size: clamp(1.8rem, 5.333333333333334vw, 2.8rem);/* 375•r20 */
    }


    /*----------------------------------------*/
    /* Contents */
    /*----------------------------------------*/

    #contents::before {
        top: -120px;
        left: -10%;
        width: 120%;
        height: 200px;
    }

    #contents .column02 li{
        max-width: 100%;
    }

    #contents .column02 a{
        height: 150px;
    }


    /*----------------------------------------*/
    /* gallery */
    /*----------------------------------------*/

    #gallery .swiper{
        height: 46.666666666666664vw; /* 375•r175 */
    }
}