@charset "UTF-8";
.millefee {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #000000;
}
.millefee a {
  text-decoration: none;
  color: #000000;
}
.millefee a:hover {
  opacity: 0.6;
  transition: 0.2s;
}
.millefee img {
  width: 100%;
  vertical-align: bottom;
}

.pc_no {
  display: none;
}

.e-kv-img {
  margin-bottom: 52px;
}

.e-ttl {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 500;
}

.e-txt {
  line-height: 2.14;
  font-weight: 300;
  font-size: 14px;
  width: 800px;
  margin: 0 auto 34px;
}

.e-ph {
  margin-bottom: 50px;
}

.e-check a {
  display: block;
  width: 507px;
  border: 2px solid #000000;
  box-sizing: border-box;
  margin: 0 auto 52px;
  padding: 21px 0 20px;
  text-align: left;
  padding-left: 105px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  transition: 0.3s;
}
.e-check a::before {
  content: "";
  background-image: url(../img/arrow-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: 0.3s;
}
.e-check a:hover {
  color: #fff;
  background-color: #000;
  opacity: 1;
}
.e-check a:hover::before {
  background-image: url(../img/arrow-check-w.svg);
  right: 10px;
}

.e-credit {
  margin-bottom: 60px;
}
.e-credit li {
  margin-bottom: 15px;
}
.e-credit a {
  border-bottom: 1px solid #000;
  font-size: 14px;
  font-weight: 300;
}
.e-credit span {
  margin-left: 16px;
}

.e-img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 52px;
}
.e-img-box > div {
  margin: 0 0.63vw;
}
.e-img-box > div img {
  animation: fluidrotate 30s ease 0s infinite; /*アニメーションの設定*/
}
.e-img-box .img1 img {
  width: 30.25vw;
  height: 27.5vw;
}
.e-img-box .img2 img {
  width: 28.75vw;
  height: 29.88vw;
}
.e-img-box .img3 img {
  width: 30.75vw;
  height: 28vw;
}

@keyframes fluidrotate {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.e-margin {
  margin: 50px 0 54px;
}

.e-item-slide {
  padding-bottom: 80px;
  position: relative;
}
.e-item-slide .slick-slide {
  margin: 0 20px;
}
.e-item-slide a {
  display: block;
}
.e-item-slide a:hover {
  text-decoration: underline;
}
.e-item-slide .slide-arrow {
  width: 26px;
  cursor: pointer;
  position: absolute;
  bottom: 33px;
}
.e-item-slide .next-arrow {
  right: 30px;
}
.e-item-slide .prev-arrow {
  right: 61px;
}

.e-credit-column {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.14;
  margin-top: 30px;
}
.e-credit-column span {
  display: block;
}

/* KVフェードイン  */
.kv_fade {
  opacity: 0;
  transition: 1.5s;
}

.kv_fade.show {
  opacity: 1;
}

/* 下からフェードイン */
.fadein_b {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s;
}

.e-img-box div.img1 {
  transform: translateY(100px) rotate(10deg);
}
.e-img-box div.img2 {
  transform: translateY(100px) rotate(-10deg);
  transition-delay: 0.2s;
}
.e-img-box div.img3 {
  transform: translateY(100px) rotate(10deg);
  transition-delay: 0.4s;
}

.contents-area {
  width: 100%;
}