@charset "UTF-8";

/* ==========================================================================
   style001: 固定ヘッダー
   ========================================================================== */

/* --- 固定ヘッダーの強制設定 --- */
.orichan-fixed-header-wrapper {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100px !important;
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #ececec !important;
  z-index: 999999 !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  display: flex;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
}

/* コンテンツの重なり防止 */
body {
  padding-top: 100px !important; /* ヘッダーの高さに合わせて調整 */
  margin: 0 !important;
}

.orichan-header-container {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 左：ロゴ画像 */
.orichan-logo {
  height: 60px;
  display: flex;
  align-items: center;
}
.orichan-logo img {
  height: 100%;
  width: auto;
  display: block;
  object-fit: contain;
  pointer-events: none;
}

/* 右：連絡先エリア */
.orichan-contact-area {
  display: flex;
  align-items: center;
  gap: 20px;
}

.orichan-phone {
  text-decoration: none !important;
  color: #111 !important;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.orichan-phone-label {
  font-size: 10px;
  font-weight: bold;
  color: #6b7280;
}
.orichan-phone-number {
  font-size: 19px;
  font-weight: 800;
  line-height: 1.2;
}

/* LINEボタン */
.btn-line-header {
  background: #00B900 !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 13px;
  padding: 10px 20px;
  border-radius: 999px;
  transition: opacity 0.2s;
}

/* スマホ調整 */
@media (max-width: 600px) {
  body { padding-top: 60px !important; }
  .orichan-fixed-header-wrapper { height: 60px !important; }
  .orichan-contact-area { gap: 10px; }
  .orichan-phone-label { display: none; }
  .orichan-phone-number { font-size: 16px; }
  .btn-line-header { padding: 8px 12px; font-size: 11px; }
  .orichan-logo { height: 40px; }
}





/* ==========================================================================
   商品ラインナップ（ワインレッドエディション）
   ========================================================================== */

.orichan-catalog-winered-edition {
  padding: 15px 5px;
  background: #fff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.orichan-catalog-winered-edition .section-header {
  margin-bottom: 20px;
  border-left: 10px solid #c5a253;
  padding-left: 15px;
}

.orichan-catalog-winered-edition .main-title {
  font-size: 28px;
  font-weight: 900;
  color: #111;
  margin: 0;
  text-align: left;
}

.orichan-catalog-winered-edition .product-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.orichan-catalog-winered-edition .product-card {
  background: #fff;
  border: 2px solid #c5a253;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}

.orichan-catalog-winered-edition .product-badge {
  position: absolute;
  top: 0;
  left: 0;
  background: #800000;
  color: #fff;
  padding: 6px 10px;
  font-size: 15px;
  font-weight: 900;
  z-index: 10;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.orichan-catalog-winered-edition .product-image-area {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  box-sizing: border-box;
  margin-top: 36px;
}

.orichan-catalog-winered-edition .product-image-area img {
  max-width: 95%;
  max-height: 95%;
  object-fit: contain;
}

.orichan-catalog-winered-edition .product-body {
  padding: 10px 4px;
  flex-grow: 1;
  text-align: center;
}

.orichan-catalog-winered-edition .catch-copy {
  display: block;
  font-size: 13px;
  color: #c5a253;
  font-weight: 900;
  margin-bottom: 4px;
  line-height: 1.2;
}

.orichan-catalog-winered-edition .product-id-name {
  font-size: 18px;
  font-weight: 900;
  color: #000;
  margin-bottom: 8px;
  line-height: 1.2;
}

.orichan-catalog-winered-edition .base-wine {
  font-size: 11px;
  font-weight: 900;
  color: #666;
  margin-bottom: 8px;
  display: block;
  min-height: 1.2em;
}

.orichan-catalog-winered-edition .spec-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3px;
}

.orichan-catalog-winered-edition .spec-tag {
  font-size: 10px;
  background: #f8f8f8;
  color: #333;
  padding: 2px 5px;
  font-weight: bold;
  border: 1px solid #ddd;
}

.orichan-catalog-winered-edition .product-footer {
  padding: 12px 2px;
  border-top: 2px solid #c5a253;
  background: #fffdf2;
  text-align: center;
}

.orichan-catalog-winered-edition .price-amount {
  font-size: 20px;
  font-weight: 900;
  color: #000;
}

.orichan-catalog-winered-edition .price-sub {
  font-size: 10px;
  font-weight: bold;
  display: block;
  margin-top: 2px;
}

@media (max-width: 1100px) {
  .orichan-catalog-winered-edition .product-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .orichan-catalog-winered-edition .main-title { font-size: 19px; }
  .orichan-catalog-winered-edition .section-header {
    border-left: 6px solid #c5a253;
    padding-left: 10px;
    margin-bottom: 12px;
  }
  .orichan-catalog-winered-edition .product-grid { 
    grid-template-columns: repeat(2, 1fr); 
    gap: 8px; 
  }
  .orichan-catalog-winered-edition .product-id-name {
    font-size: 13px !important;
    margin-bottom: 4px;
    line-height: 1.2;
    padding: 0 2px;
  }
  .orichan-catalog-winered-edition .catch-copy { font-size: 10px; margin-bottom: 2px; }
  .orichan-catalog-winered-edition .product-badge { font-size: 11px; padding: 3px 2px; }
  .orichan-catalog-winered-edition .product-image-area { margin-top: 26px; }
  .orichan-catalog-winered-edition .price-amount { font-size: 16px; }
  .orichan-catalog-winered-edition .spec-tag { font-size: 8px; padding: 1px 3px; }
  .orichan-catalog-winered-edition .product-body { padding: 8px 2px; }
  .orichan-catalog-winered-edition .product-footer { padding: 8px 2px; }
}

@media (max-width: 350px) {
  .orichan-catalog-winered-edition .product-id-name { font-size: 11px !important; }
  .orichan-catalog-winered-edition .price-amount { font-size: 14px; }
}





/* ==========================================================================
   テンプレート紹介（スライド表示・拡大演出）
   ========================================================================== */

.orichan-template-part {
  --gold: #c5a253;
  --line: #ececec;
  max-width: 100%;
  margin: 40px auto;
  font-family: sans-serif;
  text-align: center;
}

.orichan-template-part .tmpl-btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--gold);
  color: #fff !important;
  padding: 14px 30px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  transition: 0.3s;
  box-shadow: 0 4px 15px rgba(197, 162, 83, 0.4);
}

.orichan-template-part .tmpl-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  display: block;
}

.orichan-template-part .tmpl-scroll-wrapper {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  padding: 15px 20px 35px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  justify-content: flex-start; 
}

.orichan-template-part .tmpl-item {
  flex: 0 0 180px; /* スマホサイズ */
  scroll-snap-align: center;
  text-align: center;
}

@media (min-width: 769px) {
  .orichan-template-part .tmpl-scroll-wrapper {
    justify-content: center; 
    gap: 25px;
  }
  .orichan-template-part .tmpl-item {
    flex: 0 0 240px; /* PCサイズ（大きく表示） */
  }
}

.orichan-template-part .tmpl-img-box {
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  background: #fff;
  aspect-ratio: 6 / 5; 
  transition: box-shadow 0.4s ease;
}

.orichan-template-part .tmpl-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: zoom-in;
}

.orichan-template-part .tmpl-img-box:hover img {
  transform: scale(1.2);
}

.orichan-template-part .tmpl-img-box:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.orichan-template-part .tmpl-id {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
  color: #333;
}




/* ==========================================================================
   ご注文の流れ（グリッドレイアウト）
   ========================================================================== */

.orichan-flow-wrapper {
  box-sizing: border-box;
  color: #111;
  background: #fff;
  font-family: system-ui, sans-serif;
  max-width: 1120px;
  margin: 0 auto;
  --gold: #c5a253;
  --line: #ececec;
}

.orichan-flow-wrapper *, 
.orichan-flow-wrapper *::before, 
.orichan-flow-wrapper *::after {
  box-sizing: inherit;
}

.orichan-flow-wrapper .flow-section {
  padding: 30px 15px 10px;
}

.orichan-flow-wrapper .rule {
  border-left: 4px solid var(--gold);
  padding-left: 12px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: left; /* 左寄せ固定 */
}

/* 基本（スマホ）：2列 */
.orichan-flow-wrapper .grid-flow {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}

/* PC（900px以上）：横一列（6列） */
@media(min-width: 900px) {
  .orichan-flow-wrapper .grid-flow {
    grid-template-columns: repeat(6, 1fr);
  }
}

.orichan-flow-wrapper .card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,.03);
  text-align: center;
}

.orichan-flow-wrapper .card b {
  display: block;
  margin-bottom: 5px;
}

.orichan-flow-wrapper .card-subtext {
  font-size: 11px;
  line-height: 1.4;
}




/* ==========================================================================
   orichan-style001 完全版（ボタン緑色・サイズ維持）
   ========================================================================== */
/* --- ベース設定 --- */
.orichan { color: #111; background: #fff; font-family: system-ui, -apple-system, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif; line-height: 1.7; max-width: 1120px; margin: 0 auto; position: relative; }
.orichan { --ink: #111; --muted: #6b7280; --line: #ececec; --gold: #c5a253; --gold-weak: #e9dcc1; --accent: #00B900; --dark-gray: #555555; }
.orichan, .orichan * { box-sizing: border-box; }

/* レイアウト */
.orichan .main-layout { display: flex; flex-direction: column; gap: 20px; padding-bottom: 50px; }
@media(min-width: 1024px) {
  .orichan .main-layout { flex-direction: row; align-items: flex-start; padding: 20px; }
  .orichan .form-area { flex: 1; }
  .orichan .sidebar-area { width: 320px; position: sticky; top: 20px; z-index: 100; }
}

/* --- ボタン設定 --- */
.orichan .btn { 
  display: flex !important;
  align-items: center; 
  justify-content: center; 
  gap: 8px; 
  padding: 18px; 
  border-radius: 999px; 
  font-weight: 700; 
  cursor: pointer; 
  font-size: 18px; 
  width: 100%; 
  text-decoration: none; 
  transition: 0.3s;
  border: none !important;
}

/* 住所検索ボタン と 内容をコピーボタン（濃いグレー） */
.orichan .btn--ghost { 
  background: var(--dark-gray) !important; 
  color: #ffffff !important; 
}

/* LINEへ送るボタン（緑を維持） */
.orichan .btn--line { 
  background: var(--accent) !important; 
  color: #ffffff !important; 
}

/* スマホ固定バー内のボタンもLINE用なので緑 */
.orichan .sticky-cta .btn {
  background: var(--accent) !important;
  color: #ffffff !important;
}

/* --- その他の装飾（維持） --- */
.orichan .age-check-area { background: #fdfdfd; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 30px 15px; text-align: center; }
.orichan .age-check-label { display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-size: 18px; font-weight: bold; cursor: pointer; border: 2px solid var(--line); padding: 20px 30px; border-radius: 50px; background: #fff; }
.orichan .age-check-label.is-checked { border-color: var(--gold); background: #fffcf5; color: var(--gold); }

.orichan .type-selector { display: flex; gap: 10px; margin-bottom: 25px; }
.orichan .type-selector input { display: none; }
.orichan .type-selector label { flex: 1; text-align: center; padding: 18px 10px; cursor: pointer; border: 2px solid var(--line); border-radius: 8px; font-weight: bold; background: #f9f9f9; color: #999; font-size: 18px; }
.orichan .type-selector input:checked + label { border-color: var(--gold); background: var(--gold); color: #fff; }

.orichan .card { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 20px; margin-bottom: 15px; }
.orichan .rule { border-left: 5px solid var(--gold); padding-left: 15px; font-size: 22px; font-weight: bold; margin-bottom: 20px; text-align: left; }
.orichan .grid2 { display: grid; gap: 15px; }
@media(min-width: 600px) { .orichan .grid2 { grid-template-columns: 1fr 1fr; } }

.orichan label { display: block; font-size: 15px; font-weight: bold; margin-bottom: 10px; color: #333; text-align: left; }
.orichan input, .orichan select, .orichan textarea { width: 100%; padding: 16px; border: 1px solid var(--line); border-radius: 8px; font-size: 17px; margin-bottom: 15px; }
.orichan .highlight-select { border: 2px solid var(--gold-weak) !important; background-color: #fffdf9 !important; font-weight: bold; }

.orichan .price-card { background: #fff; border: 2px solid var(--gold); border-radius: 16px; padding: 24px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.orichan .price-card .total-price { font-size: 36px; font-weight: bold; color: var(--gold); }

.orichan .sticky-footer { position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000; }
@media(min-width: 1024px) { .orichan .sticky-footer { display: none; } }
.orichan .sticky-price-bar { background: #222; color: #fff; padding: 12px 20px; display: flex; justify-content: space-between; align-items: center; }
.orichan .sticky-price-bar .price { color: #f0c563; font-weight: bold; font-size: 24px; }
.orichan .sticky-cta { background: #fff; padding: 12px 15px; }

.orichan .check-container { display: inline-flex; align-items: center; cursor: pointer; }
.orichan .check-container input { display: none; }
.orichan .custom-box { width: 24px; height: 24px; border: 2px solid #ccc; border-radius: 4px; position: relative; margin-right: 10px; flex-shrink: 0; background: #fff; }
.orichan .check-container input:checked + .custom-box { background: var(--gold); border-color: var(--gold); }
.orichan .custom-box::after { content: ""; position: absolute; left: 7px; top: 2px; width: 7px; height: 12px; border: solid white; border-width: 0 3px 3px 0; transform: rotate(45deg); opacity: 0; }
.orichan .check-container input:checked + .custom-box::after { opacity: 1; }
.orichan .form-content.is-disabled { opacity: 0.15; pointer-events: none; filter: grayscale(1); }





/* ==========================================================================
   FAQセクション（オリシャンFAQ専用スタイル）
   ========================================================================== */
.orichan-faq { max-width: 1120px; margin: 0 auto; padding: 60px 15px; font-family: system-ui, -apple-system, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif; color: #111; background: #fff; }
.orichan-faq .faq-title { border-left: 4px solid #c5a253; padding-left: 12px; font-size: 24px; font-weight: bold; margin-bottom: 10px; letter-spacing: 0.05em; text-align: left; }
.orichan-faq .faq-title span { font-size: 14px; font-weight: normal; color: #888; margin-left: 8px; }
.orichan-faq .faq-subtitle { font-size: 14px; color: #888; margin-bottom: 30px; padding-left: 16px; text-align: left; }

/* カテゴリー見出し */
.orichan-faq .faq-category { font-size: 14px; font-weight: bold; color: #c5a253; margin: 40px 0 15px 5px; display: flex; align-items: center; gap: 8px; }
.orichan-faq .faq-category::after { content: ""; flex: 1; height: 1px; background: #eee; }

/* FAQアイテム枠 */
.orichan-faq .faq-item { margin-bottom: 12px; border: 1px solid #ececec; border-radius: 12px; overflow: hidden; background: #fff; transition: 0.2s; }
.orichan-faq .faq-item:hover { border-color: #d1b77a; box-shadow: 0 4px 12px rgba(0,0,0,0.05); }

/* 質問エリア */
.orichan-faq .faq-q { 
  background: #fdfdfd; padding: 18px 50px 18px 20px; font-weight: bold; 
  display: flex; gap: 12px; align-items: flex-start; cursor: pointer; 
  position: relative; user-select: none; text-align: left;
}
.orichan-faq .faq-q::before { content: "Q."; color: #c5a253; font-size: 1.2em; font-family: 'Times New Roman', serif; }

/* 回答エリア */
.orichan-faq .faq-a { 
  display: none; padding: 18px 20px 20px 50px; border-top: 1px solid #ececec; 
  font-size: 14px; line-height: 1.8; color: #444; background: #fff; text-align: left;
}
.orichan-faq .faq-a b { color: #c5a253; }
.orichan-faq .alert-box { background: #fffcf5; border: 1px dashed #c5a253; padding: 15px; border-radius: 8px; margin: 10px 0; color: #555; }

/* デザインプラン表 */
.orichan-faq .design-table { width: 100%; border-collapse: collapse; margin: 15px 0; font-size: 13px; }
.orichan-faq .design-table th, .orichan-faq .design-table td { border: 1px solid #eee; padding: 12px; text-align: left; }
.orichan-faq .design-table th { background: #f9f9f9; color: #c5a253; width: 30%; }

/* ゴールドボタン（サイト連携用） */
.orichan-faq .btn-gold-fix {
  display: flex !important; align-items: center; justify-content: center;
  background-color: #c5a253 !important; color: #ffffff !important;
  padding: 10px 20px !important; border-radius: 999px !important;
  text-decoration: none !important; font-weight: bold !important;
  font-size: 13px !important; border: none !important; transition: 0.3s;
}
.orichan-faq .btn-gold-fix:hover { opacity: 0.8; transform: translateY(-1px); }

/* 開閉アイコン（プラス・マイナス） */
.orichan-faq .icon-toggle { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; }
.orichan-faq .icon-toggle::before, .orichan-faq .icon-toggle::after { content: ''; position: absolute; background: #c5a253; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.orichan-faq .icon-toggle::before { width: 100%; height: 2px; }
.orichan-faq .icon-toggle::after { width: 2px; height: 100%; transition: 0.3s; }
.orichan-faq .faq-q.is-active .icon-toggle::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }

/* モバイル調整 */
@media(max-width: 600px) {
  .orichan-faq .faq-title { font-size: 20px; }
  .orichan-faq .faq-q { font-size: 14px; padding: 15px 40px 15px 15px; }
  .orichan-faq .faq-a { padding: 15px 15px 15px 40px; font-size: 13px; }
}