.fv {
  position: fixed;
  padding: 0;
  width: 100%;
  max-width: 100vw;
  z-index: 0;
}

.fv-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}

.fv-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1500ms ease-out;
}
.fv-slide img {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-width: none;
}

.fv-slide:first-child img {
  height: 104%;
  object-position: 70% bottom;
  bottom: 3%;
}

.fv-slide:nth-child(2) img {
  object-position: 78%;
}

.fv-slide:nth-child(3) img {
  height: 100%;
  object-position: 55% top;
}

.fv-slide:nth-child(4) img {
  height: 100%;
  object-position: 36% bottom;
}

.fv-slide:last-child img {
  object-position: 28%;
  filter: brightness(0.5) contrast(1.4);
}

.fv-slide.active {
  opacity: 1;
}

.fv-text {
  position: absolute;
  font-weight: 500;
  text-align: center;
  font-size: 33px;
  line-height: 45px;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.fv-text span {
  font-family: "Zen Old Mincho", serif;
}

/* .char {
  opacity: 0;
  -webkit-transform: translateX(1.5rem);
  transform: translateX(1.5rem);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition-property: opacity, -webkit-transform, -webkit-filter !important;
  transition-property: opacity, -webkit-transform, -webkit-filter !important;
  transition-property: opacity, transform, filter !important;
  transition-property: opacity, transform, filter, -webkit-transform,
    -webkit-filter !important;
  will-change: opacity, transform, filter;
}

.char.revealed {
  -webkit-transition-duration: 1.4s;
  transition-duration: 1.4s;
  -webkit-transition-timing-function: var(--easing_easeOutQuint);
  transition-timing-function: var(--easing_easeOutQuint);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
} */

.char {
  opacity: 0;
  transform: translate3d(1.5rem, 0, 0);
  filter: blur(5px);
  transition-property: opacity, transform, filter;
  transition-duration: 0.3s;
  will-change: opacity, transform, filter;
  backface-visibility: hidden;
  perspective: 1000px;
}

.char.revealed {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
  transition-duration: 1.4s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  will-change: opacity, transform, filter;
}

.scroll-guide {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  font-size: 12px;
  z-index: 1001;
  gap: 8px;
  transition: all 0.5s ease;
}

.scroll-guide::before {
  content: "Scroll";
  font-size: 12px;
  color: white;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.65);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
}

.scroll-guide .line {
  position: relative;
  width: 1px;
  height: 150px;
  background-color: white;
}

.scroll-guide .indicator {
  position: absolute;
  top: 0;
  left: -1px;
  width: 3px;
  height: 22px;
  background-color: white;
  animation: moveIndicator 2.5s infinite;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
}

@keyframes moveIndicator {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: calc(100% - 22px);
    opacity: 0;
  }
}

.fv-window {
  width: 100%;
  height: 100vh;

  background-color: transparent;
}

.stores {
  padding-left: min(49px, max(calc(49px + 50vw - 188px), 30px));
  padding-right: min(49px, max(calc(49px + 50vw - 188px), 30px));
}

.stores .shadow-title::before {
  width: 162px;
  background-image: url(../images/top/title-stores-sp.png);
}

.news {
  padding: 80px 30px;
}

.news .shadow-title::before {
  width: 145px;
  background-image: url(../images/top/title-news-sp.png);
}

.store-list {
  margin: 55px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 817px;
  gap: 30px;
  position: relative;
  z-index: 2;
}

.store {
  position: relative;
}

.store__page-link {
  display: block;
  width: 100%;
  max-width: 390px;
  aspect-ratio: 278 / 214;
  pointer-events: auto;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}

.store__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7) contrast(1.3);
}

.store__name {
  font-size: 18px;
  line-height: 27px;
  color: white;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.65);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 198px;
  text-align: center;
  z-index: 1;
}

.store__links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
  justify-content: right;
}

.store__link {
  position: relative;
}

.store__link--yoyaku {
  padding: 7px;
  min-width: 87px;
  border-radius: 5px;
  background-color: #a52c34;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.store__link--yoyaku::after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background-image: url(../images/common/icon-link.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.store__link--instagram {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 29px;
  height: 29px;
  background-image: url(../images/common/icon-instagram-2.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.store__link--youtube::before {
  background-image: url(../images/common/icon-youtube.png);
  width: 25px;
  height: 19px;
}

.store__link--reservation {
  background-color: #d9d9d9;
  width: 25px;
  height: 25px;
}

.store__link--x::before {
  background-image: url(../images/common/icon-x.png);
}

.store__link--line::before {
  background-image: url(../images/common/icon-line.png);
}

.store__link--facebook::before {
  background-image: url(../images/common/icon-facebook.png);
}

.news__list {
  margin: 60px auto 0;
  max-width: 606px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.news__item {
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
}

.news__date {
  color: #303030;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  gap: 20px;
}

.news__category {
  display: inline-block;
  background-color: #338dd3;
  color: white;
  padding: 4px 10px;
  font-size: 14px;
}

@media (max-width: 360px) {
  .news__category {
    margin-left: 10px;
  }
}

.news__category--earth {
  background-color: #1a5326;
}

.news__title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  margin: 10px 0;
  color: #303030;
}

.news__text {
  color: #303030;
  font-size: 16px;
  line-height: 27px;
}

.news__more-button {
  display: block;
  background-color: #c33;
  color: white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  border-radius: 4px;
  margin-top: 20px;
}

.news__more-button:hover {
  background-color: #b22;
}

.banners {
  padding-left: 0;
  padding-right: 0;
}

.banners-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 375 / 264;
  background-size: cover;
}

.banner:first-child {
  background-image: url(../images/top/banner-1.webp);
  background-size: auto 117%;
  background-position: center 20%;
}

.banner:last-child {
  background-image: url(../images/top/banner-2.webp);
  background-size: cover;
  background-position: 70% center;
}

.banner span {
  color: white;
  font-weight: 600;
  font-size: 25px;
  line-height: 1;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.65);
}

@media (min-width: 500px) {
  .banners-container {
    flex-direction: row;
  }
}

@media (min-width: 915px) {
  .store-list {
    justify-content: unset;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: initial;
  }

  .fv-text {
    font-size: 58px;
    line-height: 76px;
  }

  .store-list {
    position: relative;
    z-index: 2;
    margin: 90px auto 0;
    column-gap: 37px;
    row-gap: 57px;
  }

  .store__links {
    margin-top: 10px;
  }

  .store__image {
    transition: all 0.3s;
    aspect-ratio: 390 / 300;
  }

  .store__page-link:hover .store__image {
    filter: brightness(1);
  }

  .stores .shadow-title::before {
    width: 397px;
    background-image: url(../images/top/title-stores-pc.png);
  }

  .news .shadow-title::before {
    width: 289px;
    background-image: url(../images/top/title-news-pc.png);
  }

  .news__list {
    margin: 117px auto 0;
  }

  .store__name {
    font-size: 25px;
    line-height: 37px;
    min-width: 275px;
  }

  .news__item {
    padding-bottom: 20px;
    transition: all 0.3s ease;
    opacity: 1;
  }

  .news__item:hover {
    opacity: 0.8;
  }

  .news__date {
    font-size: 16px;
  }

  .news__title {
    font-size: 20px;
    line-height: 20px;
    margin: 20px 0 7px;
  }

  .news__text {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 10px;
  }

  .banners {
    padding: 100px 0 200px;
  }

  .banner {
    transition: all 0.3s ease;
  }

  .banner:hover {
    filter: brightness(1.4);
  }

  .banner span {
    font-size: 35px;
  }

  .scroll-guide {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    font-size: 12px;
    z-index: 1001;
    gap: 63px;
    transition: all 0.5s ease;
  }

  .scroll-guide::after {
    content: "";
    position: absolute;
    top: -47px;
    left: -1px;
    width: 3px;
    height: 9px;
    border-radius: 1px;
    background-color: white;
    animation: none;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
  }

  .scroll-guide .line {
    height: 83px;
  }

  .scroll-guide .indicator {
    display: none;
    position: absolute;
    top: -47px;
    left: -1px;
    width: 3px;
    height: 9px;
    border-radius: 1px;
    background-color: white;
    animation: none;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
  }

  .scroll-guide::before {
    content: "Scroll";
    font-size: 12px;
    color: white;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.65);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -75px;
  }

  .scroll-guide .line {
    position: relative;
    width: 1px;
    height: 83px;
    overflow: hidden;
    background-color: transparent;
  }

  .scroll-guide .line::after {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
    animation: scroll 2.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    content: "";
  }

  @keyframes scroll {
    0% {
      transform: translateY(-100%);
    }

    to {
      transform: translateY(100%);
    }
  }

  .scroll-guide::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../images/top/mouse.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 20px;
    height: 43px;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    box-shadow: none;
    top: -54px;
  }

  .store__links {
    gap: 13px;
  }
}
