@charset "UTF-8";
.challenge {
  overflow-x: hidden;
  background: #fffae1;
}
.challenge main {
  overflow-x: clip;
}
@media (max-width: 750px) {
  .challenge main {
    padding-top: 5rem;
  }
}
.challenge main > section[id] {
  scroll-margin-top: 5rem;
}
@media (min-width: 751px) {
  .challenge main > section[id] {
    scroll-margin-top: 10rem;
  }
}
.challenge.is-menu-open {
  width: 100%;
  overflow: hidden;
}

.challenge .grecaptcha-badge {
  right: -186px !important;
  bottom: 1rem !important;
  z-index: 41;
}
.challenge .grecaptcha-badge:hover, .challenge .grecaptcha-badge:focus-within, .challenge .grecaptcha-badge.is-expanded {
  right: 1rem !important;
}

.challenge .recaptcha-badge-toggle {
  display: none;
}
@media (hover: none) {
  .challenge .recaptcha-badge-toggle {
    position: fixed;
    right: 0;
    bottom: 1rem;
    z-index: 42;
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
    color: transparent;
    font-size: 0;
    line-height: 0;
  }
  .challenge .recaptcha-badge-toggle:not([hidden]) {
    width: 70px;
    height: 60px;
  }
}
.challenge .recaptcha-badge-toggle[hidden] {
  display: none;
}

.challenge .section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0;
  color: #64462d;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.challenge .section-heading::before, .challenge .section-heading::after {
  flex: 0 0 auto;
  width: 1.6rem;
  height: 2.7rem;
  background: url("../img/gift/section-heading-flourish.svg") center/contain no-repeat;
  content: "";
}
.challenge .section-heading::after {
  transform: scaleX(-1);
}
@media (min-width: 751px) {
  .challenge .section-heading::before, .challenge .section-heading::after {
    width: 3rem;
    height: 5rem;
  }
}
@media (min-width: 751px) {
  .challenge .section-heading--gift {
    gap: 2rem;
    font-size: 2.2rem;
  }
}
.challenge .section-heading--flow {
  letter-spacing: 0.05em;
}
@media (min-width: 751px) {
  .challenge .section-heading--flow {
    gap: 3rem;
    font-size: 2.3rem;
  }
}
.challenge .section-heading--conditions {
  letter-spacing: 0.05em;
}
@media (min-width: 751px) {
  .challenge .section-heading--conditions {
    gap: 3rem;
    font-size: 2.3rem;
  }
}
.challenge .section-heading--terms, .challenge .section-heading--entry {
  letter-spacing: 0.06em;
}
@media (min-width: 751px) {
  .challenge .section-heading--terms, .challenge .section-heading--entry {
    gap: 2rem;
    font-size: 2.3rem;
  }
}

.challenge .campaign-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 1.2rem;
  margin-inline: auto;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
}
.challenge .campaign-heading::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-color: #e70012;
  clip-path: polygon(98% 73%, 0 100%, 2% 27%, 100% 0);
  content: "";
}
@media (min-width: 751px) {
  .challenge .campaign-heading {
    padding: 2rem 0 2.5rem;
    font-size: 4.8rem;
  }
}
@media (min-width: 751px) {
  .challenge .campaign-heading--entry {
    padding-bottom: 2.2rem;
  }
}
.challenge .campaign-heading__text {
  position: relative;
  z-index: 1;
  transform: rotate(-2.6deg);
}
.challenge .campaign-heading__text--entry {
  transform: rotate(-3.7deg);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 5rem;
  overflow-x: clip;
  background: #fff;
  transition: background-color 0.2s;
}
.site-header.is-menu-open .site-header__entry {
  visibility: hidden;
}
@media (min-width: 751px) {
  .site-header {
    height: 10rem;
    background: transparent;
  }
}
.site-header.is-scrolled, .site-header.is-menu-open {
  background: #fff;
}
@media (prefers-reduced-motion: reduce) {
  .site-header {
    transition: none;
  }
}
.site-header__inner {
  height: 100%;
}
.site-header__canvas {
  display: grid;
  grid-template-columns: 15.7rem 18rem 5.3rem;
  align-items: start;
  width: 39rem;
  height: 100%;
  margin-left: calc(50% - 19.5rem);
}
@media (min-width: 751px) {
  .site-header__canvas {
    grid-template-columns: 43.8rem 72.9rem 27.3rem;
    width: 144rem;
    margin-left: calc(50% - 72rem);
  }
}
.site-header__logo {
  grid-row: 1;
  grid-column: 1;
  width: 12.5rem;
  margin-top: 1.1rem;
  margin-left: 0.8rem;
}
@media (min-width: 751px) {
  .site-header__logo {
    width: 19rem;
    margin-top: 3rem;
    margin-left: 3rem;
  }
}
.site-header__entry {
  grid-row: 1;
  grid-column: 2;
  width: 18rem;
  touch-action: manipulation;
  transition: opacity 0.2s;
}
.site-header__entry > * {
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .site-header__entry:hover {
    opacity: 0.8;
  }
}
@media (prefers-reduced-motion: reduce) {
  .site-header__entry {
    transition: none;
  }
}
@media (min-width: 751px) {
  .site-header__entry {
    grid-column: 3;
    justify-self: end;
    width: 24.3rem;
    margin-top: 2rem;
    margin-right: 3rem;
  }
}

.admin-bar .site-header {
  top: var(--wp-admin--admin-bar--height, 32px);
}
@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

.global-nav {
  display: none;
}
@media (min-width: 751px) {
  .global-nav {
    grid-row: 1;
    grid-column: 2;
    align-self: start;
    display: block;
    margin-top: 2.8rem;
  }
}
.global-nav__list {
  display: flex;
  align-items: center;
  gap: 2.9rem;
}
.global-nav__link {
  display: block;
  padding: 1rem 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
  transition: color 0.2s;
}
@media (any-hover: hover) {
  .global-nav__link:hover {
    color: #e70012;
  }
}
@media (prefers-reduced-motion: reduce) {
  .global-nav__link {
    transition: none;
  }
}

.menu-toggle {
  position: relative;
  grid-row: 1;
  grid-column: 3;
  justify-self: end;
  z-index: 2;
  width: 5.2rem;
  height: 5rem;
  color: #64462d;
}
@media (min-width: 751px) {
  .menu-toggle {
    display: none;
  }
}
.no-js .menu-toggle {
  display: none;
}
.menu-toggle__lines {
  position: absolute;
  top: 0.6rem;
  left: 50%;
  width: 2.8rem;
  height: 2.5rem;
  transform: translateX(-50%);
}
.menu-toggle__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transition: top 0.2s, opacity 0.2s, transform 0.2s;
}
.menu-toggle__line:nth-child(1) {
  top: 0.2rem;
}
.menu-toggle__line:nth-child(2) {
  top: 1.1rem;
}
.menu-toggle__line:nth-child(3) {
  top: 2rem;
}
@media (prefers-reduced-motion: reduce) {
  .menu-toggle__line {
    transition: none;
  }
}
.menu-toggle__label {
  position: absolute;
  right: 0;
  bottom: 0.1rem;
  left: 0;
  font-family: "M PLUS Rounded 1c", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.menu-toggle.is-open .menu-toggle__line:nth-child(1) {
  top: 1.1rem;
  transform: rotate(45deg);
}
.menu-toggle.is-open .menu-toggle__line:nth-child(2) {
  opacity: 0;
}
.menu-toggle.is-open .menu-toggle__line:nth-child(3) {
  top: 1.1rem;
  transform: rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  top: 5rem;
  left: 0;
  z-index: 45;
  width: 100%;
  height: calc(100dvh - 5rem);
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, visibility 0s linear 0.2s;
}
.mobile-menu.is-open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.no-js .mobile-menu {
  position: static;
  height: auto;
  visibility: visible;
  opacity: 1;
}
@media (min-width: 751px) {
  .mobile-menu {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mobile-menu {
    transition: none;
  }
}
.mobile-menu__main {
  padding: 2.9rem 0 4rem;
  background: #fac84b;
}
.mobile-menu__nav {
  width: 25.1rem;
  margin: 0 auto;
}
.mobile-menu__item:not(:last-child) {
  border-bottom: 2px dotted #fff;
}
.mobile-menu__link {
  display: grid;
  place-items: center;
  min-height: 5.8rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}
.mobile-menu__entry {
  position: relative;
  display: block;
  width: calc(100% - 4.3rem);
  max-width: 34.7rem;
  aspect-ratio: 347/100;
  margin: 4.4rem auto 0;
  touch-action: manipulation;
}
.mobile-menu__entry > * {
  pointer-events: none;
}
.mobile-menu__entry:focus-visible .mobile-menu__entry-image--hover {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .mobile-menu__entry:hover .mobile-menu__entry-image--hover {
    opacity: 1;
  }
}
.mobile-menu__entry-images {
  display: block;
  width: 100%;
  height: 100%;
}
.mobile-menu__entry-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.mobile-menu__entry-image--hover {
  opacity: 0;
  transition: opacity 0.2s;
}
@media (prefers-reduced-motion: reduce) {
  .mobile-menu__entry-image--hover {
    transition: none;
  }
}
.mobile-menu__contact {
  position: relative;
  padding: 3rem 0;
  background: #fff;
}
.mobile-menu__company {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 4.6rem);
  max-width: 34.4rem;
  min-height: 4.9rem;
  gap: 1rem;
  margin: 0 auto;
  color: #fff;
  background: #64462d;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  transition: background-color 0.2s;
}
.mobile-menu__company img {
  width: 1.7rem;
}
@media (any-hover: hover) {
  .mobile-menu__company:hover {
    background-color: #e70012;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mobile-menu__company {
    transition: none;
  }
}
.mobile-menu__phone {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 1rem;
}
.mobile-menu__phone-number {
  color: #e70012;
  font-family: "M PLUS Rounded 1c", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.2;
}
.mobile-menu__hours {
  padding-bottom: 0.2rem;
  font-family: "M PLUS Rounded 1c", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}
.mobile-menu__hours span {
  display: block;
}
.mobile-menu__instagram {
  position: relative;
  width: calc(100% - 4.6rem);
  max-width: 34.4rem;
  height: 7rem;
  margin: 1.5rem auto 0;
}
.mobile-menu__instagram-icon {
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 5.6rem;
}
.mobile-menu__instagram-message {
  position: absolute;
  top: 0;
  left: 7.6rem;
  width: calc(100% - 7.6rem);
  max-width: 26.7rem;
}

.fv {
  position: relative;
  overflow: hidden;
  background-color: #fffae1;
  background-image: url("../img/fv/fv-bg-sp.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 39rem auto;
}
@media (min-width: 751px) {
  .fv {
    background-image: url("../img/fv/fv-bg-pc.webp");
    background-size: 144rem auto;
  }
}
.fv__canvas {
  position: relative;
  display: grid;
  width: 39rem;
  margin-left: calc(50% - 19.5rem);
}
@media (min-width: 751px) {
  .fv__canvas {
    width: 144rem;
    margin-left: calc(50% - 72rem);
  }
}
.fv__meal, .fv__meal-picture, .fv__character, .fv__like, .fv__meal-kit, .fv__arrow, .fv__lottery, .fv__anniversary-badge {
  pointer-events: none;
}
.fv__meal-picture {
  position: absolute;
  inset: 0;
}
.fv__meal {
  position: absolute;
  z-index: 6;
}
@media (min-width: 751px) {
  .fv__meal {
    z-index: 1;
  }
}
.fv__meal--left {
  top: 9.5rem;
  left: 0;
  width: 10.6rem;
}
@media (min-width: 751px) {
  .fv__meal--left {
    top: 9.4rem;
    left: 3rem;
    width: 30rem;
  }
}
.fv__meal--right {
  top: 20.9rem;
  right: 0;
  width: 10.2rem;
}
@media (min-width: 751px) {
  .fv__meal--right {
    top: 27.3rem;
    right: 3rem;
    width: 29rem;
  }
}
.fv__character {
  position: absolute;
  bottom: 6.6rem;
  left: 1.5rem;
  z-index: 6;
  width: 7.7rem;
}
@media (min-width: 751px) {
  .fv__character {
    bottom: -1.8rem;
    left: 12.1rem;
    z-index: 2;
    width: 22.8rem;
  }
}
.fv__like {
  position: absolute;
  top: 3.3rem;
  right: 2.7rem;
  z-index: 7;
  width: 2.4rem;
}
@media (min-width: 751px) {
  .fv__like {
    top: 13.8rem;
    right: 43.8rem;
    width: 4.8rem;
  }
}
.fv__meal-kit {
  position: absolute;
  bottom: 1.3rem;
  left: 0.2rem;
  z-index: 7;
  width: 12.1rem;
}
@media (min-width: 751px) {
  .fv__meal-kit {
    bottom: 9.2rem;
    left: 20rem;
    width: 27rem;
  }
}
.fv__arrow {
  display: none;
}
@media (min-width: 751px) {
  .fv__arrow {
    position: absolute;
    bottom: 29.5rem;
    left: 42.7rem;
    z-index: 6;
    display: block;
    width: 9.8rem;
  }
}
.fv__lottery {
  position: absolute;
  top: 11.3rem;
  right: -0.3rem;
  z-index: 7;
  width: 11.6rem;
}
@media (min-width: 751px) {
  .fv__lottery {
    top: 9.6rem;
    right: 18.9rem;
    z-index: 3;
    width: 21.4rem;
  }
}
.fv__anniversary-badge {
  position: absolute;
  top: 1.4rem;
  left: 1rem;
  z-index: 8;
  width: 10.5rem;
  height: auto;
}
@media (min-width: 751px) {
  .fv__anniversary-badge {
    top: 8rem;
    left: 27.3rem;
    width: 20.4rem;
  }
}
.fv__content {
  position: relative;
  grid-area: 1/1;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 2.4rem 0 5.7rem;
  text-align: center;
}
@media (min-width: 751px) {
  .fv__content {
    padding: 13.1rem 0 8.6rem;
  }
}
.fv__area {
  position: relative;
  width: max-content;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
}
.fv__area::before, .fv__area::after {
  position: absolute;
  top: 50%;
  height: 2rem;
  border-left: 2px solid currentColor;
  content: "";
  pointer-events: none;
}
.fv__area::before {
  left: -1.5rem;
  transform: translateY(-50%) rotate(-25deg);
}
.fv__area::after {
  right: -1.5rem;
  transform: translateY(-50%) rotate(25deg);
}
@media (min-width: 751px) {
  .fv__area {
    font-size: 2.1rem;
  }
  .fv__area::before, .fv__area::after {
    height: 3rem;
  }
  .fv__area::before {
    left: -2.5rem;
  }
  .fv__area::after {
    right: -2.5rem;
  }
}
.fv__campaign {
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 0.3rem 1rem;
  margin-top: 1.8rem;
  color: #e70012;
  background: #fff;
  font-family: "Zen Maru Gothic", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.4;
  transform: rotate(-2deg);
}
@media (max-width: 750px) {
  .fv__campaign {
    margin-left: 8.5rem;
  }
}
.fv__campaign span {
  margin-right: 0.4rem;
  color: #64462d;
  font-size: 2.1rem;
}
@media (min-width: 751px) {
  .fv__campaign {
    padding: 0.3rem 4rem;
    margin-top: 0.9rem;
    font-family: "Zen Maru Gothic", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
    font-size: 3.7rem;
    font-weight: 700;
    transform: rotate(-3deg);
  }
  .fv__campaign span {
    margin-right: 1rem;
    font-size: 4.5rem;
  }
}
.fv__title {
  align-self: flex-start;
  width: 100%;
  margin-top: 0.2rem;
  color: #e70012;
  font-size: 6.5rem;
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 750px) {
  .fv__title {
    letter-spacing: -0.1em;
    line-height: 7.8rem;
  }
}
@media (min-width: 751px) {
  .fv__title {
    margin-top: 0.9rem;
    margin-left: 3.9rem;
    font-size: 9rem;
    line-height: 1.2;
  }
}
@media (min-width: 751px) {
  .fv__title-text {
    background: linear-gradient(transparent 82%, #ffff50 82%, #ffff50 96%, transparent 96%);
    background-repeat: no-repeat;
    background-size: calc(100% - 0.5em) 100%;
  }
}
@media (max-width: 750px) {
  .fv__title-part {
    background: linear-gradient(transparent 82%, #ffff50 82%, #ffff50 96%, transparent 96%);
    background-repeat: no-repeat;
  }
}
@media (max-width: 750px) {
  .fv__title-part--meal {
    margin-left: 2rem;
    background-size: calc(100% - 0.5em) 100%;
    letter-spacing: 0.3rem;
  }
}
@media (max-width: 750px) {
  .fv__title-part--weeks {
    background: none;
    letter-spacing: 0;
  }
}
@media (min-width: 751px) {
  .fv__title-part--weeks {
    letter-spacing: 0.4rem;
  }
}
@media (max-width: 750px) {
  .fv__title-part--trial {
    margin-left: 1.7rem;
    background-size: calc(100% - 0.5em) 100%;
    letter-spacing: -0.1rem;
  }
}
@media (min-width: 751px) {
  .fv__title-part--trial {
    letter-spacing: -0.2rem;
  }
}
@media (max-width: 750px) {
  .fv__title-line--weeks {
    display: inline-block;
    margin-left: -1.5rem;
    background: linear-gradient(transparent 82%, #ffff50 82%, #ffff50 96%, transparent 96%);
    background-repeat: no-repeat;
  }
}
.fv__title-mark {
  position: relative;
  display: inline-block;
}
.fv__title-mark::before {
  position: absolute;
  top: 0.3rem;
  left: 61%;
  width: 0.9rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: currentColor;
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
}
@media (min-width: 751px) {
  .fv__title-mark::before {
    top: -0.2rem;
    left: 44%;
    width: 1.6rem;
  }
}
.fv__title-number {
  display: inline-block;
  font-size: 8.3rem;
  margin-right: 0.3rem;
  transform: translateY(0.05em);
}
@media (min-width: 751px) {
  .fv__title-number {
    font-size: 10.8rem;
    margin-right: 1.1rem;
    margin-left: -4.5rem;
  }
}
.fv__description {
  width: 29rem;
  margin-top: 2.6rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .fv__description {
    padding-left: 2.6rem;
  }
}
@media (min-width: 751px) {
  .fv__description {
    width: 56rem;
    margin-top: 2.9rem;
    font-size: 2.8rem;
  }
}
.fv__free {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 29rem;
  margin-top: 0.2rem;
  color: #f55f00;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 750px) {
  .fv__free {
    padding-left: 2.6rem;
  }
}
.fv__free img {
  flex: 0 0 auto;
  width: 2.1rem;
  height: auto;
  pointer-events: none;
}
@media (min-width: 751px) {
  .fv__free img {
    width: 4.2rem;
  }
}
@media (min-width: 751px) {
  .fv__free {
    gap: 0.8rem;
    width: 56rem;
    margin-top: 0.6rem;
    font-size: 5.8rem;
  }
}
.fv__appeal {
  align-self: flex-start;
  width: 22.2rem;
  padding: 0.7rem 1rem;
  margin-top: 1.3rem;
  margin-left: 8.9rem;
  border-radius: 4rem;
  background: #ffeb91;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.fv__appeal strong {
  color: #e70012;
  font-weight: 700;
}
@media (min-width: 751px) {
  .fv__appeal {
    width: 70rem;
    padding: 1rem 2rem;
    margin-top: 2.5rem;
    margin-right: auto;
    margin-left: auto;
    font-size: 2.5rem;
  }
}
.fv__entry {
  position: fixed;
  right: 2rem;
  bottom: max(8rem, 60px + 2rem);
  z-index: 40;
  width: 10.5rem;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  touch-action: manipulation;
  transition: opacity 0.2s, visibility 0s linear 0.2s;
}
.fv__entry > * {
  pointer-events: none;
}
.fv__entry.is-visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}
@media (hover: hover) and (pointer: fine) {
  .fv__entry:hover {
    opacity: 0.8;
  }
}
@media (prefers-reduced-motion: reduce) {
  .fv__entry {
    transition: none;
  }
}
@media (min-width: 751px) {
  .fv__entry {
    width: 23.4rem;
  }
}

.gift {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
  background: #fffae1;
}
.gift__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #faa505;
  background-image: linear-gradient(180deg, #faa505 0%, #fac84b 37.4%, #faa505 100%);
  background-repeat: no-repeat;
  background-position: center 3.8rem;
  background-size: 100% 76.3rem;
}
@media (min-width: 751px) {
  .gift__background {
    background-position: center -7.6rem;
    background-size: 100% 121.9rem;
  }
}
.gift__inner {
  position: relative;
  z-index: 2;
}
.gift__canvas {
  position: relative;
  width: 39rem;
  margin-left: calc(50% - 19.5rem);
  padding-top: 7.7rem;
}
@media (min-width: 751px) {
  .gift__canvas {
    width: 144rem;
    margin-left: calc(50% - 72rem);
    padding-top: 13rem;
  }
}
.gift__heading-wrap {
  position: relative;
  width: 100%;
}
.gift__kit-box {
  position: absolute;
  top: -4.4rem;
  left: 26.6rem;
  width: 12.3rem;
}
@media (min-width: 751px) {
  .gift__kit-box {
    top: -11.8rem;
    left: 86.5rem;
    width: 28rem;
  }
}
.gift__title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1.2rem;
  margin-top: 1.3rem;
}
@media (min-width: 751px) {
  .gift__title-wrap {
    width: calc(100% - 8rem);
    gap: 3rem;
    margin-top: 0.6rem;
    margin-left: 8rem;
  }
}
.gift__title {
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}
@media (min-width: 751px) {
  .gift__title {
    font-size: 4.8rem;
    line-height: 1.3;
  }
}
.gift__title-number {
  font-size: 2.9rem;
}
@media (max-width: 750px) {
  .gift__title-number {
    margin-right: 0.4rem;
    margin-left: 0.2rem;
  }
}
@media (min-width: 751px) {
  .gift__title-number {
    font-size: 5.4rem;
  }
}
.gift__title-suffix {
  font-size: 1.5rem;
}
@media (min-width: 751px) {
  .gift__title-suffix {
    margin-left: -1.3rem;
    font-size: 4.1rem;
  }
}
.gift__title-deco {
  flex: 0 0 auto;
}
.gift__title-deco--left {
  width: 2.2rem;
}
@media (min-width: 751px) {
  .gift__title-deco--left {
    width: 4.5rem;
    transform: translateY(-1.3rem);
  }
}
.gift__title-deco--right {
  width: 2.5rem;
}
@media (min-width: 751px) {
  .gift__title-deco--right {
    width: 5.3rem;
    transform: translate(-2.3rem, -1.2rem);
  }
}
.gift__lead {
  width: 100%;
  margin-top: 1.3rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 751px) {
  .gift__lead {
    width: calc(100% - 6rem);
    margin-top: 1.2rem;
    margin-left: 6rem;
    font-size: 2rem;
    letter-spacing: 0.1rem;
    line-height: 1.5;
  }
}
.gift__details {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  width: 39rem;
  padding-bottom: 8.1rem;
  margin-top: 2.2rem;
}
@media (min-width: 751px) {
  .gift__details {
    grid-template-columns: 44.9rem 50rem;
    width: 94.9rem;
    padding-bottom: 9.7rem;
    margin-top: 6.9rem;
    margin-left: calc(50% - 47.1rem);
  }
}
.gift__card {
  position: relative;
  grid-row: 1;
  grid-column: 1;
  align-self: start;
  justify-self: start;
  z-index: 1;
  width: 31rem;
  padding: 4rem 2.2rem 6rem;
  margin-left: 4rem;
  border-radius: 3rem;
  background: #fffff0;
}
@media (min-width: 751px) {
  .gift__card {
    grid-row: 1;
    grid-column: 2;
    width: 50rem;
    padding: 8rem 6.5rem 8.6rem;
    margin-left: 0;
    border-radius: 5rem;
  }
}
.gift__menu-list {
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 751px) {
  .gift__menu-list {
    font-size: 2rem;
  }
}
.gift__menu-item {
  display: flex;
  align-items: center;
  min-height: 3.2rem;
  padding-left: 2rem;
  background: url("../img/gift/gift-check.svg") left center/1.2rem 1.2rem no-repeat;
}
@media (min-width: 751px) {
  .gift__menu-item {
    min-height: 4.5rem;
    padding-left: 4rem;
    background-size: 2.2rem 2.2rem;
  }
}
.gift__notes {
  margin-top: 2rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}
.gift__notes p + p {
  margin-top: 0.2rem;
}
.gift__notes a {
  color: #0067c0;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
@media (min-width: 751px) {
  .gift__notes {
    font-size: 1.5rem;
  }
}
.gift__meals {
  position: relative;
  grid-row: 2;
  grid-column: 1;
  align-self: start;
  justify-self: start;
  z-index: 2;
  width: 34.4rem;
  margin-top: -3.9rem;
  margin-left: 2.3rem;
}
.gift__meals img {
  width: 100%;
}
@media (min-width: 751px) {
  .gift__meals {
    grid-row: 1;
    grid-column: 1;
    width: 48rem;
    margin-top: -3.5rem;
    margin-left: 0;
  }
}
.gift__example {
  position: absolute;
  top: -2.5rem;
  left: 25.7rem;
  z-index: 3;
  width: 12.6rem;
}
@media (min-width: 751px) {
  .gift__example {
    top: -10.1rem;
    left: 79rem;
    width: 21.1rem;
  }
}
.gift__wave {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  pointer-events: none;
}
.gift__wave img {
  display: block;
  width: 100%;
  height: auto;
}
.gift__wave--top {
  bottom: calc(100% - 1px);
  z-index: 5;
}
.gift__wave--bottom {
  top: calc(100% - 1px);
  z-index: 1;
  transform: rotate(180deg);
}

.flow {
  position: relative;
  z-index: 2;
  overflow-x: clip;
}
.flow:focus {
  outline: none;
}
@media (max-width: 750px) {
  .flow__inner {
    padding-top: 8rem;
  }
}
@media (min-width: 751px) {
  .flow__inner {
    padding-top: 16.5rem;
  }
}
@media (min-width: 751px) {
  .flow__heading-en {
    font-size: 2.6rem;
  }
}
@media (max-width: 750px) {
  .flow__phases {
    margin-top: 2.2rem;
  }
}
@media (min-width: 751px) {
  .flow__phases {
    display: grid;
    grid-template-rows: repeat(4, auto);
    margin-top: 2.5rem;
  }
}
@media (max-width: 750px) {
  .flow__phase {
    display: grid;
    grid-template-columns: 2.3rem 31.5rem;
    column-gap: 1.2rem;
  }
}
@media (min-width: 751px) {
  .flow__phase {
    display: contents;
  }
}
.flow__phase--entry {
  --flow-accent: #f57c00;
  --flow-rail: #ea7912;
}
.flow__phase--after {
  --flow-accent: #e70012;
  --flow-rail: #e70012;
}
.flow__phase-label {
  display: flex;
  align-items: center;
  margin: 0;
  color: var(--flow-accent);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 750px) {
  .flow__phase-label {
    grid-row: 1;
    grid-column: 1;
    align-self: stretch;
    flex-direction: column;
    width: 2.3rem;
  }
  .flow__phase--after .flow__phase-label {
    grid-row: 1/span 2;
  }
}
@media (min-width: 751px) {
  .flow__phase-label {
    grid-column: 1;
    height: 2rem;
  }
  .flow__phase--entry > .flow__phase-label {
    grid-row: 1;
    width: 79.5rem;
  }
  .flow__phase-label--main {
    grid-row: 3;
    width: 79.5rem;
    margin-block: 1.5rem;
  }
}
.flow__phase-label-top {
  color: var(--flow-accent);
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}
@media (min-width: 751px) {
  .flow__phase-label-top {
    grid-row: 1;
    grid-column: 1;
    display: flex;
    align-items: center;
    justify-self: end;
    width: 18rem;
    height: 2rem;
    font-size: 1.6rem;
  }
}
.flow__phase-label-text {
  flex: 0 0 auto;
}
@media (max-width: 750px) {
  .flow__phase-label-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
.flow__phase-label-line {
  flex: 1 1 auto;
  pointer-events: none;
}
@media (max-width: 750px) {
  .flow__phase-label-line {
    width: 0;
    min-height: 2rem;
    margin: 1rem 0 0.4rem;
    border-left: 2px dotted var(--flow-rail);
  }
}
@media (min-width: 751px) {
  .flow__phase-label-line {
    height: 0;
    margin-left: 1rem;
    border-top: 2px dotted var(--flow-rail);
  }
}
.flow__phase-label-arrow {
  flex: 0 0 auto;
  width: 1.1rem;
  pointer-events: none;
}
@media (max-width: 750px) {
  .flow__phase--entry > .flow__phase-label .flow__phase-label-arrow {
    margin-bottom: 1rem;
  }
}
@media (min-width: 751px) {
  .flow__phase-label-arrow {
    transform: rotate(-90deg);
  }
}
.flow__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 750px) {
  .flow__list {
    grid-column: 2;
    width: 31.5rem;
  }
}
@media (min-width: 751px) {
  .flow__list--entry {
    grid-row: 2;
    grid-column: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    width: 79.5rem;
    row-gap: 4.6rem;
    margin-top: 1rem;
  }
}
@media (max-width: 750px) {
  .flow__list--after-start {
    grid-row: 1;
  }
}
@media (min-width: 751px) {
  .flow__list--after-start {
    grid-row: 2;
    grid-column: 1;
    justify-self: end;
    display: grid;
    width: 18rem;
    margin-top: 1rem;
  }
}
@media (max-width: 750px) {
  .flow__list--after-rest {
    grid-row: 2;
  }
}
@media (min-width: 751px) {
  .flow__list--after-rest {
    grid-row: 4;
    grid-column: 1;
    display: grid;
    grid-template-columns: repeat(5, 18rem);
    align-items: stretch;
    justify-content: space-between;
    row-gap: 4.6rem;
  }
}
.flow__after-start {
  display: contents;
}
.flow__item {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 751px) {
  .flow__list--entry .flow__item {
    flex: 0 0 28rem;
  }
  .flow__list--entry .flow__item.flow__item--02 {
    flex-basis: 18rem;
  }
}
.flow__card {
  position: relative;
  width: 100%;
  border: 1px solid var(--flow-accent);
  background: #fffffa;
}
@media (max-width: 750px) {
  .flow__card {
    padding: 0 0 1.2rem 1.4rem;
    border-radius: 0.9rem;
  }
  .flow__card--winner {
    padding-bottom: 0.8rem;
  }
  .flow__phase--after .flow__card {
    padding-bottom: 1.4rem;
  }
}
@media (min-width: 751px) {
  .flow__card {
    flex: 1 1 auto;
    padding: 0 calc(1rem - 1px) 2.6rem;
    border-radius: 0.6rem;
  }
  .flow__list--after-start .flow__card {
    padding-bottom: 4.8rem;
  }
}
@media (min-width: 751px) {
  .flow__card--winner {
    display: grid;
    grid-template-areas: "heading supplement" "body body";
    grid-template-columns: 1fr 17rem;
    grid-template-rows: auto 1fr;
    column-gap: 1rem;
    padding-bottom: 0.4rem;
  }
}
.flow__card-heading {
  display: flex;
  align-items: center;
}
@media (min-width: 751px) {
  .flow__card--winner .flow__card-heading {
    grid-area: heading;
  }
}
.flow__number {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 3rem;
  background: var(--flow-accent);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 750px) {
  .flow__number {
    height: 4.9rem;
  }
  .flow__item--01 .flow__number {
    height: 6.5rem;
  }
}
@media (min-width: 751px) {
  .flow__number {
    height: 6.6rem;
  }
}
.flow__card-title {
  margin: 0 0 0 1.2rem;
  color: var(--flow-accent);
  font-weight: 700;
}
@media (max-width: 750px) {
  .flow__card-title {
    font-size: 2.1rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 751px) {
  .flow__card-title {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
  .flow__item--07 .flow__card-title, .flow__item--08 .flow__card-title, .flow__item--09 .flow__card-title {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.flow__card-text {
  font-weight: 500;
}
@media (max-width: 750px) {
  .flow__card-text {
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media (min-width: 751px) {
  .flow__card--winner .flow__card-text {
    grid-area: body;
  }
}
@media (min-width: 751px) {
  .flow__card-text {
    margin-top: 1rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 750px) {
  .flow__copy--sp {
    display: block;
  }
  .flow__copy--pc {
    display: none;
  }
}
@media (min-width: 751px) {
  .flow__copy--sp {
    display: none;
  }
  .flow__copy--pc {
    display: block;
  }
}
.flow__card-meta {
  display: block;
}
.flow__card-supplement {
  margin-top: 1rem;
  font-weight: 500;
}
@media (max-width: 750px) {
  .flow__card-supplement {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
}
@media (min-width: 751px) {
  .flow__card-supplement {
    grid-area: supplement;
    align-self: start;
    padding-left: 1rem;
    border-left: 1px solid var(--flow-accent);
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
}
.flow__icon {
  position: absolute;
  right: 2rem;
  pointer-events: none;
}
@media (max-width: 750px) {
  .flow__icon {
    top: 1.5rem;
  }
}
@media (min-width: 751px) {
  .flow__icon {
    bottom: 1rem;
  }
}
.flow__icon--entry-form {
  width: 2.5rem;
}
.flow__icon--lottery {
  width: 3.5rem;
}
.flow__icon--handshake {
  width: 3.3rem;
}
.flow__icon--delivery {
  width: 3.9rem;
}
.flow__icon--cooking {
  width: 2.8rem;
}
.flow__icon--photo {
  width: 2rem;
}
.flow__icon--instagram {
  width: 2.6rem;
}
.flow__icon--line {
  width: 1.6rem;
}
.flow__connector {
  display: block;
  width: 1.8rem;
  pointer-events: none;
}
@media (max-width: 750px) {
  .flow__connector {
    margin: 1.1rem auto;
  }
  .flow__list--after-rest .flow__item:last-child .flow__connector {
    display: none;
  }
}
@media (min-width: 751px) {
  .flow__connector {
    position: absolute;
    top: calc(50% - 0.5rem);
    left: calc(100% + 0.35rem);
    z-index: 1;
    transform: rotate(-90deg);
  }
  .flow__item--01 .flow__connector, .flow__item--02 .flow__connector {
    left: calc(100% + 0.475rem);
  }
  .flow__connector--terminal {
    top: 50%;
    right: -2rem;
    left: auto;
    transform: translate(50%, -50%) rotate(-90deg);
  }
}
.flow__note {
  margin-top: 3rem;
  margin-inline: auto;
  font-weight: 500;
  text-align: center;
}
.flow__note a {
  color: #006ec3;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2rem;
}
@media (max-width: 750px) {
  .flow__note {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
@media (min-width: 751px) {
  .flow__note {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.flow__note-detail {
  display: block;
}

.conditions {
  position: relative;
  overflow-x: clip;
  background: #fffae1;
  color: #64462d;
}
.conditions:focus {
  outline: none;
}
.conditions__inner {
  position: relative;
}
.conditions__backdrop {
  position: absolute;
  top: -9rem;
  left: 0;
  z-index: 0;
  display: block;
  width: 37rem;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.conditions__backdrop img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 751px) {
  .conditions__backdrop {
    top: -1.5rem;
    left: -10.5rem;
    width: 127.5rem;
  }
}
.conditions__panel {
  position: absolute;
  top: 9.5rem;
  bottom: 5.4rem;
  left: 50%;
  z-index: 1;
  width: 39rem;
  border: 10rem solid transparent;
  border-image: url("../img/conditions/conditions-panel-sp.webp") 300 fill/10rem/0 stretch;
  pointer-events: none;
  transform: translateX(-50%);
}
@media (min-width: 751px) {
  .conditions__panel {
    top: 15rem;
    bottom: 9.2rem;
    width: 88rem;
    border-image-source: url("../img/conditions/conditions-panel-pc.webp");
    border-image-slice: 200 fill;
  }
}
.conditions__content {
  position: relative;
  z-index: 2;
  padding-top: 18rem;
}
@media (min-width: 751px) {
  .conditions__content {
    padding-top: 26rem;
  }
}
.conditions__title-wrap {
  position: relative;
  margin-top: 2.5rem;
}
@media (min-width: 751px) {
  .conditions__title-wrap {
    margin-top: 2rem;
  }
}
.conditions__heading {
  scroll-margin-top: 8rem;
}
@media (min-width: 751px) {
  .conditions__heading {
    scroll-margin-top: 13rem;
  }
}
.conditions__title {
  margin: 0;
  color: #e70012;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}
.conditions__title span {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.conditions__title span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 21.5rem;
  height: 50%;
  background: #ffff50;
  clip-path: polygon(99% 75%, 0 100%, 1% 25%, 100% 0);
  content: "";
  transform: translateX(-50%);
}
@media (min-width: 751px) {
  .conditions__title {
    font-size: 2.8rem;
  }
  .conditions__title span::after {
    width: 30rem;
  }
}
.conditions__deco {
  position: absolute;
  z-index: 1;
  height: auto;
  pointer-events: none;
}
.conditions__deco--noodle {
  top: -7.5rem;
  left: 2.5rem;
  width: 5.7rem;
}
@media (min-width: 751px) {
  .conditions__deco--noodle {
    top: -8rem;
    left: 19rem;
    width: 11.4rem;
  }
}
.conditions__deco--camera {
  top: -6.5rem;
  right: 2.5rem;
  width: 4.9rem;
}
@media (min-width: 751px) {
  .conditions__deco--camera {
    top: -5rem;
    right: 18rem;
    width: 9.8rem;
  }
}
.conditions__intro {
  margin: 2.5rem 0 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.3rem;
  text-align: center;
}
@media (min-width: 751px) {
  .conditions__intro {
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
}
.conditions__list {
  display: grid;
  width: 27.5rem;
  margin: 2rem auto 0;
  padding: 0;
  row-gap: 2rem;
  list-style: none;
}
@media (min-width: 751px) {
  .conditions__list {
    width: 52.5rem;
    row-gap: 2rem;
  }
}
.conditions__item {
  position: relative;
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  column-gap: 1rem;
}
@media (min-width: 751px) {
  .conditions__item {
    column-gap: 1.3rem;
  }
}
.conditions__bullet {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
}
@media (min-width: 751px) {
  .conditions__bullet {
    margin-top: -0.2rem;
  }
}
@media (min-width: 751px) {
  .conditions__item-heading {
    display: flex;
    align-items: flex-start;
  }
}
@media (min-width: 751px) {
  .conditions__item-body {
    width: 55rem;
  }
}
.conditions__item-title {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media (min-width: 751px) {
  .conditions__item-title {
    font-size: 2.3rem;
    line-height: 1.3;
  }
}
.conditions__item-note {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 751px) {
  .conditions__item-note {
    margin-top: 0.5rem;
    margin-left: 1rem;
    font-size: 1.4rem;
  }
}
.conditions__area {
  margin-top: 0.5rem;
}
@media (min-width: 751px) {
  .conditions__area {
    margin-top: 1rem;
  }
}
.conditions__area-connector {
  position: absolute;
  top: 4.2rem;
  left: 1.6rem;
  width: 2.2rem;
  height: auto;
  pointer-events: none;
}
@media (min-width: 751px) {
  .conditions__area-connector {
    top: 4.5rem;
  }
}
.conditions__area-list {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.1rem;
}
@media (min-width: 751px) {
  .conditions__area-list {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
.conditions__entry {
  position: relative;
  display: block;
  width: 34.7rem;
  aspect-ratio: 347/100;
  margin: 4rem auto 0;
  touch-action: manipulation;
}
.conditions__entry > * {
  pointer-events: none;
}
.conditions__entry:focus-visible .conditions__entry-picture--hover {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .conditions__entry:hover .conditions__entry-picture--hover {
    opacity: 1;
  }
}
@media (max-width: 750px) {
  .conditions__entry:active .conditions__entry-picture--hover {
    opacity: 1;
  }
}
@media (min-width: 751px) {
  .conditions__entry {
    width: 71.7rem;
    aspect-ratio: 717/195;
    margin-top: 5rem;
  }
}
.conditions__entry-picture {
  position: absolute;
  inset: 0;
  display: block;
}
.conditions__entry-picture--hover {
  opacity: 0;
  transition: opacity 0.2s;
}
@media (prefers-reduced-motion: reduce) {
  .conditions__entry-picture--hover {
    transition: none;
  }
}
.conditions__entry-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.post-example {
  position: relative;
  padding-top: 8.5rem;
  color: #fff;
}
@media (min-width: 751px) {
  .post-example {
    padding-top: 10rem;
  }
}
.post-example__wave {
  position: absolute;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.post-example__wave img {
  display: block;
  width: 100%;
  height: auto;
}
.post-example__wave--top {
  bottom: calc(100% - 8.5rem - 1px);
}
@media (min-width: 751px) {
  .post-example__wave--top {
    bottom: calc(100% - 10rem - 1px);
  }
}
.post-example__wave--bottom {
  top: calc(100% - 1px);
}
.post-example__surface {
  position: relative;
  z-index: 1;
  background: linear-gradient(to bottom, #faa505 0, #faa505 5rem, #fac84b 37rem, #faa505 91rem, #faa505 calc(100% - 6.5rem), #fac84b 100%);
}
@media (min-width: 751px) {
  .post-example__surface {
    background: linear-gradient(to bottom, #faa505 0, #faa505 20rem, #fac84b 100%);
  }
}
.post-example__inner {
  padding-block: 6.5rem;
}
@media (min-width: 751px) {
  .post-example__inner {
    padding-block: 13rem;
  }
}
.post-example__heading-wrap {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  padding-block-start: 0.5rem;
}
@media (max-width: 750px) {
  .post-example__heading-wrap {
    align-items: flex-end;
  }
}
@media (min-width: 751px) {
  .post-example__heading-wrap {
    align-items: center;
    gap: 2.5rem;
  }
}
.post-example__heading-deco {
  display: block;
  pointer-events: none;
}
.post-example__heading-deco--fork {
  width: 2.1rem;
  height: 4rem;
}
@media (min-width: 751px) {
  .post-example__heading-deco--fork {
    width: 4.5rem;
    height: 8.6rem;
  }
}
.post-example__heading-deco--knife {
  width: 2rem;
  height: 4.1rem;
}
@media (min-width: 751px) {
  .post-example__heading-deco--knife {
    width: 5.3rem;
    height: 8.8rem;
  }
}
.post-example__heading {
  margin: 0;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media (min-width: 751px) {
  .post-example__heading {
    font-size: 4.8rem;
  }
}
.post-example__lead {
  margin: 2rem 0 0;
  font-size: 1.3rem;
}
@media (max-width: 750px) {
  .post-example__lead {
    font-weight: 700;
    letter-spacing: 0.04em;
  }
}
@media (min-width: 751px) {
  .post-example__lead {
    max-width: 80rem;
    margin-top: 1.5rem;
    margin-inline: auto;
    font-size: 1.6rem;
    line-height: 2.7rem;
    letter-spacing: 0.02em;
    text-align: center;
  }
}
.post-example__gallery {
  display: grid;
  grid-template-columns: repeat(2, 16.6rem);
  width: 34.2rem;
  margin: 2.5rem auto 0;
  padding: 0;
  column-gap: 1rem;
  row-gap: 1rem;
  list-style: none;
}
@media (min-width: 751px) {
  .post-example__gallery {
    grid-template-columns: repeat(4, 24rem);
    justify-content: space-between;
    width: 100rem;
    margin-top: 3rem;
    row-gap: 1.5rem;
  }
}
.post-example__item {
  order: 99;
}
.post-example__item--01 {
  order: 3;
}
@media (min-width: 751px) {
  .post-example__item--01 {
    order: 1;
  }
}
.post-example__item--02 {
  order: 2;
}
.post-example__item--03 {
  order: 5;
}
@media (min-width: 751px) {
  .post-example__item--03 {
    order: 3;
  }
}
.post-example__item--04 {
  order: 8;
}
@media (min-width: 751px) {
  .post-example__item--04 {
    order: 4;
  }
}
.post-example__item--05 {
  order: 1;
}
@media (min-width: 751px) {
  .post-example__item--05 {
    order: 5;
  }
}
.post-example__item--06 {
  order: 7;
}
@media (min-width: 751px) {
  .post-example__item--06 {
    order: 6;
  }
}
.post-example__item--07 {
  order: 4;
}
@media (min-width: 751px) {
  .post-example__item--07 {
    order: 7;
  }
}
.post-example__item--08 {
  order: 6;
}
@media (min-width: 751px) {
  .post-example__item--08 {
    order: 8;
  }
}
.post-example__image {
  display: block;
  width: 100%;
  height: auto;
}
.post-example__note {
  margin: 3rem 0 0;
  color: #42210b;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8rem;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (min-width: 751px) {
  .post-example__note {
    margin-top: 4rem;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.about {
  background-color: #fffae1;
}
.about:focus {
  outline: none;
}
.about__inner {
  z-index: 1;
  padding-top: 9.3rem;
}
@media (min-width: 751px) {
  .about__inner {
    padding-top: 12.6rem;
  }
}
.about__heading {
  width: 25.8rem;
}
@media (min-width: 751px) {
  .about__heading {
    width: 59.2rem;
  }
}
.about__catch {
  margin-top: 2.5rem;
  color: #e70012;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.1rem;
  padding-left: 2rem;
  text-align: center;
}
@media (max-width: 750px) {
  .about__catch {
    width: 39rem;
    margin-left: calc(50% - 19.5rem);
  }
}
@media (min-width: 751px) {
  .about__catch {
    margin-top: 5rem;
    font-size: 4.4rem;
    line-height: 5.4rem;
  }
}
.about__description {
  margin-top: 1rem;
  margin-inline: auto;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
}
@media (max-width: 750px) {
  .about__description {
    width: 34.5rem;
  }
}
@media (min-width: 751px) {
  .about__description {
    max-width: 85rem;
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 2.7rem;
    text-align: center;
  }
}
.about__features {
  display: grid;
  width: 34rem;
  margin: 3.5rem auto 0;
  padding: 0;
  row-gap: 2rem;
  list-style: none;
}
@media (min-width: 751px) {
  .about__features {
    grid-template-columns: repeat(2, 44rem);
    width: 90rem;
    margin-top: 6rem;
    column-gap: 2rem;
    row-gap: 4rem;
  }
}
.about__feature {
  position: relative;
  min-width: 0;
  padding: 0 0 2rem 4.5rem;
}
.about__feature::after {
  position: absolute;
  top: 2.7rem;
  right: 0;
  bottom: 0;
  left: 1.6rem;
  border-bottom: 1px dotted #64462d;
  border-left: 1px dotted #64462d;
  content: "";
  pointer-events: none;
}
@media (min-width: 751px) {
  .about__feature {
    padding: 0 0 3rem 6.5rem;
  }
  .about__feature::after {
    top: 5.8rem;
    left: 2.5rem;
    border-width: 0 0 2px 2px;
    border-style: dotted;
    border-color: #64462d;
  }
}
.about__feature-number {
  position: absolute;
  top: -0.5rem;
  left: 0;
  z-index: 1;
  display: block;
  color: #f55f00;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.about__feature-number::before {
  position: absolute;
  top: 0.6rem;
  left: 0.7rem;
  z-index: -1;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background-color: #ffeb91;
  content: "";
}
@media (min-width: 751px) {
  .about__feature-number {
    top: -1rem;
    font-size: 2.3rem;
  }
  .about__feature-number::before {
    top: 1rem;
    left: 0.6rem;
    width: 3.8rem;
    height: 3.8rem;
  }
}
.about__feature-number-text {
  display: block;
  font-style: italic;
}
.about__feature-content {
  position: relative;
  z-index: 1;
}
.about__feature-title {
  margin: 0;
  color: #f55f00;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: 0.06em;
}
@media (min-width: 751px) {
  .about__feature-title {
    font-size: 2.8rem;
    line-height: 4rem;
    letter-spacing: 0.04em;
  }
}
.about__feature-text {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.02em;
}
@media (min-width: 751px) {
  .about__feature-text {
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
}
.about__visual {
  position: relative;
  display: block;
  width: 32.1rem;
  margin: -1rem auto 0;
  z-index: 1;
}
@media (min-width: 751px) {
  .about__visual {
    width: 99.9rem;
    margin-top: 5rem;
  }
}
.about__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.terms:focus {
  outline: none;
}
.terms__inner {
  padding-top: 8rem;
}
@media (min-width: 751px) {
  .terms__inner {
    padding-top: 13rem;
  }
}
.terms__summary {
  width: 34.5rem;
  margin: 2rem auto 0;
  color: #64462d;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
}
@media (min-width: 751px) {
  .terms__summary {
    width: 100rem;
    margin-top: 3rem;
    font-size: 1.6rem;
    line-height: 2.7rem;
    text-align: center;
  }
}
@media (max-width: 750px) {
  .terms__rule-list {
    margin-top: 2rem;
  }
}
.terms__rules {
  width: 34.5rem;
  margin: 7.5rem auto 0;
}
@media (min-width: 751px) {
  .terms__rules {
    width: 100rem;
    margin-top: 12rem;
  }
}
@media (min-width: 751px) {
  .terms__rules-intro {
    display: grid;
    grid-template-columns: 26rem minmax(0, 1fr);
    align-items: center;
    gap: 2rem;
  }
}
.terms__rules-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1rem;
  margin: 0;
  border: 1px solid #64462d;
  background-color: #ffebc8;
  color: #64462d;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (min-width: 751px) {
  .terms__rules-heading {
    padding-block: 1rem;
    font-size: 2.3rem;
    letter-spacing: 0.04em;
  }
}
.terms__rules-lead {
  margin: 2rem 0 0;
  color: #64462d;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
}
@media (max-width: 750px) {
  .terms__rules-lead {
    letter-spacing: 0.02em;
  }
}
@media (min-width: 751px) {
  .terms__rules-lead {
    margin: 0;
    font-size: 1.6rem;
    line-height: 2.7rem;
    letter-spacing: 0.04em;
  }
}
.terms__rules-lead span {
  display: block;
}
@media (min-width: 751px) {
  .terms__rule-list {
    margin-top: 3.5rem;
  }
}
.terms__rule + .terms__rule {
  margin-top: 2rem;
}
@media (min-width: 751px) {
  .terms__rule + .terms__rule {
    margin-top: 3rem;
  }
}
.terms__rule-heading {
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dotted #e70012;
  color: #e70012;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 751px) {
  .terms__rule-heading {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}
.terms__rule-text {
  color: #64462d;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
}
@media (max-width: 750px) {
  .terms__rule-text {
    letter-spacing: 0.02em;
  }
}
@media (min-width: 751px) {
  .terms__rule-text {
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
}
.terms__list {
  color: #64462d;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
}
@media (max-width: 750px) {
  .terms__list {
    letter-spacing: 0.02em;
  }
}
@media (min-width: 751px) {
  .terms__list {
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
}
.terms__list li {
  position: relative;
  padding-left: 1em;
}
.terms__list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.entry-form {
  background-color: #fffae1;
}
.entry-form:focus {
  outline: none;
}
@media (max-width: 750px) {
  .entry-form__inner {
    padding: 6.5rem 0 8rem;
  }
}
@media (min-width: 751px) {
  .entry-form__inner {
    padding-block: 13rem;
  }
}
.entry-form__heading {
  width: 16rem;
  margin-top: 1rem;
}
@media (min-width: 751px) {
  .entry-form__heading {
    width: 35rem;
    margin-top: 2rem;
  }
}
.entry-form__panel {
  margin-top: 2rem;
  padding-block: 3rem;
  background-color: #fff;
}
@media (min-width: 751px) {
  .entry-form__panel {
    margin-top: 6rem;
    padding-block: 8rem;
  }
}
.entry-form__content {
  width: 32rem;
  margin-inline: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media (min-width: 751px) {
  .entry-form__content {
    width: 71rem;
  }
}
.entry-form__steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  height: 5.5rem;
  padding: 0;
  margin: 0;
  background-color: #fff;
  list-style: none;
}
@media (min-width: 751px) {
  .entry-form__steps {
    height: 6.5rem;
  }
}
.entry-form__step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline: 2rem 1rem;
  background-color: #e6e6e6;
  color: #282828;
  line-height: 1.2;
}
.entry-form__step:first-child {
  position: relative;
  z-index: 1;
  padding-right: 2rem;
  clip-path: polygon(0 0, calc(100% - 1.2rem) 0, 100% 50%, calc(100% - 1.2rem) 100%, 0 100%);
}
@media (min-width: 751px) {
  .entry-form__step:first-child {
    clip-path: polygon(0 0, calc(100% - 1.6rem) 0, 100% 50%, calc(100% - 1.6rem) 100%, 0 100%);
  }
}
.entry-form__step:last-child {
  margin-left: -0.8rem;
  padding-left: 2.5rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 1.2rem 50%);
}
@media (min-width: 751px) {
  .entry-form__step:last-child {
    padding-left: 3rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 1.6rem 50%);
  }
}
.entry-form__step--current {
  background-color: #808080;
  color: #fff;
}
.entry-form__step-number {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.entry-form__step-text {
  margin-top: 0.2rem;
  font-size: 1.4rem;
}
@media (min-width: 751px) {
  .entry-form__step-text {
    font-size: 1.7rem;
  }
}
.entry-form__form {
  color: #282828;
}
.entry-form__error-summary, .entry-form__noscript {
  margin-top: 2rem;
  padding: 1.5rem;
  border: 1px solid #e70012;
  background-color: #fff5f5;
  color: #e70012;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media (min-width: 751px) {
  .entry-form__error-summary, .entry-form__noscript {
    padding: 2rem;
    font-size: 1.6rem;
  }
}
.entry-form__error-summary:focus-visible {
  outline: 2px solid #0067c0;
  outline-offset: 0.2rem;
}
.entry-form__error-heading {
  font-weight: 700;
}
.entry-form__error-list {
  padding-left: 1.5em;
  margin: 1rem 0 0;
  list-style: disc;
}
.entry-form__error-list a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.entry-form__trap {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.entry-form__confirm-heading {
  display: flex;
  align-items: center;
  margin: 2rem 0 0;
  padding: 1rem;
  background-color: #e6e6e6;
  font-size: 1.4rem;
  line-height: 1.5rem;
  letter-spacing: 0.06em;
}
@media (min-width: 751px) {
  .entry-form__confirm-heading {
    margin-top: 3rem;
    padding: 1.2rem 2rem;
    font-size: 2.1rem;
    line-height: 2.1rem;
  }
}
.entry-form__eligibility {
  margin-top: 2rem;
  color: #e70012;
}
.entry-form__eligibility-heading {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (min-width: 751px) {
  .entry-form__eligibility-heading {
    font-size: 2rem;
  }
}
.entry-form__eligibility-areas, .entry-form__eligibility-note {
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media (min-width: 751px) {
  .entry-form__eligibility-areas, .entry-form__eligibility-note {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}
.entry-form__eligibility-areas {
  margin-top: 1rem;
  font-size: 1.3rem;
}
.entry-form__eligibility-note {
  font-size: 1.4rem;
}
.entry-form__fields {
  margin-top: 2rem;
}
.entry-form__fields > * + * {
  margin-top: 1.5rem;
}
@media (min-width: 751px) {
  .entry-form__fields > * + * {
    margin-top: 2rem;
  }
}
.entry-form__fieldset {
  min-width: 0;
  padding: 0;
  margin-inline: 0;
  border: 0;
}
@media (min-width: 751px) {
  .entry-form__fieldset--age {
    margin-top: 4rem;
  }
}
@media (min-width: 751px) {
  .entry-form__field {
    display: grid;
    grid-template-columns: 12rem minmax(0, 1fr);
    align-items: center;
    gap: 2rem;
  }
}
@media (min-width: 751px) {
  .entry-form__field--address {
    align-items: start;
  }
}
@media (min-width: 751px) {
  .entry-form__field--address > .entry-form__label {
    margin-top: 0.5rem;
  }
}
@media (min-width: 751px) {
  .entry-form__field--survey {
    align-items: start;
  }
}
.entry-form__label {
  display: block;
  margin: 0;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media (max-width: 750px) {
  .entry-form__label {
    margin-bottom: 1rem;
  }
}
.entry-form__required {
  color: #e70012;
}
.entry-form__field.is-error .entry-form__input, .entry-form__field.is-error .entry-form__select, .entry-form__agreement.is-error .entry-form__agreement-control {
  outline: 2px solid #e70012;
  outline-offset: 0.2rem;
}
.entry-form__input, .entry-form__select, .entry-form__textarea, .entry-form__age input {
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #fff;
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: inherit;
}
.entry-form__input::placeholder, .entry-form__select::placeholder, .entry-form__textarea::placeholder, .entry-form__age input::placeholder {
  color: #ccc;
  opacity: 1;
}
.entry-form__input, .entry-form__select {
  width: 100%;
  height: 3rem;
  padding-inline: 1rem;
  font-size: 1.6rem;
  line-height: 1;
}
.entry-form__select-wrap {
  position: relative;
  display: block;
  width: 100%;
}
.entry-form__select-wrap::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0;
  height: 0;
  border-top: 0.8rem solid #000;
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  content: "";
  pointer-events: none;
  transform: translateY(-50%);
}
@media (min-width: 751px) {
  .entry-form__select-wrap {
    width: 31rem;
  }
  .entry-form__select-wrap::after {
    right: 1.5rem;
  }
}
.entry-form__select {
  padding-right: 3rem;
  appearance: none;
}
.entry-form__postal {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.entry-form__postal-mark {
  color: #808080;
  font-size: 1.6rem;
}
.entry-form__input--postal {
  width: 14rem;
}
@media (min-width: 751px) {
  .entry-form__input--postal {
    width: 14rem;
  }
}
.entry-form__address {
  display: grid;
  gap: 1rem;
}
.entry-form__choices {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 0.5rem 1.5rem;
}
@media (min-width: 751px) {
  .entry-form__choices {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem;
  }
}
.entry-form__choice {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 0.7rem;
  color: #808080;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.entry-form__choice input {
  flex: 0 0 auto;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0;
  accent-color: #e70012;
}
.entry-form__survey {
  min-width: 0;
  color: #808080;
}
.entry-form__survey-group + .entry-form__survey-group {
  margin-top: 3rem;
}
@media (min-width: 751px) {
  .entry-form__survey-group + .entry-form__survey-group {
    margin-top: 2rem;
  }
}
.entry-form__question {
  display: block;
  color: #808080;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (max-width: 750px) {
  .entry-form__question--dinner {
    font-size: 1.4rem;
  }
}
@media (max-width: 750px) {
  .entry-form__question--free {
    letter-spacing: 0;
  }
}
.entry-form__checks {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}
@media (min-width: 751px) {
  .entry-form__checks {
    grid-template-columns: repeat(3, max-content);
    gap: 1rem 2rem;
  }
}
.entry-form__example {
  margin-top: 0.5rem;
  color: #808080;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (min-width: 751px) {
  .entry-form__example {
    font-size: 1.3rem;
  }
}
.entry-form__age-inputs {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 1rem 1.5rem;
  margin-top: 1rem;
}
@media (min-width: 751px) {
  .entry-form__age-inputs {
    column-gap: 2.5rem;
  }
}
.entry-form__age {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  color: #808080;
  font-size: 1.3rem;
  line-height: 1;
}
.entry-form__age input {
  width: 5rem;
  height: 3rem;
  padding-inline: 0.5rem;
  font-size: 1.4rem;
}
.entry-form__textarea {
  display: block;
  width: 100%;
  min-height: 16rem;
  margin-top: 1rem;
  padding: 1rem;
  resize: vertical;
}
@media (min-width: 751px) {
  .entry-form__textarea {
    min-height: 27rem;
  }
}
.entry-form__agreement {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5rem;
  margin-top: 2rem;
  background-color: #e6e6e6;
  color: #808080;
  font-size: 1.4rem;
  line-height: 1.4;
  cursor: pointer;
}
@media (min-width: 751px) {
  .entry-form__agreement {
    min-height: 8rem;
    margin-top: 4rem;
  }
}
.entry-form__agreement-control {
  flex: 0 0 auto;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 0.7rem 0 0;
  accent-color: #e70012;
}
.entry-form__agreement-text {
  display: inline-flex;
  width: fit-content;
}
.entry-form__terms-link {
  color: #006ec3;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2rem;
}
.entry-form__submit {
  display: grid;
  place-items: center;
  width: 100%;
  height: 6.5rem;
  margin: 4rem auto 0;
  background-color: #e70012;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: inherit;
  line-height: 1;
}
.entry-form__submit[aria-disabled=true] {
  cursor: wait;
  opacity: 0.65;
}
@media (min-width: 751px) {
  .entry-form__submit {
    width: 40rem;
    margin-top: 5rem;
  }
}
.entry-form__complete {
  padding: 3rem 2rem;
  border: 1px solid #e70012;
  background-color: #fffaf2;
  text-align: center;
}
@media (min-width: 751px) {
  .entry-form__complete {
    padding: 5rem;
  }
}
.entry-form__complete-heading {
  color: #e70012;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 751px) {
  .entry-form__complete-heading {
    font-size: 3rem;
  }
}
.entry-form__complete-heading:focus {
  outline: none;
}
.entry-form__complete-text, .entry-form__complete-note {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (min-width: 751px) {
  .entry-form__complete-text, .entry-form__complete-note {
    font-size: 1.6rem;
  }
}
.entry-form__complete-text {
  margin-top: 2rem;
}
.entry-form__complete-note {
  margin-top: 1rem;
}
.entry-form__input:focus-visible, .entry-form__select:focus-visible, .entry-form__textarea:focus-visible, .entry-form__choice input:focus-visible, .entry-form__age input:focus-visible, .entry-form__agreement-control:focus-visible {
  outline: 2px solid #0067c0;
  outline-offset: 0.2rem;
}

@media (max-width: 750px) {
  .thanks__inner {
    padding-block: 8rem;
  }
}
.thanks__complete {
  margin-top: 2rem;
}
@media (min-width: 751px) {
  .thanks__complete {
    margin-top: 3rem;
  }
}
.thanks__back {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 5rem;
  margin: 3rem auto 0;
  background-color: #e70012;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 751px) {
  .thanks__back {
    width: 40rem;
    min-height: 6.5rem;
    margin-top: 4rem;
    font-size: 2.2rem;
  }
}

.site-footer {
  background-color: #fff;
}
.site-footer__inner {
  padding-block: 3rem 1rem;
}
@media (min-width: 751px) {
  .site-footer__inner {
    padding-block: 4rem 2rem;
  }
}
.site-footer__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
@media (min-width: 751px) {
  .site-footer__brand {
    gap: 2rem;
  }
}
.site-footer__logo {
  width: 14rem;
}
@media (min-width: 751px) {
  .site-footer__logo {
    width: 19rem;
  }
}
.site-footer__brand-name {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 751px) {
  .site-footer__brand-name {
    font-size: 1.8rem;
  }
}
.site-footer__contact {
  margin-top: 2rem;
  font-style: normal;
}
@media (min-width: 751px) {
  .site-footer__contact {
    margin-top: 4rem;
  }
}
.site-footer__offices {
  display: grid;
  width: 34.6rem;
  margin-left: calc(50% - 17.2rem);
  gap: 1rem;
}
@media (min-width: 751px) {
  .site-footer__offices {
    grid-template-columns: repeat(2, 45.2rem);
    width: 94.4rem;
    margin-left: 3rem;
    gap: 4rem;
  }
}
.site-footer__office {
  display: grid;
  grid-template-columns: 9.5rem minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
}
@media (min-width: 751px) {
  .site-footer__office {
    grid-template-columns: 12rem minmax(0, 1fr);
  }
}
.site-footer__office-name {
  display: grid;
  place-items: center;
  padding-block: 0.7rem;
  background-color: #64462d;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media (min-width: 751px) {
  .site-footer__office-name {
    padding-block: 0.9rem;
    font-size: 1.6rem;
  }
}
.site-footer__office-address {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
  overflow-wrap: anywhere;
}
@media (min-width: 751px) {
  .site-footer__office-address {
    font-size: 1.6rem;
  }
}
.site-footer__contact-row {
  width: 34.4rem;
  margin: 2.5rem auto 0;
}
@media (min-width: 751px) {
  .site-footer__contact-row {
    display: grid;
    grid-template-columns: repeat(2, 45rem);
    width: 93rem;
    margin-top: 3rem;
    gap: 3rem;
  }
}
.site-footer__company-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4.5rem;
  gap: 1rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}
.site-footer__company-link::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4.5rem;
  background-color: #e70012;
  content: "";
  pointer-events: none;
  transform: translateY(-50%);
}
.site-footer__company-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 44px;
  content: "";
}
.site-footer__company-link > img,
.site-footer__company-link > span {
  position: relative;
}
@media (min-width: 751px) {
  .site-footer__company-link {
    height: 7rem;
    gap: 2rem;
    font-size: 1.8rem;
  }
  .site-footer__company-link::before {
    height: 7rem;
  }
}
.site-footer__company-link img {
  width: 1.7rem;
}
@media (min-width: 751px) {
  .site-footer__company-link img {
    width: 2.5rem;
  }
}
.site-footer__phone {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  gap: 0.5rem;
}
@media (min-width: 751px) {
  .site-footer__phone {
    margin-top: 1rem;
    gap: 1.5rem;
  }
}
.site-footer__phone-number {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  color: #e70012;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.site-footer__phone-number::before {
  position: absolute;
  top: calc(-1rem + 1px);
  left: 0;
  width: 100%;
  height: 44px;
  content: "";
}
@media (min-width: 751px) {
  .site-footer__phone-number::before {
    top: calc(-2rem + 1px);
  }
}
.site-footer__phone-prefix {
  font-size: 2rem;
  letter-spacing: 0.08em;
}
@media (min-width: 751px) {
  .site-footer__phone-prefix {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
.site-footer__phone-digits {
  letter-spacing: 0.08em;
}
@media (min-width: 751px) {
  .site-footer__phone-digits {
    letter-spacing: 0.12em;
  }
}
.site-footer__hours {
  display: flex;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media (max-width: 750px) {
  .site-footer__hours {
    flex-direction: column;
  }
}
@media (min-width: 751px) {
  .site-footer__hours {
    align-items: center;
    gap: 1rem;
    font-size: 1.4rem;
  }
}
.site-footer__instagram {
  display: flex;
  align-items: flex-start;
  width: 36rem;
  margin: 2rem 0 0 -1.2rem;
  gap: 0.7rem;
}
@media (min-width: 751px) {
  .site-footer__instagram {
    width: 44.3rem;
    margin: 1.5rem 0 0;
    gap: 2rem;
  }
}
.site-footer__instagram-icon {
  flex: 0 0 auto;
  width: 8.6rem;
}
@media (min-width: 751px) {
  .site-footer__instagram-icon {
    width: 9.4rem;
  }
}
.site-footer__instagram-message {
  flex: 0 0 auto;
  width: 26.7rem;
}
@media (min-width: 751px) {
  .site-footer__instagram-message {
    width: 33.2rem;
  }
}
.site-footer__instagram-message img {
  width: 100%;
}
.site-footer__copyright {
  display: block;
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media (min-width: 751px) {
  .site-footer__copyright {
    margin-top: 2rem;
  }
}
