@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #333333;
  font-family: "DotGothic16";
  color: white;
}
h1, h2, h3, h4, h5 {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

a {
  color: #fff;
  text-decoration: none;
}

.title {
  font-family: "Press Start 2P";
  padding: 24px 0;
  font-size: 36px;
  text-align: center;
}
@media (min-width: 768px) {
  .title {
    padding: 48px 0;
    font-size: 64px;
  }
}

.inner {
  padding: 48px 24px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .inner {
    padding: 96px 24px;
  }
}

/* =========================================
   ヘッダー & ハンバーガーメニュー
   ========================================= */
#gheader {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px; /* 少し高さを確保 */
  background-color: #333333;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end; /* 右寄せ */
}
#gheader #gnav {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end; /* 右寄せ */
  gap: 24px;
  /* SNSアイコンリスト */
  /* ▼▼▼ ハンバーガーボタン (スマホのみ表示) ▼▼▼ */
  /* ▼▼▼ メニュー本体 (スマホ：隠す / PC：並べる) ▼▼▼ */
}
#gheader #gnav .nav_list {
  display: flex;
  gap: 16px;
  z-index: 2000; /* メニューより手前に */
  /* スマホでメニューが開いた時もクリックできるようにするなら調整が必要 */
  /* 今回はシンプルにヘッダーに常駐させます */
}
#gheader #gnav .ham {
  display: block; /* 基本は表示 */
  z-index: 3000; /* 最前面 */
  cursor: pointer;
  width: 40px;
  height: 40px;
}
#gheader #gnav .ham a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#gheader #gnav .nav-menu {
  /* --- スマホ版（初期状態：隠す） --- */
  position: fixed;
  top: 0;
  right: -100%; /* 画面の右外に飛ばしておく */
  width: 100%;
  height: 100vh; /* 全画面 */
  background-color: rgba(51, 51, 51, 0.95); /* 背景色（少し透け） */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  transition: right 0.4s ease; /* スッと動くアニメーション */
  z-index: 2500;
  /* --- クラスがついたら出てくる（JSで操作） --- */
}
#gheader #gnav .nav-menu li a {
  font-family: "Press Start 2P";
  font-size: 24px;
  color: #00B506; /* メニュー文字色 */
}
#gheader #gnav .nav-menu li a:hover {
  color: #D80E98;
}
#gheader #gnav .nav-menu.active {
  right: 0; /* 画面内に戻す */
}

/* =========================================
   PC版のレスポンシブ対応 (768px以上)
   ========================================= */
@media (min-width: 950px) {
  #gheader {
    height: 70px;
  }
  #gheader #gnav {
    justify-content: space-between; /* 左(ロゴ代わりの空間) 右(メニュー) に分けるなど */
    /* もしSNSも右に寄せたいなら justify-content: flex-end; のままでOK */
    /* ハンバーガーボタンを消す */
    /* メニューを横並びに戻す */
  }
  #gheader #gnav .ham {
    display: none;
  }
  #gheader #gnav .nav-menu {
    position: static; /* 固定配置を解除 */
    width: auto;
    height: auto;
    background-color: transparent; /* 背景透明 */
    flex-direction: row; /* 横並び */
    right: auto;
    gap: 24px;
    /* .activeクラスの影響を受けないようにリセット */
  }
  #gheader #gnav .nav-menu li a {
    font-size: 14px; /* PC用の文字サイズ */
    color: white; /* 通常の色に戻す */
  }
  #gheader #gnav .nav-menu.active {
    position: static;
  }
}
.fv-wrapper {
  width: 100%;
  height: 80vh;
  background-image: url(../images/star.svg), url(../images/kidou.svg), url(../images/light.png);
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: contain, cover, cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
  min-height: 700px;
  background-color: #333333;
}

#topimage {
  position: relative;
  padding-top: 50px;
  margin-top: 50px;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  aspect-ratio: 375/667;
  min-height: 667px;
  max-height: 75vh;
}
#topimage img {
  position: absolute;
}
#topimage .alien {
  width: 120%;
  max-width: 630px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  z-index: 50;
  animation: alien-move 5s ease-in-out infinite;
}
#topimage .man1 {
  width: 40%;
  max-width: 350px;
  height: auto;
  z-index: 10;
  bottom: 60%;
  left: 60%;
  transform: rotate(-90deg);
  animation: man1-move 5s ease-in-out infinite;
}
#topimage .man2 {
  width: 35%;
  max-height: 400px;
  height: auto;
  z-index: 100;
  top: 30%;
  right: 64%;
  transform: rotate(5deg);
  animation: man2-move 6s ease-in-out infinite;
}
#topimage .woman1 {
  width: 40%;
  max-width: 350px;
  height: auto;
  z-index: 100;
  left: 60%;
  top: 50%;
  animation: woman1-move 7s ease-in-out infinite;
}
#topimage .logo {
  position: absolute;
  z-index: 300;
  top: 20px;
  left: 20px;
  width: 45%;
  max-width: 250px;
  animation: logo-anime 3s infinite;
}
@keyframes alien-move {
  0%, 100% {
    transform: translate(-50%, -45%);
  }
  50% {
    transform: translate(-50%, -40%);
  }
}
@keyframes man1-move {
  0%, 100% {
    transform: translate(0, 0) rotate(-90deg);
  }
  50% {
    transform: translate(0, -15px) rotate(-93deg);
  }
}
@keyframes man2-move {
  0%, 100% {
    transform: translate(0, 0) rotate(5deg);
  }
  50% {
    transform: translate(10px, -10px) rotate(8deg);
  }
}
@keyframes woman1-move {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-15px) rotate(3deg);
  }
}
@keyframes logo-anime {
  0% {
    opacity: 1;
  }
  19% {
    opacity: 1;
  }
  20% {
    opacity: 0.4;
  }
  25% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  55% {
    opacity: 1;
  }
  79% {
    opacity: 1;
  }
  80% {
    opacity: 0.4;
  }
  85% {
    opacity: 1;
  }
  89% {
    opacity: 1;
  }
  90% {
    opacity: 0.4;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#topimage #today-card {
  position: absolute;
  z-index: 200;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  background-color: rgba(51, 51, 51, 0.8);
  backdrop-filter: blur(5px);
  border-radius: 16px;
  border: #00E1E1 5px solid;
  box-shadow: 0 0 10px #00E1E1;
  width: 90%;
  max-width: 350px;
  padding: 16px;
}
#topimage #today-card .today-anime {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#topimage #today-card .card-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  font-family: "Press Start 2P";
}
#topimage #today-card .card-header .header-title {
  background-color: #00E1E1;
  color: #333333;
  text-align: center;
  padding: 4px;
  margin: 0;
  font-size: 20px;
}
#topimage #today-card .card-header .date {
  color: #00E1E1;
  text-align: center;
  margin: 0;
}
#topimage #today-card .table-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#topimage #today-card .table-wrapper .table-head {
  display: flex;
  flex-direction: row;
  color: #00E1E1;
  font-family: "Press Start 2P";
  font-size: 10px;
  gap: 16px;
}
#topimage #today-card .table-wrapper .table-head .head-time {
  padding: 4px 16px;
  border: #00E1E1 3px solid;
}
#topimage #today-card .table-wrapper .table-head .head-content {
  padding: 4px 16px;
  border: #00E1E1 3px solid;
  width: 100%;
  text-align: center;
}
#topimage #today-card .table-wrapper .schedule-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#topimage #today-card .table-wrapper .schedule-list li {
  color: #00E1E1;
  display: flex;
  gap: 32px;
  align-items: center;
  margin: 0;
}
#topimage #today-card .table-wrapper .schedule-list li .time {
  width: 86px;
  text-align: center;
  font-family: "Press Start 2P";
  font-size: 10px;
  text-align: center;
}
#topimage #today-card .table-wrapper .schedule-list li .text {
  font-size: 14px;
  display: inline-block;
  padding-left: 32px;
}

#about {
  background-image: url(../images/star.svg);
  background-repeat: repeat;
  background-position: center;
  background-size: 50%;
}
#about h2 {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 16px;
}
#about h2 img {
  width: 70%;
  max-width: 350px;
  animation: logo-anime 4s infinite;
}
#about p {
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
}
#about p span {
  font-size: 32px;
  display: inline-block;
  padding: 0 4px;
  color: white;
  text-shadow: 0 0 5px #D80E98, 0 0 10px #D80E98, 0 0 20px #D80E98; /* 3層目：広範囲に光る */
}

@keyframes calendar-move {
  0% {
    transform: translateY(-20px) rotate(10deg);
  }
  25% {
    transform: translateY(0px) rotate(10deg);
  }
  50% {
    transform: translateY(-20px) rotate(-10deg);
  }
  75% {
    transform: translateY(0px) rotate(-10deg);
  }
  100% {
    transform: translateY(-20px) rotate(10deg);
  }
}
.cal-card {
  /* --- 初期状態（画面外にいるとき） --- */
  opacity: 0;
  transform: translateY(30px) scale(0.95); /* 少し下＆少し小さい */
  filter: blur(5px); /* 最初はボヤけさせる（ホログラム風） */
  /* 滑らかに変化させる設定 */
  transition: all 0.3s;
  /* --- 画面に入ったとき（JSがつくるクラス） --- */
}
.cal-card.is-active {
  opacity: 1;
  transform: translateY(0) scale(1); /* 元の位置・サイズ */
  filter: blur(0); /* くっきり */
}

.cal-content li {
  /* --- 初期状態（画面外にいるとき） --- */
  opacity: 0;
  transform: translateY(30px) scale(0.95); /* 少し下＆少し小さい */
  filter: blur(5px); /* 最初はボヤけさせる（ホログラム風） */
  /* 滑らかに変化させる設定 */
  transition: all 0.6s;
  /* --- 画面に入ったとき（JSがつくるクラス） --- */
}
.cal-content li.is-active {
  opacity: 1;
  transform: translateY(0) scale(1); /* 元の位置・サイズ */
  filter: blur(0); /* くっきり */
}

@keyframes scanline-scroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100vh;
  } /* 画面の高さ分移動 */
}
#calendar {
  /* 1. 横縞（ストライプ）を作る */
  background-image: linear-gradient(to bottom, transparent 50%, rgba(57, 255, 20, 0.05) 50%);
  /* 2. 縞の太さを決める（4px周期） */
  background-size: 100% 16px;
  /* 3. アニメーションで動かす */
  animation: scanline-scroll 20s linear infinite;
  border-top: #D80E98 5px solid;
}
#calendar .title {
  padding-top: 16px;
  color: white;
  text-shadow: 0 0 5px #D80E98, 0 0 10px #D80E98, 0 0 20px #D80E98; /* 3層目：広範囲に光る */
}
#calendar img {
  animation: calendar-move 2s infinite;
  transform-origin: bottom center;
  height: 200px;
  text-align: center;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  #calendar img {
    height: 300px;
  }
}
#calendar .cal-card {
  max-width: 350px;
  box-shadow: 8px 8px 0 #000;
  width: 100%;
  border-radius: 16px;
  border: 3px solid #000;
  background-color: white;
  overflow: hidden;
}
@media (min-width: 768px) {
  #calendar .cal-card {
    max-width: none;
  }
}
#calendar .cal-card .cal-header {
  background-color: #D80E98;
  color: white;
  font-family: "Press Start 2P";
  border-bottom: 3px solid #000;
  display: flex;
  align-items: end;
  flex-direction: row;
  justify-content: space-between;
  padding: 8px 24px;
}
#calendar .cal-card .cal-header time {
  font-size: 10px;
}
#calendar .cal-card .cal-header time span {
  font-size: 16px;
}
#calendar .cal-card .cal-header time .youbi {
  padding-left: 8px;
  font-size: 12px;
}
#calendar .cal-card .cal-header .lv {
  align-items: end;
  width: auto;
  font-size: 10px;
  display: flex;
  gap: 8px;
  flex-direction: row;
}
#calendar .cal-card .cal-content-wrapper {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#calendar .cal-card .cal-content-wrapper .tag_wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
#calendar .cal-card .cal-content-wrapper .tag_wrapper .tag-start {
  font-family: "Press Start 2P";
  font-size: 10px;
  color: #00B506;
  border: 3px solid #00B506;
  border-radius: 8px;
  padding: 4px 8px;
}
#calendar .cal-card .cal-content-wrapper .tag_wrapper .tag-content {
  font-family: "Press Start 2P";
  font-size: 10px;
  color: #00B506;
  border: 3px solid #00B506;
  border-radius: 8px;
  width: 100%;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
#calendar .cal-card .cal-content-wrapper .cal-content {
  color: #333333;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#calendar .cal-card .cal-content-wrapper .cal-content li {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  border-bottom: #000 1px dashed;
  padding-bottom: 4px;
}
#calendar .cal-card .cal-content-wrapper .cal-content li .cal-start {
  width: 72px;
  text-align: center;
  font-family: "Press Start 2P";
  font-size: 12px;
}
#calendar .cal-card .cal-content-wrapper .cal-content li .cal-content-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 16px;
}
#calendar .cal-card .cal-content-wrapper .cal-content li .cal-content-title h4 {
  font-size: 10px;
}
@media (min-width: 768px) {
  #calendar .cal-card .cal-content-wrapper .cal-content li .cal-content-title h4 {
    font-size: 12px;
  }
}

.paging {
  font-family: "Press Start 2P";
  text-align: center;
  padding: 24px;
  font-size: 16px;
}
@media (min-width: 450px) {
  .paging {
    font-size: 20px;
    padding: 32px;
  }
}
@media (min-width: 768px) {
  .paging {
    font-size: 32px;
    padding: 48px;
  }
}

.lv1 {
  width: 56px;
}
.lv1::after {
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  background-color: #00B506;
  box-shadow: 12px 0 0 0px white, 24px 0 0 0px white, 36px 0 0 0px white, 48px 0 0 0px white;
}

.lv2 {
  width: 56px;
}
.lv2::after {
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  background-color: #00B506;
  box-shadow: 12px 0 0 0px #00B506, 24px 0 0 0px white, 36px 0 0 0px white, 48px 0 0 0px white;
}

.lv3 {
  width: 56px;
}
.lv3::after {
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  background-color: #00B506;
  box-shadow: 12px 0 0 0px #00B506, 24px 0 0 0px #00B506, 36px 0 0 0px white, 48px 0 0 0px white;
}

.lv4 {
  width: 56px;
}
.lv4::after {
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  background-color: #00B506;
  box-shadow: 12px 0 0 0px #00B506, 24px 0 0 0px #00B506, 36px 0 0 0px #00B506, 48px 0 0 0px white;
}

.lv5 {
  width: 56px;
}
.lv5::after {
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  background-color: #00B506;
  box-shadow: 12px 0 0 0px #00B506, 24px 0 0 0px #00B506, 36px 0 0 0px #00B506, 48px 0 0 0px #00B506;
}

.card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
@media (min-width: 768px) {
  .card-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: stretch;
    align-items: center;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    gap: 40px 24px;
  }
}

#system {
  border-top: 5px #00B506 solid;
  background-image: linear-gradient(rgba(0, 181, 6, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 181, 6, 0.1) 1px, transparent 1px);
  background-size: 20px 20px;
}
#system .title {
  padding-top: 16px;
  color: white;
  text-shadow: 0 0 5px #00B506, 0 0 10px #00B506, 0 0 20px #00B506; /* 3層目：広範囲に光る */
}
#system .system-card {
  background-color: #333333;
  border: 3px solid #00B506;
  padding: 40px;
  border-radius: 16px;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 181, 6, 0.4);
  max-width: 600px;
  margin: 0 auto;
}
#system .system-card .system-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#system .system-card .system-row {
  border-bottom: 1px dashed white;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  #system .system-card .system-row {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
}
#system .system-card .system-row dt {
  font-family: "Press Start 2P";
  color: #00B506;
  font-size: 18px;
}
#system .system-card .system-row dd {
  text-align: right;
  font-family: "Press Start 2P";
  display: flex;
  flex-direction: column;
}
#system .system-card .system-row dd .price {
  font-size: 24px;
  color: #fff;
  margin-right: 10px;
}
#system .system-card .system-row dd .text-en, #system .system-card .system-row dd .status-ok {
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
}
#system .system-card .system-row dd .ja {
  display: block;
  font-family: "DotGothic16";
  font-size: 12px;
  color: white;
  margin-top: 4px;
}
@media (min-width: 768px) {
  #system .system-card .system-row dd .ja {
    display: inline;
  }
}
#system .system-card .system-note {
  margin-top: 24px;
  text-align: center;
  color: white;
}

@keyframes menu-move {
  0% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-15deg); /* 真ん中で反対側に */
  }
  100% {
    transform: rotate(15deg); /* 0%と同じ場所に戻す */
  }
}
@keyframes circle1 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(10);
    opacity: 0;
  }
}
@keyframes circle2 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(10);
    opacity: 0;
  }
}
@keyframes circle3 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(8);
    opacity: 0;
  }
}
@keyframes circle4 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(5);
    opacity: 0;
  }
}
#menu::before {
  content: "";
  bottom: 10%;
  right: 20%;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  color: #39FF14;
  position: absolute;
  border: 1px solid rgba(57, 255, 20, 0.3);
  animation: circle1 3s infinite;
  z-index: -1000;
}
#menu::after {
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 100%;
  color: #39FF14;
  position: absolute;
  border: 1px solid rgba(57, 255, 20, 0.3);
  top: 40%;
  right: 0%;
  transform: translate(-50% -50%);
  animation: circle2 4s infinite;
  z-index: -1000;
}

.circle::before {
  content: "";
  top: 30%;
  left: 40%;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  position: absolute;
  border: 1px solid rgba(57, 255, 20, 0.3);
  animation: circle3 5s infinite;
  z-index: -1000;
}
.circle::after {
  content: "";
  width: 300px;
  height: 300px;
  border-radius: 100%;
  color: #39FF14;
  position: absolute;
  border: 1px solid rgba(57, 255, 20, 0.3);
  bottom: 40%;
  right: 50%;
  animation: circle4 6s infinite;
  z-index: -1000;
}

#menu {
  position: relative;
  overflow: hidden;
  border-top: 5px solid #00B506;
}
#menu img {
  height: 200px;
  text-align: center;
  display: block;
  margin-right: auto;
  margin-left: auto;
  animation: menu-move 3s infinite;
  transform-origin: bottom center;
}
@media (min-width: 768px) {
  #menu img {
    height: 300px;
  }
}
#menu .title {
  padding-top: 16px;
  color: white;
  text-shadow: 0 0 5px #00B506, 0 0 10px #00B506, 0 0 20px #00B506; /* 3層目：広範囲に光る */
}
#menu .menu-card {
  border: #000 solid 3px;
  width: 100%;
  max-width: 350px;
  box-shadow: 8px 8px 0 #000;
  font-family: "Press Start 2P";
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #menu .menu-card {
    max-width: none; /* 400px制限を解除して、2列の幅いっぱいに広げる */
  }
}
#menu .menu-card .menu-header {
  background-color: #00B506;
  padding: 8px 16px;
  text-align: center;
  border-bottom: 3px solid #000;
}
#menu .menu-card .menu-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 32px;
  background-color: white;
}
#menu .menu-card .menu-content li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #000000;
  border-bottom: #656565 1px solid;
}

@keyframes access-move {
  0% {
    transform: translateX(100px) scale(20%);
  }
  100% {
    transform: translateX(-100px) scale(130%) rotate(30deg);
  }
}
#access {
  border-top: 5px solid #00E1E1;
}
#access img {
  animation: access-move 2s infinite;
  width: 200px;
  text-align: center;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  #access img {
    width: 300px;
  }
}
#access .title {
  padding-top: 16px;
  color: white;
  text-shadow: 0 0 5px #00E1E1, 0 0 10px #00E1E1, 0 0 20px #00E1E1; /* 3層目：広範囲に光る */
}
#access .map-container {
  border: #00E1E1 3px solid;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  #access .map-container {
    max-width: none;
  }
}
#access .map-container iframe {
  filter: invert(100%);
}
#access .access-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #access .access-wrapper {
    flex-direction: row;
    max-width: 900px;
  }
}
#access .access-text {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 400px;
  border: 3px #00E1E1 solid;
  border-radius: 16px;
  padding: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#access .access-text h3 {
  color: #00E1E1;
  display: block;
  font-size: 24px;
  border-bottom: #00E1E1 3px solid;
  padding-bottom: 8px;
}
#access .access-text .open, #access .access-text .holiday, #access .access-text .address {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.station-info p {
  margin: 5px 0;
  font-size: 12px;
}

address {
  font-size: 16px;
  font-style: normal;
}

#wanted {
  background-color: #111; /* ベースは黒 */
  /* 小さな緑の点を、少し間隔を空けて打つ */
  background-image: radial-gradient(rgba(0, 181, 6, 0.2) 2px, transparent 2px);
  background-size: 30px 30px;
  border-top: 5px solid #D80E98;
}
#wanted .title {
  color: white;
  text-shadow: 0 0 5px #D80E98, 0 0 10px #D80E98, 0 0 20px #D80E98; /* 3層目：広範囲に光る */
}
#wanted .wanted-wrapper {
  border: 5px solid #000000;
  overflow: hidden;
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: white;
  box-shadow: 8px 8px 0 #000000;
}
#wanted .wanted-header {
  letter-spacing: 1.2em;
  text-indent: 1.2em;
  width: 100%;
  padding: 8px 16px;
  font-size: 32px;
  text-align: center;
  background-color: #D80E98;
  color: white;
  font-family: "DotGothic16";
  border-bottom: #000 5px solid;
}
#wanted .wanted-inner {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#wanted .wanted-img {
  position: relative;
  width: 80%;
  height: 300px;
  background-image: url(../images/wanted_2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: #000 5px solid;
  border-radius: 16px;
  overflow: visible;
}

.wanted-img2 {
  animation: hanko-move 2s infinite;
  position: absolute;
  z-index: 100;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%) rotate(-30deg);
  width: 150%;
}

.wanted-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  text-align: center;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  color: #000000;
}
.wanted-content h3 {
  font-size: 32px;
}

p {
  line-height: 1.6;
}

.btn-container {
  text-align: center;
  margin-top: 40px;
}

.glitch-btn {
  display: inline-block;
  position: relative;
  background-color: #D80E98;
  padding: 20px 60px;
  border: 2px solid #fff;
  box-shadow: 6px 6px 0px #000, 6px 6px 0px 2px #fff;
  transition: all 0.1s;
}
.glitch-btn .btn-text {
  font-family: "Press Start 2P";
  font-size: 20px;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}
.glitch-btn:hover {
  transform: translate(4px, 4px);
  box-shadow: 0 0 0 #000;
  background-color: #fff;
}

@keyframes hanko-move {
  0% {
    transform: translate(-50%, -50%) rotate(-30deg) scale(2.2);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  80% {
    transform: translate(-50%, -50%) rotate(-30deg) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) rotate(-30deg) scale(1);
    opacity: 1;
  }
}
#gfooter {
  background-color: #000;
  color: white;
  padding: 60px 24px 24px;
  border-top: 5px solid #333333;
  font-family: "Press Start 2P";
}
#gfooter .footer-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  #gfooter .footer-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
#gfooter .footer-info .footer-logo {
  width: 120px;
  margin-bottom: 16px;
}
#gfooter .footer-info address {
  font-family: "DotGothic16";
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.7;
}
#gfooter .footer-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  #gfooter .footer-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 32px;
  }
}
#gfooter .footer-nav li a {
  color: white;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  transition: color 0.3s;
}
#gfooter .footer-nav li a:hover {
  color: #00B506;
}
#gfooter .pagetop {
  text-align: right;
}
#gfooter .pagetop a {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid white;
  color: white;
  text-decoration: none;
  transition: all 0.3s;
  background-color: #111;
}
#gfooter .pagetop a:hover {
  background-color: #00B506;
  color: #000;
  border-color: #00B506;
  box-shadow: 0 0 10px #00B506;
}
#gfooter .footer-bottom {
  max-width: 1000px;
  margin: 40px auto 0;
  padding-top: 20px;
  border-top: 1px dashed #333;
  text-align: center;
}
#gfooter .footer-bottom .copyright {
  font-size: 10px;
  opacity: 0.5;
  letter-spacing: 1px;
}/*# sourceMappingURL=style.css.map */