.jg-page {
  background:#fff;
  color:#111;
  font-family:"游明朝","Yu Mincho","Hiragino Mincho ProN",serif;
}
.jg-page *{box-sizing:border-box}

/* =====================
   HERO
===================== */
.jg-hero{
  position:relative;
  height:clamp(680px, 52vw, 1100px);
  overflow:hidden;
}
.jg-hero__img{
  position:absolute;
  inset:0;
}
.jg-hero__img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.01);
  object-position:72% center;
}
.jg-hero__img:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    90deg,
    rgba(0,0,0,.55),
    rgba(0,0,0,.25) 42%,
    rgba(0,0,0,0)
  );
}
.jg-hero__inner{
  position:absolute;
  inset:0;
  z-index:2;
  display:flex;
  align-items:center;
  color:#fff;
}
.jg-hero__content{
  width:min(520px, 42vw);
  margin-left:clamp(40px, 8vw, 180px);
}
.jg-hero__label{
  display:inline-block;
  margin-bottom:26px;
  padding-bottom:10px;
  border-bottom:1px solid rgba(255,255,255,.55);
  font-size:14px;
  letter-spacing:.22em;
}
.jg-hero__copy{
  font-size:clamp(46px, 4vw, 65px);
  line-height:1.35;
  letter-spacing:.12em;
  margin:0 0 30px;
  font-weight:400;
}
.jg-hero__lead{
  max-width:380px;
  font-size:18px;
  line-height:2;
  letter-spacing:.08em;
  margin:0;
  color:rgba(255,255,255,.9);
}

/* =====================
   COMMON
===================== */
.jg-wrap{
  max-width:1200px;
  margin:0 auto;
  padding:95px 40px;
}
.jg-wrap--gray{
  max-width:none;
  background:#f6f4ef;
}
.jg-wrap--gray .jg-wrap__inner{
  max-width:1200px;
  margin:0 auto;
  padding:95px 40px;
}
.jg-btn{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  height:52px;
  min-width:230px;
  background:#111;
  color:#fff;
  text-decoration:none;
  font-size:17px;
  letter-spacing:.08em;
}

/* =====================
   AIMORI
===================== */
.jg-aimori{
  display:grid;
  grid-template-columns:43% 57%;
  background:#f4f1eb;
}
.jg-aimori__text{
  padding:76px 64px;
}
.jg-kicker{
  font-size:16px;
  letter-spacing:.16em;
  color:#8a6a2f;
  display:block;
  margin-bottom:18px;
}
.jg-aimori__title{
  font-size:38px;
  line-height:1.35;
  margin:0 0 12px;
  font-weight:400;
}
.jg-aimori__sub{
  font-size:19px;
  margin:0 0 28px;
}
.jg-aimori__desc{
  font-size:15px;
  line-height:2.05;
  margin:0 0 26px;
}
.jg-aimori__price{
  font-size:30px;
  margin:0 0 28px;
}
.jg-aimori__img{
  min-height:520px;
}
.jg-aimori__img img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* =====================
   HEADING
===================== */
.jg-heading{
  text-align:center;
  margin-bottom:56px;
}
.jg-heading__main{
  display:block;
  font-size:36px;
  font-weight:400;
  letter-spacing:.12em;
}
.jg-heading__sub{
  display:block;
  margin-top:10px;
  font-size:15px;
  letter-spacing:.25em;
  color:#777;
}

/* =====================
   PRODUCT SECTION
===================== */
.jg-product-section + .jg-product-section{
  margin-top:80px;
}
.jg-section-title{
  display:flex;
  align-items:flex-end;
  gap:18px;
  margin-bottom:28px;
  padding-bottom:16px;
  border-bottom:1px solid #ddd;
}
.jg-section-title__main{
  font-size:28px;
  line-height:1.3;
  font-weight:400;
  letter-spacing:.12em;
}
.jg-section-title__desc{
  font-size:16px;
  color:#666;
  line-height:1.8;
}

/* =====================
   CUT LIST
===================== */
.jg-cut-list{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:25px;
}
.jg-cut{
  display:flex;
  flex-direction:column;
}
.jg-cut__img{
  aspect-ratio:1/1;
  overflow:hidden;
  margin-bottom:18px;
  background:#eee;
}
.jg-cut__img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease;
}
.jg-cut:hover .jg-cut__img img{
  transform:scale(1.05);
}
.jg-cut__name{
  min-height:42px;
  font-size:24px;
  line-height:1.35;
  margin-bottom:6px;
}
.jg-cut__catch{
  min-height:33px;
  font-size:15px;
  color:#555;
  line-height:1.7;
}
.jg-cut__desc{
  min-height:165px;
  font-size:16px;
  line-height:1.9;
  color:#555;
  margin-bottom:22px;
  padding: 5px;
}

.jg-cut__price{
  min-height:28px;
  font-size:21px;
  margin-bottom:15px;
}
.jg-buy-list{
  display:grid;
  gap:6px;
  min-height:92px;
  margin-top:auto;
}
.jg-buy-list a{
  display:flex;
  justify-content:center;
  align-items:center;
  height:50px;
  background:#111;
  color:#fff;
  text-decoration:none;
  font-size:15px;
  letter-spacing:.06em;
}
.jg-buy-list__sub{
  background:#fff !important;
  color:#111 !important;
  border:1px solid #111;
}

/* =====================
   SAUCE / SEASONING
===================== */
.jg-item-list{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}
.jg-item{
  background:#fff;
  border:1px solid #e3e0da;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
.jg-item__img{
  aspect-ratio:1/1;
  overflow:hidden;
  background:#eee;
}
.jg-item__img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease;
}
.jg-item:hover .jg-item__img img{
  transform:scale(1.05);
}
.jg-item__body{
  padding:24px;
  display:flex;
  flex-direction:column;
  flex:1;
}
.jg-item__name{
  min-height:64px;
  font-size:18px;
  line-height:1.55;
  margin-bottom:12px;
}
.jg-item__desc{
  min-height:90px;
  font-size:16px;
  line-height:1.9;
  color:#555;
  margin-bottom:22px;
}
.jg-item .jg-btn{
  margin-top:auto;
  width:100%;
  min-width:0;
  height: 50px;
  font-size:15px;
}

/* =====================
   SP
===================== */
@media(max-width:767px){

  .jg-hero{
    height:560px;
  }
  .jg-hero__img img{
    object-position:62% center;
    transform:scale(1.01);
  }
  .jg-hero__img:after{
    background:
      linear-gradient(0deg,rgba(0,0,0,.86),rgba(0,0,0,.20) 58%,rgba(0,0,0,.08)),
      linear-gradient(90deg,rgba(0,0,0,.35),rgba(0,0,0,0));
  }
  .jg-hero__inner{
    align-items:flex-end;
  }
  .jg-hero__content{
    width:auto;
    margin:0;
    padding:0 26px 58px;
  }
  .jg-hero__label{
    margin-bottom:20px;
    font-size:11px;
  }
  .jg-hero__copy{
    font-size:34px;
    line-height:1.45;
    letter-spacing:.1em;
    margin-bottom:22px;
  }
  .jg-hero__lead{
    font-size:16px;
    line-height:2;
  }

  .jg-wrap{
    padding:58px 20px;
  }
  .jg-wrap--gray .jg-wrap__inner{
    padding:58px 20px;
  }

  .jg-aimori{
    display:flex;
    flex-direction:column;
  }
  .jg-aimori__img{
    order:1;
    min-height:auto;
    aspect-ratio:4/3;
  }
  .jg-aimori__text{
    order:2;
    padding:34px 24px 38px;
  }
  .jg-aimori__title{
    font-size:31px;
  }
  .jg-aimori__price{
    font-size:26px;
  }
  .jg-btn{
    width:100%;
  }

  .jg-heading{
    margin-bottom:34px;
  }
  .jg-heading__main{
    font-size:30px;
  }

  .jg-product-section + .jg-product-section{
    margin-top:62px;
  }
  .jg-section-title{
    display:block;
    margin-bottom:24px;
  }
  .jg-section-title__main{
    display:block;
    font-size:24px;
    margin-bottom:8px;
  }
  .jg-section-title__desc{
    display:block;
    font-size:16px;
  }

  .jg-cut-list{
    grid-template-columns:1fr;
    gap:34px;
  }
  .jg-cut{
    display:block;
    padding:0 0 34px;
    border-bottom:1px solid #ddd;
  }
  .jg-cut__img{
    width:100%;
    aspect-ratio:16/11;
    margin:0 0 18px;
  }
  .jg-cut__name{
    min-height:auto;
    font-size:24px;
    margin-bottom:8px;
  }
  .jg-cut__catch{
    min-height:auto;
    font-size:15px;
    margin-bottom:8px;
  }
  .jg-cut__desc{
    display:block;
    min-height:auto;
    font-size:15px;
    margin-bottom:10px;
  }
  .jg-cut__price{
    min-height:auto;
    font-size:24px;
    margin-bottom:14px;
  }
  .jg-buy-list{
    grid-template-columns:1fr;
    gap:7px;
    min-height:auto;
  }
  .jg-buy-list a{
    height:56px;
    font-size:17px;
  }

  .jg-item-list{
    grid-template-columns:1fr;
    gap:18px;
  }
  .jg-item__img{
    aspect-ratio:16/11;
  }
  .jg-item__body{
    padding:24px 22px;
  }
  .jg-item__name{
    min-height:auto;
    font-size:18px;
  }
  .jg-item__desc{
    min-height:auto;
  }
}

.jg-cut__price span,
.jg-aimori__price span{
  font-size:0.7em;
  margin-left:2px;
  opacity:0.85;
}

/* =====================
   LAMB FAT SECTION
===================== */
.jg-fat{
  background:#111;
  color:#fff;
  padding:110px 0;
}

.jg-fat__inner{
  max-width:1200px;
  margin:0 auto;
  padding:0 40px;
  display:grid;
  grid-template-columns:46% 54%;
  gap:60px;
  align-items:center;
}

.jg-fat__img{
  aspect-ratio:4/3;
  overflow:hidden;
  background:#222;
}

.jg-fat__img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .5s ease;
}

.jg-fat__img:hover img{
  transform:scale(1.04);
}

.jg-fat__kicker{
  display:block;
  margin-bottom:18px;
  font-size:15px;
  letter-spacing:.28em;
  color:rgba(255,255,255,.55);
}

.jg-fat__title{
  font-size:36px;
  line-height:1.45;
  letter-spacing:.08em;
  font-weight:400;
  margin:0 0 30px;
}

.jg-fat__lead,
.jg-fat__text{
  font-size:16px;
  line-height:2.1;
  letter-spacing:.05em;
  color:rgba(255,255,255,.86);
  margin:0 0 22px;
}

.jg-fat__btns{
  display:flex;
  gap:14px;
  margin-top:36px;
}

.jg-fat__btn{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:190px;
  height:55px;
  padding:0 24px;
  background:#fff;
  color:#111;
  text-decoration:none;
  font-size:15px;
  letter-spacing:.08em;
}

.jg-fat__btn--sub{
  background:transparent;
  color:#fff;
  border:1px solid rgba(255,255,255,.65);
}

/* SP */
@media(max-width:767px){

  .jg-fat{
    padding:64px 0;
  }

  .jg-fat__inner{
    padding:0 20px;
    grid-template-columns:1fr;
    gap:32px;
  }

  .jg-fat__img{
    aspect-ratio:16/11;
  }

  .jg-fat__title{
    font-size:27px;
    line-height:1.55;
    margin-bottom:24px;
  }

  .jg-fat__lead,
  .jg-fat__text{
    font-size:16px;
    line-height:2;
  }

  .jg-fat__btns{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    margin-top:30px;
  }

  .jg-fat__btn{
    width:100%;
  }
}

/* =====================
   CRAFT SECTION
===================== */
/* =====================
   CRAFT WHITE（締め）
===================== */

.jg-craft-w{
  background:#fff;
  padding:120px 0;
}

.jg-craft-w__inner{
  max-width:1200px;
  margin:0 auto;
  padding:0 40px;
  display:grid;
  grid-template-columns:48% 52%;
  gap:60px;
  align-items:center;
}

.jg-craft-w__content{
  max-width:520px;
}

.jg-craft-w__kicker{
  display:block;
  margin-bottom:18px;
  font-size:15px;
  letter-spacing:.28em;
  color:#999;
}

.jg-craft-w__title{
  font-size:34px;
  line-height:1.6;
  letter-spacing:.08em;
  font-weight:400;
  margin:0 0 30px;
}

.jg-craft-w__text{
  font-size:16px;
  line-height:2.2;
  letter-spacing:.05em;
  color:#555;
  margin:0 0 22px;
}

.jg-craft-w__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:55px;
  padding:0 32px;
  margin-top:30px;
  background:#111;
  color:#fff;
  text-decoration:none;
  font-size:15px;
  letter-spacing:.08em;
}

.jg-craft-w__img{
  aspect-ratio:4/3;
  overflow:hidden;
  background:#eee;
}

.jg-craft-w__img img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* SP */
@media(max-width:767px){

  .jg-craft-w{
    padding:70px 0;
  }

  .jg-craft-w__inner{
    grid-template-columns:1fr;
    padding:0 20px;
    gap:30px;
  }

  .jg-craft-w__img{
    order:-1;
    aspect-ratio:16/11;
  }

  .jg-craft-w__title{
    font-size:24px;
    line-height:1.6;
    margin-bottom:24px;
  }

  .jg-craft-w__text{
    font-size:16px;
    line-height:2;
  }

  .jg-craft-w__btn{
    width:100%;
  }

}
/* =====================
   BUTTON INTERACTION（CLEAN）
===================== */

.jg-btn,
.jg-buy-list a,
.jg-fat__btn,
.jg-craft-w__btn{
  position:relative;
  transition:
    transform .22s ease,
    background-color .22s ease,
    color .22s ease,
    border-color .22s ease;
}

/* 矢印 */
.jg-btn::after,
.jg-buy-list a::after,
.jg-fat__btn::after,
.jg-craft-w__btn::after{
  content:"";
  width:6px;
  height:6px;
  margin-left:10px;
  border-top:1px solid currentColor;
  border-right:1px solid currentColor;
  transform:rotate(45deg);
  transition:transform .22s ease;
}

@media (hover:hover){

  .jg-btn:hover,
  .jg-buy-list a:hover,
  .jg-fat__btn:hover,
  .jg-craft-w__btn:hover{
    transform:translateY(-1px); /* ←ここがキモ。やりすぎない */
  }

  .jg-btn:hover::after,
  .jg-buy-list a:hover::after,
  .jg-fat__btn:hover::after,
  .jg-craft-w__btn:hover::after{
    transform:translateX(3px) rotate(45deg);
  }

  /* 白ボタン → 反転だけで魅せる */
  .jg-buy-list__sub:hover,
  .jg-fat__btn--sub:hover{
    background:#111 !important;
    color:#fff !important;
    border-color:#111 !important;
  }
}

/* クリック感 */
.jg-btn:active,
.jg-buy-list a:active,
.jg-fat__btn:active,
.jg-craft-w__btn:active{
  transform:translateY(0);
}

/* =====================
   LAMB FAT PRICE（横並び）
===================== */

/* =====================
   LAMB FAT PRICE（横並び・調整版）
===================== */

.jg-fat__price-list{
  margin-top:36px;
  display:flex;
  flex-direction:column;
  gap:0;
}

.jg-fat__price-row{
  display:grid;
  grid-template-columns:1fr 150px 170px;
  align-items:center;
  gap:24px;
  padding:22px 0;
  border-bottom:1px solid rgba(255,255,255,.2);
}

.jg-fat__price-name{
  font-size:16px;
  letter-spacing:.08em;
  color:rgba(255,255,255,.9);
}

.jg-fat__price{
  color:#fff;
  min-height:0;
  margin:0;
  font-size:21px;
  line-height:1.2;
  text-align:left;
}

.jg-fat__price span{
  font-size:0.7em;
  margin-left:2px;
  opacity:0.85;
}

.jg-fat__price-row .jg-fat__btn{
  width:170px;
  min-width:170px;
  height:46px;
  background:transparent;
  color:#fff;
  border:1px solid rgba(255,255,255,.65);
  font-size:14px;
}

/* SP */
@media(max-width:767px){

  .jg-fat__price-row{
    grid-template-columns:1fr;
    gap:10px;
    padding:20px 0;
  }

  .jg-fat__price{
    font-size:22px;
  }

  .jg-fat__price-row .jg-fat__btn{
    width:100%;
    min-width:0;
    height:52px;
  }

}
