@media screen and (min-width: 768px) {
  #header .header-logo {
    visibility: hidden;
    opacity: 0;
  }
}
#wrapper {
  position: relative;
  z-index: 1;
}
#main {
  position: relative;
  z-index: 2;
}
html {
  scroll-behavior: smooth;
}
.fv-food,
.fv-active,
.fv-sbopping,
.fv-event,
.fv-news-wrap,
.fv-shops-wrap,
.fv-about,
.fv-course,
.fv-sightseeing {
  scroll-margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .fv-food,
  .fv-active,
  .fv-sbopping,
  .fv-event,
  .fv-news-wrap,
  .fv-shops-wrap,
  .fv-about,
  .fv-course,
  .fv-sightseeing {
    scroll-margin-top: 28vw;
  }
}
.fv-bgmovie {
  top: 0;
  left: 0;
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100lvh;
  background: #0072b1;
}
.fv-bgmovie .fv-bgmovie__pair {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.fv-bgmovie .fv-bgmovie__pair--show {
  display: block;
}
.fv-bgmovie .fv-bgmovie__slot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}
.fv-bgmovie .fv-bgmovie__fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.fv-bgmovie .fv-bgmovie__slot--active {
  opacity: 0.6;
}
/* =====================================================
   prefers-reduced-motion 対応
   ===================================================== */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
.fv-wrp {
  position: relative;
  z-index: 1;
}
.fv-wrp.fv-wrp--white {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .fv-wrp.fv-wrp--white.fv-event {
    padding-top: 90px;
    background: transparent;
  }
  .fv-wrp.fv-wrp--white.fv-event::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #fff;
    z-index: -1;
  }
}
.fv-wrp.fv-wrp--first {
  z-index: 100;
}
.fv-main {
  position: relative;
}
.fv-main.js-load--on .fv-main-txt {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.fv-main .fv-main-txt {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 100%;
  top: 18%;
  left: 0;
  right: 0;
  width: 120px;
  height: auto;
  margin: 0 auto;
  z-index: 2;
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transition:
    opacity 1s ease,
    -webkit-filter 1s ease;
  transition:
    opacity 1s ease,
    -webkit-filter 1s ease;
  transition:
    opacity 1s ease,
    filter 1s ease;
  transition:
    opacity 1s ease,
    filter 1s ease,
    -webkit-filter 1s ease;
}
@media screen and (max-width: 767px) {
  .fv-main .fv-main-txt {
    width: 25.6vw;
    top: 36vw;
    height: auto;
  }
}
.fv-main .fv-main-txt__item {
  -ms-text-combine-horizontal: all;
  text-orientation: upright;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.5em;
  font-weight: 700;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
}
@media screen and (max-width: 767px) {
  .fv-main .fv-main-txt__item {
    font-size: 1.9rem;
  }
}
.fv-main .fv-main-bike-trigger {
  position: absolute;
  width: 132px;
  bottom: -23px;
  left: -52px;
  z-index: 2;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
  opacity: 0;
  transform: translateX(80vw);
  -webkit-appearance: none;
  appearance: none;
}
[data-bike-launch] {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
[data-bike-launch]:active {
  background: transparent;
}
.fv-main [data-bike-launch]:focus-visible,
.fv-about [data-bike-launch]:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.85);
  outline-offset: 4px;
}
.fv-main.js-load--on .fv-main-bike-trigger {
  animation: fv-main-bike_enter 2.8s linear 0.65s forwards;
}
.fv-main .fv-main-bike-trigger.fv-bike-trigger--launching {
  opacity: 0;
  pointer-events: none;
}
.fv-main.js-load--on .fv-main-bike-trigger.fv-bike-trigger--launching {
  animation: none;
  opacity: 0;
  transform: translateX(0);
}
.fv-main .fv-main-txt__ico {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .fv-main .fv-main-bike-trigger {
    width: 28vw;
    bottom: -5.8666666667vw;
    left: -10.1333333333vw;
  }
}
@keyframes fv-main-bike_enter {
  0% {
    opacity: 0;
    transform: translateX(80vw) translateY(0) rotate(0deg);
  }
  8% {
    opacity: 1;
    transform: translateX(72vw) translateY(-2px) rotate(-2deg);
  }
  16% {
    transform: translateX(64vw) translateY(1px) rotate(2deg);
  }
  24% {
    transform: translateX(56vw) translateY(-2px) rotate(-2deg);
  }
  32% {
    transform: translateX(48vw) translateY(1px) rotate(2deg);
  }
  40% {
    transform: translateX(40vw) translateY(-2px) rotate(-2deg);
  }
  48% {
    transform: translateX(32vw) translateY(1px) rotate(2deg);
  }
  56% {
    transform: translateX(24vw) translateY(-2px) rotate(-2deg);
  }
  64% {
    transform: translateX(17vw) translateY(1px) rotate(2deg);
  }
  72% {
    transform: translateX(11vw) translateY(-2px) rotate(-1.5deg);
  }
  80% {
    transform: translateX(6vw) translateY(1px) rotate(1.5deg);
  }
  90% {
    transform: translateX(2vw) translateY(-1px) rotate(-1deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0) rotate(0deg);
  }
}
.fv-main-bike-launch {
  position: fixed;
  z-index: 10000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: fv-main-bike_launch 2.8s linear 0.38s forwards;
}
.fv-main-bike-launch::before {
  content: "";
  position: absolute;
  left: calc(100% - 40px);
  top: 50%;
  width: 86px;
  height: 24px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0) 0 18%, rgba(255, 255, 255, 0.58) 58%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(90deg, rgba(255, 232, 126, 0) 0 18%, rgba(255, 232, 126, 0.38) 56%, rgba(255, 232, 126, 0) 100%),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0) 0 3px,
      rgba(255, 255, 255, 0.32) 3px 4px,
      rgba(255, 255, 255, 0) 4px 8px
    );
  filter: blur(0.35px);
  opacity: 0;
  transform: translateY(-50%) scaleX(0.2);
  transform-origin: left center;
  animation: fv-main-bike_jet 3.18s ease-in-out forwards;
}
.fv-main-bike-launch__bike {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  animation: fv-main-bike_shake 0.38s ease-in-out both;
}
.fv-main-bike-launch__bike svg {
  display: block;
  width: 100%;
  height: auto;
}
@keyframes fv-main-bike_launch {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  88% {
    opacity: 1;
    transform: translate(calc(-100vw - 90px), -50%);
  }
  100% {
    opacity: 0;
    transform: translate(calc(-100vw - 130px), -50%);
  }
}
@keyframes fv-main-bike_shake {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  16% {
    transform: translate(-2px, 1px) rotate(-3deg);
  }
  32% {
    transform: translate(2px, -1px) rotate(3deg);
  }
  48% {
    transform: translate(-1px, 2px) rotate(-2deg);
  }
  64% {
    transform: translate(1px, -2px) rotate(2deg);
  }
  82% {
    transform: translate(-1px, 1px) rotate(-1deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes fv-main-bike_jet {
  0%,
  14% {
    opacity: 0;
    transform: translateY(-50%) scaleX(0.2);
  }
  24% {
    opacity: 0.76;
    transform: translateY(-50%) scaleX(0.82);
  }
  58% {
    opacity: 0.58;
    transform: translateY(-50%) scaleX(1.05);
  }
  84% {
    opacity: 0.38;
    transform: translateY(-50%) scaleX(1.2);
  }
  100% {
    opacity: 0;
    transform: translateY(-50%) scaleX(0.82);
  }
}
@media (prefers-reduced-motion: reduce) {
  .fv-main .fv-main-bike-trigger,
  .fv-main.js-load--on .fv-main-bike-trigger,
  .fv-about .fv-about-ttl__ico--kawa02,
  .fv-about .fv-about-ttl.scroll-fade .fv-about-ttl__ico--kawa02 {
    animation: none;
    opacity: 1;
    transform: translateX(0);
  }

  .fv-main-bike-launch,
  .fv-main-bike-launch::before,
  .fv-main-bike-launch__bike {
    animation: none;
  }
}
.fv-main .fv-main-slide .slick-dots {
  position: absolute;
  top: calc(50% + 220px + 50px);
  width: 100%;
  z-index: 1;
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fv-main .fv-main-slide .slick-dots li button {
  overflow: hidden;
  font-size: 0;
  text-indent: -100%;
  border-radius: 50%;
  display: block;
  width: 10px;
  height: 10px;
  background: #c8392b;
  border: 2px solid #c8392b;
  -webkit-transition:
    background 0.25s ease,
    -webkit-transform 0.25s ease;
  transition:
    background 0.25s ease,
    -webkit-transform 0.25s ease;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
  transition:
    background 0.25s ease,
    transform 0.25s ease,
    -webkit-transform 0.25s ease;
}
@media (hover: hover) {
  .fv-main .fv-main-slide .slick-dots li button:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none),
  screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .fv-main .fv-main-slide .slick-dots li button:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.fv-main .fv-main-slide .slick-dots li.slick-active button {
  background: #fff;
}
.fv-main .fv-main-slide__item {
  overflow: hidden;
  position: relative;
}
.fv-main .fv-main-slide__item img {
  width: 100%;
  filter: brightness(1.15) saturate(1.1);
}
.fv-main .fv-main-slide--video {
  position: relative;
  min-height: 100svh;
}
.fv-main .fv-main-slide--video .fv-main-slide__item {
  position: absolute;
  inset: 0;
  height: 100svh;
  opacity: 0;
}
.fv-main .fv-main-slide--video .fv-main-slide__item--on {
  opacity: 1;
  z-index: 2;
}
.fv-main .fv-main-slide--video .fv-main-slide__item img {
  display: none;
}
.fv-main .fv-main-slide__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: brightness(1.08) saturate(1.05);
}
@media screen and (max-width: 767px) {
  .fv-main .fv-main-slide__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .fv-main .fv-main-slide--video .fv-main-slide__item {
    height: 100svh;
  }
  .fv-main .fv-main-slide__video {
    object-position: 50% 20%;
  }
}
@media screen and (min-width: 768px) {
  .fv-main .fv-main-slide__item.fv-main-slide__item--on .fv-main-slide__img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  .fv-main .fv-main-slide__item.fv-main-slide__item--on .fv-main-slide__img {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fv-main .fv-main-slide__img {
  -webkit-transition: -webkit-transform 6.5s linear;
  transition: -webkit-transform 6.5s linear;
  transition: transform 6.5s linear;
  transition:
    transform 6.5s linear,
    -webkit-transform 6.5s linear;
}
.fv-main .fv-main-slide--video .fv-main-slide__img {
  transition: none;
}
@media screen and (min-width: 768px) {
  .fv-main .fv-main-slide__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .fv-main .fv-main-slide__img {
    width: 106.6666666667vw;
    height: 100svh;
    -webkit-transform: translateX(-6.6666666667vw);
    transform: translateX(-6.6666666667vw);
  }
}
.fv-main-ticker {
  position: absolute;
  bottom: 9%;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .fv-main-ticker {
    bottom: clamp(72px, 10vh, 120px);
  }
}
.fv-main-ticker__inner {
  display: flex;
  width: max-content;
  white-space: nowrap;
  animation: ticker-scroll 30s linear infinite;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  opacity: 0.9;
}
.fv-main-ticker__inner span {
  display: inline-block;
  padding-right: 0;
}
@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .fv-main {
    --fv-head-offset-bottom: 38vw;
  }
  .fv-main-ticker {
    bottom: calc(var(--fv-head-offset-bottom) + clamp(12px, 3.2vw, 20px));
  }
  .fv-main-ticker__inner {
    font-size: 1.3rem;
    animation-duration: 24s;
  }
}
.fv-event {
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .fv-event {
    margin: 0;
    width: 100%;
    display: block;
  }
}
.fv-event .fv-event-head {
  width: 120px;
  padding: 27px 0 32px;
  border-radius: 10px;
  position: relative;
  background: #c8392b;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv-event .fv-event-head {
    width: 100%;
    padding: 0;
    margin-bottom: 2.6666666667vw;
    border-radius: 0;
    color: #c8392b;
    background: rgba(0, 0, 0, 0);
  }
}
.fv-event .fv-event-head::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 10px 0 10px 10px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #c8392b;
  border-style: solid;
  position: absolute;
  right: -9px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .fv-event .fv-event-head::after {
    display: none;
  }
}
.fv-event .fv-event-head .ico_ttl01 {
  width: 14px;
  height: 40px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fv-event .fv-event-head .ico_ttl01 {
    width: 3.7333333333vw;
    height: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .fv-event .fv-event-head .ico_ttl01 .svg-path {
    fill: #fff;
  }
}
.fv-event .fv-event-head .ico_ttl03 {
  width: 66px;
  height: 4px;
  display: block;
  margin: 15px auto 0;
}
@media screen and (max-width: 767px) {
  .fv-event .fv-event-head .ico_ttl03 {
    width: 17.6vw;
    height: 1.0666666667vw;
    margin: 4vw auto 0;
  }
}
@media screen and (min-width: 768px) {
  .fv-event .fv-event-head .ico_ttl03 .svg-path {
    fill: #fff;
  }
}
.fv-event .fv-event-head__en {
  font-family: "Lilita One", cursive;
  color: #fff;
  opacity: 0.5;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv-event .fv-event-head__en {
    display: none;
  }
}
.fv-event .fv-event-head__ttl {
  margin-top: -10px;
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .fv-event .fv-event-head__ttl {
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 1.1;
    letter-spacing: 0.06em;
  }
}
.fv-event .fv-event__cnt {
  width: 850px;
}
@media screen and (max-width: 767px) {
  .fv-event .fv-event__cnt {
    width: 100%;
  }
}
.fv-event .fv-event__btn {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .fv-event .fv-event__btn {
    margin-left: -120px;
  }
}
@media screen and (max-width: 767px) {
  .fv-event .fv-event__btn {
    margin-top: 5.3333333333vw;
  }
}
.fv-head {
  width: 200px;
  position: fixed;
  left: 50px;
  top: 30px;
  background: #fff;
  border-radius: 20px;
  padding: 30px 0;
  z-index: 100;
  max-height: calc(100% - 30px);
  overflow: auto;
  -webkit-transition:
    opacity 0.25s ease,
    visibility 0s ease;
  transition:
    opacity 0.25s ease,
    visibility 0s ease;
}
.fv-head.fv-head--hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition:
    opacity 0.25s ease,
    visibility 0s 0.25s ease;
  transition:
    opacity 0.25s ease,
    visibility 0s 0.25s ease;
}
@media screen and (max-width: 767px) {
  .fv-head {
    position: absolute;
    left: 50%;
    top: calc(100svh - var(--fv-head-offset-bottom, 38vw));
    bottom: auto;
    background: rgba(0, 0, 0, 0);
    width: 77.3333333333vw;
    margin: 0;
    padding: 0;
    border-radius: 0;
    transform: translateX(-50%);
  }
}
.fv-head .fv-head__logo {
  width: 128px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .fv-head .fv-head__logo {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .fv-head .fv-head-nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .fv-head .fv-head-nav__item {
    width: 24vw;
  }
}
@media screen and (min-width: 768px) {
  .fv-head .fv-head-nav__item:nth-child(n + 2) {
    margin-top: 25px;
  }
}
@media (hover: hover) {
  .fv-head
    .fv-head-nav__item:nth-child(1)
    .fv-head-nav__link:hover
    .fv-head-nav__en,
  .fv-head
    .fv-head-nav__item:nth-child(1)
    .fv-head-nav__link:hover
    .fv-head-nav__txt {
    color: #2980b9;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none),
  screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .fv-head
    .fv-head-nav__item:nth-child(1)
    .fv-head-nav__link:hover
    .fv-head-nav__en,
  .fv-head
    .fv-head-nav__item:nth-child(1)
    .fv-head-nav__link:hover
    .fv-head-nav__txt {
    color: #2980b9;
  }
}
@media (hover: hover) {
  .fv-head
    .fv-head-nav__item:nth-child(2)
    .fv-head-nav__link:hover
    .fv-head-nav__en,
  .fv-head
    .fv-head-nav__item:nth-child(2)
    .fv-head-nav__link:hover
    .fv-head-nav__txt {
    color: #e74c3c;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none),
  screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .fv-head
    .fv-head-nav__item:nth-child(2)
    .fv-head-nav__link:hover
    .fv-head-nav__en,
  .fv-head
    .fv-head-nav__item:nth-child(2)
    .fv-head-nav__link:hover
    .fv-head-nav__txt {
    color: #e74c3c;
  }
}
@media (hover: hover) {
  .fv-head
    .fv-head-nav__item:nth-child(3)
    .fv-head-nav__link:hover
    .fv-head-nav__en,
  .fv-head
    .fv-head-nav__item:nth-child(3)
    .fv-head-nav__link:hover
    .fv-head-nav__txt {
    color: #27ae60;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none),
  screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .fv-head
    .fv-head-nav__item:nth-child(3)
    .fv-head-nav__link:hover
    .fv-head-nav__en,
  .fv-head
    .fv-head-nav__item:nth-child(3)
    .fv-head-nav__link:hover
    .fv-head-nav__txt {
    color: #27ae60;
  }
}
.fv-head .fv-head-nav__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .fv-head .fv-head-nav__link {
    height: 32.5333333333vw;
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fdf6e3;
    border-radius: 1.3333333333vw;
  }
}
@media (hover: hover) {
  .fv-head .fv-head-nav__link:hover .fv-head-nav__ico {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none),
  screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .fv-head .fv-head-nav__link:hover .fv-head-nav__ico {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.fv-head .fv-head-nav__link .fv-head-nav__ico {
  display: block;
  width: 45px;
  height: 45px;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition:
    transform 0.25s ease,
    -webkit-transform 0.25s ease;
}
@media screen and (max-width: 767px) {
  .fv-head .fv-head-nav__link .fv-head-nav__ico {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    margin: 0 auto 2.4vw;
  }
}
.fv-head .fv-head-nav__link .ico_angle-down {
  display: none;
}
@media screen and (max-width: 767px) {
  .fv-head .fv-head-nav__link .ico_angle-down {
    display: block;
    width: 3.4666666667vw;
    margin: 1.3333333333vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .fv-head .fv-head-nav__link .ico_angle-down .svg-path {
    fill: #c8392b;
  }
}
.fv-head .fv-head-nav__in {
  width: 61px;
}
@media screen and (max-width: 767px) {
  .fv-head .fv-head-nav__in {
    width: 100%;
  }
}
.fv-head .fv-head-nav__en {
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-family: "Lilita One", cursive;
  color: #f0e6cc;
  margin-bottom: 2px;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
@media screen and (max-width: 767px) {
  .fv-head .fv-head-nav__en {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 1.0666666667vw;
  }
}
.fv-head .fv-head-nav__txt {
  color: #c8392b;
  font-size: 1.7rem;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 700;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
@media screen and (max-width: 767px) {
  .fv-head .fv-head-nav__txt {
    font-size: 1.5rem;
    text-align: center;
  }
}
.fv-head .fv-head-car {
  margin-top: 40px;
  width: 160px;
  height: 88px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px;
  border: 1px solid #c8392b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fv-head .fv-head-car {
    display: none;
  }
}
.fv-head .fv-head-car .car_area {
  width: 93px;
  height: 62px;
  display: block;
  margin: 3px auto 0;
  overflow: hidden;
}
.fv-head .fv-head-car__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.fv-head .fv-head-car.scroll-fade .fv-head-car__img {
  -webkit-animation: street_food_cart_in 1.1s ease-out 0.2s 1 both;
  animation: street_food_cart_in 1.1s ease-out 0.2s 1 both;
}
.fv-head .fv-head-car__en {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  text-align: center;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: #e8dfc0;
  font-family: "Pacifico", cursive;
  top: 14px;
}
.fv-head .fv-head-car__ttl {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  color: #c8392b;
}
@-webkit-keyframes street_food_cart_in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes street_food_cart_in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .fv-head .fv-head-car.scroll-fade .fv-head-car__img,
  .fv-food .fv-food-box.scroll-fade .fv-food-box-car__img {
    -webkit-animation: none;
    animation: none;
  }
}

.fv-news {
  position: relative;
  z-index: 1;
  padding-top: 95px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .fv-news {
    padding-bottom: 10.6666666667vw;
    padding-top: 0;
  }
}
.fv-news .ico_wave {
  position: absolute;
  z-index: -1;
  top: 234px;
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 100%;
  height: 42px;
}
@media screen and (max-width: 767px) {
  .fv-news .ico_wave {
    top: calc(52.2666666667vw - 30px);
    height: 6.4vw;
  }
}
.fv-news::after {
  content: "";
  display: block;
  width: 100%;
  height: 235px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .fv-news::after {
    top: 0;
    height: calc(52.5333333333vw - 30px);
  }
}
.fv-news .fv-news__in {
  width: 970px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .fv-news .fv-news__in {
    width: 100%;
    padding: 0 4vw;
    padding-top: 16vw;
    display: block;
  }
}
.fv-news .fv-news__main {
  position: relative;
  z-index: 2;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fv-news .fv-news__main {
    width: 100%;
  }
}
.fv-news .fv-news-ttl {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .fv-news .fv-news-ttl {
    margin-bottom: 5.3333333333vw;
  }
}
.fv-news .fv-news-ttl__en {
  font-size: 7rem;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Lilita One", cursive;
  color: #fdf6e3;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .fv-news .fv-news-ttl__en {
    font-size: 5rem;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 1.3333333333vw;
  }
}
.fv-news .fv-news-ttl__txt {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.1em;
  color: #c8392b;
}
@media screen and (max-width: 767px) {
  .fv-news .fv-news-ttl__txt {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}
.fv-news .fv-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 20px;
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .fv-news .fv-news-list {
    gap: 5.3333333333vw 4vw;
    margin-top: 30vw;
  }
}
.fv-news .fv-news-list__item {
  width: 225px;
}
@media screen and (max-width: 767px) {
  .fv-news .fv-news-list__item {
    width: 44vw;
  }
}
.fv-news .news-column {
  border: none;
}
.fv-news .news-column .news-column__img {
  height: 140px;
}
@media screen and (max-width: 767px) {
  .fv-news .news-column .news-column__img {
    height: 28vw;
  }
}
.fv-news .news-column .news-column__in {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 14px 16px 18px;
}
@media screen and (max-width: 767px) {
  .fv-news .news-column .news-column__in {
    padding: 3.7333333333vw 4vw 4.2666666667vw;
  }
}
.fv-news .news-column .news-column__date {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .fv-news .news-column .news-column__date {
    font-size: 1.1rem;
    margin-bottom: 2.1333333333vw;
  }
}
.fv-news .news-column .news-column__ttl {
  margin-top: 10px;
  min-height: 42px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fv-news .news-column .news-column__ttl {
    margin-top: 2.6666666667vw;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.fv-news .news-cat {
  min-width: 60px;
}
@media screen and (max-width: 767px) {
  .fv-news .news-cat {
    min-width: 16vw;
  }
}
.fv-news .fv-news-list__btn {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .fv-news .fv-news-list__btn {
    margin-top: 5.3333333333vw;
  }
}
.fv-news-wrap {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .fv-news-wrap {
    padding-bottom: 12vw;
  }
}
.fv-sns {
}
.fv-sns .fv-sns__bg {
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .fv-sns .fv-sns__bg {
    margin: 0 4vw;
    border-radius: 4vw;
    padding-bottom: 10vw;
    padding-top: 8vw;
  }
}
.fv-sns .fv-sns__ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .fv-sns .fv-sns__ttl {
    margin-bottom: 5.3333333333vw;
  }
}
.fv-sns .fv-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .fv-sns .fv-sns__list {
    gap: 4vw;
    margin-bottom: 8vw;
  }
}
.fv-sns .fv-sns__item {
  width: 50px;
}
@media screen and (max-width: 767px) {
  .fv-sns .fv-sns__item {
    width: 9.3333333333vw;
  }
}
.fv-about {
  position: relative;
  padding-bottom: 110px;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .fv-about {
    padding-bottom: 24vw;
  }
}
.fv-about .fv-about__in {
  width: 1000px;
  padding-top: 60px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv-about .fv-about__in {
    width: 100%;
    padding-top: 8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.fv-about .fv-about-copy {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .fv-about .fv-about-copy {
    margin-bottom: 5.3333333333vw;
  }
}
.fv-about .fv-about-copy__item {
  display: block;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .fv-about .fv-about-copy__item {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
.fv-about .fv-about-copy__item:nth-child(n + 2) {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .fv-about .fv-about-copy__item:nth-child(n + 2) {
    margin-top: 2.1333333333vw;
  }
}
.fv-about .fv-about__txt {
  text-align: center;
  margin: 0 auto 60px;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .fv-about .fv-about__txt {
    margin: 0 auto 5.3333333333vw;
    width: 84vw;
    text-align: left;
  }
}
.fv-about .fv-about__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .fv-about .fv-about__btn {
    width: 100%;
    margin-bottom: 13.3333333333vw;
  }
}
.fv-about .fv-about-img {
  position: absolute;
  width: 227px;
  height: 301px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fv-about .fv-about-img {
    position: relative;
    width: 41.8666666667vw;
    height: 55.4666666667vw;
    border-radius: 5.3333333333vw;
    margin: 21.3333333333vw 1.3333333333vw 0;
  }
}
@media screen and (min-width: 768px) {
  .fv-about .fv-about-img--01 {
    left: -60px;
    top: 217px;
  }
}
@media screen and (min-width: 768px) {
  .fv-about .fv-about-img--02 {
    right: -60px;
    top: 352px;
  }
}
.fv-about .fv-about-img--02 .fv-about-img__item:nth-child(1) {
  -webkit-animation: about_img 8s linear -6s infinite;
  animation: about_img 8s linear -6s infinite;
}
.fv-about .fv-about-img--02 .fv-about-img__item:nth-child(2) {
  -webkit-animation: about_img 8s linear -2s infinite;
  animation: about_img 8s linear -2s infinite;
}
.fv-about .fv-about-img__item {
  position: absolute;
  left: 0;
  top: 0;
}
@-webkit-keyframes about_img {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes about_img {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fv-about .fv-about-img__item:nth-child(1) {
  -webkit-animation: about_img 8s linear 4s infinite;
  animation: about_img 8s linear 4s infinite;
}
.fv-about .fv-about-img__item:nth-child(2) {
  -webkit-animation: about_img 8s linear 0s infinite;
  animation: about_img 8s linear 0s infinite;
}
.fv-about .fv-about-ttl {
  width: 100%;
  padding-top: 50px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv-about .fv-about-ttl {
    padding-top: 8.2666666667vw;
  }
}
.fv-about .fv-about-ttl__img {
  position: absolute;
  max-width: none;
}
.fv-about .fv-about-ttl__img--01 {
  width: 1215px;
  right: -315px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .fv-about .fv-about-ttl__img--01 {
    width: 131.7333333333vw;
    right: -39.4666666667vw;
  }
}
.fv-about .fv-about-ttl__img--02 {
  width: 731px;
  top: 88px;
  right: -296px;
}
@media screen and (max-width: 767px) {
  .fv-about .fv-about-ttl__img--02 {
    width: 86.9333333333vw;
    top: 12vw;
    right: -17.8666666667vw;
  }
}
.fv-about .fv-about-ttl__img--03 {
  width: 706px;
  top: 157px;
  left: -439px;
}
@media screen and (max-width: 767px) {
  .fv-about .fv-about-ttl__img--03 {
    width: 109.3333333333vw;
    top: 13.0666666667vw;
    left: -52vw;
  }
}
.fv-about .fv-about-ttl__img--04 {
  width: 740px;
  top: 166px;
  left: 129px;
}
@media screen and (max-width: 767px) {
  .fv-about .fv-about-ttl__img--04 {
    width: 84vw;
    top: 23.7333333333vw;
    left: 8vw;
  }
}
.fv-about .fv-about-ttl__txt {
  font-size: 11rem;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  font-family: "Lilita One", cursive;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .fv-about .fv-about-ttl__txt {
    font-size: 5rem;
    letter-spacing: 0;
  }
}
.fv-about .fv-about-ttl__ico {
  position: absolute;
  display: block;
}
.fv-about .fv-about-ttl__ico--circle {
  width: 70px;
  height: 70px;
  top: 107px;
  left: 142px;
  -webkit-animation: fv-about-ttl__ico_circle 5s linear infinite;
  animation: fv-about-ttl__ico_circle 5s linear infinite;
}
@-webkit-keyframes fv-about-ttl__ico_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fv-about-ttl__ico_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 767px) {
  .fv-about .fv-about-ttl__ico--circle {
    display: block;
    top: 3px;
    left: 30px;
  }
}
.fv-about .fv-about-ttl__ico--food {
  width: 55px;
  height: 55px;
  top: 20px;
  left: 647px;
}
@media screen and (max-width: 767px) {
  .fv-about .fv-about-ttl__ico--food {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    top: 2.4vw;
    right: 23.7333333333vw;
    left: auto;
  }
}
.fv-about .fv-about-ttl__ico--kawa01 {
  width: 58px;
  height: 58px;
  right: 142px;
  top: 100px;
}
@media screen and (max-width: 767px) {
  .fv-about .fv-about-ttl__ico--kawa01 {
    width: 9.0666666667vw;
    height: 9.0666666667vw;
    top: 14.6666666667vw;
    right: 4.5333333333vw;
  }
}
.fv-about .fv-about-ttl__ico--kawa02 {
  width: 140px;
  height: 46px;
  left: 29px;
  top: 160px;
  z-index: 3;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
  opacity: 0;
  transform: translateX(80vw);
  -webkit-appearance: none;
  appearance: none;
}
.fv-about .fv-about-ttl.scroll-fade .fv-about-ttl__ico--kawa02 {
  animation: fv-about-bike_enter 2.8s linear 0.25s forwards;
}
.fv-about .fv-about-ttl__ico--kawa02.fv-bike-trigger--launching {
  animation: none;
  opacity: 0;
  pointer-events: none;
  transform: translateX(0);
}
.fv-about .fv-about-ttl.scroll-fade .fv-about-ttl__ico--kawa02.fv-bike-trigger--launching {
  animation: none;
  opacity: 0;
  pointer-events: none;
  transform: translateX(0);
}
.fv-about .fv-about-ttl__ico--kawa02 .ico_svg .svg-path {
  fill: #fff;
}
@media screen and (max-width: 767px) {
  .fv-about .fv-about-ttl__ico--kawa02 {
    width: 33vw;
    height: 7.0666666667vw;
    top: 24vw;
    left: -2vw;
  }
}
@keyframes fv-about-bike_enter {
  0% {
    opacity: 0;
    transform: translateX(80vw) translateY(0) rotate(0deg);
  }
  8% {
    opacity: 1;
    transform: translateX(72vw) translateY(-2px) rotate(-2deg);
  }
  16% {
    transform: translateX(64vw) translateY(1px) rotate(2deg);
  }
  24% {
    transform: translateX(56vw) translateY(-2px) rotate(-2deg);
  }
  32% {
    transform: translateX(48vw) translateY(1px) rotate(2deg);
  }
  40% {
    transform: translateX(40vw) translateY(-2px) rotate(-2deg);
  }
  48% {
    transform: translateX(32vw) translateY(1px) rotate(2deg);
  }
  56% {
    transform: translateX(24vw) translateY(-2px) rotate(-2deg);
  }
  64% {
    transform: translateX(17vw) translateY(1px) rotate(2deg);
  }
  72% {
    transform: translateX(11vw) translateY(-2px) rotate(-1.5deg);
  }
  80% {
    transform: translateX(6vw) translateY(1px) rotate(1.5deg);
  }
  90% {
    transform: translateX(2vw) translateY(-1px) rotate(-1deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0) rotate(0deg);
  }
}
.fv-box {
  position: relative;
  margin-bottom: 150px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv-box {
    margin-bottom: 21.3333333333vw;
  }
}
.fv-box.fv-box--right::after {
  left: auto;
  right: 0;
  border-radius: 210px 0 0 210px;
}
@media screen and (max-width: 767px) {
  .fv-box.fv-box--right::after {
    border-radius: 21.3333333333vw 0 0 21.3333333333vw;
  }
}
.fv-box::after {
  content: "";
  display: block;
  width: calc(100% - 50px);
  background: #fff;
  height: 100%;
  border-radius: 0 210px 210px 0;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .fv-box::after {
    width: 100%;
    border-radius: 0 21.3333333333vw 21.3333333333vw 0;
  }
}
.fv-box .fv-box-ttl {
  position: relative;
  top: -32px;
  text-align: center;
  z-index: 1;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .fv-box .fv-box-ttl {
    top: -5.6vw;
    margin-bottom: 0;
  }
}
.fv-box .fv-box-ttl__ico {
  width: 68px;
  height: 68px;
  margin: 0 auto 38px;
}
@media screen and (max-width: 767px) {
  .fv-box .fv-box-ttl__ico {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    margin-bottom: 1.8666666667vw;
  }
}
.fv-box .fv-box-ttl__txt {
  -ms-text-combine-horizontal: all;
  text-orientation: upright;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-align: center;
  margin: 0 auto;
  font-size: 4rem;
  width: 100%;
  width: 76px;
  line-height: 0;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #c8392b;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .fv-box .fv-box-ttl__txt {
    width: 10.6666666667vw;
    font-size: 2.2rem;
  }
}
.fv-box .fv-box-ttl__txt::before,
.fv-box .fv-box-ttl__txt::after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 6px;
}
@media screen and (max-width: 767px) {
  .fv-box .fv-box-ttl__txt::before,
  .fv-box .fv-box-ttl__txt::after {
    width: 1.0666666667vw;
  }
}
.fv-box .fv-box-ttl__txt::before {
  left: 0;
}
.fv-box .fv-box-ttl__txt::after {
  right: 0;
}
.fv-box .fv-box-ttl__en {
  position: absolute;
  top: 100px;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 10rem;
  line-height: 1.1;
  letter-spacing: 0.1em;
  color: #fdf6e3;
  font-family: "Lilita One", cursive;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .fv-box .fv-box-ttl__en {
    top: 16.2666666667vw;
    font-size: 4rem;
    line-height: 1.1;
    letter-spacing: 0.1em;
  }
}
.fv-box .fv-box__txt {
  text-align: center;
  color: #c8392b;
}
@media screen and (max-width: 767px) {
  .fv-box .fv-box__txt {
    text-align: left;
    margin: 0 auto;
    width: 84vw;
  }
}
.fv-box .fv-box__txt.fv-box__txt--center {
  text-align: center;
  width: 100%;
}
.fv-sbopping {
  width: 100%;
  padding-bottom: 66px;
}
@media screen and (max-width: 767px) {
  .fv-sbopping {
    padding-bottom: 21.3333333333vw;
    font-family:
      "Noto Sans JP",
      Hiragino Sans,
      "ヒラギノ角ゴシック",
      Hiragino Kaku Gothic ProN,
      "ヒラギノ角ゴ ProN W3",
      "メイリオ",
      Meiryo,
      sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 2.2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .fv-sbopping {
    font-size: 1.3rem;
    letter-spacing: 0.05;
    line-height: 1.9;
  }
}
.fv-sbopping .ico_kawa {
  width: 58px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: -29px;
  -webkit-transform: translateX(-410px);
  transform: translateX(-410px);
}
@media screen and (max-width: 767px) {
  .fv-sbopping .ico_kawa {
    width: 10.9333333333vw;
    height: 9vw;
    -webkit-transform: translateX(-24.5333333333vw);
    transform: translateX(-24.5333333333vw);
  }
}
.fv-sbopping .fv-shopping-slide {
  width: 920px;
  margin: 40px auto 30px;
}
@media screen and (max-width: 767px) {
  .fv-sbopping .fv-shopping-slide {
    width: 100%;
    margin-top: 9.6vw;
    margin-bottom: 25.0666666667vw;
  }
}
.fv-sbopping .fv-shopping-slide__item {
  width: 280px;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .fv-sbopping .fv-shopping-slide__item {
    width: 50.6666666667vw;
    margin: 0 2.6666666667vw;
  }
}
.fv-sbopping .fv-shopping-slide__img {
  width: 100%;
  height: 280px;
  border-radius: 40px;
  margin-bottom: 20px;
  overflow: hidden;
}
  .fv-sbopping .fv-shopping-slide__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
@media screen and (max-width: 767px) {
  .fv-sbopping .fv-shopping-slide__img {
    height: 50.6666666667vw;
    border-radius: 8vw;
    margin-bottom: 4vw;
  }
}
.fv-sbopping .fv-shopping-slide__ttl {
  text-align: center;
  color: #c8392b;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 10px;
  min-height: calc(1.5em * 2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .fv-sbopping .fv-shopping-slide__ttl {
    font-size: 1.5rem;
    margin-bottom: 1.3333333333vw;
  }
}
.fv-sbopping .fv-shopping-slide__txt {
  font-family:
    "Noto Sans JP",
    Hiragino Sans,
    "ヒラギノ角ゴシック",
    Hiragino Kaku Gothic ProN,
    "ヒラギノ角ゴ ProN W3",
    "メイリオ",
    Meiryo,
    sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.7;
  color: #c8392b;
}
@media screen and (max-width: 767px) {
  .fv-sbopping .fv-shopping-slide__txt {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
.fv-sbopping .fv-shopping-slide__arrow {
  position: absolute;
  z-index: 2;
  top: 127px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #c8392b;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
@media screen and (max-width: 767px) {
  .fv-sbopping .fv-shopping-slide__arrow {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    bottom: -16vw;
    top: auto;
    left: 50%;
  }
}
@media (hover: hover) {
  .fv-sbopping .fv-shopping-slide__arrow:hover {
    background: #c8392b;
  }
  .fv-sbopping .fv-shopping-slide__arrow:hover .ico_svg .svg-path {
    fill: #fff;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none),
  screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .fv-sbopping .fv-shopping-slide__arrow:hover {
    background: #c8392b;
  }
  .fv-sbopping .fv-shopping-slide__arrow:hover .ico_svg .svg-path {
    fill: #fff;
  }
}
.fv-sbopping .fv-shopping-slide__arrow .ico_svg {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .fv-sbopping .fv-shopping-slide__arrow .ico_svg {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.fv-sbopping .fv-shopping-slide__arrow .ico_svg .svg-path {
  fill: #c8392b;
}
@media screen and (min-width: 768px) {
  .fv-sbopping .fv-shopping-slide__arrow.fv-shopping-slide__arrow--prev {
    left: -40px;
  }
}
@media screen and (max-width: 767px) {
  .fv-sbopping .fv-shopping-slide__arrow.fv-shopping-slide__arrow--prev {
    -webkit-transform: translateX(-17.0666666667vw);
    transform: translateX(-17.0666666667vw);
  }
}
@media screen and (min-width: 768px) {
  .fv-sbopping .fv-shopping-slide__arrow.fv-shopping-slide__arrow--next {
    right: -40px;
  }
}
@media screen and (max-width: 767px) {
  .fv-sbopping .fv-shopping-slide__arrow.fv-shopping-slide__arrow--next {
    -webkit-transform: translateX(6.4vw);
    transform: translateX(6.4vw);
  }
}
.fv-sbopping .fv-shopping__ttl02 {
  margin-top: 74px;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .fv-sbopping .fv-shopping__ttl02 {
    margin-bottom: 4.5333333333vw;
    margin-top: 18.6666666667vw;
  }
}
.fv-sbopping .fv-shopping__img01 {
  width: 100%;
  height: 310px;
  -webkit-box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.15);
  background: url(../img/shopping/img_01.jpg) left top/2640px auto repeat-x;
  margin: 25px 0 30px;
  -webkit-animation: shopping_anim 50s linear infinite;
  animation: shopping_anim 50s linear infinite;
}
@-webkit-keyframes shopping_anim {
  0% {
    background-position: left top;
  }
  100% {
    background-position: -2640px top;
  }
}
@keyframes shopping_anim {
  0% {
    background-position: left top;
  }
  100% {
    background-position: -2640px top;
  }
}
@media screen and (max-width: 767px) {
  .fv-sbopping .fv-shopping__img01 {
    height: 50.6666666667vw;
    margin: 5.3333333333vw 0 7.4666666667vw;
    background-size: 431.4838709677vw auto;
    -webkit-animation: shopping_anim_sp 30s linear infinite;
    animation: shopping_anim_sp 30s linear infinite;
  }
  @-webkit-keyframes shopping_anim_sp {
    0% {
      background-position: left top;
    }
    100% {
      background-position: -431.4838709677vw top;
    }
  }
  @keyframes shopping_anim_sp {
    0% {
      background-position: left top;
    }
    100% {
      background-position: -431.4838709677vw top;
    }
  }
}
.fv-sbopping .fv-shopping__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fv-food .fv-food__ico {
  display: block;
  width: 55px;
  height: 55px;
  position: absolute;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .fv-food .fv-food__ico {
    width: 9.0666666667vw;
    height: 9.0666666667vw;
  }
}
.fv-food .fv-food__ico--01 {
  top: 135px;
  -webkit-transform: translateX(-255px);
  transform: translateX(-255px);
}
@media screen and (max-width: 767px) {
  .fv-food .fv-food__ico--01 {
    top: 7.7333333333vw;
    -webkit-transform: translateX(-25.0666666667vw);
    transform: translateX(-25.0666666667vw);
  }
}
.fv-food .fv-food__ico--02 {
  top: -21px;
  -webkit-transform: translateX(214px);
  transform: translateX(214px);
}
@media screen and (max-width: 767px) {
  .fv-food .fv-food__ico--02 {
    top: -4.8vw;
    -webkit-transform: translateX(14.9333333333vw);
    transform: translateX(14.9333333333vw);
  }
}
.fv-food {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .fv-food {
    margin-top: 16vw;
  }
}
.fv-food .fv-food-box {
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .fv-food .fv-food-box {
    padding-bottom: 16vw;
  }
}
.fv-food .fv-food-box.fv-food-box--left .fv-food-box__in {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.fv-food .fv-food-box.fv-food-box--left .fv-food-box__img {
  left: 50px;
  border-radius: 0 70px 70px 0;
}
@media screen and (min-width: 768px) {
  .fv-food .fv-food-box.fv-food-box--left .fv-food-box__img {
    top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .fv-food .fv-food-box.fv-food-box--left .fv-food-box__img {
    left: 0;
    border-radius: 0 10.6666666667vw 10.6666666667vw 0;
    margin-left: 0;
  }
}
.fv-food .fv-food-box__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .fv-food .fv-food-box__in {
    display: block;
  }
}
.fv-food .fv-food-box__img {
  height: 480px;
  width: 50.7692307692%;
  overflow: hidden;
  border-radius: 70px 0 0 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv-food .fv-food-box__img {
    width: 92vw;
    margin: 0 0 5.3333333333vw 8vw;
    height: 64vw;
    border-radius: 10.6666666667vw 0 0 10.6666666667vw;
  }
}
.fv-food .fv-food-box__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.fv-food .fv-food-box__cnt {
  width: 49.2307692308%;
}
@media screen and (max-width: 767px) {
  .fv-food .fv-food-box__cnt {
    width: 100%;
  }
}
.fv-food .fv-food-box-ttl {
  padding-top: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .fv-food .fv-food-box-ttl {
    padding-top: 8vw;
    margin-bottom: 8vw;
  }
}
.fv-food .fv-food-box-ttl.fv-food-box-ttl--02 {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .fv-food .fv-food-box-ttl.fv-food-box-ttl--02 {
    padding-top: 2.6666666667vw;
  }
}
.fv-food .fv-food-box-ttl.fv-food-box-ttl--02 .fv-food-box-ttl__img {
  width: 125px;
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .fv-food .fv-food-box-ttl.fv-food-box-ttl--02 .fv-food-box-ttl__img {
    width: 33.3333333333vw;
    margin-bottom: 10.9333333333vw;
  }
}
.fv-food .fv-food-box-ttl.fv-food-box-ttl--02 .fv-food-box-ttl__en {
  top: 89px;
}
@media screen and (max-width: 767px) {
  .fv-food .fv-food-box-ttl.fv-food-box-ttl--02 .fv-food-box-ttl__en {
    top: 19.7333333333vw;
  }
}
.fv-food .ico_ttl01 {
  display: block;
  width: 22px;
  height: 71px;
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 0;
  right: 0;
  top: -20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fv-food .ico_ttl01 {
    width: 5.8666666667vw;
    height: 18.9333333333vw;
    top: -5.3333333333vw;
  }
}
.fv-food .fv-food-box-ttl__img {
  width: 104px;
  display: block;
  margin: 0 auto 30px;
  -webkit-filter: drop-shadow(9px 10px 10px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(9px 10px 10px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 767px) {
  .fv-food .fv-food-box-ttl__img {
    width: 27.7333333333vw;
    margin-bottom: 8vw;
  }
}
.fv-food .fv-food-box-ttl__txt {
  color: #c8392b;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv-food .fv-food-box-ttl__txt {
    margin-bottom: 4vw;
  }
}
.fv-food .fv-food-box-ttl__ttl {
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 700;
  color: #c8392b;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv-food .fv-food-box-ttl__ttl {
    font-size: 2.5rem;
  }
}
.fv-food .fv-food-box-ttl__en {
  position: absolute;
  top: 114px;
  font-size: 10rem;
  line-height: 0.83;
  letter-spacing: 0;
  font-family: "Lilita One", cursive;
  color: #fdf6e3;
  z-index: -1;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv-food .fv-food-box-ttl__en {
    top: 27.2vw;
    font-size: 7rem;
  }
}
.fv-food .fv-food-box-car {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 8px;
  width: 370px;
  height: 180px;
  border-radius: 20px;
  border: 1px solid #c8392b;
  margin: 50px auto 35px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fv-food .fv-food-box-car {
    width: 84vw;
    margin: 8vw auto;
    height: 40vw;
    border-radius: 3.4666666667vw;
    padding-bottom: 1.6vw;
  }
}
.fv-food .fv-food-box-car .car_area {
  width: 144px;
  height: 71px;
  display: block;
  margin: 16px auto 12px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fv-food .fv-food-box-car .car_area {
    width: 37.8666666667vw;
    height: 18.4vw;
    margin-bottom: 2.1333333333vw;
  }
}
.fv-food .fv-food-box-car__img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.fv-food .fv-food-box.scroll-fade .fv-food-box-car__img {
  -webkit-animation: street_food_cart_in 1.1s ease-out 0.2s 1 both;
  animation: street_food_cart_in 1.1s ease-out 0.2s 1 both;
}
.fv-food .fv-food-box-car .ico_angle-right {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: right 0.25s ease;
  transition: right 0.25s ease;
}
@media screen and (max-width: 767px) {
  .fv-food .fv-food-box-car .ico_angle-right {
    width: 3.2vw;
    height: 3.2vw;
    right: 4.5333333333vw;
  }
}
.fv-food .fv-food-box-car .ico_angle-right .svg-path {
  fill: #c8392b;
}
.fv-food .fv-food-box-car__en {
  position: absolute;
  z-index: -1;
  font-size: 5rem;
  line-height: 1.2;
  height: 1.2em;
  letter-spacing: 0;
  font-family: "Pacifico", cursive;
  color: #e8dfc0;
  width: 100%;
  text-align: center;
  top: -30px;
  bottom: 0;
  margin: auto 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .fv-food .fv-food-box-car__en {
    font-size: 5rem;
    height: 16vw;
    top: 0;
  }
}
.fv-food .fv-food-box-car__ttl {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
  color: #c8392b;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .fv-food .fv-food-box-car__ttl {
    font-size: 1.2rem;
  }
}
.fv-food .fv-food-box__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fv-food .fv-food-box__btn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 500;
  color: #c8392b;
  text-decoration: underline;
}
@media (hover: hover) {
  .fv-food .fv-food-box__btn2:hover {
    text-decoration: none;
  }
  .fv-food .fv-food-box__btn2:hover .ico_svg {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none),
  screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .fv-food .fv-food-box__btn2:hover {
    text-decoration: none;
  }
  .fv-food .fv-food-box__btn2:hover .ico_svg {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}
@media screen and (max-width: 767px) {
  .fv-food .fv-food-box__btn2 {
    font-size: 1.2rem;
    line-height: 1.4;
    gap: 1.3333333333vw;
  }
}
.fv-food .fv-food-box__btn2 .ico_svg {
  width: 12px;
  height: 12px;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition:
    transform 0.25s ease,
    -webkit-transform 0.25s ease;
}
@media screen and (max-width: 767px) {
  .fv-food .fv-food-box__btn2 .ico_svg {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.fv-food .fv-food-box__btn2 .ico_svg .svg-path {
  fill: #c8392b;
}
.fv-food .fv-food-box__3image {
  width: 1020px;
  height: 210px;
  margin: 50px auto 0;
  background: url(../img/food/img_03.png) center center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .fv-food .fv-food-box__3image {
    width: 100%;
    height: 39.2vw;
    background-size: 190.4vw auto;
    background-repeat: repeat-x;
    -webkit-animation: food_img 20s linear infinite;
    animation: food_img 20s linear infinite;
  }
  @-webkit-keyframes food_img {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -190.4vw 0;
    }
  }
  @keyframes food_img {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -190.4vw 0;
    }
  }
}
.fv-active {
  margin-bottom: 150px;
  padding-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .fv-active {
    margin-bottom: 21.3333333333vw;
    padding-bottom: 12vw;
  }
}
.fv-active .fv-active__ico {
  width: 80px;
  height: 77px;
  left: 50%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .fv-active .fv-active__ico {
    width: 10.6666666667vw;
    height: 10.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .fv-active .fv-active__ico--01 {
    top: -40px;
    margin-left: -435px;
  }
}
@media screen and (max-width: 767px) {
  .fv-active .fv-active__ico--01 {
    left: 25.3333333333vw;
    top: -5.6vw;
  }
}
@media screen and (min-width: 768px) {
  .fv-active .fv-active__ico--02 {
    bottom: 7px;
    margin-left: 472px;
  }
}
@media screen and (max-width: 767px) {
  .fv-active .fv-active__ico--02 {
    display: none;
  }
}
.fv-active::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 220px);
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .fv-active::before {
    height: 58.6666666667vw;
  }
}
.fv-active .fv-active__mountain {
  position: absolute;
  width: 386px;
  top: 111px;
  left: 50%;
  margin-left: 320px;
}
@media screen and (max-width: 767px) {
  .fv-active .fv-active__mountain {
    width: 40.8vw;
    margin-left: 0;
    left: auto;
    right: -5.3333333333vw;
    top: 46.6666666667vw;
  }
}
.fv-active .fv-box-ttl {
  margin-bottom: 0;
}
.fv-active .fv-active__txt {
  margin-top: 0;
}
.fv-active .fv-active__in {
  width: 1000px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding-bottom: 115px;
}
@media screen and (max-width: 767px) {
  .fv-active .fv-active__in {
    width: 100%;
    display: block;
    margin-top: 10.6666666667vw;
    padding-bottom: 17.3333333333vw;
  }
}
.fv-active .fv-active__btn {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .fv-active .fv-active__btn {
    margin-top: 5.3333333333vw;
  }
}
.fv-active .fv-active-list {
  width: 510px;
}
@media screen and (max-width: 767px) {
  .fv-active .fv-active-list {
    width: 84vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.fv-active .fv-active-list__item:first-child .fv-active-list__link {
  padding-top: 0;
}
.fv-active .fv-active-list__item:last-child .fv-active-list__link {
  padding-bottom: 0;
}
.fv-active .fv-active-list__item:not(:last-child) {
  border-bottom: 1px solid #f0e6cc;
}
.fv-active .fv-active-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .fv-active .fv-active-list__link {
    padding: 8vw 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (hover: hover) {
  .fv-active .fv-active-list__link:hover .fv-active-list-img__in {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .fv-active .fv-active-list__link:hover .fv-active-list__ico {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none),
  screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .fv-active .fv-active-list__link:hover .fv-active-list-img__in {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .fv-active .fv-active-list__link:hover .fv-active-list__ico {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.fv-active .fv-active-list-img {
  width: 205px;
  height: 124px;
  border-radius: 10px;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .fv-active .fv-active-list-img {
    width: 100%;
    height: 50.6666666667vw;
    border-radius: 5.3333333333vw;
    margin: 0 0 5.3333333333vw;
  }
}
.fv-active .fv-active-list-img__in {
  will-change: transform;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition:
    transform 0.5s ease,
    -webkit-transform 0.5s ease;
}
.fv-active .fv-active-list__in {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .fv-active .fv-active-list__in {
    width: 68vw;
  }
}
.fv-active .fv-active-list__ttl {
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 700;
  color: #c8392b;
  margin-bottom: 20px;
  min-height: calc(1.1em * 2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .fv-active .fv-active-list__ttl {
    font-size: 1.8rem;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 4vw;
  }
}
.fv-active .fv-active-list__txt {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #c8392b;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .fv-active .fv-active-list__txt {
    font-size: 1.3rem;
  }
}
.fv-active .fv-active-list__ico {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background: #c8392b;
  margin-left: auto;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition:
    transform 0.5s ease,
    -webkit-transform 0.5s ease;
}
@media screen and (max-width: 767px) {
  .fv-active .fv-active-list__ico {
    width: 8vw;
    height: 8vw;
  }
}
.fv-active .fv-active-list__ico .ico_svg {
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 767px) {
  .fv-active .fv-active-list__ico .ico_svg {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.fv-active .fv-active-list__ico .ico_svg .svg-path {
  fill: #fff;
}
.fv-active .fv-active-img {
  width: 430px;
  height: 500px;
  border-radius: 170px;
  overflow: hidden;
  position: relative;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .fv-active .fv-active-img {
    display: none;
  }
}
.fv-active .fv-active-img__item {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition:
    opacity 1s ease,
    -webkit-transform 1s ease;
  transition:
    opacity 1s ease,
    -webkit-transform 1s ease;
  transition:
    opacity 1s ease,
    transform 1s ease;
  transition:
    opacity 1s ease,
    transform 1s ease,
    -webkit-transform 1s ease;
  will-change: transform;
}
.fv-active .fv-active-img__item.fv-active-img__item--active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.fv-active .fv-active-img__item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.fv-course {
  position: relative;
  z-index: 1;
  padding-top: 93px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .fv-course {
    padding-top: 17.8666666667vw;
    padding-bottom: 15.7333333333vw;
  }
}
.fv-course .fv-course__bg {
  border-radius: 20px;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .fv-course .fv-course__bg {
    margin: 0 4vw;
    border-radius: 4vw;
    padding-bottom: 10vw;
    padding-top: 8vw;
  }
}
.fv-course::after {
  content: "";
  display: block;
  width: 100%;
  height: 362px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .fv-course::after {
    height: 62.9333333333vw;
  }
}
.fv-course .fv-course__ttl {
  margin-bottom: 40px;
}
.fv-course .fv-course__ttl .ttl02__txt {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .fv-course .fv-course__ttl {
    margin: 8.8vw;
  }
}
.fv-course .fv-course__ttl .ico_circle {
  position: absolute;
  width: 130px;
  height: 130px;
  left: 0;
  top: 0;
  bottom: auto;
  margin-left: 0;
  z-index: -1;
  -webkit-animation: course_circle 10s linear infinite;
  animation: course_circle 10s linear infinite;
}
@-webkit-keyframes course_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes course_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@media screen and (max-width: 767px) {
  .fv-course .fv-course__ttl .ico_circle {
    width: 19.2vw;
    height: 19.2vw;
    margin-left: 0;
    left: -40px;
    top: -43px;
    bottom: auto;
  }
}
.fv-course .fv-course-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .fv-course .fv-course-list {
    display: block;
  }
}
.fv-course .fv-course-list__item {
  width: 425px;
}
@media screen and (max-width: 767px) {
  .fv-course .fv-course-list__item {
    width: 71.4666666667vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .fv-course .fv-course-list__item:nth-child(n + 2) {
    margin-top: 8vw;
  }
}
.fv-course .fv-course-btn {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 220px;
  padding-bottom: 48px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .fv-course .fv-course-btn {
    border-radius: 5.0666666667vw;
    padding-top: 22.4vw;
    padding: 29.6vw 0 3.7333333333vw;
  }
}
@media (hover: hover) {
  .fv-course .fv-course-btn:hover::after {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none),
  screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .fv-course .fv-course-btn:hover::after {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.fv-course .fv-course-btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition:
    transform 0.25s ease,
    -webkit-transform 0.25s ease;
}
.fv-course .fv-course-btn--01::after {
  background-image: url(https://saigonadventure.com/wp-content/uploads/2025/05/IMG_6031-scaled-1-1024x683.jpg);
}
.fv-course .fv-course-btn--02::after {
  background-image: url(https://saigonadventure.com/wp-content/uploads/2025/05/city-tour-full-day.jpeg);
}
.fv-course .fv-course-list__item:nth-child(1) .fv-course-btn::after {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
@media screen and (max-width: 767px) {
  .fv-course .fv-course-list__item:nth-child(1) .fv-course-btn::after {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.fv-course .fv-course-btn__in {
  width: 232px;
  height: 232px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  padding-top: 55px;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0px 4px 24px rgba(0, 97, 167, 0.2));
  filter: drop-shadow(0px 4px 24px rgba(0, 97, 167, 0.2));
}
@media screen and (max-width: 767px) {
  .fv-course .fv-course-btn__in {
    width: 50.6666666667vw;
    height: 50.6666666667vw;
    background: rgba(255, 255, 255, 0.9);
    padding-top: 12vw;
  }
}
.fv-course .fv-course-btn__ico {
  width: 38px;
  height: 26px;
  position: absolute;
  left: 0;
  right: 0;
  top: 17px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fv-course .fv-course-btn__ico {
    width: 8vw;
    height: 5.3333333333vw;
    top: 4vw;
  }
}
.fv-course .fv-course-btn__txt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 700;
  color: #c8392b;
}
@media screen and (max-width: 767px) {
  .fv-course .fv-course-btn__txt01 {
    font-size: 1.3rem;
    gap: 1.8666666667vw;
  }
}
.fv-course .fv-course-btn__txt01::before,
.fv-course .fv-course-btn__txt01::after {
  content: "";
  display: block;
  width: 13px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .fv-course .fv-course-btn__txt01::before,
  .fv-course .fv-course-btn__txt01::after {
    width: 2.1333333333vw;
    height: 5.3333333333vw;
  }
}
.fv-course .fv-course-btn__txt01::after {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fv-course .fv-course-btn__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e74c3c;
  display: block;
  position: relative;
  margin: 12px auto;
}
@media screen and (max-width: 767px) {
  .fv-course .fv-course-btn__dot {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
    margin: 2.6666666667vw auto 2.072vw;
  }
}
.fv-course .fv-course-btn__dot::before,
.fv-course .fv-course-btn__dot::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .fv-course .fv-course-btn__dot::before,
  .fv-course .fv-course-btn__dot::after {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
  }
}
.fv-course .fv-course-btn__dot::before {
  background: #2980b9;
  left: -16px;
}
@media screen and (max-width: 767px) {
  .fv-course .fv-course-btn__dot::before {
    left: -2.6666666667vw;
  }
}
.fv-course .fv-course-btn__dot::after {
  background: #27ae60;
  left: 16px;
}
@media screen and (max-width: 767px) {
  .fv-course .fv-course-btn__dot::after {
    left: 2.6666666667vw;
  }
}
.fv-course .fv-course-btn__txt02 {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 11px;
  color: #c8392b;
}
@media screen and (max-width: 767px) {
  .fv-course .fv-course-btn__txt02 {
    font-size: 1.6rem;
    margin-bottom: 3.2vw;
  }
}
.fv-course .fv-course-btn__arrow {
  display: block;
  width: 25px;
  height: 6px;
  margin: 0 auto;
  color: #000;
}
@media screen and (max-width: 767px) {
  .fv-course .fv-course-btn__arrow {
    width: 4.2666666667vw;
    height: 1.0666666667vw;
  }
}
.fv-access {
  padding-top: 86px;
  padding-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .fv-access {
    padding-top: 21.3333333333vw;
  }
}
.fv-access .fv-access-ttl {
  position: relative;
  padding-bottom: 40px;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv-access .fv-access-ttl {
    padding-bottom: 8vw;
  }
}
.fv-access .fv-access-ttl__mountain {
  width: 545px;
  position: absolute;
  z-index: -1;
  bottom: -7px;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .fv-access .fv-access-ttl__mountain {
    width: 100%;
    left: 0;
    bottom: 0;
    transform: none;
  }
}
.fv-access .fv-access-ttl__mountain--01 {
  left: 50%;
  transform: translateX(-50%);
}
.fv-access .fv-access-ttl__mountain--02 {
  margin-left: 190px;
}
@media screen and (max-width: 767px) {
  .fv-access .fv-access-ttl__mountain--02 {
    margin-left: 0;
    left: 64vw;
  }
}
.fv-access .fv-access-ttl__en {
  font-size: 11rem;
  line-height: 1.2;
  letter-spacing: 0;
  font-family: "Lilita One", cursive;
  color: #f0e6cc;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .fv-access .fv-access-ttl__en {
    font-size: 4rem;
    margin-bottom: 1.3333333333vw;
  }
}
.fv-access .fv-access-ttl__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 2.3rem;
  line-height: 1.1;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: #c8392b;
}
@media screen and (max-width: 767px) {
  .fv-access .fv-access-ttl__txt {
    gap: 2.6666666667vw;
    font-size: 2rem;
    line-height: 1.1;
    letter-spacing: 0.15em;
  }
}
.fv-access .fv-access-ttl__txt .ico_svg {
  width: 12px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .fv-access .fv-access-ttl__txt .ico_svg {
    width: 2.6666666667vw;
    height: 5.8666666667vw;
  }
}
.fv-access .fv-access-ttl__txt .ico_svg:nth-of-type(2) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fv-access .fv-access__in--bg {
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .fv-access .fv-access__in--bg {
    margin: 0 4vw;
    border-radius: 4vw;
    padding-bottom: 10vw;
    padding-top: 8vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.fv-access .fv-access__map {
  width: 100%;
  height: 350px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv-access .fv-access__map {
    height: 56vw;
    margin-bottom: 5.3333333333vw;
  }
}
.fv-access .fv-access__map iframe {
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  margin: 12px;
}
.fv-access .fv-access__name {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #c8392b;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .fv-access .fv-access__name {
    font-size: 2rem;
    margin-bottom: 1.3333333333vw;
  }
}
.fv-access .fv-access__address {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #c8392b;
}
@media screen and (max-width: 767px) {
  .fv-access .fv-access__address {
    font-size: 1.5rem;
  }
}
.fv-access .fv-access__btn {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .fv-access .fv-access__btn {
    margin-top: 8vw;
  }
}
.fv-sightseeing {
  position: relative;
  z-index: 1;
  padding-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .fv-sightseeing {
    padding-bottom: 24vw;
  }
}
.fv-sightseeing::after {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: calc(100% - 100px);
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .fv-sightseeing::after {
    height: calc(100% - 12.8vw);
  }
}
.fv-sightseeing .ico_wave {
  position: absolute;
  width: 100%;
  height: 42px;
  bottom: calc(100% - 100px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .fv-sightseeing .ico_wave {
    height: 6.6666666667vw;
    bottom: calc(100% - 13.3333333333vw);
  }
}
.fv-sightseeing .ico_wave .svg-path {
  fill: #fff;
}
.fv-sightseeing .fv-sightseeing__ttl {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .fv-sightseeing .fv-sightseeing__ttl {
    margin-bottom: 10.4vw;
  }
}
.fv-sightseeing .fv-sightseeing-slide {
  width: 900px;
  margin: 0 auto;
  overflow: visible;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv-sightseeing .fv-sightseeing-slide {
    width: 100%;
    padding-bottom: 26.6666666667vw;
  }
}
.fv-sightseeing .fv-sightseeing-slide__arrow {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #c8392b;
  background: #fff;
  position: absolute;
  z-index: 2;
  top: 143px;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
@media screen and (max-width: 767px) {
  .fv-sightseeing .fv-sightseeing-slide__arrow {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    top: auto;
    bottom: 5.3333333333vw;
  }
}
@media (hover: hover) {
  .fv-sightseeing .fv-sightseeing-slide__arrow:hover {
    background: #c8392b;
  }
  .fv-sightseeing .fv-sightseeing-slide__arrow:hover .ico_svg .svg-path {
    fill: #fff;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none),
  screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .fv-sightseeing .fv-sightseeing-slide__arrow:hover {
    background: #c8392b;
  }
  .fv-sightseeing .fv-sightseeing-slide__arrow:hover .ico_svg .svg-path {
    fill: #fff;
  }
}
.fv-sightseeing .fv-sightseeing-slide__arrow .ico_svg {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .fv-sightseeing .fv-sightseeing-slide__arrow .ico_svg {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.fv-sightseeing .fv-sightseeing-slide__arrow .ico_svg .svg-path {
  fill: #c8392b;
}
.fv-sightseeing .fv-sightseeing-slide__arrow--prev {
  left: -50px;
}
@media screen and (max-width: 767px) {
  .fv-sightseeing .fv-sightseeing-slide__arrow--prev {
    left: 33.3333333333vw;
  }
}
.fv-sightseeing .fv-sightseeing-slide__arrow--next {
  right: -50px;
}
@media screen and (max-width: 767px) {
  .fv-sightseeing .fv-sightseeing-slide__arrow--next {
    right: 33.3333333333vw;
  }
}
.fv-sightseeing .fv-sightseeing-slide__item {
  width: 280px;
  margin-right: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv-sightseeing .fv-sightseeing-slide__item {
    width: 57.3333333333vw;
    margin: 0 4vw;
  }
}
.fv-sightseeing .fv-sightseeing-slide__link {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (hover: hover) {
  .fv-sightseeing
    .fv-sightseeing-slide__link:hover
    .fv-sightseeing-slide__img::after {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none),
  screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .fv-sightseeing
    .fv-sightseeing-slide__link:hover
    .fv-sightseeing-slide__img::after {
    opacity: 1;
  }
}
.fv-sightseeing .fv-sightseeing-slide__img {
  width: 100%;
  height: 280px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv-sightseeing .fv-sightseeing-slide__img {
    height: 57.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
.fv-sightseeing .fv-sightseeing-slide__img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  background: rgba(0, 0, 0, 0.5);
}
.fv-sightseeing .fv-sightseeing-slide__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.fv-sightseeing .fv-sightseeing-slide__txt {
  text-align: center;
  margin-top: 25px;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 700;
  color: #c8392b;
  min-height: calc(1.1em * 2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .fv-sightseeing .fv-sightseeing-slide__txt {
    margin-top: 4vw;
    font-size: 1.6rem;
    line-height: 1.1;
  }
}
.fv-sightseeing .fv-sightseeing__link {
  display: block;
  width: 100%;
  max-width: 900px;
  aspect-ratio: 3 / 2;
  margin: 60px auto 0;
  position: relative;
}
.fv-sightseeing .fv-sightseeing__link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/img/sightseeing/frame.png") center center / 100% 100% no-repeat;
  pointer-events: none;
  z-index: 3;
}
.fv-sightseeing .fv-sightseeing__link .fv-sightseeing__bnr-fade {
  position: absolute;
  top: 51%;
  left: 49%;
  transform: translate(-50%, -50%);
  width: 73%;
  aspect-ratio: 3 / 2;
  height: auto;
}
/* バナークロスフェードスライドショー
   duration・delay・z-index は Astro 側で枚数に応じて style 属性に書き出す。
   1枚あたり d=5秒表示・前後 5% でクロスフェード（全体の 1/枚数 が1スロット）。 */
.fv-sightseeing__bnr-fade {
  position: relative;
  z-index: 0;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  isolation: isolate;
}
.fv-sightseeing__bnr-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  -webkit-animation: bnr-xfade linear infinite;
  animation: bnr-xfade linear infinite;
}
/* 1スロット = 100%/n。その中で最初と最後の 5% をフェードに使う。
   n=4 のとき: 1スロット=25%、フェード=1.25%、表示=22.5% */
/* サイクル16s中に5s表示(=31.25%)、前後1s(=6.25%)でクロスフェード */
@-webkit-keyframes bnr-xfade {
  0%      { opacity: 0; }
  6.25%   { opacity: 1; }
  31.25%  { opacity: 1; }
  37.5%   { opacity: 0; }
  100%    { opacity: 0; }
}
@keyframes bnr-xfade {
  0%      { opacity: 0; }
  6.25%   { opacity: 1; }
  31.25%  { opacity: 1; }
  37.5%   { opacity: 0; }
  100%    { opacity: 0; }
}
@media (hover: hover) {
  .fv-sightseeing .fv-sightseeing__link:hover .fv-sightseeing__bnr-img {
    -webkit-transform: scale(1.05) rotate(1deg);
    transform: scale(1.05) rotate(1deg);
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none),
  screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .fv-sightseeing .fv-sightseeing__link:hover .fv-sightseeing__bnr-img {
    -webkit-transform: scale(1.05) rotate(1deg);
    transform: scale(1.05) rotate(1deg);
  }
}
@media screen and (max-width: 767px) {
  .fv-sightseeing .fv-sightseeing__link {
    width: 100%;
    margin: 8vw auto 0;
  }
}

/* =====================================================
   SHOPS SECTION
   ===================================================== */
.fv-shops-wrap {
  padding-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .fv-shops-wrap {
    padding-bottom: 6.4vw;
  }
}
.fv-shops-section .fv-news__in {
  padding-top: 0;
}
.fv-shops-section .fv-news-list {
  margin-top: 8vw;
}
@media screen and (max-width: 767px) {
  .fv-shops-section .fv-news__in {
    padding-top: 12vw;
  }
}
.fv-shops-section .fv-news__main {
  width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fv-shops-section .fv-news__main {
    width: 100%;
  }
}
.fv-shops-section::after {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .fv-shops-section::after {
    height: 100%;
  }
}
.fv-shops-section .ico_wave {
  top: calc(100% - 1px);
  bottom: auto;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .fv-shops-section .ico_wave {
    top: calc(100% - 1px);
    bottom: auto;
  }
}
.fv-shops-section .fv-news-list__btn {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .fv-shops-section .fv-news-list__btn {
    margin-top: 8vw;
  }
}
.fv-shops-section .fv-shops-slide {
  width: 920px;
  margin: 20px auto 0;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .fv-shops-section .fv-shops-slide {
    width: 100%;
    margin-top: 0;
    padding-top: 8vw;
    padding-bottom: 24vw;
  }
  .fv-shops-section .fv-news-list {
    margin-top: 0;
  }
}
.fv-shops-section .fv-shops-slide__in {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0;
}
.fv-shops-section .fv-shops-slide__item {
  width: 280px;
  height: auto;
  margin: 0 13px;
}
@media screen and (max-width: 767px) {
  .fv-shops-section .fv-shops-slide__item {
    width: 68vw;
    margin: 0 2.6666666667vw;
  }
}
.news-column {
  background: linear-gradient(180deg, #ffffff 0%, #fff8ef 100%);
  border: 1px solid rgba(200, 57, 43, 0.14);
  border-radius: 32px;
  -webkit-box-shadow: 0 22px 55px rgba(107, 71, 38, 0.14);
  box-shadow: 0 22px 55px rgba(107, 71, 38, 0.14);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition:
    -webkit-transform 0.35s ease,
    -webkit-box-shadow 0.35s ease;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    -webkit-transform 0.35s ease,
    -webkit-box-shadow 0.35s ease;
}
@media screen and (max-width: 767px) {
  .news-column {
    border-radius: 6.4vw;
  }
}
@media (hover: hover) {
  .news-column:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 28px 70px rgba(107, 71, 38, 0.2);
    box-shadow: 0 28px 70px rgba(107, 71, 38, 0.2);
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none),
  screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .news-column:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 28px 70px rgba(107, 71, 38, 0.2);
    box-shadow: 0 28px 70px rgba(107, 71, 38, 0.2);
  }
}
.fv-shops-section .news-column .news-column__img {
  height: 188px;
}
@media screen and (max-width: 767px) {
  .fv-shops-section .news-column .news-column__img {
    height: 46vw;
  }
}
.fv-shops-section .news-column .news-column__in {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding: 20px 22px 24px;
}
@media screen and (max-width: 767px) {
  .fv-shops-section .news-column .news-column__in {
    padding: 4.8vw 4.8vw 5.3333333333vw;
  }
}
.fv-shops-section .news-column .news-column__date {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .fv-shops-section .news-column .news-column__date {
    font-size: 1.1rem;
    margin-bottom: 2.1333333333vw;
  }
}
.fv-shops-section .news-column .news-column__ttl {
  margin-top: 14px;
  min-height: calc(1.5em * 2);
  height: auto;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 700;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .fv-shops-section .news-column .news-column__ttl {
    min-height: calc(1.5em * 2);
    margin-top: 3.2vw;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.news-cat {
  min-width: 74px;
  height: 24px;
  padding: 0 10px;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.18);
}
@media screen and (max-width: 767px) {
  .news-cat {
    min-width: 18.6666666667vw;
    height: 5.8666666667vw;
    padding: 0 2.6666666667vw;
    font-size: 1rem;
  }
}
.fv-shops-section .fv-shops-slide__arrow {
  position: absolute;
  z-index: 2;
  top: 138px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #c8392b;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-box-shadow: 0 14px 30px rgba(107, 71, 38, 0.16);
  box-shadow: 0 14px 30px rgba(107, 71, 38, 0.16);
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
@media screen and (max-width: 767px) {
  .fv-shops-section .fv-shops-slide__arrow {
    top: auto;
    bottom: 4.8vw;
    left: 50%;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
@media (hover: hover) {
  .fv-shops-section .fv-shops-slide__arrow:hover {
    background: #c8392b;
  }
  .fv-shops-section .fv-shops-slide__arrow:hover .ico_svg .svg-path {
    fill: #fff;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none),
  screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .fv-shops-section .fv-shops-slide__arrow:hover {
    background: #c8392b;
  }
  .fv-shops-section .fv-shops-slide__arrow:hover .ico_svg .svg-path {
    fill: #fff;
  }
}
.fv-shops-section .fv-shops-slide__arrow .ico_svg {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .fv-shops-section .fv-shops-slide__arrow .ico_svg {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.fv-shops-section .fv-shops-slide__arrow .ico_svg .svg-path {
  fill: #c8392b;
}
@media screen and (min-width: 768px) {
  .fv-shops-section .fv-shops-slide__arrow--prev {
    left: -34px;
  }
}
@media screen and (max-width: 767px) {
  .fv-shops-section .fv-shops-slide__arrow--prev {
    -webkit-transform: translateX(-16vw);
    transform: translateX(-16vw);
  }
}
@media screen and (min-width: 768px) {
  .fv-shops-section .fv-shops-slide__arrow--next {
    right: -34px;
  }
}
@media screen and (max-width: 767px) {
  .fv-shops-section .fv-shops-slide__arrow--next {
    -webkit-transform: translateX(5.3333333333vw);
    transform: translateX(5.3333333333vw);
  }
}
