@charset "utf-8";

/* =========================================================
   第64回 木川屋オリジナル地酒頒布会 専用CSS
   - 必ず .hanpu-page 配下だけに効かせる
   - 共通CSSの .sake-seibun / .box26 などを増やさない方針
========================================================= */

.hanpu-page{
  --hanpu-ink:#2f2419;
  --hanpu-muted:#6e6254;
  --hanpu-paper:#fbf7ed;
  --hanpu-paper-2:#f3eadb;
  --hanpu-line:#d8c59f;
  --hanpu-gold:#a78031;
  --hanpu-red:#7b1716;
  --hanpu-red-2:#9a2420;
  --hanpu-olive:#434a1e;
  --hanpu-olive-2:#5b6530;
  --hanpu-brown:#5b3821;

  max-width: 1100px;
  margin: 0 auto 56px;
  color: var(--hanpu-ink);
  line-height: 1.85;
  letter-spacing: .035em;
  background:
    radial-gradient(circle at 10% 0%, rgba(167,128,49,.10), transparent 26%),
    radial-gradient(circle at 100% 18%, rgba(123,23,22,.08), transparent 30%),
    linear-gradient(180deg, #fffdf8 0%, var(--hanpu-paper) 100%);
  border: 1px solid rgba(216,197,159,.55);
  box-shadow: 0 14px 34px rgba(55,38,18,.08);
  overflow: hidden;
}

.hanpu-page *,
.hanpu-page *::before,
.hanpu-page *::after{
  box-sizing: border-box;
}

.hanpu-page img{
  max-width: 100%;
  height: auto;
}

.hanpu-sr-only{
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.hanpu-page p{
  margin: 0 0 1em;
}

.hanpu-page strong{
  color: var(--hanpu-red-2);
  font-weight: 800;
}

/* =========================================================
   Hero
   - 画像はセンター配置
   - 両脇に色帯を入れてタイトルらしく見せる
   - 画像はカットせず、暗くしない
   - 左下に文字だけ重ねる
========================================================= */

.hanpu-hero{
  position: relative;
  overflow: hidden;
  padding: 18px 0 16px;
  background:
    linear-gradient(180deg, #fbf3e6 0%, #f5ead9 100%);
    margin-bottom: 20px;
}

.hanpu-hero::before,
.hanpu-hero::after{
  content: "";
  position: absolute;
  top: 28px;
  bottom: 26px;
  width: clamp(28px, 8vw, 96px);
  z-index: 0;
  pointer-events: none;
}

.hanpu-hero::before{
  left: 0;
  background: linear-gradient(180deg, rgba(123,23,22,.22) 0%, rgba(123,23,22,.10) 100%);
  border-right: 1px solid rgba(123,23,22,.12);
}

.hanpu-hero::after{
  right: 0;
  background: linear-gradient(180deg, rgba(67,74,30,.20) 0%, rgba(67,74,30,.08) 100%);
  border-left: 1px solid rgba(67,74,30,.10);
}

.hanpu-hero__media{
  position: relative;
  z-index: 1;
  width: min(880px, calc(100% - 96px));
  margin: 0 auto;
}

.hanpu-hero__media img{
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  filter: none;
  border: 4px solid rgba(255,255,255,.78);
}

.hanpu-hero__body{
  position: absolute;
  left: max(48px, calc(50% - 440px + 26px));
  bottom: 30px;
  z-index: 2;
  width: min(460px, calc(100% - 96px));
  padding: 0;
  color: #fffaf1;
  text-align: left;
}

.hanpu-hero__eyebrow{
  margin: 0 0 8px;
  color: #f3dba0;
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  line-height: 1;
  letter-spacing: .16em;
}

.hanpu-hero__title{
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2.35rem, 5.4vw, 4.45rem);
  line-height: 1.16;
  letter-spacing: .08em;
  font-weight: 700;
}

.hanpu-hero__course{
  display: inline-block;
  margin: 0 0 10px;
  padding: 8px 14px 7px;
  background: rgba(47,36,25,.62);
  border: 1px solid rgba(255,255,255,.24);
  color: #fff;
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.45;
}

.hanpu-hero__badge{
  display: block;
  width: fit-content;
  margin: 0;
  padding: 10px 16px 9px;
  background: rgba(123,23,22,.92);
  border-left: 4px solid #d8ba68;
  color: #fff;
  font-weight: 800;
  line-height: 1.45;
}

/* =========================================================
   Common section parts
========================================================= */

.hanpu-lead-section,
.hanpu-about,
.hanpu-lineup,
.hanpu-detail,
.hanpu-guideline,
.hanpu-default,
.hanpu-order,
.hanpu-voices{
  padding: 54px 52px 0;
}

.hanpu-section-title{
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  margin: 0 0 26px;
  text-align: center;
}

.hanpu-section-title::before,
.hanpu-section-title::after{
  content:"";
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--hanpu-line));
}

.hanpu-section-title::after{
  background: linear-gradient(90deg, var(--hanpu-line), transparent);
}

.hanpu-section-title span{
  grid-column: 2;
  display: block;
  margin: 0 0 2px;
  color: var(--hanpu-gold);
  font-size: .82rem;
  line-height: 1;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hanpu-section-title h2{
  grid-column: 2;
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--hanpu-red);
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.35;
  letter-spacing: .14em;
}

.hanpu-section-title--left{
  grid-template-columns: auto 1fr;
  gap: 14px;
  text-align: left;
}

.hanpu-section-title--left::before{
  display: none;
}

.hanpu-section-title--left::after{
  grid-column: 2;
  grid-row: 1 / span 2;
}

.hanpu-section-title--left span,
.hanpu-section-title--left h2{
  grid-column: 1;
}

.hanpu-section-lead{
  max-width: 760px;
  margin: -10px auto 24px !important;
  text-align: center;
  color: var(--hanpu-muted);
}

/* =========================================================
   Lead / benefits
========================================================= */

.hanpu-lead-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 42px;
  align-items: center;
}

.hanpu-kicker{
  display: inline-block;
  margin: 0 0 18px !important;
  padding: 7px 12px;
  background: #fff;
  border: 1px solid var(--hanpu-line);
  color: var(--hanpu-red);
  font-weight: 800;
  line-height: 1.45;
}

.hanpu-catch{
  margin: 0 0 20px;
  padding: 0;
  border: 0;
  color: var(--hanpu-red);
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.55rem, 3.3vw, 2.7rem);
  line-height: 1.45;
  letter-spacing: .1em;
}

.hanpu-lead-copy p{
  font-size: 1.05rem;
}

.hanpu-benefits{
  background: rgba(255,255,255,.86);
  border: 1px solid #b9a77e;
  box-shadow: 0 12px 30px rgba(48,34,10,.08);
}

.hanpu-benefits h3{
  margin: 0;
  padding: 12px 18px 11px;
  background: linear-gradient(90deg, var(--hanpu-olive), var(--hanpu-olive-2));
  color: #fffdf4;
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.25rem;
  line-height: 1.35;
  letter-spacing: .08em;
  text-align: center;
}

.hanpu-benefits ul{
  margin: 0;
  padding: 8px 20px 8px;
  list-style: none;
}

.hanpu-benefits li{
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(216,197,159,.75);
  line-height: 1.65;
}

.hanpu-benefits li:last-child{
  border-bottom: 0;
}

.hanpu-benefits__icon{
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: #f3eadb;
  border: 1px solid var(--hanpu-line);
  color: var(--hanpu-olive);
  font-family: "游明朝", "Yu Mincho", serif;
  font-weight: 800;
  line-height: 1;
}

.hanpu-alerts{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 34px 0 0;
}

.hanpu-alerts p{
  margin: 0 !important;
  padding: 15px 18px 14px;
  background: linear-gradient(135deg, #fff7f1, #fffdf8);
  border: 1px solid #e0bd9a;
  border-left: 5px solid var(--hanpu-red);
  box-shadow: 0 2px 0 rgba(123,23,22,.08);
}

/* =========================================================
   About
========================================================= */

.hanpu-about__body{
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 28px;
  align-items: start;
  padding: 24px;
  background: rgba(255,255,255,.64);
  border: 1px solid rgba(216,197,159,.72);
}

.hanpu-about__image{
  margin: 0;
}

.hanpu-about__image img{
  display: block;
  width: 100%;
  border: 1px solid var(--hanpu-line);
  background: #fff;
  padding: 6px;
}

.hanpu-about__text p:last-child{
  margin-bottom: 0;
}

/* =========================================================
   Schedule
========================================================= */

.hanpu-schedule{
  border: 1px solid var(--hanpu-line);
  background: #fffdf8;
  box-shadow: 0 10px 24px rgba(58,42,18,.08);
}

.hanpu-schedule__head,
.hanpu-schedule__row{
  display: grid;
  grid-template-columns: 72px 1fr 1fr;
}

.hanpu-schedule__head{
  background: #fff;
}

.hanpu-schedule__blank,
.hanpu-schedule__course{
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", serif;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.hanpu-schedule__blank{
  background: var(--hanpu-brown);
  font-size: .96rem;
}

.hanpu-schedule__course span{
  margin-left: .45em;
  font-size: .74em;
  opacity: .92;
  line-height: 1.35;
}

.hanpu-schedule__course--small{
  background: linear-gradient(90deg, var(--hanpu-red), #8f2b24);
}

.hanpu-schedule__course--large{
  background: linear-gradient(90deg, var(--hanpu-olive), var(--hanpu-olive-2));
}

.hanpu-schedule__row + .hanpu-schedule__row{
  border-top: 1px solid var(--hanpu-line);
}

.hanpu-schedule__month{
  display: grid;
  place-items: center;
  min-height: 0;
  padding: 14px 8px;
  background: linear-gradient(180deg, var(--hanpu-red), #5d1111);
  border-right: 1px solid var(--hanpu-line);
}

.hanpu-schedule__month span{
  display: grid;
  place-items: center;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", serif;
  font-size: 1.42rem;
  font-weight: 800;
  line-height: 1.1;
  writing-mode: horizontal-tb;
  white-space: nowrap;
  letter-spacing: .03em;
}

.hanpu-schedule__cell{
  padding: 15px 18px 14px;
  border-right: 1px solid var(--hanpu-line);
  display: flex;
  align-items: center;
  background: rgba(255,255,255,.82);
}

.hanpu-schedule__row .hanpu-schedule__cell:last-child{
  border-right: 0;
}

.hanpu-schedule__cell ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.hanpu-schedule__cell li{
  position: relative;
  padding: 0 0 6px 1.1em;
  font-size: 1.02rem;
  line-height: 1.55;
}

.hanpu-schedule__cell li:last-child{
  padding-bottom: 0;
}

.hanpu-schedule__cell li::before{
  content:"";
  position: absolute;
  left: 0;
  top: .78em;
  width: 6px;
  height: 6px;
  background: var(--hanpu-gold);
  transform: rotate(45deg);
}

/* =========================================================
   Course detail
========================================================= */

.hanpu-course-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.hanpu-course-card{
  background: rgba(255,255,255,.78);
  border: 1px solid var(--hanpu-line);
  box-shadow: 0 8px 22px rgba(58,42,18,.06);
}

.hanpu-course-card > header{
  padding: 18px 20px 16px;
  color: #fff;
}

.hanpu-course-card--small > header{
  background: linear-gradient(90deg, var(--hanpu-red), #9a2c25);
}

.hanpu-course-card--large > header{
  background: linear-gradient(90deg, var(--hanpu-olive), var(--hanpu-olive-2));
}

.hanpu-course-card__label{
  margin: 0 0 5px !important;
  color: #f6db9d;
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: .15em;
}

.hanpu-course-card h3{
  margin: 0;
  color: inherit;
  font-family: "游明朝", "Yu Mincho", serif;
  font-size: 1.35rem;
  line-height: 1.45;
}

.hanpu-month-card{
  padding: 20px 20px 18px;
  border-top: 1px solid rgba(216,197,159,.75);
}

.hanpu-month-card h4{
  display: inline-block;
  margin: 0 0 12px;
  padding: 3px 12px 2px;
  background: #f4ead6;
  border-left: 4px solid var(--hanpu-gold);
  color: var(--hanpu-brown);
  font-size: 1.12rem;
  line-height: 1.4;
}

.hanpu-sake-name{
  margin: 0 0 12px !important;
  color: var(--hanpu-red);
  font-family: "游明朝", "Yu Mincho", serif;
  font-weight: 800;
  line-height: 1.65;
}

.hanpu-month-card p:last-child{
  margin-bottom: 0;
}

/* =========================================================
   Guidelines / price
========================================================= */

.hanpu-info-cards{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 22px;
}

.hanpu-info-card{
  padding: 20px 14px 18px;
  background: rgba(255,255,255,.80);
  border: 1px solid var(--hanpu-line);
  text-align: center;
}

.hanpu-info-card__icon{
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0 0 10px;
  border: 1px solid var(--hanpu-line);
  background: #f4ead6;
  color: var(--hanpu-gold);
  font-family: "游明朝", "Yu Mincho", serif;
  font-weight: 900;
}

.hanpu-info-card h3{
  margin: 0 0 8px;
  color: var(--hanpu-brown);
  font-size: 1.15rem;
  line-height: 1.35;
}

.hanpu-info-card p{
  margin: 0;
  color: var(--hanpu-muted);
  line-height: 1.7;
}

.hanpu-info-card strong{
  display: inline-block;
  color: var(--hanpu-ink);
  font-size: 1.1em;
}

.hanpu-price-cards{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hanpu-price-card{
  background: #fffdf8;
  border: 1px solid var(--hanpu-line);
  box-shadow: 0 8px 20px rgba(58,42,18,.06);
  padding: 22px 20px 18px;
  text-align: center;
}

.hanpu-price-card--set{
  border-color: #b88d2d;
  background: linear-gradient(180deg, #fffdf7, #f8edcf);
}

.hanpu-price-card h3{
  margin: 0 0 4px;
  color: var(--hanpu-brown);
  font-family: "游明朝", "Yu Mincho", serif;
  font-size: 1.45rem;
  line-height: 1.35;
}

.hanpu-price-card__sub{
  margin: 0 0 10px !important;
  color: var(--hanpu-muted);
  font-weight: 700;
}

.hanpu-price-card__price{
  margin: 0 0 18px !important;
  color: var(--hanpu-red);
  font-family: "游明朝", "Yu Mincho", serif;
  font-size: clamp(2.1rem, 4vw, 3.05rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: .02em;
}

.hanpu-price-card--set .hanpu-price-card__price{
  color: #9b6a08;
}

.hanpu-price-card__price span{
  display: block;
  margin-top: 4px;
  color: var(--hanpu-muted);
  font-family: inherit;
  font-size: .42em;
  font-weight: 700;
}

.hanpu-price-card dl{
  margin: 0;
  padding: 0;
  text-align: left;
}

.hanpu-price-card dl div{
  display: grid;
  grid-template-columns: 7.5em 1fr;
  gap: 10px;
  padding: 7px 0;
  border-top: 1px dashed rgba(167,128,49,.42);
  font-size: .92rem;
  line-height: 1.55;
}

.hanpu-price-card dt,
.hanpu-price-card dd{
  margin: 0;
}

.hanpu-price-card dt{
  color: var(--hanpu-muted);
}

.hanpu-price-card dd{
  text-align: right;
  font-weight: 700;
}

.hanpu-note-box{
  margin: 24px 0 0;
  padding: 18px 20px 15px;
  background: rgba(255,255,255,.74);
  border: 1px solid var(--hanpu-line);
  border-left: 5px solid var(--hanpu-gold);
}

.hanpu-note-box p{
  margin: 0 0 8px;
}

.hanpu-note-box p:last-child{
  margin-bottom: 0;
}

/* =========================================================
   Default member
========================================================= */

.hanpu-default__box{
  padding: 22px 24px;
  background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(251,247,237,.86));
  border: 1px solid var(--hanpu-line);
}

.hanpu-default__box p:last-child{
  margin-bottom: 0;
}

/* =========================================================
   Order
========================================================= */

.hanpu-order-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hanpu-order-card{
  color: #fff;
  overflow: hidden;
  box-shadow: 0 12px 26px rgba(58,42,18,.13);
}

.hanpu-order-card--small{
  background: linear-gradient(135deg, #8d1e1d, #5f1212);
}

.hanpu-order-card--large{
  background: linear-gradient(135deg, #5e662b, #343b17);
}

.hanpu-order-card--set{
  background: linear-gradient(135deg, #b5811c, #7a4c0d);
}

.hanpu-order-card__head{
  position: relative;
  min-height: 158px;
  padding: 24px 22px 18px;
  text-align: center;
  isolation: isolate;
}

.hanpu-order-card__head span{
  position: absolute;
  left: 16px;
  bottom: 10px;
  z-index: -1;
  color: rgba(255,255,255,.12);
  font-family: "游明朝", "Yu Mincho", serif;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
}

.hanpu-order-card__head h3{
  margin: 0 0 8px;
  color: #fffdf5;
  font-family: "游明朝", "Yu Mincho", serif;
  font-size: 1.35rem;
  line-height: 1.42;
}

.hanpu-order-card__head p{
  margin: 0;
  color: rgba(255,255,255,.82);
  font-weight: 700;
}

.hanpu-order-card__cart{
  padding: 0 22px 24px;
  text-align: center;
}

/* カゴモジュールをこのページ内だけ調整 */
.hanpu-order-card .cart-box-label{
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

.hanpu-order-card div.cart-box{
  max-width: none;
  width: 100%;
  padding: 12px;
  border: 0;
  border-radius: 0;
  background: rgba(255,255,255,.92);
  color: var(--hanpu-ink);
}

.hanpu-order-card input[type="submit"],
.hanpu-order-card input[type="button"]{
  min-height: 42px;
  padding: 9px 18px;
  border: 0;
  border-radius: 0;
  background: #fffaf1;
  color: var(--hanpu-brown);
  font-weight: 800;
  box-shadow: 0 2px 0 rgba(0,0,0,.12);
  cursor: pointer;
}

.hanpu-order-card input[type="submit"]:hover,
.hanpu-order-card input[type="button"]:hover{
  filter: brightness(1.03);
}

/* =========================================================
   Voices
========================================================= */

.hanpu-voices{
  padding-bottom: 58px;
}

.hanpu-voices__count{
  text-align: center;
  color: var(--hanpu-muted);
}

.hanpu-voices__count strong{
  color: var(--hanpu-red);
  font-size: 1.25em;
}

.hanpu-voice-list{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.hanpu-voice-card{
  background: rgba(255,255,255,.82);
  border: 1px solid var(--hanpu-line);
  box-shadow: 0 7px 18px rgba(58,42,18,.06);
}

.hanpu-voice-card__head{
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: center;
  padding: 16px 16px 10px;
  border-bottom: 1px solid rgba(216,197,159,.65);
  background: rgba(247,239,224,.72);
}

.hanpu-voice-card__avatar{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 34%, #a2998c 0 18%, transparent 19%),
    radial-gradient(circle at 50% 78%, #a2998c 0 35%, transparent 36%),
    #eee4d4;
  border: 1px solid var(--hanpu-line);
}

.hanpu-voice-card h3{
  margin: 0;
  color: var(--hanpu-brown);
  font-size: .95rem;
  line-height: 1.35;
}

.hanpu-voice-card__body{
  padding: 14px 16px 16px;
  color: var(--hanpu-muted);
  line-height: 1.75;
}

.hanpu-voice-card__body p{
  margin: 0 0 .85em;
}

.hanpu-voice-card__body p:last-child{
  margin-bottom: 0;
}

.hanpu-voices__more{
  margin: 24px 0 0 !important;
  text-align: center;
}

.hanpu-voices__more a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 20px;
  background: var(--hanpu-brown);
  color: #fffdf4;
  text-decoration: none;
  font-weight: 800;
}

.hanpu-voices__more a::after{
  content:"›";
  margin-left: .65em;
  font-size: 1.25em;
  line-height: 1;
}

.hanpu-voices__more a:hover{
  background: var(--hanpu-red);
  text-decoration: none;
}

/* =========================================================
   Responsive
========================================================= */

@media (max-width: 900px){
  .hanpu-page{
    max-width: none;
    border-left: 0;
    border-right: 0;
  }

  .hanpu-lead-section,
  .hanpu-about,
  .hanpu-lineup,
  .hanpu-detail,
  .hanpu-guideline,
  .hanpu-default,
  .hanpu-order,
  .hanpu-voices{
    padding-left: 26px;
    padding-right: 26px;
  }

  .hanpu-lead-grid,
  .hanpu-about__body,
  .hanpu-course-grid,
  .hanpu-price-cards,
  .hanpu-order-grid{
    grid-template-columns: 1fr;
  }

  .hanpu-info-cards{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hanpu-voice-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px){
  .hanpu-page{
    margin-bottom: 34px;
    line-height: 1.75;
    box-shadow: none;
  }

  .hanpu-hero{
    min-height: 0;
    padding: 10px 0 12px;
  }

  .hanpu-hero::before,
  .hanpu-hero::after{
    display: none;
    content: none;
  }

  .hanpu-hero__media{
    position: relative;
    width: calc(100% - 20px);
    margin: 0 auto;
    height: auto;
  }

  .hanpu-hero__media img{
    border-width: 3px;
  }

  .hanpu-hero__body{
    left: 20px;
    right: auto;
    bottom: 18px;
    width: calc(100% - 40px);
    text-align: left;
  }

  .hanpu-hero__course{
    margin: 0 0 7px;
    padding: 6px 9px;
    font-size: .96rem;
  }

  .hanpu-hero__badge{
    padding: 7px 9px;
    font-size: .86rem;
  }

  .hanpu-lead-section,
  .hanpu-about,
  .hanpu-lineup,
  .hanpu-detail,
  .hanpu-guideline,
  .hanpu-default,
  .hanpu-order,
  .hanpu-voices{
    padding: 38px 14px 0;
  }

  .hanpu-voices{
    padding-bottom: 38px;
  }

  .hanpu-section-title{
    grid-template-columns: 1fr;
    gap: 4px;
    margin-bottom: 20px;
  }

  .hanpu-section-title::before,
  .hanpu-section-title::after{
    display: none;
  }

  .hanpu-section-title span,
  .hanpu-section-title h2{
    grid-column: 1;
  }

  .hanpu-section-title h2{
    font-size: 1.55rem;
    letter-spacing: .08em;
  }

  .hanpu-section-title--left{
    grid-template-columns: 1fr;
  }

  .hanpu-alerts{
    grid-template-columns: 1fr;
  }

  .hanpu-benefits li{
    grid-template-columns: 36px 1fr;
    gap: 10px;
  }

  .hanpu-benefits__icon{
    width: 34px;
    height: 34px;
  }

  .hanpu-about__body{
    padding: 16px;
  }

  .hanpu-about__image{
    max-width: 240px;
    margin: 0 auto;
  }

  .hanpu-schedule{
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .hanpu-schedule__head{
    display: none;
  }

  .hanpu-schedule__row{
    display: block;
    margin: 0 0 16px;
    border: 1px solid var(--hanpu-line) !important;
    background: #fffdf8;
  }

  .hanpu-schedule__month{
    min-height: 0;
    padding: 12px 10px;
    border-right: 0;
  }

  .hanpu-schedule__month span{
    font-size: 1.45rem;
    writing-mode: horizontal-tb;
    white-space: nowrap;
  }

  .hanpu-schedule__cell{
    display: block;
    padding: 15px 16px 14px;
    border-right: 0;
    border-top: 1px solid var(--hanpu-line);
  }

  .hanpu-schedule__cell::before{
    display: block;
    margin: 0 0 8px;
    color: var(--hanpu-brown);
    font-weight: 800;
  }

  .hanpu-schedule__row .hanpu-schedule__cell:nth-of-type(2)::before{
    content:"720mlコース（各月2本）";
  }

  .hanpu-schedule__row .hanpu-schedule__cell:nth-of-type(3)::before{
    content:"1800mlコース（5・6月 各1本 / 7月 2本）";
  }

  .hanpu-course-card > header,
  .hanpu-month-card,
  .hanpu-default__box,
  .hanpu-note-box{
    padding-left: 16px;
    padding-right: 16px;
  }

  .hanpu-info-cards,
  .hanpu-voice-list{
    grid-template-columns: 1fr;
  }

  .hanpu-price-card dl div{
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .hanpu-price-card dd{
    text-align: left;
  }

  .hanpu-order-card__head{
    min-height: 130px;
  }
}
