@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

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

/**
 * 1. 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 */
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

:root {
  --z-index-hamburger: 1000;
  --index: 0;
}

:root {
  --font-family-base: "Noto Sans JP", sans-serif;
  --font-family-second: "Noto Sans", "Noto Sans JP", sans-serif;
  --font-family-third: "gill-sans-nova", "Noto Sans", "Noto Sans JP", sans-serif;
  --font-family-fourth: "dnp-shuei-gothic-gin-std", "Noto Sans", "Noto Sans JP", sans-serif;
}

:root {
  --font-weight-regular: 400;
  --font-weight-normal: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
}

:root {
  --black: #000;
  --white: #fff;
  --main-orange: #EE8A43;
  --main-blue: #036EB8;
  --main-yellow: #FCBF42;
  --main-pink: #F9B1BF;
  --main-beige: #DFDBBB;
  --main-green: #428B8D;
  --bg-pink: rgba(249, 177, 191, 0.40);
  --bg-beige: rgba(223, 219, 187, 0.85);
  --bg-green: rgba(66, 139, 141, 0.75);
  --bg-orange: rgba(238, 138, 67, 0.20);
  --bg-blue: rgba(3, 110, 184, 0.20);
  --bg-gray: #EDEBDC;
}

:root {
  --z-index-opening: 100;
  --z-index-header: 200;
  --z-index-to-top: 200;
  --z-index-float-btn: 300;
  --z-index-drawer: 1000;
  --z-index-modal: 10000;
}

/*:root {
	--cq-ref-mobile: 390;
	--cq-ref: 1440;
	--fluid-basis-mobile: (100vw - 320px) / (390 - 320);
	--fluid-basis: (100vw - 768px) / (1440 - 768);
	--fluid-basis-2: (100vw - 1440px) / (1800 - 1440);
}*/
:root {
  --cq-ref-mobile: 390;
  --cq-ref: 1440;
  --fluid-basis-mobile: calc((100vw - 320px) / (390 - 320));
  --fluid-basis: calc((100vw - 768px) / (1440 - 768));
  --fluid-basis-2: calc((100vw - 1440px) / (1800 - 1440));
}

:root {
  --duration-short: 0.2s;
  --duration-base: 0.3s;
  --duration-long: 0.6s;
  --duration-fv: 0.7s;
  --ease-smooth-bounce: cubic-bezier(.48, .07, .33, .79);
}

body {
  color: var(--black);
  font-family: var(--font-family-base);
  margin-top: 5.9375rem;
}
@media screen and (max-width: 767px) {
  body {
    margin-top: 4.6875rem;
  }
}

.u-desktop {
  display: none;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

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

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  word-wrap: anywhere;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-break: strict;
  line-height: 1.5;
  min-height: 100vh;
  overflow-wrap: anywhere;
  text-rendering: optimizeLegibility;
  word-break: normal;
}

ul,
ol,
button,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
time,
small {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a,
span,
button {
  display: inline-block;
}

small,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

address {
  font-style: normal;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}

button {
  color: inherit;
}

a {
  -webkit-tap-highlight-color: transparent;
}

button {
  -webkit-tap-highlight-color: transparent;
}

.float-btn {
  bottom: 20px;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity var(--duration-base) ease, visibility var(--duration-base) ease, pointer-events var(--duration-base) ease;
  translate: -50% 0;
  visibility: hidden;
  width: 100%;
  will-change: opacity;
  z-index: var(--z-index-float-btn);
}

.float-btn.is-scroll {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.float-btn__link {
  background: var(--main-orange);
  border-radius: 30px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: block;
  font-size: 18.36px;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.0294117647em;
  line-height: 1.58824;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: center;
  width: 95%;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

body.page {
  margin-top: 4.6875rem;
}

body.single {
  margin-top: 4.6875rem;
}

body.archive {
  margin-top: 4.6875rem;
}

.flow {
  background-color: var(--bg-green);
  padding-bottom: 3.3125rem;
  padding-top: 3.75rem;
}

.flow__lead {
  font-size: 1.1875rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.0263157895em;
  line-height: 1.57895;
  margin-top: 1.875rem;
  text-align: center;
}

.flow__img-wrap {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.1875rem;
  width: 75%;
}

.flow__img {
  -o-object-fit: contain;
  aspect-ratio: 27/28;
  height: auto;
  object-fit: contain;
}

.flow__list {
  display: flex;
  flex-direction: column;
  gap: 2.1875rem;
  margin-top: 2.625rem;
}

.flow__step {
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: grid;
  grid-template-columns: max-content 1fr;
}

.flow__step-num {
  align-items: center;
  background: var(--main-blue);
  border-radius: 20px 0 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.625rem 1.1875rem;
}

.flow__step-label {
  font-family: var(--font-family-third);
  font-size: 1rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.1003125em;
  text-align: center;
}

.flow__step-count {
  font-family: var(--font-family-third);
  font-size: 2.5rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.040125em;
  line-height: 1.08355;
  text-align: center;
}

.flow__step-body {
  background-color: var(--white);
  border-radius: 0 20px 20px 0;
  padding: 1.3125rem 1.5rem 1.3125rem 1.375rem;
}

.flow__step-title {
  font-size: 1.1875rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.0263157895em;
  line-height: 1.52632;
}

.flow__step-text {
  font-size: 0.875rem;
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.0357142857em;
  line-height: 1.57143;
  margin-top: 0.3125rem;
}

.flow__note {
  font-size: 12px;
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.0416666667em;
  line-height: 1.75;
  margin-top: 0.9375rem;
}

.flow__link-wrap {
  margin-top: 3.75rem;
  text-align: center;
}

.fv {
  background-color: var(--main-blue);
  container-type: inline-size;
  margin-top: 4.6875rem;
  padding-bottom: clamp(33px, 5300 / var(--cq-ref-mobile) * 1cqw, 103px);
  padding-top: clamp(30px, 5000 / var(--cq-ref-mobile) * 1cqw, 100px);
}

.fv__content {
  align-items: center;
  display: flex;
}

.fv__img-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.fv__img-wrap-title {
  width: 70.5%;
}

.fv__img-wrap-character {
  margin-top: calc(-3000 / var(--cq-ref-mobile) * 1cqw);
  width: 74.8%;
}

.fv__img-title,
.fv__img-character {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
}

.fv__kicker-pc {
  display: none;
}

.fv__kicker {
  color: #EE8A43;
  font-size: calc(1700 / var(--cq-ref-mobile) * 1cqw);
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.0588235294em;
  line-height: 1.58824;
  margin-top: calc(3100 / var(--cq-ref-mobile) * 1cqw);
}

.fv__content-text-wrap {
  display: flex;
  flex-direction: column;
}

.fv__heading {
  color: var(--white);
  font-family: var(--font-family-fourth);
  font-size: calc(2800 / var(--cq-ref-mobile) * 1cqw);
  font-weight: var(--font-weight-semibold);
  line-height: 1.32143;
  margin-top: calc(1900 / var(--cq-ref-mobile) * 1cqw);
}

.fv__lead {
  color: var(--white);
  font-family: var(--font-family-fourth);
  font-size: calc(1700 / var(--cq-ref-mobile) * 1cqw);
  font-weight: var(--font-weight-normal);
  letter-spacing: 0.0294117647em;
  line-height: 1.88235;
}

.fv__link-wrap {
  margin-top: calc(3500 / var(--cq-ref-mobile) * 1cqw);
}

.fv__link-register-wrap {
  margin-top: calc(3100 / var(--cq-ref) * 1cqw);
  text-align: center;
}

a.register {
  background: var(--main-orange);
  border-radius: calc(infinity * 1px);
  box-shadow: 0 4.444px 4.444px 0 rgba(0, 0, 0, 0.25);
  font-size: calc(2000 / var(--cq-ref) * 1cqw);
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.03em;
  line-height: 1.6;
  padding: calc(1600 / var(--cq-ref) * 1cqw) calc(13800 / var(--cq-ref) * 1cqw);
  text-align: center;
  transition: box-shadow var(--duration-base) ease, transform var(--duration-base) ease;
}

.goods {
  background-color: var(--main-orange);
  color: var(--black);
  padding-bottom: 3.75rem;
  padding-top: 3.75rem;
}

.goods__lead {
  font-size: 1.1875rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.0263157895em;
  line-height: 1.57895;
  margin-top: 1.8125rem;
  text-align: center;
}

.goods__text {
  font-size: 0.9375rem;
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.0333333333em;
  line-height: 1.86667;
  margin-top: 0.875rem;
}

.goods__items {
  display: flex;
  gap: 1.6875rem;
  margin-top: 2.125rem;
}
@media screen and (max-width: 767px) {
  .goods__items {
    flex-direction: column;
  }
}

.goods__img-wrap {
  margin-left: auto;
  margin-right: auto;
}

.goods__img {
  -o-object-fit: cover;
  height: auto;
  object-fit: cover;
  aspect-ratio: 445/487;
  width: 100%;
}

.goods__caption {
  font-size: 0.75rem;
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.0416666667em;
  line-height: 2.33333;
  margin-top: 0.375rem;
}

.goods__btn-wrap {
  margin-top: 1.9375rem;
  text-align: center;
}

.goods__btn {
  background: var(--white);
  border-radius: calc(infinity * 1px);
  font-size: 1.125rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 1px;
  line-height: 1;
  padding: 1.125rem 3.1875rem;
  transition: background-color var(--duration-base) ease, color var(--duration-base) ease;
}

.lesson {
  background-color: var(--main-yellow);
  padding-bottom: 3.75rem;
  padding-top: 3.75rem;
}

.lesson__lead {
  font-family: var(--font-family-fourth);
  font-size: 1.1875rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.0263157895em;
  line-height: 1.57895;
  margin-top: 1.875rem;
  text-align: center;
}

.lesson__img-wrap {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.625rem;
  padding-right: 10px;
  width: 72%;
}

.lesson__img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
}

.lesson__desc {
  margin-top: 1.3125rem;
}

.lesson__text {
  font-size: 0.9375rem;
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.0333333333em;
  line-height: 1.86667;
}

.lesson__note {
  font-size: 0.75rem;
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.0416666667em;
  line-height: 1.86667;
  margin-top: 1rem;
}

.lesson__media {
  margin-top: 1.6875rem;
}

.lesson__video-wrap {
  border-radius: 20px;
  position: relative;
}

.lesson__video {
  -o-object-fit: cover;
  aspect-ratio: 15/19;
  border-radius: 20px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.lesson__badge {
  background: #D9D9D9;
  border-radius: 5px;
  display: inline-block;
  font-family: var(--font-family-second);
  font-size: 0.875rem;
  font-weight: var(--font-weight-semibold);
  left: 26%;
  letter-spacing: 0.0357142857em;
  line-height: 2.07143;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  position: absolute;
  top: 78%;
  translate: -50% -50%;
}

.lesson__illust-deco {
  position: absolute;
  translate: -50% -50%;
}

.lesson__illust-deco--01 {
  left: -24%;
  top: 20%;
  width: 10.8125rem;
}

.lesson__illust-deco--02 {
  left: 127%;
  top: 78%;
  width: 20rem;
}

.lesson__illust-deco-img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 90%;
}

html.is-opening,
body.is-opening {
  overflow: hidden;
}

.is-opening #js-site {
  opacity: 0;
  pointer-events: none;
}

.opening {
  align-items: center;
  background: var(--white);
  bottom: 0;
  container-type: inline-size;
  display: grid;
  justify-items: center;
  left: 0;
  opacity: 1;
  place-items: center;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  visibility: visible;
  z-index: var(--z-index-opening);
}

.opening__bg {
  -o-object-fit: cover;
  bottom: 0;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.opening__center {
  position: relative;
  text-align: center;
  z-index: 2;
}

.opening__logo {
  animation: logoIn 1s ease-out 0.3s forwards;
  height: auto;
  opacity: 0;
  transform: translateY(6px);
  width: calc(33700 / var(--cq-ref-mobile) * 1cqw);
  will-change: opacity, transform;
}

.opening.is-done {
  opacity: 0;
  visibility: hidden;
}

.pickup {
  background-color: var(--bg-pink);
  padding-bottom: 3.75rem;
  padding-top: 3.75rem;
}

.pickup__list {
  display: grid;
  gap: 2rem 1.25rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2.875rem;
}

.pickup__link {
  display: block;
  height: 100%;
  transition: opacity var(--duration-base) ease;
}

.pickup__img-wrap {
  border-radius: 20px;
  position: relative;
}

.pickup__img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 20px;
  height: auto;
  object-fit: cover;
  transition: transform var(--duration-base) ease;
  will-change: transform;
}

.pickup__img-wrap-new {
  left: 0;
  position: absolute;
  top: -1.25rem;
  width: 3.4375rem;
}

.pickup__img-new {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: contain;
}

.pickup__content {
  display: flex;
  flex-direction: column;
  margin-top: 1.25rem;
}

.pickup__content-title {
  font-family: var(--font-family-second);
  font-size: 0.9375rem;
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.0333333333em;
  line-height: 1.33333;
  transition: color var(--duration-base) ease;
}

.pickup__content-name {
  font-family: var(--font-family-second);
  font-size: 0.9375rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.0333333333em;
  line-height: 1.33333;
  margin-top: 0.625rem;
}

.price {
  background-color: #fff;
  padding-bottom: 4.9375rem;
  padding-top: 3.75rem;
}

.price__lead {
  font-size: 1.1875rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.0263157895em;
  line-height: 1.57895;
  margin-top: 1.8125rem;
  text-align: center;
}

.price__plans {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: 1fr;
  margin-top: 2.3125rem;
}

.price__plan--spot {
  background-color: var(--bg-orange);
}

.price__plan--member {
  background-color: var(--bg-blue);
}

.price__plan-heading {
  background: var(--main-orange);
  color: var(--white);
  font-family: var(--font-family-third);
  font-size: 1.25rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.05em;
  line-height: 1.35;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
  text-align: center;
}

.price__plan--member .price__plan-heading {
  background: #0072c6;
}

.price__plan-content {
  padding: 1.625rem 1.25rem 1.8125rem 1.25rem;
}

.price__plan-type {
  font-size: 1.1875rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.0263157895em;
  line-height: 1.52632;
  text-align: center;
}

.price__time-wrap {
  display: grid;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.price__time-item {
  align-items: flex-end;
  display: flex;
  gap: 1.4375rem;
  justify-content: center;
}

.price__time-label {
  background: var(--main-orange);
  border-radius: 10px;
  color: var(--white);
  font-size: 1rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.03125em;
  line-height: 1.4375;
  margin-bottom: 0.25rem;
  padding: 0.21875rem 1rem;
  text-align: center;
}

.price__plan--member .price__time-label {
  background: var(--main-blue);
}

.price__amount {
  font-family: var(--font-family-third);
  font-size: 3.125rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.01em;
  line-height: 1.1;
}

.price__unit {
  font-family: bese;
  font-size: 0.875rem;
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.0357142857em;
  line-height: 1.57143;
  margin-left: 0.1875rem;
}

.price__note {
  font-size: 0.75rem;
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.0416666667em;
  line-height: 1.75;
  margin-top: 1.875rem;
}

.price__present {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: 1fr;
  margin-top: 2.3125rem;
}

.price__present-item {
  border-radius: 20px;
  padding: 1.6875rem 1.8125rem;
  text-align: center;
}

.price__present-item--pink {
  background-color: #fce2e7;
}

.price__present-item--blue {
  background-color: #d8eaf7;
}

.price__present-img-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 4.625rem;
}

.price__present-img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
}

.price__present-lead {
  font-size: 1.1875rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.0319473684em;
  line-height: 1.10526;
  margin-top: 1.425rem;
  text-align: center;
}

.price__present-item--blue .price__present-lead {
  letter-spacing: 0.0319473684em;
  line-height: 1.57895;
  margin-top: 1.1125rem;
}

.price__present-lead-text {
  -webkit-text-decoration-skip: ink;
  text-decoration-color: var(--black);
  text-decoration-line: underline;
  text-decoration-skip-ink: auto;
  text-decoration-style: solid;
  text-decoration-thickness: 5%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
}

.price__present-item--pink .price__present-lead-text {
  position: relative;
}

.price__present-item--pink .price__present-lead-text::before {
  aspect-ratio: 1/1;
  background: url("../images/top/present-lead-deco.svg") no-repeat center center/contain;
  bottom: 0;
  content: "";
  left: -3.625rem;
  position: absolute;
  width: 3.375rem;
}

.price__present-lead-desc {
  font-family: var(--font-family-second);
  font-size: 0.8125rem;
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.0384615385em;
  line-height: 1.3;
  margin-top: 1.8125rem;
}

.price__coupon-img-wrap {
  margin-top: 2rem;
}

.price__present-item--blue .price__coupon-img-wrap {
  margin-top: 1.375rem;
}

.price__coupon-img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
}

.price__plus-img-wrap {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.75rem;
  width: 1.9375rem;
}

.price__plus-img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: contain;
}

.price__gift-text {
  font-family: var(--font-family-second);
  font-size: 0.9375rem;
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.0333333333em;
  line-height: 1.86667;
  margin-top: 0.8125rem;
  text-align: center;
}

.price__img-wrap {
  border-radius: calc(infinity * 1px);
  display: flex;
  gap: 0.9375rem;
  justify-content: center;
  margin-top: 1.3125rem;
}

.price__img-wrap.price__img-wrap--double {
  margin-top: 0.125rem;
}

.price__img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
  border-radius: calc(infinity * 1px);
  height: auto;
  object-fit: contain;
  width: 7.875rem;
}

.question {
  background-color: var(--bg-gray);
  padding-bottom: 3.3125rem;
  padding-top: 4.375rem;
}

.question__title-deco.is-active::before {
  opacity: 1;
  scale: 1;
}

.question__list {
  display: grid;
  gap: 1.375rem;
  grid-template-columns: 1fr;
  margin-top: 2.4375rem;
}

.question__q {
  align-items: center;
  background: var(--main-blue);
  border-radius: calc(infinity * 1px);
  color: var(--white);
  display: flex;
  gap: 0.625rem;
  justify-content: center;
  padding: 0.875rem 0.625rem;
}

.question__q-icon {
  color: var(--white);
  font-family: var(--font-family-third);
  font-size: 1.875rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.0166666667em;
  line-height: 0.76667;
}

.question__q-text {
  font-size: 0.9375rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.0333333333em;
  line-height: 1.5;
}

.question__a {
  margin-top: 0.75rem;
}

.question__a-text {
  font-size: 0.875rem;
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.0357142857em;
  line-height: 1.85;
}

.question__link-wrap {
  margin-top: 2.25rem;
  text-align: center;
}

.question__link-wrap.is-active .link-more::before {
  opacity: 1;
  scale: 1;
}

.top-artist {
  background-color: var(--bg-beige);
  container-type: inline-size;
  padding-bottom: 3.4375rem;
  padding-top: 3.75rem;
}

.top-artist__subtitle {
  font-size: 1.1875rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.0263157895em;
  line-height: 1.57895;
  margin-top: 1.875rem;
  text-align: center;
}

.top-artist__swiper {
  margin-top: 2.0625rem;
  width: 100%;
}

.top-artist__swiper .swiper-wrapper {
  align-items: stretch;
}

.top-artist__slide {
  display: flex;
  flex-direction: column;
  height: auto;
}

.top-artist-card {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  transition: opacity var(--duration-base) ease;
}

.top-artist-card__img-wrap {
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
}

.top-artist-card__img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 20px;
  height: auto;
  object-fit: cover;
  transition: transform var(--duration-base) ease-in-out;
  will-change: transform;
}

.top-artist-card__body {
  display: flex;
  flex-direction: column;
  margin-top: 1.875rem;
  min-height: 0;
  transition: opacity var(--duration-long) ease-in-out;
  will-change: opacity;
}

.top-artist-card__name {
  font-size: 1.4375rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.0434782609em;
  line-height: 1.26087;
  text-align: center;
}

.top-artist-card__meta {
  font-size: 1.125rem;
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.0277777778em;
  line-height: 1.27778;
  margin-bottom: 1.5rem;
  margin-top: 0.5625rem;
  text-align: center;
}

.top-artist-card__meta-sub {
  font-size: 14px;
  letter-spacing: 0.0357142857em;
}

.top-artist-card__tags {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: auto;
}

.top-artist-card__tag {
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid var(--black);
  display: grid;
  gap: 0.5625rem;
  grid-template-columns: max-content 1fr;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
}

.top-artist-card__tag:first-child {
  border-top: 1px solid var(--black);
}

.top-artist-card__tag-chip {
  align-items: center;
  background-color: var(--main-blue);
  border-radius: 10px;
  color: var(--white);
  display: flex;
  font-family: var(--font-family-third);
  font-size: 0.75rem;
  font-weight: var(--font-weight-regular);
  justify-content: center;
  letter-spacing: 0.0416666667em;
  line-height: 1.5;
  min-width: 3.75rem;
  padding-bottom: 0.125rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.125rem;
}

.top-artist-card__tag-text {
  color: var(--black);
  font-size: 0.9375rem;
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.0333333333em;
  line-height: 1.53333;
}

.top-artist__loop-swiper {
  margin-top: 3.3125rem;
}

.top-artist__loop-swiper .top-artist__loop-slides {
  transition-timing-function: linear;
}

.top-artist__loop-slide {
  border-radius: 10px;
  height: 100%;
}

.top-artist__loop-slide img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}

.top-artist__link-wrap {
  margin-top: 3.3125rem;
  text-align: center;
}

.top-artist__swiper-button-prev,
.top-artist__swiper-button-next {
  top: 30%;
  transform: translateY(-50%);
  width: clamp(60px, 8000 / var(--cq-ref) * 1cqw, 80px);
}

.top-artist__swiper-button-prev img,
.top-artist__swiper-button-next img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: contain;
}

.top-artist__swiper-button-prev::after,
.top-artist__swiper-button-next::after {
  display: none;
}

.top-artist__swiper-button-prev {
  left: inherit;
  right: 6.25rem;
}

.top-artist__swiper-button-next {
  left: 6.25rem;
}

.top-interview {
  background-color: var(--bg-pink);
  color: var(--black);
  padding-bottom: 3.75rem;
  padding-top: 3.75rem;
}

.top-interview__lead {
  font-size: 1.1875rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.0263157895em;
  line-height: 1.57895;
  margin-top: 1.875rem;
  text-align: center;
}

.top-interview__text {
  font-size: 0.9375rem;
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.0333333333em;
  line-height: 1.86667;
  margin-top: 0.875rem;
}

.top-interview__video-wrap {
  margin-top: 2.125rem;
}

.top-interview__video-wrap iframe {
  -o-object-fit: cover;
  aspect-ratio: 16/9;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.top-interview__link-wrap {
  margin-top: 1.9375rem;
  text-align: center;
}

/* ===============================================
# フェードアニメーション：IntersectionObserver＆GSAP用
=============================================== */
/* 上方向にスライド */
.js-fade-up {
  opacity: 0;
  transition: opacity var(--duration-long) ease-in-out, translate var(--duration-long) ease-in-out;
  translate: 0 20px;
}

.js-fade-up.is-active {
  opacity: 1;
  translate: 0 0;
}

/* 右方向にスライド */
.js-slide-right {
  opacity: 0;
  transition: opacity var(--duration-long) ease, translate var(--duration-long) ease;
  translate: 10px 0;
}

.js-slide-right.is-active {
  opacity: 1;
  translate: 0 0;
}

/* バウンス */
.js-bounce-in {
  opacity: 0;
  scale: 0.5;
  transition: scale var(--duration-long) cubic-bezier(0.06, 1.22, 0.69, 1.23), opacity var(--duration-long) cubic-bezier(0.06, 1.22, 0.69, 1.23);
}

.js-bounce-in.is-active {
  opacity: 1;
  scale: 1;
}

:root {
  --delay-1: 0.1s;
  --delay-2: 0.2s;
  --delay-3: 0.3s;
  --delay-4: 0.4s;
  --delay-5: 0.5s;
}

.--delay-1 {
  transition-delay: var(--delay-1);
}

.--delay-2 {
  transition-delay: var(--delay-2);
}

.--delay-3 {
  transition-delay: var(--delay-3);
}

.--delay-4 {
  transition-delay: var(--delay-4);
}

.--delay-5 {
  transition-delay: var(--delay-5);
}

.footer {
  background-color: var(--main-blue);
  padding-bottom: 3rem;
  padding-top: 2.5rem;
}

.footer.footer--top {
  padding-bottom: 5.5rem;
  padding-top: 2.5rem;
}

.footer__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

.footer__sns-list {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(5, 1fr);
  justify-content: center;
}

.footer__sns-item {
  aspect-ratio: 1/1;
  display: block;
}

.footer__sns-link {
  aspect-ratio: 1/1;
  background-color: var(--white);
  border-radius: calc(infinity * 1px);
  display: block;
  padding: 0.75rem;
  transition: opacity var(--duration-base) ease;
}

.footer__img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: contain;
}

.footer__links {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  margin-top: 1.875rem;
}

.footer__links-link {
  color: var(--white);
  font-size: 0.75rem;
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.0416666667em;
  line-height: 1.5;
  text-align: center;
  transition: opacity var(--duration-base) ease;
}

.footer__logo-wrap {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.0625rem;
  transition: opacity var(--duration-base) ease;
  width: 70.5%;
}

.footer__logo-img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
}

.header {
  background: var(--white);
  bottom: auto;
  height: 4.6875rem;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: background 0.8s ease;
  z-index: var(--z-index-header);
}

.header__nav-link {
  font-family: var(--font-family-third);
  font-size: 1.25rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.05em;
  line-height: 1.35;
  position: relative;
  text-transform: uppercase;
  transition: color var(--duration-base) ease;
}

html.is-opening .header__nav-link {
  color: var(--white);
}

.header__nav-link::before {
  background-color: var(--main-blue);
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform var(--duration-base) var(--ease-smooth-bounce);
  translate: -50% 0;
  width: 100%;
}

.header__nav-link:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}

.header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding-left: 1.0625rem;
  padding-right: 1.0625rem;
}

.header__symbol-wrap {
  transition: opacity var(--duration-base) ease;
  width: 2.375rem;
}

.header__symbol-img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
}

.header__logo-link {
  transition: opacity var(--duration-base) ease;
  width: 5.9375rem;
}

.header__logo-img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
}

/* ===============================================
# ハンバーガー
=============================================== */
.header-hamburger {
  left: 0.75rem;
  position: fixed;
  top: 0.75rem;
  z-index: var(--z-index-hamburger);
}

.header__hamburger-btn {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: var(--main-blue);
  border-radius: calc(infinity * 1px);
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  justify-content: center;
  pointer-events: auto;
  position: relative;
  transition: width var(--duration-short) ease;
  width: 2.375rem;
}

.header__hamburger-btn span {
  background: var(--black);
  border-radius: calc(infinity * 1px);
  height: 1px;
  transition: rotate var(--duration-short) ease, translate var(--duration-short) ease;
  width: 1.125rem;
}

.header__hamburger-btn.is-open span {
  background: var(--white);
  width: 1.25rem;
}

.header__hamburger-btn.is-open span:nth-of-type(1) {
  position: absolute;
  rotate: 45deg;
  top: 50%;
  translate: 0 -50%;
}

.header__hamburger-btn.is-open span:nth-of-type(2) {
  position: absolute;
  rotate: -45deg;
  top: 50%;
  translate: 0 -50%;
}

html.is-opening .header__hamburger-btn {
  background-color: var(--white);
}

.link-more {
  color: var(--black);
  font-size: 1rem;
  font-weight: var(--font-weight-normal);
  letter-spacing: 1px;
  line-height: 1.6875;
  text-align: center;
  transition: opacity var(--duration-base) ease;
}

.link-more.link-more--fv {
  font-size: calc(1600 / var(--cq-ref-mobile) * 1cqw);
}

.section-title {
  font-family: var(--font-family-third);
  font-size: 2.1875rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.0285714286em;
  line-height: 0.77143;
  text-align: center;
}

.js-section-title-split span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px) scale(1);
  will-change: opacity, transform;
}

.js-section-title-split.is-active span {
  animation: bounceIn 0.4s linear forwards;
  animation-delay: calc(0.05s * var(--index));
}

@media (any-hover: hover) {
  a:hover {
    cursor: pointer;
  }
  .fv__link-register:hover {
    box-shadow: none;
    transform: translateY(4.444px);
  }
  .goods__btn:hover {
    background-color: var(--main-blue);
    color: var(--white);
  }
  .pickup__link:hover .pickup__img {
    transform: scale(1.05);
  }
  .pickup__link:hover .pickup__content-title {
    color: var(--main-blue);
  }
  .top-artist-card:hover {
    opacity: 0.7;
  }
  .top-artist-card:hover .top-artist-card__img {
    transform: scale(1.05);
  }
  .footer__sns-link:hover {
    opacity: 0.7;
  }
  .footer__links-link:hover {
    opacity: 0.7;
  }
  .footer__logo-wrap:hover {
    opacity: 0.7;
  }
  .header__nav-link:hover {
    color: var(--main-blue);
  }
  .header__symbol-wrap:hover {
    opacity: 0.7;
  }
  .header__logo-link:hover {
    opacity: 0.7;
  }
  .link-more:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
  .u-mobile {
    display: none;
  }
  html {
    font-size: 1.6vw;
  }
  .float-btn {
    display: none;
  }
  .inner {
    max-width: 1070px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .single {
    margin-top: 5.9375rem;
  }
  .flow {
    padding-bottom: 5rem;
    padding-top: 4.375rem;
  }
  .flow__lead {
    font-size: 1.57125rem;
    letter-spacing: 0.0263325378em;
    margin-top: 2.5rem;
  }
  .flow__img-wrap {
    margin-top: 2.875rem;
    width: 22.846875rem;
  }
  .flow__list {
    gap: 3.5rem;
    margin-top: 3.75rem;
  }
  .flow__step {
    border-radius: 26.204px;
    box-shadow: 0 5.241px 5.241px 0 rgba(0, 0, 0, 0.25);
  }
  .flow__step-num {
    border-radius: 26.204px 0 0 26.204px;
    padding: 0.625rem 2.58625rem 0.625rem 2.873125rem;
  }
  .flow__step-label {
    font-size: 1.3125rem;
    letter-spacing: 0.1001428571em;
  }
  .flow__step-count {
    font-size: 3.3125rem;
    letter-spacing: 0.0377358491em;
    line-height: 1;
  }
  .flow__step-body {
    border-radius: 0 26.204px 26.204px 0;
    padding: 1.75rem 6rem 1.844375rem 2.25rem;
  }
  .flow__step-title {
    font-size: 1.5625rem;
    letter-spacing: 0.04em;
    line-height: 1.51984;
  }
  .flow__step-text {
    font-size: 1.125rem;
    letter-spacing: 0.0555555556em;
    line-height: 1.55556;
    margin-top: 0.4rem;
  }
  .flow__note {
    font-size: 16px;
    letter-spacing: 0.0409375em;
    line-height: 1;
    margin-top: 2.125rem;
  }
  .flow__link-wrap {
    margin-top: 5.4375rem;
  }
  .fv {
    margin-top: 5.9375rem;
    padding-bottom: clamp(40px, 7800 / var(--cq-ref) * 1cqw, 100px);
    padding-top: clamp(19px, 1900 / var(--cq-ref) * 1cqw, 50px);
  }
  .fv__content {
    justify-content: center;
    margin-top: calc(2000 / var(--cq-ref) * 1cqw);
  }
  .fv__img-wrap {
    width: 21.37%;
  }
  .fv__img-wrap-title {
    width: 100%;
  }
  .fv__img-wrap-character {
    margin-top: calc(-3800 / var(--cq-ref) * 1cqw);
    width: 100%;
  }
  .fv__kicker-pc {
    color: #5C9CC8;
    display: block;
    font-family: var(--font-family-third);
    font-size: calc(8583 / var(--cq-ref) * 1cqw);
    font-weight: var(--font-weight-semibold);
    letter-spacing: 0.0163928696em;
    line-height: 1.06553; /* 106.553% */
    text-align: center;
  }
  .fv__kicker {
    display: none;
  }
  .fv__content-text-wrap {
    margin-left: calc(1800 / var(--cq-ref) * 1cqw);
  }
  .fv__heading {
    display: none;
  }
  .fv__lead {
    font-size: calc(3400 / var(--cq-ref) * 1cqw);
    font-weight: var(--font-weight-semibold);
    line-height: 1.5;
  }
  .fv__link-wrap {
    margin-top: calc(4000 / var(--cq-ref) * 1cqw);
  }
  .goods {
    padding-bottom: 6.25rem;
    padding-top: 5.625rem;
  }
  .goods__inner.inner {
    max-width: 870px;
  }
  .goods__lead {
    font-size: 1.57125rem;
    letter-spacing: 0.0263325378em;
    margin-top: 2.5rem;
  }
  .goods__text {
    font-size: 1.125rem;
    letter-spacing: 0.0555555556em;
    line-height: 1.88889;
    margin-top: 2.5rem;
  }
  .goods__items {
    gap: 2.5rem;
  }
  .goods__img-wrap {
    max-width: 27.8125rem;
  }
  .goods__caption {
    font-size: 0.9375rem;
    letter-spacing: 0.0666666667em;
    line-height: 1.86667;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.625rem;
    max-width: 27.8125rem;
  }
  .goods__item--sticker {
    display: none;
  }
  .goods__btn-wrap {
    margin-top: 2.5rem;
  }
  .goods__btn {
    font-size: 1.5233125rem;
    letter-spacing: 0.0555532762em;
    min-width: 399px;
    padding: 1.25rem 4.3125rem;
  }
  .lesson {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
  .lesson__lead {
    font-size: 1.57125rem;
    letter-spacing: 0.0263325378em;
    margin-top: 2.5rem;
  }
  .lesson__img-desc-wrap {
    align-items: center;
    display: grid;
    gap: 3.75rem;
    grid-template-areas: "desc img";
    grid-template-columns: 457fr 479fr;
  }
  .lesson__img-wrap {
    grid-area: img;
    width: 100%;
  }
  .lesson__desc {
    grid-area: desc;
  }
  .lesson__text {
    font-size: 1.125rem;
    letter-spacing: 0.0555555556em;
    line-height: 1.88889;
  }
  .lesson__note {
    font-size: 0.9375rem;
    letter-spacing: 0.0666666667em;
    line-height: 1.86667;
    margin-top: 1.5625rem;
  }
  .lesson__media {
    margin-top: 1.0625rem;
  }
  .lesson__video-wrap {
    border-radius: 22.513px;
    margin-left: auto;
    margin-right: auto;
    max-width: 26.875rem;
  }
  .lesson__video {
    border-radius: 22.513px;
  }
  .lesson__badge {
    border-radius: 10px;
    font-size: 0.9849375rem;
    letter-spacing: 0.0357256171em;
    line-height: 2.07143;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    top: 70%;
  }
  .opening__logo {
    width: calc(70600 / var(--cq-ref) * 1cqw);
  }
  .pickup {
    padding-bottom: 4.15625rem;
    padding-top: 4.15625rem;
  }
  .pickup__list {
    gap: 2.0625rem;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 3.75rem;
  }
  .pickup__img-wrap-new {
    top: -3.5rem;
    width: 5.9375rem;
  }
  .pickup__content {
    margin-top: 1.5625rem;
  }
  .pickup__content-title {
    font-size: 1.125rem;
    letter-spacing: 0.0277777778em;
    line-height: 1.5;
  }
  .pickup__content-name {
    font-size: 1.125rem;
    letter-spacing: 0.0277777778em;
    line-height: 1.5;
  }
  .price {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
  .price__lead {
    font-size: 1.57125rem;
    letter-spacing: 0.0263325378em;
    margin-top: 2.875rem;
  }
  .price__plans {
    gap: clamp(13px, 13px + 50 * var(--fluid-basis), 63px);
    grid-template-columns: repeat(2, 1fr);
    margin-top: 4.1875rem;
  }
  .price__plan-heading {
    font-size: 1.625rem;
    letter-spacing: 0.0384615385em;
    line-height: 1.34615;
    padding-bottom: 0.40625rem;
    padding-top: 0.40625rem;
  }
  .price__plan-content {
    padding: 2.0625rem 1.9625rem 2.0625rem 1.9625rem;
  }
  .price__plan-type {
    font-size: 1.5625rem;
    letter-spacing: 0.04em;
    line-height: 1.52;
  }
  .price__time-wrap {
    gap: 1.85625rem;
    margin-top: 0.9125rem;
  }
  .price__time-label {
    border-radius: 12.916px;
    font-size: 1.3125rem;
    letter-spacing: 0.0476190476em;
    line-height: 1.42857;
    margin-bottom: 0.3125rem;
    padding: 0.275rem 1.23125rem;
  }
  .price__amount {
    font-size: 4.0625rem;
    letter-spacing: 0.0153846154em;
    line-height: 1;
  }
  .price__unit {
    font-size: 1.125rem;
    font-style: normal;
    letter-spacing: 0.0555555556em;
    line-height: 1.55556;
    margin-left: 0.25rem;
  }
  .price__note {
    font-size: 0.9375rem;
    letter-spacing: 0.0416em;
    line-height: 1.73333;
    margin-top: 2.9375rem;
  }
  .price__present {
    gap: clamp(13px, 13px + 50 * var(--fluid-basis), 63px);
    grid-template-columns: repeat(2, 1fr);
    margin-top: 4rem;
  }
  .price__present-item {
    border-radius: 26.21px;
    padding: 2.375rem 2.0625rem 2.25rem 2.1875rem;
  }
  .price__present-img-wrap {
    width: 6.04375rem;
  }
  .price__present-lead {
    font-size: 1.5625rem;
    letter-spacing: 0.04em;
    line-height: 1.56;
    margin-top: 3rem;
  }
  .price__present-item--blue .price__present-lead {
    margin-top: 1.4625rem;
  }
  .price__present-item--pink .price__present-lead-text::before {
    left: -4.875rem;
    width: 4.5rem;
  }
  .price__present-lead-desc {
    font-size: 1.0625rem;
    letter-spacing: 0.0588235294em;
    line-height: 1.05882;
  }
  .price__coupon-img-wrap {
    margin-top: 2.4rem;
  }
  .price__present-item--blue .price__coupon-img-wrap {
    margin-top: 1.7375rem;
  }
  .price__plus-img-wrap {
    margin-top: 2.8rem;
  }
  .price__present-item--blue .price__plus-img-wrap {
    margin-top: 2.10625rem;
  }
  .price__gift-text {
    font-size: 1.1875rem;
    letter-spacing: 0.0526315789em;
    line-height: 1.84211;
    margin-top: 2.0875rem;
  }
  .price__present-item--blue .price__gift-text {
    margin-top: 1.1875rem;
  }
  .price__img-wrap {
    gap: 1.22875rem;
    margin-top: 2.1875rem;
  }
  .price__img-wrap.price__img-wrap--double {
    margin-top: 0.79375rem;
  }
  .price__img {
    width: 10.3125rem;
  }
  .question {
    padding-bottom: 4.6875rem;
    padding-top: 5.125rem;
  }
  .question__inner.inner {
    max-width: 870px;
  }
  .question__title-deco {
    position: relative;
  }
  .question__title-deco::before {
    aspect-ratio: 123/122;
    background: url("../images/top/question-title-deco.webp") no-repeat center center/contain;
    content: "";
    opacity: 0;
    position: absolute;
    right: -8.75rem;
    scale: 0.5;
    top: 50%;
    transition: opacity var(--duration-long) ease, scale var(--duration-long) ease;
    transition-delay: 0.3s;
    translate: 0 -50%;
    width: 7.6875rem;
  }
  .question__list {
    gap: 3.75rem;
    margin-top: 3.75rem;
  }
  .question__q {
    gap: 0.75rem;
    margin-left: auto;
    margin-right: auto;
    min-width: 470px;
    padding: 1.0625rem 1.625rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .question__q-icon {
    font-size: 2.3645625rem;
    letter-spacing: 0.016678561em;
    line-height: 0.76667;
  }
  .question__q-text {
    font-size: 1.25rem;
    letter-spacing: 0.05em;
    line-height: 1.45028;
  }
  .question__a {
    margin-top: 1.5625rem;
  }
  .question__a-text {
    font-size: 1.125rem;
    letter-spacing: 0.0555555556em;
    line-height: 1.88889;
  }
  .question__link-wrap {
    margin-top: 3.75rem;
  }
  .top-artist {
    padding-bottom: 6.25rem;
    padding-top: 5.3125rem;
  }
  .top-artist__subtitle {
    font-size: 1.57125rem;
    letter-spacing: 0.0263325378em;
    margin-top: 2.5rem;
  }
  .top-artist__swiper {
    margin-top: 4.375rem;
  }
  .top-artist-card__img-wrap {
    border-radius: 21.86px;
  }
  .top-artist-card__img {
    border-radius: 21.86px;
  }
  .top-artist-card__meta {
    margin-bottom: 1.5625rem;
  }
  .top-artist-card__tag {
    gap: 0.6125rem;
    padding-bottom: 0.75rem;
    padding-top: 0.8125rem;
  }
  .top-artist-card__tag-chip {
    border-radius: 10.93px;
    font-size: 0.81975rem;
    letter-spacing: 0.041704788em;
    min-width: 4.0988125rem;
  }
  .top-artist-card__tag-text {
    font-size: 1.0246875rem;
    letter-spacing: 0.0333638304em;
  }
  .top-artist__loop-swiper {
    margin-top: 5.625rem;
  }
  .top-artist__link-wrap {
    margin-top: 5.625rem;
  }
  .top-interview {
    padding-bottom: 6.4375rem;
    padding-top: 6.4375rem;
  }
  .top-interview__inner.inner {
    max-width: 870px;
  }
  .top-interview__lead {
    font-size: 1.57125rem;
    letter-spacing: 0.0263325378em;
    margin-top: 3.75rem;
  }
  .top-interview__text {
    font-size: 1.125rem;
    letter-spacing: 0.0555555556em;
    line-height: 1.88889;
    margin-top: 3.75rem;
  }
  .top-interview__video-wrap {
    margin-top: 3.75rem;
  }
  .top-interview__link-wrap {
    margin-top: 3.75rem;
  }
  .js-slide-right {
    translate: 20px 0;
  }
  .footer {
    padding-bottom: 5rem;
    padding-top: 4.375rem;
  }
  .footer.footer--top {
    padding-bottom: 5rem;
    padding-top: 4.375rem;
  }
  .footer__inner {
    max-width: 530px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .footer__sns-list {
    gap: 1.5625rem;
  }
  .footer__sns-link {
    padding: 1.125rem;
  }
  .footer__links {
    gap: 0.625rem;
    margin-top: 2.1875rem;
  }
  .footer__links-link {
    font-size: 0.9375rem;
    letter-spacing: 0.0333333333em;
  }
  .footer__logo-wrap {
    margin-top: 2.5rem;
    width: 83%;
  }
  .header {
    height: 5.5625rem;
  }
  .header__nav-wrap {
    align-items: center;
    display: flex;
    gap: 2.9375rem;
  }
  .header__nav {
    height: 100%;
  }
  .header__nav-list {
    align-items: center;
    display: flex;
    gap: 3.0625rem;
  }
  .header__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1060px;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .header__logo-link {
    margin-right: 14.6875rem;
    width: 7.5625rem;
  }
  .header-hamburger {
    display: none;
  }
  .header__hamburger-btn {
    gap: 0.5rem;
    width: 2.625rem;
  }
  .header__hamburger-btn span {
    width: 1.25rem;
  }
  .header__hamburger-btn.is-open span {
    width: 1.375rem;
  }
  .link-more {
    font-size: 1.25rem;
    letter-spacing: 0.06295em;
    line-height: 1.7;
  }
  .link-more.link-more--fv {
    font-size: calc(2000 / var(--cq-ref) * 1cqw);
  }
  .section-title {
    font-size: 3.4375rem;
    letter-spacing: 0.0181818182em;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  a[href*="tel:"] {
    -webkit-text-decoration: none;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1250px) {
  .top-artist__swiper-button-prev {
    right: calc(20000 / var(--cq-ref) * 1cqw);
  }
  .top-artist__swiper-button-next {
    left: calc(20000 / var(--cq-ref) * 1cqw);
  }
}
@media (min-width: 2000px) {
  .top-artist__swiper-button-prev,
  .top-artist__swiper-button-next {
    top: calc(15000 / var(--cq-ref) * 1cqw);
  }
}
@media (max-width: 768px) {
  .--delay-1,
  .--delay-2,
  .--delay-3,
  .--delay-4 {
    transition-delay: 0s;
  }
}
@media (max-width: 767px) {
  .fv__inner {
    padding-left: calc(1700 / var(--cq-ref-mobile) * 1cqw);
    padding-right: calc(1700 / var(--cq-ref-mobile) * 1cqw);
  }
  .fv__content {
    flex-direction: column;
  }
  .fv__content-text-wrap {
    align-items: center;
  }
  .fv__lead {
    margin-top: calc(1500 / var(--cq-ref-mobile) * 1cqw);
    text-align: center;
  }
  .fv__link-register-wrap {
    display: none;
  }
  .lesson__illust-deco {
    display: none;
  }
  .question__link-wrap .link-more {
    position: relative;
  }
  .question__link-wrap .link-more::before {
    aspect-ratio: 258/265;
    background: url("../images/top/question-link-deco.webp") no-repeat center center/contain;
    content: "";
    opacity: 0;
    position: absolute;
    right: -7.1875rem;
    scale: 0.5;
    top: 6%;
    transition: opacity var(--duration-long) cubic-bezier(0.06, 1.22, 0.69, 1.23), scale var(--duration-long) cubic-bezier(0.06, 1.22, 0.69, 1.23);
    translate: 0 -50%;
    width: 7.8125rem;
  }
  .top-artist-card__body {
    opacity: 0;
  }
  .top-artist__slide.swiper-slide-active .top-artist-card__body,
  .top-artist__slide.swiper-slide-duplicate-active .top-artist-card__body {
    opacity: 1;
  }
  .top-artist__slide.swiper-slide-active .top-artist-card__body {
    opacity: 1;
    transition: opacity var(--duration-long) ease-in-out;
  }
  .top-artist__swiper-button-prev,
  .top-artist__swiper-button-next {
    display: none;
  }
  .header__nav {
    display: none;
  }
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@keyframes logoIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(25px) scale(1);
  }
  40% {
    opacity: 1;
    transform: translateY(-8px) scale(1.1);
  }
  70% {
    opacity: 1;
    transform: translateY(3px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
html, body {
  height: 100%;
  margin: 0;
}

.btn .lower {
  border-radius: calc(infinity * 1px);
  box-shadow: 0 4.444px 4.444px 0 rgba(0, 0, 0, 0.25);
  font-size: calc(2000 / var(--cq-ref) * 1cqw);
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: center;
  transition: box-shadow var(--duration-base) ease, transform var(--duration-base) ease;
  padding: 1rem 0;
  background: var(--main-orange);
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .btn .lower {
    font-size: 1.1475rem;
    padding: 0.75rem 0;
  }
}
.btn .lower:hover {
  box-shadow: none;
  transform: translateY(4.444px);
}

section.single, article.page {
  padding: 5rem 0;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  section.single, article.page {
    padding: 3.75rem 0;
  }
}

section.content {
  padding: 5rem 0;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  section.content {
    padding: 3.75rem 0;
  }
}
section.content .inner {
  text-align: center;
}
section.content p {
  letter-spacing: 0.5px;
}

.archive h1, article.common h1 {
  margin-bottom: 2.5rem;
  font-size: 3.4375rem;
  font-family: var(--font-family-third);
  font-weight: var(--font-weight-semibold);
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .archive h1, article.common h1 {
    font-size: 2.1875rem;
    margin-bottom: 30px;
  }
}

.single h2 {
  font-family: var(--font-family-third);
  font-weight: var(--font-weight-semibold);
  font-size: 2.1875rem;
  margin-bottom: 4.375rem;
  border-bottom: 1px solid var(--black);
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .single h2 {
    font-size: 1.25rem;
  }
}

article.common {
  line-height: 1.88;
  letter-spacing: 1px;
  padding: 0;
}
article.common p, article.common img, article.common h1, article.common h2 {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  article.common p, article.common img, article.common h1, article.common h2 {
    margin-bottom: 2.6875rem;
  }
}
article.common h2 {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  article.common h2 {
    margin-bottom: 1.875rem;
  }
}
article.common h3 {
  font-family: var(--font-family-fourth);
  font-size: 1.1875rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.0263157895em;
  line-height: 1.57895;
  margin-top: 1.875rem;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  article.common h3 {
    margin-bottom: 1.875rem;
  }
}
article.common h4 {
  font-size: 1.5rem;
  margin-bottom: 1.3125rem;
}
@media screen and (max-width: 767px) {
  article.common h4 {
    margin-bottom: 1.0625rem;
  }
}
article.common section {
  margin-top: 0;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  article.common section {
    padding: 3.75rem 0;
  }
}
article.common section:first-of-type {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  article.common section:first-of-type {
    padding-top: 3.75rem;
  }
}
article.common section .inner .wrapper .card {
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  article.common section .inner .wrapper .card {
    padding-bottom: 2.6875rem;
  }
}
article.common section .inner .wrapper .card .thumb img {
  margin-bottom: 0;
}
article.common section .inner .wrapper .card .description {
  font-family: var(--font-family-fourth);
}
article.common section .inner .wrapper .card h4 {
  font-size: 1.875rem;
  font-family: var(--font-family-fourth);
}
@media screen and (max-width: 767px) {
  article.common section .inner .wrapper .card h4 {
    font-size: 1.5rem;
  }
}
article.common section .inner .wrapper .card p {
  margin-bottom: 1.25rem;
}
article.common section .inner .wrapper .card p:last-of-type {
  margin-bottom: 0;
}
article.common section .inner .wrapper .card:last-of-type {
  padding-bottom: 0;
}
article.common .btn {
  text-align: center;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  article.common .btn {
    padding-top: 3.75rem;
  }
}
article.common .top {
  background: var(--main-blue);
  color: var(--white);
}
article.common .top .wrapper {
  display: flex;
  align-items: center;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  article.common .top .wrapper {
    flex-direction: column;
  }
}
article.common .top .wrapper .thumb {
  width: 25%;
}
@media screen and (max-width: 767px) {
  article.common .top .wrapper .thumb {
    width: auto;
  }
}
article.common .top .wrapper .thumb img {
  margin-bottom: 0;
}
article.common .top .wrapper .thumb img:last-of-type {
  margin-top: calc(-3800 / var(--cq-ref) * 1cqw);
}
@media screen and (max-width: 767px) {
  article.common .top .wrapper .thumb {
    margin-bottom: 2.5rem;
  }
}
article.common .top .wrapper .description {
  width: 70%;
  font-family: var(--font-family-fourth);
  font-size: 1.375rem;
  color: var(--black);
}
@media screen and (max-width: 767px) {
  article.common .top .wrapper .description {
    font-size: 1.125rem;
    width: 100%;
  }
}
article.common .top .wrapper .description span {
  color: var(--white);
  font-size: 2.1875rem;
  font-weight: var(--font-weight-semibold);
  line-height: 1.5;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  article.common .top .wrapper .description span {
    font-size: 1.25rem;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
article.common .top .wrapper .description p {
  margin-bottom: 0;
}

.page-template-default {
  background: var(--bg-gray);
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
}
.page-template-default p {
  margin-bottom: 2.5rem;
}
.page-template-default h1 {
  font-family: var(--font-family-fourth);
  font-weight: 600;
  font-size: 2.1875rem;
  text-align: center;
  margin-bottom: 1.375rem;
}
@media screen and (max-width: 767px) {
  .page-template-default h1 {
    font-size: 1.5rem;
  }
}
.page-template-default h2 {
  font-family: var(--font-family-fourth);
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .page-template-default h2 {
    font-size: 1rem;
  }
}
.page-template-default .wp-block-table {
  border: unset;
}
.page-template-default .wp-block-table tbody tr:nth-of-type(odd) {
  background: unset;
}
.page-template-default .wp-block-table tbody tr th {
  font-family: var(--font-family-fourth);
  border: unset;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .page-template-default .wp-block-table tbody tr th {
    display: block;
  }
}
.page-template-default .wp-block-table tbody tr td {
  border: unset;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .page-template-default .wp-block-table tbody tr td {
    display: block;
    padding: 0.5em 0;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .page-template-default .wp-block-table tbody tr:last-of-type td {
    margin-bottom: 0;
  }
}

article.about-page {
  background: var(--bg-pink);
  padding-bottom: 0;
}
article.about-page .top {
  background: var(--main-blue);
  color: var(--white);
}
article.about-page .policy {
  background: var(--main-yellow);
}
article.about-page .story {
  background: var(--white);
}

article.flow-page {
  background: var(--main-beige);
}
article.flow-page section.flow p {
  margin-bottom: 0;
}
article.flow-page section.flow .flow__note {
  line-height: 1.5;
}
article.flow-page section.flow a {
  color: var(--white);
}
article.flow-page section.flow .btn a {
  color: var(--black);
}

article.question-page {
  background: var(--bg-gray);
}
article.question-page p {
  margin-bottom: 0;
}
article.question-page h2 {
  font-family: var(--font-family-fourth);
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  article.question-page h2 {
    font-size: 1.5rem;
  }
}
article.question-page .question__inner .question__list .question__item .question__q {
  width: 100%;
  justify-content: start;
}
article.question-page section.question .question__link-wrap .link-more {
  color: var(--black);
}

ul.card-wrapper .card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--black);
  padding: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  ul.card-wrapper .card {
    padding: 1.625rem 0;
  }
}
ul.card-wrapper .card .thumb {
  width: 27%;
  object-fit: cover;
  transition: transform var(--duration-base) ease-in-out;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  ul.card-wrapper .card .thumb {
    width: 36%;
  }
}
ul.card-wrapper .card .thumb:hover {
  transform: scale(1.05);
}
ul.card-wrapper .card .thumb img {
  border-radius: 20px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
ul.card-wrapper .card .description {
  width: 68%;
  font-size: 1.5625rem;
  font-weight: var(--font-weight-semibold);
  line-height: 1.5;
  text-align: start;
}
@media screen and (max-width: 767px) {
  ul.card-wrapper .card .description {
    font-size: 0.9375rem;
    width: 60%;
  }
}
ul.card-wrapper .card .description h4 {
  transition: opacity 0.3s ease;
}
ul.card-wrapper .card .description h4:hover {
  opacity: 0.7;
}
ul.card-wrapper .card .description p span {
  font-size: 1.3125rem;
  color: rgba(0, 0, 0, 0.5490196078);
}
@media screen and (max-width: 767px) {
  ul.card-wrapper .card .description p span {
    font-size: 0.9375rem;
  }
}
ul.card-wrapper .card p, ul.card-wrapper .card img {
  margin-bottom: 0;
}

.pagination {
  margin-top: 3.125rem;
  position: relative;
  text-align: center;
}
.pagination .nav-links {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family-third);
  font-size: 1.125rem;
  color: var(--black);
  text-decoration: none;
  transition: color 0.2s ease;
  line-height: 1;
  min-width: 1em;
}
.pagination .page-numbers:hover {
  color: var(--main-blue);
}
.pagination .page-numbers.current {
  color: var(--main-blue);
  font-weight: bold;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.pagination .page-numbers.next::before, .pagination .page-numbers.prev::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.25rem;
  height: 1.25rem;
  border-top: 2px solid var(--black);
  border-right: 2px solid var(--black);
  transform-origin: center;
}
@media screen and (max-width: 767px) {
  .pagination .page-numbers.next::before, .pagination .page-numbers.prev::before {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.pagination .page-numbers.prev {
  left: 0;
}
.pagination .page-numbers.prev::before {
  right: 0;
  transform: translateY(-50%) rotate(-135deg);
}
.pagination .page-numbers.next {
  right: 0;
}
.pagination .page-numbers.next::before {
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}

article.archive-artist {
  background: var(--bg-beige);
}
article.archive-artist section.content .inner {
  text-align: center;
}
article.archive-artist section.content .inner p {
  font-family: var(--font-family-fourth);
  font-size: 1.57125rem;
  font-weight: var(--font-weight-semibold);
  margin-bottom: 3.75rem;
  line-height: 1.57;
}
@media screen and (max-width: 767px) {
  article.archive-artist section.content .inner p {
    margin-bottom: 3rem;
    font-size: 1.1875rem;
  }
}
article.archive-artist section.content .inner form {
  padding-bottom: 4.375rem;
  display: flex;
  flex-direction: column;
  gap: 2.625rem;
  margin: 0 auto;
  max-width: 804px;
}
@media screen and (max-width: 767px) {
  article.archive-artist section.content .inner form {
    padding-bottom: 3rem;
  }
}
article.archive-artist section.content .inner form .wrapper {
  display: flex;
  gap: 2.1875rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  article.archive-artist section.content .inner form .wrapper {
    gap: 1.5625rem;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
article.archive-artist section.content .inner form .wrapper .inner_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2.1875rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  article.archive-artist section.content .inner form .wrapper .inner_wrapper {
    gap: 1.5625rem;
    width: 72%;
  }
}
article.archive-artist section.content .inner form .wrapper h4 {
  color: var(--white);
  background: var(--main-blue);
  font-family: var(--font-family-third);
  border-radius: 20px;
  font-size: 1.375rem;
  font-weight: var(--font-weight-regular);
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  flex-shrink: 0;
  line-height: 1;
  padding: 4px 0;
}
@media screen and (max-width: 767px) {
  article.archive-artist section.content .inner form .wrapper h4 {
    font-size: 1.1875rem;
    width: 71px;
  }
}
article.archive-artist section.content .inner form .wrapper .hidden-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
article.archive-artist section.content .inner form .wrapper .hidden-checkbox:checked + label {
  color: var(--main-blue);
}
article.archive-artist section.content .inner form .wrapper label {
  display: inline-block;
  cursor: pointer;
  background: transparent;
  color: #222222;
  transition: all 0.2s;
  font-size: 1.375rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  article.archive-artist section.content .inner form .wrapper label {
    font-size: 1.1875rem;
  }
}
article.archive-artist section.content .inner form .wrapper label:hover {
  opacity: 0.7;
}
article.archive-artist section.content .inner .card-wrapper {
  display: flex;
  gap: 3.75rem 2.6666666667%;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  article.archive-artist section.content .inner .card-wrapper {
    gap: 1.875rem 4%;
  }
}
article.archive-artist section.content .inner .card-wrapper .card {
  width: 23%;
}
@media screen and (max-width: 767px) {
  article.archive-artist section.content .inner .card-wrapper .card {
    width: 48%;
  }
}
article.archive-artist section.content .inner .card-wrapper .card .thumb {
  padding-bottom: 1.5625rem;
}
article.archive-artist section.content .inner .card-wrapper .card .thumb img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 10px;
  transition: transform var(--duration-base) ease-in-out;
  will-change: transform;
}
article.archive-artist section.content .inner .card-wrapper .card .thumb img:hover {
  transform: scale(1.05);
}
article.archive-artist section.content .inner .card-wrapper .card .description {
  text-align: center;
}
article.archive-artist section.content .inner .card-wrapper .card .description h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: var(--font-weight-semibold);
}
article.archive-artist section.content .inner .card-wrapper .card .description p {
  font-family: var(--font-family-base);
  font-size: 0.875rem;
  font-weight: var(--font-weight-regular);
  margin-bottom: 0;
}
article.archive-artist section.content .inner #artistResults p {
  margin-bottom: 0;
}
article.archive-artist section.content .inner button {
  text-align: center;
  margin-top: 5.4375rem;
}
@media screen and (max-width: 767px) {
  article.archive-artist section.content .inner button {
    margin-top: 3.75rem;
  }
}

article.single-artist p, article.single-artist img, article.single-artist .introduction, article.single-artist .profile {
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  article.single-artist p, article.single-artist img, article.single-artist .introduction, article.single-artist .profile {
    margin-bottom: 1.875rem;
  }
}
article.single-artist h1, article.single-artist p, article.single-artist h4 {
  text-align: start;
}
article.single-artist h3 {
  font-size: 1.375rem;
  font-weight: 500;
}
article.single-artist .btn-wrapper {
  margin-top: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  article.single-artist .btn-wrapper {
    flex-direction: column-reverse;
  }
}
article.single-artist .btn-wrapper .btn {
  text-align: center;
  padding: 2.1875rem 0;
}
@media screen and (max-width: 767px) {
  article.single-artist .btn-wrapper .btn {
    padding: 2.625rem 0 3.4375rem 0;
  }
}
article.single-artist .btn-wrapper .btn:last-of-type {
  padding-bottom: 5.40625rem;
}
@media screen and (max-width: 767px) {
  article.single-artist .btn-wrapper .btn:last-of-type {
    padding: 0.75rem 0;
  }
}
article.single-artist h1 {
  font-size: 2.1875rem;
  font-family: var(--font-family-fourth);
  font-weight: var(--font-weight-semibold);
  display: flex;
  align-items: center;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  article.single-artist h1 {
    flex-direction: column;
    gap: unset;
    align-items: flex-start;
    font-size: 1.4375rem;
  }
}
article.single-artist h1 span {
  font-family: var(--font-family-third);
  font-weight: var(--font-weight-semibold);
  font-size: 1.625rem;
}
@media screen and (max-width: 767px) {
  article.single-artist h1 span {
    font-size: 1.0625rem;
  }
}
article.single-artist img {
  object-fit: contain;
  height: auto;
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  article.single-artist img {
    margin-bottom: 2.1875rem;
  }
}
article.single-artist .introduction {
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  article.single-artist .introduction {
    margin-bottom: 2.1875rem;
  }
}
article.single-artist .introduction h1 {
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  article.single-artist .introduction h1 {
    margin-bottom: 1.25rem;
  }
}
article.single-artist .introduction p {
  font-size: 1.25rem;
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  article.single-artist .introduction p {
    font-size: 0.9375rem;
    margin-bottom: 1.25rem;
  }
}
article.single-artist .introduction .taxonomies {
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  article.single-artist .introduction .taxonomies {
    margin-bottom: 1.25rem;
  }
}
article.single-artist .introduction .taxonomies p {
  margin-bottom: 0;
}
article.single-artist .introduction dl {
  text-align: start;
  display: flex;
  flex-wrap: wrap;
  max-width: 450px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  article.single-artist .introduction dl {
    font-size: 0.9375rem;
  }
}
article.single-artist .introduction dl dt {
  width: fit-content;
  font-weight: var(--font-weight-regular);
}
article.single-artist .introduction dl dd {
  width: 70%;
}
article.single-artist .profile {
  padding: 2.875rem 3.125rem;
  background: var(--white);
  border: 1px solid var(--black);
  border-radius: 16px;
  font-size: 1.3125rem;
}
@media screen and (max-width: 767px) {
  article.single-artist .profile {
    padding: 1.6875rem 1.875rem;
    font-size: 1.0625rem;
    margin-bottom: 2.75rem;
  }
}
article.single-artist .profile h4 {
  font-size: 1.3125rem;
  font-weight: var(--font-weight-semibold);
  margin-bottom: 0.6em;
}
article.single-artist .profile p {
  margin-bottom: 0;
}
article.single-artist .iframe {
  margin: 0 auto;
  max-width: 800px;
}
article.single-artist .iframe p {
  text-align: center;
}
article.single-artist .iframe p iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
article.single-artist .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 800px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 1.5rem;
}
article.single-artist .wrapper .iframe {
  margin: 0;
}
article.single-artist .wrapper .iframe p {
  margin: 0;
}
article.single-artist .wrapper .iframe iframe {
  width: 100%;
  height: 562px;
  border: none;
  display: block;
}
article.single-artist .wrapper .iframe iframe,
article.single-artist .wrapper .iframe blockquote {
  max-width: 100% !important;
  width: 100% !important;
  min-width: unset !important;
}
article.single-artist .wrapper.is-double .iframe:first-of-type {
  width: 60%;
}
article.single-artist .wrapper.is-double .iframe:last-of-type {
  width: 33%;
}
article.single-artist .wrapper.is-single .iframe {
  width: 100%;
}
article.single-artist .wrapper.is-single .iframe iframe {
  height: revert-layer;
}
article.single-artist .wrapper.is-single .iframe.spotify iframe {
  height: auto;
}
@media screen and (max-width: 767px) {
  article.single-artist .wrapper {
    flex-direction: column;
    gap: 1.875rem;
  }
  article.single-artist .wrapper .iframe {
    width: 100% !important;
  }
  article.single-artist .wrapper .iframe:nth-of-type(2) iframe {
    height: revert-layer;
  }
  article.single-artist .wrapper .iframe iframe {
    height: 417px;
  }
}
article.single-artist section.related-interviews {
  padding-top: 3.125rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  article.single-artist section.related-interviews {
    padding-top: 0;
  }
}
article.single-artist section.related-interviews h3 {
  font-size: 1.375rem;
  text-align: center;
  letter-spacing: 1.83px;
  line-height: 2em;
  padding-bottom: 1.25rem;
  font-weight: var(--font-weight-normal);
}
@media screen and (max-width: 767px) {
  article.single-artist section.related-interviews h3 {
    font-size: 0.9375rem;
    padding-bottom: 0.875rem;
  }
}
article.single-artist section.related-interviews ul {
  margin-bottom: 2.8125rem;
}
article.single-artist section.related-interviews ul .card {
  padding: 2.8125rem 3.73625rem;
}
@media screen and (max-width: 767px) {
  article.single-artist section.related-interviews ul .card {
    padding: 1.5625rem 0;
  }
}
article.single-artist section.related-interviews ul .card:first-of-type {
  border-top: 1px solid var(--black);
}
article.single-artist section.related-interviews ul .card .thumb {
  width: 35%;
}
@media screen and (max-width: 767px) {
  article.single-artist section.related-interviews ul .card .thumb {
    width: 36%;
  }
}
article.single-artist section.related-interviews ul .card .description {
  width: 60%;
  font-size: 1.5625rem;
}
@media screen and (max-width: 767px) {
  article.single-artist section.related-interviews ul .card .description {
    font-size: 0.9375rem;
  }
}
article.single-artist section.related-interviews ul .card p, article.single-artist section.related-interviews ul .card img {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  article.single-artist .btn-wrapper .btn .lower {
    background: var(--main-blue);
  }
}

article.archive-interview h1 {
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  article.archive-interview h1 {
    margin-bottom: 2.625rem;
  }
}
article.archive-interview h3 {
  text-align: start;
  font-size: 1.4375rem;
  margin-bottom: 2.75rem;
  font-family: var(--font-family-fourth);
  font-weight: var(--font-weight-semibold);
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  article.archive-interview h3 {
    margin-bottom: 1.625rem;
    font-size: 1rem;
  }
}
article.archive-interview .card-wrapper .card:first-of-type {
  padding-top: 0;
}

article.single-post p, article.single-post h1, article.single-post h3, article.single-post h4, article.single-post h5, article.single-post h6, article.single-post img, article.single-post ul, article.single-post ol, article.single-post dl, article.single-post blockquote, article.single-post pre, article.single-post table, article.single-post iframe, article.single-post hr, article.single-post .card {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  article.single-post p, article.single-post h1, article.single-post h3, article.single-post h4, article.single-post h5, article.single-post h6, article.single-post img, article.single-post ul, article.single-post ol, article.single-post dl, article.single-post blockquote, article.single-post pre, article.single-post table, article.single-post iframe, article.single-post hr, article.single-post .card {
    margin-bottom: 2.6875rem;
  }
}
article.single-post h1, article.single-post h3, article.single-post h4, article.single-post h5, article.single-post h6 {
  font-family: var(--font-family-fourth);
}
article.single-post .inner {
  text-align: center;
}
article.single-post h3, article.single-post h4, article.single-post h5, article.single-post h6, article.single-post ul {
  text-align: left;
}
article.single-post p {
  text-align: start;
  font-weight: var(--font-weight-regular);
  font-size: 1.125rem;
  line-height: 1.88;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  article.single-post p {
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.5px;
  }
}
article.single-post p strong {
  font-weight: var(--font-weight-semibold);
}
article.single-post h1 {
  font-size: 1.5625rem;
  font-weight: var(--font-weight-semibold);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  article.single-post h1 {
    font-size: 1.1875rem;
  }
}
article.single-post h2 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  article.single-post h2 {
    margin-bottom: 1.625rem;
  }
}
article.single-post h3 {
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  article.single-post h3 {
    font-size: 1.25rem;
  }
}
article.single-post h4 {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  article.single-post h4 {
    font-size: 1.125rem;
  }
}
article.single-post h5 {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  article.single-post h5 {
    font-size: 1rem;
  }
}
article.single-post h6 {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  article.single-post h6 {
    font-size: 0.875rem;
  }
}
article.single-post ul {
  list-style: disc;
  list-style-position: inside;
}
article.single-post .title {
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  article.single-post .title {
    margin-bottom: 1.75rem;
  }
}
article.single-post .title p {
  text-align: center;
  margin-bottom: 0;
}
article.single-post .title p span {
  font-size: 1.0625rem;
  color: rgba(0, 0, 0, 0.5490196078);
  font-weight: var(--font-weight-semibold);
  line-height: 2.64;
}
@media screen and (max-width: 767px) {
  article.single-post .title p span {
    font-size: 0.75rem;
  }
}
article.single-post .profile_wrapper {
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  article.single-post .profile_wrapper {
    margin-bottom: 3.75rem;
  }
}
article.single-post .profile_wrapper .card {
  text-align: start;
  padding: 2.59375rem 3.125rem;
  border-radius: 20px;
  border: 1px solid var(--black);
  background: var(--white);
}
@media screen and (max-width: 767px) {
  article.single-post .profile_wrapper .card {
    padding: 1.6875rem 1.875rem;
  }
}
article.single-post .profile_wrapper .card h4 {
  margin-bottom: 0.6em;
  font-size: 1.3125rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  article.single-post .profile_wrapper .card h4 {
    font-size: 1.0625rem;
  }
}
article.single-post .profile_wrapper .card p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  article.single-post .profile_wrapper .card p {
    font-size: 0.875rem;
  }
}
article.single-post .btn-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4.375rem;
}
@media screen and (max-width: 767px) {
  article.single-post .btn-wrapper {
    gap: 2.6875rem;
  }
}
article.single-post .btn-wrapper img {
  margin-bottom: 0;
}
article.single-post .btn-wrapper .sns .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 68px;
}
@media screen and (max-width: 767px) {
  article.single-post .btn-wrapper .sns .wrapper {
    gap: 45px;
  }
}
article.single-post .btn-wrapper .sns .wrapper a {
  width: 55px;
}
@media screen and (max-width: 767px) {
  article.single-post .btn-wrapper .sns .wrapper a {
    width: 35px;
  }
}
article.single-post .btn-wrapper h4 {
  font-size: 1.25rem;
  font-weight: var(--font-weight-medium);
  letter-spacing: 1px;
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  article.single-post .btn-wrapper h4 {
    margin-bottom: 1.125rem;
    font-size: 0.9375rem;
  }
}
article.single-post .btn-wrapper .btn .lower {
  background: var(--white);
  border: 2px solid var(--black);
  font-size: 1.25rem;
  font-weight: var(--font-weight-medium);
}
@media screen and (max-width: 767px) {
  article.single-post .btn-wrapper .btn .lower {
    font-size: 1rem;
  }
}

/*# sourceMappingURL=style.css.map */
