/* ============ BASE ============ */
html,
body {
  margin: 0;
  padding: 0;
}

body.snack-oyster-coming-soon {
  overflow-x: hidden;
}

/* ============ ANIMATIONS ============ */
@keyframes om-float {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-16px) rotate(1deg);
  }
}

@keyframes om-bob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes om-twinkle {
  0%,
  100% {
    transform: scale(0.6) rotate(0deg);
    opacity: 0.35;
  }
  50% {
    transform: scale(1.15) rotate(25deg);
    opacity: 1;
  }
}

/* ============ COMING SOON ============ */
.coming-soon {
  position: relative;
  min-height: 100vh;
  background: #f5d4d7;
  overflow-x: hidden;
  font-family: "Zen Maru Gothic", sans-serif;
}

.coming-soon__frame {
  min-height: 100vh;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 24px 0 0;
}

.coming-soon__wave {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.coming-soon__star {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.coming-soon__star--1 {
  top: 10%;
  left: 12%;
  width: 46px;
  height: 46px;
  animation: om-twinkle 3.2s ease-in-out infinite;
}

.coming-soon__star--2 {
  top: 18%;
  right: 14%;
  width: 30px;
  height: 30px;
  animation: om-twinkle 2.6s ease-in-out infinite 0.6s;
}

.coming-soon__star--3 {
  bottom: 16%;
  left: 16%;
  width: 36px;
  height: 36px;
  animation: om-twinkle 2.9s ease-in-out infinite 1.1s;
}

.coming-soon__star--4 {
  bottom: 22%;
  right: 12%;
  width: 28px;
  height: 28px;
  animation: om-twinkle 3.4s ease-in-out infinite 0.3s;
}

.coming-soon__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: max(5vh, 40px) 12vw;
  max-width: 670px;
}

.coming-soon__logo {
  width: min(58vw, 300px);
  height: auto;
  margin-bottom: clamp(12px, 2.8vh, 28px);
  animation: om-float 5.5s ease-in-out infinite;
}

.coming-soon__eyebrow {
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  letter-spacing: 0.28em;
  font-size: clamp(11px, 1.5vw, 14px);
  color: #7fa88c;
  text-transform: uppercase;
  margin: 0 0 12px;
  padding-left: 0.28em;
}

.coming-soon__title {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  color: #e4322a;
  font-size: clamp(32px, 7vw, 52px);
  line-height: 1.25;
  letter-spacing: 0.06em;
}

.coming-soon__tag {
  margin: clamp(14px, 2.4vh, 22px) 0 0;
  color: #6e4a44;
  font-size: clamp(15px, 2.4vw, 20px);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.coming-soon__open {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin: clamp(20px, 3.2vh, 32px) 0 0;
  padding: 14px 22px;
  border: 2px dashed #57c2e8;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.35);
}

.coming-soon__open-label {
  font-family: "Fredoka", sans-serif;
  font-size: clamp(12px, 1.6vw, 15px);
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #57c2e8;
}

.coming-soon__open-date {
  color: #e4322a;
  font-size: clamp(16px, 2.8vw, 22px);
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.4;
  animation: om-bob 2.8s ease-in-out infinite;
}

.coming-soon__lead {
  margin: clamp(20px, 3vh, 28px) 0 0;
  color: #6e4a44;
  font-size: clamp(14px, 2.2vw, 18px);
  font-weight: 700;
  line-height: 1.9;
}

/* OPENING WEEKEND */
.coming-soon__opening {
  width: 100%;
  max-width: 560px;
  margin: clamp(28px, 4vh, 40px) 0 0;
  padding: 24px 20px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.55);
  border: 2px solid rgba(87, 194, 232, 0.35);
  box-sizing: border-box;
  text-align: left;
}

.coming-soon__opening-eyebrow {
  margin: 0 0 6px;
  font-family: "Fredoka", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  color: #7fa88c;
  text-transform: uppercase;
  text-align: center;
}

.coming-soon__opening-title {
  margin: 0 0 18px;
  color: #e4322a;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-align: center;
}

.coming-soon__opening-body {
  color: #6e4a44;
  font-size: clamp(13px, 1.9vw, 15px);
  font-weight: 500;
  line-height: 1.8;
}

.coming-soon__opening-body > *:first-child {
  margin-top: 0;
}

.coming-soon__opening-body > *:last-child {
  margin-bottom: 0;
}

.coming-soon__opening-body p {
  margin: 0 0 8px;
}

.coming-soon__opening-body p strong {
  color: #e4322a;
  font-weight: 900;
  margin-right: 0.35em;
}

.coming-soon__opening-body h3 {
  margin: 20px 0 8px;
  padding: 6px 0 6px 12px;
  border-left: 3px solid #57c2e8;
  color: #57c2e8;
  font-family: "Fredoka", sans-serif;
  font-size: clamp(13px, 1.8vw, 15px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

.coming-soon__opening-body ul {
  margin: 0 0 4px;
  padding: 0 0 0 1.2em;
  list-style: disc;
}

.coming-soon__opening-body li {
  margin: 0 0 6px;
  padding-left: 2px;
}

.coming-soon__opening-body li::marker {
  color: #e4322a;
}

.coming-soon__opening-sub {
  margin: 0 0 4px !important;
  color: #7fa88c !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
}

.coming-soon__opening-note {
  margin: 20px 0 0 !important;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1.5px dashed rgba(228, 50, 42, 0.35);
  background: rgba(255, 255, 255, 0.55);
  color: #e4322a !important;
  font-weight: 700 !important;
  text-align: center;
  line-height: 1.6 !important;
}

/* ---- Opening Gallery ---- */
.opening-gallery__hint {
  margin: clamp(16px, 2.5vh, 24px) 0 8px;
  color: #7fa88c;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: center;
}

.opening-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  width: 100%;
  max-width: 560px;
  margin: clamp(20px, 3vh, 32px) 0 0;
}

.opening-gallery__item {
  position: relative;
  display: block;
  padding: 0;
  border: 2px solid rgba(87, 194, 232, 0.35);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.2s, transform 0.15s;
  aspect-ratio: 1 / 1;
}

.opening-gallery__item:hover,
.opening-gallery__item:focus-visible {
  border-color: #57c2e8;
  transform: scale(1.03);
  outline: none;
}

.opening-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s;
}

/* ホバー・フォーカス時のオーバーレイ（拡大ヒント） */
.opening-gallery__item::after {
  content: 'タップで拡大';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 12, 8, 0.48);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}

.opening-gallery__item:hover::after,
.opening-gallery__item:focus-visible::after {
  opacity: 1;
}

.opening-gallery__item:hover img,
.opening-gallery__item:focus-visible img {
  transform: scale(1.06);
}

/* ---- Opening Modal ---- */
.opening-modal {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.opening-modal[hidden] {
  display: none;
}

.opening-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 12, 8, 0.82);
}

.opening-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s;
}

.opening-modal__close:hover {
  background: rgba(255, 255, 255, 0.25);
}

.opening-modal__body {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: min(92vw, 840px);
  max-height: 88vh;
}

.opening-modal__img {
  display: block;
  max-width: 100%;
  max-height: 88vh;
  border-radius: 16px;
  object-fit: contain;
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.55);
}

/* ---- Meanings ---- */
.coming-soon__meanings {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: 100%;
  max-width: 560px;
  margin: clamp(24px, 3.5vh, 36px) 0 0;
}

.coming-soon__meaning {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.42);
}

.coming-soon__meaning-word {
  margin: 0 0 6px;
  font-family: "Fredoka", sans-serif;
  font-size: clamp(14px, 2vw, 17px);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #e4322a;
}

.coming-soon__meaning-text {
  margin: 0;
  color: #6e4a44;
  font-size: clamp(13px, 1.9vw, 15px);
  font-weight: 500;
  line-height: 1.75;
}

.coming-soon__body {
  margin: clamp(24px, 3.5vh, 36px) 0 0;
  color: #6e4a44;
  font-size: clamp(13px, 2vw, 16px);
  font-weight: 500;
  line-height: 2;
}

.coming-soon__body p {
  margin: 0 0 1.1em;
}

.coming-soon__body p:last-child {
  margin-bottom: 0;
}

.coming-soon__br-pc {
  display: none;
}

.coming-soon__english {
  margin: clamp(28px, 4vh, 40px) 0 0;
  font-family: "Fredoka", sans-serif;
  font-size: clamp(16px, 2.6vw, 22px);
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #57c2e8;
  line-height: 1.4;
}

/* Access / Map */
.map {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 80%;
  padding: 24px 16px 100px;
  box-sizing: border-box;
  background: #f5d4d7;
  overflow: hidden;
  margin: auto;
}

.map__media {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid rgba(87, 194, 232, 0.45);
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0 10px 24px rgba(110, 74, 68, 0.12);
}

.map__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(245, 212, 215, 0.35) 0%,
    rgba(87, 194, 232, 0.12) 50%,
    rgba(127, 168, 140, 0.12) 100%
  );
  mix-blend-mode: soft-light;
  pointer-events: none;
  z-index: 1;
}

.map__iframe {
  display: block;
  width: 100%;
  height: 280px;
  border: 0;
  /* filter: grayscale(0.7) contrast(1.05) brightness(1.04) saturate(0.85); */
  min-width: 0;
}

.map-box {
  width: 100%;
  margin: 0;
  padding: 24px 22px;
  box-sizing: border-box;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 2px dashed rgba(228, 50, 42, 0.28);
  box-shadow: 0 8px 20px rgba(110, 74, 68, 0.1);
  text-align: left;
}

.map-text {
  margin: 0 0 12px;
  font-family: "Fredoka", sans-serif;
  font-size: clamp(18px, 3vw, 22px);
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #e4322a;
  line-height: 1.3;
}

.map-box > p:last-child {
  margin: 0;
  color: #6e4a44;
  font-size: clamp(13px, 2vw, 15px);
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.02em;
}

.map-box a {
  display: inline-block;
  margin-top: 12px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(87, 194, 232, 0.18);
  color: #3a9fc4;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.map-box a:hover,
.map-box a:focus-visible {
  background: rgba(228, 50, 42, 0.12);
  color: #e4322a;
  outline: none;
}

@media (min-width: 768px) {
  .map {
    flex-direction: row;
    align-items: stretch;
    gap: 24px;
    padding: 40px 48px 80px;
    min-height: 440px;
    width: 80%;
    margin: auto;
  }

  .map-box {
    flex: 0 0 min(360px, 34%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px 28px;
  }

  .map__media {
    flex: 1 1 auto;
  }

  .map__iframe {
    height: 100%;
    min-height: 400px;
  }
}

/* SNS fixed dock */
.coming-soon__sns {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  pointer-events: none;
}

.coming-soon__sns-toggle {
  display: none;
}

.coming-soon__sns-panel {
  pointer-events: auto;
}

.coming-soon__sns-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.coming-soon__sns-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  border: 1.5px solid rgba(87, 194, 232, 0.45);
  color: #6e4a44;
  box-shadow: 0 6px 16px rgba(110, 74, 68, 0.14);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

a.coming-soon__sns-link:hover,
a.coming-soon__sns-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(110, 74, 68, 0.18);
  background: #fff;
  outline: none;
}

.coming-soon__sns-link--shop {
  border-color: rgba(228, 50, 42, 0.4);
  color: #e4322a;
}

.coming-soon__sns-link--soon {
  border-style: dashed;
  border-color: rgba(127, 168, 140, 0.55);
  color: #7fa88c;
  cursor: default;
  opacity: 0.88;
}

.coming-soon__sns-icon {
  display: block;
  width: 22px;
  height: 22px;
}

.coming-soon__sns-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.coming-soon__sns-soon {
  position: absolute;
  right: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%);
  padding: 4px 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 4px 10px rgba(110, 74, 68, 0.12);
  color: #7fa88c;
  font-family: "Fredoka", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
  line-height: 1.2;
  pointer-events: none;
}

@media (max-width: 767px) {
  .coming-soon__sns {
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 10px;
    overflow: visible;
  }

  .coming-soon__sns-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    border: 1.5px solid rgba(228, 50, 42, 0.4);
    background: rgba(255, 255, 255, 0.95);
    color: #e4322a;
    box-shadow: 0 6px 16px rgba(110, 74, 68, 0.14);
    font-family: "Fredoka", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    pointer-events: auto;
    z-index: 2;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .coming-soon__sns-toggle:focus-visible {
    outline: 2px solid #57c2e8;
    outline-offset: 2px;
  }

  .coming-soon__sns-toggle-icon {
    display: block;
    transition: transform 0.3s ease;
  }

  .coming-soon__sns-toggle-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .coming-soon__sns-panel {
    transform: translateX(120%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s;
  }

  .coming-soon__sns.is-open .coming-soon__sns-panel {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .coming-soon__sns.is-open .coming-soon__sns-toggle-icon {
    transform: rotate(180deg);
  }

  .coming-soon__sns-soon {
    display: none;
  }
}

@media (min-width: 768px) {
  .coming-soon__sns {
    right: 100px;
    bottom: 100px;
    gap: 10px;
  }

  .coming-soon__sns-list {
    gap: 10px;
  }

  .coming-soon__sns-link {
    width: 56px;
    height: 56px;
  }

  .coming-soon__sns-icon {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 768px) {
  .coming-soon__meanings {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .coming-soon__br-pc {
    display: inline;
  }

  .coming-soon__star--1 {
    left: 8%;
  }

  .coming-soon__star--2 {
    right: 10%;
  }
}

@media (max-width: 900px) {
  .coming-soon__star {
    z-index: 3;
  }

  .coming-soon__logo {
    position: relative;
    z-index: 1;
  }

  .coming-soon__eyebrow,
  .coming-soon__title,
  .coming-soon__tag,
  .coming-soon__open,
  .coming-soon__lead,
  .coming-soon__opening,
  .coming-soon__meanings,
  .coming-soon__body,
  .coming-soon__english {
    position: relative;
    z-index: 4;
  }
}

@media (prefers-reduced-motion: reduce) {
  .coming-soon__logo,
  .coming-soon__star,
  .coming-soon__open-date {
    animation: none;
  }

  a.coming-soon__sns-link:hover,
  a.coming-soon__sns-link:focus-visible {
    transform: none;
  }

  .coming-soon__sns-panel,
  .coming-soon__sns-toggle-icon {
    transition: none;
  }
}
