/** Shopify CDN: Minification failed

Line 16:0 Unexpected "{"
Line 16:1 Expected identifier but found "%"
Line 16:43 Expected identifier but found "%"
Line 18:0 Unexpected "{"
Line 18:1 Expected identifier but found "%"
Line 18:34 Expected identifier but found "%"
Line 48:0 Unexpected "{"
Line 48:1 Expected identifier but found "%"
Line 48:58 Expected identifier but found "%"
Line 54:0 Unexpected "{"
... and 18 more hidden warnings

**/
{% comment %} 【商品詳細ページ】 {% endcomment %}

{% comment %} 「フォント」 {% endcomment %}
.product__title h1{
  font-size: 28px;
}
.price-item{
  font-size: 30px;
  font-weight: bold;
}

a.full-unstyled-link:hover{
    text-decoration: none !important;
    letter-spacing: 0.1em;
    transition: 0.5s;
}

@media screen and (max-width: 415px){
  .product__title h1{
  font-size: 20px;
  }
}

.product__description.rte.quick-add-hidden{
  font-size: 14px;
}

span.cart__size{
  font-size: 12px;
}


{% comment %} 右カラムの全てを左寄せにする {% endcomment %}
.product__info-wrapper.grid__item{
  text-align: left;
}


{% comment %} レビュー部分を左寄せにする {% endcomment %}
.spr-starrating.spr-summary-starrating{
  justify-content: left !important;
}


{% comment %} 税込の位置 {% endcomment %}
.product__tax.caption.rte{
  vertical-align: bottom;
  padding-bottom: 7px;
  padding-left:2px;
}

{% comment %} 今すぐ購入ボタン(追従ボタン)とスマホで横並び {% endcomment %}
button.buy_it_now{
  border: solid 1px #121212;
  border-radius: 20px;
  background: #121212;
  padding: 12px 0;
}
a.buy_now_btn{
  font-size: 12px;
  font-weight:400;
  color: white;
  letter-spacing: 2px;
}

@media screen and (max-width: 415px){
    a.buy_now_btn{
      font-size: 12px;
    }
    .product___title{
      display: none;
    }
  .keep__box{
      display: none;
    }
}

{% comment %} 画像バナーPCの位置 {% endcomment %}
.custom_image{
  width: 100%;
  margin: auto;
}
.custom_image img{
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
  margin: 20px 0;
}

@media screen and (max-width: 821px){
  .custom_image{
    width: 100%;
  }
}

@media screen and (max-width: 415px){
    .custom_image{
    display: none;
    width: 90%;
  }
}

{% comment %} 画像バナーSPの位置 {% endcomment %}
.custom_sp_image{
  display: none !important;
}

@media screen and (max-width: 415px){
    .custom_sp_image{
      display: block !important;
      width: 100%;
      margin: auto;
  }

    .custom_sp_image img{
      width: 100%;
      margin: 10px 0;
}
}




{% comment %} メタフィールド箇所 {% endcomment %}
h2.h4.accordion__title{
    font-size: 14px;
    font-weight: 400;
}

.accordion__content.rte p{
  font-size: 13px;
}
  

