@charset "UTF-8";
/* K4% */
/* K8% */
/* ナビゲーション現在地 */
/* タイトル */
/* delighters */
@keyframes ani_fade {
  0% {
    opacity: 0;
    transform: translate(30px, -5px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes ani_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani_fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ani_fadeoutin {
  0% {
    width: 100%;
    left: 0;
  }
  50% {
    width: 100%;
    left: 100%;
  }
  51% {
    width: 0;
    left: 0;
  }
  100% {
    width: 100%;
    left: 0;
  }
}
@keyframes ani_fadeoutline {
  0% {
    width: 100%;
    right: 0;
    left: auto;
  }
  100% {
    width: 0;
    right: 0;
    left: auto;
  }
}
.de_fade_rl span {
  opacity: 0;
  display: inline-block;
  animation: ani_fadeout 0.3s forwards;
}

.de_fade_rl.started span:nth-child(1) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.15s;
}
.de_fade_rl.started span:nth-child(2) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.3s;
}
.de_fade_rl.started span:nth-child(3) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.45s;
}
.de_fade_rl.started span:nth-child(4) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.6s;
}
.de_fade_rl.started span:nth-child(5) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.75s;
}
.de_fade_rl.started span:nth-child(6) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.9s;
}
.de_fade_rl.started span:nth-child(7) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.05s;
}
.de_fade_rl.started span:nth-child(8) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.2s;
}

.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(1) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.4s;
}
.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(2) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.6s;
}
.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(3) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.8s;
}
.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(4) {
  animation: ani_fade 1s forwards;
  animation-delay: 4s;
}
.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(5) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.2s;
}
.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(6) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.4s;
}
.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(7) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.6s;
}
.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(8) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.8s;
}

.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(1) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.65s;
}
.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(2) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.9s;
}
.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(3) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.15s;
}
.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(4) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.4s;
}
.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(5) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.65s;
}
.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(6) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.9s;
}
.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(7) {
  animation: ani_fade 1s forwards;
  animation-delay: 5.15s;
}
.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(8) {
  animation: ani_fade 1s forwards;
  animation-delay: 5.4s;
}

/* header */
.p-global-navigation__link.value .p-global-navigation__label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.p-global-navigation__link.value .p-global-navigation__label::after {
  display: none;
}

.c-pagettl {
  height: 250px;
  position: relative;
  margin-top: 20px;
}
.c-pagettl-ph {
  position: absolute;
  width: 82%;
  height: 92%;
  right: 0;
  bottom: 0;
  background: url(../img/value/ttl_sp.jpg) no-repeat center center/cover;
}
.c-pagettl-lbl {
  font-family: "Spartan", sans-serif;
  letter-spacing: 1.5rem;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
  position: absolute;
  left: 5%;
  top: 0;
}
@media all and (min-width: 768px) {
  .c-pagettl {
    height: 340px;
    margin-top: 0;
  }
  .c-pagettl-ph {
    width: 73.86%;
    height: 100%;
    background: url(../img/value/ttl_pc.jpg) no-repeat center center/cover;
  }
  .c-pagettl-lbl {
    font-size: 50px;
    font-size: 5rem;
    letter-spacing: 4rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media all and (min-width: 992px) {
  .c-pagettl-lbl {
    letter-spacing: 5rem;
    left: 8%;
  }
}

.graph {
  margin: 0 auto;
}

.c-cont-box-ami .c-bcopy-l {
  margin-bottom: 30px;
  line-height: 1.6;
}
@media all and (min-width: 768px) {
  .c-cont-box-ami .c-bcopy-l {
    margin-bottom: 40px;
  }
}

.s_position {
  margin-top: 70px;
}
@media all and (min-width: 768px) {
  .s_position {
    margin-top: 120px;
  }
}
.s_position .graph {
  max-width: 314px;
}

.s_resale .graph {
  max-width: 652px;
}

.s_ground .img {
  max-width: 734px;
  margin: 0 auto;
}
.s_ground .c-txt-notes-boxbelow {
  max-width: 734px;
  margin-left: auto;
  margin-right: auto;
}

/*# sourceMappingURL=value.css.map */