/* -------------------- モバイル版 -------------------- */
/* ↓↓↓---------- 共通 ----------↓↓↓ */
html {
  font-size: 16px;
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  position: relative;
  font-family: serif;
  overflow: hidden;
}

/* ページ遷移フェードイン */
.fade {
  animation: fadein 2s forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* -- ハンバーガーメニュー表示時にスクロール無効 -- */
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

/* スクロール無効化（OP用） */
.remove-scrolling {
  height: 100%;
  overflow: hidden;
}

main {
  width: 100%;
}

/* -- ラッパー -- */
.wrapper-l {
  width: 100%;
  padding: 0 1.5rem;
}

.wrapper-m {
  width: 100%;
}

.wrapper-s {
  width: 100%;
}

.wrapper-xs {
  width: 100%;
  padding: 0 1.5rem;
}

/* -- フォントサイズ -- */
h1,
h2,
h3,
h4,
p {
  color: #53370d;
}

h1 {
  font-size: 54px;
  color: rgba(185, 153, 105, 0.88);
}

h2 {
  font-size: 38px;
  color: rgba(185, 153, 105, 0.88);
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 22px;
}

p {
  font-family: serif;
  font-size: 14px;
  line-height: 190%;
}

/* -- コンテンツレイアウト -- */
.line-break-position {
  display: inline-block;
}

/* 下層ページのファーストビュー */
.lower-first-view {
  margin: 8rem auto 3rem auto;
  text-align: center;
}

.lower-first-view-title {
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
}

.lower-first-view-img {
  overflow: hidden;
  width: 100vw;
}

.lower-first-view-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

/* パララックス */
.parallax {
  position: relative;
  background-image: url(../images/menu/menu-02.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  height: 450px;
}

/* -- レスポンシブ切り替え用 -- */
.display-sp {
  display: block;
}

.display-pc {
  display: none;
}

/* -- slick slider -- */
.slick-dots li button:before {
  font-size: 10px;
  top: -40px;
}

.slick-dots li.slick-active button:before {
  color: #d2b74e;
}

/* -- 角丸 -- */
.kadomaru-s {
  border-radius: 14px;
}

.kadomaru {
  border-radius: 20px;
}

.kadomaru-l {
  border-radius: 80px;
}

/* ルビ */
ruby[data-ruby] {
  position: relative;
}

ruby[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  line-height: 100%;
  text-align: center;
  left: -3em;
  right: -3em;
  transform-origin: bottom center;
  /* ルビの文字サイズを親文字に対する比率で指定 */
  transform: scale(0.55);
  /* 100%を越える部分が親文字とルビとのスペースになる。単位は親文字に対する比率 */
  bottom: 110%;
}

ruby[data-ruby] rt {
  display: none;
}

/* リンクテキスト */
.link-text {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: #ffffff;
}

.link-text:hover {
  color: #d2b74e;
  text-decoration-color: #d2b74e;
}

.anchor {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}

/* -- リンクボタン -- */
.link-button {
  position: relative;
  margin: auto;
  width: 200px;
}

.link-button a {
  display: block;
  letter-spacing: 4px;
  transition: all 0.2s linear;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  color: #53370d;
  font-family: "Open Sans", sans-serif;
}

.link-button-item {
  position: absolute;
  right: 0;
  display: block;
  top: 50%;
}

.link-button-item::before,
.link-button-item::after {
  content: "";
  position: absolute;
  transition: all 0.2s linear;
}

/* 矢印横線 */
.link-button-item::before {
  height: 1px;
  top: 50%;
  right: -30px;
  width: 56px;
  background: #53370d;
}

/* 矢印斜め線 */
.link-button-item::after {
  top: -11px;
  right: -24px;
  height: 12px;
  width: 1.2px;
  transform: skewX(45deg);
  background: #271700;
}

.link-button a:hover {
  opacity: 1;
}

.link-button a:hover::before {
  right: -10px;
}

.link-button:hover .link-button-item::before {
  right: -40px;
  background-color: #d2b74e;
}

.link-button:hover .link-button-item::after {
  right: -34px;
  background-color: #d2b74e;
}

/* -- リンクボタン(縦) -- */
.link-button-vert {
  position: relative;
}

.link-button-vert a {
  /* display: block; */
  color: #33513a;
  transition: all 0.2s linear;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
}

.link-button-vert-item::before,
.link-button-vert-item::after {
  background: #33513a;
  content: "";
  position: absolute;
  transition: all 0.2s linear;
}

/* 矢印横線 */
.link-button-vert-item::before {
  height: 100px;
  right: 20px;
  top: -40px;
  width: 1px;
}

/* 矢印斜め線 */
.link-button-vert-item::after {
  top: -40px;
  right: 14px;
  height: 12px;
  width: 1px;
  transform: skewX(45deg);
}

.link-button-vert:hover .link-button-vert-item::before {
  top: -60px;
  background-color: #d2b74e;
}

.link-button-vert:hover .link-button-vert-item::after {
  top: -60px;
  background-color: #d2b74e;
}

/* 画面端リンクボタン */
#right-menu {
  display: block;
  position: relative;
}

.menu-category-button {
  display: flex;
  justify-content: center;
  gap: 1rem;
  position: fixed;
  bottom: 3%;
  padding-right: 0rem;
  width: 100%;
  z-index: 8;
}

.menu-category-button-item {
  color: #33513a;
  border: solid 1px #33513a;
  background-color: #ffffff;
  padding: 0 1rem;
}

.menu-category-button-item p {
  color: #33513a;
  line-height: 2rem;
}

/* -- オンラインショップバナー -- */
.online-banner-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin: 0 auto 1rem auto;
}

.online-banner-img-bg {
  width: 100%;
  height: auto;
  background: #d2b74e;
  opacity: 1;
  transition: all 0.5s;
}

.online-banner-img {
  width: 100%;
  max-width: 300px;
  height: 100%;
  overflow: hidden;
  margin: auto;
}

.online-banner-container:hover .online-banner-img-bg {
  opacity: 0.7;
}

.online-banner-img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.online-banner-text p {
  margin-top: 1rem;
  text-align: center;
}

/* iframe */
iframe {
  border: 0;
}

blockquote::before {
  pointer-events: none;
}

blockquote::after {
  pointer-events: none;
}

/* -- ページトップボタン -- */
#page-top {
  display: block;
}

.page-top-sp {
  margin: 0 auto 2.5rem auto;
  height: 40px;
  width: 40px;
}

.page-top-sp img {
  width: 100%;
}

/* ---- アニメーション ---- */
/* -- オープニングアニメーション -- */
#outline-anime {
  background-color: #33513a;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  text-align: center;
  opacity: 1;
  visibility: visible;
}

#outline-anime.actived {
  transition: all 2s;
  opacity: 0;
  visibility: hidden;
}

#outline-anime-container {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 2s;
  transition: visibility 2s;
}

#outline-anime-container.is-active {
  opacity: 1;
  visibility: visible;
}

#outline-anime-img {
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin: 0 auto;
}

#outline-anime-img img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

#outline-anime-logo {
  width: 300px;
}

/* Loading アイコンの大きさ設定　*/
#outline-anime-logo svg {
  width: 300px;
}

/* アウトラインアニメーション内の設定 */
/*アニメーション前の指定*/
#mask path {
  fill-opacity: 0;
  /*最初は透過0で見えない状態*/
  transition: fill-opacity 0.5s;
  /*カラーがつく際のアニメーション0.5秒で変化*/
  fill: none;
  /* 塗りがない状態*/
  stroke: #ffffff;
  /*線の色*/
  border: solid 5px rgb(255, 255, 255);
}

/*アニメーション後に.doneというクラス名がで付与された時の指定*/
#mask.done path {
  fill-opacity: 1;
  /*透過1で見える状態*/
  stroke: #ffffff;
  /*線の色なし*/
}

/* -- ホバー -- */
.hover-color-change:hover {
  color: #d2b74e;
}

.hover-zoom-container {
  display: inline-block;
  overflow: hidden;
}

.hover-zoom {
  display: block;
  transition-duration: 0.5s;
}

.hover-zoom:hover {
  transform: scale(1.2);
}

/* -- 流れる波線アニメーション（親要素にrelativeとheightをつける） -- */
.canvas-container {
  position: absolute;
  /*何も表示されない場合は各波の親要素に高さを持たせましょう。*/
  margin-left: -30%;
  width: 150vw;
}

/* TOPページの波の位置 */
.top-wave {
  top: 90%;
}

/* Aboutページの波の位置 */
.about-wave {
  top: 40%;
}

.waveCanvas {
  position: absolute;
  width: 100vw;
}

/* -- フェードイン -- */
/* フェードイントリガー */
.js-fadeup-trigger {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.js-fadeleft-trigger {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.js-faderight-trigger {
  opacity: 0;
  visibility: hidden;
  transform: translateX(100px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.js-fadeleft-diagonal-trigger {
  opacity: 0;
  visibility: hidden;
  transform: translate(-100px, -100px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.js-faderight-diagonal-trigger {
  opacity: 0;
  visibility: hidden;
  transform: translate(100px, -100px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

/* フェードイン付与クラス */
/* 下からフェードイン */
.fade-up {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

/* 左からフェードイン */
.fade-left {
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

/* 右からフェードイン */
.fade-right {
  animation-name: fadeRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
}

/* 時間差で左からフェードイン */
.fade-left-timelag {
  position: absolute;
  animation-name: fadeLeftAnimeDiagonal;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
  /* animation-delay: 5s; */
}

/* 時間差で右からフェードイン */
.fade-right-timelag {
  animation-name: fadeRightAnimeDiagonal;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
  /* animation-delay: 5s; */
}

/* フェードインアニメーション */
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*==================================================
  スタート時は要素自体を透過0にするためのopacity:0;を指定する
  ===================================*/

.box {
  opacity: 0;
}

/*==================================================
  ふわっ
  ===================================*/

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

/* ----- ヘッダー ----- */
.header {
  background-color: rgba(255, 255, 255, 0.7);
  top: 0;
  position: fixed;
  width: 100%;
  /* backdrop-filter: blur(16px); */
  z-index: 11;
}

.js-header {
  font-family: "Inconsolata", monospace;
  letter-spacing: 2.4px;
}

/* スクロールしたあとのヘッダー背景色 */
.header-sp.change-color {
  background-color: rgba(255, 255, 255, 0.7);
  color: #33513a;
}

.header-pc.change-color {
  background-color: rgba(255, 255, 255, 0.7);
  /* backdrop-filter: blur(30px); */
  color: #33513a;
}

.header-sp-container {
  display: flex;
  color: #33513a;
}

.header-pc {
  display: none;
}

/* ヘッダーの現在地 */
.home .current-location-index>a,
.about .current-location-about>a,
.menu .current-location-menu>a,
#faq .current-location-faq>a {
  color: #d2b74e;
}

/* ロゴ */
/* TOPページ用 */
.header-logo-white {
  display: block;
  width: 2.5rem;
}

.header-logo-green {
  display: none;
  width: 2.5rem;
}

/* 下層ページ用 */
.header-logo {
  width: 2.5rem;
}

.logo {
  height: 5rem;
  margin: calc(10% - 7vh) 0;
}

/* カートアイコン */
/* TOPページ用 */
.header-cart {
  display: block;
  width: 2rem;
}

.header-cart-top {
  width: 100%;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(106%);
}

.header-cart-lower {
  filter: invert(25%) sepia(13%) saturate(1204%) hue-rotate(82deg) brightness(99%) contrast(88%);
}

.header-cart-lower:hover,
.header-cart-top:hover {
  filter: invert(97%) sepia(21%) saturate(6563%) hue-rotate(316deg) brightness(87%) contrast(87%) !important;
}

.header-cart-green {
  display: none;
  width: 2rem;
}

.header-cart-green img {
  width: 100%;
}

/* 下層ページ用 */
.header-cart {
  width: 2rem;
}

.header-cart img {
  width: 100%;
}

#header-container {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  justify-content: right;
  margin: 0.5rem 2.8rem 0.5rem 0;
  width: 100%;
}

#header-cart-icon img {
  display: block;
  margin: auto 0;
  object-fit: cover;
  width: 2.5rem;
}

#header-insta-icon-top {
  color: #ffffff;
  display: block;
  font-size: 2rem;
  margin-right: 2.3rem;
}

#header-insta-icon {
  display: block;
  font-size: 2rem;
  margin-right: 2.3rem;
}

/* ハンバーガーメニュー */
/* ハンバーガーボタン領域 */
#overlay-button {
  position: absolute;
  right: 1.5rem;
  top: 1.25rem;
  padding: 0.5rem 0;
  z-index: 10;
  cursor: pointer;
  user-select: none;
}

/* ハンバーガーボタン（共通） */
#overlay-button span,
#overlay-button span::before,
#overlay-button span::after {
  height: 2px;
  width: 2rem;
  border-radius: 2px;
  background-color: #33513a;
  transition: all 0.2s ease-in-out;
}

/* ハンバーガーボタン（上） */
#overlay-button span:before {
  content: attr(hum-before);
  top: -10px;
  visibility: visible;
}

/* ハンバーガーボタン（中） */
#overlay-button span {
  position: relative;
  display: block;
}

/* ハンバーガーボタン（下） */
#overlay-button span::after {
  content: attr(hum-after);
  top: 10px;
}

/* ハンバーガーボタン（上下） */
#overlay-button span::before,
#overlay-button span::after {
  position: absolute;
  content: "";
  left: 0;
}

/* ハンバーガーボタンカラー */
#overlay-button span,
#overlay-button span:before,
#overlay-button span:after {
  background-color: #33513a;
}

input[type="checkbox"] {
  display: none;
}

#overlay-button.active>span {
  background: transparent;
}

#overlay-button.active>span:before {
  transform: rotate(45deg) translate(7px, 7px);
}

#overlay-button.active>span:after {
  transform: rotate(-45deg) translate(7px, -7px);
}

#overlay {
  background: #f6f6f6;
  background-image: url(../images/humburger-menu-bg.webp);
  background-repeat: no-repeat;
  height: 100vh;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  position: fixed;
  z-index: 9;
}

#overlay.active {
  visibility: visible;
}

#overlay ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  padding-left: 0;
  list-style-type: none;
}

#overlay ul li {
  padding: 1em;
}

#overlay ul li a {
  color: #33513a;
  text-decoration: none;
  font-size: 1.5em;
  font-family: "Cardo", serif;
  font-weight: bold;
}

/* ハンバーガーメニューSNSボタン */
.humburger-sns-button {
  display: flex;
  width: 120px;
  justify-content: center;
  filter: invert(25%) sepia(13%) saturate(1204%) hue-rotate(82deg) brightness(99%) contrast(88%);
}

.humburger-sns-button-item a img {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* ハンバーガーメニュー背景（クマ） */

/* ----- 画面横SNSリンクボタン ----- */
#sns-button {
  display: none;
}

/* ----- フッター ----- */
.footer {
  width: 100%;
  background-image: url(../images/footer-bg.webp);
  background-position: center;
  text-align: center;
  margin: 2.5rem auto 0 auto;
  color: #ffffff;
}

.footer .wrapper-l {
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.footer-item {
  width: 100%;
}

/* 店舗情報 */
#shop-info {
  text-align: left;
  padding: 2rem 0 2rem 0;
  font-family: "Inter", sans-serif;
}

.shop-name {
  text-align: center;
  margin-bottom: 1rem;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
}

.shop-info-item th {
  padding: 1rem 0 1rem 0;
  width: 28%;
}

.shop-info-item td {
  padding: 1rem 0 1rem 0;
  width: 72%;
}

/* フッターマップ */
#map {
  background-color: rgba(255, 255, 255, 0.2);
}

#map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

/* コピーライト */
#copyright {
  background-color: #ffffff;
  height: 5rem;
}

#copyright p {
  align-items: center;
  color: #33513a;
  line-height: 5rem;
  height: 100%;
}

/* ↑↑↑---------- 共通 ----------↑↑↑ */

/* ↓↓↓---------- TOPページ ----------↓↓↓ */

/* -- ファーストビュー -- */
.first-view {
  /* height: 100vh; */
  padding-top: 8rem;
  width: 100%;
}

.first-view-title-sp {
  text-align: center;
  /* margin-bottom: 2rem; */
  color: #53370d;
  height: 20vh;
  min-height: 180px;
}

.first-view-title-sp h4 {
  margin-bottom: 1rem;
}

.first-view-title-sp h2 {
  font-size: 24px;
  letter-spacing: 2.4px;
  font-family: "Abril Fatface", serif;
  color: #53370d;
}

.first-view-bg {
  width: 100%;
  height: calc(100% / 390 * 620);
  overflow: hidden;
}

.first-view-bg video {
  width: 100%;
  object-fit: cover;
}

/* --- メインコンテンツ --- */
.top-about,
.top-menu,
.top-news {
  text-align: center;
  padding-top: 7.5rem;
}

.section-title {
  margin: 0 auto 3rem auto;
}

.section-subtitle {
  color: rgba(185, 153, 105, 0.88);
  font-family: "Pinyon Script", cursive;
}

.section-title-text {
  margin-top: 3rem;
  margin-bottom: 2.5rem;
  position: relative;
  word-break: keep-all;
}

.section-title-text span {
  display: inline-block;
  font-size: 30px;
  overflow-wrap: normal;
}

.section-text {
  margin-bottom: 1rem;
  font-size: 14px;
}

/* -- About -- */
.top-about {
  position: relative;
  height: 100%;
}

.top-about-container {
  position: relative;
  margin: 0 auto;
}

.top-about-icon {
  width: 5rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.top-about-icon img {
  width: 100%;
}

.top-about-images-sp {
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: auto;
}

.top-about-images-sp img {
  border-radius: 0;
  object-fit: cover;
  width: 100%;
  height: 100px;
}

.top-about-images-pc {
  display: none;
}

.bear {
  position: absolute;
  width: 170px;
  height: 190px;
  bottom: -12%;
  right: -12%;
  margin-right: 20px;
}

.bear img {
  width: 45px;
  height: 40px;
}

.bear-1,
.bear-2,
.bear-3,
.bear-4 {
  opacity: 0;
}

.bear-1 {
  position: absolute;
  transform: rotate(10.698deg);
  bottom: 0;
  left: 0;
}

.bear-2 {
  position: absolute;
  transform: rotate(33.978deg);
  bottom: 18%;
  right: 28%;
}

.bear-3 {
  position: absolute;
  transform: rotate(35.858deg);
  top: 18%;
  right: 33%;
}

.bear-4 {
  position: absolute;
  transform: rotate(49.835deg);
  top: 0;
  right: 0;
}

.delay-time02 {
  animation-delay: 0.3s;
}

.delay-time04 {
  animation-delay: 0.6s;
}

.delay-time06 {
  animation-delay: 0.9s;
}

.bear-animation {
  animation-name: bearAnimation;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes bearAnimation {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.bear-container {
  width: 500px;
  height: 500px;
  position: relative;
}

/* -- Menu -- */
/* 重なるエリア */
.overlap-erea,
.overlap-erea-2n {
  position: relative;
  padding: 2.5rem 0 2.5rem 0;
}

/* 重なるタイトル */
.overlap-erea .overlap-erea-title {
  position: absolute;
  top: 1%;
  right: -3%;
  z-index: 8;
}

/* 重なるエリア（偶数要素）のタイトル */
.overlap-erea-2n .overlap-erea-title {
  position: absolute;
  top: 1%;
  left: -3%;
  z-index: 8;
}

.overlap-erea-title h3 {
  font-size: 3rem;
}

.overlap-erea-title hr {
  margin: 0 auto 1rem auto;
  width: 1rem;
  color: #53370d;
}

.overlap-erea-img {
  width: 100%;
  max-height: 380px;
  overflow: hidden;
}

.overlap-erea .overlap-erea-img {
  width: calc(100% + 100px);
  margin-left: -100px;
}

.overlap-erea-2n .overlap-erea-img {
  width: calc(100% + 100px);
  margin-right: -100px;
}

.overlap-erea-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 重なるイラスト */
.overlap-erea-illust {
  display: none;
  z-index: 8;
}

/* 重なる本文 */
.overlap-erea-text {
  margin: 3rem 0 1rem 0;
}

.overlap-erea-text h4,
.overlap-erea-text p {
  margin-bottom: 1rem;
}

.overlap-erea-text h4 {
  margin-bottom: 20px;
  line-height: 150%;
}

/* リンクボタン */
.overlap-erea-text .link-button {
  margin-top: 1.5rem;
}

/* -- News -- */
.top-news {
  padding-bottom: 5rem;
}

.top-news-container {
  width: 100%;
  height: 560px;
}

.top-news-item {
  width: 100%;
  height: 100%;
  /* z-index: 8; */
}

.top-news-link {
  margin-top: 2.5rem;
}

/* インスタグラムバナー */
.instagram-banner {
  width: 100%;
  height: auto;
  padding: 1.5rem auto;
  margin: 5rem auto 5rem auto;
}

.instagram-banner-bg {
  background-color: black;
}

.instagram-banner-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  opacity: 0.7;
  transition: all 0.5s;
}

.instagram-banner a:hover .instagram-banner-container {
  opacity: 1;
}

.instagram-banner-item {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.instagram-banner-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.instagram-banner-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: auto;
  width: 200px;
}

.instagram-banner-button img {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.5rem;
  opacity: 1;
}

.instagram-banner-button p {
  color: #ffffff;
  display: block;
  letter-spacing: 4px;
  transition: all 0.2s linear;
  overflow: hidden;
  opacity: 1;
}

/* 矢印 */
.instagram-banner-button-arrow {
  position: absolute;
  right: 0;
  display: block;
  top: 50%;
}

.instagram-banner-button-arrow:before,
.instagram-banner-button-arrow::after {
  content: "";
  position: absolute;
  transition: all 0.2s linear;
}

/* 矢印横線 */
.instagram-banner-button-arrow::before {
  height: 1px;
  top: 50%;
  right: -40px;
  width: 56px;
  background: #ffffff;
}

/* 矢印斜め線 */
.instagram-banner-button-arrow::after {
  top: -11px;
  right: -34px;
  height: 12px;
  width: 1.2px;
  transform: skewX(45deg);
  background: #ffffff;
}

.instagram-banner a:hover .instagram-banner-button-arrow::before {
  right: -50px;
}

.instagram-banner a:hover .instagram-banner-button-arrow::after {
  right: -44px;
}

/* ↑↑↑---------- TOPページ ----------↑↑↑ */

/* ↓↓↓---------- ABOUTページ ----------↓↓↓ */
.about {
  position: relative;
  text-align: center;
}

.about-title h2 {
  margin: 7.5rem auto 3rem auto;
}

.about-images {
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 100%;
  height: 100px;
}

.about-images img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.about-text {
  margin-bottom: 5rem;
}

.section-subtitle-about {
  margin: 48px auto;
  font-weight: bold;
}

.owner-text {
  margin-top: 1.5rem;
  margin-bottom: 5rem;
}

.section-text-about-1 {
  color: #53370d;
  margin-bottom: 1.2rem;
  line-height: 2rem;
  font-size: 14px;
}

.section-text-about-2 {
  color: #53370d;
  /* margin-bottom: 1.2rem; */
  line-height: 2rem;
  margin-top: 1.5rem;
  font-size: 14px;
}

.area {
  position: relative;
}

.about-area-img {
  height: 360px;
  width: 100%;
}

.about-area-img img {
  height: 360px;
  width: 100%;
  object-fit: cover;
}

.owner-name {
  margin-bottom: 2rem;
}

.owner-name p {
  font-size: 0.9rem;
  letter-spacing: 2.24px;
}

.owner-name h3 {
  font-weight: bold;
}

.shop-area-img {
  width: 100%;
  height: 360px;
}

.shop-area-img img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.shop-area-video {
  width: 100%;
  height: 340px;
  overflow: hidden;
}

.shop-area-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-shop h3 {
  color: #53370d;
  font-weight: bold;
  padding-top: 2rem;
  margin-bottom: 2rem;
}

.section-text-about-3 {
  color: #53370d;
  margin-bottom: 80px;
  line-height: 2rem;
  font-size: 14px;
}

.about-area h3 {
  color: #53370d;
  font-weight: bold;
  padding-top: 2rem;
  margin-bottom: 2rem;
}

.shop-container {
  position: relative;
}

/* 重なるエリア */
.about-overlap-erea {
  position: relative;
  margin: auto;
  width: 100%;
  height: auto;
}

.about-overlap-erea img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

/* 重なる本文 */
.about-overlap-erea-text {
  text-align: left;
  position: absolute;
  width: 384px;
  height: auto;
  top: 0;
  right: 20%;
  z-index: 5;
}

.about-overlap-erea-img-01 {
  max-height: 500px;
  max-width: 930px;
  overflow: hidden;
  top: 20%;
  left: 0;
}

.about-overlap-erea-img-02 {
  max-width: 520px;
  max-height: 250px;
  overflow: hidden;
  top: 55%;
  left: 55%;
}

.about-overlap-erea-img-01 img,
.about-overlap-erea-img-02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-overlap-erea-text h3,
.about-overlap-erea-text p {
  margin-bottom: 1rem;
}

.about-overlap-erea-text h3 {
  margin-bottom: 20px;
  line-height: 150%;
}

/* ↑↑↑---------- ABOUTページ ----------↑↑↑ */

/* ↓↓↓---------- MENUページ ----------↓↓↓ */
/* -- モーダルウィンドウ -- */
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 50%);
  overflow: auto;
  opacity: 0;
  overscroll-behavior: contain;
  padding: 6rem 1.5rem;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 19;
}

/* モーダルウィンドウactive時のスタイル */
.modal-container.active {
  opacity: 1;
  visibility: visible;
  overscroll-behavior: contain;
}

/* モーダルウィンドウ枠の指定 */
.modal-body {
  background-color: #fcfcfc;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  overscroll-behavior: contain;
  /* top: 10%; */
  z-index: 19;
}

/* モーダルウィンドウ閉じるボタン */
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0.5rem;
  right: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 3rem;
  color: #999999;
  cursor: pointer;
  z-index: 20;
}

.modal-content {
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  z-index: 19;
}

.modal-content iframe {
  width: 100%;
  height: 100%;
}

/* モーダルウィンドウ中身のレイアウト指定 */
.wrapper-modal {
  width: 100%;
  margin: 0 auto;
}

.modal-content-body {
  max-width: 672px;
  margin: 0 auto;
}

.modal-content-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: inherit;
}

/* 正方形画像用 */
.modal-content-img {
  width: 65%;
  max-width: 500px;
  height: auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin: 88px auto 48px auto;
}

.modal-content-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 横長画像用 */
.modal-content-img-gift {
  width: 80%;
  max-width: 350px;
  height: auto;
  overflow: hidden;
  margin: 88px auto 48px auto;
}

.modal-content-img-gift img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-content-text {
  margin: 0 auto;
  padding: 0 3rem 3rem 3rem;
  text-align: center;
}

.modal-text-title {
  margin: 0 0 24px 0;
}

.modal-content-text hr {
  margin: 8px auto 8px auto;
  width: 3%;
}

.modal-text-subtitle {
  color: rgba(185, 153, 105, 0.88);
  font-family: "Pinyon Script", cursive;
  margin: 0;
}

.modal-content-text p {
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 1rem;
}

.modal-menu-price-list {
  border-spacing: 0;
  width: 100%;
  color: #53370d;
  margin: 2rem auto;
}

.modal-menu-price-list tbody tr td {
  border-bottom: 1px solid #53370d7b;
  width: 50%;
}

.modal-menu-price-list tbody tr td p {
  padding: 1rem 0;
  margin: 0;
}

/* 共通 */
.menu-cake,
.menu-baked,
.menu-eatin,
.menu-gift {
  text-align: center;
  padding-bottom: 4rem;
}

.menu-sub-container-title {
  padding-bottom: 2.5rem;
}

.menu-sub-container-title hr {
  margin: 1rem auto 1rem auto;
  width: 5%;
}

.menu-sub-container {
  display: flex;
  flex-wrap: wrap;
}

.menu-sub-container p,
.menu-sub-container-main-item p {
  margin-top: 0.5rem;
  text-align: center;
}

.menu-sub-container-main-item {
  width: 100%;
  height: 20%;
  margin-bottom: 2rem;
}

.menu-sub-container-main-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-sub-container-item {
  width: calc(100% / 2 - 1.5rem / 2);
  height: 10%;
  margin-right: 1.5rem;
  margin-bottom: 2rem;
  cursor: pointer;
}

.menu-sub-container-item:nth-of-type(2n) {
  margin-right: 0;
}

.menu-sub-container-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* ホールケーキ */
.whole-cake-item {
  padding: 0.5rem;
}

/* -- キャラクターケーキ -- */
.menu-character-container,
.menu-character-container-2n {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 3rem;
}

.menu-character-container-item {
  overflow: hidden;
  width: 100%;
  margin-bottom: 2.5rem;
}

.menu-character-container-item img {
  width: 70%;
  height: auto;
  object-fit: cover;
}

.menu-character-container-item h4,
.menu-character-container-item p {
  margin-bottom: 1.5rem;
}

.menu-character-container-item p {
  text-align: left;
}

/* キャラクターケーキの価格表 */
.menu-price-list {
  width: 100%;
  color: #53370d;
}

.menu-price-list td {
  border-top: 1px solid #53370d7b;
  border-bottom: 1px solid #53370d7b;
  padding: 1rem 0;
  width: 45%;
}

.menu-price-list td:nth-of-type(2n) {
  width: 55%;
}

/* -- ケーキ予約（レイアウト） -- */
.cake-reservation {
  text-align: center;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.cake-reservation-bg {
  /* background: #d8eddd; */
  position: absolute;
  top: 0;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  z-index: -1;
}

.pull-down-erea {
  position: relative;
  width: 100%;
}

.cake-reservation-container {
  display: block;
  position: relative;
  padding: 0.2rem 0 1rem 0;
  width: 100%;
}

.cake-reservation-item {
  margin: 0 auto;
  min-width: 70%;
}

.cake-reservation-text-wrapper {
  width: 100%;
  max-width: 520px;
  /* margin-top: 2rem; */
  margin: 2rem auto 0 auto;
}

.cake-reservation-text-wrapper p {
  text-align: center;
}

.cake-reservation-text span {
  color: rgb(200, 0, 0);
}

.cake-reservation img {
  width: 100%;
  max-width: 1030px;
}

.cake-reservation h4 {
  margin-top: 3rem;
}

.big-box {
  margin: 0;
  padding: 2.4rem 0 2rem 0;
  width: 100%;
}

.big-box-container {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.big-box p {
  margin-bottom: 1rem;
}

.big-box-container img {
  width: 32px;
  height: auto;
  object-fit: cover;
  text-align: center;
}

.menu-accordion-header {
  /* border: 1px solid; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #53370d;
  cursor: pointer;
  padding: 1rem;
  width: 100%;
  margin: 0 auto;
}

.menu-accordion-header:-webkit-details-marker {
  display: none;
}

details[open] .menu-accordion-header-img {
  transform: rotate(90deg);
}

.menu-accordion-header:hover {
  cursor: pointer;
}

/* -- ケーキ予約（折り畳みアニメーション） -- */
details[open] .pull-down-erea {
  animation: fadeIn-accordion 1s ease;
}

@keyframes fadeIn-accordion {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

/* -- イートインインスタグラムバナー -- */
.eatin-instagram-banner {
  position: relative;
  margin-top: 2rem;
}

/* はみ出ない部分 */
.eatin-instagram-banner-inner {
  padding: 3rem 0;
  position: relative;
}

.eatin-instagram-banner-inner h4 {
  margin-bottom: 1rem;
}

.eatin-instagram-banner-inner p {
  margin-bottom: 3rem;
}

/* はみ出る部分 */
.eatin-instagram-banner-outer {
  top: 0;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.eatin-instagram-banner-outer img {
  width: 100%;
  height: 10rem;
  object-fit: cover;
}

/* はみ出る部分背景 */
.eatin-instagram-banner-outer-bg {
  background: #f8f0e5;
  top: 0;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  width: 100vw;
  z-index: -1;
}

/* ギフト */
.menu-gift .menu-sub-container-item img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* ↑↑↑---------- MENUページ ----------↑↑↑ */

/* ↓↓↓---------- FAQページ ----------↓↓↓ */
/*　-- FAQアコーディオンのためのcss -- */
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}

.accordion-area li {
  margin: 10px 0;
}

.accordion-area hr {
  color: #d2b84e58;
  height: 1px;
}

/*アコーディオンタイトル*/
.title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 3% 3% 3% 74px;
  transition: all 0.5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 1px;
  background-color: #53370d;
}

.title::before {
  top: 48%;
  left: 30px;
  transform: rotate(0deg);
}

.title::after {
  top: 48%;
  left: 30px;
  transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.title.close::before {
  transform: rotate(45deg);
}

.title.close::after {
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.faq-box {
  display: none;
  /*はじめは非表示*/
  background: #f3f3f3;
  margin: 0 3% 3% 3%;
  padding: 3%;
}

.faq-img-box {
  text-align: center;
}

.faq-img-box p {
  text-align: left;
  margin-bottom: 1rem;
}

.faq-box img {
  width: 100%;
}

/* -- レイアウトのためのCSS -- */
.faq {
  margin: 8rem auto 5rem auto;
}

.faq-title,
.contact-title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2.5rem;
}

.faq-container {
  margin-bottom: 5rem;
}

.contact-tel {
  margin-bottom: 3rem;
}

/* お問い合わせボタン */
.button001 {
  margin-bottom: 30px;
}

.button001 a {
  background: #fff;
  border-radius: 3px;
  border: 2px solid #999;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 220px;
  padding: 10px 25px;
  color: #33513a;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}

.button001 a:before {
  content: "";
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
  color: #999;
}

.button001 a:hover {
  background: #f1f1f1;
  color: #33513a;
}

.button002 a {
  background: #fff;
  border-radius: 3px;
  border: 2px solid #999;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 220px;
  padding: 10px 25px;
  color: #33513a;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}

.button002 a:before {
  content: "";
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
  color: #999;
}

.button002 a:hover {
  background: #f1f1f1;
  color: #33513a;
}

.faq-box {
  color: #53370d;
}

.title {
  color: #53370d;
}

.contact-tel p,
.contact-mail p {
  text-align: center;
  line-height: 1.5rem;
  font-size: 14px;
  margin-bottom: 1rem;
}

/* ↑↑↑---------- FAQページ ----------↑↑↑ */

/* ------------------------------ レスポンシブ対応（PC版） ------------------------------ */
@media (min-width: 960px) {

  /* ↓↓↓---------- 共通 ----------↓↓↓ */
  /* -- ラッパー -- */
  .wrapper-l {
    width: 100%;
    padding: 0 2.5rem 0 2.5rem;
  }

  .wrapper-m {
    width: 100%;
    padding: 0 2.5rem;
    max-width: 1568px;
    margin: 0 auto;
  }

  .wrapper-s {
    width: 100%;
    /* padding: 0 16.5rem 0 16.5rem 0; */
    max-width: 1200px;
    margin: 0 auto;
  }

  .wrapper-xs {
    width: 100%;
    max-width: 992px;
    padding: 0;
    margin: 0 auto;
  }

  /* フォントサイズ */
  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
  }

  p {
    line-height: 300%;
    font-size: 16px;
  }

  /* -- コンテンツレイアウト -- */

  /* 下層ページのファーストビュー */
  .lower-first-view {
    margin: 14rem auto 8rem auto;
  }

  .lower-first-view-title {
    font-size: 3.5rem;
    margin-bottom: 8rem;
  }

  .lower-first-view-img {
    margin-bottom: 5rem;
    overflow: hidden;
    width: 100vw;
  }

  .lower-first-view-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
  }

  .lower-first-view-text p {
    line-height: 200%;
    font-size: 20px;
  }

  /* -- レスポンシブ切り替え用 -- */
  .display-sp {
    display: none;
  }

  .display-pc {
    display: block;
  }

  /* -- ページトップボタン -- */
  .page-top-pc {
    position: fixed;
    bottom: 1%;
    right: 0;
    padding-bottom: 2.5rem;
    padding-right: 2.5rem;
    writing-mode: vertical-rl;
  }

  .page-top-pc a {
    font-size: 0.8rem;
  }

  .anchor {
    display: block;
    padding-top: 160px;
    margin-top: -160px;
  }

  /* -- リンクボタン矢印横線 -- */
  .link-button-item::before {
    right: -60px;
    width: 88px;
  }

  .link-button-item::after {
    right: -54px;
  }

  .link-button:hover .link-button-item::before {
    right: -80px;
  }

  .link-button:hover .link-button-item::after {
    right: -74px;
  }

  /* -- 画面端リンクボタン -- */
  .menu-category-button {
    display: flex;
    justify-content: flex-end;
    gap: 2rem;
    position: fixed;
    bottom: 50%;
    right: 0;
    padding-right: 2.5rem;
    writing-mode: vertical-rl;
    width: auto;
    z-index: 8;
  }

  .menu-category-button-item {
    border: none;
    background-color: transparent;
    padding: 0;
  }

  .menu-category-button-item p {
    color: #33513a;
    line-height: 2rem;
  }

  #sns-button {
    display: block;
  }

  .sns-button {
    display: flex;
    /* flex-direction: column; */
    justify-content: flex-end;
    gap: 1rem;
    position: fixed;
    bottom: 30%;
    right: 0;
    padding-right: 2.5rem;
    writing-mode: vertical-rl;
    z-index: 8;
  }

  .sns-button-item {
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
  }

  .sns-button-item img {
    transform: rotate(90deg);
    margin-bottom: 0.5rem;
    height: 1.5rem;
  }

  .youtube-icon-top,
  .instagram-icon-top {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(106%);
  }

  .youtube-icon,
  .instagram-icon {
    filter: invert(25%) sepia(13%) saturate(1204%) hue-rotate(82deg) brightness(99%) contrast(88%);
  }

  .youtube-icon-top:hover,
  .instagram-icon-top:hover,
  .youtube-icon:hover,
  .instagram-icon:hover {
    filter: invert(97%) sepia(21%) saturate(6563%) hue-rotate(316deg) brightness(87%) contrast(87%) !important;
  }

  /* -- オンラインショップバナー -- */
  .online-banner-img-bg {
    width: 100%;
  }

  .online-banner-img {
    width: 100%;
    max-width: 500px;
    padding: 0 5rem;
  }

  .online-banner-text p {
    font-size: 1.5rem;
    margin-top: 0;
  }

  /* -- slick slider -- */
  .slick-dots li button:before {
    top: -48px;
  }

  /* 波のアニメーション */
  /* TOPページの波の位置 */
  .top-wave {
    top: 83%;
  }

  /* Aboutページの波の位置 */
  .about-wave {
    top: 40%;
  }

  /* -- ヘッダー -- */
  .header {
    background-color: transparent;
  }

  #header-sp {
    display: none;
  }

  #header-pc {
    display: block;
  }

  /* 下層ページ用 */
  .header-pc-lower {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .header-pc-container-top {
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
  }

  .header-pc-container {
    color: #33513a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
  }

  #header-pc-left {
    display: flex;
    gap: 2rem;
    width: 50%;
  }

  .logo {
    height: 8rem;
    margin: calc(10% - 5vh) 0;
  }

  #header-text-top {
    align-items: center;
    color: #ffffff;
    display: flex;
    margin-left: 2rem;
    width: 100%;
  }

  #header-text-top.change-color {
    color: #33513a;
  }

  #header-text {
    align-items: center;
    color: #33513a;
    display: flex;
    margin-left: 2rem;
    width: 100%;
  }

  #pc-menu ul {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    width: 50%;
    font-family: serif;
  }

  /* -- フッター -- */
  .footer {
    margin-top: 12rem;
  }

  .footer .wrapper-l {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .footer-container {
    display: flex;
    justify-content: space-between;
  }

  .footer-item {
    margin: auto 0;
    width: 48%;
  }

  .shop-info-item th {
    padding: 1rem 0 1rem 0;
    width: 15%;
  }

  .shop-info-button {
    margin-top: 3rem;
  }

  #footer-menu {
    background-color: #ffffff;
    color: #33513a;
    height: 3rem;
    padding-top: auto;
  }

  #footer-menu ul {
    display: flex;
    gap: 3rem;
    justify-content: center;
    line-height: 5rem;
  }

  /* ↑↑↑---------- 共通 ----------↑↑↑ */

  /* ↓↓↓---------- TOPページ ----------↓↓↓ */

  /* -- ファーストビュー -- */
  .first-view {
    height: 100vh;
    position: relative;
    width: 100%;
  }

  .first-view-title-pc {
    position: absolute;
    /* text-align: left; */
    bottom: 4rem;
    width: 100%;
    z-index: 1;
  }

  .first-view-title-pc h1,
  .first-view-title-pc h2 {
    color: #ffffff;
  }

  .first-view-title-pc h1 {
    color: #ffffff;
    font-size: 9rem;
    letter-spacing: 3rem;
    font-family: "Abril Fatface", serif;
  }

  .first-view-title-pc h2 {
    letter-spacing: 1rem;
  }

  .first-view-bg {
    height: 100%;
    object-position: 50% 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }

  .first-view-bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
  }

  /* メインコンテンツ */
  .top-about,
  .top-menu,
  .top-news {
    padding-top: 8rem;
  }

  .section-title {
    margin: 0 auto 3rem auto;
  }

  /* -- トップページアバウト -- */
  .top-about-icon {
    width: 53rem;
    height: auto;
    overflow: hidden;
    margin-bottom: 5rem;
  }

  .top-about-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .top-about-images-pc {
    display: flex;
    justify-content: space-between;
    margin-top: 5rem;
    width: 100%;
  }

  .top-about-images-pc img {
    aspect-ratio: 1.1/1;
    object-fit: cover;
    width: 32%;
  }

  /* -- トップページメニュー -- */
  /* -- 重なるエリア -- */
  /* 重なるタイトル */
  .overlap-erea .overlap-erea-title {
    position: absolute;
    top: -5%;
    right: -12%;
    z-index: 5;
  }

  /* 重なるエリア（偶数要素）のタイトル */
  .overlap-erea-2n .overlap-erea-title {
    position: absolute;
    top: -5%;
    left: -12%;
    z-index: 5;
  }

  .overlap-erea-title h3 {
    font-size: 9rem;
  }

  .overlap-erea-title hr {
    margin: -1rem auto 1.5rem auto;
    width: 2rem;
  }

  .overlap-erea-title p {
    font-size: 1.5rem;
  }

  .overlap-erea-img {
    width: 100%;
    max-width: 944px;
    max-height: 600px;
    overflow: hidden;
  }

  .overlap-erea-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .overlap-erea-text h4 {
    font-size: 2rem;
  }

  .overlap-erea-text p {
    line-height: 2;
  }

  .overlap-erea,
  .overlap-erea-2n {
    margin-bottom: 5rem;
  }

  /* リンクボタン */
  .overlap-erea-text .link-button {
    margin-top: 0.5rem;
  }

  /* 奇数番目 */
  .overlap-erea .overlap-erea-img {
    margin-left: auto;
  }

  .overlap-erea .overlap-erea-text {
    position: absolute;
    left: 6%;
    bottom: 20%;
    text-align: left;
    width: 300px;
  }

  .overlap-erea .overlap-erea-illust {
    display: block;
    position: absolute;
    left: 7%;
    top: 10%;
    max-width: 160px;
    height: auto;
    overflow: hidden;
  }

  .overlap-erea-illust img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .overlap-erea .link-button {
    position: absolute;
    left: 0;
  }

  .overlap-erea .link-button a {
    text-align: left;
  }

  .overlap-erea .link-button-item {
    right: 80px;
  }

  .overlap-erea .link-button a {
    text-align: left;
  }

  .overlap-erea .link-button-item {
    right: 80px;
  }

  /* 偶数番目 */
  .overlap-erea-2n .overlap-erea-text {
    position: absolute;
    right: 6%;
    bottom: 20%;
    text-align: right;
    width: 300px;
  }

  .overlap-erea-2n .overlap-erea-illust {
    display: block;
    position: absolute;
    right: 7%;
    top: 10%;
    max-width: 200px;
    height: auto;
    overflow: hidden;
  }

  .overlap-erea-2n .link-button {
    position: absolute;
    right: 60px;
  }

  /* -- インスタお知らせ -- */
  .top-news {
    padding-bottom: 0;
  }

  .top-news-container {
    display: flex;
    gap: 2.5rem;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 8;
  }

  .top-news-item {
    position: relative;
  }

  .top-news-link {
    margin-top: 3rem;
  }

  .instagram-banner {
    margin: 10rem auto 5rem auto;
  }

  .instagram-banner-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  /* 矢印横線 */
  .instagram-banner-button-arrow::before {
    right: -100px;
    width: 88px;
  }

  /* 矢印斜め線 */
  .instagram-banner-button-arrow::after {
    right: -94px;
  }

  .instagram-banner a:hover .instagram-banner-button-arrow::before {
    right: -120px;
  }

  .instagram-banner a:hover .instagram-banner-button-arrow::after {
    right: -114px;
  }

  /* 1投稿目(PC) */
  #InstagramWrapper1 {
    overflow: hidden;
    margin: 0;
    width: 240px;
    height: 100%;
  }

  #InstagramIframe1 {
    width: 350px;
    height: 475px;
  }

  /* 2投稿目(PC) */
  #InstagramWrapper2 {
    overflow: hidden;
    margin: 0;
    width: 240px;
    height: 100%;
  }

  #InstagramIframe2 {
    width: 350px;
    height: 475px;
  }

  /* 3投稿目(PC) */
  #InstagramWrapper3 {
    overflow: hidden;
    margin: 0;
    width: 240px;
    height: 100%;
  }

  #InstagramIframe3 {
    width: 350px;
    height: 475px;
  }

  /* 4投稿目(PC) */
  #InstagramWrapper4 {
    overflow: hidden;
    margin: 0;
    width: 240px;
    height: 100%;
  }

  #InstagramIframe4 {
    width: 350px;
    height: 475px;
  }

  /* ↑↑↑---------- TOPページ ----------↑↑↑ */

  /* ↓↓↓---------- ABOUTページ ----------↓↓↓ */
  .section-title-2 {
    margin: 7.5rem auto 5rem auto;
  }

  .about-images {
    height: 450px;
  }

  .about-images img {
    height: 450px;
  }

  .owner {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 190px;
    margin-bottom: 320px;
  }

  .owner-text {
    margin: auto 0;
  }

  .section-text-about-1 {
    font-size: 16px;
  }

  .section-text-about-2 {
    font-size: 16px;
  }

  .section-text-about-3 {
    font-size: 16px;
  }

  .about-area-img {
    width: 60%;
    height: 530px;
    order: 2;
    margin: auto 0 0 0;
    z-index: 1;
  }

  .about-area-img img {
    width: 100%;
    height: 530px;
  }

  .owner-text {
    order: 1;
    width: 35%;
    text-align: left;
    z-index: 1;
  }

  .shop-area {
    margin: 8rem auto 0 auto;
    height: 100vh;
    position: relative;
  }

  .shop-area-img-pc-1 {
    height: 500px;
    width: 900px;
    position: absolute;
    overflow: hidden;
    top: 20%;
    left: 0;
  }

  .shop-area-img-pc-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .shop-area-img-pc-2 {
    width: 520px;
    height: 250px;
    position: absolute;
    overflow: hidden;
    top: 55%;
    left: 55%;
  }

  .shop-area-img-pc-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .about-shop {
    position: absolute;
    text-align: left;
    width: 384px;
    height: 300px;
    top: 0;
    right: 20%;
  }

  .area-about {
    margin: 0 auto 15rem auto;
    height: 100vh;
    position: relative;
  }

  .area-img-pc-1 {
    height: 500px;
    width: 930px;
    position: absolute;
    overflow: hidden;
    top: 20%;
    right: 0;
  }

  .area-img-pc-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .area-img-pc-2 {
    width: 470px;
    height: 470px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    right: 60%;
  }

  .area-img-pc-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .about-area {
    position: absolute;
    text-align: left;
    width: 384px;
    height: 300px;
    top: 0;
    left: 5%;
  }

  /* -- 重なるエリア（アバウトページ） -- */
  /* 奇数番目 */
  .about-overlap-erea {
    position: relative;
    margin: 10rem 0 24rem 0;
  }

  /* 重なる本文 */
  .about-overlap-erea-text {
    text-align: left;
    position: absolute;
    max-width: 384px;
    height: auto;
    top: -38%;
    left: 60%;
    z-index: 5;
  }

  .about-overlap-erea-img-01 {
    width: 65%;
    height: 100%;
    max-height: 600px;
    max-width: 930px;
    overflow: hidden;
  }

  .about-overlap-erea-img-02 {
    max-width: 520px;
    max-height: 250px;
    position: absolute;
    overflow: hidden;
    top: 85%;
    left: 60%;
  }

  .about-overlap-erea-img-01 img,
  .about-overlap-erea-img-02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .about-overlap-erea-text h3,
  .about-overlap-erea-text p {
    margin-bottom: 1rem;
  }

  .about-overlap-erea-text h3 {
    margin-bottom: 20px;
    line-height: 150%;
  }

  /* 偶数番目 */
  .about-overlap-erea-2n {
    position: relative;
    margin: 32rem 0 32rem 0;
  }

  .about-overlap-erea-2n-text {
    text-align: left;
    position: absolute;
    max-width: 384px;
    height: auto;
    top: -30%;
    right: 60%;
    z-index: 5;
  }

  .about-overlap-erea-2n-img-01 {
    width: 65%;
    height: 100%;
    max-height: 600px;
    max-width: 930px;
    overflow: hidden;
    margin-left: auto;
  }

  .about-overlap-erea-2n-img-02 {
    max-width: 470px;
    max-height: 470px;
    position: absolute;
    overflow: hidden;
    top: 80%;
    right: 55%;
  }

  .about-overlap-erea-2n-img-01 img,
  .about-overlap-erea-2n-img-02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .about-overlap-erea-2n-img-01 video,
  .about-overlap-erea-2n-img-02 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .about-overlap-erea-2n-text h3,
  .about-overlap-erea-2n-text p {
    margin-bottom: 1rem;
  }

  .about-overlap-erea-2n-text h3 {
    margin-bottom: 20px;
    line-height: 150%;
  }

  /* ↑↑↑---------- ABOUTページ ----------↑↑↑ */

  /* ↓↓↓---------- MENUページ ----------↓↓↓ */
  /* -- モーダルウィンドウ -- */
  .modal-container {
    padding: 6rem 1.5rem;
  }

  /* モーダルウィンドウ枠の指定 */
  .modal-body {
    max-width: 800px;
  }

  .modal-close {
    top: 1rem;
    right: 2rem;
  }

  .menu-cake,
  .menu-baked,
  .menu-eatin {
    padding-bottom: 10rem;
  }

  .modal-menu-price-list {
    width: 80%;
  }

  /* -- メニューページ 重なる領域 -- */
  /* 画像のサイズ設定 */

  .menu-overlap-erea .overlap-erea-img,
  .menu-overlap-erea-2n .overlap-erea-img {
    margin: 0 auto;
    width: 992px;
    height: 630px;
  }

  /* 奇数番号 */
  .menu-overlap-erea .overlap-erea-title {
    right: 0;
  }

  .menu-overlap-erea .overlap-erea-text {
    left: 0;
    bottom: 10%;
  }

  .menu-overlap-erea .overlap-erea-illust {
    left: 0;
    top: 20%;
  }

  /* 偶数番号 */
  .menu-overlap-erea-2n .overlap-erea-title {
    left: 0;
  }

  .menu-overlap-erea-2n .overlap-erea-img {
    margin: 0 auto;
  }

  .menu-overlap-erea-2n .overlap-erea-text {
    right: 0;
    bottom: 10%;
  }

  .menu-overlap-erea-2n .overlap-erea-illust {
    right: 0;
    top: 20%;
  }

  /* 標準レイアウト */
  .menu-sub-container {
    padding-bottom: 5rem;
  }

  .menu-sub-container-item {
    width: calc(100% / 3 - 6rem / 3);
    height: 10%;
    margin-bottom: 2rem;
  }

  .menu-sub-container-item,
  .menu-sub-container-item:nth-of-type(2n) {
    margin-right: 3rem;
  }

  .menu-sub-container-item:nth-of-type(3n) {
    margin-right: 0;
  }

  /* ６角形レイアウト */
  .hex-container {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, 1fr);
    margin-bottom: 5rem;
    width: 100%;
  }

  .hex-item-top-1,
  .hex-item-top-2,
  .hex-item-mid-1,
  .hex-item-mid-2,
  .hex-item-mid-3,
  .hex-item-bottom-1,
  .hex-item-bottom-2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
  }

  .hex-item-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 1.8rem;
  }

  .hex-container div img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hex-item-top-1 {
    grid-column: 2 / 4;
    grid-row: 1 / 3;
  }

  .hex-item-top-2 {
    grid-column: 4 / 6;
    grid-row: 1 / 3;
  }

  .hex-item-mid-1 {
    grid-column: 1 / 3;
    grid-row: 3 / 5;
  }

  .hex-item-mid-2 {
    grid-column: 3 / 5;
    grid-row: 3 / 5;
  }

  .hex-item-mid-3 {
    grid-column: 5 / 7;
    grid-row: 3 / 5;
  }

  .hex-item-bottom-1 {
    grid-column: 2/ 4;
    grid-row: 5 / 7;
  }

  .hex-item-bottom-2 {
    grid-column: 4 / 6;
    grid-row: 5 / 7;
  }

  /* ホールケーキ */
  .whole-cake-item {
    padding: 1.8rem;
  }

  /* -- キャラクターケーキ -- */
  /* はみ出る領域 */
  .overflow-erea {
    width: 100%;
    margin: 0 auto;
    /* overflow: hidden; */
    padding: 3rem 0 3rem 0;
    position: relative;
  }

  /* はみ出ない部分 */
  .overflow-erea-inner {
    display: flex;
    justify-content: center;
  }

  .overflow-erea-img {
    width: 384px;
    overflow: hidden;
    margin: auto 0;
  }

  .overflow-erea-img img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
  }

  .overflow-erea-text h3,
  .overflow-erea-text h4 {
    color: #33513a;
    margin-bottom: 1rem;
  }

  .overflow-erea-text h3 {
    font-family: "Pinyon Script", cursive;
    font-size: 6rem;
  }

  .overflow-erea-text hr,
  .overflow-erea-text p {
    width: 70%;
    margin: 0 auto;
  }

  .overflow-erea-text p {
    margin-top: 2rem;
  }

  /* はみ出る部分 */
  .overflow-erea-outer {
    background: #f8f0e5;
    position: absolute;
    top: 0;
    left: -5.6vw;
    height: 100%;
    width: 100vw;
    z-index: -1;
  }

  /* キャラクターケーキ */
  .menu-character {
    padding: 8rem 0 2rem 0;
  }

  .menu-character-container,
  .menu-character-container-2n {
    display: flex;
    justify-content: center;
    margin-bottom: 5rem;
  }

  .menu-character-container {
    flex-direction: row-reverse;
  }

  .menu-character-container-2n {
    flex-direction: row;
  }

  .menu-character-container-item {
    margin: auto;
    padding: 1rem;
  }

  /* ケーキ予約 */
  .cake-reservation-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 2rem 0 0 0;
  }

  .cake-reservation-item {
    margin: auto;
    width: 100%;
  }

  .cake-reservation-text-wrapper {
    width: 100%;
    /* max-width: 426px; */
  }

  .big-box {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    margin-top: 2.8rem;
    margin-bottom: 1rem;
    padding: 0 0 2rem 0;
  }

  .big-box p {
    margin-bottom: 0;
  }

  .cake-reservation-item a {
    pointer-events: none;
  }

  /* イートイン */
  .menu-eatin .menu-sub-container-item {
    width: calc(100% / 2 - 3rem / 2);
    height: 10%;
    margin-right: 3rem;
    margin-bottom: 2rem;
  }

  .menu-eatin .menu-sub-container-item:nth-of-type(2n) {
    margin-right: 0;
  }

  .menu-eatin .menu-sub-container-item:nth-of-type(3n) {
    margin-right: 3rem;
  }

  .menu-eatin .menu-sub-container-item img {
    aspect-ratio: 1.4 / 1;
  }

  /* Instagramバナー */
  .eatin-instagram-banner {
    margin-top: 0;
  }

  /* はみ出る部分背景 */
  .eatin-instagram-banner-outer-bg {
    background: #f8f0e5;
    top: 0;
    left: -21vw;
    height: 100%;
    margin: 0 calc(50% - 50vw);
    position: absolute;
    width: 100vw;
    z-index: -1;
  }

  /* はみ出ない部分 */
  .eatin-instagram-banner-inner {
    display: flex;
    height: 100%;
    margin: 0 calc(50% - 50vw);
    max-width: 1600px;
    max-height: 480px;
    padding: 2.5rem 0;
    width: 100vw;
  }

  .eatin-instagram-banner-inner-text {
    margin: auto;
    padding: 2rem;
    width: 30%;
  }

  .inner-container-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 1fr 1fr;
    width: 60%;
    gap: 8px;
  }

  .eatin-instagram-banner-inner-item {
    overflow: hidden;
  }

  .eatin-instagram-banner-inner-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .eatin-instagram-banner-inner-img .grid-box-1323 {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
  }

  .eatin-instagram-banner-inner-img .grid-box-1412 {
    grid-column: 1 / 4;
    grid-row: 1 / 2;
  }

  .eatin-instagram-banner-inner-img .grid-box-3423 {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
  }

  .eatin-instagram-banner-inner-img .grid-box-4713 {
    grid-column: 4 / 8;
    grid-row: 1 / 3;
  }

  .eatin-instagram-banner-inner h4 {
    margin-bottom: 1rem;
  }

  .eatin-instagram-banner-inner p {
    margin-bottom: 3rem;
  }

  /* -- ギフト -- */
  .gift-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, 1fr);
    overflow: hidden;
    gap: 2rem;
    margin-bottom: 3rem;
  }

  .gift-item {
    height: 100%;
    overflow: hidden;
    text-align: left;
  }

  .gift-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .gift-container .grid-box-1213 {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }

  .gift-container .grid-box-2412 {
    grid-column: 2 / 4;
    grid-row: 1 / 2;
    overflow: auto;
  }

  .gift-container .grid-box-2323 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }

  .gift-container .grid-box-3423 {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
  }

  .menu-gift .menu-sub-container-item {
    width: calc(100% / 2 - 3rem / 2);
    height: 10%;
    margin-right: 3rem;
    margin-bottom: 2rem;
  }

  .menu-gift .menu-sub-container-item:nth-of-type(2n) {
    margin-right: 0;
  }

  .menu-gift .menu-sub-container-item:nth-of-type(3n) {
    margin-right: 3rem;
  }

  .menu-gift .menu-sub-container-item img {
    aspect-ratio: 1.4 / 1;
  }

  /* ↑↑↑---------- MENUページ ----------↑↑↑ */

  /* ↓↓↓---------- FAQページ(PC) ----------↓↓↓ */
  .faq {
    margin: 14rem auto 8rem auto;
  }

  .faq-title,
  .contact-title {
    font-size: 3.5rem;
    margin-bottom: 8rem;
  }

  .faq-box img {
    width: 70%;
  }

  .faq-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 auto;
  }

  .faq-container div {
    margin-bottom: 0;
  }

  .button002 a {
    pointer-events: none;
  }

  .contact-tel {
    min-width: 340px;
    width: 100%;
    margin-bottom: 0;
  }

  .contact-mail {
    min-width: 340px;
    width: 100%;
  }

  .contact-tel p,
  .contact-mail p {
    text-align: center;
    line-height: 2rem;
    font-size: 18px;
    margin-bottom: 2rem;
  }

  /* ↑↑↑---------- FAQページ(PC) ----------↑↑↑ */
}

/* ECサイト非表示関係 */
.eccite_task {
  display: block;
}