/** Shopify CDN: Minification failed

Line 113:10 Unexpected "{"
Line 113:19 Expected ":"
Line 113:42 Unexpected "{"
Line 113:51 Expected ":"
Line 114:10 Unexpected "{"
Line 114:19 Expected ":"
Line 114:42 Unexpected "{"
Line 114:51 Expected ":"

**/
/* ===========================================
商品詳細ページ用
============================================ */
/* 画像（サイズ中の場合のみ調整） */
/* =================================== */
@media (min-width: 990px) {
  .product--medium:not(.product--no-media) .product__info-wrapper {
    max-width: 50%;
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product--medium:not(.product--no-media) .product__media-wrapper {
    max-width: 50%;
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

/* ベンダー */
/* =================================== */
.c-product__text{
    color: #7C5225;
    font-size: 1.6rem;
    font-weight: 700;
}

@media screen and (min-width: 990px) {
  .c-product__text{
      font-size: 2rem;
  }
}

/* 商品タイトル */
/* =================================== */
.c-product__title-wrap{
  margin: 0;
}

.c-product__title{
    margin-top: 24px;
    font-size: 3.2rem;
}

@media (min-width: 990px) {
  .c-product__title {
    margin-top: 32px;
    font-size: 4rem;
  }
}

@media (min-width: 1440px) {
  .c-product__title{
    margin-top: 40px;
    font-size: 4.8rem;
  }
}

/* 金額 */
/* =================================== */
.c-price {
  margin-top:24px;
}

.c-price .price--large{
  font-size: 2.4rem;
  font-weight: 900;
}

@media (min-width: 990px) {
  .c-price{
    margin-top: 32px;
  }

  .c-price .price--large{
    font-size: 2.8rem;
  }
}

.c-price .price__badge-sold-out {
  margin-bottom: 0 !important;
  vertical-align: middle;
}

@media (min-width: 1440px) {
  .c-price {
    margin-top:40px;
  }
}

/* 数量セレクター */
/* =================================== */
.c-product-form__input {
  display: inline-flex;
  align-items: center;
  border: 1px solid #D99247;
  border-radius: 32px;
  overflow: hidden;
  padding: 0;
  background: #fff;
}

.section-{{ section.id }} #Quantity-Form-{{ section.id }} .quantity::before,
.section-{{ section.id }} #Quantity-Form-{{ section.id }} .quantity::after {
  content: none !important;
}

/* ラベル非表示 */
.c-product .product-form__quantity .form__label {
  display: none;
}

/* アコーディオン */
/* =================================== */
.c-accordion {
  border-color: #D99248;
}

.c-accordion .icon {
  color: #D99248;
}

.c-accordion__title{
  font-size: 1.6rem;
  font-weight:500;
  padding-left:10px;
}

@media (min-width: 990px) {
  .c-accordion__title {
    font-size: 2rem;
  } 
}

/* 購入ボタン */
/* =================================== */
.c-product-form__buttons {
  max-width: 100%;
}

.c-button-buy {
    border-radius: 50vmax; 
    overflow: hidden;      
    border: 1px solid;
}

.c-button-buy::after{
  display: none     
}

/* 動的チェックアウトボタン */
/* =================================== */
.c-product-form__buttons .shopify-payment-button__button--unbranded {
  border-radius: 90px;
}

.c-product-form__buttons .shopify-payment-button__button--unbranded::before,
.c-product-form__buttons .shopify-payment-button__button--unbranded::after {
  border-radius: 100rem;
}

/* snsシェアボタン */
/* =================================== */
.c-share__list {
  display: flex;
  align-items: center;
  gap: 20px;
}

.c-share__item {
  transition: all 0.3s ease;
}

.c-share__item .icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.c-share__item .icon path {
  fill: #7c5225;
}

@media (hover: hover) {
  .c-share__item:hover .icon {
    transform: scale(1.07);
  }
}

/* GOSUBブロック */
/* =================================== */
.gosub-widget__wrapper__other-lang .gosub-widget__groups-container.default-subscription-selected {
  flex-direction: column;
  gap: 16px;
}

.gosub-widget__wrapper .gosub-widget__group label {
  background: #fff;
  border: 1px solid #7B5225;
  color: #7C5225;
  border-radius: 36px;
  cursor: pointer;
}

.gosub-widget__wrapper .gosub-widget__group.gosub__plan-selected label {
  border-radius: 36px;
  color: #fff;
}

.gosub-widget__text span {
  font-size: 16px;
}

.gosub-widget__wrapper legend {
  background: #D99248 !important;
  border-radius: 10px 10px 0px 0px;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 20px;
}

.gosub-widget__wrapper .gosub-widget__plan label {
  background: #fff;
  border-top: 1px solid #D99248;
}

.gosub-widget__wrapper .gosub-widget__plan label.active {
  background: #fff;
}

.gosub-widget__plan-header .gosub-widget__text {
  font-size: 16px;
}

.gosub-widget__wrapper .gosub-widget__plan-label input {
  accent-color: #7B5225;
  margin-top: 0 !important;
}

.gosub-widget__wrapper .gosub-widget__plan-pricing {
  font-size: 16px;
}

.gosub-widget__plans-container fieldset {
  border-bottom: 1px solid #D99248;
}

@media (min-width: 990px) {
  .gosub-product {
    margin-top: 16px;
  }
  .gosub-widget__wrapper {
    max-width: 100%;
  }
  .gosub-widget__plans-container {
    margin-top: 40px;
  }
  .gosub-widget__wrapper legend {
    font-size: 22px;
  }
  .gosub-widget__plan-header .gosub-widget__text {
    font-size: 18px;
  }
  .gosub-widget__wrapper .gosub-widget__plan label {
    padding-inline: 20px;
  }
  .gosub-widget__wrapper .gosub-widget__plan-pricing {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .gosub-product {
    margin-top: 32px;
  }
  .gosub-widget__wrapper__other-lang .gosub-widget__groups-container.default-subscription-selected {
    flex-direction: row;
  }
}

@media (min-width: 1440px) {
  .gosub-product {
    margin-top: 40px;
  }
  .gosub-widget__plan-header .gosub-widget__text {
    font-size: 20px;
  }
  .gosub-widget__wrapper .gosub-widget__plan-pricing {
    font-size: 20px;
  }
}

/* 関連商品（見出し） */
/* =================================== */
.c-related-products__heading {
  text-align: center;
  padding-inline: 70px;
  position: relative;
}

.c-related-products__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 70px;
  height: 1px;
  background: #D89248;
}

.c-related-products__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 70px;
  height: 1px;
  background: #D89248;
}

@media (min-width: 990px) {
  .c-related-products__heading::before {
    width: 120px;
  }
  .c-related-products__heading::after {
    width: 120px;
  }
}

@media (min-width: 1024px) {
  .c-related-products__heading::before {
    width: 150px;
  }
.c-related-products__heading::after {
    width: 150px;
  }
}

@media (min-width: 1280px) {
  .c-related-products__heading::before {
    width: 240px;
  }
  .c-related-products__heading::after {
    width: 240px;
  }
}

@media (min-width: 1440px) {
  .c-related-products__heading::before {
    width: 340px;
  }
  .c-related-products__heading::after {
    width: 340px;
  }
}

@media (min-width: 1600px) {
  .c-related-products__heading::before {
   width: 420px;
  }
  .c-related-products__heading::after {
    width: 420px;
  }
}