@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  background-color: #03b9f1;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

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

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

.global_head {
  margin: 0 !important;
}

.wrap {
  font-family: "Noto Sans JP";
  position: relative;
  z-index: 0;
}
.wrap::before {
  left: 0;
  animation: bgScrollTop 15s linear infinite;
}
.wrap::after {
  position: absolute;
  top: 0;
  right: 0;
  animation: bgScrollBottom 15s linear infinite;
}

.hero {
  background: #fff url(../img/hero-bg.jpg) no-repeat center/cover;
  height: 500px;
  padding: 100px 0 0;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .hero {
    height: 220px;
    padding: 60px 0 0;
  }
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url(../img/wave.png);
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 100px;
  animation: waveScroll 20s linear infinite;
}
@media only screen and (max-width: 767px) {
  .hero::after {
    height: 25px;
    background-position: top left -40px;
    background-size: auto 25px;
  }
}
@keyframes waveScroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.hero__content {
  width: calc(100% - 60px);
  max-width: 850px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .hero__content {
    max-width: 400px;
    width: 88%;
    padding-left: 15px;
  }
}
.hero__ttl {
  text-align: center;
}
.hero__ttl img {
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));
}
.hero__date {
  background-color: #000;
  padding: 7px 0;
}
.hero__date img {
  margin: 0 auto;
  display: block;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .hero__date img {
    height: 20px;
  }
}

.content {
  position: relative;
  z-index: 0;
}
.content::after {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/content-bg.png) no-repeat top left/cover;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

h2 {
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.1rem;
  margin: 0 0 60px;
  font-family: "Montserrat";
  position: relative;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 2.5rem;
    margin: 0 0 35px;
  }
}
h2 span {
  display: block;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  h2 span {
    font-size: 0.9rem;
  }
}

.note {
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  max-width: 800px;
  margin: 260px auto 0;
  padding: 35px 40px 40px 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .note {
    width: 80%;
    margin: 130px auto 0;
    padding: 25px 30px 25px 40px;
  }
}
.note__ttl {
  background-color: rgba(0, 127, 227, 0.1);
  display: inline-block;
  font-weight: 700;
  text-align: center;
  margin: 0 0 17px;
  padding: 5px 20px;
  border-radius: 99px;
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .note__ttl {
    margin: 0 0 15px;
    font-size: 1rem;
  }
}
.note ul {
  padding: 0;
  margin: 0;
  text-align: left;
  display: grid;
  gap: 5px;
}
@media only screen and (max-width: 767px) {
  .note ul {
    font-size: 0.85rem;
    line-height: 1.6;
  }
}
.note ul li {
  position: relative;
}

.topics {
  padding: 100px 0 120px;
}
@media only screen and (max-width: 767px) {
  .topics {
    padding: 50px 0 90px;
  }
}
.topics__nav {
  max-width: 1200px;
  width: calc(100% - 50px);
  margin: 0 auto 60px;
  color: #000;
  border-radius: 10px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
@media only screen and (max-width: 767px) {
  .topics__nav {
    max-width: 380px;
    margin: 0 auto 45px;
    gap: 10px;
  }
}
.topics__nav-item {
  background-color: #fff;
  border: 1.5px solid #007fe3;
  color: #333;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
  border-radius: 50%;
  font-size: 0.95rem;
  width: 115px;
  height: 115px;
  padding: 2px 5px 0;
}
@media only screen and (max-width: 767px) {
  .topics__nav-item {
    width: calc((100% - 20px) / 3);
    font-size: 0.8rem;
    line-height: 1.2;
    height: 45px;
    border-radius: 99px;
  }
}
.topics__nav-item:hover {
  background-color: #e1f2ff;
}
.topics__nav-item.active {
  background-color: #007fe3;
  border: 1.5px solid #007fe3;
  color: #fff;
}
.topics__nav-item.nav-small {
  font-size: 0.7rem;
}
.topics__list {
  max-width: 1200px;
  width: calc(100% - 50px);
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 2%;
}
@media only screen and (max-width: 767px) {
  .topics__list {
    gap: 15px;
  }
}
.topics__item {
  width: 23.5%;
  background-color: #000;
  padding: 15px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .topics__item {
    width: calc((100% - 20px) / 2);
    padding: 12px;
  }
}
.topics__item:hover {
  background-color: #444;
}
.topics__item:hover .topics__pic img {
  transform: scale(1.1);
}
.topics__item:hover .topics__category {
  background-color: #666;
}
.topics__item a {
  color: #fff;
}
.topics__pic {
  background-color: #000;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .topics__pic {
    height: 120px;
  }
}
.topics__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s;
}
.topics__pic img.noimage {
  -o-object-fit: cover;
     object-fit: cover;
}
.topics__category {
  background-color: #444;
  display: inline-block;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  margin-bottom: 10px;
  padding: 3px 8px;
  border-radius: 99px;
}
.topics__ttl {
  margin: 0 0 10px;
  font-size: 1rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 73px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .topics__ttl {
    margin: 0 0 5px;
    font-size: 0.8rem;
    line-height: 1.3;
    height: 52px;
  }
}
.topics__date {
  font-family: sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  display: block;
  text-align: right;
  color: #999;
}
@media only screen and (max-width: 767px) {
  .topics__date {
    font-size: 0.65rem;
  }
}
.topics__soon {
  font-family: "Montserrat";
  font-size: 1.6rem;
  margin: 50px 0;
}
@media only screen and (max-width: 767px) {
  .topics__soon {
    font-size: 1.1rem;
    margin: 20px 0;
  }
}
.topics__link {
  display: none;
  text-align: center;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .topics__link {
    margin-top: 40px;
  }
}
.topics__link-btn {
  display: inline-flex;
  align-items: center;
  background-color: #000;
  color: #fff;
  border-radius: 99px;
  min-width: 250px;
  height: 60px;
  margin: 0 auto;
  padding: 0 65px 0 23px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background-color var(--transition-base), border-color var(--transition-base), color var(--transition-base);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .topics__link-btn {
    min-width: 180px;
    height: 50px;
    padding: 0 45px 0 20px;
    font-size: 0.9rem;
  }
}
.topics__link-btn:hover {
  background-color: #fff;
  color: #03b9f1;
}
.topics__link-btn:hover .topics__arrow {
  background-color: #03b9f1;
}
.topics__link-btn:hover .topics__arrow::after {
  border-top: solid 2.5px #fff;
  border-right: solid 2.5px #fff;
}
.topics__arrow {
  background-color: #fff;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
}
@media only screen and (max-width: 767px) {
  .topics__arrow {
    width: 20px;
    height: 20px;
    right: 13px;
  }
}
.topics__arrow::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2.5px #000;
  border-right: solid 2.5px #000;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .topics__arrow::after {
    width: 5px;
    height: 5px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    right: 7.5px;
  }
}

.shop {
  max-width: 1200px;
  width: calc(100% - 50px);
  margin: 0 auto;
  padding: 80px 0 150px;
}
@media only screen and (max-width: 767px) {
  .shop {
    padding: 10px 0 75px;
  }
}
.shop__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 60px;
}
@media only screen and (max-width: 767px) {
  .shop__content {
    grid-template-columns: auto;
    gap: 50px 0;
  }
}
.shop__content iframe {
  width: 100%;
  height: 550px;
}
@media only screen and (max-width: 767px) {
  .shop__content iframe {
    height: 350px;
  }
}
.shop__map {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .shop__map {
    margin-bottom: 20px;
  }
}
.shop__info-name {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0 0 25px;
}
@media only screen and (max-width: 767px) {
  .shop__info-name {
    font-size: 1.2rem;
    margin: 0 0 20px;
  }
}
.shop__info-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .shop__info-container {
    justify-content: flex-start;
  }
}
.shop__info-container p {
  margin: 0 0 15px;
  font-size: 0.95rem;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .shop__info-container p {
    margin: 0 20px 10px;
    font-size: 0.85rem;
  }
}
.shop__info-container span {
  display: block;
  font-weight: 600;
  margin: 0 0 5px;
}
.shop__link {
  background: #000;
  color: #fff;
  border-radius: 99px;
  width: 100%;
  max-width: 280px;
  height: 60px;
  margin: 23px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.05rem;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .shop__link {
    max-width: 220px;
    height: 50px;
    margin: 15px auto 0;
    font-size: 0.9rem;
  }
}
.shop__link:hover {
  background-color: #fff;
  color: #03b9f1;
}/*# sourceMappingURL=style.css.map */