.gallerybox{
    position: relative;
    background:url(gbg.webp) no-repeat center / cover;
}
.gallerybox .center{
    max-height: 733px;
    min-height: 500px;
    height: 100vw;
    position: relative;
}
.gallerybox .infobox{
    padding-top: 15px;
}
.gallerybox .infobox h1,
.gallerybox .infobox h2{
    font-size: 79px;
    color: var(--white);
    letter-spacing: 1px;
}
.gallerybox .infobox h3{
    font:400 61px var(--fontfamily);
    color: var(--red);
    letter-spacing: 1px;
    line-height: 0.9em;
}
.gallerybox .infobox p{
    color: #c4c7c9;
    font-size: 14px;
    line-height: 2.4em;  
    margin-top: 30px;
    max-width: 520px;
}
.gallerybox .infobox p:has(a){
    margin-top: 30px;
}
.gallerylist .infobox{
    flex: auto;
    max-width: calc(50% - 40px);
}
.gallerylist .list{
    right: -152px;
    position: absolute;
    width: calc(50% + 152px);
}
.gallerylist .item{
    margin: 0 15px;
}
.gallerylist .slick-list{
    margin-left: -15px;
}
.gallerylist .slick-arrow{
    position: absolute;
    right: 60px;
    bottom: 20px;
    background-color: transparent;
    border: none;
    font-size: 0;
    z-index: 10;
    cursor: pointer;
}
.gallerylist .slick-arrow:before{
    font-family: 'uicons-regular-rounded';
    content: "\f168";
    color: var(--white);
    font-size: 26px;
}
.gallerylist .slick-arrow.slick-prev{
    margin-right: 34px;
} 
.gallerylist .slick-arrow.slick-next:before{
    content: "\f166";
}
.gallerylist .slick-arrow:hover:before{
    opacity: .8;
}

/* rwd */
@media (max-width:1300px){
    .gallerylist .infobox{
        width: 50%;
        padding-left: 70px;
    }
}
@media (max-width:1190px){
    .gallerylist .list{
        width: 50%;
    }
}
@media (max-width:1060px){
    .gallerylist .infobox {
        width: 100%;
        padding-left: 70px;
        max-width: 70%;
    }
    .gallerybox .infobox h1, 
    .gallerybox .infobox h2{
        font-size: 4vw;
    }
    .gallerybox .infobox h3{
        font-size: 3vw;
        line-height: 1.3em;
    }
    .gallerylist .list{
        width: calc(35%) !important;
    }
}
@media (max-width:730px){
    .gallerylist.center{
        padding: 0;
    }
    .gallerylist .list{
        right: 0;
        width: calc(100% - 60px) !important;
        left: 30px;
        margin-top: 40px;
        position: relative;
    }
    .gallerylist .infobox{
        width: 100%;
        padding-left: 0;
        max-width: 100%;
        padding: 0;
        text-align: center;
    }
    .gallerybox{
        padding-bottom: 35px;
    }
    .gallerylist .infobox h1,
    .gallerylist .infobox h2{
        font-size: 8vw;
    }
    .gallerylist .infobox h3{
        font-size: 5vw;
        color: var(--white);
    }
    .gallerybox .infobox p{
        display: none;
    }
}