@charset "utf-8";
body {
    font-family: "ヒラギノ角ゴシック","Hiragino Sans","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic ProN","游ゴシック体","YuGothic","游ゴシック","yu gothic",sans-serif;
}

/* utility
================================================== */
.pc{display : none;}
.tb{display : none;}
.sp{display : block;}

/* globalheader
================================================== */
#globalheader.simple {
    border-bottom: 1px solid #E6E6E6;
    padding: 15px 70px;
}

#globalheader.simple img {
    width: 205px;
}

@media screen and (max-width:768px) {
    #globalheader.simple {
        padding: 0 4vw;
        height: calc(43 / 375 * 100vw);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    #globalheader.simple img {
        width: calc(133/375*100vw);
    }
}

#globalheader.simple + .content {
    padding-top: 0;
}

/* main
================================================== */
.content {
    background: #F5F5F5;
    color: #3c3c3c;
    padding-bottom: 0;
}

.content .inner {
    padding-bottom: calc(96/375*100vw);
    margin: auto;
    width: 100%;
    max-width: 1200px;
}

.gallery-purchased_index {
    color: #3c3c3c;
    margin-top: 0;
}

/* gallery-purchased_header */
.gallery-purchased_header-title {
    font-family: 'Roboto', sans-serif;
    font-size: calc(32*100vw/375);
    margin: calc(64/375*100%) auto calc(20/375*100vw);
    line-height: 1.7;
    text-align: left;
    width: calc(335/375*100%);
}


.gallery-purchased_header-text {
    max-width: 1200px;
    font-size: calc(14/375*100vw);
    line-height: calc(25/14);
    font-weight: 500;
    padding: 0;
    margin: 0 auto;
    box-sizing: content-box;
    width: calc(335/375*100%);
}


/* gallery-purchased_vsm */
.gallery-purchased_vsm {
    max-width: 1200px;
    margin: 0 auto;
}

.gallery-purchased_vsm .ecbn-selection-title,
.gallery-purchased_vsm .visumo-description {
    display: none;
}


.content .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--active a,
.content .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li a {
    background-color: transparent !important;
    color: #3c3c3c !important;
}

.content .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--active a {
    border-bottom: 2px solid #D52423;
}

@media only screen and (min-width: 721px) {
    /* gallery-purchased_vsm */
    .content .vsm-gallery .ecbn-selection-page-wrapper li.ecbn-selection-item {
        width: calc(100% / 6);
    }
}

@media only screen and (min-width: 768.1px){
    .pc{display : block !important;}
    .tb{display : none !important;}
    .sp{display : none !important;}

    .content .inner {
        padding-bottom: 96px;
    }

    /* gallery-purchased_header */
    .gallery-purchased_index {
        margin-top: 0;
    }
    .gallery-purchased_header-title {
        font-size: 48px;
        font-weight: 700;
        line-height: 1.7;
        margin: 64px auto 24px;
        width: 100%;
    }
    .gallery-purchased_header-text {
        font-size: 16px;
        margin: 0 auto;
        text-align: left;
        width: 100%;
        max-width: 1200px;
    }

    /* gallery-purchased_vsm */
    .gallery-purchased_vsm {
        margin: 0 auto;
    }

    .gallery-purchased_vsm .ecbn-selection-widget {
        max-width: 1200px !important;
    }

    .gallery-purchased_vsm .ecbn-selection-page-wrapper {
        margin: 0 !important;
    }

    .gallery-purchased_vsm .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs,
    .gallery-purchased_vsm .vsm-gallery .ecbn-selection-page-wrapper .ecbn-selection-content,
    .gallery-purchased_vsm .vsm-tile .ecbn-selection-page-wrapper .ecbn-selection-content,
    .gallery-purchased_vsm .vsm-tile-goods .ecbn-selection-page-wrapper .ecbn-selection-content {
        width: 1200px !important;
        max-width: 1200px !important;
    }

}
