@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Gabriela&family=Noto+Sans+JP:wght@100..900&display=swap');
:root {
  --color-black: #090909;
  --color-white: #fff;
  --color-cream: #f7e59b;
  --color-yellow: #e9c44f;
  --color-blue: #bfe3e2;
  --color-mint: #86d4cf;
  --color-pink: #f9cfc3;
  --color-coral: #ff7f7d;
  --color-gray: #666;
  --font-ja: "Noto Sans JP", sans-serif;
  --font-brand: "Gabriela", serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
body {
  margin: 0;
  color: var(--color-black);
  font-family: var(--font-ja);
  font-feature-settings: "palt";
  line-height: 1.75;
  background: var(--color-white);
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
}
button {
  font: inherit;
}
p {
  font-size: 1.8rem;
}
.sp-only {
  display: none;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  text-align: center;
  padding: 15px 0 5px;
}
.site-header__logo {
  display: inline-block;
}
.lp {
  overflow: hidden;
}
.wave {
  display: inline;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.6;
  background-image: url("img/wave.svg");
  background-repeat: repeat-x;
  background-position: 0 95%;
  background-size: auto 22px;
  padding-bottom: 12px;
}
.wave__pink {
  background-image: url("img/wave-pink.svg");
}
.wave__blue {
  background-image: url("img/wave-blue.svg");
}
.hero {
  position: relative;
  text-align: center;
}
.hero__image {
  width: 100%;
  height: 620px;
  background-image: url("img/main-pc.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hero__badge {
  position: absolute;
  top: 48px;
  left: 10%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(520px, 82vw);
}
.hero__content {
  width: min(920px, calc(100% - 32px));
  margin: -40px auto 0;
  padding: clamp(28px, 5vw, 70px) 0 clamp(36px, 6vw, 80px);
}
.hero__eyebrow {
  padding: 1rem 0 -30px;
}
.hero__title {
  margin: 0;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: .03em;
}
.hero__lead {
  margin: 20px 0 0;
  font-size: 2.4rem;
  font-weight: 900;
}
.hero__text {
  margin: 12px 0 0;
  font-weight: 700;
}
.hero__text span {
  font-size: 3.2rem;
}
.hero__present img {
  margin: 0 0 -5px;
  padding: 0;
}
.intro {
  background: var(--color-cream);
}
.intro__inner, .campaign__inner, .entry__inner, .closing__inner {
  width: min(1040px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(48px, 7vw, 92px) 0;
  text-align: center;
}
.marker-title {
  margin: 0;
  font-size: 4.8rem;
  line-height: 1.6;
}
.intro__text {
  margin: clamp(24px, 4vw, 40px) auto 0;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 700;
}
.intro__voices {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  margin-top: 42px;
}
.campaign {
  background: var(--color-blue);
}
.campaign__label {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 0;
  font-weight: 900;
}
.period-box__label {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 0;
  font-weight: 900;
  background: linear-gradient(transparent 58%, #fff662 58%);
}
.campaign__title, .entry__title {
  margin: 0;
  font-size: clamp(32px, 5vw, 62px);
  font-weight: 900;
  line-height: 1.18;
}
.campaign__lead {
  margin: 18px auto 0;
  font-weight: 700;
}
.campaign__note {
  margin: 24px 0 0;
  padding: 12px 28px;
}
.gift-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 42px;
}
.gift-card {
  position: relative;
  display: flex;
}
.entry {
  background: var(--color-blue);
}
.entry__title {
  display: inline-block;
  font-size: 4rem;
}
.step-list {
  display: grid;
  gap: 18px;
  width: min(660px, 100%);
  margin: 34px auto 0;
}
.step-card {
  padding: 24px;
  background: rgba(88, 197, 192, .45);
  border-radius: 18px;
}
.step-card__label {
  margin: 0;
  color: #fff662;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: .12em;
  font-family: var(--font-brand);
}
.step-card__title {
  margin: 4px 0 0;
  font-size: 20px;
}
.step-card__text {
  margin: 10px 0 0;
  font-size: 1.4rem;
  font-weight: 700;
}
.step-card__icon {
  margin: 1rem 0 0 0;
}
.shop-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.shop-list__item {
  min-width: 120px;
  padding: 8px 16px;
  color: var(--color-white);
  font-weight: 900;
  background: var(--color-coral);
  border-radius: 999px;
  font-size: 1.8rem;
}
.mail-copy {
  margin-top: 16px;
  padding: 8px 18px;
  color: var(--color-black);
  font-size: clamp(18px, 3vw, 34px);
  font-weight: 900;
  letter-spacing: .04em;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.period-box {
  width: min(800px, 100%);
  margin: 34px auto 0;
  padding-top: 20px;
}
.period-box__date {
  display: inline;
  margin: 0;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.1;
  background: linear-gradient(transparent 58%, #fff662 58%);
}
.period-box__text {
  margin: 18px auto 0;
  font-size: 14px;
}
.closing {
  background: var(--color-pink);
    padding-bottom: 8rem;
}
.closing__text {
  margin: 0;
  font-size: clamp(18px, 2.4vw, 28px);
  font-weight: 900;
  line-height: 1.6;
}
.closing__brand {
  margin: 14px 0 0;
  font-family: var(--font-brand);
  font-size: clamp(46px, 8vw, 92px);
  font-weight: 900;
  line-height: 1;
}
.closing__attention {
  width: min(820px, 100%);
  margin: 20px auto 0;
  font-size: 12px;
  color: var(--color-gray);
}
.is-copied::after {
  content: "コピーしました";
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: var(--color-gray);
}
/* Gift detail / EC modal */
.gift-card__button, .ec-link {
  appearance: none;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.gift-card__button {
  display: flex;
  height: 100%;
}
.gift-card__button img {
  display: block;
  width: 100%;
}
.gift-card__button:focus-visible, .ec-link:focus-visible, .modal__close:focus-visible, .shop-list__item:focus-visible {
  outline: 3px solid var(--color-coral);
  outline-offset: 4px;
}
.shop-list li {
  list-style: none;
}
.shop-list__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}
.ec-link {
  position: fixed;
  right: clamp(16px, 4vw, 40px);
  bottom: clamp(16px, 4vw, 40px);
  z-index: 30;
  width: 112px;
  height: 112px;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .18));
  transition: transform .2s ease;
}
.ec-link:hover {
  transform: translateY(-3px);
}
.ec-link img {
  display: block;
  width: 100%;
}
.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.modal.is-open {
  display: flex;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .55);
}
.modal__content {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 24px;
  background: var(--color-white);
  border-radius: 24px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, .22);
}
.modal__content--image {
  width: min(840px, 100%);
}
.modal__content--image img {
  display: block;
  width: 100%;
}
.modal__content--ec {
  width: min(560px, 100%);
  text-align: center;
}
.modal__close {
  position: sticky;
  top: 0;
  margin-left: auto;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--color-white);
  font-size: 2.8rem;
  line-height: 1;
  background: var(--color-coral);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}
.modal__title {
  margin: 0 0 18px;
  font-size: 2.4rem;
  font-weight: 900;
}
.shop-list--modal {
  margin-top: 0;
}
.shop-list--modal .shop-list__item {
  min-width: 180px;
}
body.is-modal-open {
  overflow: hidden;
}
@media (max-width: 500px) {
  .hero__image {
    background-image: url("img/main-sp.webp");
  }
  .hero__badge {
    top: 30px;
  }
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
  .site-header__logo {
    font-size: 24px;
  }
  .gift-list {
    grid-template-columns: 1fr;
  }
  .intro__voices {
    flex-direction: column;
    align-items: center;
  }
  .gift-card {
    padding-inline: 20px;
  }
  .shop-list li {
    width: 100%;
  }
  .shop-list__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: auto;
    box-sizing: border-box;
  }
  .wave, .marker-title {
    font-size: 3.6rem;
  }
  .period-box__date {
    font-size: 2.8rem;
  }
  .ec-link {
    width: 86px;
    height: 86px;
  }
  .modal {
    padding: 16px;
  }
  .modal__content {
    padding: 18px;
    border-radius: 18px;
  }
  .shop-list--modal .shop-list__item {
    width: 100%;
  }
}