/** Shopify CDN: Minification failed

Line 77:10 Unexpected "{"
Line 77:19 Expected ":"
Line 86:14 Unexpected "{"
Line 86:23 Expected ":"
Line 94:14 Unexpected "{"
Line 94:23 Expected ":"
Line 99:14 Unexpected "{"
Line 99:23 Expected ":"
Line 104:14 Unexpected "{"
Line 104:23 Expected ":"
... and 4 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:header-banner (INDEX:18) */
.header-banner-area {
    width: 100%;
    text-align: center;
  }

  .header-banner-area__link {
    display: block;
    text-decoration: none;
    color: inherit;
    line-height: 0;
  }

  .header-banner-area__image {
    display: block;
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 0 auto;
  }

  .header-banner-area__text {
    display: inline-block;
    font-size: 14px;
    line-height: 1.6;
  }
/* END_SECTION:header-banner */

/* START_SECTION:header-timesale (INDEX:19) */
.header-timesale-area {
    width: 100%;
    text-align: center;
  }

  .header-timesale-area__link {
    display: block;
    text-decoration: none;
    color: inherit;
    line-height: 0;
  }

  .header-timesale-area__image {
    display: block;
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 0 auto;
  }

  .header-timesale-area__text {
    display: inline-block;
    font-size: 14px;
    line-height: 1.6;
  }
/* END_SECTION:header-timesale */

/* START_SECTION:visumo-instagram-feed (INDEX:71) */
#section-{{ section.id }} .ecbn-selection-title {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 12px !important;
    text-align: center;
    }

    #section-{{ section.id }} .ecbn-selection-title img {
    width: 24px !important;
    height: 24px !important;
    display: block;
    flex: 0 0 24px;
    margin: 0;
    }

    #section-{{ section.id }} .ecbn-selection-title span {
    display: block;
    line-height: 1.2;
    }
    
    #section-{{ section.id }} .ecbn-selection-slide-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    }

    #section-{{ section.id }} .ecbn-selection-snap {
    display: flex !important;
    width: max-content !important; /* 100%ではなく、トラックとして扱う */
    min-width: 100%;
    }

    #section-{{ section.id }} .ecbn-selection-item {
    flex: 0 0 auto;
    }
    #section-{{ section.id }} .visumo-coordinate-section__button{
        text-align: center;
        margin-bottom: 10px;
    }
/* END_SECTION:visumo-instagram-feed */