/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
.fv-content {
  width: 100%;
  height: 100vh;
}

.fv-content-img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-image: url("../img/top/fv-img04.webp");
}

.fv-content-img .caption {
  position: absolute;
  right: 25px;
  bottom: 70px;
  font-size: 10px;
  z-index: 3;
}

.fv-content-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .fv-content-img {
    background-image: url("../img/top/fv-img04-pc.webp");
  }
}

.fv-content-img:after {
  background: rgba(0, 0, 0, 0.5);
}

.fv-content .bottomline {
  position: absolute;
  width: 100%;
  height: 15px;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.fv-content-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .fv-content-title {
    font-size: 48px;
    line-height: 1.2;
  }
}

.fv-content-title-img {
  max-width: 60%;
}

@media (min-width: 768px) {
  .fv-content-title-img {
    max-width: 100%;
  }
}

.fv-content-text {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px 15px;
  pointer-events: none;
  justify-content: center;
  height: 100%;
}

@media (min-width: 768px) {
  .fv-content-text {
    padding: 100px 50px;
    /*max-width: 1200px;*/
    margin: 0 auto;
    justify-content: flex-end;
  }
}

.fv-content .scroll {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
  height: 60px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .fv-content .scroll {
    bottom: 0;
  }
}

.fv-content .scroll:after {
  content: "";
  top: 0;
  left: 50%;
  width: 1px;
  height: 90px;
  position: absolute;
  background: #fff;
  animation: scrollanimation 1.3s infinite;
}

.main {
  padding: 50px 15px;
  padding-right: 0;
}

@media (min-width: 768px) {
  .main {
    padding: 70px 15px;
  }
}

.main-subtitle {
  padding: 15px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .main-subtitle {
    padding: 30px;
  }
}

.main-inner {
  position: relative;
  width: 100%;
}

.main-inner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px 0 0 10px;
  background: linear-gradient(106.5deg, rgba(58, 162, 240, 0.1) 0%, rgba(149, 228, 182, 0.1) 100%);
  top: 0;
  right: 0;
}

@media screen and (min-width: 1000px) {
  .main-inner-bg {
    max-width: calc(100% - ((100% - 1000px) / 2));
  }
}

.main-inner-text {
  padding: 50px;
  line-height: 1.8;
  font-size: 12px;
}

@media (min-width: 768px) {
  .main-inner-text {
    font-size: 16px;
    line-height: 2.5;
  }
}

.sec01 {
  background: linear-gradient(106.5deg, rgba(58, 162, 240, 0.1) 0%, rgba(149, 228, 182, 0.1) 100%);
  padding: 10px 15px;
}

@media (min-width: 768px) {
  .sec01 {
    padding: 30px 15px;
  }
}

.sec01-bg {
  position: relative;
}

.sec01-bg-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15vw 10vw;
  min-height: 80vw;
}

@media (min-width: 768px) {
  .sec01-bg-img {
    min-height: auto;
    padding: 40px;
  }
}

.sec01-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .sec01-flex {
    padding-top: 40px;
  }
}

.sec01-flex-col {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  height: 30%;
}

.sec01-flex-col:nth-child(3), .sec01-flex-col:nth-child(4) {
  justify-content: flex-end;
}

.sec01-flex-col .title {
  font-size: 12px;
  letter-spacing: 1px;
  color: #3ca4ef;
  font-weight: bold;
  padding: 5px 0;
}

@media (min-width: 768px) {
  .sec01-flex-col .title {
    font-size: 23px;
  }
}

.sec01-flex-col .img img {
  max-width: 20vw;
}

@media (min-width: 768px) {
  .sec01-flex-col .img img {
    max-width: none;
  }
}

.sec01-flex-col:nth-child(2n) .title,
.sec01-flex-col:nth-child(2n) .text,
.sec01-flex-col:nth-child(2n) .img {
  text-align: right;
}

.sec01-flex-col .text {
  font-size: 10px;
}

@media (min-width: 768px) {
  .sec01-flex-col .text {
    font-size: 12px;
  }
}

.sec01-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec01-btn-arrow {
  text-align: center;
  position: relative;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(106.5deg, #3aa2f0 0%, #95e4b6 100%);
  padding: 10px 40px;
  font-size: 14px;
}

@media (min-width: 768px) {
  .sec01-btn-arrow {
    font-size: 20px;
  }
}

.sec01-btn-arrow:after {
  content: "";
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url("../img/feature/sec01-btn-arrow.svg") no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
  position: absolute;
}

.sec02-title {
  padding: 40px 15px 20px;
  text-align: center;
}

.sec02-text {
  text-align: center;
  line-height: 2;
  font-size: 12px;
  padding: 20px 15px 40px;
}

@media (min-width: 768px) {
  .sec02-text {
    font-size: 16px;
  }
}

.sec02-movie {
  max-width: 800px;
  padding: 15px;
  margin: 0 auto;
}

.sec02-movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.sec02-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec02-movie-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.sec02-movie-wrap .sp-spacer {
  display: none;
  width: 1px;
  height: 1px;
}

.sec02-img {
  max-width: 1200px;
  padding: 15px;
}

.sec02 .zoomshow {
  display: none;
}

.sec02 .zoomshow.active {
  display: block;
}

.sec02 .zoomhide {
  display: none;
}

.sec02 .zoomhide.active {
  display: block;
}

.sec02 .zoomimg, .sec02 .zoombase {
  position: relative;
  z-index: 2;
  display: none;
}

.sec02 .zoomimg.active, .sec02 .zoombase.active {
  display: block;
}

@keyframes scrollanimation {
  0% {
    top: 15px;
    height: 1px;
  }
  50% {
    top: 15px;
    height: 70px;
  }
  100% {
    top: 80px;
  }
}
/*# sourceMappingURL=feature.css.map */