/* wg_close
---------------------------------------------------- */
.button {
  inline-size: fit-content;
  touch-action: manipulation;
  user-select: none;
  border-radius: 4px;
  margin: 0 auto;
}
.button a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

.wg_close {
  /* close */
}
.wg_close .mv .mv-top {
  background: #faf2f2;
}
.wg_close .mv .inner {
  position: relative;
}
.wg_close .mv .mv_txt {
  width: 800px;
  text-align: center;
  padding: 153px 0 0;
  height: 480px;
}
.wg_close .mv .mv_txt img {
  width: 342px;
}
.wg_close .mv .mv_txt p {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  font-family: "Noto Serif JP", sans-serif;
}
.wg_close .mv .mv_img {
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
}
.wg_close .mv .mv_date {
  width: 800px;
  height: 170px;
  font-size: 34px;
  text-align: center;
  padding-top: 25px;
  padding-top: 12px;
  color: #fff;
}
.wg_close .mv .mv_date strong {
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
}
.wg_close .mv .mv_date strong span {
  font-size: 44px;
  font-weight: bold;
}
.wg_close .mv .mv_date small {
  display: inline-block;
  margin-top: 12px;
  font-size: 16px;
}
.wg_close .close {
  margin: 80px auto 0;
  text-align: center;
}
.wg_close .close h3 {
  margin-bottom: 35px;
  line-height: 1.85;
  font-size: 26px;
  font-weight: 500;
  color: #000;
}
.wg_close .close p {
  line-height: 2;
  font-size: 16px;
}
.wg_close .close p a {
  text-decoration: underline;
  text-underline-offset: 8px;
  color: #ed4a74;
}
.wg_close .close__bnr {
  margin-top: 80px;
}
.wg_close .close__bnr img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .wg_close {
    /* close */
  }
  .wg_close .button {
    border-radius: 5px;
  }
  .wg_close .inner {
    width: 100%;
  }
  .wg_close .mv .inner {
    position: relative;
  }
  .wg_close .mv .mv_txt {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    height: auto;
  }
  .wg_close .mv .mv_txt img {
    width: 64%;
    margin-bottom: 25px;
  }
  .wg_close .mv .mv_txt p {
    font-size: 20px;
    line-height: 1.5;
  }
  .wg_close .mv .mv_txt .mv_img {
    position: initial;
    width: calc(100% - 70px);
    margin: 0 35px 25px;
  }
  .wg_close .mv .mv_date {
    width: 100%;
    height: auto;
    font-size: 22px;
    text-align: center;
    padding: 18px 0 20px;
  }
  .wg_close .mv .mv_date strong {
    display: block;
    margin-bottom: 2px;
    font-weight: bold;
  }
  .wg_close .mv .mv_date strong span {
    font-size: 25px;
  }
  .wg_close .mv .mv_date small {
    font-size: 13px;
  }
  .wg_close .close {
    margin: 42px 15px 0;
  }
  .wg_close .close__text {
    margin-inline: 10px;
  }
  .wg_close .close h3 {
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 18px;
  }
  .wg_close .close p {
    font-size: 15px;
  }
  .wg_close .close__bnr {
    margin-top: 37px;
  }
}/*# sourceMappingURL=style.css.map */