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

p-top-mv

-------------------------------------------------*/
.p-top-mv {
  height: 100vh;
  position: relative;
}
.p-top-mv .p-top-mv__leftimg {
  position: absolute;
  background: url(../../../img/top/mv-img-left.png) no-repeat;
  background-size: contain;
  width: 250px;
  height: 335px;
  left: 0;
  bottom: -80px;
}
.p-top-mv .p-top-mv__rightimg {
  position: absolute;
  background: url(../../../img/top/mv-img-right.png) no-repeat;
  background-size: contain;
  width: 250px;
  height: 255px;
  top: 65px;
  right: 0;
  z-index: -1;
}
.p-top-mv .p-top-mv__txtbox {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 110px;
  opacity: 0;
  transition: all 2s ease;
}
.p-top-mv .p-top-mv__txtbox.isActive {
  opacity: 1;
}
.p-top-mv .p-top-mv__txtbox::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 70px;
  background-color: #000;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-top-mv .p-top-mv__txtbox-ttl {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 64px;
  font-weight: bold;
  line-height: 1.3;
}
.p-top-mv .p-top-mv__txtbox-sub {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-top: 10px;
}
.p-top-mv .p-top-mv__scroll {
  position: absolute;
  z-index: 1;
  right: 0px;
  bottom: 30px;
}
.p-top-mv .p-top-mv__scroll .mv-scroll-text {
  width: 60px;
  font-size: 10px;
  font-weight: bold;
  color: #1F1F1F;
  display: flex;
  writing-mode: vertical-rl;
  align-items: center;
  font-family: "Montserrat", sans-serif;
}
.p-top-mv .p-top-mv__scroll .mv-scroll-line {
  margin: 0 auto;
  margin-top: 10px;
  height: 100px;
  display: block;
  width: 1px;
  background: #ADADAD;
}
.p-top-mv .p-top-mv__scroll .mv-scroll-line:after {
  width: 8px;
  height: 8px;
  background: #0F1A21;
  content: "";
  display: block;
  border-radius: 100px;
  margin: 0 auto;
  position: relative;
  left: -4px;
  top: 20px;
  animation-name: mv-scroll;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
@keyframes mv-scroll {
  0% {
    opacity: 1;
    transform: translateY(-20px) translateX(0);
  }
  50% {
    transform: translateY(40px) translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateY(80px) translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv .p-top-mv__leftimg {
    background-size: contain;
    width: 46.6666666667vw;
    height: 61.3333333333vw;
    left: 0;
    bottom: -13.3333333333vw;
  }
  .p-top-mv .p-top-mv__rightimg {
    background-size: contain;
    width: 46.1333333333vw;
    height: 46.6666666667vw;
    top: 18.6666666667vw;
    right: 0;
    z-index: -1;
  }
  .p-top-mv .p-top-mv__txtbox {
    padding-bottom: 29.3333333333vw;
    top: 60%;
  }
  .p-top-mv .p-top-mv__txtbox::after {
    height: 18.6666666667vw;
  }
  .p-top-mv .p-top-mv__txtbox-ttl {
    font-size: 10.6666666667vw;
  }
  .p-top-mv .p-top-mv__txtbox-sub {
    font-size: 4.8vw;
    margin-top: 2.6666666667vw;
  }
  .p-top-mv .p-top-mv__scroll {
    bottom: 5.3333333333vw;
  }
  .p-top-mv .p-top-mv__scroll .mv-scroll-text {
    width: 60px;
    font-size: 2.6666666667vw;
  }
  .p-top-mv .p-top-mv__scroll .mv-scroll-line {
    margin: 0 auto;
    margin-top: 2.6666666667vw;
    height: 16vw;
    display: block;
    width: 1px;
    background: #ADADAD;
  }
  .p-top-mv .p-top-mv__scroll .mv-scroll-line:after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    background: #0F1A21;
    content: "";
    display: block;
    border-radius: 100px;
    margin: 0 auto;
    position: relative;
    left: -1.0666666667vw;
    top: 5.3333333333vw;
    animation-name: mv-scroll;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
  }
  @keyframes mv-scroll {
    0% {
      opacity: 1;
      transform: translateY(-2.6666666667vw) translateX(0);
    }
    50% {
      transform: translateY(6.6666666667vw) translateX(0);
    }
    100% {
      opacity: 0;
      transform: translateY(10.6666666667vw) translateX(0);
    }
  }
}

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

p-top-philosophy

-------------------------------------------------*/
.p-top-philosophy {
  margin-top: 40px;
}
.p-top-philosophy .p-top-philosophy__ttl {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.p-top-philosophy .p-top-philosophy__jp {
  margin-top: 20px;
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateY(20px);
}
.p-top-philosophy .p-top-philosophy__jp.isActive {
  opacity: 1;
  transform: translateY(0);
}
.p-top-philosophy .p-top-philosophy__jp-01 {
  font-size: 80px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.p-top-philosophy .p-top-philosophy__jp-02 {
  font-size: 115px;
  font-weight: bold;
  line-height: 1;
}
.p-top-philosophy .p-top-philosophy__txtbox {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateY(20px);
}
.p-top-philosophy .p-top-philosophy__txtbox.isActive {
  opacity: 1;
  transform: translateY(0);
}
.p-top-philosophy .p-top-philosophy__txt {
  margin-top: 60px;
  font-size: 18px;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 2.5;
}
.p-top-philosophy .p-top-philosophy__delete-txt {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 67px;
  letter-spacing: 0.1em;
  margin-right: -100px;
  text-transform: uppercase;
}
.p-top-philosophy .p-top-philosophy__delete-txt::after {
  content: "";
  position: absolute;
  display: block;
  height: 12px;
  background-color: #0F1A21;
  width: 105%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-top-philosophy .p-top-philosophy__loarding {
  position: relative;
  height: 190px;
  background: url(../../../img/top/loarding-txt.png) top 0px left 0/2160px auto repeat-x;
  background-size: cover;
  width: 100%;
  animation: scrolltxt 120s linear infinite;
  z-index: -1;
}
@keyframes scrolltxt {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2160px 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-philosophy .p-top-philosophy__txtbox {
    align-items: flex-end;
  }
  .p-top-philosophy .p-top-philosophy__txt {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-philosophy {
    margin-top: 18.6666666667vw;
  }
  .p-top-philosophy .p-top-philosophy__ttl {
    font-size: 8.5333333333vw;
  }
  .p-top-philosophy .p-top-philosophy__jp {
    margin-top: 5.3333333333vw;
  }
  .p-top-philosophy .p-top-philosophy__jp-01 {
    font-size: 10.6666666667vw;
  }
  .p-top-philosophy .p-top-philosophy__jp-02 {
    font-size: 16vw;
  }
  .p-top-philosophy .p-top-philosophy__txtbox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
  }
  .p-top-philosophy .p-top-philosophy__txt {
    width: 100%;
    margin-top: 10.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .p-top-philosophy .p-top-philosophy__delete {
    margin-left: auto;
  }
  .p-top-philosophy .p-top-philosophy__delete-txt {
    font-size: 13.3333333333vw;
    margin-right: 0px;
  }
  .p-top-philosophy .p-top-philosophy__delete-txt::after {
    height: 2.6666666667vw;
  }
  .p-top-philosophy .p-top-philosophy__loarding {
    height: 32vw;
  }
}

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

p-top-vision

-------------------------------------------------*/
.p-top-vision {
  background-color: #2C2C2C;
  border-radius: 40px 40px 0 0;
}
.p-top-vision .p-top-vision__area .p-top-vision__area-block:first-child {
  padding-top: 50px;
}
.p-top-vision .p-top-vision__area .p-top-vision__area-block:last-child {
  padding-bottom: 50px;
  border-bottom: none;
}
.p-top-vision .p-top-vision__area-block {
  padding: 30px 0;
  border-bottom: 1px solid #9F9F9F;
}
.p-top-vision .p-top-vision__area-block .-ttl {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 64px;
  letter-spacing: 0.07em;
  line-height: 1.1;
  text-align: center;
}
.p-top-vision .p-top-vision__area-block .-txt {
  margin-top: 5px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-vision {
    border-radius: 10.6666666667vw 10.6666666667vw 0 0;
  }
  .p-top-vision .p-top-vision__area .p-top-vision__area-block:first-child {
    padding-top: 10.6666666667vw;
  }
  .p-top-vision .p-top-vision__area .p-top-vision__area-block:last-child {
    padding-bottom: 13.3333333333vw;
  }
  .p-top-vision .p-top-vision__area-block {
    padding: 5.3333333333vw 0;
  }
  .p-top-vision .p-top-vision__area-block .-ttl {
    font-size: 13.8666666667vw;
  }
  .p-top-vision .p-top-vision__area-block .-txt {
    margin-top: 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
}

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

p-top-slide

-------------------------------------------------*/
.p-top-slide {
  position: relative;
}
.p-top-slide .p-top-slide__img {
  height: 400px;
  width: 100%;
}
.p-top-slide .p-top-slide__img.p-top-slide__img--01 {
  background: url(../../../img/top/slider-img01-pc.jpg) no-repeat center center/cover;
}
.p-top-slide .p-top-slide__img.p-top-slide__img--02 {
  background: url(../../../img/top/slider-img02-pc.jpg) no-repeat center center/cover;
}
.p-top-slide .p-top-slide__img.p-top-slide__img--03 {
  background: url(../../../img/top/slider-img03-pc.jpg) no-repeat center center/cover;
}
.p-top-slide .swiper-pagination {
  bottom: -30px;
}
.p-top-slide .swiper-pagination-bullet {
  background-color: #fff;
  border: 1px solid #000;
  opacity: 1;
}
.p-top-slide .swiper-pagination-bullet-active {
  background-color: #0F1A21;
}
@media screen and (max-width: 768px) {
  .p-top-slide .p-top-slide__img {
    height: 74.6666666667vw;
  }
  .p-top-slide .p-top-slide__img.p-top-slide__img--01 {
    background: url(../../../img/top/slider-img01-sp.jpg) no-repeat center center/cover;
  }
  .p-top-slide .p-top-slide__img.p-top-slide__img--02 {
    background: url(../../../img/top/slider-img02-sp.jpg) no-repeat center center/cover;
  }
  .p-top-slide .p-top-slide__img.p-top-slide__img--03 {
    background: url(../../../img/top/slider-img03-sp.jpg) no-repeat center center/cover;
  }
  .p-top-slide .swiper-pagination {
    bottom: -5.3333333333vw;
  }
}

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

p-top-service

-------------------------------------------------*/
.p-top-service {
  padding-top: 100px;
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateY(20px);
}
.p-top-service.isActive {
  opacity: 1;
  transform: translateY(0);
}
.p-top-service .p-top-service__topttl {
  margin-top: 15px;
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: 400;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-top-service {
    padding-top: 16vw;
  }
  .p-top-service .p-top-service__topttl {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

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

p-top-message

-------------------------------------------------*/
.p-top-message {
  padding-top: 60px;
  padding-bottom: 170px;
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateY(20px);
}
.p-top-message.isActive {
  opacity: 1;
  transform: translateY(0);
}
.p-top-message .p-top-message__area .-txtbox {
  border-top: 1px solid #000;
  margin-top: 90px;
  padding-top: 70px;
  width: calc(100% - 260px);
}
.p-top-message .p-top-message__area .-txt {
  font-size: 20px;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 2.5;
}
.p-top-message .p-top-message__area .-name {
  margin-top: 50px;
  font-size: 22px;
  letter-spacing: 0.04em;
  font-weight: bold;
}
.p-top-message .p-top-message__area .-ttlbox {
  width: 150px;
  margin-left: 110px;
  writing-mode: vertical-rl;
}
.p-top-message .p-top-message__area .-ttlbox-en {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 33px;
  letter-spacing: 0.15em;
  font-weight: bold;
}
.p-top-message .p-top-message__area .-ttlbox-ttl {
  font-size: 84px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-top-message {
    padding-top: 16vw;
    margin-top: 16vw;
    padding-bottom: 16vw;
    position: relative;
  }
  .p-top-message::before {
    content: "";
    position: absolute;
    display: block;
    width: 80vw;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-top-message .p-top-message__area {
    flex-direction: column-reverse;
  }
  .p-top-message .p-top-message__area .-txtbox {
    border-top: none;
    margin-top: 6.6666666667vw;
    padding-top: 0px;
    width: 100%;
  }
  .p-top-message .p-top-message__area .-txt {
    font-size: 4.2666666667vw;
  }
  .p-top-message .p-top-message__area .-name {
    margin-top: 10.6666666667vw;
    font-size: 4.8vw;
  }
  .p-top-message .p-top-message__area .-ttlbox {
    text-align: center;
    width: 100%;
    margin-left: 0px;
    writing-mode: inherit;
  }
  .p-top-message .p-top-message__area .-ttlbox-en {
    font-size: 7.4666666667vw;
  }
  .p-top-message .p-top-message__area .-ttlbox-ttl {
    font-size: 11.2vw;
  }
}/*# sourceMappingURL=index.css.map */