@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=M+PLUS+Rounded+1c:wght@400;500;700;800;900&family=Shippori+Mincho&display=swap');

/* 表示制御ユーティリティ - Bootstrap 3互換ブレイクポイント (xs:<768px, sm:768-991px, md:992-1199px, lg:≥1200px) */
/* <br class="visible-xs"> <img class="hidden-md"> など任意の要素に使用可 */

/* visible: 指定ブレイクポイントのみ表示 */
.visible-xs { display: none !important; }
@media (max-width: 767px) {
  .visible-xs { display: block !important; }
}

.visible-sm { display: none !important; }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm { display: block !important; }
}

.visible-md { display: none !important; }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md { display: block !important; }
}

.visible-lg { display: none !important; }
@media (min-width: 1200px) {
  .visible-lg { display: block !important; }
}

/* hidden: 指定ブレイクポイントで非表示 */
.hidden-xs { }
@media (max-width: 767px) {
  .hidden-xs { display: none !important; }
}

.hidden-sm { }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm { display: none !important; }
}

.hidden-md { }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md { display: none !important; }
}

.hidden-lg { }
@media (min-width: 1200px) {
  .hidden-lg { display: none !important; }
}

#main-visual.main-nikuman {
  background: url(../img/main.jpg) center center no-repeat;
}

.section-ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(20px, calc(20px + (100vw - 390px) * 16 / 890), 36px);
  font-weight: bold;
}

.f17.f17-responsive {
  font-size: clamp(14px, calc(14px + (100vw - 390px) * 3 / 890), 17px);
}

.section-ttl.section-ttl-mb40 {
  margin-bottom: clamp(24px, calc(24px + (100vw - 390px) * 16 / 890), 40px);
}

.row-mb80 {
  margin-bottom: clamp(24px, calc(24px + (100vw - 390px) * 56 / 890), 80px);
}

.nikuman-section-wrap {
  margin-top: 28px;
  margin-bottom: clamp(32px, calc(32px + (100vw - 390px) * 32 / 890), 96px);
  font-family: "M PLUS Rounded 1c", sans-serif;
}

/* lineup */
.lineup-wrap {
  background-color: #efebdb;
  background-image: url("../img/img-nikuman.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 101% auto;
  padding-bottom: clamp(56px, calc(56px + (100vw - 390px) * 64 / 890), 90px);
}

.lineup-hero {
  width: 100%;
  /* height: clamp(220px, 32vw, 420px); */
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: clamp(24px, calc(24px + (100vw - 390px) * 56 / 890), 80px);
}

.lineup-hero-inner {
  width: 100%;
}

.lineup-heading {
  width: 25vw;
  margin: 16px auto clamp(32px, calc(32px + (100vw - 390px) * 32 / 890), 64px);
  display: block;
  text-align: center;
  position: relative;
  border-radius: 18px;
}

.lineup-heading-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-43%, -34%);
  width: clamp(80px, calc(80px + (100vw - 390px) * 196 / 890), 276px);
  z-index: 0;
  pointer-events: none;
}

.lineup-heading-bg img {
  width: 100%;
  height: auto;
  display: block;
}

.lineup-heading h3 {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .lineup-heading {
    width: 100%;
    display: block;
  }

  .lineup-heading-bg {
    transform: translate(-50%, -70%);
    max-width: 130%;
  }
}

@media (max-width: 480px) {
  .lineup-heading-bg {
    transform: translate(-47%, -116%);
  }
}

.lineup-heading-en {
  font-family: "Jost", sans-serif;
  font-size: clamp(30px, calc(30px + (100vw - 390px) * 16 / 890), 46px);
  font-weight: bold;
  color: #6a3a11;
  letter-spacing: 0.03em;
  margin: 0;
}

.lineup-heading-ja {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(14px, calc(14px + (100vw - 390px) * 3 / 890), 17px);
  color: #333;
  margin: 12px 0 0;
}

.lineup-title {
  margin: 0 0 clamp(32px, calc(32px + (100vw - 390px) * 24 / 890), 56px);
}

.lineup-title-img {
  display: inline-block;
  position: relative;
  min-height: 140px;
}

.lineup-title-logo-img {
  display: block;
  margin: 0 auto;
  max-width: 240px;
  width: clamp(157px, calc(157px + (100vw - 390px) * 74 / 890), 231px);
}

.lineup-title-badge {
  position: absolute;
  top: -30px;
  right: clamp(-147px, calc(-87px - (100vw - 390px) * 60 / 890), -87px);
  width: clamp(75px, calc(75px + (100vw - 390px) * 52 / 890), 127px);
  height: clamp(75px, calc(75px + (100vw - 390px) * 52 / 890), 127px);
}

.lineup-card {
  background: transparent;
  border: none;
  margin-bottom: 30px;
}

.thumbnail.lineup-card {
  padding: 0!important;
  max-width: 320px;
}

.thumbnail .caption {
  padding: 9px 0;
}

@media (max-width: 768px) {
  .lineup-card.thumbnail {
    max-width: none;
  }
}

.lineup-card-img-wrap {
  background: transparent;
  margin-bottom: clamp(16px, calc(16px + (100vw - 390px) * 8 / 890), 24px);
}

.lineup-card-ttl {
  font-weight: bold;
  color: #5c4a3d;
  margin: 0 0 5px;
  font-size: 18px;
}

.caption .lineup-card-ttl-txt {
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif !important;
  font-size: clamp(20px, calc(20px + (100vw - 390px) * 5 / 890), 25px) !important;
  margin: 0 0 15px;
  color: #804f21;
}

.caption .lineup-card-ttl-txt span {
  display: block !important;
  font-size: clamp(16px, calc(16px + (100vw - 390px) * 2 / 890), 18px) !important;
}

.lineup-card-flavor {
  color: #5c4a3d;
  margin: 0 0 15px;
  font-size: 14px;
}

.lineup-card-ttl-img {
  margin: 0 0 24px;
}

.lineup-card-ttl-img img {
  width: 196px;
  max-width: 100%;
  height: auto;
}

.lineup-card-desc {
  color: #5c4a3d;
  font-size: clamp(14px, calc(14px + (100vw - 390px) * 3 / 890), 17px);
  line-height: 1.7;
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.lineup-btn-wrap {
  margin: 0;
}

.btn-lineup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(212px, calc(212px + (100vw - 390px) * 62 / 890), 274px);
  height: clamp(53px, calc(53px + (100vw - 390px) * 15 / 890), 68px);
  background: #744018;
  color: #fff !important;
  padding: 12px 36px;
  border-radius: 34px;
  box-shadow: 0 6px 12px rgba(119, 101, 66, 0.35);
  font-size: clamp(16px, calc(16px + (100vw - 390px) * 4 / 890), 20px);
  letter-spacing: 0.08em;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.btn-lineup.btn {
  margin-top: clamp(8px, calc(8px + (100vw - 390px) * 32 / 890), 40px);
  margin-bottom: clamp(56px, calc(56px + (100vw - 390px) * 64 / 890), 120px);
}

.btn-lineup:hover {
  transform: translateY(1px);
  box-shadow: 0 4px 8px rgba(119, 101, 66, 0.4);
  color: #fff !important;
}

/* other */
.other-wrap {
  background-color: #e5dec4;
}

.other-heading {
  margin-top: clamp(44px, calc(44px + (100vw - 390px) * 44 / 890), 88px);
  margin-bottom: clamp(56px, calc(56px + (100vw - 390px) * 32 / 890), 88px);
}

.other-heading-en {
  font-family: "Jost", sans-serif;
  font-size: clamp(30px, calc(30px + (100vw - 390px) * 16 / 890), 46px);
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #6a3a11;
  margin: 0;
}

.other-heading-ja {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(14px, calc(14px + (100vw - 390px) * 3 / 890), 17px);
  color: #333;
  margin: 8px 0 0;
}

/* product hero - 行の高さ＝写真の高さ、右カラムも同じ高さでボタン下端を写真下端に揃える */
.product-hero {
  position: relative;
  margin-bottom: clamp(40px, calc(40px + (100vw - 390px) * 50 / 890), 90px);
}

.product-hero:last-child {
  margin-bottom: 120px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-hero {
    margin-bottom: calc(clamp(40px, calc(40px + (100vw - 390px) * 50 / 890), 90px) + 140px);
  }

  .product-hero:last-child {
    margin-bottom: 120px;
  }

  .product-hero-cta-wrap {
    margin-top: 14px;
  }

  .btn-product-cta.btn {
    margin-top: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product-hero {
    margin-bottom: calc(clamp(40px, calc(40px + (100vw - 390px) * 50 / 890), 90px) + 68px);
  }

  .product-hero:last-child {
    margin-bottom: 120px;
  }
}

/* 行の高さを左の写真だけで決める（右カラムは絶対配置でフローから外す） */
.product-hero .col-sm-5 {
  margin-bottom: 0;
}

.product-hero .product-hero-img-wrap {
  margin-bottom: 0;
  width: 100%;
}

/* 右カラム：絶対配置で行（＝写真の高さ）に合わせる */
.product-hero .col-sm-7 {
  position: absolute;
  left: 41.66666667%;
  top: 0;
  bottom: 0;
  width: 58.33333333%;
  margin: 0;
  padding: 0 15px 0 20px;
  box-sizing: border-box;
  display: flex;
}

.product-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  width: 100%;
  min-height: 0;
  padding: 0;
}

.product-hero-img-wrap {
  position: relative;
  margin-bottom: 20px;
}

.product-hero-img-wrap img {
  width: 100%;
  display: block;
  vertical-align: top;
}

.product-hero-label {
  position: absolute;
  top: -15px;
  left: -15px;
}

.product-hero-label-img {
  display: block;
  max-width: clamp(102px, calc(102px + (100vw - 390px) * 38 / 890), 140px);
  height: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-hero-label-img {
    width: 96px;
    max-width: 96px;
  }
}

@media (max-width: 767px) {
  /* 写真幅312px:ラベル幅102px の比を維持（ベースより後に置いて確実に上書き） */
  .product-hero .product-hero-label-img {
    width: calc(100% * 102 / 312);
    max-width: none;
  }
}

@media (max-width: 767px) {
  .product-hero .col-sm-7 {
    position: static;
    width: 100%;
    left: auto;
    bottom: auto;
    top: auto;
    padding: 0 15px 20px;
    display: block;
  }

  .product-hero-content {
    display: block;
    padding: 0;
  }

  .product-hero .product-hero-img-wrap {
    margin-bottom: 20px;
    padding-left: 15px;
    margin-right: 15px;
  }

  .product-hero-label {
    left: -5px;
    width: 100%; /* 写真幅に合わせてラベル幅の%を効かせる */
  }

  .product-hero:last-child {
    margin-bottom: 56px;
  }

  .product-hero-cta-wrap {
    margin-top: 28px;
  }
}

.product-hero-ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(20px, calc(20px + (100vw - 390px) * 5 / 890), 25px);
  font-weight: bold;
  color: #333;
  margin: 0 0 20px;
}

.product-hero-desc {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(14px, calc(14px + (100vw - 390px) * 2 / 890), 16px);
  color: #333;
  line-height: 1.8;
  margin: 0 0 12px;
}

.product-hero-desc--large {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(16px, calc(16px + (100vw - 390px) * 2 / 890), 18px);
  font-weight: bold;
}

@media (max-width: 767px) {
  .product-hero-ttl {
    text-align: center;
  }

  .product-hero-desc--large {
    text-align: center;
  }
}

.product-hero-cta-wrap {
  margin: 0;
  transform: translateY(-6px);
}

.btn-product-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(212px, calc(212px + (100vw - 390px) * 62 / 890), 274px);
  height: clamp(53px, calc(53px + (100vw - 390px) * 15 / 890), 68px);
  background: #744018;
  color: #fff !important;
  padding: 12px 36px;
  border-radius: 34px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(16px, calc(16px + (100vw - 390px) * 4 / 890), 20px);
  font-weight: bold;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: none;
  box-shadow: 0 6px 12px rgba(119, 101, 66, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .product-hero-cta-wrap {
    text-align: center;
  }
}

.btn-product-cta.btn {
  margin-bottom: 0;
}

.btn-product-cta:hover {
  transform: translateY(1px);
  box-shadow: 0 4px 8px rgba(119, 101, 66, 0.4);
  color: #fff !important;
}

#nikuman footer {
  margin-top: 0;
}