@charset "UTF-8";
.l-header::before {
  opacity: 0;
  transition: opacity 1.2s var(--ease_out);
}
.is-scroll-top .l-header::before {
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout);
}

.p-top {
  display: block;
  position: relative;
  z-index: 0;
}
.p-top__header {
  display: block;
  position: relative;
}
.p-top__inner {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-top__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-top__footer {
  display: block;
  position: relative;
}

.p-hero {
  display: block;
  position: relative;
}
.p-hero img {
  width: 100%;
}
.p-hero__base {
  display: block;
  position: relative;
}
.p-hero__container {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 961px) {
  .p-hero__content {
    width: 100%;
    height: calc(var(--svh) - 8rem);
    max-height: 100%;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__content {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-hero__logo {
  width: 83.5rem;
  display: block;
  position: absolute;
}
@media screen and (min-width: 961px) {
  .p-hero__logo {
    top: 50.8%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 960px) {
  .p-hero__logo {
    width: 36rem;
    left: 50%;
    bottom: 8.6rem;
    transform: translate(-50%, 0);
  }
}
.p-hero__about {
  width: 64rem;
  display: block;
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 960px) {
  .p-hero__about {
    width: 32rem;
    bottom: 3.2rem;
  }
}
.p-hero__catch {
  width: 6.4rem;
  display: block;
  position: absolute;
}
@media screen and (min-width: 961px) {
  .p-hero__catch {
    top: 12.6rem;
    right: 3.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__catch {
    width: 4rem;
    position: absolute;
    top: 9.5rem;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.p-headline {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  bottom: 0;
  background: var(--color-white);
}
.p-headline::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
}
.p-headline__container {
  width: 100%;
  display: grid;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-headline__container {
    min-height: 8rem;
    grid-template-columns: 11rem 1fr auto;
  }
}
@media screen and (max-width: 960px) {
  .p-headline__container {
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr auto;
  }
}
.p-headline__header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0.2rem 1.5rem;
}
@media screen and (min-width: 961px) {
  .p-headline__header::before {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-right: 1px solid var(--color-black);
  }
}
@media screen and (max-width: 960px) {
  .p-headline__header {
    grid-column: 1/2;
    grid-row: 1/2;
    justify-content: flex-start;
  }
}
.p-headline__title {
  display: block;
  position: relative;
  top: 0.2rem;
  font-size: 1.7rem;
  font-family: "Cinzel", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-headline__title {
    font-size: 1.3rem;
  }
}
.p-headline__inner {
  min-width: 0;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-headline__inner {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .p-headline__inner::before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid var(--color-black);
  }
}
.p-headline__slide {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-headline__list {
  height: 8rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-headline__list {
    height: 4rem;
  }
}
.p-headline__list-item {
  width: 100%;
  flex-shrink: 0;
  display: block;
  position: relative;
}
.p-headline__footer {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-headline__footer {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.p-headline__pager {
  display: grid;
  grid-template-columns: repeat(3, 8rem);
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-headline__pager {
    grid-template-columns: repeat(3, 4rem);
  }
}
.p-headline__pager::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid var(--color-black);
}
.p-headline__pager-item {
  min-width: 0;
  display: block;
  position: relative;
}
.p-headline__pager-item + .p-headline__pager-item::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid var(--color-black);
}
.p-headline__nav {
  width: 100%;
  min-height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-headline__nav {
    min-height: 4rem;
  }
}
.p-headline__nav.--prev {
  transform: scale(-1, 1);
}
.p-headline__nav::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-hov);
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-headline__nav::before {
    transition: opacity 1.2s var(--ease_out);
  }
  .p-headline__nav:hover::before {
    opacity: 1;
  }
}
.p-headline__nav-img {
  width: 2rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-headline__nav-img {
    width: 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-headline__nav:hover .p-headline__nav-img {
    animation: arrow 1s linear;
  }
}
.p-headline__more {
  width: 100%;
  min-height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-headline__more {
    min-height: 4rem;
  }
}
.p-headline__more::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-hov);
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-headline__more::before {
    transition: opacity 1.2s var(--ease_out);
  }
  .p-headline__more:hover::before {
    opacity: 1;
  }
}
.p-headline__more-text {
  width: 2rem;
  height: 0.8rem;
  display: block;
  position: relative;
  font-size: 0;
}
@media screen and (max-width: 960px) {
  .p-headline__more-text {
    width: 1.2rem;
    height: 0.5rem;
  }
}
.p-headline__more-text::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
}

.p-headline_article {
  min-height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 2rem;
  padding: 2rem 4rem;
}
@media screen and (max-width: 960px) {
  .p-headline_article {
    min-height: 4rem;
    padding: 0.2rem 1.5rem;
  }
}
.p-headline_article::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-hov);
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-headline_article::before {
    transition: opacity 1.2s var(--ease_out);
  }
  .p-headline_article:hover::before {
    opacity: 1;
  }
}
.p-headline_article__date {
  display: block;
  position: relative;
  padding: 0 1.7rem;
}
@media screen and (max-width: 960px) {
  .p-headline_article__date {
    padding: 0 1.3rem;
    font-size: 1.3rem;
  }
}
.p-headline_article__date::before {
  content: "{";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.p-headline_article__date::after {
  content: "}";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.p-headline_article__date-text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-headline_article__date-text {
    font-size: 1.2rem;
  }
}
.p-headline_article__title {
  min-width: 0;
  flex: 1 1 0;
  display: block;
  position: relative;
  font-size: 1.6rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 960px) {
  .p-headline_article__title {
    font-size: 1.2rem;
  }
}

.p-outline {
  display: block;
  position: relative;
  padding: 20rem 0 19rem;
}
@media screen and (max-width: 960px) {
  .p-outline {
    padding: 7rem 0 9rem;
  }
}
.p-outline__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-outline__deco {
  display: block;
  position: absolute;
  transform: translate(0, -50%);
}
.p-outline__deco img {
  width: 100%;
}
.p-outline__deco.--deco1 {
  width: 44rem;
  top: 73%;
  left: 0;
}
@media screen and (max-width: 960px) {
  .p-outline__deco.--deco1 {
    width: 20rem;
    top: 20%;
  }
}
.p-outline__deco.--deco2 {
  width: 29.5rem;
  top: 30%;
  right: 0;
}
@media screen and (max-width: 960px) {
  .p-outline__deco.--deco2 {
    width: 15rem;
    top: 50%;
  }
}
.p-outline__container {
  display: block;
  position: relative;
  opacity: 0;
}
.is-load .p-outline__container {
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout) 0.8s;
}
.p-outline__inner {
  width: 80%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-outline__lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-outline__lead {
    font-size: 1.5rem;
  }
}
.p-outline__cap {
  display: block;
  position: relative;
  margin-top: 3rem;
  font-size: 2.2rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-outline__cap {
    font-size: 1.8rem;
  }
}

.p-ticket {
  display: block;
  position: relative;
  padding-bottom: 18rem;
}
@media screen and (max-width: 960px) {
  .p-ticket {
    padding-bottom: 12rem;
  }
}
.p-ticket__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-ticket__deco {
  display: block;
  position: absolute;
  transform: translate(0, -50%);
}
.p-ticket__deco img {
  width: 100%;
}
.p-ticket__deco.--deco1 {
  width: 38rem;
  top: 42%;
  right: 0;
}
@media screen and (max-width: 960px) {
  .p-ticket__deco.--deco1 {
    width: 18rem;
    top: 20%;
  }
}
.p-ticket__deco.--deco2 {
  width: 31rem;
  top: 45%;
  left: 0;
}
@media screen and (max-width: 960px) {
  .p-ticket__deco.--deco2 {
    width: 15rem;
    top: 60%;
  }
}
.p-ticket__header {
  display: block;
  position: relative;
  padding: 10rem 0;
  margin-bottom: 8.6rem;
}
@media screen and (max-width: 960px) {
  .p-ticket__header {
    padding: 8.5rem 0;
    margin-bottom: 0.8rem;
  }
}
.p-ticket__header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/ticket/bg_title-text.webp") repeat-x 50% 0/167rem auto;
  animation: loop_ticket 30s linear infinite;
}
@media screen and (max-width: 960px) {
  .p-ticket__header::before {
    background-size: 116.9rem;
  }
}
@media screen and (max-width: 960px) {
  .p-ticket__header::before {
    animation: loop_ticket_sp 30s linear infinite;
  }
}
@keyframes loop_ticket {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -167rem;
  }
}
@keyframes loop_ticket_sp {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -116.9rem;
  }
}
.p-ticket__star {
  width: 12rem;
  display: block;
  position: relative;
  margin: 0 auto 1.2rem;
  -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
}
@media screen and (max-width: 960px) {
  .p-ticket__star {
    width: 8.6rem;
    margin-bottom: 0.5rem;
  }
}
.is-load .p-ticket__star {
  -webkit-clip-path: polygon(50% -50%, 150% 50%, 50% 150%, -50% 50%);
  clip-path: polygon(50% -50%, 150% 50%, 50% 150%, -50% 50%);
  transition: -webkit-clip-path 1s var(--ease_out) 0.6s;
  transition: clip-path 1s var(--ease_out) 0.6s;
  transition: clip-path 1s var(--ease_out) 0.6s, -webkit-clip-path 1s var(--ease_out) 0.6s;
}
.p-ticket__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 0.7rem 1.2rem 0;
  margin: 0 auto;
  font-size: 3.1rem;
  line-height: 1;
  font-family: "Cinzel", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 400;
  background-color: var(--color-white);
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-ticket__title {
    padding: 0.6rem 1rem 0.45rem;
    font-size: 2rem;
  }
}
.is-load .p-ticket__title {
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout) 0.6s;
}
.p-ticket__title:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid currentColor;
}
.p-ticket__inner {
  width: 90%;
  max-width: 92rem;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
}
.is-load .p-ticket__inner {
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout) 0.8s;
}
.p-ticket__list {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-ticket__list-item {
  display: block;
  position: relative;
}
.p-ticket__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-black);
}
.p-ticket__list-item + .p-ticket__list-item {
  margin-top: 1.7rem;
}
@media screen and (max-width: 960px) {
  .p-ticket__list-item + .p-ticket__list-item {
    margin-top: 0.8rem;
  }
}
.p-ticket__more {
  width: 45rem;
  display: block;
  position: relative;
  margin: 1.4rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-ticket__more {
    width: 29.5rem;
    margin-top: 0.5rem;
  }
}

.p-ticket_content {
  display: block;
  position: relative;
  padding: 3.6rem 0 4rem;
}
@media screen and (min-width: 961px) {
  .p-ticket_content {
    display: grid;
    grid-template-columns: 32rem 1fr;
  }
}
@media screen and (max-width: 960px) {
  .p-ticket_content {
    padding: 2rem 0 2rem;
  }
}
.p-ticket_content__header {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-ticket_content__header {
    margin-bottom: 1.2rem;
  }
}
.p-ticket_content__title {
  display: block;
  position: relative;
  font-size: 2.8rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-ticket_content__title {
    font-size: 1.6rem;
  }
}
.p-ticket_content__inner {
  display: block;
  position: relative;
}
.p-ticket_content__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4.5rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-ticket_content__list {
    gap: 3.4rem;
  }
}
.p-ticket_content__list-item {
  width: calc(50% - 2.25rem);
  display: block;
  position: relative;
}

.p-ticket_data {
  display: block;
  position: relative;
}
.p-ticket_data__header {
  display: block;
  position: relative;
}
.p-ticket_data__title {
  display: block;
  position: relative;
  font-size: 2.2rem;
  letter-spacing: -0.05rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-ticket_data__title {
    font-size: 1.45rem;
  }
}
.p-ticket_data__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-ticket_data__inner {
    gap: 0.3rem;
  }
}
.p-ticket_data__price {
  display: block;
  position: relative;
  font-size: 7rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 960px) {
  .p-ticket_data__price {
    font-size: 4.4rem;
  }
}
.p-ticket_data__cap {
  display: block;
  position: relative;
  top: 0.5rem;
}
@media screen and (max-width: 960px) {
  .p-ticket_data__cap {
    top: 0.4rem;
  }
}
.p-ticket_data__cap-main {
  display: block;
  position: relative;
  font-size: 3rem;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-ticket_data__cap-main {
    font-size: 2.2rem;
    line-height: 1;
  }
}
.p-ticket_data__cap-sub {
  display: block;
  position: relative;
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-ticket_data__cap-sub {
    font-size: 1rem;
  }
}

.p-intro {
  display: block;
  position: relative;
  margin-top: 0.6rem;
  padding-bottom: 18.8rem;
}
@media screen and (max-width: 960px) {
  .p-intro {
    margin-top: 0;
    padding-bottom: 12rem;
  }
}
.p-intro__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-intro__deco {
  display: block;
  position: absolute;
  transform: translate(0, -50%);
}
.p-intro__deco img {
  width: 100%;
}
.p-intro__deco.--deco1 {
  width: 42rem;
  top: 45%;
  left: 0;
}
@media screen and (max-width: 960px) {
  .p-intro__deco.--deco1 {
    width: 18rem;
    top: 20%;
  }
}
.p-intro__deco.--deco2 {
  width: 25rem;
  top: 30%;
  right: 0;
}
@media screen and (max-width: 960px) {
  .p-intro__deco.--deco2 {
    width: 22rem;
    top: 50%;
  }
}
.p-intro__header {
  display: block;
  position: relative;
  padding: 10rem 0;
  margin-bottom: 7.4rem;
}
@media screen and (max-width: 960px) {
  .p-intro__header {
    padding: 8.5rem 0 7rem;
    margin-bottom: 0;
  }
}
.p-intro__header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/top/intro/bg_title-text.webp") repeat-x 50% 0/344rem auto;
  animation: loop_intro 50s linear infinite;
}
@media screen and (max-width: 960px) {
  .p-intro__header::before {
    background-size: 240.8rem;
  }
}
@media screen and (max-width: 960px) {
  .p-intro__header::before {
    animation: loop_intro_sp 50s linear infinite;
  }
}
@keyframes loop_intro {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -344rem;
  }
}
@keyframes loop_intro_sp {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -240.8rem;
  }
}
.p-intro__star {
  width: 12rem;
  display: block;
  position: relative;
  margin: 0 auto 1.2rem;
  -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
}
@media screen and (max-width: 960px) {
  .p-intro__star {
    width: 8.6rem;
    margin-bottom: 0.5rem;
  }
}
.is-load .p-intro__star {
  -webkit-clip-path: polygon(50% -50%, 150% 50%, 50% 150%, -50% 50%);
  clip-path: polygon(50% -50%, 150% 50%, 50% 150%, -50% 50%);
  transition: -webkit-clip-path 1s var(--ease_out) 0.6s;
  transition: clip-path 1s var(--ease_out) 0.6s;
  transition: clip-path 1s var(--ease_out) 0.6s, -webkit-clip-path 1s var(--ease_out) 0.6s;
}
.p-intro__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 0.7rem 1.2rem 0;
  margin: 0 auto;
  font-size: 3.1rem;
  line-height: 1;
  font-family: "Cinzel", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 400;
  background-color: var(--color-white);
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-intro__title {
    padding: 0.6rem 1rem 0.45rem;
    font-size: 2rem;
  }
}
.is-load .p-intro__title {
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout) 0.6s;
}
.p-intro__title:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid currentColor;
}
.p-intro__inner {
  width: 90%;
  max-width: 92rem;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
}
.is-load .p-intro__inner {
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout) 0.8s;
}
.p-intro__text {
  display: block;
  position: relative;
}
.p-intro__text-par {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-intro__text-par {
    font-size: 1.3rem;
  }
}
.p-intro__text-par + .p-intro__text-par {
  margin-top: 2em;
}
.p-intro__cap {
  display: block;
  position: relative;
  margin-top: 3rem;
  font-size: 2.2rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-intro__cap {
    font-size: 1.8rem;
  }
}

.p-about {
  display: block;
  position: relative;
  z-index: 0;
}
.p-about::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-black);
}
.p-about__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/top/bg_host.jpg") no-repeat center/cover;
  z-index: -1;
}
.p-about__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 8rem 0;
}
@media screen and (max-width: 960px) {
  .p-about__container {
    padding: 4rem 0;
  }
}
.p-about__inner {
  width: 90%;
  max-width: 92rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 5.5rem 4rem 5.9rem;
  background-color: var(--color-white);
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-about__inner {
    padding: 3rem 4rem 3rem;
  }
}
.is-load .p-about__inner {
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout) 0.8s;
}
.p-about__list {
  display: block;
  position: relative;
}
.p-about__list-item {
  display: block;
  position: relative;
}
.p-about__list-item + .p-about__list-item {
  margin-top: 4.2rem;
}
@media screen and (max-width: 960px) {
  .p-about__list-item + .p-about__list-item {
    margin-top: 3rem;
  }
}

.p-about_data {
  display: block;
  position: relative;
}
.p-about_data__header {
  display: block;
  position: relative;
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 960px) {
  .p-about_data__header {
    margin-bottom: 1rem;
  }
}
.p-about_data__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 0.3rem 1.6rem;
  margin: 0 auto;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-about_data__title {
    padding: 0.3rem 1rem;
    font-size: 1.2rem;
  }
}
.p-about_data__title::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-black);
}
.p-about_data__inner {
  display: block;
  position: relative;
}
.p-about_data__text {
  display: block;
  position: relative;
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-about_data__text {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}

.p-bnr {
  display: block;
  z-index: 3;
}
@media screen and (min-width: 961px) {
  .p-bnr {
    width: 100%;
    height: 1px;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
    margin-bottom: -1px;
  }
}
@media screen and (max-width: 960px) {
  .p-bnr {
    position: fixed;
    top: 6rem;
    right: 0.9rem;
  }
}
.p-bnr__link {
  width: 22rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-bnr__link {
    position: absolute;
    bottom: 1.5rem;
    right: 0.7rem;
  }
}
@media screen and (max-width: 960px) {
  .p-bnr__link {
    width: 10.5rem;
  }
}
.p-bnr__link img {
  transform: scale(1.001);
  transition: transform 0.3s var(--ease_out);
}
@media (hover: hover) and (pointer: fine) {
  .p-bnr__link:hover img {
    opacity: 1;
    transform: scale(0.9);
  }
}