/* ========================================
   50人クラフト・KUNニート部専用デザイン
   すべて .kun-craft-template 内でのみ有効
======================================== */


/* ========================================
   KUN商品詳細用 フッター風エリア
======================================== */

/* 外側は画面幅いっぱい */
.kun-craft-template .kun-fake-footer {
  background: #000 !important;
  color: #fff !important;
  margin-top: 40px !important;
  padding: 0 !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  box-sizing: border-box !important;
}

/* 中身は中央寄せ */
.kun-craft-template .kun-fake-footer__inner {
  width: min(100%, 1200px) !important;
  margin: 0 auto !important;
  text-align: center !important;
}

/* ロゴ */
.kun-craft-template .kun-fake-footer__logo {
  display: grid !important;
  place-items: center !important;
  padding-block: 35px !important;
}

.kun-craft-template .kun-fake-footer__logo img {
  display: block !important;
  width: 168.41px !important;
  height: 40px !important;
  object-fit: contain !important;
  filter: brightness(0) invert(1) !important;
}

/* 区切り線 */
.kun-craft-template .kun-fake-footer__divider {
  width: 100vw !important;
  height: 1px !important;
  background: rgba(255,255,255,.2) !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

/* ========================================
   PC用リンク
======================================== */
.kun-craft-template .kun-fake-footer__links {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;

  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 18px 0 !important;

  padding-top: 42px !important;
  padding-bottom: 34px !important;
}

.kun-craft-template .kun-fake-footer__links li {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 16px !important;
  line-height: 1.5 !important;
}

.kun-craft-template .kun-fake-footer__links li + li::before {
  content: "｜" !important;
  position: absolute !important;
  left: -2px !important;
  color: rgba(255,255,255,0.45) !important;
}

.kun-craft-template .kun-fake-footer__links a {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  display: inline-block !important;
  vertical-align: middle !important;
}

.kun-craft-template .kun-fake-footer__links a:hover {
  opacity: 0.65 !important;
  text-decoration: underline !important;
}

/* ========================================
   スマホ用フッターナビ
======================================== */
.kun-craft-template .sp-footer-nav {
  display: none !important;
}

/* ========================================
   SNS + コピーライト行
======================================== */
.kun-craft-template .kun-fake-footer__bottom {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: center !important;
  min-height: 70px !important;
  padding-inline: 20px !important;
}

.kun-craft-template .kun-fake-footer__sns {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
}

.kun-craft-template .kun-fake-footer__sns--desktop {
  justify-content: flex-start !important;
  padding-block: 25px !important;
}

.kun-craft-template .kun-fake-footer__sns a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  color: #fff !important;
  text-decoration: none !important;
}

.kun-craft-template .kun-fake-footer__sns a:hover {
  opacity: .7 !important;
}

.kun-craft-template .kun-fake-footer__sns svg {
  width: 22px !important;
  height: 22px !important;
  display: block !important;
}

/* PCではモバイル用SNSは隠す */
.kun-craft-template .kun-fake-footer__sns--mobile,
.kun-craft-template .kun-fake-footer__divider--mobile {
  display: none !important;
}

.kun-craft-template .kun-fake-footer__copy {
  flex: 1 !important;
  display: grid !important;
  align-content: center !important;
  text-align: center !important;
  line-height: 1.4 !important;
  height: 70px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

.kun-craft-template .kun-fake-footer__bottom-spacer {
  min-height: 1px !important;
}

/* ========================================
   Copyright 部分だけ
======================================== */
.kun-craft-template .kun-fake-footer__copyright.l-copyright {
  display: block !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-bottom: 0 !important;
  background: #f5f5f5 !important;
  padding: 14px 20px 18px !important;
  border-top: none !important;
  text-align: center !important;
}

.kun-craft-template .kun-fake-footer__copyright .l-copyright__txt,
.kun-craft-template .kun-fake-footer__copyright .l-copyright__logo,
.kun-craft-template .kun-fake-footer__copyright .l-copyright__logo a {
  color: #666 !important;
}

.kun-craft-template .kun-fake-footer__copyright .l-copyright__logo img {
  filter: none !important;
  opacity: 1 !important;
  vertical-align: middle !important;
  margin-left: 4px !important;
}

/* ========================================
   タブレット・スマホ
======================================== */
@media (max-width: 991px) {
  .kun-craft-template .kun-fake-footer__links {
    display: none !important;
  }

  .kun-craft-template .sp-footer-nav {
    display: block !important;
    text-align: center !important;
    padding: 10px 16px 0 !important;
  }

  .kun-craft-template .sp-footer-nav ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .kun-craft-template .sp-footer-nav li {
    margin: 0 0 10px !important;
    line-height: 1.9 !important;
  }

  .kun-craft-template .sp-footer-nav a {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
    white-space: nowrap !important;
  }

  .kun-craft-template .sp-footer-nav a:hover {
    opacity: 0.7 !important;
  }

  .kun-craft-template .sp-footer-sep {
    display: inline-block !important;
    margin: 0 10px !important;
    color: rgba(255,255,255,0.5) !important;
  }
}

/* ========================================
   スマホ
======================================== */
@media (max-width: 767px) {

  .kun-craft-template .kun-fake-footer__inner {
    width: 100% !important;
  }

  .kun-craft-template .kun-fake-footer__logo {
    padding-block: 20px !important;
  }

  .kun-craft-template .kun-fake-footer__logo img {
    width: 126.31px !important;
    height: 30px !important;
  }

  /* スマホは上にSNS帯 */
  .kun-craft-template .kun-fake-footer__sns--mobile {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    padding-block: 25.5px !important;
    border-bottom: 1px solid rgba(255,255,255,.2) !important;
  }

  .kun-craft-template .kun-fake-footer__divider--mobile {
    display: block !important;
  }

  .kun-craft-template .kun-fake-footer__sns--desktop {
    display: none !important;
  }

  .kun-craft-template .kun-fake-footer__bottom {
    display: block !important;
    min-height: auto !important;
    padding-inline: 16px !important;
  }

  .kun-craft-template .kun-fake-footer__copy {
    text-align: center !important;
    height: 60px !important;
    font-size: 13px !important;
    white-space: normal !important;
  }

  .kun-craft-template .kun-fake-footer__bottom-spacer {
    display: none !important;
  }

  .kun-craft-template .sp-footer-nav li {
    margin: 0 0 8px !important;
  }

  .kun-craft-template .sp-footer-nav a {
    font-size: 13px !important;
  }

  .kun-craft-template .sp-footer-sep {
    margin: 0 8px !important;
  }

  .kun-craft-template .kun-fake-footer__copyright.l-copyright {
    padding: 12px 16px 16px !important;
  }
}

/* ========================================
   LINE・X 共有ボタン（画像リンク）
   - 直接 <a> タグの背景画像として表示。
   - ColorMeの $line_button / twitter_tweet は使わず
     pointer-events も素直に効くシンプル構造。
======================================== */
.kun-craft-template .kun-share-item {
  display: inline-block !important;
  width: 40px !important;
  height: 40px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  cursor: pointer !important;
  vertical-align: middle !important;
  text-decoration: none !important;
  transition: opacity 0.2s !important;
}
.kun-craft-template .kun-share-item:hover {
  opacity: 0.75 !important;
}
.kun-craft-template .kun-share-item--line {
  background-image: url("https://img21.shop-pro.jp/PA01475/420/etc_base64/U05TX0xJTkVfYmFjaw.png?cmsp_timestamp=20260421174440") !important;
}
.kun-craft-template .kun-share-item--x {
  background-image: url("https://img21.shop-pro.jp/PA01475/420/etc_base64/U05TX1hfYmFjaw.png?cmsp_timestamp=20260421174440") !important;
}



/*スマホのみ改行*/
@media screen and (min-width: 768px){
  .br-sp {
    display: none;
  }
}

/* テンプレート全体 */
.kun-craft-template {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 20px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

/* ========================================
   パンくず
   ======================================== */
.kun-craft-template .kun-breadcrumb {
  font-size: 14px !important;
  color: #666 !important;
  margin-bottom: 30px !important;
}
.kun-craft-template .kun-breadcrumb a {
  color: #666 !important;
  text-decoration: none !important;
}
.kun-craft-template .kun-breadcrumb a:hover {
  text-decoration: underline !important;
  color: #ed9e00 !important;
}

/* ========================================
   上部導線（戻るリンク＋SNS）
   ======================================== */
.kun-craft-template .kun-product-subnav {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  margin: 0 0 18px !important;
}
.kun-craft-template .kun-product-subnav__share,
.kun-craft-template .kun-bottom-share {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-shrink: 0 !important;
}
.kun-craft-template .kun-back-link {
  color: #333 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}
.kun-craft-template .kun-back-link:hover {
  opacity: 0.7 !important;
}

/* 既存の共有ボタンは上部・下部に寄せるので非表示 */
.kun-craft-template .kun-share-buttons {
  display: none !important;
}

/* ========================================
   メインレイアウト
   ======================================== */
.kun-craft-template .kun-product-main {
  display: flex !important;
  gap: 60px !important;
  margin-bottom: 60px !important;
}

/* ========================================
   画像エリア
   ======================================== */
.kun-craft-template .kun-image-area {
  flex: 1 !important;
  max-width: 600px !important;
}
.kun-craft-template .kun-main-image {
  width: 100% !important;
  margin-bottom: 20px !important;
  background: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  position: relative !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}
.kun-craft-template .kun-main-image img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* 画像ナビゲーションボタン（通常は非表示、ホバーでうっすら表示） */
.kun-craft-template .kun-image-nav {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 36px !important;
  height: 36px !important;
  background: rgba(0, 0, 0, 0.15) !important;
  border: none !important;
  border-radius: 50% !important;
  color: #fff !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: opacity 0.3s, background 0.3s !important;
  z-index: 10 !important;
  box-shadow: none !important;
  opacity: 0 !important;
}
.kun-craft-template .kun-main-image:hover .kun-image-nav {
  opacity: 1 !important;
}
.kun-craft-template .kun-image-nav:hover {
  background: rgba(0, 0, 0, 0.35) !important;
}
.kun-craft-template .kun-image-prev {
  left: 10px !important;
}
.kun-craft-template .kun-image-next {
  right: 10px !important;
}

/* サムネイル */
.kun-craft-template .kun-thumbnail-area {
  display: flex !important;
  gap: 10px !important;
  overflow-x: auto !important;
  padding: 10px 0 10px 10px !important;
  margin: 10px 0 !important;
  scrollbar-width: thin !important;
  scrollbar-color: #9cc3d5 #f0f0f0 !important;
}
.kun-craft-template .kun-thumbnail-area::-webkit-scrollbar {
  height: 8px !important;
}
.kun-craft-template .kun-thumbnail-area::-webkit-scrollbar-track {
  background: #f0f0f0 !important;
  border-radius: 4px !important;
}
.kun-craft-template .kun-thumbnail-area::-webkit-scrollbar-thumb {
  background: #9cc3d5 !important;
  border-radius: 4px !important;
}
.kun-craft-template .kun-thumbnail-area::-webkit-scrollbar-thumb:hover {
  background: #7fb0c5 !important;
}
.kun-craft-template .kun-thumb-item {
  flex-shrink: 0 !important;
  width: 80px !important;
  height: 80px !important;
  border: 2px solid #666 !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
}
.kun-craft-template .kun-thumb-item:hover {
  border-color: #9cc3d5 !important;
  transform: scale(1.05) !important;
  z-index: 10 !important;
  position: relative !important;
}
.kun-craft-template .kun-thumb-item.active {
  border-color: #9cc3d5 !important;
  background: #eef7fb !important;
  box-shadow: 0 0 0 3px #eef7fb !important;
}
.kun-craft-template .kun-thumb-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* ========================================
   商品情報エリア
   ======================================== */
.kun-craft-template .kun-info-area {
  flex: 1 !important;
}
.kun-craft-template .kun-product-title {
  font-size: 32px !important;
  font-weight: bold !important;
  color: #333 !important;
  margin-bottom: 10px !important;
  line-height: 1.35 !important;
}
.kun-craft-template .kun-product-model {
  font-size: 14px !important;
  color: #666 !important;
  margin-bottom: 8px !important;
}

/* 価格エリア（背景・枠なし、シンプル表示） */
.kun-craft-template .kun-price-area {
  margin-bottom: 20px !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
}
.kun-craft-template .kun-price {
  font-size: 18px !important;
  font-weight: bold !important;
  color: #333 !important;
  line-height: 1.2 !important;
}
.kun-craft-template .kun-original-price {
  font-size: 15px !important;
  color: #999 !important;
  text-decoration: line-through !important;
  margin-bottom: 2px !important;
  line-height: 1.2 !important;
}
.kun-craft-template .kun-sale-price {
  font-size: 24px !important;
  font-weight: bold !important;
  color: #333 !important;
  line-height: 1.2 !important;
}
.kun-craft-template .kun-discount-rate {
  font-size: 14px !important;
  color: #ed9e00 !important;
  margin-left: 8px !important;
  line-height: 1.2 !important;
}
.kun-craft-template .kun-list-price {
  font-size: 13px !important;
  color: #666 !important;
  margin-top: 6px !important;
  line-height: 1.3 !important;
}
.kun-craft-template .kun-tax-label {
  font-size: 13px !important;
  font-weight: normal !important;
  color: #666 !important;
}

/* 在庫メッセージ */
.kun-craft-template .kun-stock-message {
  padding: 10px 15px !important;
  background: #d4edda !important;
  color: #155724 !important;
  border-radius: 4px !important;
  font-weight: 500 !important;
  margin-bottom: 20px !important;
}
.kun-craft-template .kun-stock-message.kun-sold-out {
  background: #f8d7da !important;
  color: #721c24 !important;
}

/* 商品説明（短文） */
.kun-craft-template .kun-short-description {
  font-size: 15px !important;
  line-height: 1.8 !important;
  color: #555 !important;
  margin-bottom: 30px !important;
  padding: 15px !important;
  background: #fff !important;
  border-left: 4px solid #ed9e00 !important;
  border-radius: 4px !important;
}

/* オプション */
.kun-craft-template .kun-product-option {
  margin-bottom: 20px !important;
}
.kun-craft-template .kun-option-box {
  margin-bottom: 15px !important;
}
.kun-craft-template .kun-option-title {
  font-weight: bold !important;
  margin-bottom: 5px !important;
  font-size: 14px !important;
}
.kun-craft-template .kun-option-select {
  width: 100% !important;
  padding: 12px !important;
  height: 50px !important;
  border: 2px solid #666 !important;
  border-radius: 12px !important;
  font-size: 16px !important;
}

/* 名入れ */
.kun-craft-template .kun-product-text {
  margin-bottom: 20px !important;
}
.kun-craft-template .kun-text-box {
  margin-bottom: 15px !important;
}
.kun-craft-template .kun-text-title {
  font-weight: bold !important;
  margin-bottom: 5px !important;
  font-size: 14px !important;
}
.kun-craft-template .kun-text-input {
  width: 100% !important;
  padding: 10px !important;
  border: 2px solid #666 !important;
  border-radius: 4px !important;
  font-size: 14px !important;
}

/* ========================================
   数量 +/- ボタン
   ======================================== */
.kun-craft-template .kun-quantity-area {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 20px 0 22px !important;
}
.kun-craft-template .kun-quantity-label {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #333 !important;
}
.kun-craft-template .kun-quantity-control {
  display: inline-flex !important;
  align-items: center !important;
  border: 2px solid #666 !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: #fff !important;
}
.kun-craft-template .kun-qty-btn {
  width: 46px !important;
  height: 46px !important;
  border: none !important;
  background: #fff !important;
  color: #333 !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  padding: 0 !important;
  margin: 0 !important;
}
.kun-craft-template .kun-qty-btn:hover {
  background: #f5f5f5 !important;
}
.kun-craft-template .kun-quantity-control .kun-quantity-input {
  width: 42px !important;
  height: 46px !important;
  border: none !important;
  border-left: 1px solid #d7d7d7 !important;
  border-right: 1px solid #d7d7d7 !important;
  text-align: center !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  background: #fff !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
}
.kun-craft-template .kun-unit {
  font-size: 13px !important;
  color: #666 !important;
}

/* ========================================
   カートボタン（黒ベース・目立たせる）
   ======================================== */
.kun-craft-template .kun-cart-button-area {
  margin-bottom: 20px !important;
}
.kun-craft-template .kun-cart-button-area button,
.kun-craft-template .kun-cart-button-area input[type="submit"],
.kun-craft-template .kun-cart-button-area input[type="button"],
.kun-craft-template .kun-cart-button {
  width: 100% !important;
  min-height: 60px !important;
  padding: 20px !important;
  border: none !important;
  border-radius: 14px !important;
  background: #2f2f2f !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  cursor: pointer !important;
  transition: all 0.3s !important;
  box-shadow: none !important;
}
.kun-craft-template .kun-cart-button-area button:hover,
.kun-craft-template .kun-cart-button-area input[type="submit"]:hover,
.kun-craft-template .kun-cart-button-area input[type="button"]:hover,
.kun-craft-template .kun-cart-button:hover {
  background: #444 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
}
.kun-craft-template .kun-cart-button.kun-soldout,
.kun-craft-template .kun-cart-button.kun-members-only,
.kun-craft-template .kun-cart-button.kun-shop-stop {
  background: #999 !important;
  cursor: not-allowed !important;
}

/* ========================================
   商品リンク
   ======================================== */
.kun-craft-template .kun-product-links {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  margin-top: 20px !important;
}
.kun-craft-template .kun-product-links a {
  color: #333 !important;
  text-decoration: none !important;
  font-size: 14px !important;
}
.kun-craft-template .kun-product-links a:hover {
  color: #ed9e00 !important;
}


/* ========================================
   商品詳細セクション
======================================== */
.kun-craft-template .kun-detail-description {
  margin-bottom: 40px !important;
  margin-top: 28px !important;
  padding: 22px 20px !important;
  background: #f7fbfd !important;
  border-radius: 18px !important;
  box-shadow: none !important;
}

.kun-craft-template .kun-detail-description .kun-section-title {
  margin: 0 0 14px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #333 !important;
  letter-spacing: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.kun-craft-template .kun-description-content {
  font-size: 14px !important;
  line-height: 1.95 !important;
  color: #333 !important;
}

/* セクションタイトル共通 */
.kun-craft-template .kun-section-title {
  font-size: 24px !important;
  font-weight: bold !important;
  color: #333 !important;
  margin-bottom: 30px !important;
  padding-bottom: 15px !important;
  border-bottom: 3px solid #ed9e00 !important;
}

/* ========================================
   商品詳細本文内の追加エリア
======================================== */
.kun-craft-template .kun-description-content .kun-extra-area {
  margin: 16px 0 0 !important;
  padding: 0 !important;
  background: none !important;
  border-radius: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.kun-craft-template .kun-description-content .kun-members-section,
.kun-craft-template .kun-description-content .kun-tags-section {
  margin: 0 0 16px !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.kun-craft-template .kun-members-section,
.kun-craft-template .kun-tags-section {
  margin-top: 0 !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
}

/* 余計な br / 空p を消す */
.kun-craft-template .kun-extra-area > br,
.kun-craft-template .kun-extra-area .kun-members-section > br,
.kun-craft-template .kun-extra-area .kun-tags-section > br,
.kun-craft-template .kun-extra-area .kun-members-icons > br,
.kun-craft-template .kun-extra-area .kun-tags-area > br,
.kun-craft-template .kun-extra-area .kun-member-icon > br {
  display: none !important;
}

.kun-craft-template .kun-extra-area p:empty,
.kun-craft-template .kun-members-icons p:empty,
.kun-craft-template .kun-tags-area p:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.kun-craft-template .kun-members-icons p,
.kun-craft-template .kun-tags-area p {
  display: contents !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ========================================
   メンバー
======================================== */
.kun-craft-template .kun-extra-area .kun-section-title {
  margin: 0 0 12px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #333 !important;
  letter-spacing: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.kun-craft-template .kun-description-content .kun-members-icons {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  margin-bottom: 12px !important;
}

/* ベース */
.kun-craft-template .kun-member-icon {
  border-radius: 12px !important;
  overflow: hidden !important;
  border: 2px solid #666 !important;
  background: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  transition: all 0.3s !important;
}

/* オレンジ → #AFD6E3 に変更 */
.kun-craft-template .kun-member-icon:hover,
.kun-craft-template .kun-member-icon:focus-visible,
.kun-craft-template .kun-member-icon:active {
  border-color: #AFD6E3 !important;
  transform: scale(1.05) !important;
}

.kun-craft-template .kun-member-icon img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

/* メンバー一覧下のボタン */
/* メンバー一覧下のボタン */
.kun-craft-template .kun-members-link {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important; /* 文字を中央 */
  width: auto !important;
  max-width: 320px !important;
  min-height: 46px !important;
  margin-top: 12px !important;
  padding: 0 44px 0 20px !important; /* 右矢印分を確保 */
  border: 2px solid #666 !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #333 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

.kun-craft-template .kun-members-link:hover {
  background: #f7f7f7 !important;
}

.kun-craft-template .kun-members-link span {
  position: absolute !important;
  right: 16px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  font-size: 18px !important;
  line-height: 1 !important;
}

/* PC時 */
.kun-craft-template .kun-description-content .kun-members-link {
  width: auto !important;
  max-width: 320px !important;
  min-height: 42px !important;
  padding: 0 40px 0 14px !important;
  font-size: 13px !important;
}

/* スマホ時は横幅いっぱい */
@media (max-width: 768px) {
  .kun-craft-template .kun-members-link {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 46px !important;
    padding: 0 44px 0 16px !important;
  }
}


/* ========================================
   タグ
======================================== */
.kun-craft-template .kun-description-content .kun-tags-area {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.kun-craft-template .kun-tags-area {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

.kun-craft-template .kun-tag-link {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 38px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #333 !important;
  text-decoration: none !important;
  border: 2px solid #666 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  box-shadow: none !important;
}

.kun-craft-template .kun-tag-link:hover {
  background: #f5f5f5 !important;
  border-color: #666 !important;
}

/* ========================================
   商品リンク / 下部ナビ
======================================== */
.kun-craft-template .kun-product-links {
  margin-top: 16px !important;
}

.kun-craft-template .kun-bottom-nav-wrap {
  margin-top: 16px !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.kun-craft-template .kun-bottom-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin-top: 0 !important;
  padding: 0 !important;
  border: none !important;
}

/* ========================================
   PC
======================================== */
@media (min-width: 769px) {
  /* 5個横並び固定を解除 */
  .kun-craft-template .kun-description-content .kun-members-icons {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    width: auto !important;
    max-width: none !important;
  }

  .kun-craft-template .kun-description-content .kun-member-icon {
    width: 56px !important;
    height: 56px !important;
    aspect-ratio: auto !important;
    flex: 0 0 56px !important;
  }
}

/* ========================================
   スマホ
======================================== */
@media (max-width: 768px) {
  .kun-craft-template {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .kun-craft-template .kun-detail-description {
    margin-left: -12px !important;
    margin-right: -12px !important;
    padding: 18px 16px 20px !important;
    border-radius: 0 !important;
  }

  .kun-craft-template .kun-description-content {
    font-size: 14px !important;
    line-height: 1.9 !important;
  }

  .kun-craft-template .kun-extra-area {
    margin-top: 16px !important;
    padding: 0 !important;
    background: none !important;
    border-radius: 0 !important;
  }

  .kun-craft-template .kun-members-section,
  .kun-craft-template .kun-tags-section {
    margin-bottom: 16px !important;
  }

  /* スマホは5列のまま */
  .kun-craft-template .kun-members-icons {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .kun-craft-template .kun-member-icon {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
  }

  /* ボタンは横幅いっぱい */
  .kun-craft-template .kun-tags-area {
    width: 100% !important;
    max-width: 100% !important;
  }

  .kun-craft-template .kun-product-links {
    margin-top: 16px !important;
    gap: 8px !important;
  }

  .kun-craft-template .kun-bottom-nav-wrap {
    margin-top: 16px !important;
    margin-bottom: 0 !important;
  }

  .kun-craft-template .kun-bottom-nav {
    gap: 10px !important;
  }
}



/* ========================================
   おすすめ商品
   ======================================== */
.kun-craft-template .kun-recommend-items {
  margin-bottom: 40px !important;
  margin-top: 24px !important;
  background: #b9d7e3 !important;
  padding: 24px 20px 28px !important;
  border-radius: 18px !important;
}
.kun-craft-template .kun-recommend-items .kun-section-title {
  margin-bottom: 18px !important;
  letter-spacing: 0 !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.kun-craft-template .kun-recommend-grid {
  display: flex !important;
  gap: 12px !important;
  overflow-x: auto !important;
}
.kun-craft-template .kun-recommend-item {
  min-width: 156px !important;
  text-align: center !important;
  transition: transform 0.3s !important;
  background: #fff !important;
  padding: 12px !important;
  border-radius: 14px !important;
  border: 2px solid #666 !important;
  box-sizing: border-box !important;
}
.kun-craft-template .kun-recommend-item:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
}
.kun-craft-template .kun-recommend-item a {
  text-decoration: none !important;
  color: inherit !important;
}
.kun-craft-template .kun-recommend-img {
  margin-bottom: 10px !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}
.kun-craft-template .kun-recommend-img img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}
.kun-craft-template .kun-recommend-name {
  font-size: 14px !important;
  color: #333 !important;
  margin-bottom: 8px !important;
  min-height: 40px !important;
}
.kun-craft-template .kun-recommend-price {
  font-size: 16px !important;
  font-weight: bold !important;
  color: #ed9e00 !important;
}
.kun-craft-template .kun-recommend-price.is-soldout {
  color: #999 !important;
}

/* ========================================
   最近チェックしたアイテム（水色背景 + 横スクロール）
   背景のみ横いっぱいに表示
======================================== */
.kun-craft-template .kun-checked-items {
  position: relative !important;
  margin-top: 24px !important;
  margin-bottom: 40px !important;

  /* 背景を画面幅いっぱいに */
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;

  padding: 24px 0 28px !important;
  background: #eef7fb !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
}

.kun-craft-template .kun-checked-items .kun-section-title {
  max-width: 1200px !important;
  margin: 0 auto 18px !important;
  padding: 0 20px !important;
  box-sizing: border-box !important;

  font-size: 20px !important;
  font-weight: 700 !important;
  color: #333 !important;
  letter-spacing: 0 !important;
  border-bottom: none !important;
}

.kun-craft-template .kun-checked-grid {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 20px 10px !important;
  box-sizing: border-box !important;

  display: flex !important;
  grid-template-columns: none !important;
  gap: 12px !important;
  overflow-x: auto !important;
  scrollbar-width: thin !important;
  scrollbar-color: #9cc3d5 transparent !important;
}

.kun-craft-template .kun-checked-grid::-webkit-scrollbar {
  height: 6px !important;
}

.kun-craft-template .kun-checked-grid::-webkit-scrollbar-track {
  background: transparent !important;
}

.kun-craft-template .kun-checked-grid::-webkit-scrollbar-thumb {
  background: #9cc3d5 !important;
  border-radius: 3px !important;
}

/* スマホ */
@media (max-width: 768px) {
  .kun-craft-template .kun-checked-items {
    padding: 20px 0 24px !important;
  }

  .kun-craft-template .kun-checked-items .kun-section-title,
  .kun-craft-template .kun-checked-grid {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

/* 各アイテムカード */
.kun-craft-template .kun-checked-item {
  min-width: 180px !important;
  max-width: 180px !important;
  flex-shrink: 0 !important;
  text-align: left !important;
  transition: transform 0.3s !important;
  background: #fff !important;
  padding: 12px !important;
  border-radius: 14px !important;
  border: 2px solid #666 !important;
  box-sizing: border-box !important;
}
.kun-craft-template .kun-checked-item:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
}
.kun-craft-template .kun-checked-item a {
  text-decoration: none !important;
  color: inherit !important;
  display: block !important;
}
.kun-craft-template .kun-checked-img {
  margin-bottom: 10px !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  aspect-ratio: 1 / 1 !important;
  background: #f5f5f5 !important;
}
.kun-craft-template .kun-checked-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
}
/* カテゴリラベル（商品名の上の下線付き小文字） */
.kun-craft-template .kun-checked-category {
  font-size: 11px !important;
  color: #333 !important;
  text-decoration: underline !important;
  margin: 0 0 4px !important;
  font-weight: normal !important;
  line-height: 1.3 !important;
}
.kun-craft-template .kun-checked-name {
  font-size: 13px !important;
  color: #333 !important;
  margin-bottom: 8px !important;
  min-height: auto !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.kun-craft-template .kun-checked-price {
  font-size: 14px !important;
  font-weight: bold !important;
  color: #333 !important;
  margin: 0 !important;
}
.kun-craft-template .kun-checked-price.is-soldout {
  color: #999 !important;
}

/* ========================================
   カレンダー
   ======================================== */
.kun-craft-template .kun-calendar-section {
  margin-bottom: 40px !important;
  padding: 30px !important;
  background: #fff !important;
  border-radius: 8px !important;
  border: 2px solid #666 !important;
  text-align: center !important;
}
.kun-craft-template .kun-calendar-wrapper {
  max-width: 400px !important;
  margin: 0 auto !important;
  display: flex !important;
  justify-content: center !important;
}
.kun-craft-template .kun-calendar-wrapper table,
.kun-craft-template .tbl_calendar {
  margin: 0 auto !important;
}

/* ========================================
   ショッピングガイド
   ======================================== */
.kun-craft-template .kun-shopping-guide {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 30px !important;
  margin-bottom: 40px !important;
}
.kun-craft-template .kun-guide-item {
  padding: 30px !important;
  background: #fff !important;
  border-radius: 8px !important;
  border: 2px solid #666 !important;
  text-align: center !important;
}
.kun-craft-template .kun-guide-icon {
  width: 50px !important;
  height: 50px !important;
  background: #f8f9fa !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  margin: 0 auto 20px auto !important;
}
.kun-craft-template .kun-guide-icon img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}
.kun-craft-template .kun-guide-title {
  font-size: 18px !important;
  font-weight: bold !important;
  color: #333 !important;
  margin-bottom: 10px !important;
  margin-top: 0 !important;
  text-align: center !important;
}
.kun-craft-template .kun-guide-subtitle {
  font-size: 12px !important;
  color: #999 !important;
  margin-bottom: 15px !important;
  text-align: center !important;
}
.kun-craft-template .kun-guide-content {
  font-size: 14px !important;
  line-height: 1.8 !important;
  color: #555 !important;
  text-align: left !important;
}
.kun-craft-template .kun-guide-content dl {
  margin: 0 !important;
}
.kun-craft-template .kun-guide-content dt {
  font-weight: bold !important;
  color: #333 !important;
  margin-top: 15px !important;
  margin-bottom: 5px !important;
}
.kun-craft-template .kun-guide-content dt:first-child {
  margin-top: 0 !important;
}
.kun-craft-template .kun-guide-content dd {
  margin-left: 0 !important;
  margin-bottom: 10px !important;
}
.kun-craft-template .kun-payment-methods {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}
.kun-craft-template .kun-payment-method {
  padding: 10px 15px !important;
  background: #f8f9fa !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  border-left: 3px solid #AFD6E3 !important;
}

/* 公式ショップボタン */
.kun-craft-template .kun-shop-button {
  display: inline-block !important;
  padding: 18px 40px !important;
  background: linear-gradient(135deg, #ed9e00 0%, #ffa500 100%) !important;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  text-align: center !important;
  transition: all 0.3s !important;
  box-shadow: 0 4px 6px rgba(237, 158, 0, 0.3) !important;
  border: none !important;
  line-height: 1.6 !important;
}
.kun-craft-template .kun-shop-button:hover {
  background: linear-gradient(135deg, #ffa500 0%, #ed9e00 100%) !important;
  box-shadow: 0 6px 12px rgba(237, 158, 0, 0.4) !important;
  transform: translateY(-2px) !important;
  color: #fff !important;
}
.kun-craft-template .kun-button-center {
  text-align: center !important;
  margin: 30px 0 !important;
}

/* ========================================
   レスポンシブ：スマホ
   ======================================== */
@media (max-width: 768px) {
  .kun-craft-template .kun-product-main {
    flex-direction: column !important;
    gap: 30px !important;
  }
  .kun-craft-template .kun-image-area {
    max-width: 100% !important;
  }
  /* スマホはタップなのでホバーが効かない → 薄く常時表示 */
  .kun-craft-template .kun-image-nav {
    opacity: 0.6 !important;
    width: 32px !important;
    height: 32px !important;
  }
  .kun-craft-template .kun-image-prev {
    left: 10px !important;
  }
  .kun-craft-template .kun-image-next {
    right: 10px !important;
  }
  .kun-craft-template .kun-thumbnail-area {
    gap: 8px !important;
    padding: 8px 0 8px 8px !important;
  }
  .kun-craft-template .kun-thumb-item {
    width: 60px !important;
    height: 60px !important;
  }
  .kun-craft-template .kun-product-title {
    font-size: 22px !important;
  }
  .kun-craft-template .kun-price,
  .kun-craft-template .kun-sale-price {
    font-size: 22px !important;
  }
  .kun-craft-template .kun-detail-description {
    padding: 20px !important;
  }
  .kun-craft-template .kun-section-title {
    font-size: 20px !important;
  }
  /* チェックしたアイテム：水色エリア・カードサイズをスマホ向けに */
  .kun-craft-template .kun-checked-items {
    padding: 20px 16px 24px !important;
  }
  .kun-craft-template .kun-checked-item {
    min-width: 150px !important;
    max-width: 150px !important;
  }
  .kun-craft-template .kun-recommend-grid {
    gap: 10px !important;
  }
  .kun-craft-template .kun-recommend-item {
    min-width: 140px !important;
  }
  /* スマホではショッピングガイドを非表示（既存テンプレートと同仕様） */
  .kun-craft-template .kun-shopping-guide {
    display: none !important;
  }
  .kun-craft-template .kun-product-subnav,
  .kun-craft-template .kun-bottom-nav {
    gap: 12px !important;
  }
  /* メンバーアイコン：スマホでも5列（px固定しない） */
  .kun-craft-template .kun-members-icons {
    gap: 6px !important;
  }
  .kun-craft-template .kun-member-icon {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
  }
  .kun-craft-template .kun-tag-link {
    min-height: 36px !important;
    font-size: 12px !important;
  }
  .kun-craft-template .kun-cart-button,
  .kun-craft-template .kun-cart-button-area button {
    font-size: 18px !important;
  }
  .kun-craft-template .kun-extra-area,
  .kun-craft-template .kun-recommend-items {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media (max-width: 480px) {
  .kun-craft-template .kun-thumbnail-area {
    gap: 6px !important;
  }
  .kun-craft-template .kun-thumb-item {
    width: 50px !important;
    height: 50px !important;
  }
}





/******************************/
/* Product */
/******************************/

/*ボタン*/
a.btn_02 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 220px;
	margin: 20px auto 0 auto;
	padding: 1rem 2rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	background: #27acd9;
	color: #fff;
	transition: 0.5s;
}
a.btn_02:hover {
	color: #27acd9;
	background: #fff;
}

.p-product {
  margin-bottom: 90px;
  position:relative;
}
/* form */
.p-product select {
  box-sizing: border-box;
  padding: 5px;
  height: 40px;
  border: 1px solid #bfbfbf;
  font-size: 16px;
}
.p-product input[type=text] {
  box-sizing: border-box;
  padding: 5px;
  height: 40px;
  border: 1px solid #bfbfbf;
  font-size: 16px;
}
.p-product-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1030px) {
  .p-product-main {
    display: block;
  }
}
.p-product-img {
  width: 530px;
}
@media screen and (max-width: 1030px) {
  .p-product-img {
    width: auto;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-img {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
}
.p-product-img__main {
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .p-product-img__main {
    margin-left: auto;
    margin-right: auto;
    width: 530px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-img__main {
    width: auto;
  }
}
.p-product-img__main-item {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product-img__main-item {
    text-align: center;
  }
}
.p-product-img__main-item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-product-img__main-item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-product-img__main-item img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
.p-product-thumb-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 8px;
}
@media screen and (max-width: 1030px) {
  .p-product-thumb-list {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
  }
}
.p-product-thumb-list__item {
  box-sizing: border-box;
  margin-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px;
  width: 20%;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1030px) {
  .p-product-thumb-list__item {
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-thumb-list__item {
    margin-right: 5px;
    width: 60px;
  }
}
.p-product-thumb-list__item:hover, .p-product-thumb-list__item.is-current {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 1030px) {
  .p-product-thumb-list__item img {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-thumb-list__item img {
    width: 60px;
  }
}
.p-product-thumb-list__img {
  /* overflow用 */
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .p-product-thumb-list__img {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-thumb-list__img {
    width: 60px;
    text-align: center;
  }
}
.p-product-thumb-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-product-thumb-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
/* 商品画像 slider */
.p-product-img__main .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-product-img__main .slick-prev, .p-product-img__main .slick-next {
  top: 50%;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev, .p-product-img__main .slick-next {
    width: 45px;
    height: 45px;
  }
}
.p-product-img__main .slick-prev:before, .p-product-img__main .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev:before, .p-product-img__main .slick-next:before {
    top: 15px;
  }
}
.p-product-img__main .slick-prev {
  left: 15px;
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev {
    left: 0px;
  }
}
.p-product-img__main .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev:before {
    left: 17px;
  }
}
.p-product-img__main .slick-next {
  right: 15px;
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-next {
    right: 0px;
  }
}
.p-product-img__main .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-next:before {
    left: 13px;
  }
}
/***** 商品情報 *****/
.p-product-info {
  width: 410px;
}
@media screen and (max-width: 1030px) {
  .p-product-info {
    width: auto;
  }
}
.p-product-info__ttl {
  margin: 0;
  font-size: 24px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-product-info__ttl {
    font-size: 21px;
  }
}
.p-product-info__ttl img {
  vertical-align: middle;
}

.p-product-info__id {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-product-info__id {
    margin-top: 5px;
    font-size: 10px;
  }
}
.p-product-price {
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-product-price__sell {
  font-size: 18px;
}
.p-product-price__normal {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-product-price__normal {
    font-size: 12px;
  }
}
.p-product-price__list-price {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-product-price__list-price {
    font-size: 12px;
  }
}
/* オプション table */
.p-product-option-tbl {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow-x: auto;
}
.p-product-option-tbl table {
  margin-bottom: 0;
  border-left: 0;
  border-right: 0;
  width: 100%;
}
.p-product-option-tbl table div {
  display: inline-block !important;
}
.p-product-option-tbl th {
  min-width: 100px;
}
.p-product-option-tbl th, .p-product-option-tbl td {
  padding: 12px 5px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 0;
  text-align: center;
}
.p-product-option-tbl label {
  display: inline-block !important;
  margin-left: 5px;
  margin-bottom: 0;
}
.p-product-option-tbl input {
  margin-top: 0;
}
/* オプション select */
.p-product-option-select {
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-product-option-select__box {
  margin-top: 15px;
}
.p-product-option-select__ttl {
  margin-bottom: 5px;
  font-weight: bold;
}
/* 名入れ */
.p-product-name {
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-product-name__box {
  margin-top: 15px;
}
.p-product-name__ttl {
  margin-bottom: 5px;
  font-weight: bold;
}
.p-product-name__body input {
  width: 100%;
}
/* 数量 */
.p-product-form-stock {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-product-form-stock__input {
  display: flex;
  align-items: center;
}
.p-product-form-stock__input input {
  width: 60px;
}
.p-product-form-stock__unit {
  margin-left: 10px;
}
.p-product-form-stock__stock {
  margin-left: 25px;
}
/* ボタン */
.p-product-form-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-product-form-btn__cart {
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .p-product-form-btn__cart {
    flex: 1;
    width: auto;
  }
}
.p-product-form-btn__favorite {
  width: 50px;
}
.p-product-form-btn__favorite-btn {
  display: inline-block;
  margin-top: 22px;
  margin-left: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-product-form-btn__favorite-btn.is-added {
  color: #000000;
}
.p-product-form-btn__favorite-btn svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
.p-product-form__error-message {
  margin-top: 15px;
}
/* SNS */
.p-product-sns-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.p-product-sns-list__item {
  margin-right: 20px;
}
/* link */
.p-product-link-list {
  margin-top: 40px;
}
.p-product-link-list__item {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-product-link-list__item {
    margin-bottom: 30px;
  }
}
/***** 商品詳細 *****/
.p-product__ttl {
  margin-top: 0;
  margin-bottom: 35px;
  line-height: 1.4;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .p-product__ttl {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.p-product-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 75px;
}
@media screen and (max-width: 1030px) {
  .p-product-detail {
    display: block;
  }
}
.p-product-explain {
  width: 410px;
}
@media screen and (max-width: 1030px) {
  .p-product-explain {
    margin-bottom: 60px;
    width: auto;
  }
}
.p-product-explain__body {
  line-height: 2;
}
.p-product-other {
  width: 530px;
  order: -1;
}
@media screen and (max-width: 1030px) {
  .p-product-other {
    width: auto;
  }
}
/* おすすめ商品 */
.p-product-recommend-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 60px;
  }
}
.p-product-recommend-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list__item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.p-product-recommend-list__img {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list__img {
    margin-bottom: 5px;
    text-align: center;
  }
}
.p-product-recommend-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-product-recommend-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-product-recommend-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
.p-product-recommend-list__price {
  margin-top: 15px;
  font-size: 12px;
  color: #909090;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list__price {
    margin-top: 0;
  }
}
.p-product-recommend-list__price.is-strikethrough {
  margin-top: 0;
  text-decoration: line-through;
}
.p-product-recommend-list__expl {
  margin-top: 15px;
  font-size: 12px;
}
/* レビュー */
.p-product-review {
  margin-bottom: 60px;
}
.p-product-review__item {
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 40px;
  background: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .p-product-review__item {
    padding: 20px;
  }
}
.p-product-review__heading {
  margin-bottom: 15px;
}
.p-product-review__ttl {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 18px;
}
.p-product-review-info {
  margin-top: 10px;
  margin-bottom: 10px;
}
.p-product-review-info__item {
  display: inline-block;
  font-size: 12px;
}
.p-product-review-info__item.is-type {
  margin-right: 35px;
}
.p-product-review__img {
  margin-bottom: 15px;
  text-align: center;
}
.p-product-review__body {
  margin-top: 15px;
  line-height: 2;
}
.p-product-review__rates {
  display: flex;
  flex-wrap: wrap;
}
.p-product-review__rate {
  width: 18px;
  height: 18px;
  vertical-align: -0.3em;
  fill: currentColor;
  fill: #d8d8d8;
}
.p-product-review__rate.is-color {
  fill: #000000;
}
/* レビュー 返信 */
.p-product-review-reply {
  box-sizing: border-box;
  margin-top: 30px;
  padding: 15px 0;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}
.p-product-review-reply__ttl {
  font-weight: bold;
}
.p-product-review-reply__body {
  font-size: 12px;
}
.p-product-review-reply__date {
  font-size: 12px;
}
.p-product-review__btn {
  margin-top: 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product-review__btn {
    margin-top: 30px;
  }
}
.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}

.c-btn-cart {
  background: #EBC8DC;
}

.c-btn-cart:hover {
  background: #EBC8DC;
  opacity: 0.8;
}

.p-product-detail {
  margin:0;
}

.p-product-detail > div {
  padding-top: 75px;
}

.p-product-explain h3 {
  color:#EBC8DC;
  margin-bottom: 0;
  font-size: 24px;
}

.p-product-explain h3 span {
  color:#214181;
  font-size: 14px;
}

@media screen and (max-width: 1030px) {
  .p-product-detail > div {
  padding-top: 0px;
}
}