@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.u-sp-show {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-sp-hide {
    display: none;
  }
  .u-sp-show {
    display: block;
  }
}
/* overwrite */
body {
  color: #333;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
}

.l-container__inner {
  max-width: 980px;
  padding: 0 0 100px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .l-container__inner {
    max-width: 100%;
    padding: 0 3% 100px;
  }
}
@media screen and (max-width: 768px) {
  .l-container__inner {
    padding: 40px 5%;
  }
}
/* header overwrite */
@media screen and (min-width: 769px) {
  .l-auto-local-header__title__link {
    max-width: 250px !important;
    flex-wrap: nowrap !important;
  }
  .l-auto-local-header__title__link > span {
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .-pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .-sp {
    display: none !important;
  }
}

.main {
  background-color: #eee;
}

.inner {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  html::after {
    background-image: url(/N-VAN-e/everyday/images/img_slider010101_sp.webp);
  }
}

.mv {
  position: relative;
  width: 100dvw;
  height: calc(100svh - 149px);
}
@media screen and (max-width: 768px) {
  .mv {
    aspect-ratio: 750/868;
    height: auto;
  }
}
.mv__inner {
  position: relative;
  height: 100%;
}
.mv__anchor {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 41px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv__anchor {
    display: block;
    bottom: min(20px, 2.9985007496svh);
  }
}
.mv__anchor img rect, .mv__anchor img path, .mv__anchor svg rect, .mv__anchor svg path {
  fill: #B5AEA2;
}
.mv__anchor img .group01, .mv__anchor svg .group01 {
  animation-name: scroll01;
  animation-duration: 1s;
  animation-timing-function: steps(5, end);
  animation-iteration-count: infinite;
}
@keyframes scroll01 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(25%);
  }
}
.mv__logo {
  position: absolute;
  top: 50%;
  right: 80px;
  max-width: 566px;
  width: 100%;
  transform: translateY(-50%);
  opacity: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv__logo {
    top: unset;
    bottom: 17px;
    left: 0;
    right: 0;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(0);
  }
  .mv__logo img {
    width: 100%;
  }
}
.mv__logo::after {
  content: "";
  position: absolute;
  bottom: 10%;
  right: 0;
  display: inline-block;
  width: 108%;
  aspect-ratio: 684/309;
  background-image: url(/N-VAN-e/everyday/images/bg_logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.loaded .mv__logo {
  opacity: 1;
}
.mv__logo .ruby {
  color: #fff;
  width: 55%;
  font-size: 18px;
  font-weight: 300;
  margin-top: 15px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .mv__logo .ruby {
    margin-top: 2%;
  }
}
.loaded .mv__logo .ruby {
  animation: fadeInTitle 0.5s linear 3.5s 1 normal forwards;
}
@keyframes fadeInTitle {
  100% {
    opacity: 1;
  }
}
.mv__logo .logo .item02.overlay,
.mv__logo .logo .item03.overlay {
  fill: #fff;
  transition: opacity 1s ease-in-out;
  transition-delay: 10s;
}
.loaded .mv__logo .logo .item02.overlay,
.loaded .mv__logo .logo .item03.overlay {
  opacity: 0;
}
.mv__logo .logo .item02.grad01,
.mv__logo .logo .item03.grad01 {
  fill: url(#gradGroup01);
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.view01 .mv__logo .logo .item02.grad01,
.view01 .mv__logo .logo .item03.grad01 {
  opacity: 1;
}
.mv__logo .logo .item02.grad02,
.mv__logo .logo .item03.grad02 {
  fill: url(#gradGroup02);
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.view02 .mv__logo .logo .item02.grad02,
.view02 .mv__logo .logo .item03.grad02 {
  opacity: 1;
}
.mv__logo .logo #gradItem01 {
  animation: pathGrad01 5s linear infinite;
}
@keyframes pathGrad01 {
  0% {
    stop-color: #ffdcff;
  }
  25% {
    stop-color: #ffdcdc;
  }
  50% {
    stop-color: #fbffc8;
  }
  75% {
    stop-color: #ffdcdc;
  }
  100% {
    stop-color: #ffdcff;
  }
}
.mv__logo .logo #gradItem02 {
  animation: pathGrad02 5s linear infinite;
}
@keyframes pathGrad02 {
  0% {
    stop-color: #c8ffc8;
  }
  25% {
    stop-color: #c8ffff;
  }
  50% {
    stop-color: #dcdcff;
  }
  75% {
    stop-color: #c8ffff;
  }
  100% {
    stop-color: #c8ffc8;
  }
}
.mv__logo .logo .group01 {
  opacity: 0;
}
.loaded .mv__logo .logo .group01 {
  animation: fadeIn01 1s ease-in-out 0s 1 normal forwards;
}
@keyframes fadeIn01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mv__logo .logo .group02 {
  opacity: 0;
}
.mv__logo .logo .group02 .item02.overlay,
.mv__logo .logo .group02 .item03.overlay {
  fill: #fbffc8;
}
.loaded .mv__logo .logo .group02 {
  animation: fadeIn02 1s linear 1.5s 1 normal forwards;
}
@keyframes fadeIn02 {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.mv__logo .logo .group03 .item04 {
  opacity: 0;
}
.loaded .mv__logo .logo .group03 .item04 {
  animation: fadeInItem01 0.1s ease-in-out 0.7s 1 normal forwards;
}
@keyframes fadeInItem01 {
  100% {
    opacity: 1;
  }
}
.mv__logo .logo .group03 .item05 {
  opacity: 0;
}
.loaded .mv__logo .logo .group03 .item05 {
  animation: fadeInItem02 0.1s ease-in-out 0.8s 1 normal forwards;
}
@keyframes fadeInItem02 {
  100% {
    opacity: 1;
  }
}
.mv__logo .logo .group03 .item06 {
  opacity: 0;
}
.loaded .mv__logo .logo .group03 .item06 {
  animation: fadeInItem03 0.1s ease-in-out 0.9s 1 normal forwards;
}
@keyframes fadeInItem03 {
  100% {
    opacity: 1;
  }
}
.mv__logo .logo .group03 .item07 {
  opacity: 0;
}
.loaded .mv__logo .logo .group03 .item07 {
  animation: fadeInItem04 0.1s ease-in-out 1s 1 normal forwards;
}
@keyframes fadeInItem04 {
  100% {
    opacity: 1;
  }
}
.mv__logo .logo .group03 .item08 {
  opacity: 0;
}
.loaded .mv__logo .logo .group03 .item08 {
  animation: fadeInItem05 0.1s ease-in-out 1.1s 1 normal forwards;
}
@keyframes fadeInItem05 {
  100% {
    opacity: 1;
  }
}
.mv__logo .logo .group03 .item09 {
  opacity: 0;
}
.loaded .mv__logo .logo .group03 .item09 {
  animation: fadeInItem06 0.1s ease-in-out 1.2s 1 normal forwards;
}
@keyframes fadeInItem06 {
  100% {
    opacity: 1;
  }
}
.mv__logo .logo .group03 .item10 {
  opacity: 0;
}
.loaded .mv__logo .logo .group03 .item10 {
  animation: fadeInItem07 0.1s ease-in-out 1.3s 1 normal forwards;
}
@keyframes fadeInItem07 {
  100% {
    opacity: 1;
  }
}
.mv__logo .logo .group03 .item11 {
  opacity: 0;
}
.loaded .mv__logo .logo .group03 .item11 {
  animation: fadeInItem08 0.1s ease-in-out 1.4s 1 normal forwards;
}
@keyframes fadeInItem08 {
  100% {
    opacity: 1;
  }
}
.mv__logo .logo .group04 .item12 {
  opacity: 0;
}
.loaded .mv__logo .logo .group04 .item12 {
  animation: fadeInItem09 0.1s ease-in-out 2.9s 1 normal forwards;
}
@keyframes fadeInItem09 {
  100% {
    opacity: 1;
  }
}
.mv__logo .logo .group04 .item13 {
  opacity: 0;
}
.loaded .mv__logo .logo .group04 .item13 {
  animation: fadeInItem10 0.1s ease-in-out 3s 1 normal forwards;
}
@keyframes fadeInItem10 {
  100% {
    opacity: 1;
  }
}
.mv__logo .logo .group04 .item14 {
  opacity: 0;
}
.loaded .mv__logo .logo .group04 .item14 {
  animation: fadeInItem11 0.1s ease-in-out 3.1s 1 normal forwards;
}
@keyframes fadeInItem11 {
  100% {
    opacity: 1;
  }
}
.mv__logo .logo .group04 .item15 {
  opacity: 0;
}
.loaded .mv__logo .logo .group04 .item15 {
  animation: fadeInItem12 0.1s ease-in-out 3.2s 1 normal forwards;
}
@keyframes fadeInItem12 {
  100% {
    opacity: 1;
  }
}
.mv__img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 768px) {
  .mv__img img {
    -o-object-position: bottom center;
       object-position: bottom center;
  }
}
@media screen and (max-height: 667px) {
  .mv__img img {
    -o-object-position: 50% 80%;
       object-position: 50% 80%;
  }
}
.mv__imgCont {
  position: relative;
  width: 100%;
  height: 100%;
}
.mv__imgSlide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
}
.mv__imgSlide.active {
  opacity: 1;
}
.view01 .mv__imgSlide.slide01 {
  opacity: 1;
}
.view02 .mv__imgSlide.slide02 {
  opacity: 1;
}
.mv__imgIcon {
  position: absolute;
  bottom: 60px;
  left: 60px;
  display: block;
  width: 41px;
}
@media screen and (max-width: 768px) {
  .mv__imgIcon {
    visibility: hidden;
    bottom: 20px;
    right: 20px;
    left: unset;
    pointer-events: none;
  }
}

.intro__inner {
  padding-top: 120px;
  padding-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .intro__inner {
    padding-top: 38px;
    padding-bottom: 60px;
  }
}
.intro__text {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .intro__text {
    font-size: 18px;
  }
}
.intro__tab {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .intro__tab {
    margin-top: 43px;
  }
}
.intro__tabImg {
  overflow: hidden;
}
.intro__tabImg img {
  display: block;
  width: 100%;
  transition: transform 0.5s ease-in-out;
}
.intro__tab ul {
  list-style: none;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .intro__tab ul {
    flex-direction: column;
  }
}
.intro__tab ul li {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 768px) {
  .intro__tab ul li {
    width: 100%;
  }
}
.intro__tab ul li dl {
  position: relative;
  padding: 0 75px 50px 42px;
}
@media screen and (max-width: 768px) {
  .intro__tab ul li dl {
    padding: 0 25px 15px;
  }
}
.intro__tab ul li dl dt {
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .intro__tab ul li dl dt {
    margin-top: -10px;
  }
}
.intro__tab ul li dl dt img {
  max-width: 100%;
  width: auto;
}
.intro__tab ul li dl dd {
  display: flex;
  justify-content: flex-end;
  color: #fff;
  font-size: 18px;
  line-height: 2;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .intro__tab ul li dl dd {
    font-size: 12px;
    margin-top: 10px;
  }
}
.intro__tab ul li a, .intro__tab ul li span {
  color: inherit;
  text-decoration: none;
}
.intro__tab ul li a:hover .intro__tabImg img, .intro__tab ul li span:hover .intro__tabImg img {
  transform: scale(1.1);
}
.intro__tab ul li.-ah {
  background-color: #b8b1a5;
}
@media screen and (max-width: 768px) {
  .intro__tab ul li.-ah dl dt img {
    width: 53.5vw;
  }
}
.intro__tab ul li.-cw {
  background-color: #9daba3;
}
@media screen and (max-width: 768px) {
  .intro__tab ul li.-cw dl dt img {
    width: 65.6vw;
  }
}

.gallery {
  position: relative;
  padding-top: 48px;
}
.gallery__inner {
  position: relative;
  overflow: clip;
  padding-top: 48px;
  height: calc(600vh - 48px);
}
@media screen and (max-width: 768px) {
  .gallery__inner {
    padding-top: 0;
    height: auto;
  }
}
.gallery__sticky {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100vh - 48px);
}
@media screen and (max-width: 768px) {
  .gallery__sticky {
    position: relative;
    flex-direction: column;
    height: auto;
  }
}
.gallery__bg {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 250vw;
  height: 100vh;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .gallery__bg {
    height: 300svh;
  }
}

.option {
  padding-top: 120px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .option {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.option__inner {
  max-width: 1280px;
}
@media screen and (max-width: 768px) {
  .option__inner {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .option__cont {
    background-color: #eeeeee;
    padding-top: 60px;
    padding-bottom: 35px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.option__contTitle {
  font-size: 26px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .option__contTitle {
    font-size: 20px;
  }
}
.option__contItem {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 14px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .option__contItem {
    flex-direction: column;
  }
}
.option__contItem ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 14px;
}
@media screen and (max-width: 768px) {
  .option__contItem ul {
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 30px;
  }
}
.option__contItem ul > li {
  width: calc((100% - 75px) / 4);
}
@media screen and (max-width: 768px) {
  .option__contItem ul > li {
    width: calc((100% - 15px) / 2);
  }
}
.option__contItem ul > li img {
  width: 100%;
}
.option__contItem ul > li p {
  font-size: 14px;
}
.option__contItem .left,
.option__contItem .right {
  flex: 1;
}
.option__contItem .left p,
.option__contItem .right p {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .option__contItem .left p,
  .option__contItem .right p {
    font-size: 14px;
  }
}
.option__contItem .left p + p,
.option__contItem .right p + p {
  margin-top: 1em;
}
.option__contBtn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .option__contBtn {
    margin-top: 50px;
  }
}
.option__contBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  width: 100%;
  min-height: 50px;
  color: #333;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 100px;
  padding: 7px;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s;
}
.option__contBtn a:hover {
  opacity: 0.7;
}
.option__note {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .option__note {
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 80px;
  }
}
.option__note > p,
.option__note > ul > li {
  font-size: 11px;
  line-height: 1.5;
}
.option__note > p span,
.option__note > ul > li span {
  text-decoration: underline;
}
.option__note > ul {
  list-style: none;
  margin-top: 30px;
}
.option:not(.active) {
  display: none;
}
.option.active {
  display: block;
}

.card {
  position: relative;
  display: flex;
  width: 250dvw;
  height: 100vh;
}
@media screen and (min-width: 769px) {
  .card {
    will-change: transform;
    transform-style: preserve-3d;
  }
}
@media screen and (max-width: 768px) {
  .card {
    flex-direction: column;
    width: auto;
    min-width: 100dvw;
    height: 300svh;
  }
}
.card__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.card__imgItem {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease-in-out;
}
.card__imgItem:nth-child(2) {
  opacity: 0;
}
.card__imgItem:nth-child(2).active {
  opacity: 1;
}
.card__imgItem.charging::after {
  content: "";
  position: absolute;
  bottom: 60px;
  right: 60px;
  display: inline-block;
  width: 390px;
  aspect-ratio: 390/31;
  background-image: url(../images/icon_charging.svg);
  background-color: #666666;
  background-size: 183px;
  background-repeat: repeat-x;
  background-position: left center;
  animation: bgroop 3s linear infinite;
  animation-timing-function: steps(20, end);
}
@keyframes bgroop {
  from {
    background-position: 0 center;
  }
  to {
    background-position: -280px center;
  }
}
@media screen and (max-width: 768px) {
  .card__imgItem.charging::after {
    bottom: calc(200vh + 20px);
    right: 0;
    left: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 750/62;
    animation: bgroop 6s linear infinite;
    animation-timing-function: steps(40, end);
  }
  @keyframes bgroop {
    from {
      background-position: 0 center;
    }
    to {
      background-position: -300% center;
    }
  }
}
.card__detail {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100dvw;
  height: 100%;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .card__detail {
    position: relative;
    display: block;
    height: 0;
  }
}
.card__detail.active {
  opacity: 1;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .card__detail.active {
    height: 300vh;
  }
}
.card__detail:nth-child(1) .card__cont,
.card__detail:nth-child(1) .card__blank {
  background-color: #b8b1a5;
}
.card__detail:nth-child(2) .card__cont,
.card__detail:nth-child(2) .card__blank {
  background-color: #9daba3;
}
.card__cont {
  position: relative;
  min-width: 570px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 80px 48px 110px;
}
@media screen and (max-width: 768px) {
  .card__cont {
    min-width: unset;
    width: 100%;
    height: auto;
    padding: 45px 0;
  }
}
.card__cont.-blank {
  width: 100%;
  padding: 0 0 48px;
}
@media screen and (max-width: 768px) {
  .card__cont.-blank {
    padding: 0;
  }
}
.card__tab {
  position: relative;
  width: 60px;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .card__tab {
    width: 100%;
    height: 50px;
  }
}
.card__tab ul {
  list-style: none;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .card__tab ul {
    flex-direction: row;
    height: 100%;
  }
}
.card__tab ul li {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: calc(50% + 30px);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .card__tab ul li {
    width: 70%;
    height: 100%;
  }
}
.card__tab ul li a,
.card__tab ul li span {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .card__tab ul li a,
  .card__tab ul li span {
    align-items: center;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .card__tab ul li a img,
  .card__tab ul li span img {
    display: block;
    height: 9px;
  }
}
.card__tab ul li.-ah {
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2060%20570%22%3E%3Cg%3E%3Cpolygon%20points%3D%2260%20570%200%20540%200%200%2060%200%2060%20570%22%20fill%3D%22%23b8b1a5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: bottom right;
}
@media screen and (max-width: 768px) {
  .card__tab ul li.-ah {
    width: 46.5%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20999.5%20100%22%3E%3Cdefs%3E%3Cstyle%3Epolygon%7Bfill%3A%23b8b1a5%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%3E%3Cpolygon%20points%3D%220%20100%20999.5%20100%20959.5%200%200%200%200%20100%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}
.card__tab ul li.-ah span,
.card__tab ul li.-ah a {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .card__tab ul li.-ah span,
  .card__tab ul li.-ah a {
    margin-top: 0;
  }
}
.card__tab ul li.-wd {
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2060%20570%22%3E%3Cg%3E%3Cpolygon%20points%3D%2260%20570%200%20570%200%2030%2060%200%2060%20570%22%20fill%3D%22%239daba3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: top right;
}
@media screen and (max-width: 768px) {
  .card__tab ul li.-wd {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201000.5%20100%22%3E%3Cdefs%3E%3Cstyle%3Epolygon%7Bfill%3A%239daba3%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%3E%3Cpolygon%20points%3D%221000.5%20100%200%20100%2040%200%201000.5%200%201000.5%20100%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: top left;
  }
}
.card__tab ul li.-wd span,
.card__tab ul li.-wd a {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .card__tab ul li.-wd span,
  .card__tab ul li.-wd a {
    margin-top: 0;
  }
}
.card__tab.-first ul li:nth-child(1) {
  z-index: 2;
  filter: drop-shadow(-1px 4px 2px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 768px) {
  .card__tab.-first ul li:nth-child(1) {
    filter: drop-shadow(3px 0px 2px rgba(0, 0, 0, 0.15));
  }
}
@media screen and (max-width: 768px) {
  .card__tab.-first ul li:nth-child(1) a,
  .card__tab.-first ul li:nth-child(1) span {
    justify-content: flex-end;
    padding-right: 19%;
  }
}
.card__tab.-first ul li:nth-child(2) {
  z-index: 1;
  box-shadow: inset -2px 1px 2px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .card__tab.-first ul li:nth-child(2) {
    left: 36%;
    box-shadow: inset 0px -2px 3px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 769px) {
  .card__tab.-first ul li:nth-child(2) a,
  .card__tab.-first ul li:nth-child(2) span {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .card__tab.-first ul li:nth-child(2) a,
  .card__tab.-first ul li:nth-child(2) span {
    justify-content: flex-start;
    padding-left: 21.5%;
  }
}
.card__tab.-first ul li:nth-child(2) a::before,
.card__tab.-first ul li:nth-child(2) span::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../images/icon_contTabTitle02.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .card__tab.-first ul li:nth-child(2) a::before,
  .card__tab.-first ul li:nth-child(2) span::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .card__tab.-first ul li:nth-child(2) a img,
  .card__tab.-first ul li:nth-child(2) span img {
    height: 10px;
  }
}
.card__tab.-second ul li:nth-child(1) {
  z-index: 1;
  box-shadow: inset -2px 1px 2px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .card__tab.-second ul li:nth-child(1) {
    width: 56%;
    box-shadow: inset 0px -2px 3px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 769px) {
  .card__tab.-second ul li:nth-child(1) a,
  .card__tab.-second ul li:nth-child(1) span {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .card__tab.-second ul li:nth-child(1) a,
  .card__tab.-second ul li:nth-child(1) span {
    justify-content: flex-end;
    padding-right: 26.7%;
  }
}
.card__tab.-second ul li:nth-child(1) a::before,
.card__tab.-second ul li:nth-child(1) span::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../images/icon_contTabTitle01.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .card__tab.-second ul li:nth-child(1) a::before,
  .card__tab.-second ul li:nth-child(1) span::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .card__tab.-second ul li:nth-child(1) a img,
  .card__tab.-second ul li:nth-child(1) span img {
    height: 10px;
  }
}
.card__tab.-second ul li:nth-child(2) {
  z-index: 2;
  filter: drop-shadow(-1px -4px 2px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 768px) {
  .card__tab.-second ul li:nth-child(2) {
    left: unset;
    right: 0;
    width: 56%;
    filter: drop-shadow(-3px 0px 2px rgba(0, 0, 0, 0.15));
  }
}
@media screen and (max-width: 768px) {
  .card__tab.-second ul li:nth-child(2) a,
  .card__tab.-second ul li:nth-child(2) span {
    justify-content: flex-start;
    padding-left: 15.75%;
  }
}
@media screen and (max-width: 768px) {
  .card__tab + .card__cont {
    margin-top: -1px;
  }
}
.card__block {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .card__block {
    padding: 0 40px;
  }
}
.card__blockTime img,
.card__blockTime svg {
  display: block;
  width: auto;
  max-width: 100%;
  height: 54px;
}
.card__blockTime img.time01 rect, .card__blockTime img.time01 path,
.card__blockTime svg.time01 rect,
.card__blockTime svg.time01 path {
  fill: url(#gradient);
}
.card__blockTime img.time01 #grad,
.card__blockTime svg.time01 #grad {
  animation: timeGrad01 5s ease-in-out infinite alternate;
}
@keyframes timeGrad01 {
  0% {
    stop-color: #ffdcff;
  }
  25% {
    stop-color: #ffdcdc;
  }
  50% {
    stop-color: #fbffc8;
  }
  75% {
    stop-color: #ffdcdc;
  }
  100% {
    stop-color: #ffdcff;
  }
}
.card__blockTime img.time02 rect, .card__blockTime img.time02 path,
.card__blockTime svg.time02 rect,
.card__blockTime svg.time02 path {
  fill: url(#gradient02);
}
.card__blockTime img.time02 #grad02,
.card__blockTime svg.time02 #grad02 {
  animation: timeGrad02 5s ease-in-out infinite alternate;
}
@keyframes timeGrad02 {
  0% {
    stop-color: #c8ffc8;
  }
  25% {
    stop-color: #c8ffff;
  }
  50% {
    stop-color: #dcdcff;
  }
  75% {
    stop-color: #c8ffff;
  }
  100% {
    stop-color: #c8ffc8;
  }
}
.card__blockTitle {
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .card__blockTitle {
    font-size: 20px;
    margin-top: 50px;
  }
}
.card__blockText {
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .card__blockText {
    font-size: 14px;
    margin-top: 35px;
  }
}
.card__blockPickup {
  display: grid;
  grid-template-columns: 195px 1fr;
  grid-template-rows: 1fr auto;
  align-items: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .card__blockPickup {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    row-gap: 5px;
  }
}
.card__blockPickup .capture {
  grid-column: 1/2;
  grid-row: 1/3;
  display: block;
  max-width: 195px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .card__blockPickup .capture {
    grid-column: 1/2;
    grid-row: 2/3;
    max-width: 100%;
  }
}
.card__blockPickup .ruby {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (max-width: 768px) {
  .card__blockPickup .ruby {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .card__blockPickup .ruby img {
    width: 68%;
  }
}
.card__blockPickup > p {
  grid-column: 2/3;
  grid-row: 2/3;
  max-width: 165px;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .card__blockPickup > p {
    grid-column: 1/2;
    grid-row: 3/4;
    max-width: 100%;
    font-size: 11px;
    margin-top: 5px;
  }
}
.card__blockPickup > p sup {
  font-size: 10px;
}
.card__scroll {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 30px;
  margin-top: auto;
}
.card__scroll .toscroll {
  width: 42px;
  aspect-ratio: 42/52;
}
@media screen and (max-width: 768px) {
  .card__scroll .toscroll {
    bottom: 20px;
    right: unset;
    left: 20px;
  }
}
.card__scroll .toscroll img {
  display: block;
  width: 100%;
}
.card__scroll .toscene {
  width: 83px;
  aspect-ratio: 83/52;
}
@media screen and (max-width: 768px) {
  .card__scroll .toscene {
    bottom: 20px;
    right: 20px;
  }
}
.card__scroll .toscene img {
  display: block;
  width: 100%;
}
.card__blank {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: min(18.5185185185vh, 200px);
  padding-left: min(10.9375vw, 210px);
}
@media screen and (max-width: 768px) {
  .card__blank {
    padding-top: 0;
    padding-left: 0;
  }
}
.card__blankCont {
  display: flex;
  -moz-column-gap: min(5.2083333333vw, 100px);
       column-gap: min(5.2083333333vw, 100px);
}
@media screen and (max-width: 768px) {
  .card__blankCont {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 100px;
  }
}
.card__blankMain {
  position: relative;
}
@media screen and (max-width: 768px) {
  .card__blankMain {
    position: static;
  }
}
.card__blankMain .caption {
  position: absolute;
  top: max(-3.3854166667vw, -65px);
  left: 50%;
  display: block;
  width: min(56.6145833333vw, 1087px);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .card__blankMain .caption {
    top: 10px;
    left: 0;
    width: 40px;
    transform: unset;
    z-index: 10;
  }
}
.card__blankMain .caption.caption02 {
  top: max(-2.8645833333vw, -55px);
  left: 75%;
  width: min(73.2291666667vw, 1406px);
}
@media screen and (max-width: 768px) {
  .card__blankMain .caption.caption02 {
    top: 10px;
    left: 0;
    width: 40px;
    transform: unset;
    z-index: 10;
  }
}
.card__blankMain .image {
  display: block;
  width: min(42.1875vw, 810px);
}
@media screen and (max-width: 768px) {
  .card__blankMain .image {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 50px;
  }
}
.card__blankMain .note {
  color: #fff;
  font-size: 10px;
  padding: 20px 20px 0;
}
.card__blankSide {
  margin-top: min(3.6458333333vw, 70px);
}
@media screen and (max-width: 768px) {
  .card__blankSide {
    margin-top: 0;
  }
}
.card__blankSide p {
  color: #fff;
  font-size: min(1.25vw, 24px);
  letter-spacing: 0.1em;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .card__blankSide p {
    font-size: 14px;
    line-height: 2.5;
  }
}
@media screen and (max-width: 768px) {
  .card__blankSide p + p {
    margin-top: 2em;
  }
}
.card__blankNext {
  position: absolute;
  bottom: min(12.037037037vh, 130px);
  right: min(16.875vw, 324px);
  width: min(15.625vw, 300px);
  aspect-ratio: 300/200;
  padding: min(1.5625vw, 30px);
  transform-origin: right bottom;
}
@media screen and (max-width: 768px) {
  .card__blankNext {
    position: static;
    width: 225px;
    padding: 20px !important;
    margin: 145px 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .card__blankNext a {
    position: relative;
  }
}
.card__blankNext .arr {
  width: 41px;
  display: block;
  width: 41px;
  aspect-ratio: 41/17;
}
@media screen and (max-width: 768px) {
  .card__blankNext .arr {
    width: 32px;
  }
}
.card__blankNext .arr.-ah {
  fill: #fbffc8;
}
.card__blankNext .arr.-wd {
  fill: #d9ffe9;
}
.card__blankNext .caption {
  display: block;
  width: auto;
  height: min(4.21875vw, 81px);
  margin-top: min(2.0833333333vw, 40px);
}
@media screen and (max-width: 768px) {
  .card__blankNext .caption {
    height: 60px;
    margin-top: 60px;
  }
}
.card__blankNext .image {
  position: absolute;
  top: max(-7.2916666667vw, -140px);
  right: max(-6.25vw, -120px);
  width: min(15.625vw, 300px);
  aspect-ratio: 300/200;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .card__blankNext .image {
    top: -105px;
    right: -110px;
    width: 225px;
    margin-top: 5px;
  }
}
.card__blankNext .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease-in-out;
}
.card__blankNext a:hover .image img {
  transform: scale(1.1);
}
.card__blankNext.-ah {
  background-color: #b8b1a5;
}
.card__blankNext.-wd {
  background-color: #9daba3;
}
.card__blankScroll {
  position: absolute;
  bottom: min(4.1666666667vw, 80px);
  left: min(10.9375vw, 210px);
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 36px;
       column-gap: 36px;
}
@media screen and (max-width: 768px) {
  .card__blankScroll {
    display: none;
  }
}
.card__blankScroll .toscroll {
  display: none !important;
  position: absolute;
  right: 36px;
  width: 42px;
  aspect-ratio: 42/52;
}
.card__blankScroll .toscroll img {
  display: block;
  width: 100%;
}
.card__blankScroll p {
  color: #fff;
  font-size: 11px;
  margin-bottom: -4px;
}
@media screen and (min-width: 769px) {
  .card__blankScroll p {
    position: absolute;
    left: 0;
    width: 60vw;
    max-width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .card__blankScroll p {
    margin-bottom: 0;
  }
}
.card .bg {
  display: none;
}
@media screen and (max-width: 768px) {
  .card .bg {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .card.-blank {
    height: auto;
  }
  .card.-blank .card__detail {
    height: 0;
  }
  .card.-blank .card__detail.active {
    height: auto;
  }
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%);
}
.bg__charging {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 100px;
  aspect-ratio: 334/40;
  background-image: url(../images/icon_charging.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.bg__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bg__img {
    position: fixed;
  }
}
.bg__img.active {
  opacity: 1;
}
.bg img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.bg img.obTop {
  -o-object-position: top center;
     object-position: top center;
}
.bg.bg01 {
  z-index: 50;
}
.bg.bg02 {
  z-index: 49;
}
.bg.bg03 {
  z-index: 48;
}
.bg.bg04 {
  z-index: 47;
}
.bg.bg05 {
  z-index: 46;
}

.firstIcon {
  display: block;
}
.firstIcon.icon01 rect, .firstIcon.icon01 path {
  fill: #fbffc8;
}
.firstIcon.icon01.grad rect, .firstIcon.icon01.grad path {
  fill: url(#gradient01);
}
.firstIcon.icon02 rect, .firstIcon.icon02 path {
  fill: #d9ffe9;
}
.firstIcon.icon02.grad rect, .firstIcon.icon02.grad path {
  fill: url(#gradient02);
}
.firstIcon #grad01 {
  animation: firstGrad01 5s ease-in-out infinite alternate;
}
@keyframes firstGrad01 {
  0% {
    stop-color: #ffdcff;
  }
  25% {
    stop-color: #ffdcdc;
  }
  50% {
    stop-color: #fbffc8;
  }
  75% {
    stop-color: #ffdcdc;
  }
  100% {
    stop-color: #ffdcff;
  }
}
.firstIcon #grad02 {
  animation: firstGrad02 5s ease-in-out infinite alternate;
}
@keyframes firstGrad02 {
  0% {
    stop-color: #c8ffc8;
  }
  25% {
    stop-color: #c8ffff;
  }
  50% {
    stop-color: #dcdcff;
  }
  75% {
    stop-color: #c8ffff;
  }
  100% {
    stop-color: #c8ffc8;
  }
}

.scrollIcon {
  display: block;
}
.scrollIcon.icon01 rect, .scrollIcon.icon01 path {
  fill: #fbffc8;
}
.scrollIcon.icon01.grad rect, .scrollIcon.icon01.grad path {
  fill: url(#gradient01);
}
.scrollIcon.icon02 rect, .scrollIcon.icon02 path {
  fill: #d9ffe9;
}
.scrollIcon.icon02.grad rect, .scrollIcon.icon02.grad path {
  fill: url(#gradient02);
}
.scrollIcon .group01 {
  animation-name: scroll01;
  animation-duration: 1.25s;
  animation-timing-function: steps(1, end);
  animation-iteration-count: infinite;
}
@keyframes scroll01 {
  0% {
    transform: translateY(-24px);
  }
  20% {
    transform: translateY(-18px);
  }
  40% {
    transform: translateY(-12px);
  }
  60% {
    transform: translateY(-6px);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.scrollIcon #grad01 {
  animation: scrollGrad01 5s ease-in-out infinite alternate;
}
@keyframes scrollGrad01 {
  0% {
    stop-color: #ffdcff;
  }
  25% {
    stop-color: #ffdcdc;
  }
  50% {
    stop-color: #fbffc8;
  }
  75% {
    stop-color: #ffdcdc;
  }
  100% {
    stop-color: #ffdcff;
  }
}
.scrollIcon #grad02 {
  animation: scrollGrad02 5s ease-in-out infinite alternate;
}
@keyframes scrollGrad02 {
  0% {
    stop-color: #c8ffc8;
  }
  25% {
    stop-color: #c8ffff;
  }
  50% {
    stop-color: #dcdcff;
  }
  75% {
    stop-color: #c8ffff;
  }
  100% {
    stop-color: #c8ffc8;
  }
}

.nextArr .rect01 {
  animation-name: rect01;
  animation-duration: 2s;
  animation-timing-function: steps(1, end);
  animation-iteration-count: infinite;
}
@keyframes rect01 {
  0% {
    opacity: 1;
  }
  14.2857142857% {
    opacity: 1;
  }
  28.5714285714% {
    opacity: 1;
  }
  42.8571428571% {
    opacity: 1;
  }
  57.1428571429% {
    opacity: 1;
  }
  71.4285714286% {
    opacity: 1;
  }
  85.7142857143% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.nextArr .rect02 {
  animation-name: rect02;
  animation-duration: 2s;
  animation-timing-function: steps(1, end);
  animation-iteration-count: infinite;
}
@keyframes rect02 {
  0% {
    opacity: 0;
  }
  14.2857142857% {
    opacity: 1;
  }
  28.5714285714% {
    opacity: 1;
  }
  42.8571428571% {
    opacity: 1;
  }
  57.1428571429% {
    opacity: 1;
  }
  71.4285714286% {
    opacity: 1;
  }
  85.7142857143% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.nextArr .rect03 {
  animation-name: rect03;
  animation-duration: 2s;
  animation-timing-function: steps(1, end);
  animation-iteration-count: infinite;
}
@keyframes rect03 {
  0% {
    opacity: 0;
  }
  14.2857142857% {
    opacity: 0;
  }
  28.5714285714% {
    opacity: 1;
  }
  42.8571428571% {
    opacity: 1;
  }
  57.1428571429% {
    opacity: 1;
  }
  71.4285714286% {
    opacity: 1;
  }
  85.7142857143% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.nextArr .rect04 {
  animation-name: rect04;
  animation-duration: 2s;
  animation-timing-function: steps(1, end);
  animation-iteration-count: infinite;
}
@keyframes rect04 {
  0% {
    opacity: 0;
  }
  14.2857142857% {
    opacity: 0;
  }
  28.5714285714% {
    opacity: 0;
  }
  42.8571428571% {
    opacity: 1;
  }
  57.1428571429% {
    opacity: 1;
  }
  71.4285714286% {
    opacity: 1;
  }
  85.7142857143% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.nextArr .rect05,
.nextArr .rect06 {
  animation-name: rect05;
  animation-duration: 2s;
  animation-timing-function: steps(1, end);
  animation-iteration-count: infinite;
}
@keyframes rect05 {
  0% {
    opacity: 0;
  }
  14.2857142857% {
    opacity: 0;
  }
  28.5714285714% {
    opacity: 0;
  }
  42.8571428571% {
    opacity: 0;
  }
  57.1428571429% {
    opacity: 1;
  }
  71.4285714286% {
    opacity: 1;
  }
  85.7142857143% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.nextArr .rect07,
.nextArr .rect08 {
  animation-name: rect06;
  animation-duration: 2s;
  animation-timing-function: steps(1, end);
  animation-iteration-count: infinite;
}
@keyframes rect06 {
  0% {
    opacity: 0;
  }
  14.2857142857% {
    opacity: 0;
  }
  28.5714285714% {
    opacity: 0;
  }
  42.8571428571% {
    opacity: 0;
  }
  57.1428571429% {
    opacity: 0;
  }
  71.4285714286% {
    opacity: 1;
  }
  85.7142857143% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.nextArr .rect09 {
  animation-name: rect07;
  animation-duration: 2s;
  animation-timing-function: steps(1, end);
  animation-iteration-count: infinite;
}
@keyframes rect07 {
  0% {
    opacity: 0;
  }
  14.2857142857% {
    opacity: 0;
  }
  28.5714285714% {
    opacity: 0;
  }
  42.8571428571% {
    opacity: 0;
  }
  57.1428571429% {
    opacity: 0;
  }
  71.4285714286% {
    opacity: 0;
  }
  85.7142857143% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */