@charset "UTF-8";
/* fv.css: ファーストビュー専用スタイル */
.ly_fv {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Background Layers */
.ly_fv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.ly_fv_bg_base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #F7F3F0 0%, #F7F3F0 100%);
}
.ly_fv_bg_base .ly_fv_bg_japan_quality {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain;
}
.ly_fv_bg_base .ly_fv_bg_animals_footprints {
  position: absolute;
  top: 50vh;
  left: 28px;
  width: 150px;
}
.ly_fv_bg_base .ly_fv_bg_gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(221, 192, 172, 0.6) 0%, rgba(221, 192, 172, 0.3) 40%, rgba(247, 243, 240, 0.15) 70%, rgba(247, 243, 240, 0) 100%);
  filter: blur(8px);
  -webkit-filter: blur(8px);
  mix-blend-mode: multiply;
}
.ly_fv_bg_base .ly_fv_bg_redCircle {
  position: absolute;
  bottom: 260px;
  width: 100%;
}
.ly_fv_bg_base .ly_bg_red_area {
  position: absolute;
  bottom: 0;
  height: 260px;
  width: 100%;
}

/* Content */
.ly_fv_content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  padding: 150px 24px 100px;
}
@media screen and (max-width: 600px) {
  .ly_fv_content {
    padding: 110px 24px 40px;
  }
}
@media screen and (max-width: 375px) {
  .ly_fv_content {
    padding: 100px 20px 40px;
  }
}

/* Title Section */
.ly_fv_title {
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .ly_fv_title {
    margin-bottom: 40px;
  }
}

.el_fv_title_small {
  margin-bottom: 20px;
  color: var(--Brown, #462617);
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .el_fv_title_small {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.el_fv_title_main h1 .el_fv_title_smac {
  font-size: 66px;
}
@media screen and (max-width: 767px) {
  .el_fv_title_main h1 .el_fv_title_smac {
    font-size: 40px;
  }
}
@media screen and (max-width: 420px) {
  .el_fv_title_main h1 .el_fv_title_smac {
    font-size: 9vw;
  }
}
.el_fv_title_main h1 .el_fv_title_factory {
  font-size: 62px;
}
@media screen and (max-width: 767px) {
  .el_fv_title_main h1 .el_fv_title_factory {
    font-size: 38px;
  }
}
@media screen and (max-width: 375px) {
  .el_fv_title_main h1 .el_fv_title_factory {
    font-size: 9vw;
  }
}

/* Video area */
.ly_fv_video {
  flex: 1;
  position: relative;
  max-width: 860px;
  width: calc(100% - 80px);
  padding-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  .ly_fv_video {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .ly_fv_video {
    width: 100%;
    padding-bottom: 100px;
  }
}
.ly_fv_video .ly_fv_video_container {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 32px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .ly_fv_video .ly_fv_video_container {
    border-radius: 24px;
  }
}
.ly_fv_video .ly_fv_factory_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ly_fv_video .ly_fv_dog_illust {
  position: absolute;
  right: -110px;
  bottom: -40px;
}
.ly_fv_video .ly_fv_dog_illust img {
  width: 217px;
}

/* Illust area */
.ly_fv_illust {
  position: absolute;
  bottom: 2%;
  width: 100%;
  max-width: 960px;
}
@media screen and (max-width: 1024px) {
  .ly_fv_illust {
    bottom: 0;
    width: 80%;
  }
}
.ly_fv_illust img {
  margin: 0 auto;
}

/*# sourceMappingURL=fv.css.map */
