/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 09 2026 | 20:24:06 */
/* 上部のh1見出し削除。h1はコーディングで指定 */
.page-id-7178 .section.page-header {
  display: none;
}

/* 幅固定と余白削除 */
.page-id-7178 .section.siteContent .container {
	max-width: none !important;
	padding: 0 !important;
}
.page-id-7178 .section.siteContent {
	padding: 0 !important;
}
.page-id-7178 .section.siteContent .mainSection {
  margin-bottom: 0;
}

/* 非表示設定 */
.pc-only { display: block; }
.sp-only { display: none; }
@media (max-width: 767px) {
  .pc-only { display: none; }
  .sp-only { display: block; }
}

/* --- Base Styles within Scope --- */
.lp-premium-wrapper {
  font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  /* Luxurious dark background with radial gradient for depth */
  background-color: #1a1a1a;
  background-image: radial-gradient(circle at 50% 30%, #2a2a2a 0%, #111111 100%);
  background-attachment: fixed; /* Parallax-like effect for background */
  color: #f0f0f0; /* Softer white for luxury */
  line-height: 1.8;
  font-size: 16px; /* SP Base */
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Force text size inheritance */
.lp-premium-wrapper p,
.lp-premium-wrapper li,
.lp-premium-wrapper dd,
.lp-premium-wrapper dt,
.lp-premium-wrapper th,
.lp-premium-wrapper td,
.lp-premium-wrapper div {
  font-size: inherit;
}

/* Enforced Minimum for SP */
.lp-premium-wrapper small,
.lp-premium-wrapper .lp-note,
.lp-premium-wrapper .lp-menu-note,
.lp-premium-wrapper .lp-tax {
  font-size: 16px; 
}

/* Utility to prevent awkward breaks */
.lp-premium-wrapper .u-nowrap {
  display: inline-block;
}

.lp-premium-wrapper * {
  box-sizing: border-box;
}

.lp-premium-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
  /* Prevent layout shift */
  background-color: #2a2a2a; 
}

.lp-premium-wrapper a {
  text-decoration: none;
  transition: opacity 0.3s;
}

.lp-premium-wrapper a:hover {
  opacity: 0.8;
}

/* --- Layout Utilities --- */
.lp-premium-wrapper .lp-container {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.lp-premium-wrapper .lp-section {
  padding: 70px 0;
  position: relative;
}

/* Subtle Gradient Divider between sections to avoid flat look */
.lp-premium-wrapper .lp-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 1px;
  background: linear-gradient(to right, transparent, #444, transparent);
}
.lp-premium-wrapper .lp-section:last-child::after {
  display: none;
}

/* Section Title - Luxurious */
.lp-premium-wrapper .lp-section-title {
  font-size: 26px;
  text-align: center;
  margin-bottom: 50px;
  color: #c5a059; /* Gold Accent */
  font-weight: 500;
  letter-spacing: 0.15em;
  display: block;
  position: relative;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
  border: none;
}

.lp-premium-wrapper .lp-section-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #c5a059;
  margin: 20px auto 0;
}

/* --- Hero Section --- */
.lp-premium-wrapper .lp-hero {
  position: relative;
  height: 70vh;
  min-height: 550px;
  /* Darker overlay for better text contrast */
  background-image: url('https://houtoutaiken.lp-web.net/wp-content/uploads/2021/11/1ー251273-1024x683-1.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.lp-premium-wrapper .lp-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.7));
  z-index: 1;
}

.lp-premium-wrapper .lp-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 12px;
  color: #fff;
  text-shadow: 0 2px 15px rgba(0,0,0,0.9);
}

.lp-premium-wrapper .lp-hero-copy {
  margin-bottom: 30px;
}

.lp-premium-wrapper .lp-hero-sub-text {
  display: block;
  font-size: 18px;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
  color: #e6e6e6;
}

.lp-premium-wrapper .lp-hero-main-text {
  display: block;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #c5a059;
  display: inline-block;
  padding-bottom: 10px;
}

.lp-premium-wrapper .lp-hero-desc {
  letter-spacing: 0.1em;
  line-height: 2.2;
}

/* --- Concept Section (Story) --- */
.lp-premium-wrapper .lp-concept {
  /* Subtle texture background */
  background: linear-gradient(to bottom, #111, #1a1a1a); 
}

.lp-premium-wrapper .lp-story-block {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.lp-premium-wrapper .lp-story-row {
  display: flex;
  flex-direction: column; /* Mobile first stack */
  gap: 20px;
  align-items: center;
}

.lp-premium-wrapper .lp-story-visual {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  border: 1px solid #444;
}

.lp-premium-wrapper .lp-story-visual img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s;
}

.lp-premium-wrapper .lp-story-visual:hover img {
  transform: scale(1.05);
}

.lp-premium-wrapper .lp-story-content {
  width: 100%;
  text-align: justify;
}

.lp-premium-wrapper .lp-story-head {
  font-size: 20px;
  color: #c5a059;
  margin-bottom: 15px;
  border-bottom: 1px solid #c5a059;
  padding-bottom: 5px;
  display: inline-block;
}

.lp-premium-wrapper .lp-story-text {
  color: #ddd;
  line-height: 1.9;
}

/* --- Recommended Section --- */
.lp-premium-wrapper .lp-recommended {
  background-color: #252525;
  border-top: 1px solid #333;
  padding-top: 60px;
  padding-bottom: 60px;
}

.lp-premium-wrapper .lp-recommended-box {
  border: 2px solid #c5a059;
  padding: 40px 30px;
  background: rgba(197, 160, 89, 0.05);
  position: relative;
  text-align: center;
}

/* Title on border decoration */
.lp-premium-wrapper .lp-recommended-title {
  display: inline-block;
  background: #252525;
  padding: 0 20px;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  color: #c5a059;
  font-size: 22px;
  font-weight: bold;
  white-space: nowrap;
  border: none;
}

.lp-premium-wrapper .lp-recommended-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
  display: inline-block;
  text-align: left;
}

.lp-premium-wrapper .lp-recommended-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 18px;
  color: #f0f0f0;
}

.lp-premium-wrapper .lp-check-icon {
  color: #c5a059;
  margin-right: 15px;
  font-size: 20px;
  font-weight: bold;
}

/* --- Menu Section --- */
.lp-premium-wrapper .lp-menu {
  background: transparent; /* Uses main wrapper gradient */
}

.lp-premium-wrapper .lp-menu-note {
  text-align: center;
  color: #ccc;
  margin-bottom: 50px;
}

/* Card Styles - Elevated */
.lp-premium-wrapper .lp-card {
  background: #252525;
  border: 1px solid #3a3a3a;
  margin-bottom: 40px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
  transition: transform 0.3s;
}

.lp-premium-wrapper .lp-card:hover {
  transform: translateY(-2px);
}

/* Aspect Ratio Lock for Menu Images */
.lp-premium-wrapper .lp-card-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.lp-premium-wrapper .lp-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.lp-premium-wrapper .lp-card:hover .lp-card-image img {
  transform: scale(1.03);
}

.lp-premium-wrapper .lp-card-body {
  padding: 12px; /* Reduced for mobile space */
}

.lp-premium-wrapper .lp-card-title {
  font-size: 24px;
  color: #c5a059;
  margin-bottom: 15px;
  border-bottom: 1px solid #444;
  padding-bottom: 15px;
}

.lp-premium-wrapper .lp-price {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: right;
  color: #fff;
}

.lp-premium-wrapper .lp-tax {
  font-weight: normal;
  font-size: 16px;
}

/* Special (Former Matsu) Styling */
.lp-premium-wrapper .lp-card-special {
  border: 1px solid #c5a059;
  position: relative;
  background: linear-gradient(135deg, #1a1a1a 0%, #252015 100%); /* Subtle gold tint */
  box-shadow: 0 0 30px rgba(197, 160, 89, 0.15);
}

.lp-premium-wrapper .lp-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to bottom, #800000, #5a0000);
  color: #fff;
  padding: 8px 25px;
  font-size: 16px;
  font-weight: bold;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

/* Special Content Restructure */
.lp-premium-wrapper .lp-special-lead {
  font-size: 16px;
  margin-bottom: 25px;
  color: #e0e0e0;
  line-height: 1.8;
  font-weight: 500;
}

.lp-premium-wrapper .lp-special-content {
  background: rgba(197, 160, 89, 0.05); /* Very subtle gold bg */
  border: 1px solid rgba(197, 160, 89, 0.2);
  padding: 12px;
  border-radius: 4px;
}

.lp-premium-wrapper .lp-special-list {
  margin: 0;
  padding: 0;
}

.lp-premium-wrapper .lp-special-row {
  display: flex;
  align-items: center; /* Vertical center alignment */
  justify-content: space-between;
  border-bottom: 1px dashed rgba(197, 160, 89, 0.3);
  padding: 12px 0;
}

.lp-premium-wrapper .lp-special-row:last-child {
  border-bottom: none;
}

.lp-premium-wrapper .lp-special-row dt {
  flex: 0 0 70px; /* Reduced slightly for mobile */
  color: #c5a059;
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 768px) {
	.lp-premium-wrapper .lp-special-row dt {
	  font-size: 18px;
	}
}

.lp-premium-wrapper .lp-special-row dd {
  flex: 1;
  margin: 0;
  font-weight: bold;
  font-size: 18px; /* Slightly larger for food items */
  color: #fff;
  text-align: right; /* Right align values for clean look */
  line-height: 1.4; /* Tighter line height for multi-line chunks */
  border : none;
}

/* Main Row Special Styling */
.lp-premium-wrapper .lp-main-row {
  align-items: flex-start; /* Align top for multi-line dd */
  padding-top: 15px;
  padding-bottom: 15px;
}
.lp-premium-wrapper .lp-main-row dt {
  margin-top: 5px; /* Adjust alignment with first line of dd */
}
.lp-premium-wrapper .lp-main-content {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.lp-premium-wrapper .lp-main-top {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 8px;
  display: block; 
}
.lp-premium-wrapper .lp-ingredient {
  color: #fff;
  font-size: 19px; /* Emphasize Beef */
}
.lp-premium-wrapper .lp-plus {
  color: #c5a059;
  margin: 0 4px;
  font-size: 14px;
}
.lp-premium-wrapper .lp-experience {
  font-size: 16px;
  color: #e0e0e0;
}
.lp-premium-wrapper .lp-noodle-choices {
  font-size: 14px;
  color: #ccc;
  background: rgba(197, 160, 89, 0.1); /* Gold tint background */
  border: 1px solid rgba(197, 160, 89, 0.3); /* Gold border */
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-block;
  margin-top: 2px;
}
.lp-premium-wrapper .lp-divider {
  color: #888;
  margin: 0 6px;
  font-size: 12px;
}

.lp-premium-wrapper .lp-text-sub {
  font-size: 14px;
  font-weight: normal;
  color: #bbb;
  display: inline-block; /* Prevent break within "または 赤ワイン" if possible, or control with br */
}

.lp-premium-wrapper .lp-note-special {
  font-size: 16px;
  color: #999;
  margin-top: 20px;
  display: block;
}

/* Plans (Kiwami/Premium) Selection Styling */
.lp-premium-wrapper .lp-plan-wrapper {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #444;
}

.lp-premium-wrapper .lp-plan-guide {
  color: #c5a059;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  background: rgba(197, 160, 89, 0.1);
  padding: 8px;
  border-radius: 4px;
}

.lp-premium-wrapper .lp-plan-item {
  background: #2a2a2a;
  border: 1px solid #444;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  position: relative;
}

.lp-premium-wrapper .lp-plan-head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
  gap: 10px;
}

.lp-premium-wrapper .lp-plan-badge {
  background: #555;
  color: #fff;
  padding: 2px 8px;
  border-radius: 2px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.lp-premium-wrapper .lp-plan-name {
  font-size: 18px;
  font-weight: bold;
  color: #e0c080;
}

.lp-premium-wrapper .lp-plan-desc {
  color: #ccc;
  line-height: 1.6;
}

/* Grid for Take/Ume */
.lp-premium-wrapper .lp-grid-2col {
  display: block;
}

/* --- Option Section --- */
.lp-premium-wrapper .lp-option {
  background-color: rgba(0,0,0,0.2);
}
.lp-premium-wrapper .lp-option-block {
  margin-bottom: 40px;
  border: 1px solid #444;
  padding: 12px;
  background: #222;
}
.lp-premium-wrapper .lp-option-head {
  font-size: 22px;
  color: #c5a059;
  margin-bottom: 20px;
}
.lp-premium-wrapper .lp-option-desc {
  color: #ccc;
  margin-bottom: 30px;
}

/* NEW: Kamameshi Option Styling */
.lp-premium-wrapper .lp-option-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lp-premium-wrapper .lp-option-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid #444;
  border-radius: 6px;
  padding: 12px;
  transition: background 0.3s;
}

.lp-premium-wrapper .lp-option-card:hover {
  background: rgba(255,255,255,0.08);
}

.lp-premium-wrapper .lp-option-card-header {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #444;
}

.lp-premium-wrapper .lp-option-icon {
  flex: 0 0 40px;
  height: 40px;
  background: #c5a059;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}

.lp-premium-wrapper .lp-option-icon svg {
  width: 24px;
  height: 24px;
}

.lp-premium-wrapper .lp-option-title-group {
  flex: 1;
}

.lp-premium-wrapper .lp-option-name {
  color: #f0f0f0;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.3;
  background: none;
}

.lp-premium-wrapper .lp-option-price {
  color: #c5a059;
  font-weight: 500;
}

.lp-premium-wrapper .lp-option-text {
  color: #bbb;
  line-height: 1.6;
  padding-left: 55px; /* Indent to align with text above */
}

.lp-premium-wrapper .lp-option-list {
  padding: 0;
}

.lp-premium-wrapper .lp-option-list li {
  margin-bottom: 25px;
  list-style: none;
  border-bottom: 1px dotted #555;
  padding-bottom: 15px;
}
.lp-premium-wrapper .lp-option-list li strong {
  display: block;
  margin-bottom: 8px;
  color: #f5f5f5;
  font-size: 18px;
}

/* --- Celebration Section --- */
.lp-premium-wrapper .lp-celebration {
  background: linear-gradient(to bottom, #111, #221a1a); /* Slight red tint at bottom */
  border-top: none;
}
.lp-premium-wrapper .lp-celebration-item {
  margin-bottom: 40px;
  padding: 12px;
  background: rgba(128, 0, 0, 0.05);
  border: 1px solid #4a1a1a;
  position: relative;
}
/* Corner accents for celebration */
.lp-premium-wrapper .lp-celebration-item::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 20px; height: 20px;
  border-top: 2px solid #800000;
  border-left: 2px solid #800000;
}
.lp-premium-wrapper .lp-celebration-item::after {
  content: "";
  position: absolute;
  bottom: 0; right: 0;
  width: 20px; height: 20px;
  border-bottom: 2px solid #800000;
  border-right: 2px solid #800000;
}
.lp-premium-wrapper .lp-celebration-item .lp-btn-web {
	width: 100%;
	margin: 40px auto;
}
@media (min-width: 768px) {
	.lp-premium-wrapper .lp-celebration-item .lp-btn-web {
		width: 300px;
	}
}

.lp-premium-wrapper .lp-celebration-img {
  margin-bottom: 25px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9; /* Lock aspect ratio */
}
.lp-premium-wrapper .lp-celebration-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #333;
  transition: transform 0.5s;
}
.lp-premium-wrapper .lp-celebration-img img:hover {
  transform: scale(1.05);
}

.lp-premium-wrapper .lp-celebration-title {
  color: #e6b422;
  font-size: 22px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
}

/* --- Gallery & Reviews (Horizontal Scroll Snap) --- */
.lp-premium-wrapper .lp-gallery,
.lp-premium-wrapper .lp-reviews {
  background-color: transparent;
  overflow: hidden;
}

.lp-premium-wrapper .lp-scroll-snap {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding: 0 5% 40px 5%;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  align-items: flex-start; 
}

.lp-premium-wrapper .lp-scroll-item {
  flex: 0 0 85%; /* SP: 85% width */
  scroll-snap-align: center;
}

./* 全スクロールアイテム画像の基本設定（比率強制を解除・高さ自動） */
.lp-premium-wrapper .lp-scroll-item img {
  border-radius: 4px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  width: 100%;
  height: auto; /* ★高さ自動 */
  display: block;
}

/* 「体験の様子（ギャラリー）」のみ正方形（1:1）に強制 */
.lp-premium-wrapper .lp-gallery .lp-scroll-item img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* 3. 「お客様の感想（口コミ）」はトリミングなしで全表示 */
.lp-premium-wrapper .lp-reviews .lp-scroll-item img {
  aspect-ratio: auto; /* ★比率自動 */
  object-fit: contain;
}

/* --- FAQ Section --- */
.lp-premium-wrapper .lp-faq {
  background-color: rgba(0,0,0,0.3);
  padding-bottom: 80px; 
}
.lp-premium-wrapper .lp-faq-grid {
  display: block; /* SP: Stack */
}
.lp-premium-wrapper .lp-faq-item {
  margin-bottom: 30px;
  padding-bottom: 25px;
}
.lp-premium-wrapper .lp-faq-q {
  color: #c5a059;
  font-size: 19px;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.lp-premium-wrapper .lp-faq-a {
  line-height: 1.8;
  padding-left: 20px; /* Indent answer */
  color: #ddd;
}

/* --- Desktop Styles (PC) --- */
@media (min-width: 768px) {
  /* PC Base Font Size: 18px */
  .lp-premium-wrapper {
    font-size: 18px;
  }
  
  /* Enforce min sizes for PC */
  .lp-premium-wrapper small,
  .lp-premium-wrapper .lp-note,
  .lp-premium-wrapper .lp-menu-note,
  .lp-premium-wrapper .lp-tax {
    font-size: 18px;
  }

  .lp-premium-wrapper .lp-card-body {
    padding: 30px; /* Restore PC padding */
  }

  .lp-premium-wrapper .lp-section-title {
    font-size: 36px;
  }

  /* Hero PC */
  .lp-premium-wrapper .lp-hero {
    height: 750px;
  }
  .lp-premium-wrapper .lp-hero-main-text {
    font-size: 52px;
  }
  .lp-premium-wrapper .lp-hero-sub-text {
    font-size: 26px;
  }

  /* Concept (Story) PC */
  .lp-premium-wrapper .lp-story-row {
    flex-direction: row; /* Horizontal */
    gap: 50px;
  }
  
  .lp-premium-wrapper .lp-story-row.lp-story-reverse {
    flex-direction: row-reverse;
  }

  .lp-premium-wrapper .lp-story-visual {
    width: 50%;
    flex-shrink: 0;
  }
  
  .lp-premium-wrapper .lp-story-content {
    width: 50%;
  }

  /* Grid Layouts */
  .lp-premium-wrapper .lp-grid-2col {
	  display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 50px;
  }
	
	.lp-premium-wrapper .lp-celebration .lp-grid-2col {
		display: block;
	}
	

  /* FAQ Grid Layout PC */
  .lp-premium-wrapper .lp-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .lp-premium-wrapper .lp-faq-item {
    padding-bottom: 20px;
    margin-bottom: 0; /* Let grid gap handle spacing */
  }

  /* Scroll Snap becomes Grid on PC */
  .lp-premium-wrapper .lp-scroll-snap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    overflow-x: visible;
    padding: 0;
  }
  
  .lp-premium-wrapper .lp-reviews-scroll {
    grid-template-columns: repeat(4, 1fr);
    align-items: flex-start; /* ★高さが違っても上端で揃える */
  }
  
  .lp-premium-wrapper .lp-scroll-item {
    flex: none;
    scroll-snap-align: none;
  }

  /* Special (Matsu) Card PC */
  .lp-premium-wrapper .lp-card-special {
    display: flex;
    align-items: stretch;
  }
  .lp-premium-wrapper .lp-card-special .lp-card-image {
    flex: 1;
    min-height: auto;
    height: auto;
    aspect-ratio: auto; /* Reset aspect ratio for flex stretch */
  }
  .lp-premium-wrapper .lp-card-special .lp-card-image img {
    height: 100%;
    min-height: 500px;
  }
  .lp-premium-wrapper .lp-card-special .lp-card-body {
    flex: 1;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  /* Special Content PC */
  .lp-premium-wrapper .lp-special-lead {
    font-size: 20px;
    margin-bottom: 30px;
  }
  
  .lp-premium-wrapper .lp-special-row dt {
    flex: 0 0 80px; /* Restore width for PC */
  }

  .lp-premium-wrapper .lp-special-row dd {
    font-size: 20px;
    line-height: 1.8;
  }

  .lp-premium-wrapper .lp-ingredient {
    font-size: 20px; 
  }

  /* Kamameshi PC */
  .lp-premium-wrapper .lp-option-text {
     padding-left: 55px;
  }
}

/* --- Modal Styles (ポップアップ用スタイル) --- */
.lp-modal {
  display: none; /* 初期状態は非表示 */
  position: fixed;
  z-index: 9999;
  padding-top: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9); /* 背景を暗く */
}

.lp-modal-content {
  margin: auto;
  display: block;
  width: auto;
  max-width: 90%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 0 30px rgba(0,0,0,0.8);
  cursor: zoom-out; /* 拡大画像上はズームアウトカーソル */
}

.lp-modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
  z-index: 10000;
  line-height: 1;
}

.lp-modal-close:hover,
.lp-modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* レビュー画像のカーソル変更（既存クラスへの追記） */
.lp-review-screenshot {
  cursor: zoom-in; /* クリックできることを示す虫眼鏡アイコン */
  transition: opacity 0.3s;
}

.lp-review-screenshot:hover {
  opacity: 0.8;
}

/* --- CTA Section --- */
.lp-premium-wrapper .lp-cta {
  padding-top: 50px;
  padding-bottom: 50px;
}
.lp-premium-wrapper .lp-cta-box {
  border: 1px solid #c5a059;
  background: rgba(197, 160, 89, 0.05);
  padding: 40px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
/* 装飾用の光沢 */
.lp-premium-wrapper .lp-cta-box::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(197,160,89,0.1) 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
}
.lp-premium-wrapper .lp-cta-title,
.lp-premium-wrapper .lp-cta-text,
.lp-premium-wrapper .lp-cta-actions,
.lp-premium-wrapper .lp-cta-note {
  position: relative;
  z-index: 1;
}

.lp-premium-wrapper .lp-cta-title {
  font-size: 28px;
  color: #c5a059;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border: none;
}
.lp-premium-wrapper .lp-cta-text {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.8;
}
.lp-premium-wrapper .lp-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 600px;
  margin: 0 auto;
}
.lp-premium-wrapper .lp-btn {
  display: block;
  width: 100%;
  padding: 15px 10px;
  text-align: center;
  border-radius: 4px;
  transition: all 0.3s;
  text-decoration: none;
}
/* WEB予約ボタン（ゴールドグラデーション） */
.lp-premium-wrapper .lp-btn-web {
  background: linear-gradient(to right, #c5a059, #f0e68c, #c5a059);
  background-size: 200% auto;
  color: #000;
  box-shadow: 0 4px 15px rgba(197, 160, 89, 0.4);
}
.lp-premium-wrapper .lp-btn-web:hover {
  background-position: right center;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(197, 160, 89, 0.6);
  opacity: 1;
}
/* 電話予約ボタン */
.lp-premium-wrapper .lp-btn-tel {
  background: #2a2a2a;
  border: 1px solid #c5a059;
  color: #c5a059;
}
.lp-premium-wrapper .lp-btn-tel:hover {
  background: #c5a059;
  color: #000;
}
.lp-premium-wrapper .lp-btn-sub {
  display: block;
  font-size: 18px;
  margin-bottom: 4px;
  opacity: 0.9;
  font-weight: normal;
}
.lp-premium-wrapper .lp-btn-main {
  display: block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.lp-premium-wrapper .lp-cta-note {
  margin-top: 20px;
  font-size: 13px;
  color: #aaa;
}

/* PC用調整 */
@media (min-width: 768px) {
  .lp-premium-wrapper .lp-cta-actions {
    flex-direction: row;
    gap: 30px;
  }
  .lp-premium-wrapper .lp-cta-box {
    padding: 60px 40px;
  }
  .lp-premium-wrapper .lp-btn {
     padding: 20px;
  }
}
  