.l-fv {
  height: auto;
  margin-bottom: 3.5rem;
}

.p-fv {
  position: relative;
}

.p-fv__slider .swiper-slide .slide-img::before {
  background: rgba(21, 21, 21, 0.2);
  position: relative;
  z-index: 1;
  padding-top: 116.8%;
}
@media screen and (min-width: 768px) {
  .p-fv__slider .swiper-slide .slide-img::before {
    padding-top: 48.6111111111%;
  }
}

.p-fv__slider.swiper {
  height: 100%;
}

.p-fv__slider .swiper-slide {
  width: 100%;
  height: 100%;
}

.p-fv__slider .swiper-slide .slide-img {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.p-fv__slider .swiper-slide-active .slide-img,
.p-fv__slider .swiper-slide-duplicate-active .slide-img,
.p-fv__slider .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 8s ease-out;
  animation: zoomUp 8s ease-out;
}

/* サムネイル設定 */
.p-fv__thumbnail.swiper {
  background-color: #fff;
  padding: 6px;
  padding: 0.375rem;
  position: absolute;
  z-index: 2;
  bottom: -1rem;
  right: 94px;
  right: 5.875rem;
  width: 100%;
  max-width: 38rem;
  margin: 0;
}

.p-fv__thumbnail .swiper-slide {
  width: 93px;
  width: 5.8125rem;
  cursor: pointer;
}

.p-fv__thumbnail .swiper-slide::before {
  position: relative;
  z-index: 1;
  background: rgba(54, 54, 54, 0.3);
  padding-top: 59.1397849462%;
}

.p-fv .swiper-slide-thumb-active::after {
  content: "";
  display: block;
  width: 18px;
  width: 1.125rem;
  height: 6px;
  height: 0.375rem;
  position: absolute;
  background: #ff8530;
  z-index: 100;
  top: -6px;
  top: -0.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-fv__text {
  position: absolute;
  top: 38.8%;
  left: 8%;
  z-index: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-fv__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
    top: 60%;
    right: 5%;
  }
}

.p-fv__title {
  font-size: 2.6rem;
  letter-spacing: 0.18em;
  line-height: 1.5;
  font-weight: 600;
  position: relative;
  width: 75%;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-fv__title {
    width: 100%;
    font-size: 4rem;
    letter-spacing: 0.08em;
    line-height: 6rem;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.p-fv__title::after {
  content: "";
  position: absolute;
  bottom: -11px;
  bottom: -0.6875rem;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-fv__title::after {
    max-width: none;
    width: 100%;
    bottom: -1.125rem;
  }
}

.p-fv__enTitle {
  margin-top: 28px;
  margin-top: 1.75rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.12em;
  white-space: normal;
}

@media screen and (min-width: 768px) {
  .p-fv__enTitle {
    width: 100%;
    font-size: 1.4rem;
    margin-top: 2.375rem;
    letter-spacing: 0.12em;
    line-height: 2.1428571429;
  }
}

.p-fv__enTitle::first-letter {
  text-transform: capitalize;
}

.p-fv__scroll {
  position: absolute;
  bottom: 93px;
  bottom: 5.8125rem;
  left: 50px;
  left: 3.125rem;
}

.p-fv__news {
  position: absolute;
  left: 0;
  bottom: -38px;
  bottom: -2.375rem;
  display: inline-block;
  background-color: #fff;
  padding: 13px 0 0 10px;
  padding: 0.8125rem 0 0.8125rem 1rem;
  width: 100%;
  max-width: min(85.4vw, 500px);
  max-width: min(85.4vw, 31.25rem);
  z-index: 2;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .p-fv__news {
    bottom: 0;
    height: 6.7rem;
    max-width: min(49vw, 70rem);
    padding: 0 0 0 min(6.6vw, 5.875rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: min(5.1vw, 4.5625rem);
    -moz-column-gap: min(5.1vw, 4.5625rem);
    column-gap: min(5.1vw, 4.5625rem);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .p-fv__news {
    padding-left: 2.6vw;
  }
}

@media screen and (min-width: 768px) {
  .p-fv__news:hover {
    background-color: #262626;
    color: #fff;
    opacity: 0.7;
  }

  .p-fv__news:hover .p-fv__newsEnTitle {
    color: #fff;
  }
}

.p-fv__news::after {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-bottom: 1px solid #0a0b0d;
  border-right: 1px solid #0a0b0d;
  top: 50%;
  right: 33px;
  right: 2.0625rem;
  -webkit-transform: rotate(-45deg) translateY(-6px);
  transform: rotate(-45deg) translateY(-6px);
  -webkit-transition: border 0.3s ease-out;
  transition: border 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .p-fv__news::after {
    right: 2.25rem;
    -webkit-transform: rotate(-45deg) translateY(-3px);
    transform: rotate(-45deg) translateY(-3px);
  }
}

.p-fv__newsEnTitle {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0a0b0d;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-fv__newsEnTitle {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-fv__newsEnTitle {
    margin-right: 1.5rem;
  }
}

.p-fv__newsEnTitle:hover {
  color: #fff;
}

.p-fv__newsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  -webkit-column-gap: 0.25rem;
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-fv__newsWrap {
    margin-top: 0;
    -webkit-column-gap: min(1.7vw, 1.5rem);
    -moz-column-gap: min(1.7vw, 1.5rem);
    column-gap: min(1.7vw, 1.5rem);
  }
}

.p-fv__newsTitle {
  width: 185px;
  width: 11.5625rem; /* 省略せずに表示するサイズを指定 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-fv__newsTitle {
    width: min(22.5vw, 20.1875rem);
  }
}

.p-fv__time {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-fv__time {
    font-size: 1.2rem;
  }
}

.swiper-pagination {
  text-align: left;
  transform: translate(-50%, -50%);
  top: 50% !important;
  left: unset !important;
  right: 3rem;
  width: fit-content !important;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .swiper-pagination {
    right: -1rem;
  }
}

.swiper-pagination-bullet {
  width: auto;
  height: auto;
  line-height: 0;
  background: none;
  position: relative;
}

.swiper-pagination-bullet::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.swiper-pagination-bullet svg {
  transform: rotate(-90deg) translateY(0);
}

.swiper-pagination-bullet .circle_active circle {
  fill: transparent;
  stroke: none;
}

.swiper-pagination-bullet .circle_active {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.swiper-pagination-bullet .circle circle {
  fill: transparent;
  stroke: #fff;
  stroke-width: 1;
  stroke-dasharray: 0 178.98;
}

.swiper-pagination-bullet-active .circle circle {
  animation: circle 8.5s forwards;
}

.swiper-pagination-bullet-active .circle_active circle {
  fill: transparent;
  stroke: rgba(255, 255, 255, 0.45);
}

@keyframes circle {
  0% {
    stroke-dasharray: 0 178.98;
  }
  100% {
    stroke-dasharray: 178.98 178.98;
  }
}

.p-fv .swiper-slide-thumb-active::after {
  display: none !important;
}

.p-fv__text-decoration {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  max-width: 24rem;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p-fv__text-decoration {
    width: 12rem;
    top: 35%;
  }
}

.p-fv__scroll {
  position: absolute;
  bottom: 17%;
  left: 3.125rem;
  z-index: 2;
}

.p-scroll {
  width: 0.9375rem;
  height: 14rem;
}

.p-scroll::before,
.p-scroll::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-scroll::before {
  width: 1px;
  height: 110px;
  height: 6.875rem;
  background-color: #fff;
  z-index: 1;
  bottom: 0;
}

.p-scroll::after {
  width: 0.7rem;
  height: 0.7rem;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}

.p-scroll::after {
  -webkit-animation: circleMove 2.7s ease-in-out infinite;
  animation: circleMove 2.7s ease-in-out infinite;
}

.p-scroll span {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Montserrat", sans-serif;
  color: #fff;
  letter-spacing: 0.2em;
  font-weight: 600;
  font-size: 1.1rem;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@-webkit-keyframes circleMove {
  0% {
    bottom: 7.03125rem;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    bottom: -0.15625rem;
    opacity: 0;
  }
}

@keyframes circleMove {
  0% {
    bottom: 7.03125rem;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    bottom: -0.15625rem;
    opacity: 0;
  }
}

.top_banner__image {
  display: block;
  padding-top: 6rem;
}
