@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-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 {
  -webkit-box-sizing: content-box;
          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;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  word-break: break-all;
  font-size: 10px;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.3255813953vw, 11.6279069767px);
  }
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
  background: #f9f7f8;
  color: #333;
}

img {
  width: 100%;
  height: auto;
}

.grecaptcha-badge {
  display: none;
}

#mouse-stalker {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  background: url("../img/icon-bread.webp") no-repeat center center;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: top 0.15s ease-out, left 0.15s ease-out;
  transition: top 0.15s ease-out, left 0.15s ease-out;
  z-index: 9999;
}
@media (max-width: 767px) {
  #mouse-stalker {
    display: none;
  }
}

.main {
  position: relative;
  min-height: 100vh;
}

h1,
h2,
h3,
a,
p {
  line-height: 1;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

.fade-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.inner100 {
  width: 104rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.inner128 {
  max-width: 132rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.inner144 {
  max-width: 148rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.section-title__main {
  position: relative;
  z-index: 1;
  font-size: 5rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 767px) {
  .section-title__main {
    font-size: 4rem;
  }
}

.section-title__sub {
  position: relative;
  z-index: 1;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .section-title__sub {
    font-size: 1.8rem;
  }
}

.title-area__news .section-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.title-area__news .section-title__main {
  position: relative;
  padding-left: 5rem;
  display: inline-block;
}
.title-area__news .section-title__main::before {
  content: "";
  display: block;
  width: 4.5rem;
  height: 1rem;
  background: url("../img/deco-title.webp") no-repeat center center/cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.title-area__news .section-title__sub {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.title-area__concept .section-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.title-area__concept .section-title__main {
  position: relative;
  padding-left: 5rem;
  display: inline-block;
}
.title-area__concept .section-title__main::before {
  content: "";
  display: block;
  width: 4.5rem;
  height: 1rem;
  background: url("../img/deco-title.webp") no-repeat center center/cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.title-area__concept .section-title__sub {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.title-area__cooking-classes .section-title {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title-area__cooking-classes .section-title__main {
  position: relative;
  padding-left: 5rem;
  padding-top: 1rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .title-area__cooking-classes .section-title__main {
    padding-left: 0;
  }
}
.title-area__cooking-classes .section-title__main::before {
  content: "";
  display: block;
  width: 4.5rem;
  height: 1rem;
  background: url("../img/deco-title.webp") no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.title-area__cooking-classes .section-title__sub {
  text-align: center;
}

.title-area__gallery .section-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.title-area__gallery .section-title__main {
  position: relative;
  padding-left: 5rem;
  display: inline-block;
}
.title-area__gallery .section-title__main::before {
  content: "";
  display: block;
  width: 4.5rem;
  height: 1rem;
  background: url("../img/deco-title.webp") no-repeat center center/cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.title-area__gallery .section-title__sub {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.title-area__voice .section-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.title-area__voice .section-title__main {
  position: relative;
  padding-left: 5rem;
  display: inline-block;
}
.title-area__voice .section-title__main::before {
  content: "";
  display: block;
  width: 4.5rem;
  height: 1rem;
  background: url("../img/deco-title.webp") no-repeat center center/cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.title-area__voice .section-title__sub {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.page-mv {
  position: relative;
  width: 100%;
  height: 54rem;
  overflow: hidden;
}
.page-mv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-mv {
    height: 40rem;
  }
  .page-mv img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.page-mv__image {
  width: 100%;
  height: 100%;
}

.page-mv-catcharea {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 767px) {
  .page-mv-catcharea {
    width: 100%;
    padding: 0 2rem;
    text-align: center;
    top: 55%;
  }
}
.page-mv-catcharea::before {
  content: "";
  display: block;
  width: 20rem;
  height: 11rem;
  background: url("../img/mv-icon.webp") no-repeat center center/contain;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100%;
}
@media (max-width: 767px) {
  .page-mv-catcharea::before {
    width: 10rem;
    height: 6rem;
    top: 80%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 70%;
  }
}

.page-mv-catcharea__title--ja {
  font-size: 6rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 767px) {
  .page-mv-catcharea__title--ja {
    font-size: 3.2rem;
  }
}

.page-mv-catcharea__title--en {
  font-size: 4rem;
  margin-top: 1rem;
  text-align: center;
}
@media (max-width: 767px) {
  .page-mv-catcharea__title--en {
    font-size: 2rem;
    margin-top: 0.6rem;
  }
}

.bg-page-main {
  background: url("../img/bg-page.webp") no-repeat top center/cover;
  min-height: 100vh;
  width: 100%;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  z-index: 9900;
  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;
  background-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.l-header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.6);
  color: #333;
  border-color: rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .l-header {
    width: 100%;
    height: 5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 1rem;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 0;
    pointer-events: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.l-header .l-header__wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  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;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .l-header .l-header__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    gap: 0;
  }
}

.l-header-title {
  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;
  gap: 1rem;
  position: relative;
  z-index: 2;
  color: rgb(255, 255, 255);
  font-family: "Zen Maru Gothic", sans-serif;
}

.l-header-title__ja {
  font-size: 4rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 767px) {
  .l-header-title__ja {
    font-size: 2rem;
    color: #333;
  }
}

.l-header-title__en {
  font-size: 3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.2em;
  text-align: center;
}
@media (max-width: 767px) {
  .l-header-title__en {
    font-size: 1.6rem;
    color: #333;
  }
}

.l-header.is-scrolled .l-header-title {
  color: #000;
}

.l-header-title__image {
  width: 13rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  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;
}
@media (max-width: 767px) {
  .l-header-title__image {
    width: 6.5rem;
    height: auto;
  }
}

#l-nav__content {
  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;
  margin-top: 0;
}
@media (max-width: 767px) {
  #l-nav__content {
    display: none;
  }
}

.l-nav__content--items {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-nav__content--item {
  width: auto;
  min-width: 14rem;
  padding: 0 1rem;
  text-align: center;
}

.l-header__links {
  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;
  gap: 3.5rem;
}

.link-line {
  width: 21.5rem;
  height: 8.5rem;
}

.link--instagram {
  width: 6rem;
  height: 6rem;
}

.hamburger {
  width: 42px;
  height: 42px;
  position: relative;
  z-index: 9999;
  padding: 0;
  background: #fdfd96;
}
@media (max-width: 767px) {
  .hamburger {
    display: block;
  }
}
@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hamburger span:nth-child(1) {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(30% - 8px);
}

.hamburger span:nth-child(2) {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 30%;
}

.hamburger span:nth-child(3) {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(30% + 8px);
}

.hamburger-menu__text {
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.1rem;
  color: #333;
  white-space: nowrap;
}

body.fixed {
  height: 100%;
  overflow: hidden;
}

.hamburger.open span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  top: 30%;
  left: 50%;
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  top: 30%;
  left: 50%;
  bottom: initial;
}

.hamburger-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  -webkit-box-shadow: -6px 0px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -6px 0px 8px 0px rgba(0, 0, 0, 0.1);
  z-index: 9990;
  -webkit-transform: translate(calc(100% + 15vw), 0) rotate(0.001deg);
          transform: translate(calc(100% + 15vw), 0) rotate(0.001deg);
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: -webkit-transform 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: transform 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: transform 800ms cubic-bezier(0.75, 0, 0.25, 1), -webkit-transform 800ms cubic-bezier(0.75, 0, 0.25, 1);
}

.hamburger-menu.active {
  -webkit-transform: translate(0, 0) rotate(0.001deg);
          transform: translate(0, 0) rotate(0.001deg);
}

/* メニューの半円 */
.menu-round-wrap {
  position: absolute;
  left: 1px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  height: 100%;
  top: 0;
}

.round-wrap {
  width: 10vw;
  height: 100%;
  -webkit-transition: all 850ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 850ms cubic-bezier(0.75, 0, 0.25, 1);
}

.hamburger-menu.active .menu-round-wrap .round-wrap {
  width: 0;
}

.menu-round-wrap .round-wrap .round {
  background: #fff;
  -webkit-box-shadow: -6px 0px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -6px 0px 8px 0px rgba(0, 0, 0, 0.1);
  height: 150%;
  content: "";
  display: block;
  position: absolute;
  width: 750%;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-6.5%, -50%) rotate(0.001deg);
          transform: translate(-6.5%, -50%) rotate(0.001deg);
}

.hamburger-menu__scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100vh;
  width: 100%;
}

.hamburger-menu__wrapper {
  padding: 8rem 4rem;
  min-height: 100vh;
  position: relative;
}
.hamburger-menu__wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/hero_krin1.gif") no-repeat right bottom;
  background-size: auto 26rem;
  opacity: 0.18;
  pointer-events: none;
  z-index: -1;
}

.hamburger-menu__list {
  margin-bottom: 15px;
}

.hamburger-menu__listItem {
  font-family: inter;
  font-size: 2.4rem;
  font-weight: 900;
  -webkit-transform: translate(200px, 0) rotate(0.001deg);
          transform: translate(200px, 0) rotate(0.001deg);
  -webkit-transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
}
.hamburger-menu__listItem--parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hamburger-menu.active .hamburger-menu__listItem {
  -webkit-transform: translate(0, 0) rotate(0.001deg);
          transform: translate(0, 0) rotate(0.001deg);
}

.hamburger-menu__sub-list {
  margin-top: 1.5rem;
  padding-left: 2rem;
  list-style: none;
}

.hamburger-menu__sub-item {
  -webkit-transform: translate(200px, 0) rotate(0.001deg);
          transform: translate(200px, 0) rotate(0.001deg);
  -webkit-transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.hamburger-menu__sub-item:nth-child(1) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.hamburger-menu__sub-item:nth-child(2) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.hamburger-menu__sub-item:nth-child(3) {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}

.hamburger-menu.active .hamburger-menu__sub-item {
  -webkit-transform: translate(0, 0) rotate(0.001deg);
          transform: translate(0, 0) rotate(0.001deg);
}

.hamburger-menu__listLink--parent {
  cursor: default;
  pointer-events: none;
}
.hamburger-menu__listLink--sub {
  font-size: 1.8rem;
  font-weight: 400;
}
.hamburger-menu__listLink--icon {
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hamburger-menu__listLink--icon img {
  width: 4.5rem;
  height: auto;
}

.hamburger-menu__listItem:nth-child(1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.hamburger-menu__listItem:nth-child(2) {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

.hamburger-menu__listItem:nth-child(3) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.hamburger-menu__listItem:nth-child(4) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

.hamburger-menu__listItem:nth-child(5) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.hamburger-menu__listItem:nth-child(6) {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}

.hamburger-menu__listItem:nth-child(7) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.hamburger-menu__listItem:nth-child(8) {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}

.hamburger-menu__listItem:nth-child(9) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.hamburger-menu__listLink {
  font-size: 1.5rem;
  padding: 20px 9px;
  display: block;
  letter-spacing: 0.08rem;
  color: #000;
}

.hamburger-menu__info {
  border-bottom: solid 0.2px #222;
  padding-bottom: 35px;
  margin-bottom: 23px;
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
  -webkit-transform: translate(300px, 0) rotate(0.001deg);
          transform: translate(300px, 0) rotate(0.001deg);
  -webkit-transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
}

.hamburger-menu.active .hamburger-menu__info {
  -webkit-transform: translate(0, 0) rotate(0.001deg);
          transform: translate(0, 0) rotate(0.001deg);
}

.l-header-live {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 19rem;
  z-index: 9900;
  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;
}
@media (max-width: 767px) {
  .l-header-live {
    height: 5rem;
  }
}
.l-header-live .l-header__wrap {
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #feeaeb;
}
@media (max-width: 767px) {
  .l-header-live .l-header__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: none;
  }
}
.l-header-live .l-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  width: 15.93rem;
  height: auto;
  padding-left: 2.483rem;
}
@media (max-width: 767px) {
  .l-header-live .l-header__title {
    padding-left: 0;
    width: 5.5rem;
    height: auto;
  }
}
.l-header-live #l-nav__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0rem;
}
.l-header-live .l-nav__content--items {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4.5rem;
  padding-right: 7.4rem;
}
@media (max-width: 767px) {
  .l-header-live .l-nav__content--items {
    display: none;
  }
}
.l-header-live .link-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-decoration: none;
  font-size: 2.4rem;
  font-weight: 900;
}
.l-header-live .link-items__image {
  width: 6.1rem;
  height: auto;
}
@media (max-width: 767px) {
  .l-header-live .nav-link__image {
    width: 6.1rem;
    height: auto;
  }
}

.l-footer {
  background: #fff;
}
.l-footer .l-footer-contents {
  position: relative;
  z-index: 0;
}
.l-footer .l-footer-contents:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 18%;
  background: url("../img/bg-polka-dots05.webp") no-repeat bottom left/contain;
  z-index: -1;
  pointer-events: none;
}
.l-footer .l-fotter-flex {
  padding: 17rem 0 12rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .l-footer .l-fotter-flex {
    padding: 5rem 0;
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.l-footer .l-footer-left {
  padding: 0 12rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer-left {
    padding: 0;
  }
}
.l-footer .l-footer__logo {
  width: 13rem;
  display: block;
  margin: 0 auto;
}
.l-footer .l-footer__titlearea {
  margin-top: 2rem;
}
.l-footer .l-footer__title--ja {
  font-size: 4rem;
  text-align: center;
  letter-spacing: 0.2em;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 767px) {
  .l-footer .l-footer__title--ja {
    letter-spacing: 0;
  }
}
.l-footer .l-footer__title--en {
  font-size: 3rem;
  text-align: center;
  margin-top: 1rem;
  letter-spacing: 0.2em;
  font-family: "Zen Maru Gothic", sans-serif;
}
.l-footer .l-footer__linkarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer__linkarea {
    margin: 5rem auto;
    padding: 0 3rem;
  }
}
.l-footer .l-footer__link--line {
  width: 100%;
  height: auto;
}
.l-footer .l-footer__link--instagram {
  width: 100%;
  height: auto;
}
.l-footer .l-footer__image {
  width: 58rem;
  height: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .l-footer .l-footer__image {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}
.l-footer .l-footer__sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 12rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer__sitemap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.l-footer .l-footer__sitemap__item {
  text-align: center;
}
.l-footer .copyright {
  background: #feeaeb;
  text-align: center;
  padding: 3rem 0;
}

@media (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.u-bg-none {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.u-number-orange {
  background: #f79427;
  color: rgb(255, 255, 255);
  padding: 0.5rem 0.8rem;
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1;
  margin-right: 1rem;
}

.u-red {
  color: red;
}

.u-orange {
  color: #f79427;
}

.u-mt20 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .u-mt20 {
    margin-top: 1rem !important;
  }
}

.u-mt40 {
  margin-top: 4rem !important;
}
@media (max-width: 767px) {
  .u-mt40 {
    margin-top: 2rem !important;
  }
}

.u-mt60 {
  margin-top: 6rem !important;
}
@media (max-width: 767px) {
  .u-mt60 {
    margin-top: 2rem !important;
  }
}

.u-mt80 {
  margin-top: 8rem !important;
}
@media (max-width: 767px) {
  .u-mt80 {
    margin-top: 4rem !important;
  }
}

.u-mt100 {
  margin-top: 10rem !important;
}
@media (max-width: 767px) {
  .u-mt100 {
    margin-top: 5rem !important;
  }
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb20 {
  margin-bottom: 2rem !important;
}
@media (max-width: 767px) {
  .u-mb20 {
    margin-bottom: 1rem !important;
  }
}

.u-mb100 {
  margin-bottom: 10rem !important;
}
@media (max-width: 767px) {
  .u-mb100 {
    margin-bottom: 5rem !important;
  }
}

.fv {
  position: relative;
  aspect-ratio: 1920/910;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fv {
    aspect-ratio: 430/520;
  }
}

.fv-swiper {
  height: 100%;
}

.swiper-wrapper {
  height: 100%;
}

.swiper-slide {
  height: 100%;
}

.fv-swiper__slide {
  height: 100%;
}

.fv-swiper__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv-catch-area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 47%;
  height: 67%;
  z-index: 1;
  background: url("../img/fv-catch-area.webp") no-repeat center center/cover;
}
@media (max-width: 767px) {
  .fv-catch-area {
    top: 65%;
    width: 90%;
    background: url("../img/sp-fv-catch-area.webp") no-repeat center center/contain;
  }
}

.fv-catch__text {
  font-size: 4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  -webkit-text-stroke: 5px #fff;
  text-stroke: 5px #fff;
  paint-order: stroke fill;
  position: absolute;
  top: 47%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .fv-catch__text {
    font-size: 2.6rem;
    white-space: nowrap;
    left: 50%;
  }
}
.fv-catch__text span {
  font-size: 6rem;
}
@media (max-width: 767px) {
  .fv-catch__text span {
    font-size: 4rem;
  }
}

.news {
  padding: 12rem 0 20rem;
  background: url("../img/bg-news.webp") no-repeat center center/cover;
}
@media (max-width: 767px) {
  .news {
    padding: 7.5rem 0 5.5rem;
  }
}

.news-grid {
  margin-top: 5rem;
}

.news-grid {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 767px) {
  .news-grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}

.news-card__link {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.news-card__link:hover {
  opacity: 0.8;
}

.news-card__image {
  aspect-ratio: 410/360;
  overflow: hidden;
}

.news-card__image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.news-card__body {
  padding: 2rem;
}

.news-card__date {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.news-card__title {
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 1.5rem 0;
}

.news-card__more {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  text-align: right;
}

.concept {
  padding: 13rem 0 9rem;
  background: url("../img/bg-concept.webp") no-repeat right center/contain;
  position: relative;
  z-index: 0;
}
.concept:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  background: url("../img/bg-polka-dots02.webp") no-repeat left top/contain;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .concept {
    padding: 7.5rem 0 5.5rem;
    background: url("../img/sp-bg-concept.webp") no-repeat center center/cover;
  }
}

.concept-textarea {
  width: 90rem;
}
@media (max-width: 767px) {
  .concept-textarea {
    width: 100%;
  }
}

.concept-text {
  line-height: 2;
  background: url("../img/bg-concept-text.webp") no-repeat center center/contain;
  padding: 4rem 10rem 4rem 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .concept-text {
    margin: 4rem auto;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 1rem;
    -webkit-box-shadow: 0 0 1rem 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 1rem 0 rgba(255, 255, 255, 0.5);
    font-size: 1rem;
  }
}

.c-link-button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cooking-classes {
  padding: 15rem 0 12rem;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .cooking-classes {
    padding: 7.5rem 0 5.5rem;
  }
}
.cooking-classes:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 18%;
  background: url("../img/bg-polka-dots03.webp") no-repeat right top/contain;
  z-index: -1;
  pointer-events: none;
}
.cooking-classes:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 18%;
  background: url("../img/bg-polka-dots04.webp") no-repeat left bottom/contain;
  z-index: -1;
  pointer-events: none;
}

.flex-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .flex-area {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 5rem;
  }
}

.flex-text-area {
  font-family: "Zen Maru Gothic", sans-serif;
}

.flex-text__title {
  font-size: 3rem;
  line-height: 1.5;
  display: inline;
  padding: 0 0.2em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #feeaeb));
  background: linear-gradient(transparent 60%, #feeaeb 60%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.paragraph {
  line-height: 2;
}

.flex-list {
  list-style: disc;
  line-height: 2;
  padding-left: 1.5em;
}

.flex-list li::marker {
  color: #fdfd96;
  font-size: 1.5em;
}

.c-link-button-area__cooking-classes {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery {
  background: url("../img/bg-gallery.webp") no-repeat center center/cover;
  padding: 13rem 0 17rem;
}
@media (max-width: 767px) {
  .gallery {
    padding: 7.5rem 0 5.5rem;
  }
}

.gallery-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-link-button__gallery.u-sp {
  margin: 5rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.splide {
  margin-top: 5rem;
}

.splide__slide {
  width: 37rem;
}

.voice {
  padding: 5rem 0 8rem;
  background: url("../img/bg-voice.webp") no-repeat center center/cover;
}
@media (max-width: 767px) {
  .voice {
    padding: 3rem 0 5rem;
  }
}

.voice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4rem;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .voice-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.voice-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.voice-card__image {
  width: 18rem;
  height: 18rem;
  overflow: hidden;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .voice-card__image {
    width: 9rem;
    height: 9rem;
  }
}

.voice-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.voice-card__bubble {
  background: #feeaeb;
  border-radius: 3rem;
  padding: 2.4rem;
  position: relative;
  line-height: 1.8;
  width: 100%;
  min-height: 15rem;
}

.voice-card__bubble::before {
  content: "";
  position: absolute;
  top: -4rem;
  left: 10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 1.2rem solid transparent;
  border-right: 1.2rem solid transparent;
  border-bottom: 4.2rem solid #feeaeb;
}

.voice-card__date {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.voice-card__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 0.8rem;
  line-height: 1.4;
}

.voice-card__text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
}

.c-link-button-area__voice {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.not-found {
  margin: 10rem 0;
}
.not-found .c-message {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .not-found .c-message {
    font-size: 1.6rem;
  }
}
.not-found .c-btn {
  padding: 2rem;
  border: 1px solid #f79427;
  border-radius: 1rem;
  background: rgba(247, 148, 39, 0.1);
  background: #fff;
  width: 30rem;
  height: 6rem;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 4rem auto 0;
}
.page-concept .prejudice-contents {
  padding: 13.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
}
.page-concept .flex-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 767px) {
  .page-concept .flex-item {
    grid-template-columns: 1fr;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 2rem;
  }
}
.page-concept .prejudice-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-concept .prejudice-item__even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .page-concept .prejudice-item__even {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-concept .prejudice-textarea__titlearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media (max-width: 767px) {
  .page-concept .prejudice-textarea__titlearea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-concept .prejudice-numberarea {
  color: #ffadb1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-concept .prejudice-numberarea {
    display: block;
    text-align: center;
  }
}
.page-concept .prejudice-number {
  font-size: 7rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.page-concept .prejudice-title {
  font-size: 3rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-concept .prejudice-title {
    font-size: 2rem;
  }
}
.page-concept .prejudice-textarea__text {
  margin-top: 8rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-concept .prejudice-textarea__text {
    margin-top: 4rem;
  }
}
.page-concept .flex-item__image {
  max-width: 61.5rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-concept .flex-item__image {
    max-width: 100%;
  }
}

.page-school .school-outline__title {
  font-size: 4rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.5;
  text-align: center;
  padding-top: 13rem;
}
@media (max-width: 767px) {
  .page-school .school-outline__title {
    font-size: 2rem;
  }
}
.page-school .school-outline__title span {
  color: #ffadb1;
  font-size: 5rem;
}
@media (max-width: 767px) {
  .page-school .school-outline__title span {
    font-size: 3rem;
  }
}
.page-school .school-outline__text {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  line-height: 2;
  margin-top: 9rem;
}
@media (max-width: 767px) {
  .page-school .school-outline__text {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 4rem;
  }
}
.page-school .content-title {
  font-size: 3rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.5;
  text-align: center;
  background: #feeaeb;
  border-bottom: 1rem solid #ffadb1;
  padding: 1.55rem 0;
  margin-top: 18rem;
}
@media (max-width: 767px) {
  .page-school .content-title {
    font-size: 2rem;
    padding: 1.5rem 0;
    margin-top: 10rem;
  }
}
.page-school .school-outline__table {
  max-width: 105rem;
  margin: 6rem auto;
}
@media (max-width: 767px) {
  .page-school .school-outline__table {
    max-width: 100%;
    margin: 4rem auto;
  }
}
.page-school .school-outline__table th {
  background: #feeaeb;
  width: 18%;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #333;
}
.page-school .school-outline__table td {
  padding: 2rem;
  vertical-align: middle;
  border: 1px solid #333;
}
.page-school .school-outline__detail--imagearea {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 767px) {
  .page-school .school-outline__detail--imagearea {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.page-school .school-flow__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .page-school .school-flow__flex {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-school .school-flow__flex--item {
  width: 41rem;
  height: 36rem;
}
@media (max-width: 767px) {
  .page-school .school-flow__flex--item {
    width: 100%;
    height: 30rem;
    margin: 0 auto;
  }
}
.page-school .school-flow__flex--item01 {
  background: url("../img/bg-school-flow01.webp") no-repeat top center/contain;
  width: 41rem;
  height: 36rem;
}
@media (max-width: 767px) {
  .page-school .school-flow__flex--item01 {
    width: 100%;
    height: 30rem;
    margin: 0 auto;
  }
}
.page-school .school-flow__flex--item01 img {
  width: 100%;
  height: 100%;
}
.page-school .school-flow__flex--item--title {
  font-size: 3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 7rem 0 0 5rem;
  min-height: 14rem;
}
.page-school .school-flow__flex--item--title span {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .page-school .school-flow__flex--item--title {
    font-size: 2rem;
    padding: 6rem 0 0 5;
    min-height: 10rem;
  }
}
.page-school .school-flow__flex--item--text {
  width: 80%;
  margin: 0 auto;
  line-height: 1.8;
  padding: 1rem 0 0 1rem;
}
@media (max-width: 767px) {
  .page-school .school-flow__flex--item--text {
    width: 75%;
    margin: 0 auto;
    line-height: 1.5;
    padding: 1rem 0 0 2rem;
  }
}
.page-school .flex-arrow {
  width: 2rem;
  height: auto;
  margin: 0 1rem;
  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;
}
@media (max-width: 767px) {
  .page-school .flex-arrow {
    width: 2rem;
    height: 2rem;
    margin: 2rem auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
.page-school .school-flow__flex--item02 {
  background: url("../img/bg-school-flow02.webp") no-repeat top center/contain;
}
@media (max-width: 767px) {
  .page-school .school-flow__flex--item02 {
    width: 100%;
    height: 30rem;
    margin: 0 auto;
  }
}
.page-school .school-flow__flex--item03 {
  background: url("../img/bg-school-flow03.webp") no-repeat top center/contain;
}
@media (max-width: 767px) {
  .page-school .school-flow__flex--item03 {
    width: 100%;
    height: 30rem;
    margin: 0 auto;
  }
}
.page-school .content-text {
  margin-top: 6rem;
  line-height: 2;
  padding: 0 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 767px) {
  .page-school .content-text {
    margin-top: 4rem;
    line-height: 1.5;
    padding: 0 1rem;
  }
}
.page-school .school-message {
  padding-bottom: 12rem;
}
@media (max-width: 767px) {
  .page-school .school-message {
    padding-bottom: 8rem;
  }
}
.page-school .school-message__flex {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 767px) {
  .page-school .school-message__flex {
    grid-template-columns: 1fr;
  }
}
.page-school .message-textarea {
  padding: 0 1rem;
}
.page-school .message-text__top {
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 2;
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .page-school .message-text__top {
    padding: 0 1rem;
    line-height: 1.5;
  }
}
.page-school .message-text__bottom {
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 2;
  padding: 0 1rem;
  margin-top: 2rem;
  border: 1px solid #ffadb1;
}
@media (max-width: 767px) {
  .page-school .message-text__bottom {
    margin-top: 1rem;
    line-height: 1.5;
    padding: 1rem 1rem;
  }
}
.page-school .message-text__bottom span {
  font-weight: 700;
}
.page-gallery .gallery-contents {
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .page-gallery .gallery-contents {
    padding: 4rem 0;
  }
}
.page-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .page-gallery .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.6rem;
  }
}
.page-gallery .gallery-grid__item {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  position: relative;
}
.page-gallery .gallery-grid__item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.page-gallery .gallery-grid__item--movie img {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
  position: relative;
  z-index: 0;
}
.page-gallery .gallery-grid__movie-play {
  position: absolute;
  inset: 0;
  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: 3.2rem;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  z-index: 1;
  pointer-events: none;
}
.page-gallery .gallery-grid__movie-play::before {
  content: "";
  position: absolute;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
}

.gallery-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
  padding: 2rem;
}

.gallery-modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery-modal__overlay {
  position: absolute;
  inset: 0;
  background: transparent;
  border: none;
}

.gallery-modal__content {
  position: relative;
  z-index: 1;
  max-width: 90vw;
  max-height: 90vh;
}

.gallery-modal__image {
  max-width: 90vw;
  max-height: 90vh;
  display: block;
}

.gallery-modal__close {
  position: absolute;
  top: -5rem;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 4rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .gallery-modal__close {
    top: -3rem;
    font-size: 3rem;
  }
}

.movie-modal__video {
  width: 90vw;
  max-width: 900px;
  max-height: 80vh;
  display: block;
}

.movie-modal__sound {
  position: absolute;
  top: -5rem;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  padding: 0.6rem 1.2rem;
  font-size: 1.4rem;
  border-radius: 999px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .movie-modal__sound {
    top: -4rem;
    font-size: 1.2rem;
  }
}

.page-news-list .title-area__news {
  margin: 5rem 0 10rem;
  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;
}
.page-news-list .news {
  padding: 8rem 0;
  background: none;
}
@media (max-width: 767px) {
  .page-news-list .news {
    padding: 4rem 0;
  }
}
.page-news-list .news-content {
  margin: 4rem auto 0;
  width: 100%;
}
@media (max-width: 767px) {
  .page-news-list .news-content {
    margin: 2rem auto 0;
  }
}
.page-news-list .news-list-page__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .page-news-list .news-list-page__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.page-news-list .news-list-page__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 767px) {
  .page-news-list .news-list-page__main {
    width: 100%;
  }
}
.page-news-list .news-list-page__sidebar {
  width: 24rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-news-list .news-list-page__sidebar {
    width: 100%;
  }
}
.page-news-list .news-archive {
  background: #feeaeb;
  padding: 2rem;
  border-radius: 1.2rem;
}
.page-news-list .news-archive__title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
  color: #ff7d84;
}
.page-news-list .news-archive__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.6rem;
}
.page-news-list .news-archive__link {
  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;
  text-decoration: none;
  color: #333;
  font-size: 1.4rem;
  padding: 0.4rem 0;
}
.page-news-list .news-archive__link.is-current {
  font-weight: 700;
}
.page-news-list .news-archive__count {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.6);
}
.page-news-list .news-grid {
  display: grid;
  gap: 2.4rem;
  margin-top: 5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 767px) {
  .page-news-list .news-grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-top: 3rem;
  }
}
.page-news-list .news-card {
  background: #feeaeb;
  border-radius: 1.2rem;
  overflow: hidden;
}
.page-news-list .news-card__link {
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.page-news-list .news-card__link:hover {
  opacity: 0.8;
}
.page-news-list .news-card__image {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.page-news-list .news-card__image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.page-news-list .news-card__body {
  padding: 1.6rem 1.6rem 2rem;
}
.page-news-list .news-card__date {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.page-news-list .news-card__title {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0.6rem 0 1.2rem;
}
.page-news-list .news-card__more {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  text-align: right;
}
.page-news-list .news-list__empty {
  margin-top: 2rem;
  font-size: 2.2rem;
  text-align: center;
}
.page-news-list .news-list-page__pager {
  margin-top: 4rem;
}
.page-news-list .news-list-page__pager .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.page-news-list .news-list-page__pager .pagination .page-numbers {
  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;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 1.4rem;
  text-decoration: none;
  color: #333;
  -webkit-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.page-news-list .news-list-page__pager .pagination .page-numbers.current {
  background: #ffadb1;
  border-color: #ffadb1;
  color: #fff;
}
.page-news-list .news-list-page__pager .pagination .page-numbers:hover:not(.current) {
  background: rgba(247, 148, 39, 0.1);
  border-color: #ffadb1;
  color: #ffadb1;
}
.page-news-list .news-list-page__buttons {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  border: 1px solid #ffadb1;
  border-radius: 1rem;
  background: #fff;
  max-width: 30rem;
  margin: 4rem auto 0;
}

.page-voice-list .title-area__voice {
  margin: 5rem 0 10rem;
  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;
}
.page-voice-list .voice {
  padding: 8rem 0;
  background: none;
}
@media (max-width: 767px) {
  .page-voice-list .voice {
    padding: 4rem 0;
  }
}
.page-voice-list .voice-content {
  margin: 4rem auto 0;
  width: 100%;
}
@media (max-width: 767px) {
  .page-voice-list .voice-content {
    margin: 2rem auto 0;
  }
}
.page-voice-list .voice-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
}
@media (max-width: 767px) {
  .page-voice-list .voice-list {
    gap: 4rem;
  }
}
.page-voice-list .voice-list__item {
  position: relative;
}
.page-voice-list .voice-list__item + .voice-list__item {
  border-top: 2px dotted #ffadb1;
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .page-voice-list .voice-list__item + .voice-list__item {
    padding-top: 4rem;
  }
}
.page-voice-list .voice-list__link {
  display: grid;
  grid-template-columns: 12rem 1fr;
  gap: 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 767px) {
  .page-voice-list .voice-list__link {
    grid-template-columns: 7rem 1fr;
    gap: 1.2rem;
  }
}
.page-voice-list .voice-list__thumb {
  width: 12rem;
  height: auto;
  border-radius: 2.5rem;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 767px) {
  .page-voice-list .voice-list__thumb {
    width: 7rem;
    height: auto;
    border-radius: 1.5rem;
  }
}
.page-voice-list .voice-list__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.page-voice-list .voice-list__bubble {
  background: #feeaeb;
  border-radius: 3rem;
  padding: 4rem;
  position: relative;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .page-voice-list .voice-list__bubble {
    padding: 2rem;
  }
}
.page-voice-list .voice-list__bubble::before {
  content: "";
  position: absolute;
  left: -3.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-right: 4rem solid #feeaeb;
}
@media (max-width: 767px) {
  .page-voice-list .voice-list__bubble::before {
    left: -1rem;
    border-right: 1.2rem solid #feeaeb;
  }
}
.page-voice-list .voice-list__date {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .page-voice-list .voice-list__date {
    font-size: 1.6rem;
  }
}
.page-voice-list .voice-list__title {
  font-size: 1.8rem;
  margin: 0 0 0.8rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .page-voice-list .voice-list__title {
    font-size: 1.4rem;
  }
}
.page-voice-list .voice-list__text {
  margin: 0;
}
@media (max-width: 767px) {
  .page-voice-list .voice-list__text {
    font-size: 1.2rem;
  }
}
.page-voice-list .voice-list__empty {
  margin-top: 2rem;
  font-size: 2.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .page-voice-list .voice-list__empty {
    font-size: 1.6rem;
  }
}
.page-voice-list .voice-list-page__pager {
  margin-top: 4rem;
}
.page-voice-list .voice-list-page__pager .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.page-voice-list .voice-list-page__pager .pagination .page-numbers {
  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;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 1.4rem;
  text-decoration: none;
  color: #333;
  -webkit-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.page-voice-list .voice-list-page__pager .pagination .page-numbers.current {
  background: #ffadb1;
  border-color: #ffadb1;
  color: #fff;
}
.page-voice-list .voice-list-page__pager .pagination .page-numbers:hover:not(.current) {
  background: rgba(247, 148, 39, 0.1);
  border-color: #ffadb1;
  color: #ffadb1;
}
.page-voice-list .voice-list-page__buttons {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  border: 1px solid #ffadb1;
  border-radius: 1rem;
  background: #fff;
  max-width: 30rem;
  margin: 4rem auto 0;
}

.single-news {
  padding: 8rem 0 10rem;
}
.single-news .news-single {
  max-width: 80rem;
  margin: 4rem auto 0;
  background: transparent;
}
.single-news .news-single__header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
.single-news .news-single__date {
  display: block;
  font-size: 1.6rem;
  color: #ffadb1;
  font-weight: 700;
  margin-bottom: 1rem;
}
.single-news .news-single__title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.single-news .news-single__cats {
  margin-top: 1rem;
}
.single-news .news-single__cats .news-single__cat {
  display: inline-block;
  font-size: 1.4rem;
  padding: 0.2rem 0.8rem;
  border-radius: 999px;
  border: 1px solid #ffadb1;
  color: #ffadb1;
}
.single-news .news-single__cats .news-single__cat + .single-news .news-single__cats .news-single__cat {
  margin-left: 0.4rem;
}
.single-news .news-single__thumb {
  margin-top: 3rem;
  margin: 0 auto;
  max-width: 60%;
}
@media (max-width: 767px) {
  .single-news .news-single__thumb {
    max-width: 100%;
  }
}
.single-news .news-single__content {
  font-size: 2.2rem;
  line-height: 1.8;
  margin-top: 3rem;
}
.single-news .news-single__content img {
  max-width: 100%;
  height: auto;
}
.single-news .news-single__buttons {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-news .news-single__buttons .c-btn {
  font-size: 1.6rem;
  min-width: 22rem;
  text-align: center;
  padding: 2rem;
  border: 1px solid #ffadb1;
  border-radius: 1rem;
  background: #fff;
}
@media (max-width: 767px) {
  .single-news {
    padding: 4rem 0 6rem;
  }
  .single-news .news-single {
    margin-top: 2rem;
  }
  .single-news .news-single__title {
    font-size: 2.2rem;
  }
}

.c-breadcrumbs__area {
  width: 100%;
  margin: 0 auto 0;
  padding-top: 3.5rem;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .c-breadcrumbs__area {
    margin-top: 2rem;
  }
}

.c-breadcrumbs {
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: wrap;
}
@media (max-width: 767px) {
  .c-breadcrumbs {
    font-size: 1.6rem;
    -webkit-column-gap: 0.3rem;
       -moz-column-gap: 0.3rem;
            column-gap: 0.3rem;
  }
}

.to-top-area {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1000;
}
@media (max-width: 767px) {
  .to-top-area {
    display: none;
  }
}

.to-top-button {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.to-top-button__image {
  width: 10rem;
  height: 15rem;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: to-top-metronome 2.5s ease-in-out infinite;
          animation: to-top-metronome 2.5s ease-in-out infinite;
}
@media (max-width: 767px) {
  .to-top-button__image {
    width: 3.6rem;
    height: 6rem;
  }
}

.to-top-button__text {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .to-top-button__text {
    font-size: 1.4rem;
  }
}

/* ボタン共通設定 */
.c-link-button {
  /*影の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  text-align: center;
  background: #feeaeb;
  border-radius: 5rem;
  -webkit-box-shadow: 0 4px 0 #fdcacd;
          box-shadow: 0 4px 0 #fdcacd;
  outline: none;
  /*アニメーションの指定*/
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  padding: 2.6rem 3.75rem;
}

.c-link-button__text {
  display: block;
  color: #333;
  font-weight: 700;
}

.c-link-button__icon {
  width: 5.5rem;
  height: 1.5rem;
}

.c-link-button:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  opacity: 1;
}

.c-floating-cta {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  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;
  background: #fff;
  gap: 1rem;
  z-index: 9000;
  padding: 1rem;
}
@media (min-width: 768px) {
  .c-floating-cta {
    display: none;
  }
}

.c-floating-cta__item {
  display: block;
  height: auto;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
}
.c-floating-cta__item:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  opacity: 0.9;
}
.c-floating-cta__item img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .c-floating-cta__item {
    width: 9rem;
  }
}

.c-floating-cta__item--line {
  width: 70%;
}

.c-floating-cta__item--instagram {
  width: 14%;
}

.c-floating-cta__item--top {
  width: 16%;
}