:root {
  --opening-green: #00794f;
  --opening-dark-green: #004c37;
  --opening-yellow: #ffe100;
  --opening-red: #d7083b;
  --opening-black: #1c1c1c;
  --opening-gray: #666;
  --opening-light: #f7f5ef;
  --opening-border: #d8dddf;
}

* {
  box-sizing: border-box;
}

.opening-lp {
  margin: 0;
  padding: 0;
  color: var(--opening-black);
  background: #fff;
  font-family:
    '游ゴシック体',
    'Yu Gothic',
    YuGothic,
    'ヒラギノ角ゴ Pro',
    'Hiragino Kaku Gothic Pro',
    'メイリオ',
    Meiryo,
    sans-serif;
}

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

.opening-lp a {
  color: inherit;
  text-decoration: none;
}

.opening-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* ==========================
   MAIN VISUAL
========================== */

.opening-hero {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: #003d2b;
}

.opening-hero__image {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}

/* 共通 */
.opening-hero__image img {
  width: 100%;
  height: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
}

/* ==========================
   PC
========================== */

.opening-hero__image .opening-hero__pc {
  display: block !important;
}

.opening-hero__image .opening-hero__sp {
  display: none !important;
}


/* ==========================
   SP
========================== */

@media screen and (max-width: 767px) {

  .opening-hero {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #003d2b;
  }

  .opening-hero__image {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    margin: 0;
    padding: 0;
    line-height: 0;
  }

  .opening-hero__image .opening-hero__pc {
    display: none !important;
  }

  .opening-hero__image .opening-hero__sp {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain;
  }

}

/* ==============================
   OPENING COUNTDOWN
============================== */

.opening-countdown{
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    color:#fff;

    background-image:url("https://d2w53g1q050m78.cloudfront.net/shopjefunitedcoj/uploads/2627opening/bcbd01aa-33b5-4f18-9cb3-84c183ab0a3e.png?1784993456665&_etid=2-a606b013d8c93630");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}



.opening-countdown__bg {
  position: absolute;
  inset: 0;
  opacity: .1;
  background:
    repeating-linear-gradient(
      -45deg,
      transparent 0,
      transparent 24px,
      rgba(255, 255, 255, .18) 24px,
      rgba(255, 255, 255, .18) 30px
    );
}

.opening-countdown__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.opening-countdown__heading {
  text-align: center;
}

.opening-countdown__label {
  margin: 0 0 8px;
  color: #ffe100;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .18em;
}

.opening-countdown__title {
  margin: 0;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.25;
  font-weight: 800;
}

.opening-countdown__number {
  margin-top: 8px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 14px;
}

.opening-countdown__number span {
  color: #ffe100;
  font-size: clamp(100px, 15vw, 190px);
  line-height: .88;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: -.06em;
}

.opening-countdown__number small {
  margin-bottom: 14px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .12em;
}

.opening-countdown__lead {
  margin: 24px 0 0;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 700;
}

/* 右側メッセージ */
.opening-countdown__message {
  padding-left: 58px;
  border-left: 1px solid rgba(255, 255, 255, .38);
}

/* 「このただいまは、17年分。」 */
.opening-countdown__catch {
  margin-bottom: 34px;
}

.opening-countdown__catch span {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: clamp(20px, 1.7vw, 28px);
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: .03em;
}

.opening-countdown__catch strong {
  position: relative;
  display: inline-block;
  color: #ffe100;
  font-size: clamp(54px, 5vw, 86px);
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: -.045em;
}

.opening-countdown__catch strong::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 5px;
  background: #ffe100;
  transform: skewX(-18deg);
}

/* 本文 */
.opening-countdown__story {
  margin-top: 42px;
  color: #fff;
  font-size: 17px;
  line-height: 1.9;
  font-weight: 600;
}

.opening-countdown__story p {
  margin: 0 0 14px;
}

/* 最後のメッセージ */
.opening-countdown__strong {
  margin: 32px 0 0;
  color: #ffe100;
  font-size: clamp(21px, 1.8vw, 28px);
  line-height: 1.65;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .opening-countdown {
    padding: 52px 0;
  }

  .opening-countdown__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .opening-countdown__label {
    font-size: 11px;
  }

  .opening-countdown__title {
    font-size: 30px;
  }

  .opening-countdown__number {
    gap: 8px;
  }

  .opening-countdown__number span {
    font-size: 112px;
  }

  .opening-countdown__number small {
    margin-bottom: 8px;
    font-size: 13px;
  }

  .opening-countdown__lead {
    margin-top: 16px;
    font-size: 15px;
  }

  .opening-countdown__message {
    padding: 24px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .35);
    border-left: 0;
    font-size: 14px;
    line-height: 1.9;
    text-align: center;
  }

  .opening-countdown__strong {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {

  .opening-countdown__message {
    padding: 30px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .35);
    border-left: 0;
    text-align: center;
  }

  .opening-countdown__catch {
    margin-bottom: 28px;
  }

  .opening-countdown__catch span {
    font-size: 18px;
  }

  .opening-countdown__catch strong {
    font-size: 58px;
  }

  .opening-countdown__catch strong::after {
    bottom: -9px;
    height: 4px;
  }

  .opening-countdown__story {
    margin-top: 36px;
    font-size: 14px;
    line-height: 1.9;
  }

  .opening-countdown__strong {
    margin-top: 26px;
    font-size: 19px;
    line-height: 1.7;
  }
}

/* common section */
.opening-section {
  padding: 72px 0;
}

.opening-section--white {
  background: #fff;
}

.opening-section--essentials {
  background: var(--opening-dark-green);
  color: #fff;
}

.opening-section--split {
  background: var(--opening-light);
}

.opening-section__heading {
  margin-bottom: 34px;
  text-align: center;
}

.opening-section__en {
  margin: 0 0 4px;
  color: var(--opening-green);
  font-size: 32px;
  line-height: 1.2;
  font-weight: 900;
  font-style: italic;
  letter-spacing: .04em;
}

.opening-section--essentials .opening-section__en {
  color: #fff;
}

.opening-section__title {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
}

.opening-section__button {
  margin-top: 28px;
  text-align: center;
}

/* ==============================
   SEASON ESSENTIALS
============================== */

.opening-section--essentials {
  position: relative;
  padding: 72px 0 80px;
  color: #1c1c1c;
  background: #f5f3ec;
  border-top: 8px solid #ffe100;
}

/* 上のグリーンセクションとのつながり */
.opening-section--essentials::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 22px;
  pointer-events: none;
  opacity: .16;
  background:
    repeating-linear-gradient(
      -45deg,
      transparent 0,
      transparent 12px,
      #00794f 12px,
      #00794f 14px
    );
}

.opening-section--essentials .opening-section__heading {
  position: relative;
  z-index: 1;
  margin-bottom: 34px;
}

.opening-section--essentials .opening-section__en {
  color: #00794f;
}

.opening-section--essentials .opening-section__title {
  color: #333;
}

/* 商品カード */
.opening-essential-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.opening-essential-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 450px;
  padding: 18px;
  color: #1c1c1c;
  background: #fff;
  border: 1px solid #d8dddf;
  box-shadow: 0 8px 24px rgba(0, 76, 55, .06);
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}

.opening-essential-card:hover {
  transform: translateY(-5px);
  border-color: #00794f;
  box-shadow: 0 14px 34px rgba(0, 76, 55, .12);
}

.opening-essential-card__number {
  position: absolute;
  top: 14px;
  left: 16px;
  z-index: 2;
  color: #00794f;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
}

.opening-essential-card__image {
  min-height: 260px;
  padding: 18px 8px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.opening-essential-card__image img {
  width: 100%;
  max-width: 220px;
  max-height: 230px;
  object-fit: contain;
}

.opening-essential-card__body {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #ececec;
}

.opening-essential-card__en {
  margin: 0 0 5px;
  color: #00794f;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: .06em;
}

.opening-essential-card h3{
    margin:8px 0 0;
    font-size:24px;
    line-height:1.4;
    font-weight:700;
    color:#222;
}
.opening-essential-card__image{
    min-height:300px;
    padding:10px 0;
}

.opening-essential-card__image img{
    max-width:260px;
    max-height:270px;
}
.opening-essential-card{
    min-height:560px;
}
.opening-essential-card p {
  margin: 0;
  color: #666;
  font-size: 12px;
  line-height: 1.8;
}
.opening-section--essentials .opening-section__heading::after {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  margin: 14px auto 0;
  background: #ffe100;
}
.item-price{
    margin-top:18px;
    color:#111 !important;
    font-size:42px !important;
    font-weight:900;
    line-height:1;
    letter-spacing:-0.03em;
}

.item-price span{
    font-size:18px !important;
    font-weight:700;
    color:#666;
    margin-left:6px;
}
.item-price span{
    font-size:20px;
    font-weight:600;
    color:#666;
    margin-bottom:4px;
}
.item-name{
    margin:8px 0 18px;
    font-size:32px;
    line-height:1.35;
    font-weight:700;
    color:#222;
}
/* ======================================
   SEASON ESSENTIALS 表示調整
====================================== */

/* カード内の下線をすべて解除 */
.opening-essential-card,
.opening-essential-card:hover,
.opening-essential-card *,
.opening-essential-card:hover * {
  text-decoration: none !important;
}

/* 本文エリア */
.opening-essential-card__body {
  min-width: 0;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #ececec;
}

/* 英字カテゴリ */
.opening-essential-card__en {
  margin: 0 0 6px;
  color: #666;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: .06em;
}

/* 商品名 */
.opening-essential-card h3 {
  margin: 0;
  color: #1c1c1c;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 800;
  overflow-wrap: anywhere;
  text-decoration: none !important;
}

/* 価格 */
.opening-essential-card .item-price {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 6px;
  margin: 18px 0 0;
  color: #111 !important;
  font-size: clamp(18px, 2vw, 20px) !important;
  line-height: 1.1 !important;
  font-weight: 900;
  letter-spacing: -.03em;
  white-space: nowrap;
  text-decoration: none !important;
}

/* 税込表記 */
.opening-essential-card .item-price span {
  flex: 0 0 auto;
  margin: 0;
  color: #555 !important;
  font-size: 12px !important;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none !important;
}

/* カード全体 */
.opening-essential-card {
  min-height: 510px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {

  .opening-essential-card h3 {
    font-size: 12px;
    line-height: 1.45;
  }

  .opening-essential-card .item-price {
    gap: 3px;
    margin-top: 10px;
    font-size: 18px !important;
    letter-spacing: -.04em;
  }

  .opening-essential-card .item-price span {
    font-size: 9px !important;
  }
}
@media screen and (max-width: 768px) {
  .opening-section--essentials {
    padding: 52px 0 58px;
    border-top-width: 6px;
  }

  .opening-section--essentials::before {
    height: 14px;
  }

  .opening-essential-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .opening-essential-card {
    min-height: 0;
    padding: 12px;
  }

  .opening-essential-card__number {
    top: 10px;
    left: 11px;
    font-size: 19px;
  }

  .opening-essential-card__image {
    min-height: 145px;
    padding: 16px 4px 8px;
  }

  .opening-essential-card__image img {
    max-width: 135px;
    max-height: 130px;
  }

  .opening-essential-card__body {
    padding-top: 10px;
  }

  .opening-essential-card__en {
    font-size: 10px;
  }

  .opening-essential-card h3 {
    margin-bottom: 6px;
    font-size: 12px;
  }

  .opening-essential-card p {
    font-size: 10px;
    line-height: 1.6;
  }
}

/* ======================================
   NEW ARRIVALS
====================================== */

#new-arrivals{
    position: relative;
    overflow: hidden;
    padding: 90px 0;

    background-image:url("https://d2w53g1q050m78.cloudfront.net/shopjefunitedcoj/uploads/2627opening/bfcbe229-bb94-4802-95a6-9ccee463ad04.png?1784994877419&_etid=2-a606b013d8c93630");
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}
#new-arrivals .opening-container{
    position:relative;
    z-index:2;
}

/* ======================================
   NEW ARRIVALS
====================================== */

#new-arrivals {
  position: relative;
  overflow: hidden;
  padding: 76px 0 82px;
  color: #fff;
  background-color: #003d2b;
  background-image:
    url("https://d2w53g1q050m78.cloudfront.net/shopjefunitedcoj/uploads/2627opening/bfcbe229-bb94-4802-95a6-9ccee463ad04.png?1784994877419&_etid=2-a606b013d8c93630");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* 背景を少し暗くして商品を見やすく */
#new-arrivals::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 47, 34, .18);
  pointer-events: none;
}

#new-arrivals .opening-container {
  position: relative;
  z-index: 1;
}

/* 見出し */
.opening-new-arrivals__heading {
  margin-bottom: 38px;
  text-align: center;
}

.opening-new-arrivals__en {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 3.2vw, 52px);
  line-height: 1.1;
  font-weight: 900;
  font-style: italic;
  letter-spacing: .045em;
}

.opening-new-arrivals__heading::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  margin: 16px auto 14px;
  background: #ffe100;
}

.opening-new-arrivals__title {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
}

/* 横スクロール領域 */
.opening-new-arrivals__slider {
  width: 100%;
  overflow: hidden;
}

.opening-new-arrivals__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

/* 商品カード */
.opening-new-card {
  position: relative;
  min-width: 0;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #111 !important;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .45);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .16);
  text-decoration: none !important;
  transition:
    transform .25s ease,
    box-shadow .25s ease;
}

.opening-new-card,
.opening-new-card *,
.opening-new-card:hover,
.opening-new-card:hover * {
  text-decoration: none !important;
}

.opening-new-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .24);
}

/* NEWラベル */
.opening-new-card__tag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 5px 9px;
  color: #111;
  background: #ffe100;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .04em;
}

/* 商品画像 */
.opening-new-card__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 28px 14px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.opening-new-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 220px;
  max-height: 220px;
  object-fit: contain;
}

/* 商品情報 */
.opening-new-card__body {
  min-height: 112px;
  margin-top: auto;
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #ececec;
}

/* 商品名 */
.opening-new-card__name {
  min-height: 42px;
  margin: 0;
  color: #111;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 800;
  overflow-wrap: anywhere;
}

/* 価格 */
.opening-new-card__price {
  margin: auto 0 0;
  display: flex;
  align-items: baseline;
  gap: 5px;
  color: #111;
  font-size: 23px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -.03em;
  white-space: nowrap;
}

.opening-new-card__price span {
  color: #555;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
}

/* 一覧ボタン */
.opening-new-arrivals__button {
  margin-top: 34px;
  text-align: center;
}

.opening-new-arrivals__link {
  width: min(330px, 100%);
  min-height: 54px;
  margin: 0 auto;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #ffe100 !important;
  background: rgba(0, 61, 43, .46);
  border: 1px solid #ffe100;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
  transition:
    color .25s ease,
    background-color .25s ease;
}

.opening-new-arrivals__link:hover {
  color: #003d2b !important;
  background: #ffe100;
}

/* タブレット */
@media screen and (max-width: 980px) {
  .opening-new-arrivals__slider {
    overflow-x: auto;
    padding-bottom: 12px;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .opening-new-arrivals__grid {
    width: max-content;
    grid-template-columns: repeat(5, 230px);
    gap: 14px;
  }

  .opening-new-card {
    min-height: 390px;
  }
}

/* スマートフォン */
@media screen and (max-width: 768px) {
  #new-arrivals {
    padding: 52px 0 58px;
    background-position: center;
  }

  .opening-new-arrivals__heading {
    margin-bottom: 28px;
  }

  .opening-new-arrivals__en {
    font-size: 31px;
  }

  .opening-new-arrivals__heading::after {
    width: 46px;
    height: 3px;
    margin: 12px auto 10px;
  }

  .opening-new-arrivals__title {
    font-size: 13px;
  }

  .opening-new-arrivals__grid {
    grid-template-columns: repeat(5, 76vw);
    gap: 12px;
  }

  .opening-new-card {
    min-height: 0;
    scroll-snap-align: start;
  }

  .opening-new-arrivals__slider {
    margin-right: -16px;
    padding-right: 16px;
    scroll-snap-type: x mandatory;
  }

  .opening-new-card__image {
    padding: 26px 12px 10px;
  }

  .opening-new-card__image img {
    max-width: 230px;
    max-height: 230px;
  }

  .opening-new-card__body {
    min-height: 108px;
    padding: 13px 14px 15px;
  }

  .opening-new-card__name {
    min-height: 40px;
    font-size: 13px;
  }

  .opening-new-card__price {
    font-size: 22px;
  }

  .opening-new-card__price span {
    font-size: 10px;
  }

  .opening-new-arrivals__button {
    margin-top: 26px;
  }

  .opening-new-arrivals__link {
    min-height: 50px;
    font-size: 13px;
  }
}

/* ======================================
   STADIUM STYLE / MASCOT
====================================== */

.opening-lifestyle {
  position: relative;
  overflow: hidden;
  padding: 76px 0 82px;
  color: #111;
  background-color: #f7f5ef;
  background-image:
    url("https://d2w53g1q050m78.cloudfront.net/shopjefunitedcoj/uploads/2627opening/f1c611e9-3d76-4d21-8045-5824958f6e96.png?1784995549238&_etid=2-a606b013d8c93630");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.opening-lifestyle__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
}

/* 各カテゴリー */
.opening-lifestyle__category {
  min-width: 0;
}

/* 見出し */
.opening-lifestyle__heading {
  margin-bottom: 28px;
  text-align: center;
}

.opening-lifestyle__en {
  margin: 0 0 5px;
  color: #00794f;
  font-size: clamp(28px, 2.5vw, 40px);
  line-height: 1.1;
  font-weight: 900;
  font-style: italic;
  letter-spacing: .04em;
}

.opening-lifestyle__title {
  margin: 0;
  color: #111;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 800;
}

/* 商品一覧 */
.opening-lifestyle__products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

/* 商品カード */
.opening-lifestyle-card {
  position: relative;
  min-width: 0;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #111 !important;
  background: #fff;
  border: 1px solid #d8dddf;
  box-shadow: 0 8px 24px rgba(0, 76, 55, .07);
  text-decoration: none !important;
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}

.opening-lifestyle-card,
.opening-lifestyle-card *,
.opening-lifestyle-card:hover,
.opening-lifestyle-card:hover * {
  text-decoration: none !important;
}

.opening-lifestyle-card:hover {
  transform: translateY(-5px);
  border-color: #00794f;
  box-shadow: 0 14px 32px rgba(0, 76, 55, .13);
}

/* 商品画像 */
.opening-lifestyle-card__image {
  width: 100%;
  aspect-ratio: 4 / 3;
  padding: 20px 16px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.opening-lifestyle-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 210px;
  max-height: 190px;
  object-fit: contain;
}

/* 商品情報 */
.opening-lifestyle-card__body {
  min-height: 112px;
  margin-top: auto;
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #ececec;
}

/* 商品名 */
.opening-lifestyle-card__name {
  min-height: 42px;
  margin: 0;
  color: #111;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 800;
  overflow-wrap: anywhere;
}

/* 価格 */
.opening-lifestyle-card__price {
  margin: auto 0 0;
  display: flex;
  align-items: baseline;
  gap: 5px;
  color: #111;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -.03em;
  white-space: nowrap;
}

.opening-lifestyle-card__price span {
  color: #555;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
}

/* 一覧ボタン */
.opening-lifestyle__button {
  margin-top: 24px;
  text-align: center;
}

.opening-lifestyle__link {
  width: min(310px, 100%);
  min-height: 50px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #00794f !important;
  background: rgba(255, 255, 255, .5);
  border: 1px solid #00794f;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
  transition:
    color .25s ease,
    background-color .25s ease;
}

.opening-lifestyle__link:hover {
  color: #fff !important;
  background: #00794f;
}

/* タブレット */
@media screen and (max-width: 980px) {
  .opening-lifestyle__grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .opening-lifestyle__products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .opening-lifestyle-card {
    min-height: 300px;
  }
}

/* スマートフォン */
@media screen and (max-width: 768px) {
  .opening-lifestyle {
    padding: 52px 0 58px;
    background-position: center;
  }

  .opening-lifestyle__grid {
    gap: 52px;
  }

  .opening-lifestyle__heading {
    margin-bottom: 22px;
  }

  .opening-lifestyle__en {
    font-size: 29px;
  }

  .opening-lifestyle__title {
    font-size: 13px;
  }

  .opening-lifestyle__products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .opening-lifestyle-card {
    min-height: 270px;
  }

  .opening-lifestyle-card__image {
    padding: 14px 8px 8px;
  }

  .opening-lifestyle-card__image img {
    max-width: 150px;
    max-height: 140px;
  }

  .opening-lifestyle-card__body {
    min-height: 100px;
    padding: 11px 10px 13px;
  }

  .opening-lifestyle-card__name {
    min-height: 38px;
    font-size: 11px;
    line-height: 1.45;
  }

  .opening-lifestyle-card__price {
    font-size: 18px;
  }

  .opening-lifestyle-card__price span {
    font-size: 8px;
  }

  .opening-lifestyle__button {
    margin-top: 20px;
  }

  .opening-lifestyle__link {
    min-height: 48px;
    padding: 0 14px;
    font-size: 12px;
  }
}


/* ======================================
   LIMITED ITEMS
====================================== */

.opening-limited {
  position: relative;
  overflow: hidden;
  padding: 76px 0 82px;
  color: #fff;
  background-color: #004c37;
  background-image:
    url("https://d2w53g1q050m78.cloudfront.net/shopjefunitedcoj/uploads/2627opening/f9f1d57b-380e-4b17-83ea-75b9e09e7fbf.png?1784996594991&_etid=2-a606b013d8c93630");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* 背景を少し暗くしてカードを見やすく */
.opening-limited::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 50, 35, .10);
  pointer-events: none;
}

.opening-limited .opening-container {
  position: relative;
  z-index: 1;
}

/* 見出し */
.opening-limited__heading {
  margin-bottom: 36px;
  text-align: center;
}

.opening-limited__en {
  margin: 0 0 5px;
  color: #fff;
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.1;
  font-weight: 900;
  font-style: italic;
  letter-spacing: .05em;
}

.opening-limited__heading::after {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  margin: 15px auto 12px;
  background: #ffe100;
}

.opening-limited__title {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 800;
}

/* 商品一覧 */
.opening-limited__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

/* 商品カード */
.opening-limited-card {
  position: relative;
  min-width: 0;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #111 !important;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .55);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .18);
  text-decoration: none !important;
  transition:
    transform .25s ease,
    box-shadow .25s ease;
}

.opening-limited-card,
.opening-limited-card *,
.opening-limited-card:hover,
.opening-limited-card:hover * {
  text-decoration: none !important;
}

.opening-limited-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .26);
}

/* 商品画像 */
.opening-limited-card__image {
  width: 100%;
  aspect-ratio: 4 / 3;
  padding: 24px 20px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.opening-limited-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 320px;
  max-height: 260px;
  object-fit: contain;
}

/* 商品情報 */
.opening-limited-card__body {
  min-height: 150px;
  margin-top: auto;
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #ececec;
}

.opening-limited-card__name {
  margin: 0;
  color: #111;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.opening-limited-card__description {
  margin: 8px 0 0;
  color: #666;
  font-size: 12px;
  line-height: 1.7;
  font-weight: 500;
}

.opening-limited-card__price {
  margin: auto 0 0;
  padding-top: 14px;
  display: flex;
  align-items: baseline;
  gap: 5px;
  color: #111;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -.03em;
  white-space: nowrap;
}

.opening-limited-card__price span {
  color: #555;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
}

/* タブレット */
@media screen and (max-width: 980px) {
  .opening-limited__grid {
    gap: 14px;
  }

  .opening-limited-card {
    min-height: 390px;
  }
}

/* スマートフォン */
@media screen and (max-width: 768px) {
  .opening-limited {
    padding: 52px 0 58px;
  }

  .opening-limited__heading {
    margin-bottom: 28px;
  }

  .opening-limited__en {
    font-size: 31px;
  }

  .opening-limited__heading::after {
    width: 46px;
    height: 3px;
    margin: 12px auto 10px;
  }

  .opening-limited__title {
    font-size: 13px;
  }

  .opening-limited__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .opening-limited-card {
    min-height: 0;
  }

  .opening-limited-card__image {
    aspect-ratio: 16 / 10;
    padding: 20px 16px 10px;
  }

  .opening-limited-card__image img {
    max-width: 280px;
    max-height: 220px;
  }

  .opening-limited-card__body {
    min-height: 130px;
    padding: 14px 15px 16px;
  }

  .opening-limited-card__name {
    font-size: 14px;
  }

  .opening-limited-card__description {
    font-size: 11px;
  }

  .opening-limited-card__price {
    font-size: 22px;
  }

  .opening-limited-card__price span {
    font-size: 10px;
  }
}

/* ======================================
   GOODS TEAM MESSAGE
====================================== */

.opening-message {
  display: grid;
  grid-template-columns: 44% 56%;
  min-height: 720px;
  overflow: hidden;
  color: #222;
  background: #f7f5ef;
}

/* 左側写真 */
.opening-message__visual {
  position: relative;
  min-height: 720px;
  overflow: hidden;
}

.opening-message__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(0, 56, 39, .04) 0%,
      rgba(0, 56, 39, .14) 100%
    );
}

.opening-message__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
}

/* 右側 */
.opening-message__content {
  display: flex;
  align-items: center;
  padding: 64px 5vw 56px;
  background: #f7f5ef;
}

.opening-message__inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

/* 英字ラベル */
.opening-message__label {
  margin: 0 0 12px;
  color: #00794f;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: .22em;
}

/* タイトル */
.opening-message__title {
  margin: 0 0 34px;
  color: #00794f;
  font-size: clamp(42px, 4vw, 66px);
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: .01em;
}

/* 導入文 */
.opening-message__intro {
  margin-bottom: 28px;
  color: #222;
  font-size: 15px;
  line-height: 2;
  font-weight: 600;
}

.opening-message__intro p {
  margin: 0 0 16px;
}

/* 2カラム本文 */
.opening-message__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px;
  padding-top: 4px;
}

.opening-message__column {
  min-width: 0;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
}

.opening-message__column + .opening-message__column {
  padding-left: 38px;
  border-left: 1px solid rgba(0, 121, 79, .25);
}

.opening-message__column p {
  margin: 0 0 18px;
}

/* 強調メッセージ */
.opening-message__key {
  margin: 18px 0 20px;
  font-size: 14px;
  line-height: 1.9;
}

.opening-message__key span {
  display: inline;
}

.opening-message__key strong {
  display: inline-block;
  margin: 3px 5px;
  padding: 4px 12px 5px;
  color: #003d2b;
  background: #ffe100;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 900;
  box-shadow: 4px 4px 0 rgba(0, 121, 79, .16);
}

/* 署名 */
.opening-message__signature {
  margin: 28px 0 0;
  color: #111;
  text-align: right;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 800;
}

/* タブレット */
@media screen and (max-width: 980px) {
  .opening-message {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .opening-message__visual {
    min-height: 0;
    aspect-ratio: 16 / 8;
  }

  .opening-message__visual img {
    object-position: center 42%;
  }

  .opening-message__content {
    padding: 52px 28px 48px;
  }
}

/* スマートフォン */
@media screen and (max-width: 768px) {
  .opening-message__visual {
    aspect-ratio: 4 / 3;
  }

  .opening-message__content {
    padding: 40px 18px 42px;
  }

  .opening-message__label {
    font-size: 10px;
    letter-spacing: .18em;
  }

  .opening-message__title {
    margin-bottom: 26px;
    font-size: 34px;
    line-height: 1.25;
  }

  .opening-message__intro {
    margin-bottom: 22px;
    font-size: 13px;
    line-height: 1.9;
  }

  .opening-message__columns {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .opening-message__column {
    font-size: 13px;
    line-height: 1.9;
  }

  .opening-message__column + .opening-message__column {
    margin-top: 4px;
    padding-left: 0;
    border-left: 0;
  }

  .opening-message__key {
    margin: 16px 0 18px;
    font-size: 13px;
  }

  .opening-message__key strong {
    font-size: 17px;
  }

  .opening-message__signature {
    margin-top: 24px;
    font-size: 11px;
  }
}
.opening-message__closing span{
  display:inline-block;
  margin:0 .08em;
  padding:0 .18em;
  color:#00794f;
  background:linear-gradient(
    transparent 58%,
    #ffe100 58%
  );
  font-size:1.35em;
  font-weight:900;
  line-height:1.1;
}



/* responsive */
@media screen and (max-width: 980px) {
  .opening-essential-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .opening-product-card {
    flex-basis: calc((100% - 32px) / 3);
  }

  .opening-split-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .opening-container,
  .opening-hero__overlay,
  .opening-footer__content {
    width: calc(100% - 32px);
  }

  .opening-hero,
  .opening-hero__overlay {
    min-height: 520px;
  }

  .opening-hero::after {
    background:
      linear-gradient(
        180deg,
        rgba(255,255,255,.82) 0%,
        rgba(255,255,255,.46) 55%,
        rgba(0,0,0,.24) 100%
      );
  }

  .opening-hero__overlay {
    padding: 60px 0 44px;
    justify-content: flex-end;
  }

  .opening-hero__year {
    font-size: 22px;
  }

  .opening-hero__title {
    font-size: 55px;
  }

  .opening-hero__subtitle {
    margin: 16px 0 22px;
    font-size: 14px;
  }

  .opening-button {
    width: 100%;
    min-width: 0;
  }

  .opening-concept,
  .opening-section,
  .opening-letter {
    padding: 54px 0;
  }

  .opening-concept__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .opening-concept__title {
    font-size: 52px;
  }

  .opening-concept__lead {
    font-size: 21px;
  }

  .opening-concept__text {
    font-size: 14px;
    line-height: 1.9;
  }

  .opening-section__en {
    font-size: 26px;
  }

  .opening-essential-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .opening-essential-card {
    min-height: 0;
    padding: 12px;
  }

  .opening-essential-card__number {
    top: 10px;
    left: 10px;
    font-size: 20px;
  }

  .opening-essential-card__image {
    min-height: 150px;
  }

  .opening-essential-card__image img {
    max-height: 145px;
  }

  .opening-essential-card__en {
    font-size: 14px;
  }

  .opening-essential-card h3 {
    font-size: 12px;
  }

  .opening-essential-card p {
    font-size: 11px;
  }

  .opening-product-card {
    flex-basis: 72%;
    min-width: 220px;
  }

  .opening-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .opening-limited-grid {
    grid-template-columns: 1fr;
  }

  .opening-letter__title {
    margin-bottom: 30px;
    font-size: 29px;
  }

  .opening-letter__body {
    font-size: 14px;
    line-height: 2;
  }

  .opening-letter__body p {
    margin-bottom: 22px;
  }

    
    /* ==============================
   フッター
============================== */
    
 .opening-footer{
  display:block;
  width:100%;
  min-height:0 !important;
  height:auto !important;
  margin:40px 0 0;
  padding:0 !important;
  line-height:0;
  overflow:hidden;
}
    
    .opening-footer__content{
  min-height:0 !important;
  height:auto !important;
  margin:0;
  padding:0 !important;
}
    
    .opening-footer img{
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
  margin:0;
  padding:0;
  border:0;
}
    
  .opening-footer__catch {
    font-size: 48px;
  }
}
.opening-product-slider__track {
  cursor: grab;
}

.opening-product-slider__track.is-dragging {
  cursor: grabbing;
  user-select: none;
}


.opening-footer__pc{
  display:block !important;
}

.opening-footer__sp{
  display:none !important;
}
.opening-footer{
    width:100vw;
    margin:40px calc(50% - 50vw) 0;
    padding:0;
    overflow:hidden;
    background:transparent;
}

.opening-footer img{
    display:block;
    width:100vw;
    max-width:none;
    height:auto;
}

@media screen and (max-width:767px){

  .opening-footer{
    min-height:0 !important;
    height:auto !important;
    margin:24px 0 0;
    padding:0 !important;
  }

  .opening-footer__content{
    min-height:0 !important;
    height:auto !important;
    margin:0;
    padding:0 !important;
  }

  .opening-footer__pc{
    display:none !important;
  }

  .opening-footer__sp{
    display:block !important;
    width:100%;
    height:auto;
    margin:0;
  }
}


/* ==============================
   LP共通ヘッダー
============================== */

.opening-site-header {
  position: relative;
  z-index: 1000;
  width: 100%;
  background: #ffe100;
  border-bottom: 10px solid #00794f;
}

.opening-site-header__inner {
  position: relative;
  width: 100%;
  height: 86px;
  padding: 0 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.opening-site-header__left,
.opening-site-header__right {
  width: 160px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.opening-site-header__right {
  justify-content: flex-end;
}

.opening-site-header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 205px;
  transform: translate(-50%, -50%);
}

.opening-site-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.opening-header-icon {
  position: relative;
  width: 34px;
  height: 34px;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00794f;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.opening-header-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.opening-header-icon:hover {
  opacity: .7;
}

.opening-hamburger {
  width: 27px;
  display: grid;
  gap: 6px;
}

.opening-hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #00794f;
}

.opening-header-cart__count {
  position: absolute;
  top: -5px;
  right: -8px;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #d7083b;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}

/* 検索 */
.opening-header-search {
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: #00794f;
  transform: translateY(-110%);
  transition: transform .3s ease;
}

.opening-header-search.is-open {
  transform: translateY(0);
}

.opening-header-search__inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  gap: 14px;
  align-items: center;
}

.opening-header-search__form {
  flex: 1;
  display: flex;
}

.opening-header-search__form input {
  flex: 1;
  min-width: 0;
  height: 50px;
  padding: 0 18px;
  color: #222;
  background: #fff;
  border: 0;
  font-size: 15px;
}

.opening-header-search__form button {
  width: 100px;
  color: #00794f;
  background: #ffe100;
  border: 0;
  font-weight: 700;
  cursor: pointer;
}

.opening-header-search__close {
  width: 44px;
  height: 44px;
  color: #fff;
  background: transparent;
  border: 0;
  font-size: 34px;
  cursor: pointer;
}

/* ドロワーメニュー */
.opening-header-menu {
  position: fixed;
  z-index: 1200;
  inset: 0;
  visibility: hidden;
  pointer-events: none;
}

.opening-header-menu.is-open {
  visibility: visible;
  pointer-events: auto;
}

.opening-header-menu__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .48);
  opacity: 0;
  transition: opacity .3s ease;
}

.opening-header-menu.is-open .opening-header-menu__overlay {
  opacity: 1;
}

.opening-header-menu__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: min(390px, 88vw);
  height: 100%;
  padding: 28px;
  overflow-y: auto;
  background: #fff;
  transform: translateX(-100%);
  transition: transform .3s ease;
}

.opening-header-menu.is-open .opening-header-menu__panel {
  transform: translateX(0);
}

.opening-header-menu__head {
  margin-bottom: 24px;
  padding-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid #00794f;
}

.opening-header-menu__head p {
  margin: 0;
  color: #00794f;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: .08em;
}

.opening-header-menu__close {
  color: #00794f;
  background: transparent;
  border: 0;
  font-size: 34px;
  cursor: pointer;
}

.opening-header-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.opening-header-menu__list li {
  border-bottom: 1px solid #d8dddf;
}

.opening-header-menu__list a {
  position: relative;
  display: block;
  padding: 17px 28px 17px 4px;
  color: #222;
  font-size: 14px;
  font-weight: 700;
}

.opening-header-menu__list a::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 4px;
  color: #00794f;
  font-size: 24px;
  transform: translateY(-50%);
}

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

body.opening-menu-lock {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .opening-site-header {
    border-bottom-width: 7px;
  }

  .opening-site-header__inner {
    height: 66px;
    padding: 0 14px;
  }

  .opening-site-header__left,
  .opening-site-header__right {
    width: 92px;
    gap: 10px;
  }

  .opening-site-header__logo {
    width: 150px;
  }

  .opening-header-icon {
    width: 30px;
    height: 30px;
  }

  .opening-header-icon svg {
    width: 24px;
    height: 24px;
  }

  .opening-hamburger {
    width: 24px;
    gap: 5px;
  }

  .opening-header-cart__count {
    top: -5px;
    right: -7px;
    min-width: 18px;
    height: 18px;
    font-size: 9px;
  }

  .opening-header-search {
    padding: 12px;
  }

  .opening-header-search__inner {
    gap: 6px;
  }

  .opening-header-search__form input {
    height: 44px;
    padding: 0 12px;
    font-size: 13px;
  }

  .opening-header-search__form button {
    width: 64px;
    font-size: 12px;
  }

  .opening-header-search__close {
    width: 34px;
    font-size: 28px;
  }
}
