@charset "UTF-8";
/* ============================================== color */
/* hover
=================================================================== */
/* common
=================================================================== */
/* layout
=================================================================== */
/* imgCover
=================================================================== */
/* background
=================================================================== */
/* flex
=================================================================== */
/* animation delay
=================================================================== */
/* 3d
=================================================================== */
/* font
=================================================================== */
/* vw
=================================================================== */
/* form
=================================================================== */
/* 回転
=================================================================== */
/* 上下ジャンプ
=================================================================== */
/* 上下ふわふわ
=================================================================== */
/* スライド
=================================================================== */
/* スライド
=================================================================== */
/* ジャンプ
=================================================================== */
/* 走る
=================================================================== */
/* 雪
=================================================================== */
/* フェード
=================================================================== */
/* フェード2
=================================================================== */
/* フェード3
=================================================================== */
/* animation delay
=================================================================== */
@keyframes anime_circleFill {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
  }
  75% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
  }
}
/* ============================================================================================ hover */
/* ============================================== anime */
@keyframes fixedCheck-anime {
  0% {
    transform: translate3d(0, 0, 0);
  }
  10% {
    transform: translate3d(0, -10px, 0);
  }
  20% {
    transform: translate3d(0, 0, 0);
  }
  30% {
    transform: translate3d(0, -10px, 0);
  }
  40% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
/* ============================================== common */
/* ----------------------- topArticle */
.topArticle {
  position: relative;
  padding-top: 60px;
  padding-bottom: 100px;
}
.topArticle::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-position: center center;
  background-size: auto 100%;
}

/* ----------------------- topArticle header */
.topArticle__header {
  text-align: center;
}
.topArticle__header .h2 {
  display: inline-block;
}
.topArticle__header .h2 .btnCircle {
  top: 0;
  left: calc(100% + 25px);
}

/* ============================================== slider */
/* ----------------------- sliderWrapper */
.sliderWrapper {
  position: relative;
  overflow: hidden;
}
.sliderWrapper .keen-slider:not([data-keen-slider-disabled]) {
  overflow: inherit;
}

/* ----------------------- slider parts */
.sliderParts--wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 60px;
}

/* ----------------------- arrow */
.sliderArrow {
  position: relative;
  align-self: center;
  width: 56px;
  height: 56px;
  border-width: 3px;
  border-style: solid;
  border-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.sliderArrow::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 9px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.sliderArrow.sliderArrow--prev::after {
  background-image: url(../img/jochum/common/sliderArrow--prev.svg);
}
.sliderArrow.sliderArrow--next::after {
  background-image: url(../img/jochum/common/sliderArrow--next.svg);
}
.sliderArrow.disabled {
  opacity: 0.3;
  pointer-events: none;
}

/* ----------------------- dots */
.sliderDots {
  position: relative;
  align-self: center;
  margin: 0 12px;
}
.sliderDots .sliderDots__bgSlider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 135px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 9999px;
  z-index: 1;
}
.sliderDots .sliderDots__list {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  padding: 0 10px;
  z-index: 2;
}
.sliderDots .sliderDots__list > li {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 40px;
}
.sliderDots .sliderDots__list > li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 24px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 13px;
  text-align: center;
  letter-spacing: -0.02em;
}
.sliderDots .sliderDots__list > li:nth-child(1)::after {
  content: "01";
}
.sliderDots .sliderDots__list > li:nth-child(2)::after {
  content: "02";
}
.sliderDots .sliderDots__list > li:nth-child(3)::after {
  content: "03";
}
.sliderDots .sliderDots__list > li:nth-child(4)::after {
  content: "04";
}
.sliderDots .sliderDots__list > li:nth-child(5)::after {
  content: "05";
}
.sliderDots .sliderDots__list > li:nth-child(6)::after {
  content: "06";
}
.sliderDots .sliderDots__list > li:nth-child(7)::after {
  content: "07";
}
.sliderDots .sliderDots__list > li:nth-child(8)::after {
  content: "08";
}
.sliderDots .sliderDots__list > li:nth-child(9)::after {
  content: "09";
}
.sliderDots .sliderDots__list > li:nth-child(10)::after {
  content: "10";
}
.sliderDots .sliderDots__list > li:nth-child(11)::after {
  content: "11";
}

/* ============================================== kv */
.kv {
  display: block;
  position: relative;
  padding-top: 105.2681992337%;
}
@keyframes slideAnime {
  0% {
    transform: translate3d(-40px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideAnime {
  0% {
    -webkit-transform: translate3d(-40px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes rotateAnime {
  0% {
    -webkit-transform: rotate(-20deg);
  }
  30% {
    -webkit-transform: rotate(20deg);
  }
  60% {
    -webkit-transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(-20deg);
  }
}
@keyframes rotateAnime {
  0% {
    transform: rotate(-20deg);
  }
  30% {
    transform: rotate(20deg);
  }
  60% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(-20deg);
  }
}
@-webkit-keyframes rotateAnime2 {
  0% {
    -webkit-transform: rotate(-8deg);
  }
  100% {
    -webkit-transform: rotate(8deg);
  }
}
@keyframes rotateAnime2 {
  0% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(8deg);
  }
}
@keyframes fuwafuwaAnime {
  0% {
    transform: translate3d(0, -40px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fuwafuwaAnime {
  0% {
    -webkit-transform: translate3d(0, -40px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpAnime {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  10% {
    -webkit-transform: translate3d(0, -6px, 0);
  }
  20% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  30% {
    -webkit-transform: translate3d(0, -6px, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpAnime {
  0% {
    transform: translate3d(0, 0, 0);
  }
  10% {
    transform: translate3d(0, -6px, 0);
  }
  20% {
    transform: translate3d(0, 0, 0);
  }
  30% {
    transform: translate3d(0, -6px, 0);
  }
  40% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes nanameSlideAnime {
  0% {
    transform: translate3d(40px, -20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes nanameSlideAnime {
  0% {
    -webkit-transform: translate3d(40px, -20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes mainCharaAnime {
  40% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  43% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  55% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  58% {
    transform: scale(0.9, 1.2) translate(0%, -50%);
  }
  70% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes animeX--2 {
  to {
    background-position-x: 200%;
  }
}
@keyframes animeX--3 {
  to {
    background-position-x: 109%;
  }
}
@keyframes anime-Run {
  0% {
    transform: translate3d(0, 0, 0) scale(1, 1);
  }
  50% {
    transform: translate3d(100%, 0, 0) scale(1, 1);
  }
  51% {
    transform: translate3d(100%, 0, 0) scale(-1, 1);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(-1, 1);
  }
}
@keyframes anime-Run2 {
  0% {
    transform: translateX(-15%) scale(1, 1);
  }
  50% {
    transform: translateX(-15%) scale(1, 1);
  }
  51% {
    transform: translateX(-15%) scale(-1, 1);
  }
  100% {
    transform: translateX(-15%) scale(-1, 1);
  }
}
@keyframes snowAnime {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, -30px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes snowAnime {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -30px, 0);
    opacity: 0;
  }
}
@keyframes fedeAnime {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.8);
    opacity: 0.5;
  }
}
@-webkit-keyframes fedeAnime {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.8);
    opacity: 0.5;
  }
}
.kv .kv__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.kv .kv__wrapper .kv__wrapper--day .kv__wrapper--base ul li.bg--1 div {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  height: 282px;
  width: 2424px;
  top: 58px;
}
.kv .kv__wrapper .kv__wrapper--day .kv__wrapper--base ul li.bg--1 div span {
  display: block;
  width: 50%;
  height: 100%;
  background: url(../img/jochum/contents/top/kv/day/bg--1.png) no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.kv .kv__wrapper .kv__wrapper--day .kv__wrapper--base ul li.bg--2 {
  background: url(../img/jochum/contents/top/kv/day/bg--2.png) no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.kv .kv__wrapper .kv__wrapper--day .kv__wrapper--base ul li.bg--3 {
  transform: rotate(20deg);
}
.kv .kv__wrapper .kv__wrapper--day .kv__wrapper--base ul li.bg--3 div {
  width: 508px;
  height: 0;
  padding-top: 5.1181102362%;
  background: url(../img/jochum/contents/top/kv/day/bg--plane.png) no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  top: 13.6487716106%;
  left: 61.3026819923%;
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house.active ul li:nth-child(1) {
  -webkit-animation: nanameSlideAnime 1.6s ease-in-out infinite alternate;
  animation: nanameSlideAnime 1.6s ease-in-out infinite alternate;
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house.active ul li:nth-child(2) {
  animation: mainCharaAnime 3s linear infinite;
  -webkit-animation: mainCharaAnime 3s linear infinite;
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house.active ul li:nth-child(2) span {
  -webkit-animation: animeX--3 3s steps(12) infinite;
  animation: animeX--3 3s steps(12) infinite;
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house.active ul li:nth-child(3) span:nth-child(2) {
  -webkit-animation: rotateAnime2 1s ease-in-out infinite alternate;
  animation: rotateAnime2 1s ease-in-out infinite alternate;
  transform-origin: 50% 48%;
  -webkit-transform-origin: 50% 48%;
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house.active ul li:nth-child(4) {
  animation: anime-Run 1.6s linear infinite;
  -webkit-animation: anime-Run 1.6s linear infinite;
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house.active ul li:nth-child(4) span {
  -webkit-animation: animeX--2 0.25s steps(2) infinite;
  animation: animeX--2 0.25s steps(2) infinite;
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house.active ul li:nth-child(4) .fukidashi__inner {
  animation: anime-Run2 1.6s linear infinite;
  -webkit-animation: anime-Run2 1.6s linear infinite;
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house.active ul li:nth-child(5) {
  -webkit-animation: fuwafuwaAnime 2s ease-in-out infinite alternate;
  animation: fuwafuwaAnime 2s ease-in-out infinite alternate;
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house.active ul li:nth-child(6) {
  -webkit-animation: animeX--2 0.85s steps(2) infinite;
  animation: animeX--2 0.85s steps(2) infinite;
  background-size: 200% auto !important;
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house.active ul li:nth-child(7) {
  z-index: 1;
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house.active ul li:nth-child(7) span:nth-child(1) {
  -webkit-animation: rotateAnime2 1s ease-in-out infinite alternate;
  animation: rotateAnime2 1s ease-in-out infinite alternate;
  transform-origin: 50% 48%;
  -webkit-transform-origin: 50% 48%;
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house.active ul li:nth-child(8) span span {
  -webkit-animation: jumpAnime 1.8s ease-in-out infinite;
  animation: jumpAnime 1.8s ease-in-out infinite;
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house.active ul li:nth-child(9) span:nth-child(1) {
  -webkit-animation: jumpAnime 1.8s ease-in-out infinite;
  animation: jumpAnime 1.8s ease-in-out infinite;
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house.active ul li:nth-child(10) span:nth-child(2) {
  -webkit-animation: snowAnime 2s ease-out infinite;
  animation: snowAnime 2s ease-out infinite;
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house.active ul li:nth-child(10) span:nth-child(3) {
  -webkit-animation: snowAnime 2s ease-out infinite;
  animation: snowAnime 2s ease-out infinite;
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house.active ul li:nth-child(11) span:nth-child(1) {
  -webkit-animation: rotateAnime2 1s ease-in-out infinite alternate;
  animation: rotateAnime2 1s ease-in-out infinite alternate;
}
.kv .kv__wrapper .kv__wrapper--night {
  display: none;
}
.kv .kv__wrapper .kv__wrapper--night .kv__wrapper--base ul li.bg--2 {
  background: url(../img/jochum/contents/top/kv/night/bg--2.png) no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.kv .kv__wrapper .kv__wrapper--night .kv__wrapper--base ul li.bg--1 span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/jochum/contents/top/kv/night/bg--3--1.png) no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.kv .kv__wrapper .kv__wrapper--night .kv__wrapper--base ul li.bg--1 span:nth-child(2) {
  background: url(../img/jochum/contents/top/kv/night/bg--3--2.png) no-repeat;
}
.kv .kv__wrapper .kv__wrapper--night .kv__wrapper--base {
  background: url(../img/jochum/contents/top/kv/night/bg.png) no-repeat center top #8d80bb;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.kv .kv__wrapper .kv__wrapper--night .kv__main--house {
  background: none;
}
.kv .kv__wrapper .kv__wrapper--night .kv__main--house:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: url(../img/jochum/contents/top/kv/night/base.png) no-repeat center top;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.kv .kv__wrapper .kv__wrapper--night .kv__main--house:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background: url(../img/jochum/contents/top/kv/night/window.png) no-repeat center top;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.kv .kv__wrapper .kv__wrapper--night .kv__main--house.active .kv__main--chara li:nth-child(1) {
  -webkit-animation: jumpAnime 1.8s ease-in-out infinite;
  animation: jumpAnime 1.8s ease-in-out infinite;
}
.kv .kv__wrapper .kv__wrapper--night .kv__main--house.active .kv__main--chara li:nth-child(2) {
  -webkit-animation: rotateAnime2 1s ease-in-out infinite alternate;
  animation: rotateAnime2 1s ease-in-out infinite alternate;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}
.kv .kv__wrapper .kv__wrapper--night .kv__main--house.active .kv__main--chara li:nth-child(3) {
  -webkit-animation: jumpAnime 1.8s ease-in-out infinite;
  animation: jumpAnime 1.8s ease-in-out infinite;
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
}
.kv .kv__wrapper .kv__wrapper--night .kv__main--house.active .kv__main--chara li:nth-child(5) {
  -webkit-animation: rotateAnime 1s ease-in-out infinite alternate;
  animation: rotateAnime 1s ease-in-out infinite alternate;
  transform-origin: 50% 20%;
  -webkit-transform-origin: 50% 20%;
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
}
.kv .kv__wrapper .kv__wrapper--night .kv__main--house.active .kv__main--chara li:nth-child(6) {
  -webkit-animation: rotateAnime 5s ease-in-out infinite alternate;
  animation: rotateAnime 5s ease-in-out infinite alternate;
  transform-origin: 50% 60%;
  -webkit-transform-origin: 50% 60%;
}
.kv .kv__wrapper .kv__wrapper--night .kv__main--house.active .kv__main--chara li:nth-child(7) {
  -webkit-animation: fuwafuwaAnime 2s ease-in-out infinite alternate;
  animation: fuwafuwaAnime 2s ease-in-out infinite alternate;
}
.kv .kv__wrapper .kv__wrapper--night .kv__main--house.active .kv__main--chara li:nth-child(8) {
  -webkit-animation: fuwafuwaAnime 4s ease-in-out infinite alternate;
  animation: fuwafuwaAnime 4s ease-in-out infinite alternate;
}
.kv .kv__wrapper .kv__wrapper--night .kv__main--house.active .kv__main--chara li:nth-child(9) {
  animation: anime-Run 1.6s linear infinite;
  -webkit-animation: anime-Run 1.6s linear infinite;
}
.kv .kv__wrapper .kv__wrapper--night .kv__main--house.active .kv__main--chara li:nth-child(10) {
  animation: anime-Run 1.6s linear infinite;
  -webkit-animation: anime-Run 1.6s linear infinite;
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
}
.kv .kv__wrapper .kv__wrapper--night .kv__main--house.active .kv__main--chara li:nth-child(11) {
  -webkit-animation: rotateAnime2 1s ease-in-out infinite alternate;
  animation: rotateAnime2 1s ease-in-out infinite alternate;
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
}
.kv .kv__wrapper .kv__wrapper--night .kv__main--house .kv__wrapper--light > div {
  position: absolute;
  z-index: 1001;
}
.kv .kv__wrapper .kv__wrapper--night .kv__main--house .kv__wrapper--light > div span {
  position: absolute;
  width: 100%;
  padding-top: 100%;
  background-size: 100% auto !important;
  -webkit-animation: fedeAnime 3s ease-in-out infinite alternate;
  animation: fedeAnime 3s ease-in-out infinite alternate;
}
.kv .kv__wrapper .kv__wrapper--night .kv__main--house .kv__wrapper--light .light--1 {
  width: 7.5670498084%;
  top: 55.3230209281%;
  left: 5.1724137931%;
}
.kv .kv__wrapper .kv__wrapper--night .kv__main--house .kv__wrapper--light .light--1 span {
  background: url(../img/jochum/contents/top/kv/night/light--1.png) no-repeat;
}
.kv .kv__wrapper .kv__wrapper--night .kv__main--house .kv__wrapper--light .light--1:nth-child(2) {
  left: 86.9731800766%;
}
.kv .kv__wrapper .kv__wrapper--night .kv__main--house .kv__wrapper--light .light--2 {
  width: 3.1609195402%;
  top: 55.5959963603%;
  left: 41.6666666667%;
}
.kv .kv__wrapper .kv__wrapper--night .kv__main--house .kv__wrapper--light .light--2 span {
  background: url(../img/jochum/contents/top/kv/night/light--2.png) no-repeat;
}
.kv .kv__wrapper .kv__wrapper--night .kv__main--house .kv__wrapper--light .light--2:last-child {
  left: 54.8850574713%;
}
.kv .kv__wrapper .kv__wrapper--night .kv__main--house .kv__main--chara li {
  width: 5.7471264368%;
  opacity: 0;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.kv .kv__wrapper .kv__wrapper--night .kv__main--house .kv__main--chara li.active {
  opacity: 1;
}
.kv .kv__wrapper .kv__wrapper--night .kv__main--house .kv__main--chara li:nth-child(1) {
  background: url(../img/jochum/contents/top/kv/night/chara--1.png) no-repeat;
  top: 38.2165605096%;
  left: 23.754789272%;
}
.kv .kv__wrapper .kv__wrapper--night .kv__main--house .kv__main--chara li:nth-child(2) {
  background: url(../img/jochum/contents/top/kv/night/chara--2.png) no-repeat;
  top: 36.3057324841%;
  left: 47.6053639847%;
}
.kv .kv__wrapper .kv__wrapper--night .kv__main--house .kv__main--chara li:nth-child(3) {
  background: url(../img/jochum/contents/top/kv/night/chara--3.png) no-repeat;
  top: 36.5787079163%;
  left: 59.1954022989%;
}
.kv .kv__wrapper .kv__wrapper--night .kv__main--house .kv__main--chara li:nth-child(4) {
  background: url(../img/jochum/contents/top/kv/night/chara--4.png) no-repeat;
  top: 38.4895359418%;
  left: 69.3486590038%;
}
.kv .kv__wrapper .kv__wrapper--night .kv__main--house .kv__main--chara li:nth-child(5) {
  background: url(../img/jochum/contents/top/kv/night/chara--5.png) no-repeat;
  top: 47.8616924477%;
  left: 24.3295019157%;
}
.kv .kv__wrapper .kv__wrapper--night .kv__main--house .kv__main--chara li:nth-child(6) {
  background: url(../img/jochum/contents/top/kv/night/chara--6.png) no-repeat;
  top: 46.4968152866%;
  left: 33.6206896552%;
}
.kv .kv__wrapper .kv__wrapper--night .kv__main--house .kv__main--chara li:nth-child(7) {
  background: url(../img/jochum/contents/top/kv/night/chara--7.png) no-repeat;
  top: 48.7716105551%;
  left: 48.3716475096%;
}
.kv .kv__wrapper .kv__wrapper--night .kv__main--house .kv__main--chara li:nth-child(8) {
  background: url(../img/jochum/contents/top/kv/night/chara--8.png) no-repeat;
  top: 49.0445859873%;
  left: 71.1685823755%;
}
.kv .kv__wrapper .kv__wrapper--night .kv__main--house .kv__main--chara li:nth-child(9) {
  background: url(../img/jochum/contents/top/kv/night/chara--9.png) no-repeat;
  top: 55.6869881711%;
  left: 32.3754789272%;
}
.kv .kv__wrapper .kv__wrapper--night .kv__main--house .kv__main--chara li:nth-child(10) {
  background: url(../img/jochum/contents/top/kv/night/chara--10.png) no-repeat;
  top: 55.9599636033%;
  left: 58.3333333333%;
}
.kv .kv__wrapper .kv__wrapper--night .kv__main--house .kv__main--chara li:nth-child(11) {
  background: url(../img/jochum/contents/top/kv/night/chara--11.png) no-repeat;
  top: 55.7779799818%;
  left: 69.9233716475%;
}
.kv .kv__wrapper.night .kv__wrapper--day {
  display: none;
}
.kv .kv__wrapper.night .kv__wrapper--night {
  display: block;
}
.kv .kv__wrapper .kv__wrapper--base {
  background-color: #bae2f8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kv .kv__wrapper .kv__wrapper--base ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kv .kv__wrapper .kv__main--house {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/jochum/contents/top/kv/day/base.png) no-repeat center top;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.kv .kv__wrapper .kv__main--house .kv__main--chara li {
  position: absolute;
  width: 10.5363984674%;
  padding-top: 15%;
  background-size: 100% auto !important;
  z-index: 0;
}
.kv .kv__wrapper .kv__main--house .kv__main--chara li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto !important;
}
.kv .kv__wrapper .kv__main--house .kv__main--chara li:nth-child(1) {
  background: url(../img/jochum/contents/top/kv/day/chara--1.png) no-repeat;
  top: 68.2438580528%;
  left: 49.1379310345%;
}
.kv .kv__wrapper .kv__main--house .kv__main--chara li:nth-child(2) {
  top: 71.974522293%;
  left: 33.1417624521%;
}
.kv .kv__wrapper .kv__main--house .kv__main--chara li:nth-child(2) span {
  background: url(../img/jochum/contents/top/kv/day/chara--2--1.png) no-repeat;
  background-size: 1200% auto !important;
}
.kv .kv__wrapper .kv__main--house .kv__main--chara li:nth-child(3) {
  top: 63.4212920837%;
  left: 10.632183908%;
}
.kv .kv__wrapper .kv__main--house .kv__main--chara li:nth-child(3) span {
  background: url(../img/jochum/contents/top/kv/day/chara--3--2.png) no-repeat;
}
.kv .kv__wrapper .kv__main--house .kv__main--chara li:nth-child(3) span:nth-child(2) {
  background: url(../img/jochum/contents/top/kv/day/chara--3--1.png?v=1104) no-repeat;
}
.kv .kv__wrapper .kv__main--house .kv__main--chara li:nth-child(4) {
  top: 13.6487716106%;
  left: 39.846743295%;
}
.kv .kv__wrapper .kv__main--house .kv__main--chara li:nth-child(4) span {
  background: url(../img/jochum/contents/top/kv/day/chara--4.png) no-repeat;
  background-size: 200% auto !important;
}
.kv .kv__wrapper .kv__main--house .kv__main--chara li:nth-child(5) {
  background: url(../img/jochum/contents/top/kv/day/chara--5.png) no-repeat;
  top: 41.7652411283%;
  left: 4.0229885057%;
}
.kv .kv__wrapper .kv__main--house .kv__main--chara li:nth-child(6) {
  background: url(../img/jochum/contents/top/kv/day/chara--6.png) no-repeat;
  top: 60.9645131938%;
  left: 62.2605363985%;
}
.kv .kv__wrapper .kv__main--house .kv__main--chara li:nth-child(7) {
  top: 43.0391264786%;
  left: 57.183908046%;
}
.kv .kv__wrapper .kv__main--house .kv__main--chara li:nth-child(7) span {
  background: url(../img/jochum/contents/top/kv/day/chara--7--1.png) no-repeat;
}
.kv .kv__wrapper .kv__main--house .kv__main--chara li:nth-child(7) span:nth-child(2) {
  background: url(../img/jochum/contents/top/kv/day/chara--7--2.png) no-repeat;
}
.kv .kv__wrapper .kv__main--house .kv__main--chara li:nth-child(8) {
  top: 32.9390354868%;
  left: 68.1992337165%;
}
.kv .kv__wrapper .kv__main--house .kv__main--chara li:nth-child(8) span {
  height: 0;
  padding-top: 81.8181818182%;
  overflow: hidden;
}
.kv .kv__wrapper .kv__main--house .kv__main--chara li:nth-child(8) span span {
  position: absolute;
  height: 0;
  padding-top: 100%;
  background: url(../img/jochum/contents/top/kv/day/chara--8.png) no-repeat;
  top: 15px;
}
.kv .kv__wrapper .kv__main--house .kv__main--chara li:nth-child(9) {
  top: 11.5559599636%;
  left: 25.8620689655%;
}
.kv .kv__wrapper .kv__main--house .kv__main--chara li:nth-child(9) span {
  background: url(../img/jochum/contents/top/kv/day/chara--9--1.png) no-repeat;
}
.kv .kv__wrapper .kv__main--house .kv__main--chara li:nth-child(9) span:nth-child(2) {
  background: url(../img/jochum/contents/top/kv/day/chara--9--2.png) no-repeat;
}
.kv .kv__wrapper .kv__main--house .kv__main--chara li:nth-child(9) span:nth-child(1) {
  top: 10px;
}
.kv .kv__wrapper .kv__main--house .kv__main--chara li:nth-child(10) {
  top: 63.6942675159%;
  left: 69.9233716475%;
}
.kv .kv__wrapper .kv__main--house .kv__main--chara li:nth-child(10) span {
  background: url(../img/jochum/contents/top/kv/day/chara--10--1.png) no-repeat;
}
.kv .kv__wrapper .kv__main--house .kv__main--chara li:nth-child(10) span:nth-child(2) {
  background: url(../img/jochum/contents/top/kv/day/chara--10--2.png) no-repeat;
}
.kv .kv__wrapper .kv__main--house .kv__main--chara li:nth-child(10) span:nth-child(3) {
  background: url(../img/jochum/contents/top/kv/day/chara--10--3.png) no-repeat;
}
.kv .kv__wrapper .kv__main--house .kv__main--chara li:nth-child(11) {
  top: 35.7597816197%;
  left: 21.0727969349%;
}
.kv .kv__wrapper .kv__main--house .kv__main--chara li:nth-child(11) span {
  background: url(../img/jochum/contents/top/kv/day/chara--11--1.png) no-repeat;
  padding-top: 55.4545454545%;
  height: 0;
}
.kv .kv__wrapper .kv__main--house .kv__main--chara li:nth-child(11) span:nth-child(2) {
  background: url(../img/jochum/contents/top/kv/day/chara--11--2.png) no-repeat;
}
.kv .kv__wrapper .kv__main--house .kv__main--chara li:nth-child(11) span:nth-child(1) {
  transform-origin: 50% 80%;
  -webkit-transform-origin: 50% 80%;
}

/* ----------------------- kvNews */
.kvNews {
  position: absolute;
  width: calc(100% - 230px);
  top: 20px;
  left: 20px;
  height: 40px;
  border-width: 2px;
  border-style: solid;
  border-color: #a3a7d3;
  border-radius: 9999px;
  background-color: #a3a7d3;
  padding-right: 90px;
  overflow: hidden;
  z-index: 5;
}
.kvNews .kvNews__list {
  position: relative;
  z-index: 1;
}
.kvNews .kvNews__list > li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 40px;
}
.kvNews .kvNews__list > li > p, .kvNews .kvNews__list > li > a {
  font-size: 15px;
  line-height: 38px;
  color: #fff;
  white-space: nowrap;
}
.kvNews .kvNews__list > li > p {
  width: 160px;
  letter-spacing: -0.02em;
  text-align: center;
}
.kvNews .kvNews__list > li > a {
  width: calc(100% - 160px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.kvNews .btnAll {
  position: absolute;
  width: 65px;
  height: 28px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 2;
  border-width: 1px;
  border-style: dashed;
  border-color: #fff;
  border-radius: 9999px;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.36, 0.1, 0.16, 1);
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: cubic-bezier(0.36, 0.1, 0.16, 1);
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.36, 0.1, 0.16, 1);
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: cubic-bezier(0.36, 0.1, 0.16, 1);
}
.kvNews .btnAll > a {
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.kvNews .btnAll > a img {
  width: 25px;
}

/* ----------------------- kvTime */
.kvTime {
  position: absolute;
  top: 20px;
  right: 25px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  justify-content: flex-end;
}
.kvTime > span {
  display: block;
  width: 11px;
}
.kvTime > span > span {
  display: block;
  padding-top: 363.6363636364%;
  background-image: url(../img/jochum/contents/top/kv__time--dot.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.kvTime > ul {
  display: flex;
}
.kvTime > ul > li {
  width: 25px;
  margin: 0 -1px;
}
.kvTime > ul > li > p {
  position: relative;
  padding-top: 160%;
  background-image: url(../img/jochum/contents/top/kv__time--num.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center 0;
}
.kvTime > ul > li.num--0 > p {
  background-position: center 0;
}
.kvTime > ul > li.num--1 > p {
  background-position: center 11.1111111111%;
}
.kvTime > ul > li.num--2 > p {
  background-position: center 22.2222222222%;
}
.kvTime > ul > li.num--3 > p {
  background-position: center 33.3333333333%;
}
.kvTime > ul > li.num--4 > p {
  background-position: center 44.4444444444%;
}
.kvTime > ul > li.num--5 > p {
  background-position: center 55.5555555556%;
}
.kvTime > ul > li.num--6 > p {
  background-position: center 66.6666666667%;
}
.kvTime > ul > li.num--7 > p {
  background-position: center 77.7777777778%;
}
.kvTime > ul > li.num--8 > p {
  background-position: center 88.8888888889%;
}
.kvTime > ul > li.num--9 > p {
  background-position: center 100%;
}

/* ============================================== top chara */
.topArticle__chara {
  background-color: #85c9ae;
  padding-top: 10px;
}
.topArticle__chara::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 151px;
  top: -151px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url(../img/jochum/contents/chara/bg--top.png);
}
.topArticle__chara .topArticle__header .h2 {
  margin-bottom: 0;
}
.topArticle__chara .btnCircle__seeall {
  background-color: #85c9ae;
}

/* ============================================== top movie */
.topArticle__movie {
  background-color: #e09cc3;
}
.topArticle__movie::after {
  height: 29px;
  top: -29px;
  background-image: url(../img/jochum/contents/movie/bg--top.png);
}
.topArticle__movie .btnCircle__seeall {
  background-color: #e09cc3;
}

/* ============================================== top news */
.topArticle__news {
  background-color: #85cfe2;
}
.topArticle__news::after {
  height: 29px;
  top: -29px;
  background-image: url(../img/jochum/contents/news/bg--top.png);
}
.topArticle__news .btnCircle__seeall {
  background-color: #85cfe2;
}

/* ============================================== fukidashi day */
.fukidashi {
  position: absolute;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  bottom: 108%;
  opacity: 0;
  transform: translateX(-50%) translateY(20%) scale(0.8);
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.fukidashi > p {
  position: relative;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  background-color: #fff;
  border-width: 3px;
  border-style: solid;
  border-radius: 9999px;
  padding: 11px 20px;
}
.fukidashi > p::before, .fukidashi > p::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.fukidashi > p::before {
  width: 28px;
  height: 21px;
  left: 13%;
  top: 114%;
  opacity: 0;
}
.fukidashi > p::after {
  width: 14px;
  height: 14px;
  top: 95%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  opacity: 1;
}

.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li.show .fukidashi {
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1);
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li.fukidashi--thinking .fukidashi > p::before {
  opacity: 1;
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li.fukidashi--thinking .fukidashi > p::after {
  opacity: 0;
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(1) .fukidashi {
  bottom: 111%;
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(1) .fukidashi > p {
  color: #a797c9;
  border-color: #a797c9;
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(1) .fukidashi > p::before {
  background-image: url(../img/jochum/contents/top/kv/1--thinking.svg);
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(1) .fukidashi > p::after {
  background-image: url(../img/jochum/contents/top/kv/1--fukidashi.svg);
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(2) .fukidashi > p {
  color: #e1404d;
  border-color: #e1404d;
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(2) .fukidashi > p::before {
  background-image: url(../img/jochum/contents/top/kv/2--thinking.svg);
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(2) .fukidashi > p::after {
  background-image: url(../img/jochum/contents/top/kv/2--fukidashi.svg);
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(3) .fukidashi > p {
  color: #e99442;
  border-color: #e99442;
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(3) .fukidashi > p::before {
  background-image: url(../img/jochum/contents/top/kv/3--thinking.svg);
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(3) .fukidashi > p::after {
  background-image: url(../img/jochum/contents/top/kv/3--fukidashi.svg);
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(4) .fukidashi > p {
  color: #676767;
  border-color: #676767;
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(4) .fukidashi > p::before {
  background-image: url(../img/jochum/contents/top/kv/4--thinking.svg);
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(4) .fukidashi > p::after {
  background-image: url(../img/jochum/contents/top/kv/4--fukidashi.svg);
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(5) .fukidashi > p {
  color: #ffd75e;
  border-color: #ffd75e;
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(5) .fukidashi > p::before {
  background-image: url(../img/jochum/contents/top/kv/5--thinking.svg);
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(5) .fukidashi > p::after {
  background-image: url(../img/jochum/contents/top/kv/5--fukidashi.svg);
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(6) .fukidashi > p {
  color: #ec6d81;
  border-color: #ec6d81;
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(6) .fukidashi > p::before {
  background-image: url(../img/jochum/contents/top/kv/6--thinking.svg);
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(6) .fukidashi > p::after {
  background-image: url(../img/jochum/contents/top/kv/6--fukidashi.svg);
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(7) .fukidashi > p {
  color: #8aabd9;
  border-color: #8aabd9;
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(7) .fukidashi > p::before {
  background-image: url(../img/jochum/contents/top/kv/7--thinking.svg);
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(7) .fukidashi > p::after {
  background-image: url(../img/jochum/contents/top/kv/7--fukidashi.svg);
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(8) .fukidashi > p {
  color: #a1a1a3;
  border-color: #a1a1a3;
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(8) .fukidashi > p::before {
  background-image: url(../img/jochum/contents/top/kv/8--thinking.svg);
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(8) .fukidashi > p::after {
  background-image: url(../img/jochum/contents/top/kv/8--fukidashi.svg);
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(9) .fukidashi > p {
  color: #00ad90;
  border-color: #00ad90;
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(9) .fukidashi > p::before {
  background-image: url(../img/jochum/contents/top/kv/9--thinking.svg);
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(9) .fukidashi > p::after {
  background-image: url(../img/jochum/contents/top/kv/9--fukidashi.svg);
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(10) .fukidashi > p {
  color: #6dc3ee;
  border-color: #6dc3ee;
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(10) .fukidashi > p::before {
  background-image: url(../img/jochum/contents/top/kv/10--thinking.svg);
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(10) .fukidashi > p::after {
  background-image: url(../img/jochum/contents/top/kv/10--fukidashi.svg);
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(11) .fukidashi > p {
  color: #8989c6;
  border-color: #8989c6;
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(11) .fukidashi > p::before {
  background-image: url(../img/jochum/contents/top/kv/11--thinking.svg);
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(11) .fukidashi > p::after {
  background-image: url(../img/jochum/contents/top/kv/11--fukidashi.svg);
}

/* ============================================== fukidashi night */
.top .kv .kv__wrapper .kv__wrapper--night .kv__main--house::before, .top .kv .kv__wrapper .kv__wrapper--night .kv__main--house:after {
  z-index: 1;
}

.kv__main--charaFukidashi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.kv__main--charaFukidashi li {
  position: absolute;
  width: 5.7471264368%;
  padding-top: 5%;
}
.kv__main--charaFukidashi li .fukidashi {
  bottom: 155%;
}
.kv__main--charaFukidashi li .fukidashi > p {
  color: #acadd4;
  border-color: #acadd4;
}
.kv__main--charaFukidashi li .fukidashi > p::before {
  background-image: url(../img/jochum/contents/top/kv/night--thinking.svg);
}
.kv__main--charaFukidashi li .fukidashi > p::after {
  background-image: url(../img/jochum/contents/top/kv/night--fukidashi.svg);
}
.kv__main--charaFukidashi li.show .fukidashi {
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1);
}
.kv__main--charaFukidashi li.fukidashi--thinking .fukidashi > p::before {
  opacity: 1;
}
.kv__main--charaFukidashi li.fukidashi--thinking .fukidashi > p::after {
  opacity: 0;
}
.kv__main--charaFukidashi li:nth-child(1) {
  top: 38.2165605096%;
  left: 23.754789272%;
}
.kv__main--charaFukidashi li:nth-child(2) {
  top: 36.3057324841%;
  left: 47.6053639847%;
}
.kv__main--charaFukidashi li:nth-child(3) {
  top: 36.5787079163%;
  left: 59.1954022989%;
}
.kv__main--charaFukidashi li:nth-child(4) {
  top: 38.4895359418%;
  left: 69.3486590038%;
}
.kv__main--charaFukidashi li:nth-child(5) {
  top: 47.8616924477%;
  left: 24.3295019157%;
}
.kv__main--charaFukidashi li:nth-child(6) {
  top: 46.4968152866%;
  left: 30.7471264368%;
}
.kv__main--charaFukidashi li:nth-child(7) {
  top: 48.7716105551%;
  left: 48.3716475096%;
}
.kv__main--charaFukidashi li:nth-child(8) {
  top: 49.0445859873%;
  left: 71.1685823755%;
}
.kv__main--charaFukidashi li:nth-child(9) {
  top: 55.6869881711%;
  left: 32.3754789272%;
}
.kv__main--charaFukidashi li:nth-child(10) {
  top: 55.9599636033%;
  left: 58.3333333333%;
}
.kv__main--charaFukidashi li:nth-child(11) {
  top: 55.7779799818%;
  left: 69.9233716475%;
}

/* ============================================== fixedCheck */
.fixedCheck--wrapper {
  position: fixed;
  width: 1044px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: 0;
  z-index: 2;
}
.fixedCheck--wrapper.show .fixedCheck .fixedCheck__chara > span {
  transform: translateX(0);
}
.fixedCheck--wrapper.show .fixedCheck .fixedCheck__frame {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}

/* ----------------------- fixedCheck */
.fixedCheck {
  position: absolute;
  width: 113px;
  bottom: 0;
  right: 0;
  z-index: 5;
  cursor: pointer;
}
.fixedCheck .fixedCheck__chara {
  position: relative;
  padding-top: 139.8230088496%;
  z-index: 2;
  overflow: hidden;
}
.fixedCheck .fixedCheck__chara > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/jochum/contents/top/kv__check--chara.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translateX(120%);
}
.fixedCheck .fixedCheck__frame {
  position: absolute;
  right: 67%;
  top: -7%;
  z-index: 1;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 0;
  transform: translateY(20%);
}
.fixedCheck .fixedCheck__frame .fixedCheck__title {
  position: absolute;
  width: 84px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: -4px;
  z-index: 2;
}
.fixedCheck .fixedCheck__frame .fixedCheck__title > span {
  display: block;
  text-indent: -9999px;
  height: 0;
  padding-top: 27.380952381%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../img/jochum/contents/top/kv__check--title.svg);
}
.fixedCheck .fixedCheck__frame .fixedCheck__message {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #a3a7d3;
  text-align: center;
  white-space: nowrap;
  padding: 26px 40px 24px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 5px 6px 0 rgba(0, 0, 0, 0.1);
}
.fixedCheck .fixedCheck__frame .fixedCheck__message::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-width: 2px;
  border-style: dashed;
  border-color: #a3a7d3;
  border-radius: 15px;
  z-index: 1;
}

/* ======================================================================= kv anime */
@keyframes loopAnime {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1212px, 0, 0);
  }
}
@keyframes loopAnime2 {
  0% {
    transform: translate3d(900px, 0, 0);
  }
  100% {
    transform: translate3d(-400px, 0, 0);
  }
}
.kv .kv__wrapper .kv__wrapper--day .kv__wrapper--base ul li.bg--1 > div {
  -webkit-animation: loopAnime 40s linear infinite;
  animation: loopAnime 40s linear infinite;
}

.kv .kv__wrapper .kv__wrapper--day .kv__wrapper--base ul li.bg--3 > div {
  -webkit-animation: loopAnime2 40s linear infinite;
  animation: loopAnime2 40s linear infinite;
}

@keyframes kiraAnime {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.kv .kv__wrapper .kv__wrapper--night .kv__wrapper--base ul li.bg--1 span:nth-child(1) {
  -webkit-animation: kiraAnime 1.2s 0.2s ease-in-out infinite;
  animation: kiraAnime 1.2s 0.2s ease-in-out infinite;
}
.kv .kv__wrapper .kv__wrapper--night .kv__wrapper--base ul li.bg--1 span:nth-child(2) {
  -webkit-animation: kiraAnime 1.2s 0.6s ease-in-out infinite;
  animation: kiraAnime 1.2s 0.6s ease-in-out infinite;
}

.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(3) {
  left: 8.632184%;
}

.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(8) {
  left: 33.14%;
}

.kv .kv__wrapper .kv__wrapper--day .kv__main--house .kv__main--chara li:nth-child(11) {
  left: 68.1992337165%;
}

.kv .kv__wrapper .kv__wrapper--day .kv__main--house.active ul li:nth-child(7)::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  background-image: url(../img/jochum/contents/top/kv/day/chara--7--3.png);
  z-index: 1;
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house.active ul li:nth-child(7) > span:nth-child(1) {
  z-index: 2;
}
.kv .kv__wrapper .kv__wrapper--day .kv__main--house.active ul li:nth-child(7) > span:nth-child(2) {
  z-index: 3;
}

.kv .kv__wrapper .kv__wrapper--day .kv__main--house.active ul li:nth-child(7) span:nth-child(1) {
  transform-origin: 43% 43%;
}

.kv .kv__wrapper .kv__main--house .kv__main--chara li:nth-child(8) span span {
  top: 7px;
}

/* ======================================================================= hover pc */
@media (hover: hover) and (pointer: fine) {
  .top .sliderArrow:hover, .top .sliderArrow:active {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .top .sliderArrow:hover.sliderArrow--prev::after, .top .sliderArrow:active.sliderArrow--prev::after {
    left: calc(50% - 4px);
  }
  .top .sliderArrow:hover.sliderArrow--next::after, .top .sliderArrow:active.sliderArrow--next::after {
    left: calc(50% + 4px);
  }
  .fixedCheck--wrapper.show .fixedCheck:hover .fixedCheck--hover, .fixedCheck--wrapper.show .fixedCheck:active .fixedCheck--hover {
    animation: fixedCheck-anime 2.2s ease-in-out infinite;
    -webkit-animation: fixedCheck-anime 2.2s ease-in-out infinite;
  }
}
/* ============================================================================================ 20240618 */
.fixedCheck .fixedCheck__frame {
  width: 255px;
}

.fixedCheck .fixedCheck__frame .fixedCheck__message {
  white-space: normal;
  word-break: normal;
}