/* ============================================================
   うちのや 完全メシ LP - スタイルシート
   ============================================================ */

/* --- リセット・ベース --- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 16px; -webkit-text-size-adjust: 100%; }
body { font-family: 'Noto Sans JP', sans-serif; color: #000; line-height: 1.6; background: #fff; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
p { margin: 0; }

/* ============================================================
   PC背景
   ============================================================ */
.pc-bg {
  position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: 0; overflow: hidden;
}
.pc-bg__all { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.pc-bg__all img { width: 100%; height: 100%; object-fit: cover; }
.pc-bg__left { display: none; }
.pc-bg__right { display: none; }

@media (min-width: 466px) {
  body { background: #175988; min-height: 100vh; }
  .pc-bg__left { display: block; position: absolute; top: 0; left: 0; height: 100%; width: calc(50% - 215px); overflow: hidden; }
  .pc-bg__left img { height: 100%; width: auto; max-width: none; }
  .pc-bg__right { display: block; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: calc(50% - 215px); overflow: hidden; }
  .pc-bg__right img { width: 486px; height: 486px; max-width: none; float: right; }
}

/* ============================================================
   LPラッパー
   ============================================================ */
.lp-wrapper {
  position: relative; width: 100%; max-width: 430px; margin: 0 auto; background: #fff; z-index: 1;
}
.lp-main { width: 100%; max-width: 430px; }
@media (min-width: 835px) {
  .lp-wrapper { width: 430px; box-shadow: 0 0 15px rgba(0,0,0,0.25); overflow: hidden; }
}

/* ============================================================
   ヘッダー
   ============================================================ */
.header {
  position: sticky; top: 0; z-index: 100;
  display: flex; align-items: center; height: 50px; width: 100%; max-width: 430px;
  background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.25); padding: 0 12px;
}
@media (min-width: 835px) {
  .header { position: fixed; width: 430px; }
  .lp-main { padding-top: 50px; }
}
.header__logo { flex-shrink: 0; }
.header__logo img { height: 22px; width: auto; }
.header__phone { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.header__phone-icon { width: 14px; height: 14px; }
.header__phone-number { font-family: 'Jost', sans-serif; font-weight: 500; font-size: 18px; }
.header__info { margin-left: 12px; padding-left: 12px; border-left: 1px solid #ccc; flex-shrink: 0; }
.header__hours { font-size: 10px; font-weight: 500; line-height: 1.4; }

/* ============================================================
   ヒーローセクション
   ============================================================ */
.hero {
  position: relative; overflow: hidden;
}

/* --- 料理写真ストリップ（3tu.png 1枚画像） --- */
.hero__strips { position: relative; width: 100%; overflow: hidden; }

.hero__strips-img { width: 100%; height: auto; display: block; }

/* --- グラデーション＋テキスト領域 --- */
.hero__gradient {
  background: linear-gradient(to bottom, #0c344f, #175988 70.859%);
  padding: 20px 20px 34px;
  position: relative;
}

.hero__text {
  width: auto; margin: 0 auto 30px;
}
.hero__text img { width: 100%; }

.hero__features {
  display: flex; justify-content: center; gap: 6px;
}

.hero__feature-box {
  background: #fff; border-radius: 6px;
  width: 167px; min-height: 67px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  position: relative; padding: 8px 6px;
}

.hero__feature-text {
  font-family: 'Noto Sans JP', sans-serif; font-weight: 700;
  font-size: 14px; color: #d34124; text-align: center;
  line-height: 1.6; letter-spacing: 0.14px;
  display: flex; flex-direction: column;
}

.hero__check { position: absolute; left: -10px; top: -14px; width: 28px; height: auto; z-index: 3; }
.hero__leaf { position: absolute; width: 30px; top: -5px; }
.hero__leaf--left { left: -8px; transform: scaleX(-1); }
.hero__leaf--right { right: -8px; }

/* ============================================================
   商品タイプセレクション
   ============================================================ */
.product-types { background: #d34124; padding: 26px 20px 20px; position: relative; }
.product-types__badge { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); z-index: 3; }
.product-types__badge img { height: 29px; }
.product-types__columns { display: flex; gap: 46px; }
.product-types__col { flex: 1; min-width: 0; }
.product-types__label-row { display: flex; align-items: center; gap: 5px; margin-bottom: 1px; white-space: nowrap; }
.product-types__badge-label { background: #fff; color: #d34124; font-family: 'Shippori Mincho', serif; font-weight: 700; font-size: 14px; width: 70px; height: 20px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-feature-settings: 'palt' 1; }
.product-types__set-label { color: #fff; font-family: 'Shippori Mincho', serif; font-weight: 700; font-size: 16px; white-space: nowrap; font-feature-settings: 'palt' 1; }
.product-types__tags { display: flex; gap: 2px; align-items: center; flex-wrap: nowrap; }
.product-types__tag { border: 1px solid #fff; color: #fff; font-family: 'Noto Sans JP', sans-serif; font-size: 10px; font-weight: 500; padding: 1px 5px; border-radius: 2px; white-space: nowrap; flex-shrink: 0; }
.product-types__tag-or { color: #fff; font-family: 'Noto Sans JP', sans-serif; font-size: 10px; font-weight: 500; flex-shrink: 0; }

/* ============================================================
   イントロセクション
   ============================================================ */
.intro { position: relative; }
.intro__text {
  font-family: 'Shippori Mincho', serif; font-weight: 600;
  font-size: 16px; text-align: center; line-height: 2.2;
  letter-spacing: -0.8px; padding: 80px 20px 40px;
}
.intro__photo { width: 100%; position: relative; }
.intro__photo img { width: 100%; height: auto; display: block; }
.intro__transition-text {
  position: absolute; bottom: 40px; left: 0; width: 100%;
  font-family: 'Shippori Mincho', serif; font-weight: 700;
  font-size: 14px; color: #fff; text-align: center;
  line-height: 1.8; letter-spacing: -1px; z-index: 2;
}

/* ============================================================
   選べる！ごはん完結セット
   ============================================================ */
.select-set { background: linear-gradient(to bottom, #0c344f, #175988 70.859%); padding: 28px 20px 42px; }
.select-set__title {
  font-family: 'Shippori Mincho', serif; font-weight: 700;
  font-size: 26px; color: #f4e780; text-align: center;
  line-height: 1.8; letter-spacing: -1.3px; margin-bottom: 0px;
}
.select-set__subtitle {
  font-family: 'Noto Sans JP', sans-serif; font-weight: 500;
  font-size: 14px; color: #fff; text-align: center;
  line-height: 1.8; letter-spacing: -0.7px; margin-bottom: 22px;
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.select-set__deco-line { display: inline-block; width: 7px; height: 11px; border-bottom: 1.5px solid #fff; }
.select-set__deco-line--left { transform: rotate(-30deg); }
.select-set__deco-line--right { transform: rotate(30deg); }
.select-set__card { background: #fff; border-radius: 8px; margin-bottom: 20px; }
.select-set__card--tanpin { padding: 30px 55px 20px 52px; }
.select-set__card--set { padding: 33px 38px 20px 35px; }
.select-set__pill {
  background: #d34124; color: #fff; font-family: 'Shippori Mincho', serif; font-weight: 500;
  font-size: 20px; text-align: center;
  border-radius: 30px; width: 167px; height: 36px; line-height: 36px;
  margin: 0 auto 14px; letter-spacing: 0.2px;
}
.select-set__items { display: flex; flex-direction: column; gap: 8px; }
.select-set__item {
  font-family: 'Shippori Mincho', serif; font-weight: 500;
  font-size: 20px; display: flex; gap: 8px; letter-spacing: 0.2px; line-height: 1.4;
  white-space: nowrap;
}
.select-set__num { color: #175988; min-width: 35px; flex-shrink: 0; }
.select-set__item em { color: #d34124; font-style: normal; }
.select-set__card--set .select-set__item { letter-spacing: 0; }
.select-set__line1 { letter-spacing: -3.5px; }
.select-set__line2 { letter-spacing: 0.2px; }

/* ============================================================
   商品詳細（上部4セクション）
   写真 → 説明バーの順序
   ============================================================ */
.product-detail { position: relative; }

.product-detail__content { width: 100%; position: relative; }
.product-detail__img { width: 100%; height: auto; display: block; }
.product-detail__icon { position: absolute; left: 10px; top: 10px; width: 80px; height: 80px; z-index: 2; }

/* --- 説明バー --- */
.product-detail__bar {
  background: linear-gradient(to bottom, #0c344f, #175988 70.859%);
  padding: 20px; min-height: 98px; display: flex; align-items: center;
}
.product-detail__bar p {
  font-family: 'Shippori Mincho', serif; font-weight: 700;
  font-size: 16px; color: #fff; line-height: 1.8;
}

/* --- 15食セット --- */
.product-detail__content--15set { height: auto; }

/* --- 15食セット ストリップ（3tu.png 1枚画像） --- */
.product-detail__strips { position: relative; width: 100%; overflow: hidden; }
.product-detail__strips-img { width: 100%; height: auto; display: block; }

.product-detail__15set-names {
  position: absolute; right: 0; top: 0; display: flex; gap: 0; z-index: 2;
}
.product-detail__15set-name {
  background: #fff; writing-mode: vertical-rl;
  font-family: 'Shippori Mincho', serif; font-weight: 700;
  font-size: 22px; padding: 10px 6px; text-align: center;
  font-feature-settings: 'vrt2' 1;
}

.product-detail__15set-qty {
  position: absolute; left: 20px; bottom: 0;
  display: flex; background: #fff; padding: 10px 6px; z-index: 2;
  font-family: 'Shippori Mincho', serif; font-weight: 700;
}
.product-detail__15set-each { writing-mode: vertical-rl; font-size: 16px; }
.product-detail__15set-total {
  writing-mode: vertical-rl; display: flex; flex-direction: column;
  align-items: center; gap: 0;
}
.product-detail__15set-num { font-size: 16px; }
.product-detail__15set-unit { font-size: 16px; font-feature-settings: 'vrt2' 1; }

/* ============================================================
   活躍バナー
   ============================================================ */
.usage-banner { background: #d34124; padding: 20px 20px 22px; text-align: center; }
.usage-banner__title {
  font-family: 'Shippori Mincho', serif; font-weight: 700;
  font-size: 26px; color: #fff; line-height: 1.4; letter-spacing: -1.3px;
}

/* ============================================================
   活躍シーン カード
   ============================================================ */
.usage-cards { background: #fef8c8; padding: 40px 20px; display: flex; flex-direction: column; gap: 20px; }
.usage-card {
  background: #fff; border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  display: flex; padding: 20px; gap: 16px; min-height: 171px;
}
.usage-card__illust { flex-shrink: 0; position: relative; overflow: hidden; }
.usage-card__illust img { max-width: none; display: block; }
.usage-card__illust--1 { width: 84px; height: 90px; left: 0px; top: 22px; }
.usage-card__illust--1 img { width: 100px; margin-left: -8px; }
.usage-card__illust--2 { width: 84px; height: 122px; left: 0px; top: 0px; }
.usage-card__illust--2 img { width: 135px; margin-left: -26px; margin-top: -2px; }
.usage-card__illust--3 { width: 84px; height: 122px; left: 0px; top: 0px; }
.usage-card__illust--3 img { width: 88px; margin-left: -2px; margin-top: 32px; }
.usage-card__illust--4 { width: 84px; height: 122px; left: 0px; top: 0px; }
.usage-card__illust--4 img { width: 120px; margin-left: -17px; margin-top: 7px; }
.usage-card__illust--5 { width: 84px; height: 122px; left: 0px; top: 0px; }
.usage-card__illust--5 img { width: 108px; margin-left: -12px; margin-top: 12px; }
.usage-card__body { flex: 1; }
.usage-card__label {
  background: #22355e; color: #fff;
  font-weight: 700; font-size: 14px;
  padding: 0px 0 0 4px; margin-top: 10px; margin-bottom: 11px; text-align: center;
  letter-spacing: -0.5px; display: inline-block;
}
.usage-card__text { font-weight: 500; font-size: 13px; line-height: 1.6; text-align: justify; }

/* ============================================================
   こんな時でもあると安心！
   ============================================================ */
.anytime { background: #fef8c8; padding: 10px 20px 49px; }
.anytime__title {
  font-family: 'Shippori Mincho', serif; font-weight: 700;
  font-size: 26px; color: #d34124; text-align: center;
  line-height: 1.4; letter-spacing: -1.3px; margin-bottom: 20px;
  padding-bottom: 9px;
}
.anytime__title::after {
  content: ''; display: block; height: 1px;
  background: #d34124; margin-top: 2px;
  max-width: 298px; margin-left: auto; margin-right: auto;
}
.anytime__divider { text-align: center; margin-bottom: 20px; }
.anytime__divider img { width: 298px; margin: 0 auto; }
.anytime__grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 12px; row-gap: 0px; }
.anytime__item { position: relative; padding-bottom: 11px; }
.anytime__photo { width: 100%; height: 105px; overflow: hidden; border-radius: 8px; }
.anytime__photo img { width: 100%; height: 100%; object-fit: cover; }
.anytime__label {
  background: #d34124; color: #fff;
  font-weight: 700; font-size: 12px; text-align: center;
  padding: 4px 8px; border-radius: 0 0 8px 8px; letter-spacing: -0.6px;
  position: relative; top: -15px; margin-bottom: -15px;
}

/* ============================================================
   長期常温保存
   ============================================================ */
.storage { position: relative; }
.storage__photo { width: 100%; }
.storage__photo img { width: 100%; height: auto; display: block; }
.storage__text { position: absolute; bottom: 29px; left: 20px; z-index: 2; }
.storage__text p { font-weight: 700; font-size: 14px; color: #fff; line-height: 1.6; letter-spacing: -0.7px; }

/* ============================================================
   商品一覧（価格付き）
   写真 → 価格バー → 説明 → ボタン の順序
   ============================================================ */
.product-listing { position: relative; }

/* --- 写真エリア（1枚画像） --- */
.product-listing__content { width: 100%; }

/* --- 価格バー（紺グラデーション+金色価格） --- */
.product-listing__bar {
  background: linear-gradient(to bottom, #0c344f, #175988 70.859%);
  padding: 10px 20px; min-height: 98px;
  display: flex; align-items: center; justify-content: center;
}

.product-listing__price {
  display: flex; align-items: flex-end; gap: 4px;
}
.product-listing__price-free {
  font-weight: 700; font-size: 20px; color: #f4e780;
  line-height: 1.2; margin-right: 4px;
}
.product-listing__price-num {
  font-family: 'Shippori Mincho', serif; font-weight: 700;
  font-size: 60px; color: #f4e780; line-height: 1;
}
.product-listing__price-yen {
  font-family: 'Shippori Mincho', serif; font-weight: 700;
  font-size: 40px; color: #f4e780; line-height: 1.2;
}
.product-listing__price-tax {
  font-family: 'Shippori Mincho', serif; font-weight: 700;
  font-size: 20px; color: #f4e780; line-height: 1.8;
}

/* --- 説明テキスト --- */
.product-listing__desc { padding: 30px 20px 17px; text-align: center; }
.product-listing__desc p {
  font-family: 'Shippori Mincho', serif; font-weight: 700;
  font-size: 16px; line-height: 1.8;
}

/* --- 購入ボタン --- */
.product-listing__btn {
  display: block; width: 250px; height: 53px;
  background: #d34124; color: #fff;
  font-family: 'Shippori Mincho', serif; font-weight: 700;
  font-size: 18px; text-align: center; line-height: 53px;
  border-radius: 40px; margin: 0 auto 30px;
  letter-spacing: -0.9px; transition: opacity 0.3s;
}
.product-listing__btn:hover { opacity: 0.8; }

/* ============================================================
   うちのやのこだわり
   ============================================================ */
.kodawari { background: #fef8c8; padding: 0 20px 22px; position: relative; }
.kodawari__header { margin: 0 -20px 27px; }
.kodawari__header img { width: 100%; height: auto; display: block; }
.kodawari__item { margin-bottom: 19px; }
.kodawari__heading {
  font-family: 'Shippori Mincho', serif; font-weight: 700;
  font-size: 20px; color: #22355e; line-height: 1.8; margin-bottom: 4px;
  white-space: nowrap;
}
.kodawari__text { font-weight: 500; font-size: 13px; line-height: 1.6; text-align: justify; margin-bottom: 15px; }
.kodawari__photo { width: 100%; height: 153px; overflow: hidden; border-radius: 10px; }
.kodawari__photo img { width: 100%; height: 100%; object-fit: cover; }

/* ============================================================
   お召し上がり方
   ============================================================ */
.howto { background: #fef8c8; padding: 20px 20px 40px; }
.howto__header { margin-bottom: 30px; text-align: center; }
.howto__title-img { margin: 0 auto; max-width: 280px; height: auto; }
.howto__card {
  background: #fff; border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
  padding: 30px; margin-bottom: 20px;
}
.howto__card-title {
  font-family: 'Shippori Mincho', serif; font-weight: 700;
  font-size: 20px; text-align: center; letter-spacing: -1px; margin-bottom: 16px;
}
.howto__info-bar {
  background: #22355e;
  display: flex; align-items: center; justify-content: center; gap: 12px;
  padding: 4px 0; margin-bottom: 16px;
}
.howto__info-label { font-family: 'Zen Old Mincho', serif; font-weight: 700; font-size: 14px; color: #fff; letter-spacing: -0.7px; }
.howto__info-value { font-family: 'Zen Old Mincho', serif; font-weight: 700; font-size: 20px; color: #fff; letter-spacing: -1px; }
.howto__card-text { font-weight: 500; font-size: 14px; line-height: 1.6; text-align: justify; letter-spacing: -0.7px; margin-bottom: 23px; }
.howto__card-photo { width: 100%; height: 180px; overflow: hidden; }
.howto__card-photo img { width: 100%; height: 100%; object-fit: cover; }

/* ============================================================
   フッター
   ============================================================ */
.lp-footer { background: #000; padding: 30px 20px 30px; text-align: center; }
.lp-footer__logo { text-align: center; margin-bottom: 49px; }
.lp-footer__logo img { width: 146px; height: 36px; margin: 0 auto; }
.lp-footer__logo-mark { width: 36px; height: 36px; }
.lp-footer__logo-text { width: 100px; height: auto; }
.lp-footer__copyright {
  font-family: 'Zen Old Mincho', serif; font-weight: 500;
  font-size: 14px; color: #fff; letter-spacing: -0.7px;
}

/* ============================================================
   390px未満: nowrap解除
   ============================================================ */
@media (max-width: 389px) {
  .select-set__item { white-space: normal; }
  .kodawari__heading { white-space: normal; }
  .product-types__columns { flex-direction: column; gap: 16px; align-items: center; }
  .product-types__label-row { justify-content: center; }
  .product-types__tags { justify-content: center; }
}
