.cover__decor::before {
  content: "About us";
}

.intro {
  position: relative;
  padding: 6rem 2rem 2.4rem;
}

.intro__cups {
  position: relative;
  content: "";
  display: block;
  width: 213.5px;
  height: 160px;
  background-image: url(../images/about/cups-sp.webp);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0.4rem;
  margin-right: 3px;
  margin-left: auto;
  z-index: 3;
  opacity: 0;
  transition: all 1s ease;
}

.intro__content.animated ~ .intro__cups {
  transition-delay: 0.5s;
  opacity: 1;
}

.intro picture {
  position: relative;
  z-index: 2;
}

.intro__image {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 450px;
}

@media (min-width: 1200px) {
  .intro__image {
    image-rendering: pixelated;
  }
}

.intro__content {
  position: relative;
  max-width: 500px;
}

.intro__content::before {
  content: "";
  display: block;
  width: 86.67vw;
  height: calc(100% + 18.9rem);
  background-color: #e8c800;
  opacity: 25%;
  z-index: -1;
  position: absolute;
  border-radius: 5rem;
  top: calc(50% - 36.5px);
  transform: translateY(-50%);
  right: -2rem;
}

@media (min-width: 520px) {
  .intro__content {
    margin: 0 auto;
    padding: 0 1rem;
  }

  .intro__content::before {
    width: calc(100vw - 2rem);
    height: calc(100% + 18.9rem);
    border-radius: 0 5rem 5rem 0;
    top: calc(50% - 36.5px);
    transform: translate(calc(-50% - 10px), -50%);
    left: 50%;
    right: auto;
  }
}

.intro .section-title {
  margin: 3.2rem 0 0.8rem;
}

.kodawari {
  padding: 9.6rem 2rem 8rem;
  width: 100%;
  overflow: hidden;
}

.kodawari .section-title {
  max-width: 550px;
  margin: 0 auto;
}

.kodawari__item {
  max-width: 550px;
  margin: 0 auto;
}

.kodawari__item-content {
  position: relative;
  animation-delay: 0.5s !important;
}

.kodawari__item--asakohi,
.kodawari__item--hirukohi {
  margin-top: 8rem;
}

.kodawari__item--asakohi .kodawari__item-content,
.kodawari__item--hirukohi .kodawari__item-content {
  margin-top: -35px;
}

.kodawari__item--milksteam .kodawari__item-image {
  margin: 1.6rem auto 0;
  width: calc(100% + 11px);
  max-width: 450px;
  position: relative;
  left: -11px;
  display: block;
}

.kodawari__item--asakohi .kodawari__item-image,
.kodawari__item--hirukohi .kodawari__item-image {
  margin: 0 auto;
  width: 100%;
  max-width: 450px;
  display: block;
}

.kodawari__item-title {
  position: relative;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 700;
  margin-top: -0.5rem;
  margin-bottom: 0.8rem;
}

.kodawari__item-title::before {
  content: "";
  display: block;
  position: absolute;
  width: 142px;
  height: 77.5px;
  background-size: 100% auto;
  right: 0;
  top: -5.8rem;
}

.kodawari__item--milksteam .kodawari__item-title::before {
  background-image: url(../images/about/fuwafuwa.svg);
  top: -6.2rem;
  transform: rotate(3.95deg);
}

.kodawari__item--asakohi .kodawari__item-title::before {
  background-image: url(../images/about/sukkiri.svg);
  transform: rotate(5deg);
  width: 135px;
  height: 65px;
  top: -5rem;
}

.kodawari__item--hirukohi .kodawari__item-title::before {
  background-image: url(../images/about/hokkori.svg);
}

.kodawari__item-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: url(../images/about/pointed-line.svg);
  background-repeat: repeat-x;
  margin-top: 1rem;
}

.kodawari__item-decor {
  font-family: "Dancing Script", cursive;
  color: #b8dcf4;
  font-size: 3.8rem;
  line-height: 1;
  font-weight: 700;
  display: flex;
  gap: 1rem;
  align-items: center;
  position: relative;
  left: -2rem;
  margin-top: 0.8rem;
  opacity: 0;
  transition: all 1s ease;
  transition-delay: 1s;
}

.kodawari__item-content.animated ~ .kodawari__item-decor {
  opacity: 1;
}

.kodawari__item-decor::before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #b8dcf4;
}

.kodawari__item--asakohi .kodawari__item-decor {
  margin-left: 0;
  left: auto;
  right: -2rem;
  justify-content: right;
}

.kodawari__item--asakohi .kodawari__item-decor::before {
  display: none;
}

.kodawari__item--asakohi .kodawari__item-decor::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #b8dcf4;
}

.kodawari__item .section-title {
  margin-bottom: 1.6rem;
}

.kodawari__item.kodawari-anim .kodawari__item-title {
  animation-delay: 0.5s;
}

.kodawari__item.kodawari-anim .kodawari__item-text,
.kodawari__item.kodawari-anim .kodawari__item-decor {
  animation-delay: 1s;
}

.feelings {
  padding: 8rem 2rem 9.6rem;
  background-image: url(../images/about/street-sp.webp);
  background-position: center bottom;
  background-size: cover;
}

@media (min-width: 376px) {
}

.feelings .section-title {
  max-width: 500px;
  margin: 0 auto 0.8rem;
  display: block;
  text-shadow: 0 2px 4px #fff;
}

.feelings__text {
  max-width: 500px;
  margin: 0 auto;
  text-shadow: 0 2px 4px #fff;
}

.drink-menu {
  padding: 8rem 2rem;
  background-image: url(../images/about/sea.webp);
  background-size: auto calc(100% - 30px);
  background-position: 25% -100px;
  background-repeat: no-repeat;
}

.menu__title {
  color: #6dafda;
}
.drink-menu__container {
  margin: 3rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5rem;
  width: 100%;
  max-width: 829px;
}

.drink-menu__item {
  width: 100%;
  max-width: 33.5rem;
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.menu__title.animated ~ .drink-menu__container .drink-menu__item {
  transform: translateY(0);
  opacity: 1;
}

.drink-menu__item:first-child {
  transition-delay: 0.5s;
}

.drink-menu__item:nth-child(2) {
  transition-delay: 0.8s;
}

.drink-menu__item:nth-child(3) {
  transition-delay: 1.1s;
}

.drink-menu__item:last-child {
  transition-delay: 1.4s;
}

@media (min-width: 640px) and (max-width: 767px) {
  .drink-menu__container {
    gap: 4rem;
  }
  .drink-menu__item {
    width: calc(50% - 2rem);
    max-width: none;
  }
}

.menu__item-title {
  padding: 0.8rem;
  font-size: 2rem;
  line-height: 1.2;
  color: #fff;
  background-color: #6dafda;
  width: 100%;
  border-radius: 0 12px 0 0;
}

.menu__item-list {
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.menu__item-element {
  display: flex;
  align-items: center;
  gap: 5px;
}

.menu__item-div {
  height: 1px;
  width: auto;
  background-color: #000;
  flex: 1;
}

.menu__logo {
  width: 193px;
  height: auto;
  display: block;
  margin: 2.7rem auto 0;
  opacity: 0;
}

.access {
  margin-top: 4rem;
  padding: 4rem 2rem 20rem;
}

.access picture {
  display: block;
  margin: 0 auto;
  width: fit-content;
}

.access__image {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 40px);
  max-width: 450px;
  display: block;
}

.access__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  margin: 4.4rem auto 1.6rem;
}

.access__container {
  max-width: 500px;
  margin: 0 auto;
}

.acces__info {
  width: 100%;
  max-width: 406px;
}

.access__info-row:not(:last-child) {
  margin-bottom: 0.8rem;
}

.access__info-row * {
  font-size: 1.5rem;
  line-height: 3.1rem;
}

.access__info-row:not(:last-child) * {
  padding-bottom: 0.8rem;
}

.access__info-row:first-child .acces__info-value {
  line-height: 1.5;
  padding-bottom: 0.4rem;
}

.access__info-label {
  vertical-align: top;
  text-align: left;
  width: 84px;
}

.access__instagram {
  margin: 1.6rem 0 3.2rem;
  display: flex;
  flex-direction: column;
}

.access__instagram * {
  font-size: 1.2rem;
  line-height: 2;
}

.access__instagram-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 8.6rem;
  height: 2.4rem;
  border-bottom: 1px solid #434343;
}

.access__instagram-link::after {
  content: "";
  display: block;
  width: 10.5px;
  height: 10.5px;
  background-image: url(../images/common/icon-gallery-black.svg);
  background-size: cover;
}

.access__map-image {
  width: 100%;
  max-width: 450px;
  display: block;
  margin: 0 auto;
}

.access__map-caption {
  font-size: 1.2rem;
  line-height: 2.3rem;
  margin: 1.2rem auto 0;
  max-width: 500px;
}

@media (min-width: 768px) {
  .intro {
    padding: 8.6rem 2rem 8.2rem;
    overflow: hidden;
  }

  .intro .section-title {
    margin: 4.4rem 0 2rem;
  }

  .intro__image {
    width: clamp(600px, 61vw, 832px);
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 832px;
  }

  .intro__content {
    max-width: 731px;
    padding: 0;
  }

  .intro picture.toTop {
    animation-delay: 0s;
  }

  .intro__text {
    max-width: 731px;
    margin: 0;
  }

  @media (max-width: 820px) {
    .intro__text {
      padding-right: 30px;
    }
  }

  .intro__content::before {
    width: calc(100vw - (183px + 50vw - 683px));
    height: calc(100% + 20.1rem);
    border-radius: 0 12rem 12rem 0;
    top: calc(50% - 56.5px);
    right: auto;
  }

  @media (max-width: 1050px) {
    .intro__content::before {
      width: calc(100vw - 20px);
    }
  }

  .intro__cups {
    width: 300px;
    height: 226px;
  }

  @media (min-width: 1074px) {
    .intro__cups {
      width: 251.5px;
      height: 404px;
      margin: 0;
      position: absolute;
      bottom: 15px;
      right: calc(118px + 50vw - 683px);
      background-image: url(../images/about/cups-pc.webp);
    }

    @media (max-width: 1128px) {
      .intro__cups {
        right: -28px;
        bottom: calc(0px + 50vw - 564px);
      }
    }

    .intro__text {
      max-width: 731px;
      margin: 0;
    }

    .intro__content {
      max-width: 832px;
    }

    .intro__content::before {
      transform: translateY(-50%);
      left: calc(min(-20px, (267px + 50vw - 683px) * (-1)));
    }
  }

  @media (min-width: 1074px) {
    .kodawari {
      padding: 15rem 2rem;
    }
  }

  .kodawari .section-title {
    max-width: 830px;
    margin: 0 auto;
  }
  .kodawari__item {
    max-width: 830px;
    display: flex;
    align-items: center;
    position: relative;
    gap: 4.5rem;
  }

  .kodawari__item-title {
    margin-bottom: 1.6rem;
  }

  .kodawari__item picture {
    flex: 1;
  }
  .kodawari__item--milksteam {
    margin-top: 2rem;
  }

  .kodawari__item--milksteam .kodawari__item-image {
    max-width: 465px;
  }

  .kodawari__item-content {
    max-width: 320px;
  }

  .kodawari__item--milksteam .kodawari__item-image {
    margin: 0;
  }

  .kodawari__item picture {
    position: relative;
  }

  .kodawari__item--milksteam picture::before {
    content: "";
    display: block;
    width: 287px;
    height: 263.5px;
    background-image: url(../images/about/kodawari-cream.png);
    background-size: cover;
    position: absolute;
    bottom: 28px;
    right: -183px;
    z-index: -1;
  }

  .kodawari__item--asakohi picture::before,
  .kodawari__item--hirukohi picture::before {
    content: "";
    display: block;
    width: 450px;
    height: 254px;
    background-image: url(../images/about/coffee-beans.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -40.5px;
    left: -211px;
    z-index: -1;
    transform: rotate(163deg);
  }

  .kodawari__item--hirukohi picture::before {
    bottom: -49px;
    left: auto;
    right: -190px;
    transform: rotate(197deg) scaleX(-1);
  }

  .kodawari__item--milksteam .kodawari__item-title::before {
    transform: rotate(-3deg);
    width: 161px;
    height: 90px;
    top: -75px;
    right: 23px;
  }

  .kodawari__item-decor {
    position: absolute;
    font-size: clamp(4.8rem, 6.3vw, 6.3rem);
    line-height: 1.17;
    gap: 2.2rem;
    margin-top: 0;
    left: calc(clamp(120px, 268px + 50vw - 683px, 268px) * -1);

    bottom: -8px;
  }

  .kodawari__item--asakohi .kodawari__item-decor {
    left: auto;
    right: calc(clamp(120px, 268px + 50vw - 683px, 268px) * -1);
  }

  .kodawari__item-decor::before,
  .kodawari__item--asakohi .kodawari__item-decor::after {
    width: 150px;
  }

  .kodawari__item--asakohi {
    flex-direction: row-reverse;
    margin-top: 194px;
  }

  .kodawari__item--hirukohi {
    margin-top: 202px;
  }

  .kodawari__item--asakohi .section-title {
    position: absolute;
    top: -52px;
    left: 0;
  }

  .kodawari__item--asakohi .kodawari__item-content {
    padding-right: 5px;
  }

  .kodawari__item--asakohi .kodawari__item-content,
  .kodawari__item--hirukohi .kodawari__item-content {
    margin-top: 0;
  }

  .kodawari__item--asakohi .kodawari__item-title::before,
  .kodawari__item--hirukohi .kodawari__item-title::before {
    width: 135px;
    height: 65px;
    transform: rotate(5deg);
    top: -43px;
    right: 30px;
  }

  .kodawari__item--hirukohi .kodawari__item-title::before {
    top: -58px;
  }

  .feelings {
    padding: 14.8rem 2rem;
    background-image: url(../images/about/street.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0 75px 100px rgba(255, 255, 255, 1),
      inset 0 -75px 100px rgba(255, 255, 255, 1);
  }

  .feelings .section-title {
    max-width: none;
    margin: 0 auto 1.6rem max(calc(270px + 50vw - 683px), 20px);
    line-height: 1.45;
  }

  .feelings .section-title br {
    display: none;
  }

  @media (max-width: 840px) {
    .feelings .section-title br {
      display: block;
    }
  }

  .feelings__text {
    max-width: 496px;
    margin: 0 auto 0 max(calc(270px + 50vw - 683px), 20px);
  }

  .drink-menu {
    padding: 15rem 2rem;
    background-size: cover;
    box-shadow: inset 0 200px 200px rgba(255, 255, 255, 1),
      inset 0 -200px 200px rgba(255, 255, 255, 1);
    background-position: center 0px;
  }

  .drink-menu__container {
    column-gap: 7.9rem;
    row-gap: 7.4rem;
  }

  .menu__item-title {
    padding: 1rem;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 500;
  }

  .menu__item-list {
    margin-top: 2rem;
    gap: 1rem;
  }

  .menu__item-element {
    gap: 10px;
  }

  .menu__item-text {
    font-size: 1.8rem;
    line-height: 3.4rem;
  }

  .menu__logo {
    width: 243px;
    margin: 4rem auto 0;
  }

  .access {
    margin-top: 10rem;
    padding: 5rem 2rem 30rem 0;
    display: flex;
  }

  .access__container {
    display: flex;
    width: calc(100vw - 227px);
    max-width: none;
    gap: 50px;
    margin: 0 auto 0 0;
    align-items: center;
  }

  .access picture {
    margin: 0;
  }

  .access__image {
    position: relative;
    left: auto;
    transform: unset;
    width: calc(50vw + 10px);
    max-width: none;
    max-height: 600px;
    object-fit: cover;
    border-radius: 0 70px 70px 0;
  }

  @media (min-width: 1300px) {
    .access__image {
      image-rendering: pixelated;
    }
  }

  .access__content {
    flex: 1;
    min-width: 406px;
    animation-delay: 0.5s !important;
  }

  @media (max-width: 960px) {
    .access picture {
      width: calc(100% - 50px - 406px);
      flex: 1;
    }

    .access__image {
      width: 100%;
    }

    .access__container {
      margin: 0;
      width: 100%;
    }
  }

  .access__title {
    margin: 0 auto 2.5rem 20.3rem;
    white-space: nowrap;
    text-align: left;
  }

  @media (max-width: 1320px) {
    .access__title {
      margin-left: max(calc(203px + 50vw - 660px), 138px);
    }
  }

  .access__info {
    min-width: 406px;
  }

  .access__info-row * {
    font-size: 1.6rem;
    line-height: 2;
  }

  .access__info-row:not(:last-child) *,
  .access__info-row:first-child .acces__info-value {
    padding-bottom: 2rem;
    line-height: 1.8;
  }

  .access__info-label {
    width: 88px;
  }

  .access__instagram * {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }

  .access__map {
    display: flex;
    flex-direction: row-reverse;
    gap: 0.8rem;
    align-items: center;
    justify-content: left;
  }

  .access__map-caption {
    font-size: 1.4rem;
    line-height: 2.5rem;
    margin: 0;
    max-width: 16.3rem;
  }

  .access__instagram-link {
    transition: opacity 0.3s;
  }

  .access__instagram-link:hover {
    opacity: 0.75;
  }
}
