.fv {
  padding: 0 2rem;
  opacity: 0;
}

.fv__caption {
  display: block;
  font-size: 11px;
  margin-top: 1.6rem;
  font-weight: 400;
}

.fv__caption {
  animation-delay: 0.8s !important;
}

.fv__wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 335 / 320;
  max-height: 618px;
  overflow: hidden;
  border-radius: 80px 0 0 0;
}

.fv__wrapper::after {
  content: "";
  position: absolute;
  display: block;
  border: 1px solid #fff;
  border-radius: 80px 0 0 0;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fv__wrapper picture {
  display: block;
  width: 100%;
  height: 100%;
}

.fv__bg {
  display: block;
  position: absolute;
  bottom: -4.8%;
  left: -23%;
  width: 134%;
  max-width: none;
  height: auto;
  object-fit: cover;
  object-position: 20% bottom;
}

.fv__decor--lemon {
  position: absolute;
  width: 26.9%;
  max-width: 218px;
  height: auto;
  top: min(25.4%, 100px);
  left: 22.7%;
  transform: rotate(-9.6deg);
  object-fit: contain;
  opacity: 0;
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  animation-delay: 0.4s;
}

.fv__decor--lemon.animated {
  -webkit-animation: cup1 2.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.4s forwards 1;
  animation: cup1 2.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.4s forwards 1;
  -webkit-transform: rotate(-9.6001deg) translate3d(0, 100px, 0);
  transform: rotate(-9.6deg) translate3d(0, 100px, 0);
}

.fv__decor--coffee {
  position: absolute;
  width: 30.2%;
  max-width: 294px;
  height: auto;
  top: min(22.2%, 120px);
  right: 19.7%;
  transform: rotate(16.5deg);
  object-fit: contain;
  opacity: 0;
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  animation-delay: 0.6s;
}

.fv__decor--coffee.animated {
  -webkit-animation: cup2 2.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 1;
  animation: cup2 2.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 1;
  -webkit-transform: rotate(19.1deg) translate3d(0, 100px, 0);
  transform: rotate(19.1deg) translate3d(0, 100px, 0);
}

@keyframes cup1 {
  0% {
    -webkit-transform: rotate(-9.6deg) translate3d(0, 100px, 0);
    transform: rotate(-9.6deg) translate3d(0, 100px, 0);
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    -webkit-transform: rotate(-9.6deg) translate3d(0, 0, 0);
    transform: rotate(-9.6deg) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes cup2 {
  0% {
    -webkit-transform: rotate(19.1deg) translate3d(0, 100px, 0);
    transform: rotate(19.1deg) translate3d(0, 100px, 0);
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    -webkit-transform: rotate(19.1deg) translate3d(0, 0, 0);
    transform: rotate(19.1deg) translate3d(0, 0, 0);
    opacity: 1;
  }
}

.fv__decor--logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 19.5%;
  width: clamp(172px, 45.87vw, 357px);
  height: auto;
  z-index: 2;
}

.fv__decor--logo {
  animation-delay: 0.6s !important;
}

.fv__hero {
  display: flex;
  align-items: center;
  padding: 0.2em 0.4em;
  color: #50bad5;
  text-align: center;
  font-size: clamp(1.7rem, 4.54vw, 3rem);
  line-height: 1;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.88);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 9.6%;
  white-space: nowrap;
  font-family: "Kiwi Maru", sans-serif;
}

.fv__hero {
  animation-delay: 0.8s !important;
}

.about {
  position: relative;
  padding: 2.7rem 2rem max(25.6vw, 9.6rem);
  background-image: url(../images/top/sand.webp);
  background-size: 804px 452px;
  background-position: left bottom;
  background-repeat: no-repeat;
  overflow: hidden;
}

.about::before {
  content: "";
  display: block;
  width: 100%;
  height: 51%;
  background-image: url(../images/top/bubbles.webp);
  background-position: left top;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: visible;
}

.about__content {
  max-width: 600px;
  margin: 0 auto;
  -webkit-transform: translate3d(-100px, 0, 0) rotate(0.0001deg);
  transform: translate3d(-100px, 0, 0) rotate(0.0001deg);
  opacity: 0;
}

.about .section-title {
  margin-bottom: 0.8rem;
  text-align: left;
}

.about .section-title::before {
  display: block;
  content: "小禄にあるドリンクスタンド";
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 600;
}

.about__image {
  margin: 8rem auto 0;
  position: relative;
  left: 24px;
  max-width: 450px;
  height: fit-content;
  /* -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0); */
  opacity: 0;
}

.about__image.gallery-fade {
  -webkit-animation: fadein 2s ease 0s 1 alternate forwards !important;
  animation: fadein 2s ease 0s 1 alternate forwards !important;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.about__image picture {
  display: block;
  width: 100%;
  height: fit-content;
}

.about__image img {
  width: 95%;
}

.about__image::after {
  content: "";
  display: block;
  width: 131px;
  height: 134px;
  background-image: url(../images/top/cup-sp.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -72px;
  left: -44px;
}

.about__video {
  display: block;
  width: 100%;
  max-width: 600px;
  aspect-ratio: 335 / 190;
  background-color: #707070;
  border-radius: 1.2rem;
  margin: 125px auto 0;
}

.cocktails {
  position: relative;
  z-index: -1;
  padding: 10.7rem 1.5rem 11.1rem;
  background-image: url(../images/top/cocktails-bg-sp.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom 30px;
  position: sticky;
  top: 45px;
}

.cocktails__caption {
  font-size: min(100px, 13.1vw);
  line-height: 1em;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  color: rgba(154, 205, 238, 0.8);
  width: 100vw;
  display: block;
  position: absolute;
  left: 50%;
  top: -0.95em;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: 0.04em;
  opacity: 0.8;
}

.cocktails__image {
  width: 92vw;
  height: auto;
  display: block;
  margin: 0 auto;
}

.service {
  position: relative;
  z-index: 3;
  padding: 8rem 2rem;
  background-image: url(../images/top/service-bg-sp.png);
  background-size: 100% 100%;
  margin-top: -5.5rem;
}

.service__wrapper {
  margin: 5rem auto 0;
  max-width: 1000px;
}

.service__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, min(335px, 89.34vw));
  justify-content: center;
  row-gap: 7rem;
  column-gap: 2.4rem;
}

.service__item {
  width: min(335px, 89.34vw);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
}

@media (min-width: 600px) {
  .service__container {
    grid-template-columns: 1fr 1fr;
  }

  .service__item {
    width: auto;
  }
}

.service__item-title {
  margin-top: 1.8rem;
  margin-bottom: 0.8rem;
  border-bottom: 1px solid #999999;
  padding-bottom: 0.5rem;
}

.service__item-image {
  width: 100%;
  aspect-ratio: 300 / 208;
  border-radius: 0 45px 0 45px;
  object-fit: cover;
}

@media (min-width: 768px) {
  .service__container {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 5rem;
  }

  .service__item:nth-child(2) {
    animation-delay: 0.3s;
  }

  .service__item:nth-child(3) {
    animation-delay: 0.6s;
  }

  .service__item:first-child .service__item-image {
    object-position: top;
  }

  .service__item-image {
    border-radius: 0 32px 0 32px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.19);
  }

  .service__item:hover {
    filter: brightness(1.1);
  }

  .service__item:hover .service__item-text {
    filter: brightness(1.3);
  }
}

.instagram {
  position: relative;
  z-index: 2;
  margin-top: -20px;
  padding: 8rem 2rem 20rem;
  background-image: url(../images/common/dust_scratches.png);
  background-size: 400px 400px;
  background-repeat: repeat;
}

.instagram__wrapper {
  margin: 5rem auto 0;
  max-width: 1000px;
}

.instagram__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, min(240px, 42.67vw));
  column-gap: 1.5rem;
  row-gap: 1rem;
  justify-content: center;
}

@media (max-width: 374px) {
  .instagram__container {
    grid-template-columns: 1fr 1fr;
  }
}

.instagram__item {
  position: relative;
  display: block;
  width: min(240px, 42.67vw);
  aspect-ratio: 1;
  background-color: #707070;
  transform: translate3d(0, 50px, 0);
}

.instagram__item:nth-child(1) {
  --i: 0;
}

.instagram__item:nth-child(2) {
  --i: 1;
}

.instagram__item:nth-child(3) {
  --i: 2;
}

.instagram__item:nth-child(4) {
  --i: 3;
}

.instagram__item:nth-child(5) {
  --i: 4;
}

.instagram__item:nth-child(6) {
  --i: 5;
}

.instagram__item:nth-child(7) {
  --i: 6;
}

.instagram__item:nth-child(8) {
  --i: 7;
}

.instagram__container.fadeIn .instagram__item.galleryFadeUp {
  animation-delay: calc(var(--i) * 0.3s) !important;
}

6 .instagram__item::after {
  content: "";
  display: block;
  width: 13.5px;
  height: 13.5px;
  background-image: url(../images/common/icon-gallery.svg);
  background-size: contain;
  background-repeat: no-repeat;
  image-rendering: pixelated;
  position: absolute;
  top: 6px;
  right: 6px;
}

@media (min-width: 768px) {
  .instagram__container {
    gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .instagram__item {
    width: auto;
    max-width: 235px;
  }
}

.instagram .link::after {
  background-image: url(../images/common/icon-gallery-blue.svg);
  width: 15.5px;
  height: 15.5px;
  background-position: center;
  top: 1px;
}

@media (min-width: 768px) {
  .fv {
    padding: 0 8rem 7.5rem;
    position: relative;
    height: calc(100vh - 75px);
    min-height: 700px;
  }

  .fv__wrapper {
    width: 100%;
    height: 100%;
    aspect-ratio: unset;
    max-height: none;
  }

  .fv__bg {
    position: absolute;
    bottom: 0;
    left: auto;
    width: 102%;
    height: 102%;
    object-position: center top;
  }

  @media (max-width: 1352px) {
    .fv__bg {
      object-fit: cover;
    }
  }

  .fv__wrapper {
    border-radius: 160px 0 0 0;
  }

  .fv__wrapper::after {
    border-radius: 150px 0 0 0;
    width: calc(100% - 26px);
    height: calc(100% - 26px);
  }

  .fv__caption {
    font-size: clamp(1.2rem, 0.9vw, 1.4rem);
    line-height: 1.5rem;
    position: absolute;
    top: calc(50% - 50px);
    transform: translateY(-50%);
    left: 33px;
    width: 14px;
    line-height: 1.3;
  }

  .fv__caption span {
    writing-mode: vertical-lr;
    position: relative;
    top: 7px;
    left: 1px;
    line-height: 1;
    letter-spacing: 1.5px;
  }

  .fv__decor--logo {
    position: absolute;
    left: max(60px, calc(50vw - 683px));
    left: 5%;
    transform: none;
    bottom: auto;
    top: max(244px, min(350px, calc(244px + 500px - 50vw)));
    width: 357px;
    height: auto;
    z-index: 2;
  }

  .fv__hero {
    display: flex;
    align-items: center;
    font-size: max(3rem, 2.2vw);
    padding: main(0.3em, 3px) 0.45em;
    line-height: 1;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.88);
    position: absolute;
    left: max(60px, calc(50vw - 683px));
    left: 5%;
    transform: none;
    top: max(366px, min(473px, calc(366px + 500px - 50vw)));
    bottom: auto;
    white-space: nowrap;
    font-family: "Kiwi Maru", sans-serif;
  }

  .fv__decor--coffee {
    width: clamp(280px, 26.28%, 380px);
    max-height: 96.5%;
    max-width: none;
    top: auto;
    bottom: 4.5%;
    right: 6.6%;
  }

  .fv__decor--coffee {
    -webkit-transform: rotate(16.5deg) translate3d(0, 100px, 0);
    transform: rotate(16.5deg) translate3d(0, 100px, 0);
  }

  .fv__decor--lemon {
    width: clamp(180px, 22.63%, 320px);
    max-width: none;
    max-height: 85%;
    top: 16.2%;
    right: 32.2%;
    left: auto;
    transform: rotate(-8deg);
  }

  .fv__decor--lemon {
    -webkit-transform: rotate(-8deg) translate3d(0, 100px, 0);
    transform: rotate(-8deg) translate3d(0, 100px, 0);
  }

  @media (max-width: 1182px) {
    .fv__decor--lemon {
      top: clamp(60px, 9.5vw, 130px);
      right: clamp(31%, calc(366px + 250px - 25vw), 40%);
    }
  }

  @media (min-width: 1367px) {
    .fv__bg {
      object-position: center;
    }
  }

  .about {
    position: relative;
    padding: 7rem 2rem 23rem;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    overflow: hidden;
    box-sizing: content-box;
  }

  @media (min-width: 1367px) {
    .about {
      background-size: 100% 50%;
    }
  }

  .about__wrapper {
    position: relative;
    left: max(0px, calc(100px + 683px - 50vw));
    max-width: 1145px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 10rem;
    justify-content: left;
  }

  .about .text-ani {
    animation-delay: 0s;
  }

  @media (max-width: 1365px) {
    .about__wrapper {
      left: max(20px, calc(100px + 50vw - 683px));
    }
  }

  .about__content {
    max-width: 446px;
    width: 39%;
  }

  .about .section-title {
    margin-bottom: 2rem;
  }

  .about .section-title::before {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }

  .about__image {
    margin: 0;
    left: auto;
    width: 55%;
    max-width: 650px;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
  }

  .about__image.gallery-fade {
    -webkit-animation: fadeup 2s ease 0s 1 alternate forwards !important;
    animation: fadeup 2s ease 0s 1 alternate forwards !important;
  }

  .about__image::after {
    content: "";
    display: block;
    background-image: url(../images/top/cup.webp);
    aspect-ratio: 238 / 230;
    width: min(273px, 19.84vw);
    height: auto;
    position: absolute;
    bottom: -45px;
    left: max(-215px, min(-85px, calc(-215px + 600px - 50vw)));
  }

  .about__video {
    max-width: 700px;
    aspect-ratio: 700 / 360;
    border-radius: 2rem;
    margin: 200px auto 0;
  }

  main {
    position: relative;
  }

  .cocktails {
    padding: 17.8rem 2rem 11.4em;
    background-image: url(../images/top/cocktails-bg-pc.webp);
    background-size: cover;
    background-position: center bottom 30%;
    margin-top: -2rem;
    top: 40px;
  }

  .cocktails__caption {
    margin: 0;
    font-size: min(15rem, 13.4vw);
    line-height: 1;
    text-align: center;
    top: -0.94em;
  }

  .cocktails__image {
    width: 870px;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .service {
    position: relative;
    z-index: 3;
    padding: 15rem 2rem;
    background-image: url(../images/top/service-bg-pc.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: -5.5rem;
  }

  .service .link {
    left: min(45px, max(0px, calc(45px + 50vw - 600px)));
  }

  .instagram {
    padding: 15rem 2rem 30rem;
    margin-top: -3.6rem;
  }

  .instagram__wrapper {
    margin-top: 7rem;
  }

  .instagram .link {
    left: min(25px, max(0px, calc(25px + 50vw - 600px)));
  }
}