@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&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-color: #3f4778;
  position: relative;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.15;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
}

.wrap {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .wrap {
    width: 1200px;
    margin: 0 auto;
  }
}

.top img {
  width: 100%;
}
.top__text {
  width: 100%;
  text-align: right;
}
.top__text img {
  width: 50%;
  filter: drop-shadow(3px 3px 0px #000);
}

.mid h2 {
  color: #fff;
  text-shadow: 3px 3px 0px #000;
  filter: drop-shadow(3px 3px 0px #000);
  background-color: #ec77c1;
  font-size: 50px;
  padding: 0 0 10px 20px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.mid h2::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 1;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: -1;
}
.mid ul {
  color: #fff;
}
.mid ul li {
  font-size: 25px;
}

.sns {
  margin: 30px 0;
}
.sns__title {
  margin: 0 auto;
}
.sns__title h2 {
  color: #fff;
  text-shadow: 3px 3px 0px #000;
  filter: drop-shadow(3px 3px 0px #000);
  background-color: #ec77c1;
  font-size: 50px;
  padding: 0 0 10px 20px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.sns__title h2::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 1;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: -1;
}
.sns__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media only screen and (min-width: 768px) {
  .sns__list {
    flex-direction: row;
    gap: 15px;
  }
}
.sns__btn {
  display: block;
  background-color: #fff;
  color: #ec77c1;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  padding: 16px 20px;
  text-align: center;
  border: 3px solid #ec77c1;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  flex: 1;
}
.sns__btn:hover {
  background-color: #ec77c1;
  color: #fff;
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.sns__btn-label {
  display: block;
}

.mcrchronicles {
  margin: 30px 0;
  text-align: center;
}
.mcrchronicles__btn {
  display: inline-block;
  background: linear-gradient(135deg, #ec77c1 0%, #ff9dd1 100%);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  padding: 25px 40px;
  border: 4px solid #fff;
  box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.3), 0 0 20px rgba(236, 119, 193, 0.4);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.mcrchronicles__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}
.mcrchronicles__btn:hover {
  transform: translate(3px, 3px) scale(1.02);
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3), 0 0 30px rgba(236, 119, 193, 0.6);
}
.mcrchronicles__btn:hover::before {
  left: 100%;
}
.mcrchronicles__btn-text {
  display: inline-block;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
.mcrchronicles__btn-arrow {
  display: inline-block;
  margin-left: 15px;
  font-size: 28px;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}
.mcrchronicles__btn:hover .mcrchronicles__btn-arrow {
  transform: translateX(5px);
}

.topics {
  background-image: url(../img/bg-topics.jpg);
}
.topics__title {
  margin: 0 auto;
}
.topics__title h2 {
  color: #fff;
  text-shadow: 3px 3px 0px #000;
  filter: drop-shadow(3px 3px 0px #000);
  background-color: #ec77c1;
  font-size: 50px;
  padding: 0 0 10px 20px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.topics__title h2::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 1;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: -1;
}
@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__item {
  border: #ec77c1 10px solid;
  filter: drop-shadow(3px 3px 0px #000);
  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;
  background: #363939;
  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;
    max-height: 750px;
    line-height: 160px;
  }
}
.topics__pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.topics__pic img.is-landscape {
  width: 100%;
  height: auto;
}
.topics__pic img.is-portrait {
  width: auto;
  height: 100%;
}
.topics__ttl {
  position: relative;
  z-index: 10;
  font-size: 0.9rem;
  width: 100%;
  box-sizing: border-box;
  background-color: #ec77c1;
}
.topics__ttl a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}
.topics__ttl a p {
  margin: 0;
  display: flex;
  height: 200px;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding: 0 10px;
}

.othertopics {
  margin: 30px 0;
  text-align: center;
}
.othertopics__btn {
  display: inline-block;
  background: #ec77c1;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  padding: 25px 40px;
  box-shadow: 3px 3px 0px rgb(0, 0, 0);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.othertopics__btn:hover {
  opacity: 0.8;
}
.othertopics__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}
.othertopics__btn-text {
  display: inline-block;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
.othertopics__btn-arrow {
  display: inline-block;
  margin-left: 15px;
  font-size: 28px;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}
.othertopics__btn:hover .othertopics__btn-arrow {
  transform: translateX(5px);
}

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