@charset "UTF-8";
@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");
.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;
  }
}

@font-face {
  font-family: "comicfonts";
  src: url(../fonts/Kaisotai-Next-UP-B.ttf);
}
body {
  position: relative;
  background: #000000;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(153, 50, 34) 82%);
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}
body::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  background-image: url(../img/grid.png);
  background-position: top center;
  background-size: 250px;
  opacity: 0.025;
}

.wrap {
  position: relative;
  z-index: 2;
}

.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;
  }
}

.mid {
  position: relative;
  z-index: 3;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .mid {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .mid {
    max-width: 100vw;
    width: 90%;
    margin: 0 auto;
  }
}
.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;
}
.mid__intro {
  width: fit-content;
  margin: 50px auto;
}
.mid__intro p {
  font-size: 24px;
  font-weight: bolder;
}
@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%;
  }
}
.mid__content ul li {
  margin-bottom: 10px;
}
.mid__content .note {
  list-style: none;
}
.mid__content .note li {
  position: relative;
  margin-bottom: 0.4em;
  line-height: 1.5;
}
.mid__content .note li::before {
  content: "※";
  position: absolute;
  left: -1.2em;
  color: rgb(255, 255, 255);
  font-weight: bold;
}
.mid__content .table {
  border-collapse: collapse;
  width: fit-content;
  margin: 0 0 50px 40px;
  font-family: sans-serif;
  font-size: 14px;
}
.mid__content .table th, .mid__content .table td {
  font-size: 16px;
  border: 1px solid #ffffff;
  padding: 8px 12px;
  text-align: left;
}
.mid__content .table th {
  color: #000;
  background-color: #f2f2f2;
  font-weight: bold;
  text-align: center;
}
.mid__content p {
  padding-left: 50px;
}
.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;
  color: #ffffff;
  position: relative;
  z-index: 1;
  font-style: normal;
  letter-spacing: -1px;
}
@media only screen and (min-width: 768px) {
  .mid h3 {
    font-size: 75px;
    margin: 10px 0 0;
    line-height: 70px;
  }
  .mid h3 span {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .mid h3 {
    font-size: 35px;
    margin: 22px 0 0;
  }
  .mid h3 span {
    font-size: 15px;
  }
}
.mid ul {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .mid ul {
    padding-left: 22px;
  }
}
.mid li {
  color: #fff;
  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: #fff;
  font-weight: 500;
}

.info {
  color: #fff;
  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: 90%;
    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 0 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__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;
  }
}
.info__sns {
  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: #000000;
  background: linear-gradient(180deg, rgb(32, 32, 32) 0%, rgb(96, 55, 190) 82%);
  vertical-align: top;
  position: relative;
  scroll-snap-align: center;
  display: inline-block;
  white-space: normal;
  transition: 0.2s;
}
.topics__item::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  background-image: url(../img/grid.png);
  background-position: top center;
  background-size: 250px;
  opacity: 0.025;
}
@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: #000000;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 95%;
  margin: 0 auto 5px;
  padding: 0;
  height: fit-content;
}
.topics__pic::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  background-image: url(../img/grid.png);
  background-position: top center;
  background-size: 250px;
  opacity: 0.025;
}
@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;
  z-index: 10;
  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 {
  color: #fff;
  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: 8px 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: "";
}

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