@charset "UTF-8";
/* ============================================================
  Object
============================================================= */
/* ---------------------------------------
  Component
--------------------------------------- */
.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;
  transform: translateZ(0);
  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;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ---------------------------------------
  Project
--------------------------------------- */
@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 {
  animation: animeKvFrame 0.6s 0s forwards;
}
.l-header__logo2 {
  opacity: 0;
  visibility: hidden;
}
body.is-anime .l-header__logo2 {
  animation: animeKvFrame 0.6s 0s forwards;
}
.l-header__btn {
  opacity: 0;
  visibility: hidden;
}
body.is-anime .l-header__btn {
  animation: animeKvFrame 0.6s 0s forwards;
}
.p-top-kv__arrow {
  opacity: 0;
  visibility: hidden;
}
body.is-anime .p-top-kv__arrow {
  animation: animeKvFrame 0.6s 0s forwards;
}
.p-top-kv__button {
  opacity: 0;
  visibility: hidden;
}
body.is-anime .p-top-kv__button {
  animation: animeKvFrame 0.6s 0s forwards;
}
.p-top-kv__indicator {
  opacity: 0;
  visibility: hidden;
}
body.is-anime .p-top-kv__indicator {
  animation: animeKvFrame 0.6s 0s forwards;
}
.p-top-kv__sns {
  opacity: 0;
  visibility: hidden;
}
body.is-anime .p-top-kv__sns {
  animation: animeKvFrame 0.6s 0s forwards;
}
.p-top-induction {
  opacity: 0;
  visibility: hidden;
}
body.is-anime .p-top-induction {
  animation: animeKvFrame 0.6s 0s forwards;
}
body.preload .p-top-kv__text *, body.preload .p-top-kv__info * {
  transition: none !important;
}
.p-top-kv__text {
  z-index: 5;
  position: absolute;
  left: 60px;
  top: 140px;
  height: 185px;
  font-size: 4rem;
  font-weight: 500;
}
.p-top-kv__text p {
  position: relative;
  /*display: inline-block;*/
  line-height: 1.1;
  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);
  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;
  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: calc(100% - 50px);
    height: 60px;
    font-size: 24px;
  }
  .p-top-kv__text p .js-under {
    width: 252px;
  }
}
@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: 400px;
  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;
  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;
}
.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;
  font-weight: 500;
}
.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-weight: 500;
}
.p-top-kv__link span:first-child {
  display: inline-block;
  opacity: 0;
  transform: translateX(-10px);
  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;
  transform: translateX(-100%);
  transition: 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;
  transition: transform 0.3s 0.7s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transform: translateX(-100%);
}
.is-hover .p-top-kv__link:after {
  animation: hoverLink 0.5s ease-in-out;
}
.is-hover .p-top-kv__link span:last-child b {
  animation: hoverLink 0.5s ease-in-out;
}
.p-top-kv__infoSection.is-current .p-top-kv__link:after {
  transform: translateX(0px);
}
.p-top-kv__infoSection.is-current .p-top-kv__link span:first-child {
  opacity: 1;
  transform: translateX(0px);
}
.p-top-kv__infoSection.is-current .p-top-kv__link span:last-child b {
  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;
  transition: transform 0.2s ease-out, background-color 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 {
  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 {
    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 {
  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 {
  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: #f5da44;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.2s ease-out, background-color 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(/configurator/assets/img/top/kv/btn.png) center no-repeat;
}
.p-top-kv__button:hover:before {
  background: #ffe400;
  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: 75px;
    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;
  align-items: center;
  justify-content: space-between;
  right: 60px;
  bottom: 56px;
  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;
}
@keyframes up {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes up2 {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes down {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes down2 {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}
.p-top-kv__indicatorCurrent.is-up {
  animation: up 1s forwards;
}
.p-top-kv__indicatorCurrent.is-up2 {
  animation: up2 1s forwards;
}
.p-top-kv__indicatorCurrent.is-down {
  animation: down 1s forwards;
}
.p-top-kv__indicatorCurrent.is-down2 {
  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;
  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;
  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 {
  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;
}
@keyframes showBase {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-top-kv__baseChild:nth-of-type(1) {
  background: #e7f1e4;
  z-index: 2;
}
.p-top-kv__baseChild:nth-of-type(1).is-show {
  animation: showBase 2s forwards;
}
.p-top-kv__baseChild:nth-of-type(2) {
  background: #fff8e4;
  z-index: 1;
}
.p-top-kv__baseChild:nth-of-type(2).is-show {
  animation: showBase 2s forwards;
}
.p-top-kv__baseChild:nth-of-type(3) {
  background: #e3f1f7;
  z-index: 0;
}
.p-top-kv__baseChild:nth-of-type(3).is-show {
  animation: showBase 2s forwards;
}
.p-top-kv__middle {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  overflow: hidden;
  z-index: 0;
}
.p-top-kv__middleChild {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.p-top-kv__middleChild:nth-of-type(1) {
  z-index: 2;
}
.p-top-kv__middleChild:nth-of-type(1) .p-top-kv__bg {
  background-image: url("/configurator/assets/img/top/kv/bg6.jpg");
}
.p-top-kv__middleChild:nth-of-type(2) {
  z-index: 1;
}
.p-top-kv__middleChild:nth-of-type(2) .p-top-kv__bg {
  background-image: url("/configurator/assets/img/top/kv/bg5.jpg");
}
.p-top-kv__middleChild:nth-of-type(3) {
  z-index: 0;
}
.p-top-kv__middleChild:nth-of-type(3) .p-top-kv__bg {
  background-image: url("/configurator/assets/img/top/kv/bg4.jpg");
}
.p-top-kv__middleInner {
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  visibility: hidden;
}
@keyframes showMiddle {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
.is-show:nth-of-type(1) .p-top-kv__middleInner {
  visibility: visible;
  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;
  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;
  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: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.3);
  visibility: hidden;
}
@keyframes sizeSmall {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.is-show:nth-of-type(1) .p-top-kv__bg {
  visibility: visible;
  animation: sizeSmall 1.8s forwards;
}
.is-show:nth-of-type(2) .p-top-kv__bg {
  visibility: visible;
  animation: sizeSmall 1.8s forwards;
}
.is-show:nth-of-type(3) .p-top-kv__bg {
  visibility: visible;
  animation: sizeSmall 1.8s forwards;
}
@media screen and (max-width: 920px) {
  .p-top-kv__bg {
    height: calc(100vh - 20px);
  }
}
.p-top-kv__carName {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  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__carName img {
  height: 100%;
}
.p-top-kv__carName img:nth-of-type(n-1) {
  display: inline-block;
  margin-left: 150px;
}
@keyframes moveName {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-600px);
  }
}
.is-show:nth-of-type(1) .p-top-kv__carName {
  visibility: visible;
  animation: moveName 9s forwards linear;
}
.is-show:nth-of-type(2) .p-top-kv__carName {
  visibility: visible;
  animation: moveName 9s forwards linear;
}
.is-show:nth-of-type(3) .p-top-kv__carName {
  visibility: visible;
  animation: moveName 9s forwards linear;
}
@media screen and (max-width: 1060px) {
  .p-top-kv__carName {
    bottom: calc((100vh - 160px) / 2);
    height: 160px;
  }
  .p-top-kv__carName img:nth-of-type(2) {
    margin-left: 120px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-kv__carName {
    bottom: 30vh;
    height: 100px;
  }
  .p-top-kv__carName img:nth-of-type(2) {
    margin-left: 70px;
  }
}
@keyframes carShow {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes carHide {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.p-top-kv__car {
  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__car {
    width: 85%;
    height: calc(100% - 20px);
  }
}
@media screen and (min-height: 600px) and (min-width: 1400px) {
  .p-top-kv__car {
    max-width: 1150px;
  }
}
.p-top-kv__carChild {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-top-kv__carChild:nth-of-type(1) .p-top-kv__carImg {
  background-image: url("/configurator/assets/img/top/kv/car6.png");
}
.p-top-kv__carChild:nth-of-type(2) .p-top-kv__carImg {
  background-image: url("/configurator/assets/img/top/kv/car5.png");
}
.p-top-kv__carChild:nth-of-type(3) .p-top-kv__carImg {
  background-image: url("/configurator/assets/img/top/kv/car4.png");
}
.p-top-kv__carMask {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20%;
  padding: 0 0 1px;
}
.p-top-kv__carMask:nth-of-type(1) {
  top: 0%;
}
.p-top-kv__carMask:nth-of-type(1) .p-top-kv__carImg {
  top: 0%;
  transform: translateY(100%);
}
.is-show .p-top-kv__carMask:nth-of-type(1) .p-top-kv__carImg {
  animation: carShow 0.8s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.is-hide .p-top-kv__carMask:nth-of-type(1) .p-top-kv__carImg {
  transform: translateY(0);
  animation: carHide 0.8s 0.24s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.p-top-kv__carMask:nth-of-type(2) {
  top: 20%;
}
.p-top-kv__carMask:nth-of-type(2) .p-top-kv__carImg {
  top: -100%;
  transform: translateY(100%);
}
.is-show .p-top-kv__carMask:nth-of-type(2) .p-top-kv__carImg {
  animation: carShow 0.8s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.is-hide .p-top-kv__carMask:nth-of-type(2) .p-top-kv__carImg {
  transform: translateY(0);
  animation: carHide 0.8s 0.34s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.p-top-kv__carMask:nth-of-type(3) {
  top: 40%;
}
.p-top-kv__carMask:nth-of-type(3) .p-top-kv__carImg {
  top: -200%;
  transform: translateY(100%);
}
.is-show .p-top-kv__carMask:nth-of-type(3) .p-top-kv__carImg {
  animation: carShow 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.is-hide .p-top-kv__carMask:nth-of-type(3) .p-top-kv__carImg {
  transform: translateY(0);
  animation: carHide 0.8s 0.44s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.p-top-kv__carMask:nth-of-type(4) {
  top: 60%;
}
.p-top-kv__carMask:nth-of-type(4) .p-top-kv__carImg {
  top: -300%;
  transform: translateY(100%);
}
.is-show .p-top-kv__carMask:nth-of-type(4) .p-top-kv__carImg {
  animation: carShow 0.8s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.is-hide .p-top-kv__carMask:nth-of-type(4) .p-top-kv__carImg {
  transform: translateY(0);
  animation: carHide 0.8s 0.54s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.p-top-kv__carMask:nth-of-type(5) {
  top: 80%;
}
.p-top-kv__carMask:nth-of-type(5) .p-top-kv__carImg {
  top: -400%;
  transform: translateY(100%);
}
.is-show .p-top-kv__carMask:nth-of-type(5) .p-top-kv__carImg {
  animation: carShow 0.8s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.is-hide .p-top-kv__carMask:nth-of-type(5) .p-top-kv__carImg {
  transform: translateY(0);
  animation: carHide 0.8s 0.64s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.p-top-kv__carImg {
  width: 100%;
  height: 100vh;
  background-position: center 54%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  transform: translateY(100%);
  background-size: 80% auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 920px) {
  .p-top-kv__carImg {
    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%;
  }
}
/* ---------------------------------------
  TOPページ
--------------------------------------- */
.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 {
  box-sizing: border-box;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-top-bgLineBox__1 {
  width: 1280px;
  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;
  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 12.7% 0;
  }
}
.p-top-bgLineBox__3 {
  width: 1060px;
  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: 61.64%;
  }
}
.p-top-bgLineBox__4 {
  width: 300px;
  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;
  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;
  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;
  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;
  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;
  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.8rem;
    font-weight: 500;
}
.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;
  animation: scBtnAnime 1.4s ease-out 0s infinite;
}
@media screen and (max-width: 920px) {
  .p-top-inductionBar {
    top: 30px;
    height: 50px;
  }
}
.p-top-contents {
  padding: 80px 0 80px;
}
@media screen and (max-width: 920px) {
  .p-top-contents {
    padding: 40px 0;
  }
}
.p-top-contents__head h3{
    font-size: 4.8rem;
    font-weight: 500;
    text-align: center;
    position: relative;
    margin: 0 0 60px;
}
.p-top-contents__head h3::after{
    content: "";
    display: inline-block;
    width:150px;
    height:4px;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
}
.p-top-contents__head.is-show:after {
  width: 100%;
}

@media screen and (max-width: 920px) {
  .p-top-contents__head {
    display: block;
    width: auto;
    margin:0 auto 40px;
    padding: 0 0 20px;
    box-sizing: border-box;
    position: relative;
    padding: 0;
    text-align: center;
  }
  .p-top-contents__head:after {
    height: 5px;
  } 
}
}

@media screen and (max-width: 920px) {
  .p-top-contents__title svg {
    height: inherit;
  }
}
.p-top-contents__head h3 {
    font-size: 3.6rem;
    margin: 10px auto 60px;
}
.p-top-contents__head h3::after {
    width: 80px;
    height: 3px;
    bottom: -20px;
}
.p-top-contents__text {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 920px) {
  .p-top-contents__text {
    width: auto;
    font-size: 16px;
    line-height: 1.6;
    padding: 0 20px;
  }
  .p-top-contents__text br {
    display: none;
  }
}
.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;
    box-sizing: border-box;
  }
}
.p-top-section {
  position: relative;
  width: 600px;
  height: 480px;
  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.4285714286px;
  }
}
@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__car {
  margin-top: -10px;
}
.p-top-section:nth-of-type(1) .p-top-section__bgInner3 {
  background-image: url(../img/top/contents/bg6.jpg);
}
.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__car {
  margin-top: -10px;
}
.p-top-section:nth-of-type(2) .p-top-section__bgInner3 {
  background-image: url(../img/top/contents/bg5.jpg);
}
.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__car {
  margin-top: -15px;
}
.p-top-section:nth-of-type(3) .p-top-section__bgInner3 {
  background-image: url(../img/top/contents/bg4.jpg);
}
.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__car {
  margin-top: -15px;
  margin-left: 26px;
}
.p-top-section:nth-of-type(4) .p-top-section__bgInner3 {
  background-image: url(../img/top/contents/bg6.jpg);
}
.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__car {
  margin-top: -15px;
}
.p-top-section:nth-of-type(5) .p-top-section__bgInner3 {
  background-image: url(../img/top/contents/bg5.jpg);
}
.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__car {
  margin-top: -10px;
}
.p-top-section:nth-of-type(6) .p-top-section__bgInner3 {
  background-image: url(../img/top/contents/bg4.jpg);
}
.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__car {
  margin-top: -52px;
}
.p-top-section:nth-of-type(7) .p-top-section__bgInner3 {
  background-image: url(../img/top/contents/bg3.jpg);
}
.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__car {
  margin-top: -20px;
}
.p-top-section:nth-of-type(8) .p-top-section__bgInner3 {
  background-image: url(../img/top/contents/bg2.jpg);
}
.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__car {
  margin-top: -20px;
}
.p-top-section:nth-of-type(9) .p-top-section__bgInner3 {
  background-image: url(../img/top/contents/bg1.jpg);
}
.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%;
  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: 61.3333333333vw;
  }
}
.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;
  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: 100px;
  height: 22px;
  box-sizing: border-box;
  margin: 0 0 0 80px;
  line-height: 22px;
  font-size: 1rem;
  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: 16px;
    font-size: 0.7rem;
    line-height: 16px;
    margin: 0 0 0 9.5%;
  }
}
.p-top-section__labelInner {
  width: 0;
  height: 100%;
  overflow: hidden;
  background: #ff0000;
  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 {
  padding: 0 0 0 12px;
  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;
  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;
  transform: translate3d(-140%, 0, 0);
  transition: 1.4s transform cubic-bezier(0.66, 0.45, 0.14, 0.79);
}
.p-top-section__numInner span {
  visibility: hidden;
  transition: 0s visibility 0.6s;
}
.p-top-section.is-show .p-top-section__numInner:after {
  transform: translate3d(140%, 0, 0);
}
.p-top-section.is-show .p-top-section__numInner span {
  visibility: visible;
}
.p-top-section__car {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.3s 0.6s, transform 0.5s 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-top-section__car img {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-top-section__inner:hover .p-top-section__car img {
  transform: scale(1.03) translate3d(0, 0, 0);
}
.p-top-section.is-show .p-top-section__car {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 1350px) {
  .p-top-section__car {
    text-align: center;
  }
  .p-top-section__car img {
    width: 460px;
  }
}
@media screen and (max-width: 1060px) {
  .p-top-section__car img {
    width: 380px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-section__car img {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .p-top-section__car 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-weight: 500;
}
@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;
  transform: translate3d(-120%, 0, 0);
  transition: transform 1.2s 0.4s cubic-bezier(0.66, 0.45, 0.14, 0.79);
}
.p-top-section__nameUpper span {
  visibility: hidden;
  transition: visibility 0s 0.9s;
}
.p-top-section.is-show .p-top-section__nameUpper:after {
  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: 24px;
    margin: 0 0 5px 0;
  }
}
.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;
  transform: translate3d(-120%, 0, 0);
  transition: transform 1.5s 0.4s cubic-bezier(0.66, 0.45, 0.14, 0.79);
}
.p-top-section__nameUnder span {
  visibility: hidden;
  transition: visibility 0s 1s;
}
.p-top-section.is-show .p-top-section__nameUnder:after {
  transform: translate3d(100%, 0, 0);
}
.p-top-section.is-show .p-top-section__nameUnder span {
  visibility: visible;
}
.p-top-section__price {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
    font-weight: 500;
}
.p-top-section__price:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 120%;
  height: 100%;
  background: #000;
  transform: translate3d(-120%, 0, 0);
  transition: transform 1.6s 0.4s cubic-bezier(0.66, 0.45, 0.14, 0.79);
}
.p-top-section__price span {
  visibility: hidden;
  transition: visibility 0s 1s;
}
.p-top-section.is-show .p-top-section__price:after {
  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: 16px;
  }
  .p-top-section__nameUnder{
    font-size: 18px;
        margin: 0 0 5px 0;
  }
}
.p-top-section__btn {
  display: block;
  position: absolute;
  overflow: hidden;
  right: 80px;
  bottom: 22px;
  width: 200px;
  height: 45px;
  line-height: 40px;
  font-size: 1.8rem;
  font-weight: 500;
}
.p-top-section__btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #000;
  transition: transform 0.3s 0.7s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transform: translateX(-100%);
}
.p-top-section__btn span:first-child {
  display: inline-block;
  opacity: 0;
  transform: translateX(-10px);
  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;
  transform: translateX(-100%);
  transition: transform 0.3s 0.7s ease-out;
}
.is-hover .p-top-section__btn:before {
  animation: hoverLink 0.5s ease-in-out;
}
.is-hover .p-top-section__btn span:last-child b {
  animation: hoverLink 0.5s ease-in-out;
}
.p-top-section.is-show .p-top-section__btn:before {
  transform: translateX(0%);
}
.p-top-section.is-show .p-top-section__btn span:first-child {
  opacity: 1;
  transform: translateX(0px);
}
.p-top-section.is-show .p-top-section__btn span:last-child b {
  transform: translateX(0%);
}
@media screen and (max-width: 1350px) {
  .p-top-section__btn {
    right: 60px;
    bottom: 18px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
@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;
  }
}
.p-top-contents__head{
  text-align: center;
  margin: 0 auto 60px;
}
.p-top-contents__title {
  font-size: 48px;
  font-weight: 500;
  position: relative;
  margin: 0 auto 55px;
  display: inline-block;
  line-height: 1;
}
.p-top-contents__title::after {
  content: "";
  width: 50%;
  max-width: 150px;
  height: 4px;
  display: inline-block;
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: auto;
}
@media screen and (max-width: 1024.9px) {
  .p-top-contents__title{
    font-size: 36px;
  }
  .p-top-contents__title::after {
    width: 37%;
    height: 3px;
    bottom: -20px;
  }
}
@media screen and (max-width: 768.9px) {
  .p-top-contents__title {
    font-size: 26px;
    margin: 0 0 40px;
  }
}
