@charset "UTF-8";

/* ============================================================
   TABLE OF CONTENTS
   ------------------------------------------------------------
   00. Reset & Global Settings
   01. Background & Effects
   02. Header & Navigation
   03. Common Components & Utilities
   04. Section: Hero
   05. Section: Access
   06. Section: Uogashi
   07. Section: Game
   08. Section: Information (New)
   09. Section: Calendar
   10. Footer
   11. Modals & Popups
   12. Floating Icon
   13. Animations (Keyframes)
   14. Media Queries (Mobile/Tablet)
   ============================================================ */

/* ============================================================
   00. Reset & Global Settings
   ============================================================ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  touch-action: pan-y;
  overscroll-behavior: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #333;
}

img {
  image-rendering: auto;
}

img[alt]:not([src]),
img[src=""]:after {
  content: attr(alt);
  display: block;
  text-align: center;
  padding: 1rem;
  background: #f0f0f0;
  color: #666;
}

/* ============================================================
   01. Background & Effects (Three.js / Scroll)
   ============================================================ */
.white-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 160vh;
  background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.95) 40%, rgba(255, 255, 255, 0.75) 80%, rgba(255, 255, 255, 0.2) 100%);
  z-index: 6;
  pointer-events: none;
  opacity: 0;
}

#water-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 5;
}

#canvas-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 5;
  opacity: 0.7;
  mix-blend-mode: multiply;
}

canvas {
  display: block;
}

.custom-relative {
  position: relative;
}

#smooth-wrapper {
  position: relative;
}

/* ============================================================
   02. Header & Navigation
   ============================================================ */
.header {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 3000;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nav-logo-img {
  width: 70px;
  height: auto;
  animation: float 3s ease-in-out infinite;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.nav-logo h1 {
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
}

.nav-subtitle {
  display: block;
  color: #ffd700;
  font-size: 0.85rem;
  font-weight: 400;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 1rem;
  align-items: center;
}

.nav-menu a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
  padding: 0.5rem 0.7rem;
  border-radius: 5px;
  font-size: 0.9rem;
  white-space: nowrap;
}

.nav-menu a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffd700;
}

.nav-toggle {
  display: none;
}

/* Language Switcher */
.nav-lang-item {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
}

.lang-switch {
  display: flex;
  gap: 6px;
  background: rgba(0, 0, 0, 0.2);
  padding: 4px;
  border-radius: 6px;
}

.lang-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 28px;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  color: white !important;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  padding: 0 !important;
  letter-spacing: 0.5px;
}

.lang-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

.lang-btn.active {
  background: #ffd700;
  color: #1e3c72 !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

/* ============================================================
   03. Common Components & Utilities
   ============================================================ */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 2rem;
}

.section-title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 1rem;
  color: #1e3c72;
  position: relative;
  display: inline-block;
  width: 100%;
}

.section-title i {
  color: #667eea;
  margin-right: 0.5rem;
}

.section-description {
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 3rem;
}

.section-description.white-text {
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.section-description.small-note {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.8;
}

.section-title-image-wrapper {
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
  z-index: 10;
}

.section-title-img {
  max-width: 500px;
  width: 100%;
  height: auto;
  display: inline-block;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.2));
}

.section-title-img.white-shadow {
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

/* 吹き出し */
.speech-bubble {
  position: absolute;
  z-index: 20;
  padding: 1.5rem 2rem;
  border-radius: 20px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  animation: fadeInUp 1s ease-out;
  backdrop-filter: blur(5px);
}

.speech-bubble.hero-bubble {
  top: 120px;
  right: 5%;
  background: rgba(41, 128, 185, 0.85);
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.5);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.speech-bubble.hero-bubble .highlight {
  color: #ffd700;
}

.speech-bubble.access-bubble {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 1rem 1.3rem;
  background: rgba(219, 112, 147, 0.15);
  border: 2px solid rgba(219, 112, 147, 0.5);
  color: #333;
  text-shadow: none;
}

/* ボタン */
.btn {
  padding: 1.5rem 4rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.4rem;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.btn-primary {
  background: #ffd700;
  color: #333;
}

.btn-primary:hover {
  background: #ffed4e;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.btn-secondary {
  background: white;
  color: #667eea;
}

.btn-secondary:hover {
  background: #f0f0f0;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.btn.btn-border {
  border: 2px solid #1e3c72;
  color: #1e3c72;
}

/* 背景グラデーション */
.access-section,
.uogashi-section,
.game-section,
.information-section,
.calendar-section,
.footer {
  position: relative;
  width: 100%;
  z-index: 20 !important;
  margin-top: -2px;
  padding-top: 6rem;
  padding-bottom: 6rem;
  border: none;
}

/* Utility Classes */
.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.scroll-anim {
  opacity: 0;
  visibility: hidden;
}

/* ============================================================
   04. Section: Hero
   ============================================================ */
.hero-section {
  position: relative;
  background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 5vh), url('../img/bg_hero.jpg') no-repeat center center;
  background-size: auto, cover;
  overflow: hidden;
  height: 100vh;
  min-height: 600px;
}

.hero {
  margin-top: 80px;
  height: calc(100vh - 80px);
  min-height: calc(600px - 80px);
  position: relative;
  z-index: 7;
  padding: 0 5%;
}

.hero-dummy-bg {
  background: linear-gradient(180deg, #87ceeb 0%, #4facfe 40%, #00f2fe 100%);
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 0;
  opacity: 0.3;
  pointer-events: none;
}

.hero-container {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8vh;
}

.hero-title-area {
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.hero-title-img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
}

.hero-visuals {
  position: static;
}

.hero-char-img {
  position: absolute;
  bottom: 10%;
  right: 5%;
  width: 20vw;
  max-width: 350px;
  min-width: 300px;
  z-index: 8;
  pointer-events: none;
  animation: floatChar 4s ease-in-out infinite;
}

.hero-char-img img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));
}

.hero-buttons {
  width: 100%;
  max-width: 800px;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

/* ============================================================
   05. Section: Access
   ============================================================ */
.access-section {
  background: linear-gradient(180deg, #ffffff 0%, #e1f5fe 100%);
  padding-top: 100px;
}

.access-map-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
  position: relative;
  gap: 2rem;
  max-width: 1136px;
  margin-left: auto;
  margin-right: auto;
}

.google-map-wrapper {
  flex: 1;
  height: 600px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  border: 4px solid white;
}

.google-map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.access-char-area {
  width: 320px;
  height: 600px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 5;
  flex-shrink: 0;
  padding-bottom: 20px;
}

.access-magtare {
  width: 110%;
  max-width: none;
  height: auto;
  margin-left: -130px;
  margin-right: -20px;
  margin-bottom: -100px;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));
  position: relative;
  z-index: 30;
}

.access-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.access-card {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.access-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.access-card h3 {
  color: #1e3c72;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  position: relative;
}

.access-card ul {
  list-style: none;
}

.access-card ul li {
  padding: 0.7rem 0;
  border-bottom: 1px solid #eee;
  font-size: 1.05rem;
}

.access-card ul li:last-child {
  border-bottom: none;
}

.access-card::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  bottom: -20px;
  right: -10px;
  font-size: 15rem;
  line-height: 1;
  opacity: 0.25;
  color: #ccc;
  z-index: -1;
  transform: rotate(-15deg);
  pointer-events: none;
}

.access-card.card-train::before {
  content: "\f239";
  color: #667eea;
}

.access-card.card-car::before {
  content: "\f1b9";
  color: #ffb74d;
}

.access-card.card-bus::before {
  content: "\f207";
  color: #4db6ac;
}

.calendar-link-wrapper {
  text-align: center;
  margin-top: 2rem;
}

/* ============================================================
   06. Section: Uogashi (Fish Market)
   ============================================================ */
.uogashi-section {
  background: linear-gradient(180deg, #e1f5fe 0%, #81d4fa 100%);
}

.uogashi-logo-mark {
  position: absolute;
  left: 20px;
  width: 25%;
  z-index: 30;
  bottom: 30px;
  pointer-events: none;
}

.uogashi-map-viewer {
  margin-bottom: 3rem;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  background: white;
  border: 4px solid white;
  cursor: pointer;
  position: relative;
  transition: transform 0.3s;
}

.uogashi-map-viewer:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.uogashi-map-viewer .map-image {
  width: 100%;
  height: auto;
  display: block;
}

/* フィルターナビ */
.filter-nav-container {
  position: sticky;
  top: 70px;
  z-index: 90;
  background: rgba(255, 255, 255, 0.95);
  padding: 1.5rem 0;
  margin: 0 -2rem 2rem -2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.filter-scroll-wrapper {
  display: flex;
  gap: 0.8rem;
  overflow-x: auto;
  width: 100%;
  padding: 0 2rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.filter-scroll-wrapper::-webkit-scrollbar {
  display: none;
}

.scroll-controls-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 30px;
  overflow: hidden;
}

.scroll-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  color: #1e3c72;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}

.scroll-arrow.visible {
  opacity: 1;
  pointer-events: auto;
}

.scroll-arrow:hover {
  background: #1e3c72;
  color: white;
}

.scroll-arrow.left {
  left: -10px;
}

.scroll-arrow.right {
  right: -10px;
}

.drag-scroll {
  cursor: grab;
  user-select: none;
}

.drag-scroll:active {
  cursor: grabbing;
}

.drag-scroll.is-dragging .filter-btn,
.drag-scroll.is-dragging .time-btn {
  pointer-events: none;
}

.time-btn {
  flex: 0 0 auto;
  padding: 0.6rem 1.2rem;
  border: 2px solid #b0bec5;
  background: white;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #78909c;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.time-btn:hover {
  background: #eceff1;
}

.time-btn.active {
  border-color: #1e3c72;
  background: #1e3c72;
  color: white;
  box-shadow: 0 4px 10px rgba(30, 60, 114, 0.3);
}

.filter-btn {
  flex: 0 0 auto;
  border-radius: 12px;
  padding: 0.8rem;
  min-width: 100px;
  height: 70px;
  border: 1px solid #e0e0e0;
  background: white;
  color: #1e3c72;
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1;
}

.filter-btn i {
  position: absolute;
  bottom: -10px;
  right: -10px;
  font-size: 4rem;
  opacity: 0.1;
  transform: rotate(-15deg);
  color: #1e3c72;
  z-index: -1;
  transition: opacity 0.3s;
}

.filter-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  background: #f8f9fa;
}

.filter-btn.active {
  background: #d84315;
  color: white;
  border-color: #d84315;
  box-shadow: 0 4px 12px rgba(216, 67, 21, 0.4);
}

.filter-btn.active i {
  opacity: 0.2;
  color: white;
}

.filter-btn.reset-btn {
  border-color: #999;
  color: #ccc;
  background: #1f3e75;
}

.filter-btn.reset-btn i {
  color: #fff;
  font-size: 3rem;
  transition: color 0.3s;
}

.filter-btn.reset-btn:hover {
  background: #eee;
  color: #333;
}

.filter-btn.reset-btn:hover i {
  color: #333;
}

.filter-btn .icon-knife-svg {
  font-family: sans-serif !important;
  font-style: normal;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  bottom: -25px;
  right: -20px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjkuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTAwIDUwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAwIDUwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIGQ9Ik03My41LDM4NS41Yy0zLjQsMy4zLTMuNSw4LjgtMC4xLDEyLjJsMTguNSwxOC41YzMuNCwzLjQsOC45LDMuMywxMi4yLTAuMWwxMDcuOS0xMTEuN2wtMjYuNy0yNi43TDczLjUsMzg1LjV6Ii8+Cgk8cGF0aCBkPSJNNDIxLjksMTIxLjhjLTI0LjMtMjQuMy00MC41LTQwLjUtNDAuNS00MC41TDE5Mi4zLDI3MC41YzAsMCwzMCwzMCw1Ny42LDU3LjZjNDguMS00OC4xLDEzMC43LTEyOS45LDE3NS41LTE4NC40CgkJQzQzMS45LDEzNS43LDQyOS41LDEyOS40LDQyMS45LDEyMS44eiIvPgo8L2c+Cjwvc3ZnPgo=");
  mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjkuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTAwIDUwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAwIDUwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIGQ9Ik03My41LDM4NS41Yy0zLjQsMy4zLTMuNSw4LjgtMC4xLDEyLjJsMTguNSwxOC41YzMuNCwzLjQsOC45LDMuMywxMi4yLTAuMWwxMDcuOS0xMTEuN2wtMjYuNy0yNi43TDczLjUsMzg1LjV6Ii8+Cgk8cGF0aCBkPSJNNDIxLjksMTIxLjhjLTI0LjMtMjQuMy00MC41LTQwLjUtNDAuNS00MC41TDE5Mi4zLDI3MC41YzAsMCwzMCwzMCw1Ny42LDU3LjZjNDguMS00OC4xLDEzMC43LTEyOS45LDE3NS41LTE4NC40CgkJQzQzMS45LDEzNS43LDQyOS41LDEyOS40LDQyMS45LDEyMS44eiIvPgo8L2c+Cjwvc3ZnPgo=");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
}

/* リセットボタンエリア */
.filter-reset-area {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0.5rem 1rem 0;
  border-top: 1px dashed #eee;
  margin-top: 0.5rem;
}

.filter-reset-area .reset-btn {
  width: 100%;
  max-width: 300px;
  height: 50px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  border-radius: 50px;
}

.filter-reset-area .reset-btn i {
  position: static;
  font-size: 1.2rem;
  opacity: 1;
  color: inherit;
  transform: none;
}

.shop-list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
  min-height: 400px;
}

.shop-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUpCard 0.5s forwards;
}

@keyframes fadeInUpCard {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.shop-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.shop-card-img-area {
  height: 180px;
  background: #eee;
  position: relative;
  overflow: hidden;
}

.shop-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.shop-card:hover .shop-card-img {
  transform: scale(1.1);
}

.shop-category-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  backdrop-filter: blur(4px);
}

.shop-card-body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.shop-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5rem;
}

.shop-desc {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 1rem;
  flex: 1;
}

.shop-info-row {
  display: flex;
  gap: 1rem;
  font-size: 0.85rem;
  color: #888;
  margin-top: auto;
  border-top: 1px solid #eee;
  padding-top: 0.8rem;
}

.shop-info-item i {
  color: #ff9e41;
  margin-right: 4px;
}

.shop-card:hover .bg-watermark {
  transform: rotate(0deg) scale(1.1);
  opacity: 0.12;
}

.initial-message {
  grid-column: 1 / -1;
  text-align: center;
  padding: 4rem 1rem;
  color: #666;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 15px;
  border: 2px dashed #ccc;
}

.initial-message i {
  font-size: 4rem;
  color: #1e3c72;
  margin-bottom: 1.5rem;
  opacity: 0.5;
  animation: pulse-zoom 3s ease-in-out infinite;
}

@keyframes pulse-zoom {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.5;
  }

  50% {
    transform: scale(1.15);
    opacity: 0.7;
  }
}

.initial-message h3 {
  font-size: 1.5rem;
  color: #1e3c72;
  margin-bottom: 0.5rem;
}

/* ============================================================
   07. Section: Game
   ============================================================ */
.game-section {
  background-image: radial-gradient(rgba(255, 255, 255, 0.4) 15%, transparent 16%), radial-gradient(rgba(255, 255, 255, 0.4) 15%, transparent 16%), linear-gradient(180deg, #81d4fa 0%, #29b6f6 100%);
  background-size: 60px 60px, 60px 60px, 100% 100%;
  background-position: 0 0, 30px 30px, 0 0;
  position: relative;
  z-index: 20 !important;
  margin-top: -2px;
  overflow: hidden;
  padding: 6rem 2rem 10rem;
}

.game-deco {
  position: absolute;
  font-size: 4rem;
  opacity: 0.15;
  animation: floatDeco 8s infinite ease-in-out;
  z-index: 0;
  color: #ff9e41;
}

.game-deco.dice-1 {
  top: 5%;
  right: 20%;
  animation-delay: 0s;
  font-size: 20rem;
  color: #1e3c72;
}

.game-deco.dice-2 {
  bottom: 20%;
  right: 10%;
  animation-delay: 2s;
  font-size: 20rem;
  transform: rotate(20deg);
}

.game-deco.foot {
  top: 40%;
  left: 5%;
  animation-delay: 1s;
  transform: rotate(-40deg);
  font-size: 17rem;
}

.game-stage-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  height: 630px;
  z-index: 10;
}

.game-map-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 900px;
  perspective: 1500px;
  z-index: 5;
}

.game-board-img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  border: 4px solid white;
  transform: rotateX(50deg) rotateZ(-5deg);
  box-shadow: 0 30px 40px rgba(0, 0, 0, 0.3);
}

.board-badge {
  position: absolute;
  z-index: 99;
  top: 10%;
  left: 0%;
  background: #ff4757;
  color: white;
  padding: 0.5rem 2rem;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.2rem;
  box-shadow: 0 5px 15px rgba(255, 71, 87, 0.4);
  transform: translateZ(20px) rotate(-10deg);
}

.game-magtare-run {
  position: absolute;
  bottom: 25%;
  right: 0%;
  width: 350px;
  height: auto;
  z-index: 20;
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.4));
}

.game-info-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  z-index: 30;
}

.game-speech-box {
  position: relative;
  background: white;
  border: 4px solid #1e3c72;
  padding: 1.5rem 2rem;
  border-radius: 20px;
  font-weight: bold;
  color: #1e3c72;
  font-size: 1.1rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  max-width: 400px;
}

.game-speech-box::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 30px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #1e3c72;
}

.game-speech-box span.highlight {
  color: #ff4757;
  font-size: 1.3em;
  background: linear-gradient(transparent 60%, #ffeb3b 60%);
  padding: 0 5px;
}

.game-novelty-wrapper {
  position: relative;
  top: 20px;
  width: 160px;
  left: -80px;
  animation: swingNovelty 3s ease-in-out infinite;
  transform-origin: top center;
}

.game-novelty-img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.2));
}

.game-cta-container {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 40;
  width: 100%;
  text-align: center;
}

.game-start-btn-large {
  background: linear-gradient(to bottom, #ffd700, #ffb300);
  color: #1e3c72;
  font-size: 2rem;
  font-weight: 800;
  text-decoration: none;
  padding: 1.5rem 7rem;
  border-radius: 100px;
  border-bottom: 8px solid #e65100;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  transition: all 0.1s;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
  animation: btnPulse 2s infinite ease-in-out;
}

.game-start-btn-large i {
  font-size: 2.2rem;
}

.game-start-btn-large:hover {
  background: #ffed4e;
  transform: scale(1.05);
  filter: brightness(1.1);
  animation: none;
}

.game-start-btn-large:active {
  transform: scale(0.98) translateY(6px);
  border-bottom-width: 2px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  filter: brightness(0.95);
  animation: none;
}

.game-note {
  background: rgba(30, 60, 114, 0.9);
  color: white;
  padding: 1.5rem;
  border-radius: 10px;
  max-width: 800px;
  width: 100%;
  text-align: center;
  margin: 1rem auto;
}

.game-note h4 {
  margin-bottom: 0.5rem;
  color: #ffd700;
}

.game-note p {
  font-size: 0.9rem;
  opacity: 0.9;
  text-align: left;
}

/* ============================================================
   08. Section: Information (New)
   ============================================================ */
.information-section {
  background: linear-gradient(180deg, #29b6f6 0%, #0288d1 60%, #01579b 100%);
  color: white;
}

.information-section .section-title,
.information-section .section-description {
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* 2カラムレイアウト (Map & Video) */
.info-media-row {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 4rem;
}

.info-media-item {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* マップ */
.map-container {
  width: 100%;
  margin: 0 auto;
}

.map-image-wrapper {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
  border: 4px solid white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.map-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s;
}

.map-image-wrapper:hover .map-image {
  transform: scale(1.05);
}

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
  color: white;
}

.map-image-wrapper:hover .map-overlay {
  opacity: 1;
}

.map-overlay i {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

.map-overlay p {
  font-size: 1.2rem;
  font-weight: 500;
}

/* 動画 */
.info-movie {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
  border: 4px solid white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.media-caption {
  margin-top: 0.5rem;
  font-weight: 700;
  color: #fff;
  opacity: 0.9;
}

/* ガイドコンテナ */
.guide-container {
  max-width: 1000px;
  margin: 0 auto;
}

.guide-title {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-bottom: 2px dashed rgba(255, 255, 255, 0.3);
  padding-bottom: 0.5rem;
  display: inline-block;
  width: 100%;
}

.guide-title i {
  margin-right: 0.5rem;
  color: #ffd700;
}

/* マナーガイド */
.manners-section {
  margin-bottom: 5rem;
}

.manners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.manner-card {
  background: white;
  border-radius: 12px;
  padding: 1.5rem 1rem;
  text-align: center;
  color: #333;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
}

.manner-card:hover {
  transform: translateY(-5px);
}

.manner-icon {
  font-size: 4rem;
  margin-bottom: 1rem;
  color: #1e3c72;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.manner-icon.alert {
  color: #e74c3c;
}

.manner-card h4 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #1e3c72;
  border-bottom: 2px solid #eee;
  padding-bottom: 0.5rem;
}

.manner-card p {
  font-size: 0.9rem;
  line-height: 1.6;
  text-align: left;
}

/* FAQ */
.faq-section {
  margin-bottom: 2rem;
}

.faq-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.faq-question {
  padding: 1.2rem 1.5rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  position: relative;
  color: #1e3c72;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.05rem;
  transition: background 0.2s;
}

.faq-question:hover {
  background: #f9f9f9;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.q-mark {
  color: #fff;
  background: #e74c3c;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.9rem;
}

.toggle-icon {
  margin-left: auto;
  color: #ccc;
  transition: transform 0.3s;
}

.faq-item[open] .toggle-icon {
  transform: rotate(180deg);
}

.faq-item[open] .faq-question {
  border-bottom: 1px solid #eee;
}

.faq-answer {
  padding: 1.5rem;
  background: #f0f8ff;
  color: #333;
  line-height: 1.7;
  animation: slideDown 0.3s ease-out;
}

.a-mark {
  color: #1e3c72;
  font-weight: bold;
  font-size: 1.2rem;
  margin-right: 0.5rem;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============================================================
   09. Section: Calendar
   ============================================================ */
.calendar-section {
  background: linear-gradient(180deg, #01579b 0%, #1e3c72 100%);
  color: white;
  padding-bottom: 4rem;
}

.calendar-section .section-title,
.calendar-section .section-description {
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.calendar-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}

.calendar-month {
  background: white;
  padding: 1.5rem;
  border-radius: 15px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  width: 300px;
  flex-shrink: 0;
  color: #333;
}

.calendar-header {
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
  color: #1e3c72;
  margin-bottom: 1rem;
  border-bottom: 2px solid #667eea;
  padding-bottom: 0.5rem;
}

.calendar-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.calendar-table th {
  color: #666;
  font-weight: normal;
  padding: 5px 0;
}

.calendar-table th.sun {
  color: #e74c3c;
}

.calendar-table th.sat {
  color: #3498db;
}

.calendar-table td {
  text-align: center;
  padding: 8px 0;
  border-radius: 5px;
  color: #333;
}

.calendar-table td.today {
  border: 2px solid #1e3c72;
  font-weight: bold;
}

.calendar-table td.closed {
  background-color: #ffcdd2;
  color: #c62828;
}

.calendar-table td.partial {
  background-color: #fff9c4;
  color: #f57f17;
}

.calendar-legend {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
  font-size: 0.9rem;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.legend-color {
  width: 20px;
  height: 20px;
  border-radius: 4px;
}

.legend-color.closed {
  background-color: #ffcdd2;
}

.legend-color.partial {
  background-color: #fff9c4;
}

.calendar-legend span {
  color: white;
  font-weight: bold;
}

/* ============================================================
   10. Footer
   ============================================================ */
.footer {
  background: #1e3c72;
  color: white;
  padding: 0rem 2rem 1rem;
  margin-top: -1px;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem;
  margin-bottom: 2rem;
  align-items: start;
}

.footer-section h4 {
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
  color: #ffd700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 0.5rem;
  display: inline-block;
}

.org-name {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #e0e0e0;
}

.icon-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}

.icon-list i {
  margin-top: 0.3rem;
  color: #ffd700;
}

.hours-info .label {
  font-size: 0.9rem;
  opacity: 0.8;
}

.hours-info .time {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.link-list li {
  margin-bottom: 0.8rem;
}

.link-list a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.link-list a i {
  font-size: 0.8rem;
  color: #667eea;
  transition: transform 0.3s;
}

.link-list a:hover {
  color: #ffd700;
  text-decoration: underline;
}

.link-list a:hover i {
  transform: translateX(5px);
  color: #ffd700;
}

.footer-bottom {
  text-align: center;
  padding-top: 2rem;
  margin-bottom: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #b0b0b0;
  font-size: 0.9rem;
}

/* ============================================================
   11. Modals & Popups
   ============================================================ */
/* Map Modal */
.map-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.map-modal-img {
  max-width: 95%;
  max-height: 90%;
  object-fit: contain;
  animation: zoomIn 0.3s;
}

.map-modal-close {
  position: absolute;
  top: 20px;
  right: 40px;
  color: white;
  font-size: 50px;
  font-weight: bold;
  cursor: pointer;
  z-index: 100000;
}

.map-modal-close:hover {
  color: #ff4444;
}

.map-modal-caption {
  color: white;
  text-align: center;
  padding: 1rem;
  font-size: 1.3rem;
  margin-top: 1rem;
}

/* Shop Modal */
.shop-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 10000;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  transition: opacity 0.3s;
}

.shop-modal.active {
  display: flex;
  opacity: 1;
}

.shop-modal-content {
  background: white;
  width: 100%;
  max-width: 960px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: row;
  height: auto;
  max-height: 90vh;
  animation: modalPop 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.shop-modal-left {
  width: 45%;
  background: #f5f7fa;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  flex-shrink: 0;
}

.shop-modal-image-container {
  width: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
  background: #000;
}

.shop-modal-slider {
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
}

.shop-modal-slider:active {
  cursor: grabbing;
}

.shop-modal-slider::-webkit-scrollbar {
  display: none;
}

.shop-modal-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-modal-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  cursor: pointer;
}

.modal-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  opacity: 0;
  transition: all 0.3s;
}

.shop-modal-image-container:hover .modal-arrow {
  opacity: 1;
}

.modal-arrow:hover {
  background: rgba(0, 0, 0, 0.6);
}

.modal-arrow.prev {
  left: 10px;
}

.modal-arrow.next {
  right: 10px;
}

.slider-indicators {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 30;
  pointer-events: none;
}

.indicator-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.indicator-dot.active {
  background: #fff;
  transform: scale(1.2);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}

.shop-modal-info {
  padding: 1.5rem;
  background: white;
  margin: 1rem;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.info-block {
  margin-bottom: 1rem;
}

.info-block:last-child {
  margin-bottom: 0;
}

.info-block h4 {
  font-size: 0.8rem;
  color: #1e3c72;
  margin-bottom: 0.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.7;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.3rem;
}

.info-content p {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin: 0;
  line-height: 1.4;
  white-space: pre-wrap;
  display: block;
}

.tel-fax-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.tel-item,
.fax-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.shop-link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.8rem;
  padding: 0.7rem 1rem;
  width: 100%;
  background: #1e3c72;
  color: white;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  transition: opacity 0.2s;
}

.shop-link-btn:hover {
  opacity: 0.9;
  color: white;
}

.shop-modal-right {
  flex: 1;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.shop-right-scroller {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 2.5rem;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  word-break: break-word;
}

.shop-header-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.7rem;
}

.shop-modal-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1e3c72;
  line-height: 1.2;
  margin: 0;
}

.shop-modal-category {
  display: inline-block;
  background: #fff3e0;
  color: #d84315;
  padding: 3px 12px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.85rem;
  white-space: nowrap;
  margin: 0;
  flex-shrink: 0;
}

.shop-modal-desc {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  white-space: pre-wrap;
  position: relative;
  z-index: 1;
}

.shop-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
  background: #f0f0f0;
  color: #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 50;
  transition: background 0.2s;
}

.shop-modal-close:hover {
  background: #e0e0e0;
  color: #d84315;
}

.bg-watermark {
  position: absolute;
  bottom: -10px;
  right: -10px;
  font-size: 8rem;
  opacity: 0.08;
  transform: rotate(-15deg);
  color: #1e3c72;
  pointer-events: none;
  z-index: 0;
  transition: all 0.3s;
}

.bg-watermark.icon-knife-svg {
  width: 1em;
  height: 1em;
  font-size: 8rem;
  background-color: #1e3c72;
}

.shop-modal-right .bg-watermark {
  font-size: 20rem;
  opacity: 0.05;
  bottom: -30px;
  right: -20px;
  transform: rotate(-10deg);
  z-index: 0;
}

.shop-modal-right .bg-watermark.icon-knife-svg {
  font-size: 20rem;
  bottom: -30px;
  right: -20px;
}

/* ============================================================
   13. Floating Icon
   ============================================================ */
.floating-magtare {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 80px;
  height: auto;
  cursor: pointer;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.3s;
  animation: floatUpDown 3s ease-in-out infinite;
}

.floating-magtare.is-visible {
  opacity: 1;
  visibility: visible;
}

.floating-magtare:hover {
  transform: scale(1.1);
}

.floating-magtare img {
  width: 100%;
  height: auto;
}

.tooltip {
  position: absolute;
  bottom: 100%;
  right: 0;
  background: white;
  color: #333;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  margin-bottom: 10px;
  display: none;
}

.floating-magtare:hover .tooltip {
  display: block;
  animation: fadeInUp 0.3s;
}

/* ============================================================
   14. Animations (Keyframes)
   ============================================================ */
@keyframes floatTitle {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes floatChar {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

@keyframes floatDeco {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-20px) rotate(10deg);
  }
}

@keyframes driving {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  100% {
    transform: translateY(-5px) rotate(1deg);
  }
}

@keyframes swingNovelty {

  0%,
  100% {
    transform: rotate(3deg);
  }

  50% {
    transform: rotate(-3deg);
  }
}

@keyframes btnPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  }

  50% {
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  }
}

@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes modalPop {
  from {
    transform: scale(0.95);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

/* ============================================================
   15. Media Queries (Mobile/Tablet)
   ============================================================ */
@media (max-width: 1024px) {
  .nav-toggle {
    display: block;
    font-size: 2rem;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    margin-left: auto;
    margin: 0;
    width: 30px !important;
    position: relative;
  }

  .nav-toggle .icon-close {
    display: none;
  }

  .nav-container {
    max-width: 100%;
    padding: 1rem;
  }

  .nav-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    flex-direction: column;
    gap: 1rem;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    padding: 1.5rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: all 0.3s ease;
  }

  .nav-menu.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  /* Lang Switcher (SP) */
  .nav-lang-item {
    margin-left: 0;
    margin-top: 1rem;
    justify-content: center;
    width: 100%;
  }

  .lang-switch {
    background: rgba(255, 255, 255, 0.1);
    padding: 6px;
    gap: 10px;
  }

  .lang-btn {
    width: 44px;
    height: 34px;
    font-size: 0.9rem !important;
  }
}

@media (max-width: 900px) {

  /* Google Map & Access Card */
  .google-map-wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .access-card {
    padding: 1.2rem;
  }

  .access-card h3 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }

  .access-card ul li {
    padding: 0.4rem 0;
    font-size: 0.95rem;
  }

  .access-card::before {
    font-size: 10rem;
    bottom: -10px;
    right: -5px;
  }

  /* Map */
  .uogashi-map-viewer {
    margin-bottom: 1rem;
    padding-bottom: 0;
  }

  .uogashi-logo-mark {
    bottom: 10px;
    left: 10px;
    width: 30%;
  }

  .access-map-row {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .access-char-area {
    width: 100%;
    max-width: 400px;
    height: auto;
    flex-direction: row;
    margin-left: 0;
    margin-top: -50px;
  }

  .access-magtare {
    width: 120px;
    margin-left: 0;
    margin-bottom: 0;
    order: 2;
  }

  .speech-bubble.access-bubble {
    width: auto;
    flex: 1;
    margin-left: 0;
    margin-right: 1rem;
    margin-bottom: 0;
    order: 1;
    font-size: 0.9rem;
    padding: 1rem;
  }

  .speech-bubble.access-bubble::after {
    left: 100%;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid rgba(219, 112, 147, 0.15);
    border-right: none;
  }

  /* Game Section */
  .game-section {
    padding: 4rem 0rem 6rem;
  }

  .game-stage-container {
    height: auto;
    min-height: 500px;
    margin-top: 2rem;
    margin-bottom: -4rem;
    position: relative;
  }

  .game-info-area {
    position: relative;
    width: 100%;
    left: auto;
    margin: 0 auto -2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .game-speech-box {
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 1rem;
    font-size: 1rem;
    text-align: left;
    padding-bottom: 2rem;
    z-index: 60;
  }

  .game-speech-box::after {
    right: 60%;
    transform: translateX(50%);
    bottom: -20px;
  }

  .game-novelty-wrapper {
    position: absolute;
    top: auto;
    bottom: -20px;
    right: 0%;
    left: auto;
    width: 150px;
    z-index: 100;
    animation: none;
  }

  .game-map-wrapper {
    position: relative;
    bottom: auto;
    margin-top: -1rem;
    width: 120%;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
  }

  .game-board-img {
    width: 150%;
    transform: rotateX(60deg) rotateY(-15deg);
  }

  .board-badge {
    left: 0;
    font-size: 1rem;
    padding: 0.4rem 1.5rem;
  }

  .game-magtare-run {
    width: 200px;
    bottom: 30%;
    right: 0%;
  }

  .game-cta-container {
    position: relative;
    bottom: auto;
    transform: none;
    left: auto;
    top: -5rem;
    width: 100%;
  }

  .game-start-btn-large {
    font-size: 1.3rem;
    padding: 1rem 2rem;
    width: 90%;
    max-width: 350px;
    justify-content: center;
    flex-direction: column;
    gap: 0.3rem;
    line-height: 1.2;
    border-radius: 20px;
  }

  .game-start-btn-large i {
    font-size: 1.8rem;
  }

  .game-note {
    position: relative;
    z-index: 5;
  }

  /* Info Media Row (SP: Stacked) */
  .info-media-row {
    flex-direction: column;
    gap: 2rem;
  }

  .info-media-item {
    width: 100%;
  }
}

@media (max-width: 768px) {

  /* Utility Classes (SP用改行の復旧) */
  .br-sp {
    display: block;
  }

  .br-pc {
    display: none;
  }

  /* Hero & Global */
  .hero-section {
    height: auto;
    min-height: 100vh;
    padding-bottom: 2rem;
    background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 5vh), url('../img/bg_hero_sp.jpg') no-repeat top center;
    background-size: auto, cover;
  }

  .hero {
    height: auto;
    padding: 1.5rem 1rem 2rem 1rem !important;
    margin-top: 60px;
  }

  .hero-container {
    padding-top: 0 !important;
    align-items: center;
  }

  .hero-title-area {
    margin-bottom: 1rem;
    order: 1;
    max-width: 100%;
  }

  .hero-title-img {
    width: 130vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height: auto;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
    animation: fadeIn 2s ease 0s 1 normal;
  }

  .hero-visuals {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    order: 2;
    margin-top: -60px;
    z-index: 5;
  }

  .hero-char-img {
    position: static;
    width: 45%;
    max-width: 180px;
    min-width: 0;
    animation: none;
    margin-left: -10px;
    animation: floatChar 4s ease-in-out infinite;
  }

  .speech-bubble.hero-bubble {
    position: static;
    width: auto;
    max-width: 50%;
    min-width: 40%;
    font-size: 0.85rem;
    padding: 0.8rem;
    background: rgba(255, 255, 255, 0.9);
    color: #1e3c72;
    border: 2px solid #1e3c72;
    text-shadow: none;
    border-radius: 15px;
  }

  .speech-bubble.hero-bubble .highlight {
    color: #e74c3c;
  }

  .hero-buttons {
    order: 3;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 300px;
  }

  .btn {
    width: 100%;
    justify-content: center;
    padding: 1rem;
    font-size: 1.1rem;
  }

  /* Nav & General */
  .nav-subtitle {
    font-size: 0.7rem;
  }

  .nav-logo h1 {
    font-size: 1.2rem;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }

  /* Scroll Arrows */
  .scroll-controls-wrapper {
    padding: 0;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
  }

  .scroll-arrow {
    display: none !important;
  }

  .scroll-controls-wrapper::before,
  .scroll-controls-wrapper::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 2px;
    font-size: 1rem;
    color: #1e3c72;
    z-index: 5;
    pointer-events: none;
    transition: opacity 0.3s;
  }

  .scroll-controls-wrapper::before {
    content: '\f053';
    left: 5px;
    animation: spArrowPulseLeft 1.5s infinite;
  }

  .scroll-controls-wrapper::after {
    content: '\f054';
    right: 5px;
    animation: spArrowPulseRight 1.5s infinite;
  }

  .scroll-controls-wrapper.at-start::before {
    opacity: 0;
    animation: none;
  }

  .scroll-controls-wrapper.at-end::after {
    opacity: 0;
    animation: none;
  }

  @keyframes spArrowPulseLeft {

    0%,
    100% {
      transform: translateY(-50%) translateX(0);
    }

    50% {
      transform: translateY(-50%) translateX(-3px);
    }
  }

  @keyframes spArrowPulseRight {

    0%,
    100% {
      transform: translateY(-50%) translateX(0);
    }

    50% {
      transform: translateY(-50%) translateX(3px);
    }
  }

  .filter-nav-container {
    margin: 0 -1rem 2rem -1rem;
    padding: 1rem 0;
  }

  .filter-scroll-wrapper {
    padding: 0 1rem;
  }

  .shop-list-grid {
    grid-template-columns: 1fr;
  }

  /* Modal SP */
  .shop-modal-content {
    flex-direction: column;
    max-height: 95vh;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
    overflow-y: auto;
  }

  .shop-modal-left,
  .shop-modal-right {
    width: 100%;
    height: auto;
    overflow: visible;
    padding: 0;
    background: white;
    display: contents;
  }

  .shop-right-scroller {
    display: contents;
  }

  .shop-modal-image-container {
    order: 1;
    width: 100%;
    aspect-ratio: 1/1;
  }

  .modal-arrow {
    display: none;
  }

  .shop-header-row {
    order: 2;
    margin: 0;
    padding: 1.5rem;
    border-bottom: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .shop-modal-title {
    font-size: 1.5rem;
  }

  .shop-modal-info {
    order: 4;
    margin: 0 1.5rem 1.5rem 1.5rem;
    background: #f9f9f9;
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .shop-modal-desc {
    order: 3;
    padding: 0 1.5rem 1.5rem 1.5rem;
    font-size: 0.95rem;
  }

  .shop-modal-close {
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.8);
  }

  .shop-modal-right .bg-watermark {
    display: none;
  }

  .tel-fax-row {
    gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .shop-link-btn {
    width: 100%;
    justify-content: center;
  }

  .map-modal-img {
    max-width: 98%;
    max-height: 85%;
  }

  .map-modal-close {
    top: 10px;
    right: 20px;
    font-size: 40px;
  }

  .map-container {
    width: 100%;
    padding: 4px;
    margin-bottom: 2rem;
  }

  .calendar-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .calendar-month {
    width: 100%;
    max-width: 350px;
  }

  .footer {
    padding: 3rem 1rem 1rem;
  }

  .floating-magtare {
    display: none !important;
  }

  /* Info Media Row (SP) */
  .info-media-row {
    flex-direction: column;
    gap: 2rem;
  }

  .info-media-item {
    width: 100%;
  }

  .manners-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 0px 15px;
  }

  .manner-card {
    padding: 1rem 0.5rem;
  }

  .manner-icon {
    font-size: 3rem;
    height: 50px;
  }

  .manner-card h4 {
    font-size: 1rem;
  }

  .manner-card p {
    font-size: 0.8rem;
  }

  .faq-question {
    padding: 1rem;
    font-size: 0.95rem;
    align-items: flex-start;
  }

  .faq-container {
    margin: 0px 15px;
  }

  .q-mark {
    margin-top: 3px;
    flex-shrink: 0;
  }

  .toggle-icon {
    margin-top: 5px;
  }
}