@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v6.4.2/css/all.css");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  color: #fff;
}

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

.global_head {
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
}

.wrap {
  font-family: "Noto Serif JP";
  background: url(../img/bg.png) no-repeat top center/cover fixed;
  position: relative;
}
.wrap::after {
  content: "";
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.content {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .content {
    width: calc(100% - 30px);
    padding: 50px 0 100px;
  }
}
@media only screen and (min-width: 768px) {
  .content {
    max-width: 1200px;
    width: calc(100% - 40px);
    padding: 100px 0 200px;
  }
}

@media only screen and (max-width: 767px) {
  .hero {
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    margin: 0 0 50px;
  }
}
.hero__text {
  font-weight: 900;
  margin: 0;
  letter-spacing: 0.1rem;
  text-align: center;
  text-shadow: 0 0 15px black;
}
@media only screen and (max-width: 767px) {
  .hero__text {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 768px) {
  .hero__text {
    font-size: 3rem;
    line-height: 1.5;
  }
}

h1 {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  h1 {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    margin: 0 auto 30px;
    max-width: 1100px;
  }
}
h1 img {
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
}

h2 {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  h2 {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    margin: 0 0 50px;
  }
}
h2 p {
  width: 125%;
  transform: scaleX(0.8);
  transform-origin: center left;
}
@media only screen and (max-width: 767px) {
  h2 p {
    font-size: 2.2rem;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  h2 p {
    font-size: 3.8rem;
    margin: 0 0 30px;
  }
}
h2 span {
  display: block;
  width: 100%;
  font-family: "Noto Sans JP";
  font-weight: 500;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  h2 span {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  h2 span {
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 767px) {
  .intro {
    margin: 0 0 80px;
  }
}
@media only screen and (min-width: 768px) {
  .intro {
    margin: 0 0 150px;
  }
}
.intro__text {
  font-family: "Noto Sans JP";
  text-align: center;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .intro__text {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .intro__text {
    font-size: 1.2rem;
    margin: 0 0 30px;
  }
}
.intro__note {
  font-family: "Noto Sans JP";
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(153, 153, 153, 0.5);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .intro__note {
    width: 90%;
    padding: 20px 17px;
  }
}
@media only screen and (min-width: 768px) {
  .intro__note {
    max-width: 750px;
    padding: 30px;
  }
}
.intro__note ul {
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .intro__note ul {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .intro__note ul {
    font-size: 0.9rem;
  }
}
.intro__note ul > li {
  position: relative;
  padding-left: 20px;
  line-height: 1.7;
  margin: 0 0 10px;
}
.intro__note ul > li:last-child {
  margin: 0;
}
.intro__note ul > li::before {
  content: "※";
  position: absolute;
  top: 2px;
  left: 0;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .intro__note ul > li::before {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .intro__note ul > li::before {
    font-size: 0.85rem;
  }
}

@media only screen and (max-width: 767px) {
  .topics {
    margin: 0 0 80px;
  }
}
@media only screen and (min-width: 768px) {
  .topics {
    margin: 0 0 150px;
  }
}
.topics__list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-rows: min-content;
}
@media only screen and (max-width: 767px) {
  .topics__list {
    gap: 13px 0;
    min-height: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    min-height: 300px;
  }
}
.topics__item {
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(153, 153, 153, 0.5);
  position: relative;
  display: grid;
}
@media only screen and (max-width: 767px) {
  .topics__item {
    padding: 15px;
    grid-template-columns: 125px auto;
    gap: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__item {
    padding: 20px;
    grid-template-columns: 180px auto;
    gap: 0 25px;
    transition: 0.3s;
  }
}
.topics__item:hover {
  background-color: rgba(214, 46, 46, 0.15);
}
.topics__img {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #222;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .topics__img {
    height: 125px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__img {
    height: 180px;
  }
}
.topics__img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.topics__img .noimg {
  color: #97a5b7;
  font-size: 1.3rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .topics__img .noimg {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .topics__img .noimg {
    font-size: 1.3rem;
  }
}
.topics__caption {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.topics__ttl {
  font-weight: bold;
  width: 100%;
  padding: 0;
  margin: 10px 0 0;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 767px) {
  .topics__ttl {
    font-size: 14px;
    height: 67px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__ttl {
    font-size: 16px;
    height: 75px;
    line-height: 26px;
  }
}
.topics__ttl:hover {
  text-decoration: none !important;
}
.topics__ttl a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .topics__ttl a {
    text-overflow: ellipsis;
    white-space: normal;
  }
}
.topics__ttl a:hover {
  text-decoration: none !important;
}
.topics__ttl a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.topics__date {
  font-family: "Noto Sans JP";
  text-align: right;
  background-color: rgba(214, 46, 46, 0.6);
  padding: 3px 10px;
  display: inline;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .topics__date {
    margin: 15px 0 0;
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .topics__date {
    margin: 20px 0 0;
    font-size: 0.85rem;
  }
}
.topics__soon {
  position: absolute;
  width: 100%;
  font-family: "Noto Sans JP";
  text-align: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .topics__soon {
    top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__soon {
    font-size: 2.1rem;
    top: 50px;
  }
}

.sns__item {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(153, 153, 153, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sns__item {
    width: 90%;
    padding: 20px 20px 20px 90px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item {
    width: 550px;
    padding: 35px 35px 35px 120px;
    transition: 0.2s;
    cursor: pointer;
  }
  .sns__item:hover {
    background-color: rgba(214, 46, 46, 0.15);
  }
  .sns__item:hover .text::before {
    right: 55px;
  }
  .sns__item:hover .text::after {
    right: 33px;
  }
}
.sns__item::before {
  content: "\e61b";
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .sns__item::before {
    font-size: 2rem;
    left: 27px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item::before {
    font-size: 2.6rem;
    left: 40px;
  }
}
.sns__item .text {
  font-family: "Noto Sans JP";
}
@media only screen and (min-width: 768px) {
  .sns__item .text {
    text-align: left;
  }
}
.sns__item .text::before {
  content: "";
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  transform: rotate(45deg);
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .sns__item .text::before {
    width: 8px;
    height: 8px;
    top: 40px;
    right: 41px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item .text::before {
    width: 12px;
    height: 12px;
    top: 54.5px;
    right: 62px;
    transition: 0.2s;
  }
}
.sns__item .text::after {
  content: "";
  border: 1px solid #ccc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .sns__item .text::after {
    width: 38px;
    height: 38px;
    right: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item .text::after {
    width: 50px;
    height: 50px;
    right: 40px;
    transition: 0.2s;
  }
}
.sns__item .text p {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .sns__item .text p {
    font-size: 1.1rem;
    line-height: 1.3rem;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item .text p {
    font-size: 1.5rem;
    line-height: 1;
    margin: 0 0 5px;
  }
}
.sns__item .text a {
  color: #ccc;
}
@media only screen and (max-width: 767px) {
  .sns__item .text a {
    font-size: 0.8rem;
    text-align: left;
  }
}
.sns__item .text a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sns__item .text a:hover {
  text-decoration: none;
}

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