@charset "UTF-8";

:root {
  --lp-blue: #00ACCF;
  --lp-width: 390px;
}

html {
  background: var(--lp-blue);
}

body {
  background: var(--lp-blue);
}

body.l-top {
  width: auto;
  min-width: 0;
  margin: 0;
}

.lp-anchor-nav {
  display: none;
}

@media print, screen and (min-width: 761px) {
  body {
    background: var(--lp-blue) url("../img/cmn/bg.png?v=20260625") no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
  }

  body.l-top::before {
    position: fixed;
    top: calc(484.75px - 19.7743vw);
    left: calc(5.9205vw - 97.5px);
    z-index: 0;
    display: block;
    width: 34.375vw;
    aspect-ratio: 990 / 1139;
    background: url("../img/udon.png?v=20260625") no-repeat center / contain;
    content: "";
    pointer-events: none;
  }
}

@media print, screen and (min-width: 1440px) {
  body.l-top::before {
    top: 200px;
    left: calc(25vw - 372.25px);
    width: 495px;
  }
}

.l-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--lp-width);
  margin: 0 auto;
  overflow: hidden;
  background: var(--lp-blue);
}

.lp-main {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: var(--lp-blue);
}

.lp-section {
  position: relative;
  background: var(--lp-blue);
}

.lp-image {
  display: block;
  width: 100%;
  height: auto;
}

.lp-anchor-point {
  display: block;
  height: 0;
  scroll-margin-top: 20px;
}

.is-fade-ready .lp-fade {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity .75s ease, transform .75s cubic-bezier(.2, .8, .2, 1);
  will-change: opacity, transform;
}

.is-fade-ready .lp-fade.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lp-hero {
  overflow: hidden;
  background: var(--lp-blue);
}

.lp-hero h1 {
  margin: 0;
}

.lp-hero .lp-image {
  width: 179.4872%;
  max-width: none;
  margin-left: -39.7436%;
  background: var(--lp-blue);
}

.lp-hero__foods {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.lp-hero__food {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
}

.lp-hero__food--pizza {
  top: 256px;
  left: 0;
  width: 174px;
}

.lp-hero__food--takoyaki {
  top: 313px;
  left: 240px;
  width: 176px;
}

.lp-hero__food--bread {
  top: 444px;
  left: -43px;
  width: 266px;
}

.is-fade-ready .lp-hero__food {
  opacity: 0;
  transform: translate3d(0, 14px, 0) scale(.98);
  transition: opacity .55s ease, transform .55s cubic-bezier(.2, .8, .2, 1);
  will-change: opacity, transform;
}

.is-fade-ready .lp-hero.is-visible .lp-hero__food {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.is-fade-ready .lp-hero.is-visible .lp-hero__food--pizza {
  transition-delay: .75s;
}

.is-fade-ready .lp-hero.is-visible .lp-hero__food--takoyaki {
  transition-delay: .95s;
}

.is-fade-ready .lp-hero.is-visible .lp-hero__food--bread {
  transition-delay: 1.15s;
}

.lp-intro {
  padding: 0 0 52px;
  text-align: center;
}

.lp-intro .lp-image {
  width: 312px;
  max-width: 100%;
  margin: 0 auto;
}

.lp-loop {
  --loop-width: 530px;
  --loop-gap: 18px;
  width: 100%;
  margin-bottom: 27px;
  padding: 0;
  overflow: hidden;
  background: var(--lp-blue);
}

.lp-loop__track {
  display: flex;
  width: max-content;
  animation: lpLoop 18s linear infinite;
  will-change: transform;
}

.lp-loop__track img {
  flex: 0 0 auto;
  width: var(--loop-width);
  max-width: none;
  margin-right: var(--loop-gap);
}

@keyframes lpLoop {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(calc((var(--loop-width) + var(--loop-gap)) * -1), 0, 0);
  }
}

.lp-real {
  position: relative;
  padding-bottom: 0;
  background: var(--lp-blue);
}

.lp-anchor-point--recommend {
  position: absolute;
  top: 66%;
  left: 0;
}

.lp-real .lp-image {
  width: 350px;
  max-width: 100%;
  margin: 0 auto;
  background: var(--lp-blue);
}

.lp-real__item + .lp-real__item {
  margin-top: 45px;
}

.is-fade-ready .lp-real__item:nth-child(2) {
  transition-delay: .12s;
}

.is-fade-ready .lp-real__item:nth-child(3) {
  transition-delay: .24s;
}

.lp-recommend {
  position: relative;
  overflow: hidden;
  background: var(--lp-blue);
}

.lp-recommend__image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
}

.lp-days {
  position: relative;
  margin-top: 18px;
}

.lp-days::before {
  position: absolute;
  top: -19px;
  left: 0;
  display: block;
  width: 100%;
  height: 20px;
  background: #000;
  content: "";
  pointer-events: none;
}

.lp-days .lp-image {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}

.is-fade-ready .lp-days.lp-fade,
.is-fade-ready .lp-message.lp-fade {
  transform: translate3d(0, 0, 0);
  transition: opacity .75s ease;
  will-change: opacity;
}

.is-fade-ready .lp-days.lp-fade.is-visible,
.is-fade-ready .lp-message.lp-fade.is-visible {
  transform: translate3d(0, 0, 0);
}

.lp-message {
  position: relative;
  z-index: 2;
  margin-top: -52.5px;
  background: transparent;
}

.lp-message .lp-image {
  width: var(--lp-width);
  max-width: 100%;
  margin: 0 auto;
}

.lp-outline {
  margin-top: 14px;
}

.lp-outline .lp-image {
  width: 89.7436%;
  margin: 0 auto;
}

.lp-qa {
  padding: 0 0 69.6px;
  background: var(--lp-blue);
  scroll-margin-top: 20px;
}

.lp-qa__heading {
  margin: 40px 0 0;
  text-align: center;
}

.lp-qa__heading img {
  display: block;
  width: 56px;
  height: auto;
  margin: 0 auto;
}

.lp-qa__list {
  display: flex;
  width: 350px;
  max-width: calc(100% - 40px);
  margin: 12px auto 0;
  flex-direction: column;
  gap: 13px;
}

.lp-qa__item {
  overflow: hidden;
  border: 1px solid #707070;
  border-radius: 5px;
  background: #FFF8EF;
  box-shadow: none;
}

.is-fade-ready .lp-qa__item {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  transition: opacity .55s ease, transform .55s cubic-bezier(.2, .8, .2, 1);
  will-change: opacity, transform;
}

.is-fade-ready .lp-qa.is-visible .lp-qa__item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.is-fade-ready .lp-qa.is-visible .lp-qa__item:nth-child(2) {
  transition-delay: .08s;
}

.is-fade-ready .lp-qa.is-visible .lp-qa__item:nth-child(3) {
  transition-delay: .16s;
}

.is-fade-ready .lp-qa.is-visible .lp-qa__item:nth-child(4) {
  transition-delay: .24s;
}

.is-fade-ready .lp-qa.is-visible .lp-qa__item:nth-child(5) {
  transition-delay: .32s;
}

.is-fade-ready .lp-qa.is-visible .lp-qa__item:nth-child(6) {
  transition-delay: .4s;
}

.lp-qa__question {
  display: grid;
  width: 100%;
  min-height: 76px;
  grid-template-columns: 15px minmax(0, 256.31px) 19px;
  column-gap: 11px;
  align-items: start;
  padding: 16px 16px 15px 18px;
  border: 0;
  background: transparent;
  color: #1C1C1C;
  cursor: pointer;
  font-family: "源ノ角ゴシック JP", "Source Han Sans JP", "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 24px;
  text-align: left;
}

.lp-qa__question-text {
  min-width: 0;
}

.lp-qa__q-icon,
.lp-qa__a-icon {
  display: block;
  width: 14px;
}

.lp-qa__q-icon {
  align-self: start;
  margin-top: 0;
}

.lp-qa__q-icon img,
.lp-qa__a-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-qa__toggle {
  display: block;
  width: 19px;
  height: 25px;
  justify-self: end;
  background: url("../img/plus.png") no-repeat center;
  background-size: contain;
}

.lp-qa__question[aria-expanded="true"] .lp-qa__toggle {
  position: relative;
  width: 19px;
  height: 19px;
  background-image: none;
}

.lp-qa__question[aria-expanded="true"] .lp-qa__toggle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 19px;
  color: #00ACCF;
  content: "-";
  font-family: "けいふぉんと", "Keifont", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  transform: translate(-50%, -50%);
}

.lp-qa__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .36s ease;
}

.lp-qa__answer-inner {
  display: grid;
  grid-template-columns: 14px minmax(0, 256.31px);
  column-gap: 12px;
  padding: 0 16px 20px 18px;
  color: #1C1C1C;
  font-family: "りょうゴシック PlusN", "Ryo Gothic PlusN", "Yu Gothic", "游ゴシック体", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
  text-align: left;
}

.lp-qa__a-icon {
  align-self: start;
  margin-top: 0;
}

.lp-qa__answer p {
  min-width: 0;
  margin: 0;
}

.lp-line {
  position: relative;
  padding: 0;
  background: var(--lp-blue);
}

.lp-line__button {
  position: absolute;
  top: 21.55%;
  left: 5.1282%;
  z-index: 3;
  display: block;
  width: 89.7436%;
  height: auto;
}

.lp-line__button img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-line__foods {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.lp-line__food {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
}

.lp-line__food--pizza {
  top: 610px;
  left: 0;
  width: 174px;
}

.lp-line__food--takoyaki {
  top: 667px;
  left: 240px;
  width: 176px;
}

.lp-line__food--bread {
  top: 798px;
  left: -43px;
  width: 266px;
}

.is-fade-ready .lp-line__food {
  opacity: 0;
  transform: translate3d(0, 14px, 0) scale(.98);
  transition: opacity .55s ease, transform .55s cubic-bezier(.2, .8, .2, 1);
  will-change: opacity, transform;
}

.is-fade-ready .lp-line.is-visible .lp-line__food {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.is-fade-ready .lp-line.is-visible .lp-line__food--pizza {
  transition-delay: .75s;
}

.is-fade-ready .lp-line.is-visible .lp-line__food--takoyaki {
  transition-delay: .95s;
}

.is-fade-ready .lp-line.is-visible .lp-line__food--bread {
  transition-delay: 1.15s;
}

.lp-footer {
  position: relative;
  margin-top: -1px;
  background: #02050A;
}

.lp-footer__link {
  position: absolute;
  top: 16.4706%;
  height: 25.8824%;
  z-index: 2;
}

.lp-footer__link--company {
  left: 15.1282%;
  width: 21.0256%;
}

.lp-footer__link--privacy {
  left: 38.8462%;
  width: 45.7692%;
}

@media print, screen and (min-width: 761px) {
  .l-wrapper {
    box-shadow: 0 0 28px rgba(0, 0, 0, .18);
  }

  .lp-anchor-nav {
    display: block;
    position: fixed;
    top: calc(50% + 15px);
    left: calc(50% + (var(--lp-width) / 2) + 70px);
    z-index: 20;
    transform: translateY(-50%);
    color: #000;
    font-family: "源ノ角ゴシック JP", "Source Han Sans JP", "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .lp-anchor-nav a {
    position: relative;
    display: inline-block;
    color: inherit;
  }

  .lp-anchor-nav a.is-current::before {
    position: absolute;
    top: 50%;
    left: -14px;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    content: "";
    transform: translateY(-50%);
  }
}

@media print, screen and (max-width: 430px) {
  .lp-loop {
    --loop-width: 136vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  .is-fade-ready .lp-fade {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }

  .is-fade-ready .lp-hero__food {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }

  .lp-qa__answer {
    transition: none;
  }
}
