.p-page {
  padding: 4rem 0 9.5rem 0;
}
.p-page__intro {
  position: relative;
  min-height: 70rem;
  margin-bottom: 18.5rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-page__intro {
    min-height: initial;
    margin-bottom: 7rem;
  }
}
.p-page__intro-content {
  width: 51rem;
  padding-top: 14rem;
  margin-left: auto;
  margin-right: -2rem;
}
@media screen and (max-width: 767px) {
  .p-page__intro-content {
    width: 100%;
    margin: 0;
    padding-top: 0;
  }
}
.p-page__intro-image {
  position: absolute;
  top: 0;
  right: 50%;
}
@media screen and (max-width: 767px) {
  .p-page__intro-image {
    position: static;
    margin-bottom: 2rem;
  }
}
.p-page__intro-title {
  margin-bottom: 2.2rem;
  padding-bottom: 2rem;
  line-height: 1.4;
  font-size: 3.4rem;
  font-weight: 900;
  text-align: center;
  border-bottom: 1px solid #f6ab00;
}
@media screen and (max-width: 767px) {
  .p-page__intro-title {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    font-size: 2rem;
  }
}
.p-page__intro-title::after {
  display: block;
  font-size: 2rem;
  font-weight: 200;
  font-family: "Jost", sans-serif;
  content: attr(data-en);
}
@media screen and (max-width: 767px) {
  .p-page__intro-title::after {
    color: #f6ab00;
    font-size: 1.6rem;
  }
}
.p-page__intro-text {
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.89;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-page__intro-text {
    font-size: 1.3rem;
  }
}
.p-page__intro-note {
  font-size: 0.95rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-page__intro-note {
    font-size: 1rem;
    line-height: 1.4;
  }
}
.p-page__section {
  margin-bottom: 16.5rem;
}
@media screen and (max-width: 767px) {
  .p-page__section {
    margin-bottom: 3rem;
    padding: 0 1.5rem;
  }
}
.p-page__section-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-page__section-inner {
    position: relative;
    display: block;
    padding: 3rem;
    background: #fcefe7;
  }
  .p-page__section-inner::before {
    position: absolute;
    top: -0.9rem;
    left: 50%;
    width: 6rem;
    height: calc(100% + 1.8rem);
    background: url(../images/common/bg_content-top-sp.png) no-repeat center top/100% auto, url(../images/common/bg_content-bottom-sp.png) no-repeat center bottom/100% auto;
    pointer-events: none;
    z-index: -1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
  }
  .p-page__section-inner::after {
    position: absolute;
    top: 50%;
    left: -0.9rem;
    width: calc(100% + 1.8rem);
    height: 6rem;
    background: url(../images/common/bg_content-left-sp.png) no-repeat left center/auto 100%, url(../images/common/bg_content-right-sp.png) no-repeat right center/auto 100%;
    pointer-events: none;
    z-index: -1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
  }
}
.p-page__section-content {
  width: 60.8rem;
}
@media screen and (max-width: 767px) {
  .p-page__section-content {
    width: 100%;
  }
}
.p-page__section-title {
  margin-bottom: 1.5rem;
  color: #b31c34;
  line-height: 1.25;
  font-size: 3rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-page__section-title {
    font-size: 2rem;
  }
}
.p-page__section-title::after {
  display: block;
  font-size: 2rem;
  font-weight: 200;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.02em;
  content: attr(data-en);
}
@media screen and (max-width: 767px) {
  .p-page__section-title::after {
    color: #f6ab00;
    font-size: 1.4rem;
  }
}
.p-page__section-text {
  line-height: 1.85;
}
@media screen and (max-width: 767px) {
  .p-page__section-text {
    font-size: 1.3rem;
  }
}
.p-page__section-photo {
  position: relative;
  max-width: 65.5rem;
  z-index: 2;
}
.p-page__section-note {
  color: #fff;
  font-size: 0.95rem;
}
@media screen and (max-width: 767px) {
  .p-page__section-note {
    color: #231815;
    font-size: 1rem;
    line-height: 1.4;
  }
}
.p-page__section:nth-of-type(odd) .p-page__section-content {
  padding: 10.5rem 11rem 11rem 8rem;
  background-position: left -14rem bottom -8.5rem, right -13.3rem top -11.8rem;
}
@media screen and (max-width: 767px) {
  .p-page__section:nth-of-type(odd) .p-page__section-content {
    padding: 0;
    background: none;
  }
}
.p-page__section:nth-of-type(odd) .p-page__section-photo {
  margin: 9rem 0 0 -9rem;
}
@media screen and (max-width: 767px) {
  .p-page__section:nth-of-type(odd) .p-page__section-photo {
    margin: 2rem 0 0 0;
  }
}
.p-page__section:nth-of-type(even) .p-page__section-inner {
  flex-direction: row-reverse;
}
.p-page__section:nth-of-type(even) .p-page__section-content {
  margin-top: 7.5rem;
  padding: 10.5rem 7rem 12rem 12rem;
  background-position: left -3rem bottom -9.8rem, right -12rem top -8rem;
}
@media screen and (max-width: 767px) {
  .p-page__section:nth-of-type(even) .p-page__section-content {
    padding: 0;
    margin: 0;
    background: none;
  }
}
.p-page__section:nth-of-type(even) .p-page__section-photo {
  margin: 0 -9rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-page__section:nth-of-type(even) .p-page__section-photo {
    margin: 2rem 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-page__back {
    margin-top: 7rem;
  }
}
.p-page__back a {
  margin: 0 auto;
  letter-spacing: 0.1em;
}
.p-page__by {
  margin-top: 5.5rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-page__by {
    margin-top: 3rem;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  body {
    position: relative;
    background: #b31c34;
  }
}

.p-page-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-page-bg {
    display: none;
  }
}
.p-page-bg__left, .p-page-bg__right {
  position: absolute;
  width: 45rem;
  aspect-ratio: 45/258;
  z-index: -1;
}
.p-page-bg__left {
  left: 0;
  background: url(../images/common/bg_pattern-01.png) no-repeat left top/100% auto;
}
.p-page-bg__left--01 {
  top: 15rem;
}
.p-page-bg__left--02 {
  top: 188rem;
}
.p-page-bg__left--03 {
  top: 364rem;
}
.p-page-bg__left--04 {
  bottom: -121rem;
}
.p-page-bg__right {
  right: 0;
  background: url(../images/common/bg_pattern-02.png) no-repeat left top/100% auto;
}
.p-page-bg__right--01 {
  top: -76rem;
}
.p-page-bg__right--02 {
  top: 82rem;
}
.p-page-bg__right--03 {
  top: 271rem;
}
.p-page-bg__right--04 {
  top: 464rem;
}