@charset "UTF-8";

/* =====================================
   1. 基本設定 (SP基準)
   ===================================== */
.contents {
  /* --- 変数定義 --- */
  --font-main: "Zen Maru Gothic", sans-serif;
  --font-en: "Rammetto One", sans-serif;
  --font-size-base: 14px;
  --bg-base: #FEF4D1;
  --red: #E50111;
  --yellow: #FFBE00;
  --white: #FCFAF4;
  --brown: #881A1F;
  --text-base: #49211C;
  /* --- スタイル適用 --- */
  width: 100%;
  margin: 0 auto;
  font-family: var(--font-main);
  font-size: var(--font-size-base);
  font-weight: 500;
  line-height: 1.7;
  color: var(--text-base);
  background: var(--bg-base);
  overflow-x: hidden;
}

.contents * {
  box-sizing: border-box;
}

.contents *:focus {
  outline: none;
}

.contents img {
  display: block;
  max-width: 100%;
}

.contents li {
  list-style: none;
}

.contents a {
  text-decoration: none;
  color: inherit;
}

.contents h2 {
  text-align: center;
}

.contents h2,
.contents h3 {
  font-weight: 700;
  line-height: 1.2;
}

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}


/* =====================================
   2. 各セクション設定
   ===================================== */
.mv-section {
  margin: 0;
  padding: 0;
}

/* -------------------------------
 * リード文
 * ------------------------------- */
.read-section {
  padding: 15px 50px 70px;
  position: relative;
  text-align: left;
  line-height: 2;
  font-size: 14px;
  z-index: 2;
}

/* 左右の装飾 */
.read-section::before,
.read-section::after {
  content: "";
  position: absolute;
  top: 20px;
  width: 40px;
  height: 87px;
  background: url("/img/usr/genre/rX112/bg_read.png") no-repeat center / contain;
}

.read-section::before {
  left: 0;
}

.read-section::after {
  right: 0;
  transform: scaleX(-1);
}

.open-box {
  position: relative;
}

input[type="checkbox"].on-off {
  position: absolute;
  bottom: 0;
  opacity: 0;
}

.open-label {
  max-width: 400px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  width: 100%;
}

.open-label::before {
  content: 'もっと読む';
  margin-right: 5px;
  font-weight: 600;
}

.open-label::after {
  content: '';
  width: 6px;
  height: 6px;
  border-right: 1px solid var(--text-base);
  border-bottom: 1px solid var(--text-base);
  transform: rotate(45deg);
  margin-top: -4px;
  transition: transform 0.2s;
}

.on-off:checked~.open-label::before {
  content: '閉じる';
}

.on-off:checked~.open-label::after {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.open {
  /* max-width: 400px; */
  margin: 0 auto;
  height: 60px;
  overflow: hidden;
  position: relative;
}

.open p {
  margin: 0 auto;
}

.on-off:checked~.open {
  height: auto;
}

.open::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(to bottom, transparent 30%, var(--bg-base) 100%);
}

.on-off:checked~.open::before {
  background: none;
  z-index: -1;
}

.intro-deco {
  width: 84%;
  margin: 0 auto;
}

/* -------------------------------
 * 商品メインエリア
 * ------------------------------- */
.product-section {
  position: relative;
  background-color: var(--white);
  padding: 15px 10px 80px;
}

.product-section::before {
  content: "";
  position: absolute;
  top: -32px;
  left: 0;
  width: 100%;
  height: 32px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 390 32' preserveAspectRatio='none'><path fill='%23FCFAF4' d='M390,31C343,12,273.1,0,195,0S47,12,0,31v1h390v-1Z'/></svg>");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}

.product-section::after {
  content: "";
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  height: 60px;
  background: url("/img/usr/genre/rX112/img_intro.png") no-repeat center / contain;
  z-index: 2;
  pointer-events: none;
}

/* お知らせ */
.notice_block p {
  margin: 0 15px 28px;
  padding: 8px 10px 14px;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  background: var(--red);
  border-radius: 50px;
  position: relative;
}

.notice_block p::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: var(--red) transparent transparent transparent;
}

.notice_block .num {
  font-size: 33px;
}

.notice_block span {
  font-size: 26px;
}

.product-section-text {
  margin: 13px auto 15px;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
}

.product-section-text .product-name {
  margin: 0;
  font-size: 20px;
}

.product-section-text .product-price {
  margin: 0 auto;
  font-size: 24px;
}

.product-section-text .product-price span {
  font-size: 16px;
}

/* ボタン（メイン） */
.btn-primary {
  width: 100%;
  max-width: 250px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
  padding: 0 5px 1px 0;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50px;
  background: linear-gradient(to bottom,
      #FFCF3F 0%, #FFCF3F 50%,
      #FFA602 50%, #FFA602 100%);
  --btn-shadow-color: rgba(240, 160, 0, 0.5);
  box-shadow: 0 8px 10px var(--btn-shadow-color);
  position: relative;
  z-index: 10;
  transition: all 0.2s ease;
}

.btn-primary::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  background-color: var(--yellow);
  border-radius: inherit;
  z-index: -1;
}

.btn-primary::after {
  content: "";
  width: 15px;
  height: 12px;
  margin-left: 20px;
  background: url("/img/usr/genre/rX112/arrow-primary.svg") no-repeat center / contain;
  display: inline-block;
  position: absolute;
  right: 30px;
}

.btn-primary:hover {
  opacity: 0.95;
  transform: translateY(1px);
  box-shadow: 0 4px 6px var(--btn-shadow-color);
}

/* -------------------------------
 * セット内容
 * ------------------------------- */
.menu-section {
  padding: 0 20px 40px;
  position: relative;
  background: var(--red);
}

/* 上側の装飾*/
.menu-section::before {
  content: "";
  position: absolute;
  top: -32px;
  left: 0;
  width: 100%;
  height: 32px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 390 32' preserveAspectRatio='none'><path fill='%23e50111' d='M390,31C343,12,273.1,0,195,0S47,12,0,31v1h390v-1Z'/></svg>");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}

.menu-section::after {
  content: "";
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 62px;
  background: url("/img/usr/genre/rX112/deco_takoyaki.png") no-repeat center / contain;
  z-index: 2;
}

/* 下側の装飾*/
.menu-section-deco-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 10;
  pointer-events: none;
}

.menu-section-deco-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 32px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 390 32' preserveAspectRatio='none'><path fill='%23e50111' d='M0,1v-1h390v1C343,20,273.1,32,195,32S47,20,0,1Z'/></svg>");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.menu-section-deco-bottom::after {
  content: "";
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 62px;
  background: url("/img/usr/genre/rX112/deco_potato.png") no-repeat center / contain;
  z-index: 2;
}

.menu-section-title {
  margin: 0 auto 20px;
  font-size: 30px;
  color: #fff;
}

.menu-section-title span {
  display: block;
  font-size: 13px;
  font-family: var(--font-en);
  opacity: 0.5;
}

/* アンカーリンク */
.menu-section-list {
  display: flex;
  flex-wrap: wrap;
  gap: 65px 10px;
  justify-content: center;
  margin: 60px 0 50px;
  padding: 0;
}

.menu-section-list li {
  width: calc(50% - 8px);
  position: relative;
}

.menu-section-list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  min-height: 90px;
  padding: 10px 0 22px;
  background-color: var(--white);
  border: 2px solid #EAE5D8;
  border-radius: 20px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  position: relative;
  box-shadow: 0 6px 10px rgba(74, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.menu-section-list li a img {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 84px;
  height: 72px;
  object-fit: contain;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

/* 円 */
.menu-section-list li::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: var(--red);
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

/* 矢印*/
.menu-section-list li::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 12px;
  height: 7px;
  background: url("/img/usr/genre/rX112/arrow-wh.svg") no-repeat center / contain;
  transform: translate(-50%, 50%);
  z-index: 3;
  pointer-events: none;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

/* ホバーアクション */
.menu-section-list li a:hover {
  transform: translateY(3px);
  box-shadow: 0 2px 4px rgba(74, 0, 0, 0.4);
  background-color: var(--yellow);
  border-color: #FFA602;
}

.menu-section-list li a:hover img {
  transform: translateX(-50%) translateY(-5px) scale(1.1);
}

.menu-section-list li:hover::before {
  transform: translateX(-50%) translateY(3px);
}

.menu-section-list li:hover::after {
  transform: translate(-50%, 50%) translateY(3px);
}

/* -------------------------------
 * セット内容の詳細 アコーディオン
 * ------------------------------- */
.menu-detail-area {
  margin-bottom: 35px;
}

.menu-detail-block {
  display: flex;
  flex-direction: column;
  padding: 25px 25px 20px;
  border-radius: 30px;
  background-image:
    linear-gradient(to bottom, transparent 150px, var(--white) 150px),
    url("/img/usr/genre/rX112/bg_base_pop.webp");
  background-repeat: repeat;
  background-position: top center;
  background-size: auto, 780px auto;
  background-color: var(--white);
}

.menu-detail-block:nth-last-child(n + 2) {
  margin-bottom: 15px;
}

.detail-img-wrap {
  position: relative;
}

.detail-img-wrap img:not(.package-img) {
  width: 100%;
  border-radius: 20px;
}

.detail-img-wrap .package-img {
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 37%;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

.detail-title {
  margin: 24px 0 10px;
  padding: 0;
  text-align: left;
  font-size: 22px;
}

/* アコーディオン部分 */
.detail-lead-box {
  width: 100%;
  height: 40px;
  overflow: hidden;
  position: relative;
  transition: height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.menu-detail-block.is-open .detail-lead-box {
  height: auto;
}

.detail-lead-box::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 22px;
  background: linear-gradient(to bottom, transparent 0%, var(--white) 100%);
  z-index: 3;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.menu-detail-block.is-open .detail-lead-box::before {
  opacity: 0;
}

.detail-lead {
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-lead li {
  margin: 0;
  padding: 0 0 0 15px;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}

.detail-lead li:not(:last-child) {
  margin-bottom: 8px;
}

.detail-lead li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: var(--red);
  border-radius: 50%;
}

.detail-text-min {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin: 8px 0 0;
}

.detail-table-wrap {
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.detail-table {
  width: 100%;
  margin: 0 0 5px;
  text-align: left;
  font-size: 14px;
  color: var(--text-base);
  border-collapse: collapse;
}

.detail-table tr:not(:last-child) th,
.detail-table tr:not(:last-child) td {
  border-bottom: 1px solid #E0E0E0;
}

.detail-table th {
  width: 70px;
  padding: 12px 0;
  font-weight: 700;
  vertical-align: top;
}

.detail-table td {
  padding: 12px 0;
  font-weight: 500;
  line-height: 1.5;
}

.detail-table td .detail-table-block:not(:last-child) {
  margin-bottom: 12px;
}

/* もっと見るボタン */
.menu-detail-block .menu-detail-btn-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 42px;
  margin: 8px auto 0;
  padding: 0 10px 1px 0;
  background-color: var(--red);
  color: #fff;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.2));
  transition: all 0.2s ease;
}

.menu-detail-block .menu-detail-btn-toggle:hover {
  background-color: #d7000e;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
  transform: translateY(2px);
}

/* プラス・マイナス アイコンのベース指定 */
.menu-detail-block .menu-detail-btn-toggle::before,
.menu-detail-block .menu-detail-btn-toggle::after {
  background-color: #fff;
  border-radius: 1px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* 横線 */
.menu-detail-block .menu-detail-btn-toggle::before {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 10px;
  height: 2px;
  transform: translate(50%, -50%);
  background-color: #fff;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

/* 縦線 */
.menu-detail-block .menu-detail-btn-toggle::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 2px;
  height: 10px;
  transform: translate(50%, -50%);
  background-color: #fff;
  border-radius: 10px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* 開いた状態（is-open）でのアイコンアニメーション */
.menu-detail-block.is-open .menu-detail-btn-toggle::before {
  transform: translate(50%, -50%) rotate(180deg);
}

.menu-detail-block.is-open .menu-detail-btn-toggle::after {
  opacity: 0;
  transform: translate(50%, -50%) rotate(90deg);
}

/* ボタンの影調整 */
.menu-section .btn-primary {
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}

.menu-section .btn-primary:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

/* -------------------------------
 * ポッポとは？
 * ------------------------------- */
.about-section {
  padding: 0 30px 0;
  background-color: #fff;
  background-image: url("/img/usr/genre/rX112/bg_base_pop.webp");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  font-weight: 700;
  color: var(--brown);
}

.about-section-inner {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 70px 25px 40px;
}

.about-section-title,
.about-section h3 {
  margin: 20px auto 15px;
  font-size: 30px;
  color: var(--red);
}

.about-section h3 {
  font-size: 25px;
}

.about-section-text {
  display: grid;
  gap: 10px;
  text-align: left;
  font-size: 13px;
  line-height: 1.8;
}

.about-section-text p {
  margin: 0;
}

.about-section-text .text-red {
  font-size: 13px;
  color: var(--red);
}

/* ポッポの歴史 */
.about-history {
  background-color: #FFF6D9;
  border-radius: 30px;
  padding: 0 10px 20px;
}

.history-title {
  width: fit-content;
  margin: 50px auto 0;
  padding: 16px 45px;
  top: -25px;
  font-size: 18px;
  border-radius: 50px;
  position: relative;
  background-color: var(--brown);
  color: #fff;
}

.history-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: var(--brown) transparent transparent transparent;
}

.history-timeline {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 15px 16px;
}

.history-timeline::before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 35px;
  width: 1px;
  background-color: var(--brown);
}

.history-item {
  position: relative;
  margin-bottom: 20px;
}

.history-item:last-child {
  margin-bottom: 0;
}

.history-body {
  margin: 0;
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.history-icon {
  position: relative;
  z-index: 2;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.history-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.history-content {
  padding-top: 5px;
  text-align: left;
}

.history-year {
  position: absolute;
  left: 85px;
  top: 5px;
  font-size: 15px;
  margin: 0;
  line-height: 1.2;
}

.history-content p {
  font-size: 14px;
  margin: 0;
  padding-top: 20px;
  line-height: 1.6;
}

img.history-deco {
  margin: 0 auto;
}

.about-history .text-min {
  margin: 0;
  padding: 2px 5px 0;
  font-size: 10px;
  font-weight: 500;
  text-align: right;
}




/* =====================================
   3. PC用設定 (780px以上)
   ===================================== */
/* 基本設定 (PC基準) */
@media only screen and (min-width: 780px) {
  .contents {
    /* --- 変数定義 --- */
    --block-inner-padding: 30px 40px 60px;
    /* フォント */
    --font-size-base: 15px;

    /* --- スタイル適用 --- */
    width: 900px;
    font-size: var(--font-size-base);
  }

  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }

  /* -------------------------------
 * リード文
 * ------------------------------- */
  .read-section {
    padding: 25px 50px 90px;
    text-align: center;
    font-size: 15px;
  }

  /* 左右の装飾 */
  .read-section::before,
  .read-section::after {
    top: 25px;
    width: 60px;
    height: 130px;
  }

  .open-label {
    justify-content: center;
  }

  /* -------------------------------
 * 商品メインエリア
 * ------------------------------- */
  .product-section {
    padding: 20px 60px 95px;
  }

  .product-section::before {
    content: "";
    position: absolute;
    top: -32px;
    left: 0;
    width: 100%;
    height: 32px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 390 32' preserveAspectRatio='none'><path fill='%23FCFAF4' d='M390,31C343,12,273.1,0,195,0S47,12,0,31v1h390v-1Z'/></svg>");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
  }

  .product-section::after {
    content: "";
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 64px;
    background: url("/img/usr/genre/rX112/img_intro.png") no-repeat center / contain;
    z-index: 2;
    pointer-events: none;
  }

  /* お知らせ */
  .notice_block p {
    width: 500px;
    margin: 5px auto 40px;
    padding: 8px 10px 17px;
    font-size: 25px;
  }

  .notice_block p::after {
    border-width: 14px 14px 0 14px;
  }

  .notice_block .num {
    font-size: 45px;
  }

  .notice_block span {
    font-size: 35px;
  }

  .product-section-text {
    margin: 20px auto 25px;
  }

  .product-section-text .product-name {
    display: inline-block;
    margin-right: 30px;
    font-size: 24px;
  }

  .product-section-text .product-price {
    display: inline-block;
    font-size: 27px;
  }

  .product-section-text .product-price span {
    font-size: 18px;
  }

  /* -------------------------------
 * セット内容
 * ------------------------------- */
  .menu-section {
    padding: 0 50px 40px;
  }

  /* アンカーリンク */
  .menu-section-list {
    gap: 75px 15px;
    max-width: 600px;
    margin: 75px auto 60px;
  }

  .menu-section-list li {
    width: 190px;
  }

  .menu-section-list li a {
    min-height: 92px;
    padding: 25px 10px 20px;
    font-size: 18px;
  }

  .menu-section-list li a img {
    top: -58px;
    width: 94px;
    height: 81px;
  }

  /* 上側の装飾*/

  .menu-section::after {
    top: -86px;
    width: 140px;
    height: 71px;
  }

  /* 下側の装飾*/
  .menu-section-deco-bottom::after {
    bottom: -60px;
    width: 140px;
    height: 71px;
  }

  /* -------------------------------
 * セット内容の詳細　アコーディオン
 * ------------------------------- */
  .menu-detail-area {
    margin-left: auto;
    margin-right: auto;
  }

  .menu-detail-block {
    display: grid;
    grid-template-columns: 400px 1fr;
    grid-template-rows: auto 1fr;
    gap: 0 25px;
    padding: 40px 40px 30px;
    background-image:
      linear-gradient(to bottom, transparent 70px, var(--white) 70px),
      url("/img/usr/genre/rX112/bg_base_pop.webp");
    background-size: auto, 1000px auto;
  }

  .detail-img-wrap {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .detail-img-wrap .package-img {
    width: 130px;
  }

  .detail-title {
    grid-column: 2;
    grid-row: 1;
    margin: 50px 0 15px 0;
    font-size: 24px;
    line-height: 1.2;
  }

  .detail-lead-box {
    grid-column: 2;
    grid-row: 2;
    height: auto !important;
    overflow: visible;
    margin: 0;
  }

  .detail-lead-box::before {
    background: none;
  }

  .detail-lead li {
    font-size: 16px;
  }

  .detail-lead li:not(:last-child) {
    margin-bottom: 12px;
  }

  .detail-lead li::before {
    top: 13px;
  }

  .detail-table-wrap {
    grid-column: 1 / 3;
    grid-row: 3;
    margin-top: 20px;
    height: 0;
    overflow: hidden;
    transition: height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }

  .detail-table {
    width: 100%;
    font-size: 15px;
  }

  .detail-table th {
    width: 100px;
    padding: 15px 0;
  }

  .detail-table td {
    padding: 15px 0;
  }

  /* ボタン（4行目） */
  .menu-detail-block .menu-detail-btn-toggle {
    grid-column: 1 / 3;
    grid-row: 4;
    margin-top: 5px;
    width: 180px;
    height: 45px;
    font-size: 16px;
  }

  /* -------------------------------
 * ポッポとは？
 * ------------------------------- */
  .about-section {
    padding: 0 70px 0;
  }

  .about-section-inner {
    padding: 70px 60px 40px;
  }

  .about-section-title,
  .about-section h3 {
    margin: 40px auto 20px;
    font-size: 40px;
  }

  .about-section h3 {
    font-size: 30px;
  }

  .about-section-text {
    text-align: center;
    font-size: 18px;
  }

  /* ポッポの歴史 */
  .about-history {
    margin: 0 auto;
    padding: 0 40px 20px;
  }

  .history-title {
    margin: 80px auto 0;
  }


  .history-timeline::before {
    left: 180px;
    transform: none;
  }

  .history-item {
    display: grid;
    grid-template-columns: 120px 70px 1fr;
    gap: 0 25px;
    align-items: center;
    margin-bottom: 30px;
    width: 100%;
  }

  .history-year {
    position: static;
    grid-column: 1;
    text-align: right;
    font-size: 17px;
  }

  .history-content p {
    font-size: 16px;
    padding-top: 0;
  }

  .history-body {
    display: contents;
  }

  .history-icon {
    grid-column: 2;
    margin: 0 auto;
  }

  /* .history-content {
    grid-column: 3;
    text-align: left;
    max-width: 450px;
  } */

  /* スマホ用の padding-top を完全にゼロに戻す */
  /* .history-content p {
    padding-top: 0;
    font-size: 15px;
  } */

  /* 下部の思い出写真 */
  img.history-deco {
    max-width: 100%;
    width: 520px;
    display: block;
    margin: 25px auto 0;
  }
}

/* =====================================
   4. システム用
   ===================================== */
.block-genre-page-head {
  margin: 0;
  padding: 0;
}

.page-genre .block-top-event--goods {
  padding: 0;
}

.block-genre-page--sub.block-readmore-contents.js-readmore-contents {
  display: none;
}