@charset "UTF-8";

.tabo-points-wrap .tabo-point dt:before {
    background-image: url(../img/item/red/dot-list.svg);
    content: '';
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-size: contain;
}
.tabo-points-wrap .tabo-point dt {
    text-indent: -1.5em;
    padding-left: 1em;
}
.tabo-points-wrap .tabo-point dd {
    line-height: 1.7;
    margin: 0 0 2em 1.5em;
}
.tb-image .tb-image-fb {
    display: flex;
}
.tb-image .tb-image-fb figure {
    display: block;
}
.tb-image .tb-image-fb figcaption {
    margin: 0 auto 10px;
    justify-content: center;
}
#contents .textlink-area p {
    line-height: 2;
}
.instagramicon::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/common/icon_instagram.svg);
    margin-right: 6px;
}
.title-item-image-kv {
    max-width: 1000px;
}
.columns-shop-wrap {
    text-align: center;
    line-height: 0;
    margin: 50px auto;
}
.bnr-area-insta {
    margin: 20px auto;
    width: 500px;
    max-width: 100%;
}
@media screen and (max-width: 768px) {
    .column .container-item .title-item.title-sub {
        width: 90%;
    }
    .column #contents.container-item .title-item.title-sub a {
        padding: 3px 20px;margin: 0 4px;
    }
    .tb-sinple-frame {
        border: 3px solid;
        border-radius: 8px;
    }
    .tb-image .tb-image-fb figcaption {
        line-height: 1.5;
        padding: 5px 10px;
        font-size: 12px;
    }
    .container-item .contents-wrap {
        margin: 30px auto 10%;
    }
    .container-item .heading-main-item {
            font-size: 19.2px;
    }
    .container-item .textlink-area {
        letter-spacing: 1px;
    }
    .columns-item .newlogo::after {
        width: 20vw;
        height: 20vw;
        top: -30px;
        right: 0px;
    }
    .columns-shop-wrap {
        margin: 30px auto 50px;
    }
}