@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: "Roboto", "Noto Sans Japanese", "Arial", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  color: #470000;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  text-decoration: none;
}

/**
 * Remove default margin.
 */
body, dl, dt, dd, ul, li, p, h1, h2, h3, img, p {
  margin: 0;
  padding: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:hover, a:active {
  outline: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  vertical-align: bottom;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* **************************** PC表示 **************************** */
@media print, screen and (min-width: 641px) {
  html,
  body {
    min-width: 980px;
  }
  body {
    font-size: 16px;
  }
  a:hover {
    opacity: 0.6;
  }
}
@media (min-width: 576px) {
  html,
  body {
    min-width: 600px;
  }
  body {
    font-size: 16px;
  }
  a:hover {
    opacity: 0.6;
  }
  .pc-none {
    display: none;
  }
}
.sp-only {
  display: block;
}
@media screen and (min-width: 576px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}

.pc-tb-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-tb-only {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .pc-only {
    display: block;
  }
}

.btn-txt {
  font-weight: 700;
}

body {
  font-family: "Noto Sans JP", Arial, "Hiragino Sans", sans-serif;
  margin: 0;
  color: #4A4A4A;
  line-height: 1.6;
  font-weight: 500;
}

.l-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-section {
  padding: 80px 0;
}

.c-section-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 32px;
}
.c-section-text-small {
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .c-section-text-small {
    font-size: 20px;
  }
}
.c-section-btn {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  margin: 0 auto;
  padding: 15px 75px 15px 65px;
}
@media screen and (min-width: 992px) {
  .c-section-btn {
    font-size: 18px;
  }
}
.c-section-btn::after {
  content: "";
  background-image: url("/mealkit/assets/img/pic_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 2px;
}
.c-section-btn__red {
  background-color: #ff514d;
}
.c-section-btn__yellow {
  background-color: #ffb133;
}
.c-section-btn__green {
  background-color: #4cd8a9;
}
.c-section-btn__brown {
  background-color: #c1a57b;
}
.c-section-btn__primary {
  background-color: #56b268;
}
.c-section-btn__large {
  background-color: #4cd8a9;
  width: 60%;
  font-size: 20px;
  margin-top: 30px;
  text-align: center;
  padding: 15px 50px 15px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .c-section-btn__large {
    font-size: 30px;
    padding-bottom: 17px;
    max-width: 500px;
  }
}
@media screen and (min-width: 992px) {
  .c-section-btn__large {
    margin-top: 55px;
  }
}
.c-section-btn__large::after {
  width: 25px;
  height: 25px;
  right: 18px;
}
@media screen and (min-width: 992px) {
  .c-section-btn__large::after {
    width: 30px;
    height: 30px;
    top: 6px;
  }
}
.c-section-underline {
  color: #ff6b4a;
  -webkit-text-decoration: underline 2px solid #ff6b4a;
          text-decoration: underline 2px solid #ff6b4a;
  text-underline-offset: 3px;
}

.c-section-wave {
  position: relative;
}
.c-section-wave::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 8vh;
  background-size: 100% 101%;
  background-position: center bottom;
  -webkit-transform: scaleY(1.1) translateY(-50%);
          transform: scaleY(1.1) translateY(-50%);
  background-repeat: repeat-x;
  margin-bottom: -1px;
  z-index: 1;
}
@media screen and (min-width: 1600px) {
  .c-section-wave::before {
    background-size: contain;
  }
}

@media screen and (min-width: 992px) {
  .p-recommend .c-section-wave::before {
    top: -20px;
  }
}

.wave-gray {
  background-color: #f5f5ee;
}
.wave-gray::before {
  background-image: url(/mealkit/assets/img/wave-gray.svg);
}
@media (min-width: 900px) {
  .wave-gray::before {
    background-image: url(/mealkit/assets/img/wave-gray-pc.svg);
  }
}
.wave-gray-under::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  height: 8vh;
  background-image: url(/mealkit/assets/img/wave-gray.svg);
  -webkit-transform: rotate(180deg) translateY(-50%);
          transform: rotate(180deg) translateY(-50%);
  background-size: 100% 101%;
  background-repeat: repeat-x;
  z-index: 1;
}
@media screen and (min-width: 1600px) {
  .wave-gray-under::after {
    background-size: contain;
  }
}
@media (min-width: 900px) {
  .wave-gray-under::after {
    background-image: url(/mealkit/assets/img/wave-gray-pc.svg);
  }
}
.wave-green {
  background-color: #ddf0e1;
}
.wave-green::before {
  background-image: url(/mealkit/assets/img/wave-green.svg);
}
@media (min-width: 900px) {
  .wave-green::before {
    background-image: url(/mealkit/assets/img/wave-green-pc.svg);
  }
}

.sp-tel {
  pointer-events: auto;
  cursor: pointer;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .sp-tel[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

/* アニメーション */
.anim-box {
  opacity: 0;
}

.anim-box.fade-top.is-animated {
  -webkit-animation: fadeTop 0.5s ease forwards;
          animation: fadeTop 0.5s ease forwards;
  opacity: 1;
}

.anim-box.fade-in.is-animated {
  -webkit-animation: fadeIn 0.5s ease forwards;
          animation: fadeIn 0.5s ease forwards;
  opacity: 1;
}

@-webkit-keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-top-video-box.anim-box.fade-in,
.p-top-txt-box.anim-box.fade-top {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

/* header */
.header {
  position: fixed;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 1000;
  top: 0;
}
.header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.header-outer {
  background: #fff;
}
.header-inner {
  height: 46px;
  margin: 0 auto;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
}
@media screen and (min-width: 992px) {
  .header-inner {
    height: 77px;
  }
}
.header-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  z-index: 1001;
}
.header-logo-img {
  width: 25%;
  max-height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}
.header-logo-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-weight: 900;
  margin-top: 5px;
  font-size: clamp(1.25rem, 1.108rem + 0.61vw, 1.563rem);
  -webkit-transition: font-size 0.4s ease-in-out;
  transition: font-size 0.4s ease-in-out;
}
@media screen and (min-width: 992px) {
  .header-logo-txt {
    font-size: 25px;
  }
}
.header-logo-txt-sm {
  font-size: 0.6em;
}
.header-logo-txt-lg {
  margin-top: -5px;
}

/* nav */
.header-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-nav {
  display: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 10px;
}
@media screen and (min-width: 1007px) {
  .header-nav {
    display: block;
  }
}
.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header-nav-list a {
  color: #333;
  font-size: 14px;
  position: relative;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
@media screen and (min-width: 992px) {
  .header-nav-list a {
    font-size: 16px;
  }
}
.header-nav-list a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #56b268;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
.header-nav-list a:hover {
  color: #56b268;
}
.header-nav-list a:hover::after {
  width: 100%;
}
.header-btn-grp {
  text-align: right;
  margin-bottom: 10px;
}
.header-nav-btn {
  color: #fff;
  margin-left: auto;
  padding: 5px 25px;
  border-radius: 10px;
  margin-left: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.header-nav-btn__red {
  background-color: #ff514d;
}
.header-nav-btn__green {
  background-color: #4cd8a9;
}

/* hamburger */
.header-hamburger {
  display: block;
  width: 48px;
  height: 48px;
  background: none;
  border: none;
  position: relative;
  z-index: 1001;
  cursor: pointer;
}
@media screen and (min-width: 1007px) {
  .header-hamburger {
    display: none;
  }
}
.header-hamburger span {
  display: block;
  position: absolute;
  left: 12px;
  width: 24px;
  height: 2px;
  background-color: #56b268;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header-hamburger span:nth-child(1) {
  top: 16px;
}
.header-hamburger span:nth-child(2) {
  top: 23px;
}
.header-hamburger span:nth-child(3) {
  top: 30px;
}
.header-hamburger.is-active span:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}
.header-hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.header-hamburger.is-active span:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}
.header-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #fff;
  padding-top: 100px;
  -webkit-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out;
  z-index: 1000;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.5s linear, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.5s linear;
  transition: transform 0.4s ease-in-out, opacity 0.5s linear, -webkit-transform 0.4s ease-in-out;
}
.header-drawer.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.header-drawer-inner {
  width: 100%;
  height: calc(100vh - 170px);
  padding-bottom: 100px;
  overflow-y: auto;
}
.header-drawer-list {
  list-style: none;
  padding: 0;
  width: 90%;
  max-width: 315px;
  margin: 0 auto 40px;
}
.header-drawer-list a li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 3px;
  color: var(--text-main);
  font-size: 16px;
  color: #333;
  position: relative;
  padding: 18px 17.5px;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
.header-drawer-btn-grp {
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.header-drawer-btn-grp a {
  text-align: center;
  display: block;
  margin: 17px 0;
  padding: 15px 0;
  width: 100%;
  max-width: 280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* sticky-nav */
.sticky-nav {
  position: fixed;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.sticky-nav__green {
  background-color: #4cd8a9;
}
.sticky-nav__yellow {
  background-color: #ffb133;
}
.sticky-nav__red {
  background-color: #ff514d;
}
@media (max-width: 991px) {
  .sticky-nav {
    left: 0;
    bottom: 0;
    width: 100%;
    gap: 0;
    -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  }
  .sticky-nav-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
  }
  .sticky-nav-btn:hover {
    opacity: 1;
  }
  .sticky-nav-btn-txt:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 992px) {
  .sticky-nav {
    right: -20px;
    top: 20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sticky-nav-btn {
    width: 50px;
    height: 100px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    padding-right: 20px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    -webkit-transition: background-color 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, background-color 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, background-color 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }
  .sticky-nav-btn:hover {
    -webkit-transform: scale(1.1) translateX(-5px);
            transform: scale(1.1) translateX(-5px);
    opacity: 1;
  }
  .sticky-nav-btn-txt:hover {
    opacity: 0.6;
  }
}

/* header-flag */
.header-flag {
  position: absolute;
  top: 32px;
  left: 0.2%;
  z-index: -100;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 992px) {
  .header-flag {
    top: 46px;
  }
}
.header-flag img {
  width: 87px;
}
@media screen and (min-width: 992px) {
  .header-flag img {
    width: 120px;
  }
}

@media screen and (min-width: 992px) {
  /* js */
  .header-inner.is-compact {
    height: 45px;
  }
  .header-inner.is-compact .header-nav-btn {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
  }
  .header-logo-txt.is-compact {
    font-size: 20px;
  }
  .header-nav.is-compact {
    margin-bottom: 30px;
  }
  .header-flag.is-compact {
    top: 13px;
  }
}
/* メイン */
/* top */
.p-top {
  background-color: #fff;
  margin-top: 65px;
  margin-bottom: 70px;
}
@media screen and (min-width: 992px) {
  .p-top {
    margin-top: 83px;
    margin-bottom: 30px;
  }
}
.p-top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-top-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
  }
}
.p-top-video-box {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .p-top-video-box {
    -webkit-box-flex: 6.5;
        -ms-flex: 6.5;
            flex: 6.5;
    position: relative;
    overflow: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-video-box {
    -webkit-box-flex: 6.1;
        -ms-flex: 6.1;
            flex: 6.1;
  }
}
.p-top-video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (min-width: 992px) {
  .p-top-video {
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    -o-object-position: center center;
       object-position: center center;
  }
}
.p-top-video__sp {
  display: block;
  width: 100%;
  height: clamp(27.813rem, -0.61rem + 142.11vw, 87.5rem);
  -o-object-position: 0 0;
     object-position: 0 0;
}
@media screen and (min-width: 992px) {
  .p-top-video__sp {
    display: none;
  }
}
.p-top-video__pc {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-top-video__pc {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 480px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-txt-box {
    -webkit-box-flex: 3.5;
        -ms-flex: 3.5;
            flex: 3.5;
    width: 60%;
    position: relative;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-txt-box {
    -webkit-box-flex: 3.9;
        -ms-flex: 3.9;
            flex: 3.9;
  }
}
@media screen and (min-width: 992px) {
  .p-top-txt-item {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-53%, -50%);
            transform: translate(-53%, -50%);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-txt-item {
    -webkit-transform: translate(-51%, -51%);
            transform: translate(-51%, -51%);
  }
}
.p-top-txt-img {
  width: 80%;
  max-width: 367px;
  min-width: 200px;
  display: block;
  margin: 40px auto 30px;
}
@media screen and (min-width: 992px) {
  .p-top-txt-img {
    width: 80%;
    margin-top: 0;
  }
}

/* recommend */
.p-recommend {
  margin-top: -4px;
}
.p-recommend-container {
  padding-top: 25px;
  padding-bottom: 0;
}
.p-recommend-title {
  position: relative;
  z-index: 10;
  display: block;
  margin: 0 auto 33px;
  width: 70%;
  min-width: 236px;
  max-width: 400px;
}
.p-recommend-img {
  width: 93%;
  max-width: 1000px;
  display: block;
  margin: 0 auto;
  bottom: 0;
}

/* about */
.p-about {
  background-image: url("/mealkit/assets/img/bg-about.jpg");
  background-size: contain;
  padding-top: 40px;
  padding-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .p-about {
    padding-top: 70px;
    padding-bottom: 85px;
  }
}
.p-about-container {
  max-width: 1030px;
}
.p-about-item {
  display: block;
  width: clamp(7.313rem, 4.727rem + 11.03vw, 13rem);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 800px;
  margin: 0 auto;
}
.p-about-txt-box {
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  margin-top: -25px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-about-txt-box {
    padding: 68px 20px;
  }
}
.p-about-title {
  width: 90%;
  max-width: 500px;
}
@media screen and (min-width: 992px) {
  .p-about-subtitle {
    line-height: 2.2;
    font-size: 26px;
    font-weight: 600;
  }
}
.p-about-txt-img {
  display: block;
  margin: 0 auto 10px;
  width: 40%;
  max-width: 222px;
  min-width: 120px;
}
.p-about-dashed {
  width: 95%;
  height: 2px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  vertical-align: middle;
  margin: 20px 0 33px;
}
@media screen and (min-width: 992px) {
  .p-about-dashed {
    margin: 40px 0;
  }
}
.p-about-accent {
  color: #ff6b4a;
}
.p-about-underline {
  font-size: clamp(1.25rem, 0.966rem + 1.21vw, 1.875rem);
  color: #ff6b4a;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffe5a1));
  background: linear-gradient(transparent 60%, #ffe5a1 60%);
}
.p-about-small {
  font-size: 15px;
}
.p-about-text {
  line-height: 2;
  margin: 40px 0 30px;
}
@media screen and (min-width: 768px) {
  .p-about-text {
    font-size: 18px;
    font-weight: 400;
  }
}
.p-about-subtext {
  display: inline;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  font-size: clamp(0.75rem, 0.693rem + 0.24vw, 0.875rem);
  color: #56b268;
  background-color: #eef7f0;
  padding: 0.4em 0.1em 0.4em 0.5em;
  line-height: 2.8;
  font-weight: 700;
}
.p-about-img {
  width: calc(100% - 20px);
  margin-top: 27px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 830px;
}
@media screen and (min-width: 992px) {
  .p-about-img {
    margin-top: 40px;
  }
}

/* point */
.p-point-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 10px;
}
@media screen and (min-width: 768px) {
  .p-point-container {
    margin-top: 0;
  }
}
.p-point-box {
  margin: 0 0 83px;
}
.p-point-box:first-child {
  padding-top: 40px;
}
.p-point-box:last-child {
  margin-bottom: 68px;
}
@media screen and (min-width: 992px) {
  .p-point-box:last-child {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .p-point-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-point-box__reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-point-main-title {
  background-color: #56b268;
  position: relative;
  padding-bottom: clamp(8.75rem, 2.946rem + 29.02vw, 20.938rem);
}
@media screen and (min-width: 992px) {
  .p-point-main-title {
    padding-bottom: clamp(20rem, 3.606rem + 26.44vw, 23.438rem);
  }
}
.p-point-main-title img {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  max-width: clamp(17.5rem, 7.784rem + 41.45vw, 38.875rem);
}
.p-point-content {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .p-point-content {
    padding-bottom: 20px;
    width: 65%;
  }
}
.p-point-item {
  width: 90px;
}
@media screen and (min-width: 576px) {
  .p-point-item {
    width: clamp(5.625rem, 2.206rem + 14.59vw, 11.25rem);
    max-width: 180px;
  }
}
.p-point-title-box {
  margin-top: 10px;
  margin-bottom: 20px;
}
.p-point-title-box img:nth-of-type(2) {
  margin-top: 10px;
}
.p-point-title {
  max-height: 24px;
  display: block;
}
@media screen and (min-width: 576px) {
  .p-point-title {
    max-height: 32px;
  }
}
@media screen and (min-width: 576px) {
  .p-point-text {
    font-size: 20px;
  }
}
.p-point-images {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-point-images {
    width: 70%;
  }
}
.p-point-img {
  display: block;
  width: 100%;
  margin: 25px auto 0;
  max-width: 500px;
}
@media screen and (min-width: 576px) {
  .p-point-img {
    width: 100%;
    margin: 30px auto;
    max-width: 650px;
  }
}
@media screen and (min-width: 992px) {
  .p-point-img {
    margin: 30px 0;
  }
}

.p-point-box__reverse .p-point-images {
  margin-right: 80px;
}

/* menu */
.p-menu {
  background-image: url("/mealkit/assets/img/bg-menu.jpg");
  background-size: 900px;
  padding-top: 90px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-menu {
    background-image: url("/mealkit/assets/img/bg-menu-pc.jpg");
    background-size: 1300px;
    padding-top: 130px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 992px) {
  .p-menu {
    background-size: 1600px;
    padding-bottom: 130px;
  }
}
.p-menu-current {
  position: relative;
  z-index: 10;
  text-align: center;
}
.p-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-bottom: 30px;
}
.p-menu-bubble {
  width: 90%;
  max-width: 330px;
}
@media screen and (min-width: 576px) {
  .p-menu-bubble {
    max-width: 380px;
  }
}
@media screen and (min-width: 992px) {
  .p-menu-bubble {
    max-width: 445px;
  }
}
.p-menu-current-date {
  color: #56b268;
  font-size: clamp(2.25rem, 1.426rem + 3.52vw, 4.063rem);
  font-weight: 900;
  line-height: 1;
  margin: 10px 0;
}
@media screen and (min-width: 576px) {
  .p-menu-current-date {
    line-height: 1.3;
    margin: 10px 0 20px;
  }
}
.p-menu-small-text {
  font-size: clamp(1.25rem, 0.398rem + 3.64vw, 3.125rem);
}
.p-menu-text {
  font-size: clamp(0.875rem, 0.648rem + 0.97vw, 1.375rem);
}
.p-menu-current-img {
  width: 100%;
  margin: 30px 0 90px;
  max-width: 1000px;
}
.p-menu-prev-title {
  color: #56b268;
  font-size: clamp(1.875rem, 1.477rem + 1.7vw, 2.75rem);
}
.p-menu-prev-img {
  width: 15%;
  max-width: 287px;
  min-width: 84px;
  display: block;
  margin: 15px auto 25px;
}
.p-menu-btn {
  max-width: 323px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 0 20px;
  padding: 15px 45px 15px 40px;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .p-menu-btn {
    font-size: 20px;
    max-width: 482px;
    padding: 13px 79px 15px 79px;
  }
}

.p-menu-slider-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.p-menu-slider {
  -webkit-animation: scroll-left 20s infinite linear 0.5s both;
          animation: scroll-left 20s infinite linear 0.5s both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-menu-slide {
  width: calc((100vw - 40px) / 1);
  list-style: none;
  margin: 20px 15px 40px 0;
  max-width: 400px;
}
.p-menu-slide img {
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-menu-slide {
    width: 50vw;
    margin: 20px 25px 40px 0;
  }
}
@media screen and (min-width: 992px) {
  .p-menu-slide {
    width: 33.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-menu-slide {
    width: 25vw;
  }
}
.p-menu-slide img {
  display: block;
  width: 100%;
}

@-webkit-keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* customer */
.p-customer {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .p-customer {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 992px) {
  .p-customer {
    padding-bottom: 140px;
  }
}
.p-customer-container {
  max-width: 1041px;
}
.p-customer-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 576px) {
  .p-customer-title {
    margin-bottom: 40px;
  }
}
.p-customer-title img:nth-child(1) {
  display: block;
  width: 60%;
  margin-bottom: 20px;
  max-width: 260px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 576px) {
  .p-customer-title img:nth-child(1) {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-customer-title img:nth-child(1) {
    margin: 0 auto 20px;
    -webkit-transform: translateX(-60%);
            transform: translateX(-60%);
  }
}
.p-customer-title img:nth-child(2) {
  display: block;
  width: 80%;
  max-width: 351px;
  margin: 0 auto;
}
.p-customer-img {
  width: 100%;
  display: block;
  margin: 0 auto clamp(1.25rem, -0.837rem + 8.91vw, 3.438rem);
}
@media screen and (min-width: 768px) {
  .p-customer-img {
    margin: 0 auto 20px;
  }
}
.p-customer-img:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-customer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

/* faq */
.p-faq {
  padding-bottom: 70px;
}
@media screen and (min-width: 992px) {
  .p-faq {
    padding-bottom: 150px;
  }
}
.p-faq-pic {
  display: block;
  width: 80px;
  margin: 0 auto;
}
.p-faq-title {
  display: block;
  max-width: 289px;
  width: 70%;
  margin: 20px auto 40px;
}
.p-faq-text {
  text-align: center;
  margin-bottom: 50px;
  font-size: clamp(1rem, 0.83rem + 0.73vw, 1.375rem);
}
.p-faq-list {
  max-width: 900px;
  margin: 0 auto;
}
.p-faq-item {
  position: relative;
  background: #fff;
  margin-bottom: 15px;
  border-radius: 12px;
  border: 2px solid #eef2f0;
  overflow: hidden;
  -webkit-transition: border-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out;
}
.p-faq-item.is-open {
  border-color: #56b268;
}
.p-faq-item.is-open .p-faq-q-txt::after {
  opacity: 1;
}
.p-faq-q {
  padding: 20px 60px 20px 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 9px;
  position: relative;
}

.p-faq .l-container {
  position: relative;
  z-index: 10;
}

.p-faq-q-icon,
.p-faq-a-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 31px;
  margin-top: -3px;
}

.p-faq-q-icon {
  margin-top: 4px;
  margin-right: 9px;
}

.p-faq-a-icon {
  color: #ff9d5c;
  margin-top: 4px;
}

.p-faq-q-txt::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 20px;
  right: 20px;
  height: 2px;
  background-color: #eef2f0;
  opacity: 0;
}
@media screen and (min-width: 992px) {
  .p-faq-q-txt {
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) {
  .p-faq-a-txt {
    font-size: 16px;
  }
}

/* toggle */
.p-faq-toggle {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ff9d5c;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.p-faq-toggle::before, .p-faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.p-faq-toggle::before {
  width: 14px;
  height: 2px;
}
.p-faq-toggle::after {
  width: 2px;
  height: 14px;
}

.p-faq-item.is-open .p-faq-toggle {
  background: #999;
}
.p-faq-item.is-open .p-faq-toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.p-faq-item.is-open .p-faq-a::before {
  opacity: 1;
}
.p-faq-item.is-open .p-faq-a-inner {
  opacity: 1;
}

.p-faq-a {
  display: none;
}
.p-faq-a-inner {
  padding: 0 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  -webkit-transition: opacity 0.4s ease 0.3s;
  transition: opacity 0.4s ease 0.3s;
}

.p-faq-a-txt {
  margin: 7px 0 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* order */
.p-order {
  max-width: 800px;
  padding: 70px 20px;
  margin: 0 auto 70px;
}
@media screen and (min-width: 768px) {
  .p-order {
    padding-top: 70px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 992px) {
  .p-order {
    margin-bottom: 120px;
  }
}
.p-order-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.p-order-title h2 {
  text-align: center;
  position: relative;
  font-size: 28px;
}
.p-order-title h2::before {
  content: "";
  display: inline-block;
  background-image: url("/mealkit/assets/img/pic_order-underline.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -15px;
  right: -41px;
  width: 290px;
  height: 50px;
}
.p-order-flow-title {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 30px;
  display: block;
}
.p-order-intro {
  background-color: #fff;
  padding: 20px 30px;
  border: 3px solid #56b268;
  border-radius: 10px;
  margin-bottom: 50px;
}
.p-order-intro-title {
  color: #56b268;
  font-size: clamp(1.375rem, 1.318rem + 0.24vw, 1.5rem);
  margin: 5px 0 20px;
}
.p-order-intro-text {
  font-size: 16px;
  margin: 15px 0 10px;
}
.p-order-intro ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-order-intro-step {
  font-size: clamp(1.125rem, 1.068rem + 0.24vw, 1.25rem);
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.4;
}
.p-order-intro-step::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #56b268;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 25px;
  width: 25px;
  font-size: 85%;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 2px;
  left: 0;
  padding-bottom: 2px;
}
.p-order-intro-accent {
  color: #ff6b4a;
}
.p-order-intro-note {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
}
.p-order-step-box {
  margin-bottom: 20px;
}
.p-order-step {
  display: grid;
  grid-template-columns: 1fr 4fr;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  gap: 20px;
}
.p-order-icon {
  width: 65px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
.p-order-number {
  display: inline-block;
  color: #ff6b4a;
  background-color: #ffebde;
  border-radius: 20px;
  padding: 3px 12px 5px;
  margin-bottom: 10px;
  font-size: clamp(1rem, 0.943rem + 0.24vw, 1.125rem);
}
.p-order-content h4 {
  font-size: clamp(1.25rem, 1.136rem + 0.48vw, 1.5rem);
  margin: 0 0 5px;
}
@media screen and (min-width: 992px) {
  .p-order-content h4 {
    margin: 0 0 10px;
  }
}
.p-order-text {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.5;
  margin: 0 0 5px;
  font-size: 14px;
}
.p-order-text::before {
  content: "●";
  position: absolute;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  left: 0;
  top: 0;
  width: 1.2em;
  text-align: center;
  color: #56b268;
}
.p-order-note {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 15px;
  font-size: 14px;
}
.p-order-arrow img {
  width: 42px;
  display: block;
  margin: 15px auto;
}

.application-flow__container {
  background-color: #fff2ce;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 45px;
  max-width: 386px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.application-flow__container-title {
  color: #333;
  font-size: 17px;
}
.application-flow__container.is-mealkit {
  text-align: center;
}

.form-wrap input {
  color: #333;
  padding: 10px 12px;
  margin-right: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #999;
  border-radius: 10px;
  font-size: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 243px;
}
.form-wrap input::-webkit-input-placeholder {
  color: #ccc;
}
.form-wrap input::-moz-placeholder {
  color: #ccc;
}
.form-wrap input:-ms-input-placeholder {
  color: #ccc;
}
.form-wrap input::-ms-input-placeholder {
  color: #ccc;
}
.form-wrap input::placeholder {
  color: #ccc;
}
.form-wrap input:focus {
  outline: none;
  border: 2px solid #ff6b4a;
}
@media screen and (min-width: 576px) {
  .form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px;
  }
  .form-wrap form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .form-wrap input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.btnDeliAreaMealkit {
  max-width: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background-color: #ff6b4a;
  color: #fff;
  padding: 10px 28px 10px 14px;
  font-size: 15px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.btnDeliAreaMealkit::after {
  content: "";
  background-image: url("/mealkit/assets/img/pic_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 2px;
}

.zipCautionMealkit {
  margin-top: 10px;
  color: #CC0000;
  margin-right: auto;
}

.form-result .search {
  display: block;
  color: #2D85C6;
  text-decoration: underline;
}

.form-result__top {
  margin-top: 10px;
  font-size: 15px;
}
.form-result__logo {
  width: 23%;
  max-width: 130px;
  margin: 0 auto 10px;
}
.form-result__logo img {
  display: block;
  width: 100%;
}
.form-result__wrap {
  margin-top: 7%;
  padding: 6% 8% 3.7%;
  background-color: #fff;
  border-radius: 30px;
}
.form-result dl dd {
  color: #333;
  text-align: center;
}
.form-result dl dd.active {
  color: #D5000F;
  font-weight: 900;
}

/* footer */
.footer {
  padding-top: 55px;
  padding-bottom: 80px;
}
@media screen and (min-width: 992px) {
  .footer {
    padding-bottom: 65px;
  }
}
.footer-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.footer-info-box {
  border: 1px solid #878783;
  padding: 20px 20px;
  display: inline-block;
  text-align: left;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .footer-info-box {
    margin-bottom: 75px;
  }
}
.footer-info-title {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 15px 0;
  letter-spacing: 0.05em;
}
.footer-info-text {
  font-size: 14px;
  margin: 4px 0;
  line-height: 1.7;
}
.footer-logo {
  margin-bottom: 10px;
}
.footer-logo img {
  width: 53px;
}
.footer-copy-sec {
  font-size: 14px;
  color: #959696;
}
.footer-copy-en {
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 15px;
}
.footer-copy-jp {
  margin: 0;
  line-height: 1.8;
  opacity: 0.9;
}

.footer .sp-tel {
  color: #4A4A4A;
}/*# sourceMappingURL=style.css.map */