/** Shopify CDN: Minification failed

Line 51:24 Unexpected "{"
Line 51:33 Expected ":"
Line 51:40 Unexpected "{"
Line 59:21 Unexpected "{"
Line 59:30 Expected ":"
Line 69:17 Unexpected "{"
Line 69:26 Expected ":"
Line 87:17 Unexpected "{"
Line 87:26 Expected ":"
Line 97:17 Unexpected "{"
... and 80 more hidden warnings

**/
.modal-products-img-wrap img {
  cursor: pointer!important;
}

.modal-products-img-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.modal-products-img-wrap span {
  color: #666;
  font-size: 12px;
  margin-top:15px;
}
@media only screen and (max-width: 749px) {
  .modal-products-img-wrap span {
    font-size: 10px;
  }
}
  body.modal-open, html.modal-open {
      overflow: hidden;
      height: 100%;
    }
    
    body.modal-open::-webkit-scrollbar,html.modal-open::-webkit-scrollbar {
      visibility: hidden;
    }
    
    .spaced-section {
      margin-top:0;
    }
    
   
    
    .modal-products-bk-{{ section.id }} {
      height: 100%;
      background-color: rgba(255, 255, 255, 0.7);
      display: flex;
      justify-content: center;
      align-items: center;
    }
   
    .modal-products-{{ section.id }} .modal-products-modal {
       z-index: 50;
       display: none;
       position: fixed;
       height: 100%;
       left:20%;
       background-color: rgba(0,0,0,0.5);
       top: 0!important;
    }
    
.modal-products-{{ section.id }} .modal-products-modal-inner {
  z-index: 100;
  position: fixed;
  top: 50%;
  left: 50%;
  right: 0;
  width: 80vw;
  height: 80vh;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.3);
  text-align: left;
  transform: translate(-50%, -50%);
  max-width: 1180px;
}
   
   
.modal-products-{{ section.id }} .modal-products-modal-close-btn {
  position: fixed;
  top: 6vh;
  right: 12vw; 
  font-size: 24px;
  background: transparent;
  border: none;
  z-index: 200;
}

.modal-products-{{ section.id }} .modal-products-modal-close-btn:hover {
  opacity: .5;
}

.modal-products-{{ section.id }} .modal-products-modal-close-btn .batsu {
  position: relative;
}

.modal-products-modal-close-btn .batsu i {
  color: transparent;
}

 .modal-products-{{ section.id }} .modal-products-modal-close-btn .batsu::before, .modal-products-modal-close-btn .batsu::after { 
   content: "";
   position: absolute;
   top: 50%;
   left: 50%;
   width: 1px; /* 棒の幅（太さ） */
   height: 16px; /* 棒の高さ */
   background: #fff;
 }

 .modal-products-{{ section.id }} .batsu::before {
   transform: translate(-50%,-50%) rotate(45deg);
 }

 .modal-products-{{ section.id }} .batsu::after {
   transform: translate(-50%,-50%) rotate(-45deg);
 }

    
.modal-products-{{ section.id }} .modal-products-modal-close-btn:hover {
  opacity: .5;
}
   
.modal-products-{{ section.id }} .modal-products-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 10;
}
   
.modal-products-{{ section.id }} .gallaryPop-{{ section.id }} {
  width: 100px;
  margin: 0 auto;
  padding: 2em 0;
}
    
.modal-products-{{ section.id }} .js-btn-modal{{ section.id }} {
  cursor: pointer;
}



.modal-products-modal-inner-content {
  max-width: 1180px;
  margin: 0 auto;
  margin-right: 2rem;
}


.modal-products-{{ section.id }} .modal-products-modal-inner-scroll {
  height: 72vh;
  padding: 0 2rem;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-top: 3em;
  margin-bottom: 2em;
}
 
 
 .modal-products-{{ section.id }} .modal-products-modal-inner-scroll::-webkit-scrollbar {
   width: 5px;
 }

  .modal-products-{{ section.id }} .modal-products-modal-inner-scroll::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.2);
     border-radius: 100px;
 }

 .modal-products-{{ section.id }} .modal-products-modal-inner-scroll::-webkit-scrollbar-thumb {
     background: rgba(0,0,0,0.5);
     border-radius: 100px;
 }
 
 .modal-products-{{ section.id }} .modal-products-modal-inner-r {
    /*display: flex;*/
     justify-content: space-between;
     flex-wrap: wrap;
 }

@media screen and (min-width: 1300px) {
  .modal-products-{{ section.id }} .modal-products-modal-inner-scroll {
    padding: 0 10rem;
    padding-right: 8rem;
  }
}

@media screen and (max-width: 1399px) {

  .how-to--box.products-modal {
    display: block;
  }
  
  .how-to--content_c.products-modal .rail-tab {
    flex-wrap: wrap;
  }

}


@media screen and (max-width: 1024px) {
  .modal-products-{{ section.id }} .modal-products-modal-inner-content-grid {
    width:100%;
  }
  .modal-products-{{ section.id }} .modal-products-modal-inner {
/*     left: -10vw;
    width: 80vw;
    top: 5%; */
  }
  .modal-products-{{ section.id }} .modal-products-modal_img {
    height: 100%;
  }
  
  .modal-products-{{ section.id }} .modal-products-modal_img img {
    object-fit: cover;
  }
  
  .modal-products-{{ section.id }} .modal-products-modal-close-btn {
    
  }
  
  .modal-products-{{ section.id }} .modal-products-modal-inner-scroll {
/*     padding: 2em;
    margin-top: 1em; */
  }

}


@media only screen and (max-width: 749px) {
  
  .modal-products-{{ section.id }} .gallaryPop-{{ section.id }} {
    width: 100%;
     height: auto;
    margin: 2vw 0;
  }
  
  .modal-products-{{ section.id }} .modal-products2-grid-sp {
    margin-bottom: 0;
  }
  
  
  .modal-products-{{ section.id }} .modal-products2-title {
    padding: 0 3vw;
    text-align: left;
  }
  
  .modal-products-{{ section.id }} .modal-products-modal {
    width: 100%;
    left:0;
  }
  
  .modal-products-{{ section.id }} .modal-products-modal-inner {
     width: 90vw;
     height: 90vh;
  }    
  
  .modal-products-{{ section.id }} .modal-products-modal-inner-content {
    height: 100vh;
    padding: 1em;
  }
  
  .modal-products-{{ section.id }} .modal-products-modal-lead {
    padding: 2vw 3vw;
  }
  
  .modal-products-{{ section.id }} .modal-products-modal_img {
    height: 100%;
    padding: 0;
  }
  
  .modal-products-{{ section.id }} .modal-products-modal_img img {
    object-fit: cover;
  }
  
  .modal-products-{{ section.id }} .modal-products-modal-inner-content-grid {
     width: 100%;
     margin-top: 0;
     margin-bottom: 0;
  }
  
 .modal-products-{{ section.id }} .modal-products-modal-inner-scroll {
    height: 82vh;
    padding: 0.5em;
    margin-top: 0;
 }

  
  .modal-products-{{ section.id }} .modal-products-modal-close-btn {
    right: 1vw;
    top: 5px;
    padding: 0;
    position: fixed;
  }
  
  .modal-products-{{ section.id }} .batsu {
    padding: 5vw;
  }
  
  .modal-products-{{ section.id }} .batsu::before, .modal-products-{{ section.id }} .batsu::after {
    width: 2px;
     height: 20px;
  }
  
  .modal-products-modal-inner-r-grid-description {
    padding: 5vw;
  }  

  .how-to--content_c.products-modal .rail-tab {
    display: block;
  }
  
  .how-to--content_c.products-modal .rail-tab--list {
    width: 100%;
  }

  .how-to--content_c.products-modal .how-to--box.products-modal .how-to--image_02-2 img {
    width: 90%;
  }

}