@charset "UTF-8";

html body main.wako-cookie-lp {
  color: #212121;
}

html body main.wako-cookie-lp * {
  font-feature-settings: "pwid" off;
  transition-duration: 0.3s;
}

html body main.wako-cookie-lp h2.p-h2 span {
  line-height: 1.5;
  display: block;
  margin-bottom: 8px;
  letter-spacing: 2px;
}

html body main.wako-cookie-lp a {
  display: block;
}

html body main.wako-cookie-lp a:hover {
  opacity: 1;
}

html body main.wako-cookie-lp img {
  height: 100%;
  object-fit: cover;
}

html body main.wako-cookie-lp section {
  background-color: #F2E6DA;
  padding-top: 120px;
  padding-left: 72px;
  isolation: isolate;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

html body main.wako-cookie-lp section .p-font-en {
  font-family: "neue-haas-grotesk-display-pr", sans-serif;
}

html body main.wako-cookie-lp .p-2column {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

html body main.wako-cookie-lp .no-padding {
  padding-left: 0;
}

html body main.wako-cookie-lp .p-price::before {
  content: "¥";
  margin-right: 2px;
}

html body main.wako-cookie-lp .p-limited {
  width: fit-content;
  padding: 4px;
  background-color: #E5DBD1;
}

html body main.wako-cookie-lp .section__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

header .p-tagline {
  display: none;
}

header .p-tagline a {
  font-family: ryo-gothic-plusn, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, meiryo, メイリオ, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

header .l-header__inner {
  height: 50px !important;
}

header .l-header__logo--normal {
  width: 88px !important;
}

header.is-scroll {
  top: 0 !important;
}

/* 復元対応（260406） */
html body div.fs-l-page {
  padding-top: 50px;
}

html body main.wako-cookie-lp {
  background-color: #F2E6DA;
}

html body main.wako-cookie-lp section.mv {
  padding-top: 0;
  position: relative;
  height: calc(100vh - 50px);
}

html body main.wako-cookie-lp section.mv h1 {
  text-align: center;
  line-height: 200%;
  font-size: 32px;
  letter-spacing: 6.4px;
  position: absolute;
  top: 50%;
  left: 13.1vw;
  transform: translateY(-50%);
  z-index: 1;
}

html body main.wako-cookie-lp section.intro {
  padding-top: 64px;
}

html body main.wako-cookie-lp section.intro p {
  margin-top: 12px;
}

html body main.wako-cookie-lp section.hero {
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

html body main.wako-cookie-lp section.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* 再開（260408） */
html body main.wako-cookie-lp {
  overflow: clip;
}

html body main.wako-cookie-lp section.lineup {
  padding: 120px 72px;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
}

html body main.wako-cookie-lp section.lineup h2 {
  margin: 0;
  text-align: left;
  white-space: nowrap;
}

html body main.wako-cookie-lp section.lineup ul {
  width: 70%;
  display: flex;
  gap: 32px;
}

html body main.wako-cookie-lp section.lineup ul li {
  width: 33.3333333333%;
}

html body main.wako-cookie-lp section.lineup ul li img {
  aspect-ratio: 240/322;
  height: auto;
  width: auto;
}

html body main.wako-cookie-lp section.lineup ul li a:hover {
  opacity: 0.6;
}

html body main.wako-cookie-lp section.lineup ul li div.p-lineup__info {
  padding: 12px 0 0 12px;
}

html body main.wako-cookie-lp section.lineup ul li div.p-lineup__info p {
  margin-top: 8px;
}

html body main.wako-cookie-lp section.lineup ul li button.p-button {
  width: calc(100% - 40px);
  height: 32px;
  border: solid 1px #212121;
  border-radius: 60px;
  margin: 12px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

html body main.wako-cookie-lp section.lineup2 div.w80 {
  display: flex;
  justify-content: space-between;
}

html body main.wako-cookie-lp section.hero {
  height: calc(100vh - 50px);
  position: sticky;
  top: 50px;
  z-index: 2;
  will-change: transform, opacity;
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

html body main.wako-cookie-lp section.hero::before {
  border-top: solid 15vw #E5DBD1;
  border-right: solid 15vw #E5DBD1;
  border-bottom: solid 15vw #E5DBD1;
  border-left: solid 15vw #E5DBD1;
  z-index: 1;
  transition-duration: 1.5s;
}

html body main.wako-cookie-lp section.hero img {
  height: calc(100vh - 50px);
  will-change: transform, opacity;
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

html body main.wako-cookie-lp section.hero.mask-open::before {
  border-top: solid 0 #E5DBD1;
  border-right: solid 0 #E5DBD1;
  border-bottom: solid 0 #E5DBD1;
  border-left: solid 0 #E5DBD1;
}

html body main.wako-cookie-lp section.ingredients {
  padding-top: 80px !important;
  background-color: #F2E6DA;
  position: relative;
  z-index: 3;
}

html body main.wako-cookie-lp section.ingredients div.p-parallax {
  width: 60%;
  height: 40%;
  aspect-ratio: 6/4;
  overflow: hidden;
  position: relative;
}

html body main.wako-cookie-lp section.ingredients div.p-parallax picture {
  display: block;
  width: 100%;
  height: 100%;
}

html body main.wako-cookie-lp section.ingredients div.p-parallax picture img {
  width: 10%;
  max-width: none;
  min-width: 100%;
  height: auto;
  min-height: 125% !important;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  will-change: transform;
  transition: none !important;
}

html body main.wako-cookie-lp section.ingredients div.p-ingredients__content {
  max-width: 40%;
  padding: 0 72px;
  gap: 120px;
}

html body main.wako-cookie-lp section.ingredients2 div.p-parallax.p-fade picture {
  position: absolute;
  top: 0;
  left: 0;
}

html body main.wako-cookie-lp section.ingredients2 div.p-parallax.p-fade picture img.p-fade1 {
  z-index: 1;
  opacity: 1;
}

html body main.wako-cookie-lp section.ingredients2 div.p-parallax.p-fade picture img.p-fade2 {
  z-index: 2;
  opacity: 0;
}

@keyframes p-fade-simple {

  0%,
  30% {
    opacity: 0;
  }

  50%,
  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

html body main.wako-cookie-lp section.ingredients2 div.p-parallax.p-fade.is-show picture img.p-fade2 {
  animation: p-fade-simple 10s infinite;
}

html body main.wako-cookie-lp section.review {
  background-color: #F2E6DA;
  padding: 120px 0;
  position: relative;
  z-index: 3;
}

html body main.wako-cookie-lp section.review h2 {
  padding-left: 72px;
}

html body main.wako-cookie-lp section.review div.p-swiper {
  width: 100%;
  margin-top: 48px;
}

html body main.wako-cookie-lp section.review div.p-swiper div.swiper-wrapper {
  display: -webkit-flex;
  flex-wrap: nowrap;
}

html body main.wako-cookie-lp section.review div.p-swiper div.swiper-wrapper div.swiper-slide {
  border: solid 1px #212121;
  border-radius: 10px;
  padding: 32px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 48px;
  max-width: 400px;
  aspect-ratio: 1/1;
}

html body main.wako-cookie-lp section.review div.p-swiper div.swiper-wrapper div.swiper-slide div {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px;
  flex-shrink: 0;
}

html body main.wako-cookie-lp section.review div.p-swiper div.swiper-wrapper div.swiper-slide div p span {
  display: block;
}

html body main.wako-cookie-lp section.review div.p-swiper div.swiper-wrapper div.swiper-slide p {
  overflow-y: auto;
}

html body main.wako-cookie-lp section.review div.p-swiper div.swiper-button-container {
  padding-right: 72px;
  margin-top: 48px;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}

html body main.wako-cookie-lp section.review div.p-swiper div.swiper-button-container div.swiper-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

html body main.wako-cookie-lp section.review div.p-swiper div.swiper-button-container div.swiper-button div.swiper-prev,
html body main.wako-cookie-lp section.review div.p-swiper div.swiper-button-container div.swiper-button div.swiper-next {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

html body main.wako-cookie-lp section.review div.p-swiper div.swiper-button-container div.swiper-button div.swiper-prev::before,
html body main.wako-cookie-lp section.review div.p-swiper div.swiper-button-container div.swiper-button div.swiper-next::before {
  font-family: "Material Symbols Outlined";
  font-size: 40px;
  font-weight: 200;
  line-height: 1;
}

html body main.wako-cookie-lp section.review div.p-swiper div.swiper-button-container div.swiper-button div.swiper-prev:hover,
html body main.wako-cookie-lp section.review div.p-swiper div.swiper-button-container div.swiper-button div.swiper-next:hover {
  opacity: 0.6;
}

html body main.wako-cookie-lp section.review div.p-swiper div.swiper-button-container div.swiper-button div.swiper-prev::before {
  content: "\e5cb";
}

html body main.wako-cookie-lp section.review div.p-swiper div.swiper-button-container div.swiper-button div.swiper-next::before {
  content: "\e5cc";
}

html body main.wako-cookie-lp section.review div.p-swiper div.swiper-button-container div.swiper-scrollbar {
  width: 200px !important;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

html body main.wako-cookie-lp section.review div.p-swiper div.swiper-button-container div.swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #212121;
}

html body main.wako-cookie-lp section.tea-cookie {
  background-color: #E5DBD1;
  padding-bottom: 120px;
  position: relative;
  z-index: 3;
  justify-content: space-between;
}

html body main.wako-cookie-lp section.tea-cookie div.p-tea-cookie__content {
  max-width: 40%;
  padding: 0 72px;
  gap: 64px;
}

html body main.wako-cookie-lp section.tea-cookie div.p-parallax {
  width: 60%;
  height: 40%;
  aspect-ratio: 6/4;
  overflow: hidden;
  position: relative;
}

html body main.wako-cookie-lp section.tea-cookie div.p-parallax picture {
  display: block;
  width: 100%;
  height: 100%;
}

html body main.wako-cookie-lp section.tea-cookie div.p-parallax picture img {
  width: auto;
  max-width: none;
  min-width: 100%;
  min-height: 118% !important;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  will-change: transform;
  transition: none !important;
}

html body main.wako-cookie-lp section.tokyo-ginza-gift {
  background-color: #E5DBD1;
  padding: 72px 0;
  align-items: start;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

html body main.wako-cookie-lp section.tokyo-ginza-gift div.p-tokyo-ginza-gift__content {
  max-width: 40%;
  padding: 0 72px;
  gap: 24px;
}

html body main.wako-cookie-lp section.tokyo-ginza-gift picture {
  width: 60%;
  aspect-ratio: 6/4;
  margin-top: 70px;
}

html body main.wako-cookie-lp section.tokyo-ginza-gift picture img {
  object-position: right;
}

@media screen and (max-width: 767px) {
  html body main.wako-cookie-lp section {
    padding-top: initial;
    padding-left: 0;
  }

  html body main.wako-cookie-lp .p-2column {
    flex-wrap: wrap;
  }

  html body main.wako-cookie-lp .section__content {
    gap: 32px;
  }
}

@media screen and (max-width: 1024px) {
  html body main.wako-cookie-lp h2.p-h2 span {
    letter-spacing: 1.6px;
  }
}

@media screen and (max-width: 767px) {
  header .p-tagline a {
    font-size: 12px !important;
  }

  header .l-header__logo--normal {
    width: 72px !important;
  }
}

@media screen and (max-width: 767px) {
  html body main.wako-cookie-lp section.mv {
    height: 200vw;
  }

  html body main.wako-cookie-lp section.mv h1 {
    font-size: 20px;
    letter-spacing: 4px;
    width: 100%;
    top: 19.7vw;
    left: 50% !important;
    transform: translate(-50%, 0);
  }

  html body main.wako-cookie-lp section.intro {
    padding: 48px 20px 0;
  }

  html body main.wako-cookie-lp section.intro p {
    width: 100%;
    margin-top: 24px;
  }

  html body main.wako-cookie-lp section.lineup {
    padding: 64px 0;
    flex-direction: column;
  }

  html body main.wako-cookie-lp section.lineup h2 {
    padding-left: 20px;
  }

  html body main.wako-cookie-lp section.lineup ul {
    width: 100%;
    margin-top: 24px;
    justify-content: initial;
    gap: 1px;
    flex-wrap: wrap;
  }

  html body main.wako-cookie-lp section.lineup ul li {
    width: calc((100% - 1px) / 2);
  }

  html body main.wako-cookie-lp section.lineup ul li a:hover {
    opacity: 1;
  }

  html body main.wako-cookie-lp section.lineup ul li div.p-lineup__info {
    padding-bottom: 24px;
  }

  html body main.wako-cookie-lp section.lineup2 div.w80 {
    flex-direction: column;
  }

  html body main.wako-cookie-lp section.hero::before {
    border-top: solid 28.7vw #E5DBD1;
    border-right: solid 28.7vw #E5DBD1;
    border-bottom: solid 28.7vw #E5DBD1;
    border-left: solid 28.7vw #E5DBD1;
  }

  html body main.wako-cookie-lp section.hero::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 3;
    transition-duration: 1s;
  }

  html body main.wako-cookie-lp section.hero.is-darken::after {
    opacity: 1;
  }

  html body main.wako-cookie-lp section.ingredients div.p-parallax {
    width: 100%;
    height: 75vw;
    min-width: 390px;
    min-height: 290px;
  }

  html body main.wako-cookie-lp section.ingredients div.p-ingredients__content {
    width: 100%;
    max-width: initial;
    padding: 48px 20px;
    gap: 32px;
  }

  html body main.wako-cookie-lp section.ingredients div.p-ingredients__content p {
    width: 74.9vw;
    margin-left: calc(100vw - 40px - 74.9vw);
  }

  html body main.wako-cookie-lp section.ingredients1 {
    padding-top: 0 !important;
  }

  html body main.wako-cookie-lp section.ingredients2 {
    padding-top: 0 !important;
  }

  html body main.wako-cookie-lp section.ingredients2 div.w80 {
    flex-direction: column-reverse;
  }

  html body main.wako-cookie-lp section.ingredients2 div.p-ingredients__content {
    padding-bottom: 48px;
  }

  html body main.wako-cookie-lp section.review {
    padding: 48px 20px;
  }

  html body main.wako-cookie-lp section.review div.w80 h2 {
    padding-left: 0;
  }

  html body main.wako-cookie-lp section.review div.p-swiper {
    margin-top: 32px;
  }

  html body main.wako-cookie-lp section.review div.p-swiper div.swiper-wrapper div.swiper-slide {
    padding: 24px;
    gap: 36px;
  }

  html body main.wako-cookie-lp section.review div.p-swiper div.swiper-wrapper div.swiper-slide div {
    gap: 12px;
  }

  html body main.wako-cookie-lp section.review div.p-swiper div.swiper-wrapper div.swiper-slide:first-of-type {
    margin-left: 0;
  }

  html body main.wako-cookie-lp section.review div.p-swiper div.swiper-wrapper div.swiper-slide:last-of-type {
    margin-right: 0;
  }

  html body main.wako-cookie-lp section.review div.p-swiper div.swiper-button-container {
    width: calc(100vw - 40px);
    margin-top: 37px;
  }

  html body main.wako-cookie-lp section.review div.p-swiper div.swiper-button-container div.swiper-button {
    display: none;
  }

  html body main.wako-cookie-lp section.tea-cookie {
    padding: 0 0;
    flex-direction: column-reverse;
  }

  html body main.wako-cookie-lp section.tea-cookie div.p-tea-cookie__content {
    max-width: initial;
    padding: 48px 20px;
    margin-left: 0;
    gap: 24px;
  }

  html body main.wako-cookie-lp section.tea-cookie div.p-tea-cookie__content p {
    width: 100%;
  }

  html body main.wako-cookie-lp section.tea-cookie div.p-parallax {
    width: 100%;
    height: 125vw;
  }

  html body main.wako-cookie-lp section.tokyo-ginza-gift {
    padding-top: 0;
    padding-bottom: 96px;
    gap: 0;
  }

  html body main.wako-cookie-lp section.tokyo-ginza-gift picture {
    width: 100%;
    height: 125vw;
    margin-top: 0;
  }

  html body main.wako-cookie-lp section.tokyo-ginza-gift div.p-tokyo-ginza-gift__content {
    max-width: initial;
    padding: 48px 20px;
  }
}

@media screen and (max-width: 1024px) {
  html body main.wako-cookie-lp section.mv h1 {
    left: 5vw;
  }

  html body main.wako-cookie-lp section.ingredients div.p-ingredients__content {
    gap: 32px;
  }

  html body main.wako-cookie-lp section.review div.p-swiper div.swiper-wrapper div.swiper-slide {
    gap: 32px;
  }

  html body main.wako-cookie-lp section.review div.p-swiper div.swiper-wrapper div.swiper-slide div {
    gap: 8px;
  }
}

@media screen and (min-width: 1441px) {
  html body main.wako-cookie-lp .w80 {
    width: 80%;
    margin: 0 auto;
    background-color: #F2E6DA;
  }

  html body main.wako-cookie-lp section.intro {
    padding-left: 0;
  }

  html body main.wako-cookie-lp section.lineup {
    padding-left: 0;
    padding-right: 0;
  }

  html body main.wako-cookie-lp section.review h2 {
    padding-left: 0;
  }
}

/*# sourceMappingURL=style.css.map */