@layer global, reset, wordpress, base, layout, vendor, components, site, page, javascript, utility;

@layer global{

:root {
  --color-back: #fcf9f4;
  --color-text: #590902;
  --color-primary: #590902;
  --color-secondary: #d01f71;
  --color-decoration: #ffb9d9;
  --color-cta: #d01f71;
  --color-error: #d01f71;
  --color-gray: #707070;
  --color-cream: #fff6de;
  --color-back-warm: #fff8f0;
  --color-form: var(--color-primary);
  --fontFamily-default:
    "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
    sans-serif;
  --fontFamily-noto:
    "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
    sans-serif;
  --fontFamily-decoration: "Dancing Script", cursive;
  --fontFamily-en: tot-shizukasmudgemin-stdn, sans-serif;
  --fontFamily-serif: tot-shizukasmudgemin-stdn, sans-serif;

  --drop-shadow: drop-shadow(
    0 3px 6px color-mix(in srgb, black 16%, transparent)
  );
  --height-header: 163;
  --scroll-padding-top: 163;
  --line-clamp: 3;

  --width-inner-lg: 1280;
  --width-inner: 1136;
  --width-inner-sm: 800;

  --zIndex-header: 40;
  --zIndex-spmenu: 41;
  --zIndex-toggle: 42;
  --zIndex-modal-calendar: 43;
  --zIndex-splash: 50;

  --leading-trim: calc((1em - 1lh) / 2);
  --size-check: 24px;

  --gutter: clamp(15px, calc(28/430 * 100vw), 28px);
  --gutter-inner: clamp(20px, calc(72 / 1280 * 100%), 72px);

  --ease-in-sine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --ease-out-sine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --ease-in-out-sine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);

  --ease-in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-in-out-quart: cubic-bezier(0.77, 0, 0.175, 1);

  --ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out-quint: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-in-out-expo: cubic-bezier(1, 0, 0, 1);

  --ease-in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-in-out-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --ease-in-back: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --ease-out-back: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --ease-in-out-back: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  :root {
    --height-header: 130;
    --scroll-padding-top: 130;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --height-header: 110;
    --scroll-padding-top: 110;
    --drop-shadow: drop-shadow(
      0 2px 4px color-mix(in srgb, black 16%, transparent)
    );
  }
}

/* レイヤー */
.has-back-color {
  background-color: var(--wp--preset--color--back) !important;
  color: var(--color-text) !important;
}
.has-body-text-color {
  background-color: var(--wp--preset--color--body-text) !important;
  color: var(--color-back) !important;
}
.has-primary-color {
  background-color: var(--wp--preset--color--primary) !important;
  color: var(--color-back) !important;
}
.has-secondary-color {
  background-color: var(--wp--preset--color--secondary) !important;
  color: var(--color-back) !important;
}
.has-green-color {
  background-color: var(--wp--preset--color--green) !important;
  color: var(--color-text) !important;
}
.has-yellow-color {
  background-color: var(--wp--preset--color--yellow) !important;
  color: var(--color-text) !important;
}
.has-red-color {
  background-color: var(--wp--preset--color--red) !important;
  color: var(--color-text) !important;
}
.has-red-bright-color {
  background-color: var(--wp--preset--color--red-bright) !important;
  color: var(--color-text) !important;
}
}

@layer reset{

/***
    The new CSS reset - version 1.11.3 (last updated 25.08.2024)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/

/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
    - The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
    all: unset;
    display: revert;
}

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

/* Fix mobile Safari increase font-size on landscape mode */
html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

/* Reapply the pointer cursor for anchor tags */
a, button {
    cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol, ul, menu, summary {
    list-style: none;
}

/* Firefox: solve issue where nested ordered lists continue numbering from parent (https://bugzilla.mozilla.org/show_bug.cgi?id=1881517) */
ol {
    counter-reset: revert;
}

/* For images to not be able to exceed their container */
img {
    max-inline-size: 100%;
    max-block-size: 100%;
}

/* removes spacing between cells in tables */
table {
    border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input, textarea {
    -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
    white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
    -webkit-appearance: revert;
    appearance: revert;
}

/* preformatted text - use only for this feature */
:where(pre) {
    all: revert;
    box-sizing: border-box;
}

/* reset default text opacity of input placeholder */
::placeholder {
    color: unset;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
    display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable="false"])) {
    -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
    -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable="true"]) {
    -webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
    all: revert;
    box-sizing: border-box;
}

/* Remove details summary webkit styles */
::-webkit-details-marker {
    display: none;
}
}

@layer base{

/* base style */

html {
  scroll-padding-top: calc(var(--scroll-padding-top) * 1px);
  scrollbar-gutter: stable;
}

body {
  background: var(--color-back);
  color: var(--color-text);
  font-family: var(--fontFamily-default);
  overflow-wrap: break-word;
  /* word-break: break-all; */
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

a:where(:not(.wp-element-button)) {
  text-decoration: none;
}

/* セマンティック要素の復元 (all: unset による消失を補完) */
strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub {
  vertical-align: sub;
  font-size: 75%;
}

sup {
  vertical-align: super;
  font-size: 75%;
}

mark {
  background-color: #ff0;
  color: #000;
}

del,
s {
  text-decoration: line-through;
}

ins,
u {
  text-decoration: underline;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
}

code,
pre {
  font-family: var(--fontFamily-default);
  white-space: pre-wrap;
}

img,
picture > img,
picture > source,
figure {
  max-width: 100%;
}

img {
  height: auto;
  image-rendering: auto;
  display: block;
}

picture {
  display: contents;
}

iframe {
  border: 0;
  max-width: 100%;
}
:where(figure) {
  margin: 0 0 0;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  touch-action: manipulation;
  font-size: 1rem;
}

:where(
  :any-link,
  button,
  [type="button"],
  [type="reset"],
  [type="submit"],
  label[for],
  select,
  summary,
  [role="tab"],
  [role="button"]
) {
  cursor: pointer;
}

:focus:not(:focus-visible) {
  outline: none;
}

:where(a, button, summary, [role="button"], [role="tab"]):focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: -2px;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* ================================================================
   フォーム要素
   ================================================================ */

/* label: iOS対応のためにポインター指定 */
label {
  cursor: pointer;
}

/* プレースホルダー色調整 */
::placeholder {
  color: #ccc;
}

optgroup {
  font-size: 1rem;
}

/* テキスト系入力・テキストエリア・セレクトボックス共通 */
input:not(
  [type="radio"],
  [type="checkbox"],
  [type="range"],
  [type="file"],
  [type="hidden"],
  [type="button"],
  [type="reset"],
  [type="submit"],
  [type="image"],
  [type="color"]
),
textarea,
select {
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  background-color: #fff;
  font-size: 18px;
  line-height: calc(32 / 18);
  min-width: 0;
  padding: 0.72em 20px;
  width: 100%;
  accent-color: var(--color-form);
}

@media screen and (max-width: 768px) {
  input:not(
    [type="radio"],
    [type="checkbox"],
    [type="range"],
    [type="file"],
    [type="hidden"],
    [type="button"],
    [type="reset"],
    [type="submit"],
    [type="image"],
    [type="color"]
  ),
  textarea,
  select {
    font-size: 16px;
    line-height: calc(32 / 16);
    padding: 0.5em 20px;
  }
}

/* フォーカス */
input:not(
    [type="radio"],
    [type="checkbox"],
    [type="range"],
    [type="file"],
    [type="hidden"],
    [type="button"],
    [type="reset"],
    [type="submit"],
    [type="image"],
    [type="color"]
  ):focus,
textarea:focus,
select:focus {
  border-color: var(--color-primary);
  outline: 2px solid var(--color-primary);
  outline-offset: -2px;
}

textarea {
  resize: vertical;
  height: 147px;
  overflow-y: auto;
}

/* スピンボタン非表示 (Chrome / Safari) */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button {
  appearance: none;
  display: none;
  margin: 0;
}

/* スピンボタン非表示 (Firefox) */
input[type="number"] {
  appearance: textfield;
}

/* 日付系入力のクリアボタン非表示 */
input[type="date"]::-webkit-clear-button,
input[type="month"]::-webkit-clear-button,
input[type="datetime-local"]::-webkit-clear-button,
input[type="time"]::-webkit-clear-button,
input[type="week"]::-webkit-clear-button {
  appearance: none;
}

/* セレクトボックス */
select {
  appearance: none;
}

.c-select {
  display: block;
  position: relative;
}

.c-select select {
  padding-right: 2.5em;
}

@media screen and (max-width: 768px) {
  .c-select select {
    padding-right: 2em;
  }
}

.c-select::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.4' height='6.1' viewBox='0 0 9.4 6.1'%3E%3Cpath d='M6.7,8.1,2,3.4,3.4,2,6.7,5.3,10,2l1.4,1.4Z' transform='translate(-2 -2)' fill='%23590902'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 9.4px 6.1px;
  content: "";
  display: block;
  height: 6.1px;
  pointer-events: none;
  position: absolute;
  right: 35px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 9.4px;
}

@media screen and (max-width: 768px) {
  .c-select::after {
    right: 20px;
  }
}

option:disabled {
  color: #ccc;
  opacity: 1;
}

/* スライダー (type="range") */
input[type="range"] {
  appearance: none;
  width: 100%;
  height: 4px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: #ddd;
  margin: 0.5em 0;
  accent-color: var(--color-form);
}

input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 16px;
  height: 16px;
  background: var(--color-primary);
  border-radius: 50%;
  cursor: pointer;
  margin-top: -6px;
}

input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: var(--color-primary);
  border-radius: 50%;
  cursor: pointer;
}

input[type="range"]::-moz-range-track {
  height: 4px;
  background: #ddd;
}

/* ラジオボタン・チェックボックス共通
   --size-check (variables.css) を変更すると全体のサイズが連動します */
input[type="radio"],
input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

input[type="radio"] + span,
input[type="checkbox"] + span {
  cursor: pointer;
  display: inline-block;
  line-height: 1.5;
  padding-left: calc(var(--size-check) + 0.6em);
  position: relative;
}

input[type="radio"]:focus-visible + span,
input[type="checkbox"]:focus-visible + span {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

input[type="radio"] + span {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

/* ラジオボタン */
input[type="radio"] + span::before {
  background: #fff;
  border: 1px solid #6a6a6a;
  border-radius: 50%;
  content: "";
  height: 23px;
  left: 0;
  position: absolute;
  top: calc((1.5em - 23px) / 2);
  width: 23px;
}

input[type="radio"] + span::after {
  content: "";
  display: none;
}

input[type="radio"]:checked + span::after {
  background: var(--color-primary);
  border-radius: 50%;
  display: block;
  height: 11px;
  left: 6px;
  position: absolute;
  top: calc((1.5em - 23px) / 2 + 6px);
  width: 11px;
}

input[type="checkbox"] + span {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  input[type="checkbox"] + span {
    font-size: 18px;
  }
}

/* チェックボックス */
input[type="checkbox"] + span::before {
  background: #fff;
  border: 1px solid #6a6a6a;
  border-radius: 5px;
  content: "";
  height: 23px;
  left: 0;
  position: absolute;
  top: calc((1.5em - 23px) / 2);
  width: 23px;
}

input[type="checkbox"] + span::after {
  content: "";
  display: none;
}

input[type="checkbox"]:checked + span::after {
  border-bottom: 3px solid var(--color-primary);
  border-right: 3px solid var(--color-primary);
  content: "";
  display: block;
  height: calc(var(--size-check) * 0.6);
  left: calc(var(--size-check) * 0.35);
  position: absolute;
  top: calc((1.5em - var(--size-check)) / 2 + var(--size-check) * 0.13);
  transform: rotate(45deg);
  width: calc(var(--size-check) * 0.35);
}
}

@layer layout{

.l-main {
  overflow: clip;
}

.l-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.l-inner {
  max-width: calc(var(--width-inner) * 1px);
  margin-left: auto;
  margin-right: auto;
}

.l-inner-sm {
  max-width: calc(var(--width-inner-sm) * 1px);
  margin-left: auto;
  margin-right: auto;
}

.l-inner-lg {
  max-width: calc(var(--width-inner-lg) * 1px);
  margin-left: auto;
  margin-right: auto;
}
}

@layer vendor{
/* プラグイン等のベンダースタイル上書き用 */
}

@layer vendor{
/* ブロックエディタ用のスタイル */
#wp-postbody {
  display: flow-root;
  overflow: clip;
  font-size: 16px;
  line-height: calc(33 / 16);
  letter-spacing: 0.05em;
}

#wp-postbody :where(.wp-block-pullquote) {
  font-size: 16px;
  line-height: calc(33 / 16);
  letter-spacing: 0.05em;
}

#wp-postbody > * {
  margin-top: 1em;
  margin-bottom: 1em;
}

#wp-postbody > *:first-child {
  margin-top: 0;
}

#wp-postbody > *:last-child {
  margin-bottom: 0;
}

#wp-postbody h1 {
  font-size: 2.5em;
  font-family: var(--fontFamily-serif);
  font-weight: 600;
  line-height: 1.5
}

#wp-postbody h2 {
  font-size: 2em;
  font-family: var(--fontFamily-serif);
  font-weight: 600;
  line-height: 1.5
}

#wp-postbody h3 {
  font-size: 1.75em;
  font-family: var(--fontFamily-serif);
  font-weight: 600;
  line-height: 1.5
}

#wp-postbody h4 {
  font-size: 1.5em;
  font-family: var(--fontFamily-serif);
  font-weight: 600;
  line-height: 1.5
}

#wp-postbody h5 {
  font-size: 1.25em;
  font-family: var(--fontFamily-serif);
  font-weight: 600;
  line-height: 1.5
}

#wp-postbody h6 {
  font-size: 1em;
  font-family: var(--fontFamily-serif);
  font-weight: 600;
  line-height: 1.5
}

#wp-postbody :is(th, td) {
  padding: 0.5em;
}

#wp-postbody blockquote {
  border: 1px solid #707070;
  background-color: white;
  padding: 2em;
}

#wp-postbody .wp-block-pullquote {
  font-size: 1em !important;
  line-height: unset !important;
}

#wp-postbody figure {
  max-width: 100%;
}

#wp-postbody figure.wp-block-table {
  overflow: visible;
}

#wp-postbody figcaption {
  text-align: center;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

#wp-postbody figure.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

#wp-postbody img {
  max-width: 100%;
}

#wp-postbody
  :is(img.alignnone, img.alignleft, img.alignright, img.aligncenter) {
  display: block;
  height: auto;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
  width: auto;
}

#wp-postbody img.alignnone {
  margin-left: 0;
}

#wp-postbody img.alignleft {
  float: left;
  margin-left: 0;
  margin-right: 0.5em;
}

#wp-postbody img.alignright {
  float: right;
  margin-left: 0.5em;
  margin-right: 0;
}

#wp-postbody ul > li {
  margin-top: 1em;
  padding-left: 1em;
  position: relative;
}

#wp-postbody ul > li::before {
  background: currentColor;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.4em;
  left: 0.25em;
  position: absolute;
  top: calc(33em / 32);
  width: 0.4em;
  translate: -50% -50%;
}

#wp-postbody ol {
  counter-reset: li;
}

#wp-postbody ol > li {
  list-style: none;
  margin-top: 1em;
  padding-left: 1.8em;
  position: relative;
}

#wp-postbody ol > li::before {
  content: counter(li) ".";
  counter-increment: li;
  font-weight: bold;
  left: 0;
  position: absolute;
  top: 0;
}

#wp-postbody a[href] {
  text-decoration: underline;
  transition: opacity 0.2s;
}

#wp-postbody a[href]:hover {
  opacity: 0.8;
}

#wp-postbody table {
  width: 100%;
}

#wp-postbody table th {
  font-weight: 700;
}

#wp-postbody dt {
  font-weight: 700;
}

#wp-postbody dd {
  margin-bottom: 1.25em;
}

#wp-postbody pre,
#wp-postbody code {
  white-space: pre-wrap;
}

#wp-postbody .aligncenter {
  display: block;
}

#wp-postbody .alignright {
  float: right;
  margin-left: 0.5em;
  margin-right: 0;
}

#wp-postbody .alignleft {
  float: left;
  margin-left: 0;
  margin-right: 0.5em;
}

#wp-postbody .wp-caption,
#wp-postbody [class*="wp-image"] {
  display: block;
  max-width: 100%;
  object-fit: contain;
  text-align: center;
}

#wp-postbody .wp-caption-text {
  margin-bottom: 0;
  margin-top: 0;
}

#wp-postbody summary::before {
  content: "▽";
  margin-right: 0.2em;
  display: inline-block;
}

#wp-postbody details[open] > summary::before {
  content: "▼";
}

#wp-postbody details > * {
  margin-top: 1em;
}

#wp-postbody details > *:first-child {
  margin-top: 0;
}

#wp-postbody hr {
  border: none;
  border-top: 1px solid var(--color-primary);
}

#wp-postbody ruby {
  font-size: inherit;
}

#wp-postbody rt {
  font-size: 0.5em;
}

#wp-postbody .wp-element-button {
  background-color: var(--color-primary);
  color: #fff;
}

#wp-postbody a[href].wp-element-button {
  text-decoration: none;
}

#wp-postbody .has-small-font-size {
  font-size: 14px;
  line-height: calc(25 / 14);
}

.wp-block-search__button {
  flex-shrink: 0;
  white-space: nowrap;
}

#wp-postbody .wp-block-gallery figure {
  aspect-ratio: 1;
}
#wp-postbody .wp-block-gallery figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
}

@layer vendor{
/* クラシックエディター（ACF）FAQ回答エリア用のスタイル */
.wp-accordion-faq {
  display: flow-root;
  overflow: clip;
  font-size: 16px;
  line-height: calc(33 / 16);
  letter-spacing: 0.05em;
}

.wp-accordion-faq > * {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.wp-accordion-faq > *:first-child {
  margin-top: 0;
  margin-top: var(--leading-trim);
}

.wp-accordion-faq > *:last-child {
  margin-bottom: 0;
}

/* 見出し */
.wp-accordion-faq :is(h1, h2, h3, h4, h5, h6) {
  font-weight: 600;
  line-height: calc(36 / 20);
  letter-spacing: 0.05em;
  margin-top: 1em;
  margin-bottom: 0.25em;
}

.wp-accordion-faq h1 {
  font-size: 1.5em;
}

.wp-accordion-faq h2 {
  font-size: 1.25em;
}

.wp-accordion-faq h3 {
  font-size: 1.125em;
}

.wp-accordion-faq h4 {
  font-size: 1em;
}

.wp-accordion-faq h5 {
  font-size: 0.9375em;
}

.wp-accordion-faq h6 {
  font-size: 0.875em;
}

@media screen and (max-width: 768px) {
  .wp-accordion-faq h1 {
    font-size: 1.25em;
  }

  .wp-accordion-faq h2 {
    font-size: 1em;
  }

  .wp-accordion-faq h3 {
    font-size: 0.9375em;
  }

  .wp-accordion-faq h4 {
    font-size: 0.875em;
  }

  .wp-accordion-faq h5 {
    font-size: 0.825em;
  }

  .wp-accordion-faq h6 {
    font-size: 0.75em;
  }
}

/* 整形済みテキスト */
.wp-accordion-faq pre,
.wp-accordion-faq code {
  white-space: pre-wrap;
  background-color: color-mix(in srgb, var(--color-primary) 5%, transparent);
  padding: 1em;
  border-radius: 4px;
  font-size: 0.9em;
}

.wp-accordion-faq code {
  padding: 0.15em 0.4em;
}

/* リンク */
.wp-accordion-faq a[href] {
  display: inline-flex;
  align-items: center;
  column-gap: 6px;
}

.wp-accordion-faq a[href]::before {
  content: "";
  display: block;
  width: 13px;
  height: 10px;
  flex-shrink: 0;
  background-color: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 9.754'%3E%3Cpath d='M76.762,133.376a.814.814,0,0,0,0-1.15L72.7,128.163a.813.813,0,1,0-1.15,1.15l2.676,2.676H64.813a.813.813,0,1,0,0,1.625h9.413l-2.676,2.676a.813.813,0,0,0,1.15,1.15l4.063-4.063Z' transform='translate(-64 -127.925)' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  transition: translate 0.3s;
}

.wp-accordion-faq a[href]:hover::before {
  translate: 4px 0;
}

/* 番号なしリスト */
.wp-accordion-faq ul > li {
  margin-top: 0.5em;
  padding-left: 1em;
  position: relative;
}

.wp-accordion-faq ul > li::before {
  background: currentColor;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.4em;
  left: 0.25em;
  position: absolute;
  top: 0.75em;
  width: 0.4em;
  translate: -50% -50%;
}

/* 番号ありリスト */
.wp-accordion-faq ol {
  counter-reset: li;
}

.wp-accordion-faq ol > li {
  list-style: none;
  margin-top: 0.5em;
  padding-left: 1.8em;
  position: relative;
}

.wp-accordion-faq ol > li::before {
  content: counter(li) ".";
  counter-increment: li;
  font-weight: bold;
  left: 0;
  position: absolute;
  top: 0;
}

/* 引用 */
.wp-accordion-faq blockquote {
  border-left: 3px solid var(--color-gray);
  padding: 1em 1.5em;
}

/* 画像 */
.wp-accordion-faq img {
  max-width: 100%;
  height: auto;
}

.wp-accordion-faq
  :is(img.alignnone, img.alignleft, img.alignright, img.aligncenter) {
  display: block;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
  width: auto;
}

.wp-accordion-faq img.alignnone {
  margin-left: 0;
}

.wp-accordion-faq img.alignleft {
  float: left;
  margin-left: 0;
  margin-right: 0.5em;
}

.wp-accordion-faq img.alignright {
  float: right;
  margin-left: 0.5em;
  margin-right: 0;
}

/* 水平線 */
.wp-accordion-faq hr {
  border: none;
  border-top: 1px solid var(--color-gray);
}
}

@layer components{
.c-button-volume {
  display: grid;
  grid-template-columns: 26px auto;
  color: #eaeaea;
  column-gap: 8px;
  align-items: center;
}
.c-button-volume__text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: calc(20 / 14);
}

@media screen and (max-width: 768px) {
  .c-button-volume__text {
    font-size: 12px;
    line-height: calc(16 / 12);
  }
}
}

@layer components{

.c-button-arrow {
  display: grid;
  grid-template-columns: 1fr 24px;
  padding-top: 13px;
  padding-right: 17px;
  padding-left: 15px;
  color: var(--color-primary);
  padding-bottom: 14px;
  background-color: #ffffff;
  filter: var(--drop-shadow);
  align-items: center;
  column-gap: 10px;
  width: min(100%, 303px);
  transition: filter 0.2s;
}

.c-button-arrow:hover {
  filter: unset;
}
.c-button-arrow._full {
  width: 100%;
}
.c-button-arrow__ja {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: calc(27 / 18);
  font-family: var(--fontFamily-serif);
  display: block;
}
.c-button-arrow__en {
  font-size: 14px;
  font-family: var(--fontFamily-serif);
  letter-spacing: 0.03em;
  display: block;
  line-height: calc(16 / 14);
}

.c-button-arrow__arrow {
  display: grid;
  place-items: center;
}

.c-button-arrow__arrow-bg,
.c-button-arrow__arrow-fg {
  grid-area: 1 / -1;
}

.c-button-arrow__arrow-bg {
  transition: scale 0.3s;
}

.c-button-arrow__arrow-fg {
  color: white;
  z-index: 1;
}

.c-button-arrow:hover .c-button-arrow__arrow-bg {
  scale: 1.15;
}
}

@layer components{

.c-button-cta {
  width: min(100%, 496px);
  background-color: var(--color-primary);
  color: white;
  border-radius: 50px;
  display: block;
  padding: 12px;
  transition: opacity 0.2s;
  filter: var(--drop-shadow);
}

.c-button-cta:hover {
  opacity: 0.8;
}

.c-button-cta__layout {
  display: grid;
  align-items: center;
  grid-template-columns: 26px auto;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  column-gap: 12px;
}

.c-button-cta__main {
  font-size: 21px;
  font-weight: 700;
  line-height: calc(26 / 21);
  letter-spacing: 0.05em;
}
.c-button-cta__sub {
  font-size: 14px;
  line-height: calc(26 / 14);
  letter-spacing: 0.05em;
}
}

@layer components{

.c-button-icon {
  width: 100%;
  background-color: var(--color-button-icon-bg, white);
  color: var(--color-button-icon-text, var(--color-primary));
  border-radius: 50px;
  min-height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid var(--color-button-icon-border);
  filter: var(--drop-shadow);
  transition: filter 0.2s;
}

.c-button-icon:hover {
  filter: unset;
}
.c-button-icon._mail {
  --color-button-icon-bg: var(--color-cta);
  --color-button-icon-text: white;
  --color-button-icon-border: transparent;
}
.c-button-icon._mail-white {
  --color-button-icon-bg: white;
  --color-button-icon-text: var(--color-primary);
  --color-button-icon-border: transparent;
}

@media screen and (max-width: 768px) {
  .c-button-icon._mail-white {
    padding-left: 48px;
    padding-right: 36px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .c-button-icon__icon {
    width: 26px;
  }
}
.c-button-icon._buy {
  --color-button-icon-bg: var(--color-primary);
  --color-button-icon-text: white;
  --color-button-icon-border: transparent;
}
.c-button-icon._store {
  --color-button-icon-bg: white;
  --color-button-icon-text: var(--color-gray);
  --color-button-icon-border: var(--color-gray);
  text-transform: uppercase;
}

/* .c-button-icon._store .c-button-icon__text {
  font-size: 16px;
  letter-spacing: 0.1em;
} */
.c-button-icon__layout {
  display: grid;
  grid-template-columns: 20px auto;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  column-gap: 10px;
}

@media screen and (max-width: 768px) {
  .c-button-icon__layout {
    grid-template-columns: 26px auto;
  }
}

.c-button-icon__text {
  color: var(--color-button-icon-text);
  font-size: 21px;
  font-weight: 700;
  line-height: calc(30 / 21);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .c-button-icon__text {
    font-size: 18px;
  }
}

.c-button-icon._mail .c-button-icon__text {
  font-size: 16px;
  line-height: calc(24 / 16);
  letter-spacing: 0.1em;
}
}

@layer components{

.c-button-img {
  filter: var(--drop-shadow);
  transition:
    filter 0.2s,
    opacity 0.2s;
}

.c-button-img:hover {
  filter: unset;
  opacity: .8;
}
}

@layer components{

.c-button-spmenu {
  background-color: var(--color-back-warm);
  padding: 21px 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  filter: var(--drop-shadow);
  transition: filter 0.2s;
}

.c-button-spmenu:hover {
  filter: unset;
}

@media screen and (max-width: 768px) {
  .c-button-spmenu {
    padding: 11px 18px;
  }
}
.c-button-spmenu__sub {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-family: var(--fontFamily-serif);
}

@media screen and (max-width: 768px) {
  .c-button-spmenu__sub {
    display: none;
  }
}
.c-button-spmenu__main {
  font-size: 14px;
  line-height: calc(16 / 14);
  letter-spacing: 0.05em;
  font-family: var(--fontFamily-serif);
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .c-button-spmenu__main {
    font-size: 18px;
  }
}
}

@layer components{

.c-button-top-lesson {
  background-image: linear-gradient(to bottom, var(--color-back-warm), #d06194);
  color: white;
  text-align: center;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  filter: var(--drop-shadow);
  transition: filter 0.2s;
}

.c-button-top-lesson:hover {
  filter: unset;
}

.c-button-top-lesson__main {
  font-size: 35px;
  font-family: var(--fontFamily-en);
  letter-spacing: 0.03em;
  line-height: 1;
}

.c-button-top-lesson__sub {
  font-family: var(--fontFamily-serif);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: calc(28 / 18);
  margin-top: 5px;
}
}

@layer components{

.c-button-top-youtube {
  color: var(--color-text);
  background-color: var(--color-back-warm);
  padding-top: 20px;
  padding-bottom: 20px;
  filter: var(--drop-shadow);
  transition: filter 0.2s;
}

.c-button-top-youtube:hover {
  filter: unset;
}

.c-button-top-youtube__layout {
  display: grid;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  column-gap: 20px;
}

@media screen and (max-width: 768px) {
  .c-button-top-youtube__layout {
    column-gap: 15px;
  }
  .c-button-top-youtube__icon {
    width: 40px;
  }
}
.c-button-top-youtube__layout > *:nth-child(1) {
  grid-area: 1 / 1 / 3 / 2;
}
.c-button-top-youtube__layout > *:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
  align-self: flex-start;
}
.c-button-top-youtube__layout > *:nth-child(3) {
  align-self: flex-start;

  grid-area: 2 / 2 / 3 / 3;
}
.c-button-top-youtube__main {
  font-size: 35px;
  font-family: var(--fontFamily-serif);
  letter-spacing: 0.03em;
  line-height: 1;
}

.c-button-top-youtube__sub {
  font-family: var(--fontFamily-serif);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: calc(28 / 18);
  margin-top: 5px;
}
}

@layer components{

.c-button-submit {
  width: 100%;
  max-width: 374px;
  min-height: 54px;
  background-color: var(--color-cta);
  border: 1px solid var(--color-cta);
  color: white;
  border-radius: 27px;
  padding: 10px;
  display: grid;
  grid-template-columns: 20px auto;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  filter: var(--drop-shadow);
  transition:
    filter 0.2s,
    background-color 0.2s,
    color 0.2s;
}

.c-button-submit:hover {
  filter: unset;
  background-color: white;
  color: var(--color-cta);
}

.c-button-submit__icon {
  width: 20px;
  height: 20px;
}

.c-button-submit__text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: calc(24 / 16);
}
}

@layer components{

.c-button-back {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.c-button-back__text {
  font-size: 16px;
  line-height: calc(26 / 16);
  letter-spacing: 0.05em;
}

.c-button-back__icon-wrap {
  display: grid;
  place-items: center;
}

.c-button-back__icon-bg,
.c-button-back__icon-fg {
  grid-area: 1 / -1;
}

.c-button-back__icon-bg {
  transition: scale 0.3s;
}

.c-button-back__icon-fg {
  color: var(--button-back-fg, var(--color-primary));
  z-index: 1;
}

.c-button-back:hover .c-button-back__icon-bg {
  scale: 1.15;
}
}

@layer components{
.c-hamburger {
  --circle-size: 58px;
  --width: 24px;
  --height: 20px;
  --line-weight: 2px;
  --color: #fff;

  background-color: var(--color-primary);
  border-radius: 50%;
  cursor: pointer;
  height: var(--circle-size);
  position: relative;
  width: var(--circle-size);
}
.c-hamburger[aria-expanded="true"] {
  --width: 28px;
}

.c-hamburger__line {
  --offset-x: calc((var(--circle-size) - var(--width)) / 2);
  --offset-y: calc((var(--circle-size) - var(--height)) / 2);

  background: var(--color);
  display: inline-block;
  height: var(--line-weight);
  left: var(--offset-x);
  pointer-events: none;
  position: absolute;
  transition: all 0.3s;
  width: var(--width);
}

.c-hamburger__line:nth-of-type(1) {
  top: var(--offset-y);
}

.c-hamburger__line:nth-of-type(2) {
  top: calc(var(--offset-y) + (var(--height) - var(--line-weight)) / 2);
}

.c-hamburger__line:nth-of-type(3) {
  top: calc(var(--offset-y) + var(--height) - var(--line-weight));
}

.c-hamburger[aria-expanded="true"] .c-hamburger__line:nth-of-type(1) {
  transform: translateY(calc((var(--height) - var(--line-weight)) / 2))
    rotate(-30deg);
}

.c-hamburger[aria-expanded="true"] .c-hamburger__line:nth-of-type(2) {
  opacity: 0;
}

.c-hamburger[aria-expanded="true"] .c-hamburger__line:nth-of-type(3) {
  transform: translateY(calc((var(--height) - var(--line-weight)) / -2))
    rotate(30deg);
}
}

@layer components{

.c-heading-main {
  display: flex;
  align-items: flex-end;
  font-size: clamp(57px, calc(70 / 1280 * 100vw), 70px);
  font-family: var(--fontFamily-en);
  column-gap: 10px;
  letter-spacing: 0.03em;
  line-height: 1.6;
}

.c-heading-main__icon {
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .c-heading-main__icon svg {
    width: 25px;
  }
}

@media screen and (max-width: 768px) {
  .c-heading-main__text {
    line-height: 1.1;
  }
}
}

@layer components{
.c-heading-about {
  font-size: 28px;
  line-height: calc(48 / 28);
  font-weight: 600;
  font-family: var(--fontFamily-serif);
  position: relative;
  width: fit-content;
  padding-bottom: 0.2em;
}
.c-heading-about::after {
  position: absolute;
  content: "";
  background-color: var(--color-secondary);
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.7s;
  transform-origin: left bottom;
}
.c-heading-about.is-active::after {
  transform: scaleX(1);
}

@media screen and (max-width: 768px) {
  .c-heading-about {
    font-size: 24px;
    line-height: 1.5;
  }
}
}

@layer components{

.c-card-links__link {
  display: grid;
  grid-template-columns: 112px 1fr;
  column-gap: 16px;
}

@media screen and (max-width: 768px) {
  .c-card-links__link {
    grid-template-columns: 90px 1fr;
    column-gap: 12px;
  }
}

.c-card-links__thumbnail {
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: clip;
}

.c-card-links__thumbnail .-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.c-card-links__link:hover .c-card-links__thumbnail .-img {
  transform: scale(1.05);
}

.c-card-links__title {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .c-card-links__title {
    font-size: 16px;
  }
}

.c-card-links__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: var(--color-secondary);
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .c-card-links__icon {
    width: 16px;
    height: 16px;
    margin-left: 4px;
  }
}

.c-card-links__excerpt {
  min-width: 0;
  margin-top: 5px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: calc(33 / 16);
}

@media screen and (max-width: 768px) {
  .c-card-links__excerpt {
    font-size: 14px;
  }
}
}

@layer components{

.c-card-lesson__thumbnail {
  display: block;
  aspect-ratio: 286/214;
  overflow: hidden;
}

.c-card-lesson__thumbnail .-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.3s;
}
.c-card-lesson__thumbnail:hover .-img {
  scale: 1.06;
}

.c-card-lesson__title {
  font-size: 16px;
  line-height: calc(30 / 16);
  letter-spacing: 0.05em;
  margin-top: 10px;
}

.c-card-lesson__date {
  color: var(--color-secondary);
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: calc(19 / 13);
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .c-card-lesson__date {
    margin-top: 5px;
  }
}

.c-card-lesson__category {
  margin-top: 5px;
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
}
.c-card-lesson__category-item {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: calc(23 / 10);
  border-radius: 15px;
  background-color: var(--color-gray);
  color: white;
  text-align: center;
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
}
}

@layer components{

.c-card-instructor__tag {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.c-card-instructor__name {
  margin-top: 15px;
  font-size: 28px;
  font-weight: 500;
  line-height: calc(36 / 28);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .c-card-instructor__name {
    font-size: 24px;
  }
}

.c-card-instructor__excerpt {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: calc(33 / 16);
  margin-top: 10px;
}

.c-card-instructor__thumbnail {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .c-card-instructor__thumbnail {
    margin-top: 20px;
  }
}
.c-card-instructor__thumbnail .-img {
  width: 100%;
}
}

@layer components{

.c-card-post__thumbnail {
  display: block;
  aspect-ratio: 286/214;
  overflow: hidden;
}

.c-card-post__thumbnail .-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.3s;
}

.c-card-post__thumbnail:hover .-img {
  scale: 1.06;
}

.c-card-post__title {
  font-size: 16px;
  line-height: calc(30 / 16);
  margin-top: 10px;
  letter-spacing: 0.05em;
}

.c-card-post__title-link {
  text-decoration: none;
  color: inherit;
}

.c-card-post__date {
  color: var(--color-secondary);
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 10px;
  line-height: calc(19 / 13);
}

.c-card-post__category {
  margin-top: 5px;
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
}
.c-card-post__category-item {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: calc(23 / 10);
  border-radius: 15px;
  background-color: var(--color-gray);
  color: white;
  text-align: center;
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
}

.c-card-post__more {
  margin-top: 10px;
}
}

@layer components{
@media screen and (max-width: 768px) {
  .c-card-product {
    aspect-ratio: 637/430;
  }
}
.c-card-product__link {
  display: grid;
  place-items: center;
  overflow: hidden;
}

.c-card-product__bg {
  grid-area: 1/-1;
}

.c-card-product__bg .-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.3s;
}

.c-card-product__link:hover .c-card-product__bg .-img {
  scale: 1.06;
}

@media screen and (max-width: 768px) {
  .c-card-product__bg .-img {
    aspect-ratio: 430/637;
  }
}
.c-card-product__body {
  grid-area: 1/-1;
  text-align: center;
  padding-top: 35px;
  z-index: 1;
}

.c-card-product__heading {
  font-size: 39px;
  line-height: calc(70 / 39);
  font-family: var(--fontFamily-en);
  letter-spacing: 0.03em;
}

.c-card-product__catch {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(26 / 14);
  letter-spacing: 0.05em;
}

.c-card-product__more {
  margin-top: 20px;
  font-size: 16px;
  line-height: calc(26 / 16);
  display: block;
  width: fit-content;
  position: relative;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.c-card-product__more::after {
  content: "";
  background-color: white;
  width: 100%;
  position: absolute;
  height: 1px;
  left: 0;
  bottom: 0;
}

@keyframes underline-out-in {
  0% {
    transform: scaleX(1);
    transform-origin: right;
  }
  50% {
    transform: scaleX(0);
    transform-origin: right;
  }
  50.1% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}

.c-card-product__link:hover .c-card-product__more::after {
  animation: underline-out-in 0.6s ease forwards;
}
}

@layer components{
.c-link-arrow {
  display: inline-flex;
  align-items: center;
  column-gap: 12px;
  text-decoration: none;
  color: inherit;
}
.c-link-arrow._reverse {
  flex-direction: row-reverse;
}

.c-link-arrow__text {
  font-size: 16px;
  line-height: calc(26 / 16);
  letter-spacing: 0.05em;
}

/* Simple arrow: translate right on hover */
.c-link-arrow._simple .c-link-arrow__icon {
  transition: translate 0.3s;
}

.c-link-arrow._simple:hover .c-link-arrow__icon {
  translate: 4px 0;
}

/* Circle icon: scale the circle bg on hover */
.c-link-arrow__icon-wrap {
  display: grid;
  place-items: center;
}

.c-link-arrow__icon-bg,
.c-link-arrow__icon-fg {
  grid-area: 1 / -1;
}

.c-link-arrow__icon-bg {
  transition: scale 0.3s;
}

.c-link-arrow__icon-fg {
  color: var(--link-arrow-fg, white);
  z-index: 1;
}

.c-link-arrow._circle:hover .c-link-arrow__icon-bg {
  scale: 1.15;
}
}

@layer components{

.c-set-cta__layout {
  display: grid;
  grid-template-columns: 43px auto;
  column-gap: 26px;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .c-set-cta__layout {
    column-gap: 18px;
  }
}

.c-set-cta__upper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 8px;
  align-items: center;
}

.c-set-cta__sub {
  font-size: 12px;
  font-weight: 500;
  line-height: calc(23 / 12);
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid currentColor;
  width: fit-content;
}

.c-set-cta__heading {
  margin-top: 5px;
  font-size: 22px;
  font-weight: 700;
  line-height: calc(32 / 22);
}
@media screen and (max-width: 768px) {
  .c-set-cta__heading {
    font-size: 20px;
    line-height: calc(29 / 20);
  }
}
}

@layer components{

.c-text-decoration {
  align-self: flex-end;
  color: var(--color-decoration);
  font-family: var(--fontFamily-decoration);
  font-size: 72px;
  letter-spacing: 0.03em;
  rotate: -7deg;
}

@media screen and (max-width: 768px) {
  .c-text-decoration {
    font-size: clamp(10px, calc(69 / 430 * 100vw), 72px);
    white-space: nowrap;
  }
}
}

@layer components{

.c-tag-lesson {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: calc(34 / 16);
  border-radius: 18px;
  background-color: #b1b1b1;
  color: white;
  padding-left: 1em;
  padding-right: 1em;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .c-tag-lesson {
    font-size: 14px;
    border-radius: 16px;
  }
}
}

@layer components{

.c-accordion-access {
  border-bottom: 0.5px dashed;
}

.c-accordion-access__summary {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.c-accordion-access__plus {
  margin-left: auto;
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.c-accordion-access__text {
  font-size: 19px;
  font-weight: 500;
  line-height: calc(32 / 19);
  letter-spacing: 0.05em;
}

.c-accordion-access__body {
  font-size: 19px;
  line-height: calc(32 / 19);
  font-weight: 400;
  letter-spacing: 0.05em;
  padding-right: 15%;
  padding-bottom: 25px;
}

.c-accordion-access__body .-img {
  margin-top: 10px;
  display: block;
}

.c-accordion-access__plus::before,
.c-accordion-access__plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--color-cta);
  border-radius: 2px;
  transition: transform 0.3s ease;
}

/* 横線 */
.c-accordion-access__plus::before {
  width: 20px;
  height: 3px;
  translate: -50% -50%;
}

/* 縦線 */
.c-accordion-access__plus::after {
  width: 3px;
  height: 20px;
  translate: -50% -50%;
}

/* 開いた時：縦線を回転して消す */
.c-accordion-access[open] .c-accordion-access__plus::after {
  transform: rotate(90deg);
}
}

@layer components{

.c-accordion-faq {
  --plus-size: 24px;
  --plus-weight: 3px;
  --plus-color: #a61f43;
}

.c-accordion-faq._top {
  --plus-size: 16px;
  --plus-weight: 2px;
  --plus-color: white;
}

.c-accordion-faq._top .c-accordion-faq__summary {
  grid-template-columns: 1fr 24px;
  align-items: center;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 5px;
}

.c-accordion-faq._top .c-accordion-faq__question {
  font-size: 19px;
  line-height: calc(32 / 19);
  letter-spacing: 0.05em;
  font-weight: 400;
}

.c-accordion-faq._top .c-accordion-faq__body {
  grid-template-columns: 1fr 24px;
}

.c-accordion-faq__summary {
  display: grid;
  grid-template-columns: 24px 1fr 24px;
  column-gap: 40px;
  padding-top: 25px;
  padding-bottom: 15px;
  border-top: 0.5px dashed;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .c-accordion-faq__summary {
    column-gap: 20px;
    padding-top: 20px;
    padding-bottom: 15px;
  }
}

.c-accordion-faq__question {
  letter-spacing: 0.05em;
  font-size: 20px;
  font-weight: 600;
  line-height: calc(36 / 20);
  margin-top: -0.2em;
}

@media screen and (max-width: 768px) {
  .c-accordion-faq__question {
    font-size: 16px;
  }
}

.c-accordion-faq__icon,
.c-accordion-faq__body > svg {
  color: #a61f43;
}

.c-accordion-faq__body {
  display: grid;
  grid-template-columns: 24px 1fr 24px;
  column-gap: 40px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .c-accordion-faq__body {
    column-gap: 20px;
    padding-bottom: 20px;
  }
}

.c-accordion-faq__plus {
  margin-left: auto;
  position: relative;
  width: var(--plus-size);
  height: var(--plus-size);
  flex-shrink: 0;
}

.c-accordion-faq__plus::before,
.c-accordion-faq__plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--plus-color);
  border-radius: 2px;
  transition: transform 0.3s ease;
}

/* 横線 */
.c-accordion-faq__plus::before {
  width: var(--plus-size);
  height: var(--plus-weight);
  translate: -50% -50%;
}

/* 縦線 */
.c-accordion-faq__plus::after {
  width: var(--plus-weight);
  height: var(--plus-size);
  translate: -50% -50%;
}

/* 開いた時：縦線を回転して消す */
.c-accordion-faq[open] .c-accordion-faq__plus::after {
  transform: rotate(90deg);
}
}

@layer components{

.c-dl-model {
  display: grid;
  grid-template-columns: minmax(80px, auto) 1fr;
  border-top: 1px solid
    color-mix(in srgb, var(--color-primary) 10%, transparent);
}

.c-dl-model__head {
  border-bottom: 1px solid
    color-mix(in srgb, var(--color-primary) 10%, transparent);
  font-size: 16px;
  line-height: calc(30 / 16);
  letter-spacing: 0.05em;
  padding-top: 5px;
  padding-bottom: 5px;
  align-self: flex-start;
}

@media screen and (max-width: 768px) {
  .c-dl-model__head {
    font-size: 14px;
  }
}
.c-dl-model__body {
  padding-right: 5px;
  padding-left: 10px;
  border-bottom: 1px solid
    color-mix(in srgb, var(--color-primary) 10%, transparent);
  font-size: 16px;
  line-height: calc(30 / 16);
  padding-top: 5px;
  align-self: flex-start;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .c-dl-model__body {
    font-size: 14px;
  }
}
}

@layer components{

.c-list-variation__item {
  border-bottom: 1px solid;
  display: grid;
  grid-template-columns: minmax(36px, auto) 1fr;
  column-gap: 8px;
  padding-top: 18px;
  padding-bottom: 10px;
}

.c-list-variation__variation {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(36 / 14);
  border-radius: 10px;
  background-color: var(--color-primary);
  color: white;
  min-width: 36px;
  display: grid;
  place-items: center;
  align-self: flex-start;
  justify-self: flex-start;
  padding-left: 5px;
  padding-right: 5px;
}

.c-list-variation__price .-price {
  font-size: 18px;
  font-weight: 700;
  line-height: calc(23 / 18);
}
.c-list-variation__price .-note {
  font-size: 14px;
  line-height: calc(23 / 14);
}

.c-list-variation__name {
  font-size: 16px;
  line-height: calc(23 / 16);
}
}

@layer components{

.c-media-post__head {
  display: grid;
  row-gap: 8px;
}

.c-media-post__date {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: calc(29 / 20);
  color: var(--color-secondary);
}

@media screen and (max-width: 768px) {
  .c-media-post__date {
    font-size: 18px;
  }
}

.c-media-post__title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.c-media-post__title-link {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
}

.c-media-post__title-link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .c-media-post__title {
    font-size: 20px;
  }
}

.c-media-post__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 5px;
}

.c-media-post__body {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .c-media-post__body {
    margin-top: 15px;
  }
}

.c-media-post__excerpt {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: calc(33 / 16);
}

.c-media-post__more {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 768px) {
  .c-media-post__more {
    margin-top: 5px;
  }
}

.c-media-post__more-icon {
  color: var(--color-primary);
  transition: translate 0.3s;
}

.c-media-post__more:hover .c-media-post__more-icon {
  translate: 4px 0;
}

.c-media-post__more-text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: calc(26 / 16);
}

.c-media-post__thumbnails {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2%;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .c-media-post__thumbnails {
    margin-top: 20px;
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}

.c-media-post__thumbnails--single {
  grid-template-columns: 1fr;
}

.c-media-post__thumbnail {
  aspect-ratio: 558 / 350;
  overflow: hidden;
  background-color: #d5d5d5;
}

.c-media-post__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.3s;
}

.c-media-post__thumbnail:hover img {
  scale: 1.06;
}
}

@layer components{

.c-label-category {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: calc(34 / 16);
  border-radius: 18px;
  padding-left: 1em;
  padding-right: 1em;
  background-color: white;
}

@media screen and (max-width: 768px) {
  .c-label-category {
    font-size: 14px;
    border-radius: 16px;
  }
}
}

@layer components{

.c-pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.c-pagination__item a,
.c-pagination__item span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  font-size: 16px;
  line-height: 1;
  font-family: var(--fontFamily-serif);
  border-radius: 10px;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  background-color: transparent;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.c-pagination__item a:hover {
  background-color: var(--color-primary);
  color: white;
}

/* current */
.c-pagination__item span.current {
  background-color: var(--color-primary);
  color: white;
}

/* dots */
.c-pagination__item span.dots {
  border: none;
  width: auto;
  height: auto;
}

/* prev / next arrows */
.c-pagination__item a.prev,
.c-pagination__item a.next {
  border: none;
}

.c-pagination__icon {
  display: block;
}
}

@layer components{

.c-navigation-post__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

.c-navigation-post__link {
  display: grid;
  place-items: center;
  color: inherit;
}

.c-navigation-post__icon {
  height: 20px;
  width: auto;
  transition: translate 0.3s, scale 0.3s;
}

.c-navigation-post__link._prev:hover .c-navigation-post__icon {
  translate: -4px 0;
}

.c-navigation-post__link._home:hover .c-navigation-post__icon {
  scale: 1.15;
}

.c-navigation-post__link._next:hover .c-navigation-post__icon {
  translate: 4px 0;
}
}

@layer site{

.s-header {
  height: calc(var(--height-header) * 1px);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: var(--zIndex-header);
}

.s-header__relative {
  position: relative;
  width: 100%;
  height: 100%;
}

.s-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.s-header__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}

.s-header__bg .-img {
  display: block;
  width: 100%;
  height: 100%;
}

.s-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--width-inner) * 1px);
}

.s-header__logo {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: 33px;
  width: clamp(200px, calc(435 / 1280 * 100vw), 435px);
}

@media screen and (max-width: 768px) {
  .s-header__logo {
    left: 6%;
    top: 27px;
    translate: unset;
  }

  .s-header__logo .c-logo-header__img {
    width: 250px;
    display: block;
    height: auto;
    max-width: 250px;
  }
}
.s-header__spmenu {
  height: 100vh;
  height: 100dvh;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.3s;
  z-index: var(--zIndex-spmenu);
}

.s-header__toggle {
  position: fixed;
  top: 12px;
  left: 1%;
  z-index: var(--zIndex-toggle);
}

@media screen and (max-width: 768px) {
  .s-header__toggle {
    right: 4%;
    top: 14px;
    left: unset;
  }
}
}

@layer site{

.s-header-nav__list {
  flex-direction: column;
  display: flex;
  height: 100%;
  gap: calc(21 / 800 * 100lvh);
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .s-header-nav__list {
    gap: 2.3lvh;
  }
}

.s-header-nav__list .menu-item {
  font-size: 17px;
  line-height: calc(26 / 17);
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .s-header-nav__list .menu-item {
    font-size: 19px;
    line-height: calc(26 / 19);
  }
}
.s-header-nav__list > .menu-item > a {
  transition: opacity 0.3s;
}
.s-header-nav__list > .menu-item > a:hover {
  opacity: 0.7;
}
}

@layer site{

.s-spmenu {
  background-color: var(--color-back);
  display: flex;
  flex-direction: column;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  position: relative;
  transition: opacity 0.3s;
  width: 100%;
  padding-top: calc(112 / 800 * 100lvh);
}

@media screen and (max-width: 768px) {
  .s-spmenu {
    padding-top: 7.5lvh;
  }
}

.s-spmenu:not([inert]) {
  opacity: 1;
  pointer-events: auto;
}

.s-spmenu__wrapper {
  flex: 1;
  overflow-y: auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media screen and (max-width: 768px) {
  .s-spmenu__wrapper {
    padding-bottom: 4lvh;
  }
}

.s-spmenu__inner {
  display: grid;
  grid-template-rows: auto 1fr;
  margin-left: auto;
  margin-right: auto;
  max-width: max(880px, calc(880 / 1280 * 100%));
  width: 100%;
}

@media screen and (max-width: 768px) {
  .s-spmenu__inner > *:nth-child(2) {
    order: 1;
  }
  .s-spmenu__inner > *:nth-child(1) {
    order: 2;
  }
}

.s-spmenu__upper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid;
  padding-bottom: calc(30 / 800 * 100lvh);
}
.s-spmenu__sns {
  padding-top: calc(5 / 800 * 100lvh);
}

@media screen and (max-width: 768px) {
  .s-spmenu__sns {
    padding-top: unset;
    margin-top: 1.5lvh;
  }
}

@media screen and (max-width: 768px) {
  .s-spmenu__upper {
    justify-content: flex-end;
    padding-bottom: unset;
    border-bottom: unset;
  }
  .s-spmenu__logo {
    display: none;
  }

  .s-spmenu__sns {
    padding-top: unset;
    display: flex;
    justify-content: flex-end;
  }
}

.s-spmenu__middle {
  padding-right: 10px;
  padding-top: calc(40 / 800 * 100lvh);
  padding-bottom: calc(40 / 800 * 100lvh);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 768px) {
  .s-spmenu__middle {
    grid-template-columns: 1fr;
    padding-right: unset;
    padding-bottom: unset;
    row-gap: 3.5lvh;
    padding-top: unset;
  }
}
.s-spmenu__buttons {
  display: flex;
  flex-direction: column;
  row-gap: calc(21 / 800 * 100lvh);
}

@media screen and (max-width: 768px) {
  .s-spmenu__buttons {
    row-gap: 1.5lvh;
  }
}
.s-spmenu__lower {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 768px) {
  .s-spmenu__lower {
    grid-template-columns: 1fr;
  }
}

.s-spmenu__right {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  row-gap: 40px;
}

@media screen and (max-width: 768px) {
  .s-spmenu__right {
    row-gap: 2lvh;
  }
}

.s-spmenu__privacy {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  line-height: calc(26 / 14);
  letter-spacing: 0.05em;
  transition: opacity 0.2s;
}

.s-spmenu__privacy:hover {
  opacity: 0.8;
}

.s-spmenu__link {
  padding: 5.5%;
  display: grid;
  place-items: center;
  color: white;
  transition: opacity 0.2s;
}

@media screen and (max-width: 768px) {
  .s-spmenu__link {
    padding: 6%;
  }
}

.s-spmenu__link:hover {
  opacity: 0.8;
}

.s-spmenu__link._contact {
  background-color: var(--color-primary);
}

.s-spmenu__link._contact .c-set-cta__icon {
  translate: 0 8px;
}

.s-spmenu__link._calendar {
  background-color: #6a3300;
}
}

@layer site{

.s-footer {
  padding-top: 75px;
  padding-bottom: 170px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  color: white;
  background-color: var(--color-primary);
}

@media screen and (max-width: 768px) {
  .s-footer {
    padding-top: 30px;
    padding-bottom: 180px;
  }
}

.s-footer__upper {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 12%;
}

@media screen and (max-width: 1200px) {
  .s-footer__upper {
    column-gap: 4%;
  }
}

@media screen and (max-width: 768px) {
  .s-footer__upper {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
}

.s-footer__upper-left {
  display: flex;
  flex-direction: column;
  padding-left: 10%;
}

@media screen and (max-width: 768px) {
  .s-footer__upper-left {
    padding-left: unset;
  }
}

.s-footer__info {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .s-footer__info {
    padding-bottom: 20px;
    row-gap: 15px;
  }
}
.s-footer__info .-link {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  align-items: center;
  border-bottom: 1px solid white;
  padding-bottom: 8px;
  transition: opacity 0.2s;
}

.s-footer__info .-link:hover .-sub {
  opacity: 0.8;
}
.s-footer__info .-link:hover .-main {
  opacity: 0.8;
}

.s-footer__info .-sub {
  transition: opacity 0.2s;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: calc(26 / 16);
}

.s-footer__info .-main {
  transition: opacity 0.2s;
  font-size: 22px;
  line-height: calc(30 / 22);
  letter-spacing: 0.03em;
  font-family: var(--fontFamily-en);
}

.s-footer__sns {
  padding-top: 25px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .s-footer__sns {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}

/* banners */
.s-footer__banners {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .s-footer__banners {
    row-gap: 0;
  }
}

.s-footer__banners .-link {
  display: block;
  transition: opacity 0.2s;
}

.s-footer__banners .-link:hover {
  opacity: 0.8;
}

.s-footer__banners .-img {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
}

/* ========================================
 * Lower: logo | address
 * ====================================== */
.s-footer__lower {
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  .s-footer__lower {
    margin-top: 60px;
  }
}
.s-footer__lower-layout {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 40px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-right: 3%;
}

@media screen and (max-width: 768px) {
  .s-footer__lower-layout {
    padding-right: unset;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.s-footer__address {
  font-size: 14px;
  line-height: calc(26 / 14);
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .s-footer__address {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: -5px;
  }
}

.s-footer__copyright {
  margin-top: 30px;
  font-size: 10px;
  line-height: calc(18 / 10);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .s-footer__copyright {
    margin-top: 20px;
  }
}
}

@layer site{

.s-footer-nav__list {
  display: grid;
  grid-template-rows: repeat(5, auto);
  grid-auto-flow: column;
  column-gap: 6%;
}

@media screen and (max-width: 1024px) {
  .s-footer-nav__list {
    grid-auto-flow: unset;
    grid-template-rows: unset;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .s-footer-nav__list {
    display: grid;
    grid-template-rows: repeat(6, auto);
    grid-auto-flow: column;
    grid-template-columns: unset;
    column-gap: 6%;
  }
}
.s-footer-nav__list:has(> :nth-child(13)) {
  grid-template-rows: repeat(9, auto);
}
@media screen and (max-width: 1024px) {
  .s-footer-nav__list:has(> :nth-child(13)) {
    grid-template-rows: unset;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .s-footer-nav__list:has(> :nth-child(13)) {
    grid-template-rows: repeat(9, auto);
    grid-template-columns: unset;
  }
}

.s-footer-nav__list .menu-item {
}

.s-footer-nav__list .menu-item > a {
  font-size: 16px;
  line-height: calc(26 / 16);
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0.4em 0;
  width: fit-content;
  transition: opacity 0.2s;
  display: flex;
  align-items: center;
  column-gap: 3px;
}

@media screen and (max-width: 768px) {
  .s-footer-nav__list .menu-item > a {
    font-size: 14px;
    line-height: calc(30 / 14);
    padding: 0.2em 0;
  }
}

.s-footer-nav__list .menu-item > a:hover {
  opacity: 0.8;
}

.s-footer-nav__icon-external {
  width: 1em;
  height: 1em;
  margin-left: 0.25em;
  vertical-align: baseline;
  flex-shrink: 0;
}
}

@layer site{

.s-footer-sns__list {
  display: flex;
  column-gap: 25px;
  align-items: center;
}

.s-footer-sns__list a {
  transition: opacity 0.2s;
}

.s-footer-sns__list a:hover {
  opacity: 0.8;
}
}

@layer site{

.s-header-sns__list {
  display: flex;
  column-gap: 28px;
  align-items: center;
}

.s-header-sns__list a {
  transition: opacity 0.2s;
}

.s-header-sns__list a:hover {
  opacity: 0.8;
}
}

@layer site{

.s-pageheader-main {
  height: 100lvh;
  position: relative;
  overflow: hidden;
}

.s-pageheader-main__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: calc((var(--height-header) - 55) * 1px);
}

.s-pageheader-main__bg > .-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s-pageheader-main__inner {
  display: grid;
  place-items: center;
  position: relative;
  height: 100%;
  padding-bottom: 2%;
  padding-right: 3.7%;
  padding-top: 10%;
}

.s-pageheader-main__layout {
  display: grid;

  position: relative;
}

.s-pageheader-main__title {
  grid-area: 1 / 1;
}

.s-pageheader-main__title {
  font-size: clamp(60px, calc(109 / 1280 * 100vw), 999px);
  line-height: calc(100 / 109);
  letter-spacing: 0.03em;
  font-family: var(--fontFamily-en);
  color: color-mix(in srgb, white 50%, transparent);
  text-transform: capitalize;
}

.s-pageheader-main__icon {
  position: absolute;
  right: 0;
  top: 0;
  translate: 10% 70%;
}

.s-pageheader-main__icon .-img {
  transform: translate(100%, -20%);
  width: clamp(20px, calc(42 / 1280 * 100vw), 999px);
}
}

@layer site{

.s-page-head {
  padding-top: 70px;
  padding-bottom: 40px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  overflow: clip;
}

@media screen and (max-width: 768px) {
  .s-page-head {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.s-page-head._product .s-page-head__figure {
  padding-bottom: 24%;
}
.s-page-head__inner {
  position: relative;
  max-width: calc(var(--width-inner) * 1px);
  margin-left: auto;
  margin-right: auto;
}

.s-page-head__layout {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.s-page-head._lesson .s-page-head__layout {
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .s-page-head__layout {
    flex-direction: column;
    row-gap: 15px;
  }
}
.s-page-head__right {
  align-self: center;
}

@media screen and (max-width: 768px) {
  .s-page-head__right {
    align-self: flex-end;
  }
}

.s-page-head__catch {
  font-size: 36px;
  font-weight: 600;
  font-family: var(--fontFamily-serif);
  line-height: calc(60 / 36);
}

.s-page-head__heading {
  font-size: 19px;
  font-weight: 500;
  line-height: calc(32 / 19);
  letter-spacing: 0.05em;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .s-page-head__heading {
    font-size: 16px;
    line-height: calc(36 / 16);
  }
}

.s-page-head__decoration {
  position: absolute;
  right: -6%;
  bottom: 14%;
}

@media screen and (max-width: 768px) {
  .s-page-head__decoration {
    position: static;
    right: unset;
    bottom: unset;
    translate: 5%;
  }
}
}

@layer site{

.s-section-access {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  padding-top: 80px;
  padding-bottom: 145px;
  background-color: var(--color-back-warm);
}

@media screen and (max-width: 768px) {
  .s-section-access {
    padding-top: 105px;
    padding-bottom: 65px;
  }
}

.s-section-access__layout {
  display: grid;
  grid-template-columns: 512fr 624fr;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .s-section-access__layout {
    grid-template-columns: 1fr;
    row-gap: 60px;
  }
}

.s-section-access__left {
  padding-right: 4.5%;
}

@media screen and (max-width: 768px) {
  .s-section-access__left {
    padding-right: unset;
  }
}

.s-section-access__heading .-en {
  font-family: var(--fontFamily-en);
  font-size: 35px;
  letter-spacing: 0.03em;
  line-height: 1;
}

.s-section-access__heading .-ja {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: calc(38 / 20);
  margin-top: 10px;
}

.s-section-access__text {
  font-size: 19px;
  line-height: calc(32 / 19);
  letter-spacing: 0.05em;
}

.s-section-access__middle {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .s-section-access__middle {
    margin-top: 30px;
  }
}

.s-section-access__info {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 15px;
  line-height: calc(22 / 15);
}

.s-section-access__info .-icon {
  flex-shrink: 0;
}

.s-section-access__info .-text {
  font-size: 19px;
  font-weight: 500;
  line-height: calc(33 / 19);
  letter-spacing: 0.05em;
}

.s-section-access__accordion {
  margin-top: 17px;
}

.s-section-access__map {
  height: auto;
  aspect-ratio: 624 / 352;
}

@media screen and (max-width: 768px) {
  .s-section-access__map {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    aspect-ratio: 1/1;
  }
}

.s-section-access__map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s-section-access__accordion {
  border-top: 0.5px dashed;
}
}

@layer site{
.s-section-cta {
  background-color: var(--color-cta);
  color: white;
}
.s-section-cta__link {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  padding-top: 34px;
  padding-bottom: 34px;
  display: block;
  transition: opacity 0.2s;
}

.s-section-cta__link:hover {
  opacity: 0.8;
}
}

@layer site{

.s-sticky-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  z-index: 10;
}

.s-sticky-bottom__upper {
  display: flex;
  justify-content: flex-end;
  padding-left: calc(1.2 * var(--gutter));
  padding-right: calc(1.2 * var(--gutter));
  padding-bottom: 15px;
}

@media screen and (max-width: 1024px) {
  .s-sticky-bottom__upper {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}

.s-sticky-bottom__lower {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 25px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .s-sticky-bottom__lower {
    padding-bottom: 15px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

.s-sticky-bottom__lower::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  mix-blend-mode: multiply;
  background-image: linear-gradient(
    to bottom,
    rgb(255 255 255 / 0%),
    rgb(57 28 0 / 100%)
  );
}

.s-sticky-bottom__layout {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .s-sticky-bottom__layout {
    justify-content: center;
  }
}

.s-sticky-bottom__left {
  align-self: flex-end;
}

@media screen and (max-width: 1024px) {
  .s-sticky-bottom__left {
    display: none;
  }
}

.s-sticky-bottom__buttons {
  display: flex;
  column-gap: 10px;
}

@media screen and (max-width: 1024px) {
  .s-sticky-bottom__buttons {
    justify-content: center;
  }
  .s-sticky-bottom__buttons > *:nth-child(1) {
    display: none;
  }
}

.s-sticky-bottom__bottom {
  display: none;
  height: 40px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  color: var(--color-primary);
}

.s-sticky-bottom__bottom .-link {
  height: 40px;
  justify-content: center;
  column-gap: 10px;
  align-items: center;
  display: flex;
}

.s-sticky-bottom__bottom .-sub {
  font-size: 10px;
  line-height: calc(14 / 10);
}

.s-sticky-bottom__bottom .-main {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: calc(21 / 16);
  margin-left: 5px;
}
@media screen and (max-width: 1024px) {
  .s-sticky-bottom__bottom {
    display: block;
    background-color: white;
  }
}
}

@layer site{

.s-modal-calendar-wrapper {
  height: 100vh;
  height: 100svh;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.3s;
  z-index: var(--zIndex-modal-calendar);
}

.s-modal-calendar {
  background-color: var(--color-back);
  height: 100lvh;
  opacity: 0;
  pointer-events: none;
  position: relative;
  transition: opacity 0.3s;
  width: 100%;
}

.s-modal-calendar:not([inert]) {
  opacity: 1;
  pointer-events: auto;
}

.s-modal-calendar__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
  row-gap: 30px;
}

@media screen and (max-width: 768px) {
  .s-modal-calendar__inner {
    grid-template-columns: 1fr;
    row-gap: unset;
    grid-template-rows: 1fr auto;
  }
}

.s-modal-calendar__left {
  background-color: var(--color-primary);
  height: 100%;
  padding-bottom: 10lvh;
  padding-top: 10lvh;
  padding-left: 11%;
  padding-right: 11%;
  color: white;
  display: grid;
  grid-template-rows: auto 1fr auto;
  row-gap: 4lvh;
}

@media screen and (max-width: 768px) {
  .s-modal-calendar__left {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
    padding-top: 4lvh;
    grid-template-rows: auto auto 1fr;
    padding-bottom: 4lvh;
    row-gap: 2.5lvh;
  }
  .s-modal-calendar__left > *:nth-child(1) {
    order: 2;
  }
  .s-modal-calendar__left > *:nth-child(2) {
    order: 3;
  }
  .s-modal-calendar__left > *:nth-child(3) {
    order: 1;
  }
}

.s-modal-calendar__right {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding-bottom: 10lvh;
  padding-top: 10lvh;
  padding-left: 16%;
  padding-right: 16%;
}

@media screen and (max-width: 768px) {
  .s-modal-calendar__right {
    padding-top: 4lvh;
    padding-bottom: 4lvh;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}

.s-modal-calendar__logo {
  margin-top: 5lvh;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .s-modal-calendar__logo {
    margin-top: 2.5lvh;
  }
}
.s-modal-calendar__heading {
  display: grid;
  color: white;
  grid-template-columns: 42px auto;
  align-items: center;
  column-gap: 20px;
}
.s-modal-calendar__heading > *:nth-child(1) {
  grid-area: 1 / 1 / 3 / 2;
}
.s-modal-calendar__heading > *:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
}
.s-modal-calendar__heading > *:nth-child(3) {
  grid-area: 2 / 2 / 3 / 3;
}

.s-modal-calendar__heading .-sub {
  font-size: 15px;
  font-weight: 500;
  line-height: calc(21 / 15);
  color: var(--color-secondary);
}

.s-modal-calendar__heading .-main {
  font-size: 22px;
  font-weight: 700;
  line-height: calc(32 / 22);
}

@media screen and (max-width: 768px) {
  .s-modal-calendar__heading .-main {
    font-size: 20px;
  }
}

.s-modal-calendar__calendar iframe {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.s-modal-calendar__buttons {
  display: flex;
  flex-direction: column;
  row-gap: calc(21 / 800 * 100lvh);
}

@media screen and (max-width: 768px) {
  .s-modal-calendar__buttons {
    row-gap: 1lvh;
  }
}
}

@layer page{
/* 404 */
}

@layer page{

.p-page404-body {
  padding-top: calc(var(--height-header) * 1px + 65px);
  padding-left: var(--gutter);
  padding-bottom: 150px;
  padding-right: var(--gutter);
}

@media screen and (max-width: 768px) {
  .p-page404-body {
    padding-bottom: 120px;
  }
}

.p-page404-body__num {
  font-size: 70px;
  letter-spacing: 0.05em;
  font-family: var(--fontFamily-en);
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-page404-body__num {
    font-size: 55px;
  }
}

.p-page404-body__heading {
  margin-top: 45px;
  font-size: 35px;
  text-align: center;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-page404-body__heading {
    font-size: 24px;
    margin-top: 30px;
  }
}

.p-page404-body__heading .-ib {
  display: inline-block;
}

.p-page404-body__text {
  margin-top: 45px;
  text-align: center;
  font-size: 16px;
  line-height: calc(33 / 16);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-page404-body__text {
    margin-top: 30px;
  }
}

.p-page404-body__button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-page404-body__button {
    margin-top: 45px;
  }
}
}

@layer page{

/* links */
}

@layer page{

.p-links-body {
  padding-top: 70px;
  padding-bottom: 120px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media screen and (max-width: 768px) {
  .p-links-body {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.p-links-body__inner {
  max-width: calc(var(--width-inner) * 1px);
  margin-left: auto;
  margin-right: auto;
}

.p-links-body__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  column-gap: 5%;
}

@media screen and (max-width: 768px) {
  .p-links-body__list {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}

.p-links-body__item {
  border-bottom: 0.5px dashed var(--color-primary);
  padding-bottom: 25px;
  padding-top: 25px;
}

@media screen and (max-width: 768px) {
  .p-links-body__item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
}

@layer page{

/* top */
}

@layer page{

.p-top-bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100lvh;
  width: 100%;
  z-index: -1;
}

.p-top-bg__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
}

@layer page{

.p-top-mv {
  height: 100lvh;
  width: 100%;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.p-top-mv__inner {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 25px;
  padding-top: 10lvh;
}

@media screen and (max-width: 768px) {
.p-top-mv__inner {
padding-bottom: 15lvh;
}
}

.p-top-mv__catch {
  font-size: clamp(40px, calc(46 / 1280 * 100vw), 46px);
  font-family: var(--fontFamily-serif);
  color: white;
  text-align: center;
  line-height: calc(70 / 46);
  user-select: none;
}
}

@layer page{

.p-top-second {
  color: white;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  padding-top: 10px;
  overflow: clip;
}

@media screen and (max-width: 768px) {
  .p-top-second {
    padding-top: 25px;
  }
}

.p-top-second__text {
  font-family: var(--fontFamily-serif);
  font-size: clamp(23px, calc(24 / 1280 * 100vw), 24px);
  font-weight: 600;
  line-height: calc(52 / 24);
  text-align: center;
  letter-spacing: 0.05em;
}

.p-top-second__figure {
  display: flex;
  justify-content: flex-end;
  margin-top: -70px;
  color: white;
  padding-right: 4%;
}

@media screen and (max-width: 768px) {
  .p-top-second__figure {
    padding-top: 125px;
    padding-right: unset;
  }
}
.p-top-second__decoration {
  display: flex;
  margin-right: calc(-1 * var(--gutter));
  margin-top: 10px;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .p-top-second__decoration {
    margin-top: 50px;
  }
}

.p-top-second__buttons {
  display: flex;
  justify-content: center;
  column-gap: 5%;
  background-color: color-mix(in srgb, var(--color-back-warm) 50%, transparent);
  padding-top: 45px;
  padding-bottom: 40px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-left: max(calc(50vw - 640px), 40px);
  padding-right: max(calc(50vw - 640px), 40px);
  margin-top: -30px;
}

@media screen and (max-width: 768px) {
  .p-top-second__buttons {
    padding-top: 38px;
    padding-bottom: 38px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 0;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}

.p-top-second__buttons > * {
  flex: 1;
}
}

@layer page{

.p-top-about {
  color: white;
  padding-top: 170px;
}

@media screen and (max-width: 768px) {
  .p-top-about {
    padding-top: 110px;
  }
}

.p-top-about__layout {
  padding-left: var(--gutter-inner);
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  column-gap: 4%;
}

@media screen and (max-width: 768px) {
  .p-top-about__layout {
    grid-template-columns: 1fr;
    row-gap: 25px;
    padding-left: unset;
  }

  .p-top-about__left {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}

.p-top-about__heading {
  padding-left: var(--gutter-inner);
}

.p-top-about__catch {
  padding-left: var(--gutter-inner);
  font-size: 36px;
  font-weight: 600;
  font-family: var(--fontFamily-serif);
  line-height: calc(60 / 36);
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .p-top-about__catch {
    margin-top: 65px;
  }
}

.p-top-about__text {
  font-size: 16px;
  line-height: calc(36 / 16);
  letter-spacing: 0.05em;
  margin-top: 20px;
}

.p-top-about__figure-01 {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-top-about__figure-01 {
    display: none;
  }
}
.p-top-about__pic-01 {
  display: grid;
  place-items: center;
  margin-top: 20px;
}

.p-top-about__pic-01 .-img {
  width: 100%;
}

.p-top-about__pic-02 {
  display: grid;
  place-items: center;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .p-top-about__pic-02 {
    display: none;
  }
}

.p-top-about__pic-02 .-img {
  width: 100%;
  max-width: 368px;
}

.p-top-about__pic-03 {
  display: flex;
  justify-content: flex-end;
  padding-right: calc(72 / 1280 * 100%);
  margin-top: 110px;
}

@media screen and (max-width: 768px) {
  .p-top-about__pic-03 {
    margin-top: 50px;
    padding-right: unset;
    justify-content: center;
  }
}
.p-top-about__pic-03 .-img {
  max-width: 368px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-top-about__pic-03 .-img {
    max-width: 284px;
  }
}

.p-top-about__button {
  display: grid;
  place-items: center;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-top-about__button {
    margin-top: 40px;
  }
}
.p-top-about__button > * {
  max-width: 368px;
  width: 100%;
}

.p-top-about__figure-02 {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-top-about__figure-02 {
    display: grid;
    margin-top: 60px;
    place-items: center;
  }
}
}

@layer page{

.p-top-news {
  padding-top: 100px;
  background-color: var(--color-back-warm);
  padding-bottom: 265px;
}

@media screen and (max-width: 768px) {
  .p-top-news {
    padding-top: 95px;
    padding-bottom: 190px;
  }
}

.p-top-news._lesson {
  background-color: #ffffff;
  padding-bottom: 115px;
}

.p-top-news__upper {
  max-width: calc(var(--width-inner) * 1px + var(--gutter) * 2);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media screen and (max-width: 768px) {
  .p-top-news__upper {
    row-gap: 10px;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}

.p-top-news__heading .-en {
  font-size: 35px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-family: var(--fontFamily-en);
}
.p-top-news__heading .-ja {
  font-size: 20px;
  font-weight: 500;
  line-height: calc(38 / 20);
  letter-spacing: 0.05em;
  margin-top: 10px;
}

.p-top-news__more {
  align-self: flex-end;
}

.p-top-news__more .c-link-arrow__text {
  font-size: 13px;
}

.p-top-news__slider {
  position: relative;
  margin-top: 30px;
}

.p-top-news__slider .swiper-slide {
  width: 286px !important;
}

.p-top-news__slider-prev,
.p-top-news__slider-next {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 10;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .p-top-news__slider-prev,
  .p-top-news__slider-next {
    display: none;
  }
}

.p-top-news__slider-prev {
  left: 5.6%;
}

.p-top-news__slider-next {
  right: 5.6%;
}

.p-top-news__slider-prev img,
.p-top-news__slider-next img {
  width: 100%;
  height: 100%;
}
}

@layer page{

.p-top-product {
  background-color: var(--color-primary);
  color: white;
  padding-top: 100px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top-product {
    padding-top: 60px;
    padding-left: unset;
    padding-right: unset;
  }
}

.p-top-product__decoration {
  position: absolute;
  left: 0;
  top: 0;
  translate: 0 -80%;
}

@media screen and (max-width: 768px) {
  .p-top-product__decoration {
    translate: 0 -105%;
  }
}

.p-top-product__contents {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
.p-top-product__layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  column-gap: 3%;
}

@media screen and (max-width: 768px) {
  .p-top-product__layout {
    grid-template-columns: 1fr;
  }
}

.p-top-product__right {
  margin-top: -230px;
}
@media screen and (max-width: 768px) {
  .p-top-product__right {
    display: none;
  }
}

.p-top-product__catch {
  font-size: 36px;
  line-height: calc(60 / 36);
  font-weight: 600;
  font-family: var(--fontFamily-serif);
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-top-product__catch {
    margin-top: 60px;
  }
}

.p-top-product__text {
  font-size: 16px;
  line-height: calc(36 / 16);
  margin-top: 20px;
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-top-product__text {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .p-top-product__figure {
    display: flex;
    justify-content: flex-end;
  }
}
.p-top-product__sub-layout {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  column-gap: 0%;
}

@media screen and (max-width: 768px) {
  .p-top-product__sub-layout {
    grid-template-columns: 1fr;
    row-gap: 25px;
  }
}

.p-top-product__sub-layout > *:nth-child(2) {
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-top-product__sub-layout > *:nth-child(2) {
    padding-top: 0;
  }
}
.p-top-product__pics {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.p-top-product__button {
  display: grid;
  place-items: center;
  margin-top: 50px;
  padding-right: 4%;
}

@media screen and (max-width: 768px) {
  .p-top-product__button {
    padding-right: unset;
  }
}

.p-top-product__button .c-button-arrow {
  width: min(368px, 100%);
}

.p-top-product__slider {
  position: relative;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-top-product__slider {
    margin-top: 80px;
  }
}

.p-top-product__slider .swiper-slide {
  width: 417px !important;
}

@media screen and (max-width: 768px) {
  .p-top-product__slider .swiper-slide {
    width: 100% !important;
  }
}

.p-top-product__slider-prev,
.p-top-product__slider-next {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 10;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .p-top-product__slider-prev,
  .p-top-product__slider-next {
    width: 38px;
    height: 38px;
  }
}

.p-top-product__slider-prev {
  left: 5.6%;
}

.p-top-product__slider-next {
  right: 5.6%;
}

@media screen and (max-width: 768px) {
  .p-top-product__slider-prev {
    left: 2%;
  }

  .p-top-product__slider-next {
    right: 2%;
  }
}

.p-top-product__slider-prev img,
.p-top-product__slider-next img {
  width: 100%;
  height: 100%;
}
}

@layer page{

.p-top-lesson {
  background-color: #ffffff;
  padding-top: 105px;
  padding-bottom: 60px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  margin-top: -130px;
}

@media screen and (max-width: 768px) {
  .p-top-lesson {
    padding-top: 175px;
    margin-top: -105px;
    padding-bottom: 80px;
  }
}

.p-top-lesson__layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-top-lesson__layout {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }
}

.p-top-lesson__left {
  padding-right: 4%;
}

@media screen and (max-width: 768px) {
  .p-top-lesson__left {
    padding-right: unset;
  }
}

.p-top-lesson__right {
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  .p-top-lesson__right {
    padding-top: 45px;
  }
}

@media screen and (max-width: 768px) {
  .p-top-lesson__pic {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    aspect-ratio: 430/300;
  }

  .p-top-lesson__pic .-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.p-top-lesson__catch {
  font-size: 36px;
  font-weight: 600;
  line-height: calc(60 / 36);
  font-family: var(--fontFamily-serif);
}

.p-top-lesson__text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: calc(36 / 16);
  margin-top: 20px;
}

.p-top-lesson__figure-01 {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-top-lesson__figure-01 {
    display: none;
  }
}

.p-top-lesson__button {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-top-lesson__button {
    margin-top: 50px;
  }
}

.p-top-lesson__button .c-button-arrow {
  width: min(368px, 100%);
}

.p-top-lesson__figure-02 {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-top-lesson__figure-02 {
    display: grid;
    place-items: center;
    margin-top: 40px;
  }
}
}

@layer page{

.p-top-lead {
  background-color: var(--color-primary);
  color: white;
  padding-top: 40px;
  padding-bottom: 45px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media screen and (max-width: 768px) {
  .p-top-lead {
    padding-top: 90px;
    padding-bottom: 115px;
  }
}

.p-top-lead__heading {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: calc(48 / 32);
  font-family: var(--fontFamily-serif);
}

.p-top-lead__lead {
  margin-top: 10px;
  font-size: 16px;
  line-height: calc(33 / 16);
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-top-lead__lead {
    text-align: left;
  }
}

.p-top-lead__button {
  margin-top: 25px;
  max-width: 496px;
  margin-left: auto;
  margin-right: auto;
}

.p-top-lead__button .c-button-icon {
  min-height: 60px;
}
}

@layer page{

.p-top-factory {
  background-color: white;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  padding-bottom: 185px;
}

@media screen and (max-width: 768px) {
  .p-top-factory {
    padding-bottom: 175px;
  }
}

.p-top-factory__upper {
  translate: 0 -130px;
  display: grid;
  grid-template-columns: 2.4fr 1fr;
  margin-bottom: -165px;
}

@media screen and (max-width: 768px) {
  .p-top-factory__upper {
    translate: 0 -100px;
    grid-template-columns: 1fr;
    margin-bottom: -60px;
  }

  .p-top-factory__pic._upper .-img {
    max-width: 284px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-top-factory__pic._lower {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-top: 20px;
    aspect-ratio: 430/300;
  }
  .p-top-factory__pic._lower .-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.p-top-factory__figure {
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-top-factory__figure {
    display: grid;
    place-items: center;
    padding-top: 40px;
  }
}
.p-top-factory__heading {
  display: flex;
  justify-content: flex-end;
  padding-right: 2%;
}

@media screen and (max-width: 768px) {
  .p-top-factory__heading {
    justify-content: flex-start;
  }
}
.p-top-factory__layout {
  margin-top: 55px;
  display: grid;
  grid-template-columns: 2fr 1fr;
}

@media screen and (max-width: 768px) {
  .p-top-factory__layout {
    grid-template-columns: 1fr;
    row-gap: 25px;
  }
}

.p-top-factory__layout > *:nth-child(2) {
  padding-left: 14%;
  margin-top: -4%;
}
@media screen and (max-width: 768px) {
  .p-top-factory__layout > *:nth-child(1) {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .p-top-factory__layout > *:nth-child(2) {
    order: 1;
    margin-top: unset;
    padding-left: unset;
  }
}

.p-top-factory__catch {
  font-size: 36px;
  line-height: calc(60 / 36);
  font-weight: 600;
  font-family: var(--fontFamily-serif);
}

.p-top-factory__text {
  font-size: 16px;
  line-height: calc(36 / 16);
  margin-top: 20px;
  letter-spacing: 0.05em;
}

.p-top-factory__button {
  display: grid;
  place-items: center;
  margin-top: 140px;
  padding-right: 5%;
}

@media screen and (max-width: 768px) {
  .p-top-factory__button {
    margin-top: 50px;
    padding-right: unset;
  }
}

.p-top-factory__button .c-button-arrow {
  width: min(100%, 368px);
}
}

@layer page{

.p-top-guide {
  background-color: #391c00;
  color: white;
  --link-arrow-fg: #391c00;
  padding-top: 120px;
  padding-bottom: 250px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media screen and (max-width: 768px) {
  .p-top-guide {
    padding-top: 95px;
    padding-bottom: 115px;
  }
}
.p-top-guide__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 13%;
}

@media screen and (max-width: 1024px) {
  .p-top-guide__layout {
    column-gap: 4%;
  }
}

@media screen and (max-width: 768px) {
  .p-top-guide__layout {
    grid-template-columns: 1fr;
    row-gap: 105px;
  }
}
}

@layer page{

.p-top-faq__upper {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

@media screen and (max-width: 768px) {
  .p-top-faq__upper {
    row-gap: 10px;
  }
}

.p-top-faq__more {
  align-self: flex-end;
}
.p-top-faq__heading .-en {
  font-size: 35px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-family: var(--fontFamily-en);
}

.p-top-faq__heading .-ja {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: calc(38 / 20);
  margin-top: 10px;
}

.p-top-faq__list {
  margin-top: 25px;
  border-bottom: 1px dashed white;
}

.p-top-faq__more .c-link-arrow__icon {
  width: 20px;
}
}

@layer page{

.p-top-links__upper {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

@media screen and (max-width: 768px) {
  .p-top-links__upper {
    row-gap: 10px;
  }
}
.p-top-links__more {
  align-self: flex-end;
}

.p-top-links__heading .-en {
  font-size: 35px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-family: var(--fontFamily-en);
}

.p-top-links__heading .-ja {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 10px;
  line-height: calc(38 / 20);
}

.p-top-links__intro {
  font-size: 19px;
  line-height: calc(32 / 19);
  letter-spacing: 0.05em;
  margin-top: 10px;
}

.p-top-links__list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
  column-gap: 20px;
}

@media screen and (max-width: 768px) {
  .p-top-links__list {
    row-gap: 15px;
    column-gap: 15px;
  }
}

.p-top-links__thumbnail {
  display: block;
  border-radius: 20%;
  overflow: clip;
}

.p-top-links__thumbnail .-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.p-top-links__thumbnail:hover .-img {
  transform: scale(1.05);
}
.p-top-links__more .c-link-arrow__icon {
  width: 20px;
}
}

@layer page{

/* about */
}

@layer page{

.p-about-lyre {
  position: relative;
}

.p-about-lyre__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80%;
}

.p-about-lyre__bg .-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.p-about-lyre__inner-lg {
  position: relative;
  z-index: 2;
}

.p-about-lyre__contents {
  display: grid;
  grid-template-columns: 520fr 760fr;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-about-lyre__contents {
    grid-template-columns: 1fr;
    row-gap: 25px;
    margin-top: 30px;
  }
}

.p-about-lyre__body {
  padding-left: 14%;
  margin-top: -10px;
}

@media screen and (max-width: 768px) {
  .p-about-lyre__body {
    margin-top: 0;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}

.p-about-lyre__text {
  font-size: 16px;
  line-height: calc(36 / 16);
  letter-spacing: 0.05em;
  font-weight: 500;
}

.p-about-lyre__figure {
  display: grid;
  place-items: center;
  margin-top: 30px;
}
}

@layer page{

.p-about-feature {
  padding-bottom: 50px;
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .p-about-feature {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-about-feature__upper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-left: var(--gutter-inner);
  padding-right: var(--gutter-inner);
}

@media screen and (max-width: 768px) {
  .p-about-feature__upper {
    grid-template-columns: 1fr;
    row-gap: 20px;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}

.p-about-feature__body {
  padding-left: 12%;
}

@media screen and (max-width: 768px) {
  .p-about-feature__body {
    padding-left: unset;
  }
}

.p-about-feature__text {
  font-size: 16px;
  line-height: calc(33 / 16);
  margin-top: 15px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-about-feature__text {
    margin-top: 10px;
  }
}

.p-about-feature__lower {
  margin-top: 75px;
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  padding-left: var(--gutter-inner);
}

@media screen and (max-width: 768px) {
  .p-about-feature__lower {
    grid-template-columns: 1fr;
    row-gap: 20px;
    margin-top: 30px;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}

.p-about-feature__lower .p-about-feature__body {
  padding-left: unset;
  padding-right: 4%;
}

@media screen and (max-width: 768px) {
  .p-about-feature__lower .p-about-feature__body {
    padding-right: unset;
  }
}

.p-about-feature__figure .-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
}

@layer page{

.p-about-difference {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  overflow: clip;
}

.p-about-difference__pic {
  max-height: 485px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.p-about-difference__pic .-img {
  max-height: 485px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-about-difference__thumbnail {
  margin-top: -130px;
}

@media screen and (max-width: 768px) {
  .p-about-difference__thumbnail {
    margin-top: -40px;
  }

  .p-about-difference__thumbnail .-img {
    width: 240px;
  }
}

.p-about-difference__layout {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: calc(165 / 1280 * 100%);
}

@media screen and (max-width: 1024px) {
  .p-about-difference__layout {
    column-gap: 4%;
  }
}
@media screen and (max-width: 768px) {
  .p-about-difference__layout {
    grid-template-columns: 1fr;
    row-gap: 40px;
    margin-top: 30px;
  }
}

.p-about-difference__col {
  display: flex;
  flex-direction: column;
}

.p-about-difference__text {
  font-size: 16px;
  line-height: calc(33 / 16);
  margin-top: 15px;
  letter-spacing: 0.05em;
  padding-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .p-about-difference__text {
    padding-bottom: 20px;
  }
}
.p-about-difference__video {
  margin-top: auto;
}
.p-about-difference__video iframe {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-about-difference__video {
    aspect-ratio: 16/9;
  }

  .p-about-difference__video iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
    max-width: 100%;
  }
}
.p-about-difference__caption {
  font-size: 14px;
  line-height: calc(22 / 14);
  color: var(--color-gray);
  margin-top: 10px;
}
}

@layer page{

.p-about-channel {
  padding-top: 70px;
  padding-bottom: 215px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media screen and (max-width: 768px) {
  .p-about-channel {
    padding-top: 45px;
    padding-bottom: 90px;
  }
}

.p-about-channel__heading {
  font-size: 19px;
  font-weight: 500;
  line-height: calc(32 / 19);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-about-channel__heading {
    font-size: 18px;
  }
}

.p-about-channel__link {
  display: block;
  width: fit-content;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-about-channel__link {
    margin-top: 15px;
  }
}
}

@layer page{

/* lesson-news */
}

@layer page{

/* lesson-news: シングル・アーカイブページの背景色 */

body.is-lesson-news {
  background-color: #fcf4f9;
}
}

@layer page{

/* archive */
}

@layer page{

.p-archive-head {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.p-archive-head__select {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 40px;
  max-width: 558px;
}

@media screen and (max-width: 768px) {
  .p-archive-head__select {
    row-gap: 15px;
  }
}

.p-archive-head__link {
  display: flex;
  justify-content: flex-end;
  margin-top: 35px;
}
}

@layer page{
.p-archive-body {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
.p-archive-body__list {
  margin-top: 65px;
}

@media screen and (max-width: 768px) {
  .p-archive-body__list {
    margin-top: 40px;
  }
}
.p-archive-body__item {
  padding-top: 60px;
  border-top: 0.5px dashed;
  padding-bottom: 65px;
}

@media screen and (max-width: 768px) {
  .p-archive-body__item {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
}

@layer page{

.p-archive-pagination {
  padding-bottom: 260px;
  padding-top: 30px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media screen and (max-width: 768px) {
  .p-archive-pagination {
    padding-bottom: 90px;
    padding-top: 20px;
  }
}
}

@layer page{

/* product */
}

@layer page{

.p-product-feature {
  padding-bottom: 230px;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-product-feature {
    padding-bottom: 40px;
    padding-top: 0;
  }
}

.p-product-feature__upper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding-left: var(--gutter-inner);
  column-gap: calc(72 / 1280 * 100%);
}

@media screen and (max-width: 768px) {
  .p-product-feature__upper {
    grid-template-columns: 1fr;
    row-gap: 20px;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
    padding-bottom: 40px;
  }
}

.p-product-feature__heading {
  position: relative;
  isolation: isolate;
  font-size: 28px;
  line-height: calc(48 / 28);
  font-family: var(--fontFamily-serif);
  font-weight: 600;
  padding: 35px 2.5% 35px 5.5%;
  color: white;
  max-width: 584px;
}

.p-product-feature__heading::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -9999px;
  background-color: var(--color-primary);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-product-feature__heading {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
    font-size: 24px;
    max-width: unset;
  }
}
.p-product-feature__intro {
  font-size: 16px;
  line-height: calc(36 / 16);
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: -0.5em;
}

.p-product-feature__text {
  font-size: 16px;
  line-height: calc(33 / 16);
  margin-top: 30px;
  letter-spacing: 0.05em;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .p-product-feature__text {
    margin-top: 40px;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}

.p-product-feature__nav {
  margin-top: 33px;
  max-width: 954px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .p-product-feature__nav {
    margin-top: 20px;
  }
}
.p-product-feature__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 15px;
  justify-content: space-evenly;
}
.p-product-feature__item {
  flex-basis: 303px;
}

.p-product-feature__decoration {
  display: flex;
  justify-content: flex-end;
}

.p-product-feature__lower {
  margin-top: -90px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-product-feature__lower {
    margin-top: unset;
    padding-bottom: 60px;
  }
}
}

@layer page{

.p-product-voice {
  position: relative;
  background-color: white;
  padding-bottom: 15px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media screen and (max-width: 768px) {
  .p-product-voice {
    padding-bottom: 40px;
  }
}

.p-product-voice::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  aspect-ratio: 1280 / 163;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1280' height='163' viewBox='0 0 1280 163'%3E%3Cpath d='M2292,610.081s-280.323-55.8-642.33-55.8-637.67,55.8-637.67,55.8v107.2H2292Z' transform='translate(-1012 -554.278)' fill='%23fff'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.p-product-voice::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  aspect-ratio: 1280 / 163;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1280' height='163' viewBox='0 0 1280 163'%3E%3Cpath d='M2292,661.475s-280.323,55.8-642.33,55.8-637.67-55.8-637.67-55.8v-107.2H2292Z' transform='translate(-1012 -554.278)' fill='%23fff'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.p-product-voice__decorate {
  position: absolute;
  right: max(0px, calc(100vw - 1280px) / 2);
  top: -16%;
}

@media screen and (max-width: 768px) {
  .p-product-voice__decorate {
    display: none;
  }
}
.p-product-voice__inner {
  max-width: 872px;
  margin-left: auto;
  margin-right: auto;
}

.p-product-voice__layout {
  display: grid;
  column-gap: 8%;
  grid-template-columns: 1fr 1fr;
  padding-top: 5px;
}

@media screen and (max-width: 768px) {
  .p-product-voice__layout {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}

.p-product-voice__right {
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .p-product-voice__right {
    padding-top: 0;
  }
}

.p-product-voice__heading {
  font-size: 32px;
  font-weight: 600;
  line-height: calc(48 / 32);
  font-family: var(--fontFamily-serif);
}

@media screen and (max-width: 768px) {
  .p-product-voice__heading {
    font-size: 24px;
  }
}
.p-product-voice__name {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(30 / 18);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-product-voice__name {
    margin-top: 10px;
  }
}
.p-product-voice__ja {
  font-size: 19px;
  line-height: calc(32 / 19);
  letter-spacing: 0.05em;
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .p-product-voice__ja {
    line-height: calc(33 / 16);
    font-size: 16px;
    margin-top: 20px;
  }
}
.p-product-voice__en {
  font-size: 19px;
  line-height: calc(32 / 19);
  letter-spacing: 0.05em;
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .p-product-voice__en {
    margin-top: 20px;
    font-size: 16px;
    line-height: calc(33 / 16);
  }
}
}

@layer page{

.p-product-product {
  padding-bottom: 130px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  background-color: var(--color-cream);
}

@media screen and (max-width: 768px) {
  .p-product-product {
    padding-bottom: 40px;
  }
}

.p-product-product__figure {
  padding-left: 12%;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-product-product__figure {
    padding-left: unset;
  }

  .p-product-product__figure .-img {
    width: 120px;
  }
}

.p-product-product__heading {
  margin-top: 115px;
}

@media screen and (max-width: 768px) {
  .p-product-product__heading {
    margin-top: 10px;
  }
}
.p-product-product__subheading {
  font-size: 32px;
  font-weight: 600;
  line-height: calc(48 / 32);
  font-family: var(--fontFamily-serif);
}

@media screen and (max-width: 768px) {
  .p-product-product__subheading {
    font-size: 24px;
  }
}

.p-product-product__intro {
  margin-top: 15px;
  font-size: 16px;
  line-height: calc(33 / 16);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-product-product__intro {
    margin-top: 10px;
  }
}

.p-product-product__upper {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .p-product-product__upper {
    width: 100%;
  }
}

.p-product-product__list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 4%;
  row-gap: 30px;
}

@media screen and (max-width: 768px) {
  .p-product-product__list {
    grid-template-columns: 1fr;
    margin-top: 30px;
    row-gap: 25px;
  }
}
}

@layer page{

.p-product-product-item__head {
  display: grid;
  grid-template-columns: 36px 1fr;
  column-gap: 13px;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-product-product-item__head {
    grid-template-columns: 32px 1fr;
    column-gap: 12px;
  }
}
.p-product-product-item__num {
  width: 36px;
  height: 36px;
  background-color: var(--color-primary);
  color: white;
  font-size: 24px;
  line-height: 1;
  display: grid;
  place-items: center;
  font-family: var(--fontFamily-serif);
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .p-product-product-item__num {
    width: 32px;
    font-size: 18px;
    height: 32px;
  }
}
.p-product-product-item__heading {
  font-family: var(--fontFamily-en);
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  color: #d01f71;
}

@media screen and (max-width: 768px) {
  .p-product-product-item__heading {
    font-size: 24px;
  }
}

.p-product-product-item__thumbnail {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .p-product-product-item__thumbnail {
    margin-top: 15px;
  }

  .p-product-product-item__thumbnail .-img {
    width: 100%;
  }
}

.p-product-product-item__body {
  padding-top: 18px;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .p-product-product-item__body {
    padding-right: unset;
    padding-top: 15px;
  }
}
.p-product-product-item__name {
  font-size: 24px;
  line-height: calc(32 / 24);
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-product-product-item__name {
    font-size: 18px;
  }
}
.p-product-product-item__description {
  font-size: 16px;
  line-height: calc(33 / 16);
  letter-spacing: 0.05em;
  margin-top: 5px;
}

.p-product-product-item__more {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
}
}

@layer page{

.p-product-insurance {
  background-color: var(--color-cream);
  padding-bottom: 100px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-product-insurance {
    padding-bottom: 0;
  }
}

.p-product-insurance__body {
  position: relative;
  isolation: isolate;
  max-width: 824px;
}

.p-product-insurance__body::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: white;
  z-index: -1;
}

.p-product-insurance__row._upper .p-product-insurance__body::before {
  right: 0;
  left: -9999px;
}

.p-product-insurance__row._lower .p-product-insurance__body::before {
  left: 0;
  right: -9999px;
}

.p-product-insurance__row {
  position: relative;
}
.p-product-insurance__row._upper .p-product-insurance__body {
  padding-left: 6%;
  padding-top: 20px;
  padding-bottom: 25px;
  padding-right: 4%;
}

@media screen and (max-width: 768px) {
  .p-product-insurance__row._upper .p-product-insurance__body {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}
.p-product-insurance__row._lower {
  margin-top: 24px;
}

.p-product-insurance__row._lower .p-product-insurance__body {
  margin-left: auto;
  padding-left: 3%;
  padding-top: 20px;
  padding-bottom: 25px;
  padding-right: 6%;
}
@media screen and (max-width: 768px) {
  .p-product-insurance__row._lower .p-product-insurance__body {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}

.p-product-insurance__heading {
  font-size: 28px;
  font-weight: 600;
  line-height: calc(48 / 28);
  font-family: var(--fontFamily-serif);
}
@media screen and (max-width: 768px) {
  .p-product-insurance__heading {
    font-size: 24px;
  }
}

.p-product-insurance__text {
  margin-top: 2px;
  font-size: 15px;
  line-height: calc(30 / 15);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-product-insurance__text {
    margin-top: 5px;
  }
}

.p-product-insurance__more {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
}

.p-product-insurance__figure {
  position: absolute;
  left: 4%;
  bottom: 0;
}

@media screen and (max-width: 1200px) {
  .p-product-insurance__figure {
    display: none;
  }
}
}

@layer page{

.p-product-model {
  background-color: var(--color-cream);
  padding-top: 118px;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .p-product-model {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.p-product-model._mb-lg {
  padding-bottom: 180px;
}

@media screen and (max-width: 768px) {
  .p-product-model._mb-lg {
    padding-bottom: 60px;
  }
}

.p-product-model__heading {
  font-family: var(--fontFamily-en);
  color: var(--color-cta);
  font-size: 75px;
  letter-spacing: 0.03em;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-product-model__heading {
    font-size: 48px;
  }
}
.p-product-model__catch {
  font-family: var(--fontFamily-serif);
  font-size: 32px;
  font-weight: 600;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .p-product-model__catch {
    font-size: 24px;
    margin-top: 10px;
  }
}
.p-product-model__upper {
  max-width: calc(880px + var(--gutter) * 2);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.p-product-model__summary {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .p-product-model__summary {
    margin-top: 30px;
  }
}

.p-product-model__slider {
  margin-top: 50px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-product-model__slider {
    margin-top: 40px;
  }
}

.p-product-model__slider-note {
  position: absolute;
  bottom: 10px;
  color: white;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: calc(33 / 14);
  right: 16%;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-product-model__slider-note {
    right: var(--gutter);
  }
}

.p-product-model__middle {
  background-color: var(--color-primary);
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  color: white;
}

@media screen and (max-width: 768px) {
  .p-product-model__middle {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.p-product-model__description {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(33 / 16);
  letter-spacing: 0.05em;
}

.p-product-model__lower {
  max-width: calc(880px + var(--gutter) * 2);
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media screen and (max-width: 768px) {
  .p-product-model__lower {
    padding-top: 30px;
  }
}
.p-product-model__text {
  font-size: 16px;
  line-height: calc(33 / 16);
  letter-spacing: 0.05em;
}
.p-product-model__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 6%;
}

@media screen and (max-width: 768px) {
  .p-product-model__grid {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}

.p-product-model__grid._mt {
  margin-top: 20px;
}

.p-product-model__meta {
  padding-top: 5px;
}

.p-product-model__col:has(> .p-product-model__table-heading) {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 5%;
}

@media screen and (max-width: 768px) {
  .p-product-model__col:has(> .p-product-model__table-heading) {
    grid-template-columns: 1fr;
    row-gap: 5px;
  }
}

.p-product-model__table-layout {
  display: grid;
  column-gap: 5%;
  grid-template-columns: auto 1fr;
  margin-top: 30px;
}

.p-product-model__table-heading {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-product-model__slider {
  position: relative;
}

.p-product-model__slider .swiper-slide .-img {
  width: 100%;
  height: auto;
  display: block;
}

.p-product-model__slider-prev,
.p-product-model__slider-next {
  filter: var(--drop-shadow);
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 10;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .p-product-model__slider-prev,
  .p-product-model__slider-next {
    width: 38px;
    height: 38px;
  }
}

.p-product-model__slider-prev {
  left: 5.6%;
}

.p-product-model__slider-next {
  right: 5.6%;
}

@media screen and (max-width: 768px) {
  .p-product-model__slider-prev {
    left: 2%;
  }

  .p-product-model__slider-next {
    right: 2%;
  }
}

.p-product-model__slider-prev img,
.p-product-model__slider-next img {
  width: 100%;
  height: 100%;
}

.p-product-model__option {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 50px;
  margin-bottom: 15px;
}

.p-product-model__option .-text {
  font-size: 24px;
  line-height: calc(34 / 24);
  font-family: var(--fontFamily-en);
  font-weight: 600;
}

.p-product-model__option .-bar {
  flex: 1;
  background-color: var(--color-primary);
  height: 1px;
  width: 100%;
  margin-left: 20px;
}

.p-product-model__figures {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  max-width: 840px;
}

@media screen and (max-width: 768px) {
  .p-product-model__figures {
    grid-template-columns: 1fr;
    row-gap: 20px;
    margin-top: 20px;
  }
}

.p-product-model__figure._mt {
  margin-top: 20px;
}

.p-product-model__figure .-figcaption {
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-top: 5px;
}

.p-product-model__figure .-img {
  width: 100%;
}

.p-product-model__upper {
  display: grid;
  align-items: center;
}

.p-product-model__upper-bg {
  grid-area: 1/-1;
  justify-self: center;
  padding-left: 4%;
}

@media screen and (max-width: 768px) {
  .p-product-model__upper-bg .-img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-product-model__upper-contents {
  grid-area: 1/-1;
}

.p-product-model__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  max-width: 374px;
  margin-left: auto;
  margin-right: auto;
}

.p-product-model__more {
  max-width: 374px;
  display: flex;
  justify-content: flex-end;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .p-product-model__more {
    margin-top: 30px;
  }
}

.p-product-model__more .c-link-arrow {
  column-gap: 8px;
}

.p-product-model__more .c-link-arrow__text {
  font-size: 13px;
}

.p-product-model__bottom {
  margin-top: 55px;
  padding-bottom: 80px;
  border-bottom: 1px solid;
}

@media screen and (max-width: 768px) {
  .p-product-model__bottom {
    margin-top: 30px;
    padding-bottom: 40px;
  }
}

.p-product-model__bottom._no-border {
  border-bottom: unset;
}

.p-product-model__example {
  display: flex;
  justify-content: flex-end;
  margin-top: 35px;
}

.p-product-model__example._mt-5 {
  margin-top: 5px;
}

.p-product-model__example .c-link-arrow {
  column-gap: 8px;
}

.p-product-model__example .c-link-arrow__text {
  font-size: 13px;
}
}

@layer page{

.p-product-model-summary__head {
  display: grid;
  grid-template-columns: 36px 1fr;
  column-gap: 13px;
  align-items: center;
  border-bottom: 1px dashed;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .p-product-model-summary__head {
    grid-template-columns: 32px 1fr;
  }
}
.p-product-model-summary__num {
  width: 36px;
  height: 36px;
  background-color: var(--color-primary);
  color: white;
  font-size: 24px;
  line-height: 1;
  display: grid;
  place-items: center;
  font-family: var(--fontFamily-serif);
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .p-product-model-summary__num {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
}

.p-product-model-summary__name {
  font-size: 28px;
  font-weight: 600;
  line-height: calc(36 / 28);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-product-model-summary__name {
    font-size: 24px;
  }
}

.p-product-model-summary__middle._flex {
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-product-model-summary__middle._flex {
    flex-direction: column;
  }
}
.p-product-model-summary__price {
  margin-top: 10px;
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .p-product-model-summary__price {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 5px;
  }
}

.p-product-model-summary__price .-price {
  font-size: 24px;
  font-weight: 700;
  line-height: calc(30 / 24);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-product-model-summary__price .-price {
    font-size: 20px;
  }
}

.p-product-model-summary__price .-note {
  font-size: 16px;
  line-height: calc(26 / 16);
  letter-spacing: 0.05em;
  margin-left: 0.5em;
}

@media screen and (max-width: 768px) {
  .p-product-model-summary__price .-note {
    margin-left: unset;
    font-size: 14px;
  }
}

.p-product-model-summary__lower {
  margin-top: 15px;
  display: flex;
  column-gap: 8px;
  row-gap: 12px;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .p-product-model-summary__lower {
    margin-top: 10px;
  }
}
.p-product-model-summary__tag {
  background-color: var(--color-gray);
  font-size: 18px;
  letter-spacing: 0.05em;
  color: white;
  border-radius: 20px;
  padding-left: 1em;
  padding-right: 1em;
  line-height: calc(37 / 18);
  width: fit-content;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-product-model-summary__tag {
    font-size: 14px;
    border-radius: 15px;
  }
}
}

@layer page{

.p-product-howto {
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .p-product-howto {
    padding-bottom: 80px;
  }
}

.p-product-howto__header {
  color: white;
  display: grid;
  align-items: center;
}
.p-product-howto__header .c-heading-main {
  column-gap: 20px;
}

.p-product-howto__header-bg {
  max-height: 482px;
  grid-area: 1/-1;
}

@media screen and (max-width: 768px) {
  .p-product-howto__header-bg {
    height: 240px;
  }
}

.p-product-howto__header-bg .-img {
  max-height: 482px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product-howto__header-contents {
  grid-area: 1/-1;
  max-width: calc(var(--width-inner) * 1px);
  padding-bottom: 20px;
  margin-left: max(var(--gutter), calc(50% - var(--width-inner) * 1px / 2));
}

@media screen and (max-width: 768px) {
  .p-product-howto__header-contents {
    padding-bottom: unset;
  }
}
.p-product-howto__heading {
  font-size: 32px;
  font-weight: 600;
  line-height: calc(48 / 32);
  font-family: var(--fontFamily-serif);
}

@media screen and (max-width: 768px) {
  .p-product-howto__heading {
    font-size: 24px;
  }
}
.p-product-howto__body {
  padding-top: 45px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media screen and (max-width: 768px) {
  .p-product-howto__body {
    padding-top: 40px;
  }
}

.p-product-howto__intro {
  font-size: 16px;
  line-height: calc(33 / 16);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-product-howto__intro {
    margin-top: 15px;
  }
}

.p-product-howto__button {
  margin-top: 40px;
  max-width: 374px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .p-product-howto__button {
    margin-top: 20px;
  }
}

.p-product-howto__radius {
  border-radius: 10px;
  background-color: white;
  padding: 70px 5%;
  max-width: 1008px;
  margin-left: auto;
  margin-top: 45px;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .p-product-howto__radius {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
    margin-top: 30px;
  }
}
}

@layer page{

.p-product-howto-step__heading {
  font-size: 24px;
  font-weight: 600;
  line-height: calc(36 / 24);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-product-howto-step__heading {
    font-size: 20px;
  }
}
.p-product-howto-step__list {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

@media screen and (max-width: 768px) {
  .p-product-howto-step__list {
    margin-top: 30px;
    row-gap: 20px;
  }
}

.p-product-howto-step__item {
  display: grid;
  grid-template-columns: 90px 1fr;
  column-gap: 20px;
}

@media screen and (max-width: 768px) {
  .p-product-howto-step__item {
    grid-template-columns: 64px 1fr;
    column-gap: 15px;
    align-items: center;
  }
}
.p-product-howto-step__item > *:nth-child(1) {
  grid-area: 1 / 1 / 3 / 2;
}
.p-product-howto-step__item > *:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
}
.p-product-howto-step__item > *:nth-child(3) {
  grid-area: 2 / 2 / 3 / 3;
}

@media screen and (max-width: 768px) {
  .p-product-howto-step__item > *:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
  }
  .p-product-howto-step__item > *:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
  }
  .p-product-howto-step__item > *:nth-child(3) {
    grid-area: 2 / 1 / 3 / 3;
  }
}
.p-product-howto-step__step {
  width: 90px;
  height: 90px;
  color: white;
  font-size: 24px;
  background-color: var(--color-primary);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--fontFamily-en);
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .p-product-howto-step__step {
    width: 64px;
    height: 64px;
    font-size: 20px;
  }
}

.p-product-howto-step__step .-text {
  font-size: 24px;
  display: block;
  font-weight: 600;
  line-height: calc(34 / 24);
}

@media screen and (max-width: 768px) {
  .p-product-howto-step__step .-text {
    font-size: 18px;
  }
}

.p-product-howto-step__step .-num {
  font-size: 28px;
  font-weight: 600;
  line-height: calc(34 / 28);
  display: block;
}

@media screen and (max-width: 768px) {
  .p-product-howto-step__step .-num {
    font-size: 20px;
  }
}

.p-product-howto-step__name {
  font-size: 28px;
  line-height: calc(36 / 28);
  letter-spacing: 0.05em;
  border-bottom: 1px dashed;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .p-product-howto-step__name {
    font-size: 24px;
  }
}

.p-product-howto-step__text {
  margin-top: 15px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: calc(33 / 16);
}
}

@layer page{

.p-product-option {
  background-color: var(--color-cream);
  padding-bottom: 260px;
}

@media screen and (max-width: 768px) {
  .p-product-option {
    padding-bottom: 40px;
  }
}

.p-product-option__header {
  display: grid;
  align-items: center;
}

.p-product-option__header .c-heading-main {
  column-gap: 20px;
}

.p-product-option__header-bg {
  max-height: 482px;
  grid-area: 1/-1;
}

@media screen and (max-width: 768px) {
  .p-product-option__header-bg {
    height: 240px;
  }
}

.p-product-option__header-bg .-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 482px;
}
.p-product-option__header-contents {
  grid-area: 1/-1;
  max-width: calc(var(--width-inner) * 1px);
  margin-left: max(var(--gutter), calc(50% - var(--width-inner) * 1px / 2));
  padding-bottom: 20px;
}

.p-product-option__header-sub {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  font-family: var(--fontFamily-serif);
}

@media screen and (max-width: 768px) {
  .p-product-option__header-sub {
    font-size: 24px;
  }
}

.p-product-option__body {
  padding-top: 45px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media screen and (max-width: 768px) {
  .p-product-option__body {
    padding-top: 30px;
  }
}
.p-product-option__heading {
  font-size: 32px;
  font-weight: 600;
  line-height: calc(48 / 32);
  font-family: var(--fontFamily-serif);
}

@media screen and (max-width: 768px) {
  .p-product-option__heading {
    font-size: 24px;
  }
}

.p-product-option__intro {
  font-size: 16px;
  line-height: calc(33 / 16);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-product-option__intro {
    margin-top: 5px;
  }
}

.p-product-option__variation {
  padding-top: 65px;
}

@media screen and (max-width: 768px) {
  .p-product-option__variation {
    padding-top: 45px;
  }
}

.p-product-option__variation:first-of-type {
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .p-product-option__variation:first-of-type {
    padding-top: 30px;
  }
}
.p-product-option__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 4%;
}

@media screen and (max-width: 768px) {
  .p-product-option__grid {
    grid-template-columns: 1fr;
    row-gap: 25px;
  }
}

.p-product-option__slider {
  margin-top: 40px;
}

/* ===================================
 * Option Slider
 * =================================== */

.p-product-option__slider {
  position: relative;
  overflow: hidden;
}

.p-product-option__slider .swiper-slide {
  width: 278px !important;
}

.p-product-option__slider .swiper-slide .-img {
  width: 100%;
  height: auto;
  display: block;
}

.p-product-option__slider-prev,
.p-product-option__slider-next {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 10;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .p-product-option__slider-prev,
  .p-product-option__slider-next {
    width: 38px;
    height: 38px;
  }
}

.p-product-option__slider-prev {
  left: 5.6%;
}

.p-product-option__slider-next {
  right: 5.6%;
}

@media screen and (max-width: 768px) {
  .p-product-option__slider-prev {
    left: 2%;
  }

  .p-product-option__slider-next {
    right: 2%;
  }
}

.p-product-option__slider-prev img,
.p-product-option__slider-next img {
  width: 100%;
  height: 100%;
}
}

@layer page{

.p-product-option-variation__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 768px) {
  .p-product-option-variation__layout {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}

.p-product-option-variation__layout > *:nth-child(1) {
  padding-right: 6%;
}

@media screen and (max-width: 768px) {
  .p-product-option-variation__layout > *:nth-child(1) {
    padding-right: unset;
  }
}

.p-product-option-variation__thumbnail .-img {
  width: 100%;
}

.p-product-option-variation__head {
  display: grid;
  grid-template-columns: 36px 1fr;
  column-gap: 13px;
  align-items: center;
  border-bottom: 1px solid;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p-product-option-variation__head {
    grid-template-columns: 32px 1fr;
    padding-bottom: 10px;
  }
}
.p-product-option-variation__num {
  width: 36px;
  height: 36px;
  background-color: var(--color-primary);
  color: white;
  font-size: 24px;
  line-height: 1;
  display: grid;
  place-items: center;
  font-family: var(--fontFamily-serif);
  border-radius: 10px;
  padding-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .p-product-option-variation__num {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
}

.p-product-option-variation__heading {
  font-size: 36px;
  line-height: 1;
  font-family: var(--fontFamily-en);
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .p-product-option-variation__heading {
    font-size: 24px;
  }
}
.p-product-option-variation__name {
  font-size: 24px;
  font-weight: 600;
  line-height: calc(32 / 24);
  letter-spacing: 0.05em;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .p-product-option-variation__name {
    font-size: 20px;
  }
}
.p-product-option-variation__price {
  margin-top: 10px;
  display: flex;
  align-items: flex-end;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(30 / 24);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-product-option-variation__price {
    font-size: 20px;
    margin-top: 5px;
  }
}

.p-product-option-variation__text {
  font-size: 16px;
  line-height: calc(33 / 16);
  letter-spacing: 0.05em;
  margin-top: 15px;
}

.p-product-option-variation__note {
  font-size: 14px;
  line-height: calc(33 / 14);
  letter-spacing: 0.05em;
  margin-top: 5px;
}

.p-product-option-variation__button {
  max-width: 409px;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .p-product-option-variation__button {
    margin-top: 20px;
  }
}
}

@layer page{

.p-product-support {
  background-color: var(--color-cream);
  padding-bottom: 155px;
}

@media screen and (max-width: 768px) {
  .p-product-support {
    padding-bottom: 40px;
  }
}

.p-product-support__header {
  color: white;
  display: grid;
  align-items: center;
}
.p-product-support__header .c-heading-main {
  column-gap: 20px;
}

.p-product-support__header-bg {
  max-height: 482px;
  grid-area: 1/-1;
}

@media screen and (max-width: 768px) {
  .p-product-support__header-bg {
    height: 240px;
  }
}

.p-product-support__header-bg .-img {
  width: 100%;
  max-height: 482px;
  height: 100%;
  object-fit: cover;
}
.p-product-support__header-contents {
  grid-area: 1/-1;
  max-width: calc(var(--width-inner) * 1px);
  padding-bottom: 20px;
  margin-left: max(var(--gutter), calc(50% - var(--width-inner) * 1px / 2));
}

@media screen and (max-width: 768px) {
  .p-product-support__header-contents {
    padding-bottom: unset;
  }
}
.p-product-support__heading {
  font-size: 32px;
  font-weight: 600;
  line-height: calc(48 / 32);
  font-family: var(--fontFamily-serif);
}
@media screen and (max-width: 768px) {
  .p-product-support__heading {
    font-size: 24px;
  }
}

.p-product-support__body {
  padding-top: 45px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media screen and (max-width: 768px) {
  .p-product-support__body {
    padding-top: 40px;
  }
}
.p-product-support__subheading {
  margin-top: 30px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  font-family: var(--fontFamily-serif);
  padding-bottom: 20px;
  border-bottom: 1px solid;
}

@media screen and (max-width: 768px) {
  .p-product-support__subheading {
    font-size: 24px;
    margin-top: 40px;
  }
}

.p-product-support__sub {
  margin-top: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: calc(36 / 24);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-product-support__sub {
    font-size: 20px;
  }
}
.p-product-support__intro {
  font-size: 16px;
  line-height: calc(33 / 16);
  letter-spacing: 0.05em;
  margin-top: 15px;
}

.p-product-support__button {
  margin-top: 30px;
  max-width: 374px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .p-product-support__button {
    margin-top: 20px;
  }
}
.p-product-support__embed {
  margin-top: 20px;
  display: flex;
  column-gap: 5%;
}

@media screen and (max-width: 768px) {
  .p-product-support__embed {
    flex-direction: column;
    row-gap: 20px;
  }

  .p-product-support__embed iframe {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
  }
}

.p-product-support__caption {
  margin-top: 5px;
  font-size: 14px;
  color: var(--color-gray);
  line-height: calc(22 / 14);
}
}

@layer page{

.p-product-tuning {
  background-color: var(--color-cream);
  padding-bottom: 95px;
}

@media screen and (max-width: 768px) {
  .p-product-tuning {
    padding-bottom: 40px;
  }
}

.p-product-tuning__header {
  display: grid;
  align-items: center;
}
.p-product-tuning__header .c-heading-main {
  column-gap: 20px;
}

.p-product-tuning__header-bg {
  max-height: 482px;
  grid-area: 1/-1;
}

@media screen and (max-width: 768px) {
  .p-product-tuning__header-bg {
    height: 240px;
  }
}

.p-product-tuning__header-bg .-img {
  width: 100%;
  height: 100%;
  max-height: 482px;
  object-fit: cover;
}
.p-product-tuning__header-contents {
  grid-area: 1/-1;
  max-width: calc(var(--width-inner) * 1px);
  padding-bottom: 20px;
  margin-left: max(var(--gutter), calc(50% - var(--width-inner) * 1px / 2));
}

.p-product-tuning__header-sub {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  font-family: var(--fontFamily-serif);
}

@media screen and (max-width: 768px) {
  .p-product-tuning__header-sub {
    font-size: 24px;
  }
}
.p-product-tuning__body {
  padding-top: 45px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media screen and (max-width: 768px) {
  .p-product-tuning__body {
    padding-top: 40px;
  }
}
.p-product-tuning__heading {
  font-size: 32px;
  font-weight: 600;
  line-height: calc(48 / 32);
  font-family: var(--fontFamily-serif);
}

@media screen and (max-width: 768px) {
  .p-product-tuning__heading {
    font-size: 24px;
  }
}
.p-product-tuning__subheading {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  font-family: var(--fontFamily-serif);
  display: flex;
  align-items: center;
  column-gap: 20px;
}

@media screen and (max-width: 768px) {
  .p-product-tuning__subheading {
    margin-top: 30px;
    font-size: 20px;
  }
}

.p-product-tuning__text {
  margin-top: 5px;
  font-size: 16px;
  line-height: calc(33 / 16);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-product-tuning__text {
    margin-top: 10px;
  }
}

.p-product-tuning__subheading::after {
  content: "";
  flex: 1;
  width: 100%;
  height: 1px;
  background-color: var(--color-primary);
}

.p-product-tuning__intro {
  font-size: 16px;
  line-height: calc(33 / 16);
  letter-spacing: 0.05em;
}

.p-product-tuning__button {
  margin-top: 60px;
  display: none;
}

@media screen and (max-width: 768px) {
  .p-product-tuning__button {
    margin-top: 40px;
  }
}
.p-product-tuning__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 4%;
}

@media screen and (max-width: 768px) {
  .p-product-tuning__grid {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
}
}

@layer page{

/* lesson */
}

@layer page{

.p-lesson-about {
  padding-bottom: 115px;
}

@media screen and (max-width: 768px) {
  .p-lesson-about {
    padding-bottom: 0;
  }
}

.p-lesson-about__inner-lg {
  position: relative;
}

.p-lesson-about__layout {
  display: grid;
  grid-template-columns: 520fr 760fr;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .p-lesson-about__layout {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}

.p-lesson-about__left {
  padding-left: 15%;
}

@media screen and (max-width: 768px) {
  .p-lesson-about__left {
    padding-left: unset;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}

.p-lesson-about__text {
  font-size: 16px;
  line-height: calc(36 / 16);
  letter-spacing: 0.05em;
  font-weight: 500;
}

.p-lesson-about__decoration {
  position: absolute;
  left: 0;
  bottom: 4%;
}

@media screen and (max-width: 1200px) {
  .p-lesson-about__decoration {
    right: 0;
    left: unset;
  }
}

@media screen and (max-width: 768px) {
  .p-lesson-about__decoration {
    display: none;
  }
}
}

@layer page{

.p-lesson-introduction {
  position: relative;
  z-index: 2;
}

.p-lesson-introduction__layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  column-gap: 4%;
}

@media screen and (max-width: 768px) {
  .p-lesson-introduction__layout {
    grid-template-columns: 1fr;
    row-gap: 20px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .p-lesson-introduction__right {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}
.p-lesson-introduction__text {
  font-size: 16px;
  line-height: calc(33 / 16);
  letter-spacing: 0.05em;
}

.p-lesson-introduction__thumbnail .-img {
  width: 100%;
}
}

@layer page{

.p-lesson-cta {
  background-color: var(--color-cta);
  padding-top: 50px;
  color: white;
  padding-bottom: 55px;
  margin-top: max(-170px, calc(-170 / 1280 * 100%));
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media screen and (max-width: 1024px) {
  .p-lesson-cta {
    margin-top: max(-75px, calc(-75 / 1280 * 100%));
  }
}

@media screen and (max-width: 768px) {
  .p-lesson-cta {
    margin-top: unset;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.p-lesson-cta__body {
  width: 46%;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .p-lesson-cta__body {
    width: 100%;
    margin-left: unset;
  }
}

.p-lesson-cta__sub {
  font-size: 15px;
  font-weight: 500;
  line-height: calc(18 / 15);
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .p-lesson-cta__sub {
    gap: 12px;
    font-size: 14px;
  }
}
.p-lesson-cta__sub::before,
.p-lesson-cta__sub::after {
  content: "";
  display: block;
  width: 2px;
  height: 1.2em;
  background-color: currentColor;
}

@media screen and (max-width: 768px) {
  .p-lesson-cta__sub::before,
  .p-lesson-cta__sub::after {
    height: 1em;
  }
}
.p-lesson-cta__sub::before {
  rotate: -20deg;
}
.p-lesson-cta__sub::after {
  rotate: 20deg;
}

.p-lesson-cta__heading {
  font-size: 32px;
  font-family: var(--fontFamily-serif);
  font-weight: 600;
  line-height: calc(48 / 32);
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .p-lesson-cta__heading {
    white-space: normal;
    font-size: 24px;
    margin-top: 10px;
  }
}

.p-lesson-cta__lead {
  font-size: 16px;
  line-height: calc(33 / 16);
  letter-spacing: 0.05em;
  margin-top: 10px;
}

.p-lesson-cta__buttons {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

@media screen and (max-width: 768px) {
  .p-lesson-cta__buttons {
    margin-top: 20px;
    align-items: center;
  }
}
}

@layer page{

.p-lesson-rental {
  padding-top: 60px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .p-lesson-rental {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.p-lesson-rental__sub {
  font-size: 15px;
  font-weight: 500;
  line-height: calc(18 / 15);
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .p-lesson-rental__sub {
    font-size: 14px;
    gap: 12px;
  }
}
.p-lesson-rental__sub::before,
.p-lesson-rental__sub::after {
  content: "";
  display: block;
  width: 2px;
  height: 1.2em;
  background-color: currentColor;
}

@media screen and (max-width: 768px) {
  .p-lesson-rental__sub::before,
  .p-lesson-rental__sub::after {
    height: 1em;
  }
}
.p-lesson-rental__sub::before {
  rotate: -20deg;
}
.p-lesson-rental__sub::after {
  rotate: 20deg;
}

.p-lesson-rental__heading {
  font-size: 32px;
  font-family: var(--fontFamily-serif);
  font-weight: 600;
  line-height: calc(48 / 32);
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .p-lesson-rental__heading {
    font-size: 24px;
  }
}

.p-lesson-rental__tag {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .p-lesson-rental__tag {
    margin-top: 10px;
  }
}
.p-lesson-rental__layout {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2%;
}

@media screen and (max-width: 768px) {
  .p-lesson-rental__layout {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}

.p-lesson-rental__left {
  display: flex;
  height: 100%;
  justify-content: space-between;
  flex-direction: column;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-lesson-rental__left {
    padding-bottom: 0;
  }
}

.p-lesson-rental__text {
  font-size: 16px;
  line-height: calc(33 / 16);
  letter-spacing: 0.05em;
}

.p-lesson-rental__subheading {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: calc(30 / 18);
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
}
.p-lesson-rental__name {
  font-size: 15px;
  line-height: calc(30 / 15);
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .p-lesson-rental__name {
    margin-top: 10px;
    font-size: 14px;
  }
}

.p-lesson-rental__price {
  font-size: 21px;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: calc(30 / 21);
}

@media screen and (max-width: 768px) {
  .p-lesson-rental__price {
    font-size: 18px;
  }
}
.p-lesson-rental__thumbnail {
  margin-top: 10px;
}

.p-lesson-rental__thumbnail .-img {
  width: 100%;
}

.p-lesson-rental__more {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .p-lesson-rental__more {
    margin-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .p-lesson-rental__figure {
    margin-top: 20px;
  }
  .p-lesson-rental__figure .-img {
    width: 240px;
  }
}
}

@layer page{

@media screen and (max-width: 768px) {
  .p-lesson-buy {
    padding-bottom: 40px;
  }
}

.p-lesson-buy__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2%;
}

@media screen and (max-width: 768px) {
  .p-lesson-buy__layout {
    grid-template-columns: 1fr;
    row-gap: 25px;
  }
}

.p-lesson-buy__right {
  padding-left: 7%;
  padding-right: 14%;
}

@media screen and (max-width: 768px) {
  .p-lesson-buy__right {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}

.p-lesson-buy__sub {
  font-size: 15px;
  font-weight: 500;
  line-height: calc(18 / 15);
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-lesson-buy__sub {
    gap: 12px;
    font-size: 14px;
  }
}
.p-lesson-buy__sub::before,
.p-lesson-buy__sub::after {
  content: "";
  display: block;
  width: 2px;
  height: 1.2em;
  background-color: currentColor;
}
@media screen and (max-width: 768px) {
  .p-lesson-buy__sub::before,
  .p-lesson-buy__sub::after {
    height: 1em;
  }
}
.p-lesson-buy__sub::before {
  rotate: -20deg;
}
.p-lesson-buy__sub::after {
  rotate: 20deg;
}

.p-lesson-buy__heading {
  font-size: 32px;
  font-family: var(--fontFamily-serif);
  font-weight: 600;
  line-height: calc(48 / 32);
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .p-lesson-buy__heading {
    font-size: 24px;
    margin-top: 10px;
  }
}
.p-lesson-buy__text {
  font-size: 16px;
  line-height: calc(33 / 16);
  letter-spacing: 0.05em;
  margin-top: 5px;
}

.p-lesson-buy__buttons {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p-lesson-buy__buttons {
    row-gap: 10px;
  }
}

.p-lesson-buy__buttons .c-button-icon {
  min-height: 60px;
}

.p-lesson-buy__thumbnail .-img {
  width: 100%;
}
}

@layer page{

.p-lesson-instructor {
  background-color: white;
  padding-top: 175px;
  padding-bottom: 150px;
  margin-top: -80px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media screen and (max-width: 768px) {
  .p-lesson-instructor {
    padding-top: 40px;
    padding-bottom: 80px;
    margin-top: unset;
  }
}

.p-lesson-instructor__heading {
  font-size: 32px;
  font-weight: 600;
  line-height: calc(48 / 32);
  font-family: var(--fontFamily-serif);
}

@media screen and (max-width: 768px) {
  .p-lesson-instructor__heading {
    font-size: 24px;
  }
}

.p-lesson-instructor__intro {
  font-size: 16px;
  line-height: calc(33 / 16);
  letter-spacing: 0.05em;
  margin-top: 10px;
}

.p-lesson-instructor__selector {
  margin-top: 20px;
  max-width: 538px;
}

.p-lesson-instructor__upper {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .p-lesson-instructor__upper {
    width: 100%;
  }
}

.p-lesson-instructor__list {
  margin-top: 45px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 5.3%;
  row-gap: 20px;
}

@media screen and (max-width: 768px) {
  .p-lesson-instructor__list {
    grid-template-columns: 1fr;
    margin-top: 40px;
    row-gap: 30px;
  }
}

.p-lesson-instructor__item {
  border-bottom: 0.5px dashed var(--color-primary);
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-lesson-instructor__item {
    padding-bottom: 30px;
  }
}
}

@layer page{

.p-lesson-association {
  padding-top: 180px;
  position: relative;
  padding-bottom: 110px;
}

@media screen and (max-width: 768px) {
  .p-lesson-association {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.p-lesson-association__figure {
  position: absolute;
  top: 0;
  translate: -50% -50%;
  left: 50%;
}

@media screen and (max-width: 768px) {
  .p-lesson-association__figure .-img {
    width: 90px;
  }
}

.p-lesson-association__layout {
  display: grid;
  grid-template-columns: 1fr 0.96fr;
}

@media screen and (max-width: 768px) {
  .p-lesson-association__layout {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}

.p-lesson-association__left {
  padding-left: 11.5%;
  padding-right: 5%;
}

@media screen and (max-width: 768px) {
  .p-lesson-association__left {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}
.p-lesson-association__heading {
  font-size: 32px;
  line-height: calc(48 / 32);
  font-family: var(--fontFamily-serif);
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .p-lesson-association__heading {
    font-size: 24px;
  }
}

.p-lesson-association__text {
  font-size: 16px;
  line-height: calc(33 / 16);
  margin-top: 5px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-lesson-association__text {
    margin-top: 10px;
  }
}

.p-lesson-association__button {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .p-lesson-association__button {
    margin-top: 15px;
  }
}

.p-lesson-association__thumbnail .-img {
  width: 100%;
}
}

@layer page{

/* factory */
}

@layer page{

.p-factory-introduction {
  padding-bottom: 210px;
}

@media screen and (max-width: 768px) {
  .p-factory-introduction {
    padding-bottom: 40px;
  }
}

.p-factory-introduction__upper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding-left: var(--gutter-inner);
  column-gap: calc(72 / 1280 * 100%);
  padding-top: 35px;
}

@media screen and (max-width: 768px) {
  .p-factory-introduction__upper {
    grid-template-columns: 1fr;
    row-gap: 20px;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}

.p-factory-introduction__heading {
  font-size: 28px;
  line-height: calc(48 / 28);
  font-family: var(--fontFamily-serif);
  font-weight: 600;
}

.p-factory-introduction__text {
  font-size: 16px;
  line-height: calc(36 / 16);
  letter-spacing: 0.05em;
}

.p-factory-introduction__figure {
  display: grid;
  place-items: center;
  margin-top: 5px;
  padding-left: 38%;
}

@media screen and (max-width: 768px) {
  .p-factory-introduction__figure {
    padding-left: unset;
    margin-top: 10px;
  }
}

.p-factory-introduction__middle {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  padding-left: var(--gutter-inner);
  padding-right: var(--gutter);
  margin-top: 110px;
}

@media screen and (max-width: 768px) {
  .p-factory-introduction__middle {
    grid-template-columns: 1fr;
    row-gap: 20px;
    padding-left: var(--gutter);
    margin-top: 30px;
  }
}

.p-factory-introduction__middle-right {
  padding-left: 13%;
  padding-right: 7%;
}

@media screen and (max-width: 768px) {
  .p-factory-introduction__middle-right {
    padding-left: unset;
    padding-right: unset;
  }
}
.p-factory-introduction__middle-text {
  font-size: 16px;
  line-height: calc(33 / 16);
  letter-spacing: 0.05em;
}
.p-factory-introduction__lower-text {
  font-size: 16px;
  line-height: calc(33 / 16);
  letter-spacing: 0.05em;
}

.p-factory-introduction__lower {
  margin-top: 65px;
  padding-left: var(--gutter-inner);
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-factory-introduction__lower {
    grid-template-columns: 1fr;
    row-gap: 25px;
    padding-left: var(--gutter);
    margin-top: 20px;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
    padding-bottom: 40px;
  }
}

.p-factory-introduction__lower-left {
  padding-right: 24%;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .p-factory-introduction__lower-left {
    padding-right: unset;
    padding-bottom: unset;
  }
}

.p-factory-introduction__thumbnail .-img {
  width: 100%;
}

.p-factory-introduction__pic {
  margin-top: max(-60px, calc(-60 / 1280 * 100%));
}

@media screen and (max-width: 768px) {
  .p-factory-introduction__pic {
    margin-top: 0;
  }
}
.p-factory-introduction__nav {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .p-factory-introduction__nav {
    margin-top: 40px;
  }
}
.p-factory-introduction__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 15px;
  justify-content: center;
}
.p-factory-introduction__item {
  flex-basis: 303px;
}
}

@layer page{

.p-factory-natural {
  padding-bottom: 205px;
}

@media screen and (max-width: 768px) {
  .p-factory-natural {
    padding-bottom: 40px;
  }
}

.p-factory-natural__inner {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  max-width: calc(var(--width-inner) * 1px + 2 * var(--gutter));
  margin-left: auto;
  margin-right: auto;
}

.p-factory-natural__pic {
  max-height: 485px;
  width: 100%;
}
.p-factory-natural__pic .-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 485px;
}

.p-factory-natural__layout {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1%;
}

@media screen and (max-width: 768px) {
  .p-factory-natural__layout {
    grid-template-columns: 1fr;
    row-gap: 40px;
    margin-top: 30px;
  }
}

.p-factory-natural__right {
  padding-left: 11%;
}

@media screen and (max-width: 768px) {
  .p-factory-natural__right {
    padding-left: unset;
  }
}

.p-factory-natural__catch {
  font-size: 32px;
  line-height: calc(48 / 32);
  font-weight: 600;
  font-family: var(--fontFamily-serif);
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .p-factory-natural__catch {
    font-size: 24px;
  }
}

.p-factory-natural__text {
  font-size: 16px;
  line-height: calc(33 / 16);
  margin-top: 15px;
  letter-spacing: 0.05em;
}
}

@layer page{

.p-factory-handmade {
  padding-bottom: 200px;
}

@media screen and (max-width: 768px) {
  .p-factory-handmade {
    padding-bottom: 40px;
  }
}

.p-factory-handmade__inner {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  max-width: calc(var(--width-inner) * 1px + 2 * var(--gutter));
  margin-left: auto;
  margin-right: auto;
}

.p-factory-message__thumbnail .-img {
  width: 100%;
}

.p-factory-handmade__pic {
  max-height: 485px;
  width: 100%;
}
.p-factory-handmade__pic .-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 485px;
}

.p-factory-handmade__layout {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  column-gap: 3%;
}

@media screen and (max-width: 768px) {
  .p-factory-handmade__layout {
    grid-template-columns: 1fr;
    row-gap: 25px;
    margin-top: 40px;
  }
}

.p-factory-handmade__catch {
  font-size: 32px;
  line-height: calc(48 / 32);
  font-weight: 600;
  font-family: var(--fontFamily-serif);
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p-factory-handmade__catch {
    font-size: 24px;
  }
}
.p-factory-handmade__text {
  font-size: 16px;
  line-height: calc(33 / 16);
  margin-top: 15px;
  max-width: 500px;
  letter-spacing: 0.05em;
}

.p-factory-handmade__figure {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .p-factory-handmade__figure {
    margin-top: 40px;
  }
  .p-factory-handmade__figure .-img {
    width: 240px;
  }
}

.p-factory-handmade__subheading {
  font-size: 28px;
  font-weight: 600;
  line-height: calc(42 / 28);
  font-family: var(--fontFamily-serif);
  margin-top: 65px;
}

@media screen and (max-width: 768px) {
  .p-factory-handmade__subheading {
    margin-top: 40px;
    font-size: 24px;
  }
}

.p-factory-handmade__pics {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .p-factory-handmade__pics {
    flex-direction: column;
    row-gap: 10px;
  }
}
}

@layer page{

.p-factory-message__heading {
  font-size: 20px;
  font-family: var(--fontFamily-serif);
  line-height: calc(36 / 20);
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .p-factory-message__heading {
    margin-top: 10px;
  }
}

.p-factory-message__message {
  font-size: 16px;
  line-height: calc(33 / 16);
  letter-spacing: 0.05em;
}

.p-factory-message__name {
  font-size: 16px;
  line-height: calc(33 / 16);
  letter-spacing: 0.05em;
  text-align: right;
}
}

@layer page{

.p-factory-insurance {
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .p-factory-insurance {
    padding-bottom: 100px;
  }
}

.p-factory-insurance__body {
  position: relative;
  color: white;
  max-width: 888px;
}

.p-factory-insurance__body::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: var(--color-primary);
  z-index: -1;
}

.p-factory-insurance__row._upper .p-factory-insurance__body::before {
  right: 0;
  left: -9999px;
}

.p-factory-insurance__row._lower .p-factory-insurance__body::before {
  left: 0;
  right: -9999px;
}
.p-factory-insurance__row {
  position: relative;
}
.p-factory-insurance__row._upper .p-factory-insurance__body {
  padding-left: 6%;
  padding-top: 20px;
  padding-bottom: 25px;
  padding-right: 4%;
}

@media screen and (max-width: 768px) {
  .p-factory-insurance__row._upper .p-factory-insurance__body {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}

.p-factory-insurance__row._lower {
  margin-top: 20px;
}

.p-factory-insurance__row._lower .p-factory-insurance__body {
  margin-left: auto;
}
.p-factory-insurance__row._lower .p-factory-insurance__body {
  margin-left: auto;
  padding-left: 2%;
  padding-top: 20px;
  padding-bottom: 25px;
  padding-right: 6%;
}

@media screen and (max-width: 768px) {
  .p-factory-insurance__row._lower .p-factory-insurance__body {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}

.p-factory-insurance__heading {
  font-size: 28px;
  font-weight: 600;
  line-height: calc(48 / 28);
  font-family: var(--fontFamily-serif);
}

@media screen and (max-width: 768px) {
  .p-factory-insurance__heading {
    font-size: 24px;
  }
}

.p-factory-insurance__text {
  margin-top: 2px;
  font-size: 15px;
  line-height: calc(30 / 15);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-factory-insurance__text {
    margin-top: 5px;
  }
}

.p-factory-insurance__more {
  display: flex;
  justify-content: flex-end;
}
}

@layer page{

.p-factory-tonewood {
  padding-top: 130px;
  position: relative;
  padding-bottom: 100px;
  background-color: white;
}

@media screen and (max-width: 768px) {
  .p-factory-tonewood {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}

.p-factory-tonewood__figure {
  position: absolute;
  top: 0;
  translate: -50% -50%;
  left: 50%;
}

@media screen and (max-width: 768px) {
  .p-factory-tonewood__figure .-img {
    width: 60px;
  }
}

.p-factory-tonewood__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2%;
}

@media screen and (max-width: 768px) {
  .p-factory-tonewood__layout {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}

.p-factory-tonewood__left {
  padding-left: 11.5%;
}

@media screen and (max-width: 768px) {
  .p-factory-tonewood__left {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}

.p-factory-tonewood__right {
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .p-factory-tonewood__right {
    padding-top: unset;
  }
}
.p-factory-tonewood__heading {
  font-size: 32px;
  line-height: calc(48 / 32);
  font-family: var(--fontFamily-serif);
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .p-factory-tonewood__heading {
    font-size: 24px;
  }
}

.p-factory-tonewood__text {
  font-size: 16px;
  line-height: calc(33 / 16);
  margin-top: 5px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-factory-tonewood__text {
    margin-top: 10px;
  }
}

.p-factory-tonewood__button {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p-factory-tonewood__thumbnail .-img {
    width: 100%;
  }
}
}

@layer page{

/* contact */
}

@layer page{

.p-contact-head {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  padding-bottom: 170px;
  padding-top: 35px;
}

@media screen and (max-width: 768px) {
  .p-contact-head {
    padding-bottom: 100px;
    padding-top: 40px;
  }
}

.p-contact-head__list {
  font-size: 16px;
  line-height: calc(33 / 16);
  letter-spacing: 0.05em;
}
}

@layer page{

.p-contact-body {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  background-color: var(--color-cream);
  padding-top: 145px;
  padding-bottom: 245px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-contact-body {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.p-contact-body__figure {
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% -50%;
}

@media screen and (max-width: 768px) {
  .p-contact-body__figure .-img {
    width: 70px;
  }
}

.p-contact-body__form {
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
}

.p-contact-body__form .wpcf7 form .wpcf7-response-output {
  background-color: white;
  padding: 1em !important;
  font-size: 16px !important;
  line-height: calc(33 / 16) !important;
}
}

@layer page{

.p-contact-form__head {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-contact-form__head {
    font-size: 20px;
  }
}
.p-contact-form__head label {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.p-contact-form__head:not(:first-of-type) {
  margin-top: 42px;
}

@media screen and (max-width: 768px) {
  .p-contact-form__head:not(:first-of-type) {
    margin-top: 30px;
  }
}
.p-contact-form__required {
  flex-shrink: 0;
  font-size: 18px;
  color: white;
  border-radius: 5px;
  background-color: #a61f43;
  line-height: calc(26 / 18);
  width: 48px;
  display: grid;
  place-items: center;
}

@media screen and (max-width: 768px) {
  .p-contact-form__required {
    font-size: 16px;
  }
}

.p-contact-form__body {
  margin-top: 15px;
}

.p-contact-form__body:has(.wpcf7-list-item) {
  margin-top: 25px;
}

.p-contact-form__body .wpcf7-list-item {
  margin: 0 !important;
}

.p-contact-form__body input {
  max-width: 496px;
}
.p-contact-form__body .wpcf7-not-valid-tip {
  margin-top: 10px !important;
  font-size: 18px !important;
  line-height: calc(26 / 18) !important;
  color: var(--color-error) !important;
  font-weight: 700 !important;
}

@media screen and (max-width: 768px) {
  .p-contact-form__body .wpcf7-not-valid-tip {
    font-size: 16px !important;
  }
}
.p-contact-form .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.p-contact-form__confirm {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: calc(40 / 24);
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-contact-form__confirm {
    font-size: 18px;
    margin-top: 40px;
  }
}

.p-contact-form__acceptance {
  display: grid;
  place-items: center;
  margin-top: 40px;
}

.p-contact-form__acceptance input[type="checkbox"] + span {
  font-size: 19px;
  line-height: calc(27 / 19);
  letter-spacing: 0.05em;
  font-weight: 500;
}
.p-contact-form__submit {
  display: grid;
  place-items: center;
  margin-top: 50px;
}
}

@layer page{

/* faq */
}

@layer page{

.p-faq-head {
  padding-top: 70px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media screen and (max-width: 768px) {
  .p-faq-head {
    padding-top: 40px;
  }
}

.p-faq-head__select {
  max-width: 558px;
}
}

@layer page{

.p-faq-body {
  padding-bottom: 200px;
  padding-top: 110px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media screen and (max-width: 768px) {
  .p-faq-body {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.p-faq-body__inner {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -80px;
}

@media screen and (max-width: 768px) {
  .p-faq-body__inner {
    margin-top: -40px;
  }
}

.p-faq-body__group {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .p-faq-body__group {
    margin-top: 40px;
  }
}

.p-faq-body__genre {
  font-size: 28px;
  font-weight: 600;
  font-family: var(--fontFamily-serif);
  line-height: calc(48 / 28);
}

@media screen and (max-width: 768px) {
  .p-faq-body__genre {
    font-size: 24px;
  }
}

.p-faq-body__list {
  margin-left: 7.5%;
  margin-top: 20px;
  border-bottom: 0.5px dashed;
}

@media screen and (max-width: 768px) {
  .p-faq-body__list {
    margin-left: unset;
    margin-top: 15px;
  }
}
}

@layer page{

.p-privacy-body {
  padding-top: calc(var(--height-header) * 1px + 65px);
  padding-left: var(--gutter);
  padding-bottom: 150px;
  padding-right: var(--gutter);
}

.p-privacy-body__heading .-ja {
  font-size: 36px;
  font-weight: 600;
  line-height: calc(60 / 36);
  font-family: var(--fontFamily-serif);
}

.p-privacy-body__heading .-en {
  font-size: 19px;
  font-weight: 500;
  line-height: calc(32 / 19);
  letter-spacing: 0.05em;
}

.p-privacy-body__body {
  margin-top: 85px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: calc(33 / 16);
  letter-spacing: 0.05em;
  padding-left: 70px;
}

@media screen and (max-width: 768px) {
  .p-privacy-body__body {
    padding-left: unset;
  }
}

.p-privacy-body__body h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: calc(36 / 24);
  letter-spacing: 0.05em;
  margin-top: 35px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .p-privacy-body__body h2 {
    font-size: 20px;
  }
}
.p-privacy-body__body h2:first-of-type {
  margin-top: 60px;
}
}

@layer page{

.p-single-post {
  padding-top: 60px;
  padding-bottom: 240px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media screen and (max-width: 768px) {
  .p-single-post {
    padding-bottom: 120px;
  }
}

.p-single-post__inner {
  padding-top: 60px;
  border-top: 1px solid var(--color-primary);
}

@media screen and (max-width: 768px) {
  .p-single-post__inner {
    padding-top: 40px;
  }
}
.p-single-post__head {
  display: grid;
  row-gap: 8px;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .p-single-post__head {
    margin-bottom: 40px;
  }
}

.p-single-post__date {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: calc(29 / 20);
  color: var(--color-secondary);
}

@media screen and (max-width: 768px) {
  .p-single-post__date {
    font-size: 16px;
  }
}

.p-single-post__title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .p-single-post__title {
    font-size: 20px;
  }
}
.p-single-post__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 5px;
}
.p-single-post__body {
  margin-top: 20px;
}

.p-single-post__thumbnails {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2%;
  margin-top: 35px;
}

.p-single-post__thumbnails--single {
  grid-template-columns: 1fr;
}

.p-single-post__thumbnail {
  aspect-ratio: 558 / 350;
  overflow: hidden;
  background-color: #d5d5d5;
}

.p-single-post__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-password-form {
  display: grid;
  row-gap: 20px;
}

.post-password-form p:last-child {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 15px;
}

.post-password-form label {
  display: grid;
  row-gap: 8px;
  font-weight: 500;
}

.post-password-form input[type="password"] {
  width: 100%;
  max-width: 300px;
}

.post-password-form input[type="submit"] {
  min-width: 90px;
  min-height: 44px;
  background-color: var(--color-cta);
  border: 1px solid var(--color-cta);
  color: white;
  border-radius: 22px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition:
    background-color 0.2s,
    color 0.2s;
  text-align: center;
}

.post-password-form input[type="submit"]:hover {
  background-color: white;
  color: var(--color-cta);
}

.p-single-post__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 40px;
}

.p-single-post__tag [href] {
  transition: opacity 0.2s;
}
.p-single-post__tag [href]:hover {
  opacity: 0.8;
}

.p-single-post__tag-item {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: var(--color-primary);
}

@media screen and (max-width: 768px) {
  .p-single-post__tag-item {
    font-size: 14px;
  }
}

.p-single-post__pager {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-single-post__pager {
    font-size: 40px;
  }
}
.p-single-post__navigation {
  margin-top: 130px;
}

@media screen and (max-width: 768px) {
  .p-single-post__navigation {
    margin-top: 60px;
  }
}
}

@layer page{

.p-page-single__head {
  display: grid;
  row-gap: 8px;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .p-page-single__head {
    margin-bottom: 40px;
  }
}

.p-page-single__title {
  font-size: 32px;
  font-weight: 600;
  font-family: var(--fontFamily-serif);
  letter-spacing: 0.05em;
  line-height: 1.5;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .p-page-single__title {
    font-size: 20px;
  }
}
.p-page-single__body {
  margin-top: 20px;
}

.p-page-single__thumbnails {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2%;
  margin-top: 35px;
}

.p-page-single__thumbnails--single {
  grid-template-columns: 1fr;
}

.p-page-single__thumbnail {
  aspect-ratio: 558 / 350;
  overflow: hidden;
  background-color: #d5d5d5;
}

.p-page-single__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
}

@layer page{
.p-page-body {
  padding-top: calc(var(--height-header) * 1px + 65px);
  padding-left: var(--gutter);
  padding-bottom: 150px;
  padding-right: var(--gutter);
}
}

@layer javascript{
/* JavaScript アニメーション用（必要時に追加） */
}

@layer utility{

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

.u-ib {
  display: inline-block;
}

.u-hidden {
  display: none !important;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-clamp-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--line-clamp);
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  .u-md-hidden {
    display: none;
  }
}
.u-md-visible {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-visible {
    display: revert;
  }
}
@media screen and (max-width: 1024px) {
  .u-lg-hidden {
    display: none;
  }
}
.u-lg-visible {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-lg-visible {
    display: revert;
  }
}

@media screen and (max-width: 1280px) {
  .u-xl-hidden {
    display: none;
  }
}
.u-xl-visible {
  display: none;
}
@media screen and (max-width: 1280px) {
  .u-xl-visible {
    display: revert;
  }
}
}
