/* =========================================================
   Haku Latte. style.css
   01 Base
   02 Common Header / Footer
   03 Home
   04 Checkout
   05 Success
   06 Responsive
========================================================= */

/* ==============================
   01 Base
============================== */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fbf6ee;
  color: #191817;
  font-family: Arial, "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
  overflow-x: hidden;
}

body.page-checkout{
  padding-top: 110px;
}

.logo{
  text-decoration:none;
}


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

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

button,
input {
  font-family: inherit;
}

/* 全体の点々 */
.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 999;
  opacity: 0.045;
  background-image: radial-gradient(#000 1px, transparent 1px);
  background-size: 5px 5px;
}

/* ==============================
   02 Common Header / Footer
============================== */
.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  width: calc(100% - 44px);
  height: 64px;
  padding: 0 24px;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  background: rgba(255, 255, 255, 0.42);
  border: 2px solid rgba(25,24,23,.88);
  border-radius: 999px;
  box-shadow: 6px 6px 0 #191817;
}

.logo {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.04em;
  margin: 0;
}

.site-header nav,
.sub-nav-menu {
  display: flex;
  gap: 22px;
  align-items: center;
}

.site-header nav a {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.footer,
.site-footer {
  padding: 60px 7vw;
  background: #191817;
  color: #fff;
}

.footer p,
.site-footer .site-name {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 900;
}

.footer small,
.site-footer,
.site-footer a {
  color: rgba(255, 255, 255, 0.65);
}

.sub-nav-menu {
  list-style: none;
  padding: 0;
  margin: 14px 0;
  flex-wrap: wrap;
}

.footer-social,
.accepted-text,
.payment-text,
.small-note {
  display: none;
}

.footer,
.site-footer {
  padding: 60px 7vw;
  background: #191817;
  color: #fff;
  text-align: left;
}

.footer p,
.site-footer .site-name {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
}

.footer small,
.site-footer small {
  color: rgba(255,255,255,.65);
}

.sub-nav-menu {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.sub-nav-menu a {
  color: rgba(255,255,255,.65);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.footer-social,
.accepted-text,
.payment-text,
.small-note {
  display: none;
}

/* ==============================
   03 Home
============================== */
.hero {
  min-height: 100vh;
  padding: 130px 7vw 80px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 44px;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  right: -120px;
  top: 120px;
  width: 560px;
  height: 560px;
  background: #cfeee4;
  border: 2px solid #191817;
  border-radius: 48% 52% 46% 54%;
  transform: rotate(-8deg);
  z-index: 0;
}

.hero::after {
  content: "milk coffee base";
  position: absolute;
  left: 7vw;
  bottom: 40px;
  font-size: clamp(44px, 9vw, 120px);
  font-weight: 900;
  letter-spacing: -0.08em;
  color: rgba(25, 24, 23, 0.05);
  pointer-events: none;
}

.hero-text,
.hero-visual {
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-label {
  display: inline-flex;
  padding: 8px 14px;
  margin: 0 0 20px;
  border: 2px solid #191817;
  border-radius: 999px;
  background: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.hero h1 {
  margin: 0;
  font-size: clamp(70px, 12vw, 170px);
  line-height: 0.86;
  letter-spacing: -0.08em;
  font-weight: 900;
}

.lead {
  margin: 34px 0 0;
  max-width: 420px;
  font-size: 17px;
  font-weight: 700;
  line-height: 2;
  color: #4b4540;
}

.btn,
.buy-btn,
.square-btn,
.paypay-btn,
.success-btn,
.cart-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 0 30px;
  border: 2px solid #191817;
  border-radius: 999px;
  background: #ffcf7a;
  color: #191817;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.1em;
  box-shadow: 5px 5px 0 #191817;
  cursor: pointer;
}

.btn {
  margin-top: 34px;
}

.hero-visual {
  min-height: 640px;
  display: grid;
  place-items: center;
}

.bottle {
  width: min(350px, 58vw);
  position: relative;
  z-index: 3;
  border: 2px solid #191817;
  border-radius: 22px;
  box-shadow: 10px 10px 0 #191817;
}

.bear-bg {
  position: absolute;
  width: min(620px, 82vw);
  opacity: 0.18;
  transform: rotate(-10deg) translate(-20px, 10px);
  z-index: 1;
  mix-blend-mode: multiply;
}

.section {
  padding: 130px 7vw;
}

.section h2 {
  margin: 0;
  font-size: clamp(40px, 4.8vw, 92px);
  line-height: 1.12;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.about {
  background: #fff;
  border-top: 2px solid #191817;
  border-bottom: 2px solid #191817;
  position: relative;
}

.about::after {
  content: "Haku!";
  position: absolute;
  right: 7vw;
  bottom: 70px;
  font-size: clamp(54px, 9vw, 140px);
  font-weight: 900;
  letter-spacing: -0.08em;
  color: rgba(25, 24, 23, 0.06);
  transform: rotate(-8deg);
}

.about p:not(.section-label) {
  max-width: 620px;
  margin-top: 34px;
  color: #4b4540;
  font-weight: 700;
  line-height: 2.1;
}

.howto {
  background: #cfeee4;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 58px;
}

.card {
  min-height: 260px;
  padding: 30px;
  border: 2px solid #191817;
  border-radius: 28px;
  background: #fff;
  box-shadow: 7px 7px 0 #191817;
}

.card span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 2px solid #191817;
  border-radius: 50%;
  background: #ffcf7a;
  font-size: 12px;
  font-weight: 900;
}

.card h3 {
  margin: 42px 0 18px;
  font-size: 36px;
  letter-spacing: -0.04em;
}

.card p {
  margin: 0;
  line-height: 1.9;
  font-weight: 700;
  color: #4b4540;
}

.product {
  background: #fbf6ee;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.product-image {
  background: #fff;
  padding: 24px;
  border: 2px solid #191817;
  border-radius: 30px;
  box-shadow: 10px 10px 0 #191817;
}

.product-image img {
  border-radius: 18px;
}

.product-info dl {
  margin: 42px 0 0;
  border-top: 2px solid #191817;
}

.product-info dl div {
  display: grid;
  grid-template-columns: 120px 1fr;
  padding: 18px 0;
  border-bottom: 2px solid #191817;
}

.product-info dt,
.product-info dd {
  font-weight: 900;
}

.product-info dd {
  margin: 0;
}

.buy-panel {
  margin-top: 34px;
  padding: 24px;
  border: 2px solid #191817;
  border-radius: 24px;
  background: rgba(255,255,255,.72);
  box-shadow: 7px 7px 0 #191817;
}

.buy-panel h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

.buy-price,
.buy-stock {
  margin: 8px 0;
  font-weight: 900;
}

.buy-btn,
.cart-link {
  width: 100%;
  margin-top: 18px;
}

.cart-link {
  background: #fff;
}

/* ==============================
   04 Checkout
============================== */
body.page-checkout {
  padding-top: 110px;
}

.cart-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 22px 80px;
}

.cart-title,
.cart-page h3 {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.cart-list {
  display: grid;
  gap: 18px;
}

.cart-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  padding: 18px;
  border: 2px solid #191817;
  border-radius: 24px;
  background: #fff;
  box-shadow: 5px 5px 0 #191817;
}

.cart-img {
  width: 120px;
  height: 150px;
  object-fit: cover;
  border-radius: 16px;
}

.cart-info h4 {
  margin: 0 0 8px;
  font-size: 20px;
}

.qty-control {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 12px;
}

.qty-btn,
.trash-btn {
  width: 34px;
  height: 34px;
  border: 2px solid #191817;
  border-radius: 50%;
  background: #fff;
  font-weight: 900;
  cursor: pointer;
}

.cart-summary,
#customer-info,
#card-container {
  margin-top: 24px;
  padding: 22px;
  border: 2px solid #191817;
  border-radius: 24px;
  background: #fff;
  box-shadow: 5px 5px 0 #191817;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  margin: 0;
  font-size: 20px;
  font-weight: 900;
}

#customer-info {
  display: grid;
  gap: 14px;
}

#customer-info label {
  display: grid;
  gap: 8px;
  font-weight: 900;
}

#customer-info input {
  height: 46px;
  padding: 0 14px;
  border: 2px solid #191817;
  border-radius: 14px;
  font-size: 16px;
}

.pay-buttons {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.paypay-btn {
  background: #fff;
}

/* ==============================
   05 Success
============================== */
body.page-success {
  padding-top: 110px;
}

.success-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 22px 90px;
}

.success-card {
  padding: 36px;
  border: 2px solid #191817;
  border-radius: 30px;
  background: #fff;
  box-shadow: 8px 8px 0 #191817;
}

.success-title {
  margin: 0 0 18px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.1;
  letter-spacing: -0.06em;
}

.success-lead {
  font-weight: 700;
  line-height: 1.8;
}

.success-subtitle {
  margin-top: 34px;
  font-size: 22px;
}

.success-items {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 14px;
}

.success-item {
  display: grid;
  grid-template-columns: 86px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 2px solid #191817;
  border-radius: 18px;
  background: #fbf6ee;
}

.success-thumb {
  width: 86px;
  height: 86px;
  object-fit: cover;
  border-radius: 14px;
}

.success-item-name,
.success-item-price {
  font-weight: 900;
}

.success-total {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 2px solid #191817;
  font-size: 22px;
  font-weight: 900;
}

.success-actions {
  margin-top: 28px;
}







.card{
  position: relative;
  overflow: hidden;
}

.card::after{
  position: absolute;
  right: 18px;
  bottom: -8px;

  font-size: 120px;
  font-weight: 900;
  line-height: 1;

  color: rgba(0,0,0,.05);

  pointer-events: none;
}

/* 個別番号 */
.step01::after{
  content: "01";
}

.step02::after{
  content: "02";
}

.step03::after{
  content: "03";
}





/* ==============================
   06 Responsive / SP 完全版
============================== */
@media (max-width: 820px) {

  body {
    overflow-x: hidden;
  }

    .site-header {
    top: 12px;
    max-width: none;
    height: 52px;
    transform: translateX(-50%);
    padding: 0 10px;
    justify-content: space-between;
    gap: 8px;
    box-shadow: 4px 4px 0 #191817;
    overflow: hidden;
  }

  .logo,
  .site-title {
    font-size: 14px;
    letter-spacing: -0.05em;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .site-header nav {
    display: flex;
    gap: 7px;
    flex-shrink: 1;
    min-width: 0;
  }

  .site-header nav a {
    font-size: 8px;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .hero {
    grid-template-columns: 1fr;
    padding: 120px 24px 72px;
    min-height: auto;
    gap: 34px;
  }

  .hero-text,
  .hero-visual,
  .about > *,
  .howto > *,
  .product > * {
    width: 100%;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }

  .eyebrow,
  .section-label {
    display: inline-flex;
    width: auto;
    max-width: max-content;
    padding: 8px 14px;
    margin-bottom: 18px;
    font-size: 10px;
    letter-spacing: .10em;
  }

  .hero h1 {
    font-size: clamp(58px, 19vw, 82px);
    line-height: .9;
    letter-spacing: -0.09em;
  }

  .lead {
    max-width: 250px;
    font-size: 12px;
    line-height: 1.85;
  }

  .hero::before {
    width: 270px;
    height: 270px;
    right: -70px;
    top: 300px;
  }

  html,
  body {
    overflow-x: clip;
  }

  .hero::after {
    left: 24px;
    bottom: 20px;
    font-size: 44px;
  }

  .hero-visual {
    min-height: 390px;
    justify-items: center;
  }

  .bottle {
    width: min(260px, 76vw);
    box-shadow: 7px 7px 0 #191817;
  }

  .bear-bg {
    width: 380px;
  }

  .section {
    padding: 88px 24px;
  }

  .section h2 {
    font-size: clamp(30px, 9vw, 70px);
    line-height: 1.18;
    letter-spacing: -0.06em;
  }

  .about p:not(.section-label) {
    font-size: 13px;
    line-height: 2.05;
  }

  .card p {
    font-size: 13px;
    line-height: 1.9;
  }

  .about::after {
    right: 14px;
    bottom: 70px;
    font-size: 58px;
  }

  .cards {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 300px;
    margin: 42px auto 0;
    gap: 22px;
    justify-items: center;
  }

  .card {
    width: 100%;
    max-width: 300px;
    min-height: auto;
    padding: 26px 24px;
    box-shadow: 5px 5px 0 #191817;
  }

  .card h3 {
    margin: 32px 0 14px;
    font-size: 30px;
  }

  .product {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .product-image,
  .product-info,
  .buy-panel {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-image {
    padding: 16px;
    box-shadow: 5px 5px 0 #191817;
  }

  .product-info dl div {
    grid-template-columns: 82px 1fr;
    gap: 12px;
    font-size: 13px;
  }

  .buy-panel {
    padding: 20px;
    box-shadow: 5px 5px 0 #191817;
  }

  .cart-item {
    grid-template-columns: 92px 1fr;
  }

  .cart-img {
    width: 92px;
    height: 115px;
  }

  .success-item {
    grid-template-columns: 70px 1fr;
  }

  .success-item-price {
    grid-column: 2;
  }

  .success-thumb {
    width: 70px;
    height: 70px;
  }
}

/* ==============================
   横スクロール完全停止
============================== */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip !important;
}

body {
  position: relative;
}

main {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

section,
.hero,
.about,
.howto,
.product {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

/* はみ出しやすい装飾を強制的に中で切る */
.hero::before,
.hero::after,
.about::after {
  max-width: 100%;
  overflow: hidden;
}

/* スマホ時のヘッダー */
@media (max-width: 820px) {
  .site-header {
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    max-width: none !important;
    transform: none !important;
  }

  .hero::before {
    right: -80px !important;
  }

  .bear-bg {
    width: 360px !important;
    max-width: 100% !important;
    transform: rotate(-10deg) translate(0, 10px) !important;
  }
}

/* ==============================
   Static pages
============================== */
.page-legal,
.page-corporate,
.page-access,
.page-privacy {
  padding-top: 110px;
}

.static-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 22px 90px;
}

.static-card {
  padding: 34px;
  border: 2px solid #191817;
  border-radius: 28px;
  background: #fff;
  box-shadow: 7px 7px 0 #191817;
}

.static-card h2 {
  margin: 0 0 28px;
  font-size: 32px;
  font-weight: 900;
}

.static-card dl {
  display: grid;
  gap: 14px;
}

.static-card dt {
  font-weight: 900;
}

.static-card dd {
  margin: 0 0 10px;
  line-height: 1.8;
}

.static-card p {
  line-height: 1.9;
  font-weight: 700;
}

#contact-form {
  display: grid;
  gap: 18px;
}

#contact-form label {
  display: grid;
  gap: 8px;
  font-weight: 900;
}

#contact-form input,
#contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 2px solid #191817;
  border-radius: 14px;
  font-size: 16px;
}

#contact-form button {
  min-height: 54px;
  border: 2px solid #191817;
  border-radius: 999px;
  background: #ffcf7a;
  font-weight: 900;
  box-shadow: 5px 5px 0 #191817;
}

/* successページ調整 */
.page-success {
  padding-top: 110px;
}

.success-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 70px 22px 90px;
}

.success-card {
  padding: 42px;
}

.success-title {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.18;
}

.success-check {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 14px;
}

@media (max-width: 820px) {
  .success-page {
    padding: 40px 22px 70px;
  }

  .success-card {
    padding: 28px 22px;
  }

  .success-title {
    font-size: 32px;
    line-height: 1.25;
  }
}

/* ==============================
   TABLET FIX
   821px以下だけど、スマホより広い画面用
============================== */
@media (min-width: 700px) and (max-width: 820px) {
  .site-header {
    left: 50% !important;
    right: auto !important;
    width: calc(100% - 44px) !important;
    height: 60px;
    transform: translateX(-50%) !important;
    padding: 0 22px;
  }

  .logo,
  .site-title {
    font-size: 18px;
  }

  .site-header nav {
    gap: 18px;
  }

  .site-header nav a {
    font-size: 10px;
    letter-spacing: .08em;
  }

  .hero {
    grid-template-columns: 1fr;
    padding: 130px 7vw 80px;
    gap: 40px;
    text-align: center;
  }

  .hero-text,
  .hero-visual,
  .about > *,
  .howto > *,
  .product > * {
    max-width: 620px;
  }

  .lead {
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
    font-size: 15px;
  }

  .hero h1 {
    font-size: clamp(78px, 13vw, 120px);
  }

  .hero::before {
    width: 420px;
    height: 420px;
    right: -150px;
    top: 330px;
  }

  .bottle {
    width: 320px;
  }

  .section {
    padding: 110px 7vw;
  }

  .section h2 {
    font-size: clamp(46px, 8vw, 76px);
  }

  .cards {
    max-width: 620px;
    grid-template-columns: 1fr;
  }

  .card {
    max-width: 460px;
  }

  .product {
    grid-template-columns: 1fr;
  }

  .product-image,
  .product-info,
  .buy-panel {
    max-width: 520px;
  }

  .footer,
  .site-footer {
    text-align: left;
    padding: 56px 7vw;
  }
}

/* ==============================
   Legal / Corporate pages
============================== */
.page-legal,
.page-corporate,
.page-access,
.page-privacy {
  padding-top: 110px;
}

.static-page {
  max-width: 980px;
  margin: 0 auto;
  padding: 64px 22px 96px;
}

.static-card {
  position: relative;
  padding: 44px;
  border: 2px solid #191817;
  border-radius: 30px;
  background: rgba(255,255,255,.86);
  box-shadow: 8px 8px 0 #191817;
  overflow: hidden;
}

.static-card::after {
  content: "Haku Latte.";
  position: absolute;
  right: 24px;
  bottom: -8px;
  font-size: 72px;
  font-weight: 900;
  letter-spacing: -0.08em;
  color: rgba(25,24,23,.045);
  pointer-events: none;
}

.static-card h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 36px;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.18;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.legal-list {
  position: relative;
  z-index: 1;
  margin: 0;
  border-top: 2px solid #191817;
}

.legal-list div {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 2px solid #191817;
}

.legal-list dt {
  font-weight: 900;
  line-height: 1.8;
}

.legal-list dd {
  margin: 0;
  line-height: 1.9;
  font-weight: 700;
  color: #4b4540;
}

.static-card p {
  position: relative;
  z-index: 1;
  line-height: 1.9;
  font-weight: 700;
  color: #4b4540;
}

/* contact form */
#contact-form {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
}

#contact-form label {
  display: grid;
  gap: 8px;
  font-weight: 900;
}

#contact-form input,
#contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 2px solid #191817;
  border-radius: 14px;
  background: #fff;
  font-size: 16px;
}

#contact-form button {
  min-height: 54px;
  border: 2px solid #191817;
  border-radius: 999px;
  background: #ffcf7a;
  font-weight: 900;
  box-shadow: 5px 5px 0 #191817;
  cursor: pointer;
}

.form-status {
  margin-top: 18px;
}

/* mobile */
@media (max-width: 820px) {
  .static-page {
    padding: 42px 22px 72px;
  }

  .static-card {
    padding: 28px 22px;
    box-shadow: 5px 5px 0 #191817;
  }

  .static-card::after {
    right: 14px;
    bottom: 4px;
    font-size: 42px;
  }

  .static-card h2 {
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 28px;
  }

  .legal-list div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 16px 0;
  }

  .legal-list dt {
    font-size: 13px;
  }

  .legal-list dd {
    font-size: 13px;
    line-height: 1.85;
  }
}

.checkout-guide {
  margin: 18px 0 0;
  font-size: 14px;
  font-weight: 900;
  color: #4b4540;
}

.square-btn:disabled,
.paypay-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
  transform: translate(4px, 4px);
}

.cart-toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%) translateY(20px);
  z-index: 9999;

  padding: 14px 22px;
  border: 2px solid #191817;
  border-radius: 999px;
  background: #ffcf7a;
  color: #191817;

  font-size: 14px;
  font-weight: 900;
  box-shadow: 5px 5px 0 #191817;

  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}

.cart-toast.is-show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.howto-inner {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.howto-image img {
  width: 87%;
  display: block;
  border-radius: 28px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .howto-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .howto-image {
    order: -1;
  }

  @media (max-width:768px){
  .howto-image{
    order:0;
  }

  .howto-text{
    order:-1;
  }
}
}

.hero-visual img{
  width: 75%;
}

.card{
  text-align:left;
}

.card h3{
  font-size: clamp(28px,3vw,28px);
}

@media (max-width: 1100px) {
  .howto-inner {
    grid-template-columns: 1fr;
  }

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

  .howto-image img {
    max-width: 520px;
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .cards {
    grid-template-columns: 1fr;
  }

  .card {
    min-height: auto;
    padding: 32px 28px;
  }

  .card h3,
  .card p {
    text-align: center;
  }
}

@media (max-width: 820px){
  .hero-visual{
  width: 90%;
  display:flex;
  justify-content:center;
}

.hero-visual img{
  width:min(92vw, 360px);
}
}

.pay-buttons {
  margin-top: 28px;
  display: grid;
  gap: 14px;
}

.pay-buttons button {
  width: 100%;
  padding: 16px 20px;
  border: 2px solid #1a1a1a;
  border-radius: 999px;
  background: #fff;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 5px 5px 0 #1a1a1a;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.pay-buttons button:hover {
  transform: translate(2px, 2px);
  box-shadow: 3px 3px 0 #1a1a1a;
  background: #f7d48a;
}

.pay-buttons button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
  box-shadow: 5px 5px 0 #1a1a1a;
}

#stripe-pay {
  background: #f7d48a;
}

#paypay-pay {
  background: #fff;
}

/* ==========================
   Haku Latte Brand Site
   clean / calm / simple
========================== */

:root{
  --hl-bg:#f8f6f2;
  --hl-paper:#ffffff;
  --hl-text:#1f1a17;
  --hl-muted:#766f68;
  --hl-brown:#6b4c35;
  --hl-line:#ded6ca;
}

body{
  background:var(--hl-bg);
  color:var(--hl-text);
}

.brand-site{
  background:var(--hl-bg);
}

.brand-hero{
  max-width:1180px;
  margin:0 auto;
  padding:120px 40px 90px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,480px);
  gap:80px;
  align-items:center;
}

.brand-label{
  font-family:"Vollkorn", serif;
  font-size:18px;
  letter-spacing:.08em;
  color:var(--hl-brown);
  margin-bottom:28px;
}

.brand-hero h1{
  font-family:"Vollkorn", serif;
  font-size:clamp(42px,5.5vw,74px);
  font-weight:500;
  line-height:1.16;
  letter-spacing:.02em;
  margin:0 0 32px;
}

.brand-hero__text p:not(.brand-label){
  max-width:560px;
  font-size:16px;
  line-height:2.1;
  color:var(--hl-muted);
}

.brand-hero__image{
  background:var(--hl-paper);
  padding:36px;
}

.brand-hero__image img{
  width:100%;
  display:block;
}

.brand-section{
  max-width:1080px;
  margin:0 auto;
  padding:90px 40px;
  border-top:1px solid var(--hl-line);
}

.section-title{
  display:grid;
  grid-template-columns:180px 1fr;
  gap:40px;
  align-items:start;
  margin-bottom:48px;
}

.section-title span{
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--hl-brown);
}

.section-title h2{
  font-family:"Vollkorn", serif;
  font-size:clamp(28px,3vw,44px);
  font-weight:500;
  line-height:1.35;
  margin:0;
}

.section-body{
  max-width:720px;
  margin-left:220px;
}

.section-body p{
  font-size:15px;
  line-height:2.15;
  color:var(--hl-muted);
  margin:0 0 22px;
}

.product-note{
  margin:-24px 0 36px 220px;
  color:var(--hl-muted);
  font-size:13px;
}

.brand-product-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:24px;
  padding:0 20px;
}

.brand-product-card{
  background:var(--hl-paper);
  border:1px solid var(--hl-line);
  display:grid;
  grid-template-columns:42% 58%;
  min-height:360px;
}

.brand-product-image{
  background:#f3efe8;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:28px;
}

.brand-product-image img{
  width:100%;
  height:100%;
  max-height:310px;
  object-fit:contain;
  display:block;
}

.brand-product-info{
  padding:34px;
  display:flex;
  flex-direction:column;
}

.brand-product-label{
  font-size:12px;
  letter-spacing:.12em;
  color:var(--hl-brown);
  margin:0 0 14px;
}

.brand-product-info h3{
  font-family:"Vollkorn", serif;
  font-size:30px;
  font-weight:500;
  line-height:1.35;
  margin:0 0 16px;
}

.brand-product-desc{
  font-size:14px;
  line-height:1.9;
  color:var(--hl-muted);
  margin:0 0 22px;
}

.brand-product-price{
  margin:auto 0 4px;
  font-size:30px;
  font-weight:600;
}

.brand-product-stock{
  font-size:13px;
  color:var(--hl-muted);
  margin:0 0 18px;
}

.brand-cart-button{
  width:100%;
  padding:15px 18px;
  border:1px solid var(--hl-text);
  background:var(--hl-text);
  color:#fff;
  font-size:14px;
  letter-spacing:.08em;
  cursor:pointer;
  transition:.2s ease;
}

.brand-cart-button:hover{
  background:var(--hl-brown);
  border-color:var(--hl-brown);
}

.brand-cart-button:disabled{
  opacity:.45;
  cursor:not-allowed;
}

.howto-list{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  background:var(--hl-line);
}

.howto-list div{
  background:var(--hl-bg);
  padding:34px 28px;
}

.howto-list h3{
  font-family:"Vollkorn", serif;
  font-size:28px;
  font-weight:500;
  margin:0 0 16px;
}

.howto-list p{
  font-size:14px;
  line-height:1.9;
  color:var(--hl-muted);
  margin:0;
}

.craft-list{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.craft-list div{
  border-top:1px solid var(--hl-line);
  padding-top:22px;
}

.craft-list span{
  display:block;
  font-size:11px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--hl-brown);
  margin-bottom:14px;
}

.craft-list p{
  font-size:15px;
  line-height:1.8;
  color:var(--hl-text);
  margin:0;
}

@media(max-width:900px){
  .brand-hero{
    grid-template-columns:1fr;
    padding:90px 24px 70px;
    gap:44px;
  }

  .brand-section{
    padding:70px 24px;
  }

  .section-title{
    grid-template-columns:1fr;
    gap:12px;
    margin-bottom:32px;
  }

  .section-body,
  .product-note{
    margin-left:0;
  }

  .brand-product-grid{
    grid-template-columns:1fr;
  }

  .brand-product-card{
    grid-template-columns:1fr;
  }

  .brand-product-image{
    min-height:260px;
  }

  .howto-list,
  .craft-list{
    grid-template-columns:1fr;
  }
}

.site-header{
  max-width:1180px;
  margin:28px auto 0;
  padding:22px 0;
  border:none;
  border-bottom:1px solid #ded6ca;
  box-shadow:none;
  border-radius:0;
  background:transparent;
}

.site-header .logo{
  font-family:"Vollkorn", serif;
  font-size:24px;
  letter-spacing:.04em;
}

.site-header nav{
  gap:34px;
}

.site-header nav a{
  font-size:12px;
  letter-spacing:.16em;
  color:#1f1a17;
}

.brand-about{
  background:#1f1a17;
  color:#fff;
  max-width:none;
  padding:110px calc((100% - 1080px) / 2);
}

.brand-about .section-title span,
.brand-about .section-body p{
  color:#d8c9b8;
}

.brand-about .section-title h2{
  color:#fff;
}

.brand-products{
  padding-top:120px;
  padding-bottom:130px;
}

.brand-story{
  background:#efe8de;
  max-width:none;
  padding:110px calc((100% - 1080px) / 2);
}

/* ==========================
   Brand Site adjustment
   header + spacing
========================== */

/* ヘッダーをコンテンツから独立させる */
.site-header{
  position:static;
  max-width:1080px;
  margin:42px auto 0;
  padding:0 0 28px;
  border:none;
  border-bottom:1px solid rgba(31,26,23,.18);
  border-radius:0;
  box-shadow:none;
  background:transparent;
}

.site-header .logo{
  font-family:"Vollkorn", serif;
  font-size:26px;
  font-weight:700;
  letter-spacing:.03em;
  color:#1f1a17;
}

.site-header nav{
  display:flex;
  gap:38px;
  align-items:center;
}

.site-header nav a{
  font-size:12px;
  letter-spacing:.16em;
  font-weight:700;
  color:#1f1a17;
  text-decoration:none;
}

/* ヘッダー下に余白を作る */
.brand-site{
  padding-top:70px;
}

/* ヒーロー余白を広げる */
.brand-hero{
  padding-top:80px;
  padding-bottom:150px;
  gap:100px;
}

/* ヒーロー文字の行間と余白 */
.brand-hero h1{
  margin-bottom:44px;
}

.brand-hero__text p:not(.brand-label){
  line-height:2.35;
}

/* 各セクションの余白を広げる */
.brand-section{
  padding-top:140px;
  padding-bottom:140px;
}

/* 黒背景ABOUTはさらにゆったり */
.brand-about{
  padding-top:160px;
  padding-bottom:170px;
}

/* 商品セクションも広げる */
.brand-products{
  padding-top:150px;
  padding-bottom:170px;
}

/* HOW TOの上下一体感をゆったり */
.brand-howto{
  padding-top:150px;
  padding-bottom:160px;
}

/* STORY */
.brand-story{
  padding-top:160px;
  padding-bottom:170px;
}

/* セクションタイトル周り */
.section-title{
  margin-bottom:70px;
}

.section-body p{
  line-height:2.35;
}

/* 商品カード間隔 */
.brand-product-grid{
  gap:44px;
}

/* 商品カード内余白 */
.brand-product-info{
  padding:44px;
}

.brand-product-image{
  padding:42px;
}

/* HOW TOカードに余白 */
.howto-list div{
  padding:48px 38px 58px;
}

/* スマホ */
@media(max-width:900px){
  .site-header{
    margin:24px 24px 0;
    padding-bottom:22px;
  }

  .site-header nav{
    gap:18px;
    flex-wrap:wrap;
  }

  .brand-site{
    padding-top:40px;
  }

  .brand-hero{
    padding-top:50px;
    padding-bottom:100px;
    gap:56px;
  }

  .brand-section,
  .brand-about,
  .brand-products,
  .brand-howto,
  .brand-story{
    padding-top:100px;
    padding-bottom:110px;
  }

  .section-title{
    margin-bottom:42px;
  }
}

/* ==========================
   Haku Latte clean brand style
   no extra spacing version
========================== */

:root{
  --hl-bg:#f8f6f2;
  --hl-paper:#fff;
  --hl-text:#1f1a17;
  --hl-muted:#6f6860;
  --hl-brown:#6b4c35;
  --hl-line:#ded6ca;
}

body{
  background:var(--hl-bg);
  color:var(--hl-text);
}

/* Header fix */
.site-header{
  position:relative !important;
  top:auto !important;
  left:auto !important;
  right:auto !important;
  transform:none !important;

  width:min(1080px, calc(100% - 80px)) !important;
  max-width:1080px !important;
  height:auto !important;

  margin:36px auto 0 !important;
  padding:0 0 24px !important;

  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;

  border:none !important;
  border-bottom:1px solid var(--hl-line) !important;
  border-radius:0 !important;
  box-shadow:none !important;
  background:transparent !important;
}

.site-header .logo{
  display:block !important;
  margin:0 !important;
  font-family:"Vollkorn", serif !important;
  font-size:26px !important;
  font-weight:700 !important;
  letter-spacing:.03em !important;
  color:var(--hl-text) !important;
  text-decoration:none !important;
}

.site-header nav{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:34px !important;
  margin:0 !important;
  padding:0 !important;
}

.site-header nav a{
  margin:0 !important;
  padding:0 !important;
  font-size:12px !important;
  letter-spacing:.16em !important;
  font-weight:700 !important;
  color:var(--hl-text) !important;
  text-decoration:none !important;
}

/* Main */
.brand-site{
  background:var(--hl-bg);
  padding-top:0 !important;
}

/* 小さい英字ラベル非表示 */
.brand-label,
.section-title span,
.brand-product-label,
.craft-list span{
  display:none !important;
}

/* 見出し */
.brand-hero h1,
.section-title h2,
.brand-product-info h3,
.howto-list h3{
  font-family:"Vollkorn", serif;
  font-weight:500;
  color:var(--hl-text);
}

/* ABOUT黒背景 */
.brand-about{
  max-width:none;
  background:#1f1a17;
  color:#fff;
}

.brand-about .section-title h2{
  color:#fff;
}

.brand-about .section-body p{
  color:#d8c9b8;
}

/* STORY薄茶背景 */
.brand-story{
  max-width:none;
  background:#ece4d8;
}

/* 商品 */
.brand-product-card{
  background:var(--hl-paper);
  border:1px solid var(--hl-line);
  display:grid;
  grid-template-columns:42% 58%;
}

.brand-product-image{
  background:#f1ece4;
  display:flex;
  align-items:center;
  justify-content:center;
}

.brand-product-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}

.brand-product-desc,
.brand-product-stock,
.product-note,
.section-body p,
.howto-list p{
  color:var(--hl-muted);
}

.brand-cart-button{
  width:100%;
  border:1px solid var(--hl-text);
  background:var(--hl-text);
  color:#fff;
  cursor:pointer;
}

.brand-cart-button:hover{
  background:var(--hl-brown);
  border-color:var(--hl-brown);
}

/* HOW TO */
.howto-list{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid var(--hl-line);
  border-bottom:1px solid var(--hl-line);
}

.howto-list div{
  border-right:1px solid var(--hl-line);
}

.howto-list div:last-child{
  border-right:none;
}

/* Craft */
.craft-list{
  display:grid;
  grid-template-columns:repeat(3,1fr);
}

.craft-list div{
  border-top:1px solid var(--hl-line);
}

/* responsive */
@media(max-width:900px){
  .site-header{
    width:calc(100% - 48px) !important;
    margin:28px 24px 0 !important;
    padding-bottom:22px !important;
  }

  .site-header nav{
    gap:18px !important;
    flex-wrap:wrap !important;
  }

  .site-header nav a{
    font-size:11px !important;
  }

  .brand-product-card{
    grid-template-columns:1fr;
  }

  .howto-list,
  .craft-list{
    grid-template-columns:1fr;
  }

  .howto-list div{
    border-right:none;
    border-bottom:1px solid var(--hl-line);
  }

  .howto-list div:last-child{
    border-bottom:none;
  }
}

.brand-hero h1{
  font-size:72px;
  line-height:1.25;
  letter-spacing:0.02em;

  max-width:520px;
  white-space:normal;
  word-break:keep-all;
}

.brand-about h2,
.brand-story h2{
  font-size:56px;
  line-height:1.3;
  letter-spacing:0.02em;

  max-width:none;
  word-break:keep-all;
}

.brand-story h2{
  min-width:320px;
}

/* ==========================
   Final typography tuning
========================== */

/* トップを少し強く */
.brand-hero h1{
  font-size: clamp(58px, 6vw, 86px) !important;
  line-height: 1.22 !important;
  letter-spacing: .03em !important;
  max-width: 680px !important;
}

.brand-hero__text p:not(.brand-label){
  font-size: 15px !important;
  line-height: 2.25 !important;
  max-width: 620px !important;
}

/* 見出しが変に折れないように */
.section-title h2{
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  white-space: normal !important;
}

/* Haku Latte.について を横に広く使う */
.brand-about .section-title h2{
  font-size: 48px !important;
  max-width: 760px !important;
  white-space: nowrap !important;
}

/* 開発のきっかけは少し控えめに */
.brand-story .section-title h2{
  font-size: 44px !important;
  line-height: 1.35 !important;
  max-width: 760px !important;
  white-space: nowrap !important;
}

/* つくり手も少し控えめ */
.brand-craft .section-title h2{
  font-size: 44px !important;
}

/* 商品・楽しみ方は今の雰囲気維持 */
.brand-products .section-title h2,
.brand-howto .section-title h2{
  font-size: 46px !important;
}

/* スマホでは折り返し許可 */
@media(max-width:900px){
  .brand-hero h1{
    font-size: 48px !important;
    max-width: none !important;
  }

  .brand-about .section-title h2,
  .brand-story .section-title h2{
    white-space: normal !important;
    font-size: 36px !important;
  }
}

.brand-visual{
  max-width:1080px;
  margin:0 auto;
  padding:0 0 120px;
}

.brand-visual img{
  width:100%;
  display:block;
  object-fit:cover;
}

.brand-visual{
  max-width:720px;
  margin:100px auto;
}

.brand-visual img{
  width:100%;
  display:block;
}

.brand-visual{
  max-width:640px;
  margin:120px auto;
}

/* ==========================
   Checkout / Success brand style
========================== */

.page-checkout,
.page-success{
  background:#f8f6f2;
  color:#1f1a17;
}

.cart-page,
.success-page{
  max-width:1080px;
  margin:0 auto;
  padding:90px 0 130px;
}

.cart-title,
.success-title{
  font-family:"Vollkorn", serif;
  font-size:48px;
  font-weight:500;
  line-height:1.3;
  margin:0 0 56px;
}

.cart-list,
#customer-info,
.success-card{
  background:#fff;
  border:1px solid #ded6ca;
}

.cart-item{
  display:grid;
  grid-template-columns:160px 1fr;
  gap:34px;
  padding:34px;
  border-bottom:1px solid #ded6ca;
}

.cart-item:last-child{
  border-bottom:none;
}

.cart-img{
  width:140px;
  height:140px;
  object-fit:contain;
  background:#f1ece4;
  padding:18px;
}

.cart-info h4{
  font-family:"Vollkorn", serif;
  font-size:28px;
  font-weight:500;
  margin:0 0 12px;
}

.cart-info .price{
  font-size:22px;
  font-weight:700;
  margin:0 0 22px;
}

.qty-control{
  display:flex;
  align-items:center;
  gap:12px;
}

.qty-btn,
.trash-btn{
  width:34px;
  height:34px;
  border:1px solid #1f1a17;
  background:transparent;
  cursor:pointer;
}

.qty-num{
  min-width:28px;
  text-align:center;
}

.cart-summary{
  margin:28px 0 80px;
  text-align:right;
}

.cart-total{
  font-size:28px;
  font-weight:700;
}

.cart-page h3{
  font-family:"Vollkorn", serif;
  font-size:36px;
  font-weight:500;
  margin:0 0 18px;
}

.checkout-guide{
  color:#6f6860;
  margin:0 0 28px;
}

#customer-info{
  padding:42px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  margin-bottom:42px;
}

#customer-info label{
  display:block;
  font-size:14px;
  font-weight:600;
}

#customer-info input{
  width:100%;
  margin-top:10px;
  padding:15px 16px;
  border:1px solid #ded6ca;
  background:#fff;
  font-size:15px;
}

.pay-buttons{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

.pay-buttons button,
.success-btn{
  display:block;
  width:100%;
  padding:18px 22px;
  border:1px solid #1f1a17;
  background:#1f1a17;
  color:#fff;
  font-size:15px;
  font-weight:700;
  text-align:center;
  text-decoration:none;
  cursor:pointer;
}

.pay-buttons button:disabled{
  opacity:.35;
  cursor:not-allowed;
}

#paypay-pay{
  background:transparent;
  color:#1f1a17;
}

.success-card{
  padding:64px;
}

.success-lead{
  color:#6f6860;
  line-height:2;
  margin:0 0 52px;
}

.success-subtitle{
  font-family:"Vollkorn", serif;
  font-size:30px;
  font-weight:500;
  margin:0 0 26px;
}

.success-items{
  list-style:none;
  padding:0;
  margin:0;
  border-top:1px solid #ded6ca;
}

.success-item{
  display:grid;
  grid-template-columns:90px 1fr auto;
  align-items:center;
  gap:22px;
  padding:22px 0;
  border-bottom:1px solid #ded6ca;
}

.success-thumb{
  width:80px;
  height:80px;
  object-fit:contain;
  background:#f1ece4;
  padding:10px;
}

.success-item-name{
  font-weight:700;
}

.success-item-price{
  font-weight:700;
}

.success-total{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:32px;
  padding-top:28px;
  font-size:28px;
  font-weight:700;
}

.success-actions{
  margin-top:46px;
}

@media(max-width:900px){
  .cart-page,
  .success-page{
    padding:60px 24px 100px;
  }

  .cart-title,
  .success-title{
    font-size:36px;
  }

  .cart-item{
    grid-template-columns:100px 1fr;
    gap:20px;
    padding:24px;
  }

  .cart-img{
    width:90px;
    height:90px;
  }

  #customer-info,
  .pay-buttons{
    grid-template-columns:1fr;
  }

  .success-card{
    padding:34px 24px;
  }

  .success-item{
    grid-template-columns:70px 1fr;
  }

  .success-item-price{
    grid-column:2;
  }
}

.credits {
  padding: 80px 0 60px;
  border-top: 1px solid #e6e0d9;
}

.credits h2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 48px;
}

.credits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.credits-grid span {
  display: block;
  font-size: 12px;
  letter-spacing: .1em;
  color: #777;
  margin-bottom: 12px;
}

.credits-grid p {
  font-size: 16px;
}

/* ==========================
   Brand credit before footer
========================== */

.brand-credit{
  background:#f8f6f2;
  border-top:1px solid #ded6ca;
  padding:48px 0 52px;
}

.brand-credit-inner{
  width:min(1080px, calc(100% - 80px));
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:40px;
}

.brand-credit-item{
  border-top:1px solid #ded6ca;
  padding-top:18px;
}

.brand-credit-item span{
  display:block;
  font-size:12px;
  color:#6f6860;
  margin-bottom:10px;
}

.brand-credit-item p{
  margin:0;
  font-size:14px;
  font-weight:600;
  color:#1f1a17;
}

@media(max-width:900px){
  .brand-credit{
    padding:40px 0 44px;
  }

  .brand-credit-inner{
    width:calc(100% - 48px);
    grid-template-columns:1fr;
    gap:26px;
  }
}

.brand-visual{
  margin:80px auto 40px !important;
  padding:0 !important;
  padding-bottom:80px !important;
}

/* ==========================
   Mobile final tuning
========================== */

@media(max-width:900px){

  /* ヘッダー：スマホはロゴだけ */
  .site-header{
    width:calc(100% - 48px) !important;
    margin:28px 24px 0 !important;
    padding-bottom:22px !important;
  }

  .site-header nav{
    display:none !important;
  }

  .site-header .logo{
    font-size:25px !important;
  }

  /* TOP */
  .brand-hero{
    padding:58px 24px 78px !important;
    gap:42px !important;
  }

  .brand-hero h1{
    font-size:45px !important;
    line-height:1.28 !important;
    letter-spacing:.02em !important;
    margin-bottom:34px !important;
  }

  .brand-hero__text p:not(.brand-label){
    max-width:92% !important;
    font-size:13px !important;
    line-height:2.15 !important;
  }

  .brand-hero__image{
    padding:22px !important;
  }

  /* ABOUT / STORY：横幅いっぱい問題を修正 */
  .brand-about,
  .brand-story{
    padding:78px 24px !important;
  }

  .brand-about .section-body,
  .brand-story .section-body{
    max-width:86% !important;
  }

  .brand-about .section-body p,
  .brand-story .section-body p{
    font-size:13px !important;
    line-height:2.15 !important;
  }

  .brand-about .section-title h2{
    font-size:31px !important;
    line-height:1.45 !important;
    white-space:normal !important;
  }

  .brand-story .section-title h2{
    font-size:30px !important;
    line-height:1.45 !important;
    white-space:normal !important;
  }

  /* セクション全体 */
  .brand-section{
    padding:78px 24px !important;
  }

  .section-title{
    margin-bottom:34px !important;
  }

  .section-title h2{
    font-size:34px !important;
  }

  /* 商品：このままでOK寄り、少しだけ詰める */
  .brand-product-grid{
    gap:34px !important;
  }

  .brand-product-card{
    grid-template-columns:1fr !important;
  }

  .brand-product-image{
    padding:34px !important;
  }

  .brand-product-info{
    padding:34px !important;
  }

  .brand-product-info h3{
    font-size:27px !important;
    line-height:1.45 !important;
  }

  .brand-product-desc{
    font-size:13px !important;
    line-height:2 !important;
  }

  /* 楽しみ方：縦長感を減らす */
  .brand-howto{
    padding-top:72px !important;
    padding-bottom:72px !important;
  }

  .howto-list{
    display:block !important;
    border-top:1px solid #ded6ca !important;
    border-bottom:1px solid #ded6ca !important;
  }

  .howto-list div{
    padding:28px 0 !important;
    border-right:none !important;
    border-bottom:1px solid #ded6ca !important;
  }

  .howto-list div:last-child{
    border-bottom:none !important;
  }

  .howto-list h3{
    font-size:25px !important;
    margin-bottom:12px !important;
  }

  .howto-list p{
    font-size:13px !important;
    line-height:1.9 !important;
  }

  /* 注いでいる写真：画面いっぱいを回避 */
  .brand-visual{
    width:calc(100% - 48px) !important;
    max-width:none !important;
    margin:48px auto 56px !important;
    padding:0 !important;
  }

  .brand-visual img{
    width:100% !important;
    display:block !important;
  }

  /* クレジット：小さく、でも横並びはやめる */
  .brand-credit{
    padding:30px 0 34px !important;
  }

  .brand-credit-inner{
    width:calc(100% - 48px) !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:0 !important;
  }

  .brand-credit-item{
    padding:15px 0 !important;
    border-top:1px solid #ded6ca !important;
  }

  .brand-credit-item span{
    font-size:10px !important;
    letter-spacing:.12em !important;
    margin-bottom:7px !important;
  }

  .brand-credit-item p{
    font-size:13px !important;
  }

  /* フッター */
  .site-footer{
    padding:42px 24px !important;
  }

  .site-footer .sub-nav-menu{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:14px 20px !important;
  }
}

.brand-about .section-body{
  max-width:280px;
}

/* ==========================
   Mobile final tuning
========================== */

@media(max-width:900px){

  /* Header */
  .site-header{
    width:calc(100% - 48px) !important;
    margin:28px 24px 0 !important;
    padding-bottom:22px !important;
  }

  .site-header nav{
    display:none !important;
  }

  .site-header .logo{
    font-size:25px !important;
  }

  /* Hero */
  .brand-hero{
    padding:58px 24px 78px !important;
    gap:42px !important;
  }

  .brand-hero h1{
    font-size:45px !important;
    line-height:1.28 !important;
    letter-spacing:.02em !important;
    margin-bottom:34px !important;
  }

  .brand-hero__text p:not(.brand-label){
    max-width:280px !important;
    font-size:13px !important;
    line-height:2.15 !important;
  }

  .brand-hero__image{
    padding:22px !important;
  }

  /* Common section */
  .brand-section{
    padding:76px 24px !important;
  }

  .section-title{
    margin-bottom:34px !important;
  }

  .section-title h2{
    font-size:34px !important;
    line-height:1.45 !important;
    white-space:normal !important;
  }

  /* About / Story */
  .brand-about,
  .brand-story{
    padding:78px 24px !important;
  }

  .brand-about .section-body,
  .brand-story .section-body{
    max-width:280px !important;
  }

  .brand-about .section-body p,
  .brand-story .section-body p{
    font-size:13px !important;
    line-height:2.15 !important;
  }

  .brand-about .section-title h2{
    font-size:30px !important;
    line-height:1.45 !important;
  }

  .brand-story .section-title h2{
    font-size:30px !important;
    line-height:1.45 !important;
  }

  /* Products */
  .brand-product-grid{
    gap:22px !important;
  }

  .brand-product-card{
    grid-template-columns:1fr !important;
  }

  .brand-product-image{
    padding:34px !important;
  }

  .brand-product-info{
    padding:34px !important;
  }

  .brand-product-info h3{
    font-size:26px !important;
    line-height:1.45 !important;
  }

  .brand-product-desc{
    font-size:13px !important;
    line-height:2 !important;
  }

  .brand-product-price{
    font-size:28px !important;
  }

  .brand-cart-button{
    min-height:50px !important;
  }

  /* How to */
  .brand-howto{
    padding-top:70px !important;
    padding-bottom:70px !important;
  }

  .howto-list{
    display:block !important;
    border-top:1px solid #ded6ca !important;
    border-bottom:1px solid #ded6ca !important;
  }

  .howto-list div{
    position:relative !important;
    padding:26px 0 26px 42px !important;
    border-right:none !important;
    border-bottom:1px solid #ded6ca !important;
  }

  .howto-list div:last-child{
    border-bottom:none !important;
  }

  .howto-list div::before{
    position:absolute;
    left:0;
    top:31px;
    font-family:"Vollkorn", serif;
    font-size:14px;
    color:#9a8f83;
  }

  .howto-list h3{
    font-size:25px !important;
    margin-bottom:10px !important;
  }

  .howto-list p{
    font-size:13px !important;
    line-height:1.9 !important;
  }

  /* Visual image */
  .brand-visual{
    width:calc(100% - 48px) !important;
    max-width:none !important;
    margin:48px auto 54px !important;
    padding:0 !important;
  }

  .brand-visual img{
    width:100% !important;
    display:block !important;
  }

  /* Credit */
  .brand-credit{
    padding:28px 0 32px !important;
  }

  .brand-credit-inner{
    width:calc(100% - 48px) !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:0 !important;
  }

  .brand-credit-item{
    padding:14px 0 !important;
    border-top:1px solid #ded6ca !important;
  }

  .brand-credit-item span{
    font-size:10px !important;
    letter-spacing:.12em !important;
    margin-bottom:7px !important;
  }

  .brand-credit-item p{
    font-size:13px !important;
  }

  /* Footer */
  .site-footer{
    padding:42px 24px !important;
  }

  .site-footer .sub-nav-menu{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:14px 20px !important;
  }
}

/* ==========================
   Mobile alignment refine
========================== */

@media(max-width:900px){

  /* ABOUT / STORY 本文を少し右へ寄せる */
  .brand-about .section-body,
  .brand-story .section-body{
    max-width:280px !important;
    margin-left:32px !important;
    margin-right:auto !important;
  }

  /* 商品カードを少し小さくして余白を作る */
  .brand-product-grid{
    width:calc(100% - 24px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .brand-product-card{
    max-width:320px !important;
    margin:0 auto !important;
  }

  .brand-product-image{
    padding:32px !important;
  }

  .brand-product-image img{
    max-height:250px !important;
    width:auto !important;
    margin:auto !important;
  }

  .brand-product-info{
    padding:28px !important;
  }

  /* 楽しみ方の中身を少し右へ */
  .howto-list div{
    padding-left:32px !important;
  }

  .howto-list div::before{
    left:16px !important;
  }

  /* 注いでいる写真も少し余白を確保 */
  .brand-visual{
    width:calc(100% - 64px) !important;
  }
}

@media (max-width: 768px){

  .page-header{
    padding-top:48px;
  }

}

@media (max-width: 768px){

  .page-header{
    padding-top:48px;
    padding-bottom:24px;
  }

  .site-logo{
    margin-bottom:24px;
  }

}

@media (max-width:768px){

  .page-header{
    padding-top:24px;
  }

}

.tax-label{
  display:inline-block;
  margin-left:6px;
  font-size:12px;
  font-weight:500;
  color:#777;
}

@media (max-width: 768px){
  .page-checkout .site-header,
  .page-success .site-header{
    padding-top: 28px !important;
    padding-bottom: 18px !important;
  }
}

@media (max-width: 768px){
  body.page-checkout .site-header,
  body.page-success .site-header{
    padding-top: 20px !important;
    padding-bottom: 14px !important;
    margin-top: 0 !important;
  }

  body.page-checkout .cart-page,
  body.page-success .success-page{
    padding-top: 32px !important;
  }
}

/* PC版：About本文を横長に戻す */
@media (min-width: 769px) {
  .brand-about .section-body {
    max-width: 680px;
    margin-left: 220px !important;
    margin-right: auto !important;
  }

  .brand-about .section-body p {
    max-width: none !important;
    line-height: 2.1;
  }
}

/* Aboutセクションを深煎りコーヒー色に変更 */
.brand-about {
  background: #ecd8cd !important;
}

/* AboutをStoryと同じ背景色・文字色にする */
.brand-about {
  background: #ece4d8 !important;
  color: #1f1a17 !important;
}

.brand-about .section-title h2,
.brand-about .section-body p {
  color: #1f1a17 !important;
}

.brand-about {
  background: #ece4d8 !important;
}

.brand-about .section-title h2,
.brand-story .section-title h2{
  color: #1f1a17 !important;
}

.brand-about .section-body p,
.brand-story .section-body p{
  color: #6b645c !important;
}

.free-shipping{
  color:#8b6b3f;
  font-size:14px;
  font-weight:600;
  margin-top:8px;
}

.site-header{
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #f7f4ee;
}

.cart-link{
  border: 1px solid #1f1a17;
  padding: 8px 14px;
  border-radius: 999px;
}

#cart-count{
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
}

.cart-link {
  border: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  background: transparent;
  font-size: 12px;
  letter-spacing: 0.16em;
  font-weight: 700;
}

#cart-count {
  margin-left: 6px;
}

@media (max-width: 768px) {
  .site-header nav {
    display: flex !important;
  }

  .site-header nav a {
    display: none !important;
  }

  .site-header nav a.cart-link {
    display: inline-flex !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0 !important;
    min-height: auto !important;
    width: auto !important;
    font-size: 11px !important;
    letter-spacing: 0.12em !important;
  }
}

/* checkoutだけはTOPを表示 */
@media (max-width: 900px){

  body.page-checkout .site-header nav{
    display:flex !important;
  }

  body.page-checkout .site-header nav a{
    display:none !important;
  }

  body.page-checkout .site-header nav a:first-child{
    display:inline-block !important;
  }
}

@media (max-width: 900px){

  body.page-checkout .site-header nav a:first-child{
    font-size:11px;
    letter-spacing:.12em;
    font-weight:700;
  }

}

@media (max-width: 900px){
  .site-header{
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
    background: #f8f6f2 !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    margin-top: 0 !important;
  }
}

@media (max-width: 900px){
  .brand-site,
  .cart-page,
  .success-page{
    padding-top: 20px !important;
  }
}

@media (max-width: 900px){
  .site-header{
    position: sticky !important;
    top: 0;
    z-index: 9999;
    background: rgba(248,246,242,.92) !important;
    backdrop-filter: blur(8px);
    border-bottom: 1px solid #ded6ca;
  }

}

@media (max-width: 900px){
  .site-header{
    width: 100% !important;
    margin: 0 !important;
    padding: 14px 18px !important;
  }
}

.survey-header{
  margin-top:40px;
  margin-bottom:16px;
}

.survey-note{
  margin-top:6px;
  font-size:13px;
  color:#777;
}

.survey-box{
  margin-top: 48px;
  padding: 28px 32px;
  border: 1px solid #ddd6cc;
  border-radius: 18px;
  background: #fffdf8;
}

.survey-header{
  margin-bottom: 22px;
}

.survey-header h3{
  margin-bottom: 8px;
}

.survey-header p{
  font-size: 14px;
  color: #777;
}

.survey-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 24px;
}

.survey-grid label{
  font-weight: 600;
}

.survey-grid input,
.survey-grid select{
  width: 100%;
  margin-top: 8px;
}

.required-badge,
.optional-badge{
  display: inline-block;
  margin-left: 6px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 12px;
}

.required-badge{
  color: #fff;
  background: #9b3a2f;
}

.optional-badge{
  color: #666;
  background: #eee7dc;
}

.sponsor-info {
  border-top: 1px solid #ddd6c9;
  border-bottom: 1px solid #ddd6c9;
}

.sponsor-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.sponsor-links a {
  display: inline-block;
  padding: 12px 18px;
  border: 1px solid #1f1a17;
  text-decoration: none;
  color: #1f1a17;
  font-weight: 600;
}

.sponsor-links a:hover {
  background: #1f1a17;
  color: #fff;
}

#reason-other-box {
  margin-top: 16px;
  width: 100%;
}

#reason-other-box textarea {
  width: 100%;
  min-height: 100px;
  box-sizing: border-box;
}

@media (max-width: 600px){

  .cart-page{
    padding: 32px 20px 56px;
  }

  .cart-title{
    font-size: 28px;
    margin-bottom: 28px;
  }

  .cart-item{
    padding: 22px;
    border-radius: 24px;
  }

  .cart-info h4{
    font-size: 24px;
    line-height: 1.45;
  }

  .cart-info .price{
    font-size: 20px;
    line-height: 1.5;
  }

  .unit-price{
    display:block;
    font-size: 16px;
    margin-top: 4px;
  }

  .cart-summary{
    padding: 20px 22px;
    border-radius: 22px;
  }

  .cart-total{
    font-size: 22px;
    line-height: 1.5;
    margin: 6px 0;
  }

  .survey-box{
    padding: 26px 28px;
  }

  .survey-header h3{
    font-size: 27px;
    line-height: 1.25;
    letter-spacing: -0.04em;
    white-space: nowrap;
  }

  .survey-header p{
    font-size: 14px;
    line-height: 1.8;
  }

  #purchase-reason-box{
    display:block;
  }

  #purchase-reason{
    width:100%;
    margin-top:8px;
  }

  #reason-other-box{
    margin-top:16px;
  }

  #purchase-reason-other{
    width:100%;
  }
}

.brand-product-info h3{
  font-size: 1.9rem;
  line-height: 1.3;
  margin-bottom: 16px;
}

@media (max-width: 600px){
  .brand-product-info h3{
    font-size: 2rem;
    line-height: 1.35;
    word-break: keep-all;
  }
}

.cart-info h4{
  line-height: 1.3;
}

/* =========================
   タブレット調整
   768px〜1024px
========================= */
@media (min-width: 768px) and (max-width: 1024px) {

  .brand-site,
  .cart-page,
  .success-page {
    max-width: 760px;
    margin: 0 auto;
    padding-left: 28px;
    padding-right: 28px;
  }

  .brand-hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 72px 24px 56px;
  }

  .brand-hero__text {
    max-width: 520px;
  }

  .brand-hero__text h1 {
    font-size: 42px;
    line-height: 1.25;
  }

  .brand-hero__image img,
  .brand-visual img {
    width: 100%;
    max-height: 620px;
    object-fit: cover;
  }

  .brand-section {
    padding: 64px 24px;
  }

  .section-title h2 {
    font-size: 32px;
  }

  .section-body {
    max-width: 560px;
    margin: 0 auto;
  }

  .brand-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    align-items: start;
  }

  .brand-product-card {
    width: 100%;
  }

  .brand-product-info {
    padding: 28px 24px;
  }

  .brand-product-info h3 {
    font-size: 24px;
    line-height: 1.35;
  }

  .brand-product-desc {
    font-size: 14px;
    line-height: 1.9;
  }

  .brand-product-price {
    font-size: 26px;
  }

  .howto-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }

  .sponsor-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }

  .brand-credit-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

/* ==========================
   Tablet menu fix
   769px〜1024pxではメニュー表示
========================== */
@media (min-width: 769px) and (max-width: 1024px){

  .site-header{
    width: calc(100% - 56px) !important;
    margin: 0 auto !important;
    padding: 18px 28px !important;
  }

  .site-header nav{
    display: flex !important;
    gap: 18px !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
  }

  .site-header nav a{
    display: inline-flex !important;
    font-size: 10px !important;
    letter-spacing: .08em !important;
    white-space: nowrap !important;
  }

  .site-header nav a.cart-link{
    display: inline-flex !important;
    width: auto !important;
    min-height: auto !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
  }
}

/* ==========================
   About / Story バランス調整
========================== */

/* PC・タブレット */
@media (min-width: 769px){

  .brand-about .section-body,
  .brand-story .section-body{
    max-width: 640px !important;
    width: 100%;
    margin: 0 auto !important;
  }

  .brand-about .section-title,
  .brand-story .section-title{
    max-width: 640px;
    margin: 0 auto 48px !important;
  }

}

/* スマホ */
@media (max-width: 768px){

  .brand-about .section-body,
  .brand-story .section-body{
    max-width: 100% !important;
    width: 100%;
    margin: 0 auto !important;
    padding: 0 !important;
  }

}

/* ==========================
   How To スマホ最終調整
========================== */
@media (max-width: 600px){

  /* セクション全体 */
  .brand-howto{
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  /* 楽しみ方 */
  .brand-howto .section-title{
    margin-bottom: 18px !important;
  }

  .brand-howto .section-title h2{
    font-size: 26px !important;
    line-height: 1.3 !important;
  }

  /* Milk / Almond / Water */
  .howto-list div{
    padding: 18px 0 18px 42px !important;
  }

  .howto-list h3{
    font-size: 18px !important;
    margin-bottom: 6px !important;
  }

  .howto-list p{
    font-size: 12px !important;
    line-height: 1.7 !important;
    margin: 0 !important;
  }
}

.receipt-box{
  margin-top:36px;
  padding:32px;
  border:1px solid #ded6ca;
  background:#fff;
}

.receipt-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  border-bottom:1px solid #ded6ca;
  padding-bottom:18px;
  margin-bottom:22px;
}

.receipt-head h3{
  margin:0;
  font-family:"Vollkorn", serif;
  font-size:32px;
  font-weight:500;
}

.receipt-head p{
  margin:0;
  color:#6f6860;
  font-size:14px;
}

.receipt-row{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:20px;
  padding:14px 0;
  border-bottom:1px solid #eee7dd;
}

.receipt-row span{
  color:#6f6860;
  font-size:13px;
}

.receipt-row strong,
.receipt-row p{
  margin:0;
  font-size:15px;
}

.receipt-amount{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:22px 0;
  border-bottom:1px solid #ded6ca;
}

.receipt-amount span{
  font-size:14px;
  color:#6f6860;
}

.receipt-amount strong{
  font-size:inherit;
}

#receipt-items{
  margin:0;
  padding-left:18px;
}

#receipt-items li{
  margin-bottom:6px;
}

.receipt-company{
  margin-top:28px;
  text-align:right;
}

.receipt-company p{
  margin:0 0 6px;
  font-size:13px;
  color:#6f6860;
}

.print-btn{
  width:100%;
  margin-top:22px;
  padding:16px 20px;
  border:1px solid #1f1a17;
  background:#fff;
  color:#1f1a17;
  font-weight:700;
  cursor:pointer;
}

@media print{
  .site-header,
  .site-footer,
  .success-title,
  .success-lead,
  .success-body,
  .success-actions,
  .print-btn{
    display:none !important;
  }

  body{
    background:#fff !important;
  }

  .success-page{
    padding:0 !important;
  }

  .success-card{
    border:none !important;
    box-shadow:none !important;
    padding:0 !important;
  }

  .receipt-box{
    border:1px solid #111 !important;
    margin:0 !important;
  }
}

.receipt-divider{
  margin:60px 0 36px;
  padding-top:40px;
  border-top:1px solid #d8d2ca;
  text-align:center;
}

.receipt-divider span{
  font-size:14px;
  letter-spacing:.15em;
  color:#666;
}

.success-item{
  display:flex;
  align-items:center;
  gap:24px;

  border:1px solid #d8d2ca;
  border-radius:0;

  padding:24px;
  background:#f7f3ee;
}

.receipt-box{
  border:1px solid #d8d2ca;
  border-radius:0;
}

@media print {
  .receipt-box{
    border-radius:0 !important;
  }
}

@media print {
.site-header,
.site-footer,
.print-btn,
.success-btn {
  display:none !important;
}
.success-card{
  box-shadow:none;
  border:none;
}
}

.receipt-divider {
  margin: 80px 0 40px;
  padding: 30px;
  border-top: 1px solid #e2dcd4;
  border-bottom: 1px solid #e2dcd4;
  background: #faf7f2;
  text-align: center;
}

.receipt-divider span {
  font-size: 15px;
  letter-spacing: .25em;
  color: #8b8278;
}

.receipt-price{
  font-size:48px;
  font-weight:700;
  line-height:1;
}

@media print {
  .receipt-box{
    border-radius:0 !important;
  }
}
@media print {
  .receipt-box{
    border-radius:0 !important;
    overflow:visible !important;
  }
}
@media print {
  .site-header,
  .site-footer,
  .print-btn,
  .success-btn {
    display:none !important;
  }
}

.receipt-price{
  font-size:48px;
  font-weight:700;
}

.receipt-price span{
  font-size:48px;
}

/* ==========================
   Success receipt final fix
========================== */

/* 合計と領収書の区切りを強くする */
.receipt-divider{
  margin:96px 0 36px !important;
  padding:22px 0 !important;
  background:#f6efe8 !important;
  border-top:1px solid #ded6ca !important;
  border-bottom:1px solid #ded6ca !important;
  text-align:center !important;
  color:#6f6860 !important;
}

/* 領収書本体：PDFでも角が消えにくい枠にする */
.receipt-box{
  border:none !important;
  outline:none !important;
  box-shadow: inset 0 0 0 1.5px #1f1a17 !important;
  padding:42px !important;
  background:#fff !important;
}

/* 領収金額の行 */
.receipt-amount{
  display:grid !important;
  grid-template-columns:120px 1fr !important;
  align-items:center !important;
  gap:24px !important;
  padding:24px 0 !important;
  border-bottom:1px solid #ded6ca !important;
}

.receipt-amount span{
  font-size:14px !important;
  color:#6f6860 !important;
}

/* ¥と数字のバランス修正 */
.receipt-price{
  display:flex !important;
  align-items:baseline !important;
  justify-content:flex-end !important;
  gap:4px !important;
  color:#5f5a55 !important;
  font-weight:700 !important;
  line-height:1 !important;
  font-size:42px !important;
}

.receipt-price::first-letter{
  font-size:24px !important;
}

.receipt-price span{
  font-size:42px !important;
  font-weight:700 !important;
}

/* 既存の receipt-amount strong を無効化 */
.receipt-amount strong{
  font-size:inherit !important;
}

/* PDF印刷時 */
@media print{
  .receipt-box{
    border:none !important;
    box-shadow: inset 0 0 0 1.5px #000 !important;
    break-inside:avoid !important;
    page-break-inside:avoid !important;
  }

  .receipt-divider,
  .print-btn,
  .success-actions,
  .site-header,
  .site-footer{
    display:none !important;
  }
}

/* ==========================
   Receipt final override
========================== */

.receipt-divider{
  margin:120px 0 44px !important;
  padding:24px 0 !important;
  background:#f6efe8 !important;
  border-top:1px solid #ded6ca !important;
  border-bottom:1px solid #ded6ca !important;
  text-align:center !important;
}

/* PDFで角が消えるので、外枠はborder一本に戻す */
.receipt-box{
  position:relative !important;
  border:1.5px solid #1f1a17 !important;
  box-shadow:none !important;
  padding:36px !important;
  background:#fff !important;
}

/* 領収金額 */
.receipt-price{
  display:flex !important;
  justify-content:flex-end !important;
  align-items:baseline !important;
  gap:4px !important;
  color:#5f5a55 !important;
  line-height:1 !important;
}

.receipt-yen{
  font-size:18px !important;
  font-weight:700 !important;
}

.receipt-number{
  font-size:42px !important;
  font-weight:700 !important;
  letter-spacing:.02em !important;
}

/* これが邪魔していたら上書き */
.receipt-amount strong{
  font-size:inherit !important;
}

/* 印刷時は枠を少し内側にして欠けにくくする */
@media print{
  .receipt-box{
    margin:0 auto !important;
    border:1.5px solid #000 !important;
    box-shadow:none !important;
    padding:42px !important;
    width:88% !important;
    page-break-inside:avoid !important;
    break-inside:avoid !important;
  }

  .receipt-yen{
    font-size:18px !important;
  }

  .receipt-number{
    font-size:42px !important;
  }
}

.receipt-company{
  margin-top:50px;
}

.receipt-divider{
  display:none;
}

/* ==========================
   Success page mobile fix
========================== */
@media (max-width: 600px){

  .page-success{
    padding-top: 0 !important;
  }

  .success-page{
    padding: 28px 18px 70px !important;
  }

  .success-card{
    padding: 28px 22px !important;
    border-radius: 24px !important;
  }

  /* ① タイトルを1行に近づける */
  .success-title{
    font-size: 26px !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }

  .success-lead{
    font-size: 13px !important;
    line-height: 1.9 !important;
    margin-bottom: 36px !important;
  }

  /* ② 購入内容の商品名を1行に */
  .success-item{
    grid-template-columns: 64px 1fr auto !important;
    gap: 12px !important;
    padding: 14px !important;
  }

  .success-thumb{
    width: 58px !important;
    height: 58px !important;
  }

  .success-item-name{
    font-size: 13px !important;
    white-space: nowrap !important;
  }

  .success-item-price{
    font-size: 13px !important;
    white-space: nowrap !important;
    grid-column: auto !important;
  }

  .success-total{
    font-size: 22px !important;
    margin-top: 26px !important;
    padding-top: 22px !important;
  }

  /* 領収書前の区切り */
  .receipt-divider{
    margin: 64px 0 28px !important;
    padding: 16px 0 !important;
  }

  /* ③ 領収書をスマホ用に整える */
  .receipt-box{
    padding: 24px 18px !important;
    border: 1.5px solid #1f1a17 !important;
  }

  .receipt-head{
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 16px !important;
    margin-bottom: 24px !important;
  }

  .receipt-head h3{
    font-size: 30px !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    white-space: nowrap !important;
  }

  .receipt-head p{
    font-size: 12px !important;
    white-space: nowrap !important;
    margin-top: 8px !important;
  }

  .receipt-row,
  .receipt-amount{
    display: grid !important;
    grid-template-columns: 88px 1fr !important;
    gap: 14px !important;
    align-items: center !important;
    padding: 16px 0 !important;
  }

  .receipt-row span,
  .receipt-amount span{
    font-size: 12px !important;
    white-space: nowrap !important;
  }

  .receipt-row strong,
  .receipt-row p,
  .receipt-row li{
    font-size: 14px !important;
    line-height: 1.7 !important;
  }

  .receipt-price{
    text-align: right !important;
    white-space: nowrap !important;
    font-size: 30px !important;
    line-height: 1 !important;
    color: #6f6860 !important;
  }

  .receipt-price::first-letter{
    font-size: 30px !important;
  }

  #receipt-items{
    margin: 0 !important;
    padding-left: 18px !important;
  }

  #receipt-items li{
    word-break: keep-all !important;
  }

  .receipt-company{
    margin-top: 34px !important;
    text-align: right !important;
  }

  .receipt-company p{
    font-size: 12px !important;
    margin-bottom: 8px !important;
  }

  .receipt-company strong{
    font-size: 15px !important;
  }

  .print-btn{
    margin-top: 20px !important;
    min-height: 50px !important;
    font-size: 12px !important;
  }

  .success-btn{
    min-height: 54px !important;
    font-size: 13px !important;
  }
}

/* ==========================
   Success mobile overflow fix
========================== */
@media (max-width: 600px){

  /* タイトルは無理に1行にしない */
  .success-title{
    font-size: 21px !important;
    line-height: 1.5 !important;
    white-space: normal !important;
    word-break: keep-all !important;
    overflow-wrap: break-word !important;
  }

  /* 購入内容：長い商品名でもはみ出さない */
  .success-item{
    grid-template-columns: 56px 1fr !important;
    gap: 12px !important;
    align-items: center !important;
  }

  .success-thumb{
    width: 52px !important;
    height: 52px !important;
  }

  .success-item-name{
    font-size: 13px !important;
    line-height: 1.45 !important;
    white-space: normal !important;
    word-break: keep-all !important;
    overflow-wrap: anywhere !important;
  }

  .success-item-price{
    grid-column: 2 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    white-space: nowrap !important;
    margin-top: 4px !important;
  }

  /* 領収書内も長い文字で崩れないように */
  .receipt-row,
  .receipt-amount{
    grid-template-columns: 76px 1fr !important;
    gap: 12px !important;
  }

  .receipt-row p,
  .receipt-row strong,
  .receipt-row li{
    word-break: keep-all !important;
    overflow-wrap: anywhere !important;
  }

  .receipt-price{
    font-size: 32px !important;
    white-space: nowrap !important;
  }

  #receipt-items li{
    line-height: 1.6 !important;
  }
}

.cart-summary {
  margin: 40px 0 56px;
  padding: 28px;
  background: #fff;
  border: 1px solid #ded7cc;
  border-radius: 28px;
  box-shadow: 10px 10px 0 #1f1a17;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid #e8e1d7;
  font-size: 18px;
}

.summary-row span {
  color: #5f5952;
}

.summary-row strong {
  text-align: right;
  font-size: 22px;
  font-weight: 700;
  color: #1f1a17;
}

.summary-total {
  border-bottom: none;
  padding-top: 20px;
}

.summary-total span,
.summary-total strong {
  font-size: 26px;
}

.tax-label {
  margin-left: 6px;
  font-size: 13px;
  font-weight: 400;
  color: #777;
}

@media (max-width: 640px) {
  .cart-summary {
    padding: 22px 20px;
    border-radius: 22px;
    box-shadow: 7px 7px 0 #1f1a17;
  }

  .summary-row {
    font-size: 15px;
    gap: 12px;
  }

  .summary-row strong {
    font-size: 17px;
    line-height: 1.5;
  }

  .summary-total span,
  .summary-total strong {
    font-size: 20px;
  }
}

.delivery-box {
  margin: 20px 0 44px;
  padding: 28px 32px;
  background: #fff;
  border: 1px solid #ded6ca;
  border-radius: 22px;
  box-shadow: 8px 8px 0 #1f1a17;
}

.same-address-check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 12px;
}

.same-address-check input {
  width: auto;
  margin: 0;
}

.delivery-note {
  margin: 0 0 22px;
  color: #6b625b;
  font-size: 14px;
  line-height: 1.8;
}

.delivery-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 24px;
}

.delivery-info label {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.delivery-info input,
.delivery-info select {
  width: 100%;
  margin-top: 8px;
}

@media (max-width: 700px) {
  .delivery-box {
    padding: 22px 20px;
    border-radius: 18px;
    box-shadow: 6px 6px 0 #1f1a17;
  }

  .delivery-info {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .same-address-check {
    align-items: flex-start;
    font-size: 14px;
  }
}

.story-lead{
  font-size:32px;
  font-family:"Vollkorn", serif;
  color:#1f1a17;
  margin-bottom:36px;
  line-height:1.6;
}

.story-last{
  margin-top:42px;
  font-size:32px;
  font-family:"Vollkorn", serif;
  color:#6b4c35;
  line-height:1.7;
}

.brand-story .section-body p{
  max-width:620px;
}

.brand-story .section-body .story-lead{
  font-size:30px !important;
  line-height:1.6 !important;
  font-family:"Vollkorn", serif;
  color:#1f1a17;
  margin-bottom:34px;
}

.brand-story .section-body .story-last{
  font-size:28px !important;
  line-height:1.7 !important;
  font-family:"Vollkorn", serif;
  color:#6b4c35;
  margin-top:40px;
}

/* ==========================
   Story rhythm design
========================== */

.brand-story{
  background:#ece4d8 !important;
}

.brand-story .section-title{
  max-width:640px !important;
  margin:0 auto 54px !important;
}

.brand-story .section-body{
  max-width:640px !important;
  margin:0 auto !important;
}

.brand-story .section-body p{
  font-size:15px !important;
  line-height:2.35 !important;
  color:#5f5850 !important;
  margin:0 !important;
}

.brand-story .section-body p + p{
  margin-top:30px !important;
}

.brand-story .section-body .story-lead{
  font-family:"Vollkorn", serif !important;
  font-size:30px !important;
  line-height:1.7 !important;
  color:#7a6d5f !important;
  margin:0 0 52px 18px !important;
  max-width:520px !important;
}

.brand-story .section-body .story-last{
  font-family:"Vollkorn", serif !important;
  font-size:30px !important;
  line-height:1.75 !important;
  color:#6b4c35 !important;
  margin:62px 0 0 90px !important;
  max-width:600px !important;
}

/* スマホ */
@media(max-width:900px){
  .brand-story .section-title{
    margin-bottom:38px !important;
  }

  .brand-story .section-body{
    max-width:100% !important;
  }

  .brand-story .section-body p{
    font-size:12.5px !important;
    line-height:2.25 !important;
  }

  .brand-story .section-body p + p{
    margin-top:24px !important;
  }

  .brand-story .section-body .story-lead{
    font-size:25px !important;
    line-height:1.75 !important;
    margin:0 0 42px 0 !important;
    max-width:270px !important;
  }

  .brand-story .section-body .story-last{
    font-size:24px !important;
    line-height:1.8 !important;
    margin:52px 0 0 34px !important;
    max-width:260px !important;
  }
}

@media(max-width:900px){
  .brand-story{
    padding:72px 24px 86px !important;
  }

  .brand-story .section-title{
    margin:0 0 34px !important;
  }

  .brand-story .section-title h2{
    font-size:30px !important;
    line-height:1.45 !important;
  }

  .brand-story .section-body{
    max-width:100% !important;
    margin:0 !important;
  }

  .brand-story .section-body .story-lead{
    font-size:21px !important;
    line-height:1.8 !important;
    margin:0 0 44px !important;
    max-width:350px !important;
    color:#7a6d5f !important;
  }

  .brand-story .section-body p:not(.story-lead):not(.story-last){
    font-size:14px !important;
    line-height:2.35 !important;
    margin:0 0 24px !important;
    max-width:350px !important;
    color:#5f5850 !important;
  }

  .brand-story .section-body .story-last{
    font-size:23px !important;
    line-height:1.85 !important;
    margin:58px 0 0 !important;
    max-width:330px !important;
    color:#6b4c35 !important;
  }
}

/* ===== お届け先情報 ===== */

.shipping-title{
    font-size:34px !important;
    font-weight:500 !important;
    line-height:1.3 !important;
    margin-bottom:22px !important;
}

.shipping-toggle label{
    font-size:20px !important;
    font-weight:600 !important;
    line-height:1.6 !important;
    display:block !important;
    margin-bottom:10px !important;
}

.shipping-toggle p{
    font-size:15px !important;
    line-height:1.8 !important;
    color:#666 !important;
    margin-top:8px !important;
}

/* ===== アンケート ===== */

.survey-title{
    font-size:34px !important;
    font-weight:500 !important;
    line-height:1.3 !important;
    margin-bottom:20px !important;
}

.survey-card p{
    font-size:15px !important;
    line-height:1.9 !important;
}

/* ===== セレクトボックス ===== */

select{
    height:56px !important;
    min-height:56px !important;
    font-size:17px !important;
    padding:0 16px !important;
    border-radius:8px !important;
}

/* ===== スマホ ===== */

@media (max-width:900px){

    .shipping-title{
        font-size:40px !important;
        margin-bottom:24px !important;
    }

    .survey-title{
        font-size:40px !important;
        margin-bottom:24px !important;
    }

    .shipping-toggle label{
        font-size:22px !important;
        line-height:1.5 !important;
    }

    .shipping-toggle p{
        font-size:16px !important;
        line-height:1.8 !important;
    }

    .survey-card p{
        font-size:16px !important;
        line-height:1.9 !important;
    }

    select{
        height:60px !important;
        min-height:60px !important;
        font-size:18px !important;
        padding:0 18px !important;
    }
}

/* ==========================
   Checkout requested override
========================== */

body.page-checkout .cart-page > h3{
  font-size:36px !important;
  line-height:1.35 !important;
  font-weight:500 !important;
  margin:48px 0 22px !important;
  font-family:"Vollkorn", serif !important;
}

body.page-checkout .delivery-box{
  padding:30px 32px !important;
  margin:20px 0 52px !important;
}

body.page-checkout .same-address-check{
  font-size:18px !important;
  line-height:1.7 !important;
  font-weight:600 !important;
}

body.page-checkout .delivery-note{
  font-size:16px !important;
  line-height:1.9 !important;
  margin:14px 0 28px !important;
}

body.page-checkout .delivery-info label,
body.page-checkout .survey-grid label{
  font-size:17px !important;
  line-height:1.6 !important;
  font-weight:600 !important;
}

body.page-checkout input,
body.page-checkout select,
body.page-checkout textarea{
  min-height:54px !important;
  font-size:17px !important;
  padding:14px 16px !important;
  border-radius:12px !important;
}

body.page-checkout .survey-box{
  padding:34px 36px !important;
  margin-top:56px !important;
}

body.page-checkout .survey-header h3{
  font-size:36px !important;
  line-height:1.35 !important;
  font-weight:500 !important;
  margin:0 0 18px !important;
  font-family:"Vollkorn", serif !important;
}

body.page-checkout .survey-header p{
  font-size:16px !important;
  line-height:2 !important;
}

body.page-checkout #purchase-reason{
  width:100% !important;
  height:58px !important;
  font-size:17px !important;
}

@media (max-width:700px){

  body.page-checkout .cart-page > h3{
    font-size:31px !important;
    line-height:1.35 !important;
    margin:42px 0 18px !important;
  }

  body.page-checkout .delivery-box{
    padding:26px 22px !important;
    margin:18px 0 46px !important;
  }

  body.page-checkout .same-address-check{
    font-size:16px !important;
    line-height:1.7 !important;
  }

  body.page-checkout .delivery-note{
    font-size:15px !important;
    line-height:1.9 !important;
  }

  body.page-checkout .delivery-info label,
  body.page-checkout .survey-grid label{
    font-size:16px !important;
  }

  body.page-checkout input,
  body.page-checkout select,
  body.page-checkout textarea{
    min-height:56px !important;
    font-size:16px !important;
  }

  body.page-checkout .survey-box{
    padding:30px 24px !important;
  }

  body.page-checkout .survey-header h3{
    font-size:31px !important;
    white-space:normal !important;
  }

  body.page-checkout .survey-header p{
    font-size:15px !important;
    line-height:1.9 !important;
  }

  body.page-checkout #purchase-reason{
    height:58px !important;
    font-size:16px !important;
  }
}

.postal-search-row{
  display:grid !important;
  grid-template-columns:1fr auto !important;
  gap:10px !important;
  align-items:center !important;
}

.postal-search-btn{
  height:48px !important;
  padding:0 16px !important;
  border:1px solid #1f1a17 !important;
  border-radius:999px !important;
  background:#1f1a17 !important;
  color:#fff !important;
  font-size:13px !important;
  font-weight:700 !important;
  white-space:nowrap !important;
  cursor:pointer !important;
}

@media(max-width:700px){
  .postal-search-row{
    grid-template-columns:1fr !important;
  }

  .postal-search-btn{
    width:100% !important;
  }
}

.product-expiry{
  display:inline-block !important;
  margin-top:10px !important;
  color:#6b4c35 !important;
  font-size:13px !important;
  font-weight:700 !important;
}

@media (min-width: 768px) and (max-width: 1024px) {

  .brand-story .section-body{
    max-width: 420px !important;
    width: 100% !important;
    margin: 0 auto !important;
    text-align: left !important;
  }

}
@media (min-width: 768px) and (max-width: 1024px) {

  .brand-story .section-title{
    max-width: 420px !important;
    margin: 0 auto 40px !important;
    text-align: left !important;
  }

  .brand-story .section-body{
    max-width: 420px !important;
    margin: 0 auto !important;
    text-align: left !important;
  }

}

/* checkout 決済ボタン調整 */
#stripe-pay {
  background: #f4c56a !important;
  color: #222 !important;
  border: 1px solid #222 !important;
}

#paypay-pay {
  background: #e53935 !important;
  color: #fff !important;
  border: 1px solid #e53935 !important;
}

#stripe-pay:disabled,
#paypay-pay:disabled {
  opacity: 0.45 !important;
  cursor: not-allowed !important;
}

#stripe-pay:not(:disabled),
#paypay-pay:not(:disabled) {
  opacity: 1 !important;
  cursor: pointer !important;
}

#stripe-pay:not(:disabled):hover {
  background: #efb94f !important;
}

#paypay-pay:not(:disabled):hover {
  background: #d32f2f !important;
}

.bulk-contact-note {
  max-width: 720px;
  margin: 0 auto 36px;
  padding: 14px 20px;
  border: 1px solid #ddd;
  background: #faf7f2;
  text-align: center;
  line-height: 1.8;
  font-size: 15px;
  border-radius: 8px;
}

.bulk-contact-note a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.bulk-contact-note a:hover {
  opacity: 0.65;
}

.payment-guide {
  margin: 24px 0 12px;
  padding: 14px 16px;
  background: #f7f3ea;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.8;
  color: #333;
}

.payment-guide{
    font-size: 15px;
    line-height: 1.8;
}

/* ==============================
   コンビニ決済 未払い案内
============================== */

.konbini-notice {
  max-width: 680px;
  margin: 32px auto;
  padding: 28px 24px;
  border: 2px solid #8a6a45;
  background: #fffaf2;
  text-align: center;
  box-sizing: border-box;
}

.konbini-notice-label {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 700;
  color: #8a6a45;
}

.konbini-notice h2 {
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 1.5;
}

.konbini-notice p {
  margin: 12px 0;
  line-height: 1.9;
}

.konbini-notice-important {
  margin-top: 20px !important;
  padding: 14px;
  background: #f3e4cf;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 600px) {
  .konbini-notice {
    margin: 24px 16px;
    padding: 22px 16px;
  }

  .konbini-notice h2 {
    font-size: 19px;
  }

  .konbini-notice-important {
    font-size: 16px;
  }
}

/* コンビニ決済の未払い案内 */
.konbini-notice {
  max-width: 680px;
  margin: 28px auto;
  padding: 26px 22px;
  border: 2px solid #8a6a45;
  background: #fffaf2;
  text-align: center;
  box-sizing: border-box;
}

.konbini-notice-label {
  margin: 0 0 10px;
  color: #8a6a45;
  font-size: 14px;
  font-weight: 700;
}

.konbini-notice h3 {
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 1.5;
}

.konbini-notice p {
  margin: 12px 0;
  line-height: 1.9;
}

.konbini-notice-important {
  margin-top: 20px !important;
  padding: 14px;
  background: #f3e4cf;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 600px) {
  .konbini-notice {
    margin: 24px 0;
    padding: 22px 16px;
  }

  .konbini-notice h3 {
    font-size: 19px;
  }

  .konbini-notice-important {
    font-size: 16px;
  }
}

.konbini-pre-note {
  margin: 12px 0 20px;
  padding: 12px 16px;
  background: #fffaf2;
  border-left: 4px solid #8a6a45;
  color: #4f4031;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
}

.payment-notice {
  margin-top: 16px;
  padding: 14px 16px;
  background: #f8f5ef;
  border-left: 4px solid #8b6b3f;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.7;
}

.payment-notice strong {
  display: block;
  margin-bottom: 6px;
  color: #5a4225;
}

.payment-notice p {
  margin: 0;
}

.gift-box-introduction {
  margin: 28px 0 20px;
  padding: 24px;
  background: #f7f5f1;
  border-radius: 12px;
}

.gift-box-introduction__heading {
  margin-bottom: 20px;
  text-align: center;
}

.gift-box-introduction__label {
  margin: 0 0 6px;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #777;
}

.gift-box-introduction__heading h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.gift-box-introduction__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.gift-box-introduction__image {
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
}

.gift-box-introduction__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
}

.gift-box-introduction__text {
  display: grid;
  gap: 18px;
}

.gift-box-plan {
  padding-bottom: 18px;
  border-bottom: 1px solid #ddd8cf;
}

.gift-box-plan:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.gift-box-plan__title {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}

.gift-box-plan__title strong {
  font-size: 16px;
  font-weight: 600;
}

.gift-box-plan__title span {
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 600;
}

.gift-box-plan p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}

.gift-box-plan__season {
  margin-top: 10px !important;
  padding: 10px 12px;
  background: #fff;
  border-radius: 6px;
  color: #4d4337 !important;
}

.gift-box-selector {
  margin-top: 18px;
}

.gift-box-selector label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

.gift-box-selector select {
  width: 100%;
}

@media (max-width: 700px) {
  .gift-box-introduction {
    padding: 18px;
  }

  .gift-box-introduction__content {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .gift-box-introduction__heading h4 {
    font-size: 18px;
  }

  .gift-box-plan__title {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}

.gift-box-selects {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 16px;
}

.gift-box-selects label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-weight: 600;
}

.gift-box-selects select {
  width: 100%;
}

@media (max-width: 700px) {
  .gift-box-selects {
    grid-template-columns: 1fr;
  }
}

/* =====================================
   Checkout：ギフト箱
===================================== */

.gift-box {
  margin-top: 64px;
  padding: 40px;
  border: 1px solid rgba(35, 31, 27, 0.12);
  border-radius: 20px;
  background: #faf8f4;
}

.gift-box-heading {
  margin-bottom: 30px;
  text-align: center;
}

.gift-box-heading h3 {
  margin: 6px 0 12px;
  font-family: "Vollkorn", "Noto Sans JP", serif;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 600;
  letter-spacing: 0.04em;
}

.gift-box-introduction__label {
  margin: 0;
  color: #8a7561;
  font-family: "Vollkorn", serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.gift-box-heading__text {
  margin: 0;
  color: #625b54;
  font-size: 14px;
  line-height: 1.9;
}

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

.gift-box-product {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(35, 31, 27, 0.1);
  border-radius: 16px;
  background: #fff;
}

.gift-box-product__image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f3f0eb;
}

.gift-box-product__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gift-box-product__body {
  display: flex;
  flex-direction: column;
  height: calc(100% - auto);
  padding: 24px;
}

.gift-box-product__title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.gift-box-product__title h4 {
  margin: 0;
  color: #26211d;
  font-size: 18px;
  font-weight: 700;
}

.gift-box-product__title strong {
  flex-shrink: 0;
  color: #26211d;
  font-size: 17px;
  white-space: nowrap;
}

.gift-box-product__title strong span {
  font-size: 11px;
  font-weight: 500;
}

.gift-box-product__description,
.gift-box-product__season {
  margin: 0;
  color: #625b54;
  font-size: 13px;
  line-height: 1.8;
}

.gift-box-product__season {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #f7f4ef;
}

.gift-box-product__select {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 22px;
  font-size: 14px;
  font-weight: 600;
}

.gift-box-product__select select {
  width: 100%;
  min-height: 48px;
  padding: 0 42px 0 14px;
  border: 1px solid rgba(35, 31, 27, 0.2);
  border-radius: 8px;
  background-color: #fff;
  color: #26211d;
  font: inherit;
  cursor: pointer;
}

.gift-box-product__select select:focus {
  outline: 2px solid rgba(138, 117, 97, 0.25);
  outline-offset: 2px;
  border-color: #8a7561;
}

.gift-box-selection-summary {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(35, 31, 27, 0.12);
}

.gift-box-selection-summary .gift-note {
  margin: 0 0 10px;
  color: #625b54;
  font-size: 13px;
  line-height: 1.8;
}

.gift-box-detail {
  margin: 0;
  padding: 14px 16px;
  border-radius: 8px;
  background: #efebe4;
  color: #302a25;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}

@media (max-width: 760px) {
  .gift-box {
    margin-top: 44px;
    padding: 24px 16px;
    border-radius: 14px;
  }

  .gift-box-heading {
    margin-bottom: 22px;
    text-align: left;
  }

  .gift-box-heading__text br {
    display: none;
  }

  .gift-box-products {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .gift-box-product__body {
    padding: 20px 16px;
  }

  .gift-box-product__title {
    align-items: center;
  }

  .gift-box-product__title h4 {
    font-size: 17px;
  }

  .gift-box-product__title strong {
    font-size: 16px;
  }
}

/* =====================================
   Checkout：定期便
===================================== */

.subscription-box {
  margin-top: 56px;
  padding: 40px;
  border: 1px solid rgba(35, 31, 27, 0.14);
  border-radius: 20px;
  background: #f7f3ed;
}

.subscription-box__heading {
  margin-bottom: 26px;
  text-align: center;
}

.subscription-box__label {
  margin: 0;
  color: #8a7561;
  font-family: "Vollkorn", serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.subscription-box__heading h3 {
  margin: 6px 0 10px;
  font-family:
    "Vollkorn",
    "Noto Sans JP",
    serif;
  font-size: clamp(27px, 3vw, 36px);
}

.subscription-box__heading p:last-child {
  margin: 0;
  color: #625b54;
  font-size: 14px;
}

.subscription-plan {
  max-width: 760px;
  margin: 0 auto;
  padding: 28px;
  border-radius: 16px;
  background: #fff;
}

.subscription-plan__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.subscription-plan__name {
  margin: 0 0 6px;
  color: #241f1b;
  font-size: 21px;
  font-weight: 700;
}

.subscription-plan__description {
  margin: 0;
  color: #625b54;
  font-size: 13px;
}

.subscription-plan__price {
  flex-shrink: 0;
  text-align: right;
}

.subscription-plan__price strong {
  display: block;
  color: #241f1b;
  font-size: 23px;
}

.subscription-plan__price span {
  color: #625b54;
  font-size: 12px;
}

.subscription-plan__saving {
  margin-top: 20px;
  padding: 14px 16px;
  border-radius: 8px;
  background: #efe8dc;
  color: #473a2e;
  text-align: center;
  font-size: 14px;
}

.subscription-plan__saving strong {
  margin-left: 5px;
  font-size: 17px;
}

.subscription-plan__notes {
  margin: 22px 0;
  padding-left: 20px;
  color: #625b54;
  font-size: 13px;
  line-height: 1.9;
}

.subscription-plan__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 18px;
  border-top: 1px solid
    rgba(35, 31, 27, 0.12);
}

.subscription-plan__total span {
  font-size: 14px;
  font-weight: 600;
}

.subscription-plan__total strong {
  color: #241f1b;
  font-size: 23px;
}

.subscription-pay-button {
  width: 100%;
  min-height: 56px;
  margin-top: 22px;
  border: 0;
  border-radius: 10px;
  background: #241f1b;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.subscription-pay-button:hover:not(:disabled) {
  opacity: 0.86;
}

.subscription-pay-button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.subscription-plan__small-note {
  margin: 14px 0 0;
  color: #756d65;
  text-align: center;
  font-size: 11px;
  line-height: 1.7;
}

@media (max-width: 700px) {
  .subscription-box {
    margin-top: 40px;
    padding: 24px 16px;
    border-radius: 14px;
  }

  .subscription-box__heading {
    text-align: left;
  }

  .subscription-plan {
    padding: 22px 16px;
  }

  .subscription-plan__main {
    display: block;
  }

  .subscription-plan__price {
    margin-top: 16px;
    text-align: left;
  }

  .subscription-plan__total {
    align-items: flex-end;
  }

  .subscription-plan__total strong {
    font-size: 20px;
  }
}

.product-shipping-guide {
  display: block;
  margin-top: 18px;
  padding: 12px 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}

/* ==============================
   トップページ 定期便カード
============================== */

.subscription-product-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  max-width: 1100px;
  margin: 48px auto 80px;
  overflow: hidden;
  border: 1px solid rgba(30, 25, 20, 0.16);
  background: #f7f4ee;
}

.subscription-product-image {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: #e9e4dc;
}

.subscription-product-image img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  display: block;
}

.subscription-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  padding: 8px 18px;
  border-radius: 999px;
  background: #1f1b17;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.subscription-product-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 56px;
}

.subscription-eyebrow {
  margin: 0 0 15px;
  color: rgba(30, 25, 20, 0.6);
  font-family: "Vollkorn", serif;
  font-size: 15px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.subscription-product-info h3 {
  margin: 0;
  font-family: "Vollkorn", "Noto Sans JP", serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.25;
}

.subscription-product-description {
  margin: 28px 0 0;
  font-size: 15px;
  line-height: 2;
}

.subscription-price-area {
  margin-top: 28px;
}

.subscription-price {
  margin: 0;
  font-size: 17px;
}

.subscription-price strong {
  margin-left: 8px;
  font-family: "Vollkorn", serif;
  font-size: 38px;
  font-weight: 500;
}

.subscription-price-note {
  margin: 5px 0 0;
  color: rgba(30, 25, 20, 0.65);
  font-size: 13px;
}

.subscription-saving {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
  padding: 14px 16px;
  border: 1px solid rgba(30, 25, 20, 0.14);
  background: rgba(255, 255, 255, 0.55);
  font-size: 14px;
}

.subscription-saving del {
  color: rgba(30, 25, 20, 0.55);
}

.subscription-saving strong {
  margin-left: auto;
  font-weight: 700;
}

.subscription-features {
  display: grid;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.subscription-features li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}

.subscription-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
}

.subscription-top-button {
  width: 100%;
  margin-top: 32px;
  padding: 17px 24px;
  border: 1px solid #1f1b17;
  background: #1f1b17;
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.subscription-top-button:hover {
  background: transparent;
  color: #1f1b17;
}

.subscription-top-button:focus-visible {
  outline: 2px solid #1f1b17;
  outline-offset: 3px;
}

.subscription-top-message {
  min-height: 1.5em;
  margin: 12px 0 0;
  font-size: 13px;
  text-align: center;
}

.regular-products-heading {
  max-width: 1100px;
  margin: 0 auto 36px;
  text-align: center;
}

.regular-products-heading span {
  color: rgba(30, 25, 20, 0.58);
  font-family: "Vollkorn", serif;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.regular-products-heading h3 {
  margin: 6px 0 0;
  font-size: 28px;
  font-weight: 500;
}

/* スマートフォン */
@media (max-width: 760px) {
  .subscription-product-card {
    display: block;
    margin: 32px 0 60px;
  }

  .subscription-product-image {
    min-height: auto;
  }

  .subscription-product-image img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .subscription-product-info {
    padding: 38px 24px 42px;
  }

  .subscription-product-info h3 {
    font-size: 32px;
  }

  .subscription-product-description {
    margin-top: 20px;
  }

  .subscription-price strong {
    font-size: 34px;
  }

  .subscription-saving {
    align-items: flex-start;
  }

  .subscription-saving strong {
    width: 100%;
    margin-left: 0;
  }

  .regular-products-heading {
    margin-bottom: 28px;
  }
}

/* ==============================
   定期便チェックアウト
============================== */

.subscription-payment-area {
  margin-top: 48px;
}

.subscription-payment-summary {
  padding: 36px;
  border: 1px solid rgba(30, 25, 20, 0.16);
  background: #f7f4ee;
}

.subscription-payment-summary h3 {
  margin: 6px 0 12px;
  font-size: 26px;
  font-weight: 500;
}

.subscription-payment-summary
.subscription-plan__notes {
  margin-top: 24px;
}

.subscription-payment-summary
.subscription-plan__total {
  margin-top: 28px;
}

.subscription-payment-summary
.subscription-pay-button {
  width: 100%;
  margin-top: 28px;
}

.subscription-checkout-mode
.cart-summary {
  border-color: rgba(30, 25, 20, 0.22);
  background: #faf8f4;
}

@media (max-width: 760px) {
  .subscription-payment-summary {
    padding: 28px 20px;
  }

  .subscription-payment-summary h3 {
    font-size: 23px;
  }
}

.delivery-destination-card{
  border:1px solid #ddd;
  border-radius:12px;
  padding:24px;
  margin-bottom:24px;
  background:#fff;
}

/* =========================
   複数配送先カード
========================= */

.delivery-destinations {
  display: grid;
  gap: 24px;
}

.delivery-destination-card {
  padding: 28px;
  border: 1px solid #dedbd5;
  border-radius: 14px;
  background: #fff;
}

.delivery-destination-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8e4de;
}

.delivery-destination-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.delete-delivery-destination {
  width: auto;
  min-width: 64px;
  padding: 7px 14px;
  border: 1px solid #cfc9c1;
  border-radius: 999px;
  background: #fff;
  color: #4a4641;
  font-size: 13px;
  cursor: pointer;
}

.delete-delivery-destination:hover {
  background: #f4f1ed;
}

.delete-delivery-destination:disabled {
  opacity: 0.35;
  cursor: default;
}


/* =========================
   購入者住所と同じ
========================= */

.delivery-destination-card .same-address-check {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
}

.delivery-destination-card .same-address-check input {
  width: 17px;
  height: 17px;
  margin: 0;
  flex: 0 0 auto;
}

.delivery-destination-card .same-address-check span {
  font-size: 14px;
  line-height: 1.6;
}


/* =========================
   配送先入力欄
========================= */

.destination-address-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px 22px;
  margin-bottom: 22px;
}

.destination-address-fields[hidden] {
  display: none;
}

.destination-address-fields > label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
}

.destination-address-fields input,
.destination-address-fields select {
  width: 100%;
  min-width: 0;
  height: 44px;
  box-sizing: border-box;
  padding: 9px 12px;
  border: 1px solid #d8d4ce;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
}


/* 名前 */
.destination-address-fields > label:nth-child(1) {
  grid-column: span 1;
}

/* 郵便番号 */
.destination-address-fields > label:nth-child(2) {
  grid-column: span 1;
}

/* 都道府県 */
.destination-address-fields > label:nth-child(3) {
  grid-column: span 1;
}

/* 住所 */
.destination-address-fields > label:nth-child(4) {
  grid-column: span 2;
}

/* 電話番号 */
.destination-address-fields > label:nth-child(5) {
  grid-column: span 1;
}


/* =========================
   郵便番号検索
========================= */

.delivery-destination-card .postal-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.delivery-destination-card .postal-search-btn {
  width: auto;
  min-width: 82px;
  height: 44px;
  padding: 0 14px;
  white-space: nowrap;
  border-radius: 999px;
  font-size: 13px;
}


/* =========================
   本数選択
========================= */

.destination-bottle-allocation {
  display: flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  margin: 0;
  padding: 14px 18px;
  border-radius: 10px;
  background: #f7f4ef;
}

.destination-bottle-allocation span {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.destination-bottle-allocation select {
  width: 84px;
  height: 40px;
  padding: 6px 10px;
  border: 1px solid #d2cdc6;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
}


/* =========================
   配送先追加ボタン・集計
========================= */

.add-delivery-destination-btn {
  width: auto;
  margin-top: 18px;
  padding: 11px 20px;
  border-radius: 999px;
}

.delivery-allocation-summary {
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 12px;
  background: #f7f4ef;
}

.delivery-allocation-summary p {
  margin: 5px 0;
}


/* =========================
   スマホ
========================= */

@media (max-width: 600px) {
  .delivery-destinations {
    gap: 18px;
  }

  .delivery-destination-card {
    padding: 20px 16px;
    border-radius: 12px;
  }

  .delivery-destination-card__header {
    margin-bottom: 16px;
    padding-bottom: 12px;
  }

  .delivery-destination-title {
    font-size: 16px;
  }

  .delete-delivery-destination {
    min-width: 58px;
    padding: 6px 12px;
    font-size: 12px;
  }

  .destination-address-fields {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .destination-address-fields > label {
    grid-column: 1 / -1 !important;
  }

  .destination-address-fields input,
  .destination-address-fields select {
    height: 42px;
    font-size: 16px;
  }

  .delivery-destination-card .postal-search-row {
    grid-template-columns: 1fr;
  }

  .delivery-destination-card .postal-search-btn {
    width: 100%;
    height: 42px;
  }

  .destination-bottle-allocation {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 100%;
    box-sizing: border-box;
    padding: 13px 14px;
  }

  .destination-bottle-allocation span {
    white-space: normal;
  }

  .destination-bottle-allocation select {
    width: 78px;
  }

  .add-delivery-destination-btn {
    width: 100%;
  }
}

/* 配送先ごとのギフト箱 */
.destination-gift-box {
  display: grid;
  grid-template-columns:
    repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid #e5e0d9;
  border-radius: 12px;
  background: #faf8f5;
}

.destination-gift-box__heading {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.destination-gift-box__heading strong {
  font-size: 15px;
}

.destination-gift-box__heading span {
  color: #77716a;
  font-size: 12px;
}

.destination-gift-box > label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 0;
  font-size: 13px;
}

.destination-gift-box select {
  width: 100%;
  height: 42px;
  box-sizing: border-box;
  padding: 8px 10px;
  border: 1px solid #d8d2ca;
  border-radius: 8px;
  background: #fff;
}

.destination-gift-box__fee {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid #e4dfd7;
  font-size: 14px;
}

/* 送料内訳 */
.delivery-fee-breakdown {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #ded8d0;
}

.delivery-fee-breakdown:empty {
  display: none;
}

.delivery-fee-breakdown__title {
  margin: 0 0 10px;
  font-weight: 600;
}

.delivery-fee-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 7px 0;
}

.delivery-fee-row--total {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid #ded8d0;
}

.delivery-fee-free {
  color: #3f7352;
}

.delivery-fee-breakdown__note {
  margin: 12px 0;
  color: #6d675f;
  font-size: 12px;
  line-height: 1.7;
}

@media (max-width: 600px) {
  .destination-gift-box {
    grid-template-columns: 1fr;
    padding: 15px;
  }

  .destination-gift-box__heading,
  .destination-gift-box__fee {
    grid-column: 1;
  }
}

/* ==========================
   Blend section
========================== */

.brand-blend{
  background:#f7f4ee;
}

.brand-blend .section-title{
  max-width:640px;
  margin:0 auto 50px;
}

.blend-content{
  max-width:640px;
  margin:0 auto;
}

.blend-lead{
  margin:0 0 46px;
  font-family:"Vollkorn", serif;
  font-size:32px;
  line-height:1.7;
  font-weight:500;
  color:#6b4c35;
}

.blend-description{
  max-width:620px;
}

.blend-description p{
  margin:0;
  font-size:15px;
  line-height:2.25;
  color:#5f5850;
}

.blend-description p + p{
  margin-top:28px;
}

.blend-finish{
  margin-top:46px !important;
  padding-top:28px;
  border-top:1px solid #d8d0c6;
  font-family:"Vollkorn", serif;
  font-size:24px !important;
  line-height:1.8 !important;
  color:#7a6d5f !important;
}


/* スマホ */
@media(max-width:900px){

  .brand-blend{
    padding:72px 24px 82px !important;
  }

  .brand-blend .section-title{
    max-width:100%;
    margin:0 0 36px !important;
  }

  .brand-blend .section-title h2{
    font-size:30px !important;
    line-height:1.45 !important;
  }

  .blend-content{
    max-width:100%;
    margin:0;
  }

  .blend-lead{
    max-width:340px;
    margin:0 0 40px;
    font-size:24px;
    line-height:1.75;
  }

  .blend-description{
    max-width:100%;
  }

  .blend-description p{
    font-size:14px;
    line-height:2.2;
  }

  .blend-description p + p{
    margin-top:24px;
  }

  .blend-finish{
    margin-top:42px !important;
    padding-top:24px;
    font-size:21px !important;
    line-height:1.8 !important;
  }
}

/* ==========================
   ミルクのために選んだ味わい
   スマホ調整
========================== */

@media (max-width: 700px){

  .coffee-blend-section{
    padding-left: 22px !important;
    padding-right: 22px !important;
    overflow: hidden !important;
  }

  .coffee-blend-section .section-title{
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .coffee-blend-section .section-title h2{
    width: 100% !important;
    max-width: 100% !important;

    font-size: 27px !important;
    line-height: 1.5 !important;

    white-space: normal !important;
    word-break: keep-all !important;
    overflow-wrap: anywhere !important;
  }

  .coffee-blend-section .section-body{
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .coffee-blend-section .section-body p{
    max-width: 100% !important;
  }
}

/* ==========================
   Blend セクション スマホ修正
========================== */
@media (max-width: 700px){

  .brand-blend{
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
    overflow: hidden !important;
  }

  .brand-blend .section-title{
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .brand-blend .section-title h2{
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;

    font-size: 25px !important;
    line-height: 1.5 !important;

    white-space: normal !important;
    word-break: keep-all !important;
    overflow-wrap: break-word !important;
  }

  .brand-blend .blend-content{
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .brand-blend .blend-lead,
  .brand-blend .blend-description{
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.mobile-break{
  display:none;
}

@media (max-width:700px){
  .mobile-break{
    display:block;
  }
}

/* ==========================
   Haku Latte. Blend visual
========================== */

.brand-blend-visual{
  width:100%;
  background:#f7f4ee;
  border-top:1px solid #ded6ca;
  border-bottom:1px solid #ded6ca;
}

.brand-blend-visual__image{
  width:100%;
  max-width:1600px;
  margin:0 auto;
}

.brand-blend-visual__image img{
  display:block;
  width:100%;
  height:auto;
}


/* スマホ */
@media(max-width:700px){

  .brand-blend-visual{
    overflow:hidden;
  }

  .brand-blend-visual__image{
    width:100%;
  }

  .brand-blend-visual__image img{
    width:100%;
    height:auto;
    display:block;
  }

}

/* =========================================
   Blend decoration final
========================================= */

.brand-blend{
  position:relative !important;
  overflow:hidden !important;
  isolation:isolate;
  background:#f7f4ee !important;

  padding-top:120px !important;
  padding-bottom:120px !important;
}

.blend-inner{
  position:relative;
  z-index:2;

  width:min(640px, calc(100% - 48px));
  margin:0 auto;
}

/* タイトル */
.brand-blend .section-title{
  width:100% !important;
  max-width:none !important;
  margin:0 0 52px !important;
}

/* 本文 */
.brand-blend .blend-content{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
}

.brand-blend .blend-description{
  width:100%;
  max-width:none;
}


/* ==============================
   装飾
============================== */

.blend-decoration{
  position:absolute;
  z-index:1;

  display:block;
  height:auto;

  pointer-events:none;
  user-select:none;

  opacity:.72;
}

/* 左上 */
.blend-decoration--left{
  width:270px;

  top:42px;
  left:max(
    24px,
    calc(50% - 610px)
  );
}

/* 右下 */
.blend-decoration--right{
  width:260px;

  right:max(
    24px,
    calc(50% - 610px)
  );

  bottom:34px;
}


/* ==============================
   文章とのバランス
============================== */

.brand-blend .blend-lead{
  margin-bottom:46px !important;

  font-size:30px !important;
  line-height:1.75 !important;

  color:#6b4c35 !important;
}

.brand-blend .blend-description p{
  font-size:15px !important;
  line-height:2.25 !important;

  color:#5f5850 !important;
}

.brand-blend .blend-finish{
  margin-top:48px !important;
  padding-top:28px !important;

  border-top:1px solid rgba(107,76,53,.24) !important;

  font-size:23px !important;
  line-height:1.8 !important;

  color:#7a6d5f !important;
}


/* ==============================
   タブレット
============================== */

@media (min-width:701px) and (max-width:1024px){

  .brand-blend{
    padding-top:100px !important;
    padding-bottom:105px !important;
  }

  .blend-decoration--left{
    width:210px;
    top:40px;
    left:-22px;
  }

  .blend-decoration--right{
    width:205px;
    right:-18px;
    bottom:28px;
  }
}


/* ==============================
   スマホ
============================== */

@media (max-width:700px){

  .brand-blend{
    padding:
      78px 22px 86px !important;

    overflow:hidden !important;
  }

  .blend-inner{
    width:100%;
    margin:0;
  }

  .brand-blend .section-title{
    margin-bottom:36px !important;
  }

  .brand-blend .section-title h2{
    font-size:25px !important;
    line-height:1.55 !important;
  }

  .brand-blend .blend-lead{
    max-width:290px !important;

    margin-bottom:36px !important;

    font-size:21px !important;
    line-height:1.8 !important;
  }

  .brand-blend .blend-description p{
    font-size:13.5px !important;
    line-height:2.2 !important;
  }

  .brand-blend .blend-finish{
    margin-top:38px !important;
    padding-top:22px !important;

    font-size:19px !important;
    line-height:1.8 !important;
  }


  /* 装飾はPCよりかなり弱く */
  .blend-decoration{
    opacity:.48;
  }

  .blend-decoration--left{
    width:125px;

    top:18px;
    left:-38px;
  }

  .blend-decoration--right{
    width:125px;

    right:-38px;
    bottom:16px;
  }
}






/* =========================================
   Blend decoration 微調整
========================================= */

/* PC */
@media (min-width: 1025px){

  .brand-blend{
    padding-top:95px !important;
    padding-bottom:95px !important;
  }

  .blend-decoration--left{
    width:300px !important;
    top:38px !important;
    left:max(
      50px,
      calc(50% - 560px)
    ) !important;
  }

  .blend-decoration--right{
    width:290px !important;
    right:max(
      50px,
      calc(50% - 560px)
    ) !important;
    bottom:26px !important;
  }
}


/* スマホ */
@media (max-width:700px){

  .brand-blend{
    padding-top:72px !important;
    padding-bottom:76px !important;
  }

  .blend-decoration{
    opacity:.52 !important;
  }

  .blend-decoration--left{
    width:115px !important;
    top:14px !important;
    left:-12px !important;
  }

  .blend-decoration--right{
    width:115px !important;
    right:-8px !important;
    bottom:10px !important;
  }
}

/* ==========================
   About final design
========================== */

.brand-about{
  background:#ece4d8 !important;
  color:#1f1a17;
}

.brand-about .about-inner{
  position:relative;
  max-width:760px;
  margin:0 auto;
  padding:10px 0 6px;
}

.brand-about .about-heading{
  margin-bottom:38px;
}

.brand-about .about-label{
  display:block;
  margin-bottom:10px;
  font-family:"Vollkorn", serif;
  font-size:13px;
  letter-spacing:.16em;
  color:#8a7561;
}

.brand-about .about-heading h2{
  margin:0;
  font-family:"Vollkorn", "Noto Sans JP", serif;
  font-size:38px;
  line-height:1.4;
  font-weight:500;
  color:#1f1a17;
}

.brand-about .about-copy{
  max-width:640px;
}

.brand-about .about-copy p{
  margin:0;
  font-size:15px;
  line-height:2.25;
  color:#5f5850;
}

.brand-about .about-copy p + p{
  margin-top:18px;
}

.brand-about .about-accent{
  width:72px;
  height:1px;
  margin-top:40px;
  background:#b9a998;
}

/* スマホ */
@media(max-width:700px){

  .brand-about{
    padding:70px 22px 74px !important;
  }

  .brand-about .about-inner{
    max-width:100%;
    padding:0;
  }

  .brand-about .about-heading{
    margin-bottom:30px;
  }

  .brand-about .about-label{
    font-size:11px;
    margin-bottom:8px;
  }

  .brand-about .about-heading h2{
    font-size:28px;
    line-height:1.45;
  }

  .brand-about .about-copy{
    max-width:100%;
  }

  .brand-about .about-copy p{
    font-size:14px;
    line-height:2.15;
  }

  .brand-about .about-copy p + p{
    margin-top:16px;
  }

  .brand-about .about-accent{
    width:54px;
    margin-top:32px;
  }

  .about-pc-break{
    display:none;
  }
}

/* =========================================
   Blend 背景を画面端まで統一
========================================= */

.brand-blend{
  background:#f7f4ee !important;

  /* 親コンテナの幅を超えて背景だけ画面端まで伸ばす */
  box-shadow:
    0 0 0 100vmax #f7f4ee !important;

  clip-path:
    inset(0 -100vmax) !important;
}

.brand-blend .blend-inner,
.brand-blend .section-title,
.brand-blend .blend-content,
.brand-blend .blend-description{
  background:transparent !important;
}

/* =========================================
   About 最終調整
   - Blendに負けない存在感を出す
   - 装飾は増やさず、文字と余白で強くする
========================================= */

.brand-about .about-inner{
  max-width:860px;
}

.brand-about .about-heading{
  margin-bottom:46px;
}

.brand-about .about-heading h2{
  font-size:44px;
  line-height:1.35;
  letter-spacing:.01em;
}

/* 1段落目をブランドメッセージとして強調 */
.brand-about .about-copy p:first-child{
  max-width:720px;
  margin-bottom:30px;

  font-family:"Vollkorn", "Noto Sans JP", serif;
  font-size:22px;
  line-height:2;
  font-weight:500;
  color:#3f3026;
}

/* 2段落目は説明として一段抑える */
.brand-about .about-copy p + p{
  max-width:650px;
  margin-top:0;

  font-size:15px;
  line-height:2.25;
  color:#5f5850;
}

.brand-about .about-accent{
  width:92px;
  margin-top:44px;
  background:#ad9985;
}


/* スマホ */
@media(max-width:700px){

  .brand-about .about-heading{
    margin-bottom:34px;
  }

  .brand-about .about-heading h2{
    font-size:30px;
    line-height:1.45;
  }

  .brand-about .about-copy p:first-child{
    margin-bottom:26px;

    font-size:19px;
    line-height:1.95;
  }

  .brand-about .about-copy p + p{
    font-size:13.5px;
    line-height:2.2;
  }

  .brand-about .about-accent{
    width:64px;
    margin-top:36px;
  }
}

/* =========================================
   TOPページ スマホ最終調整
   2026-08-17
========================================= */

@media (max-width:700px){

  /* =========================
     HERO
     縦に間延びしすぎないようにする
  ========================= */

  .brand-hero{
    padding-top:58px !important;
    padding-bottom:58px !important;
    gap:42px !important;
  }

  .brand-hero__text{
    margin-bottom:0 !important;
  }

  .brand-hero__image{
    margin-top:0 !important;
  }


  /* =========================
     ABOUT
     強さは残しつつスマホで読みやすく
  ========================= */

  .brand-about{
    padding:
      64px 22px 66px !important;
  }

  .brand-about .about-heading{
    margin-bottom:30px !important;
  }

  .brand-about .about-heading h2{
    font-size:28px !important;
    line-height:1.45 !important;
  }

  /* メインコピー */
  .brand-about .about-copy p:first-child{
    max-width:100% !important;

    margin:0 0 24px !important;

    font-size:17px !important;
    line-height:1.95 !important;
    font-weight:500 !important;

    word-break:keep-all !important;
    overflow-wrap:normal !important;
  }

  /* 説明 */
  .brand-about .about-copy p + p{
    max-width:100% !important;

    margin:0 !important;

    font-size:13.5px !important;
    line-height:2.15 !important;
  }

  .brand-about .about-accent{
    width:58px !important;
    margin-top:32px !important;
  }


  /* =========================
     BLEND
     PC版の雰囲気を維持して少しだけ圧縮
  ========================= */

  .brand-blend{
    padding:
      66px 22px 72px !important;
  }

  .brand-blend .section-title{
    margin-bottom:32px !important;
  }

  .brand-blend .section-title h2{
    font-size:23px !important;
    line-height:1.55 !important;

    letter-spacing:0 !important;

    word-break:keep-all !important;
  }

  .brand-blend .blend-lead{
    max-width:100% !important;

    margin-bottom:32px !important;

    font-size:20px !important;
    line-height:1.85 !important;
  }

  .brand-blend .blend-description p{
    font-size:13px !important;
    line-height:2.15 !important;
  }

  .brand-blend .blend-description p + p{
    margin-top:22px !important;
  }

  .brand-blend .blend-finish{
    margin-top:34px !important;
    padding-top:20px !important;

    font-size:18px !important;
    line-height:1.85 !important;
  }


  /* 装飾は今の存在感を少しだけ弱める */
  .blend-decoration{
    opacity:.48 !important;
  }

  .blend-decoration--left{
    width:108px !important;
    top:12px !important;
    left:-16px !important;
  }

  .blend-decoration--right{
    width:108px !important;
    right:-10px !important;
    bottom:8px !important;
  }


  /* =========================
     PRODUCT
     Blend後の余白を少し圧縮
  ========================= */

  .brand-products{
    padding-top:62px !important;
  }

  .subscription-product-card{
    margin-top:28px !important;
    margin-bottom:54px !important;
  }

  .subscription-product-info{
    padding:
      34px 22px 38px !important;
  }

  .subscription-product-info h3{
    font-size:29px !important;
    line-height:1.3 !important;
  }

}

/* 依頼人修正：装飾線を削除 */

.brand-about .about-accent{
  display:none !important;
}

.brand-blend .blend-finish{
  border-top:none !important;
  padding-top:0 !important;
}

/* ==========================
   Story illustration
========================== */

.story-illustration{
  width:100%;
  margin:34px 0 36px;
  text-align:center;
}

.story-illustration img{
  display:block;
  width:100%;
  max-width:560px;
  height:auto;
  margin:0 auto;
}


/* スマホ */
@media(max-width:700px){

  .story-illustration{
    margin:30px 0 32px;
  }

  .story-illustration img{
    max-width:240px;
  }

}

@media(max-width:700px){
  .story-illustration{
    margin:38px 0 32px;
  }

  .story-illustration img{
    max-width:320px;
  }
}

@media(max-width:700px){
  .brand-story .section-body .story-last{
    font-size:21px !important;
  }
}

/* =========================================
   Checkout スマホカード影 修正
========================================= */

@media (max-width: 700px){

  body.page-checkout .cart-item,
  body.page-checkout .cart-summary,
  body.page-checkout .delivery-box,
  body.page-checkout .survey-box,
  body.page-checkout .gift-box,
  body.page-checkout .subscription-box,
  body.page-checkout .delivery-destination-card{
    box-shadow:
      0 6px 18px rgba(31, 26, 23, 0.07) !important;

    border:
      1px solid #ded6ca !important;
  }

}

@media (max-width: 700px){

  body.page-checkout .pay-buttons button{
    box-shadow:
      0 4px 12px rgba(31, 26, 23, 0.10) !important;
    transform:none !important;
  }

  body.page-checkout .pay-buttons button:hover{
    transform:none !important;
    box-shadow:
      0 4px 12px rgba(31, 26, 23, 0.10) !important;
  }

  body.page-checkout .pay-buttons button:disabled{
    box-shadow:
      0 3px 8px rgba(31, 26, 23, 0.06) !important;
  }

}

/* =========================================
   Checkout 商品カード 外側の不要な枠を削除
========================================= */

body.page-checkout .cart-list{
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* =========================================
   Checkout PC版 最終調整
   2026-08-23
========================================= */

@media (min-width: 701px){

  /* -----------------------------------------
     商品一覧の親枠は完全に消す
  ----------------------------------------- */
  body.page-checkout .cart-list{
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    overflow: visible !important;
  }


  /* -----------------------------------------
     各カードの影を統一
  ----------------------------------------- */
  body.page-checkout .cart-item,
  body.page-checkout .cart-summary,
  body.page-checkout #customer-info,
  body.page-checkout .delivery-box,
  body.page-checkout .survey-box,
  body.page-checkout .gift-box,
  body.page-checkout .subscription-box,
  body.page-checkout .delivery-destination-card{
    border: 1px solid #ded6ca !important;

    box-shadow:
      0 8px 24px rgba(31, 26, 23, 0.07) !important;
  }


  /* -----------------------------------------
     商品カード
  ----------------------------------------- */
  body.page-checkout .cart-item{
    border-radius: 22px !important;
    padding: 28px 32px !important;
    align-items: center !important;
  }

  body.page-checkout .cart-img{
    width: 120px !important;
    height: 120px !important;
    padding: 16px !important;
    border-radius: 14px !important;
  }

  body.page-checkout .cart-info h4{
    margin-bottom: 12px !important;
    font-size: 25px !important;
    line-height: 1.35 !important;
  }

  body.page-checkout .cart-info .price{
    margin-bottom: 20px !important;
    font-size: 19px !important;
  }


  /* -----------------------------------------
     金額まとめ
  ----------------------------------------- */
  body.page-checkout .cart-summary{
    margin: 34px 0 64px !important;
    padding: 28px 30px !important;
    border-radius: 22px !important;
  }

  body.page-checkout .summary-row{
    padding: 14px 0 !important;
  }

  body.page-checkout .summary-total{
    padding-top: 18px !important;
  }


  /* -----------------------------------------
     購入者情報
  ----------------------------------------- */
  body.page-checkout #customer-info{
    margin-top: 0 !important;
    margin-bottom: 54px !important;

    padding: 36px 40px !important;

    border-radius: 22px !important;

    gap: 24px 28px !important;
  }

  body.page-checkout #customer-info input,
  body.page-checkout #customer-info select{
    border: 1px solid #ded6ca !important;
  }


  /* -----------------------------------------
     お届け先
  ----------------------------------------- */
  body.page-checkout .delivery-box{
    border-radius: 22px !important;
  }

  body.page-checkout .delivery-destination-card{
    border-radius: 18px !important;
  }


  /* -----------------------------------------
     アンケート・ギフト・定期
  ----------------------------------------- */
  body.page-checkout .survey-box,
  body.page-checkout .gift-box,
  body.page-checkout .subscription-box{
    border-radius: 20px !important;
  }


  /* -----------------------------------------
     Link案内・コンビニ案内
     カード類より一段弱く見せる
  ----------------------------------------- */
  body.page-checkout .payment-guide{
    margin-top: 30px !important;
    padding: 16px 18px !important;
    border-radius: 10px !important;
  }

  body.page-checkout .payment-notice{
    margin-top: 18px !important;
    padding: 16px 18px !important;
    border-radius: 8px !important;
  }


  /* -----------------------------------------
     決済ボタン
  ----------------------------------------- */
  body.page-checkout .pay-buttons{
    gap: 18px !important;
    margin-top: 26px !important;
  }

  body.page-checkout .pay-buttons button{
    min-height: 58px !important;

    box-shadow:
      0 5px 15px rgba(31, 26, 23, 0.10) !important;

    transform: none !important;
  }

  body.page-checkout .pay-buttons button:hover{
    transform: translateY(-1px) !important;

    box-shadow:
      0 7px 18px rgba(31, 26, 23, 0.12) !important;
  }

  body.page-checkout .pay-buttons button:disabled{
    transform: none !important;

    box-shadow:
      0 3px 9px rgba(31, 26, 23, 0.05) !important;
  }


  /* -----------------------------------------
     ページ下部
  ----------------------------------------- */
  body.page-checkout .cart-page{
    padding-bottom: 110px !important;
  }
}