/* ======================================================== */
/* MAIN VISUAL */
.c-mainvisual {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  height: 100vh;
}
.c-mainvisual-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  left: 0;
}

.c-mainvisual__slider {
  height: 100%;
}
.c-mainvisual-slider::after {
  z-index: 9;
  background-image: url("../images/top/mv-line.png");
  width: 1050px;
  height: 333px;
  position: absolute;
  left: 0;
  bottom: -28px;
}
.c-mainvisual__slider .c-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-mainvisual__slider .c-bg.mv1 {
  background-image: url(./../images/top/mv.jpg);
}
.c-mainvisual__slider .c-bg.mv2 {
  background-image: url(./../images/top/mv02.jpg);
}
.c-mainvisual__slider .swiper-slide-active .c-bg {
  animation: visual1 cubic-bezier(0, 0, 0.58, 1) 8s;
}
@keyframes visual1 {
  from {
    transform: scale(1.5) translate(0, -5%);
  }
  to {
    transform: scale(1) translate(0, 0);
  }
}

.c-mainvisual__content {
  position: absolute;
  left: 120px;
  z-index: 3;
  bottom: 77px;
  transition: all ease 0.8s;
  z-index: 10;
}
.c-mainvisual__title {
  font-size: 64px;
  color: #b8a131;
}
.c-mainvisual__title span {
  display: block;
  font-size: 26px;
}
.c-mainvisual__title img {
  width: 100%;
  max-width: 893px;
  opacity: 1;
  transition: all ease 1s;
}
.c-mainvisual__title.hide img {
  opacity: 0;
}

/** custom */

@media (max-width: 1024px) {
  .c-mainvisual__content {
    left: 60px;
  }
  .c-mainvisual__title {
    bottom: -100px;
  }
  .c-mainvisual__title:before {
    bottom: -480px;
  }
}
@media (max-width: 768px) {
  .c-mainvisual__content {
    left: 20px;
    bottom: 100px;
  }

  .c-mainvisual__title {
    font-size: 38px;
  }
  .c-mainvisual__title span {
    font-size: 16px;
  }
  .c-mainvisual__content .c-text2 {
    font-size: 10px;
  }
  .c-mainvisual__content .c-title2 {
    font-size: 16px;
  }
  .c-mainvisual-slider::after {
    height: 130px;
    background-position: left bottom;
  }
  .c-mainvisual-slider {
    height: calc(100% - 70px);
  }
}

/**Infor*/
.c-infor {
  gap: 60px;
  justify-content: center;
}
.c-infor__img {
  width: 232px;
}
.c-infor__imgs {
  gap: 3%;
}
.c-infor__imgs .c-infor__img {
  width: 30%;
}
.c-infor__imgs figure {
  aspect-ratio: 462 / 268;
  border-radius: 20px;
  height: 268px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.c-infor__imgs figure img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  transform: scale(1);
  transition: all ease 0.4s;
}
.c-infor__imgs .c-infor__img p {
  transition: all ease 0.4s;
}
.c-infor__imgs .c-infor__img:hover {
  opacity: 1;
}
.c-infor__imgs .c-infor__img:hover img {
  transform: scale(1.1);
}
.c-infor__imgs .c-infor__img:hover p {
  color: #b8a131;
}
.c-infor__img img {
  width: 100%;
  display: block;
}
.c-infor__content {
  width: 695px;
}
.c-infor__item {
  position: relative;
  padding-left: 35px;
}
.c-infor__item::before {
  content: "";
  background-image: url("../images/common/ic-check-b.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 18px;
  position: absolute;
  background-size: 100%;
  top: 14px;
  left: 0;
}
.c-infor__item p {
  font-size: 18px;
  font-family: YuMincho;
  padding: 11px 0;
  border-bottom: 1px dashed #707070;
  max-width: max-content;
}
@media (max-width: 768px) {
  .c-infor {
    flex-wrap: wrap;
    gap: 30px;
  }
  .c-infor__imgs {
    gap: 15px;
  }
  .c-infor__imgs figure {
    height: 70px;
    border-radius: 10px;
  }
  .c-infor__imgs figure img {
    border-radius: 10px;
  }
  .c-infor__imgs .c-text1 {
    font-size: 12px;
  }
}
/**End Infor*/
/**Block1*/
.top-block1 {
  position: relative;
  z-index: 2;
  padding-bottom: 120px;
}
.top-block1::before {
  background-image: url("../images/top/bg1.png");
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.top-block1::after {
  background-image: url("../images/top/mv-line.png");
  height: 272px;
  width: 1000px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  transform: scaleX(-1);
}
/**End Block1*/

/**block2*/
.top-block2__wrapper {
  max-width: 1380px;
}
/**End block2*/
