@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Yuji+Syuku&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=VT323&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css");
@font-face {
  font-family: "comicfonts";
  src: url(../fonts/Kaisotai-Next-UP-B.ttf);
}
body {
  background-color: #fefefe;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  body {
    max-width: 100vw;
    overflow-x: hidden;
  }
}

.wrap {
  position: relative;
  z-index: 2;
}
.wrap::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-image: url(../img/bg-texture.jpg);
  background-position: top center;
  background-size: 400px;
  filter: invert(100%);
  opacity: 0.1;
  z-index: 1;
}

.top {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 48px 0;
}
@media only screen and (min-width: 768px) {
  .top__box img {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .top__box img {
    max-width: 100vw;
    width: 95%;
    margin: 0 auto;
  }
}

.midwrap {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .midwrap {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .midwrap {
    max-width: 100vw;
    width: 90%;
    margin: 0 auto;
  }
}
.midwrap .triangle {
  z-index: 0;
  position: absolute;
  right: 0;
}
.midwrap .triangle__fill {
  z-index: 2;
  position: relative;
  width: 0;
  height: 0;
}
@media only screen and (min-width: 768px) {
  .midwrap .triangle__fill {
    top: -40;
    right: -30px;
    border-top: 50px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 1200px solid #ffc169;
    border-left: 800px solid rgba(255, 255, 255, 0);
  }
}
@media only screen and (max-width: 767px) {
  .midwrap .triangle__fill {
    top: 600px;
    right: -14px;
    border-top: 50px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 750px solid #ffc169;
    border-left: 400px solid rgba(255, 255, 255, 0);
  }
}
.midwrap .triangle__border {
  z-index: 1;
  position: absolute;
  width: 0;
  height: 0;
}
@media only screen and (min-width: 768px) {
  .midwrap .triangle__border {
    top: -50px;
    right: -34.25px;
    border-top: 46px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 1218px solid black;
    border-left: 814px solid rgba(0, 0, 0, 0);
  }
}
@media only screen and (max-width: 767px) {
  .midwrap .triangle__border {
    top: 590px;
    right: -17.25px;
    border-top: 47px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 766px solid #000000;
    border-left: 410px solid rgba(255, 255, 255, 0);
  }
}

.mid {
  position: relative;
  z-index: 3;
  border: solid 4px rgb(0, 0, 0);
  background-color: rgba(255, 187, 218, 0.662745098);
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .mid {
    padding: 48px 0;
  }
}
@media only screen and (max-width: 767px) {
  .mid {
    padding: 12px 0;
  }
}
.mid::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-image: url(../img/bg-texture.jpg);
  background-size: 400px;
  filter: invert(100%);
  opacity: 0.1;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .mid__content {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .mid__content {
    overflow-x: hidden;
    max-width: 100vw;
    width: 90%;
    margin: 0 auto;
  }
}
.mid h2 {
  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;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .mid h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .mid h2 {
    font-size: 24px;
  }
}
.mid h3 {
  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;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .mid h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .mid h3 {
    margin-bottom: 18px;
  }
}
.mid ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .mid ul {
    padding-left: 22px;
  }
}
.mid li {
  color: #000;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .mid li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .mid li {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
.mid p {
  color: #000;
  font-weight: 500;
}

.info {
  color: #000;
  position: relative;
  z-index: 5;
}
.info__wrap {
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .info__wrap {
    max-width: 100vw;
    width: 95%;
    padding-top: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .info__wrap {
    max-width: 1200px;
    width: 80%;
    padding-top: 48px;
  }
}
.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 h3 {
  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;
  position: relative;
  z-index: 1;
  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 .circle {
  border-radius: 50%;
  border: solid 4px rgb(0, 0, 0);
  background-color: rgba(103, 175, 135, 0);
  background-repeat: repeat;
  background-size: 400px;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .info .circle {
    width: 600px;
    height: 600px;
    left: -150px;
    top: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .info .circle {
    left: -200px;
    top: -75px;
    width: 450px;
    height: 450px;
  }
}
.info .circle__inside {
  filter: opacity(0.8);
  border-radius: 50%;
  border: solid 4px rgb(0, 0, 0);
  background-color: #67af88;
  background-image: url(../img/texture.jpg);
  background-repeat: repeat;
  background-size: 400px;
  position: absolute;
  left: -5px;
  top: -5px;
}
@media only screen and (min-width: 768px) {
  .info .circle__inside {
    width: 600px;
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .info .circle__inside {
    width: 450px;
    height: 450px;
  }
}
.info__content {
  position: relative;
  top: -50px;
  max-width: -moz-fit-content;
  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: -moz-fit-content;
    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: -moz-fit-content;
  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: -moz-fit-content;
    max-width: fit-content;
    margin: 0 10px;
  }
}
.info__sns {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin: 0 auto;
}

.topics {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .topics {
    padding: 0 0 28px;
  }
}
@media only screen and (min-width: 768px) {
  .topics {
    padding: 0 0 28px;
  }
}
.topics__container {
  margin: 0 auto;
  text-align: center;
}
.topics__item {
  filter: drop-shadow(5px 5px 2px #000);
  border: solid #000 1px;
  background-color: #f2f2f2;
  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: 47%;
    margin: 0 5px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__item {
    width: 250px;
    margin: 0 20px 40px;
  }
}
.topics__item:hover {
  opacity: 0.8;
}
.topics__pic {
  border: solid 1px #000;
  background-color: #000;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 95%;
  margin: 0 auto 5px;
  padding: 0;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 767px) {
  .topics__pic {
    min-height: 250px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__pic {
    min-height: 300px;
  }
}
.topics__pic img {
  border: solid #000 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  vertical-align: middle;
  width: 100%;
  height: auto;
  margin: auto;
}
.topics__ttl {
  position: relative;
  font-size: 0.9rem;
  padding-bottom: 15px;
  margin-bottom: 2px;
}
.topics__ttl::before {
  content: "";
  top: 2px;
  left: 2px;
  right: 0;
  bottom: 0;
  position: absolute;
  background-image: url(../img/s.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  z-index: 1;
  opacity: 0.5;
}
.topics__ttl::after {
  content: "";
  top: 2px;
  left: 0;
  right: 2px;
  bottom: 0;
  position: absolute;
  background-image: url(../img/8.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  z-index: 1;
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .topics__ttl {
    height: 75px;
  }
}
.topics__ttl a {
  text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
  color: #000;
  text-decoration: none;
}
.topics__ttl a p {
  position: relative;
  z-index: 2;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  font-weight: bolder;
}
@media only screen and (max-width: 767px) {
  .topics__ttl a p {
    height: 75px;
    padding: 5px 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .topics__ttl a p {
    height: 120px;
    padding: 0 10px;
  }
}
.topics__ttl a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.sns {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sns {
    max-width: 300px;
    padding: 50px 0 80px;
  }
}
@media only screen and (min-width: 768px) {
  .sns {
    max-width: 1000px;
    padding: 100px 0 150px;
  }
}
.sns__content {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .sns__content {
    gap: 15px 0;
    grid-auto-rows: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__content {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 90px;
    gap: 0 25px;
  }
}
.sns__item {
  background-color: #ef7000;
  border: 3px solid #000;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .sns__item {
    transition: 0.3s;
  }
  .sns__item:hover {
    background-color: #fff;
  }
  .sns__item:hover .sns__icon::before {
    color: #fff;
  }
}
.sns__icon {
  background-color: #000;
  color: #ef7000;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 767px) {
  .sns__icon {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__icon {
    width: 48px;
    height: 48px;
  }
}
.sns__icon::before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .sns__icon::before {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .sns__icon::before {
    font-size: 1.8rem;
    transition: 0.3s;
  }
}
.sns__icon.sns-x::before {
  content: "\e61b";
}
.sns__icon.sns-instagram::before {
  content: "\f16d";
}
.sns a {
  display: flex;
  align-items: center;
  gap: 0 10px;
  color: #000;
  text-decoration: none;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .sns a {
    padding: 0 5%;
  }
}
@media only screen and (min-width: 768px) {
  .sns a {
    padding: 0 6%;
  }
}
.sns__txt {
  margin: 0;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sns__txt {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .sns__txt {
    font-size: 1.1rem;
  }
}
.sns__txt span {
  font-weight: normal;
  display: block;
  font-size: 0.8rem;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .global_foot {
    height: 284px;
  }
}

.global_head {
  margin: 0 !important;
}

header,
footer {
  position: relative;
  z-index: 9999999999;
}

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

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