@charset "UTF-8";
.wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 7%;
}

.center-contents {
  position: relative;
  z-index: 1;
  max-width: 550px;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

.contents-nav {
  margin-top: 0 !important;
  position: relative;
  z-index: 2;
}

.global-footer {
  background: #fff;
  position: relative;
  z-index: 2;
}

.inner-main-contents {
  position: relative;
  background-color: #ff4d59;
}
.inner-main-contents .sticky {
  position: fixed;
  top: 200px;
  left: 9%;
  z-index: 1;
  width: 10%;
}
.inner-main-contents .sticky-menu {
  position: fixed;
  top: 200px;
  right: 9%;
  z-index: 1;
  width: 160px;
}
.inner-main-contents .sticky-menu ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 26px;
}
.inner-main-contents .sticky-backimage {
  position: fixed;
  top: 6%;
  left: 0;
  z-index: 0;
  width: 100%;
}

.main-contents .sp {
  display: none;
}
.main-contents .pc {
  display: block;
}
.main-contents #main-visual .main-visual-image-container {
  position: relative;
  background-color: #70ca41;
}
.main-contents #main-visual .main-visual-image-container .mv-flex {
  padding: 0 24px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  position: absolute;
  top: 77%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-contents #main-visual .read {
  text-align: center;
  padding: 0 40px;
  margin-top: 80px;
}
.main-contents #main-visual .read p {
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 280%;
  letter-spacing: -0.5px;
}
.main-contents #main-visual .read ul {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.main-contents #menu {
  margin-top: 96px;
  background-image: url(../img/bk_menulist.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 64px 40px;
}
.main-contents #menu .menu-ttl {
  font-size: clamp(20px, 3vw, 48px);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 6px;
  text-align: center;
  margin-bottom: 40px;
}
.main-contents #menu .menulist {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 24px;
  align-self: stretch;
  flex-wrap: wrap;
}
.main-contents #menu .menulist li {
  width: calc((100% - 24px) / 2);
}
.main-contents #menu .menulist img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.main-contents #menu a {
  display: block;
}
.main-contents #column {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.main-contents #column .column-ttl {
  margin-top: 80px;
  margin-bottom: 64px;
  display: flex;
  padding: 56px 0px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.main-contents #column .column-ttl img {
  width: 45.3%;
  margin: 0 auto;
}
.main-contents #column .column-ttl h2 {
  font-weight: 400;
  font-size: clamp(66px, 1.35vw, 90px);
  margin-top: 24px;
  letter-spacing: 1px;
  line-height: 100%;
}
.main-contents #column .column-ttl h2 .color {
  color: #ff4d59;
}
.main-contents #column .inner-column-contents01 {
  background-image: url(../img/bk_columnsub.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 64px 40px;
}
.main-contents #column .inner-column-contents01 .columnttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border-bottom: 3px solid #333;
  padding-bottom: 16px;
}
.main-contents #column .inner-column-contents01 .columnttl .enttl {
  width: 33.5%;
  margin: 0 auto;
}
.main-contents #column .inner-column-contents01 .columnttl h2 {
  text-align: center;
  font-size: clamp(48px, 1.35vw, 68px);
  font-weight: 600;
  line-height: 140%;
}
.main-contents #column .inner-column-contents01 .column-read {
  text-align: center;
  font-weight: 600;
  font-size: clamp(18px, 1vw, 28px);
  margin-top: 48px;
  line-height: 180%;
}
.main-contents #column .inner-column-contents01 .inner-column-subcontents01 {
  margin-top: 96px;
  margin-bottom: 64px;
}
.main-contents #column .inner-column-contents01 .inner-column-subcontents01 ul {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.main-contents #column .inner-column-contents01 .inner-column-subcontents01 ul li {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.main-contents #column .inner-column-contents01 .inner-column-subcontents01 ul li dl {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.main-contents #column .inner-column-contents01 .inner-column-subcontents01 ul li dl dt {
  width: 64px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.main-contents #column .inner-column-contents01 .inner-column-subcontents01 ul li dl dd {
  flex: 1;
}
.main-contents #column .inner-column-contents01 .inner-column-subcontents01 ul li dl h4 {
  font-size: clamp(20px, 2vw, 32px);
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -1.5px;
  margin-bottom: 16px;
}
.main-contents #column .inner-column-contents01 .inner-column-subcontents01 ul li dl p {
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 180%;
  letter-spacing: -0.5px;
}
.main-contents #column .inner-column-contents01 .inner-column-subcontents01 ul li dl p span {
  font-family: "Hiragino Kaku Gothic Pro";
  font-style: normal;
  font-weight: 300;
  font-size: clamp(10px, 0.75vw, 12px);
  line-height: 100%;
}
.main-contents #column .inner-column-contents01 .inner-column-subcontents02 {
  margin-top: 96px;
}
.main-contents #column .inner-column-contents01 .inner-column-subcontents02 .fruit-list {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
.main-contents #column .inner-column-contents01 .inner-column-subcontents02 .fruit-list li {
  width: 100%;
}
.main-contents #column .inner-column-contents01 .inner-column-subcontents02 .fruit-card {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 300px 300px 0 0;
  padding: 64px 40px 40px;
}
.main-contents #column .inner-column-contents01 .inner-column-subcontents02 .fruit-card .deco-number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  z-index: 1;
}
.main-contents #column .inner-column-contents01 .inner-column-subcontents02 .fruit-card .fruit-img-box {
  width: 280px;
  margin: 0 auto;
}
.main-contents #column .inner-column-contents01 .inner-column-subcontents02 .fruit-card .deco-catch {
  position: absolute;
  top: 0;
  right: 10%;
  width: 60px;
}
.main-contents #column .inner-column-contents01 .inner-column-subcontents02 .fruit-card h3 {
  font-size: clamp(28px, 2vw, 32px);
  line-height: 100%;
  letter-spacing: -0.5px;
  text-align: center;
  margin-bottom: 24px;
}
.main-contents #column .inner-column-contents01 .inner-column-subcontents02 .fruit-card p {
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 180%;
  letter-spacing: -0.5px;
}
.main-contents #column .inner-column-contents01 .inner-column-subcontents02 .check {
  font-family: "Hiragino Kaku Gothic Pro";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  margin-top: 24px;
  text-align: center;
}
.main-contents #column .inner-column-contents01 .inner-column-subcontents02 .item {
  margin-top: 96px;
}
.main-contents #column .inner-column-contents01 .inner-column-subcontents02 .item h3 {
  font-size: clamp(64px, 4.5vw, 80px);
  line-height: 100%;
  letter-spacing: -0.5px;
  text-align: center;
  color: #ff4d59;
  margin-top: 16px;
}
.main-contents #column .inner-column-contents01 .inner-column-subcontents02 .item dl dt {
  font-size: clamp(20px, 2vw, 30px);
  margin-bottom: 24px;
  margin-top: 64px;
  font-weight: 600;
  line-height: 160%;
}
.main-contents #column .inner-column-contents01 .inner-column-subcontents02 .item dl dd {
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 180%;
  letter-spacing: -0.5px;
}
.main-contents #column .inner-column-contents01 .inner-column-subcontents02 .item .point {
  position: relative;
  margin-top: 80px;
  display: flex;
  padding: 56px 56px 0 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: 0 60px 0 0;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  font-family: "Hiragino Kaku Gothic Pro";
  font-style: normal;
  font-weight: 300;
}
.main-contents #column .inner-column-contents01 .inner-column-subcontents02 .item .point .subttl {
  position: absolute;
  top: -24px;
  left: 0;
  width: 60px;
}
.main-contents #column .inner-column-contents01 .inner-column-subcontents02 .item .point h4 {
  font-size: clamp(20px, 1.2vw, 36px);
}
.main-contents #column .inner-column-contents01 .inner-column-subcontents02 .item .point p {
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 180%;
  letter-spacing: -0.5px;
}
.main-contents #column .event .event-contents {
  position: relative;
}
.main-contents #column .event .event-contents dt {
  position: absolute;
  top: 280px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 88%;
}
.main-contents #column .event .event-contents dt .movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.main-contents #column .event .event-contents dt .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-contents #under-description {
  padding: 80px 0;
  color: #333;
  text-align: justify;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic Pro";
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
}

.breadcrumb {
  z-index: 1;
}

/* =========================================
   モーダル全体の枠組み
   ========================================= */
.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s,
    visibility 0.3s;
}

.modal-wrapper.is-active {
  opacity: 1;
  visibility: visible;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

/* =========================================
   1層目：外側の箱（背景画像 / グリッド柄など）
   ========================================= */
.modal-content {
  position: relative;
  width: 90%;
  max-width: 450px;
  max-height: 80vh;
  margin-top: 64px;
  background-image: url("../img/bk_popup_menulist.webp");
  background-repeat: repeat;
  background-size: auto;
  padding: 24px;
  background-color: #70ca41;
}

/* ==============================================
   SimpleBar（スクロールバー）のカスタマイズ
   ============================================== */
.simplebar-scrollbar::before {
  background-color: #5db748;
  opacity: 1 !important;
}

.simplebar-track.simplebar-vertical {
  background-color: #f0f0f0;
  width: 8px;
}

/* =========================================
   2層目：内側の箱（グラデーション / 緑色）
   ========================================= */
.modal-inner {
  border-radius: 10px;
  background: linear-gradient(180deg, #c2d82e 0%, #5db748 100%);
  padding: 24px 24px 40px 24px;
  width: 100%;
  min-height: 100%;
  color: #333;
  position: relative;
}

/* =========================================
   中身のパーツデザイン
   ========================================= */
/* 閉じるボタン */
.modal-close {
  position: sticky;
  top: 5px;
  z-index: 100;
  display: block;
  width: 24px;
  height: 34px;
  margin-left: auto;
  margin-right: -20px;
  margin-top: -20px;
  margin-bottom: -14px;
  background: transparent;
  border: none;
  font-size: 32px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  color: #333;
}

/* ヘッダー周り */
.shop-header {
  text-align: center;
}
.shop-header h2 {
  font-size: clamp(26px, 1.5vw, 44px);
  letter-spacing: -0.5px;
  margin-bottom: 8px;
  line-height: 135%;
}
.shop-header h3 {
  font-size: clamp(14px, 1.35vw, 30px);
  letter-spacing: -0.5px;
  margin-bottom: 16px;
  line-height: 100%;
}
.shop-header .sub-text {
  font-size: clamp(13px, 0.7vw, 24px);
  letter-spacing: -0.5px;
  font-family: "Hiragino Kaku Gothic Pro";
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 32px;
}

/* 画像 */
.shop-image {
  margin-bottom: 40px;
}
.shop-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* 商品詳細 */
.menu-detail {
  margin-bottom: 32px;
}
.menu-detail h3 {
  font-size: clamp(28px, 1.4vw, 44px);
  letter-spacing: -0.5px;
  margin-bottom: 8px;
  line-height: 145%;
  text-align: center;
  margin-bottom: 16px;
}
.menu-detail h3 .small {
  font-size: clamp(12px, 1.2vw, 24px);
  letter-spacing: -0.5px;
}
.menu-detail .badge-area {
  margin: 0 auto;
  margin-bottom: 16px;
  width: 90px;
}
.menu-detail .price {
  font-size: clamp(16px, 0.85vw, 26px);
  margin-bottom: 16px;
  text-align: center;
  line-height: 150%;
}
.menu-detail .price .note {
  font-size: clamp(12px, 0.9vw, 24px);
  letter-spacing: -0.5px;
  font-family: "Hiragino Kaku Gothic Pro";
  font-style: normal;
  font-weight: 400;
}
.menu-detail .description {
  font-size: clamp(16px, 0.95vw, 26px);
  text-align: justify;
  line-height: 180%;
  margin-bottom: 16px;
}
.menu-detail .small-note {
  font-size: clamp(10px, 0.75vw, 12px);
  letter-spacing: -0.5px;
  font-family: "Hiragino Kaku Gothic Pro";
  font-style: normal;
  font-weight: 400;
}

/* 区切り線 */
.divider {
  border: none;
  border-top: 0.5px solid #333;
  border-bottom: 0.5px solid #333;
}

/* フッター */
.shop-footer {
  padding: 24px 0;
  border-top: 0.5px solid #333;
  border-bottom: 0.5px solid #333;
}
.shop-footer p {
  font-family: "Hiragino Kaku Gothic Pro";
  font-style: normal;
  font-weight: 400;
  font-size: clamp(10px, 0.75vw, 12px);
  text-align: justify;
  line-height: 160%;
  margin-bottom: 16px;
}

/* SHOP INFO ボタン */
.shop-btn {
  width: 160px;
  display: block;
  margin-left: auto;
}

.shop-btn:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.sticky-backimage {
  /* 既存のスタイル */
  position: fixed;
  top: 6%; /* 元のコードに準拠 */
  left: 0;
  z-index: 0;
  width: 100%;
  /* ▼▼ 追加：円が画面からはみ出てもスクロールバーを出さない ▼▼ */
  height: 100vh; /* 高さが必要（画面いっぱいなど） */
  overflow: hidden;
  pointer-events: none; /* 下にあるコンテンツをクリックできるようにする */
  /* ▼▼ 6個それぞれに異なる位置と速度を与えてランダムに見せる ▼▼ */
}
.sticky-backimage span {
  position: absolute;
  display: block;
  width: 200px;
  height: 200px;
  border: 1px solid #fff; /* 白い線 */
  border-radius: 50%; /* 完全な円 */
  box-sizing: border-box;
  opacity: 0.3; /* 少し透けさせる（お好みで調整） */
  /* 基本のアニメーション設定（moveCircleという名前のアニメーションを実行） */
  animation: moveCircle 20s infinite linear;
}
.sticky-backimage span:nth-child(1) {
  top: 10%;
  left: 10%;
  animation-duration: 25s; /* 25秒かけて動く */
  animation-delay: 0s;
}
.sticky-backimage span:nth-child(2) {
  top: 20%;
  right: 15%;
  animation-duration: 30s; /* 30秒かけて動く */
  animation-delay: -5s; /* 最初から少し動いた状態にする */
  animation-direction: reverse; /* 逆回りに動く */
}
.sticky-backimage span:nth-child(3) {
  bottom: 15%;
  left: 20%;
  animation-duration: 22s;
  animation-delay: -10s;
}
.sticky-backimage span:nth-child(4) {
  bottom: 30%;
  right: 10%;
  animation-duration: 28s;
  animation-delay: -2s;
  animation-direction: alternate; /* 行ったり来たり */
}
.sticky-backimage span:nth-child(5) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-duration: 35s;
  animation-delay: -8s;
}
.sticky-backimage span:nth-child(6) {
  top: 5%;
  left: 40%;
  animation-duration: 20s;
  animation-delay: -15s;
  animation-direction: reverse;
}

/* ▼▼ 動きの定義（ふわふわ動く） ▼▼ */
@keyframes moveCircle {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  33% {
    transform: translate(100px, -50px) rotate(120deg) scale(1.1);
  }
  66% {
    transform: translate(-50px, 80px) rotate(240deg) scale(0.9);
  }
  100% {
    transform: translate(0, 0) rotate(360deg) scale(1);
  }
} /*# sourceMappingURL=pc.css.map */
