.loader {
  position: relative;
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--themeColor);
  border: #fff 2px solid;
  --_m:
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}

@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*
Fix: override existing styles for the fixed page
*/
img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
}

:root {
  --brandColorPrimary: #37ade0;
  --brandColorSecondary: initial;
  --themeColor: #db7980;
  --surfaceColorBase: #fff;
  --surfaceColorSubtle: #f8f5f5;
  --surfaceColorHeading: #fdecf1;
  --shadowColorBaseRGB: 0, 0, 0;
  --textColorBase: #333;
  --textColorSub: initial;
  --textColorHeading: initial;
  --textColorLead: var(--themeColor);
  --textColorEmphasis: initial;
  --textColorLink: #1a73e8;
  --typeFaceEN: "Josefin Sans", sans-serif;
  --typeFaceJP: source-han-sans-japanese, sans-serif;
  --typeFaceHeading: hiragino-kaku-gothic-pron, sans-serif;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-full: calc(infinity * 1px);
  --shadow-sm: 0 2px 4px rgba(var(--shadowColorBaseRGB), 0.3);
  --shadow-md: 0 0 8px rgba(var(--shadowColorBaseRGB), 0.3);
  --border-main: 4px solid var(--themeColor);
  --halfLeading: calc((1em - 1lh) / 2);
  --space-3xs: 4px;
  --space-2xs: 8px;
  --space-xs: 16px;
  --space-sm: 24px;
  --space-md: 32px;
  --space-lg: 40px;
  --space-xl: 64px;
  --space-2xl: 96px;
  --space-3xl: 128px;
  --space-4xl: 160px;
  --stack-3xs: 4px;
  --stack-2xs: 8px;
  --stack-xs: 16px;
  --stack-sm: 24px;
  --stack-md: 32px;
  --stack-lg: 40px;
  --stack-xl: 64px;
  --stack-2xl: 96px;
  --stack-3xl: 128px;
  --stack-4xl: 160px;
}

::-moz-selection {
  background-color: #b3d7fe;
}

::selection {
  background-color: #b3d7fe;
}

html {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

body {
  position: relative;
}
body::before {
  visibility: visible;
  opacity: 1;
  z-index: 2;
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition-duration: 1s;
  transition-property: visibility, opacity;
  background-size: cover;
  background-position: center bottom;
  background-repeat: repeat-x;
}

body.is-loaded::before {
  transition-delay: 0.6s;
  visibility: hidden;
  opacity: 0;
}
body.is-loaded .loader {
  transition-delay: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.loader {
  width: 40px;
  padding: 4px;
  margin-left: -20px;
  margin-top: -20px;
  transition-duration: 1s;
  z-index: 2;
  position: fixed;
  left: 50%;
  top: 50%;
}
@media (min-width: 768px) {
  .loader {
    width: 40px;
    padding: 4px;
  }
}

.centralKitchen {
  font-size: initial;
  line-height: initial;
  line-height: 1.15;
}

body {
  color: var(--textColorBase);
  font-family: var(--typeFaceJP);
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.l-article {
  border-radius: var(--radius-md);
  background-color: var(--surfaceColorBase);
  padding-block: var(--space-xs);
  padding-inline: var(--space-sm);
  padding-inline: var(--space-3xs);
}
@media (min-width: 768px) {
  .l-article {
    padding-block: var(--space-lg);
    padding-inline: var(--space-xl);
  }
}
.l-article--margin {
  margin-block-start: clamp(24px, 16.2162162162px + calc(100 * 0.0216216216 * 1vw), 40px);
}

.l-container {
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 16px;
}
.l-container--inner {
  max-width: 780px;
}

.Heading {
  font-weight: 600;
  font-family: var(--typeFaceHeading);
}
.Heading br {
  display: none;
}
@media (min-width: 768px) {
  .Heading br {
    display: block;
  }
}
.Heading--lv2 {
  color: #8ba9a9;
  font-size: clamp(24px, 8.4324324324px + calc(100 * 0.0432432432 * 1vw), 56px);
  line-height: 1.2;
  font-weight: 300;
}
.Heading--lv3 {
  color: #d44e6e;
  font-size: clamp(15px, 10.1351351351px + calc(100 * 0.0135135135 * 1vw), 25px);
  line-height: 1.52;
  font-weight: 700;
}
@media (min-width: 768px) {
  .Heading--offset {
    margin-inline-start: -1.5em;
  }
}
.Heading--theme {
  color: var(--themeColor);
}
.Heading--border {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-bottom: #e2deca 4px solid;
  padding-block-end: 0.25em;
}

.Paragraph {
  font-size: clamp(13px, 11.5405405405px + calc(100 * 0.0040540541 * 1vw), 16px);
  line-height: 1.875;
}
.Paragraph br {
  display: none;
}
@media (min-width: 768px) {
  .Paragraph br {
    display: block;
  }
}

.PanelLink__anchor {
  background-color: var(--surfaceColorBase);
  width: 100%;
  box-shadow: 0 0 8px 0 rgba(var(--shadowColorBaseRGB), 0.3);
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  transition-duration: 0.3s;
  transition-property: opacity;
}
@media (min-width: 768px) {
  .PanelLink__anchor {
    width: auto;
    max-width: 524px;
    box-shadow: 3px 3px 6px 0 rgba(var(--shadowColorBaseRGB), 0.1);
    display: inline-grid;
    grid-template-columns: auto 1fr;
  }
}
@media (any-hover: hover) {
  .PanelLink__anchor:hover {
    opacity: 0.8;
  }
  .PanelLink__anchor:hover .PanelLink__text span::after {
    translate: calc(100% + 2px) 0;
  }
}
@media (min-width: 768px) {
  .PanelLink__fig {
    max-width: 160px;
  }
}
.PanelLink__fig img {
  width: 100%;
  display: block;
}
.PanelLink__text {
  text-align: center;
  padding-inline: var(--space-xs);
  padding-block: var(--space-xs);
}
@media (min-width: 768px) {
  .PanelLink__text {
    padding-inline: 48px;
  }
}
@media (min-width: 1100px) {
  .PanelLink__text {
    white-space: nowrap;
  }
}
.PanelLink__text span {
  color: var(--themeColor);
  font-weight: 700;
  position: relative;
  display: inline-block;
  font-size: clamp(13px, 10.5675675676px + calc(100 * 0.0067567568 * 1vw), 18px);
}
.PanelLink__text span::after {
  position: absolute;
  top: 0;
  right: -6px;
  width: 18px;
  height: 18px;
  background-image: url(../../img/central-kitchen/icn-arrow-link.png);
  background-repeat: no-repeat;
  background-size: cover;
  translate: 100% 0;
  transition-duration: 0.3s;
  transition-property: translate;
}
@media (min-width: 768px) {
  .PanelLink__text span::after {
    right: -12px;
    width: 22px;
    height: 22px;
  }
}

.centralKitchen {
  margin-block-start: 32px;
  padding-inline: 16px;
  padding-block: 32px;
  background-image: url(../../img/central-kitchen/bg-app.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.centralKitchenAbout .Heading.Heading--lv2 {
  text-align: center;
}
.centralKitchenAbout .Paragraph {
  margin-block-start: var(--stack-lg);
  margin-block-start: clamp(24px, 16.2162162162px + calc(100 * 0.0216216216 * 1vw), 40px);
}

.ck-article {
  margin-block-start: clamp(40px, 12.7567567568px + calc(100 * 0.0756756757 * 1vw), 96px);
  max-width: 1100px;
  margin-inline: auto;
}
.ck-article__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px 0;
}
@media (min-width: 768px) {
  .ck-article__inner {
    grid-template-columns: 1fr 1fr;
    gap: 0 var(--stack-sm);
  }
}
@media (min-width: 1100px) {
  .ck-article__inner {
    grid-template-columns: 1fr auto;
  }
}
@media (min-width: 768px) {
  .ck-article__text {
    display: flex;
    flex-direction: column;
  }
}
.ck-article__btn {
  padding-block-start: var(--stack-sm);
}
@media (min-width: 768px) {
  .ck-article__btn {
    margin-top: auto;
  }
}
.ck-article__btn a {
  display: block;
  transition-duration: 0.6s;
  transition-property: opacity;
}
@media (any-hover: hover) {
  .ck-article__btn a:hover {
    opacity: 0.8;
  }
}
.ck-article__btn img {
  width: 100%;
  box-shadow: 0 0 8px 0 rgba(var(--shadowColorBaseRGB), 0.3);
}
@media (min-width: 768px) {
  .ck-article__btn img {
    width: auto;
  }
}
.ck-article__fig img {
  width: 100%;
}
@media (min-width: 768px) {
  .ck-article__fig img {
    width: auto;
  }
}
.ck-article__gallery {
  margin-block-start: clamp(16px, 9.1891891892px + calc(100 * 0.0189189189 * 1vw), 30px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 var(--space-xs);
}
@media (min-width: 768px) {
  .ck-article__gallery {
    gap: 0 var(--space-lg);
  }
}

.centralKitchenMeal {
  margin-block-start: clamp(58px, 39.5135135135px + calc(100 * 0.0513513514 * 1vw), 96px);
}
.centralKitchenMeal .Heading.Heading--lv2 {
  text-align: center;
}
.centralKitchenMeal__lead {
  margin-block-start: calc(clamp(14px, 9.1351351351px + calc(100 * 0.0135135135 * 1vw), 24px) + var(--halfLeading));
  text-align: center;
  font-size: clamp(14px, 9.1351351351px + calc(100 * 0.0135135135 * 1vw), 24px);
  font-weight: 500;
  line-height: 1.25;
}
.centralKitchenMeal__inner {
  margin-block-start: calc(clamp(72px, 48.6486486486px + calc(100 * 0.0648648649 * 1vw), 120px) + var(--halfLeading));
  max-width: 1100px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px 0;
}
@media (min-width: 768px) {
  .centralKitchenMeal__inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 var(--space-sm);
  }
}

@media (min-width: 768px) {
  .ck-mealItem {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
  }
}
.ck-mealItem .Heading.Heading--lv3 {
  margin-block-start: calc(clamp(13px, 7.6486486486px + calc(100 * 0.0148648649 * 1vw), 24px) + var(--halfLeading));
  text-align: center;
}
.ck-mealItem .Paragraph {
  margin-block-start: calc(clamp(13px, 7.6486486486px + calc(100 * 0.0148648649 * 1vw), 24px) + var(--halfLeading));
}
.ck-mealItem__fig {
  margin-block-start: clamp(10px, 7.0810810811px + calc(100 * 0.0081081081 * 1vw), 16px);
  text-align: center;
}
.ck-mealItem__fig img {
  width: 100%;
}
@media (min-width: 768px) {
  .ck-mealItem__fig img {
    width: auto;
  }
}
.ck-mealItem__caption {
  text-align: center;
  font-size: clamp(13px, 11.5405405405px + calc(100 * 0.0040540541 * 1vw), 16px);
}

.ck-mealItemExtra {
  margin-block-start: clamp(38px, 25.3513513514px + calc(100 * 0.0351351351 * 1vw), 64px);
  background-color: var(--surfaceColorBase);
  max-width: 1100px;
  margin-inline: auto;
  padding-block: var(--space-xs);
  padding-inline: var(--space-md);
}
.ck-mealItemExtra .Paragraph {
  margin-block-start: calc(clamp(10px, 7.0810810811px + calc(100 * 0.0081081081 * 1vw), 16px) + var(--halfLeading));
}/*# sourceMappingURL=ui.css.map */