@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: var(--grd, linear-gradient(173deg, #fff 0%, #d6ecf0 30%, #dcdf5b 100%));
  background-attachment: fixed;
  background-size: 100% 100vh;
  background-repeat: no-repeat;
}
.inner-main-contents .sticky {
  position: fixed;
  top: 240px;
  left: calc(50% - 315px - 24vw);
  z-index: 1;
  width: 24vw;
  text-align: center;
}
.inner-main-contents .sticky ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  gap: 16px;
  margin-top: 40px;
}
.inner-main-contents .sticky ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.inner-main-contents .sticky ul li a h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(14px, 3.67vw, 24px);
}
.inner-main-contents .sticky-right {
  position: fixed;
  bottom: 0;
  right: calc(50% - 365px);
  z-index: 1;
  width: 100px;
}
.inner-main-contents .sticky-menu {
  position: fixed;
  top: 280px;
  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 {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.main-contents .sp {
  display: none;
}
.main-contents .pc {
  display: block;
}
.main-contents #main-visual .main-visual-image-container {
  position: relative;
}
.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: 64px;
  position: relative;
}
.main-contents #main-visual .read p {
  font-size: clamp(14px, 3.67vw, 20px);
  line-height: 240%;
  letter-spacing: -0.5px;
}
.main-contents #main-visual .read .item01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
}

#menu {
  margin-top: 64px;
  padding: 64px 40px;
  border-radius: 20px;
  opacity: 0.96;
  background: var(--green, #e5e63d);
  position: relative;
}
#menu .item02 {
  position: absolute;
  top: -2.35%;
  left: 0;
  width: 27%;
}
#menu .item03 {
  position: absolute;
  bottom: 1%;
  right: 10%;
  width: 30%;
}
#menu .inner-ttl {
  text-align: center;
}
#menu .inner-ttl .sub {
  width: 23.5%;
  margin: 0 auto;
}
#menu .inner-ttl h2 {
  font-size: clamp(24px, 6.76vw, 37px);
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 1.5px;
  margin-bottom: 64px;
}
#menu .menulist {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 24px;
  align-self: stretch;
  flex-wrap: wrap;
}
#menu .menulist li {
  width: calc((100% - 24px) / 2);
}
#menu .menulist img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#menu a {
  display: block;
}

#column {
  font-family: "Hiragino Kaku Gothic Pro";
  font-style: normal;
  font-weight: 300;
}
#column .column-ttl {
  margin-top: 80px;
  margin-bottom: 96px;
  display: flex;
  padding: 56px 0px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
#column .column-ttl img {
  width: 58%;
  margin: 0 auto;
}
#column .column-ttl .sub {
  margin-top: 24px;
  line-height: 100%;
  text-align: center;
  font-size: 32px;
}
#column .column-ttl h2 {
  font-weight: 400;
  font-size: clamp(66px, 1.35vw, 90px);
  margin-top: 24px;
  letter-spacing: 1px;
  line-height: 100%;
}
#column .column-ttl h2 .color {
  color: #ed6c00;
}
#column .umekiki {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
}
#column .umekiki img {
  width: 80%;
}
#column .umekiki h3 {
  font-weight: 500;
  text-align: center;
  font-size: 36px;
  line-height: 100%;
  margin-top: 48px;
  margin-bottom: 40px;
}
#column .umekiki p {
  font-weight: 500;
  text-align: center;
  font-size: clamp(14px, 3.67vw, 20px);
  line-height: 180%;
}
#column .interview {
  margin-top: 80px;
}
#column .interview h2 {
  padding: 0 7%;
}
#column .interview .column-inner-top {
  margin-top: 32px;
}
#column .interview .column-inner-top .flexbox {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-bottom: 24px;
}
#column .interview .column-inner-top .flexbox img {
  width: 45%;
}
#column .interview .column-inner-top .flexbox h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 150%;
}
#column .interview .column-inner-top p {
  font-size: 18px;
  line-height: 200%;
  font-weight: 400;
  text-align: center;
}
#column .interview .column-inner-top p span {
  font-size: 24px;
  line-height: 100%;
}
#column .interview .cap {
  margin-top: 48px;
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  align-self: stretch;
  border-radius: 6.25px;
  border: 1.25px solid #ed6c00;
}
#column .interview .cap .linktxt {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
#column .interview .cap .linktxt h4 {
  color: #ed6c00;
  font-size: clamp(23px, 2.15vw, 28px);
  font-style: normal;
  font-weight: 450;
  line-height: 160%;
  text-align: left;
  letter-spacing: -0.5px;
}
#column .interview .cap .linktxt img {
  width: 24px;
}
#column .interview .cap p {
  font-size: clamp(14px, 3.67vw, 20px);
  line-height: 180%;
}
#column .interview .inner-interview {
  margin-top: 64px;
  font-size: clamp(14px, 3.67vw, 20px);
  line-height: 180%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
#column .interview .inner-interview dl {
  display: flex;
  padding: 0px 7%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
#column .interview .inner-interview dl dt {
  font-size: 36px;
  color: #ed6c00;
  line-height: 145%;
}
#column .interview .inner-interview dl dd {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#column .interview .inner-interview dl dd .marker {
  background: linear-gradient(transparent 70%, #f8ccb7 50%);
  padding-bottom: 0px;
}
#column .column-bottom {
  margin: 100px auto 80px auto;
}

#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%;
  border-radius: 20px 20px 0 0;
  opacity: 0.96;
  background: var(--green, #e5e63d);
}

.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;
  /* 初期状態は非表示（JSで .is-active をつけて表示） */
  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;
  overflow-y: auto;
  margin-top: 64px;
  padding: 16px;
  border-radius: 10px;
  background: linear-gradient(174deg, #dcdc21 2.24%, #fefdf4 30.73%, #d8ecf2 63.96%, #dcdc21 97.2%);
  scrollbar-width: thin;
  scrollbar-color: #b2b0b0 #f0f0f0;
}
.modal-content::-webkit-scrollbar {
  display: block;
  width: 8px;
}
.modal-content::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;
}
.modal-content::-webkit-scrollbar-thumb {
  background: #b2b0b0;
  border-radius: 4px;
}

.modal-content::-webkit-scrollbar {
  display: none;
}

/* =========================================
   2層目：内側の箱（グラデーション / 緑色）
   ========================================= */
.modal-inner {
  border-radius: 10px;
  background: #fff;
  padding: 80px 24px 40px 24px;
  width: 100%;
  min-height: 100%;
  color: #333;
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

/* =========================================
   中身のパーツデザイン
   ========================================= */
/* 閉じるボタン */
.modal-close {
  position: absolute;
  top: -2px;
  right: 14px;
  background: transparent;
  border: none;
  font-size: 32px;
  cursor: pointer;
  color: #333;
}

/* ヘッダー周り */
.shop-header {
  text-align: center;
}
.shop-header h2 {
  font-size: clamp(22px, 6.35vw, 32px);
  letter-spacing: -0.5px;
  margin-bottom: 24px;
  line-height: 135%;
  font-weight: 400;
  font-style: normal;
}
.shop-header h3 {
  font-size: clamp(18px, 5.29vw, 26px);
  letter-spacing: -0.5px;
  margin-bottom: 16px;
  font-weight: 400;
  font-style: normal;
}
.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(24px, 1.4vw, 44px);
  letter-spacing: -0.5px;
  margin-bottom: 8px;
  line-height: 145%;
  text-align: center;
  margin-bottom: 10px;
}
.menu-detail h3 .kids {
  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(12px, 3.17vw, 15px);
  margin-bottom: 24px;
  text-align: center;
  line-height: 150%;
}
.menu-detail .note {
  font-size: clamp(9px, 3.17vw, 10px);
  letter-spacing: -0.5px;
  line-height: 160%;
  font-family: "Hiragino Kaku Gothic Pro";
  font-style: normal;
  font-weight: 400;
  margin-bottom: 24px;
  margin-top: -18px;
  text-align: center;
}
.menu-detail .sub-note {
  font-size: clamp(12px, 3.17vw, 12px);
  letter-spacing: -0.5px;
  font-family: "Hiragino Kaku Gothic Pro";
  font-style: normal;
  font-weight: 400;
  margin-bottom: 8px;
  margin-top: -8px;
  text-align: center;
}
.menu-detail .description {
  font-size: clamp(13px, 3.44vw, 17px);
  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: 600;
  font-size: clamp(10px, 2.64vw, 12px);
  text-align: justify;
  line-height: 160%;
  margin-bottom: 24px;
}

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

.shop-btn:hover {
  opacity: 0.8;
  transition: 0.5s;
}/*# sourceMappingURL=pc.css.map */