@charset "utf-8";

/* =========================================================
   酒田醗酵 甘酒ページ専用
   既存ページ寄せ・上品リニューアル版
   既存CSSより後に読み込む
   ========================================================= */

.kgw-amazake-elegant{
  --az-ink:#34271f;
  --az-text:#5e5145;
  --az-muted:#85786a;
  --az-line:#e5d7c4;
  --az-bg:#fffaf2;
  --az-bg2:#f6ede0;
  --az-card:#fffef9;
  --az-brown:#7b552f;
  --az-brown2:#a7834b;
  --az-gray:#6f777b;
  color:var(--az-ink);
  line-height:1.85;
}

.kgw-amazake-elegant *,
.kgw-amazake-elegant *::before,
.kgw-amazake-elegant *::after{
  box-sizing:border-box;
}

.kgw-amazake-elegant img{
  max-width:100%;
  height:auto;
}

.kgw-amazake-elegant p{
  line-height:1.85;
}

.kgw-amazake-elegant h2,
.kgw-amazake-elegant h3{
  border:0;
  padding:0;
  font-family:"游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
}

.kgw-amazake-kicker{
  margin:0 0 .45em !important;
  color:var(--az-brown2);
  font-family:Georgia,"Times New Roman",serif;
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.18em;
  line-height:1.4 !important;
}

.kgw-amazake-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.55em;
  min-height:42px;
  padding:9px 16px;
  border-radius:999px;
  font-weight:700;
  line-height:1.3;
  text-decoration:none !important;
}

.kgw-amazake-btn::after{
  content:"›";
  font-size:1.25em;
  line-height:1;
}

.kgw-amazake-btn--brown{
  color:#fff !important;
  background:linear-gradient(135deg,#9a7444,#6b4425);
  box-shadow:0 8px 18px rgba(79,54,25,.18);
}

.kgw-amazake-btn--outline{
  color:var(--az-brown) !important;
  border:1px solid #c9b28e;
  background:#fff;
}

/* hero */
.kgw-amazake-hero{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:33% minmax(0,1fr) 27%;
  gap:38px;
  align-items:center;
  min-height:520px;
  margin:0 0 46px;
  padding:46px 40px;
  border:1px solid var(--az-line);
  border-radius:18px;
  background:
    radial-gradient(circle at 90% 12%,rgba(198,169,111,.18),transparent 28%),
    linear-gradient(135deg,#fffef9 0%,#fff7ea 55%,#f7edde 100%);
  box-shadow:0 10px 24px rgba(70,45,20,.08);
}

.kgw-amazake-hero__scene{
  align-self:stretch;
  min-height:420px;
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 8px 18px rgba(70,45,20,.10);
}

.kgw-amazake-hero__scene img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.kgw-amazake-hero__copy{
  position:relative;
  z-index:2;
}

.kgw-amazake-hero__copy h2{
  margin:0 0 .35em !important;
  font-size:clamp(2.35rem,5vw,4rem) !important;
  line-height:1.16 !important;
  letter-spacing:.12em;
  color:var(--az-ink);
}

.kgw-amazake-hero__lead{
  margin:0 0 18px !important;
  color:#7c5a2d;
  font-size:clamp(1.05rem,2vw,1.28rem);
  font-weight:700;
}

.kgw-amazake-hero__text{
  margin:0 !important;
  color:var(--az-text);
  font-size:1rem;
}

.kgw-amazake-hero__buttons{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-top:20px;
}

.kgw-amazake-hero__products{
  position:relative;
  align-self:stretch;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  gap:8px;
  min-height:430px;
}

.kgw-amazake-hero__products::before{
  content:"";
  position:absolute;
  left:8%;
  right:8%;
  bottom:20px;
  height:32px;
  border-radius:50%;
  background:radial-gradient(ellipse at center,rgba(58,40,20,.22),transparent 70%);
  filter:blur(7px);
}

.kgw-amazake-hero__bottle{
  position:relative;
  z-index:1;
  width:auto;
  max-height:450px;
  object-fit:contain;
  filter:drop-shadow(0 14px 12px rgba(48,33,15,.16));
}

.kgw-amazake-hero__bottle--sweet{
  transform:translateY(8px);
}

.kgw-amazake-hero__bottle--acid{
  transform:translateY(-8px);
}

/* nav */
.kgw-amazake-nav{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:16px;
  margin:0 0 52px;
  padding:24px;
  border:1px solid var(--az-line);
  border-radius:14px;
  background:#fffdf8;
}

.kgw-amazake-nav a{
  display:grid;
  grid-template-columns:76px minmax(0,1fr);
  gap:16px;
  align-items:center;
  padding:8px;
  border:1px solid #eadfce;
  border-radius:10px;
  color:#3d2f25;
  background:#fff;
  text-decoration:none !important;
  transition:background .15s ease, transform .15s ease;
}

.kgw-amazake-nav a:hover{
  background:#fff8ec;
  transform:translateY(-1px);
}

.kgw-amazake-nav img{
  width:76px;
  height:58px;
  object-fit:cover;
  border-radius:7px;
}

.kgw-amazake-nav span{
  font-weight:700;
  line-height:1.45;
}

/* panel */
.kgw-amazake-panel{
  margin:0 0 58px;
  padding:46px 42px;
  border:1px solid var(--az-line);
  border-radius:18px;
  background:linear-gradient(180deg,#fffef9 0%,#fffaf2 100%);
  box-shadow:0 8px 18px rgba(70,45,20,.055);
}

.kgw-amazake-panel__head{
  max-width:860px;
  margin:0 auto 38px;
  text-align:center;
}

.kgw-amazake-panel__head h2{
  margin:0 0 .35em !important;
  font-size:clamp(1.55rem,3vw,2.25rem) !important;
  line-height:1.4 !important;
  letter-spacing:.06em;
}

.kgw-amazake-panel__head h2::after{
  content:"";
  display:block;
  width:82px;
  height:1px;
  margin:26px auto 0;
  background:linear-gradient(90deg,transparent,var(--az-brown2),transparent);
}

.kgw-amazake-panel__head p:not(.kgw-amazake-kicker){
  margin:0 !important;
  color:var(--az-text);
}

/* renewal */
.kgw-amazake-renewal__grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 38%;
  gap:38px;
  align-items:center;
}

.kgw-amazake-renewal__text{
  padding:28px;
  border:1px solid #eadfce;
  border-radius:14px;
  background:#fff;
}

.kgw-amazake-renewal__text h3{
  margin:0 0 14px !important;
  font-size:1.35rem !important;
  color:#654527;
}

.kgw-amazake-checklist{
  margin:0;
  padding:0;
  list-style:none;
}

.kgw-amazake-checklist li{
  position:relative;
  padding:0 0 12px 1.7em !important;
  margin:0 0 12px;
  border-bottom:1px dotted #dfd2bf;
  line-height:1.75;
}

.kgw-amazake-checklist li:last-child{
  margin-bottom:0;
  padding-bottom:0 !important;
  border-bottom:0;
}

.kgw-amazake-checklist li::before{
  content:"";
  position:absolute;
  left:0;
  top:.56em;
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--az-brown2);
}

.kgw-amazake-renewal__photo{
  text-align:center;
}

.kgw-amazake-renewal__photo img{
  max-height:540px;
  object-fit:contain;
  filter:drop-shadow(0 14px 14px rgba(0,0,0,.12));
}

/* products */
.kgw-amazake-products{
  display:grid;
  gap:34px;
}

.kgw-amazake-product{
  display:grid;
  grid-template-columns:38% minmax(0,1fr);
  gap:38px;
  align-items:start;
  padding:34px 32px;
  border:1px solid #e2d6c5;
  border-radius:16px;
  background:#fff;
}

.kgw-amazake-product--acid{
  border-color:#d9dddc;
  background:linear-gradient(135deg,#fff 0%,#f8faf8 100%);
}

.kgw-amazake-product__image{
  position:sticky;
  top:12px;
  min-height:560px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:linear-gradient(180deg,#fffdf8,#f5ecdf);
}

.kgw-amazake-product--acid .kgw-amazake-product__image{
  background:linear-gradient(180deg,#fff,#f0f3f2);
}

.kgw-amazake-product__image img{
  max-height:590px;
  width:auto;
  object-fit:contain;
  filter:drop-shadow(0 14px 13px rgba(0,0,0,.13));
}

.kgw-amazake-product__label{
  display:inline-flex;
  margin:0 0 10px !important;
  padding:4px 11px;
  border-radius:999px;
  color:#fff;
  background:var(--az-brown2);
  font-size:.88rem;
  font-weight:700;
  line-height:1.4 !important;
}

.kgw-amazake-product--acid .kgw-amazake-product__label{
  background:var(--az-gray);
}

.kgw-amazake-product h3{
  margin:0 0 10px !important;
  font-size:1.75rem !important;
  color:#3b2b20;
}

.kgw-amazake-product__lead{
  margin:0 0 16px !important;
  color:var(--az-text);
  font-size:1.05rem;
  font-weight:700;
}

.kgw-amazake-mini-points{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 24px;
}

.kgw-amazake-mini-points span{
  display:inline-flex;
  padding:6px 10px;
  border:1px solid #dccaa7;
  border-radius:999px;
  background:#fffaf1;
  color:#6d4d2c;
  font-weight:700;
  font-size:.9rem;
  line-height:1.25;
}

.kgw-amazake-mini-points--gray span{
  border-color:#d4dbdc;
  background:#f7faf9;
  color:#596468;
}

.kgw-amazake-spec{
  margin:0 0 18px !important;
}

.kgw-amazake-note{
  margin:0 0 14px !important;
  padding:16px 18px;
  border-radius:10px;
  background:#fffaf1;
  color:var(--az-text);
  font-size:.92rem;
}

.kgw-amazake-cart{
  max-width:330px;
  margin:26px auto 0;
}

/* nutrition */
.kgw-amazake-nutrition{
  display:grid;
  grid-template-columns:38% minmax(0,1fr);
  gap:34px;
  align-items:stretch;
}

.kgw-amazake-nutrition__photo{
  overflow:hidden;
  border-radius:16px;
}

.kgw-amazake-nutrition__photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.kgw-amazake-nutrition__cards{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}

.kgw-amazake-nutrition__cards div{
  padding:24px;
  border:1px solid #eadfce;
  border-radius:14px;
  background:#fff;
}

.kgw-amazake-nutrition__cards h3{
  margin:0 0 8px !important;
  font-size:1.15rem !important;
  color:#654527;
}

.kgw-amazake-nutrition__cards p{
  margin:0 !important;
  color:var(--az-text);
}

/* enjoy */
.kgw-amazake-enjoy-grid,
.kgw-amazake-sherbet{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}

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

.kgw-amazake-enjoy-grid figure,
.kgw-amazake-sherbet figure{
  overflow:hidden;
  margin:0;
  border:1px solid var(--az-line);
  border-radius:14px;
  background:#fff;
}

.kgw-amazake-enjoy-grid img,
.kgw-amazake-sherbet img{
  display:block;
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
}

.kgw-amazake-enjoy-grid figcaption,
.kgw-amazake-sherbet figcaption{
  padding:18px 20px;
  color:var(--az-text);
  line-height:1.65;
}

.kgw-amazake-enjoy-grid strong{
  display:block;
  margin-bottom:3px;
  color:#3d2f25;
}

.kgw-amazake-enjoy-grid span{
  display:block;
}

/* koji */
.kgw-amazake-koji{
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:34px;
  align-items:start;
}

.kgw-amazake-koji__images{
  display:grid;
  gap:12px;
}

.kgw-amazake-koji__images img{
  border:1px solid var(--az-line);
  border-radius:12px;
  background:#fff;
}

/* maker */
.kgw-amazake-maker{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  align-items:stretch;
}

.kgw-amazake-maker figure{
  overflow:hidden;
  margin:0;
  border:1px solid var(--az-line);
  border-radius:14px;
  background:#fff;
}

.kgw-amazake-maker figure img{
  display:block;
  width:100%;
  height:340px;
  object-fit:cover;
}

.kgw-amazake-maker__text{
  grid-column:1 / -1;
  padding:28px;
  border:1px solid var(--az-line);
  border-radius:14px;
  background:#fffdf8;
  text-align:center;
}

.kgw-amazake-maker__text p{
  max-width:760px;
  margin:0 auto 16px !important;
  color:var(--az-text);
}

/* fruit */
.kgw-amazake-fruit__body{
  display:grid;
  grid-template-columns:290px minmax(0,1fr);
  gap:38px;
  align-items:start;
}

.kgw-amazake-fruit__image{
  text-align:center;
}

.kgw-amazake-fruit__image img{
  max-height:520px;
  object-fit:contain;
  filter:drop-shadow(0 10px 10px rgba(0,0,0,.10));
}

.kgw-amazake-fruit-cart{
  max-width:340px !important;
}

/* responsive */
@media (max-width:980px){
  .kgw-amazake-hero{
    grid-template-columns:1fr;
  }

  .kgw-amazake-hero__scene{
    min-height:260px;
  }

  .kgw-amazake-hero__products{
    order:-1;
    min-height:430px;
  }

  .kgw-amazake-hero__bottle{
    max-height:360px;
  }

  .kgw-amazake-nav{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .kgw-amazake-renewal__grid,
  .kgw-amazake-product,
  .kgw-amazake-nutrition,
  .kgw-amazake-koji,
  .kgw-amazake-fruit__body{
    grid-template-columns:1fr;
  }

  .kgw-amazake-product__image{
    position:relative;
    top:auto;
    min-height:0;
    padding:24px;
  }

  .kgw-amazake-product__image img{
    max-height:430px;
  }

  .kgw-amazake-enjoy-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .kgw-amazake-sherbet,
  .kgw-amazake-maker{
    grid-template-columns:1fr;
  }
}

@media (max-width:640px){
  .kgw-amazake-hero,
  .kgw-amazake-panel{
    margin-bottom:26px;
    padding:16px 10px;
    border-radius:14px;
  }

  .kgw-amazake-hero__copy h2{
    font-size:2.08rem !important;
    letter-spacing:.07em;
  }

  .kgw-amazake-hero__buttons{
    display:grid;
    grid-template-columns:1fr;
  }

  .kgw-amazake-hero__products{
    min-height:420px;
    gap:0;
  }

  .kgw-amazake-hero__bottle{
    max-height:330px;
    width:49%;
  }

  .kgw-amazake-nav{
    grid-template-columns:1fr;
    padding:8px;
  }

  .kgw-amazake-panel__head{
    text-align:left;
  }

  .kgw-amazake-panel__head h2::after{
    margin-left:0;
  }

  .kgw-amazake-product{
    padding:14px 8px;
  }

  .kgw-amazake-product h3{
    font-size:1.35rem !important;
  }

  .kgw-amazake-product__image img{
    max-height:360px;
  }

  .kgw-amazake-nutrition__cards,
  .kgw-amazake-enjoy-grid,
  .kgw-amazake-sherbet{
    grid-template-columns:1fr;
  }

  .kgw-amazake-mini-points span{
    font-size:.86rem;
  }
}


/* =========================================================
   airy adjustment
   余白を増やして、縦長で上品に見せる追加調整
   ========================================================= */

.kgw-amazake-elegant{
  --az-section-space: 64px;
}

.kgw-amazake-elegant .kgw-amazake-panel{
  position: relative;
}

.kgw-amazake-elegant .kgw-amazake-panel + .kgw-amazake-panel,
.kgw-amazake-elegant .kgw-amazake-panel + .kgw-amazake-fruit{
  margin-top: var(--az-section-space);
}

.kgw-amazake-elegant .kgw-amazake-panel__head{
  padding-top: 4px;
  padding-bottom: 4px;
}

.kgw-amazake-elegant .kgw-amazake-panel__head p:not(.kgw-amazake-kicker){
  max-width: 760px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.kgw-amazake-elegant .kgw-amazake-renewal__grid,
.kgw-amazake-elegant .kgw-amazake-product,
.kgw-amazake-elegant .kgw-amazake-nutrition,
.kgw-amazake-elegant .kgw-amazake-koji,
.kgw-amazake-elegant .kgw-amazake-maker,
.kgw-amazake-elegant .kgw-amazake-fruit__body{
  margin-top: 10px;
}

.kgw-amazake-elegant .kgw-amazake-product{
  margin-bottom: 46px;
}

.kgw-amazake-elegant .kgw-amazake-product:last-child{
  margin-bottom: 0;
}

.kgw-amazake-elegant .kgw-amazake-product__body{
  padding-top: 8px;
}

.kgw-amazake-elegant .kgw-amazake-product__lead{
  margin-bottom: 24px !important;
}

.kgw-amazake-elegant .kgw-amazake-spec{
  margin-bottom: 18px !important;
}

.kgw-amazake-elegant .kgw-amazake-enjoy-grid figure,
.kgw-amazake-elegant .kgw-amazake-sherbet figure{
  box-shadow: 0 8px 18px rgba(70,45,20,.05);
}

.kgw-amazake-elegant .kgw-amazake-enjoy-grid img{
  aspect-ratio: 16 / 10;
}

.kgw-amazake-elegant .kgw-amazake-sherbet img{
  aspect-ratio: 4 / 3;
}

.kgw-amazake-elegant .kgw-amazake-maker figure img{
  height: 380px;
}

@media (min-width:981px){
  .kgw-amazake-elegant .kgw-amazake-products{
    gap: 54px;
  }

  .kgw-amazake-elegant .kgw-amazake-nutrition__cards{
    gap: 22px;
  }

  .kgw-amazake-elegant .kgw-amazake-enjoy-grid{
    gap: 24px;
  }

  .kgw-amazake-elegant .kgw-amazake-sherbet{
    gap: 24px;
  }
}

@media (max-width:980px){
  .kgw-amazake-elegant .kgw-amazake-hero{
    padding: 32px 22px;
  }

  .kgw-amazake-elegant .kgw-amazake-panel{
    padding: 34px 24px;
  }

  .kgw-amazake-elegant .kgw-amazake-enjoy-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:640px){
  .kgw-amazake-elegant{
    --az-section-space: 42px;
  }

  .kgw-amazake-elegant .kgw-amazake-hero,
  .kgw-amazake-elegant .kgw-amazake-panel{
    padding: 24px 12px;
    margin-bottom: 42px;
  }

  .kgw-amazake-elegant .kgw-amazake-panel__head{
    margin-bottom: 28px;
  }

  .kgw-amazake-elegant .kgw-amazake-product{
    padding: 24px 10px;
    margin-bottom: 38px;
  }

  .kgw-amazake-elegant .kgw-amazake-product__image{
    padding: 24px 10px;
  }

  .kgw-amazake-elegant .kgw-amazake-nutrition__cards div{
    padding: 20px 16px;
  }

  .kgw-amazake-elegant .kgw-amazake-maker figure img{
    height: auto;
  }
}


/* =========================================================
   v2 enjoy section
   「そのままでも、アレンジしても」画像差し替え版
   ========================================================= */

.kgw-amazake-elegant .kgw-amazake-enjoy-grid--wide{
  display:grid;
  grid-template-columns:1.05fr 1fr 1fr;
  gap:24px;
  align-items:stretch;
}

.kgw-amazake-elegant .kgw-amazake-enjoy-grid--wide .kgw-amazake-enjoy-main{
  grid-row:span 2;
}

.kgw-amazake-elegant .kgw-amazake-enjoy-grid--wide figure{
  min-height:100%;
}

.kgw-amazake-elegant .kgw-amazake-enjoy-grid--wide img{
  width:100%;
  height:260px;
  aspect-ratio:auto;
  object-fit:cover;
}

.kgw-amazake-elegant .kgw-amazake-enjoy-grid--wide .kgw-amazake-enjoy-main img{
  height:632px;
}

.kgw-amazake-elegant .kgw-amazake-enjoy-grid--wide figcaption{
  min-height:116px;
}

@media (max-width:980px){
  .kgw-amazake-elegant .kgw-amazake-enjoy-grid--wide{
    grid-template-columns:1fr 1fr;
  }

  .kgw-amazake-elegant .kgw-amazake-enjoy-grid--wide .kgw-amazake-enjoy-main{
    grid-row:auto;
    grid-column:1 / -1;
  }

  .kgw-amazake-elegant .kgw-amazake-enjoy-grid--wide .kgw-amazake-enjoy-main img{
    height:auto;
  }

  .kgw-amazake-elegant .kgw-amazake-enjoy-grid--wide img{
    height:auto;
    aspect-ratio:4 / 3;
  }
}

@media (max-width:640px){
  .kgw-amazake-elegant .kgw-amazake-enjoy-grid--wide{
    grid-template-columns:1fr;
  }

  .kgw-amazake-elegant .kgw-amazake-enjoy-grid--wide .kgw-amazake-enjoy-main{
    grid-column:auto;
  }

  .kgw-amazake-elegant .kgw-amazake-enjoy-grid--wide figcaption{
    min-height:0;
  }
}


/* =========================================================
   v3 hero fix
   PCトップのビン配置修正・左画像の見え方調整
   ========================================================= */

@media (min-width: 981px){
  .kgw-amazake-elegant .kgw-amazake-hero{
    grid-template-columns: 32% minmax(0, 42%) 26% !important;
    gap: 34px !important;
    align-items: center !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__scene{
    min-height: 410px !important;
    height: 410px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__scene img{
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__products{
    position: relative !important;
    align-self: center !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    gap: 0 !important;
    min-height: 410px !important;
    width: 100% !important;
    overflow: visible !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle{
    flex: 0 0 auto !important;
    width: 48% !important;
    max-width: 185px !important;
    min-width: 0 !important;
    height: auto !important;
    max-height: 370px !important;
    object-fit: contain !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle--sweet{
    transform: translateX(16px) translateY(8px) !important;
    z-index: 2 !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle--acid{
    transform: translateX(-16px) translateY(-8px) !important;
    z-index: 1 !important;
  }
}

@media (max-width: 980px){
  .kgw-amazake-elegant .kgw-amazake-hero__products{
    gap: 0 !important;
    justify-content: center !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle{
    width: 43% !important;
    max-width: 210px !important;
    min-width: 0 !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle--sweet{
    transform: translateX(14px) translateY(8px) !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle--acid{
    transform: translateX(-14px) translateY(-8px) !important;
  }
}


/* =========================================================
   v4 hero bottle large
   PCトップのビンを右枠の高さに合わせて大きく表示
   ========================================================= */

@media (min-width: 981px){
  .kgw-amazake-elegant .kgw-amazake-hero{
    grid-template-columns: 32% minmax(0, 39%) 29% !important;
    gap: 28px !important;
    min-height: 560px !important;
    align-items: center !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__products{
    align-self: stretch !important;
    position: relative !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    gap: 0 !important;
    min-height: 500px !important;
    height: 100% !important;
    padding: 18px 0 18px !important;
    overflow: visible !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__products::before{
    left: 10% !important;
    right: 10% !important;
    bottom: 34px !important;
    height: 40px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle{
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 92% !important;
    max-height: 500px !important;
    object-fit: contain !important;
    filter: drop-shadow(0 18px 16px rgba(48,33,15,.18)) !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle--sweet{
    transform: translateX(34px) translateY(8px) !important;
    z-index: 2 !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle--acid{
    transform: translateX(-34px) translateY(-8px) !important;
    z-index: 1 !important;
  }
}

@media (min-width: 1200px){
  .kgw-amazake-elegant .kgw-amazake-hero{
    grid-template-columns: 31% minmax(0, 38%) 31% !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__products{
    min-height: 540px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle{
    height: 96% !important;
    max-height: 540px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle--sweet{
    transform: translateX(42px) translateY(10px) !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle--acid{
    transform: translateX(-42px) translateY(-10px) !important;
  }
}

@media (max-width: 980px){
  .kgw-amazake-elegant .kgw-amazake-hero__products{
    min-height: 430px !important;
    gap: 0 !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle{
    width: auto !important;
    max-width: none !important;
    height: 410px !important;
    max-height: 410px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle--sweet{
    transform: translateX(28px) translateY(8px) !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle--acid{
    transform: translateX(-28px) translateY(-8px) !important;
  }
}

@media (max-width: 640px){
  .kgw-amazake-elegant .kgw-amazake-hero__products{
    min-height: 360px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle{
    height: 340px !important;
    max-height: 340px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle--sweet{
    transform: translateX(22px) translateY(8px) !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle--acid{
    transform: translateX(-22px) translateY(-8px) !important;
  }
}


/* =========================================================
   v5 hero bottle grouped
   PCトップの2本を大きいまま中央に寄せる
   ========================================================= */

@media (min-width: 981px){
  .kgw-amazake-elegant .kgw-amazake-hero{
    grid-template-columns: 31% minmax(0, 40%) 29% !important;
    gap: 26px !important;
    min-height: 560px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__products{
    position: relative !important;
    align-self: stretch !important;
    display: block !important;
    min-height: 520px !important;
    height: 100% !important;
    overflow: visible !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__products::before{
    left: 19% !important;
    right: 17% !important;
    bottom: 28px !important;
    height: 42px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle{
    position: absolute !important;
    bottom: 24px !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 88% !important;
    max-height: 500px !important;
    object-fit: contain !important;
    filter: drop-shadow(0 18px 16px rgba(48,33,15,.18)) !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle--sweet{
    left: 29% !important;
    transform: translateX(-50%) translateY(8px) !important;
    z-index: 2 !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle--acid{
    left: 63% !important;
    transform: translateX(-50%) translateY(-8px) !important;
    z-index: 1 !important;
  }
}

@media (min-width: 1200px){
  .kgw-amazake-elegant .kgw-amazake-hero__products{
    min-height: 550px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle{
    height: 91% !important;
    max-height: 540px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle--sweet{
    left: 31% !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle--acid{
    left: 61% !important;
  }
}

@media (max-width: 980px){
  .kgw-amazake-elegant .kgw-amazake-hero__products{
    position: relative !important;
    display: block !important;
    min-height: 430px !important;
    overflow: visible !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle{
    position: absolute !important;
    bottom: 18px !important;
    width: auto !important;
    max-width: none !important;
    height: 400px !important;
    max-height: 400px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle--sweet{
    left: 42% !important;
    transform: translateX(-50%) translateY(8px) !important;
    z-index: 2 !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle--acid{
    left: 58% !important;
    transform: translateX(-50%) translateY(-8px) !important;
    z-index: 1 !important;
  }
}

@media (max-width: 640px){
  .kgw-amazake-elegant .kgw-amazake-hero__products{
    min-height: 350px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle{
    height: 330px !important;
    max-height: 330px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle--sweet{
    left: 41% !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle--acid{
    left: 59% !important;
  }
}


/* =========================================================
   v6 larger images
   全体の写真・商品画像を一段大きく表示
   ========================================================= */

/* トップビジュアル：ビンをさらに大きく */
@media (min-width: 981px){
  .kgw-amazake-elegant .kgw-amazake-hero{
    grid-template-columns: 30% minmax(0, 39%) 31% !important;
    min-height: 610px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__scene{
    min-height: 460px !important;
    height: 460px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__products{
    min-height: 580px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle{
    height: 96% !important;
    max-height: 590px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle--sweet{
    left: 31% !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle--acid{
    left: 60% !important;
  }
}

@media (min-width: 1200px){
  .kgw-amazake-elegant .kgw-amazake-hero{
    grid-template-columns: 29% minmax(0, 38%) 33% !important;
    min-height: 660px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__products{
    min-height: 620px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle{
    height: 98% !important;
    max-height: 630px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle--sweet{
    left: 32% !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle--acid{
    left: 59% !important;
  }
}

/* 商品ブロック：商品画像をさらに大きく */
@media (min-width: 981px){
  .kgw-amazake-elegant .kgw-amazake-product{
    grid-template-columns: 43% minmax(0, 1fr) !important;
    gap: 38px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-product__image{
    min-height: 660px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-product__image img{
    max-height: 660px !important;
    transform: scale(1.06) !important;
    transform-origin: center center !important;
  }

  .kgw-amazake-elegant .kgw-amazake-renewal__grid{
    grid-template-columns: minmax(0, 1fr) 43% !important;
  }

  .kgw-amazake-elegant .kgw-amazake-renewal__photo img{
    max-height: 650px !important;
  }
}

/* 飲み方セクション：写真を大きく、縦長に */
@media (min-width: 981px){
  .kgw-amazake-elegant .kgw-amazake-enjoy-grid--wide{
    grid-template-columns: 1.18fr 1fr 1fr !important;
    gap: 30px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-enjoy-grid--wide img{
    height: 320px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-enjoy-grid--wide .kgw-amazake-enjoy-main img{
    height: 760px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-enjoy-grid--wide figcaption{
    min-height: 130px !important;
  }
}

/* 栄養・米麹・酒田醗酵セクションの画像も大きく */
@media (min-width: 981px){
  .kgw-amazake-elegant .kgw-amazake-nutrition{
    grid-template-columns: 44% minmax(0, 1fr) !important;
    gap: 34px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-nutrition__photo{
    min-height: 520px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-koji{
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr) !important;
    gap: 34px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-maker figure img{
    height: 460px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-sherbet{
    gap: 30px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-sherbet img{
    aspect-ratio: 4 / 3 !important;
  }

  .kgw-amazake-elegant .kgw-amazake-fruit__body{
    grid-template-columns: 350px minmax(0, 1fr) !important;
  }

  .kgw-amazake-elegant .kgw-amazake-fruit__image img{
    max-height: 620px !important;
  }
}

/* スマホ・タブレットでも画像を大きめに維持 */
@media (max-width: 980px){
  .kgw-amazake-elegant .kgw-amazake-hero__products{
    min-height: 500px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle{
    height: 470px !important;
    max-height: 470px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-product__image img{
    max-height: 520px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-renewal__photo img{
    max-height: 560px !important;
  }
}

@media (max-width: 640px){
  .kgw-amazake-elegant .kgw-amazake-hero__products{
    min-height: 410px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-hero__bottle{
    height: 390px !important;
    max-height: 390px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-product__image img{
    max-height: 430px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-renewal__photo img{
    max-height: 460px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-enjoy-grid--wide img{
    aspect-ratio: 4 / 3 !important;
  }
}


/* =========================================================
   v8 fruit amazake fix
   フルーツ甘酒の買い物カゴ崩れ修正
   ========================================================= */

/* 旧指定を上書き */
.kgw-amazake-elegant .kgw-amazake-fruit__body{
  display:block !important;
}

.kgw-amazake-elegant .kgw-amazake-fruit__intro{
  display:grid !important;
  grid-template-columns: 280px minmax(0,1fr) !important;
  gap:34px !important;
  align-items:start !important;
  margin-bottom:34px !important;
}

.kgw-amazake-elegant .kgw-amazake-fruit__image{
  text-align:center !important;
}

.kgw-amazake-elegant .kgw-amazake-fruit__image img{
  max-height:520px !important;
  width:auto !important;
  object-fit:contain !important;
  filter:drop-shadow(0 10px 10px rgba(0,0,0,.10)) !important;
}

.kgw-amazake-elegant .kgw-amazake-fruit__text{
  min-width:0 !important;
}

.kgw-amazake-elegant .kgw-amazake-fruit-spec{
  margin-top:18px !important;
  table-layout:auto !important;
}

.kgw-amazake-elegant .kgw-amazake-fruit-orders{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:18px !important;
  align-items:start !important;
  clear:both !important;
}

.kgw-amazake-elegant .kgw-amazake-fruit-order{
  overflow:hidden !important;
  border:1px solid var(--az-line) !important;
  border-radius:16px !important;
  background:#fff !important;
  box-shadow:0 8px 18px rgba(70,45,20,.055) !important;
}

.kgw-amazake-elegant .kgw-amazake-fruit-order h3{
  margin:0 !important;
  padding:14px 16px !important;
  background:linear-gradient(135deg,#fffaf1,#f3e7d4) !important;
  border-bottom:1px solid var(--az-line) !important;
  color:#5e3e22 !important;
  font-size:1.15rem !important;
  text-align:center !important;
}

.kgw-amazake-elegant .kgw-amazake-fruit-order__cart{
  padding:16px 14px 18px !important;
}

/* MT買い物カゴ内の固定幅/古いtable指定を抑制 */
.kgw-amazake-elegant .kgw-amazake-fruit-order__cart table,
.kgw-amazake-elegant .kgw-amazake-fruit-order__cart tbody,
.kgw-amazake-elegant .kgw-amazake-fruit-order__cart tr,
.kgw-amazake-elegant .kgw-amazake-fruit-order__cart td{
  max-width:100% !important;
}

.kgw-amazake-elegant .kgw-amazake-fruit-order__cart table{
  width:100% !important;
  margin-left:auto !important;
  margin-right:auto !important;
  box-sizing:border-box !important;
}

.kgw-amazake-elegant .kgw-amazake-fruit-order__cart img{
  max-width:100% !important;
  height:auto !important;
}

.kgw-amazake-elegant .kgw-amazake-fruit-order__cart input[type="text"],
.kgw-amazake-elegant .kgw-amazake-fruit-order__cart input[type="number"],
.kgw-amazake-elegant .kgw-amazake-fruit-order__cart select{
  max-width:100% !important;
}

/* 古い単一cart-boxが残った場合の保険 */
.kgw-amazake-elegant .kgw-amazake-fruit-cart{
  width:100% !important;
  max-width:none !important;
  box-sizing:border-box !important;
  overflow:hidden !important;
}

@media (max-width:980px){
  .kgw-amazake-elegant .kgw-amazake-fruit__intro{
    grid-template-columns:1fr !important;
    gap:24px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-fruit-orders{
    grid-template-columns:1fr !important;
    gap:18px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-fruit-order__cart{
    padding:14px 10px 16px !important;
  }
}

@media (max-width:640px){
  .kgw-amazake-elegant .kgw-amazake-fruit__image img{
    max-height:430px !important;
  }

  .kgw-amazake-elegant .kgw-amazake-fruit-spec th,
  .kgw-amazake-elegant .kgw-amazake-fruit-spec td{
    word-break:break-word !important;
  }

  .kgw-amazake-elegant .kgw-amazake-fruit-order{
    border-radius:14px !important;
  }
}
