@charset "UTF-8";

/*----------------------------------------
  お知らせページ
-----------------------------------------*/

.news__inner {
  text-align: center;
}

.news__title {
  display: inline-block;
  text-align: center;
  font-family: "Zen Old Mincho";
  color: var(--taxtColor);
  font-size: var(--font22);
  font-weight: 700;
  line-height: normal;
  letter-spacing: 6.6px;
  position: relative;
}

.news__title.section-title:before {
  width: 334px;
  left: -100%;
}

.news__title.section-title:after {
  width: 167px;
  right: -100%;
}

/* mv */
#news-mv {
  position: relative;
  margin-top: 8rem;
}

.news-mv__img {
  width: 100%;
}

.news-mv__img::before {
  background: rgba(66, 66, 66, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
}

.news__heading {
  position: absolute;
  bottom: 31%;
  left: 124px;
  color: var(--whiteColor);
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New";
}

.news__heading-1 {
  font-size: var(--font18);
  font-family: Lato;
  line-height: normal;
  letter-spacing: 5.4px;
}

.news__heading-2 {
  font-size: var(--font26);
  line-height: normal;
  letter-spacing: 7.8px;
}

.news-mv__bg1 {
  width: 5.56%;
  height: auto;
  position: absolute;
  top: 30%;
  left: 50px;
}

.news-mv__bg2 {
  width: 8.2%;
  height: auto;
  position: absolute;
  bottom: 9.44%;
  left: 465px;
  transform: scale(-1, -1);
}

/* top */
#news-top {
  margin-top: 67px;
}

.news-top__inner {
  padding-inline: 45px;
  max-width: 912.058px;
  margin-inline: auto;
}

.news-top__container {
  margin-top: 60.2px;
}

.news-top-container01 {
  margin-bottom: 60px;
}

/* event */
#news-event {
  margin-top: 170.54px;
  margin-bottom: 645px;
}

.news-event__inner {
  max-width: 1105px;
  padding-inline: 35px;
  margin-inline: auto;
}

.news-event__contents {
  margin-top: 123.28px;
  display: flex;
  flex-direction: column;
  gap: 75px;
}

.news-event__content {
  display: flex;
  justify-content: space-between;
}

.news-event__img {
  width: 27.52%;
  height: auto;
}

.news-event__body {
  text-align: left;
  align-content: center;
  width: 69%;
  font-family: "Zen Kaku Gothic New";
  color: var(--taxtColor);
}

.news-event__body__date {
  font-size: 2.592rem;
  font-weight: 500;
  line-height: 46.98px;
  /* 181.25% */
  letter-spacing: 3.888px;
  border-bottom: 1px dashed var(--taxtColor);
}

.news-event__body-title {
  margin-top: 6px;
  font-size: 3.24rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 5.184px;
}

.news-event__zoom-btn {
  margin-top: 43px;
  display: inline-flex;
  gap: 11.5px;
  align-items: center;
  cursor: pointer;
}

.news-event__zoom-btn span {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 63.888px;
  /* 266.199% */
  letter-spacing: 3.6px;
}

.news-event__zoom-icon {
  width: 27.5px;
  height: 27.5px;
}

.btn-news-archive {
  margin-top: 8px;
}

.btn-news-archive a {
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  color: var(--taxtColor);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.24px;
  padding: 14px 39px;
  border-radius: 100px;
  border: 1px solid #b8b8b8;
  transition: all 0.3s;
}

.btn-news-archive a:hover {
  background: var(--mainColor);
  color: var(--whiteColor);
}

/* modal */
.modal {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  /* 画像の表示サイズ */
  max-height: 90vh;
  /* 画面の高さの90%までに制限 */
  width: auto;
  /* 縦長画像の比率を維持 */
  max-width: 100%;
  /* 横幅も画面に収まるように調整 */
}

.no-scroll {
  overflow: hidden;
}

/*----------------------------------------
    SP
-----------------------------------------*/
@media screen and (max-width: 767px) {
  #news-event {
    margin-bottom: 20rem;
  }

  .news__title {
    font-size: var(--font16);
    letter-spacing: 4.8px;
  }

  .news__title.section-title:after {
    width: 119px;
    right: -118%;
  }

  .news__title.section-title:before {
    width: 239px;
    left: -100%;
  }

  /* mv */
  #news-mv {
    margin-top: 5.5rem;
  }

  .news__heading {
    gap: 0;
  }

  .news__heading {
    top: 30.56%;
    left: 33.12px;
  }

  .news__heading-1 {
    font-size: 1.2rem;
    letter-spacing: 3.6px;
  }

  .news__heading-2 {
    letter-spacing: 3px;
    font-size: 1.5rem;
  }

  .news-mv__bg1 {
    top: 12%;
    left: 13.57px;
  }

  .news-mv__bg2 {
    bottom: 9.44%;
    left: 233.12px;
  }

  /* top */
  #news-top {
    margin-top: 33.29px;
  }

  .news-top__container {
    margin-top: 35.77px;
  }

  .news-top-container01 {
    margin-bottom: 36px;
  }

  /* event */
  #news-event {
    margin-top: 102.41px;
  }

  .news-event__contents {
    margin-top: 39px;
    gap: 45px;
  }

  .news-event__content {
    flex-direction: column-reverse;
  }

  .news-event__img {
    margin-top: 20px;
    max-width: 300px;
    width: 100%;
    margin-inline: auto;
  }

  .news-event__body {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }

  .news-event__body__date {
    font-size: 1.2rem;
    line-height: 29px;
    /* 241.667% */
    letter-spacing: 1.8px;
  }

  .news-event__body-title {
    margin-top: 8px;
    font-size: var(--font16);
    line-height: normal;
    letter-spacing: 2.8px;
  }

  .news-event__zoom-btn {
    display: none;
  }

  .btn-news-archive {
    margin-top: 46px;
  }

  .btn-news-archive a {
    padding: 16px 38px;
  }
}