/** Shopify CDN: Minification failed

Line 82:0 All "@import" rules must come first

**/
#klaviyo-bis-modal {
    max-width: 560px !important;
    margin: auto;
}
#klaviyo-bis-modal div#container span {
    color: #9f9f9f;
    margin-top: 15px;
    font-size: 13px;
    display: block;
}
/* .btn {
    background-color: #00bdae;
} */
#klaviyo-bis-modal h3.modal-title {
    border-bottom: 1px solid #f0f1f4;
    text-align: center;
    padding-bottom: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}
#klaviyo-bis-modal p {
    font-size: 15px;
    /* margin: 35px 0 25px 0; */
}
#klaviyo-bis-modal .submit-container {
    width: 280px;
    margin: 30px auto 0;
}
#klaviyo-bis-modal form.form-horizontal.clearfix {
    margin-top: 25px;
}


/* --------------------------------------------------
   ボタンデザインの統一（背景：#f7f5ed / ホバー：黒）
   -------------------------------------------------- */


/* 商品カード全体を縦並びにして順番を入れ替え */
.collection.product {
  display: flex;
  flex-direction: column;
}

/* タイトルを画像の下に＆中央揃え */
.collection.product .sub {
  order: 2;
  text-align: center;
}

/* 画像部分を上に */
.collection.product .main {
  order: 1;
}
.collection.product .sub {
  margin-top: 10px;
}

.collection .product-block-title {
  font-size: 1.3rem !important;
  font-weight: normal !important;
  letter-spacing: 0.05em !important;
  text-transform: none !important;

}
@media screen and (max-width: 749px) {
  .collection .product-block-title {
      font-size: 1.1rem !important;
  }
  cursor: not-allowed;
}
/* 送料無料表記の太字 */
.free-shipping-note{
  font-weight: 600;
}
/* フォントをTarzan寄せに揃える（Inter + Noto Sans JP）*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Noto+Sans+JP:wght@400;500;600&display=swap");

:root{
  --font-tarzan: Inter, "Noto Sans JP", system-ui, -apple-system, "Segoe UI",
                 "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

/* まずは全体の基本 */
body{
  font-family: var(--font-tarzan) !important;
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0.01em;
}

/* 記事本文 */
body.template-article .rte,
body.template-article .rte p,
body.template-article .rte li{
  font-family: var(--font-tarzan) !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
  letter-spacing: 0.01em !important;
}

/* 段落の間（読みやすさの正体） */
body.template-article .rte p{
  margin: 0 0 1.6em !important;
}
body.template-article h2,
body.template-article h2 *{
  font-family: var(--font-tarzan) !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.5 !important;
  margin: 2.8em 0 1.0em !important;
}

body.template-article h3,
body.template-article h3 *{
  font-family: var(--font-tarzan) !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.5 !important;
  margin: 2.2em 0 0.8em !important;
}
/* 画像を包む段落に余白 */
body.template-article .rte p:has(img),
body.template-article .rte figure:has(img){
  margin: 2.6em 0 !important;
}

/* 画像は中央・ブロック */
body.template-article .rte img{
  display:block !important;
  margin: 0 auto !important;
}
