@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
.sns-twitter::before {
  content: "\e61b";
}

.sns-instagram::before {
  content: "\f16d";
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
}

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

.top {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgb(1, 76, 255) 0%, rgb(52, 194, 253) 82%);
  height: 750px;
}
@media only screen and (max-width: 767px) {
  .top {
    height: 560px;
  }
}
.top__cloud, .top__land, .top__wave, .top__sand {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 500px;
  background-size: 500px auto;
  background-repeat: repeat-x;
  background-position: bottom left;
  pointer-events: none;
}
.top__cloud {
  z-index: 1;
  top: -100px;
  background-image: url("../img/cloud.png");
  animation: cloudMoveLeft 60s linear infinite;
}
.top__land {
  z-index: 2;
  background-image: url("../img/land.png");
}
.top__broadway {
  position: absolute;
  z-index: 3;
  bottom: 120px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.top__broadway img {
  display: block;
  max-width: 250px;
  width: 95%;
  margin: 0 auto;
}
.top__sand {
  z-index: 3;
  background-image: url("../img/sand.png");
}
.top__wave {
  z-index: 4;
  background-image: url("../img/wave.png");
  animation: seaMoveRight 15s ease-in-out infinite;
}
.top__ttl {
  position: relative;
  z-index: 20;
  text-align: center;
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
.top__ttl img {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}

@keyframes cloudMoveLeft {
  from {
    background-position: 0 bottom;
  }
  to {
    background-position: -500px bottom;
  }
}
@keyframes seaMoveRight {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
.main {
  position: relative;
  z-index: 50;
  width: 100%;
  color: #fff;
  text-align: center;
  overflow: visible;
}
@media only screen and (min-width: 768px) {
  .main .catch {
    padding: 64px 20px 200px;
  }
}
@media only screen and (max-width: 767px) {
  .main .catch {
    padding: 64px 20px 75px;
  }
}
.main .catch {
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.25), transparent 30%), linear-gradient(135deg, #ff6b00 0%, #ff2f6d 100%);
}
.main .catch__info {
  max-width: 960px;
  margin: 0 auto 40px;
  padding: 36px 28px;
  background: rgba(255, 255, 255, 0.14);
  border: 3px solid rgba(255, 255, 255, 0.8);
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24), inset 0 0 0 2px rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(6px);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(18px, 2.4vw, 30px);
  font-weight: 800;
  line-height: 1.75;
  letter-spacing: 0.04em;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.28);
}
.main .catch__info h2 {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .main .catch__info {
    margin-bottom: 32px;
    padding: 28px 20px;
    border-radius: 22px;
    font-size: 15px;
    line-height: 1.85;
    letter-spacing: 0.02em;
  }
}
.main .nav {
  position: sticky;
  top: 0;
  z-index: 9999999998;
  box-sizing: border-box;
  max-width: 980px;
  width: calc(100% - 40px);
  margin: -245px auto -1px;
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .main .nav {
    width: calc(100% - 24px);
    margin: -100px auto -1px;
    padding: 10px 0;
  }
}
.main .nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .main .nav__list {
    justify-content: center;
    gap: 8px;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 12px;
    scrollbar-width: none;
  }
  .main .nav__list::-webkit-scrollbar {
    display: none;
  }
}
.main .nav__list--button {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .main .nav__list--button {
    flex: 0 0 auto;
  }
}
.main .nav__list--button a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  padding: 14px 22px;
  background: #fff;
  color: #ff2f6d;
  border: 3px solid #fff;
  border-radius: 999px;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none;
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.2);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}
@media only screen and (max-width: 767px) {
  .main .nav__list--button a {
    width: auto;
    min-width: 0;
    padding: 11px 14px;
    font-size: 13px;
    white-space: nowrap;
  }
}
.main .nav__list--button a:hover {
  background: #fff000;
  color: #222;
  transform: translateY(4px);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.22);
}
.main .nav__list--button a:focus-visible {
  outline: 4px solid #fff000;
  outline-offset: 4px;
}

.access {
  position: relative;
  z-index: 1;
  padding: 96px 20px 80px;
  background: linear-gradient(90deg, #000760 0%, #2352d3 100%);
  color: #111;
  scroll-margin-top: 96px;
}
@media only screen and (max-width: 767px) {
  .access {
    padding: 72px 14px 56px;
  }
}
.access__inner {
  max-width: 960px;
  margin: 0 auto;
}
.access__ttl {
  margin: 0 auto 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .access__ttl {
    margin-bottom: 22px;
  }
}
.access__ttl h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 24px 16px;
  color: #ffa700;
  font-family: "Courier New", monospace;
  font-size: 64px;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .access__ttl h3 {
    font-size: 40px;
    padding-bottom: 12px;
  }
}
.access__ttl h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  transform: translateX(-50%);
}
.access__ttl h3 span {
  display: block;
  margin-top: 8px;
  color: #ffa700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.access__map {
  position: relative;
  padding: 12px;
  background: #fff;
  border: 4px solid #111;
  border-radius: 8px;
  box-shadow: 8px 8px 0 #111;
}
@media only screen and (max-width: 767px) {
  .access__map {
    padding: 8px;
    box-shadow: 5px 5px 0 #111;
  }
}
.access__map img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.info {
  background: linear-gradient(35deg, #fec60e 0%, #fef00e 100%);
  padding-top: 70px;
}
@media only screen and (max-width: 767px) {
  .info {
    padding-top: 1px;
  }
}
.info__wrap {
  max-width: 750px;
  margin: 0 auto;
}
.info__ttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .info__ttl {
    margin: 0 auto 46px;
  }
}
@media only screen and (max-width: 767px) {
  .info__ttl {
    margin: 46px auto 28px;
  }
}
.info__ttl h3 {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0;
  padding: 0 24px 18px;
  color: #00aaa4;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.05em;
  text-align: center;
  text-shadow: none;
}
@media only screen and (min-width: 768px) {
  .info__ttl h3 {
    font-size: 78px;
  }
}
@media only screen and (max-width: 767px) {
  .info__ttl h3 {
    font-size: 42px;
  }
}
.info__ttl h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 10px;
  border-radius: 999px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .info__ttl h3::after {
    height: 7px;
  }
}
.info__ttl h3 span {
  display: block;
  margin-top: 10px;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: "Courier New", monospace;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #00aaa4;
}
@media only screen and (min-width: 768px) {
  .info__ttl h3 span {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .info__ttl h3 span {
    font-size: 18px;
  }
}

.topics {
  position: relative;
  z-index: 10;
  padding: 0 0 72px;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .topics {
    padding: 0 14px 52px;
  }
}
.topics__container {
  margin: 0 auto;
  text-align: left;
}
.topics #list {
  display: block;
}
.topics__soon {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .topics__soon {
    font-size: 18px;
  }
}
.topics__featured {
  margin-bottom: 34px;
}
.topics__feature-link {
  display: grid;
  grid-template-columns: minmax(0, 45%) minmax(0, 1fr);
  min-height: 330px;
  background: #fff;
  border: 4px solid #000;
  border-radius: 8px;
  box-shadow: 8px 8px 0 #000;
  color: #000;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}
@media only screen and (max-width: 767px) {
  .topics__feature-link {
    display: block;
    min-height: 0;
    box-shadow: 5px 5px 0 #000;
  }
}
.topics__feature-link:hover {
  transform: translateY(4px);
  box-shadow: 4px 4px 0 #000;
  opacity: 0.94;
}
.topics__feature-pic {
  position: relative;
  background: #000;
  min-height: 330px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .topics__feature-pic {
    min-height: 0;
    aspect-ratio: 16/9;
  }
}
.topics__feature-pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .topics__feature-pic img {
    position: absolute;
    inset: 0;
  }
}
.topics__feature-body {
  position: relative;
  padding: 32px 34px 80px;
  background: linear-gradient(135deg, rgba(255, 240, 0, 0.26), transparent 46%), #fff;
}
@media only screen and (max-width: 767px) {
  .topics__feature-body {
    padding: 22px 18px 74px;
  }
}
.topics__meta {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.topics__date {
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #ff2f6d;
}
@media only screen and (max-width: 767px) {
  .topics__date {
    font-size: 12px;
  }
}
.topics__label {
  display: inline-block;
  padding: 5px 12px;
  background: #ff2f6d;
  border: 2px solid #000;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  .topics__label {
    padding: 4px 10px;
    font-size: 11px;
  }
}
.topics__feature-name {
  position: relative;
  z-index: 2;
  margin: 0 0 18px;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .topics__feature-name {
    font-size: 20px;
    line-height: 1.45;
  }
}
.topics__feature-desc {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .topics__feature-desc {
    font-size: 13px;
    line-height: 1.7;
  }
}
.topics__feature-more, .topics__item-more {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 10px 18px;
  background: #fff000;
  border: 2px solid #000;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 3px 3px 0 #000;
}
@media only screen and (max-width: 767px) {
  .topics__feature-more, .topics__item-more {
    right: 14px;
    bottom: 14px;
    padding: 8px 14px;
    font-size: 12px;
  }
}
.topics__section-label {
  margin: 0 0 16px;
  padding-left: 14px;
  border-left: 8px solid #00aaa4;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  .topics__section-label {
    font-size: 18px;
  }
}
.topics__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.topics__item {
  position: relative;
  width: 100%;
  transition: opacity 0.18s ease;
}
.topics__item.is-hidden {
  display: none;
}
.topics__link {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr) auto;
  align-items: stretch;
  min-height: 112px;
  background: #fff;
  border: 3px solid #000;
  border-radius: 8px;
  box-shadow: 4px 4px 0 #000;
  color: #000;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}
@media only screen and (max-width: 767px) {
  .topics__link {
    grid-template-columns: 96px minmax(0, 1fr);
    min-height: 96px;
  }
}
.topics__link:hover {
  transform: translateY(3px);
  box-shadow: 2px 2px 0 #000;
  opacity: 0.94;
}
.topics__pic {
  position: relative;
  background: #000;
  overflow: hidden;
}
.topics__pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topics__body {
  position: relative;
  padding: 16px 18px;
  background: linear-gradient(90deg, rgba(255, 240, 0, 0.18), transparent 42%), #fff;
}
@media only screen and (max-width: 767px) {
  .topics__body {
    padding: 12px 12px 14px;
  }
}
.topics__name {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .topics__name {
    font-size: 14px;
    line-height: 1.45;
  }
}
.topics__item-more {
  position: static;
  align-self: center;
  margin: 0 18px 0 0;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .topics__item-more {
    display: none;
  }
}
.topics__actions {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.topics__more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 14px 24px;
  background: #00aaa4;
  border: 3px solid #000;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  box-shadow: 4px 4px 0 #000;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}
.topics__more-button:hover {
  background: #0071bc;
  transform: translateY(3px);
  box-shadow: 2px 2px 0 #000;
}
.topics__more-button:focus-visible {
  outline: 4px solid #fff000;
  outline-offset: 4px;
}

.sns {
  position: relative;
  z-index: 1;
  padding: 84px 20px 92px;
  background: linear-gradient(35deg, #00aaa4 0%, #0e75d4 100%);
  color: #111;
  scroll-margin-top: 96px;
}
@media only screen and (max-width: 767px) {
  .sns {
    padding: 64px 14px 68px;
  }
}
.sns__inner {
  max-width: 960px;
  margin: 0 auto;
}
.sns__ttl {
  margin: 0 auto 24px;
  text-align: center;
}
.sns__ttl h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 24px 16px;
  color: #ffffff;
  font-family: "Courier New", monospace;
  font-size: 64px;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .sns__ttl h3 {
    font-size: 40px;
    padding-bottom: 12px;
  }
}
.sns__ttl h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  transform: translateX(-50%);
}
.sns__ttl h3 span {
  display: block;
  margin-top: 8px;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.sns__lead {
  max-width: 720px;
  margin: 0 auto 30px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sns__lead {
    margin-bottom: 24px;
    font-size: 14px;
  }
}
.sns__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
@media only screen and (max-width: 767px) {
  .sns__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.sns__card {
  --sns-accent: #ff2f6d;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 22px;
  background: #fff;
  border: 4px solid #111;
  border-radius: 8px;
  box-shadow: 6px 6px 0 #111;
  color: #111;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}
@media only screen and (max-width: 767px) {
  .sns__card {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 18px;
    box-shadow: 5px 5px 0 #111;
  }
}
.sns__card:hover {
  transform: translateY(4px);
  box-shadow: 3px 3px 0 #111;
  opacity: 0.94;
}
.sns__card:focus-visible {
  outline: 4px solid #fff000;
  outline-offset: 5px;
}
.sns__card--instagram {
  --sns-accent: #ed1e79;
}
.sns__card--x {
  --sns-accent: #0071bc;
}
.sns__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  background: var(--sns-accent);
  border: 3px solid #111;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
  box-shadow: 3px 3px 0 #111;
}
@media only screen and (max-width: 767px) {
  .sns__icon {
    width: 48px;
    height: 48px;
    font-size: 23px;
  }
}
.sns__body {
  display: block;
  min-width: 0;
}
.sns__name, .sns__account {
  display: block;
}
.sns__name {
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .sns__name {
    font-size: 20px;
  }
}
.sns__account {
  color: var(--sns-accent);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
  word-break: break-word;
}
@media only screen and (max-width: 767px) {
  .sns__account {
    font-size: 13px;
  }
}
.sns__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  background: #fff000;
  border: 2px solid #111;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 3px 3px 0 #111;
}
@media only screen and (max-width: 767px) {
  .sns__button {
    display: none;
  }
}
.sns__note {
  max-width: 720px;
  margin: 28px auto 0;
  padding: 16px 20px;
  background: #fff;
  border: 3px solid #111;
  border-radius: 8px;
  box-shadow: 4px 4px 0 #111;
  color: #222;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.7;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sns__note {
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .global_foot {
    height: 284px;
  }
}

.global_head {
  margin: 0 !important;
}

header, footer {
  position: relative;
  z-index: 9999999999;
}/*# sourceMappingURL=style.css.map */