@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");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css");
* {
  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;
  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;
  background-color: #1eaef0;
}
.wrap::after {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/bg-texture.jpg) repeat top left/200px 200px;
  mix-blend-mode: overlay;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.hero {
  background: #fff url(../img/hero-bg.jpg?260806) no-repeat center/cover;
  padding: 70px 0 260px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .hero {
    padding: 50px 0 100px;
  }
}
.hero::before {
  content: "";
  width: 100%;
  aspect-ratio: 2083/391;
  position: absolute;
  bottom: -1px;
  left: 0;
  pointer-events: none;
  background: url(../img/intro-line.png) no-repeat center/100% 100%;
}
.hero::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, rgba(33, 52, 65, 0.7));
  position: absolute;
  mix-blend-mode: darken;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero__content {
  width: calc(100% - 60px);
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .hero__content {
    max-width: 400px;
    width: 85%;
  }
}
.hero__ttl {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .hero__ttl {
    width: 88%;
  }
}
.hero__ttl img {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}
.hero__text {
  margin: 20px 0 0;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
}
@media only screen and (max-width: 767px) {
  .hero__text {
    margin: 15px 0 0;
    font-size: 1rem;
    line-height: 1.6;
  }
}
.hero__text span {
  font-weight: 800;
  color: #ffe400;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .hero__text span {
    font-size: 1.2rem;
  }
}

.content {
  position: relative;
  z-index: 0;
}
.content::after {
  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;
  }
}

.intro {
  position: relative;
  padding: 0 0 300px;
  background: linear-gradient(#00c8ff, #0060e8);
}
@media only screen and (max-width: 767px) {
  .intro {
    padding: 0 0 120px;
  }
}
.intro::before {
  content: "";
  width: 100%;
  aspect-ratio: 2083/391;
  position: absolute;
  bottom: -1px;
  left: 0;
  pointer-events: none;
  background: url(../img/topics-line.png) no-repeat center/100% 100%;
}
.intro .note {
  background-color: #fff;
  box-shadow: 7px 7px 0 rgba(4, 63, 119, 0.5);
  color: #333;
  border-radius: 30px;
  max-width: 750px;
  margin: -50px auto 0;
  padding: 35px 40px 50px;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .intro .note {
    width: 80%;
    margin: 0 auto 0;
    padding: 25px 20px;
  }
}
.intro .note__ttl {
  background-color: rgba(0, 127, 227, 0.1);
  color: #005dd1;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px;
  padding: 5px 30px;
  border-radius: 99px;
  font-size: 1.05rem;
}
@media only screen and (max-width: 767px) {
  .intro .note__ttl {
    margin: 0 0 15px;
    font-size: 0.95rem;
  }
}
.intro .note p {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .intro .note p {
    font-size: 0.8rem;
  }
}

.topics {
  position: relative;
  z-index: 10;
  background: linear-gradient(#005dd1, #1c71dc, #1eaef0);
  padding: 10px 0 120px;
}
@media only screen and (max-width: 767px) {
  .topics {
    margin: 0;
    padding: 50px 0 50px;
  }
}
.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: 15px 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;
  box-shadow: 7px 7px 0 #043f77;
  color: #00254b;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
  border-radius: 99px;
  font-size: 1rem;
  width: 155px;
  height: 55px;
  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;
  }
}
.topics__nav-item:hover {
  background-color: #043f77;
  color: #fff;
  box-shadow: 7px 7px 0 #000;
}
.topics__nav-item.active {
  background-color: #043f77;
  color: #fff;
  box-shadow: 7px 7px 0 #000;
}
.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: #fff;
  box-shadow: 7px 7px 0 rgba(4, 63, 119, 0.5);
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .topics__item {
    width: calc((100% - 20px) / 2);
  }
}
.topics__item:hover {
  box-shadow: 7px 7px 0 #043f77;
}
.topics__item:hover .topics__pic img {
  transform: scale(1.1);
}
.topics__item a {
  color: #000;
}
.topics__pic {
  background-color: #000;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 15px 15px 0 0;
}
@media only screen and (max-width: 767px) {
  .topics__pic {
    height: 120px;
    margin-bottom: 10px;
  }
}
.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__text {
  padding: 0 15px 17px;
}
.topics__category {
  background-color: rgba(0, 127, 227, 0.1);
  color: #005dd1;
  display: inline-block;
  font-weight: 600;
  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: 600;
}
@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;
  font-weight: 600;
  margin: 50px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .topics__soon {
    font-size: 1.1rem;
    margin: 20px 0;
  }
}
.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 {
  position: relative;
  background-color: #fff;
  margin: 80px auto 150px;
  padding: 70px 30px;
}
@media only screen and (max-width: 767px) {
  .shop {
    margin: 80px auto 100px;
    padding: 30px 15px 0;
  }
}
.shop::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url(../img/wave.png);
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 40px;
  animation: waveScroll 20s linear infinite;
}
@media only screen and (max-width: 767px) {
  .shop::before {
    height: 30px;
    background-position: top left -60px;
    background-size: auto 30px;
    top: -30px;
  }
}
.shop::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url(../img/wave.png);
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 40px;
  transform: scaleY(-1);
  animation: waveScroll 20s linear infinite;
}
@media only screen and (max-width: 767px) {
  .shop::after {
    height: 30px;
    background-position: top left -60px;
    background-size: auto 30px;
    bottom: -30px;
  }
}
@keyframes waveScroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.shop__content {
  position: relative;
  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: 650px;
  border-radius: 0 50px 0 50px;
  border: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .shop__content iframe {
    border-radius: 30px;
    height: 550px;
  }
}
.shop h2 {
  background-color: #fff;
  color: #005dd1;
  border-radius: 0 0 50px 0;
  position: absolute;
  left: -10px;
  top: 0;
  text-align: left;
  padding: 10px 30px 25px;
}
.shop__info {
  position: absolute;
  right: -10px;
  bottom: 0;
  border-radius: 50px 0 0 0;
  min-width: 400px;
  font-size: 0.95rem;
  font-weight: 500;
  background-color: #fff;
  color: #005dd1;
  padding: 30px 40px 10px;
}
@media only screen and (max-width: 767px) {
  .shop__info {
    position: static;
    padding: 25px 0 35px;
    min-width: initial;
  }
}
.shop__info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px 0;
  font-size: 0.9rem;
}
@media only screen and (max-width: 767px) {
  .shop__info ul {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    gap: 5px 0;
  }
}
.shop__info ul li {
  padding-left: 1.7rem;
  text-indent: -1.7rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .shop__info ul li {
    padding-left: 0;
    text-indent: 0;
  }
}
.shop__info ul li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .shop__info ul li::before {
    position: absolute;
    top: 0;
    left: -1.7rem;
  }
}
.shop__info ul li:nth-of-type(1)::before {
  content: "\f3c5";
}
.shop__info ul li:nth-of-type(2)::before {
  content: "\f239";
}
.shop__info ul li:nth-of-type(3)::before {
  content: "\f095";
}
.shop__info-name {
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .shop__info-name {
    text-align: center;
    font-size: 1.2rem;
    margin: 0 0 15px;
  }
}
.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: 250px;
  height: 55px;
  margin: 23px 0 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;
}

.sns {
  padding: 0 0 200px;
}
@media only screen and (max-width: 767px) {
  .sns {
    padding: 0 0 100px;
  }
}
.sns__content {
  display: flex;
  justify-content: center;
  gap: 0 40px;
}
@media only screen and (max-width: 767px) {
  .sns__content {
    flex-direction: column;
    gap: 20px 0;
  }
}
.sns__item {
  background-color: #fff;
  color: #005dd1;
  box-shadow: 7px 7px 0 rgba(4, 63, 119, 0.5);
  font-family: "Montserrat";
  min-width: 350px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0 15px;
  border-radius: 15px;
  padding: 30px 30px;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sns__item {
    max-width: 250px;
    padding: 20px 30px;
    margin: 0 auto;
  }
}
.sns__item:hover {
  box-shadow: 7px 7px 0 #043f77;
  background-color: #e5effb;
}
.sns__item:first-child .sns__icon::before {
  content: "\e61b";
}
.sns__item:last-child .sns__icon::before {
  content: "\f16d";
}
.sns__icon::before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 900;
  font-size: 3rem;
}
.sns__text {
  font-size: 1.3rem;
  font-weight: 700;
}
.sns__text span {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
}
@media only screen and (max-width: 767px) {
  .sns__text span {
    font-size: 0.8rem;
  }
}/*# sourceMappingURL=style.css.map */