@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=DotGothic16&family=Montserrat&family=Oswald:wght@500&family=VT323&display=swap");
@import url("https://fonts.googleapis.com/css2?family=WDXL+Lubrifont+JP+N&display=swap");
@import url(https://use.fontawesome.com/releases/v6.4.2/css/all.css);
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  background-color: #0067E4;
  color: #fff;
}

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

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

.global_head {
  margin: 0;
  position: relative;
  z-index: 10;
}

footer {
  position: relative;
  z-index: 10;
}

.wrap {
  font-family: "Noto Sans JP";
  overflow: hidden;
}

.block {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .block {
    width: calc(100% - 35px);
  }
}
@media only screen and (min-width: 768px) {
  .block {
    max-width: 1200px;
    width: calc(100% - 50px);
  }
}

h2 {
  text-align: center;
  font-family: "WDXL Lubrifont JP N";
  margin: 0 0 50px;
  text-shadow: 7px 7px 0 rgba(0, 0, 0, 0.2);
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 4rem;
  }
}

.hero {
  position: relative;
  text-align: center;
  background: url(../img/hero-bg.png?v2) no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  .hero {
    height: 570px;
    padding: 15px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    height: 900px;
    padding: 70px 0 0;
  }
}
.hero::before {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/bg-texture.jpg) repeat top left/250px 250px;
  mix-blend-mode: overlay;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}
.hero::after {
  content: "";
  background: url(../img/hero-bottom.png), url(../img/hero-left.png), url(../img/hero-right.png);
  background-repeat: no-repeat;
  background-position: bottom left, top left, top right;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .hero::after {
    background-size: contain, 160px, 160px;
  }
}
@media only screen and (min-width: 768px) {
  .hero::after {
    background-size: contain, 400px, 400px;
  }
}
.hero h1 {
  position: relative;
  z-index: 10;
}
.hero h1 img {
  filter: drop-shadow(0 0 30px rgba(0, 103, 228, 0.7)) drop-shadow(-10px -10px 5px rgba(73, 203, 242, 0.3)) drop-shadow(10px 10px 0 rgba(0, 0, 0, 0.2));
}
@media only screen and (max-width: 767px) {
  .hero h1 img {
    width: 92%;
  }
}
.hero__shr {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .hero__shr {
    width: 370px;
    left: 50%;
    bottom: 90px;
    translate: -50% 0;
  }
}
@media only screen and (min-width: 768px) {
  .hero__shr {
    z-index: 1;
    width: 700px;
    bottom: 160px;
    left: calc(50% - 900px);
  }
}
.hero__img {
  position: absolute;
  bottom: 200px;
  right: calc(50% - 830px);
  translate: -50% 0;
  width: 250px;
}
.content {
  position: relative;
  background: linear-gradient(#1eb9e7, #49cbf2, #1eb9e7);
}
.content::before {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/bg-texture.jpg) repeat top left/250px 250px;
  mix-blend-mode: overlay;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}
.content::after {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/content-bg.png) no-repeat top left/cover;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}
.content__img img {
  position: absolute;
  filter: drop-shadow(7px 7px 0 rgba(0, 0, 0, 0.2));
}
@media only screen and (max-width: 767px) {
  .content__img.img-01 img {
    top: 60px;
    left: calc(50% - 260px);
    width: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .content__img.img-01 img {
    top: 100px;
    left: calc(50% - 630px);
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .content__img.img-02 img {
    top: 400px;
    right: calc(50% - 260px);
    width: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .content__img.img-02 img {
    top: 400px;
    right: calc(50% - 600px);
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .content__img.img-03 img {
    top: 530px;
    left: calc(50% - 160px);
    width: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .content__img.img-03 img {
    top: 550px;
    left: calc(50% - 400px);
    width: 95px;
  }
}
.content__img.img-04 img {
  filter: none;
}
@media only screen and (max-width: 767px) {
  .content__img.img-04 img {
    top: 200px;
    right: -130px;
    width: 190px;
  }
}
@media only screen and (min-width: 768px) {
  .content__img.img-04 img {
    top: 80px;
    right: -130px;
  }
}
.content__img.img-05 img {
  filter: none;
}
@media only screen and (max-width: 767px) {
  .content__img.img-05 img {
    top: 600px;
    left: -70px;
    width: 190px;
  }
}
@media only screen and (min-width: 768px) {
  .content__img.img-05 img {
    top: 680px;
    left: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .content__img.img-06 img {
    bottom: 100px;
    right: calc(50% - 250px);
    width: 80px;
    rotate: 35deg;
  }
}
@media only screen and (min-width: 768px) {
  .content__img.img-06 img {
    bottom: 160px;
    right: calc(50% - 700px);
    width: 170px;
    rotate: 35deg;
  }
}
.content__img.img-07 img {
  filter: none;
}
@media only screen and (max-width: 767px) {
  .content__img.img-07 img {
    bottom: 240px;
    left: -120px;
    transform: scale(-1, 1);
    width: 190px;
  }
}
@media only screen and (min-width: 768px) {
  .content__img.img-07 img {
    bottom: 280px;
    left: -120px;
    transform: scale(-1, 1);
  }
}

@media only screen and (max-width: 767px) {
  .intro {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) {
  .intro {
    padding: 140px 0 190px;
  }
}
.intro__ttl {
  color: #fff000;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.05rem;
  text-shadow: 7px 7px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .intro__ttl {
    font-size: 1.6rem;
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .intro__ttl {
    font-size: 2.5rem;
    margin: 0 0 30px;
  }
}
.intro__text {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .intro__text {
    gap: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .intro__text {
    gap: 25px 0;
  }
}
.intro__text p {
  font-weight: 600;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .intro__text p {
    font-size: 0.95rem;
    line-height: 1.8;
    letter-spacing: 0.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .intro__text p {
    line-height: 2;
    letter-spacing: 0.15rem;
  }
}

@media only screen and (max-width: 767px) {
  .topics {
    padding: 0 0 80px;
  }
}
@media only screen and (min-width: 768px) {
  .topics {
    padding: 0 0 100px;
  }
}
.topics h2 {
  color: #fff000;
}
.topics__nav {
  list-style: none;
  padding: 0;
  gap: 10px;
  justify-items: stretch;
}
@media only screen and (max-width: 767px) {
  .topics__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 0 auto 50px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__nav {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    max-width: 950px;
    width: calc(100% - 50px);
    gap: 25px;
    margin: 0 auto 70px;
  }
}
.topics__nav .tab {
  position: relative;
  font-family: "WDXL Lubrifont JP N";
  background-color: #fff000;
  color: #1a94b9;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-content: center;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  width: 100%;
  min-width: 60px;
  height: auto;
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .topics__nav .tab {
    width: calc(20% - 8px);
    font-size: 1rem;
    padding: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__nav .tab {
    font-size: 1.3rem;
    transition: 0.3s;
    padding: 20px;
  }
  .topics__nav .tab:hover {
    scale: 1.1;
  }
}
.topics__nav .tab::after {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/bg-texture.jpg) repeat top left/250px 250px;
  mix-blend-mode: overlay;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.topics__nav .narrow-active {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .topics__area {
    min-height: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area {
    min-height: 600px;
  }
}
.topics__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .topics__list {
    gap: 35px 25px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__list {
    gap: 35px 25px;
  }
}
.topics__list__item {
  position: relative;
  background-color: #fff;
  color: #000;
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .topics__list__item {
    width: calc(50% - 25px);
  }
}
@media only screen and (min-width: 768px) {
  .topics__list__item {
    width: calc(25% - 25px);
    transition: 0.3s;
  }
  .topics__list__item:hover {
    scale: 1.03;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.2);
  }
}
.topics__list__head {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .topics__list__head {
    padding: 7px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__list__head {
    padding: 10px 12px;
  }
}
.topics__list__head .topics-icon {
  border: 1px solid #cacaca;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 767px) {
  .topics__list__head .topics-icon {
    width: 22px;
    height: 22px;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__list__head .topics-icon {
    width: 25px;
    height: 25px;
    margin-right: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .topics__list__head .topics-icon img {
    height: 17px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__list__head .topics-icon img {
    height: 20px;
  }
}
.topics__list__head .topics-cat {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .topics__list__head .topics-cat {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .topics__list__head .topics-cat {
    font-size: 0.8rem;
  }
}
.topics__list__pic {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.topics__list__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .topics__list__pic {
    height: 130px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__list__pic {
    height: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .topics__list__caption {
    padding: 10px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__list__caption {
    padding: 15px 12px;
  }
}
.topics__list__ttl {
  font-feature-settings: "palt";
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 600;
  letter-spacing: 0.02rem;
}
@media only screen and (max-width: 767px) {
  .topics__list__ttl {
    -webkit-line-clamp: 2;
    height: 37px;
    font-size: 0.8rem;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 768px) {
  .topics__list__ttl {
    -webkit-line-clamp: 3;
    height: 60px;
    font-size: 0.9rem;
    line-height: 1.4;
  }
}
.topics__list__ttl a {
  color: #000;
}
.topics__list__ttl a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.topics__list__date {
  text-align: right;
  color: #bbb;
}
@media only screen and (max-width: 767px) {
  .topics__list__date {
    font-size: 0.75rem;
    margin: 10px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .topics__list__date {
    font-size: 0.85rem;
    margin: 15px 0 0;
  }
}
.topics__soon {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .topics__soon {
    margin-top: 80px;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .topics__soon {
    margin-top: 120px;
    font-size: 1.8rem;
  }
}
.topics .narrow-hide {
  display: none !important;
}

.shop {
  background-color: #ebbb7b;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .shop {
    padding: 150px 0 350px;
  }
}
@media only screen and (min-width: 768px) {
  .shop {
    padding: 400px 0 200px;
  }
}
.shop::before {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/bg-texture.jpg) repeat top center/250px 250px;
  mix-blend-mode: overlay;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}
.shop::after {
  content: "";
  background: url(../img/contnet-img-bottom.png) no-repeat top left/contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: drop-shadow(0 5px 0 rgba(0, 0, 0, 0.2));
}
.shop__img img {
  position: absolute;
  filter: drop-shadow(7px 7px 0 rgba(0, 0, 0, 0.2));
}
@media only screen and (max-width: 767px) {
  .shop__img.img-01 img {
    bottom: 70px;
    left: calc(50% - 170px);
    width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__img.img-01 img {
    top: 500px;
    left: calc(50% - 950px);
    width: 660px;
  }
}
@media only screen and (max-width: 767px) {
  .shop__img.img-02 img {
    display: none;
    bottom: 34px;
    right: calc(50% - 220px);
    width: 80px;
    rotate: -25deg;
  }
}
@media only screen and (min-width: 768px) {
  .shop__img.img-02 img {
    top: 600px;
    right: calc(50% - 850px);
    width: 180px;
    rotate: -20deg;
  }
}
.shop__map {
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .shop__map {
    border: 10px solid #fff;
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__map {
    border: 20px solid #fff;
    margin: 0 auto 70px;
    max-width: 1000px;
  }
}
.shop__map iframe {
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  .shop__map iframe {
    height: 350px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__map iframe {
    height: 500px;
  }
}
.shop__name {
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.1rem;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  .shop__name {
    font-size: 1.5rem;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__name {
    font-size: 2.3rem;
    margin: 0 0 30px;
  }
}
.shop__name span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .shop__name span {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .shop__name span {
    font-size: 1.3rem;
  }
}
.shop__info {
  display: grid;
  justify-content: center;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .shop__info {
    margin: 0 0 40px;
    gap: 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .shop__info {
    grid-template-columns: repeat(2, 330px);
    margin: 0 0 50px;
    gap: 0 30px;
  }
}
.shop__info-item {
  text-align: left;
  display: grid;
  gap: 15px 0;
}
.shop__info-item p {
  margin: 0;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .shop__info-item p {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .shop__info-item p {
    font-size: 0.95rem;
  }
}
.shop__link {
  background-color: #fff;
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .shop__link {
    height: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__link {
    width: 400px;
    height: 70px;
    font-size: 1.2rem;
    transition: 0.3s;
  }
  .shop__link:hover {
    scale: 1.05;
  }
}
.shop__link a {
  color: #e8b26a;
  font-weight: 600;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */