@charset "UTF-8";

.pcSet{
    display:block;
}
.spSet{
    display:none;
}
.storeGallery{
    margin:0;
    padding:0 0 70px;
}

.storeGallery .sgKv{
    width:100%;
    margin:0 auto;
}
.storeGallery .sgKv img{
    width:100%;
}
.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;
}

a.shop_btn {
    height: 64px;
    width:320px;
    margin:0 auto;
    padding: 0 1em;
    box-sizing:border-box;
    border-radius: 5em;
    color: #fff;
    background-color: #fa6703;
    text-align: center;
    font-family:  "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 1.1px;
    text-decoration: none;
    border: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.shop_btn span::before{
    background-image: url("../_img_bg/icon_shop_wh.svg");
    display: inline-block;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    position: relative;
    vertical-align: middle;
    margin-right: 0.5em;
}
a.shop_btn {
    background-image: url("../_img_bg/icon_arrow-right_wh.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right 0.5em center;
}

/* --- SP --- */

@media screen and (max-width:768px){

    .pcSet{
        display:none;
    }
    .spSet{
        display:block;
    }
    
    .storeGallery{
        width:100%;
        margin:0;
        padding:0 0 17vw;
    }
    .storeGallery .sgKv{
        width:100%;
        margin:0 auto;
    }
    
    .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;
    }

    a.shop_btn {
        height: 14.5vw;
        width:77vw;
        font-size: 4.8vw;
    }
    
    a.shop_btn span::before{
        width: 6.4vw;
        height: 6.4vw;
        position: relative;
        vertical-align: middle;
        margin-right: 0.5em;
    }
    a.shop_btn {
        background-size: 5.2vw;
    }

}/* SP */





