@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Yuji+Syuku&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;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-image: url(../img/summer.jpg);
  background-size: 900px;
  background-position: center;
  color: #fff;
  max-width: 100vw;
  width: 100%;
  overflow-x: hidden;
}

.top {
  text-align: center;
  width: 100vw;
}
@media only screen and (min-width: 768px) {
  .top {
    top: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .top {
    position: relative;
  }
}
.top::after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(208, 252, 255, 0.6156862745);
}
.top img {
  position: relative;
  z-index: 10;
  max-width: 710px;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .top img {
    padding: 200px 0 350px;
  }
}
@media only screen and (max-width: 767px) {
  .top img {
    padding: 280px 0 350px;
  }
}

.midwrap {
  max-width: 100vw;
  z-index: 2;
  position: relative;
  background-color: #283055;
}
.midwrap__top {
  position: absolute;
  z-index: 50;
  top: -50px;
  height: 100px;
  width: 100vw;
  background-image: url(../img/lanterns.png);
  background-size: auto 100px;
  filter: hue-rotate(150deg) saturate(250%);
}
.midwrap__bottom {
  position: absolute;
  z-index: 50;
  bottom: -40px;
  height: 100px;
  width: 100vw;
  background-image: url(../img/lantern.png);
  background-size: auto 100px;
  filter: saturate(85%);
}

.mid {
  border-image-slice: 88 40 27 35;
  border-image-width: 0px 35px 20px 35px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: stretch stretch;
  border-image-source: url(../img/border.png);
  z-index: 10;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mid {
    overflow-x: hidden;
  }
}
.mid .fireworks {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .mid .fireworks {
    left: -400px;
    top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .mid .fireworks {
    opacity: 0.5;
    left: 30px;
    top: 25px;
  }
  .mid .fireworks img {
    width: 150px;
  }
}
.mid .fireworks2 {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .mid .fireworks2 {
    right: -400px;
    top: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .mid .fireworks2 {
    z-index: 10;
    right: 125px;
    top: 300px;
    opacity: 0.5;
    width: 50px;
  }
  .mid .fireworks2 img {
    width: 150px;
  }
}
.mid__text {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 50px 0 150px;
}
@media only screen and (min-width: 768px) {
  .mid__text h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .mid__text h2 {
    font-size: 25px;
  }
}

.info {
  max-width: 100vw;
  position: relative;
  z-index: 1;
  background-color: #b40300;
  padding-bottom: 50px;
}
.info::after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-image: url(../img/washi.png);
  opacity: 0.3;
  z-index: 1;
}
.info__wrap {
  position: relative;
  z-index: 2;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding-top: 150px;
}
.info__ttl {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .info__ttl {
    margin: 50px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .info__ttl {
    margin: 50px auto 30px;
  }
}
.info__ttl h2 {
  font-family: "Yuji Syuku", serif;
  background-image: url(../img/circle.png);
  background-repeat: no-repeat;
  filter: hue-rotate(150deg) saturate(250%);
}
@media only screen and (min-width: 768px) {
  .info__ttl h2 {
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    font-weight: bolder;
    letter-spacing: -5px;
    margin: 0;
    padding: 32px 0 0 20px;
    width: 150px;
    height: 160px;
    background-size: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .info__ttl h2 {
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    font-weight: bolder;
    letter-spacing: -5px;
    margin: 0 0 0 20px;
    padding: 20px 0 0 16px;
    width: 100px;
    height: 120px;
    background-size: 100px;
  }
}
.info__ttl h3 {
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -1px;
}
@media only screen and (min-width: 768px) {
  .info__ttl h3 {
    font-size: 75px;
    margin: 10px 0 0;
    line-height: 70px;
  }
  .info__ttl h3 span {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .info__ttl h3 {
    font-size: 35px;
    margin: 22px 0 0;
  }
  .info__ttl h3 span {
    font-size: 15px;
  }
}
.info__content {
  position: relative;
  top: -50px;
  max-width: fit-content;
  width: 100%;
}
.info__content dl {
  display: flex;
  font-weight: bolder;
}
@media only screen and (min-width: 768px) {
  .info__content dl dt {
    width: fit-content;
  }
}
.info__content dl dd {
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .info__content dl {
    font-size: 30px;
    margin: 10px 0 10px 50px;
  }
  .info__content dl span {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .info__content dl {
    font-size: 20px;
    width: 90%;
    margin: 10px auto;
  }
}
@media only screen and (min-width: 768px) {
  .info__content ul {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .info__content ul {
    margin-left: 20px;
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .info__content ul li {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .info__content ul li span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .info__content ul li {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.info__content img {
  border: solid 10px #fff;
  max-width: fit-content;
}
@media only screen and (min-width: 768px) {
  .info__content img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .info__content img {
    width: 90%;
    max-width: fit-content;
    margin: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .topics {
    padding: 35px 0 28px;
  }
}
@media only screen and (min-width: 768px) {
  .topics {
    padding: 35px 0 28px;
  }
}
.topics__container {
  margin: 0 auto;
  text-align: center;
}
.topics__top {
  position: absolute;
  top: 0;
  right: -2px;
  height: 60px;
  width: 100%;
  background-image: url(../img/roof.png);
  background-size: auto 59.5px;
  -webkit-filter: drop-shadow(1px 1px 0 black) drop-shadow(-1px -1px 0 black);
  filter: drop-shadow(1px 1px 0 black) drop-shadow(-1px -1px 0 black) saturate(70%);
}
.topics__bottom {
  position: absolute;
  bottom: 0;
  height: 75px;
  width: 100%;
  border: solid 2px #363939;
  background-image: url(../img/bottom.png);
  filter: saturate(70%);
  background-size: auto 80px;
}
.topics__item {
  vertical-align: top;
  position: relative;
  scroll-snap-align: center;
  display: inline-block;
  white-space: normal;
  transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  .topics__item {
    width: 40%;
    margin: 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__item {
    width: 245px;
    margin: 0 7px 10px;
  }
}
.topics__item:hover {
  opacity: 0.8;
}
.topics__pic {
  border: solid 2px #363939;
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #363939;
  position: relative;
  text-align: center;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .topics__pic {
    height: 120px;
    line-height: 115px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__pic {
    min-height: 200px;
    height: fit-content;
    line-height: 160px;
  }
}
.topics__pic img {
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: auto;
}
.topics__ttl {
  position: relative;
  z-index: 10;
  font-size: 0.9rem;
}
.topics__ttl a {
  text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}
.topics__ttl a p {
  margin: 0;
  display: flex;
  height: 70px;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding: 0 10px;
}
.topics__ttl a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

@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 */