@charset "utf-8";
*{
    margin: 0;
    padding: 0;
}



.area{
    overflow: hidden;
    margin-top: 60px;
}
.wrap{
    display: flex;
    height: 100vh;
}
.item{
    display: flex;
    justify-content: center;
    align-items: center;
}
.item img{
   height: 100%;
}




.page-gallery-title{
    margin-top: 110px;
    margin-left: 20vw;
    margin-bottom: 150px;
}
.page-gallery-title h1{
    font-size: 28px;
    font-weight: lighter;
}
.page-gallery-title h2{
    margin-top: 30px;
    font-size: 14px;
    font-weight: lighter;
    line-height: 2;
}