@charset "UTF-8";
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  background-color: #fff;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/* ==========================================================================
    Author's custom styles (Full-Rebrand Modern Design)
     ========================================================================== */
html {
  height: 100%;
  font-family: "M PLUS Rounded 1c", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 62.5%;
}
@media screen and (min-width: 750px) {
  html {
    font-size: 100%;
  }
}
html {
  background-image: url(../img/common/bg.png);
  background-size: 100%;
  background-repeat: repeat-y;
  overflow-x: hidden;
}

.bg2 {
  width: 100%;
  margin: 0 auto;
  max-width: 1049px;
  background-image: url(../img/common/bg_footer.png), url(../img/common/bg2.png);
}
@media screen and (max-width: 749px) {
  .bg2 {
    background-size: 139.8666666667%;
  }
}
.bg2 {
  background-position: bottom center, top center;
  background-repeat: no-repeat, repeat-y;
}

.wrapper {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: repeat-y;
  padding: 0 15px;
  box-sizing: border-box;
  /* ロゴエリアのモダン化 */
}
.wrapper .logo-area {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 6% 0 0;
  text-align: center;
}
.wrapper .logo-area img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 6px 15px rgba(0, 0, 0, 0.08));
}
.wrapper {
  /* コ念文コンセプト解説（Welcome Area） */
}
.wrapper .concept-area {
  width: 100%;
  margin: 0 auto 3rem;
}
.wrapper .concept-area .concept-card {
  background: rgba(255, 255, 255, 0.92);
  border: 2px dashed #0d47a1;
  border-radius: 18px;
  padding: 2rem;
  box-shadow: 0 8px 30px rgba(13, 71, 161, 0.06);
  backdrop-filter: blur(10px);
  text-align: center;
}
.wrapper .concept-area .concept-card .concept-title {
  font-family: "M PLUS Rounded 1c", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.6rem;
  color: #0d47a1;
  margin: 0 0 1.2rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-shadow: 1px 1px 1px rgba(13, 71, 161, 0.1);
}
.wrapper .concept-area .concept-card .concept-lead {
  font-family: "M PLUS Rounded 1c", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.15rem;
  color: #1565c0;
  font-weight: 800;
  line-height: 1.6;
  margin: 0 0 1.2rem;
}
@media screen and (max-width: 749px) {
  .wrapper .concept-area .concept-card .concept-lead {
    font-size: 4vw;
  }
}
.wrapper .concept-area .concept-card .concept-desc {
  font-family: "M PLUS Rounded 1c", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 0.95rem;
  color: #263238;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 749px) {
  .wrapper .concept-area .concept-card .concept-desc {
    font-size: 3.5vw;
  }
}
.wrapper {
  /* セクションタイトル共通ヘッダー */
}
.wrapper .section-title {
  text-align: center;
  margin: 0 auto 2.5rem;
}
.wrapper .section-title .badge {
  display: inline-block;
  background: #0d47a1;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0.35rem 1.2rem;
  border-radius: 50px;
  margin-bottom: 0.6rem;
  box-shadow: 0 3px 6px rgba(13, 71, 161, 0.2);
  letter-spacing: 0.1em;
}
.wrapper .section-title h3 {
  font-size: 1.6rem;
  color: #0d47a1;
  margin: 0;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-bottom: 0.8rem;
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff, 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff;
}
@media screen and (max-width: 749px) {
  .wrapper .section-title h3 {
    font-size: 5vw;
  }
}
.wrapper .section-title h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 50%;
  height: 4px;
  background: #fbc02d;
  border-radius: 50px;
}
.wrapper {
  /* 協賛店セクション（モダンカードグリッド形式） */
}
.wrapper .store {
  margin: 0;
  z-index: 1;
  position: relative;
}
.wrapper .store .outer {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-image: url(../img/common/green_bg.png);
  background-size: auto;
  background-repeat: repeat;
  padding: 2.5rem 0 3.5rem;
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.08), inset 0 -20px 20px -20px rgba(0, 0, 0, 0.08);
}
.wrapper .store .outer .inner {
  width: 90%;
  max-width: 710px;
  margin: 0 auto;
}
.wrapper .store .outer .inner .store-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
}
.wrapper .store .outer .inner .store-grid .store-card {
  background: #fff;
  border-radius: 16px;
  width: 48%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.8);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}
@media screen and (max-width: 749px) {
  .wrapper .store .outer .inner .store-grid .store-card {
    width: 100%;
    margin: 0 0 1.5rem 0;
  }
}
.wrapper .store .outer .inner .store-grid .store-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(13, 71, 161, 0.12);
}
.wrapper .store .outer .inner .store-grid .store-card .store-header {
  background: linear-gradient(135deg, #0d47a1, #1976d2);
  padding: 1.1rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.wrapper .store .outer .inner .store-grid .store-card .store-header .shop-icon {
  font-size: 1.25rem;
}
.wrapper .store .outer .inner .store-grid .store-card .store-header .store-name-text {
  font-size: 1.15rem;
  color: #fff;
  margin: 0;
  font-weight: 800;
}
@media screen and (max-width: 749px) {
  .wrapper .store .outer .inner .store-grid .store-card .store-header .store-name-text {
    font-size: 4vw !important;
  }
}
.wrapper .store .outer .inner .store-grid .store-card .store-body {
  padding: 1.5rem;
  display: flex;
  gap: 1.2rem;
  align-items: center;
}
.wrapper .store .outer .inner .store-grid .store-card .store-body .store-img-wrap {
  width: 44%;
  flex-shrink: 0;
}
.wrapper .store .outer .inner .store-grid .store-card .store-body .store-img-wrap img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid #f0f0f0;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.04);
}
.wrapper .store .outer .inner .store-grid .store-card .store-body .store-info-wrap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.wrapper .store .outer .inner .store-grid .store-card .store-body .store-info-wrap .info-item .info-label {
  display: block;
  font-size: 0.75rem;
  color: #0d47a1;
  font-weight: 800;
  margin-bottom: 0.15rem;
}
.wrapper .store .outer .inner .store-grid .store-card .store-body .store-info-wrap .info-item .info-text {
  font-size: 0.85rem;
  color: #455a64;
  margin: 0;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 749px) {
  .wrapper .store .outer .inner .store-grid .store-card .store-body .store-info-wrap .info-item .info-text {
    font-size: 3.5vw !important;
  }
}
.wrapper .store .outer .inner .store-grid .store-card .store-body .store-info-wrap .info-item .info-text a {
  color: #1976d2;
  text-decoration: underline;
  font-weight: bold;
}
.wrapper .store .outer .store_not_found {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}
.wrapper {
  /* 販売スケジュールセクション */
}
.wrapper .schedule {
  margin-top: 4rem;
}
.wrapper .schedule .slick_schedule {
  width: 100vw;
  margin: 2rem calc(50% - 50vw);
  padding: 0;
  list-style: none;
}
.wrapper .schedule .slick_schedule .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.wrapper .schedule .slick_schedule .slick-next {
  right: 3% !important;
  top: 3.8rem;
  z-index: 10 !important;
}
@media screen and (min-width: 750px) {
  .wrapper .schedule .slick_schedule .slick-next {
    right: calc((100vw - 710px) / 2 + 15px) !important;
  }
}
.wrapper .schedule .slick_schedule .slick-next:before {
  background: url(../img/common/slick_r.png) !important;
  background-size: 100% !important;
}
.wrapper .schedule .slick_schedule .slick-prev {
  left: 3% !important;
  top: 3.8rem;
  z-index: 10 !important;
}
@media screen and (min-width: 750px) {
  .wrapper .schedule .slick_schedule .slick-prev {
    left: calc((100vw - 710px) / 2 + 15px) !important;
  }
}
.wrapper .schedule .slick_schedule .slick-prev:before {
  background: url(../img/common/slick_l.png) !important;
  background-size: 100% !important;
}
@media screen and (min-width: 750px) {
  .wrapper .schedule .slick_schedule .slick-arrow {
    width: 4.9333333333vw !important;
    height: 4.9333333333vw !important;
  }
}
.wrapper .schedule .slick_schedule .slick-arrow {
  width: 8vw !important;
  height: 8vw !important;
  max-width: 44px;
  max-height: 44px;
}
.wrapper .schedule .slick_schedule {
  /* カレンダー型日付ヘッダー */
}
.wrapper .schedule .slick_schedule .calendar-header-wrap {
  text-align: center;
  background: linear-gradient(180deg, #bbdefb, #e3f2fd);
  padding: 1.5rem 0;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.05);
}
.wrapper .schedule .slick_schedule .calendar-header-wrap .calendar-badge {
  display: inline-block;
  background: #fff;
  border: 2px solid #0d47a1;
  border-radius: 14px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  width: 80%;
  max-width: 320px;
}
.wrapper .schedule .slick_schedule .calendar-header-wrap .calendar-badge .cal-top {
  background: #0d47a1;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.35rem 1rem;
  letter-spacing: 0.15em;
}
.wrapper .schedule .slick_schedule .calendar-header-wrap .calendar-badge .cal-date {
  font-size: 1.5rem;
  font-weight: bold;
  color: #0d47a1;
  padding: 0.7rem 1rem;
  letter-spacing: 0.02em;
}
.wrapper .schedule .slick_schedule {
  /* タイムラインお弁当カードコンテナ */
}
.wrapper .schedule .slick_schedule .timetable-wrap {
  background: #e3f2fd;
  padding: 2.5rem 0 3.5rem;
  box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.05);
}
.wrapper .schedule .slick_schedule .timetable-wrap .timetable {
  width: 90%;
  max-width: 567px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
}
.wrapper .schedule .slick_schedule .timetable-wrap .timetable .bento-card {
  background: #fff;
  border-radius: 18px;
  width: 47%;
  box-shadow: 0 6px 22px rgba(13, 71, 161, 0.04);
  padding: 1.5rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: transform 0.3s ease;
  box-sizing: border-box;
}
@media screen and (max-width: 749px) {
  .wrapper .schedule .slick_schedule .timetable-wrap .timetable .bento-card {
    width: 100%;
  }
}
.wrapper .schedule .slick_schedule .timetable-wrap .timetable .bento-card:hover {
  transform: translateY(-4px);
}
.wrapper .schedule .slick_schedule .timetable-wrap .timetable .bento-card .bento-time-tag {
  display: inline-block;
  background: #e3f2fd;
  color: #0d47a1;
  font-size: 0.85rem;
  font-weight: bold;
  padding: 0.35rem 1.2rem;
  border-radius: 50px;
  margin-bottom: 0.8rem;
}
.wrapper .schedule .slick_schedule .timetable-wrap .timetable .bento-card .bento-icon-wrap {
  width: 100px;
  height: 100px;
  margin: 0.2rem auto 0.8rem;
  border-radius: 50%;
  border: 3px solid #f0f4c3;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.wrapper .schedule .slick_schedule .timetable-wrap .timetable .bento-card .bento-icon-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper .schedule .slick_schedule .timetable-wrap .timetable .bento-card .bento-shop-name {
  font-size: 1.15rem;
  color: #263238;
  font-weight: bold;
  margin: 0 0 0.6rem;
}
.wrapper .schedule .slick_schedule .timetable-wrap .timetable .bento-card .bento-qty-badge {
  display: inline-block;
  border: 1px dashed #0d47a1;
  color: #0d47a1;
  font-size: 0.8rem;
  padding: 0.25rem 1rem;
  border-radius: 6px;
  font-weight: bold;
}
.wrapper .schedule .slick_schedule .timetable-wrap .timetable .bento-card .bento-qty-badge strong {
  font-size: 1rem;
  color: #d32f2f;
}
.wrapper .schedule .skd_not_found {
  margin: 5% auto 5%;
}
.wrapper .schedule .skd_not_found .text {
  color: #898989;
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  margin: 0 auto 0;
}
.wrapper {
  /* アクションボタン (CTA) セクションの3Dリッチ化 */
}
.wrapper .cta-container {
  width: 95%;
  max-width: 540px;
  margin: 4.5rem auto;
  text-align: center;
  box-sizing: border-box;
}
.wrapper .cta-container .btn-modern-cta {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.3rem 2.2rem;
  background: linear-gradient(135deg, #fbc02d, #f57f17);
  border-radius: 18px;
  box-shadow: 0 8px 0 #b35c00, 0 15px 30px rgba(245, 127, 23, 0.35);
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
  cursor: pointer;
  box-sizing: border-box;
}
.wrapper .cta-container .btn-modern-cta:hover {
  transform: translateY(2px);
  box-shadow: 0 6px 0 #b35c00, 0 10px 20px rgba(245, 127, 23, 0.3);
}
.wrapper .cta-container .btn-modern-cta:hover .cta-shine {
  animation: shine 1.3s infinite;
}
.wrapper .cta-container .btn-modern-cta:active {
  transform: translateY(8px);
  box-shadow: 0 0px 0 #b35c00, 0 5px 10px rgba(245, 127, 23, 0.2);
}
.wrapper .cta-container .btn-modern-cta.disabled {
  background: linear-gradient(135deg, #90a4ae, #546e7a);
  box-shadow: 0 8px 0 #37474f, 0 15px 25px rgba(84, 110, 122, 0.25);
  cursor: not-allowed;
}
.wrapper .cta-container .btn-modern-cta.disabled:hover {
  transform: none !important;
  box-shadow: 0 8px 0 #37474f, 0 15px 25px rgba(84, 110, 122, 0.25) !important;
}
.wrapper .cta-container .btn-modern-cta .cta-sub {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.95);
  font-weight: bold;
  margin-bottom: 0.3rem;
  letter-spacing: 0.05em;
}
.wrapper .cta-container .btn-modern-cta .cta-main {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 749px) {
  .wrapper .cta-container .btn-modern-cta .cta-main {
    font-size: 5vw;
  }
}
.wrapper .cta-container .btn-modern-cta .cta-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
}
@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 150%;
  }
}
.wrapper .footer {
  width: 100%;
  padding: 7% 0 7%;
}
.wrapper .footer p {
  text-align: center;
  font-size: 1.2rem;
  color: #555;
}/*# sourceMappingURL=top.css.map */