@charset "UTF-8";
/*!
global > color
------------------------------
*/
:root {
  --color-primary: #c08d4e;
  --color-primary-hover: #9f7036;
  --color-primary-light: rgba(192, 141, 78, 0.16);
  --color-primary-extra-light: rgba(192, 141, 78, 0.1);
  --color-secondary: #16302d;
  --color-secondary-light: #d9dddd;
  --color-accent: #830e1b;
  --color-accent-hover: #6a0a16;
  --color-font-base: #5c5c5c;
  --color-border: #cdcdcd;
  --color-white: #ffffff;
  --color-white-hover: rgb(229, 229, 229);
  --color-box-shadow: #ededed;
  --color-attention: #ff4949;
  --color-grey: #eee;
  --color-grey-light: #fafafa;
  --color-grey-dark: rgb(193, 193, 193);
  --color-select-arrow: rgb(110, 110, 110);
  --color-black: #333;
  --color-black-hover: #222;
  --color-font-link: rgb(54, 117, 211);
  --color-table-green: #dfe2da;
  --color-table-primary-extra-light: #fbf7f2;
  --color-table-secondary-extra-light: #eef0f0;
  --color-table-blue: #536f96;
  --color-table-blue-light: #e6ebf0;
}

/*!
global > content-width
------------------------------
*/
:root {
  --width-content-s: 820px;
  --width-content: 960px;
  --width-content-l: 1080px;
  --width-content-xl: 1200px;
}

/*!
global > font
------------------------------
*/
:root {
  --font-family-base: "Noto Serif JP", sans-serif;
  --font-family-english: "Cormorant Garamond", sans-serif;
}

/*!
global > z-index
------------------------------
*/
:root {
  --z-index-hm-button: 40;
  --z-index-menu: 30;
  --z-index-default: 1;
}

/*!
foundation > reset
------------------------------
*/
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 100%;
  border-radius: 0;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 16px;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

/*!
foundation > base
------------------------------
*/
body {
  font-family: var(--font-family-base);
  color: var(--color-font-base);
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*!
utility > utility
------------------------------
*/
.u-img-link {
  transition: 0.3s;
}
.u-img-link:hover {
  opacity: 0.8;
}

.u-text-link {
  text-decoration: underline;
  color: var(--color-font-link);
}
.u-text-link:hover {
  text-decoration: none;
}

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

.u-pt-s {
  margin-top: 16px !important;
}

.u-ptb {
  padding: 64px 0 !important;
}
@media screen and (min-width: 768px) {
  .u-ptb {
    padding: 80px 0 !important;
  }
}

.u-pb {
  padding-bottom: 64px !important;
}
@media screen and (min-width: 768px) {
  .u-pb {
    padding-bottom: 80px !important;
  }
}

.u-ptb-s {
  padding: 40px 0 !important;
}
@media screen and (min-width: 768px) {
  .u-ptb-s {
    padding: 48px 0 !important;
  }
}

.u-visually-hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  margin: -1px !important;
}

.wpcf7-turnstile {
  display: none;
}

/*!
component > animation
------------------------------
*/
.has-animation-fadeup {
  opacity: 0;
  transform: translateY(30px);
}

/*!
component > button
------------------------------
*/
.c-button {
  color: var(--color-white);
  background-color: var(--color-primary);
  padding: 8px 16px 8px calc(16px + 0.1em);
  position: relative;
  width: 100%;
  height: 50px;
  display: grid;
  place-items: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-button {
    height: 55px;
  }
}
.c-button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  transform: rotate(45deg);
}
.c-button:hover {
  background-color: var(--color-primary-hover);
}

.c-button--white {
  color: var(--color-primary);
  background-color: var(--color-white);
}
.c-button--white:hover {
  background-color: var(--color-white-hover);
}
.c-button--white::after {
  border-top: 2px solid var(--color-primary);
  border-right: 2px solid var(--color-primary);
}

.c-button--accent {
  color: var(--color-white);
  background-color: var(--color-accent);
}
.c-button--accent:hover {
  background-color: var(--color-accent-hover);
}
.c-button--accent::after {
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
}

.c-button--small {
  padding: 4px 40px 4px calc(40px + 0.1em);
  display: inline-block;
  height: auto;
  width: auto;
}

.c-cta-button {
  display: block;
  background: linear-gradient(to bottom, #a5292e 0 50%, #9b1217 50% 100%);
  text-align: center;
  padding: 12px;
  color: var(--color-white);
  width: 100%;
}

.c-cta-button span {
  display: block;
}

.c-cta-button span:nth-child(1) {
  font-size: 14px;
  background-color: var(--color-primary);
  width: fit-content;
  margin-inline: auto;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.c-cta-button span:nth-child(1)::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../img/icon-people.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .c-cta-button span:nth-child(1) {
    font-size: 16px;
  }
}

.c-cta-button span:nth-child(2) {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .c-cta-button span:nth-child(2) {
    font-size: 22px;
  }
}

/*!
component > title
------------------------------
*/
/*! level2 */
.c-top-title-level2 {
  letter-spacing: 0.15em;
}

.c-top-title-level2--center {
  padding-left: 0.15em;
  text-align: center;
}

.c-top-title-level2-english {
  font-family: var(--font-family-english);
  letter-spacing: 0.15em;
  color: var(--color-primary);
  font-weight: bold;
  font-size: 24px;
  display: block;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c-top-title-level2-english {
    font-size: 32px;
  }
}

.c-top-title-level2-english--center {
  padding-left: 0.15em;
  text-align: center;
}

.c-title-level2 {
  font-weight: bold;
  letter-spacing: 0.15em;
  font-size: 18px;
  color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .c-title-level2 {
    font-size: 24px;
  }
}

.c-title-level2--center {
  padding-left: 0.15em;
  text-align: center;
}

/*!
component > page-kv
------------------------------
*/
.c-page-kv {
  padding: 88px 0 48px;
  text-align: center;
  color: var(--color-white);
  background-image: url(../img/bg-page-kv.png), linear-gradient(var(--color-secondary), var(--color-secondary));
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .c-page-kv {
    padding: 140px 0 48px;
  }
}
.c-page-kv.--menu {
  text-align: left;
  padding: 120px 0 48px;
}
@media screen and (min-width: 768px) {
  .c-page-kv.--menu {
    padding: 160px 0 48px;
  }
}

.c-page-kv-title {
  font-weight: bold;
  font-size: 22px;
  color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .c-page-kv-title {
    font-size: 28px;
  }
}

.c-page-kv-cta-button {
  width: 100%;
  max-width: 420px;
  margin: 16px auto 0;
}

/*!
component > pagenation
------------------------------
*/
.c-pagenation .nav-links {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .c-pagenation .nav-links {
    margin-top: 48px;
  }
}
.c-pagenation .page-numbers {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  background-color: var(--color-white);
  border: 1px solid var(--color-secondary);
  color: var(--color-secondary);
  font-size: 14px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-pagenation .page-numbers {
    width: 40px;
    height: 40px;
  }
}
.c-pagenation .page-numbers:not(:first-child) {
  margin-left: 8px;
}
.c-pagenation .page-numbers.prev {
  position: relative;
}
.c-pagenation .page-numbers.prev::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--color-secondary);
  border-right: 1px solid var(--color-secondary);
  transform: rotate(-135deg);
}
.c-pagenation .page-numbers.next {
  position: relative;
}
.c-pagenation .page-numbers.next::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--color-secondary);
  border-right: 1px solid var(--color-secondary);
  transform: rotate(45deg);
}
.c-pagenation .page-numbers:hover {
  background-color: var(--color-secondary);
  color: var(--color-white);
}
.c-pagenation .current {
  background-color: var(--color-secondary);
  color: var(--color-white);
}

/*!
component > posts
------------------------------
*/
.c-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}

@media screen and (min-width: 768px) {
  .c-grid--col2 {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 500px) {
  .c-grid--col3 {
    gap: 40px 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1050px) {
  .c-grid--col3 {
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-grid-trainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 16px;
}
@media screen and (min-width: 500px) {
  .c-grid-trainer {
    gap: 32px 24px;
  }
}
@media screen and (min-width: 768px) {
  .c-grid-trainer {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
}

@media screen and (min-width: 768px) {
  .c-grid-trainer--others {
    grid-template-columns: repeat(3, 1fr);
  }
}
/*!
component > voice
------------------------------
*/
.c-voice-thumbnail {
  display: block;
  position: relative;
  padding-top: 60%;
}
.c-voice-thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.c-voice-title {
  margin-top: 8px;
  font-size: 14px;
  font-weight: bold;
  color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .c-voice-title {
    font-size: 18px;
  }
}

.c-voice-tag {
  display: flex;
}

.c-voice-tag-item {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .c-voice-tag-item {
    font-size: 14px;
  }
}
.c-voice-tag-item::before {
  content: "#";
  display: inline-block;
}
.c-voice-tag-item:not(:last-child) {
  margin-right: 8px;
}

.c-voice-coming-soon {
  text-align: center;
}

/*!
component > cta
------------------------------
*/
.c-cta {
  background-color: var(--color-secondary);
  text-align: center;
  background-image: url(../img/bg-cta.png);
  background-position: center;
  background-size: cover;
}

.c-cta-text {
  font-weight: bold;
  color: var(--color-white);
}

.c-cta-text02 {
  font-weight: bold;
  color: var(--color-primary);
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .c-cta-text02 {
    font-size: 32px;
  }
}

.c-cta-button-wrap {
  margin-top: 16px;
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-cta-button-wrap {
    margin-top: 24px;
  }
}

/*!
component > post-contents
------------------------------
*/
.c-post-contents {
  line-height: 2.2;
}
.c-post-contents strong:not([class]) {
  font-weight: bold;
  color: var(--color-black);
}
.c-post-contents h2:not([class]) {
  line-height: 1.65;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding-left: 16px;
  margin-bottom: 16px;
}
.c-post-contents h2:not([class])::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 100%;
  background-color: var(--color-primary);
  border-radius: 100vh;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .c-post-contents h2:not([class]) {
    font-size: 22px;
  }
}
.c-post-contents h3:not([class]) {
  line-height: 1.65;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
.c-post-contents h3:not([class])::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 6px;
  background-color: var(--color-primary);
  border-radius: 100vh;
}
@media screen and (min-width: 768px) {
  .c-post-contents h3:not([class]) {
    font-size: 20px;
  }
}
.c-post-contents ul:not([class]) {
  padding-left: 8px;
}
.c-post-contents ul:not([class]) li {
  position: relative;
  padding-left: 16px;
}
.c-post-contents ul:not([class]) li:not(:first-child) {
  margin-top: 4px;
}
.c-post-contents ul:not([class]) li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--color-primary);
  position: absolute;
  display: inline-block;
  left: 0;
  top: 13px;
}
@media screen and (min-width: 768px) {
  .c-post-contents ul:not([class]) li::before {
    top: 16px;
  }
}
.c-post-contents ol:not([class]) {
  counter-reset: number;
  padding-left: 8px;
}
.c-post-contents ol:not([class]) li {
  display: flex;
  align-items: baseline;
}
.c-post-contents ol:not([class]) li:not(:first-child) {
  margin-top: 4px;
}
.c-post-contents ol:not([class]) li:before {
  content: counter(number);
  counter-increment: number;
  color: var(--color-primary);
  flex-shrink: 0;
  margin-right: 2px;
  order: -2;
  font-weight: bold;
}
.c-post-contents ol:not([class]) li:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: var(--color-primary);
  flex-shrink: 0;
  order: -1;
  margin-right: 8px;
}
.c-post-contents a:not([class]) {
  color: var(--color-font-link);
  display: inline-block;
  word-break: break-all;
  text-decoration: underline;
  padding: 0 2px;
}
.c-post-contents a:not([class]):hover {
  text-decoration: none;
}

/*!
component > price
------------------------------
*/
.c-price-wrap {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (min-width: 768px) {
  .c-price-wrap {
    gap: 80px;
  }
}

.c-price01,
.c-price02 {
  padding: 40px 16px;
}
@media screen and (min-width: 768px) {
  .c-price01,
  .c-price02 {
    padding: 56px 40px;
  }
}

.c-price01 {
  background-color: #fcf7f3;
}

.c-price02 {
  background-color: #f8f8f8;
}

.c-price03 {
  border: 1px solid var(--color-primary);
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
  padding: 40px 12px;
}

.c-price-campaign,
.c-price-popular,
.c-price-other,
.c-price-other-note {
  text-align: center;
  color: var(--color-black);
  font-weight: bold;
}

.c-price-campaign,
.c-price-other-note {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .c-price-campaign,
  .c-price-other-note {
    font-size: 20px;
  }
}

.c-price-popular,
.c-price-other {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .c-price-popular,
  .c-price-other {
    font-size: 28px;
  }
}

.c-price-section-wrap {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px 12px;
  max-width: 960px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .c-price-section-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .c-price-section-wrap {
    gap: 40px;
  }
}

.c-price-other-section-wrap {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px 12px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .c-price-other-section-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .c-price-other-section-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}

.c-price-capacity {
  background-color: #a3141a;
  color: var(--color-white);
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.c-price-capacity:before {
  content: "";
  background-image: url("../img/icon-people.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 22px;
  height: 22px;
}

.c-price-title {
  padding: 16px;
  background-color: #b88f57;
  color: var(--color-white);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  gap: 4px;
}
.c-price-title span {
  display: block;
}

.c-price-title--imajuku {
  background-color: #b89e57;
}

.c-price-title--other {
  background-color: #e0e2da;
  color: var(--color-black);
}

.c-price-title-plan {
  font-size: 24px;
}

.c-price-title-store {
  font-size: 18px;
}

.c-price-item-wrap {
  padding: 16px 16px 40px;
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .c-price-item-wrap {
    padding: 16px 40px 40px;
  }
}

.c-price-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 15px;
  border-bottom: 1px solid #e9e9e9;
  padding: 16px 0;
  min-height: 85px;
  color: var(--color-black);
}

.c-price-item-center {
  align-items: center;
}

.c-price-item-prices {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.c-price-item-original {
  text-decoration: line-through;
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-price-item-original:after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  vertical-align: middle;
  background: none;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: var(--color-primary);
  margin-left: 0.2em;
}

.c-price-now-value {
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  color: var(--color-primary);
  display: inline-block;
  padding: 0 3px;
  translate: 0 3px;
}

.c-price-now-unit {
  font-weight: bold;
  color: var(--color-primary);
}

.c-price-now-badge {
  font-weight: bold;
  color: var(--color-primary);
  font-size: 18px;
}

.c-price-item-value {
  font-size: 18px;
}

.c-price-pair-wrap {
  background-color: #f0f5ec;
  margin-top: 24px;
  padding: 10px 24px 10px 4px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.c-price-pair-wrap::before {
  content: "";
  flex-shrink: 0;
  display: block;
  background-image: url("../img/icon-pair.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 57px;
  height: 45px;
  border-right: 1px dashed #000;
  margin-right: 12px;
  padding-right: 12px;
}

.c-price-pair::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: var(--color-white);
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  border-radius: 50%;
}

.c-price-pair-text {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  color: #165d10;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-price-pair-text {
    font-size: 16px;
  }
}

.c-price03-title {
  font-size: 22px;
  color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .c-price03-title {
    font-size: 28px;
  }
}

.c-price03-text {
  margin-top: 16px;
}
.c-price03-text span {
  display: block;
}
.c-price03-text a {
  text-decoration: underline;
  color: var(--color-font-link);
}

/*!
component > menu
------------------------------
*/
.c-menu-english-text {
  font-weight: bold;
  font-family: var(--font-family-english);
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--color-primary);
}

.c-menu-number {
  font-size: 40px;
  font-weight: bold;
  font-family: var(--font-family-english);
  letter-spacing: 0.07em;
  line-height: 1;
  color: var(--color-primary);
}

.c-menu-title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: var(--color-primary);
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .c-menu-title {
    margin-top: 16px;
    font-size: 20px;
  }
}

.c-menu-title--center {
  padding-left: 0.1em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-menu-title--archive {
    margin-top: 4px;
  }
}
.c-menu-copy {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .c-menu-copy {
    font-size: 14px;
  }
}

.c-menu-copy--center {
  padding-left: 0.1em;
  text-align: center;
}

.c-menu-link {
  margin-top: 16px;
}
.c-menu-link span {
  transform: translateY(-2px);
  display: block;
}

/*!
component > fix-cta
------------------------------
*/
.c-fix-cta-sp {
  position: fixed;
  bottom: 8px;
  left: 8px;
  width: calc(100% - 16px);
  z-index: var(--z-index-default);
}
@media screen and (min-width: 900px) {
  .c-fix-cta-sp {
    display: none;
  }
}

/*!
component > faq
------------------------------
*/
.c-faq-item:not(:first-child) {
  padding-top: 16px;
}
.c-faq-item:not(:last-child) {
  padding-bottom: 16px;
  border-bottom: 1px dashed var(--color-border);
}

.c-faq-q,
.c-faq-a {
  display: flex;
  align-items: baseline;
}
.c-faq-q::before,
.c-faq-a::before {
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  margin-right: 12px;
  font-family: var(--font-family-english);
}
@media screen and (min-width: 768px) {
  .c-faq-q::before,
  .c-faq-a::before {
    font-size: 26px;
  }
}

.c-faq-q::before {
  content: "Q";
  color: var(--color-secondary);
}

.c-faq-a::before {
  content: "A";
  color: var(--color-primary);
}

.c-faq-a a {
  color: var(--color-font-link);
  display: inline-block;
  word-break: break-all;
  text-decoration: underline;
  padding: 0 2px;
}
.c-faq-a a:hover {
  text-decoration: none;
}

/*!
component > trainer
------------------------------
*/
.c-trainer-item {
  display: flex;
  flex-direction: column;
}

.c-trainer-img {
  max-width: 130px;
  margin: 0 auto;
}
.c-trainer-img img {
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.c-trainer-name {
  text-align: center;
  letter-spacing: 0.15em;
  padding-left: 0.15em;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .c-trainer-name {
    margin-top: 16px;
  }
}

.c-trainer-name02 {
  font-family: var(--font-family-english);
  color: var(--color-primary);
  font-size: 12px;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
}

.c-trainer-msg {
  font-size: 12px;
  text-align: center;
  max-width: 220px;
  margin: 8px auto 0;
}
@media screen and (min-width: 768px) {
  .c-trainer-msg {
    font-size: 14px;
  }
}

.c-trainer-link {
  text-align: center;
  display: flex;
  padding-top: 16px;
  margin-top: auto;
  justify-content: center;
}
.c-trainer-link a {
  border-radius: 100vh;
  border: 1px solid var(--color-primary);
  font-size: 12px;
  color: var(--color-primary);
  padding: 4px 24px;
  transition: 0.3s;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-trainer-link a {
    font-size: 14px;
  }
}
.c-trainer-link a:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}

/*!
component > table
------------------------------
*/
.c-table-wrap {
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 2px;
}
.c-table-wrap::-webkit-scrollbar {
  display: none;
}

.c-table {
  width: 100%;
  min-width: 550px;
}
.c-table th,
.c-table td {
  text-align: center;
  border: 1px solid var(--color-border);
  padding: 12px 8px;
  width: 16.6666666667%;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .c-table th,
  .c-table td {
    padding: 20px 4px;
    font-size: 14px;
  }
}

.c-table-border-none {
  border: none !important;
}

.c-table-border-left-none {
  border-left: none !important;
}

.c-table-border-right-none {
  border-right: none !important;
}

.c-table-attention {
  color: var(--color-primary);
  display: block;
  font-size: 10px;
}

.c-table-note {
  color: var(--color-primary);
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .c-table-note {
    display: none;
  }
}

.c-table-note02 {
  color: var(--color-primary);
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .c-table-note02 {
    text-align: right;
    margin-top: 8px;
  }
}

.c-table-bg-primary {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.c-table-bg-primary-light {
  background-color: var(--color-primary-light);
}

.c-table-bg-primary-extra-light {
  background-color: var(--color-table-primary-extra-light);
}

.c-table-bg-secondary {
  background-color: var(--color-secondary);
  color: var(--color-white);
}

.c-table-bg-secondary-light {
  background-color: var(--color-secondary-light);
}

.c-table-bg-secondary-extra-light {
  background-color: var(--color-table-secondary-extra-light);
}

.c-table-bg-green {
  background-color: var(--color-table-green);
}

.c-table-bg-blue {
  background-color: var(--color-table-blue);
  color: var(--color-white);
}

.c-table-bg-blue-light {
  background-color: var(--color-table-blue-light);
}

.c-table-admission-fee {
  display: flex;
  flex-direction: column;
}
.c-table-admission-fee span:nth-child(2) {
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .c-table-admission-fee span:nth-child(2) {
    font-size: 14px;
  }
}
.c-table-admission-fee .is-line-through {
  text-decoration: line-through;
}

/*!
component > limit
------------------------------
*/
.c-limit {
  color: var(--color-white);
  line-height: 2;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
}
.c-limit > span {
  display: block;
}
.c-limit > span:nth-child(2) {
  background-color: var(--color-white);
  width: fit-content;
  color: var(--color-black);
  padding: 2px 12px 8px;
  font-weight: bold;
  line-height: 1.2;
  margin: 4px auto;
}
.c-limit > span span {
  font-size: 24px;
  display: inline-block;
  color: var(--color-primary);
  padding: 0 2px;
}
.c-limit > span a {
  text-decoration: underline;
}

/*!
component > splide
------------------------------
*/
.splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: var(--z-index-default);
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.splide__arrow--prev {
  left: 8px;
}

.splide__arrow--next {
  right: 8px;
}

.splide__arrow svg {
  width: 18px;
  height: 18px;
  fill: var(--color-white);
}

.splide__arrow--prev svg {
  transform: rotate(180deg);
}

.splide__pagination {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 6px;
}

.splide__pagination__page {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.splide__pagination__page.is-active {
  background-color: var(--color-white);
  transform: scale(1.2);
}

/*!
layout > container
------------------------------
*/
.l-container-l,
.l-container,
.l-container-s,
.l-container-xl {
  width: 90%;
  margin: 0 auto;
}

.l-container-s {
  max-width: var(--width-content-s);
}

.l-container {
  max-width: var(--width-content);
}

.l-container-l {
  max-width: var(--width-content-l);
}

.l-container-xl {
  max-width: var(--width-content-xl);
}

/*!
layout > header
------------------------------
*/
@media screen and (min-width: 1050px) {
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 14px;
  }
}
.header-logo {
  position: absolute;
  left: 5%;
  top: 12px;
  text-align: center;
}
@media screen and (min-width: 1050px) {
  .header-logo {
    position: static;
  }
}
.header-logo a {
  display: inline-block;
}
.header-logo img {
  width: 150px;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .header-logo img {
    width: 200px;
  }
}

.header-logo-text {
  color: var(--color-primary);
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .header-logo-text {
    font-size: 12px;
  }
}

.header-logo-text-white {
  color: var(--color-white);
}

.header-menu {
  pointer-events: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.95);
  color: var(--color-white);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: var(--z-index-menu);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1050px) {
  .header-menu {
    display: none;
  }
}
.header-menu.is-hm-open {
  pointer-events: all;
}

.header-menu-inner {
  padding: 40px 12px 16px;
}
@media screen and (min-width: 1050px) {
  .header-menu-inner {
    padding: 0;
  }
}

.header-menu-logo {
  text-align: center;
}
.header-menu-logo a {
  display: inline-block;
}
.header-menu-logo img {
  width: 180px;
  margin-top: 4px;
}
@media screen and (min-width: 1050px) {
  .header-menu-logo {
    display: none;
  }
}

.header-menu-logo-text {
  font-size: 12px;
  color: var(--color-primary);
}

@media screen and (min-width: 1050px) {
  .header-nav {
    display: none;
  }
}
.header-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
  margin-top: 32px;
}
@media screen and (min-width: 1050px) {
  .header-list {
    justify-content: flex-end;
    gap: 24px;
    padding: 52px 24px 0 0;
    margin-top: 0;
  }
}

.header-item {
  width: calc(50% - 16px);
  border-bottom: 1px solid var(--color-white);
}
@media screen and (min-width: 1050px) {
  .header-item {
    width: auto;
    border: none;
  }
}
.header-item a {
  display: block;
  padding: 12px 0;
  position: relative;
}
@media screen and (min-width: 1050px) {
  .header-item a {
    padding: 0;
  }
}
.header-item a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  transform: rotate(45deg);
}
@media screen and (min-width: 1050px) {
  .header-item a::after {
    display: none;
  }
}
@media screen and (min-width: 1050px) {
  .header-item.--access {
    display: none;
  }
}

@media screen and (min-width: 1050px) {
  .header-item--top {
    display: none;
  }
}
.header-cta {
  margin-top: 32px;
}
@media screen and (min-width: 1050px) {
  .header-cta {
    display: none;
  }
}

.header-cta-text {
  text-align: center;
  font-weight: bold;
  margin-bottom: 4px;
}

.header-hm-icon {
  width: 48px;
  height: 48px;
  display: block;
  position: fixed;
  top: 20px;
  right: 12px;
  z-index: var(--z-index-hm-button);
  background-color: var(--color-primary);
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .header-hm-icon {
    width: 80px;
    height: 80px;
    top: 24px;
    right: 24px;
  }
}
@media screen and (min-width: 1050px) {
  .header-hm-icon {
    display: none;
  }
}
.header-hm-icon.is-hm-icon-active {
  background-color: var(--color-white);
}

.header-hm-icon__line {
  background-color: var(--color-white);
  width: 30%;
  height: 2px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.header-hm-icon.is-hm-icon-active .header-hm-icon__line {
  background-color: var(--color-primary);
}
.header-hm-icon__line:nth-of-type(1) {
  top: 40%;
}
.header-hm-icon__line:nth-of-type(2) {
  bottom: 40%;
}

.header-hm-icon.is-hm-icon-active .header-hm-icon__line:nth-of-type(1) {
  transform: translateY(4px) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .header-hm-icon.is-hm-icon-active .header-hm-icon__line:nth-of-type(1) {
    transform: translateY(6px) rotate(-45deg);
  }
}

.header-hm-icon.is-hm-icon-active .header-hm-icon__line:nth-of-type(2) {
  transform: translateY(-4px) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .header-hm-icon.is-hm-icon-active .header-hm-icon__line:nth-of-type(2) {
    transform: translateY(-8px) rotate(45deg);
  }
}

.header-pc-nav {
  display: none;
}
@media screen and (min-width: 1050px) {
  .header-pc-nav {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    color: var(--color-white);
    gap: 0 34px;
  }
}

@media screen and (min-width: 1050px) {
  .header-pc-list,
  .header-pc-list02,
  .header-pc-list03 {
    display: flex;
    align-items: center;
    font-size: 15px;
  }
  .header-pc-list {
    grid-column: 1/2;
    grid-row: 2/3;
    gap: 32px;
  }
  .header-pc-list02 {
    grid-column: 1/2;
    grid-row: 1/2;
    justify-content: flex-end;
    gap: 32px;
  }
  .header-pc-list03 {
    grid-column: 2/3;
    grid-row: 1/3;
    gap: 10px;
  }
  .header-pc-item-access,
  .header-pc-item-free {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
  }
  .header-pc-item-access::before,
  .header-pc-item-free::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .header-pc-item-access {
    background: linear-gradient(to bottom, #c09368 0 50%, #b98757 50% 100%);
  }
  .header-pc-item-access::before {
    background-image: url("../img/icon-access.svg");
  }
  .header-pc-item-free {
    background: linear-gradient(to bottom, #a5292e 0 50%, #9b1217 50% 100%);
  }
  .header-pc-item-free::before {
    background-image: url("../img/icon-free.svg");
  }
}
/*!
layout > footer
------------------------------
*/
.footer-back-to-top {
  color: var(--color-white);
  background-color: var(--color-primary);
  padding: 8px 16px 8px calc(16px + 0.1em);
  position: relative;
  width: 100%;
  max-width: 300px;
  height: 50px;
  display: grid;
  place-items: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  transition: 0.3s;
  margin: 0 auto 64px;
}
@media screen and (min-width: 768px) {
  .footer-back-to-top {
    height: 55px;
    margin: 0 auto 80px;
  }
}
.footer-back-to-top::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  transform: rotate(-135deg);
}
.footer-back-to-top:hover {
  background-color: var(--color-primary-hover);
}

.footer {
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: 40px 0 96px;
}
@media screen and (min-width: 1050px) {
  .footer {
    padding: 48px 0 16px;
  }
}

.footer-logo-wrap {
  display: flex;
  justify-content: center;
  text-align: center;
}

.footer-logo {
  display: block;
  width: 200px;
  margin: 8px auto 0;
}

@media screen and (min-width: 1050px) {
  .footer-link {
    display: grid;
    grid-template-columns: 2fr 1fr 320px;
    margin-top: 40px;
  }
}
.footer-nav {
  margin-top: 40px;
}
@media screen and (min-width: 1050px) {
  .footer-nav {
    margin-top: 0;
  }
}

.footer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 1050px) {
  .footer-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
}

.footer-sns {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 1050px) {
  .footer-sns {
    margin-top: 0;
    flex-direction: column;
    justify-content: flex-start;
    gap: 6px;
  }
}

.footer-item {
  margin-top: 4px;
}
@media screen and (min-width: 1050px) {
  .footer-item {
    margin-top: 0;
    font-size: 14px;
  }
  .footer-item:nth-child(1) {
    order: 1;
  }
  .footer-item:nth-child(2) {
    order: 3;
  }
  .footer-item:nth-child(3) {
    order: 5;
  }
  .footer-item:nth-child(4) {
    order: 7;
  }
  .footer-item:nth-child(5) {
    order: 9;
  }
  .footer-item:nth-child(6) {
    order: 2;
  }
  .footer-item:nth-child(7) {
    order: 4;
  }
  .footer-item:nth-child(8) {
    order: 6;
  }
  .footer-item:nth-child(9) {
    order: 8;
  }
  .footer-item:nth-child(10) {
    order: 10;
  }
}
.footer-item:not(:last-child)::after {
  content: "/";
  padding: 0 8px;
  display: inline-block;
}
@media screen and (min-width: 1050px) {
  .footer-item:not(:last-child)::after {
    display: none;
  }
}

.footer-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
}
@media screen and (min-width: 1050px) {
  .footer-cta {
    margin-top: 0;
    margin-left: 48px;
  }
}

.footer-cta-button {
  max-width: 350px;
  width: 100%;
}

.footer-cta-button-line-text {
  display: flex;
  align-items: center;
  transform: translateX(-3px);
}
.footer-cta-button-line-text::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon-line-primary.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 8px;
  transform: translateY(1px);
}

.footer-copyright {
  text-align: center;
  display: block;
  font-size: 12px;
  margin-top: 40px;
}
@media screen and (min-width: 1050px) {
  .footer-copyright {
    margin-top: 64px;
  }
}

/*!
layout > others
------------------------------
*/
.l-others {
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .l-others {
    margin-top: 64px;
  }
}

.l-others--with-border {
  padding-top: 56px;
  border-top: 1px solid var(--color-primary);
}
@media screen and (min-width: 768px) {
  .l-others--with-border {
    padding-top: 64px;
  }
}

.l-others-body {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-others-body {
    margin-top: 48px;
  }
}

/*!
page > top > common
------------------------------
*/
.top-body {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .top-body {
    margin-top: 56px;
  }
}

.top-button {
  max-width: 300px;
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .top-button {
    margin: 48px auto 0;
  }
}

.top-instagram-button {
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .top-instagram-button {
    margin: 48px auto 0;
    flex-direction: row;
    justify-content: center;
  }
}
.top-instagram-button > * {
  margin-top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-instagram-button > * {
    margin: 0;
  }
}

.top-bg-stripe {
  background-image: repeating-linear-gradient(-45deg, var(--color-primary-extra-light), var(--color-primary-extra-light) 1px, transparent 0, transparent 16px);
}

/*!
page > top > kv
------------------------------
*/
.top-kv {
  display: flex;
  align-items: center;
  background-image: url(../img/top/bg-top-kv-sp.jpg);
  background-position: center;
  background-size: cover;
  padding: 120px 0 40px;
}
@media screen and (min-width: 768px) {
  .top-kv {
    padding: 200px 0 80px;
  }
}
@media screen and (min-width: 900px) {
  .top-kv {
    background-image: url(../img/top/bg-top-kv.jpg);
  }
}

@media screen and (min-width: 900px) {
  .top-kv-inner {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 40px;
    align-items: center;
  }
}
.top-kv-text {
  font-size: 20px;
  color: var(--color-primary);
  letter-spacing: 0.16em;
}
@media screen and (min-width: 768px) {
  .top-kv-text {
    font-size: 28px;
  }
}

.top-kv-text02 {
  font-size: 38px;
  color: var(--color-white);
  line-height: 1.45;
  letter-spacing: 0.1em;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .top-kv-text02 {
    font-size: 52px;
  }
}
.top-kv-text02 span {
  display: block;
}

.top-kv-list {
  margin-top: 24px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.top-kv-list li {
  border: 1px solid var(--color-primary);
  padding: 4px 24px 4px 12px;
  font-size: 18px;
  color: var(--color-primary);
  display: flex;
  gap: 6px;
  align-items: center;
}
.top-kv-list li::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../img/icon-check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.top-kv-button-wrap {
  display: none;
}
@media screen and (min-width: 900px) {
  .top-kv-button-wrap {
    display: block;
    margin-top: 32px;
    max-width: 415px;
  }
}

.top-kv-img {
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .top-kv-img {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .top-kv-img.--sp {
    display: none;
  }
}
.top-kv-img.--pc {
  display: none;
}
@media screen and (min-width: 900px) {
  .top-kv-img.--pc {
    display: block;
  }
}

/*!
page > top > campaign
------------------------------
*/
.top-campaign {
  padding: 32px 0 48px;
}

.top-campaign-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: var(--color-black);
}
@media screen and (min-width: 768px) {
  .top-campaign-title {
    font-size: 28px;
  }
}

.top-campaign-img {
  margin-top: 8px;
  max-width: 680px;
  margin-inline: auto;
}

.top-campaign-button {
  max-width: 500px;
  margin-inline: auto;
  margin-top: 24px;
}

/*!
page > top > reason
------------------------------
*/
.top-reason {
  background-image: url(../img/top/bg-top-reason.jpg);
  background-position: center;
  background-size: cover;
}

.top-reason-video video {
  width: 100%;
}

.top-reason-list-wrap {
  display: flex;
  justify-content: center;
}

.top-reason-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .top-reason-list {
    margin-top: 48px;
  }
}

.top-reason-item:not(:first-child) {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .top-reason-item:not(:first-child) {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .top-reason-item {
    display: flex;
    align-items: center;
    gap: 24px;
  }
}

.top-reason-number {
  font-family: var(--font-family-english);
  color: var(--color-primary);
  font-weight: bold;
  line-height: 1;
  font-size: 40px;
}
@media screen and (min-width: 768px) {
  .top-reason-number {
    font-size: 95px;
    transform: translateY(-8px);
  }
}

.top-reason-text p {
  letter-spacing: 0.1em;
}
.top-reason-text p:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  color: var(--color-secondary);
}
@media screen and (min-width: 768px) {
  .top-reason-text p:nth-child(2) {
    font-size: 24px;
  }
}

/*!
page > top > trainer
------------------------------
*/
.top-trainer-title {
  padding: 64px 0 40px;
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .top-trainer-title {
    padding: 80px 0 48px;
  }
}

.top-trainer-bg {
  height: 180px;
  background-image: url(../img/top/bg-top-trainer.jpg);
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .top-trainer-bg {
    height: 300px;
  }
}

.top-trainer-body {
  margin-top: -80px;
  background-color: var(--color-white);
  padding: 32px 10px;
  box-shadow: 0 0 8px var(--color-box-shadow);
}
@media screen and (min-width: 768px) {
  .top-trainer-body {
    padding: 40px 48px;
    margin-top: -120px;
  }
}

.top-trainer-body-msg {
  color: var(--color-primary);
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .top-trainer-body-msg {
    font-size: 22px;
  }
}

.top-trainer-list {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .top-trainer-list {
    margin-top: 40px;
  }
}

/*!
page > top > flow
------------------------------
*/
.top-flow {
  background-image: url(../img/top/bg-top-flow.jpg);
  background-position: center bottom;
  background-size: cover;
}

.top-flow-body {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .top-flow-body {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 40px;
  }
}
@media screen and (min-width: 1050px) {
  .top-flow-body {
    grid-template-columns: repeat(3, 1fr);
  }
}

.top-flow-item {
  text-align: center;
  background-color: var(--color-white);
  position: relative;
}
.top-flow-item:not(:last-child)::after {
  bottom: -22px;
  left: 0;
  right: 0;
  transform: rotate(135deg);
  content: "";
  position: absolute;
  margin: auto;
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid var(--color-primary);
  border-right: 2px solid var(--color-primary);
}
@media screen and (min-width: 768px) {
  .top-flow-item:not(:last-child)::after {
    bottom: 0;
    top: 0;
    left: auto;
    right: -22px;
    margin: auto;
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 768px) {
  .top-flow-item:nth-child(2n+1)::before {
    content: "";
    position: absolute;
    margin: auto;
    display: block;
    width: 14px;
    height: 14px;
    border-top: 2px solid var(--color-primary);
    border-right: 2px solid var(--color-primary);
    bottom: 0;
    top: 0;
    left: -26px;
    right: auto;
    transform: rotate(45deg) translateX(-40px);
  }
  .top-flow-item:first-child::before {
    display: none !important;
  }
}
@media screen and (min-width: 1050px) {
  .top-flow-item:nth-child(2n+1)::before {
    display: none;
  }
  .top-flow-item:nth-child(3n+1)::before {
    content: "";
    position: absolute;
    margin: auto;
    display: block;
    width: 14px;
    height: 14px;
    border-top: 2px solid var(--color-primary);
    border-right: 2px solid var(--color-primary);
    bottom: 0;
    top: 0;
    left: -26px;
    right: auto;
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 768px) {
  .top-flow-item:nth-child(2n) {
    transform: translateY(40px);
  }
}
@media screen and (min-width: 1050px) {
  .top-flow-item:nth-child(2n) {
    transform: none;
  }
  .top-flow-item:nth-child(3n+2) {
    transform: translateY(40px);
  }
  .top-flow-item:nth-child(3n) {
    transform: translateY(80px);
  }
}

.top-flow-item-step {
  font-family: var(--font-family-english);
  color: var(--color-primary);
  font-size: 16px;
  font-weight: bold;
  margin-top: 8px;
  display: block;
}
@media screen and (min-width: 768px) {
  .top-flow-item-step {
    font-size: 18px;
  }
}

.top-flow-item-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .top-flow-item-text {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .top-flow-margin {
    height: 40px;
  }
}
@media screen and (min-width: 1050px) {
  .top-flow-margin {
    height: 80px;
  }
}
/*!
page > top > faq
------------------------------
*/
.top-faq {
  background-color: var(--color-primary-light);
}

.top-faq-body {
  background-color: var(--color-white);
  padding: 24px 16px;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .top-faq-body {
    padding: 40px 48px;
  }
}

/*!
page > top > menu
------------------------------
*/
.top-menu-head-text {
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-menu-head-text {
    margin-top: 32px;
  }
}
.top-menu-head-text br {
  display: none;
}
@media screen and (min-width: 768px) {
  .top-menu-head-text br {
    display: block;
  }
}

.top-menu-item:not(:first-child) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .top-menu-item:not(:first-child) {
    margin-top: 48px;
  }
}
@media screen and (min-width: 768px) {
  .top-menu-item {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 85%;
  }
  .top-menu-item:nth-child(2n) {
    margin-left: 15%;
  }
}

@media screen and (min-width: 768px) {
  .top-menu-img {
    width: 460px;
    flex-shrink: 0;
  }
}
/*!
page > top > instagram
------------------------------
*/
.top-donation {
  margin-top: 64px;
  text-align: center;
  color: var(--color-primary);
  border-top: 1px solid var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  padding: 40px 0;
  line-height: 2.2;
  letter-spacing: 0.15em;
  padding-left: 0.15em;
}
@media screen and (min-width: 768px) {
  .top-donation {
    margin-top: 80px;
  }
}

/*!
page > reason > reason
------------------------------
*/
.reason-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.reason-section:not(:first-child) {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .reason-section {
    grid-template-columns: 45% calc(55% - 40px);
    gap: 40px;
  }
  .reason-section:not(:first-child) {
    margin-top: 64px;
  }
}

.reason-title {
  font-size: 18px;
  font-weight: bold;
  color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .reason-title {
    font-size: 20px;
  }
}

.reason-description {
  margin-top: 8px;
  line-height: 2;
}

/*!
page > trainer > single-trainer
------------------------------
*/
.single-trainer-info-block {
  margin-top: 40px;
}

.single-trainer-img {
  position: relative;
}

.single-trainer-img-big {
  width: 80%;
}

.single-trainer-img-small {
  width: 42%;
  position: absolute;
  right: 0;
  bottom: -25%;
}

.single-trainer-item {
  font-weight: bold;
  color: var(--color-primary);
}

.single-trainer-body {
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .single-trainer-name {
    display: flex;
    align-items: center;
  }
}
.single-trainer-name-jp {
  font-size: 20px;
  display: block;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .single-trainer-name-jp {
    font-size: 22px;
  }
}

.single-trainer-name-en {
  font-size: 12px;
  display: block;
  color: var(--color-primary);
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .single-trainer-name-en {
    font-size: 14px;
    margin-left: 16px;
  }
}

/*!
page > price > price
------------------------------
*/
.price-inner {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (min-width: 768px) {
  .price-inner {
    gap: 80px;
  }
}

.price-simulation {
  padding: 64px 0;
  border-top: 1px solid var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
}
@media screen and (min-width: 768px) {
  .price-simulation {
    padding: 80px 0;
  }
}

.price-simulation-text-wrap {
  margin-top: 32px;
  text-align: center;
}

.price-simulation-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.price-simulation-text:not(:first-child) {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .price-simulation-text:not(:first-child) {
    margin-top: 0;
    margin-left: 24px;
  }
}
@media screen and (min-width: 768px) {
  .price-simulation-text {
    display: inline-flex;
  }
}

.price-simulation-calculation-result {
  display: inline-block;
  height: 40px;
  line-height: 1.4;
  font-family: var(--font-family-english);
  border-radius: 4px;
  color: var(--color-primary);
  font-weight: bold;
  font-size: 40px;
  transform: translateY(-10px);
  margin: 0 8px;
}

.price-simulation-note {
  text-align: center;
  margin-top: 24px;
}
.price-simulation-note span {
  display: block;
}
@media screen and (min-width: 768px) {
  .price-simulation-note span {
    display: inline !important;
  }
}

.price-simulation-select {
  position: relative;
  width: 68px;
  margin: 0 8px;
}
.price-simulation-select::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color-select-arrow);
  border-right: 2px solid var(--color-select-arrow);
  transform: rotate(135deg);
  pointer-events: none;
}
.price-simulation-select select {
  height: 40px;
  width: 100%;
  padding: 0 12px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px var(--color-grey-dark) inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.price-simulation-select select:focus {
  outline: 0;
  box-shadow: 0 0 0 2px var(--color-primary) inset;
}
.price-simulation-select::-ms-expand {
  display: none;
}

.price-comparison-table {
  margin-top: 32px;
}

/*!
page > flow > flow
------------------------------
*/
.flow-section {
  position: relative;
}
.flow-section:not(:last-child) {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .flow-section:not(:last-child) {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .flow-section {
    display: grid;
    grid-template-columns: 45% 50%;
    grid-row: auto auto;
    gap: 24px 5%;
  }
}
.flow-section:not(:last-child)::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  transform: translateX(-50%) rotate(135deg);
  border-top: 2px solid var(--color-primary);
  border-right: 2px solid var(--color-primary);
  grid-column: 1/3;
  position: absolute;
  bottom: 32px;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .flow-section:not(:last-child)::after {
    grid-column: 1/3;
    bottom: 40px;
  }
}

.flow-head {
  color: var(--color-primary);
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .flow-head {
    grid-column: 1/3;
  }
}

.flow-step {
  font-size: 20px;
  font-family: var(--font-family-english);
}
@media screen and (min-width: 768px) {
  .flow-step {
    font-size: 24px;
  }
}

.flow-title {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .flow-title {
    font-size: 26px;
  }
}

.flow-img {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .flow-img {
    margin-top: 0;
    grid-column: 1/2;
  }
}

@media screen and (min-width: 768px) {
  .flow-text {
    grid-column: 2/3;
  }
}
.flow-copy {
  font-weight: bold;
  font-size: 16px;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .flow-copy {
    font-size: 18px;
  }
}

.flow-description {
  margin-top: 8px;
}
.flow-description ul {
  padding-left: 18px;
}
.flow-description li {
  list-style: disc;
}
.flow-description li:not(:first-child) {
  margin-top: 4px;
}

/*!
page > faq > faq
------------------------------
*/
.faq-block:not(:first-child) {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .faq-block:not(:first-child) {
    margin-top: 80px;
  }
}

.faq-title {
  font-weight: bold;
  font-size: 18px;
  color: var(--color-secondary);
}
@media screen and (min-width: 768px) {
  .faq-title {
    font-size: 24px;
  }
}

.faq-block-body {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .faq-block-body {
    margin-top: 24px;
  }
}

/*!
page > access
------------------------------
*/
.access-block-wrap {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (min-width: 768px) {
  .access-block-wrap {
    gap: 80px;
  }
}

.access-block:not(:last-child) {
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .access-block:not(:last-child) {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 768px) {
  .access-info {
    display: grid;
    grid-template-columns: 45% 50%;
    gap: 5%;
  }
}
.access-img {
  width: 100%;
}
.access-img.--preparation {
  aspect-ratio: 1600/1067;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.access-img.--preparation p {
  font-size: 14px;
}

.access-info-table {
  width: 100%;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .access-info-table {
    margin-top: -4px;
  }
}
.access-info-table tr,
.access-info-table td {
  display: block;
}
.access-info-table tr {
  border-bottom: 1px dashed var(--color-border);
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .access-info-table tr {
    padding-bottom: 24px;
  }
}
.access-info-table tr:not(:first-child) {
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .access-info-table tr:not(:first-child) {
    padding-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .access-info-table tr {
    display: flex;
  }
}
.access-info-table th {
  font-weight: bold;
  color: var(--color-secondary);
}
@media screen and (min-width: 768px) {
  .access-info-table th {
    width: 180px;
    flex-shrink: 0;
  }
}
.access-info-table td > * {
  display: block;
}

.access-map {
  margin-top: 40px;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 55%;
}
@media screen and (min-width: 768px) {
  .access-map {
    padding-top: 32%;
  }
}
.access-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*!
page > contact > contact
------------------------------
*/
.contact input:not([type=submit]),
.contact textarea {
  display: block;
  width: 100%;
  padding: 8px 16px;
  border: none;
  box-shadow: 0 0 0 1px var(--color-border) inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: var(--color-grey-light);
}
.contact input:not([type=submit]) {
  height: 46px;
}
.contact textarea {
  resize: vertical;
  height: 200px;
}
.contact input[type=submit] {
  display: inline-block;
  width: 100%;
  padding: 12px 8px 12px calc(8px + 0.1em);
  letter-spacing: 0.1em;
  border: none;
  background-color: var(--color-black);
  color: var(--color-white);
  font-weight: bold;
  appearance: none;
  cursor: pointer;
  transition: 0.3s;
}
.contact input[type=submit]:hover {
  background-color: var(--color-black-hover);
}
.contact tr {
  display: block;
}
.contact tr:not(:first-child) {
  margin-top: 24px;
}
.contact th {
  font-weight: bold;
  font-size: 18px;
}
.contact td {
  display: block;
  margin-top: 8px;
}

.contact-radio input {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  margin: -1px !important;
}
.contact-radio input:checked + .wpcf7-list-item-label:before {
  border: 0.4em solid rgb(33, 150, 243) !important;
}
.contact-radio .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 32px;
}
.contact-radio .wpcf7-list-item {
  margin: 0;
  display: block;
}
.contact-radio .wpcf7-list-item-label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.contact-radio .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  margin-right: 6px;
  flex-shrink: 0;
}

.contact-required,
.contact-any {
  font-size: 12px;
  margin-left: 16px;
  display: inline-block;
  padding: 0 8px;
  border-radius: 4px;
  font-weight: bold;
}

.contact-required {
  background-color: var(--color-attention);
  color: var(--color-white);
}

.contact-any {
  background-color: var(--color-grey);
}

.contact-submit {
  margin-top: 40px;
  position: relative;
}

.contact-date {
  margin-top: 6px;
}

.wpcf7-not-valid-tip {
  color: var(--color-attention) !important;
  font-weight: bold !important;
  margin-top: 4px;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-response-output {
  margin: 24px 0 0 !important;
  padding: 8px !important;
  font-weight: bold;
  text-align: center;
  color: var(--color-attention);
  border: 2px solid var(--color-attention) !important;
}

/*!
page > application
------------------------------
*/
.application-kv {
  padding: 64px 0;
}

@media screen and (min-width: 768px) {
  .application-text span {
    display: block;
  }
}
.application-text02 {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .application-text02 {
    margin-top: 24px;
  }
}

.application-text03 {
  margin-top: 16px;
}

.application-price {
  text-decoration: line-through;
}

.application-free {
  font-weight: bold;
  color: var(--color-primary);
}

.application-footer {
  padding: 40px 0;
}

.application-footer-copyright {
  margin-top: 24px;
  display: block;
  padding-bottom: 16px;
  text-align: center;
  opacity: 0.7;
  font-size: 12px;
}

.application-head-text {
  font-weight: bold;
  margin-bottom: 40px;
}

.application-note {
  margin: 4px 0;
  font-weight: bold;
  font-size: 16px !important;
}
.application-note a {
  text-decoration: underline;
}

/*!
page > error > error
------------------------------
*/
.error-text {
  text-align: center;
  display: block;
}
@media screen and (min-width: 768px) {
  .error-text span {
    display: inline;
  }
}

/*!
page > voice > single-voice
------------------------------
*/
.single-voice-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .single-voice-title {
    font-size: 22px;
  }
}

.single-voice-tag {
  margin-top: 8px;
}

.single-voice-contents {
  margin-top: 40px;
}

/*!
page > trainer > trainer (single-menu)
------------------------------
*/
/*!
page > single-menu-diet
------------------------------
*/
.single-menu-diet {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .single-menu-diet {
    font-size: 18px;
  }
}
.single-menu-diet strong {
  font-weight: bold;
  color: var(--color-secondary);
}
.single-menu-diet p {
  margin-top: 16px;
}

.single-menu-bubble {
  display: grid;
  grid-template-columns: 85px 1fr;
  gap: 24px;
  align-items: center;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .single-menu-bubble {
    grid-template-columns: 100px 1fr;
    gap: 32px;
  }
}

.single-menu-bubble-img {
  aspect-ratio: 1/1;
}
.single-menu-bubble-img img {
  border-radius: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.single-menu-bubble-text {
  position: relative;
  margin-top: 0 !important;
  background-color: var(--color-grey-light);
  border: 1px solid var(--color-border);
  padding: 12px 24px;
  border-radius: 16px;
}
.single-menu-bubble-text::before, .single-menu-bubble-text::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  transform: translateY(-50%);
}
.single-menu-bubble-text::before {
  right: 100%;
  border-width: 8px 16px 8px 0;
  border-color: transparent var(--color-border) transparent transparent;
}
.single-menu-bubble-text::after {
  right: calc(100% - 1px);
  border-width: 7px 15px 7px 0;
  border-color: transparent var(--color-grey-light) transparent transparent;
}

.single-menu-fv {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .single-menu-fv {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 48px;
  }
}

.single-menu-fv-lead {
  font-weight: bold;
  color: var(--color-primary);
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .single-menu-fv-lead {
    font-size: 18px;
  }
}

.single-menu-fv-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .single-menu-fv-title {
    font-size: 28px;
  }
}

.single-menu-fv-note {
  margin-top: 16px;
}

.single-menu-fv-cta .c-page-kv-cta-button {
  margin-inline: 0;
}

.single-menu-thumbnail img {
  aspect-ratio: 8/5;
  object-fit: cover;
}

.single-menu-diet {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media screen and (min-width: 768px) {
  .single-menu-diet {
    gap: 64px;
  }
}

.single-menu-title {
  font-size: 20px;
  font-weight: bold;
  color: var(--color-secondary);
  padding-bottom: 12px;
  margin-bottom: 24px;
  border-bottom: 2px solid var(--color-primary);
}
@media screen and (min-width: 768px) {
  .single-menu-title {
    font-size: 24px;
  }
}

.single-menu-subtitle {
  font-size: 18px;
  font-weight: bold;
  color: var(--color-primary);
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .single-menu-subtitle {
    font-size: 20px;
  }
}

.single-menu-list {
  list-style: none;
  padding-left: 0;
  margin-top: 16px;
}
.single-menu-list li {
  position: relative;
  padding-left: 20px;
}
.single-menu-list li:not(:first-child) {
  margin-top: 8px;
}
.single-menu-list li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-primary);
}

.single-menu-list--check li {
  padding-left: 28px;
}
.single-menu-list--check li::before {
  content: "✓";
  top: 0.1em;
  left: 2px;
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  color: var(--color-primary);
  font-weight: bold;
}

.single-menu-feature-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.single-menu-feature {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .single-menu-feature {
    grid-template-columns: 40% 1fr;
    align-items: flex-start;
    gap: 24px;
  }
}

.single-menu-feature-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.single-menu-feature-body p {
  font-size: 16px;
}

.single-menu-feature-subtitle {
  font-size: 22px;
  line-height: 1.5;
  color: var(--color-primary);
  font-weight: bold;
}

.single-menu-table-wrap {
  overflow: scroll;
}

.single-menu-table {
  width: 100%;
  min-width: 650px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .single-menu-table {
    font-size: 16px;
  }
}
.single-menu-table th,
.single-menu-table td {
  border: 1px solid var(--color-border);
  padding: 12px;
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
}
.single-menu-table thead th {
  background-color: var(--color-primary-light);
  color: var(--color-secondary);
  text-align: center;
}
.single-menu-table tbody th {
  background-color: var(--color-grey-light);
  white-space: nowrap;
}

.single-menu-faq {
  margin-top: 16px;
}
.single-menu-faq dt {
  font-weight: bold;
  color: var(--color-primary);
}
.single-menu-faq dd {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px dashed var(--color-border);
}

.single-menu-diet-trainer-splide {
  margin-top: 16px;
}
.single-menu-diet-trainer-splide .splide__slide {
  margin-top: 0;
  padding-left: 0;
}
.single-menu-diet-trainer-splide .splide__slide:not(:first-child) {
  margin-top: 0;
}
.single-menu-diet-trainer-splide .splide__slide::before {
  display: none;
}
.single-menu-diet-trainer-splide .c-trainer-item {
  height: 100%;
}

.single-menu-trainer-text {
  background-color: var(--color-grey-light);
  border: 1px solid var(--color-border);
  padding: 12px 24px;
  border-radius: 16px;
  margin-top: 40px !important;
  text-align: center;
}

.single-menu-step-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.single-menu-step-list p {
  margin-top: 8px;
}

.single-menu-cta {
  margin-top: 40px;
}/*# sourceMappingURL=style.css.map */