/*------------------------------------------------

p-top-mv

-------------------------------------------------*/
.p-top-mv {
  position: relative;
  padding-top: 100px;
  height: 710px;
}
.p-top-mv .p-top-mv__bg {
  position: absolute;
  width: 420px;
  height: 450px;
  background-color: #F0F7FA;
  top: -100px;
  right: 0;
  z-index: -1;
}
.p-top-mv .p-top-mv__area {
  width: calc(100% - 60px);
  height: 100%;
}
.p-top-mv .p-top-mv__area video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-mv .p-top-mv__circle {
  position: absolute;
  right: 35px;
  bottom: -100px;
  width: 320px;
  height: 320px;
  animation: 40s linear infinite rotation;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1024px) {
  .p-top-mv .p-top-mv__area {
    width: 100%;
  }
  .p-top-mv .p-top-mv__circle {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    padding-top: 4.2857142857rem;
    height: 300px;
  }
  .p-top-mv .p-top-mv__bg {
    width: 10.7142857143rem;
    height: 11.4285714286rem;
    top: -4.2857142857rem;
  }
  .p-top-mv .p-top-mv__area {
    width: calc(100% - 1.0714285714rem);
  }
  .p-top-mv .p-top-mv__circle {
    right: 0.3571428571rem;
    bottom: -3.5714285714rem;
    width: 8.5714285714rem;
    height: 8.5714285714rem;
  }
}

/*------------------------------------------------

p-top-concept

-------------------------------------------------*/
.p-top-concept {
  padding-top: 110px;
}
.p-top-concept .p-top-concept__area {
  position: relative;
  opacity: 0;
  transition: all 1s ease;
  transform: translateY(20px);
}
.p-top-concept .p-top-concept__area.isActive {
  opacity: 1;
  transform: translate(0);
}
.p-top-concept .p-top-concept__area::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../../img/top/logo-bg.png) no-repeat;
  background-size: contain;
  width: 960px;
  height: 260px;
  top: 100px;
  right: -160px;
  z-index: -1;
}
.p-top-concept .p-top-concept__area .-txtbox {
  width: 460px;
  margin-top: 20px;
  margin-right: 100px;
}
.p-top-concept .p-top-concept__area .-ttl {
  position: relative;
  font-family: "Shippori Mincho", serif;
  text-transform: uppercase;
  font-size: 74px;
  font-weight: 400;
  letter-spacing: 0.06em;
  padding-bottom: 20px;
}
.p-top-concept .p-top-concept__area .-ttl::before {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 1px;
  background-color: #333;
  left: 0;
  bottom: 0;
}
.p-top-concept .p-top-concept__area .-txt {
  margin-top: 30px;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  letter-spacing: 0.04em;
  font-weight: 400;
  line-height: 2;
}
.p-top-concept .p-top-concept__area .-img {
  width: calc(100% - 560px);
}
@media screen and (max-width: 1024px) {
  .p-top-concept .p-top-concept__area {
    position: relative;
  }
  .p-top-concept .p-top-concept__area::before {
    width: 768px;
    height: 210px;
    top: 120px;
    right: -60px;
  }
  .p-top-concept .p-top-concept__area .-txtbox {
    width: 460px;
    margin-top: 0;
    margin-right: 0px;
  }
  .p-top-concept .p-top-concept__area .-ttl {
    font-size: 60px;
  }
  .p-top-concept .p-top-concept__area .-txt {
    font-size: 18px;
  }
  .p-top-concept .p-top-concept__area .-img {
    width: calc(100% - 460px);
  }
}
@media screen and (max-width: 768px) {
  .p-top-concept {
    padding-top: 3.9285714286rem;
  }
  .p-top-concept .p-top-concept__area::before {
    width: 480px;
    height: 130px;
    top: 100px;
    right: -40px;
  }
  .p-top-concept .p-top-concept__area .-txtbox {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    display: contents;
  }
  .p-top-concept .p-top-concept__area .-ttl {
    font-size: 2.2857142857rem;
    padding-bottom: 0.7142857143rem;
    order: 1;
  }
  .p-top-concept .p-top-concept__area .-ttl::before {
    width: 2.1428571429rem;
  }
  .p-top-concept .p-top-concept__area .-txt {
    margin-top: 1.4285714286rem;
    font-size: 1rem;
    order: 3;
  }
  .p-top-concept .p-top-concept__area .-img {
    width: 100%;
    order: 2;
    margin-top: 2.1428571429rem;
  }
}/*# sourceMappingURL=index.css.map */