@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
body, html {
  overflow-x: hidden;
  /* 横スクロールを防止 */
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 300;
  font-style: normal;
  font-size: 3.2vw;
  letter-spacing: 0.1em;
}

#deadline-info {
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.top_container2 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #f8e59f;
}
.top_container2 .img2409sp {
  box-sizing: border-box;
  margin: 0;
  padding: 4em 0 0 0;
  vertical-align: top;
  width: 100%;
}
.top_container2 .img2409sp2 {
  display: block;
  /* インライン要素の余白を削除 */
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 0 0;
  vertical-align: top;
  width: 100%;
  margin-top: -4px;
  /* または適切な負の値 */
}
.top_container2 .sime {
  box-sizing: border-box;
  margin: 0;
  padding: 0.2em 0 0.2em 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffe89c;
  color: white;
  text-align: center;
  z-index: 9999999;
}
.top_container2 .sime p {
  font-size: 1.2em;
  color: #22b573;
  text-align: center;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.05em !important;
}
.top_container2 .sime .pop {
  box-sizing: border-box;
  margin: 0;
  padding: 0.2em 1em 0.3em 1em;
  border-radius: 30px;
  background-color: #22b573;
  color: white;
  text-align: center;
  font-size: 1em !important;
  font-weight: 600 !important;
  margin-right: 0.3em;
  letter-spacing: 0.03em !important;
}

.top_container {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
}
.top_container .background-image {
  width: 100vw;
  height: 98%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-image: url("../images/top_bg2.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.top_container .sime {
  box-sizing: border-box;
  margin: 0;
  padding: 0.2em 0 0.2em 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ed0c4c;
  color: white;
  text-align: center;
  z-index: 9999999;
}
.top_container .sime p {
  font-size: 1.1em;
  color: white;
  text-align: center;
  font-weight: 500;
  line-height: 1em;
}
.top_container .logo {
  position: absolute;
  top: 7em;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  z-index: 9999998;
}
.top_container .main-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-53%, -50%);
  width: 105%;
  z-index: 9999998;
}
.top_container .price {
  position: absolute;
  bottom: 1em;
  left: 50%;
  transform: translate(-50%);
  margin: 0 auto;
  width: 90%;
  z-index: 9999998;
}

.order-container {
  box-sizing: border-box;
  margin: 0 auto 0em auto;
  padding: 0;
  width: 100%;
  background-color: #d3ccc5;
  text-align: center;
}

.menu_tab {
  box-sizing: border-box;
  margin: 0;
  padding: 1em 1em 1em 1em;
  background-color: #22b573;
  color: white;
  text-align: center;
}
.menu_tab h1,
.menu_tab h2,
.menu_tab h3 {
  box-sizing: border-box;
  margin: 0;
  padding: 0.5em 0 0.5em 0;
  font-size: 1.7em;
  line-height: 1.5em;
  letter-spacing: 0.01em;
  font-weight: 600;
  font-style: normal;
}
.menu_tab p {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  color: white;
}

.menu_tab_sankaku {
  width: 0;
  height: 0;
  border-left: 1.2em solid transparent;
  border-right: 1.2em solid transparent;
  border-top: 1.2em solid #22b573;
  margin: 0 auto;
  margin-bottom: 1em;
}

.selection-section {
  box-sizing: border-box;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 98%;
  margin-bottom: 1em;
}
.selection-section h2 {
  box-sizing: border-box;
  margin: 0;
  padding: 0.5em 0 0.5em 0;
  font-size: 1.3em;
  color: #363530;
  line-height: 1.5em;
  font-weight: 500;
  font-style: normal;
}
.selection-section p {
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 0.5em 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
}
.selection-section button {
  box-sizing: border-box;
  display: inline-block;
  margin: 0.5em 0 0 0;
  padding: 0.8em 0 0.8em 0;
  width: 32%;
  border: none;
  border-radius: 1em;
  background-color: #ffffff;
  color: #725c4c;
  cursor: pointer;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  transition: background-color 0.3s ease;
}
.selection-section button.s1 {
  width: 100% !important;
}
.selection-section button.s2 {
  width: 48% !important;
}
.selection-section button.s3 {
  width: 32% !important;
}
.selection-section button.selected {
  background-color: #22b573;
  color: white;
}

.confirmation {
  /*margin-top: 20px;
  font-size: 16px;*/
}

.flex_box {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: top;
  align-content: center;
}
.flex_box .menu-item {
  box-sizing: border-box;
  margin: 0;
  padding: 1em 0 1em 0;
  width: 50%;
}
.flex_box .menu-item .menu-item-image-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 110%;
  overflow: hidden;
}
.flex_box .menu-item .menu-item-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.flex_box .menu-item .date {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: 400;
}
.flex_box .menu-item .main-dish {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  font-weight: 400;
}
.flex_box .menu-item .sub-dish {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}

.pr-section {
  /*background-color: #ffefc1;*/
  padding: 1em;
  border-radius: 10px;
  text-align: center;
  margin-top: 20px;
}
.pr-section .car {
  box-sizing: border-box;
  margin: 0 auto 1em auto;
  padding: 0;
  width: 50%;
}
.pr-section .car img {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
}
.pr-section .mothers2023_b {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1.1em;
  color: #363530;
  font-weight: 500;
  padding-bottom: 0.2em;
}
.pr-section .mothers2023 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1.6em;
  color: #f85353;
  font-weight: 700;
  padding-bottom: 1em;
}
.pr-section p {
  margin: 5px 0;
  font-size: 1.3em;
  font-weight: 500;
  color: #363530;
}
.pr-section p.txt_s {
  margin-top: 1em;
  font-size: 1em;
  font-weight: 400;
  color: #363530;
}

.price-section {
  background-color: #f85353;
  padding: 1em;
  border-radius: 10px;
  text-align: center;
  margin-top: 20px;
}
.price-section p {
  margin: 5px 0;
  font-size: 1.6em;
  font-weight: 500;
  color: white;
}

p.txt_b {
  font-size: 1.3em;
  font-weight: 500;
  color: #363530;
}

.checkbox-section {
  margin-top: 15px;
  text-align: left;
}

.checkbox-section input[type=checkbox] {
  display: none;
}

.checkbox-section input[type=checkbox] + label {
  position: relative;
  padding-left: 3em;
  cursor: pointer;
  font-size: 1em;
  font-weight: 400;
  user-select: none;
  display: inline-block;
  vertical-align: middle;
}

.checkbox-section input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 2em;
  height: 2em;
  border: 0px solid #ccc;
  border-radius: 0.5em;
  background-color: #fff;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.checkbox-section input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  left: 0.5em;
  top: 0.6em;
  width: 0.8em;
  height: 1em;
  border: solid #ccc;
  border-width: 0 0.3em 0.3em 0;
  transform: rotate(45deg);
  opacity: 1;
  /* チェックが入っていない時も表示 */
  transition: border-color 0.3s ease;
}

.checkbox-section input[type=checkbox]:checked + label::before {
  background-color: #22b573;
  border-color: #22b573;
}

.checkbox-section input[type=checkbox]:checked + label::after {
  border-color: #fff;
  /* チェックが入った時の色 */
}

.margin {
  box-sizing: border-box;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 94%;
}

#order-button {
  display: block;
  width: 100%;
  padding: 1em 0 1em 0;
  border: none;
  border-radius: 2em;
  background-color: #b7b3ae;
  color: white;
  font-size: 2em;
  font-weight: 700;
  font-style: normal;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 1em;
}

#order-button.on {
  background-color: #22b573;
}

#order-button:disabled {
  /*background-color: #ccc;*/
  /*cursor: not-allowed;*/
}

svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.footer-container {
  box-sizing: border-box;
  margin: 3em 0 0 0;
  padding: 0 0 2em 0;
  width: 100%;
  text-align: center;
}
.footer-container .logo {
  box-sizing: border-box;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 45%;
}
.footer-container .logo img {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
}
.footer-container p {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.1em;
  /*color: #333;*/
}
.footer-container a {
  text-decoration: none;
  color: #000;
}
.footer-container p.title {
  display: block;
  box-sizing: border-box;
  margin: 1em auto 1em auto;
  padding: 0;
  text-align: center;
  width: 50%;
  background-color: white;
  color: #363530;
  border-radius: 30px;
  font-weight: 500;
}
.footer-container p.title a {
  display: block;
  padding: 1em;
  width: auto;
  height: auto;
  text-align: center;
  text-decoration: none;
  color: #000;
}
.footer-container p.tel {
  font-size: 2.5em;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}
.footer-container p.tel a {
  text-decoration: none;
  color: #000;
}
.footer-container p.copy {
  display: block;
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 300;
  margin-top: 2em;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-2px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(2px);
  }
}
@keyframes driveRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100vw);
  }
}
@keyframes driveLeft {
  0% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0);
  }
}
.car-container {
  box-sizing: border-box;
  margin: 0 auto 1em auto;
  padding: 0;
  width: 50%;
}

.car-image {
  width: 100%;
  transform: translateX(0);
}

.car-shake {
  animation: shake 0.5s infinite;
}

.car-drive-right {
  animation: driveRight 2s forwards;
}

.car-drive-left {
  animation: driveLeft 2s forwards;
}

.fade-in-section {
  opacity: 0;
  transform: translateY(50px);
  /* 50pxに増加 */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  /* トランジション時間も少し長くします */
}

.fade-in-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.comic-container {
  position: relative;
  width: 100%;
  padding-top: 4em;
  margin-bottom: -4px;
  /* または適切な負の値 */
  overflow: hidden;
  /* コンテナ内の要素が溢れないようにする */
  user-select: none;
  /* テキスト選択を防止 */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.comic-container img,
.img2409sp2 {
  vertical-align: bottom;
  /* 画像の下部の余白を削除 */
}

.background-image {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.comic-frame {
  position: absolute;
  top: 4em;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.comic-frame img {
  max-width: 95%;
  max-height: 100%;
  object-fit: contain;
  transform: translateY(17%);
}

#frame1 {
  opacity: 1;
}

/* 5コマ目の調整 */
#frame5 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-container {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 50% 50%;
  width: 92%;
  aspect-ratio: 16/18;
  gap: 1.5em 0;
  overflow: hidden;
  transform: translateY(16%);
  /* 必要に応じて調整 */
}

.grid-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* 5コマ目の個別調整 */
#frame5 .grid-container {
  padding: 2%;
  /* 全体に余白を追加 */
}

#frame5 .grid-container img {
  max-width: 96%;
  /* 画像のサイズを調整 */
  max-height: 96%;
}

/* 各グリッドアイテムのサイズを調整 */
.grid-container > div {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* 上段の画像を下に、下段の画像を上に少しずらす */
#frame5 .grid-container img:nth-child(1),
#frame5 .grid-container img:nth-child(2) {
  transform: translateY(2%);
}

#frame5 .grid-container img:nth-child(3),
#frame5 .grid-container img:nth-child(4) {
  transform: translateY(-2%);
}

#swipe-icon {
  position: absolute;
  bottom: 30%;
  left: calc(50% - 2em);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swipe-text {
  font-size: 1em;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0px;
  color: #f85353;
  padding-right: 0.3em;
  display: none;
}

.finger-icon {
  width: 4em;
  height: 4em;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f85353"><path d="M9 11.24V7.5C9 6.12 10.12 5 11.5 5S14 6.12 14 7.5v3.74c1.21-.81 2-2.18 2-3.74C16 5.01 13.99 3 11.5 3S7 5.01 7 7.5c0 1.56.79 2.93 2 3.74zm9.84 4.63l-4.54-2.26c-.17-.07-.35-.11-.54-.11H13v-6c0-.83-.67-1.5-1.5-1.5S10 6.67 10 7.5v10.74l-3.43-.72c-.08-.01-.15-.03-.24-.03-.31 0-.59.13-.79.33l-.79.8 4.94 4.94c.27.27.65.44 1.06.44h6.79c.75 0 1.33-.55 1.44-1.28l.75-5.27c.01-.07.02-.14.02-.2 0-.62-.38-1.16-.91-1.38z"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  animation: swipe-animation 2s infinite;
}

@keyframes swipe-animation {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}

/*# sourceMappingURL=main_sp.css.map */
