@charset "UTF-8";

.rf_night {
  color: #1b1f78;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.rf_night .inner {
  width: 1000px;
  max-width: 100%;
  min-width: 1000px;
  margin: 0 auto;
}

#cover {
  height: auto;
}

#introduction {
  text-align: center;
  padding: 25px 0 65px;
}
#introduction .inner {
  width: 100%;
  min-width: inherit;
}
#introduction h2 {
  margin: 0;
}
#introduction .title_rf {
  width: 900px;
}
#introduction p {
  width: 100%;
  font-size: 16px;
  line-height: 1.75;
  color: #1b1f78;
  margin-top: 45px;
}

#summary {
  padding: 80px 0;
  background-image: url("../img/rf_night2/bg_pc.jpg");
  background-size: cover;
  background-position: center top;
}
.title_archive {
  text-align: center;
  font-size: 35px;
  color: #FFF;
  margin-bottom: 1.5em;
}
.movie {
  width: 680px;
  margin: 0 auto;
}
.movie .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.movie .youtube iframe {
  width: 100%;
  height: 100%;
}
#summary .box {
  width: 840px;
  margin: 80px auto 0;
  padding: 50px 80px 80px;
  background-color: #FFF;
  box-sizing: border-box;
  border-radius: 15px;
}
#summary .box .title_box {
  text-align: center;
  font-size: 16px;
  margin-bottom: 2em;
}
#summary .list_summary {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
#lp_25th .inner ul:nth-of-type(1) {
  margin-bottom: 0;
}
#summary .list_summary li {
  display: flex;
  gap: 35px;
}
#summary .list_summary li:nth-of-type(even) {
  flex-direction: row-reverse;
}
#summary .list_summary li .image {
  width: 320px;
}
#summary .list_summary li .text {
  flex: 1;
}
#summary .list_summary li .text h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.75;
}
#summary .list_summary li .text p {
  font-size: 17px;
  line-height: 1.75;
  color: #454554;
  margin-top: .5em;
}
.btn_detail {
  text-align: center;
  margin-top: 55px;
}
.btn_detail a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 26em;
  height: 4.2em;
  text-decoration: none;
  font-size: 19px;
  font-weight: 500;
  color: #1b1f78;
  background-color: #FFF;
  border: solid 2px #1b1f78;
  border-radius: 15px;
  box-sizing: border-box;
}
.btn_detail a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url("../img/rf_night2/arrow_right.svg");
  background-size: 100%;
}

#report {
  background-image: url("../img/rf_night2/bg_report_pc.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 120px 0;
}
.title_section {
  text-align: center;
  margin-bottom: 40px;
}
.title_section .ja {
  display: block;
  font-size: 40px;
  margin-bottom: .25em;
}
#report .title_section .ja {
  color: #1b1f78;
}
#story .title_section .ja {
  color: #fff;
}
#rf .title_section .ja {
  color: #1b1f78;
}
.title_section .en {
  width: 246px;
}
#report .content_report {
  width: 680px;
  margin: 0 auto;
}
#report .content_report h3 {
  font-feature-settings: "palt";
  font-size: 26px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: .05em;
  margin: 1em 0;
}
#report .content_report h4 {
  font-feature-settings: "palt";
  font-size: 18px;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: .05em;
  margin: 2em 0 1em;
}
#report .content_report h4::before {
  content: "◆";
}
#report .content_report p {
  font-feature-settings: "palt";
  font-size: 18px;
  line-height: 1.65;
  letter-spacing: .05em;
}
#report .content_report p + p {
  margin-top: 1em;
}
#report .content_report img + *,
#report .content_report p + img {
  margin-top: 40px;
}
#report .title_archive {
  color: #1b1f78;
  margin-top: 140px;
}

#story {
  background-image: url("../img/rf_night2/bg_pc.jpg");
  background-size: cover;
  background-position: center top;
  padding: 120px;
}
#story .introduction {
  text-align: center;
  margin-top: 30px;
}
#story .introduction p {
  font-size: 18px;
  line-height: 2.2;
  color: #fff;
}
#story .introduction p + p {
  margin-top: 2em;
}
#story .box_novel {
  width: 690px;
  background-color: #FFF;
  border-radius: 15px;
  margin: 50px auto 0;
}
#story .box_novel .trigger_novel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.2em;
  font-size: 19px;
  font-weight: 500;
  border-radius: 15px;
  box-sizing: border-box;
  cursor: pointer;
}
#story .box_novel.open .trigger_novel {
  color: #fff;
}
#story .box_novel .trigger_novel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.3em;
  transform: translateY(-50%);
  width: 2.736em;
  height: 1.894em;
  background-image: url("../img/rf_night2/icon_book.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
#story .box_novel .trigger_novel span {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
#story .box_novel .trigger_novel span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.3em;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url("../img/rf_night2/arrow_down.svg");
  background-size: 100%;
}
#story .box_novel.open .trigger_novel span::after {
  background-image: url("../img/rf_night2/arrow_up.svg");
}
#story .box_novel .content_novel {
  display: none;
  padding: 25px 60px 30px;
}
#story .box_novel .content_novel .title_novel {
  margin-bottom: 80px;
}
#story .box_novel .content_novel .title_novel h3 {
  text-align: center;
  font-size: 35px;
}
#story .box_novel .content_novel .title_novel h4 {
  text-align: center;
  font-size: 18px;
  margin-top: 1em;
}
#story .box_novel .content_novel p {
  font-size: 16px;
  line-height: 2.125em;
}
#story .box_novel .content_novel p + p {
  margin-top: 2em;
}
#story .box_novel .content_novel .close_novel {
  text-align: right;
  margin-top: 15px;
}
#story .box_novel .content_novel .close_novel a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  padding-right: 2em;
  cursor: pointer;
}
#story .box_novel .content_novel .close_novel a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url("../img/rf_night2/arrow_up.svg");
  background-size: 100%;
}

#rf {
  padding: 110px 0 90px;
  background-color: #f5f5f5;
}
#rf p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}