@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;600;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanmp.min.css");
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes stretch {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.wavecooking-container {
  width: min(100% - 40px, 1124px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .wavecooking-container {
    width: min(100% - 32px, 1124px);
  }
}

.wavecooking-breadcrumb {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .wavecooking-breadcrumb {
    display: none;
  }
}

.wavecooking-page {
  overflow: hidden;
  color: #222;
  font-family: "YakuHanJP", "source-han-sans-japanese", sans-serif;
  background-color: #fff;
}

.wavecooking-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  min-height: 32px;
  padding: 4px 20px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background-color: #ea7600;
  border-radius: 999px;
}
@media only screen and (max-width: 768px) {
  .wavecooking-label {
    min-width: 96px;
    min-height: 24px;
    padding: 4px 16px;
    font-size: 1.3rem;
  }
}

.wavecooking-br-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .wavecooking-br-sp {
    display: inline;
  }
}

.wavecooking-br-pc {
  display: inline;
}
@media only screen and (max-width: 768px) {
  .wavecooking-br-pc {
    display: none;
  }
}

.wavecooking-hero {
  position: relative;
}

.wavecooking-hero__visual {
  height: 444px;
  padding-top: 80px;
  background-color: #fff8e9;
  background-image: url("images/hero-oil.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .wavecooking-hero__visual {
    height: 314px;
    padding-top: 40px;
    background-image: url("images/hero-oil-sp.jpg");
    background-position: center;
  }
}

.wavecooking-hero__eyebrow {
  margin-top: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .wavecooking-hero__eyebrow {
    margin-top: 24px;
    font-size: 1.6rem;
  }
}

.wavecooking-hero__title {
  margin-top: 8px;
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: clamp(4rem, 4.98vw, 5.6rem);
  font-weight: 700;
  line-height: 1.2857142857;
  letter-spacing: -0.04em;
  white-space: nowrap;
}
.wavecooking-hero__title ruby {
  ruby-align: center;
}
.wavecooking-hero__title rt {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .wavecooking-hero__title rt {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .wavecooking-hero__title {
    max-width: 330px;
    margin-top: 8px;
    font-size: 3.6rem;
    line-height: 1.389;
  }
}

.wavecooking-hero__period {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 64px;
  font-size: clamp(1.6rem, 2.13vw, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  white-space: nowrap;
  background-color: #ea7600;
}
.wavecooking-hero__period::before, .wavecooking-hero__period::after {
  content: "";
  flex: 1;
}
.wavecooking-hero__period::before {
  min-width: max(50vw - 249px, 20px + 0.2713523132 * (100vw - 40px) + 8px);
}
@media only screen and (max-width: 768px) {
  .wavecooking-hero__period {
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
    min-height: 64px;
    padding: 12px 12px 44px;
    font-size: 2rem;
    line-height: 1.4;
    white-space: normal;
    text-align: center;
  }
  .wavecooking-hero__period::before, .wavecooking-hero__period::after {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .wavecooking-hero__period-colon {
    display: none;
  }
}

.wavecooking-hero__offer {
  min-height: 449px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .wavecooking-hero__offer {
    min-height: 651px;
  }
}

.wavecooking-hero__offer-inner {
  position: relative;
  display: grid;
  grid-template-columns: 27.1352313167% 1fr;
  gap: 48px;
}
@media only screen and (max-width: 768px) {
  .wavecooking-hero__offer-inner {
    display: block;
  }
}

.wavecooking-hero__product {
  position: relative;
  z-index: 3;
  margin-top: -44.5901639344%;
}
@media only screen and (max-width: 768px) {
  .wavecooking-hero__product {
    width: 210px;
    margin: -28px auto 0;
  }
}

@media only screen and (max-width: 768px) {
  .wavecooking-hero__product img {
    width: 210px;
    height: 320px;
  }
}

.wavecooking-hero__price {
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  .wavecooking-hero__price {
    margin-top: 8px;
    padding-top: 0;
    text-align: center;
  }
}

.wavecooking-hero__product-type {
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .wavecooking-hero__product-type {
    font-size: 1.5rem;
  }
}

.wavecooking-hero__product-name {
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .wavecooking-hero__product-name {
    margin-top: -6px;
    font-size: 3.6rem;
  }
}

.wavecooking-hero__list-price {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .wavecooking-hero__list-price {
    margin-top: 0;
    font-size: 1.5rem;
  }
}

.wavecooking-hero__price-arrow {
  display: block;
  width: 56px;
  height: 50px;
  margin: 16px 0 8px 130px;
  color: #222;
}
@media only screen and (max-width: 768px) {
  .wavecooking-hero__price-arrow {
    width: 48px;
    height: 35px;
    margin: 12px auto 16px;
  }
}

.wavecooking-hero__special {
  display: flex;
  gap: 16px;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .wavecooking-hero__special {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}

.wavecooking-hero__special-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  min-height: 64px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background-color: #ea7600;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .wavecooking-hero__special-label {
    width: 160px;
    min-height: 32px;
    font-size: 1.3rem;
    line-height: 1.846;
    border-radius: 4px;
  }
}

.wavecooking-hero__special-price {
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  line-height: 1;
  color: #ea7600;
  white-space: nowrap;
}
.wavecooking-hero__special-price strong {
  font-size: clamp(6.4rem, 8.54vw, 9.6rem);
}
@media only screen and (max-width: 768px) {
  .wavecooking-hero__special-price strong {
    font-size: 6.4rem;
  }
}
.wavecooking-hero__special-price small {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.6rem;
  color: #222;
}
@media only screen and (max-width: 768px) {
  .wavecooking-hero__special-price small {
    font-family: "YakuHanMP", "Shippori Mincho", serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ea7600;
  }
}
@media only screen and (max-width: 768px) {
  .wavecooking-hero__special-price {
    margin-top: -8px;
    line-height: 1.5;
  }
}

.wavecooking-hero__note {
  margin-top: 8px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7;
  color: #888;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .wavecooking-hero__note {
    font-size: 1rem;
    margin-top: 0;
  }
}

.wavecooking-hero__yen {
  font-size: 5.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .wavecooking-hero__yen {
    font-size: 3.6rem;
  }
}

.wavecooking-features {
  padding: 0 0 96px;
  background-color: #f2f4f6;
  background-image: linear-gradient(#fff 0, #fff 48px, transparent 48px), url("images/features-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top, center top;
  background-size: 100% 100%, cover;
}
@media only screen and (max-width: 768px) {
  .wavecooking-features {
    padding-bottom: 64px;
    background-image: linear-gradient(#fff 0, #fff 30px, transparent 30px), url("images/features-bg.jpg");
  }
}

.wavecooking-heading {
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1b365d;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .wavecooking-heading {
    font-size: 3.2rem;
    line-height: 1.75;
  }
}

.wavecooking-heading__number {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0 8px;
  color: #1b365d;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .wavecooking-heading__number {
    width: 64px;
    height: 64px;
  }
}

.wavecooking-features__lead {
  margin-top: 8px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .wavecooking-features__lead {
    margin-top: 20px;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.538;
  }
}

.wavecooking-features__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px 48px;
  margin-top: 152px;
}
@media only screen and (max-width: 768px) {
  .wavecooking-features__grid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 56px;
  }
}

.wavecooking-feature__title {
  display: flex;
  gap: 16px;
  align-items: center;
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: #1b365d;
}
@media only screen and (max-width: 768px) {
  .wavecooking-feature__title {
    gap: 12px;
    font-size: 2.4rem;
    line-height: 1.333;
  }
}

.wavecooking-feature__number {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #1b365d;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .wavecooking-feature__number {
    width: 40px;
    height: 40px;
    font-size: 2rem;
  }
}

.wavecooking-feature__image {
  position: relative;
  height: 303px;
  margin-top: 24px;
  overflow: hidden;
  background-color: #e2eff7;
  border-radius: 8px;
}
.wavecooking-feature__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .wavecooking-feature__image {
    height: auto;
    aspect-ratio: 538/303;
    margin-top: 24px;
  }
}

.wavecooking-feature__image--install img {
  object-position: center 63%;
}

.wavecooking-feature__image--step img {
  object-position: center 70%;
}

.wavecooking-feature__image--clean img {
  object-position: center 47%;
}

.wavecooking-feature__image--multiple {
  display: grid;
  grid-template-columns: 1fr 1.14fr;
}
.wavecooking-feature__image--multiple img {
  min-width: 0;
  object-position: center;
}

.wavecooking-feature__catch {
  margin-top: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3333333333;
}
@media only screen and (max-width: 768px) {
  .wavecooking-feature__catch {
    margin-top: 16px;
    font-size: 2rem;
    line-height: 1.6;
  }
}

.wavecooking-feature__text {
  margin-top: 8px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .wavecooking-feature__text {
    font-size: 1.3rem;
    line-height: 1.615;
  }
}

.wavecooking-results {
  padding: 120px 0 120px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .wavecooking-results {
    padding: 72px 0 60px;
  }
}

.wavecooking-section-title {
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.35;
  color: #1b365d;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .wavecooking-section-title {
    text-align: left;
    font-size: 3.2rem;
    line-height: 1.5;
  }
}

.wavecooking-results__list {
  display: grid;
  gap: 40px;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .wavecooking-results__list {
    gap: 30px;
    margin-top: 40px;
  }
}

.wavecooking-case {
  overflow: hidden;
  background-color: #f2f4f6;
  border-radius: 8px;
}

.wavecooking-case__title {
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 20px 48px;
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #1b365d;
}
@media only screen and (max-width: 768px) {
  .wavecooking-case__title {
    min-height: 96px;
    padding: 16px;
    font-size: 2.4rem;
    line-height: 1.333;
  }
}

.wavecooking-case__body {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 48px;
  min-height: 374px;
  padding: 48px;
}
@media only screen and (max-width: 768px) {
  .wavecooking-case__body {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 0 0 32px;
  }
}

.wavecooking-case__image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 420/240;
  overflow: hidden;
  background-color: #e2eff7;
  border-radius: 8px;
}
.wavecooking-case__image img {
  width: 76.2%;
  height: auto;
  object-fit: contain;
}

.wavecooking-case__voice {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 8px;
  align-items: center;
  margin-top: -16px;
}
@media only screen and (max-width: 768px) {
  .wavecooking-case__voice {
    grid-template-columns: 72px 1fr;
    margin-top: -12px;
    padding: 0 16px;
  }
}

.wavecooking-case__staff {
  display: grid;
  gap: 4px;
  justify-items: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1b365d;
}
.wavecooking-case__staff img {
  width: 64px;
  height: 64px;
}
@media only screen and (max-width: 768px) {
  .wavecooking-case__staff img {
    width: 56px;
    height: 56px;
  }
}

.wavecooking-case__quotes {
  position: relative;
  padding: 12px 16px;
  font-size: 1.6rem;
  line-height: 1.65;
  background-color: #fff;
  border-radius: 8px;
}
.wavecooking-case__quotes::before {
  position: absolute;
  top: 50%;
  left: -12px;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid transparent;
  border-right: 12px solid #fff;
  border-bottom: 10px solid transparent;
  transform: translateY(-50%);
}

.wavecooking-case__metrics {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .wavecooking-case__metrics {
    gap: 24px;
    padding: 0 16px;
  }
}

.wavecooking-case__metric-text {
  margin-top: 8px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6666666667;
}
.wavecooking-case__metric-text .wavecooking-case__arrow {
  display: inline-block;
  width: 1.05em;
  height: 0.6em;
  margin: 0 0.1em;
  vertical-align: middle;
  color: #222;
}
@media only screen and (max-width: 768px) {
  .wavecooking-case__metric-text .wavecooking-case__arrow {
    width: 0.88em;
    height: 0.5em;
  }
}
.wavecooking-case__metric-text strong {
  font-size: 4rem;
  font-weight: 500;
  color: #ea7600;
}
.wavecooking-case__metric-text strong.small {
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .wavecooking-case__metric-text strong.small {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .wavecooking-case__metric-text strong {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .wavecooking-case__metric-text {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.wavecooking-case__metric-note {
  margin-top: 4px;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .wavecooking-case__metric-note {
    font-size: 1.3rem;
    line-height: 1.615;
  }
}

.wavecooking-results__note {
  margin-top: -24px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7;
  color: #888;
  text-indent: 1em hanging;
}
@media only screen and (max-width: 768px) {
  .wavecooking-results__note {
    margin-top: -14px;
    font-size: 1rem;
    line-height: 1.6;
    text-indent: 0;
  }
}

.wavecooking-problems {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 47fr) minmax(0, 53fr);
  min-height: 656px;
  background-color: #e8ebef;
  gap: 7.1174377224%;
}
@media only screen and (max-width: 768px) {
  .wavecooking-problems {
    display: block;
    padding: 16px 16px 0;
  }
}

.wavecooking-problems__image {
  align-self: center;
  height: 496px;
  background-image: url("images/feature-fries.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .wavecooking-problems__image {
    position: relative;
    width: 100%;
    height: 252px;
    border-radius: 8px;
    margin: 0 auto;
  }
}

.wavecooking-problems__content {
  align-self: center;
  max-width: 528px;
  padding-block: 40px;
}
@media only screen and (max-width: 768px) {
  .wavecooking-problems__content {
    max-width: none;
    padding: 56px 0 40px;
  }
}

.wavecooking-problems__title {
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: clamp(3.2rem, 4.27vw, 4.8rem);
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.3333333333;
  color: #1b365d;
}
@media only screen and (max-width: 768px) {
  .wavecooking-problems__title {
    text-align: left;
    font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: -0.064rem;
    white-space: nowrap;
  }
}

.wavecooking-problems__list {
  display: grid;
  gap: 32px;
  margin-top: 32px;
}
.wavecooking-problems__list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #1b365d;
}
@media only screen and (max-width: 768px) {
  .wavecooking-problems__list li {
    gap: 12px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1b365d;
  }
}
@media only screen and (max-width: 768px) {
  .wavecooking-problems__list {
    gap: 16px;
  }
}

.wavecooking-problems__check {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  color: #1b365d;
}
@media only screen and (max-width: 768px) {
  .wavecooking-problems__check {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
  }
}

.wavecooking-problems__product {
  position: absolute;
  bottom: 45px;
  left: calc(47% - 101px);
  width: 129px;
  height: 197px;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .wavecooking-problems__product {
    top: auto;
    right: 0;
    bottom: -18px;
    left: auto;
    width: 92px;
    height: 140px;
  }
}

.wavecooking-purchase {
  padding: 120px 0 120px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .wavecooking-purchase {
    padding: 72px 0 80px;
  }
}

.wavecooking-purchase__lead {
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1b365d;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .wavecooking-purchase__lead {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.667;
    color: #1b365d;
  }
}

.wavecooking-purchase__box {
  padding: 64px 64px 76px;
  margin-top: 48px;
  background-color: #f2f4f6;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .wavecooking-purchase__box {
    padding: 56px 20px 48px;
    margin-top: 40px;
  }
}

.wavecooking-purchase__title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  color: #222;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .wavecooking-purchase__title {
    text-align: center;
    font-size: 2.8rem;
    line-height: 1.429;
  }
}

.wavecooking-purchase__intro {
  max-width: 662px;
  margin: 24px auto 0;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .wavecooking-purchase__intro {
    text-align: left;
    margin-top: 16px;
    font-size: 1.3rem;
    line-height: 1.615;
  }
}

.wavecooking-purchase__grid {
  display: grid;
  grid-template-columns: 1fr 51.2455516014%;
  gap: 40px;
  margin-top: 64px;
}
@media only screen and (max-width: 768px) {
  .wavecooking-purchase__grid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 30px;
  }
}

.wavecooking-purchase__sub-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.wavecooking-purchase__steps {
  margin: 16px 0 40px 10px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .wavecooking-purchase__steps {
    margin: 16px 0 30px 0;
    font-size: 1.3rem;
    line-height: 1.615;
  }
}

.wavecooking-purchase__date {
  margin: 16px 0 0 10px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: red;
  t: 1.5;
}
@media only screen and (max-width: 768px) {
  .wavecooking-purchase__date {
    font-size: 1.8rem;
  }
}

.wavecooking-purchase__note {
  margin: 8px 0 0 10px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #888;
}

.wavecooking-purchase__actions {
  display: grid;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .wavecooking-purchase__actions {
    flex-direction: column;
    gap: 16px;
  }
}

.wavecooking-purchase__coupon,
.wavecooking-purchase__button {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  padding: 24px 32px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .wavecooking-purchase__coupon,
  .wavecooking-purchase__button {
    min-height: 100px;
    padding: 16px;
    font-size: 2rem;
    line-height: 1.5;
  }
}

.wavecooking-purchase__coupon {
  background-color: #fff;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
.wavecooking-purchase__coupon:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .wavecooking-purchase__coupon {
    flex-direction: column;
    gap: 4px;
  }
}

.wavecooking-purchase__button {
  color: #fff;
  background-color: #1b365d;
}
@media (any-hover: hover) {
  .wavecooking-purchase__button:hover {
    opacity: 0.8;
  }
}
.wavecooking-purchase__button:focus-visible, .wavecooking-purchase__button:active {
  opacity: 0.8;
}

.wavecooking-purchase__url {
  margin-top: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .wavecooking-purchase__url {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.615;
    text-align: left;
    overflow-wrap: anywhere;
  }
}

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