@charset "UTF-8";
.p-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 200;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}

.is-load .p-loading {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.p-loading__spinner {
  position: relative;
  width: 60px;
  height: 60px;
}

.p-loading__spinner svg {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: spin2 1.4s linear infinite;
  animation: spin2 1.4s linear infinite;
  width: 100%;
  height: 100%;
}

.p-loading__spinner circle {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: spinner-dash 1.4s ease-in-out infinite, spinner-colors 5.6s ease-in-out infinite;
  animation: spinner-dash 1.4s ease-in-out infinite, spinner-colors 5.6s ease-in-out infinite;
}

.p-hero__ttl {
  position: relative;
  -webkit-transform: translateY(20px) scale(0.75);
  transform: translateY(20px) scale(0.75);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  opacity: 0;
}

.p-hero.is-ready .p-hero__ttl {
  top: 0;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1), transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1), transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.p-hero__deco-text {
  -webkit-transform: translate3d(-101%, 0, 0);
  transform: translate3d(-101%, 0, 0);
  opacity: 0;
  overflow: hidden;
}

.p-hero__deco-text span {
  display: block;
  -webkit-transform: translate3d(101%, 0, 0);
  transform: translate3d(101%, 0, 0);
}

.p-hero.is-ready .p-hero__deco-text {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: -webkit-transform cubic-bezier(0.65, 0, 0.35, 1) 1.1s 1.75s;
  transition: -webkit-transform cubic-bezier(0.65, 0, 0.35, 1) 1.1s 1.75s;
  transition: transform cubic-bezier(0.65, 0, 0.35, 1) 1.1s 1.75s;
  transition: transform cubic-bezier(0.65, 0, 0.35, 1) 1.1s 1.75s, -webkit-transform cubic-bezier(0.65, 0, 0.35, 1) 1.1s 1.75s;
}

.p-hero.is-ready .p-hero__deco-text span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.65, 0, 0.35, 1) 1.1s 1.75s;
  transition: -webkit-transform cubic-bezier(0.65, 0, 0.35, 1) 1.1s 1.75s;
  transition: transform cubic-bezier(0.65, 0, 0.35, 1) 1.1s 1.75s;
  transition: transform cubic-bezier(0.65, 0, 0.35, 1) 1.1s 1.75s, -webkit-transform cubic-bezier(0.65, 0, 0.35, 1) 1.1s 1.75s;
}

.p-hero__share-list {
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
  opacity: 0;
}

.p-hero.is-ready .p-hero__share-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s 1.85s, 0.8s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 1.85s;
  transition: opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s 1.85s, 0.8s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 1.85s;
  transition: 0.8s transform cubic-bezier(0.165, 0.84, 0.44, 1) 1.85s, opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s 1.85s;
  transition: 0.8s transform cubic-bezier(0.165, 0.84, 0.44, 1) 1.85s, opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s 1.85s, 0.8s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 1.85s;
}

.p-hero__bnr-item {
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  opacity: 0;
}

.p-hero.is-ready .p-hero__bnr-item {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: opacity cubic-bezier(0.165, 0.84, 0.44, 1) 1s 2.15s, 1s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 2.15s;
  transition: opacity cubic-bezier(0.165, 0.84, 0.44, 1) 1s 2.15s, 1s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 2.15s;
  transition: 1s transform cubic-bezier(0.165, 0.84, 0.44, 1) 2.15s, opacity cubic-bezier(0.165, 0.84, 0.44, 1) 1s 2.15s;
  transition: 1s transform cubic-bezier(0.165, 0.84, 0.44, 1) 2.15s, opacity cubic-bezier(0.165, 0.84, 0.44, 1) 1s 2.15s, 1s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 2.15s;
}

.p-hero__scroll-wrap {
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  opacity: 0;
}

.p-hero.is-ready .p-hero__scroll-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: opacity cubic-bezier(0.165, 0.84, 0.44, 1) 1s 2.15s, 1s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 2.15s;
  transition: opacity cubic-bezier(0.165, 0.84, 0.44, 1) 1s 2.15s, 1s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 2.15s;
  transition: 1s transform cubic-bezier(0.165, 0.84, 0.44, 1) 2.15s, opacity cubic-bezier(0.165, 0.84, 0.44, 1) 1s 2.15s;
  transition: 1s transform cubic-bezier(0.165, 0.84, 0.44, 1) 2.15s, opacity cubic-bezier(0.165, 0.84, 0.44, 1) 1s 2.15s, 1s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 2.15s;
}

.p-hero.is-ready .p-hero__bg-layer {
  -webkit-transform: skewX(-5deg) translate(101%, 0);
  transform: skewX(-5deg) translate(101%, 0);
  -webkit-transition: -webkit-transform 1.8s cubic-bezier(0.37, 0, 0.63, 1) 0.3s;
  transition: -webkit-transform 1.8s cubic-bezier(0.37, 0, 0.63, 1) 0.3s;
  transition: transform 1.8s cubic-bezier(0.37, 0, 0.63, 1) 0.3s;
  transition: transform 1.8s cubic-bezier(0.37, 0, 0.63, 1) 0.3s, -webkit-transform 1.8s cubic-bezier(0.37, 0, 0.63, 1) 0.3s;
}

.p-hero__bg-frame {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.p-hero.is-ready .p-hero__bg-frame {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform cubic-bezier(0, 0.55, 0.45, 1) 1.1s 0.85s;
  transition: -webkit-transform cubic-bezier(0, 0.55, 0.45, 1) 1.1s 0.85s;
  transition: transform cubic-bezier(0, 0.55, 0.45, 1) 1.1s 0.85s;
  transition: transform cubic-bezier(0, 0.55, 0.45, 1) 1.1s 0.85s, -webkit-transform cubic-bezier(0, 0.55, 0.45, 1) 1.1s 0.85s;
}

[data-comment] {
  cursor: pointer;
}

/*============================
  hero
============================*/
.p-hero {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  min-height: 500px;
}

.p-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.p-hero__bg-jk {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #d9c86e;
  width: 100%;
}

.p-hero__bg-jk-item {
  position: relative;
  width: 100%;
  height: 125px;
}

.p-hero__bg-jk-item::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/top/main/main_jk01.png) repeat-x 50% 0;
  background-size: 1560px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

.p-hero.is-out .p-hero__bg-jk-item::before {
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important;
}

.p-hero__bg-jk-item:nth-of-type(even)::before {
  background-image: url(../img/top/main/main_jk02.png);
}

.p-hero__bg-jk-item:nth-of-type(1)::before {
  -webkit-animation: bg_loop_pc_1 65s infinite linear;
  animation: bg_loop_pc_1 65s infinite linear;
  background-position: -500px 50%;
}

@-webkit-keyframes bg_loop_pc_1 {
  0% {
    background-position: -500px 50%;
  }
  100% {
    background-position: -3620px 50%;
  }
}

@keyframes bg_loop_pc_1 {
  0% {
    background-position: -500px 50%;
  }
  100% {
    background-position: -3620px 50%;
  }
}

.p-hero__bg-jk-item:nth-of-type(2)::before {
  -webkit-animation: bg_loop_pc_2 65s infinite linear;
  animation: bg_loop_pc_2 65s infinite linear;
  background-position: 1000px 50%;
}

@-webkit-keyframes bg_loop_pc_2 {
  0% {
    background-position: 1000px 50%;
  }
  100% {
    background-position: 4120px 50%;
  }
}

@keyframes bg_loop_pc_2 {
  0% {
    background-position: 1000px 50%;
  }
  100% {
    background-position: 4120px 50%;
  }
}

.p-hero__bg-jk-item:nth-of-type(3)::before {
  -webkit-animation: bg_loop_pc_3 65s infinite linear;
  animation: bg_loop_pc_3 65s infinite linear;
  background-position: -1500px 50%;
}

@-webkit-keyframes bg_loop_pc_3 {
  0% {
    background-position: -1500px 50%;
  }
  100% {
    background-position: -4620px 50%;
  }
}

@keyframes bg_loop_pc_3 {
  0% {
    background-position: -1500px 50%;
  }
  100% {
    background-position: -4620px 50%;
  }
}

.p-hero__bg-jk-item:nth-of-type(4)::before {
  -webkit-animation: bg_loop_pc_4 65s infinite linear;
  animation: bg_loop_pc_4 65s infinite linear;
  background-position: 2000px 50%;
}

@-webkit-keyframes bg_loop_pc_4 {
  0% {
    background-position: 2000px 50%;
  }
  100% {
    background-position: 5120px 50%;
  }
}

@keyframes bg_loop_pc_4 {
  0% {
    background-position: 2000px 50%;
  }
  100% {
    background-position: 5120px 50%;
  }
}

.p-hero__bg-jk-item:nth-of-type(5)::before {
  -webkit-animation: bg_loop_pc_5 65s infinite linear;
  animation: bg_loop_pc_5 65s infinite linear;
  background-position: -2500px 50%;
}

@-webkit-keyframes bg_loop_pc_5 {
  0% {
    background-position: -2500px 50%;
  }
  100% {
    background-position: -5620px 50%;
  }
}

@keyframes bg_loop_pc_5 {
  0% {
    background-position: -2500px 50%;
  }
  100% {
    background-position: -5620px 50%;
  }
}

.p-hero__bg-jk-item:nth-of-type(6)::before {
  -webkit-animation: bg_loop_pc_6 65s infinite linear;
  animation: bg_loop_pc_6 65s infinite linear;
  background-position: 3000px 50%;
}

@-webkit-keyframes bg_loop_pc_6 {
  0% {
    background-position: 3000px 50%;
  }
  100% {
    background-position: 6120px 50%;
  }
}

@keyframes bg_loop_pc_6 {
  0% {
    background-position: 3000px 50%;
  }
  100% {
    background-position: 6120px 50%;
  }
}

.p-hero__bg-jk-item:nth-of-type(7)::before {
  -webkit-animation: bg_loop_pc_7 65s infinite linear;
  animation: bg_loop_pc_7 65s infinite linear;
  background-position: -3500px 50%;
}

@-webkit-keyframes bg_loop_pc_7 {
  0% {
    background-position: -3500px 50%;
  }
  100% {
    background-position: -6620px 50%;
  }
}

@keyframes bg_loop_pc_7 {
  0% {
    background-position: -3500px 50%;
  }
  100% {
    background-position: -6620px 50%;
  }
}

.p-hero__bg-jk-item:nth-of-type(8)::before {
  -webkit-animation: bg_loop_pc_8 65s infinite linear;
  animation: bg_loop_pc_8 65s infinite linear;
  background-position: 4000px 50%;
}

@-webkit-keyframes bg_loop_pc_8 {
  0% {
    background-position: 4000px 50%;
  }
  100% {
    background-position: 7120px 50%;
  }
}

@keyframes bg_loop_pc_8 {
  0% {
    background-position: 4000px 50%;
  }
  100% {
    background-position: 7120px 50%;
  }
}

.p-hero__bg-jk-item:nth-of-type(9)::before {
  -webkit-animation: bg_loop_pc_9 65s infinite linear;
  animation: bg_loop_pc_9 65s infinite linear;
  background-position: -4500px 50%;
}

@-webkit-keyframes bg_loop_pc_9 {
  0% {
    background-position: -4500px 50%;
  }
  100% {
    background-position: -7620px 50%;
  }
}

@keyframes bg_loop_pc_9 {
  0% {
    background-position: -4500px 50%;
  }
  100% {
    background-position: -7620px 50%;
  }
}

.p-hero__bg-jk-item:nth-of-type(10)::before {
  -webkit-animation: bg_loop_pc_10 65s infinite linear;
  animation: bg_loop_pc_10 65s infinite linear;
  background-position: 5000px 50%;
}

@-webkit-keyframes bg_loop_pc_10 {
  0% {
    background-position: 5000px 50%;
  }
  100% {
    background-position: 8120px 50%;
  }
}

@keyframes bg_loop_pc_10 {
  0% {
    background-position: 5000px 50%;
  }
  100% {
    background-position: 8120px 50%;
  }
}

.p-hero__bg-jk-item:nth-of-type(11)::before {
  -webkit-animation: bg_loop_pc_11 65s infinite linear;
  animation: bg_loop_pc_11 65s infinite linear;
  background-position: -5500px 50%;
}

@-webkit-keyframes bg_loop_pc_11 {
  0% {
    background-position: -5500px 50%;
  }
  100% {
    background-position: -8620px 50%;
  }
}

@keyframes bg_loop_pc_11 {
  0% {
    background-position: -5500px 50%;
  }
  100% {
    background-position: -8620px 50%;
  }
}

.p-hero__bg-jk-item:nth-of-type(12)::before {
  -webkit-animation: bg_loop_pc_12 65s infinite linear;
  animation: bg_loop_pc_12 65s infinite linear;
  background-position: 6000px 50%;
}

@-webkit-keyframes bg_loop_pc_12 {
  0% {
    background-position: 6000px 50%;
  }
  100% {
    background-position: 9120px 50%;
  }
}

@keyframes bg_loop_pc_12 {
  0% {
    background-position: 6000px 50%;
  }
  100% {
    background-position: 9120px 50%;
  }
}

.p-hero__bg-jk-item:nth-of-type(13)::before {
  -webkit-animation: bg_loop_pc_13 65s infinite linear;
  animation: bg_loop_pc_13 65s infinite linear;
  background-position: -6500px 50%;
}

@-webkit-keyframes bg_loop_pc_13 {
  0% {
    background-position: -6500px 50%;
  }
  100% {
    background-position: -9620px 50%;
  }
}

@keyframes bg_loop_pc_13 {
  0% {
    background-position: -6500px 50%;
  }
  100% {
    background-position: -9620px 50%;
  }
}

.p-hero__bg-jk-item:nth-of-type(14)::before {
  -webkit-animation: bg_loop_pc_14 65s infinite linear;
  animation: bg_loop_pc_14 65s infinite linear;
  background-position: 7000px 50%;
}

@-webkit-keyframes bg_loop_pc_14 {
  0% {
    background-position: 7000px 50%;
  }
  100% {
    background-position: 10120px 50%;
  }
}

@keyframes bg_loop_pc_14 {
  0% {
    background-position: 7000px 50%;
  }
  100% {
    background-position: 10120px 50%;
  }
}

.p-hero__bg-jk-item:nth-of-type(15)::before {
  -webkit-animation: bg_loop_pc_15 65s infinite linear;
  animation: bg_loop_pc_15 65s infinite linear;
  background-position: -7500px 50%;
}

@-webkit-keyframes bg_loop_pc_15 {
  0% {
    background-position: -7500px 50%;
  }
  100% {
    background-position: -10620px 50%;
  }
}

@keyframes bg_loop_pc_15 {
  0% {
    background-position: -7500px 50%;
  }
  100% {
    background-position: -10620px 50%;
  }
}

.p-hero__bg-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-hero__bg-frame .p-in-side {
  position: absolute;
  background-color: #ffffff;
}

.p-hero__bg-frame .p-in-side--top, .p-hero__bg-frame .p-in-side--btm {
  left: 0;
  width: 100%;
  height: 25px;
}

.p-hero__bg-frame .p-in-side--right, .p-hero__bg-frame .p-in-side--left {
  top: 0;
  width: 25px;
  height: 100%;
}

.p-hero__bg-frame .p-in-side--top {
  top: 0;
}

.p-hero__bg-frame .p-in-side--btm {
  bottom: 0;
}

.p-hero__bg-frame .p-in-side--right {
  right: 0;
}

.p-hero__bg-frame .p-in-side--left {
  left: 0;
}

.p-hero__bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skewX(-32deg);
  transform: skewX(-32deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-color: #ffffff;
  width: 200%;
  height: 100%;
  pointer-events: none;
}

.p-hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  padding: 25px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-hero.is-ready .p-hero__inner {
  opacity: 1;
}

.p-hero__main {
  position: relative;
}

.p-hero__layer {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 150vh;
  height: 150vh;
  pointer-events: none;
}

.p-hero__layer-inner {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  background-color: #d9c86e;
  width: 100%;
  height: 100%;
}

.p-hero__deco {
  position: absolute;
  top: 9px;
  left: 50%;
  margin-left: -95px;
  width: 190px;
}

.p-hero__bnr {
  position: absolute;
  bottom: 40px;
  left: 50%;
  max-width: 384px;
}

.p-hero__bnr-item + .p-hero__bnr-item {
  margin-top: 5px;
}

.p-hero__bnr-item a {
  display: block;
}

.p-hero__bnr-item img {
  width: 100%;
}

.p-hero__scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-hero__scroll-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  height: 25px;
  font-weight: 600;
  font-size: 9px;
  line-height: 1.25;
  letter-spacing: 0.11em;
  text-decoration: none;
}

.p-hero__scroll-text {
  position: relative;
  overflow: hidden;
}

.p-hero__scroll-text .p-in-text span,
.p-hero__scroll-text .p-in-dummy span {
  display: inline-block;
  vertical-align: baseline;
}

.is-load .p-hero__scroll-text .p-in-text span {
  -webkit-animation: scrollText_2 1.6s cubic-bezier(0.83, 0, 0.17, 1) both infinite;
  animation: scrollText_2 1.6s cubic-bezier(0.83, 0, 0.17, 1) both infinite;
}

.is-load .p-hero__scroll-text .p-in-text span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.is-load .p-hero__scroll-text .p-in-text span:nth-of-type(2) {
  -webkit-animation-delay: 0.06s;
  animation-delay: 0.06s;
}

.is-load .p-hero__scroll-text .p-in-text span:nth-of-type(3) {
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.is-load .p-hero__scroll-text .p-in-text span:nth-of-type(4) {
  -webkit-animation-delay: 0.18s;
  animation-delay: 0.18s;
}

.is-load .p-hero__scroll-text .p-in-text span:nth-of-type(5) {
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}

.is-load .p-hero__scroll-text .p-in-text span:nth-of-type(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.is-load .p-hero__scroll-text .p-in-text span:nth-of-type(7) {
  -webkit-animation-delay: 0.36s;
  animation-delay: 0.36s;
}

.is-load .p-hero__scroll-text .p-in-text span:nth-of-type(8) {
  -webkit-animation-delay: 0.42s;
  animation-delay: 0.42s;
}

.is-load .p-hero__scroll-text .p-in-text span:nth-of-type(9) {
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}

.is-load .p-hero__scroll-text .p-in-text span:nth-of-type(10) {
  -webkit-animation-delay: 0.54s;
  animation-delay: 0.54s;
}

.is-load .p-hero__scroll-text .p-in-text span:nth-of-type(11) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.is-load .p-hero__scroll-text .p-in-text span:nth-of-type(12) {
  -webkit-animation-delay: 0.66s;
  animation-delay: 0.66s;
}

.is-load .p-hero__scroll-text .p-in-text span:nth-of-type(13) {
  -webkit-animation-delay: 0.72s;
  animation-delay: 0.72s;
}

.p-hero__scroll-text .p-in-dummy {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
}

.is-load .p-hero__scroll-text .p-in-dummy span {
  -webkit-animation: scrollText_1 1.6s cubic-bezier(0.83, 0, 0.17, 1) both infinite;
  animation: scrollText_1 1.6s cubic-bezier(0.83, 0, 0.17, 1) both infinite;
}

.is-load .p-hero__scroll-text .p-in-dummy span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.is-load .p-hero__scroll-text .p-in-dummy span:nth-of-type(2) {
  -webkit-animation-delay: 0.06s;
  animation-delay: 0.06s;
}

.is-load .p-hero__scroll-text .p-in-dummy span:nth-of-type(3) {
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.is-load .p-hero__scroll-text .p-in-dummy span:nth-of-type(4) {
  -webkit-animation-delay: 0.18s;
  animation-delay: 0.18s;
}

.is-load .p-hero__scroll-text .p-in-dummy span:nth-of-type(5) {
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}

.is-load .p-hero__scroll-text .p-in-dummy span:nth-of-type(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.is-load .p-hero__scroll-text .p-in-dummy span:nth-of-type(7) {
  -webkit-animation-delay: 0.36s;
  animation-delay: 0.36s;
}

.is-load .p-hero__scroll-text .p-in-dummy span:nth-of-type(8) {
  -webkit-animation-delay: 0.42s;
  animation-delay: 0.42s;
}

.is-load .p-hero__scroll-text .p-in-dummy span:nth-of-type(9) {
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}

.is-load .p-hero__scroll-text .p-in-dummy span:nth-of-type(10) {
  -webkit-animation-delay: 0.54s;
  animation-delay: 0.54s;
}

.is-load .p-hero__scroll-text .p-in-dummy span:nth-of-type(11) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.is-load .p-hero__scroll-text .p-in-dummy span:nth-of-type(12) {
  -webkit-animation-delay: 0.66s;
  animation-delay: 0.66s;
}

.is-load .p-hero__scroll-text .p-in-dummy span:nth-of-type(13) {
  -webkit-animation-delay: 0.72s;
  animation-delay: 0.72s;
}

.p-hero__share-list {
  margin: 0 auto;
  width: 19px;
}

.p-hero__share-list-item + .p-hero__share-list-item {
  margin-top: 20px;
}

.p-hero__share-list-link {
  display: block;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-hero__share-list-svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 19px;
  height: 19px;
}

.p-hero__share-list-svg svg {
  width: 100%;
  height: auto;
}

.p-hero__share-list-svg path {
  fill: #2e2c2d;
}

.l-top-wrap {
  position: relative;
  padding: 0 25px;
}

/*============================
  bnr
============================*/
.p-bnr {
  position: relative;
  padding: 40px 0 0;
}

.p-bnr__list {
  margin: 0 auto;
}

.p-bnr__list img {
  width: 100%;
}

.p-bnr__list-link {
  display: block;
}

/*============================
  history
============================*/
.p-history {
  margin-top: 34px;
  padding: 35px 0 0;
}

.p-history__ttl {
  position: relative;
  z-index: 2;
  margin: 0 auto 40px;
  width: 77%;
  max-width: 463px;
}

.p-history__content {
  position: relative;
}

.p-history__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  overflow: hidden;
}

.p-history__bg-color {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.p-history__content.is-intersect .p-history__bg-color {
  position: fixed;
  right: 25px;
  left: 25px;
}

.p-history__content.is-intersect-over .p-history__bg-color {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-history__bg-color .p-in-item {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transition: -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transition: transform cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transition: transform cubic-bezier(0.19, 1, 0.22, 1) 1s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 1s;
  width: 100%;
  height: 100%;
}

.p-history__bg-color .p-in-item.is-active {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  opacity: 1;
  z-index: 1;
}

.p-history__bg-color .p-in-item span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-history__bg-color .p-in-item[data-color="gray"] span {
  background-color: #f5f5f5;
}

.p-history__bg-color .p-in-item[data-color="green"] span {
  background-color: #abea7f;
}

.p-history__bg-color .p-in-item[data-color="blue"] span {
  background-color: #54cbe9;
}

.p-history__bg-color .p-in-item[data-color="purple"] span {
  background-color: #cea0e0;
}

.p-history__bg-color .p-in-item[data-color="red"] span {
  background-color: #fb6f7c;
}

.p-history__bg-color .p-in-item[data-color="yellow"] span {
  background-color: #faf871;
}

.p-history__bg-color .p-in-item[data-color="orange"] span {
  background-color: #ffc529;
}

.p-history__bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.38;
  width: 100%;
  height: 100%;
}

.p-history__bg-pattern::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/common/bg_pattern_white.png) repeat 50% -50px;
  background-size: 500px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

.p-history__bg-pattern--2:before {
  background-image: url(../img/common/bg_star_white.png);
  background-position: 50% 15px;
}

.p-history__year {
  position: fixed;
  top: 31px;
  left: 30px;
  z-index: 1;
  pointer-events: none;
  color: white;
  font-weight: 700;
  font-size: 120px;
  font-size: clamp(72px, 32vw, 222px);
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
}

[data-current-bg="yellow"] .p-history__year {
  color: rgba(255, 255, 255, 0.8);
}

[data-current-bg="red"] .p-history__year,
[data-current-bg="purple"] .p-history__year,
[data-current-bg="blue"] .p-history__year,
[data-current-bg="green"] .p-history__year,
[data-current-bg="orange"] .p-history__year {
  color: rgba(255, 255, 255, 0.4);
}

.p-history__year-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.1em;
  overflow: hidden;
}

.p-history__year-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.p-history__year-num .p-in-num {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 1.1em;
}

.p-history__year-num--10 .p-in-num {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-history[data-current="2020"] .p-history__year-num--10 .p-in-num,
.p-history[data-current="2021"] .p-history__year-num--10 .p-in-num {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.p-history__year-num--1 .p-in-num {
  -webkit-transition: -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-history[data-current="2013"] .p-history__year-num--1 .p-in-num {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s;
}

.p-history[data-current="2014"] .p-history__year-num--1 .p-in-num {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s;
}

.p-history[data-current="2015"] .p-history__year-num--1 .p-in-num {
  -webkit-transform: translateY(-300%);
  transform: translateY(-300%);
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s;
}

.p-history[data-current="2016"] .p-history__year-num--1 .p-in-num {
  -webkit-transform: translateY(-400%);
  transform: translateY(-400%);
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s;
}

.p-history[data-current="2017"] .p-history__year-num--1 .p-in-num {
  -webkit-transform: translateY(-500%);
  transform: translateY(-500%);
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s;
}

.p-history[data-current="2018"] .p-history__year-num--1 .p-in-num {
  -webkit-transform: translateY(-600%);
  transform: translateY(-600%);
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s;
}

.p-history[data-current="2019"] .p-history__year-num--1 .p-in-num {
  -webkit-transform: translateY(-700%);
  transform: translateY(-700%);
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s;
}

.p-history[data-current="2020"] .p-history__year-num--1 .p-in-num {
  -webkit-transform: translateY(-800%);
  transform: translateY(-800%);
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s;
}

.p-history[data-current="2021"] .p-history__year-num--1 .p-in-num {
  -webkit-transform: translateY(-900%);
  transform: translateY(-900%);
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s;
}

.p-history[data-current="2022"] .p-history__year-num--1 .p-in-num {
  -webkit-transform: translateY(-1000%);
  transform: translateY(-1000%);
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s;
}

.p-history__nav {
  position: fixed;
  top: 50%;
  right: 25px;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  visibility: hidden;
  opacity: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, transform, visibility;
  transition-property: opacity, transform, visibility, -webkit-transform;
  margin-top: -80px;
  padding-right: 15px;
  height: 252px;
}

.p-history__content.is-intersect .p-history__nav {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  pointer-events: auto;
}

.p-history.is-last .p-history__nav {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  visibility: hidden;
  opacity: 0;
}

.p-history__nav-arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  border-width: 2.5px 11px 2.5px 0;
  border-style: solid;
  border-color: transparent #01000e transparent transparent;
  width: 0;
  height: 0;
}

.p-history__nav-list {
  position: relative;
  top: 108px;
  -webkit-transition: -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
  transition: -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
  transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
  transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s, -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
  text-align: right;
}

.p-history[data-current="2013"] .p-history__nav-list {
  -webkit-transform: translateY(-36px);
  transform: translateY(-36px);
}

.p-history[data-current="2014"] .p-history__nav-list {
  -webkit-transform: translateY(-72px);
  transform: translateY(-72px);
}

.p-history[data-current="2015"] .p-history__nav-list {
  -webkit-transform: translateY(-108px);
  transform: translateY(-108px);
}

.p-history[data-current="2016"] .p-history__nav-list {
  -webkit-transform: translateY(-144px);
  transform: translateY(-144px);
}

.p-history[data-current="2017"] .p-history__nav-list {
  -webkit-transform: translateY(-180px);
  transform: translateY(-180px);
}

.p-history[data-current="2018"] .p-history__nav-list {
  -webkit-transform: translateY(-216px);
  transform: translateY(-216px);
}

.p-history[data-current="2019"] .p-history__nav-list {
  -webkit-transform: translateY(-252px);
  transform: translateY(-252px);
}

.p-history[data-current="2020"] .p-history__nav-list {
  -webkit-transform: translateY(-288px);
  transform: translateY(-288px);
}

.p-history[data-current="2021"] .p-history__nav-list {
  -webkit-transform: translateY(-324px);
  transform: translateY(-324px);
}

.p-history[data-current="2022"] .p-history__nav-list {
  -webkit-transform: translateY(-360px);
  transform: translateY(-360px);
}

.p-history__nav-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
  transition: opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
  height: 36px;
  pointer-events: none;
}

.p-history__nav-list-item.is-current, .p-history__nav-list-item.is-next-1, .p-history__nav-list-item.is-next-2, .p-history__nav-list-item.is-next-3, .p-history__nav-list-item.is-prev-1, .p-history__nav-list-item.is-prev-2, .p-history__nav-list-item.is-prev-3 {
  pointer-events: auto;
}

.p-history__nav-list-item.is-current {
  opacity: 1;
}

.p-history__nav-list-item.is-next-1, .p-history__nav-list-item.is-prev-1 {
  opacity: 0.5;
}

.p-history__nav-list-item.is-next-2, .p-history__nav-list-item.is-prev-2 {
  opacity: 0.3;
}

.p-history__nav-list-item.is-next-3, .p-history__nav-list-item.is-prev-3 {
  opacity: 0.15;
}

.p-history__nav-list-link {
  display: block;
  font-weight: 800;
  font-size: 10px;
  font-family: 'Montserrat', YakuHanJPs_Noto, 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
  text-decoration: none;
}

.p-history__nav-list-text {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.is-current .p-history__nav-list-text {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.is-next-1 .p-history__nav-list-text,
.is-prev-1 .p-history__nav-list-text {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.is-next-2 .p-history__nav-list-text,
.is-prev-2 .p-history__nav-list-text {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.is-next-3 .p-history__nav-list-text,
.is-prev-3 .p-history__nav-list-text {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}

.p-history_block {
  position: relative;
  z-index: 1;
  padding: 104px 0 70px;
  text-align: center;
}

.p-history_block .logo-iris {
  position: relative;
  top: -3px;
  margin-right: 8px;
  width: 88px;
}

.p-history_block[data-change-bg="gray"] .c-lead__frame {
  background-color: #868686;
}

.p-history_block[data-change-bg="gray"] .c-lead__frame::after {
  border-color: #868686 transparent transparent transparent;
}

.p-history_block[data-change-bg="gray"] .c-text_bg > span > span {
  background-color: #868686;
}

.p-history_block[data-change-bg="green"] .c-lead__frame {
  background-color: #60d60e;
}

.p-history_block[data-change-bg="green"] .c-lead__frame::after {
  border-color: #60d60e transparent transparent transparent;
}

.p-history_block[data-change-bg="green"] .c-text_bg > span > span {
  background-color: #60d60e;
}

.p-history_block[data-change-bg="blue"] .c-lead__frame {
  background-color: #00a3da;
}

.p-history_block[data-change-bg="blue"] .c-lead__frame::after {
  border-color: #00a3da transparent transparent transparent;
}

.p-history_block[data-change-bg="blue"] .c-text_bg > span > span {
  background-color: #00a3da;
}

.p-history_block[data-change-bg="purple"] .c-lead__frame {
  background-color: #b256d2;
}

.p-history_block[data-change-bg="purple"] .c-lead__frame::after {
  border-color: #b256d2 transparent transparent transparent;
}

.p-history_block[data-change-bg="purple"] .c-text_bg > span > span {
  background-color: #b256d2;
}

.p-history_block[data-change-bg="red"] .c-lead__frame {
  background-color: #f22f3f;
}

.p-history_block[data-change-bg="red"] .c-lead__frame::after {
  border-color: #f22f3f transparent transparent transparent;
}

.p-history_block[data-change-bg="red"] .c-text_bg > span > span {
  background-color: #f22f3f;
}

.p-history_block[data-change-bg="yellow"] .c-lead__frame {
  background-color: #f1d100;
}

.p-history_block[data-change-bg="yellow"] .c-lead__frame::after {
  border-color: #f1d100 transparent transparent transparent;
}

.p-history_block[data-change-bg="yellow"] .c-text_bg > span > span {
  background-color: #f1d100;
}

.p-history_block[data-change-bg="orange"] .c-lead__frame {
  background-color: #f39501;
}

.p-history_block[data-change-bg="orange"] .c-lead__frame::after {
  border-color: #f39501 transparent transparent transparent;
}

.p-history_block[data-change-bg="orange"] .c-text_bg > span > span {
  background-color: #f39501;
}

.p-history_block__ttl {
  position: relative;
  z-index: 1;
  margin-bottom: 34px;
  color: #ffffff;
  font-weight: 700;
  font-size: 26px;
  font-size: clamp(18.2px, 6.933vw, 33.8px);
  letter-spacing: 0.18em;
}

.p-history_block__ttl > span {
  display: block;
  overflow: hidden;
}

.p-history_block__ttl > span + span {
  margin-top: -8px;
}

.p-history_block__ttl > span > span {
  display: inline-block;
  position: relative;
  vertical-align: baseline;
  padding: 0 10px 18px;
}

.p-history_block__ttl > span > span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #868686;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

.p-history_block[data-change-bg="gray"] .p-history_block__ttl > span > span::before {
  background-color: #868686;
}

.p-history_block[data-change-bg="green"] .p-history_block__ttl > span > span::before {
  background-color: #60d60e;
}

.p-history_block[data-change-bg="blue"] .p-history_block__ttl > span > span::before {
  background-color: #00a3da;
}

.p-history_block[data-change-bg="purple"] .p-history_block__ttl > span > span::before {
  background-color: #b256d2;
}

.p-history_block[data-change-bg="red"] .p-history_block__ttl > span > span::before {
  background-color: #f22f3f;
}

.p-history_block[data-change-bg="yellow"] .p-history_block__ttl > span > span::before {
  background-color: #f1d100;
}

.p-history_block[data-change-bg="orange"] .p-history_block__ttl > span > span::before {
  background-color: #f39501;
}

.p-history_block__ttl > span > span::after {
  position: absolute;
  bottom: 11px;
  left: 10px;
  background-image: radial-gradient(circle at 2px center, #ffffff, #ffffff 2px, transparent 2px, transparent 100%);
  background-size: 10px 4px;
  width: calc(100% - 20px);
  height: 4px;
  content: "";
}

.p-history_topics {
  margin-top: 75px;
}

.p-history_topics--1 .c-topics__ttl, .p-history_topics--5 .c-topics__ttl {
  margin-top: 0;
}

.p-history_topics--1 .c-ttl > span, .p-history_topics--5 .c-ttl > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
}

.p-history_topics--3 .c-topics__media {
  margin-right: auto;
  margin-left: auto;
  max-width: 400px;
}

.p-history_topics--10 {
  margin-top: 0;
  padding-top: 50%;
}

.p-history_topics--12 .c-topics__text, .p-history_topics--18 .c-topics__text, .p-history_topics--19 .c-topics__text {
  margin: 10px 0;
}

.p-history_topics--12 .c-topics__text .c-text, .p-history_topics--18 .c-topics__text .c-text, .p-history_topics--19 .c-topics__text .c-text {
  font-size: 14px;
}

.p-history_topics--12 .c-topics__inner {
  background-color: #ffffff;
}

.p-history_topics--16 {
  margin-top: 180px;
}

.p-history_topics--16 .c-topics__text {
  margin-top: 20px;
}

.p-history_topics--16 .link-fc {
  margin: 12px auto 0;
  width: 88%;
  max-width: 320px;
}

.p-history_topics--27 {
  text-align: right;
}

.p-history_debutComment {
  margin-top: 18px;
}

.p-history_debutComment__item {
  width: 87%;
}

.p-history_debutComment__item:nth-of-type(even) {
  margin-left: auto;
}

.p-history_img {
  margin-top: 78px;
}

.p-history_img img {
  margin: 0 auto;
}

.p-history_story {
  margin-top: 78px;
}

.p-history_release {
  margin-top: 72px;
}

.p-history_release--2 {
  margin-top: 0;
  padding-top: 50%;
}

.p-history_release--9 {
  margin-top: 0;
  padding-top: 50%;
}

.p-history_release--11 .c-ttl > span {
  background-color: #ffffff;
  padding: 0 5px;
}

.p-history_release--17, .p-history_release--19 {
  margin-top: 0;
  padding-top: 50%;
}

[data-year] {
  margin-top: 0;
  padding-top: 80%;
}

.p-history_block--1 {
  padding-top: 30%;
}

.p-history_live {
  margin-top: 73px;
}

.p-history_live--15 .c-lead {
  font-size: 17.5px;
}

/*============================
  last
============================*/
.p-last {
  position: relative;
  z-index: 1;
  margin-top: 10vh;
  padding: 50px 0;
}

.p-last__ttl {
  font-weight: 600;
  line-height: 1;
}

.p-last__cap {
  width: 62.5%;
}

.p-last__visual {
  position: relative;
  margin-top: 40px;
}

.p-last__visual img {
  width: 100%;
}

.p-last__visual-img {
  position: relative;
}

.p-last__continue {
  padding: 34px 0 3px;
}

/*============================
  modal
============================*/
.m-comment {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  z-index: 101;
  width: 100%;
  overflow-y: auto;
  text-align: left;
}

.is-load .m-comment {
  visibility: visible;
}

.m-comment__bg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.85;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}

[data-member="saki"] .m-comment__bg {
  background-color: #5fd716;
}

[data-member="yu"] .m-comment__bg {
  background-color: #00a0d6;
}

[data-member="himika"] .m-comment__bg {
  background-color: #b556d4;
}

[data-member="yuki"] .m-comment__bg {
  background-color: #e92f3a;
}

[data-member="miyu"] .m-comment__bg {
  background-color: #f09500;
}

[data-member="iris"] .m-comment__bg {
  background-color: #dadada;
}

.m-comment__container {
  display: table;
  position: relative;
  padding: 15px;
  width: 100%;
  min-height: 100%;
  table-layout: fixed;
}

.m-comment__wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.m-comment__main {
  display: block;
  position: relative;
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  padding: 25px 7%;
  max-height: 100%;
}

.m-comment__main-inner {
  position: relative;
}

.m-comment__img {
  position: absolute;
  top: 4px;
  left: 0;
  width: 100px;
}

[data-member="saki"] .m-comment__header-name {
  color: #5fd716;
}

[data-member="yu"] .m-comment__header-name {
  color: #00a0d6;
}

[data-member="himika"] .m-comment__header-name {
  color: #b556d4;
}

[data-member="yuki"] .m-comment__header-name {
  color: #e92f3a;
}

[data-member="miyu"] .m-comment__header-name {
  color: #f09500;
}

[data-member="iris"] .m-comment__header-name {
  color: #dadada;
}

.m-comment__header-lead {
  margin-top: 6px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.45;
}

.m-comment__detail {
  padding-top: 20px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.78;
}

.m-comment__detail b,
.m-comment__detail span {
  vertical-align: baseline;
}

.m-comment__detail b {
  font-weight: 700;
}

.m-comment__close {
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 1;
}

.cmt-modal-enter,
.cmt-modal-leave-to {
  opacity: 0;
}

.cmt-modal-enter-active,
.cmt-modal-leave-active {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.p-bnr {
  -webkit-transform: translate3d(0, 25px, 0);
  transform: translate3d(0, 25px, 0);
  opacity: 0;
}

.p-bnr.is-scrolled {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s 0s, 0.6s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s 0s, 0.6s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: 0.6s transform cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s 0s;
  transition: 0.6s transform cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s 0s, 0.6s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.p-history__ttl {
  -webkit-transform: translate3d(0, 25px, 0);
  transform: translate3d(0, 25px, 0);
  opacity: 0;
}

.is-scrolled .p-history__ttl {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s 0s, 0.6s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s 0s, 0.6s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: 0.6s transform cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s 0s;
  transition: 0.6s transform cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s 0s, 0.6s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.p-hero {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.is-hero-switch .p-hero {
  opacity: 0;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  pointer-events: none;
}

.p-hero__bg-frame .p-in-side {
  -webkit-transition: -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 1s;
  transition: -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 1s;
  transition: transform cubic-bezier(0.25, 1, 0.5, 1) 1s;
  transition: transform cubic-bezier(0.25, 1, 0.5, 1) 1s, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 1s;
}

.is-hero-switch .p-hero__bg-frame .p-in-side--top {
  -webkit-transform: translateY(-101%);
  transform: translateY(-101%);
}

.is-hero-switch .p-hero__bg-frame .p-in-side--right {
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
}

.is-hero-switch .p-hero__bg-frame .p-in-side--btm {
  -webkit-transform: translateY(101%);
  transform: translateY(101%);
}

.is-hero-switch .p-hero__bg-frame .p-in-side--left {
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
}

.p-hero__ttl-inner {
  position: relative;
  -webkit-transform: perspective(1000px) translateY(0) rotateY(0deg) scale(1);
  transform: perspective(1000px) translateY(0) rotateY(0deg) scale(1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  opacity: 1;
  -webkit-transition: opacity 0.5s, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s;
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.is-out .p-hero__ttl-inner {
  -webkit-transform: perspective(1000px) translateY(30px) rotateY(360deg) scale(1.5);
  transform: perspective(1000px) translateY(30px) rotateY(360deg) scale(1.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.3s, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-hero__layer-inner {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: 0.84s cubic-bezier(0.4, 0.1, 0.3, 1) -webkit-transform;
  transition: 0.84s cubic-bezier(0.4, 0.1, 0.3, 1) -webkit-transform;
  transition: 0.84s cubic-bezier(0.4, 0.1, 0.3, 1) transform;
  transition: 0.84s cubic-bezier(0.4, 0.1, 0.3, 1) transform, 0.84s cubic-bezier(0.4, 0.1, 0.3, 1) -webkit-transform;
}

.is-hero-switch .p-hero__layer-inner {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.is-hero-switch .p-hero__layer-inner:nth-of-type(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.is-hero-switch .p-hero__layer-inner:nth-of-type(2) {
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}

.is-hero-switch .p-hero__layer-inner:nth-of-type(3) {
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}

.is-hero-switch .p-hero__layer-inner:nth-of-type(4) {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

.is-hero-switch .p-hero__layer-inner:nth-of-type(5) {
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
}

.is-hero-switch .p-hero__layer-inner:nth-of-type(6) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.is-hero-switch .p-hero__layer-inner:nth-of-type(7) {
  -webkit-transition-delay: 0.48s;
  transition-delay: 0.48s;
}

.p-hero__scroll,
.p-hero__deco,
.p-hero__share {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.is-hero-switch .p-hero__scroll, .is-hero-switch
.p-hero__deco, .is-hero-switch
.p-hero__share {
  opacity: 0;
}

.p-history_block.is-scrolled .p-history_block__ttl > span:nth-of-type(2) > span::before {
  -webkit-transition-delay: 0.27s;
  transition-delay: 0.27s;
}

.p-history_block.is-scrolled .p-history_block__ttl > span:nth-of-type(2) > span::after {
  -webkit-transition-delay: 0.51s;
  transition-delay: 0.51s;
}

.p-history_block.is-scrolled .p-history_block__ttl > span:nth-of-type(3) > span::before {
  -webkit-transition-delay: 0.39s;
  transition-delay: 0.39s;
}

.p-history_block.is-scrolled .p-history_block__ttl > span:nth-of-type(3) > span::after {
  -webkit-transition-delay: 0.63s;
  transition-delay: 0.63s;
}

.p-history_block__ttl > span > span::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.p-history_block.is-scrolled .p-history_block__ttl > span > span::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
  transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.15s, -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
}

.p-history_block__ttl > span > span::after {
  width: 0;
}

.p-history_block.is-scrolled .p-history_block__ttl > span > span::after {
  -webkit-transition: width 0.55s cubic-bezier(0.61, 1, 0.88, 1) 0.35s;
  transition: width 0.55s cubic-bezier(0.61, 1, 0.88, 1) 0.35s;
  width: calc(100% - 20px);
}

.p-history_block__ttl > span > span .split {
  display: inline-block;
  vertical-align: baseline;
  -webkit-transform: translateY(5px) scale(0.6);
  transform: translateY(5px) scale(0.6);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  opacity: 0;
}

.p-history_block.is-scrolled .p-history_block__ttl > span > span .split {
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  opacity: 1;
  -webkit-transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.25s;
  transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.25s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.p-history__bg {
  width: 0;
}

.p-history__content.is-scrolled .p-history__bg {
  -webkit-transition: width cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transition: width cubic-bezier(0.19, 1, 0.22, 1) 1s;
  width: 100%;
}

.p-history.is-last .p-history__bg {
  right: 0;
  left: auto;
  width: 0;
}

.p-history.is-last .p-history__bg-color .p-in-item {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.p-history__year {
  overflow: hidden;
}

.p-history__year-wrap {
  -webkit-transform: translate3d(-0.7em, 0, 0);
  transform: translate3d(-0.7em, 0, 0);
  opacity: 0;
  -webkit-transition: cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.p-history__content.is-intersect .p-history__year-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.p-history__year-num {
  -webkit-transform: translateY(1.1em);
  transform: translateY(1.1em);
  -webkit-transition: -webkit-transform cubic-bezier(0.16, 1, 0.3, 1) 0.78s;
  transition: -webkit-transform cubic-bezier(0.16, 1, 0.3, 1) 0.78s;
  transition: transform cubic-bezier(0.16, 1, 0.3, 1) 0.78s;
  transition: transform cubic-bezier(0.16, 1, 0.3, 1) 0.78s, -webkit-transform cubic-bezier(0.16, 1, 0.3, 1) 0.78s;
}

.p-history__content.is-intersect .p-history__year-num {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.p-history__content.is-intersect .p-history__year-num:nth-of-type(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.p-history__content.is-intersect .p-history__year-num:nth-of-type(2) {
  -webkit-transition-delay: 0.06s;
  transition-delay: 0.06s;
}

.p-history__content.is-intersect .p-history__year-num:nth-of-type(3) {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.p-history__content.is-intersect .p-history__year-num:nth-of-type(4) {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
}

.c-topics__comment,
.c-live_btm__comment {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  opacity: 0;
}

.p-history_topics.is-scrolled .c-topics__comment,
.p-history_release.is-scrolled .c-topics__comment,
.p-history_live.is-scrolled .c-topics__comment, .p-history_topics.is-scrolled
.c-live_btm__comment,
.p-history_release.is-scrolled
.c-live_btm__comment,
.p-history_live.is-scrolled
.c-live_btm__comment {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
}

.p-history_comment {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  opacity: 0;
}

.p-history_block.is-scrolled .p-history_comment {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s 0.2s;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s 0.2s;
}

.p-history_debutComment__item {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  opacity: 0;
}

.p-history_topics--1.is-scrolled + .p-history_debutComment .p-history_debutComment__item {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s 0.2s;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s 0.2s;
}

.p-history_topics--1.is-scrolled + .p-history_debutComment .p-history_debutComment__item:nth-of-type(1) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.p-history_topics--1.is-scrolled + .p-history_debutComment .p-history_debutComment__item:nth-of-type(2) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.p-history_topics--1.is-scrolled + .p-history_debutComment .p-history_debutComment__item:nth-of-type(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.p-history_topics--1.is-scrolled + .p-history_debutComment .p-history_debutComment__item:nth-of-type(4) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.p-history_topics--1.is-scrolled + .p-history_debutComment .p-history_debutComment__item:nth-of-type(5) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.c-lead {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  opacity: 0;
}

.p-history_release.is-scrolled .c-lead,
.p-history_live.is-scrolled .c-lead,
.p-history_topics.is-scrolled .c-lead {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: cubic-bezier(0.68, -0.05, 0.265, 1.75) 0.4s;
  transition: cubic-bezier(0.68, -0.05, 0.265, 1.75) 0.4s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.p-last__ttl {
  -webkit-transform: scale(3);
  transform: scale(3);
  opacity: 0;
  overflow: hidden;
}

.p-last__ttl-box {
  -webkit-transform: translateY(280%) scale(1.2);
  transform: translateY(280%) scale(1.2);
}

.p-last.is-scrolled .p-last__ttl-box {
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  transition: -webkit-transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s, -webkit-transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
}

.p-last__ttl span {
  display: inline-block;
  vertical-align: baseline;
  -webkit-transform: translateY(101%);
  transform: translateY(101%);
  opacity: 0;
}

.p-last.is-scrolled .p-last__ttl {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 2s 0.1s;
  transition: cubic-bezier(0.19, 1, 0.22, 1) 2s 0.1s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.p-last.is-scrolled .p-last__ttl span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.2s, -webkit-transform cubic-bezier(0.7, 0.2, 0.1, 1) 0.8s;
  transition: opacity 0.2s, -webkit-transform cubic-bezier(0.7, 0.2, 0.1, 1) 0.8s;
  transition: opacity 0.2s, transform cubic-bezier(0.7, 0.2, 0.1, 1) 0.8s;
  transition: opacity 0.2s, transform cubic-bezier(0.7, 0.2, 0.1, 1) 0.8s, -webkit-transform cubic-bezier(0.7, 0.2, 0.1, 1) 0.8s;
}

.p-last.is-scrolled .p-last__ttl span:nth-of-type(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.p-last.is-scrolled .p-last__ttl span:nth-of-type(2) {
  -webkit-transition-delay: 0.06s;
  transition-delay: 0.06s;
}

.p-last.is-scrolled .p-last__ttl span:nth-of-type(3) {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.p-last.is-scrolled .p-last__ttl span:nth-of-type(4) {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
}

.p-last__cap span {
  display: inline-block;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  overflow: hidden;
}

.p-last.is-scrolled .p-last__cap span {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.83, 0, 0.17, 1) 1.8s;
  transition: -webkit-transform 0.9s cubic-bezier(0.83, 0, 0.17, 1) 1.8s;
  transition: transform 0.9s cubic-bezier(0.83, 0, 0.17, 1) 1.8s;
  transition: transform 0.9s cubic-bezier(0.83, 0, 0.17, 1) 1.8s, -webkit-transform 0.9s cubic-bezier(0.83, 0, 0.17, 1) 1.8s;
}

.p-last__cap img {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.p-last.is-scrolled .p-last__cap img {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.83, 0, 0.17, 1) 1.8s;
  transition: -webkit-transform 0.9s cubic-bezier(0.83, 0, 0.17, 1) 1.8s;
  transition: transform 0.9s cubic-bezier(0.83, 0, 0.17, 1) 1.8s;
  transition: transform 0.9s cubic-bezier(0.83, 0, 0.17, 1) 1.8s, -webkit-transform 0.9s cubic-bezier(0.83, 0, 0.17, 1) 1.8s;
}

.p-last__visual-img {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  overflow: hidden;
}

.p-last.is-scrolled .p-last__visual-img {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1.3s;
  transition: 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1.3s;
}

.p-last__visual .p-in-inner {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}

.p-last__visual .p-in-inner img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.p-last.is-scrolled .p-last__visual .p-in-inner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1.3s;
  transition: 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1.3s;
}

.p-last.is-scrolled .p-last__visual .p-in-inner img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
  transition: -webkit-transform 4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
  transition: transform 4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
  transition: transform 4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s, -webkit-transform 4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
}

.p-last__continue span {
  display: inline-block;
  vertical-align: baseline;
  opacity: 0;
}

.p-last.is-scrolled .p-last__continue span {
  opacity: 1;
  -webkit-transition: cubic-bezier(0.68, -0.05, 0.265, 1.75) 0.4s;
  transition: cubic-bezier(0.68, -0.05, 0.265, 1.75) 0.4s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.p-last.is-scrolled .p-last__continue span:nth-of-type(1) {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}

.p-last.is-scrolled .p-last__continue span:nth-of-type(2) {
  -webkit-transition-delay: 2.66s;
  transition-delay: 2.66s;
}

.p-last.is-scrolled .p-last__continue span:nth-of-type(3) {
  -webkit-transition-delay: 2.72s;
  transition-delay: 2.72s;
}

.p-last.is-scrolled .p-last__continue span:nth-of-type(4) {
  -webkit-transition-delay: 2.78s;
  transition-delay: 2.78s;
}

.p-last.is-scrolled .p-last__continue span:nth-of-type(5) {
  -webkit-transition-delay: 2.84s;
  transition-delay: 2.84s;
}

.p-last.is-scrolled .p-last__continue span:nth-of-type(6) {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}

.p-last.is-scrolled .p-last__continue span:nth-of-type(7) {
  -webkit-transition-delay: 2.96s;
  transition-delay: 2.96s;
}

.p-last.is-scrolled .p-last__continue span:nth-of-type(8) {
  -webkit-transition-delay: 3.02s;
  transition-delay: 3.02s;
}

.p-last.is-scrolled .p-last__continue span:nth-of-type(9) {
  -webkit-transition-delay: 3.08s;
  transition-delay: 3.08s;
}

.p-last.is-scrolled .p-last__continue span:nth-of-type(10) {
  -webkit-transition-delay: 3.14s;
  transition-delay: 3.14s;
}

.p-last.is-scrolled .p-last__continue span:nth-of-type(11) {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
}

.p-last.is-scrolled .p-last__continue span:nth-of-type(12) {
  -webkit-transition-delay: 3.26s;
  transition-delay: 3.26s;
}

.p-last.is-scrolled .p-last__continue span:nth-of-type(13) {
  -webkit-transition-delay: 3.32s;
  transition-delay: 3.32s;
}

.p-last.is-scrolled .p-last__continue span:nth-of-type(14) {
  -webkit-transition-delay: 3.38s;
  transition-delay: 3.38s;
}

.p-last.is-scrolled .p-last__continue span:nth-of-type(15) {
  -webkit-transition-delay: 3.44s;
  transition-delay: 3.44s;
}

.p-last.is-scrolled .p-last__continue span:nth-of-type(16) {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}

.p-last.is-scrolled .p-last__continue span:nth-of-type(17) {
  -webkit-transition-delay: 3.56s;
  transition-delay: 3.56s;
}

.p-last.is-scrolled .p-last__continue span:nth-of-type(18) {
  -webkit-transition-delay: 3.62s;
  transition-delay: 3.62s;
}

.p-last.is-scrolled .p-last__continue span:nth-of-type(19) {
  -webkit-transition-delay: 3.68s;
  transition-delay: 3.68s;
}

.p-last.is-scrolled .p-last__continue span:nth-of-type(20) {
  -webkit-transition-delay: 3.74s;
  transition-delay: 3.74s;
}

.p-last.is-scrolled .p-last__continue span:nth-of-type(21) {
  -webkit-transition-delay: 3.8s;
  transition-delay: 3.8s;
}

.p-last.is-scrolled .p-last__continue span:nth-of-type(22) {
  -webkit-transition-delay: 3.86s;
  transition-delay: 3.86s;
}

.p-last.is-scrolled .p-last__continue span:nth-of-type(23) {
  -webkit-transition-delay: 3.92s;
  transition-delay: 3.92s;
}

.p-last.is-scrolled .p-last__continue span:nth-of-type(24) {
  -webkit-transition-delay: 3.98s;
  transition-delay: 3.98s;
}

.p-last.is-scrolled .p-last__continue span:nth-of-type(25) {
  -webkit-transition-delay: 4.04s;
  transition-delay: 4.04s;
}

.p-last.is-scrolled .p-last__continue span:nth-of-type(26) {
  -webkit-transition-delay: 4.1s;
  transition-delay: 4.1s;
}

.p-last.is-scrolled .p-last__continue span:nth-of-type(27) {
  -webkit-transition-delay: 4.16s;
  transition-delay: 4.16s;
}

.p-last.is-scrolled .p-last__continue span:nth-of-type(28) {
  -webkit-transition-delay: 4.22s;
  transition-delay: 4.22s;
}

.p-last.is-scrolled .p-last__continue span:nth-of-type(29) {
  -webkit-transition-delay: 4.28s;
  transition-delay: 4.28s;
}

.p-last.is-scrolled .p-last__continue span:nth-of-type(30) {
  -webkit-transition-delay: 4.34s;
  transition-delay: 4.34s;
}

@media not all and (max-width: 900px){
  .p-loading__spinner {
    width: 80px;
    height: 80px;
  }
  .p-hero__bg-jk-item {
    height: 240px;
  }
  .p-hero__bg-jk-item::before {
    background-size: 3120px;
  }
  .p-hero__bg-frame .p-in-side--top, .p-hero__bg-frame .p-in-side--btm {
    height: 50px;
  }
  .p-hero__bg-frame .p-in-side--right, .p-hero__bg-frame .p-in-side--left {
    width: 50px;
  }
  .p-hero__inner {
    padding: 50px;
  }
  .p-hero__deco {
    top: 19px;
    margin-left: -190px;
    width: 380px;
  }
  .p-hero__scroll-link {
    height: 50px;
    font-size: 14px;
    letter-spacing: 0.13em;
  }
  .p-hero__share {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
  }
  .p-hero__share-list-link:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .l-top-wrap {
    padding: 0 50px;
  }
  .p-bnr {
    padding-top: 80px;
  }
  .p-bnr__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-bnr__list-item {
    width: 48%;
  }
  .p-bnr__list-item:nth-of-type(even) {
    margin-left: 4%;
  }
  .p-bnr__list-item:nth-of-type(n+3) {
    margin-top: 1.5%;
  }
  .p-history {
    margin: 102px auto 0;
    padding-top: 60px;
  }
  .p-history__ttl {
    width: 38.5%;
    min-width: 450px;
    max-width: 600px;
  }
  .p-history__content.is-intersect .p-history__bg-color {
    right: 50px;
    left: 50px;
  }
  .p-history__bg-pattern::before {
    background-size: 900px;
  }
  .p-history__bg-pattern--2:before {
    background-position: 50% 80px;
  }
  .p-history__year {
    top: 10px;
    left: 60px;
    line-height: 1;
  }
  .p-history__year {
    font-size: 280px;
    font-size: min(20vw, 280px);
    letter-spacing: -0.05em;
  }
  .p-history__nav {
    right: 50px;
    margin-top: -160px;
    padding-right: 43px;
    height: 320px;
  }
  .p-history__nav-arrow {
    border-width: 5px 21px 5px 0;
  }
  .p-history__nav-list {
    top: 141px;
  }
  .p-history[data-current="2013"] .p-history__nav-list {
    -webkit-transform: translateY(-46px);
    transform: translateY(-46px);
  }
  .p-history[data-current="2014"] .p-history__nav-list {
    -webkit-transform: translateY(-92px);
    transform: translateY(-92px);
  }
  .p-history[data-current="2015"] .p-history__nav-list {
    -webkit-transform: translateY(-138px);
    transform: translateY(-138px);
  }
  .p-history[data-current="2016"] .p-history__nav-list {
    -webkit-transform: translateY(-184px);
    transform: translateY(-184px);
  }
  .p-history[data-current="2017"] .p-history__nav-list {
    -webkit-transform: translateY(-230px);
    transform: translateY(-230px);
  }
  .p-history[data-current="2018"] .p-history__nav-list {
    -webkit-transform: translateY(-276px);
    transform: translateY(-276px);
  }
  .p-history[data-current="2019"] .p-history__nav-list {
    -webkit-transform: translateY(-322px);
    transform: translateY(-322px);
  }
  .p-history[data-current="2020"] .p-history__nav-list {
    -webkit-transform: translateY(-368px);
    transform: translateY(-368px);
  }
  .p-history[data-current="2021"] .p-history__nav-list {
    -webkit-transform: translateY(-414px);
    transform: translateY(-414px);
  }
  .p-history[data-current="2022"] .p-history__nav-list {
    -webkit-transform: translateY(-460px);
    transform: translateY(-460px);
  }
  .p-history__nav-list-item {
    height: 46px;
  }
  .p-history__nav-list-link {
    font-size: 21.5px;
    line-height: 1.25;
  }
  .p-history_block {
    padding: 250px 0 70px;
  }
  .p-history_block .logo-iris {
    top: -5px;
    margin-right: 13px;
    width: 175px;
  }
  .p-history_block__ttl {
    margin-bottom: 100px;
    font-size: 53px;
    font-size: clamp(33.6px, 4vw, 61.6px);
    line-height: 1.3;
  }
  .p-history_block__ttl > span > span {
    padding: 6px 26px 43px;
  }
  .p-history_block__ttl > span > span::after {
    bottom: 20px;
    left: 21px;
    background-image: radial-gradient(circle at 4px center, #ffffff, #ffffff 4px, transparent 4px, transparent 100%);
    background-size: 20px 8px;
    width: calc(100% - 42px);
    height: 8px;
  }
  .p-history_topics {
    margin-top: 150px;
  }
  .p-history_topics--1 .c-ttl > span, .p-history_topics--5 .c-ttl > span {
    font-size: 62px;
  }
  .p-history_topics--1 .c-topics__inner {
    width: 100%;
    max-width: 696px;
  }
  .p-history_topics--10 {
    margin-top: 10px;
    padding-top: 22%;
  }
  .p-history_topics--11 .c-topics__inner {
    width: 100%;
    max-width: 840px;
  }
  .p-history_topics--12 .c-topics__text .c-text, .p-history_topics--18 .c-topics__text .c-text, .p-history_topics--19 .c-topics__text .c-text {
    margin: 20px 0;
    font-size: 24px;
  }
  .p-history_topics--16 {
    margin-top: 330px;
    padding-top: 5%;
  }
  .p-history_topics--16 .c-topics__text {
    margin-top: 35px;
  }
  .p-history_topics--17 .c-topics__inner {
    width: 100%;
    max-width: 780px;
  }
  .p-history_topics--17 .c-topics__inner {
    width: 100%;
    max-width: 780px;
  }
  .p-history_topics--19 .c-topics__text .c-text {
    margin-top: 5px;
  }
  .p-history_topics--20 .c-topics__inner, .p-history_topics--26 .c-topics__inner {
    width: 80%;
  }
  .p-history_topics--22 .c-topics__inner {
    width: 100%;
    max-width: 875px;
  }
  .p-history_debutComment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 33px auto 0;
    width: 97%;
  }
  .p-history_debutComment__item {
    width: 48%;
  }
  .p-history_debutComment__item:nth-of-type(even) {
    margin-left: 4%;
  }
  .p-history_debutComment__item:nth-of-type(n + 3) {
    margin-top: 34px;
  }
  .p-history_img {
    margin-top: 157px;
  }
  .p-history_story {
    margin-top: 157px;
  }
  .p-history_story--7 {
    margin-top: 35px;
  }
  .p-history_release {
    margin-top: 147px;
  }
  .p-history_release + .p-history_release {
    margin-top: -60%;
  }
  .p-history_release--2[data-year="2013"] {
    margin-top: 0;
    padding-top: 35%;
  }
  .p-history_release--9 {
    margin-top: 10px;
    padding-top: 22%;
  }
  .p-history_release--11 .c-ttl > span {
    padding: 0 10px;
  }
  .p-history_release--17, .p-history_release--19 {
    margin-top: 10px;
    padding-top: 22%;
  }
  [data-year] {
    margin-top: 10px;
    padding-top: 35%;
  }
  .p-history_block--1 {
    padding-top: 200px;
  }
  .p-history_live {
    margin-top: 130px;
  }
  .p-history_live--15 .c-lead {
    font-size: 32px;
  }
  .p-history_live--16 .c-live.-center .c-live_topics {
    width: 80%;
  }
  .p-last {
    padding: 6.15% 0 2.9%;
  }
  .p-last__ttl-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 140px;
    font-size: clamp(112px, 10vw, 168px);
    letter-spacing: -0.02em;
  }
  .p-last__cap {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
  }
  .p-last__visual {
    margin: 0 auto;
    width: 87.6%;
  }
  .p-last__continue {
    padding: 17px 0 0;
    font-size: 24.5px;
    letter-spacing: 0.11em;
  }
  [data-change-bg="gray"] .c-btn_round__text {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, rgba(134, 134, 134, 0.6)), color-stop(90%, rgba(134, 134, 134, 0.6)), color-stop(90%, transparent));
    background-image: linear-gradient(transparent 55%, rgba(134, 134, 134, 0.6) 55%, rgba(134, 134, 134, 0.6) 90%, transparent 90%);
  }
  [data-change-bg="green"] .c-btn_round__text {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, rgba(96, 214, 14, 0.6)), color-stop(90%, rgba(96, 214, 14, 0.6)), color-stop(90%, transparent));
    background-image: linear-gradient(transparent 55%, rgba(96, 214, 14, 0.6) 55%, rgba(96, 214, 14, 0.6) 90%, transparent 90%);
  }
  [data-change-bg="blue"] .c-btn_round__text {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, rgba(0, 163, 218, 0.6)), color-stop(90%, rgba(0, 163, 218, 0.6)), color-stop(90%, transparent));
    background-image: linear-gradient(transparent 55%, rgba(0, 163, 218, 0.6) 55%, rgba(0, 163, 218, 0.6) 90%, transparent 90%);
  }
  [data-change-bg="purple"] .c-btn_round__text {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, rgba(178, 86, 210, 0.6)), color-stop(90%, rgba(178, 86, 210, 0.6)), color-stop(90%, transparent));
    background-image: linear-gradient(transparent 55%, rgba(178, 86, 210, 0.6) 55%, rgba(178, 86, 210, 0.6) 90%, transparent 90%);
  }
  [data-change-bg="red"] .c-btn_round__text {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, rgba(242, 47, 63, 0.6)), color-stop(90%, rgba(242, 47, 63, 0.6)), color-stop(90%, transparent));
    background-image: linear-gradient(transparent 55%, rgba(242, 47, 63, 0.6) 55%, rgba(242, 47, 63, 0.6) 90%, transparent 90%);
  }
  [data-change-bg="yellow"] .c-btn_round__text {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, rgba(241, 209, 0, 0.6)), color-stop(90%, rgba(241, 209, 0, 0.6)), color-stop(90%, transparent));
    background-image: linear-gradient(transparent 55%, rgba(241, 209, 0, 0.6) 55%, rgba(241, 209, 0, 0.6) 90%, transparent 90%);
  }
  [data-change-bg="orange"] .c-btn_round__text {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, rgba(243, 149, 1, 0.6)), color-stop(90%, rgba(243, 149, 1, 0.6)), color-stop(90%, transparent));
    background-image: linear-gradient(transparent 55%, rgba(243, 149, 1, 0.6) 55%, rgba(243, 149, 1, 0.6) 90%, transparent 90%);
  }
  .m-comment__container {
    padding: 70px 50px;
  }
  .m-comment__main {
    margin: 0 auto;
    padding: 50px 60px 60px;
  }
  .m-comment__img {
    top: 8px;
    width: 200px;
  }
  .m-comment__text {
    padding-left: 237px;
    min-height: 210px;
  }
  .m-comment__header {
    padding-bottom: 30px;
  }
  .m-comment__header-name {
    font-size: 20px;
  }
  .m-comment__header-lead {
    margin-top: 4px;
    font-size: 24.5px;
    line-height: 1.35;
  }
  .m-comment__detail {
    padding-top: 31px;
    font-size: 16px;
    line-height: 1.87;
    letter-spacing: 0.09em;
  }
  .m-comment__close {
    top: 17px;
    right: 28px;
  }
  .is-out .p-hero__ttl-inner {
    -webkit-transform: perspective(1000px) translateY(30px) rotateY(360deg) scale(1.4);
    transform: perspective(1000px) translateY(30px) rotateY(360deg) scale(1.4);
  }
  .p-history_block__ttl > span > span::after {
    width: 0;
  }
  .p-history_block.is-scrolled .p-history_block__ttl > span > span::after {
    width: calc(100% - 42px);
  }
  .p-last.is-scrolled .p-last__ttl {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  .p-last__cap span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .p-last.is-scrolled .p-last__cap span {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .p-last__cap img {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .p-last.is-scrolled .p-last__cap img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (max-width: 900px){
  .p-hero__bg-jk-item:nth-of-type(1)::before {
    -webkit-animation: bg_loop_sp_1 46s infinite linear;
    animation: bg_loop_sp_1 46s infinite linear;
    background-position: -240px 50%;
  }
  @-webkit-keyframes bg_loop_sp_1 {
    0% {
      background-position: -240px 50%;
    }
    100% {
      background-position: -1800px 50%;
    }
  }
  @keyframes bg_loop_sp_1 {
    0% {
      background-position: -240px 50%;
    }
    100% {
      background-position: -1800px 50%;
    }
  }
  .p-hero__bg-jk-item:nth-of-type(2)::before {
    -webkit-animation: bg_loop_sp_2 46s infinite linear;
    animation: bg_loop_sp_2 46s infinite linear;
    background-position: 480px 50%;
  }
  @-webkit-keyframes bg_loop_sp_2 {
    0% {
      background-position: 480px 50%;
    }
    100% {
      background-position: 2040px 50%;
    }
  }
  @keyframes bg_loop_sp_2 {
    0% {
      background-position: 480px 50%;
    }
    100% {
      background-position: 2040px 50%;
    }
  }
  .p-hero__bg-jk-item:nth-of-type(3)::before {
    -webkit-animation: bg_loop_sp_3 46s infinite linear;
    animation: bg_loop_sp_3 46s infinite linear;
    background-position: -720px 50%;
  }
  @-webkit-keyframes bg_loop_sp_3 {
    0% {
      background-position: -720px 50%;
    }
    100% {
      background-position: -2280px 50%;
    }
  }
  @keyframes bg_loop_sp_3 {
    0% {
      background-position: -720px 50%;
    }
    100% {
      background-position: -2280px 50%;
    }
  }
  .p-hero__bg-jk-item:nth-of-type(4)::before {
    -webkit-animation: bg_loop_sp_4 46s infinite linear;
    animation: bg_loop_sp_4 46s infinite linear;
    background-position: 960px 50%;
  }
  @-webkit-keyframes bg_loop_sp_4 {
    0% {
      background-position: 960px 50%;
    }
    100% {
      background-position: 2520px 50%;
    }
  }
  @keyframes bg_loop_sp_4 {
    0% {
      background-position: 960px 50%;
    }
    100% {
      background-position: 2520px 50%;
    }
  }
  .p-hero__bg-jk-item:nth-of-type(5)::before {
    -webkit-animation: bg_loop_sp_5 46s infinite linear;
    animation: bg_loop_sp_5 46s infinite linear;
    background-position: -1200px 50%;
  }
  @-webkit-keyframes bg_loop_sp_5 {
    0% {
      background-position: -1200px 50%;
    }
    100% {
      background-position: -2760px 50%;
    }
  }
  @keyframes bg_loop_sp_5 {
    0% {
      background-position: -1200px 50%;
    }
    100% {
      background-position: -2760px 50%;
    }
  }
  .p-hero__bg-jk-item:nth-of-type(6)::before {
    -webkit-animation: bg_loop_sp_6 46s infinite linear;
    animation: bg_loop_sp_6 46s infinite linear;
    background-position: 1440px 50%;
  }
  @-webkit-keyframes bg_loop_sp_6 {
    0% {
      background-position: 1440px 50%;
    }
    100% {
      background-position: 3000px 50%;
    }
  }
  @keyframes bg_loop_sp_6 {
    0% {
      background-position: 1440px 50%;
    }
    100% {
      background-position: 3000px 50%;
    }
  }
  .p-hero__bg-jk-item:nth-of-type(7)::before {
    -webkit-animation: bg_loop_sp_7 46s infinite linear;
    animation: bg_loop_sp_7 46s infinite linear;
    background-position: -1680px 50%;
  }
  @-webkit-keyframes bg_loop_sp_7 {
    0% {
      background-position: -1680px 50%;
    }
    100% {
      background-position: -3240px 50%;
    }
  }
  @keyframes bg_loop_sp_7 {
    0% {
      background-position: -1680px 50%;
    }
    100% {
      background-position: -3240px 50%;
    }
  }
  .p-hero__bg-jk-item:nth-of-type(8)::before {
    -webkit-animation: bg_loop_sp_8 46s infinite linear;
    animation: bg_loop_sp_8 46s infinite linear;
    background-position: 1920px 50%;
  }
  @-webkit-keyframes bg_loop_sp_8 {
    0% {
      background-position: 1920px 50%;
    }
    100% {
      background-position: 3480px 50%;
    }
  }
  @keyframes bg_loop_sp_8 {
    0% {
      background-position: 1920px 50%;
    }
    100% {
      background-position: 3480px 50%;
    }
  }
  .p-hero__bg-jk-item:nth-of-type(9)::before {
    -webkit-animation: bg_loop_sp_9 46s infinite linear;
    animation: bg_loop_sp_9 46s infinite linear;
    background-position: -2160px 50%;
  }
  @-webkit-keyframes bg_loop_sp_9 {
    0% {
      background-position: -2160px 50%;
    }
    100% {
      background-position: -3720px 50%;
    }
  }
  @keyframes bg_loop_sp_9 {
    0% {
      background-position: -2160px 50%;
    }
    100% {
      background-position: -3720px 50%;
    }
  }
  .p-hero__bg-jk-item:nth-of-type(10)::before {
    -webkit-animation: bg_loop_sp_10 46s infinite linear;
    animation: bg_loop_sp_10 46s infinite linear;
    background-position: 2400px 50%;
  }
  @-webkit-keyframes bg_loop_sp_10 {
    0% {
      background-position: 2400px 50%;
    }
    100% {
      background-position: 3960px 50%;
    }
  }
  @keyframes bg_loop_sp_10 {
    0% {
      background-position: 2400px 50%;
    }
    100% {
      background-position: 3960px 50%;
    }
  }
  .p-hero__bg-jk-item:nth-of-type(11)::before {
    -webkit-animation: bg_loop_sp_11 46s infinite linear;
    animation: bg_loop_sp_11 46s infinite linear;
    background-position: -2640px 50%;
  }
  @-webkit-keyframes bg_loop_sp_11 {
    0% {
      background-position: -2640px 50%;
    }
    100% {
      background-position: -4200px 50%;
    }
  }
  @keyframes bg_loop_sp_11 {
    0% {
      background-position: -2640px 50%;
    }
    100% {
      background-position: -4200px 50%;
    }
  }
  .p-hero__bg-jk-item:nth-of-type(12)::before {
    -webkit-animation: bg_loop_sp_12 46s infinite linear;
    animation: bg_loop_sp_12 46s infinite linear;
    background-position: 2880px 50%;
  }
  @-webkit-keyframes bg_loop_sp_12 {
    0% {
      background-position: 2880px 50%;
    }
    100% {
      background-position: 4440px 50%;
    }
  }
  @keyframes bg_loop_sp_12 {
    0% {
      background-position: 2880px 50%;
    }
    100% {
      background-position: 4440px 50%;
    }
  }
  .p-hero__bg-jk-item:nth-of-type(13)::before {
    -webkit-animation: bg_loop_sp_13 46s infinite linear;
    animation: bg_loop_sp_13 46s infinite linear;
    background-position: -3120px 50%;
  }
  @-webkit-keyframes bg_loop_sp_13 {
    0% {
      background-position: -3120px 50%;
    }
    100% {
      background-position: -4680px 50%;
    }
  }
  @keyframes bg_loop_sp_13 {
    0% {
      background-position: -3120px 50%;
    }
    100% {
      background-position: -4680px 50%;
    }
  }
  .p-hero__bg-jk-item:nth-of-type(14)::before {
    -webkit-animation: bg_loop_sp_14 46s infinite linear;
    animation: bg_loop_sp_14 46s infinite linear;
    background-position: 3360px 50%;
  }
  @-webkit-keyframes bg_loop_sp_14 {
    0% {
      background-position: 3360px 50%;
    }
    100% {
      background-position: 4920px 50%;
    }
  }
  @keyframes bg_loop_sp_14 {
    0% {
      background-position: 3360px 50%;
    }
    100% {
      background-position: 4920px 50%;
    }
  }
  .p-hero__bg-jk-item:nth-of-type(15)::before {
    -webkit-animation: bg_loop_sp_15 46s infinite linear;
    animation: bg_loop_sp_15 46s infinite linear;
    background-position: -3600px 50%;
  }
  @-webkit-keyframes bg_loop_sp_15 {
    0% {
      background-position: -3600px 50%;
    }
    100% {
      background-position: -5160px 50%;
    }
  }
  @keyframes bg_loop_sp_15 {
    0% {
      background-position: -3600px 50%;
    }
    100% {
      background-position: -5160px 50%;
    }
  }
  .p-hero__bg-layer {
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    width: 230%;
  }
  .p-bnr__list {
    width: 99%;
  }
  .p-bnr__list-item + .p-bnr__list-item {
    margin-top: 15px;
  }
  .p-history__nav-list-link {
    padding: 3px 0;
  }
  .p-history_block {
    padding-right: 38px;
  }
  .p-history_block--7 .p-history_block__ttl {
    font-size: 24px;
    font-size: clamp(16.8px, 6.4vw, 31.2px);
  }
  .p-history_debutComment__item + .p-history_debutComment__item {
    margin-top: 19px;
  }
  .p-history_story--3 .c-text_bg:nth-of-type(2),
  .p-history_story--3 .c-text_bg:nth-of-type(3) {
    margin-right: auto;
    margin-left: auto;
    max-width: 210px;
  }
  .p-history_story--7 {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    max-width: 230px;
  }
  .p-last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
  }
  .p-last__ttl {
    font-size: 68px;
    font-size: clamp(47.6px, 18.133vw, 125.8px);
  }
  .p-last__cap {
    margin: 8px auto;
  }
  .m-comment__main {
    width: 100%;
  }
  .m-comment__header {
    padding: 0 0 12px 114px;
  }
  .m-comment__header-lead {
    min-height: 5.8em;
  }
}

@media screen and (orientation: portrait){
  .p-hero__main {
    width: 70%;
  }
  .p-hero__ttl-inner img {
    width: 100%;
  }
  .p-hero__bnr {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 80px);
  }
}

@media screen and (orientation: landscape){
  .p-hero__main {
    height: 69%;
  }
  .p-hero__layer {
    width: 160vw;
    height: 160vw;
  }
  .p-hero__ttl {
    height: 100%;
  }
  .p-hero__ttl-inner {
    height: 100%;
  }
  .p-hero__ttl-inner img {
    width: auto;
    max-width: none;
    height: 100%;
    max-height: none;
  }
  .p-hero__bnr {
    bottom: 70px;
    left: 70px;
    max-width: 260px;
  }
}

@media screen and (max-width: 360px){
  .p-history_block__ttl > span > span {
    padding: 0 5px 18px;
  }
}

@media screen and (min-width: 1230px){
  .p-history_topics--6 .c-topics__inner {
    width: 70%;
  }
}

@media (-ms-high-contrast: none){
  .p-last__ttl-wrap {
    font-size: 10vw;
  }
}
