.flag-product.flag-product__sold {
    display: none;
}

/* 【営業時間変更のお知らせ】 */
#shopify-section-16393827357170ef65 .module-container p,
#shopify-section-16393827357170ef65 .module-container p a{
    color: #d80707;
    letter-spacing: 1px;
    font-size: 20px;
}
#shopify-section-16393827357170ef65 .module-container p a{
    text-decoration: underline;
}
#shopify-section-16393827357170ef65 .module-container p a:hover{
    text-decoration: none;
}
@media (max-width: 768px){
  #shopify-section-16393827357170ef65 .module-container p{
    font-size: 18px;
  }
  #shopify-section-16393827357170ef65 .module-container p a{
    display: inherit;
    padding: 8px 0 0;
  }
}


/* 商品一覧 */
.featured-large .flag-product,
.product-preview-image .flag-product {
    display: none;
}
.template-collection ..product-grid-item {
    margin: 0 0 5px;
}
.template-collection .product-preview-details h5{
    line-height: 1.3;
    margin: 0.5em 0 0.3em;
}
.template-collection .product-preview-details .product-preview-brand a{
    text-decoration: underline;
    margin: 0 0 3px;
}
.template-collection .product-preview-details .product-preview-brand  a:hover{
    text-decoration: none;
}


/* 商品詳細 */
.template-product .product-title {
    text-align: left;
    line-height: 1.3;
    font-size: 2em;
    margin: 0 0 20px;
}

.template-product #ProductPhoto {
    border: 1px solid #f1f1f1;
}
.template-product .price, .template-product .price_free {
    font-size: 1.6em;
}
.template-product ul.tabs {
    margin: 60px 0 0;
}

.template-product .tabs a{
    position: relative;
}
.template-product .tabs a.current::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #fff;
}
.template-product .tab-panel {
    padding: 0;
}
.template-product .product-description {
    margin-top: 10px;
}
.template-product .prod_cat, .prod_vendor {
    padding: 15px 0;
}
.template-product .post-tags {
    padding: 15px 0;
    margin: 0;
}
.template-product .post-tags .prod_tag_item {
    padding: 6px 10px 5px;
    background: #666;
    border: 1px solid #666;
    pointer-events: all;
}
.template-product .post-tags .prod_tag_item:hover {
    background: #fff;
    color: #666;
}
.template-product .image-gallery-thumbnails li.slick-current {
    border: 2px #666 solid;
}
.image-gallery-thumbnails li, .image-gallery-thumbnails li.one-4.slick-slide {
    margin: 0 5px 0 0;
}


@media (max-width: 768px){
  .h1, h1 {
    line-height: 1em;
    margin: 0 0 .5em;
    font-size: 22px;
  }
  .template-product .logo-container>div {
    padding: 10px 0;
  }
  .collection_section .sorting-options {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .breadcrumb {
    text-align: left;
    line-height: 1.4;
    font-size: 13px;
    margin: 0 0 15px;
  }
  .collection_section .sorting-options {
    padding: 0;
    margin-top: 0;
  }
  .collection_section .sorting-options {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .collection_section .sorting-options li {
    width: 48%;
  }
  .collection_section .sorting-options li {
    margin: 0 0 10px;
  }
  .template-product .product-grid-item {
    padding: 0 5px 20px;
  }
  .template-collection .grid {
    padding-top: 10px;
  }
  .template-product .grid {
    padding-top: 0;
  }
  .template-product .product-title {
    line-height: 1.3;
    font-size: 16px;
    margin: 22px 0 15px;
  }
  .template-product .price, .template-product .price_free {
    font-size: 16px;
  }
  .template-product .price + span, .template-product .price_free + span {
    font-size: 80%;
  }
  .template-product .selector-wrapper label {
    padding-top: 0;
  }
  .template-product #sticky-order-sticky-wrapper {
    display: none;
  }
  .template-product .tab-panel {
    padding: 15px;
    width: auto;
    margin: 0;
    border-top: 1px solid #a2a2a2;
  }
  .template-product .tabs a.current {
    border-top: 1px solid #a2a2a2;
    border-right: 1px solid #a2a2a2;
    border-left: 1px solid #a2a2a2;
    border-bottom: none;
    font-size: 13px;
    padding: 9px 15px 6px;
  }
  .template-product .tab-panel {
    padding: 0;
  }
  .template-product ul.tabs {
    margin: 30px 0 0;
  }
}


/* バレンタイン×ライブコマース企画 */
#vlt .sp{display:none;}
#vlt {
    background: #f2c4cb;
    padding: 8px;
   letter-spacing:1px;
}
#vlt.module-image-text {
    max-width: 100%;
}


#vlt .image-text-section{
    justify-content: center;
    border: 2px solid #ee8492;
    padding: 25px;
}
#vlt .module-image-text__image{
    width: 180px;
    display: inline-block;
}
#vlt .module-image-text__image img{
    position: relative;
    z-index: 1;
}
#vlt .module-image-text__image::after {
    content: "";
    width: 180px;
    height: 180px;
    position: absolute;
    background: #ee8492;
    border-radius: 100%;
    left: 5px;
    top: 5px;
    opacity: 0.8;
}
#vlt .module-image-text__image p{
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    margin: 12px 0 0;
}
#vlt .module-image-text__text {
    min-width: 485px;
    width: auto;
    display: inline-block;
}
#vlt .module-image-text__text .rte p{
    font-size: 16px;
}
#vlt .module-image-text__text .rte p span{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
#vlt .module-image-text__details {
    padding: 0;
}
#vlt a.button{
    margin: 5px auto 0;
    background: #ee8492;
    font-size: 15px;
    padding: 18px;
    min-width: 300px;
}
#vlt a.button:hover{
    color: #ee8492;
    background: #fff;
}
@media (max-width: 768px){
  #vlt .pc{display:none;}
  #vlt .sp{display:inline-block;}

#vlt .image-text-section{
    padding: 25px 25px 30px;
}
  #vlt .module-image-text__image{
    width: 140px;
    display: inline-block;
  }
  #vlt .module-image-text__image::after {
    width: 140px;
    height: 140px;
  }
  #vlt .module-image-text__image p{
    font-size: 11px;
    margin: 12px 0 8px;
  }
}


@media only screen and (min-width: 768px) {
.br-pop {
 display: none;
}
}

@media only screen and (max-width: 767px) {
  .pages .fukuoka2021 h2 {
    font-size: 18px;
}