/** Shopify CDN: Minification failed

Line 361:0 Unexpected "}"

**/
.collection-list.wrap {
    margin: 0px 20vw;
}

.saleprice{
  color:#D40909;
}

/* ここから */
/*  TOPページ */
.titles {
  gap: none;
}

.titles > .h6 {
  font-weight: 100;
}

.shopify-section--recently-viewed-products .h2, 
.shopify-section--featured-collections .h2{
  font-size: 22px !important;
}

.shopify-section--recently-viewed-products .h6,
.shopify-section--featured-collections .h6{
  margin: 0;
  font-weight: 100;
}

.shopify-section--featured-collections .h6{
  margin-top: -15px;
}

.shopify-section--recently-viewed-products .justify-items-center{
  gap: 0;
}
.gap-1{
  gap: 0;
}
.line-clamp{
  font-weight: 600;
  line-height: 1.1 !important;
}

.shopify-section--recently-viewed-products .product-card{
  gap: 0 !important;
}
.shopify-section--featured-collections .product-card{
  gap: 0 !important;
}
.shopify-section--featured-collections .justify-items-center{
  gap: 0;
}

.smallcaps{
  font-size: 13px;
  font-weight: 600;
}

.shopify-section.shopify-section--blog-posts{
  border-top-width: 0px !important;
}
.shopify-section.shopify-section--blog-posts .section-stack{
  gap: 10px;
}

.shopify-section--blog-posts .section-header{
  justify-self: left;
  text-align: left;
}

.shopify-section--blog-posts .prose .h2{
  font-size: 22px;  
}
.shopify-section--blog-posts .prose .h6{
  margin: 0; 
  font-weight: normal;
}
.shopify-section.shopify-section--blog-posts .blog-post-card__title.h4{
      line-height: 1;
    font-size: 22px;
}
.shopify-section.shopify-section--blog-posts .blog-post-card__read-more.link{
  margin: 0 auto;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 8px 0;
    background: none;
    width: 100%;
    text-align: center;
}

.shopify-section--collection-list .section-stack{
  gap: 0;
}

.shopify-section--collection-list .section-stack .section-header{
  justify-self: left;
  text-align: left;
}
.shopify-section--collection-list .section-stack .prose .h6{
  margin: 0 0 5px 0;
  font-weight: normal;
}
.shopify-section--collection-list .section-stack .collection-list{
  margin: 0;
}
.shopify-section--collection-list .section-stack .collection-card{
  flex-basis: 50%;
}
/* TOPページ 終 */

/* 商品詳細ページ */
.variant-item{
  display: grid;
  grid-template-columns: 3fr 2fr 3fr 1fr 3fr !important;
    border-bottom: 1px solid;
    text-align: center;
  padding: 4% 0;
  align-items: center;
}
#add-to-cart-btn {
    background-color: #DAFD00;
    padding: 8px;
    background-image: url(/cdn/shop/files/cart.svg?v=1697459557);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20%;
    cursor: pointer;
    color: transparent;
}

.complementary-products{
  gap: .25rem
}
.complementary-products__header {
  justify-content: left;
}
.complementary-products__header .h5 {
  font-size: 18px;
}
.complementary-products .product-card{
  justify-self: left;
  text-align: left;
}
div#cartmodalopen {
    background-color: #DAFD00;
    padding: 16px;
    text-align: center;
    font-weight: 600;
}
.pchidden{
  display:none;
}
scroll-carousel#featured-collections-product-list-carousel-complementary_products {
    display: flex;
}
.complementary-products {
    margin-bottom: 20px;
}
.complementary-products .vendor{
  display: none;
}
@media screen and (max-width: 999px){
.pchidden{
  display:initial;
}
.sphidden{
  display:none;
}
.modal-navigation {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    position: sticky;
    top: 0;
    background: white;
    padding: 20px 0px;
    height: 40px;
}
.modalheader {
    display: flex;
    align-items: center;
    font-weight: 600;
    gap: 2vw;
    position: sticky;
    top: 40px;
    padding: 20px 0;
    background: white;
}
  .modalheader .thumbnail{
    width:30vw;
  }
  .variant-items-wrp {
    position: fixed;
    top: 0;
    right: 0;
    background: white;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    padding: 0 6vw 100px 6vw;
    overflow-y:scroll;
    font-weight: 400;
    font-size: 0.8em;
}
}
.hidden{
  display:none;
}
.shopify-section--multi-column img{
  width:100%;
}

@media screen and (min-width: 1400px){
.product-info .product-list {
    --product-list-default-row-gap: 4px;
    --product-list-default-column-gap: 4px;
}
}
/* 商品詳細ページ 終 */
.shopify-section--main-product .productprice {
    font-size: 16px;
    font-weight: 600;
}
.variant-original-price.originalprice {
    text-decoration: line-through;
}

.header-sidebar__main-panel {
    background-color: #fff !important;
}
.drawer::part(header) {
    background-color: #fff;
}
.header-sidebar__collapsible-panel{
      background-color: #fff;
}

/* 買い物を続けるボタン */
.toPrevPage {
    font-size: 12px;
    height: 40px;
    width: 100%;
    border: 1px solid #000;
    margin-top: 20px;
}

/* 700pxより大きいウィンドウ幅のスタイル */
@media screen and (min-width: 701px) {
    .toPrevPage {
        width: 150px;
        margin-left: calc(100% - 150px);
    }
}

/* 商品ページ > size guide ポップアップ内のスタイル */
.prose :is(.link,img){
  width: 100%;
}
@media screen and (min-width: 1001px) {
    .prose :is(.link,img){
      width: 49.8%;
      vertical-align: middle;
      margin-top: 0;
    }
}
@supports (height: 100dvh){
  .modal::part(content) {
    height: auto;
  }
}


@media screen and (min-width: 1001px) {
    .shopify-section--main-article .prose :is(.link,img){
      width: 100%;
    }
}

@media screen and (min-width: 1001px) {
    .shopify-section--main-page .prose :is(.link,img){
      width: 100%;
    }
}

.accordion-title {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding:10px 0px;
}

.accordion-icon {
  /* アイコンのスタイル設定 */
  float: right;
  width:20px;
}
.accordion-content {
  display: none;
  /* 閉じた状態のスタイル */
    margin: 20px 0px;
}

p.poingpong-cart___comment {
    text-align: left;
}

#accordion-toggle:checked + .accordion-content {
  display: block;

}

.product-info__block-item:is([data-block-type=description]) {
    margin-bottom:0;
}
.product-info__block-item:is([data-block-type=text]) {
    margin-top:0;
}
div#wishlisthero-product-page-button-container {
    display: none;
}
/* 配送・送料について */
.sagawaPostage{
  display: flex;
  align-items: center;
}
.sagawaPostageContent{
  margin-top: 0;
  margin-left: 1rem;
}

svg.poingpong2__floating_icon.poingpong2__floating_on.poingpong2__floating_icon_default {
    display: none;
}

.cf-app__field {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
    text-align: left;
    gap: 10px;
    border-bottom: 1px solid #000;
}


:root {
  --text-font-style: normal;
  --text-font-weight: 400;
  --text-font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.back_in_stock{
 font-size:0.8rem;
}
}