.loader,
.loader:after {
  border-radius: 50%;
  width: 3em;
  height: 3em;
}
.loader {
  z-index: 20;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 10px;
  border-top: 0.4em solid rgba(0, 0, 0, 0.1);
  border-right: 0.4em solid rgba(0, 0, 0, 0.1);
  border-bottom: 0.4em solid #000000;
  border-left: 0.4em solid #000000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 0.8s infinite linear;
  animation: load8 0.8s infinite linear;
}
.loaderUnder {
  z-index: 19;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes animeKvFrame {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes animeKvFrame {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.l-header__logo {
  opacity: 0;
  visibility: hidden;
}
body.is-anime .l-header__logo {
  -webkit-animation: animeKvFrame 0.6s 0s forwards;
  animation: animeKvFrame 0.6s 0s forwards;
}
.l-header__logo2 {
  opacity: 0;
  visibility: hidden;
}
body.is-anime .l-header__logo2 {
  -webkit-animation: animeKvFrame 0.6s 0s forwards;
  animation: animeKvFrame 0.6s 0s forwards;
}
.l-header__btn {
  opacity: 0;
  visibility: hidden;
}
body.is-anime .l-header__btn {
  -webkit-animation: animeKvFrame 0.6s 0s forwards;
  animation: animeKvFrame 0.6s 0s forwards;
}
.p-top-kv__arrow {
  opacity: 0;
  visibility: hidden;
}
body.is-anime .p-top-kv__arrow {
  -webkit-animation: animeKvFrame 0.6s 0s forwards;
  animation: animeKvFrame 0.6s 0s forwards;
}
.p-top-kv__button {
  opacity: 0;
  visibility: hidden;
}
body.is-anime .p-top-kv__button {
  -webkit-animation: animeKvFrame 0.6s 0s forwards;
  animation: animeKvFrame 0.6s 0s forwards;
}
.p-top-kv__indicator {
  opacity: 0;
  visibility: hidden;
}
body.is-anime .p-top-kv__indicator {
  -webkit-animation: animeKvFrame 0.6s 0s forwards;
  animation: animeKvFrame 0.6s 0s forwards;
}
.p-top-kv__sns {
  opacity: 0;
  visibility: hidden;
}
body.is-anime .p-top-kv__sns {
  -webkit-animation: animeKvFrame 0.6s 0s forwards;
  animation: animeKvFrame 0.6s 0s forwards;
}
.p-top-induction {
  opacity: 0;
  visibility: hidden;
}
body.is-anime .p-top-induction {
  -webkit-animation: animeKvFrame 0.6s 0s forwards;
  animation: animeKvFrame 0.6s 0s forwards;
}
body.preload .p-top-kv__text *,
body.preload .p-top-kv__info * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.p-top-kv__text {
  z-index: 5;
  position: absolute;
  left: 60px;
  top: 160px;
  width: 500px;
  height: 100px;
  font-size: 2.6rem;
  font-family: "NotoBlack", sans-serif;
}
.p-top-kv__text p {
  position: relative;
  display: inline-block;
  line-height: 1.3;
  overflow: hidden;
}
.p-top-kv__text p .js-under {
  position: absolute;
  left: 0;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transform: translate3d(-120%, 0, 0);
  transform: translate3d(-120%, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-top-kv__text p span {
  position: relative;
  display: block;
  visibility: hidden;
}
.p-top-kv__text p span i {
  display: inline-block;
  width: 0.5em;
}
.p-top-kv__text p .js-blackLine {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transform: translateX(-104%);
  -ms-transform: translateX(-104%);
  transform: translateX(-104%);
}
@media screen and (max-height: 610px) and (min-width: 921px) {
  .p-top-kv__text {
    top: 120px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-kv__text {
    left: 25px;
    top: 90px;
    width: 240px;
    height: 50px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 360px) {
  .p-top-kv__text {
    font-size: 1.2rem;
  }
}
.p-top-kv__info {
  z-index: 5;
  position: absolute;
  left: 60px;
  bottom: 60px;
  width: 100%;
  height: 200px;
}
@media screen and (max-height: 610px) and (min-width: 921px) {
  .p-top-kv__info {
    bottom: 45px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-kv__info {
    height: 132px;
    bottom: 70px;
    left: 25px;
  }
}
@media screen and (max-width: 360px) {
  .p-top-kv__info {
    height: 118px;
  }
}
.p-top-kv__infoSection {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}
.p-top-kv__infoSection.is-current {
  visibility: visible;
}
.top-kv__infoSectionLink {
  display: inline-block;
}
.p-top-kv__num {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 3px;
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
}
.p-top-kv__numInner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  line-height: 1;
}
.p-top-kv__num .js-text {
  visibility: hidden;
}
.p-top-kv__num .js-blackLine {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
}
.p-top-kv__num .js-blackLineMini {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 0px;
  height: 2px;
  background: #000;
  -webkit-transition: width 0.8s 0.4s;
  -o-transition: width 0.8s 0.4s;
  transition: width 0.8s 0.4s;
}
.p-top-kv__infoSection.is-current .p-top-kv__num .js-blackLineMini {
  width: 13px;
}
@media screen and (max-width: 920px) {
  .p-top-kv__num {
    margin: 0 0 12px;
    padding: 0 0 2px;
    font-size: 1.3rem;
  }
}
.p-top-kv__name {
  margin: 0 0 20px;
  font-family: "Montserrat", sans-serif;
}
.p-top-kv__name span {
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.p-top-kv__name span:nth-of-type(1) {
  font-size: 3.6rem;
  line-height: 1;
}
.p-top-kv__name span:nth-of-type(2) {
  font-size: 2.6rem;
  line-height: 1.2;
}
.p-top-kv__name .js-text {
  visibility: hidden;
}
.p-top-kv__name .js-blackLine {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
}
@media screen and (max-height: 610px) and (min-width: 921px) {
  .p-top-kv__name {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-kv__name {
    margin: 0 0 10px;
    line-height: 1;
  }
  .p-top-kv__name span:nth-of-type(1) {
    font-size: 2.6rem;
    line-height: 1;
  }
  .p-top-kv__name span:nth-of-type(2) {
    font-size: 2rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 360px) {
  .p-top-kv__name span:nth-of-type(1) {
    font-size: 2rem;
  }
  .p-top-kv__name span:nth-of-type(2) {
    font-size: 1.4rem;
  }
}
.p-top-kv__link {
  display: block;
  position: relative;
  overflow: hidden;
  width: 200px;
  padding: 0 0 14px;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
}
.p-top-kv__link span:first-child {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: all 0.3s 0.7s ease-out;
  -o-transition: all 0.3s 0.7s ease-out;
  transition: all 0.3s 0.7s ease-out;
}
.p-top-kv__link span:last-child {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 8px;
  display: block;
  width: 16px;
  height: 12px;
}
.p-top-kv__link span:last-child b {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/common/arrow2.svg) 0 0/16px auto no-repeat;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s 0.7s ease-out;
  transition: -webkit-transform 0.3s 0.7s ease-out;
  -o-transition: transform 0.3s 0.7s ease-out;
  transition: transform 0.3s 0.7s ease-out;
  transition: transform 0.3s 0.7s ease-out, -webkit-transform 0.3s 0.7s ease-out;
}
.p-top-kv__link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #000;
  -webkit-transition: -webkit-transform 0.3s 0.7s
    cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transition: -webkit-transform 0.3s 0.7s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  -o-transition: transform 0.3s 0.7s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transition: transform 0.3s 0.7s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transition: transform 0.3s 0.7s cubic-bezier(0.66, 0.45, 0.14, 0.79),
    -webkit-transform 0.3s 0.7s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.is-hover .p-top-kv__link:after {
  -webkit-animation: hoverLink 0.5s ease-in-out;
  animation: hoverLink 0.5s ease-in-out;
}
.is-hover .p-top-kv__link span:last-child b {
  -webkit-animation: hoverLink 0.5s ease-in-out;
  animation: hoverLink 0.5s ease-in-out;
}
.p-top-kv__infoSection.is-current .p-top-kv__link:after {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.p-top-kv__infoSection.is-current .p-top-kv__link span:first-child {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.p-top-kv__infoSection.is-current .p-top-kv__link span:last-child b {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
@media screen and (max-width: 920px) {
  .p-top-kv__link {
    width: 140px;
    padding: 0 0 9px;
    font-size: 1.3rem;
  }
}
.p-top-kv__arrow {
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 50%;
  background: #000;
  -webkit-transition: background-color 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
  transition: background-color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out, background-color 0.2s ease-out;
  transition: transform 0.2s ease-out, background-color 0.2s ease-out;
  transition: transform 0.2s ease-out, background-color 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-top-kv__arrow svg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: auto;
}
.p-top-kv__arrow svg path {
  -webkit-transition: fill 0.2s ease-out;
  -o-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}
.p-top-kv__arrow:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
}
@media screen and (min-width: 921px) {
  .p-top-kv__arrow:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #fff;
  }
  .p-top-kv__arrow:hover svg path {
    fill: #000;
  }
  .p-top-kv__arrow:hover:after {
    border-color: #000;
  }
}
@media screen and (max-width: 920px) {
  .p-top-kv__arrow {
    width: 35px;
    height: 35px;
    border-radius: 35px;
  }
  .p-top-kv__arrow svg {
    width: 7px;
  }
  .p-top-kv__arrow:after {
    width: 7px;
    height: 7px;
    border-radius: 3px;
  }
}
.p-top-kv__arrow--prev {
  left: 60px;
}
.p-top-kv__arrow--prev svg {
  -webkit-transform: translate(-1px, 0);
  -ms-transform: translate(-1px, 0);
  transform: translate(-1px, 0);
}
@media screen and (max-width: 920px) {
  .p-top-kv__arrow--prev {
    left: auto;
    top: auto;
    right: 70px;
    bottom: 100px;
  }
}
.p-top-kv__arrow--next {
  right: 60px;
}
.p-top-kv__arrow--next svg {
  -webkit-transform: translate(1px, 0);
  -ms-transform: translate(1px, 0);
  transform: translate(1px, 0);
}
@media screen and (max-width: 920px) {
  .p-top-kv__arrow--next {
    left: auto;
    top: auto;
    right: 25px;
    bottom: 100px;
  }
}
.p-top-kv__button {
  z-index: 5;
  position: absolute;
  right: 40px;
  bottom: 116px;
  display: block;
  width: 120px;
  height: 120px;
}
.p-top-kv__button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 120px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: background-color 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
  transition: background-color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out, background-color 0.2s ease-out;
  transition: transform 0.2s ease-out, background-color 0.2s ease-out;
  transition: transform 0.2s ease-out, background-color 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-top-kv__button:after {
  position: relative;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 120px;
  background: url(../img/top/kv/btn.webp) center no-repeat;
}
.p-top-kv__button:hover:before {
  background: #ffbb00;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.p-top-kv__button img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 90px;
}
@media screen and (max-height: 610px) and (min-width: 921px) {
  .p-top-kv__button {
    bottom: 80px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-kv__button {
    right: 25px;
    bottom: inherit;
    top: 90px;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 80px;
  }
  .p-top-kv__button:after {
    background-size: 80%;
  }
}
.p-top-kv__indicator {
  z-index: 5;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  right: 60px;
  bottom: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85px;
}
@media screen and (max-height: 610px) and (min-width: 921px) {
  .p-top-kv__indicator {
    bottom: 40px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-kv__indicator {
    width: 60px;
    right: 35px;
    bottom: 70px;
  }
}
.p-top-kv__indicatorCount {
  position: relative;
  width: 1em;
  height: 1.5em;
  line-height: 1.5em;
  overflow: hidden;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 920px) {
  .p-top-kv__indicatorCount {
    font-size: 1.3rem;
  }
}
.p-top-kv__indicatorCurrent {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  line-height: 1;
  width: 1em;
  height: 1em;
  text-align: left;
  opacity: 0;
}
@-webkit-keyframes up {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes up {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes up2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes up2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes down {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes down2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes down2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
}
.p-top-kv__indicatorCurrent.is-up {
  -webkit-animation: up 1s forwards;
  animation: up 1s forwards;
}
.p-top-kv__indicatorCurrent.is-up2 {
  -webkit-animation: up2 1s forwards;
  animation: up2 1s forwards;
}
.p-top-kv__indicatorCurrent.is-down {
  -webkit-animation: down 1s forwards;
  animation: down 1s forwards;
}
.p-top-kv__indicatorCurrent.is-down2 {
  -webkit-animation: down2 1s forwards;
  animation: down2 1s forwards;
}
.p-top-kv__indicatorBar {
  width: 50px;
  height: 1px;
  background: #000;
  overflow: hidden;
}
.p-top-kv__indicatorBar span {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 920px) {
  .p-top-kv__indicatorBar {
    width: 30px;
  }
}
.p-top-kv__indicatorTotal {
  text-align: right;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 920px) {
  .p-top-kv__indicatorTotal {
    font-size: 1.3rem;
  }
}
.p-top-kv__sns {
  position: absolute;
  top: 135px;
  right: 60px;
  width: 20px;
  height: 150px;
}
@media screen and (max-height: 650px) and (min-width: 921px) {
  .p-top-kv__sns {
    top: 100px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-kv__sns {
    display: none;
  }
}
.p-top-kv__sns dt {
  position: relative;
  height: 45px;
  padding-bottom: 45px;
  font-size: 1.2rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Montserrat", sans-serif;
}
.p-top-kv__sns dt:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  display: block;
  width: 1px;
  height: 16px;
  margin: auto;
  background: #000;
}
@media screen and (max-height: 610px) and (min-width: 921px) {
  .p-top-kv__sns dt {
    padding-bottom: 20px;
  }
  .p-top-kv__sns dt:after {
    display: none;
  }
}
.p-top-kv__sns dd {
  text-align: center;
}
.p-top-kv__sns dd:first-of-type {
  margin: 0 0 10px;
}
.p-top-kv__sns dd:first-of-type img {
  width: 8px;
}
.p-top-kv__sns dd:last-of-type img {
  width: 16px;
}
.p-top-kv__sns a {
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.p-top-kv__sns a:hover {
  opacity: 0.6 !important;
}
.p-top-kv {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  margin: 0 0 120px;
  z-index: 1;
}
.p-top-kv.is-hide {
  opacity: 0;
}
@media screen and (max-width: 920px) {
  .p-top-kv {
    height: 100%;
  }
}
.p-top-kv__canvas {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-top-kv__base {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.p-top-kv__baseChild {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
@-webkit-keyframes showBase {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showBase {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-top-kv__baseChild:nth-of-type(1) {
  background: #d4cde1;
  z-index: 8;
}
.p-top-kv__baseChild:nth-of-type(1).is-show {
  -webkit-animation: showBase 2s forwards;
  animation: showBase 2s forwards;
}
.p-top-kv__baseChild:nth-of-type(2) {
  background: #f6d4d4;
  z-index: 7;
}
.p-top-kv__baseChild:nth-of-type(2).is-show {
  -webkit-animation: showBase 2s forwards;
  animation: showBase 2s forwards;
}
.p-top-kv__baseChild:nth-of-type(3) {
  background: #b8c7b0;
  z-index: 6;
}
.p-top-kv__baseChild:nth-of-type(3).is-show {
  -webkit-animation: showBase 2s forwards;
  animation: showBase 2s forwards;
}
.p-top-kv__baseChild:nth-of-type(4) {
  background: #e7f1e4;
  z-index: 5;
}
.p-top-kv__baseChild:nth-of-type(4).is-show {
  -webkit-animation: showBase 2s forwards;
  animation: showBase 2s forwards;
}
.p-top-kv__baseChild:nth-of-type(5) {
  background: #fff8e4;
  z-index: 4;
}
.p-top-kv__baseChild:nth-of-type(5).is-show {
  -webkit-animation: showBase 2s forwards;
  animation: showBase 2s forwards;
}
.p-top-kv__baseChild:nth-of-type(6) {
  background: #e3f1f7;
  z-index: 3;
}
.p-top-kv__baseChild:nth-of-type(6).is-show {
  -webkit-animation: showBase 2s forwards;
  animation: showBase 2s forwards;
}
.p-top-kv__baseChild:nth-of-type(7) {
  background: #f9f0f0;
  z-index: 2;
}
.p-top-kv__baseChild:nth-of-type(7).is-show {
  -webkit-animation: showBase 2s forwards;
  animation: showBase 2s forwards;
}
.p-top-kv__baseChild:nth-of-type(8) {
  background: #ece6f5;
  z-index: 1;
}
.p-top-kv__baseChild:nth-of-type(8).is-show {
  -webkit-animation: showBase 2s forwards;
  animation: showBase 2s forwards;
}
.p-top-kv__baseChild:nth-of-type(9) {
  background: #ecf7f5;
  z-index: 0;
}
.p-top-kv__baseChild:nth-of-type(9).is-show {
  -webkit-animation: showBase 2s forwards;
  animation: showBase 2s forwards;
}
.p-top-kv__middle {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  left: 20px;
  top: 20px;
  position: absolute;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 920px) {
  .p-top-kv__middle {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
  }
}
.p-top-kv__middleChild {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.p-top-kv__middleChild:nth-of-type(1) {
  z-index: 8;
}
.p-top-kv__middleChild:nth-of-type(1) .p-top-kv__bg {
  background-image: url("../img/top/kv/bg1.webp");
}
.p-top-kv__middleChild:nth-of-type(2) {
  z-index: 7;
}
.p-top-kv__middleChild:nth-of-type(2) .p-top-kv__bg {
  background-image: url("../img/top/kv/bg2.webp");
}
.p-top-kv__middleChild:nth-of-type(3) {
  z-index: 6;
}
.p-top-kv__middleChild:nth-of-type(3) .p-top-kv__bg {
  background-image: url("../img/top/kv/bg3.webp");
}
.p-top-kv__middleChild:nth-of-type(4) {
  z-index: 5;
}
.p-top-kv__middleChild:nth-of-type(4) .p-top-kv__bg {
  background-image: url("../img/top/kv/bg4.webp");
}
.p-top-kv__middleChild:nth-of-type(5) {
  z-index: 4;
}
.p-top-kv__middleChild:nth-of-type(5) .p-top-kv__bg {
  background-image: url("../img/top/kv/bg5.webp");
}
.p-top-kv__middleChild:nth-of-type(6) {
  z-index: 3;
}
.p-top-kv__middleChild:nth-of-type(6) .p-top-kv__bg {
  background-image: url("../img/top/kv/bg6.webp");
}
.p-top-kv__middleChild:nth-of-type(7) {
  z-index: 2;
}
.p-top-kv__middleChild:nth-of-type(7) .p-top-kv__bg {
  background-image: url("../img/top/kv/bg7.webp");
}
.p-top-kv__middleChild:nth-of-type(8) {
  z-index: 1;
}
.p-top-kv__middleChild:nth-of-type(8) .p-top-kv__bg {
  background-image: url("../img/top/kv/bg8.webp");
}
.p-top-kv__middleChild:nth-of-type(9) {
  z-index: 0;
}
.p-top-kv__middleChild:nth-of-type(9) .p-top-kv__bg {
  background-image: url("../img/top/kv/bg9.webp");
}
.p-top-kv__middleInner {
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  visibility: hidden;
}
@-webkit-keyframes showMiddle {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes showMiddle {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
.is-show:nth-of-type(1) .p-top-kv__middleInner {
  visibility: visible;
  -webkit-animation: showMiddle 1.2s cubic-bezier(0.08, 0.72, 0.42, 1.06)
    forwards;
  animation: showMiddle 1.2s cubic-bezier(0.08, 0.72, 0.42, 1.06) forwards;
}
.is-show:nth-of-type(2) .p-top-kv__middleInner {
  visibility: visible;
  -webkit-animation: showMiddle 1.2s cubic-bezier(0.08, 0.72, 0.42, 1.06)
    forwards;
  animation: showMiddle 1.2s cubic-bezier(0.08, 0.72, 0.42, 1.06) forwards;
}
.is-show:nth-of-type(3) .p-top-kv__middleInner {
  visibility: visible;
  -webkit-animation: showMiddle 1.2s cubic-bezier(0.08, 0.72, 0.42, 1.06)
    forwards;
  animation: showMiddle 1.2s cubic-bezier(0.08, 0.72, 0.42, 1.06) forwards;
}
.is-show:nth-of-type(4) .p-top-kv__middleInner {
  visibility: visible;
  -webkit-animation: showMiddle 1.2s cubic-bezier(0.08, 0.72, 0.42, 1.06)
    forwards;
  animation: showMiddle 1.2s cubic-bezier(0.08, 0.72, 0.42, 1.06) forwards;
}
.is-show:nth-of-type(5) .p-top-kv__middleInner {
  visibility: visible;
  -webkit-animation: showMiddle 1.2s cubic-bezier(0.08, 0.72, 0.42, 1.06)
    forwards;
  animation: showMiddle 1.2s cubic-bezier(0.08, 0.72, 0.42, 1.06) forwards;
}
.is-show:nth-of-type(6) .p-top-kv__middleInner {
  visibility: visible;
  -webkit-animation: showMiddle 1.2s cubic-bezier(0.08, 0.72, 0.42, 1.06)
    forwards;
  animation: showMiddle 1.2s cubic-bezier(0.08, 0.72, 0.42, 1.06) forwards;
}
.is-show:nth-of-type(7) .p-top-kv__middleInner {
  visibility: visible;
  -webkit-animation: showMiddle 1.2s cubic-bezier(0.08, 0.72, 0.42, 1.06)
    forwards;
  animation: showMiddle 1.2s cubic-bezier(0.08, 0.72, 0.42, 1.06) forwards;
}
.is-show:nth-of-type(8) .p-top-kv__middleInner {
  visibility: visible;
  -webkit-animation: showMiddle 1.2s cubic-bezier(0.08, 0.72, 0.42, 1.06)
    forwards;
  animation: showMiddle 1.2s cubic-bezier(0.08, 0.72, 0.42, 1.06) forwards;
}
.is-show:nth-of-type(9) .p-top-kv__middleInner {
  visibility: visible;
  -webkit-animation: showMiddle 1.2s cubic-bezier(0.08, 0.72, 0.42, 1.06)
    forwards;
  animation: showMiddle 1.2s cubic-bezier(0.08, 0.72, 0.42, 1.06) forwards;
}
.p-top-kv__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100vh - 40px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  visibility: hidden;
}
@-webkit-keyframes sizeSmall {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sizeSmall {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.is-show:nth-of-type(1) .p-top-kv__bg {
  visibility: visible;
  -webkit-animation: sizeSmall 1.8s forwards;
  animation: sizeSmall 1.8s forwards;
}
.is-show:nth-of-type(2) .p-top-kv__bg {
  visibility: visible;
  -webkit-animation: sizeSmall 1.8s forwards;
  animation: sizeSmall 1.8s forwards;
}
.is-show:nth-of-type(3) .p-top-kv__bg {
  visibility: visible;
  -webkit-animation: sizeSmall 1.8s forwards;
  animation: sizeSmall 1.8s forwards;
}
.is-show:nth-of-type(4) .p-top-kv__bg {
  visibility: visible;
  -webkit-animation: sizeSmall 1.8s forwards;
  animation: sizeSmall 1.8s forwards;
}
.is-show:nth-of-type(5) .p-top-kv__bg {
  visibility: visible;
  -webkit-animation: sizeSmall 1.8s forwards;
  animation: sizeSmall 1.8s forwards;
}
.is-show:nth-of-type(6) .p-top-kv__bg {
  visibility: visible;
  -webkit-animation: sizeSmall 1.8s forwards;
  animation: sizeSmall 1.8s forwards;
}
.is-show:nth-of-type(7) .p-top-kv__bg {
  visibility: visible;
  -webkit-animation: sizeSmall 1.8s forwards;
  animation: sizeSmall 1.8s forwards;
}
.is-show:nth-of-type(8) .p-top-kv__bg {
  visibility: visible;
  -webkit-animation: sizeSmall 1.8s forwards;
  animation: sizeSmall 1.8s forwards;
}
.is-show:nth-of-type(9) .p-top-kv__bg {
  visibility: visible;
  -webkit-animation: sizeSmall 1.8s forwards;
  animation: sizeSmall 1.8s forwards;
}
@media screen and (max-width: 920px) {
  .p-top-kv__bg {
    height: calc(100vh - 20px);
  }
}
.p-top-kv__gtaName {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  bottom: calc((100vh - 218px) / 2);
  height: 218px;
  margin: auto;
  width: auto;
  z-index: 5;
  visibility: hidden;
}
.p-top-kv__gtaName img {
  height: 100%;
}
.p-top-kv__gtaName img:nth-of-type(n-1) {
  display: inline-block;
  margin-left: 150px;
}
@-webkit-keyframes moveName {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
  }
}
@keyframes moveName {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
  }
}
.is-show:nth-of-type(1) .p-top-kv__gtaName {
  visibility: visible;
  -webkit-animation: moveName 9s forwards linear;
  animation: moveName 9s forwards linear;
}
.is-show:nth-of-type(2) .p-top-kv__gtaName {
  visibility: visible;
  -webkit-animation: moveName 9s forwards linear;
  animation: moveName 9s forwards linear;
}
.is-show:nth-of-type(3) .p-top-kv__gtaName {
  visibility: visible;
  -webkit-animation: moveName 9s forwards linear;
  animation: moveName 9s forwards linear;
}
.is-show:nth-of-type(4) .p-top-kv__gtaName {
  visibility: visible;
  -webkit-animation: moveName 9s forwards linear;
  animation: moveName 9s forwards linear;
}
.is-show:nth-of-type(5) .p-top-kv__gtaName {
  visibility: visible;
  -webkit-animation: moveName 9s forwards linear;
  animation: moveName 9s forwards linear;
}
.is-show:nth-of-type(6) .p-top-kv__gtaName {
  visibility: visible;
  -webkit-animation: moveName 9s forwards linear;
  animation: moveName 9s forwards linear;
}
.is-show:nth-of-type(7) .p-top-kv__gtaName {
  visibility: visible;
  -webkit-animation: moveName 9s forwards linear;
  animation: moveName 9s forwards linear;
}
.is-show:nth-of-type(8) .p-top-kv__gtaName {
  visibility: visible;
  -webkit-animation: moveName 9s forwards linear;
  animation: moveName 9s forwards linear;
}
.is-show:nth-of-type(9) .p-top-kv__gtaName {
  visibility: visible;
  -webkit-animation: moveName 9s forwards linear;
  animation: moveName 9s forwards linear;
}
@media screen and (max-width: 1060px) {
  .p-top-kv__gtaName {
    bottom: calc((100vh - 160px) / 2);
    height: 160px;
  }
  .p-top-kv__gtaName img:nth-of-type(2) {
    margin-left: 120px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-kv__gtaName {
    bottom: 30vh;
    height: 100px;
  }
  .p-top-kv__gtaName img:nth-of-type(2) {
    margin-left: 70px;
  }
}
@-webkit-keyframes carShow {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes carShow {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes carHide {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes carHide {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.p-top-kv__gta {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 70%;
  max-width: 1000px;
  height: calc(100% - 40px);
  z-index: 0;
}
@media screen and (max-width: 920px) {
  .p-top-kv__gta {
    width: 85%;
    height: calc(100% - 20px);
  }
}
@media screen and (min-height: 600px) and (min-width: 1400px) {
  .p-top-kv__gta {
    max-width: 1150px;
  }
}
.p-top-kv__gtaChild {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-top-kv__gtaChild:nth-of-type(1) .p-top-kv__gtaImg {
  background-image: url("../img/top/kv/gta6-1.webp");
}
.p-top-kv__gtaChild:nth-of-type(2) .p-top-kv__gtaImg {
  background-image: url("../img/top/kv/gta6-2.webp");
}
.p-top-kv__gtaChild:nth-of-type(3) .p-top-kv__gtaImg {
  background-image: url("../img/top/kv/psxbox.webp");
}
.p-top-kv__gtaChild:nth-of-type(4) .p-top-kv__gtaImg {
  background-image: url("../img/top/kv/MegalodonShark.webp");
}
.p-top-kv__gtaChild:nth-of-type(5) .p-top-kv__gtaImg {
  background-image: url("../img/top/kv/WhaleShark.webp");
}
.p-top-kv__gtaChild:nth-of-type(6) .p-top-kv__gtaImg {
  background-image: url("../img/top/kv/GreatWhiteShark.webp");
}
.p-top-kv__gtaChild:nth-of-type(7) .p-top-kv__gtaImg {
  background-image: url("../img/top/kv/BullShark.webp");
}
.p-top-kv__gtaChild:nth-of-type(8) .p-top-kv__gtaImg {
  background-image: url("../img/top/kv/TigerShark.webp");
}
.p-top-kv__gtaChild:nth-of-type(9) .p-top-kv__gtaImg {
  background-image: url("../img/top/kv/gta+.webp");
}
.p-top-kv__gtaMask {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20%;
  padding: 0 0 1px;
}
.p-top-kv__gtaMask:nth-of-type(1) {
  top: 0%;
}
.p-top-kv__gtaMask:nth-of-type(1) .p-top-kv__gtaImg {
  top: 0%;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.is-show .p-top-kv__gtaMask:nth-of-type(1) .p-top-kv__gtaImg {
  -webkit-animation: carShow 0.8s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
    forwards;
  animation: carShow 0.8s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.is-hide .p-top-kv__gtaMask:nth-of-type(1) .p-top-kv__gtaImg {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: carHide 0.8s 0.24s cubic-bezier(0.645, 0.045, 0.355, 1)
    forwards;
  animation: carHide 0.8s 0.24s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.p-top-kv__gtaMask:nth-of-type(2) {
  top: 20%;
}
.p-top-kv__gtaMask:nth-of-type(2) .p-top-kv__gtaImg {
  top: -100%;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.is-show .p-top-kv__gtaMask:nth-of-type(2) .p-top-kv__gtaImg {
  -webkit-animation: carShow 0.8s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1)
    forwards;
  animation: carShow 0.8s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.is-hide .p-top-kv__gtaMask:nth-of-type(2) .p-top-kv__gtaImg {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: carHide 0.8s 0.34s cubic-bezier(0.645, 0.045, 0.355, 1)
    forwards;
  animation: carHide 0.8s 0.34s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.p-top-kv__gtaMask:nth-of-type(3) {
  top: 40%;
}
.p-top-kv__gtaMask:nth-of-type(3) .p-top-kv__gtaImg {
  top: -200%;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.is-show .p-top-kv__gtaMask:nth-of-type(3) .p-top-kv__gtaImg {
  -webkit-animation: carShow 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
    forwards;
  animation: carShow 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.is-hide .p-top-kv__gtaMask:nth-of-type(3) .p-top-kv__gtaImg {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: carHide 0.8s 0.44s cubic-bezier(0.645, 0.045, 0.355, 1)
    forwards;
  animation: carHide 0.8s 0.44s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.p-top-kv__gtaMask:nth-of-type(4) {
  top: 60%;
}
.p-top-kv__gtaMask:nth-of-type(4) .p-top-kv__gtaImg {
  top: -300%;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.is-show .p-top-kv__gtaMask:nth-of-type(4) .p-top-kv__gtaImg {
  -webkit-animation: carShow 0.8s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1)
    forwards;
  animation: carShow 0.8s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.is-hide .p-top-kv__gtaMask:nth-of-type(4) .p-top-kv__gtaImg {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: carHide 0.8s 0.54s cubic-bezier(0.645, 0.045, 0.355, 1)
    forwards;
  animation: carHide 0.8s 0.54s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.p-top-kv__gtaMask:nth-of-type(5) {
  top: 80%;
}
.p-top-kv__gtaMask:nth-of-type(5) .p-top-kv__gtaImg {
  top: -400%;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.is-show .p-top-kv__gtaMask:nth-of-type(5) .p-top-kv__gtaImg {
  -webkit-animation: carShow 0.8s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1)
    forwards;
  animation: carShow 0.8s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.is-hide .p-top-kv__gtaMask:nth-of-type(5) .p-top-kv__gtaImg {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: carHide 0.8s 0.64s cubic-bezier(0.645, 0.045, 0.355, 1)
    forwards;
  animation: carHide 0.8s 0.64s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.p-top-kv__gtaImg {
  width: 100%;
  height: 100vh;
  background-position: center 54%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  background-size: 80% auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 920px) {
  .p-top-kv__gtaImg {
    background-size: 100% auto;
    background-position: center 38%;
  }
}
.p-top-kv__carLink {
  display: block;
  width: 70%;
  height: 70%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 920px) {
  .p-top-kv__carLink {
    width: 85%;
    height: 30%;
  }
}
.p-top-bgLineBox {
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 2;
}
.p-top-bgLineBox__child {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-top-bgLineBox__grandson {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-top-bgLineBox__1 {
  width: 1280px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: #f0f0f0 1px solid;
  border-right: #f0f0f0 1px solid;
}
@media screen and (max-width: 1350px) {
  .p-top-bgLineBox__1 {
    width: 1040px;
  }
}
@media screen and (max-width: 1060px) {
  .p-top-bgLineBox__1 {
    width: 888px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-bgLineBox__1 {
    width: auto;
    margin: 0 4% 0;
  }
}
.p-top-bgLineBox__2 {
  width: 1120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: #f0f0f0 1px solid;
  border-right: #f0f0f0 1px solid;
}
@media screen and (max-width: 1350px) {
  .p-top-bgLineBox__2 {
    width: 922px;
  }
}
@media screen and (max-width: 1060px) {
  .p-top-bgLineBox__2 {
    width: 767px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-bgLineBox__2 {
    width: auto;
    margin: 0 calc((100% - 3%) * 0.1 + 3%) 0;
  }
}
.p-top-bgLineBox__3 {
  width: 1060px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: #f0f0f0 1px solid;
  border-right: #f0f0f0 1px solid;
}
@media screen and (max-width: 1350px) {
  .p-top-bgLineBox__3 {
    width: 858px;
  }
}
@media screen and (max-width: 1060px) {
  .p-top-bgLineBox__3 {
    width: 732px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-bgLineBox__3 {
    width: calc((100% - 8%) * 0.67);
  }
}
.p-top-bgLineBox__4 {
  width: 300px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: #f0f0f0 1px solid;
  border-right: #f0f0f0 1px solid;
}
@media screen and (max-width: 1350px) {
  .p-top-bgLineBox__4 {
    width: 224px;
  }
}
@media screen and (max-width: 1060px) {
  .p-top-bgLineBox__4 {
    width: 189px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-bgLineBox__4 {
    display: none;
  }
}
.p-top-bgLineBox__5 {
  width: 240px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: #f0f0f0 1px solid;
  border-left: #f0f0f0 1px solid;
}
@media screen and (max-width: 1350px) {
  .p-top-bgLineBox__5 {
    width: 162px;
  }
}
@media screen and (max-width: 1060px) {
  .p-top-bgLineBox__5 {
    width: 149px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-bgLineBox__5 {
    display: none;
  }
}
.p-top-bgLineBox__6 {
  width: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: #f0f0f0 1px solid;
  border-right: #f0f0f0 1px solid;
}
@media screen and (max-width: 1350px) {
  .p-top-bgLineBox__6 {
    width: 40px;
  }
}
@media screen and (max-width: 1060px) {
  .p-top-bgLineBox__6 {
    width: 30px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-bgLineBox__6 {
    display: none;
  }
}
.p-top-bgLineBox__7 {
  width: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: #f0f0f0 1px solid;
  border-right: #f0f0f0 1px solid;
}
@media screen and (max-width: 1350px) {
  .p-top-bgLineBox__7 {
    width: 40px;
  }
}
@media screen and (max-width: 1060px) {
  .p-top-bgLineBox__7 {
    width: 30px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-bgLineBox__7 {
    display: none;
  }
}
.p-top-bgLineBox__8 {
  width: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: #f0f0f0 1px solid;
  border-right: #f0f0f0 1px solid;
}
@media screen and (max-width: 1350px) {
  .p-top-bgLineBox__8 {
    width: 40px;
  }
}
@media screen and (max-width: 1060px) {
  .p-top-bgLineBox__8 {
    width: 30px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-bgLineBox__8 {
    display: none;
  }
}
.p-top-bgLineBox__9 {
  width: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: #f0f0f0 1px solid;
  border-right: #f0f0f0 1px solid;
}
@media screen and (max-width: 1350px) {
  .p-top-bgLineBox__9 {
    width: 40px;
  }
}
@media screen and (max-width: 1060px) {
  .p-top-bgLineBox__9 {
    width: 30px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-bgLineBox__9 {
    display: none;
  }
}
.p-top-induction {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100vh - 76px);
  width: 150px;
  height: 135px;
  margin: auto;
  text-align: center;
  z-index: 3;
  cursor: pointer;
}
@media screen and (max-width: 920px) {
  .p-top-induction {
    top: calc(100% - 50px);
    width: 120px;
    height: 85px;
  }
}
.p-top-inductionText {
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
}
.p-top-inductionText .rect-hoverFront {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.p-top-inductionText .rect-hoverBack {
  display: inline-block;
  opacity: 0.4;
}
@media screen and (max-width: 920px) {
  .p-top-inductionText {
    font-size: 1.3rem;
  }
}
.p-top-inductionBar {
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  width: 1px;
  height: 100px;
  margin: auto;
  overflow: hidden;
}
.p-top-inductionBar:after {
  content: "";
  display: block;
  width: 100%;
  height: 200%;
  background: #000;
  -webkit-animation: scBtnAnime 1.4s ease-out 0s infinite;
  animation: scBtnAnime 1.4s ease-out 0s infinite;
}
@media screen and (max-width: 920px) {
  .p-top-inductionBar {
    top: 30px;
    height: 70px;
  }
}
.p-top-contents {
  padding: 145px 0 180px;
}
@media screen and (max-width: 920px) {
  .p-top-contents {
    padding: 130px 0 60px;
  }
}
.p-top-contents__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
  width: 1120px;
  margin: 0 auto 100px;
  padding: 0 0 50px;
}
.p-top-contents__head:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: #000;
  width: 0;
  height: 15px;
  -webkit-transition: width 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition: width 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: width 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.p-top-contents__head.is-show:after {
  width: 100%;
}
@media screen and (max-width: 1350px) {
  .p-top-contents__head {
    width: 922px;
    margin: 0 auto 80px;
    padding: 0 0 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 1060px) {
  .p-top-contents__head {
    width: 767px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-contents__head {
    display: block;
    width: auto;
    margin: 0 calc((100% - 4%) * 0.1 + 3.2%) 60px;
    padding: 0 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-top-contents__head:after {
    height: 5px;
  }
}
.p-top-contents__title {
  width: 667px;
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
.p-top-contents__title svg {
  width: 100%;
  line-height: 1;
}
@media screen and (max-width: 1350px) {
  .p-top-contents__title {
    width: 530px;
    padding: 0 30px 0 0;
  }
}
@media screen and (max-width: 1060px) {
  .p-top-contents__title {
    width: 430px;
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 920px) {
  .p-top-contents__title {
    width: auto;
    padding: 0 0 10px;
    font-size: 42px;
  }
  .p-top-contents__title svg {
    height: inherit;
  }
}
.p-top-contents__text {
  font-size: 1.5rem;
  line-height: 1.4;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
  font-family: "Arial", sans-serif;
}
@media screen and (max-width: 1350px) {
  .p-top-contents__text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1060px) {
  .p-top-contents__text {
    font-size: 1.1rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 920px) {
  .p-top-contents__text {
    width: auto;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.p-top-contents__body {
  position: relative;
  width: 1280px;
  margin: 0 auto 0;
}
.p-top-contents__body:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1350px) {
  .p-top-contents__body {
    width: 1040px;
  }
}
@media screen and (max-width: 1060px) {
  .p-top-contents__body {
    width: 888px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-contents__body {
    width: auto;
    margin: 0 4% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.p-top-section {
  position: relative;
  width: 600px;
  height: 480px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1350px) {
  .p-top-section {
    width: 500px;
    height: 400px;
  }
}
@media screen and (max-width: 1060px) {
  .p-top-section {
    width: 429px;
    height: 343px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-section {
    width: 100%;
    height: 0;
    padding-top: 80%;
  }
}
.p-top-section > i {
  display: block;
  position: absolute;
  width: 3000px;
  height: 1px;
  background: #f0f0f0;
}
.p-top-section > s {
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  z-index: 1;
}
.p-top-section > s:before,
.p-top-section > s:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #878787;
}
.p-top-section > s:before {
  width: 5px;
  height: 1px;
}
.p-top-section > s:after {
  width: 1px;
  height: 5px;
}
.p-top-section:nth-of-type(n + 2) {
  margin-top: 240px;
}
@media screen and (max-width: 1350px) {
  .p-top-section:nth-of-type(n + 2) {
    margin-top: 200px;
  }
}
@media screen and (max-width: 1060px) {
  .p-top-section:nth-of-type(n + 2) {
    margin-top: 171.42857px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-section:nth-of-type(n + 2) {
    margin-top: 60px;
  }
}
.p-top-section:nth-of-type(2n) {
  float: right;
}
.p-top-section:nth-of-type(2n) s:nth-of-type(1) {
  left: -3px;
  top: -2px;
}
.p-top-section:nth-of-type(2n) s:nth-of-type(2) {
  right: -2px;
  top: -2px;
}
.p-top-section:nth-of-type(2n) s:nth-of-type(3) {
  right: -2px;
  bottom: -3px;
}
.p-top-section:nth-of-type(2n) s:nth-of-type(4) {
  left: -3px;
  bottom: -3px;
}
@media screen and (max-width: 920px) {
  .p-top-section:nth-of-type(2n) {
    float: none;
  }
  .p-top-section:nth-of-type(2n) s:nth-of-type(1) {
    left: -2px;
  }
  .p-top-section:nth-of-type(2n) s:nth-of-type(3) {
    bottom: -2px;
  }
  .p-top-section:nth-of-type(2n) s:nth-of-type(4) {
    left: -2px;
    bottom: -2px;
  }
}
.p-top-section:nth-of-type(2n-1) {
  float: left;
}
.p-top-section:nth-of-type(2n-1) s:nth-of-type(1) {
  left: -2px;
  top: -2px;
}
.p-top-section:nth-of-type(2n-1) s:nth-of-type(2) {
  right: -3px;
  top: -2px;
}
.p-top-section:nth-of-type(2n-1) s:nth-of-type(3) {
  right: -3px;
  bottom: -2px;
}
.p-top-section:nth-of-type(2n-1) s:nth-of-type(4) {
  left: -2px;
  bottom: -2px;
}
@media screen and (max-width: 920px) {
  .p-top-section:nth-of-type(2n-1) {
    float: none;
  }
  .p-top-section:nth-of-type(2n-1) s:nth-of-type(2) {
    right: -2px;
  }
  .p-top-section:nth-of-type(2n-1) s:nth-of-type(3) {
    right: -2px;
  }
}
.p-top-section:nth-of-type(1) .p-top-section__gta {
  margin-top: -10px;
}
.p-top-section:nth-of-type(1) .p-top-section__bgInner3 {
  background-image: url(../img/top/contents/bg1.webp);
}
.p-top-section:nth-of-type(1) i:nth-of-type(1) {
  left: -1000px;
  top: 0;
}
.p-top-section:nth-of-type(1) i:nth-of-type(2) {
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 920px) {
  .p-top-section:nth-of-type(1) i:nth-of-type(2) {
    right: -1000px;
  }
}
.p-top-section:nth-of-type(2) .p-top-section__gta {
  margin-top: -10px;
}
.p-top-section:nth-of-type(2) .p-top-section__bgInner3 {
  background-image: url(../img/top/contents/bg2.webp);
}
.p-top-section:nth-of-type(2) i:nth-of-type(1) {
  left: 0;
  top: 0;
}
@media screen and (max-width: 920px) {
  .p-top-section:nth-of-type(2) i:nth-of-type(1) {
    left: -1000px;
  }
}
.p-top-section:nth-of-type(2) i:nth-of-type(2) {
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 920px) {
  .p-top-section:nth-of-type(2) i:nth-of-type(2) {
    right: -1000px;
  }
}
.p-top-section:nth-of-type(3) .p-top-section__gta {
  margin-top: -40px;
}
.p-top-section:nth-of-type(3) .p-top-section__bgInner3 {
  background-image: url(../img/top/contents/bg3.webp);
}
.p-top-section:nth-of-type(3) i:nth-of-type(1) {
  left: 0;
  top: 0;
}
@media screen and (max-width: 920px) {
  .p-top-section:nth-of-type(3) i:nth-of-type(1) {
    left: -1000px;
  }
}
.p-top-section:nth-of-type(3) i:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 920px) {
  .p-top-section:nth-of-type(3) i:nth-of-type(2) {
    display: block;
    right: -1000px;
    bottom: 0;
  }
}
.p-top-section:nth-of-type(4) .p-top-section__gta {
  margin-top: -15px;
  margin-left: 26px;
}
.p-top-section:nth-of-type(4) .p-top-section__bgInner3 {
  background-image: url(../img/top/contents/bg4.webp);
}
.p-top-section:nth-of-type(4) i:nth-of-type(1) {
  left: -1000px;
  top: 0;
}
.p-top-section:nth-of-type(4) i:nth-of-type(2) {
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 920px) {
  .p-top-section:nth-of-type(4) i:nth-of-type(2) {
    right: -1000px;
  }
}
.p-top-section:nth-of-type(5) .p-top-section__gta {
  margin-top: -15px;
}
.p-top-section:nth-of-type(5) .p-top-section__bgInner3 {
  background-image: url(../img/top/contents/bg5.webp);
}
.p-top-section:nth-of-type(5) i:nth-of-type(1) {
  left: 0;
  top: 0;
}
@media screen and (max-width: 920px) {
  .p-top-section:nth-of-type(5) i:nth-of-type(1) {
    left: -1000px;
  }
}
.p-top-section:nth-of-type(5) i:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 920px) {
  .p-top-section:nth-of-type(5) i:nth-of-type(2) {
    display: block;
    right: -1000px;
    bottom: 0;
  }
}
.p-top-section:nth-of-type(6) .p-top-section__gta {
  margin-top: -10px;
}
.p-top-section:nth-of-type(6) .p-top-section__bgInner3 {
  background-image: url(../img/top/contents/bg6.webp);
}
.p-top-section:nth-of-type(6) i:nth-of-type(1) {
  left: -1000px;
  top: 0;
}
.p-top-section:nth-of-type(6) i:nth-of-type(2) {
  left: -1000px;
  bottom: 0;
}
.p-top-section:nth-of-type(7) .p-top-section__gta {
  margin-top: -52px;
}
.p-top-section:nth-of-type(7) .p-top-section__bgInner3 {
  background-image: url(../img/top/contents/bg7.webp);
}
.p-top-section:nth-of-type(7) i:nth-of-type(1) {
  left: 0;
  top: 0;
}
@media screen and (max-width: 920px) {
  .p-top-section:nth-of-type(7) i:nth-of-type(1) {
    left: -1000px;
  }
}
.p-top-section:nth-of-type(7) i:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 920px) {
  .p-top-section:nth-of-type(7) i:nth-of-type(2) {
    display: block;
    right: -1000px;
    bottom: 0;
  }
}
.p-top-section:nth-of-type(8) .p-top-section__gta {
  margin-top: -40px;
}
.p-top-section:nth-of-type(8) .p-top-section__bgInner3 {
  background-image: url(../img/top/contents/bg8.webp);
}
.p-top-section:nth-of-type(8) i:nth-of-type(1) {
  left: -1000px;
  top: 0;
}
.p-top-section:nth-of-type(8) i:nth-of-type(2) {
  left: -1000px;
  bottom: 0;
}
.p-top-section:nth-of-type(9) .p-top-section__gta {
  margin-top: -20px;
}
.p-top-section:nth-of-type(9) .p-top-section__bgInner3 {
  background-image: url(../img/top/contents/bg9.webp);
}
.p-top-section:nth-of-type(9) i:nth-of-type(1) {
  left: -1000px;
  top: 0;
}
.p-top-section:nth-of-type(9) i:nth-of-type(2) {
  left: -1000px;
  bottom: 0;
}
.p-top-section__bg {
  display: block;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 380px;
  height: 100%;
}
@media screen and (max-width: 1350px) {
  .p-top-section__bg {
    width: 317px;
  }
}
@media screen and (max-width: 1060px) {
  .p-top-section__bg {
    width: 271px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-section__bg {
    width: 67%;
  }
}
.p-top-section__bgInner {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: width 1s cubic-bezier(1, 0, 0, 1);
  -o-transition: width 1s cubic-bezier(1, 0, 0, 1);
  transition: width 1s cubic-bezier(1, 0, 0, 1);
  overflow: hidden;
}
.p-top-section.is-show .p-top-section__bgInner {
  width: 100%;
}
.p-top-section__bgInner2 {
  width: 380px;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1350px) {
  .p-top-section__bgInner2 {
    width: 317px;
  }
}
@media screen and (max-width: 1060px) {
  .p-top-section__bgInner2 {
    width: 271px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-section__bgInner2 {
    width: calc((100vw - 8vw) * 500 / 750);
  }
}
.p-top-section__bgInner3 {
  width: 100%;
  height: 0;
  padding-top: 160%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-top-section__inner {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding-top: 30px;
}
@media screen and (max-width: 920px) {
  .p-top-section__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 550px) {
  .p-top-section__inner {
    padding-top: 25px;
  }
}
.p-top-section__label {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 0 80px;
  line-height: 1.25;
  font-size: 2rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 1350px) {
  .p-top-section__label {
    margin: 0 0 0 60px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-section__label {
    width: 70px;
    height: 20px;
    font-size: 1.5rem;
    line-height: 1.3;
    margin: 0 0 0 9.5%;
  }
}
.p-top-section__labelInner {
  width: 0;
  height: 100%;
  text-align: center;
  overflow: hidden;
  background: #ff0000;
  -webkit-transition: width 0.7s cubic-bezier(1, 0, 0, 1);
  -o-transition: width 0.7s cubic-bezier(1, 0, 0, 1);
  transition: width 0.7s cubic-bezier(1, 0, 0, 1);
}
.p-top-section.is-show .p-top-section__labelInner {
  width: 100%;
}
.p-top-section__labelInner span {
  display: inline-block;
}
.p-top-section__num {
  position: relative;
  margin: 0 0 0 80px;
  padding: 0 0 0;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
}
.p-top-section__num:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 2px;
  background: #000;
  -webkit-transition: 0.5s width 0.6s;
  -o-transition: 0.5s width 0.6s;
  transition: 0.5s width 0.6s;
}
.p-top-section.is-show .p-top-section__num:after {
  width: 10px;
}
@media screen and (max-width: 1350px) {
  .p-top-section__num {
    margin: 0 0 0 60px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-section__num {
    font-size: 1.3rem;
    margin: 0 0 0 9.5%;
  }
}
.p-top-section__numInner {
  position: relative;
  overflow: hidden;
  display: inline-block;
  line-height: 1;
  margin: 0 0 10px;
}
.p-top-section__numInner:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 140%;
  height: 100%;
  background: #000;
  -webkit-transform: translate3d(-140%, 0, 0);
  transform: translate3d(-140%, 0, 0);
  -webkit-transition: 1.4s -webkit-transform cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transition: 1.4s -webkit-transform cubic-bezier(0.66, 0.45, 0.14, 0.79);
  -o-transition: 1.4s transform cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transition: 1.4s transform cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transition: 1.4s transform cubic-bezier(0.66, 0.45, 0.14, 0.79),
    1.4s -webkit-transform cubic-bezier(0.66, 0.45, 0.14, 0.79);
}
.p-top-section__numInner span {
  visibility: hidden;
  -webkit-transition: 0s visibility 0.6s;
  -o-transition: 0s visibility 0.6s;
  transition: 0s visibility 0.6s;
}
.p-top-section.is-show .p-top-section__numInner:after {
  -webkit-transform: translate3d(140%, 0, 0);
  transform: translate3d(140%, 0, 0);
}
.p-top-section.is-show .p-top-section__numInner span {
  visibility: visible;
}
.p-top-section__gta {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.3s 0.6s,
    -webkit-transform 0.5s 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s 0.6s,
    -webkit-transform 0.5s 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s 0.6s,
    transform 0.5s 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s 0.6s,
    transform 0.5s 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s 0.6s,
    transform 0.5s 0.6s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.5s 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-top-section__gta img {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-top-section__inner:hover .p-top-section__gta img {
  -webkit-transform: scale(1.03) translate3d(0, 0, 0);
  transform: scale(1.03) translate3d(0, 0, 0);
}
.p-top-section.is-show .p-top-section__gta {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1350px) {
  .p-top-section__gta {
    text-align: center;
  }
  .p-top-section__gta img {
    width: 460px;
  }
}
@media screen and (max-width: 1060px) {
  .p-top-section__gta img {
    width: 380px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-section__gta img {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .p-top-section__gta img {
    width: 81%;
  }
}
.p-top-section__info {
  position: absolute;
  left: 80px;
  bottom: 25px;
}
@media screen and (max-width: 1350px) {
  .p-top-section__info {
    left: 60px;
    bottom: 14px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-section__info {
    left: 9.5%;
  }
}
@media screen and (max-width: 550px) {
  .p-top-section__info {
    bottom: 10px;
  }
}
.p-top-section__name {
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 550px) {
  .p-top-section__name {
    margin: 0 0 0;
  }
}
.p-top-section__nameUpper {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 0 6px;
  font-size: 3rem;
  line-height: 1;
}
.p-top-section__nameUpper:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 120%;
  height: 100%;
  background: #000;
  -webkit-transform: translate3d(-120%, 0, 0);
  transform: translate3d(-120%, 0, 0);
  -webkit-transition: -webkit-transform 1.2s 0.4s
    cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transition: -webkit-transform 1.2s 0.4s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  -o-transition: transform 1.2s 0.4s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transition: transform 1.2s 0.4s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transition: transform 1.2s 0.4s cubic-bezier(0.66, 0.45, 0.14, 0.79),
    -webkit-transform 1.2s 0.4s cubic-bezier(0.66, 0.45, 0.14, 0.79);
}
.p-top-section__nameUpper span {
  visibility: hidden;
  -webkit-transition: visibility 0s 0.9s;
  -o-transition: visibility 0s 0.9s;
  transition: visibility 0s 0.9s;
}
.p-top-section.is-show .p-top-section__nameUpper:after {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.p-top-section.is-show .p-top-section__nameUpper span {
  visibility: visible;
}
@media screen and (max-width: 1350px) {
  .p-top-section__nameUpper {
    font-size: 2rem;
    margin: 0 0 0px;
  }
}
@media screen and (max-width: 550px) {
  .p-top-section__nameUpper {
    font-size: 1.8rem;
  }
}
.p-top-section__nameUnder {
  overflow: hidden;
  position: relative;
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
}
.p-top-section__nameUnder:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 120%;
  height: 100%;
  background: #000;
  -webkit-transform: translate3d(-120%, 0, 0);
  transform: translate3d(-120%, 0, 0);
  -webkit-transition: -webkit-transform 1.5s 0.4s
    cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transition: -webkit-transform 1.5s 0.4s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  -o-transition: transform 1.5s 0.4s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transition: transform 1.5s 0.4s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transition: transform 1.5s 0.4s cubic-bezier(0.66, 0.45, 0.14, 0.79),
    -webkit-transform 1.5s 0.4s cubic-bezier(0.66, 0.45, 0.14, 0.79);
}
.p-top-section__nameUnder span {
  visibility: hidden;
  -webkit-transition: visibility 0s 1s;
  -o-transition: visibility 0s 1s;
  transition: visibility 0s 1s;
}
.p-top-section.is-show .p-top-section__nameUnder:after {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.p-top-section.is-show .p-top-section__nameUnder span {
  visibility: visible;
}
@media screen and (max-width: 1350px) {
  .p-top-section__nameUnder {
    font-size: 1.4rem;
  }
}
.p-top-section__price {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
.p-top-section__price:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 120%;
  height: 100%;
  background: #000;
  -webkit-transform: translate3d(-120%, 0, 0);
  transform: translate3d(-120%, 0, 0);
  -webkit-transition: -webkit-transform 1.6s 0.4s
    cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transition: -webkit-transform 1.6s 0.4s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  -o-transition: transform 1.6s 0.4s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transition: transform 1.6s 0.4s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transition: transform 1.6s 0.4s cubic-bezier(0.66, 0.45, 0.14, 0.79),
    -webkit-transform 1.6s 0.4s cubic-bezier(0.66, 0.45, 0.14, 0.79);
}
.p-top-section__price span {
  visibility: hidden;
  -webkit-transition: visibility 0s 1s;
  -o-transition: visibility 0s 1s;
  transition: visibility 0s 1s;
}
.p-top-section.is-show .p-top-section__price:after {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.p-top-section.is-show .p-top-section__price span {
  visibility: visible;
}
@media screen and (max-width: 1350px) {
  .p-top-section__price {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 550px) {
  .p-top-section__price {
    font-size: 1.1rem;
  }
}
.p-top-section__btn {
  display: block;
  position: absolute;
  overflow: hidden;
  right: 80px;
  bottom: 22px;
  width: 200px;
  height: 45px;
  line-height: 40px;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
}
.p-top-section__btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #000;
  -webkit-transition: -webkit-transform 0.3s 0.7s
    cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transition: -webkit-transform 0.3s 0.7s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  -o-transition: transform 0.3s 0.7s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transition: transform 0.3s 0.7s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transition: transform 0.3s 0.7s cubic-bezier(0.66, 0.45, 0.14, 0.79),
    -webkit-transform 0.3s 0.7s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.p-top-section__btn span:first-child {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: all 0.3s 0.7s ease-out;
  -o-transition: all 0.3s 0.7s ease-out;
  transition: all 0.3s 0.7s ease-out;
}
.p-top-section__btn span:last-child {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 12px;
  margin: auto;
}
.p-top-section__btn span:last-child b {
  content: "";
  display: block;
  width: 18px;
  height: 12px;
  background: url(../img/common/arrow2.svg) 0 0/100% auto no-repeat;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s 0.7s ease-out;
  transition: -webkit-transform 0.3s 0.7s ease-out;
  -o-transition: transform 0.3s 0.7s ease-out;
  transition: transform 0.3s 0.7s ease-out;
  transition: transform 0.3s 0.7s ease-out, -webkit-transform 0.3s 0.7s ease-out;
}
.is-hover .p-top-section__btn:before {
  -webkit-animation: hoverLink 0.5s ease-in-out;
  animation: hoverLink 0.5s ease-in-out;
}
.is-hover .p-top-section__btn span:last-child b {
  -webkit-animation: hoverLink 0.5s ease-in-out;
  animation: hoverLink 0.5s ease-in-out;
}
.p-top-section.is-show .p-top-section__btn:before {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.p-top-section.is-show .p-top-section__btn span:first-child {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.p-top-section.is-show .p-top-section__btn span:last-child b {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
@media screen and (max-width: 1350px) {
  .p-top-section__btn {
    right: 60px;
    bottom: 18px;
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1060px) {
  .p-top-section__btn {
    width: 150px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-section__btn {
    right: 9.5%;
    width: 130px;
  }
}
@media screen and (max-width: 550px) {
  .p-top-section__btn {
    bottom: 14px;
    width: 100px;
    font-size: 1.2rem;
  }
}