/* ========================================
  リセットCSS
======================================== */
/*!
 * ress.css 窶｢ v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html{box-sizing:border-box;-webkit-text-size-adjust:100%;word-break:normal;-moz-tab-size:4;tab-size:4}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}hr{overflow:visible;height:0;color:inherit}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:inherit;text-indent:0}input{border-radius:0}[disabled]{cursor:default}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer;color:inherit}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline-width:0}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;white-space:normal;max-width:100%}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}img{border-style:none}progress{vertical-align:baseline}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}

/* ========================================
  基本設定
======================================== */
* {
  box-sizing: border-box;
}

body {
  background-color: #eef1ec;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #220000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mincho {
  /* font-family: "fot-tsukumin-pr6n", serif; */
  /* font-weight: 400; */
  font-family: "source-han-serif-japanese", serif;
  font-weight: 600;
}

.wrapper {
  background-color: #eef1ec !important;
}

/* 基本のリンクスタイル */
a {
  color: #220000;
  border: none;
}

/* スマホ専用表示クラス */
.sp-only {
  display: block;
}

/* PC専用表示クラス */
.pc-only {
  display: none;
}

/* ========================================
  レイアウトコンテナ
======================================== */

/* ========================================
  ヘッダー
======================================== */
header { /* 本番環境用 */
  position: sticky;
  top: 0;
  z-index: 100;
}

.horiguchi-header {
  position: sticky;
  top: 0;
  background-color: #eef1ec;
  border-bottom: 1px solid #220000;
  z-index: 100; /* 他の要素の上に表示されるように */
}

.header-container {
  width: 100%;
}

/* 上部：アクションアイテム */
.header-top {
  padding: 12px 20px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cart-icon,
.user-icon {
  background: none;
  font-size: 20px;
  cursor: pointer;
  padding: 6px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
}

.cart-svg,
.user-svg {
  width: 20px;
  height: 20px;
}

.cart-svg {
  width: 22px;
  height: 22px;
}

.sp-menu-button {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 28px;
  height: 20px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

.hamburger-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: black;
  transition: all 0.3s ease;
  transform-origin: center;
}

.register-btn {
  background-color: #3b6442;
  border-radius: 15px;
  padding: 2px 10px;
  font-size: 8px;
  color: white;
  cursor: pointer;
  letter-spacing: 0.5px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
}

/* ========================================
  モーダルメニュー
======================================== */
.modal-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 22, 8, 0.88);
  z-index: 1000;
  overflow-y: auto;
}

.modal-menu.active {
  display: block;
}

.modal-menu-content {
  width: 76%;
  margin: 0 auto;
  padding: 60px 20px 40px;
  min-height: 100%;
  position: relative;
}

.modal-close-btn {
  position: fixed;
  top: 20px;
  right: 14px;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 36px;
  font-weight: 300;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  width: 48px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
  z-index: 1001;
}

.close-svg {
  width: 100%;
}

.modal-close-btn:hover {
  opacity: 0.7;
}

.modal-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.modal-nav-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.modal-nav-group:last-child {
  margin-bottom: 0;
}

.modal-nav-group a {
  text-align: left;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 0;
  transition: opacity 0.2s ease;

}

.modal-nav-group-header {
  display: flex;
  flex-direction: column;
}

.modal-nav-group-body {
  display: flex;
  flex-direction: column;
}

.modal-nav-group .modal-nav-group-title {
  font-size: 24px;
  margin-bottom: 12px;
}

.modal-nav a:hover {
  opacity: 0.7;
}

/* 下部：ブランドロゴ */
.header-bottom {
  padding: 12px 16px;
  display: flex;
  align-items: center;
}

.header-bottom a {
  width: 100%;
  display: block;
}

.logo-svg {
  width: 100%;
  height: auto;
}

/* 区切り線 */
.header-divider {
  height: 1px;
  background-color: #8B4513; /* ダークブラウン */
  margin: 0 20px;
}

/* ========================================
  フッター
======================================== */
.horiguchi-footer {
  padding: 40px 24px 20px;
  margin-top: 40px;
  border-top: 1px solid #220000;
  background-color: #eef1ec;
}

.footer-container {
}

.horiguchi-footer hr {
  margin: 30px 0;
  border-top: 1px solid #220000;
}

.horiguchi-footer .copyright {
  margin: 0;
  text-align: left;
}

.horiguchi-footer .copyright small {
  font-size: 10px;
}

.footer-logo-nav {
}

.footer-logo {
  margin-bottom: 18px;
  width: 78%;
}

.footer-logo img {
  width: 100%;
  height: auto;
}

.footer-logo-nav-links {
  display: none;
}

.footer-concept-sp p {
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 10px 0;
}

.footer-nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-nav-left,
.footer-nav-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-nav-left a,
.footer-nav-right a {
  font-size: 14px;
  color: #220000;
  text-decoration: none;
}

.footer-nav-right a {
  text-decoration: underline;
}

.footer-nav-left a:hover,
.footer-nav-right a:hover {
  text-decoration: underline;
}

.footer-bottom {
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  margin-bottom: 48px;
}

.footer-links a {
  font-size: 9px;
  color: #220000;
  text-decoration: none;
  white-space: nowrap;
}

.footer-links a:hover {
  text-decoration: underline;
}

/* ========================================
  ナビゲーション
======================================== */
nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 15px;
}

/* ========================================
  ページトップボタン
======================================== */
.page-top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #ffffffdc;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.2s ease;
  z-index: 100;
}

.page-top-btn:hover {
  transform: translateY(-2px);
}

.page-top-btn.active {
  opacity: 1;
  visibility: visible;
}

.page-top-btn img {
  width: 24px;
  height: 24px;
}

/* ========================================
  メディアクエリ（タブレット以上）
======================================== */
@media screen and (min-width: 768px) {
  /* タブレット＆PC用のスタイルをここに追加 */
  .page-top-btn {
    bottom: 30px;
    right: 30px;
    width: 70px;
    height: 70px;
  }

  .page-top-btn img {
    width: 24px;
    height: 24px;
  }
}

/* ========================================
  メディアクエリ（PC以上）
======================================== */
@media screen and (min-width: 768px) {
  /* ヘッダーを横並びに */
  .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 26px 0 3px;
    max-width: 1440px;
    width: 94%;
    margin: 0 auto;
  }

  /* 上部：アクションアイテムを右側に */
  .header-top {
    padding: 0;
    order: 2;
  }

  .header-actions {
    gap: 16px;
  }

  .register-btn {
    font-size: 10px;
    padding: 2px 12px;
    border-radius: 20px;
  }

  .cart-icon,
  .user-icon {
    width: 36px;
    height: 36px;
  }

  .cart-svg,
  .user-svg {
    width: 24px;
    height: 24px;
  }

  .cart-svg {
    width: 26px;
    height: 26px;
  }

  .sp-menu-button {
    width: 30px;
    height: 22px;
  }

  /* 下部：ブランドロゴを左側に */
  .header-bottom {
    padding: 0;
    order: 1;
    flex-shrink: 0;
    min-width: 200px;
  }

  .header-bottom a {
    width: auto;
    display: block;
    line-height: 0;
  }

  .logo-svg {
    width: 500px;
    height: auto;
    display: block;
    object-fit: contain;
  }

  .pc-only {
    display: block;
  }

  /* スマホ専用表示クラス：PCでは非表示 */
  .sp-only {
    display: none;
  }

  /* ========================================
    Footer（パソコン用）
  ======================================== */
  .horiguchi-footer {
    margin-top: 70px;
    padding: 50px 0 40px;
  }

  .footer-container {
    max-width: 1080px;
    margin: 0 auto;
  }

  .footer-logo-nav {
    display: flex;
    align-items: top;
    margin-bottom: 50px;
  }

  .footer-logo {
    width: 460px;
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .footer-logo-nav-links {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-left: auto;
  }

  .footer-logo-nav-links a {
    font-size: 14px;
    color: #220000;
    text-decoration: none;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }

  .footer-logo-nav-links a:hover {
    text-decoration: underline;
  }

  .footer-concept-sp {
    margin-bottom: 44px;
  }

  .footer-concept-sp p {
    line-height: 2.3;
    font-size: 13px;
  }

  .footer-nav {
    margin-bottom: 74px;
  }

  .footer-nav-right {
    gap: 20px;
  }

  .footer-nav-right a {
    font-size: 14px;
    letter-spacing: 0.05em;
  }

  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer-links {
    font-size: 13px;
    margin-bottom: 0;
  }

  .footer-links a {
  }

  .horiguchi-footer .copyright {
  }

  .horiguchi-footer .copyright small {
  }

  /* ========================================
    モーダルメニュー（パソコン用）
  ======================================== */
  .modal-menu {
  }

  .modal-menu-content {
    width: 624px;
    padding: 200px 0 40px;
  }

  .modal-nav {
    gap: 4px;
  }

  .modal-nav-group {
    flex-direction: row;
    align-items: flex-start;
  }

  .modal-nav-group-header {
    flex-shrink: 0;
    width: 54%;
  }

  .modal-nav-group-body {
    flex: 1;
    padding: 8px 0;
    gap: 4px;
  }

  .modal-nav-group-title {
    margin-bottom: 0;
  }

  .modal-close-btn {
    width: 64px;
    top: 30px;
  }

  .close-svg {
  }
}

/* ========================================
  トップページ固有のスタイル
======================================== */

/* ========================================
  ヒーローセクション
======================================== */
.hero {
  width: 94%;
  margin: 0 auto;
  padding: 20px 0;
}

.hero-content {
  padding: 20px 10px 30px;
}

.hero-content-title {
  font-size: 18px;
  line-height: 2.2;
  margin-bottom: 14px;
  display: inline-block;
}

.hero-images {
  position: relative;
  display: flex;
  height: 580px;
  width: 100%;
  margin: 0 auto 40px;
}

.hero-images-container {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.hero-images-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: #0d180dbd;
}

.hero-image-left,
.hero-image-right {
  flex: 1;
  overflow: hidden;
}

.hero-image-left img,
.hero-image-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-logo-overlay {
  position: absolute;
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
}

.hero-logo {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.hero-text {
  padding: 0 0.5em;
}

.hero-text p {
  line-height: 2;
  font-size: 17px;
  letter-spacing: 0.05em;
}

/* ========================================
  ラインナップセクション
======================================== */
.lineup h2 {
  padding: 40px 0 10px;
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
  border-top: 1px solid #220000;
  border-bottom: 1px solid #220000;
}

/* ========================================
  ラインナップグリッド
======================================== */
.lineup-grid {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #220000;
  margin: 0 auto;
}

/* ========================================
  アイテム共通スタイル
======================================== */
.lineup-item {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0 52px;
  border-bottom: 1px solid #220000;
}

.lineup-item:last-child {
  border-bottom: none;
}

.lineup-item-content {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: inherit;
}

/* ========================================
  アイテム画像スタイル
======================================== */
.item-image-wrapper {
  width: 100%;
  overflow: hidden;
  margin-bottom: 24px;
}

.item-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease-in-out;
  transform-origin: center center;
}

.item-image-wrapper:hover .item-image {
  transform: scale(1.03);
}

/* ========================================
  アイテムテキストスタイル
======================================== */
.item-text {
  padding: 0 14px;
}

.item-name-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.item-name {
  font-size: 17px;
  margin: 0;
}

.producing-area {
  font-size: 12px;
}

.btn-detail {
  font-size: 0.7em;
  padding: 0 6px 3px;
  text-decoration: none;
  border-bottom: 1px solid #252525;
}

/* ========================================
  新しいNewsセクション（既存と同じスタイル）
======================================== */
.__block--news {
  padding: 20px 0;
  font-size: 15px !important;
}

.__block--news .__heading.c-heading-main,
.__block--news .__heading.__heading--default {
  width: 82%;
  margin: 0 auto;
  padding: 20px 0 0;
}

.__block--news .__heading.c-heading-main > span,
.__block--news .__heading.__heading--default > span {
  font-size: 0.7em;
  font-weight: 400;
  margin-bottom: 1em;
  letter-spacing: 0.08em;
  display: block;
}

.__block--news .__body {
  width: 82%;
  margin: 0 auto;
  padding: 0 0 10px;
}

.__block--news .__body > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.__block--news .__body > ul > li {
  width: 100%;
  margin-bottom: 15px;
}

.__block--news .__body > ul > li > a {
  width: 100%;
  display: flex;
  align-items: top;
  font-size: 15px !important;
  margin: 0;
  color: #220000 !important;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.__block--news .__date {
  font-size: 15px !important;
  margin-right: 16px;
  flex-shrink: 0;
  line-height: 1.6;
}

.__block--news .__title {
  display: flex;
  flex-direction: column;
  flex: 1;
  font-size: 15px !important;
}

.__block--news .__label {
  display: none;
}

.__block--news .__subject {
  display: block;
  font-size: 15px !important;
  line-height: 1.6;
}

.__block--news .__body > ul > li > a:hover {
  opacity: 0.6;
}

/* ========================================
  APPROACHESセクション
======================================== */
.approaches h2 {
  padding: 40px 0 10px;
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
  border-top: 1px solid #220000;
  border-bottom: 1px solid #220000;
}

.approach-intro {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
}

.approach-intro p {
  margin: 0 0 2em 0;
  line-height: 1.8;
  font-size: 17px;
}

.approach-intro_underline {
  text-decoration: underline;
}

.approach-menu {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.approach-menu li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  border-bottom: 1px solid #000;
}

.approach-menu {
  border-top: 1px solid #000;
}

.approach-menu li:last-child {
  border-bottom: none;
}

.approach-menu-link {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 6%;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.approach-menu-link:hover {
  background-color: rgba(34, 0, 0, 0.05);
}

.approach-menu-link > .approach-title, .approach-menu-link > .approach-description {
  color: #220000;
  font-size: 19px;
}

.approach-description {
  display: none;
}

.approach-menu .arrow {
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  display: inline-block;
}

/* ========================================
  APPROACHアイテム
======================================== */
.approach-item-image-full {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.approach-container {
  width: 90%;
  margin: 0 auto;
}

.approach-item {
  padding: 30px 0;
}

.approach-item h3 {
  font-size: 26px;
  line-height: 1.6;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
  font-weight: 600;
}

.approach-content {
}

.approach-detail {
  font-size: 17px;
  margin-bottom: 24px;
  line-height: 1.8;
}

.approach-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 15px 0;
}

.approach-images {
}

.approach-images-2col,
.approach-images-1col {
}

.approach-images-2col .approach-image,
.approach-images-1col .approach-image {
  margin: 15px 0;
}

/* ========================================
  メディアクエリ（PC以上）
======================================== */
@media screen and (min-width: 768px) {
  /* ヒーローセクション */
  .hero-content {
    margin-bottom: 98px;
    padding: 0;
    padding-left: 6%;
  }

  .hero-content-title {
    font-size: 20px;
    line-height: 2.3;
    margin-bottom: 0;
  }

  .hero-english-text {
    font-size: 0.85em;
  }

  /* conceptセクション */
  .hero {
    padding: 94px 0 122px;
    margin: 0 auto;
    max-width: 1440px;
  }

  .hero-images {
    width: 100%;
    height: auto;
    margin-bottom: 110px;
  }

  .hero-images-container {
    max-height: 1000px;
    width: 100%;
    margin: 0 auto;
  }

  .hero-image-left {
  }

  .hero-image-right {
  }

  .hero-logo-overlay {
    widtH: 30%;
  }

  .hero-logo {
  }

  .hero-text {
    width: 71%;
    max-width: 1080px;
    margin: 0 auto;
  }

  .hero-text p {
    line-height: 2.4;
  }

  /* lineupセクション */
  .lineup {
  }

  .lineup h2 {
    font-size: 1.55em;
    padding: 56px 0 8px;
    letter-spacing: 0.12em;
  }

  .lineup-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    max-width: 1440px;
  }

  .lineup-item {
    width: 100%;
    border-top: 0;
    border-bottom: 1px solid #220000;
    border-left: 0;
    border-right: 0;
    padding: 26px 0 52px;
    margin: 0;
  }

  .lineup-item:nth-child(2n) {
    border-left: 1px solid #220000;
  }

  .lineup-item:last-child, .lineup-item:nth-last-child(2) {
    border-bottom: 0;
  }



  .lineup-item-content {
  }

  .item-image-wrapper {
    margin-bottom: 20px;
  }

  .item-image {
    max-height: 400px;
  }

  .item-text {
    padding: 0 20px;
  }

  .producing-area {
  }

  .item-name-row {
  }

  .item-name {
    font-size: 21px;
  }

  .btn-detail {
    font-size: 0.9em;
    padding-bottom: 3px;
  }

  /* 新しいNewsセクション（PC版） */
  .__block--news .__heading.c-heading-main,
  .__block--news .__heading.__heading--default {
    width: 66%;
    max-width: 1080px;
    margin: 0 auto;
  }

  .__block--news .__heading.c-heading-main > span,
  .__block--news .__heading.__heading--default > span {
    margin-bottom: 1.24em;
  }

  .__block--news .__body {
    width: 66%;
    max-width: 1080px;
    margin: 0 auto;
  }

  .__block--news .__body > ul > li > a {
    font-size: 15px !important;
  }

  .__block--news .__date {
    margin-right: 32px;
    font-size: 15px !important;
  }

  .__block--news .__title {
    font-size: 15px !important;
  }

  .__block--news .__subject {
    font-size: 15px !important;
  }

  /* approachesセクション */
  .approaches {
  }

  .approaches h2 {
    font-size: 1.55em;
    padding: 56px 0 8px;
    letter-spacing: 0.12em;
    margin-bottom: 1.8em;
  }

  .approach-intro {
    width: 66%;
    padding-bottom: 2.2em;
    max-width: 1080px;
    margin: 0 auto;
  }

  .approach-intro p {
    margin-bottom: 2.2em;
    line-height: 2.5;
  }

  .approach-intro_underline {
  }

  .approach-menu {
    width: 77%;
    margin: 0 auto 70px;
    max-width: 1080px;
  }

  .approach-menu li {
  }

  .approach-menu li:last-child {
    border-bottom: 1px solid #220000;
  }

  .approach-menu-link {
    position: relative;
    padding: 43px 0;
    display: flex;
    justify-content: space-between;
    background-color: transparent;
    transition: background-color 0.3s ease;
  }

  .approach-menu-link:hover {
    background-color: #f5f5f0;
  }


  .approach-menu-link > .approach-title {
    font-size: 21px;
    width: 27%;
    flex-shrink: 0;
    text-align: center;
  }

  .approach-menu-link > .approach-description {
    width: 61%;
    flex-shrink: 0;
    display: block;
    color: #220000;
    font-size: 16px;
    line-height: 1.6;
    padding-right: 14.5%;
  }

  .approach-menu .arrow {
    position: absolute;
    right: 2.6%;
    top: 50%;
    transform: translateY(-50%);
  }

  .approach-item-image-full {
    margin-bottom: 44px;
    height: 600px;
    margin: 0 auto;
  }

  .approach-container {
    max-width: 1080px;
    width: 77%;
    margin: 0 auto;
  }

  .approach-item {
    margin-bottom: 20px;
    padding-top: 80px;
  }

  .approach-item h3 {
    font-size: 37px;
    margin-bottom: 46px;
  }

  .approach-content {
    padding-left: 13%;
  }

  .approach-detail {
    width: 100%;
    line-height: 1.95;
    margin-bottom: 42px;
  }

  .approach-images {
    display: flex;
    flex-direction: column;
    margin-top: 22px;
  }

  .approach-images-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-bottom: 22px;
  }

  .approach-images-1col {
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
  }

  .approach-images-2col .approach-image,
  .approach-images-1col .approach-image {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .approach-images-1col .approach-image {
    max-width: 100%;
  }

  .approach-image {
  }
}

/* ========================================
  商品詳細ページ（item.html）固有のCSS
======================================== */

/* パンくずリスト非表示 */
.__breadcrumb {
  display: none;
}

/* おすすめ商品セクション非表示 */
.main--product-detail .__block.__block--recommend {
  display: none !important;
}

/* メインコンテナ */
.__inner {
  margin: 0 auto;
}

/* 商品情報セクション */
.main--product-detail .__information {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 40px 0 60px;
  padding: 0 16px;
}

/* 商品画像セクション */
.main--product-detail .__primary {
  width: 100%;
}

.main--product-detail .__photo {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.main--product-detail .__main {
  width: 100%;
  border: none;
  overflow: hidden;
}
.main--product-detail .__main a {
  display: block;
  width: 100%;
}
.main--product-detail .__main img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

 .main--product-detail .__sub {
  width: 100%;
}

 .main--product-detail .__sub ul {
  display: flex;
  flex-direction: row;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

 .main--product-detail .__sub li {
  flex: 1;
  width: 100%;
}

 .main--product-detail .__sub a {
  display: block;
  width: 100%;
  height: auto;
  border: none;
  background-color: #ffffff;
  overflow: hidden;
}

 .main--product-detail .__sub img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* 商品詳細情報セクション */
.main--product-detail .__secondary {
  width: 100%;
  padding-top: 10px;
}

/* カテゴリーラベル */
.main--product-detail .__category-label {
  font-size: 14px;
  margin-bottom: 4px;
}

.main--product-detail .__title {
  font-size: 22px;
  color: #220000;
  margin: 0 0 20px 0;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 400;
}

/* 仕様テーブル（送料について・そのほか注意事項） */
.main--product-detail .__secondary .__spec {
  margin-top: 30px;
}

.main--product-detail .__secondary .__spec .__table {
  width: 100%;
  border-collapse: collapse;
  display: block;
}

.main--product-detail .__secondary .__spec  .__table tbody {
  display: block;
}

.main--product-detail .__secondary .__spec  .__table tr {
  display: block;
  border-top: 1px solid #220000;
}

.main--product-detail .__secondary .__spec  .__table tr:last-child {
  border-bottom: 1px solid #220000;
}

.main--product-detail .__secondary .__spec .__table th {
  padding: 18px 0;
  border: none;
  text-align: left;
  font-size: 14px;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.main--product-detail .__secondary .__spec .__table th {
  font-weight: 600;
  position: relative;
  padding-right: 40px;
  transition: background-color 0.2s ease;
}

.main--product-detail .__secondary .__spec .__table th::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url('https://files.bcart.jp/horiguchi-green/uploads/material/accordion_arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}

.main--product-detail .__secondary .__spec .__table th.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
}

.main--product-detail .__secondary .__spec .__table td {
  background-color: #ffffff;
  display: none;
  transition: opacity 0.3s ease;
  padding: 18px 8px;
  font-size: 14px;
}

.main--product-detail .__secondary .__spec .__table th.accordion-open + td {
  display: block;
}

/* 注文フォームセクション */
.p-product-set {
  margin: 40px auto;
  overflow: hidden;
  width: 92%;
  max-width: 1440px;
}

.p-product-set table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.p-product-set thead {
  display: none;
}

.p-product-set .__item {
  display: flex;
  flex-direction: column;
}

.p-product-set tbody td {
  border-bottom: 1px solid #220000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 12px;
}

.p-product-set tbody td div {
  display: flex;
}

.p-product-set tbody td .__name {
  font-size: 18px;
  font-weight: 400;
}

.p-product-set tbody td .__heading {
  font-size: 12px;
}

.p-product-set tbody td .__body {
  font-size: 16px;
}

.p-product-set tbody td.__order .__input .__js-order-count {
  text-align: right;
  margin-right: 8px;
}

.p-product-set tbody td.__order .__input .__spin{
  flex-direction: row;
}

.p-product-set tbody td.__price .__body::after {
  content: " 税込";
  margin-left: 10px;
}

.p-product-set tbody td .__body .__detail {
  display: none;
}

.p-product-set .__spin {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.p-product-set .__spin .__minus,
.p-product-set .__spin .__plus {
  width: 24px;
  height: 24px;
  border: 1px solid #220000;
  background-color: #ffffff;
  color: #220000;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, color 0.2s ease;
  user-select: none;
  border-radius: 50%;
}

.p-product-set .__spin .__minus:hover,
.p-product-set .__spin .__plus:hover {
  background-color: #deb85b;
  color: #ffffff;
}

.p-product-set .__spin .__minus::before {
  content: "−";
  display: block;
}

.p-product-set .__spin .__plus::before {
  content: "+";
  display: block;
}

.p-product-set .__cart-count {
  margin-left: 8px;
  font-size: 12px;
  color: #666;
}

/* カート追加ボタン */
.__add-cart {
  text-align: center;
  margin-top: 40px;
}

.main--product-detail .__submit {
  width: 100%;
  max-width: 400px;
  padding: 16px 32px;
  background-color: #deb85b;
  color: #220000;
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  letter-spacing: 0.05em;
}

.main--product-detail .__submit:hover {
  background-color: #c8a055;
  transform: translateY(-2px);
}

.main--product-detail .__submit:active {
  background-color: #b8904f;
  transform: translateY(0);
}

/* フリースペース */
.main--product-detail .__common-content-middle,
.main--product-detail .__content-bottom {
  padding: 40px 0;
  font-size: 14px;
  color: #666;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* FEATURESセクション */
.__content-bottom hr {
  margin: 40px 0;
  border-top: 1px solid #220000;
  height: 0;
  width: 100%;
}

.features-image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  object-fit: cover;
  object-position: bottom;
}

.features-container {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}

.features-container-heading {
  font-size: 1.5em;
  color: #220000;
  margin: 0 auto;
  width: 90%;
}

.features-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.features-result-content {
  width: 90%;
  max-width: 1440px;
  margin-bottom: 40px;
}

.features-result-content h3 {
  font-size: 1.5em;
  color: #220000;
  margin-bottom: 20px;
}

.features-result-content-inner {
  max-width: 1080px;
}

.features-result-content-inner p {
  color: #220000;
  line-height: 2;
}

.features-result-image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.features-heading-block {
  width: 100%;
  margin-bottom: 24px;
}

.features-heading-tab-list {
  margin-top: 16px;
}

.features-heading-tab-button {
  width: 100%;
  padding: 10px 0;
  border: none;
  background-color: transparent;
  text-align: left;
  font-size: 1.1em;
  color: #6e6363;
  cursor: pointer;
}

.features-heading-tab-button.active {
  color: #220000;
  font-weight: 600;
  text-decoration: underline;
}

.features-content {
  width: 90%;
  margin: 0 auto 40px;
}

.features-content h3 {
  font-size: 1.5em;
  color: #220000;
  margin-bottom: 20px;
}

.features-content-inner {
  max-width: 1080px;
}

.features-main .features-content-inner {
  width: 90%;
  margin: 0 0 40px 0;
  max-width: 1080px;
}

.features-content-inner p {
  color: #220000;
  line-height: 2;
}

.features-content img {
  width: 100%;
  height: auto;
}

.features-description {
  font-size: 1.3em;
  color: #220000;
  line-height: 1.8;
}

/* タブコンテナ */
.features-tab-container {
  width: 90%;
  margin: 0 auto;
  max-width: 1080px;
  padding-bottom: 36px;
  /* border-bottom: 1px solid #220000; */
}

.features-main .features-tab-container {
  width: 90%;
  margin: 0;
  max-width: 1080px;
}

/* タブアイテム（ボタンとコンテンツのペア） */
.features-tab-item {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #220000;
}

.features-tab-item:last-child {
  border-bottom: 1px solid #220000;
}

/* タブボタン */
.features-tab-button {
  width: 100%;
  padding: 18px 10px;
  padding-right: 40px;
  background-color: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: 1.2em;
  color: #6e6363;
  position: relative;
  transition: background-color 0.2s ease;
}

.features-tab-button::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url('https://files.bcart.jp/horiguchi-green/uploads/material/accordion_arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}

.features-tab-button.active {
  font-weight: 600;
  color: #220000;
}

.features-tab-button.active::after {
  transform: translateY(-50%) rotate(90deg);
}

/* タブコンテンツ */
.features-tab-content {
  font-size: 16px;
  line-height: 1.8;
  color: #220000;
  padding: 20px 10px;
}

.features-tab-content p {
  margin: 0;
}

.features-tab-content img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}

/* 次のタブに移動するボタン */
.next-tab-button {
  display: none;
  margin-top: 34px;
  width: 100%;
  padding: 18px 40px 18px 10px;
  background-color: transparent;
  color: #220000;
  border-top: 1px solid #220000;
  border-bottom: 1px solid #220000;
  border-left: none;
  border-right: none;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}

.next-tab-button::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url('https://files.bcart.jp/horiguchi-green/uploads/material/accordion_arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.next-tab-button:hover {
  background-color: #f5f5f0;
}

.next-tab-button:active {
  background-color: #f5f5f0;
}

/* タブレット以上（PC含む） */
@media screen and (min-width: 768px) {
  .main--product-detail .__content-bottom hr {
    margin: 80px 0;
  }

  .main--product-detail .__information {
    flex-direction: row;
    gap: 26px;
    margin: 46px auto 100px;
    padding: 0;
    width: 90%;
    max-width: 1440px;
  }

  .main--product-detail .__primary {
    width: 62%;
    flex-shrink: 0;
  }

  .main--product-detail .__secondary {
    width: 55%;
    flex: 1;
  }

  /* 注文フォームセクション */
  .p-product-set tbody td .__name {
    font-size: 24px;
  }

  .p-product-set tbody td .__heading {
    font-size: 14px;
  }

  .p-product-set tbody td .__body {
    font-size: 20px;
  }

  .main--product-detail .__category-label {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .main--product-detail .__submit {
    padding: 16px 20px;
    font-size: 16px;
  }

  .features-result-content h3 {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .features-result-content-inner {
    width: 100%;
    margin: 0 auto;
  }

  .features-container {
    flex-direction: row;
    align-items: flex-start;
    gap: 50px;
    max-width: 1440px;
    width: 90%;
    margin: 0 auto;
  }

  .features-result-image {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
  }

  .features-heading-block {
    width: 30%;
    flex-shrink: 0;
    margin-bottom: 0;
  }

  .features-heading-block .features-container-heading {
    width: 100%;
  }

  .features-heading-tab-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 32px;
  }

  .features-heading-tab-button {
    font-size: 1.2em;
    padding: 0;
  }

  .features-container-heading {
    font-size: 1.8em;
    margin: 0;
    width: 30%;
    flex-shrink: 0;
  }

  .features-main {
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
  }

  .features-main .features-content-inner {
    width: 100%;
    margin: 0 0 40px 0;
    padding-left: 0;
  }

  .features-main .features-tab-container {
    width: 100%;
    margin: 0;
    padding-bottom: 0;
    /* border-bottom: none; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  /* PC版：タブアイテムの配置制御 */
  .features-tab-item {
    border: none;
    display: contents;
  }

  .features-tab-item:last-child {
    border-bottom: none;
  }

  /* PC版：タブボタンを横並びに配置 */
  .features-tab-button {
    width: auto;
    border: none;
    font-size: 1.4em;
    padding: 0 28px 0 0;
    display: none;
    order: 1;
  }

  .features-tab-button::after {
    display: none;
  }

  .features-tab-button.active {
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: -1px;
  }

  /* PC版：タブコンテンツを下に配置 */
  .features-tab-content {
    order: 2;
    width: 100%;
    padding: 0;
  }

  .features-tab-content img {
    margin-bottom: 28px;
  }

  .features-content .features-content-inner {
    padding-left: 6.5%;
  }

  .features-content h3 {
    font-size: 1.8em;
    margin-bottom: 55px;
  }

  .features-image {
    margin-bottom: 60px;
    max-height: 600px;
  }

  /* PC画面でのみ次のタブボタンを表示 */
  .next-tab-button {
    display: inline-block;
  }
}