@charset "UTF-8";
.fv-wrap {
  height: 100vh;
}

.fv {
  height: 100dvh;
}
.fv .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv-fixed_banner {
  z-index: 2;
  position: absolute;
  left: 60px;
  bottom: 35px;
  width: calc(100% - 120px);
  max-width: 914px;
}
@media screen and (max-width: 767px) {
  .fv-fixed_banner {
    width: calc(100% - 40px);
    left: 20px;
  }
}

.fv-fixed_link {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #949494;
  color: #fff;
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  .fv-fixed_link {
    padding: 12px;
  }
}

.fv-fixed_ttl {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 2px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .fv-fixed_ttl {
    font-size: 10px;
  }
}

.fv-fixed_txtWrap {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .fv-fixed_txtWrap {
    flex-direction: column;
    margin-top: 8px;
    gap: 5px;
  }
}

.fv-fixed_date {
  color: #fff;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .fv-fixed_date {
    font-size: 10px;
  }
}

.fv-fixed_txt {
  font-size: 13px;
  font-weight: 400;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .fv-fixed_txt {
    font-size: 10px;
  }
}

.newrealease_cont {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1271px) {
  .newrealease_cont {
    padding: 45px 20px 70px 20px;
  }
}

@media screen and (max-width: 767px) {
  .newrealease_btnWrap {
    margin-left: auto;
    margin-top: 8px;
  }
}

.newrealease_ttlWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1200px;
  margin-right: auto;
}
@media screen and (max-width: 1271px) {
  .newrealease_ttlWrap {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .newrealease_ttlWrap {
    flex-direction: column;
    align-items: start;
  }
}

.newrealease-slide_list {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}
@media screen and (max-width: 767px) {
  .newrealease-slide_list {
    margin-top: 30px;
    gap: 20px 12px;
  }
}

.newrealease-slide_item {
  position: relative;
  overflow: hidden;
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 767px) {
  .newrealease-slide_item {
    width: calc((100% - 12px) / 2);
  }
}
@media screen and (min-width: 1272px) {
  .newrealease-slide_item:hover .newrealease-slide_imgWrap img {
    transform: scale(1.2);
  }
  .newrealease-slide_item:hover:before {
    background-color: #005834;
  }
  .newrealease-slide_item:hover:after {
    background: #005834;
  }
}
.newrealease-slide_item::before {
  position: absolute;
  content: "";
  -webkit-mask: url("../img/common/icon-arrow-up.svg") no-repeat;
          mask: url("../img/common/icon-arrow-up.svg") no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 22px;
  height: 22px;
  right: 0;
  bottom: 15px;
  background-color: #333;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .newrealease-slide_item::before {
    width: 15px;
    height: 15px;
  }
}
.newrealease-slide_item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #005834 20%, #C8C8C8 20%);
  transition: 0.5s;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .newrealease-slide_item::after {
    content: none;
  }
}

.newrealease-slide_imgWrap {
  overflow: hidden;
}
.newrealease-slide_imgWrap img {
  transition: 0.5s;
}

.newrealease-slide_ttlWrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .newrealease-slide_ttlWrap {
    flex-direction: column;
    margin-top: 5px;
    padding-bottom: 6px;
    gap: 0px;
  }
}

.newrealease-slide_ttl {
  padding-right: 1.2em;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .newrealease-slide_ttl {
    font-size: 12px;
  }
}

.newrealease-slide_cat {
  color: #fff;
  background-color: #609d84;
  font-size: 12px;
  padding: 5px 8px;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .newrealease-slide_cat {
    font-size: 9px;
    padding: 3px 5px;
  }
}

.life {
  display: flex;
  align-items: flex-end;
  position: relative;
  aspect-ratio: 1728/1176;
  padding-bottom: 204px;
  background-image: url("../img/top/bg-img.png");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100dvh;
}
@media screen and (max-width: 767px) {
  .life {
    padding-top: 352px;
    padding-bottom: 70px;
    background-image: url("../img/top/bg-img-sp.png");
  }
}
.life::before {
  position: absolute;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 52%, rgba(0, 0, 0, 0.85) 100%);
  width: 100%;
  height: 100%;
  inset: 0;
}

.life_cont {
  position: relative;
  z-index: 2;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .life_cont {
    margin-left: 0;
  }
}

.life_ttl {
  color: #fff;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .life_ttl {
    font-size: 30px;
  }
}

.life_logoWrap {
  max-width: 402px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .life_logoWrap {
    max-width: 286px;
    margin-top: 25px;
  }
}

.life_btn {
  margin-top: 70px;
}
@media screen and (min-width: 1272px) {
  .life_btn:hover {
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .life_btn {
    margin-top: 50px;
  }
}

.brand {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .brand {
    padding-top: 60px;
  }
}

.brand_cont {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .brand_cont {
    flex-direction: column;
    gap: 35px;
  }
}

.brand_imgWrap {
  width: 52%;
  max-width: 685px;
  flex: 1 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .brand_imgWrap {
    width: 100%;
  }
}
.brand_imgWrap img {
  transition: 0.5s;
}

.brand_txtWrap {
  padding-left: 7.25%;
  padding-right: 7.25%;
}
@media screen and (max-width: 767px) {
  .brand_txtWrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.brand_txt {
  margin-top: 40px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .brand_txt {
    margin-top: 25px;
  }
}

.brand_btn {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .brand_btn {
    margin-top: 12px;
  }
}

.details {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .details {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

.details_cont {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .details_cont {
    flex-direction: column-reverse;
    gap: 35px;
  }
}

.details_imgWrap {
  width: 52%;
  max-width: 685px;
  flex: 1 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .details_imgWrap {
    width: 100%;
  }
}
.details_imgWrap img {
  transition: 0.5s;
}

.details_txtWrap {
  padding-left: 7.25%;
  padding-right: 7.25%;
}
@media screen and (max-width: 767px) {
  .details_txtWrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.details_txt {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .details_txt {
    margin-top: 25px;
  }
}

.details_btn {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .details_btn {
    margin-top: 20px;
  }
}/*# sourceMappingURL=top.css.map */