@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&family=Zen+Maru+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css");
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

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

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

.global_head {
  margin: 0;
}

.wrap {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .wrap {
    border: 10px solid #e53619;
  }
}
@media only screen and (min-width: 768px) {
  .wrap {
    border: 17px solid #e53619;
  }
}
.wrap::before {
  content: "";
  border: 2.5px solid #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.border {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .border {
    border: 10px solid #e53619;
  }
}
@media only screen and (min-width: 768px) {
  .border {
    border: 13px solid #e53619;
  }
}
.border::before {
  content: "";
  border: 2.5px solid #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.border::after {
  content: "";
  background-image: url(../img/frame-tl.png), url(../img/frame-tr.png), url(../img/frame-bl.png), url(../img/frame-br.png);
  background-repeat: no-repeat;
  background-position: top left, top right, bottom left, bottom right;
  z-index: 2;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .border::after {
    background-size: 50px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
  }
}
@media only screen and (min-width: 768px) {
  .border::after {
    background-size: 70px;
    width: calc(100% + 26px);
    height: calc(100% + 26px);
    top: -13px;
    left: -13px;
  }
}

.content {
  position: relative;
  overflow: hidden;
}
.content::after {
  content: "";
  background-image: url(../img/symbol-tl.png), url(../img/symbol-tr.png), url(../img/symbol-bl.png), url(../img/symbol-br.png);
  background-repeat: no-repeat;
  background-position: top left, top right, bottom left, bottom right;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .content::after {
    background-size: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .content::after {
    background-size: 80px;
  }
}

.hero {
  position: relative;
  background: linear-gradient(#019eb1, #fbebc3 30%, #fff9ea, #f3b6ad);
}
@media only screen and (max-width: 767px) {
  .hero {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    height: 960px;
  }
}
.hero::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .hero::before {
    background: url(../img/hero-bg-sp.png) no-repeat bottom center/cover;
  }
}
@media only screen and (min-width: 768px) {
  .hero::before {
    background: url(../img/hero-bg.png) no-repeat bottom center/3300px;
  }
}
.hero::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;
}
.hero__lantern img {
  position: absolute;
  filter: drop-shadow(0 0 25px rgba(255, 255, 255, 0.8));
}
@media only screen and (max-width: 767px) {
  .hero__lantern img {
    top: -30px;
    width: 200px;
    z-index: 1;
  }
}
@media only screen and (min-width: 768px) {
  .hero__lantern img {
    top: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__lantern.lantern-left img {
    left: calc(50% - 220px);
  }
}
@media only screen and (min-width: 768px) {
  .hero__lantern.lantern-left img {
    left: calc(50% - 550px);
  }
}
@media only screen and (max-width: 767px) {
  .hero__lantern.lantern-right img {
    right: calc(50% - 220px);
  }
}
@media only screen and (min-width: 768px) {
  .hero__lantern.lantern-right img {
    right: calc(50% - 550px);
  }
}
.hero__bg img {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .hero__bg.bg-left img {
    top: 5px;
    width: 200px;
    left: calc(50% - 10px);
  }
}
@media only screen and (min-width: 768px) {
  .hero__bg.bg-left img {
    top: 350px;
    width: 500px;
    left: calc(50% - 840px);
  }
}
@media only screen and (max-width: 767px) {
  .hero__bg.bg-right img {
    top: 45px;
    width: 160px;
    right: calc(50% + 5px);
  }
}
@media only screen and (min-width: 768px) {
  .hero__bg.bg-right img {
    top: 160px;
    width: 380px;
    right: calc(50% - 740px);
  }
}
.hero__tako img {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .hero__tako img {
    bottom: -30px;
    max-width: none;
    width: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__tako img {
    bottom: 10px;
    width: 800px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__tako.tako-left img {
    left: calc(50% - 220px);
    rotate: -5deg;
  }
}
@media only screen and (min-width: 768px) {
  .hero__tako.tako-left img {
    left: calc(50% - 800px);
    rotate: 5deg;
  }
}
@media only screen and (max-width: 767px) {
  .hero__tako.tako-right img {
    right: calc(50% - 220px);
    rotate: 5deg;
  }
}
@media only screen and (min-width: 768px) {
  .hero__tako.tako-right img {
    right: calc(50% - 800px);
    rotate: -5deg;
  }
}
.hero__content {
  position: relative;
  z-index: 10;
  height: 100%;
}
.hero__head {
  margin: 0;
}
.hero__head img {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  z-index: 10;
  filter: drop-shadow(0 0 25px rgba(255, 255, 255, 0.8));
}
@media only screen and (max-width: 767px) {
  .hero__head img {
    top: 120px;
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .hero__head img {
    top: 170px;
    width: 820px;
  }
}
.hero__date img {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
@media only screen and (max-width: 767px) {
  .hero__date img {
    width: 280px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__date img {
    width: 500px;
  }
}

.event-end {
  position: absolute;
  z-index: 20;
  left: 50%;
  translate: -50% 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid #000;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .event-end {
    font-size: 0.85rem;
    width: 240px;
    padding: 7px 0;
    top: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .event-end {
    font-size: 1.2rem;
    padding: 10px 20px;
    top: 70px;
  }
}

.block {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .block {
    width: calc(100% - 50px);
  }
}
@media only screen and (min-width: 768px) {
  .block {
    max-width: 1100px;
    width: calc(100% - 60px);
  }
}

.intro {
  background: linear-gradient(#60bfef, #0997e7);
  position: relative;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .intro {
    padding: 110px 0;
  }
}
@media only screen and (min-width: 768px) {
  .intro {
    padding: 180px 0 170px;
  }
}
.intro::before {
  content: "";
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .intro::before {
    background: url(../img/bg-shop.png) no-repeat bottom -150px center/900px;
  }
}
@media only screen and (min-width: 768px) {
  .intro::before {
    background: url(../img/bg-shop.png) no-repeat bottom 100px center/1800px;
  }
}
.intro::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;
}
.intro__lantern img {
  position: absolute;
  z-index: 3;
  filter: drop-shadow(0 0 25px rgba(255, 255, 255, 0.4));
}
@media only screen and (max-width: 767px) {
  .intro__lantern img {
    top: 10px;
    width: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .intro__lantern img {
    top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .intro__lantern.lantern-left img {
    left: calc(50% - 220px);
  }
}
@media only screen and (min-width: 768px) {
  .intro__lantern.lantern-left img {
    left: calc(50% - 600px);
  }
}
@media only screen and (max-width: 767px) {
  .intro__lantern.lantern-right img {
    right: calc(50% - 220px);
  }
}
@media only screen and (min-width: 768px) {
  .intro__lantern.lantern-right img {
    right: calc(50% - 600px);
  }
}
.intro__tako img {
  position: absolute;
  filter: drop-shadow(8px 8px 0 rgba(0, 0, 0, 0.2));
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .intro__tako.tako-left img {
    width: 110px;
    top: 490px;
    left: calc(50% - 240px);
  }
}
@media only screen and (min-width: 768px) {
  .intro__tako.tako-left img {
    width: 250px;
    top: 630px;
    left: calc(50% - 590px);
  }
}
@media only screen and (max-width: 767px) {
  .intro__tako.tako-right img {
    width: 220px;
    top: 540px;
    right: calc(50% - 280px);
  }
}
@media only screen and (min-width: 768px) {
  .intro__tako.tako-right img {
    width: 550px;
    top: 600px;
    right: calc(50% - 850px);
  }
}
.intro__kumo {
  position: absolute;
  z-index: 1;
}
.intro__kumo img {
  mix-blend-mode: overlay;
  opacity: 0.3;
}
@media only screen and (max-width: 767px) {
  .intro__kumo.kumo_01 {
    top: 220px;
    left: -40px;
    width: 170px;
  }
}
@media only screen and (min-width: 768px) {
  .intro__kumo.kumo_01 {
    top: 280px;
    left: calc(50% - 520px);
    width: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .intro__kumo.kumo_02 {
    top: 250px;
    right: -60px;
    width: 180px;
  }
}
@media only screen and (min-width: 768px) {
  .intro__kumo.kumo_02 {
    top: 330px;
    left: calc(50% + 170px);
    width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .intro__kumo.kumo_03 {
    top: 310px;
    left: -5px;
    width: 110px;
  }
}
@media only screen and (min-width: 768px) {
  .intro__kumo.kumo_03 {
    top: 480px;
    left: calc(50% - 580px);
    width: 270px;
  }
}
.intro__content {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .intro__ttl {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .intro__ttl {
    margin: 0 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .intro__ttl img {
    width: 160px;
  }
}
@media only screen and (min-width: 768px) {
  .intro__ttl img {
    width: 250px;
  }
}
.intro__text {
  display: grid;
  gap: 20px 0;
}
.intro__text p {
  margin: 0;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .intro__text p {
    font-size: 0.95rem;
    letter-spacing: 0.1rem;
    text-shadow: 0 0 10px white;
  }
}
@media only screen and (min-width: 768px) {
  .intro__text p {
    font-size: 1.15rem;
    letter-spacing: 0.15rem;
    line-height: 1.8;
  }
}

.note {
  position: relative;
  background-color: #fffff7;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .note {
    border: 5.5px solid #000;
    width: 90%;
    margin: 40px auto 0;
    padding: 30px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .note {
    border: 8px solid #000;
    max-width: 850px;
    width: calc(100% - 50px);
    margin: 60px auto 0;
    padding: 50px 60px;
  }
}
.note::before {
  content: "";
  border: 2px solid #000;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .note::before {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    top: 3px;
    left: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .note::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
  }
}
.note::after {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/dot.png) repeat top left/350px 350px;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}
.note__content {
  position: relative;
  z-index: 1;
}
.note__ttl {
  background-color: #000;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .note__ttl {
    margin: 0 0 20px;
    padding: 3px 15px 8px;
  }
}
@media only screen and (min-width: 768px) {
  .note__ttl {
    margin: 0 0 35px;
    padding: 13px 0;
  }
}
.note__text {
  font-weight: 600;
}
.note__text p {
  border-bottom: 2px solid #000;
}
@media only screen and (max-width: 767px) {
  .note__text p {
    font-size: 0.9rem;
    line-height: 1.7;
    margin: 0 0 30px;
    padding: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .note__text p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin: 0 0 35px;
    padding: 0 0 30px;
  }
}
.note__text span {
  border-bottom: 2px solid #000;
}
.note__text dl {
  display: grid;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .note__text dl {
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .note__text dl {
    grid-template-columns: 120px auto;
    gap: 0 20px;
    margin: 0 0 20px;
  }
}
.note__text dl:last-child {
  margin: 0;
}
.note__text dl dt {
  margin: 0;
  background-color: #000;
  color: #fff;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .note__text dl dt {
    margin: 0 0 15px;
    padding: 7px 0;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .note__text dl dt {
    padding: 10px 0;
    font-size: 1.15rem;
  }
}
.note__text dl dd {
  margin: 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .note__text dl dd {
    font-size: 0.9rem;
    line-height: 1.7;
  }
}
@media only screen and (min-width: 768px) {
  .note__text dl dd {
    font-size: 1.1rem;
    padding: 5px 0 0;
  }
}

.schedule {
  position: relative;
  background-color: #fffff7;
  text-align: left;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .schedule {
    border: 5.5px solid #000;
    width: 90%;
    margin: 40px auto 0;
    padding: 30px 30px;
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .schedule {
    border: 8px solid #000;
    max-width: 850px;
    width: calc(100% - 50px);
    margin: 60px auto 0;
    padding: 50px 60px;
  }
}
.schedule::before {
  content: "";
  border: 2px solid #000;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .schedule::before {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    top: 3px;
    left: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
  }
}
.schedule::after {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/dot.png) repeat top left/350px 350px;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}
.schedule__content {
  position: relative;
  z-index: 1;
}
.schedule__ttl {
  background-color: #000;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .schedule__ttl {
    margin: 0 0 20px;
    padding: 3px 15px 8px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule__ttl {
    margin: 0 0 35px;
    padding: 13px 0;
  }
}
@media only screen and (max-width: 767px) {
  .schedule__ttl img {
    height: 20px;
  }
}
.schedule__sub-ttl {
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .schedule__sub-ttl {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .schedule__sub-ttl {
    font-size: 1.1rem;
  }
}
.schedule__sub-ttl::before {
  content: "";
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .schedule__sub-ttl::before {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .schedule__sub-ttl::before {
    width: 80%;
  }
}
.schedule__sub-ttl span {
  background-color: #fffff7;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .schedule__sub-ttl span {
    padding: 0 8px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule__sub-ttl span {
    padding: 0 15px;
  }
}
.schedule__sub-ttl span::after {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/dot.png) repeat top left/350px 350px;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}
.schedule__timeline {
  width: 100%;
  border-collapse: collapse;
}
@media only screen and (max-width: 767px) {
  .schedule__timeline {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule__timeline {
    margin: 0 0 25px;
  }
}
.schedule__timeline thead th {
  background-color: #e53719;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 767px) {
  .schedule__timeline thead th {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .schedule__timeline thead th {
    padding: 8px 15px 10px;
  }
}
.schedule__timeline thead th:first-child {
  text-align: left;
  width: 37%;
}
.schedule__timeline thead th:nth-of-type(2) {
  text-align: left;
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .schedule__timeline tbody tr.schedule__section {
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-template-rows: min-content min-content;
    grid-template-areas: "sche1 sche1" "sche2 sche3";
    gap: 7px 0;
    margin-bottom: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule__timeline tbody tr.schedule__section {
    border-bottom: 1px solid #ccc;
  }
  .schedule__timeline tbody tr.schedule__section:last-child {
    border-bottom: none;
  }
}
.schedule__timeline tbody tr.schedule__section td {
  color: #000;
  border: none;
}
@media only screen and (min-width: 768px) {
  .schedule__timeline tbody tr.schedule__section td {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .schedule__timeline tbody tr.schedule__section td:nth-of-type(1) {
    grid-area: sche1;
    background-color: #e53719;
    color: #fff;
    padding: 5px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule__timeline tbody tr.schedule__section td:nth-of-type(1) {
    border-right: 1px solid #ccc;
  }
}
.schedule__timeline tbody tr.schedule__section td:nth-of-type(1) span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .schedule__timeline tbody tr.schedule__section td:nth-of-type(1) span {
    font-size: 0.85rem;
    margin-top: -5px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule__timeline tbody tr.schedule__section td:nth-of-type(1) span {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .schedule__timeline tbody tr.schedule__section td:nth-of-type(2) {
    grid-area: sche2;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .schedule__timeline tbody tr.schedule__section td:nth-of-type(2) {
    border-right: 1px solid #ccc;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .schedule__timeline tbody tr.schedule__section td:nth-of-type(3) {
    grid-area: sche3;
    font-size: 0.9rem;
  }
}
.schedule__note {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .schedule__note {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .schedule__note {
    font-size: 0.95rem;
  }
}
.schedule__note li {
  padding-left: 1.2em;
  text-indent: -1.2rem;
}
@media only screen and (max-width: 767px) {
  .schedule__note li {
    margin: 0 0 7px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule__note li {
    margin: 0 0 3px;
  }
}
.schedule__note li:last-child {
  margin: 0;
}
.schedule__note li::before {
  content: "※";
}

.zenya {
  background-image: url(../img/stars.png), url(../img/bg-zenya.png), linear-gradient(#1b2d45, #1e324d, #5a879a, #e8e3cd);
  background-repeat: repeat, repeat-x, repeat;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .zenya {
    background-position: center, top -100px right 5px, center;
    background-size: auto, 700px, auto;
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) {
  .zenya {
    background-position: center, top -200px center, center;
    background-size: auto, 1800px, auto;
    padding: 160px 0 200px;
  }
}
.zenya::before {
  content: "";
  background-repeat: repeat-x;
  background-position: bottom -20px center;
  background-size: auto 130px;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.zenya::after {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/bg-texture.jpg) repeat top left/250px 250px;
  mix-blend-mode: overlay;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
}
.zenya__content {
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .zenya__content {
    width: calc(100% - 30px);
  }
}
.zenya__ttl {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .zenya__ttl {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .zenya__ttl {
    margin: 0 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .zenya__ttl img {
    width: 180px;
  }
}
@media only screen and (min-width: 768px) {
  .zenya__ttl img {
    width: 270px;
  }
}
.zenya__ttl p {
  line-height: 1;
  margin: 15px 0 0;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  padding: 5px 13px;
}
@media only screen and (max-width: 767px) {
  .zenya__ttl p {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .zenya__ttl p {
    font-size: 1.25rem;
  }
}
.zenya .link-btn {
  background: linear-gradient(#e9546b, #fff9ea, #99cee3);
}
@media only screen and (max-width: 767px) {
  .zenya .link-btn {
    width: 250px;
    margin: 0 auto;
  }
}
.zenya__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  gap: 12px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .zenya__list {
    max-width: 1100px;
    width: calc(100% - 60px);
  }
}
.zenya__item {
  background-color: #f6f1e4;
  border: 6px solid #000;
  text-align: center;
  font-weight: 800;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .zenya__item {
    width: calc(50% - 12px);
    height: 75px;
    padding: 3px;
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .zenya__item {
    width: calc(25% - 12px);
    height: 100px;
    padding: 5px;
    font-size: 1.1rem;
  }
  .zenya__item:hover {
    transition: 0.3s;
    filter: brightness(0.85);
  }
}
.zenya__item::before {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/bg-texture.jpg) repeat top left/250px 250px;
  mix-blend-mode: overlay;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .zenya__item::after {
    content: "";
    width: 11px;
    height: 11px;
    border-top: solid 3px #000;
    border-right: solid 3px #000;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 22px;
    translate: 0 -50%;
  }
}
.zenya__item a {
  border: 2px solid #000;
  margin: 0;
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
.zenya__item a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.topics {
  position: relative;
  background: linear-gradient(#f3b6ad 80px, #de381e 800px);
}
@media only screen and (max-width: 767px) {
  .topics {
    padding: 230px 0 100px;
  }
}
@media only screen and (min-width: 768px) {
  .topics {
    padding: 425px 0 100px;
  }
}
.topics::before {
  content: "";
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .topics::before {
    background: url(../img/bg-shop.png) repeat top -80px center/900px;
  }
}
@media only screen and (min-width: 768px) {
  .topics::before {
    background: url(../img/bg-shop.png) repeat top -200px center/1800px;
  }
}
.topics::after {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/bg-texture.jpg) repeat top left/250px 250px;
  mix-blend-mode: overlay;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
}
.topics__content {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .topics .block {
    width: calc(100% - 30px);
  }
}
.topics__lantern img {
  position: absolute;
  top: 0;
  filter: drop-shadow(0 0 25px rgba(255, 255, 255, 0.4));
}
@media only screen and (max-width: 767px) {
  .topics__lantern img {
    max-width: none;
    height: 112px;
  }
}
@media only screen and (max-width: 767px) {
  .topics__lantern.lantern-left img {
    left: calc(50% - 360px);
  }
}
@media only screen and (min-width: 768px) {
  .topics__lantern.lantern-left img {
    left: calc(50% - 680px);
  }
}
@media only screen and (max-width: 767px) {
  .topics__lantern.lantern-right img {
    right: calc(50% - 360px);
  }
}
@media only screen and (min-width: 768px) {
  .topics__lantern.lantern-right img {
    right: calc(50% - 680px);
  }
}
.topics__head {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .topics__head {
    width: 720px;
    top: -150px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__head {
    width: 1300px;
    top: -335px;
  }
}
@media only screen and (max-width: 767px) {
  .topics__head img {
    width: 900px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__head img {
    width: 1300px;
  }
}
.topics .topics-nav {
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .topics .topics-nav {
    max-width: 280px;
    padding: 42px 0 0;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .topics .topics-nav {
    max-width: 750px;
    margin-bottom: 100px;
  }
}
.topics .topics-nav__bg {
  pointer-events: none;
}
.topics .topics-nav__bg img {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  max-width: none;
}
@media only screen and (max-width: 767px) {
  .topics .topics-nav__bg img {
    top: 0;
    height: 355px;
  }
}
@media only screen and (min-width: 768px) {
  .topics .topics-nav__bg img {
    top: -68px;
    height: 426px;
  }
}
.topics .topics-nav__list {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
  margin: 0;
  padding: 0;
  top: -15px;
}
@media only screen and (max-width: 767px) {
  .topics .topics-nav__list {
    margin-top: 2px;
    gap: 12px 5px;
  }
}
@media only screen and (min-width: 768px) {
  .topics .topics-nav__list {
    gap: 26px 7px;
  }
}
.topics .topics-nav__item {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .topics .topics-nav__item {
    width: calc(25% - 5px);
  }
}
@media only screen and (min-width: 768px) {
  .topics .topics-nav__item {
    width: 110px;
  }
}
.topics .topics-nav__item img {
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .topics .topics-nav__item:hover img {
    filter: brightness(1.2) drop-shadow(0 0 20px rgba(255, 255, 255, 0.7));
  }
}
.topics .topics-nav__item.narrow-active img {
  filter: brightness(1.2) drop-shadow(0 0 25px rgba(255, 255, 255, 0.9));
}
.topics__class {
  border: 5px solid #000;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .topics__class {
    width: 180px;
    margin: 0 auto 50px;
    padding: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__class {
    width: 280px;
    margin: 0 auto 70px;
    padding: 5px;
  }
}
.topics__class.class-store {
  background-color: #e53619;
}
.topics__class p {
  border: 2px solid #000;
  background-color: #fffff7;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .topics__class p {
    padding: 7px 0;
  }
}
@media only screen and (min-width: 768px) {
  .topics__class p {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .topics__class img {
    height: 23px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__class img {
    height: 35px;
  }
}
.topics__list {
  display: grid;
  grid-auto-rows: min-content;
}
@media only screen and (max-width: 767px) {
  .topics__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 13px;
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
    margin: 0 0 70px;
  }
}
.topics .narrow-hide {
  display: none !important;
}
.topics__item {
  position: relative;
  background-color: #fffff7;
  box-sizing: content-box;
}
@media only screen and (max-width: 767px) {
  .topics__item {
    border: 5.5px solid #000;
    padding: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__item {
    border: 8px solid #000;
    padding: 5px;
    transition: 0.3s;
  }
  .topics__item:hover {
    filter: brightness(0.85);
    box-shadow: 5px 5px 0 #000;
  }
}
.topics__item::after {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/bg-texture.jpg) repeat top left/250px 250px;
  mix-blend-mode: overlay;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
}
.topics__item-content {
  position: relative;
  border: 2px solid #000;
}
.topics__category {
  background: linear-gradient(#e9546b, #fff9ea, #99cee3);
  border: 3px solid #000;
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: absolute;
  font-weight: 700;
  line-height: 1;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 767px) {
  .topics__category {
    width: 30px;
    top: -25px;
    right: -20px;
    padding: 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .topics__category {
    font-size: 1.2rem;
    width: 45px;
    top: -30px;
    right: -33px;
    padding: 15px 0;
  }
}
.topics__category::after {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/bg-texture.jpg) repeat top left/250px 250px;
  mix-blend-mode: overlay;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .topics__category img {
    width: 17px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__category img {
    width: 25px;
  }
}
.topics__img {
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .topics__img {
    width: 100px;
    height: 100px;
    margin: 15px auto 10px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__img {
    width: 170px;
    height: 170px;
    margin: 25px auto 20px;
  }
}
.topics__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topics__ttl {
  font-weight: 600;
  font-feature-settings: "palt";
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .topics__ttl {
    margin: 0 0 15px;
    padding: 0 10px;
    font-size: 0.85rem;
    height: 63px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__ttl {
    margin: 0 0 25px;
    padding: 0 18px;
    height: 75px;
  }
}
.topics__ttl a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.topics__date {
  font-weight: 600;
  color: #fffff7;
  background-color: #000;
  margin: 0;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .topics__date {
    font-size: 0.8rem;
    padding: 8px 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__date {
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    padding: 10px 0 7px;
  }
}
.topics .link-btn {
  background: linear-gradient(#fff9ea, #f3b6ad, #de381e);
}

.shop {
  position: relative;
  background: linear-gradient(#60bfef, #0997e7);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .shop {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) {
  .shop {
    padding: 130px 0 150px;
  }
}
.shop::before {
  content: "";
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .shop::before {
    background: url(../img/bg-shop.png) no-repeat top -80px center/900px;
  }
}
@media only screen and (min-width: 768px) {
  .shop::before {
    background: url(../img/bg-shop.png) no-repeat top -100px center/1800px;
  }
}
.shop::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;
}
.shop__content {
  position: relative;
  z-index: 10;
}
.shop__head {
  margin: 0 0 50px;
}
@media only screen and (max-width: 767px) {
  .shop__head img {
    height: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__head img {
    max-width: 330px;
  }
}
.shop__map {
  border: 4px solid #000;
}
@media only screen and (max-width: 767px) {
  .shop__map {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__map {
    margin: 0 0 50px;
  }
}
.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 {
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .shop__name {
    font-size: 1.2rem;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__name {
    font-size: 1.6rem;
    margin: 0 0 20px;
  }
}
.shop__info {
  display: grid;
  justify-content: center;
}
@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;
  }
}
.shop__info-item {
  text-align: left;
  display: grid;
  gap: 5px 0;
}
.shop__info-item p {
  margin: 0;
  letter-spacing: 0.05rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .shop__info-item p {
    font-size: 0.95rem;
  }
}
.shop .link-btn {
  background: linear-gradient(#fff9ea, #60bfef, #0997e7);
}

.link-btn {
  position: relative;
  border: 5px solid #000;
}
@media only screen and (max-width: 767px) {
  .link-btn {
    height: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .link-btn {
    width: 450px;
    height: 100px;
    margin: 0 auto;
  }
  .link-btn:hover {
    transition: 0.3s;
    filter: brightness(0.85);
  }
}
.link-btn::after {
  content: "";
  border: 2px solid #000;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .link-btn::after {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    top: 3px;
    left: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .link-btn::after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
  }
}
.link-btn a {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  position: relative;
  z-index: 10;
}
.link-btn img {
  filter: drop-shadow(0 0 15px white);
}
@media only screen and (max-width: 767px) {
  .link-btn img {
    height: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .link-btn img {
    height: 30px;
  }
}

.sns {
  position: relative;
  background: linear-gradient(#fff, #fff9ea);
  background: linear-gradient(#019eb1, #fbebc3);
  text-align: center;
}
.sns::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;
}
@media only screen and (max-width: 767px) {
  .sns {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) {
  .sns {
    padding: 160px 0 150px;
  }
}
.sns__lantern img {
  position: absolute;
  top: 0;
  filter: drop-shadow(0 0 25px rgba(255, 255, 255, 0.4));
}
@media only screen and (max-width: 767px) {
  .sns__lantern img {
    max-width: none;
    height: 112px;
  }
}
@media only screen and (max-width: 767px) {
  .sns__lantern.lantern-left img {
    left: calc(50% - 360px);
  }
}
@media only screen and (min-width: 768px) {
  .sns__lantern.lantern-left img {
    left: calc(50% - 680px);
  }
}
@media only screen and (max-width: 767px) {
  .sns__lantern.lantern-right img {
    right: calc(50% - 360px);
  }
}
@media only screen and (min-width: 768px) {
  .sns__lantern.lantern-right img {
    right: calc(50% - 680px);
  }
}
.sns__content {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .sns__head {
    margin: 0 0 50px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__head {
    margin: 0 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .sns__head img {
    height: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__head img {
    height: 84px;
  }
}
.sns__list {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .sns__list {
    flex-direction: column;
    gap: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .sns__list {
    justify-content: center;
    gap: 0 40px;
  }
}
.sns__item {
  position: relative;
  border: 5px solid #000;
  background: linear-gradient(#e9546b, #fff9ea, #99cee3);
}
@media only screen and (max-width: 767px) {
  .sns__item {
    height: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item {
    width: 400px;
    height: 100px;
  }
  .sns__item:hover {
    transition: 0.3s;
    filter: brightness(0.85);
  }
}
.sns__item::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;
}
.sns__item::after {
  content: "";
  width: 97.5%;
  height: 87.5%;
  border: 2px solid #000;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .sns__item::after {
    top: 3px;
    left: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item::after {
    top: 5px;
    left: 5px;
  }
}
.sns__item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
.sns__item img {
  filter: drop-shadow(0 0 15px white);
}
@media only screen and (max-width: 767px) {
  .sns__item img {
    height: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item img {
    height: 37px;
  }
}
.sns__icon.icon-x::before, .sns__icon.icon-insta::before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 900;
  color: #333;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sns__icon.icon-x::before, .sns__icon.icon-insta::before {
    font-size: 1.6rem;
    margin-right: 8px;
    position: relative;
    top: 2px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__icon.icon-x::before, .sns__icon.icon-insta::before {
    font-size: 2.7rem;
    margin-right: 13px;
  }
}
.sns__icon.icon-x::before {
  content: "\e61b";
}
.sns__icon.icon-insta::before {
  content: "\f16d";
}

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

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