@charset "UTF-8";
/*-- ARCHIVE --*/
.p-2nd #archive.section__wrap{
    padding-bottom: 0;
  }
/*-----------------------------------------
MV
-------------------------------------------*/
#archive .archive__box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 100px;
}
#archive .archive__box:last-child{
    margin-bottom: 0;
}
#archive .archive__box .archive__item{
    width: 48%;
    margin-bottom: 40px;
}
#archive .archive__box .archive__item .archive__frame{
    width: 100%;
    height: 0;
    margin: 0 auto 10px;
    padding-top: 56.25%;
    position: relative;
}
#archive .archive__box .archive__item .archive__frame iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#archive .archive__box .archive__item p{
    font-size: 24px;
}

/*-----------------------------------------
PHOTO GALLERY
-------------------------------------------*/

#archive .btn-open{
    width: 24%;
    margin-bottom: 1%;
}
#archive .btn-open .gallery-img{
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    margin: 0 auto;
}
#archive .btn-open .gallery-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 150%;
    /* max-height: 150%; */
}

/*************************************************
max-width: 959px
*************************************************/
@media (max-width: 959px){
    /*-----------------------------------------
    MV
    -------------------------------------------*/
    #archive .archive__box .archive__item p{
        font-size: 20px;
    }
    /*-----------------------------------------
    PHOTO GALLERY
    -------------------------------------------*/


}

/*************************************************
max-width: 519px
*************************************************/
@media (max-width: 519px){
    /*-----------------------------------------
    MV
    -------------------------------------------*/
    #archive .archive__box{
        margin-bottom: 40px;
    }
    #archive .archive__box .archive__item{
        width: 100%;
        margin-bottom: 60px;
    }
    #archive .archive__box .archive__item p{
        font-size: 18px;
    }

    /*-----------------------------------------
    PHOTO GALLERY
    -------------------------------------------*/
    #archive .btn-open{
        width: 32%;
        margin-bottom: 2%;
    }



}
  
