@charset "UTF-8";

.storeGallery .sgKv{
    width:100%;
    max-height:372px;
    background-image:url("/promotion/store-gallery/_img_bg/kv_pc.webp");
    background-size: contain;
    background-position:0 0;
    background-repeat: repeat;
    background-color:#555;
    padding:48px 0;
}
.storeGallery .sgKv .titleimg{
    width:405px;
    height:242px;
    border:2px solid #fff;
    margin:0 auto 10px;
    padding-top:18px;
    text-align:center;
    box-sizing:border-box;
    background-color: rgba(0,0,0,.5);
}
.storeGallery .sgKv .titleimg img{
    width:311px;
    height:auto;
    vertical-align:bottom;
}
.storeGallery .ttl1{
    width:304px;
    margin:0 auto;
    padding:2px 0;
    font-size:16px;
    text-align:center;
    line-height:1.6;
    color:#fff;
    font-weight:550;
    background-color:#111111;
}

.storeGallery .ttl2{
    font-size:17px;
    text-align:center;
    line-height:1.6;
    color:#111111;
    margin-top:30px;
    margin-bottom:40px;
    font-weight:550;
}

.vismoBlock{
    width:1170px;
    margin:80px auto;
}




/* --- SP --- */
@media screen and (max-width:768px){

.storeGallery .sgKv{
    width:100%;
    max-height:75.2vw;
    background-image:url("/promotion/store-gallery/_img_bg/kv_pc.webp");
    background-size: contain;
    background-position:0 0;
    background-repeat: repeat;
    background-color:#555;
    padding:12.8vw 0;
}
.storeGallery .sgKv .titleimg{
    width:68.53vw;
    height:48vw;
    border:2px solid #fff;
    margin:0 auto 2.67vw;
    padding-top:5vw;
    text-align:center;
    box-sizing:border-box;
    background-color: rgba(0,0,0,.5);
}
.storeGallery .sgKv .titleimg img{
    width:57.6vw;
    height:auto;
    vertical-align:bottom;
}

.storeGallery .ttl1{
    width:49.1vw;
    margin:0 auto;
    font-size:3.2vw;
    text-align:center;
    padding:2px 0.4vw;
    line-height:1.6;
    color:#fff;
    font-weight:550;
    background-color:#111111;
}
.storeGallery .ttl2{
    font-size:4.53vw;
    text-align:center;
    line-height:1.6;
    color:#111111;
    margin-top:10vw;
    margin-bottom:10vw;
    font-weight:550;
}

.vismoBlock{
    width:100%;
    margin:10vw auto;
}

}/* SP */


