@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #111827;
}

html {
  scroll-behavior: smooth;
}

.footer {
  background-color: #111827;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  z-index: 9999;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 60px 0;
  }
}
.footer .footer--container {
  margin: 0 auto;
  padding: 24px 130px 24px;
  max-width: 1440px;
}
@media (max-width: 1330px) {
  .footer .footer--container {
    padding: 0px;
  }
}
.footer .footer--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}
@media screen and (max-width: 1024px) {
  .footer .footer--nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .footer--logo {
  max-width: 276px;
  display: block;
  position: relative;
  z-index: 1001;
}
@media (max-width: 1330px) {
  .footer .footer--logo {
    max-width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer--logo {
    max-width: 223px;
  }
}
.footer .footer--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 82px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .footer .footer--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 56px;
  }
}
.footer .footer--nav-item {
  position: relative;
}
.footer .footer--nav-item--link {
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.02em;
  font-size: 16px;
  position: relative;
  z-index: 0;
  cursor: pointer;
}
.footer .footer--nav-item--link::before {
  position: absolute;
  left: 0;
  bottom: -6px;
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 50px;
  background: white;
  bottom: -4px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .footer .footer--nav-item--link:hover::before {
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer--nav-item--link:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer--nav-item--link.is-open ul {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 0 0 10px 20px;
  }
}
.footer .not-line .footer--nav-item--link::before {
  width: 0%;
}
@media (hover: hover) {
  .footer .not-line .footer--nav-item--link:hover::before {
    opacity: 0;
  }
}
.footer .footer--nav-item--link--notarrow::after {
  background-image: none;
}
.footer .footer--nav-item--green {
  background-color: #31CBA7;
  color: #111827;
  border-radius: 50px;
  height: 48px;
  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;
  padding: 15px 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .footer .footer--nav-item--green:hover {
    cursor: pointer;
    color: #111827;
    background-color: white;
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer--nav-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    width: 25px;
    position: relative;
    z-index: 1001;
  }
  .footer .footer--nav-btn span {
    background-color: #FF801F;
    height: 3px;
    width: 100%;
    border-radius: 100vw;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer .footer--nav {
    gap: 32px;
  }
  .footer .footer--nav-item--link {
    width: 100%;
    display: block;
    padding: 4px 0;
  }
}
.footer .footer--nav-item {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .footer.footer--is-open .footer--nav {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .footer.footer--is-open .footer--nav-btn span:nth-child(1) {
    -webkit-transform: translateY(5px) rotate(45deg);
            transform: translateY(5px) rotate(45deg);
  }
  .footer.footer--is-open .footer--nav-btn span:nth-child(2) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}
.footer .copyright {
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
.footer .sns-btn {
  width: 40px;
  height: 40px;
  margin: auto;
  margin-bottom: 56px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .footer .sns-btn {
    margin-top: 0px;
    margin-bottom: 40px;
  }
}

.header {
  background-color: #111827;
  font-family: "Noto Sans JP", sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.header .header--container {
  margin: 0 auto;
  padding: 24px 32px;
  max-width: 1440px;
}
@media (max-width: 1220px) {
  .header .header--container {
    padding: 24px 16px;
  }
}
@media screen and (max-width: 1024px) {
  .header .header--container {
    padding: 12px 16px;
  }
}
.header .header--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  margin-right: -216px;
}
@media (max-width: 1220px) {
  .header .header--nav {
    gap: 36px;
    margin-right: -200px;
  }
}
@media screen and (max-width: 1024px) {
  .header .header--nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    padding: 60px 40px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    gap: 20px;
    overflow-y: auto;
  }
}
.header .header--logo {
  max-width: 276px;
  display: block;
  position: relative;
  z-index: 1001;
}
@media (max-width: 1330px) {
  .header .header--logo {
    max-width: 230px;
  }
}
@media screen and (max-width: 1280px) {
  .header .header--logo {
    max-width: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .header .header--logo {
    max-width: 135px;
  }
}
.header .header--wrapper {
  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: 30px;
}
.header .header--nav-item {
  position: relative;
  padding-right: 20px;
}
.header .header--nav-item--link {
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 16px;
  position: relative;
  z-index: 0;
  cursor: pointer;
}
@media (max-width: 1220px) {
  .header .header--nav-item--link {
    font-size: 13px;
  }
}
.header .header--nav-item--link::before {
  position: absolute;
  left: 0;
  bottom: -6px;
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 50px;
  background: white;
  bottom: -4px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .header .header--nav-item--link:hover::before {
    opacity: 1;
  }
}
.header .header--nav-item--link::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: -20px;
  width: 10px;
  height: 10px;
  background-image: url(../../assets/images/common/arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .header .header--nav-item--link::after {
    right: -30px;
    bottom: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .header .header--nav-item--link::after {
    background-image: none;
  }
}
.header .header--nav-item--link .header--nav-item--link.active::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 1024px) {
  .header .header--nav-item--link:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 1024px) {
  .header .header--nav-item--link.is-open ul {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 0 0 10px 20px;
  }
}
.header .not-line .header--nav-item--link::before {
  width: 0%;
}
@media (hover: hover) {
  .header .not-line .header--nav-item--link:hover::before {
    opacity: 0;
  }
}
.header .header--nav-item--link--notarrow::after {
  background-image: none;
}
.header .header--nav-item--green {
  background-color: #31CBA7;
  color: #111827;
  border-radius: 50px;
  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;
  padding: 15px 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .header .header--nav-item--green:hover {
    cursor: pointer;
    background-color: white;
    color: #111827;
  }
}
.header .header--nav-item--link--sns {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header .header--nav-item--link--sns {
    display: inline-block;
  }
}
.header .copyright {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header .copyright {
    display: inline-block;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media screen and (max-width: 1024px) {
  .header .header--nav-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    width: 24px;
    position: relative;
    z-index: 1001;
  }
  .header .header--nav-btn span {
    background-color: white;
    height: 1px;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header .header--nav {
    gap: 32px;
    background-color: #111827;
  }
  .header .header--nav-item {
    width: 100%;
    text-align: center;
    font-weight: 300;
  }
  .header .header--nav-item:nth-child(6) {
    margin-bottom: 16px;
  }
  .header .header--nav-item:nth-child(7) {
    margin-bottom: 24px;
  }
  .header .header--nav-item--link::after {
    bottom: 0;
    top: 14px;
  }
  .header .header--nav-item--link {
    width: 100%;
    display: inline;
    line-height: 1;
    text-align: center;
    font-size: 16px;
  }
  .header .header--nav-item--green {
    text-align: center;
  }
  .header .header--nav-item--button {
    margin: 16px 0;
  }
}
.header .header--nav-item {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header .header--nav-item:hover {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .header.header--is-open .header--nav {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .header.header--is-open .header--nav-btn span:nth-child(1) {
    -webkit-transform: translateY(4px) rotate(45deg);
            transform: translateY(4px) rotate(45deg);
  }
  .header.header--is-open .header--nav-btn span:nth-child(2) {
    -webkit-transform: translateY(-2px) rotate(-45deg);
            transform: translateY(-2px) rotate(-45deg);
  }
  .header.header--is-open .header--nav-btn span:nth-child(3) {
    display: none;
  }
}

/*! destyle.css v4.0.1 | 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;
  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 {
  scroll-behavior: smooth;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  margin: 0;
}

/* 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) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* img */
/* ============================================ */
img {
  max-width: 100%;
  height: auto;
}

/* 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,
em {
  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 {
  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;
}

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

.cafe-page {
  padding-top: 120px;
  padding-bottom: 160px;
  font-family: "Noto Sans JP", sans-serif;
  background-color: white;
  color: #111827;
}
@media screen and (max-width: 1024px) {
  .cafe-page {
    padding: 59px 0px 80px;
  }
}
.cafe-page .title-head {
  background-image: url(../../assets/images/cafe/lattice.svg);
  height: 296px;
  width: 100%;
  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;
}
@media screen and (max-width: 768px) {
  .cafe-page .title-head {
    padding: 0 20px;
    height: 157px;
  }
}
.cafe-page .img-wrap {
  position: relative;
}
.cafe-page .title-head--bg--img-left {
  position: absolute;
  top: -89px;
  left: -215px;
}
.cafe-page .title-head--bg--img-left img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cafe-page .title-head--bg--img-left {
    left: -89px;
    width: 112px;
    top: -37px;
  }
}
.cafe-page .title-head--bg--img-right {
  position: absolute;
  width: 120%;
  top: -75px;
  right: -245px;
}
.cafe-page .title-head--bg--img-right img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cafe-page .title-head--bg--img-right {
    right: -96px;
    width: 180px;
    top: -27px;
  }
}
.cafe-page .title-head--logo {
  margin: 0;
}
.cafe-page .title-head--logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .cafe-page .title-head--logo {
    width: 180px;
  }
}
.cafe-page .content-wrap {
  max-width: 1040px;
  margin: 204px auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .cafe-page .content-wrap {
    margin: 84px auto 0;
    padding: 0 20px;
  }
}
.cafe-page .content-wrap .title-text {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cafe-page .content-wrap .title-text {
    font-size: 22px;
    line-height: 1.7;
    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;
  }
}
.cafe-page .content-wrap .title-text__lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .cafe-page .content-wrap .title-text__lead {
    font-size: 14px;
    margin-bottom: 28px;
  }
}
.cafe-page .content-wrap .menu-list {
  background-color: rgba(234, 202, 224, .4);
  border-radius: 20px;
  padding: 50px 60px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .cafe-page .content-wrap .menu-list {
    padding: 48px 20px 24px;
  }
}
.cafe-page .content-wrap .menu-list-food {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .cafe-page .content-wrap .menu-list-food {
    margin-bottom: 30px;
  }
}
.cafe-page .content-wrap .menu-list__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .cafe-page .content-wrap .menu-list__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}
.cafe-page .content-wrap .menu-list__head--title {
  width: 310px;
}
@media screen and (max-width: 768px) {
  .cafe-page .content-wrap .menu-list__head--title {
    width: 150px;
    margin: 0 auto 16px;
  }
}
.cafe-page .content-wrap .menu-list__head--option {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .cafe-page .content-wrap .menu-list__head--option {
    font-size: 12px;
  }
}
.cafe-page .content-wrap .menu-list__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px 50px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .cafe-page .content-wrap .menu-list__wrap {
    grid-template-columns: 1fr;
    gap: 40px 40px;
  }
}
.cafe-page .content-wrap .menu-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 25px);
          flex: 0 1 calc(50% - 25px);
  /* 2列で横余白を考慮したサイズ */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .cafe-page .content-wrap .menu-item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.cafe-page .content-wrap .menu-item__img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  height: 233px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .cafe-page .content-wrap .menu-item__img {
    width: 100%;
    margin-bottom: 12px;
  }
}
.cafe-page .content-wrap .menu-item__subtitle {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .cafe-page .content-wrap .menu-item__subtitle {
    font-size: 14px;
  }
}
.cafe-page .content-wrap .menu-item__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .cafe-page .content-wrap .menu-item__title {
    font-size: 22px;
  }
}
.cafe-page .content-wrap .menu-item__desc {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0 0 24px;
  color: #825095;
}
@media screen and (max-width: 768px) {
  .cafe-page .content-wrap .menu-item__desc {
    font-size: 12px;
    margin: 0 0 12px;
  }
}
.cafe-page .content-wrap .menu-item__prices {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cafe-page .content-wrap .menu-item__list {
  font-size: 18px;
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cafe-page .content-wrap .menu-item__size {
  font-weight: 600;
  font-size: 14px;
  margin-right: 12px;
  border-radius: 50%;
  background-color: #825095;
  color: white;
  width: 24px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .cafe-page .content-wrap .menu-item__size {
    font-size: 12px;
    width: 22px;
    height: 22px;
    margin-right: 6px;
  }
}
.cafe-page .content-wrap .size {
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .cafe-page .content-wrap .size {
    margin-bottom: 0px;
  }
}
.cafe-page .content-wrap .menu-item__price {
  margin-right: 2px;
  font-size: 24px;
  letter-spacing: 0.04em;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .cafe-page .content-wrap .menu-item__price {
    font-size: 16px;
  }
}
.cafe-page .content-wrap .menu-item__tax {
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-left: 4px;
}
.cafe-page .content-wrap .color-yw {
  color: #9C9400;
}
.cafe-page .content-wrap .color-pk {
  color: #E84A72;
}
.cafe-page .content-wrap .color-gn {
  color: #1C9E7A;
}
.cafe-page .content-wrap .color-yw-bg {
  background-color: #9C9400;
}
.cafe-page .content-wrap .color-pk-bg {
  background-color: #E84A72;
}
.cafe-page .content-wrap .color-gn-bg {
  background-color: #1C9E7A;
}
.cafe-page .content-wrap .menu-list__wrap--drink {
  gap: 80px 2px;
}
@media screen and (max-width: 768px) {
  .cafe-page .content-wrap .menu-list__wrap--drink {
    gap: 40px 40px;
  }
}
.cafe-page .content-wrap .menu-list-drink {
  background-color: rgba(207, 234, 239, .5);
}
.cafe-page .content-wrap .menu-list__head--title--standard {
  width: 375px;
}
@media screen and (max-width: 768px) {
  .cafe-page .content-wrap .menu-list__head--title--standard {
    width: 150px;
    margin: 0 auto 16px;
  }
}
.cafe-page .content-wrap .menu-item__img--drink {
  height: 223px;
}
@media screen and (max-width: 768px) {
  .cafe-page .content-wrap .menu-item__img--drink {
    display: inline-block;
    height: 170px;
    margin-left: 20px;
  }
}
.cafe-page .content-wrap .menu-item__title--drink {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .cafe-page .content-wrap .menu-item__title--drink {
    font-size: 17px;
  }
}
.cafe-page .content-wrap .menu-list__wrap--top {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .cafe-page .content-wrap .menu-list__wrap--top {
    margin-bottom: 24px;
  }
}
.cafe-page .content-wrap .menu-item--drink {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(27% - 20px);
          flex: 0 1 calc(27% - 20px);
}
@media screen and (max-width: 768px) {
  .cafe-page .content-wrap .menu-item--drink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 20px);
            flex: 0 1 calc(50% - 20px);
  }
}
.cafe-page .content-wrap .menu-item__desc--drink {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .cafe-page .content-wrap .menu-item__desc--drink {
    margin-bottom: 20px;
  }
}
.cafe-page .content-wrap .menu-item__img--drink--standard {
  height: 162px;
}
.cafe-page .content-wrap .menu-item__desc--drink--standard {
  color: #3372C4;
  letter-spacing: 0.02em;
}

.sample {
  color: blue;
}
@media screen and (max-width: 768px) {
  .sample {
    color: #111;
  }
}
@media screen and (max-width: 300px) {
  .sample {
    color: green;
  }
}
@media screen and (min-width: 1024px) {
  .sample {
    color: red;
  }
}

.top-page {
  margin: auto;
  padding-top: 120px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1024px) {
  .top-page {
    padding-top: 96px;
  }
}
.top-page .section-2,
.top-page .section-3,
.top-page .section-4,
.top-page .section-5,
.top-page .section-6 {
  padding-top: 120px;
  margin-top: -120px;
}
@media screen and (max-width: 1024px) {
  .top-page .section-2,
  .top-page .section-3,
  .top-page .section-4,
  .top-page .section-5,
  .top-page .section-6 {
    padding-top: 60px;
    margin-top: -60px;
  }
}
.top-page .top-fv {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-page .top-fv {
    padding: 0px 20px 0px;
  }
}
.top-page .top-fv .top-fv--title {
  margin: auto;
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .top-page .top-fv .top-fv--title {
    position: absolute;
    top: 239px;
    left: 8%;
    z-index: 100;
  }
}
@media (max-width: 1024px) {
  .top-page .top-fv .top-fv--title {
    top: 120px;
  }
}
@media (min-width: 7680px) {
  .top-page .top-fv .top-fv--title {
    margin-left: 8px;
    max-width: 702px;
    margin: auto;
  }
}
@media (max-width: 390px) {
  .top-page .top-fv .top-fv--title {
    margin: 0px auto 14px;
    margin-left: 8px;
    width: auto;
  }
}
.top-page .top-fv .top-fv--title__main {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 96px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #111827;
  -webkit-text-stroke: 1px #fff;
  margin-bottom: 24px;
}
.top-page .top-fv .top-fv--title__main span {
  display: block;
  line-height: 1.05;
}
@media screen and (max-width: 1024px) {
  .top-page .top-fv .top-fv--title__main {
    font-size: 86px;
  }
}
@media screen and (max-width: 768px) {
  .top-page .top-fv .top-fv--title__main {
    margin: 0px auto 14px;
    font-size: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-page .top-fv .top-fv--title__lead {
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .top-page .top-fv .top-fv--title__lead {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.top-page .top-fv .top-fv--title__img {
  margin-bottom: 100px;
}
.top-page .top-fv .top-fv--title__img img {
  display: block;
  margin-left: auto;
  height: 680px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .top-page .top-fv .top-fv--title__img img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    margin: auto;
    -o-object-position: right;
       object-position: right;
    margin-right: -20px;
  }
}
.top-page .top-fv .top-fv--title__text {
  line-height: 2.4;
  letter-spacing: 0.04em;
  margin-bottom: 80px;
  max-width: 774px;
  margin: auto;
  font-size: 24px;
  margin-bottom: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .top-page .top-fv .top-fv--title__text {
    max-width: 530px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .top-page .top-fv .top-fv--title__text {
    font-size: 16px;
    max-width: 390px;
  }
}
@media screen and (max-width: 768px) {
  .top-page .section-2 {
    padding: 0 20px;
  }
}
.top-page .section-2 .slider--img {
  margin-bottom: 100px;
}
.top-page .section-2 .slider--text {
  max-width: 1040px;
  position: relative;
  margin-bottom: 84px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-size: 24px;
  max-width: 710px;
  margin: auto;
  margin-bottom: 76px;
}
@media screen and (max-width: 768px) {
  .top-page .section-2 .slider--text {
    position: relative;
    font-size: 20px;
    padding: 0 35px;
    text-align: center;
    margin-bottom: 164px;
    width: auto;
  }
}
.top-page .section-2 .ic-support-left {
  position: absolute;
  left: -92px;
  bottom: -28px;
}
@media screen and (max-width: 768px) {
  .top-page .section-2 .ic-support-left {
    left: 0;
    bottom: -44px;
  }
}
.top-page .section-2 .ic-support-center {
  position: absolute;
  left: 50%;
  bottom: -42px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .top-page .section-2 .ic-support-center {
    bottom: -56px;
  }
}
.top-page .section-2 .ic-support-right {
  position: absolute;
  right: -68px;
  bottom: -28px;
}
@media screen and (max-width: 768px) {
  .top-page .section-2 .ic-support-right {
    right: 0;
    bottom: -44px;
  }
}
.top-page .section-2 .px-wrap {
  padding: 0 120px;
}
@media screen and (max-width: 768px) {
  .top-page .section-2 .px-wrap {
    padding: 0;
  }
}
.top-page .section-2 .reserve {
  padding: 32px;
  border-radius: 10px;
  background-color: #31CBA7;
  text-align: center;
  margin: auto;
  margin-bottom: 112px;
}
.top-page .section-2 .reserve--text {
  color: #111827;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .top-page .section-2 .reserve--text {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.04em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-page .section-2 .reserve--btn {
  background-color: #111827;
  color: white;
  border-radius: 9999px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  padding: 12px 60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  border: 2px solid #111827;
}
@media screen and (max-width: 768px) {
  .top-page .section-2 .reserve--btn {
    font-size: 16px;
    padding: 8px 60px;
  }
}
@media (hover: hover) {
  .top-page .section-2 .reserve--btn:hover {
    cursor: pointer;
    border: 2px solid #111827;
    background-color: white;
    color: #111827;
  }
}
.top-page .section-3 {
  margin-bottom: 176px;
  /* タブレット（≥768px）で2列 */
  /* PC（≥1024px）で3列 */
  /* ─── 各アイテム ─── */
  /* 画像 */
  /* 名前 */
  /* 説明 */
}
@media screen and (max-width: 768px) {
  .top-page .section-3 {
    margin-bottom: 160px;
  }
}
.top-page .section-3 .trainer--title {
  margin-bottom: 60px;
}
.top-page .section-3 .trainer--title__main {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #111827;
  -webkit-text-stroke: 1px #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-page .section-3 .trainer--title__main span {
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .top-page .section-3 .trainer--title__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 32px;
  }
}
.top-page .section-3 .trainer--title__lead {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .top-page .section-3 .trainer--title__lead {
    font-size: 24px;
  }
}
.top-page .section-3 .trainer--list {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .top-page .section-3 .trainer--list {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-page .section-3 .trainer--list {
    padding: 0;
  }
}
.top-page .section-3 .trainer-grid {
  display: grid;
  max-width: 1200px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .top-page .section-3 .trainer-grid {
    grid-template-columns: 1fr;
    /* SP：1列 */
  }
}
@media screen and (min-width: 768px) {
  .top-page .section-3 .trainer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.top-page .section-3 .trainer-item {
  overflow: hidden;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid white;
}
@media screen and (max-width: 768px) {
  .top-page .section-3 .trainer-item {
    border-left: none;
    border-top: 1px solid white;
  }
}
.top-page .section-3 .trainer-item:last-child {
  border-right: 1px solid white;
}
@media screen and (max-width: 768px) {
  .top-page .section-3 .trainer-item:last-child {
    border-right: none;
    border-bottom: 1px solid white;
  }
}
.top-page .section-3 .trainer-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .top-page .section-3 .trainer-item img {
    margin-bottom: 0px;
  }
}
.top-page .section-3 .trainer-item--main {
  padding: 24px;
}
.top-page .section-3 .trainer-item__name {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 960px) {
  .top-page .section-3 .trainer-item__name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .top-page .section-3 .trainer-item__name {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.top-page .section-3 .trainer-item__desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .top-page .section-3 .trainer-item__desc {
    margin-bottom: 24px;
  }
}
.top-page .section-3 .trainer--feature {
  text-align: center;
}
.top-page .section-3 .trainer--feature--link {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.04em;
  padding: 16px 50px;
  border-radius: 9999px;
  border: 1px solid #31CBA7;
  color: #31CBA7;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .top-page .section-3 .trainer--feature--link:hover {
    cursor: pointer;
    color: white;
    background-color: #31CBA7;
  }
}
.top-page .section-4 {
  margin-bottom: 160px;
  /* タブレット（≥768px）で2列 */
  /* PC（≥1024px）で3列 */
  /* ─── 各アイテム ─── */
  /* 画像 */
  /* 名前 */
  /* 説明 */
  /* 各アイテム */
  /* 画像まわり */
  /* ラベル文字 */
  /* テキストまわり */
  /* ボタン */
}
.top-page .section-4 .feature--title {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .top-page .section-4 .feature--title {
    margin-bottom: 48px;
  }
}
.top-page .section-4 .feature--title__main {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #111827;
  -webkit-text-stroke: 1px #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-page .section-4 .feature--title__main span {
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .top-page .section-4 .feature--title__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 32px;
  }
}
.top-page .section-4 .feature--title__lead {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .top-page .section-4 .feature--title__lead {
    font-size: 24px;
  }
}
.top-page .section-4 .feature--list {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  margin-bottom: 120px;
}
@media (max-width: 1200px) {
  .top-page .section-4 .feature--list {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-page .section-4 .feature--list {
    padding: 0;
  }
}
.top-page .section-4 .feature-grid {
  display: grid;
  max-width: 1200px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .top-page .section-4 .feature-grid {
    grid-template-columns: 1fr;
    /* SP：1列 */
  }
}
@media screen and (min-width: 768px) {
  .top-page .section-4 .feature-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.top-page .section-4 .feature-item {
  overflow: hidden;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid white;
}
@media screen and (max-width: 768px) {
  .top-page .section-4 .feature-item {
    border-left: none;
    border-top: 1px solid white;
  }
}
.top-page .section-4 .feature-item:last-child {
  border-right: 1px solid white;
}
@media screen and (max-width: 768px) {
  .top-page .section-4 .feature-item:last-child {
    border-right: none;
    border-bottom: 1px solid white;
  }
}
.top-page .section-4 .feature-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-bottom: 24px;
}
.top-page .section-4 .feature-item--main {
  padding: 24px;
}
@media (max-width: 1050px) {
  .top-page .section-4 .feature-item--main {
    padding: 16px;
    font-size: 16px;
  }
}
.top-page .section-4 .feature-item__title {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1100px) {
  .top-page .section-4 .feature-item__title {
    font-size: 22px;
  }
}
@media (max-width: 1050px) {
  .top-page .section-4 .feature-item__title {
    font-size: 19px;
  }
}
@media (max-width: 900px) {
  .top-page .section-4 .feature-item__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .top-page .section-4 .feature-item__title {
    font-size: 24px;
  }
}
.top-page .section-4 .feature-item__desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media (max-width: 900px) {
  .top-page .section-4 .feature-item__desc {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .top-page .section-4 .feature-item__desc {
    margin-bottom: 24px;
    font-size: 16px;
  }
}
.top-page .section-4 .feature__inner {
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 1220px) {
  .top-page .section-4 .feature__inner {
    padding: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .top-page .section-4 .feature__inner {
    padding: 0 20px;
  }
}
.top-page .section-4 .feature__lead {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .top-page .section-4 .feature__lead {
    font-size: 16px;
  }
}
.top-page .section-4 .feature__title {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .top-page .section-4 .feature__title {
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-page .section-4 .feature__items {
  display: grid;
  gap: 40px;
}
.top-page .section-4 .feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* SP：縦積み */
  border: 1px solid white;
  overflow: visible;
  background: #1A1F34;
}
@media screen and (max-width: 768px) {
  .top-page .section-4 .feature__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-page .section-4 .feature__thumb {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: visible;
}
.top-page .section-4 .feature__thumb--ic {
  position: absolute;
  top: -20;
  left: -38px;
  width: 190px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .top-page .section-4 .feature__thumb--ic {
    width: 170px;
    left: -14px;
    top: -16px;
  }
}
.top-page .section-4 .feature__thumb--img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-page .section-4 .feature__label {
  position: absolute;
  top: 16px;
  left: 16px;
  font-family: "Brush Script MT", cursive;
  font-size: 40px;
  font-size: 2.5rem;
  color: #fff;
  text-transform: capitalize;
}
.top-page .section-4 .feature__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 60px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-page .section-4 .feature__content {
    padding: 20px;
  }
}
.top-page .section-4 .feature__text {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .top-page .section-4 .feature__text {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.top-page .section-4 .feature__price {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.7;
  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: 4px;
}
@media screen and (max-width: 768px) {
  .top-page .section-4 .feature__price {
    font-size: 16px;
  }
}
.top-page .section-4 .feature__price .small {
  font-size: 14px;
  font-weight: 300;
}
.top-page .section-4 .feature__button {
  display: inline-block;
  margin-top: 16px;
  padding: 16px 50px;
  border: 1px solid #31CBA7;
  border-radius: 9999px;
  color: #31CBA7;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  -ms-flex-item-align: start;
      align-self: flex-start;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .top-page .section-4 .feature__button:hover {
    color: white;
    background-color: #31CBA7;
  }
}
.top-page .section-5 {
  margin-bottom: 180px;
  /* タブレット（≥768px）で2列 */
  /* PC（≥1024px）で3列 */
  /* ─── 各アイテム ─── */
  /* 名前 */
  /* 説明 */
}
.top-page .section-5 .membership--title__main {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #111827;
  -webkit-text-stroke: 1px #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-page .section-5 .membership--title__main span {
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .top-page .section-5 .membership--title__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 32px;
  }
}
.top-page .section-5 .membership--title__lead {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .top-page .section-5 .membership--title__lead {
    font-size: 24px;
  }
}
.top-page .section-5 .membership--title__lead span {
  margin-bottom: 40px;
}
.top-page .section-5 .membership--list {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  margin-bottom: 120px;
}
@media (max-width: 1200px) {
  .top-page .section-5 .membership--list {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-page .section-5 .membership--list {
    padding: 0;
  }
}
.top-page .section-5 .membership-grid {
  display: grid;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 1200px) {
  .top-page .section-5 .membership-grid {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .top-page .section-5 .membership-grid {
    grid-template-columns: 1fr;
    /* SP：1列 */
  }
}
@media screen and (min-width: 768px) {
  .top-page .section-5 .membership-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.top-page .section-5 .membership-item {
  overflow: hidden;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid white;
}
@media screen and (max-width: 768px) {
  .top-page .section-5 .membership-item {
    border-left: none;
    border-top: 1px solid white;
  }
}
.top-page .section-5 .membership-item:last-child {
  border-right: 1px solid white;
}
@media screen and (max-width: 768px) {
  .top-page .section-5 .membership-item:last-child {
    border-right: none;
    border-bottom: 1px solid white;
  }
}
.top-page .section-5 .membership-item--main {
  padding: 24px;
}
@media (max-width: 1050px) {
  .top-page .section-5 .membership-item--main {
    font-size: 16px;
  }
}
.top-page .section-5 .membership-item__title {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1050px) {
  .top-page .section-5 .membership-item__title {
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  .top-page .section-5 .membership-item__title {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  .top-page .section-5 .membership-item__title {
    font-size: 24px;
  }
}
.top-page .section-5 .membership-item__title span {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.top-page .section-5 .membership-item__price {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .top-page .section-5 .membership-item__price {
    margin-bottom: 24px;
  }
}
.top-page .section-5 .membership-item__price .small {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-weight: 300;
}
.top-page .section-5 .membership-item__text {
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.top-page .section-6 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .top-page .section-6 {
    padding: 60px 20px 0;
    margin-bottom: 60px;
  }
}
.top-page .section-6 .gym-info--title {
  margin-bottom: 60px;
}
.top-page .section-6 .gym-info--title__main {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #111827;
  -webkit-text-stroke: 1px #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-page .section-6 .gym-info--title__main span {
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .top-page .section-6 .gym-info--title__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 32px;
  }
}
.top-page .section-6 .gym-info--title__lead {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .top-page .section-6 .gym-info--title__lead {
    font-size: 24px;
  }
}
.top-page .section-6 .gym-info__list {
  list-style: none;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}
.top-page .section-6 .gym-info__item {
  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;
  padding: 32px 0;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  -o-border-image: linear-gradient(to right, #fff 180px, rgba(229, 231, 235, .5) 180px) 1;
     border-image: linear-gradient(to right, #fff 180px, rgba(229, 231, 235, .5) 180px) 1;
}
@media screen and (max-width: 768px) {
  .top-page .section-6 .gym-info__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -o-border-image: linear-gradient(to right, #fff 93px, rgba(229, 231, 235, .5) 93px) 1;
       border-image: linear-gradient(to right, #fff 93px, rgba(229, 231, 235, .5) 93px) 1;
  }
}
.top-page .section-6 .gym-info__item:last-child {
  border-bottom: 1px solid transparent;
}
.top-page .section-6 .gym-info__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .top-page .section-6 .gym-info__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 93px;
            flex: 0 0 93px;
  }
}
.top-page .section-6 .gym-info__value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  padding: 0 60px;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .top-page .section-6 .gym-info__value {
    padding: 0 20px;
  }
  .top-page .section-6 .gym-info__value .address {
    display: block;
    margin-bottom: 16px;
  }
}
.top-page .section-6 .gym-info__btn-map {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 24px;
  padding: 6px 12px;
  background-color: #fff;
  color: #15AD53;
  border-radius: 9999px;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .top-page .section-6 .gym-info__btn-map {
    margin-left: 0px;
  }
}
.top-page .section-6 .gym-info__btn-map svg {
  width: 21px;
  height: 21px;
  margin-left: 8px;
  fill: #15AD53;
  stroke: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .top-page .section-6 .gym-info__btn-map:hover {
    color: white;
    background-color: #15AD53;
  }
  .top-page .section-6 .gym-info__btn-map:hover svg {
    fill: white;
    stroke: #15AD53;
  }
}

/* スライダーのカスタマイズ */
.slider .slick-list {
  margin: 0 -12px;
}
@media screen and (max-width: 768px) {
  .slider .slick-list {
    margin: 0 -8px;
  }
}

/* 各スライドに左右8pxずつ padding を入れる */
.slider .slick-slide {
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .slider .slick-slide {
    padding: 0 8px;
  }
}

/* 画像をフル幅にしたまま padding を効かせる */
.slider .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.training-page {
  max-width: 1040px;
  margin: auto;
  padding-top: 220px;
  padding-bottom: 100px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1024px) {
  .training-page {
    padding: 84px 20px 80px;
  }
}
.training-page .title {
  margin: auto;
  font-size: 32px;
  line-height: 2.4;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .training-page .title {
    margin: auto;
    margin-bottom: 60px;
    font-size: 28px;
    text-align: center;
  }
}
.training-page .training-method {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
.training-page .training-method__header {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .training-page .training-method__header {
    margin-bottom: 52px;
  }
}
.training-page .training-method__title {
  font-size: 32px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .training-page .training-method__title {
    font-size: 24px;
    text-align: center;
  }
}
.training-page .training-method__badge {
  display: inline-block;
  background: #2759b7;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-size: 0.875rem;
}
.training-page .training-method__container {
  margin-bottom: 60px;
}
.training-page .training-method__number {
  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;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  line-height: 1.5;
  font-size: 24px;
  letter-spacing: 0.04em;
  margin: 0 auto 12px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  text-indent: 0.1em;
}
@media screen and (max-width: 768px) {
  .training-page .training-method__number {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
.training-page .training-method__subtitle {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  opacity: 0.5;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .training-page .training-method__subtitle {
    font-size: 12px;
  }
}
.training-page .training-method__heading {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .training-page .training-method__heading {
    font-size: 22px;
  }
}
.training-page .training-method__lead {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 64px;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .training-page .training-method__lead {
    font-size: 14px;
  }
}
.training-page .training-method__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 64px 40px;
}
@media screen and (max-width: 768px) {
  .training-page .training-method__grid {
    grid-template-columns: 1fr;
    gap: 40px 40px;
  }
}
.training-page .training-method__item {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 500px;
}
.training-page .training-method__icon {
  display: block;
  height: 60px;
  margin-bottom: 10px;
}
.training-page .training-method__icon img {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .training-page .training-method__icon {
    text-align: center;
    height: 40px;
    margin-bottom: 4px;
  }
}
.training-page .training-method__item-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
.training-page .training-method__item-title small {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 4px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .training-page .training-method__item-title {
    text-align: center;
    font-size: 20px;
  }
  .training-page .training-method__item-title small {
    font-size: 12px;
    margin-top: 0px;
  }
}
.training-page .training-method__item-desc {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .training-page .training-method__item-desc {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.training-page .training-method__item-list {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 20px;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 600;
  letter-spacing: 0.04em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.training-page .training-method__item-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
}
.training-page .training-method__item-list li {
  list-style: inside disc;
}
@media screen and (max-width: 768px) {
  .training-page .training-method__item-list {
    font-size: 16px;
    padding: 16px;
  }
}
.training-page .training-method__item-list-title {
  margin-bottom: 8px;
}
.training-page .training-method__item-list-text {
  margin-top: 4px;
  margin-left: -10px;
}
.training-page .training-step + .training-step {
  margin-top: 80px;
}
.training-page .training-step__subtitle {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .6);
  margin-bottom: 12px;
}
.training-page .training-step__title {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 16px;
  font-weight: normal;
}
.training-page .training-step__text {
  max-width: 720px;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, .8);
}
/*# sourceMappingURL=styles.css.map */
