/** Shopify CDN: Minification failed

Line 382:1 Expected "}" to go with "{"

**/
/* トップ選択ボタン */
@media (min-width: 1025px) {
  .promobox--type-1-2 .promobox__btns,
  .promobox--type-1-5 .promobox__btns {
    width: 880px;
  }
}
@media (min-width: 1025px) {
  /* トップ選択ボタンCSS付与 */
  .top_promo_02 {
    text-align: center;

    .btn {
      padding: 16px;
      width: 420px;
    }
  }
  .btn {
    height: 64px;
  }
}

/* ボタン */
.btn:not(.btn--size-large),
#template--17249110098074__1586279708879 .btn:not(.btn--size-large),
#template--17249110098074__1586279708879 .spr-summary-actions-newreview,
#template--17249110098074__1586279708879
  .dynamic-checkout__button--styled
  button.shopify-payment-button__button {
  min-height: 48px !important;
}

/* 税込表示 */
.price:after {
  content: " (税込)";
  font-size: 13px;
}

/* 調整用 */
@media (min-width: 1025px) {
  .top_promo_02 {
    max-height: 220px;
  }
}
@media (max-width: 480px) {
  .top_promo_02 {
    min-height: 144px;
  }
}
/* .top_promo_02 {
  min-height: 144px;
} */

/* ヘッダーメニューサイズ */
@media (min-width: 1025px) {
.menu__item span {
  /* font-size: 1.02rem; */
  font-size: 0.95rem;
  letter-spacing: 0.04em;
 }
}
/* ホバー */
.menu__item span {
  
}
.menu__item span:hover {
  /* transition-property: opacity;
  transition-duration: 0.5s;
  opacity: 0.5; */
}
.menu__item span:hover {
 animation: text-blur 0.5s;
}
/* アニメーション設定 */
@keyframes text-blur {
  0% {
    filter: blur(0);
  }
  50% {
    filter: blur(4px); /* ぼかしの強さ */
  }
  100% {
    filter: blur(0);
  }
}

.header__content a:hover {
  transition-property: opacity;
  transition-duration: 0.5s;
}
.header__content a:hover {
  opacity: 0.5;
}

@media (min-width: 1025px) {
/* メニュータイトル*/
.menu__title {
  font-weight: bold;
}
/* メニューアイテム */
.menu__item--has-children span{
  font-size: 0.95rem !important;
  letter-spacing: 0.04em !important;
  line-height: 1.5 !important;
 }
}

/* インフィメーションバーサイズ */
.header__tape {
  font-size: 1.1em;
  line-height: 1.32;
}
.header__tape p {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* 商品ページ */
.product-page-info__title h1 {
  font-size: 1.4em !important;
  line-height: 1.32;
}

/* 商品説明 */
.product-page-info table {
  border-collapse: collapse;
  margin-bottom: 20px;
}
.product-page-info table caption {
  padding: 5px 0;
}
.product-page-info table th {
  font-weight: normal;
  width: 150px;
  padding: 5px 0;
  background-color: #f8f8f8;
  text-align: center;
  border: 1px #e9e9e9 solid;
}
.product-page-info table td {
  font-weight: normal;
  width: 150px;
  padding: 5px 0;
  text-align: center;
  border: 1px #e9e9e9 solid;
}

.product-page-info ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-right: 16px;
  gap: .5rem;
}
.product-page-info li {
  /* padding-bottom: .5rem; */
}
.product-page-info li a {
  background: #fff;
  padding: 4px 8px;
  border: 2px solid #141414;
  color: #141414;
  font-size: .875rem;
  line-height: 1.25rem;
  border-radius: .25rem;
  text-decoration: none;
}
.product-page-info li a:hover {
  transition-property: opacity;
  transition-duration: 0.5s;
}
.product-page-info li a:hover {
  opacity: 0.5; 
}

/* 打ち消し用 */
ul:not(.list-unstyled):not([list-unstyled]) li {
    padding-left: 0px;
}
/* 打ち消し用 */
ul:not(.list-unstyled):not([list-unstyled]) ul {
    padding-left: 0px;
}

/* 洗濯表示 */
.product-page-info ol {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-right: 16px;
  gap: .5rem;
}
ol:not(.list-unstyled):not([list-unstyled]) li::before {
  content: none !important;
}
ol:not(.list-unstyled):not([list-unstyled]) li {
    padding-left: 0px;
}

/* ブログ */
.blogs h3 {
  font-size: 1.32rem;
}
.blogs .rte {
  font-size: .8rem;
}

/* カート */
.popup-cart__subtotal p {
  font-size: 1rem;
}
.popup-cart__subtotal span {
  font-size: 1.2rem;
}
.popup-cart__free-shipping {
  display: none;
}
/* 送料無料 */
.free-shipping {
  display: none;
}

/* 会社概要 */
#tb {
  margin: 0 auto;
}
#tb tr {
  border-bottom: 1px solid #b5b1b1;
}
#tb th,
#tb td {
  padding: 24px 0;
  border: none;
}
#tb th {
  width: 30%;
}

@media only screen and (max-width: 480px) {
  #tb th,
  #tb td {
    width: 100%;
    display: block;
  }
  #tb th {
    width: 100%;
  }
  #tb td {
    padding-top: 0;
  }
}

/* 特商 */
#tb02 {
  width: 100%;
  border-collapse: collapse;
}

#tb02 th,
td {
  padding: 10px 15px;
  border: 1px solid #ddd;
}

#tb02 th {
  background: #f4f4f4;
  width: 15%;
  text-align: left;
}

@media only screen and (max-width: 480px) {
  #tb02 th,
  #tb02 td {
    width: auto;
    display: block;
    border-top: none;
  }
  #tb02 tr:first-child {
    border-top: 1px solid #d5d5d5;
  }
}

/* 日本語 */
#shopify-section-template--17249110098074__1586282516064 h2 {
  text-align: center;
}
#shopify-section-template--17249110098074__1586282516064 h2::after {
  content: "新着アイテム";
  font-size: 0.85rem;
  display: block;
}

#shopify-section-template--17249110098074__1586280453180 h2 {
  text-align: center;
}
#shopify-section-template--17249110098074__1586280453180 h2::after {
  content: "カテゴリーから探す";
  font-size: 0.85rem;
  display: block;
}

#shopify-section-template--17249110524058__related-products h2 {
  text-align: center;
}
#shopify-section-template--17249110524058__related-products h2::after {
  content: "あなたへのおすすめ商品";
  font-size: 0.85rem;
  display: block;
}

/* 商品ページ線 */
#shopify-section-template--17249110524058__spacer_yQAwQd {
  border-top: 1px solid #e5e5e5;
}
/* トップページ線 */
#shopify-section-template--17249110098074__spacer_9Yhfah {
  border-top: 1px solid #e5e5e5;
}

/* ポップアップバナー */
@media (max-width: 480px) {
  .popup-subscription__content {
    padding: 16px !important;
  }
}
/* レスポンシブ */
@media (max-width: 480px) {
  .popup-subscription__text-line-01 {
    font-size: 1.58rem !important;
    line-height: 2.68rem !important;
  }
  .popup-subscription__text-line-02 {
    font-size: 2.6rem !important;
    line-height: 2.38rem !important;
  }
  .popup-subscription__text-line-03 {
    font-size: 0.8rem !important;
    line-height: 1.22rem !important;
  }
}
.popup-subscription__text-line-01 {
    /* font-size: 1.75rem !important; */
    /* line-height: 2.68rem !important; */
  }
  .popup-subscription__text-line-02 {
    font-size: 2.77rem !important;
    /* line-height: 2.38rem !important; */
  }
  .popup-subscription__text-line-03 {
    /* font-size: 0.82rem !important; */
    /* line-height: 1.19rem !important; */
  }

/* ポップアップボタン */
.popup-subscription__content .btn:not(.btn--size-large),
.popup-subscription__content .spr-summary-actions-newreview,
.popup-subscription__content
  .dynamic-checkout__button--styled
  button.shopify-payment-button__button {
  min-height: 48px;
  width: 240px;
}
@media (max-width: 480px) {
  .popup-subscription__content .btn:not(.btn--size-large),
  .popup-subscription__content .spr-summary-actions-newreview,
  .popup-subscription__content
    .dynamic-checkout__button--styled
    button.shopify-payment-button__button {
    min-height: 48px;
    width: 240px;
  }

/* 会員規約 */
#shopify-section-template--17249110261914__main ul li {

  list-style: none;
}