.p-kv {
  position: relative;
  overflow: hidden;
}
.p-kv__inner {
  position: relative;
}
.p-kv__bg {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s var(--ease-out) 2s;
}
.is-load .p-kv__bg {
  opacity: 1;
}
.p-kv__bg-circle {
  position: absolute;
}
.p-kv__bg-circle:nth-of-type(1n) .l-hanabi__circle-item .p-in-item {
  animation-delay: calc(var(--hanabi-delay-main) + 1 * var(--hanabi-top-delay) - var(--hanabi-top-delay));
}
.p-kv__bg-circle:nth-of-type(1n) .l-hanabi__circle-item::before {
  animation-delay: calc(var(--hanabi-delay-before) + 1 * var(--hanabi-top-delay) - var(--hanabi-top-delay));
}
.p-kv__bg-circle:nth-of-type(1n) .l-hanabi__circle-item::after {
  animation-delay: calc(var(--hanabi-delay-after) + 1 * var(--hanabi-top-delay) - var(--hanabi-top-delay));
}
.p-kv__bg-circle:nth-of-type(2n) .l-hanabi__circle-item .p-in-item {
  animation-delay: calc(var(--hanabi-delay-main) + 2 * var(--hanabi-top-delay) - var(--hanabi-top-delay));
}
.p-kv__bg-circle:nth-of-type(2n) .l-hanabi__circle-item::before {
  animation-delay: calc(var(--hanabi-delay-before) + 2 * var(--hanabi-top-delay) - var(--hanabi-top-delay));
}
.p-kv__bg-circle:nth-of-type(2n) .l-hanabi__circle-item::after {
  animation-delay: calc(var(--hanabi-delay-after) + 2 * var(--hanabi-top-delay) - var(--hanabi-top-delay));
}
.p-kv__bg-circle:nth-of-type(3n) .l-hanabi__circle-item .p-in-item {
  animation-delay: calc(var(--hanabi-delay-main) + 3 * var(--hanabi-top-delay) - var(--hanabi-top-delay));
}
.p-kv__bg-circle:nth-of-type(3n) .l-hanabi__circle-item::before {
  animation-delay: calc(var(--hanabi-delay-before) + 3 * var(--hanabi-top-delay) - var(--hanabi-top-delay));
}
.p-kv__bg-circle:nth-of-type(3n) .l-hanabi__circle-item::after {
  animation-delay: calc(var(--hanabi-delay-after) + 3 * var(--hanabi-top-delay) - var(--hanabi-top-delay));
}
.p-kv__bg-circle:nth-of-type(4n) .l-hanabi__circle-item .p-in-item {
  animation-delay: calc(var(--hanabi-delay-main) + 4 * var(--hanabi-top-delay) - var(--hanabi-top-delay));
}
.p-kv__bg-circle:nth-of-type(4n) .l-hanabi__circle-item::before {
  animation-delay: calc(var(--hanabi-delay-before) + 4 * var(--hanabi-top-delay) - var(--hanabi-top-delay));
}
.p-kv__bg-circle:nth-of-type(4n) .l-hanabi__circle-item::after {
  animation-delay: calc(var(--hanabi-delay-after) + 4 * var(--hanabi-top-delay) - var(--hanabi-top-delay));
}
.p-kv__bg-circle:nth-of-type(5n) .l-hanabi__circle-item .p-in-item {
  animation-delay: calc(var(--hanabi-delay-main) + 5 * var(--hanabi-top-delay) - var(--hanabi-top-delay));
}
.p-kv__bg-circle:nth-of-type(5n) .l-hanabi__circle-item::before {
  animation-delay: calc(var(--hanabi-delay-before) + 5 * var(--hanabi-top-delay) - var(--hanabi-top-delay));
}
.p-kv__bg-circle:nth-of-type(5n) .l-hanabi__circle-item::after {
  animation-delay: calc(var(--hanabi-delay-after) + 5 * var(--hanabi-top-delay) - var(--hanabi-top-delay));
}
.p-kv__bg-circle:nth-of-type(6n) .l-hanabi__circle-item .p-in-item {
  animation-delay: calc(var(--hanabi-delay-main) + 6 * var(--hanabi-top-delay) - var(--hanabi-top-delay));
}
.p-kv__bg-circle:nth-of-type(6n) .l-hanabi__circle-item::before {
  animation-delay: calc(var(--hanabi-delay-before) + 6 * var(--hanabi-top-delay) - var(--hanabi-top-delay));
}
.p-kv__bg-circle:nth-of-type(6n) .l-hanabi__circle-item::after {
  animation-delay: calc(var(--hanabi-delay-after) + 6 * var(--hanabi-top-delay) - var(--hanabi-top-delay));
}
.p-kv__bg-circle:nth-of-type(7n) .l-hanabi__circle-item .p-in-item {
  animation-delay: calc(var(--hanabi-delay-main) + 7 * var(--hanabi-top-delay) - var(--hanabi-top-delay));
}
.p-kv__bg-circle:nth-of-type(7n) .l-hanabi__circle-item::before {
  animation-delay: calc(var(--hanabi-delay-before) + 7 * var(--hanabi-top-delay) - var(--hanabi-top-delay));
}
.p-kv__bg-circle:nth-of-type(7n) .l-hanabi__circle-item::after {
  animation-delay: calc(var(--hanabi-delay-after) + 7 * var(--hanabi-top-delay) - var(--hanabi-top-delay));
}
.p-kv__bg-circle:nth-of-type(8n) .l-hanabi__circle-item .p-in-item {
  animation-delay: calc(var(--hanabi-delay-main) + 8 * var(--hanabi-top-delay) - var(--hanabi-top-delay));
}
.p-kv__bg-circle:nth-of-type(8n) .l-hanabi__circle-item::before {
  animation-delay: calc(var(--hanabi-delay-before) + 8 * var(--hanabi-top-delay) - var(--hanabi-top-delay));
}
.p-kv__bg-circle:nth-of-type(8n) .l-hanabi__circle-item::after {
  animation-delay: calc(var(--hanabi-delay-after) + 8 * var(--hanabi-top-delay) - var(--hanabi-top-delay));
}
.p-kv__bg-circle:nth-of-type(1) {
  top: -10.2%;
  left: -4.4%;
}
@media screen and (max-width: 899px) {
  .p-kv__bg-circle:nth-of-type(1) {
    top: -0.5%;
    left: -1.5%;
  }
}
.p-kv__bg-circle:nth-of-type(2) {
  top: -7.5%;
  left: 27%;
}
.p-kv__bg-circle:nth-of-type(3) {
  top: 24%;
  left: 23.7%;
}
.p-kv__bg-circle:nth-of-type(4) {
  top: 30.6%;
  left: 11%;
}
@media screen and (max-width: 899px) {
  .p-kv__bg-circle:nth-of-type(4) {
    left: 1%;
  }
}
.p-kv__bg-circle:nth-of-type(5) {
  top: 53.7%;
  left: 13.9%;
}
@media screen and (max-width: 899px) {
  .p-kv__bg-circle:nth-of-type(5) {
    top: 46.7%;
    left: -1.1%;
  }
}
.p-kv__bg-circle:nth-of-type(6) {
  top: 70.7%;
  left: -2.7%;
}
.p-kv__bg-circle:nth-of-type(7) {
  top: -5.8%;
  right: 13.8%;
}
.p-kv__bg-circle:nth-of-type(8) {
  top: 10.2%;
  right: -6.8%;
}
@media screen and (max-width: 899px) {
  .p-kv__bg-circle:nth-of-type(8) {
    top: 20.2%;
    right: -4.8%;
  }
}
.p-kv__bg-circle:nth-of-type(9) {
  top: 52.5%;
  right: 6.5%;
}
.p-kv__bg-circle:nth-of-type(10) {
  top: 23.3%;
  right: 20.8%;
}
.p-kv__bg-circle:nth-of-type(11) {
  top: 35.9%;
  right: 22.2%;
}
.p-kv__bg-circle:nth-of-type(12) {
  top: 71.1%;
  right: -1.7%;
}
.p-kv__main {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .p-kv__main {
    margin-bottom: 30px;
  }
}
.p-kv__main-inner {
  transform: scale(1.03);
  opacity: 0;
  transition: transform 1s var(--ease-out), opacity 1s var(--ease-out);
}
.is-load .p-kv__main-inner {
  opacity: 1;
  transform: scale(1);
}
.p-kv__main-pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 899px) {
  .p-kv__main-pagination {
    display: none;
  }
}
.p-kv__main-pagination .swiper-pagination-bullet {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  opacity: 0.4;
  background-color: var(--color-orange);
}
.p-kv__main-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.p-kv__main-nav-item {
  width: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.p-kv__main-nav-item img {
  width: 100%;
  transition: transform 0.6s var(--ease-out);
}
@media screen and (min-width: 900px) {
  .p-kv__main-nav-item:hover img {
    transform: scale(0.92);
  }
}
@media screen and (max-width: 899px) {
  .p-kv__main-nav-item {
    width: 20px;
  }
}
.p-kv__main-nav-item:nth-of-type(1) {
  right: 10px;
}
@media screen and (max-width: 899px) {
  .p-kv__main-nav-item:nth-of-type(1) {
    right: 5px;
  }
}
.p-kv__main-nav-item:nth-of-type(2) {
  left: 10px;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 899px) {
  .p-kv__main-nav-item:nth-of-type(2) {
    left: 5px;
  }
}
.p-kv__main-list-item {
  transition: opacity 0.6s var(--ease-out);
}
.p-kv__main-list-item img {
  width: 100%;
  max-width: 100%;
}
.p-kv__logo {
  width: 30.8%;
  max-width: 520px;
  margin: 0 auto;
  padding-top: min(39.5%, 665px);
  position: relative;
  left: 10px;
  top: -2px;
}
@media screen and (max-width: 1600px) {
  .p-kv__logo {
    width: 22%;
    padding-top: min(28%, 665px);
  }
}
@media screen and (max-width: 899px) {
  .p-kv__logo {
    width: 72.8%;
    padding-top: 90.4%;
    left: 0;
    top: 0;
  }
}
.p-kv__logo-item {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-kv__logo-item:nth-of-type(1) .p-in-img:nth-of-type(1) {
  transform: translateX(-100%);
}
.p-kv__logo-item:nth-of-type(2) .p-in-img:nth-of-type(1) {
  transform: translateX(100%);
}
.p-kv__logo-item:nth-of-type(3) .p-in-img:nth-of-type(1) {
  transform: translateY(100%);
}
.p-kv__logo-item:nth-of-type(4) .p-in-img:nth-of-type(1) {
  transform: translateY(100%);
}
.p-kv__logo-item:nth-of-type(1) .p-in-img:nth-of-type(1) {
  transition-delay: 0s;
}
.p-kv__logo-item:nth-of-type(1) .p-in-img:nth-of-type(2) {
  transition-delay: 1s;
}
.p-kv__logo-item:nth-of-type(2) .p-in-img:nth-of-type(1) {
  transition-delay: 0.25s;
}
.p-kv__logo-item:nth-of-type(2) .p-in-img:nth-of-type(2) {
  transition-delay: 1.25s;
}
.p-kv__logo-item:nth-of-type(3) .p-in-img:nth-of-type(1) {
  transition-delay: 0.5s;
}
.p-kv__logo-item:nth-of-type(3) .p-in-img:nth-of-type(2) {
  transition-delay: 1.5s;
}
.p-kv__logo-item:nth-of-type(4) .p-in-img:nth-of-type(1) {
  transition-delay: 0.75s;
}
.p-kv__logo-item:nth-of-type(4) .p-in-img:nth-of-type(2) {
  transition-delay: 1.75s;
}
.p-kv__logo-item:nth-of-type(5) .p-in-img:nth-of-type(1) {
  transition-delay: 1s;
}
.p-kv__logo-item:nth-of-type(5) .p-in-img:nth-of-type(2) {
  transition-delay: 2s;
}
.p-kv__logo-item .p-in-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 1s var(--ease-in), opacity 0.5s var(--ease-in);
}
.p-kv__logo-item .p-in-img:nth-of-type(1) {
  opacity: 0;
}
.is-load .p-kv__logo-item .p-in-img:nth-of-type(1) {
  opacity: 1;
  transform: translate(0);
}
.p-kv__logo-item .p-in-img:nth-of-type(2) {
  opacity: 0;
  transform: scale(0.9);
  transition: transform 0.4s var(--ease-bound) 1s, opacity 0.3s var(--ease-out) 1s;
}
.is-load .p-kv__logo-item .p-in-img:nth-of-type(2) {
  opacity: 1;
  transform: scale(1);
}
.p-kv__head {
  margin-top: 25px;
}
@media screen and (max-width: 899px) {
  .p-kv__head {
    margin-top: 14px;
  }
}
.p-kv__head-label {
  width: 38.4%;
  max-width: 700px;
  margin: 0 auto 35px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .p-kv__head-label {
    width: 30%;
  }
}
@media screen and (max-width: 899px) {
  .p-kv__head-label {
    width: 63%;
    margin: 0 auto 8px;
  }
}
.p-kv__head-label img {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  transition: -webkit-clip-path 0.4s var(--ease-in) 1.8s;
  transition: clip-path 0.4s var(--ease-in) 1.8s;
  transition: clip-path 0.4s var(--ease-in) 1.8s, -webkit-clip-path 0.4s var(--ease-in) 1.8s;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.is-load .p-kv__head-label img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-kv__head-label::before {
  content: "";
  display: block;
  width: 105.8%;
  height: 22px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: var(--color-yellow);
  transition: -webkit-clip-path 0.4s var(--ease-out) 2.4s;
  transition: clip-path 0.4s var(--ease-out) 2.4s;
  transition: clip-path 0.4s var(--ease-out) 2.4s, -webkit-clip-path 0.4s var(--ease-out) 2.4s;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.is-load .p-kv__head-label::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 899px) {
  .p-kv__head-label::before {
    width: 103%;
    height: 8px;
    bottom: 2px;
  }
}
.p-kv__head-title {
  width: 46%;
  max-width: 1050px;
  margin: 0 auto 50px;
  transform: translateY(-10px);
  opacity: 0;
  transition: transform 0.5s var(--ease-out) 2s, opacity 0.5s var(--ease-out) 2s;
}
.is-load .p-kv__head-title {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  .p-kv__head-title {
    width: 50%;
  }
}
@media screen and (max-width: 899px) {
  .p-kv__head-title {
    width: 77%;
    margin: 0 auto 28px;
  }
}
.p-kv__head-title .p-in-date {
  width: 100%;
  margin-top: 9px;
}
@media screen and (max-width: 899px) {
  .p-kv__head-title .p-in-date {
    width: 54%;
    margin: 13px auto 0;
  }
}
.p-kv__head-date {
  transform: translateY(-10px);
  opacity: 0;
  transition: transform 0.5s var(--ease-out) 2.1s, opacity 0.5s var(--ease-out) 2.1s;
}
.is-load .p-kv__head-date {
  transform: translateY(0);
  opacity: 1;
}
.p-kv__head-date .p-in-main {
  width: 48.8%;
  max-width: 900px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 1600px) {
  .p-kv__head-date .p-in-main {
    width: 40%;
  }
}
@media screen and (max-width: 899px) {
  .p-kv__head-date .p-in-main {
    width: 50.8%;
  }
}
.p-kv__head-date .p-in-date {
  width: 84%;
  margin: 0 auto;
}
.p-kv__caption {
  width: 100%;
  padding: 2.5% 0 2.8%;
  background-color: var(--color-orange);
  position: relative;
  transition: -webkit-clip-path 0.6s var(--ease-out) 2.5s;
  transition: clip-path 0.6s var(--ease-out) 2.5s;
  transition: clip-path 0.6s var(--ease-out) 2.5s, -webkit-clip-path 0.6s var(--ease-out) 2.5s;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.is-load .p-kv__caption {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 899px) {
  .p-kv__caption {
    padding: 6% 0 6.6%;
  }
}
.p-kv__caption-deco-item {
  position: absolute;
  right: 14.7%;
  bottom: -5%;
}
.p-kv__caption-item {
  width: 40.2%;
  margin: 0 auto;
  transition: -webkit-clip-path 0.4s var(--ease-out) 3s;
  transition: clip-path 0.4s var(--ease-out) 3s;
  transition: clip-path 0.4s var(--ease-out) 3s, -webkit-clip-path 0.4s var(--ease-out) 3s;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.is-load .p-kv__caption-item {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 899px) {
  .p-kv__caption-item {
    width: 71.2%;
  }
}
.p-kv__caption-item img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.p-kv__timetable_banner {
  width: 340px;
  position: fixed;
  right: 0;
  top: 138px;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-out);
  z-index: 2;
}
@media screen and (max-width: 899px) {
  .p-kv__timetable_banner {
    width: 110px;
    top: 70px;
  }
}
.is-load .p-kv__timetable_banner {
  opacity: 1;
  transform: translateX(0);
}
.p-kv__timetable_banner-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 14px 0 37px;
  border-radius: 50rem 0 0 50rem;
  background-color: var(--color-yellow);
  border: 8px solid var(--color-orange);
  border-right: 0;
  transition: transform 0.5s var(--ease-out);
}
@media screen and (min-width: 900px) {
  .p-kv__timetable_banner-inner:hover {
    transform: translateX(10px);
  }
}
@media screen and (max-width: 899px) {
  .p-kv__timetable_banner-inner {
    display: block;
    padding: 6px 0 0;
    border: 6px solid var(--color-orange);
    border-right: 0;
  }
}
.p-kv__timetable_banner-text {
  width: 160px;
}
@media screen and (max-width: 899px) {
  .p-kv__timetable_banner-text {
    width: 70px;
    margin: 0 auto 4px;
    position: relative;
    left: 2px;
  }
}
.p-kv__timetable_banner-icon {
  width: 115px;
  margin-top: -7px;
}
@media screen and (max-width: 899px) {
  .p-kv__timetable_banner-icon {
    width: 42px;
    margin: 0 auto;
    position: relative;
    left: 3px;
  }
}

.p-banner {
  background-color: var(--color-blue);
  opacity: 0;
  transition: transform 0.7s var(--ease-out), opacity 0.7s var(--ease-out);
}
.is-load .p-banner {
  opacity: 1;
}
.p-banner__inner {
  width: 66.6%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 54px 0 49px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-banner__inner {
    width: 86.6%;
    padding: 14px 0;
  }
}
.p-banner__main {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .p-banner__main {
    max-width: 540px;
    margin: 0 auto;
  }
}
.p-banner__list-item {
  transition: transform 0.5s var(--ease-out);
}
@media screen and (min-width: 900px) {
  .p-banner__list-item {
    display: flex;
    justify-content: center;
  }
  .p-banner__list-item:hover {
    transform: scale(0.97);
  }
}
.p-banner__nav-item {
  width: 27px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 900px) {
  .p-banner__nav-item:hover img {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 899px) {
  .p-banner__nav-item {
    width: 5%;
    z-index: 1;
  }
}
.p-banner__nav-item img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  transition: transform 0.5s var(--ease-out);
}
.p-banner__nav-item.--prev {
  left: -43px;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 899px) {
  .p-banner__nav-item.--prev {
    left: 1.2%;
  }
}
.p-banner__nav-item.--next {
  right: -43px;
}
@media screen and (max-width: 899px) {
  .p-banner__nav-item.--next {
    right: 1.2%;
  }
}

.p-news {
  padding: 32px 0 26px;
  background-color: var(--color-orange);
}
.p-news__title {
  margin-bottom: 28px;
  font-size: 4.2rem;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.7s var(--ease-out) 0.1s, opacity 0.7s var(--ease-out) 0.1s;
}
.is-active .p-news__title {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 899px) {
  .p-news__title {
    margin-bottom: 18px;
    font-size: 2.8rem;
  }
}
.p-news__contents {
  width: 66%;
  max-width: 1200px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 899px) {
  .p-news__contents {
    width: 87%;
    margin: 0 auto 20px;
  }
}
.p-news__contents-list-item {
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.7s var(--ease-out) 0.1s, opacity 0.7s var(--ease-out) 0.1s;
}
.p-news__contents-list-item:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-news__contents-list-item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-news__contents-list-item:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-news__contents-list-item:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-news__contents-list-item:nth-of-type(5) {
  transition-delay: 0.5s;
}
.p-news__contents-list-item:nth-of-type(6) {
  transition-delay: 0.6s;
}
.p-news__contents-list-item:nth-of-type(7) {
  transition-delay: 0.7s;
}
.p-news__contents-list-item:nth-of-type(8) {
  transition-delay: 0.8s;
}
.p-news__contents-list-item:nth-of-type(9) {
  transition-delay: 0.9s;
}
.p-news__contents-list-item:nth-of-type(10) {
  transition-delay: 1s;
}
.is-active .p-news__contents-list-item {
  transform: translateY(0);
  opacity: 1;
}
.p-news__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.7s var(--ease-out) 0.4s, opacity 0.7s var(--ease-out) 0.4s;
}
.is-active .p-news__link {
  transform: translateY(0);
  opacity: 1;
}
.p-news__link-text {
  display: block;
  text-align: center;
  font-size: 1.9rem;
  letter-spacing: 0.08em;
  color: var(--color-white);
  transition: color 0.5s var(--ease-out);
}
@media screen and (min-width: 900px) {
  .p-news__link-text:hover {
    color: var(--color-blue);
  }
}
@media screen and (max-width: 899px) {
  .p-news__link-text {
    font-size: 1.2rem;
  }
}

.p-sns {
  padding: 8px 0 10px;
}
@media screen and (max-width: 899px) {
  .p-sns {
    padding: 13px 0;
  }
}
.p-sns__list {
  display: flex;
  justify-content: center;
}
.p-sns__list-item {
  width: 64px;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.7s var(--ease-out) 0.1s, opacity 0.7s var(--ease-out) 0.1s;
}
.p-sns__list-item:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-sns__list-item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-sns__list-item:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-sns__list-item:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-sns__list-item:nth-of-type(5) {
  transition-delay: 0.5s;
}
.p-sns__list-item:nth-of-type(6) {
  transition-delay: 0.6s;
}
.p-sns__list-item:nth-of-type(7) {
  transition-delay: 0.7s;
}
.p-sns__list-item:nth-of-type(8) {
  transition-delay: 0.8s;
}
.p-sns__list-item:nth-of-type(9) {
  transition-delay: 0.9s;
}
.p-sns__list-item:nth-of-type(10) {
  transition-delay: 1s;
}
.is-active .p-sns__list-item {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (min-width: 900px) {
  .p-sns__list-item:hover img {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 899px) {
  .p-sns__list-item {
    width: 10%;
  }
}
.p-sns__list-item + .p-sns__list-item {
  margin-left: 12px;
}
@media screen and (max-width: 899px) {
  .p-sns__list-item + .p-sns__list-item {
    margin-left: 6%;
  }
}
.p-sns__list-item:nth-of-type(2) {
  margin-left: 5px;
}
@media screen and (max-width: 899px) {
  .p-sns__list-item:nth-of-type(2) {
    margin-left: 4%;
  }
}
.p-sns__list-item img {
  width: 100%;
  transition: transform 0.5s var(--ease-out);
}
.p-sns__list-item .p-in-link {
  display: block;
}

.p-menu {
  padding: 64px 0 20px;
  background-color: var(--color-blue);
}
@media screen and (max-width: 899px) {
  .p-menu {
    padding: 36px 0 15px;
  }
}
.p-menu__list {
  display: flex;
  flex-wrap: wrap;
  width: 66%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-menu__list {
    width: 87.6%;
  }
}
.p-menu__list-item {
  width: 48.6%;
  margin-right: 2.8%;
  margin-bottom: 3%;
  position: relative;
  overflow: hidden;
  transition: -webkit-clip-path 0.7s var(--ease-out) 0.1s;
  transition: clip-path 0.7s var(--ease-out) 0.1s;
  transition: clip-path 0.7s var(--ease-out) 0.1s, -webkit-clip-path 0.7s var(--ease-out) 0.1s;
}
.p-menu__list-item:nth-of-type(odd) {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.p-menu__list-item:nth-of-type(even) {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.p-menu__list-item:nth-of-type(1) {
  transition-delay: 0.05s;
}
.p-menu__list-item:nth-of-type(1) .p-in-image {
  transition-delay: 0.05s;
}
.p-menu__list-item:nth-of-type(2) {
  transition-delay: 0.1s;
}
.p-menu__list-item:nth-of-type(2) .p-in-image {
  transition-delay: 0.1s;
}
.p-menu__list-item:nth-of-type(3) {
  transition-delay: 0.15s;
}
.p-menu__list-item:nth-of-type(3) .p-in-image {
  transition-delay: 0.15s;
}
.p-menu__list-item:nth-of-type(4) {
  transition-delay: 0.2s;
}
.p-menu__list-item:nth-of-type(4) .p-in-image {
  transition-delay: 0.2s;
}
.p-menu__list-item:nth-of-type(5) {
  transition-delay: 0.25s;
}
.p-menu__list-item:nth-of-type(5) .p-in-image {
  transition-delay: 0.25s;
}
.p-menu__list-item:nth-of-type(6) {
  transition-delay: 0.3s;
}
.p-menu__list-item:nth-of-type(6) .p-in-image {
  transition-delay: 0.3s;
}
.p-menu__list-item:nth-of-type(7) {
  transition-delay: 0.35s;
}
.p-menu__list-item:nth-of-type(7) .p-in-image {
  transition-delay: 0.35s;
}
.p-menu__list-item:nth-of-type(8) {
  transition-delay: 0.4s;
}
.p-menu__list-item:nth-of-type(8) .p-in-image {
  transition-delay: 0.4s;
}
.p-menu__list-item:nth-of-type(9) {
  transition-delay: 0.45s;
}
.p-menu__list-item:nth-of-type(9) .p-in-image {
  transition-delay: 0.45s;
}
.p-menu__list-item:nth-of-type(10) {
  transition-delay: 0.5s;
}
.p-menu__list-item:nth-of-type(10) .p-in-image {
  transition-delay: 0.5s;
}
.p-menu__list-item:nth-of-type(11) {
  transition-delay: 0.55s;
}
.p-menu__list-item:nth-of-type(11) .p-in-image {
  transition-delay: 0.55s;
}
.p-menu__list-item:nth-of-type(12) {
  transition-delay: 0.6s;
}
.p-menu__list-item:nth-of-type(12) .p-in-image {
  transition-delay: 0.6s;
}
.p-menu__list-item:nth-of-type(13) {
  transition-delay: 0.65s;
}
.p-menu__list-item:nth-of-type(13) .p-in-image {
  transition-delay: 0.65s;
}
.p-menu__list-item:nth-of-type(14) {
  transition-delay: 0.7s;
}
.p-menu__list-item:nth-of-type(14) .p-in-image {
  transition-delay: 0.7s;
}
.p-menu__list-item:nth-of-type(15) {
  transition-delay: 0.75s;
}
.p-menu__list-item:nth-of-type(15) .p-in-image {
  transition-delay: 0.75s;
}
.p-menu__list-item:nth-of-type(16) {
  transition-delay: 0.8s;
}
.p-menu__list-item:nth-of-type(16) .p-in-image {
  transition-delay: 0.8s;
}
.p-menu__list-item:nth-of-type(17) {
  transition-delay: 0.85s;
}
.p-menu__list-item:nth-of-type(17) .p-in-image {
  transition-delay: 0.85s;
}
.p-menu__list-item:nth-of-type(18) {
  transition-delay: 0.9s;
}
.p-menu__list-item:nth-of-type(18) .p-in-image {
  transition-delay: 0.9s;
}
.p-menu__list-item:nth-of-type(19) {
  transition-delay: 0.95s;
}
.p-menu__list-item:nth-of-type(19) .p-in-image {
  transition-delay: 0.95s;
}
.p-menu__list-item:nth-of-type(20) {
  transition-delay: 1s;
}
.p-menu__list-item:nth-of-type(20) .p-in-image {
  transition-delay: 1s;
}
.is-active .p-menu__list-item {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-menu__list-item.is-disable {
  opacity: 0.8;
  filter: grayscale(1);
  pointer-events: none;
}
@media screen and (min-width: 900px) {
  .p-menu__list-item:hover .p-in-image img {
    transform: scale(1.05);
  }
  .p-menu__list-item:hover .p-in-image::before {
    opacity: 0;
  }
  .p-menu__list-item:nth-of-type(2) {
    margin-right: 0;
  }
  .p-menu__list-item:nth-of-type(6) {
    margin-right: 0;
  }
  .p-menu__list-item:nth-of-type(8) {
    margin-right: 0;
  }
  .p-menu__list-item:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 899px) {
  .p-menu__list-item {
    width: 100%;
    padding-top: 31.2%;
    margin-right: 5.8%;
    margin-bottom: 6%;
    overflow: hidden;
  }
  .p-menu__list-item:nth-of-type(1) {
    margin-right: 0;
  }
  .p-menu__list-item:nth-of-type(7) {
    margin-right: 0;
  }
  .p-menu__list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.p-menu__list-item.--mid {
  width: 31.4%;
}
@media screen and (max-width: 899px) {
  .p-menu__list-item.--mid {
    width: 47%;
    padding-top: 31.1%;
  }
}
.p-menu__list-item.--small {
  width: 22.9%;
}
@media screen and (max-width: 899px) {
  .p-menu__list-item.--small {
    width: 47%;
    padding-top: 46.5%;
  }
}
.p-menu__list-item .p-in-link {
  display: block;
}
.p-menu__list-item .p-in-image {
  width: 100%;
  position: relative;
  transform: scale(1.1);
  transition: transform 3s var(--ease-out);
}
.is-active .p-menu__list-item .p-in-image {
  transform: scale(1);
}
.p-menu__list-item .p-in-image img {
  transition: transform 0.5s var(--ease-out);
}
@media screen and (max-width: 899px) {
  .p-menu__list-item .p-in-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-menu__list-item .p-in-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.p-menu__list-item .p-in-image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-black);
  opacity: 0.4;
  z-index: 1;
  transition: opacity 0.5s var(--ease-out);
}
.p-menu__list-item .p-in-text {
  width: 100%;
  text-align: center;
  font-size: 3.2rem;
  font-family: var(--font-en);
  letter-spacing: 0.1em;
  color: var(--color-white);
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 899px) {
  .p-menu__list-item .p-in-text {
    font-size: 2.5rem;
  }
}

.p-artist {
  padding: 72px 0;
}
@media screen and (max-width: 899px) {
  .p-artist {
    padding: 33px 0;
  }
}
.p-artist__title {
  margin-bottom: 50px;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.7s var(--ease-out), opacity 0.7s var(--ease-out);
}
.p-artist__title.is-active {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 899px) {
  .p-artist__title {
    margin-bottom: 32px;
  }
}
.p-artist__contents-block:nth-of-type(odd) .p-artist__contents-block-head {
  background-color: var(--color-blue);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.p-artist__contents-block:nth-of-type(even) .p-artist__contents-block-head {
  background-color: var(--color-orange);
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.p-artist__contents-block-head {
  padding: 22px 0 20px;
  text-align: center;
  font-size: 4.2rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-family: var(--font-en);
  color: var(--color-white);
  transition: -webkit-clip-path 0.7s var(--ease-out);
  transition: clip-path 0.7s var(--ease-out);
  transition: clip-path 0.7s var(--ease-out), -webkit-clip-path 0.7s var(--ease-out);
}
.is-active .p-artist__contents-block-head {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
}
@media screen and (max-width: 899px) {
  .p-artist__contents-block-head {
    padding: 22px 0;
    font-size: 2.6rem;
  }
}
.p-artist__contents-block-head .u-date {
  margin-left: 10px;
  vertical-align: baseline;
  font-size: 2.5rem;
}
@media screen and (max-width: 899px) {
  .p-artist__contents-block-head .u-date {
    margin-left: 0;
    font-size: 1.6rem;
  }
}
.p-artist__contents-block-main {
  width: 66%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 66px 0 13px;
}
@media screen and (min-width: 900px) {
  .p-artist__contents-block-main {
    min-width: 840px;
  }
}
@media screen and (max-width: 899px) {
  .p-artist__contents-block-main {
    width: 94%;
    padding: 36px 0 15px;
  }
}
.p-artist__contents-block-main-list {
  display: flex;
  flex-wrap: wrap;
}
.p-artist__contents-block-main-list-item {
  display: grid;
  grid-auto-rows: 100% 0 0;
  width: 31.5%;
  margin-right: 2.7%;
  margin-bottom: 130px;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.7s var(--ease-out), opacity 0.7s var(--ease-out);
}
.is-active .p-artist__contents-block-main-list-item {
  transition-delay: 0.5s;
  transform: translateY(0);
  opacity: 1;
}
@media screen and (min-width: 900px) {
  .p-artist__contents-block-main-list-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 899px) {
  .p-artist__contents-block-main-list-item {
    width: 47.8%;
    margin-right: 4.2%;
    margin-bottom: 20%;
  }
  .p-artist__contents-block-main-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.p-artist__contents-block-main-list-item .p-in-image {
  width: 100%;
  transition: transform 0.5s var(--ease-out);
}
@media screen and (min-width: 900px) {
  .p-artist__contents-block-main-list-item .p-in-image:hover {
    transform: scale(0.98);
  }
}
.p-artist__contents-block-main-list-item .p-in-image img {
  width: 100%;
}
.p-artist__contents-block-main-list-item .p-in-name {
  height: 1em;
  margin-top: 1em;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  font-family: var(--font-jp);
}
@media screen and (max-width: 899px) {
  .p-artist__contents-block-main-list-item .p-in-name {
    margin-top: 13px;
    font-size: 1.3rem;
  }
}
.p-artist__contents-block-main-list-item .p-in-sns {
  height: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 899px) {
  .p-artist__contents-block-main-list-item .p-in-sns {
    height: 20px;
    margin-top: 17.5%;
  }
}
.p-artist__contents-block-main-list-item .p-in-sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-artist__contents-block-main-list-item .p-in-sns ul li {
  width: 30px;
  margin-right: 5px;
  transition: transform 0.7s var(--ease-out);
}
.p-artist__contents-block-main-list-item .p-in-sns ul li:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 900px) {
  .p-artist__contents-block-main-list-item .p-in-sns ul li:hover {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 899px) {
  .p-artist__contents-block-main-list-item .p-in-sns ul li {
    width: 20px;
  }
}
.p-artist__contents-block-main-list-item .p-in-sns ul li img {
  width: 100%;
}
.p-artist__contents-block-main-list-item.is-opact .p-in-image {
  display: flex;
  align-items: flex-end;
}
.p-artist__contents-block-main-list-item.is-opact .p-in-image-item {
  padding: 0 10%;
}
.p-artist__contents-block-and {
  margin-bottom: 45px;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.7s var(--ease-out) 0.8s, opacity 0.7s var(--ease-out) 0.8s;
}
.is-active .p-artist__contents-block-and {
  transition-delay: 0.5s;
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 899px) {
  .p-artist__contents-block-and {
    margin-bottom: 18px;
  }
}
.p-artist__contents-block-and-more {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 899px) {
  .p-artist__contents-block-and-more {
    font-size: 16px;
  }
}

.p-access {
  padding: 90px 0 93px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-access {
    padding: 32px 0 0;
  }
}
.p-access__deco-item {
  width: 19.4%;
  top: -6.4%;
  left: 2.8%;
  transform: translate(-100px, 100px);
  opacity: 0;
  transition: transform 0.7s var(--ease-bound) 0.1s, opacity 0.7s var(--ease-out) 0.1s;
}
.is-active .p-access__deco-item {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 899px) {
  .p-access__deco-item {
    width: 23.4%;
    max-width: 136px;
    top: -2.4%;
    right: 6%;
    left: auto;
  }
}
.p-access__title {
  margin-bottom: 32px;
  text-align: center;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.7s var(--ease-out), opacity 0.7s var(--ease-out);
}
.is-active .p-access__title {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 899px) {
  .p-access__title {
    margin-bottom: 17px;
  }
}
.p-access__contents {
  margin-bottom: 77px;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .p-access__contents {
    margin-bottom: 46px;
  }
}
.p-access__contents-new {
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 44px;
  top: 35px;
  border-radius: 50rem;
  background-color: var(--color-yellow);
  color: var(--color-text);
  transition: opacity 0.7s var(--ease-out) 0.3s, transform 0.7s var(--ease-bound) 0.3s;
  opacity: 0;
  transform: translate(calc(-100% - 100px), -100%) rotate(-90deg);
}
.is-active .p-access__contents-new {
  opacity: 1;
  transform: translate(-100%, -100%);
}
@media screen and (max-width: 899px) {
  .p-access__contents-new {
    width: 70px;
    height: 70px;
    left: 31px;
    top: 5px;
  }
}
.p-access__contents-new .p-in-date {
  margin-bottom: 10px;
  font-family: var(--font-en);
  font-size: 2.4rem;
  font-weight: 800;
}
@media screen and (max-width: 899px) {
  .p-access__contents-new .p-in-date {
    margin-bottom: 6px;
    font-size: 1.2rem;
  }
}
.p-access__contents-new .p-in-date .u-small {
  font-family: var(--font-jp);
  font-size: 1.6rem;
  margin-left: 3px;
}
@media screen and (max-width: 899px) {
  .p-access__contents-new .p-in-date .u-small {
    font-size: 1rem;
  }
}
.p-access__contents-new .p-in-title {
  font-family: var(--font-jp);
  font-weight: 900;
  font-size: 3.7rem;
}
@media screen and (max-width: 899px) {
  .p-access__contents-new .p-in-title {
    font-size: 1.8rem;
  }
}
.p-access__contents-detail {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 19px;
  font-size: 6.6rem;
  font-weight: 900;
  color: var(--color-orange);
  text-align: center;
  position: relative;
  z-index: 1;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.7s var(--ease-out) 0.1s, opacity 0.7s var(--ease-out) 0.1s;
}
.is-active .p-access__contents-detail {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 899px) {
  .p-access__contents-detail {
    margin: 0 auto 3px;
    font-size: 3rem;
  }
}
.p-access__contents-detail .p-in-text {
  position: relative;
  z-index: 1;
}
.p-access__contents-place {
  margin-bottom: 65px;
  font-family: var(--font-jp);
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 2;
  font-weight: 800;
  text-align: center;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.7s var(--ease-out) 0.2s, opacity 0.7s var(--ease-out) 0.2s;
}
.is-active .p-access__contents-place {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 899px) {
  .p-access__contents-place {
    margin-bottom: 72px;
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
.p-access__contents-place a {
  color: var(--color-text);
  transition: color 0.5s var(--ease-out);
}
@media screen and (min-width: 900px) {
  .p-access__contents-place a:hover {
    color: var(--color-orange);
  }
}
.p-access__contents-map {
  width: 100%;
  padding-top: 35.8%;
  position: relative;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.7s var(--ease-out) 0.5s, opacity 0.7s var(--ease-out) 0.5s;
}
.is-active .p-access__contents-map {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 899px) {
  .p-access__contents-map {
    padding-top: 86.4%;
  }
}
.p-access__contents-map-deco-item {
  width: 16.7%;
  top: 0;
  right: 3.85%;
  transform: translateX(50px);
  opacity: 0;
  transition: transform 0.7s var(--ease-out) 0.6s, opacity 0.7s var(--ease-out) 0.6s;
  z-index: 1;
}
.is-active .p-access__contents-map-deco-item {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 899px) {
  .p-access__contents-map-deco-item {
    width: 21.5%;
    max-width: 124px;
    top: 0;
    right: auto;
    left: 5.7%;
  }
}
.p-access__contents-map-deco-item .p-in-img {
  transform: translateY(-68.6%);
}
@media screen and (max-width: 899px) {
  .p-access__contents-map-deco-item .p-in-img {
    transform: translateY(-100%);
  }
}
.p-access__contents-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 899px) {
  .p-access__other {
    width: 87%;
    margin: 0 auto;
  }
}
.p-access__other.is-active .p-access__other-link-list-item {
  transform: translateY(0);
  opacity: 1;
}
.p-access__other.is-active .p-access__other-detail {
  transform: translateY(0);
  opacity: 1;
}
.p-access__other-link {
  margin-bottom: 82px;
}
@media screen and (max-width: 899px) {
  .p-access__other-link {
    margin-bottom: 36px;
  }
}
.p-access__other-link-list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 899px) {
  .p-access__other-link-list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.p-access__other-link-list-item {
  width: 160px;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.7s var(--ease-bound), opacity 0.7s var(--ease-out);
}
.p-access__other-link-list-item:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-access__other-link-list-item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-access__other-link-list-item:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-access__other-link-list-item:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-access__other-link-list-item:nth-of-type(5) {
  transition-delay: 0.5s;
}
.p-access__other-link-list-item:nth-of-type(6) {
  transition-delay: 0.6s;
}
@media screen and (max-width: 899px) {
  .p-access__other-link-list-item {
    width: 32%;
    margin-bottom: 3%;
  }
}
@media screen and (min-width: 900px) {
  .p-access__other-link-list-item + .p-access__other-link-list-item {
    margin-left: 30px;
  }
}
.p-access__other-detail {
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.7s var(--ease-out) 0.2s, opacity 0.7s var(--ease-out) 0.2s;
}
.p-access__other-detail-item {
  margin-bottom: 30px;
  text-align: center;
  font-weight: 800;
  font-family: var(--font-jp);
}
@media screen and (max-width: 899px) {
  .p-access__other-detail-item {
    margin-bottom: 20px;
  }
}
.p-access__other-detail-item.-flex {
  display: flex;
  justify-content: center;
}
.p-access__other-detail-item.-flex-item {
  margin-right: 20px;
}
@media screen and (max-width: 899px) {
  .p-access__other-detail-item.-flex-item {
    width: 45%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.p-access__other-detail-item.-flex-item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 899px) {
  .p-access__other-detail-item.--flex .p-in-image {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-access__other-detail-item.--flex .p-in-image img {
    margin-bottom: 10px;
  }
}
.p-access__other-detail-item .p-in-head {
  margin-bottom: 12px;
  font-size: 1.4rem;
}
.p-access__other-detail-item .p-in-head.--shusai {
  font-size: 1.6rem;
}
@media screen and (max-width: 899px) {
  .p-access__other-detail-item .p-in-head {
    margin-bottom: 13px;
    font-size: 1.1rem;
  }
  .p-access__other-detail-item .p-in-head.--shusai {
    font-size: 1.5rem;
  }
}
.p-access__other-detail-item .p-in-text {
  margin-bottom: 16px;
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (max-width: 899px) {
  .p-access__other-detail-item .p-in-text {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.p-access__other-detail-item .p-in-image {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
}
@media screen and (max-width: 899px) {
  .p-access__other-detail-item .p-in-image {
    display: block;
  }
}
.p-access__other-detail-item .p-in-image-item {
  width: 150px;
}
.p-access__other-detail-item .p-in-image-item.--shusai {
  width: 170px;
  max-width: 430px;
}
@media screen and (max-width: 899px) {
  .p-access__other-detail-item .p-in-image-item.--shusai {
    width: 150px;
  }
}
.p-access__other-detail-item .p-in-image-item.--kyousai {
  max-width: 151px;
}
@media screen and (max-width: 899px) {
  .p-access__other-detail-item .p-in-image-item.--kyousai {
    width: 42%;
  }
}
.p-access__other-detail-item .p-in-image-item.--ja_echigo {
  width: 300px;
  max-width: 540px;
}
@media screen and (max-width: 899px) {
  .p-access__other-detail-item .p-in-image-item.--ja_echigo {
    width: 60%;
  }
}
.p-access__other-detail-item .p-in-image-item.--phoenix {
  width: 70px;
  max-width: 102px;
}
@media screen and (max-width: 899px) {
  .p-access__other-detail-item .p-in-image-item.--phoenix {
    width: 15%;
    margin: 0 !important;
    margin-left: 25px !important;
  }
}
.p-access__other-detail-item .p-in-image-item.--jci {
  width: 160px;
  max-width: 231px;
}
@media screen and (max-width: 899px) {
  .p-access__other-detail-item .p-in-image-item.--jci {
    width: 35% !important;
    margin: 0 !important;
  }
}
.p-access__other-detail-item .p-in-image-item.--parr_mark {
  width: 130px;
  max-width: 290px;
}
@media screen and (max-width: 899px) {
  .p-access__other-detail-item .p-in-image-item.--parr_mark {
    width: 27% !important;
    margin: 0 !important;
  }
}
.p-access__other-detail-item .p-in-image-item.--hokuriku {
  width: 150px;
  max-width: 145px;
}
@media screen and (max-width: 899px) {
  .p-access__other-detail-item .p-in-image-item.--hokuriku {
    width: 35% !important;
    margin: 0 !important;
  }
}
.p-access__other-detail-item .p-in-image-item.--nid {
  width: 140px;
  max-width: 147px;
}
@media screen and (max-width: 899px) {
  .p-access__other-detail-item .p-in-image-item.--nid {
    width: 50% !important;
    margin: 0 !important;
  }
}
.p-access__other-detail-item .p-in-image-item.--dance {
  width: 340px;
  max-width: 345px;
}
@media screen and (max-width: 899px) {
  .p-access__other-detail-item .p-in-image-item.--dance {
    width: 70%;
    margin: 0 !important;
  }
}
.p-access__other-detail-item .p-in-image-item.--nagaokaishikai {
  width: 200px;
  max-width: 300px;
}
@media screen and (max-width: 899px) {
  .p-access__other-detail-item .p-in-image-item.--nagaokaishikai {
    width: 45% !important;
    margin: 0 !important;
  }
}
.p-access__other-detail-item .p-in-image-item.--kpg {
  width: 100px;
  max-width: 126px;
}
@media screen and (max-width: 899px) {
  .p-access__other-detail-item .p-in-image-item.--kpg {
    width: 20%;
    margin: 0 !important;
  }
}
.p-access__other-detail-item .p-in-image-item.--saganori {
  width: 260px;
  max-width: 500px;
}
@media screen and (max-width: 899px) {
  .p-access__other-detail-item .p-in-image-item.--saganori {
    width: 45%;
    margin: 0 !important;
  }
}
.p-access__other-detail-item .p-in-image-item.--gateausenka {
  width: 90px;
  max-width: 500px;
}
@media screen and (max-width: 899px) {
  .p-access__other-detail-item .p-in-image-item.--gateausenka {
    width: 18%;
    margin: 0 !important;
  }
}
.p-access__other-detail-item .p-in-image-item.--sdgs {
  width: 120px;
  max-width: 300px;
}
@media screen and (max-width: 899px) {
  .p-access__other-detail-item .p-in-image-item.--sdgs {
    width: 30%;
    margin: 0 !important;
  }
}
.p-access__other-detail-item .p-in-image-item.--kyodo {
  width: 90px;
  max-width: 120px;
}
@media screen and (max-width: 899px) {
  .p-access__other-detail-item .p-in-image-item.--kyodo {
    width: 22%;
    margin: 0 !important;
  }
}
.p-access__other-detail-item .p-in-image-item.--albirex_bb {
  width: 105px;
  max-width: 107px;
}
@media screen and (max-width: 899px) {
  .p-access__other-detail-item .p-in-image-item.--albirex_bb {
    width: 32%;
    margin: 0 !important;
  }
}
.p-access__other-detail-item .p-in-image-item.--albirex {
  width: 105px;
  max-width: 107px;
}
@media screen and (max-width: 899px) {
  .p-access__other-detail-item .p-in-image-item.--albirex {
    width: 32%;
    margin: 0 !important;
  }
}
.p-access__other-detail-item .p-in-image-item.--yonex {
  width: 160px;
  max-width: 200px;
}
@media screen and (max-width: 899px) {
  .p-access__other-detail-item .p-in-image-item.--yonex {
    width: 30%;
    margin: 0 !important;
  }
}
.p-access__other-detail-item .p-in-image-item.--earth {
  width: 160px;
  max-width: 200px;
}
@media screen and (max-width: 899px) {
  .p-access__other-detail-item .p-in-image-item.--earth {
    width: 30%;
    margin: 0 !important;
  }
}
.p-access__other-detail-item .p-in-image-item.--softbank {
  width: 160px;
  max-width: 200px;
}
@media screen and (max-width: 899px) {
  .p-access__other-detail-item .p-in-image-item.--softbank {
    width: 30%;
    margin: 0 !important;
  }
}
.p-access__other-detail-item .p-in-image-item.--omitsugiya {
  width: 120px;
  max-width: 200px;
}
@media screen and (max-width: 899px) {
  .p-access__other-detail-item .p-in-image-item.--omitsugiya {
    width: 25%;
    margin: 0 !important;
  }
}
.p-access__other-detail-item .p-in-image-item.--iwatsukaseika {
  width: 105px;
  max-width: 200px;
}
@media screen and (max-width: 899px) {
  .p-access__other-detail-item .p-in-image-item.--iwatsukaseika {
    width: 25%;
    margin: 0 !important;
  }
}
.p-access__other-detail-item .p-in-image-item.--inpex {
  width: 105px;
  max-width: 200px;
}
@media screen and (max-width: 899px) {
  .p-access__other-detail-item .p-in-image-item.--inpex {
    width: 25%;
    margin: 0 !important;
  }
}
.p-access__other-detail-item .p-in-image-item.--kuriyamabeika {
  width: 85px;
  max-width: 200px;
}
@media screen and (max-width: 899px) {
  .p-access__other-detail-item .p-in-image-item.--kuriyamabeika {
    width: 15%;
    margin: 0 !important;
  }
}
.p-access__other-detail-item .p-in-image-item.--daishihokuetsubank {
  width: 125px;
  max-width: 200px;
}
@media screen and (max-width: 899px) {
  .p-access__other-detail-item .p-in-image-item.--daishihokuetsubank {
    width: 30%;
    margin: 0 !important;
  }
}
.p-access__other-detail-item .p-in-image-item.--hokuetsumetaru {
  width: 140px;
  max-width: 200px;
}
@media screen and (max-width: 899px) {
  .p-access__other-detail-item .p-in-image-item.--hokuetsumetaru {
    width: 30%;
    margin: 0 !important;
  }
}
.p-access__other-detail-item .p-in-image-item.--newotani {
  width: 125px;
  max-width: 200px;
}
@media screen and (max-width: 899px) {
  .p-access__other-detail-item .p-in-image-item.--newotani {
    width: 25%;
    margin: 0 !important;
  }
}
.p-access__other-detail-item .p-in-image-item.--watanabeg {
  width: 180px;
  max-width: 200px;
}
@media screen and (max-width: 899px) {
  .p-access__other-detail-item .p-in-image-item.--watanabeg {
    width: 30%;
    margin: 0 !important;
  }
}
.p-access__other-detail-item .p-in-image-item a {
  display: block;
  transition: transform 0.5s var(--ease-out);
}
@media screen and (min-width: 900px) {
  .p-access__other-detail-item .p-in-image-item a:hover {
    transform: scale(0.97);
  }
}
.p-access__other-detail-item .p-in-image-item img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-access__other-detail-item .p-in-image-item {
    width: 34%;
    margin: 0 auto 8px;
  }
}

.p-policy {
  padding-bottom: 107px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 899px) {
  .p-policy {
    padding-top: 70px;
    padding-bottom: 111px;
  }
}
.p-policy__deco-item:nth-of-type(1) {
  width: 18.4%;
  top: 0;
  left: 2.1%;
  transform: translateX(-100px);
  opacity: 0;
  transition: transform 0.7s var(--ease-bound), opacity 0.7s var(--ease-out);
}
.is-active .p-policy__deco-item:nth-of-type(1) {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 899px) {
  .p-policy__deco-item:nth-of-type(1) {
    width: 25.8%;
    max-width: 115px;
    top: 90%;
    left: 0;
  }
}
.p-policy__deco-item:nth-of-type(1) .p-in-img {
  transform: translateY(-78.2%);
}
@media screen and (max-width: 899px) {
  .p-policy__deco-item:nth-of-type(1) .p-in-img {
    transform: translateY(-245%);
  }
}
.p-policy__deco-item:nth-of-type(2) {
  width: 20.4%;
  bottom: -8%;
  right: 4.1%;
  transform: translateX(100px);
  opacity: 0;
  transition: transform 0.7s var(--ease-bound) 0.1s, opacity 0.7s var(--ease-out) 0.1s;
}
.is-active .p-policy__deco-item:nth-of-type(2) {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 899px) {
  .p-policy__deco-item:nth-of-type(2) {
    width: 25%;
    max-width: 110px;
    bottom: 0.5%;
    right: 0;
  }
}
.p-policy__deco-item:nth-of-type(2) .p-in-img {
  transform: translateY(-78.2%);
}
.p-policy__contents {
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.7s var(--ease-out), opacity 0.7s var(--ease-out);
}
.is-active .p-policy__contents {
  transform: translateY(0);
  opacity: 1;
}
.p-policy__contents a {
  display: inline-block;
  font-weight: 700;
  color: var(--color-blue);
  transition: color 0.6s var(--ease-out);
}
@media screen and (min-width: 900px) {
  .p-policy__contents a:hover {
    color: var(--color-orange);
  }
}
.p-policy__contents .p-in-head {
  margin-bottom: 20px;
  font-size: 4rem;
  letter-spacing: 0.1em;
  font-family: var(--font-en);
}
@media screen and (max-width: 899px) {
  .p-policy__contents .p-in-head {
    margin-bottom: 9px;
    font-size: 2.9rem;
    letter-spacing: 0.07em;
  }
}
.p-policy__contents .p-in-small {
  color: var(--color-text);
  font-size: 1.7rem;
}
@media screen and (max-width: 899px) {
  .p-policy__contents .p-in-small {
    font-size: 1.4rem;
  }
}

/* ====================
m-access
 ==================== */
.m-access__bg {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0.9;
}
.m-access__close {
  display: none;
  position: fixed;
  right: 2rem;
  top: 2rem;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 899px) {
  .m-access__close {
    right: 0.5rem;
    top: 0.5rem;
    width: 40px;
    height: 40px;
  }
}
.m-access__close span {
  display: block;
  width: 100%;
  height: 0.2rem;
  background: var(--color-orange);
  position: absolute;
  top: 50%;
  right: 0;
}
.m-access__close span:nth-child(1) {
  transform: rotateZ(45deg);
}
.m-access__close span:nth-child(2) {
  transform: rotateZ(-45deg);
}
.m-access__in {
  display: none;
  position: fixed;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .m-access__in {
    top: 50%;
    left: 0;
    right: 0;
    width: 90%;
    transform: translate(0, -50%);
  }
}
.m-access__wrap {
  position: relative;
}
.m-access__content {
  width: 70%;
  max-width: 80rem;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 899px) {
  .m-access__content {
    width: 100%;
  }
}
.m-access__content-head, .m-access__content-body {
  display: flex;
  justify-content: center;
}
.m-access__content-body {
  color: var(--color-orange);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.35;
  padding-bottom: 4rem;
}
@media screen and (max-width: 899px) {
  .m-access__content-body {
    font-size: 1.6rem;
    padding-bottom: 2rem;
  }
}