@layer global {

:root {
  --bp-xxs: 375;
  --bp-xs: 475;
  --bp-sm: 640;
  --bp-md: 768;
  --bp-lg: 1024;
  --bp-xl: 1280;
  --bp-xxl: 1536;
  --bp-xxxl: 1920;

  --color-back: #fff;
  --color-text: #010101;
  --color-primary: #912633;
  --color-secondary: #912633;
  --color-amazon: #ecc042;
  --fontFamily-default: "kinuta-maruminfuji-stdn", serif;

  --height-header: 75;
  --line-clamp: 2;

  --width-inner-lg: 1200;
  --width-inner: 900;
  --width-inner-sm: 625;

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

  --leading-trim: calc((1em - 1lh) / 2);
  --gutter: 15px;
  --gutter-inner: max(15px, calc(15 / 375 * 100%));

  --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);
}

/* @font-face {
  font-family: "xxxxxxxx";
  src: url(../fonts/xxxxxxxx.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
} */

@media screen and (max-width: 768px) {
  :root {
    --height-header: 87;
  }
}
}

@layer reset {

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

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

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

@layer base {

/* base style */

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

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 {
  color: inherit;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

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: optimize-contrast;
  display: block;
}

picture {
  display: contents;
}

iframe {
  border: 0;
}

li,
summary {
  list-style: none;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

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

main {
  display: block;
}

dt {
  font-weight: 400;
}

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

input,
textarea,
select {
  min-width: 0;
  font-size: 1rem;
}

input:focus,
textarea:focus,
select:focus,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline-offset: -2px;
  outline: 2px solid var(--color-primary);
}

textarea {
  resize: vertical;
}

optgroup {
  font-size: 1rem;
}

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

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

/* スピンボタン非表示 (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"],
input[type="month"],
input[type="datetime-local"],
input[type="week"],
input[type="time"],
input[type="date"] {
  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-wrap {
  position: relative;
}

.select-wrap > select {
  width: 100%;
}

.select-wrap::after {
  border-bottom: 2px solid;
  border-right: 2px solid;
  bottom: 0;
  content: "";
  display: block;
  height: 10px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  transform: rotate(45deg);
  width: 10px;
}

select::-ms-expand {
  display: none;
}

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

/* 共通スタイル */
input[type="number"],
input[type="range"] {
  font-size: 1rem;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
}

/* type="number" 専用 */
input[type="number"]:focus {
  border-color: var(--color-primary);
  outline: none;
}

/* type="range" 専用 */
input[type="range"] {
  appearance: none;
  height: 4px;
  background: #ddd;
  margin: 0.5em 0;
}

/* スライダーのつまみ部分（WebKitブラウザ） */
input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 16px;
  height: 16px;
  background: var(--color-primary);
  border-radius: 50%;
  cursor: pointer;
  margin-top: -6px; /* スライダートラックと垂直中央に合わせる */
}

/* スライダーのつまみ部分（Firefox） */
input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: var(--color-primary);
  border-radius: 50%;
  cursor: pointer;
}

/* スライダートラック（Firefox） */
input[type="range"]::-moz-range-track {
  height: 4px;
  background: #ddd;
}

/* ラジオボタン、チェックボックス */
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;
  padding: 0.3em 0.3em 0.3em 1.7em;
  position: relative;
  vertical-align: middle;
}

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::before {
  background: #fff;
  outline-offset: -2px;
  border: 2px solid transparent;
  border-radius: 50%;
  content: "";
  height: calc(23 / 16 * 1em);
  left: 0;
  line-height: 1;
  position: absolute;
  top: 1px;
  width: calc(23 / 16 * 1em);
}

/* ラジオボタンチェック印（未選択） */
input[type="radio"] + span::after {
  content: "";
  display: none;
}

/* ラジオボタンチェック印（選択） */
input[type="radio"]:checked + span::after {
  background: var(--color-primary);
  border-radius: 50%;
  display: block;
  height: calc(13 / 16 * 1em);
  left: calc(5 / 16 * 1em);
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(6 / 16 * 1em);
  width: calc(13 / 16 * 1em);
}

/* チェックボックス */
input[type="checkbox"] + span::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  content: "";
  width: calc(20 / 16 * 1em);
  height: calc(20 / 16 * 1em);
  border: 1px solid transparent;
  background: #fff;
  line-height: 1;
  vertical-align: middle;
}

/* チェックボックス未チェック時 */
input[type="checkbox"] + span::after {
  content: "";
  display: none;
}

/* チェックボックスチェック時 */
input[type="checkbox"]:checked + span::after {
  display: block;
  position: absolute;
  top: 0.1em;
  left: 0.4em;
  width: 0.5em;
  height: 1em;
  content: "";
  border-bottom: 3px solid var(--color-primary);
  border-right: 3px solid var(--color-primary);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
}

@layer layout {
.l-main {
  margin-top: calc(var(--height-header) * 1px);
}
@media screen and (max-width: 768px) {
  .l-main {
    margin-top: unset;
  }
}

.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 {
.vendor{
  
}
}

@layer wordpress {
/* ブロックエディタ用のスタイル */
#wp-postbody {
  display: flow-root;
  overflow: hidden;
  word-break: break-all;
  font-size: 15px;
  line-height: calc(26 / 15);
  color: var(--color-primary);
}
#wp-postbody :where(.wp-block-pullquote) {
  font-size: 1em;
}
#wp-postbody::after,
#wp-postbody::before {
  clear: both;
  content: "";
  display: table;
}

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

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

#wp-postbody h1 {
  font-size: 2em;
  background-color: var(--color-primary);
  padding: 0.25em 0.5em;
  color: white;
  width: fit-content;
  font-weight: 700;
}

#wp-postbody h2 {
  font-size: calc(20 / 15 * 1em);
  color: var(--color-primary);
  position: relative;
  padding-left: calc(13 / 15 * 1em);
}

@media screen and (max-width: 768px) {
  #wp-postbody h2 {
    line-height: calc(26 / 20);
  }
}

#wp-postbody h2::after {
  height: calc(20 / 20 * 1em);
  top: 5px;
  width: 8px;
  content: "";
  background-color: currentColor;
  position: absolute;
  left: 0;
}

#wp-postbody h3 {
  font-size: calc(18 / 15 * 1em);
  color: var(--color-primary);
  position: relative;
  padding-left: calc(10 / 15 * 1em);
}

#wp-postbody h3::after {
  height: 1em;
  top: 4px;
  width: 5px;
  content: "";
  background-color: currentColor;
  position: absolute;
  left: 0;
}
#wp-postbody h4 {
  font-size: calc(16 / 15 * 1em);
  color: var(--color-primary);
  position: relative;
  padding-left: calc(10 / 15 * 1em);
}

#wp-postbody h4::after {
  height: 1em;
  top: 3px;
  width: 3px;
  content: "";
  background-color: currentColor;
  position: absolute;
  left: 0;
}

#wp-postbody h5 {
  font-weight: 700;
  font-size: 1em;
}

#wp-postbody h6 {
  font-weight: 700;
  font-size: 0.75em;
}

#wp-postbody p {
  font-size: 15px;
  line-height: calc(26 / 15);
}

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

#wp-postbody em {
  font-style: italic;
}

#wp-postbody tr {
  font-weight: normal;
}

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

#wp-postbody blockquote {
  border: 1px solid #808080;
  padding: 1.5em;
}
#wp-postbody .wp-block-pullquote {
  font-size: 1em !important;
  line-height: unset !important;
  margin: 1em 0 !important;
  padding: unset !important;
}

#wp-postbody blockquote > *:first-child::before {
  content: "’’";
  font-size: 1.5em;
  margin-right: 0.5em;
  display: inline-block;
}

#wp-postbody blockquote a {
  cursor: pointer;
  text-decoration: underline;
}

#wp-postbody figure {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  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: var(--color-primary);
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.4em;
  left: 0.25em;
  position: absolute;
  top: 1em;
  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;
  color: var(--color-primary);
  top: 0;
}

#wp-postbody a[href] {
  cursor: pointer;
  text-decoration: underline;
}

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

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

#wp-postbody table td {
  font-weight: 400;
}

#wp-postbody dl {
  font-weight: 400;
}

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

#wp-postbody dd {
  font-weight: 400;
  margin-bottom: 1.25rem;
}

#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: cover;
  text-align: center;
}

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

#wp-postbody .post-password-form [name="post_password"] {
  border: 1px solid #333;
  padding: 0.3em;
}

#wp-postbody .post-password-form input[name="Submit"] {
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 0.3em 0.6em;
}

#wp-postbody sup {
  top: -0.5em;
}

#wp-postbody sub {
  bottom: -0.25em;
}

#wp-postbody sub,
#wp-postbody sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: initial;
}

/* プラグイン用 */
#wp-postbody .pdfemb-viewer {
  max-width: 100%;
}

#wp-postbody summary {
  cursor: pointer;
}

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

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

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

#wp-postbody .wp-element-button {
  background-color: var(--color-primary);
  color: white;
}
#wp-postbody a[href].wp-element-button {
  text-decoration: none;
}

#wp-postbody input[type="password"] {
  border: 1px solid currentColor;
  min-width: 100px;
}
}

@layer wordpress {

/* global style inline css を一部無効化 */

:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--color--back: #ffffff;
  --wp--preset--color--text: #000000;
  --wp--preset--color--primary: #220a88;
  --wp--preset--color--secondary: #539a16;
  --wp--preset--color--color-3rd: #a24f00;
  --wp--preset--color--color-4th: #0c925e;
  --wp--preset--color--color-5th: #8b055b;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:root {
  --wp--style--global--content-size: 1120px;
  --wp--style--global--wide-size: 1120px;
}

:where(body) {
  margin: 0;
}

.wp-site-blocks {
  padding-top: var(--wp--style--root--padding-top);
  padding-bottom: var(--wp--style--root--padding-bottom);
}

.has-global-padding {
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}

.has-global-padding > .alignfull {
  margin-right: calc(var(--wp--style--root--padding-right) * -1);
  margin-left: calc(var(--wp--style--root--padding-left) * -1);
}

.has-global-padding
  :where(
    :not(.alignfull.is-layout-flow)
      > .has-global-padding:not(.wp-block-block, .alignfull)
  ) {
  padding-right: 0;
  padding-left: 0;
}

.has-global-padding
  :where(
    :not(.alignfull.is-layout-flow)
      > .has-global-padding:not(.wp-block-block, .alignfull)
  )
  > .alignfull {
  margin-left: 0;
  margin-right: 0;
}

.wp-site-blocks > .alignleft {
  float: left;
  margin-right: 2em;
}

.wp-site-blocks > .alignright {
  float: right;
  margin-left: 2em;
}

.wp-site-blocks > .aligncenter {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

:where(.wp-site-blocks) > * {
  margin-block-start: 24px;
  margin-block-end: 0;
}

:where(.wp-site-blocks) > :first-child {
  margin-block-start: 0;
}

:where(.wp-site-blocks) > :last-child {
  margin-block-end: 0;
}

:root {
  --wp--style--block-gap: 24px;
}

:root :where(.is-layout-flow) > :first-child {
  margin-block-start: 0;
}

:root :where(.is-layout-flow) > :last-child {
  margin-block-end: 0;
}

:root :where(.is-layout-flow) > * {
  margin-block-start: 24px;
  margin-block-end: 0;
}

:root :where(.is-layout-constrained) > :first-child {
  margin-block-start: 0;
}

:root :where(.is-layout-constrained) > :last-child {
  margin-block-end: 0;
}

:root :where(.is-layout-constrained) > * {
  margin-block-start: 24px;
  margin-block-end: 0;
}

:root :where(.is-layout-flex) {
  gap: 24px;
}

:root :where(.is-layout-grid) {
  gap: 24px;
}

.is-layout-flow > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}

.is-layout-flow > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}

.is-layout-flow > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.is-layout-constrained > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}

.is-layout-constrained > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}

.is-layout-constrained > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}

.is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
  display: flex;
}

.is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}

.is-layout-flex > :is(*, div) {
  margin: 0;
}

body .is-layout-grid {
  display: grid;
}

.is-layout-grid > :is(*, div) {
  margin: 0;
}

body {
  --wp--style--root--padding-top: 0px;
  --wp--style--root--padding-right: 0px;
  --wp--style--root--padding-bottom: 0px;
  --wp--style--root--padding-left: 0px;
}

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

:root :where(.wp-element-button, .wp-block-button__link) {
  background-color: #32373c;
  border-width: 0;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
}
.has-text-color {
  color: var(--wp--preset--color--text) !important;
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-back-color {
  color: var(--wp--preset--color--back) !important;
}

.has-primary-color {
  color: var(--wp--preset--color--primary) !important;
}

.has-secondary-color {
  color: var(--wp--preset--color--secondary) !important;
}

.has-color-3rd-color {
  color: var(--wp--preset--color--color-3rd) !important;
}

.has-color-4th-color {
  color: var(--wp--preset--color--color-4th) !important;
}

.has-color-5th-color {
  color: var(--wp--preset--color--color-5th) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-back-background-color {
  background-color: var(--wp--preset--color--back) !important;
}

.has-text-background-color {
  background-color: var(--wp--preset--color--text) !important;
}

.has-primary-background-color {
  background-color: var(--wp--preset--color--primary) !important;
}

.has-secondary-background-color {
  background-color: var(--wp--preset--color--secondary) !important;
}

.has-color-3rd-background-color {
  background-color: var(--wp--preset--color--color-3rd) !important;
}

.has-color-4th-background-color {
  background-color: var(--wp--preset--color--color-4th) !important;
}

.has-color-5th-background-color {
  background-color: var(--wp--preset--color--color-5th) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-back-border-color {
  border-color: var(--wp--preset--color--back) !important;
}

.has-text-border-color {
  border-color: var(--wp--preset--color--text) !important;
}

.has-primary-border-color {
  border-color: var(--wp--preset--color--primary) !important;
}

.has-secondary-border-color {
  border-color: var(--wp--preset--color--secondary) !important;
}

.has-color-3rd-border-color {
  border-color: var(--wp--preset--color--color-3rd) !important;
}

.has-color-4th-border-color {
  border-color: var(--wp--preset--color--color-4th) !important;
}

.has-color-5th-border-color {
  border-color: var(--wp--preset--color--color-5th) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

:root :where(.wp-block-pullquote) {
  font-size: 1.5em;
  line-height: 1.6;
}
}

@layer components {
.c-button-simple {
  text-align: center;
  display: block;
  border-radius: 40px;
  padding: 15px;
  width: 100%;
  text-decoration: none;
  transition: color 0.3s var(--ease-in-out-quad),
    background-color 0.3s var(--ease-in-out-quad);
}
a.c-button-simple:where(:not(.wp-element-button)) {
  text-decoration: none !important;
}

.c-button-simple[data-color="primary"] {
  color: white;
  background-color: var(--color-primary);
}

.c-button-simple[data-color="primary"]:hover {
  color: var(--color-primary);
  background-color: white;
}

.c-button-simple[data-color="amazon"] {
  background-color: var(--color-amazon);
  color: #010101;
}
.c-button-simple[data-color="amazon"]:hover {
  background-color: white;
}

.c-button-simple__text {
  line-height: calc(20 / 18);
  font-size: 18px;
}

.c-button-cta {
  display: inline-grid;
  grid-template-columns: 18px auto;
  background-color: var(--color-primary);
  display: block;
  border-radius: 20px;
  padding: 11px 15px;
  width: 100%;
  text-decoration: none;
  color: white;
  transition: filter 0.3s var(--ease-in-out-quad);
}
.c-button-cta:hover {
  filter: brightness(1.2);
}

.c-button-cta[data-color="white"]:hover {
  color: white;
  background-color: var(--color-primary);
}

.c-button-rect {
  text-align: center;
  display: block;
  padding: 7px;
  width: 100%;
  text-decoration: none;
  color: var(--color-primary);
  border: 1px solid currentColor;
  transition: color 0.3s var(--ease-in-out-quad),
    background-color 0.3s var(--ease-in-out-quad);
}

.c-button-rect._post {
  width: 147px;
}

.c-button-rect._reverse {
  color: white;
  background-color: var(--color-primary);
}

.c-button-rect__text {
  font-size: 15px;
  line-height: calc(26 / 15);
}
.c-button-rect:hover {
  color: white;
  background-color: var(--color-primary);
}
.c-button-rect._reverse:hover {
  color: var(--color-primary);
  background-color: white;
}
}

@layer components {

.c-form-input {
  padding: 0.3em 1em;
  background-color: white;
  border-radius: 31px;
  width: 100%;
}

.c-form-textarea {
  padding: 1em 1em;
  background-color: white;
  border-radius: 31px;
  height: 169px;
  overflow-y: auto;
  width: 100%;
}

.c-form-radio {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  color: var(--color-primary);
  column-gap: 10px;
}
.c-form-required {
  width: 33px;
  line-height: calc(16 / 10);
  background-color: var(--color-primary);
  color: white;
  border-radius: 4px;
  font-size: 10px;
  display: grid;
  place-items: center;
}
.c-form-label {
  font-size: 15px;
  line-height: calc(20 / 15);
}

.c-form-label._tracking {
  letter-spacing: -0.1em;
}

.c-form-contact__list {
  display: grid;
  grid-template-columns: 170px 1fr;
  column-gap: 20px;
  row-gap: 15px;
}

@media screen and (max-width: 768px) {
  .c-form-contact__list {
    grid-template-columns: 1fr;
    row-gap: unset;
  }
}

.c-form-contact__list .-head {
  color: var(--color-primary);
  padding-top: 8px;
}

@media screen and (max-width: 768px) {
  .c-form-contact__list .-head:not(:first-of-type) {
    margin-top: 15px;
  }
}

.c-form-contact__list .-head:has(.c-form-required) {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .c-form-contact__list .-head:has(.c-form-required) {
    justify-content: flex-start;
    column-gap: 10px;
  }
}

.c-form-contact__list .-head:has(.c-form-required) .c-form-required {
  align-self: flex-start;
}

.c-form-contact__list .-head.-message {
  margin-top: 15px;
}
.c-form-contact__list .-body.-message {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .c-form-contact__list .-body.-message {
    margin-top: unset;
  }
}

.c-form-contact__list .-name {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}

@media screen and (max-width: 768px) {
  .c-form-contact__list .-name {
    column-gap: 10px;
  }
}
.c-form-contact__list .wpcf7-list-item {
  margin-left: unset !important;
}

.c-form-contact__privacy {
  margin-top: 35px;
  color: var(--color-primary);
  font-size: 15px;
  line-height: calc(20 / 15);
}

@media screen and (max-width: 768px) {
  .c-form-contact__privacy {
    margin-top: 25px;
  }
}
.c-form-contact__privacy .-heading {
  text-align: center;
}

.c-form-contact__privacy .-box {
  margin-top: 10px;
  padding: 1em;
  background-color: white;
  border-radius: 20px;
  height: 200px;
  overflow-y: auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-form-contact__privacy .-box {
    margin-top: 5px;
    height: 295px;
  }
}

.c-form-contact__privacy .-check {
  display: flex;
  align-items: center;
  margin-top: 20px;
  column-gap: 10px;
}

@media screen and (max-width: 768px) {
  .c-form-contact__privacy .-check {
    margin-top: 15px;
  }
}
.c-form-contact__buttons {
  display: grid;
  place-items: center;
  margin-top: 45px;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .c-form-contact__buttons {
    margin-top: 30px;
  }
}

.wpcf7-spinner {
  position: absolute !important;
  top: 50% !important;
  right: 0 !important;
  translate: 150% -50% !important;
  margin: 0 !important;
}

.c-form-contact__buttons input[type="submit"] {
  text-align: center;
  display: block;
  border-radius: 31px;
  width: 100%;
  text-decoration: none;
  background-color: #953042;
  color: white;
  width: 240px;
  font-size: 20px;
  line-height: calc(41 / 20);
  text-decoration: none !important;
  transition: background-color 0.3s, filter 0.3s var(--ease-in-out-quad);
}

.c-form-contact__buttons input[type="submit"]:hover {
  filter: brightness(1.2);
}

.c-form-contact__buttons input[type="submit"]:disabled {
  background-color: #afafaf;
}
.c-form-contact .wpcf7-not-valid-tip {
  margin-top: 5px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0 !important;
  padding: 0.75em 1em !important;
  background-color: white;
}

.c-form-contact__privacy .-box h3 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.c-form-contact__privacy .-box h3:not(:first-of-type) {
  margin-top: 20px;
}

.c-form-contact__privacy .-box ul {
  margin-top: 20px;
}

.c-form-contact__privacy .-box ul > li {
  margin-top: 10px;
}

.c-form-contact__privacy .-box address {
  margin-top: 20px;
}
}

@layer components {

.c-hamburger {
  cursor: pointer;
  height: 25px;
  position: relative;
  width: 25px;
}

.c-hamburger__line {
  background: var(--color-primary);
  display: inline-block;
  height: 2px;
  left: 0;
  pointer-events: none;
  position: absolute;
  transition: all 0.3s;
  width: 100%;
}

.c-hamburger__line:nth-of-type(1) {
  top: 0;
}

.c-hamburger__line:nth-of-type(2) {
  top: 11px;
}

.c-hamburger__line:nth-of-type(3) {
  top: 23px;
}

.c-hamburger[aria-expanded="true"] .c-hamburger__line {
  background: #fff;
}

.c-hamburger[aria-expanded="true"] .c-hamburger__line:nth-of-type(1) {
  left: 0;
  top: 4px;
  transform: translateY(6px) rotate(-45deg);
}

.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) {
  left: 0;
  top: 16px;
  transform: translateY(-6px) rotate(45deg);
}
}

@layer components {

.c-heading-bar {
  display: flex;
  align-items: center;
  color: white;
  column-gap: 30px;
  max-width: 625px;
}

@media screen and (max-width: 768px) {
  .c-heading-bar {
    column-gap: 15px;
  }
}

.c-heading-bar[data-color="black"] {
  color: #010101;
}

.c-heading-bar__text {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .c-heading-bar__text {
    font-size: 25px;
    line-height: calc(50 / 25);
  }
}

.c-heading-bar::before {
  display: block;
  content: "";
  height: 1px;
  flex: 1;
  background-color: currentColor;
  width: 100%;
}

.c-heading-bar::after {
  display: block;
  content: "";
  height: 1px;
  background-color: currentColor;
  width: 100%;
  flex: 1;
}
}

@layer components {

.c-card-product__figure {
  display: grid;
  place-items: center;
  margin-bottom: 10px !important;
  background: white;
  border-radius: 999em;
  overflow: hidden;
}

.c-card-product__body {
  display: flex;
  column-gap: 10px;
  border: 1px dashed white;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
}
.c-card-product__img {
  width: 100%;
  scale: 0.75;
}

.c-card-product__name {
  color: white;
  font-size: 25px;
}

.c-card-product__name .-sub {
  font-size: calc(15 / 25 * 100%);
}

.c-card-product__value {
  color: white;
  flex-shrink: 0;
  width: fit-content;
  font-size: 23px;
  line-height: calc(28 / 23);
}
}

@layer components {

.c-news-top__link {
  display: grid;
  grid-template-columns: 80px 1fr;
  column-gap: 20px;
  color: white;
  text-decoration: none !important;
  transition: opacity 0.3s var(--ease-in-out-quad);
}

.c-news-top__link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .c-news-top__link {
    grid-template-columns: 1fr;
  }
}
.c-news-top__date {
  font-size: 13px;
  line-height: calc(30 / 13);
}

@media screen and (max-width: 768px) {
  .c-news-top__date {
    line-height: 1px;
  }
}
.c-news-top__title {
  font-size: 15px;
  line-height: calc(30 / 15);
}

@media screen and (max-width: 768px) {
  .c-news-top__title {
    line-height: calc(16 / 15);
    margin-top: 5px;
  }
}
}

@layer components {

.c-navigation-post__layout {
  display: grid;
  justify-content: space-between;
  column-gap: 20px;
  align-items: center;
  grid-template-columns: 160px 1fr 160px;
}

@media screen and (max-width: 768px) {
  .c-navigation-post__layout {
    grid-template-columns: 30px 1fr 30px;
  }
}

.c-navigation-post__list {
  display: grid;
  place-items: center;
}

.c-navigation-post__list .-text {
  color: var(--color-primary);
  font-size: 15px;
  line-height: calc(26 / 15);
  transition: opacity 0.3s var(--ease-in-out-quad);
}

.c-navigation-post__list .-text:hover {
  opacity: 0.8;
}
}

@layer components {
.c-pagination-main .post-page-numbers {
  min-width: 24px;
  height: 27px;
  background-color: transparent;
  display: grid;
  place-items: center;
  color: var(--color-primary);
  font-size: 13px;
  line-height: calc(26 / 13);
}
.c-pagination-main .post-page-numbers.current {
  background-color: var(--color-primary);
  color: white;
}

.c-pagination-main {
}

.c-pagination-main ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 5px;
  row-gap: 10px;
}

.c-pagination-main :is(a.page-numbers, span.page-numbers) {
  min-width: 24px;
  height: 27px;
  background-color: transparent;
  display: grid;
  place-items: center;
  color: var(--color-primary);
  font-size: 13px;
  line-height: calc(26 / 13);
}

.c-pagination-main :is(a.page-numbers, span.page-numbers)[aria-current="page"] {
  background-color: var(--color-primary);
  color: white;
}
.c-pagination-main a {
  transition: opacity 0.3s var(--ease-in-out-quad);
}
.c-pagination-main a:hover {
  opacity: 0.8;
}
}

@layer components {

.c-post-row {
  color: var(--color-primary);
  position: relative;
}

.c-post-row::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform-origin: right center;
  transform: scaleX(1);
  transition: transform 0.5s var(--ease-in-out-quad);
}

.c-post-row:hover::after {
  animation: line-wipe 0.5s var(--ease-in-out-quad) forwards;
}

@keyframes line-wipe {
  0% {
    transform-origin: right center;
    transform: scaleX(1);
  }
  49% {
    transform-origin: right center;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left center;
    transform: scaleX(0);
  }
  100% {
    transform-origin: left center;
    transform: scaleX(1);
  }
}

.c-post-row__link {
  display: grid;
  grid-template-columns: 88px 1fr;
  column-gap: 20px;
  position: relative;
  text-decoration: none !important;
}

@media screen and (max-width: 768px) {
  .c-post-row__link {
    grid-template-columns: 1fr;
    padding-bottom: 5px;
  }
}
.c-post-row__title {
  font-size: 15px;
  line-height: calc(25 / 15);
}

@media screen and (max-width: 768px) {
  .c-post-row__title {
    line-height: calc(16 / 15);
    margin-top: 5px;
  }
}
.c-post-row__date {
  font-size: 13px;
  text-decoration: none !important;
  line-height: calc(25 / 13);
}
@media screen and (max-width: 768px) {
  .c-post-row__date {
    line-height: 1;
  }
}
}

@layer components {

.c-label-category {
  text-align: center;
  display: block;
  padding: 7px;
  text-decoration: none;
  color: var(--color-primary);
  border: 1px solid currentColor;
  width: fit-content;
  min-width: 80px;
  font-size: 14px;
  padding-left: 1em;
  padding-right: 1em;
  transition: color 0.3s var(--ease-in-out-quad),
    background-color 0.3s var(--ease-in-out-quad);
}

.c-label-category._reverse {
  color: white;
  background-color: var(--color-primary);
}

.c-label-category__text {
  font-size: 15px;
  line-height: calc(26 / 15);
}
.c-label-category:hover {
  color: white;
  background-color: var(--color-primary);
}
.c-label-category._reverse:hover {
  color: var(--color-primary);
  background-color: white;
}
}

@layer site {

.s-header {
  background-color: #fff;
  height: 100px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  height: calc(var(--height-header) * 1px);
}

@media screen and (max-width: 1200px) {
  .s-header {
    background-color: transparent;
    padding-right: 30px;
  }
}

.s-header._fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: var(--zIndex-header);
}

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

@media screen and (max-width: 1200px) {
  .s-header__inner {
    justify-content: flex-end;
    max-width: none;
  }
}

.s-header__nav {
  width: 100%;
  padding-left: 35px;
}

@media screen and (max-width: 1200px) {
  .s-header__nav {
    display: none;
  }
}

.s-header__logo {
  position: absolute;
  left: 50%;
  top: 5px;
  translate: -50% 0;
  width: 95px;
}

@media screen and (max-width: 1200px) {
  .s-header__logo {
    display: none;
  }
}

.s-header__spmenu {
  height: 100vh;
  height: 100svh;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: 0.3s;
  width: 100vw;
  z-index: var(--zIndex-spmenu);
}

.s-header__toggle {
  display: none;
  position: relative;
  z-index: var(--zIndex-toggle);
}

@media screen and (max-width: 1200px) {
  .s-header__toggle {
    display: block;
  }
}

.s-header__cta {
  position: absolute;
  right: var(--gutter);
  top: 50%;
  translate: 0 -50%;
}

@media screen and (max-width: 1200px) {
  .s-header__cta {
    position: fixed;
    translate: -50% 0;
    bottom: 20px;
    left: 50%;
    width: 180px;
    top: unset;
  }
}

.s-header-nav__list {
  display: flex;
  justify-content: center;
  column-gap: 45px;
}

.s-header-nav__item {
  text-align: center;
}
.s-header-nav__item[role="presentation"] {
  flex-basis: 95px;
}

.s-header-nav__link {
  color: var(--color-primary);
  font-size: 15px;
  line-height: calc(30 / 15);
  text-decoration: none !important;
  transition: opacity 0.3s var(--ease-in-out-quad);
}

.s-header-nav__link:hover {
  opacity: 0.8;
}

.s-header-logo {
  user-select: none;
  display: none;
}

@media screen and (max-width: 1200px) {
  .s-header-logo {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    translate: -17% -17%;
    z-index: var(--zIndex-header-logo);
  }
}
}

@layer site {

.s-spmenu {
  background-color: var(--color-secondary);
  height: 100vh;
  height: 100dvh;
  opacity: 0;
  pointer-events: none;
  position: relative;
  transition: opacity 0.3s;
  width: 100%;
}

.s-spmenu._is-open {
  opacity: 1;
  pointer-events: all;
}

.s-spmenu__inner {
  display: grid;
  place-items: center;
  height: 100%;
}

.s-spmenu__logo {
  user-select: none;
  display: none;
}

@media screen and (max-width: 1200px) {
  .s-spmenu__logo {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    translate: -17% -17%;
    z-index: var(--zIndex-header-logo);
  }
}

.s-spmenu__cta {
  position: absolute;
  bottom: 20px;
  left: 50%;
  translate: -50%;
}
.s-spmenu-nav__list {
  display: flex;
  flex-direction: column;
  row-gap: calc(52 / 750 * 100lvh);
  align-items: center;
  color: white;
}
.s-spmenu-nav__link {
  font-size: 18px;
  line-height: calc(35 / 18);
}
}

@layer site {

.s-footer {
  background-color: #010101;
  padding-top: 290px;
  padding-bottom: 15px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  position: relative;
  overflow: hidden;
  color: white;
}

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

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

.s-footer__bg .-img {
  object-position: top;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.s-footer__inner {
  max-width: calc(var(--width-inner) * 1px);
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.s-footer__address {
  font-size: 16px;
  margin-top: 30px;
  line-height: calc(33 / 16);
}
.s-footer__address .-address {
  letter-spacing: 0.1em;
}

.s-footer__lower {
  margin-top: 200px;
}

@media screen and (max-width: 768px) {
  .s-footer__lower {
    margin-top: 320px;
  }
}

.s-footer__copyright {
  font-size: 11px;
  line-height: calc(22 / 11);
  letter-spacing: 0.1em;
  text-align: center;
}
}

@layer page {

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

.p-page404-body__heading {
  font-size: 28px;
  text-align: center;
}

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

.p-page404-body__text {
  margin-top: 60px;
  text-align: center;
}

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

.p-page404-body__button > * {
  max-width: 240px;
}
}

@layer page {
.p-top-first {
  background-image: url(../images/top/first_bg.webp);
  background-repeat: repeat;
}
}

@layer page {

.p-top-about {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top-about {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-top-about__inner {
  padding-top: 50px;
  clip-path: polygon(0 70px, 100% 0, 100% 100%, 0% 100%);
  max-width: calc(var(--width-inner) * 1px);
  background-color: #11110f;
  margin-left: auto;
  margin-right: auto;
}

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

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

.p-top-about__head {
  position: relative;
}

.p-top-about__ribbon {
  position: absolute;
  right: max(32%, calc(50% - 140px));
  translate: 50%;
  top: 1%;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-top-about__ribbon {
    right: max(25%, calc(50% - 140px));
    top: -2%;
  }
}

.p-top-about__thumbnail {
  margin-top: -5px;
}

.p-top-about__text {
  text-align: center;
  color: white;
  font-size: 18px;
  line-height: calc(27 / 18);
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-top-about__text {
    font-size: 17px;
    line-height: calc(27 / 17);
    margin-top: 35px;
  }
}
}

@layer page {

.p-top-company {
  padding-top: 40px;
  padding-bottom: 110px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  background-color: #f2eded;
}

@media screen and (max-width: 768px) {
  .p-top-company {
    padding-top: 25px;
    padding-bottom: 45px;
  }
}
.p-top-company__inner {
  max-width: calc(var(--width-inner) * 1px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

.p-top-company__heading > * {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .p-top-company__heading {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}

.p-top-company__list {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding-left: 25px;
  padding-right: 25px;
}

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

.p-top-company__row {
  border-radius: 15px;
  background-color: white;
  display: grid;
  grid-template-columns: 125px 1fr;
  padding-left: 20px;
  padding-right: 20px;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  column-gap: 20px;
}

@media screen and (max-width: 768px) {
  .p-top-company__row {
    grid-template-columns: 1fr;
    background-color: unset;
    padding-left: unset;
    padding-right: unset;
    padding-top: unset;
    padding-bottom: unset;
  }
}

.p-top-company__row._radius-lg {
  border-radius: 22px;
}
.p-top-company__row._works .p-top-company__subhead {
  align-self: flex-start;
}
.p-top-company__row._tracking .p-top-company__body {
  letter-spacing: 0.1em;
}
.p-top-company__row._tracking .p-top-company__subhead {
  letter-spacing: 0;
}
.p-top-company__head {
  font-size: 16px;
  line-height: calc(21 / 16);
}

@media screen and (max-width: 768px) {
  .p-top-company__head {
    padding-left: 20px;
  }
}

.p-top-company__sublist {
  display: grid;
  grid-template-columns: 123px 1fr;
  align-items: center;
  row-gap: 5px;
  column-gap: 20px;
}

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

.p-top-company__subhead {
  background-color: #f2eded;
  font-size: 16px;
  line-height: calc(23 / 16);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-top-company__subhead {
    justify-self: flex-start;
    width: 113px;
  }
}

.p-top-company__body {
  font-size: 16px;
  line-height: calc(20 / 16);
}

@media screen and (max-width: 768px) {
  .p-top-company__body {
    background-color: white;
    border-radius: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-top-company__map {
  margin-top: 40px;
  padding-left: 25px;
  padding-right: 25px;
}

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

.p-top-company__map iframe {
  width: 100%;
  max-width: 100%;
}
}

@layer page {

.p-top-contact {
  padding-top: 75px;
  padding-bottom: 125px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  background-color: var(--color-primary);
}

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

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

.p-top-contact__heading > * {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .p-top-contact__heading {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}

.p-top-contact__intro {
  color: white;
  margin-top: 50px;
  text-align: center;
  font-size: 16px;
  line-height: calc(20 / 16);
}

@media screen and (max-width: 768px) {
  .p-top-contact__intro {
    margin-top: 10px;
  }
}
.p-top-contact__body {
  margin-top: 45px;
  padding-left: 45px;
  padding-right: 45px;
}

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

.p-top-contact__form {
  padding: 70px 11.5% 25px;
  border-radius: 22px;
  background-color: color-mix(in srgb, white 75%, transparent);
}

@media screen and (max-width: 768px) {
  .p-top-contact__form {
    padding: 20px 4%;
  }
}
}

@layer page {
.p-top-mv__img {
  width: 100%;
}
}

@layer page {

.p-top-news {
  padding-top: 70px;
  padding-bottom: 50px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media screen and (max-width: 768px) {
  .p-top-news {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
}

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

.p-top-news__box {
  background-color: var(--color-primary);
  color: white;
  padding: 18px;
}

@media screen and (max-width: 768px) {
  .p-top-news__box {
    background-color: white;
    color: var(--color-primary);
    padding: unset;
  }
}
.p-top-news__layout {
  max-width: 704px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 2.7fr;
  column-gap: 25px;
}

@media screen and (max-width: 768px) {
  .p-top-news__layout {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
  .p-top-news__body {
    background-color: var(--color-primary);
    color: white;
    padding: 35px 12% 30px;
  }
}

.p-top-news__heading {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .p-top-news__heading .-group {
    display: flex;
    align-items: flex-end;
    column-gap: 15px;
  }
}

.p-top-news__heading .-en {
  color: white;
  font-size: 35px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .p-top-news__heading .-en {
    color: var(--color-primary);
  }
}
.p-top-news__heading .-ja {
  font-size: 14px;
}

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

@media screen and (max-width: 768px) {
  .p-top-news__list {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
  }
}

.p-top-news__bottom {
  text-align: right;
  margin-top: 10px;
}

.p-top-news__more {
  font-size: 18px;
  transition: opacity 0.3s var(--ease-in-out-quad);
}

@media screen and (max-width: 768px) {
  .p-top-news__more {
    font-size: 16px;
  }
}

.p-top-news__more:hover {
  opacity: 0.8;
}
}

@layer page {

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

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

.p-top-particular__inner {
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #11110f;
  max-width: calc(var(--width-inner) * 1px);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .p-top-particular__inner {
    padding-top: 25px;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}
.p-top-particular__sm {
  max-width: calc(var(--width-inner-sm) * 1px);
  margin-left: auto;
  margin-right: auto;
}

.p-top-particular__heading > * {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .p-top-particular__heading {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}

.p-top-particular__list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-particular__list {
    margin-top: 55px;
  }
}

.p-top-particular__item {
  flex: 1;
  position: relative;
}

.p-top-particular__item .-heading {
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% -50%;
  background-color: var(--color-primary);
  color: white;
  font-size: 25px;
  letter-spacing: -0.05em;
  line-height: calc(40 / 25);
  padding-left: calc(30 / 25 * 1em);
  padding-right: calc(30 / 25 * 1em);
}

@media screen and (max-width: 768px) {
  .p-top-particular__item .-heading {
    width: 100%;
    max-width: 206px;
  }
}

.p-top-particular__item .-body {
  background-color: #707070;
  padding: 30px 40px 12px;
}

@media screen and (max-width: 768px) {
  .p-top-particular__item .-body {
    padding: 30px 20px 12px;
  }
}

.p-top-particular__item .-text {
  color: white;
  margin-inline: auto;
  max-inline-size: max-content;
  letter-spacing: -0.05em;
  font-size: 16px;
  line-height: calc(24 / 16);
}
}

@layer page {

.p-top-product {
  padding-top: 90px;
  padding-bottom: 50px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

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

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

.p-top-product__heading > * {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .p-top-product__heading {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}

.p-top-product__list {
  margin-top: 80px;
  display: flex;
  column-gap: calc(70 / 900 * 100%);
  row-gap: 40px;
}

@media screen and (max-width: 768px) {
  .p-top-product__list {
    flex-direction: column;
    max-width: min(74%, 300px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    row-gap: 30px;
  }
}

.p-top-product__item {
  flex: 1;
}
}

@layer page {

.p-top-quality {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  padding-bottom: 30px;
  padding-top: 45px;
  overflow: hidden;
}

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

.p-top-quality__inner {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: calc(var(--width-inner) * 1px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top-quality__inner {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}
.p-top-quality__bg {
  position: absolute;
  left: 0;
  width: 100%;
  top: -2%;
}
@media screen and (max-width: 768px) {
  .p-top-quality__bg {
    top: -1.4%;
    width: 1068px;
    left: 60%;
    translate: -50%;
  }
}

.p-top-quality__contents {
  position: relative;
  z-index: 2;
}

.p-top-quality__heading > * {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .p-top-quality__heading {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}

.p-top-quality__intro {
  color: white;
  font-size: 18px;
  line-height: calc(27 / 18);
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-top-quality__intro {
    margin-top: 15px;
  }
}
.p-top-quality__intro._second {
  font-size: 16px;
  line-height: calc(24 / 16);
  text-align: center;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .p-top-quality__intro._second {
    margin-top: 35px;
  }
}
.p-top-quality__list {
  margin-top: 85px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 4%;
  row-gap: 30px;
}

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

.p-top-quality__item {
  flex: 1;
  position: relative;
}

.p-top-quality__item .-heading {
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% -50%;
  background-color: white;
  font-size: 18px;
  line-height: calc(27 / 18);
  padding: 0.3em 1em;
  width: 250px;
  text-align: center;
  border-radius: 20px;
}

.p-top-quality__item .-body {
  padding: 11% 8% 5%;
  border: 1px solid white;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .p-top-quality__item .-body {
    padding: 11% 5.5% 5.5%;
  }
}
.p-top-quality__item .-text {
  color: white;
  margin-inline: auto;
  max-inline-size: max-content;
  font-size: 18px;
  line-height: calc(27 / 18);
}

.p-top-quality__bottom {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 4%;
}

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

.p-top-quality__legal .-figure {
  display: grid;
  place-items: center;
  text-align: center;
  margin-bottom: 0 !important;
}

.p-top-quality__legal .-figcaption {
  color: white;
  font-size: 15px;
  line-height: calc(28 / 15);
  margin-top: 10px;
}
.p-top-quality__legal .-heading {
  color: white;
  font-size: 19px;
  line-height: calc(32 / 19);
  padding: 8px;
  text-align: center;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .p-top-quality__legal .-heading {
    margin-top: 5px;
    font-size: 18px;
    line-height: calc(29 / 18);
  }
}
.p-top-quality__legal .-heading.-blue {
  background-color: #1d407f;
}
.p-top-quality__legal .-heading.-green {
  background-color: #097e6a;
}

.p-top-quality__legal .-text {
  margin-top: 25px;
  font-size: 15px;
  line-height: calc(24 / 15);
  color: white;
}

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

@layer page {

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

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

.p-top-recommend__inner {
  padding-top: 25px;
  padding-bottom: 45px;
  background-color: #11110f;
  max-width: calc(var(--width-inner) * 1px);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .p-top-recommend__inner {
    padding-top: 10px;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 65px));
    padding-bottom: 95px;
  }
}
.p-top-recommend__sm {
  max-width: calc(var(--width-inner-sm) * 1px);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .p-top-recommend__sm {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-top-recommend__heading > * {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .p-top-recommend__heading {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
.p-top-recommend__visual {
  display: flex;
  margin-top: 35px;
  column-gap: 15px;
}

@media screen and (max-width: 768px) {
  .p-top-recommend__visual {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    max-width: 464px;
    margin-left: auto;
    margin-right: auto;
    column-gap: unset;
  }
}

.p-top-recommend__intro {
  margin-top: 20px;
  color: white;
  font-size: 16px;
  line-height: calc(24 / 16);
}

@media screen and (max-width: 768px) {
  .p-top-recommend__intro {
    margin-top: 25px;
  }
}
.p-top-recommend__lead {
  color: white;
  text-align: center;
  font-size: 18px;
  line-height: calc(27 / 18);
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-top-recommend__lead {
    font-size: 17px;
    line-height: calc(27 / 17);
    margin-top: 50px;
  }
}

.p-top-recommend__banner {
  margin-top: 25px;
  display: grid;
  place-items: center;
}

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

@layer page {

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

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

.p-top-use__inner {
  padding-top: 55px;
  padding-bottom: 20px;
  background-color: #11110f;
  max-width: calc(var(--width-inner) * 1px);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .p-top-use__inner {
    padding-top: 20px;
    padding-bottom: unset;
  }
}
.p-top-use__sm {
  max-width: calc(var(--width-inner-sm) * 1px);
  margin-left: auto;
  margin-right: auto;
}

.p-top-use__heading > * {
  margin-left: auto;
  margin-right: auto;
}

.p-top-use__list {
  display: flex;
  column-gap: calc(44 / 625 * 100%);
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p-top-use__list {
    flex-direction: column;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
  }
}

.p-top-use__item {
  flex: 1;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top-use__item .-figure {
    display: grid;
    column-gap: 15px;
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
    margin-bottom: 0 !important;
  }

  .p-top-use__item:nth-child(2) .-figure {
    grid-template-columns: 1fr 1.2fr;
  }
  .p-top-use__item:nth-child(2) .-figcaption {
    padding-left: 20px;
  }

  .p-top-use__item:nth-child(2) .-img {
    order: 2;
  }
}

.p-top-use__item .-figcaption {
  color: white;
  font-size: 16px;
  line-height: calc(24 / 16);
  margin-top: 5px;
}
}

@layer page {

.p-archive-head {
  padding-top: 55px;
  padding-bottom: 35px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media screen and (max-width: 768px) {
  .p-archive-head {
    padding-top: 145px;
  }
}
.p-archive-head__inner {
  max-width: calc(var(--width-inner) * 1px);
  margin-left: auto;
  margin-right: auto;
}
.p-archive-head__head {
  background-color: var(--color-primary);
  padding-top: 10px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-archive-head__head {
    padding-top: unset;
    padding-bottom: unset;
    padding-left: 8%;
    padding-right: 8%;
  }
}
.p-archive-head__heading {
  color: white;
  font-size: 14px;
  display: flex;
  align-items: center;
  column-gap: 15px;
  line-height: calc(28 / 14);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.p-archive-head__heading .-en {
  font-size: calc(35 / 14 * 100%);
  text-transform: uppercase;
}

.p-archive-head__sub {
  font-size: 14px;
  padding-bottom: 15px;
  color: white;
  margin-right: auto;
  max-width: 640px;
  margin-left: auto;
}
}

@layer page {

.p-archive-body {
  padding-top: 33px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media screen and (max-width: 768px) {
  .p-archive-body {
    padding-top: 15px;
  }
}
.p-archive-body__inner {
  max-width: calc(var(--width-inner) * 1px);
  margin-left: auto;
  margin-right: auto;
}

.p-archive-body__list {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

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

@layer page {

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

@media screen and (max-width: 768px) {
  .p-archive-pagination {
    padding-top: 55px;
    padding-bottom: 35px;
  }
}
.p-archive-pagination__inner {
  max-width: calc(var(--width-inner) * 1px);
  margin-left: auto;
  margin-right: auto;
}

.p-archive-pagination__body {
  display: flex;
  justify-content: flex-end;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
}

@layer page {

.p-single-post {
  padding-top: 60px;
  padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .p-single-post {
    padding-top: 145px;
  }
}
.p-single-post__inner {
  max-width: calc(var(--width-inner) * 1px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .p-single-post__inner {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}

@media screen and (max-width: 768px) {
  .p-single-post__head {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}
.p-single-post__heading {
  background-color: var(--color-primary);
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  font-size: 20px;
  line-height: calc(40 / 20);
}

@media screen and (max-width: 768px) {
  .p-single-post__heading {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.p-single-post__category-list {
  display: flex;
  margin-top: 10px;
  row-gap: 10px;
  flex-wrap: wrap;
  column-gap: 10px;
}

.p-single-post__tag-list {
  margin-top: 10px;
  display: flex;
  row-gap: 10px;
  flex-wrap: wrap;
  column-gap: 10px;
}

@media screen and (max-width: 768px) {
  .p-single-post__tag-list {
    margin-bottom: 5px;
  }
}

.p-single-post__date {
  font-size: 13px;
  line-height: calc(26 / 13);
  color: var(--color-primary);
  margin-top: 15px;
}

.p-single-post__thumbnail {
  margin-top: 25px;
}

.p-single-post__thumbnail img {
  width: 100%;
  max-height: 446px;
  object-fit: cover;
}

.p-single-post__body {
  padding-top: 65px;
}

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

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

.p-single-post__pager {
  margin-top: 25px;
  display: flex;
  justify-content: flex-end;
}
}

@layer page {

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

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

.p-top-links__inner {
  max-width: calc(var(--width-inner) * 1px);
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 75px));
  padding-bottom: 135px;
  background-color: #11110f;
  margin-left: auto;
  margin-right: auto;
  background-image: linear-gradient(
    to bottom,
    color-mix(in srgb, white 23%, transparent),
    color-mix(in srgb, #11110f 23%, transparent)
  );
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

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

.p-top-links__lead {
  font-size: 18px;
  line-height: calc(20 / 18);
  color: white;
  text-align: center;
}

.p-top-links__lead._mt {
  margin-top: 50px;
}
.p-top-links__buttons {
  display: flex;
  column-gap: 35px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

.p-top-links__buttons > * {
  flex-basis: 240px;
}
@media screen and (max-width: 768px) {
  .p-top-links__buttons {
    flex-direction: column;
    row-gap: 40px;
    margin-top: 20px;
    align-items: center;
  }
  .p-top-links__buttons > * {
    flex-basis: unset;
  }

  .p-top-links__buttons .c-button-simple {
    width: 240px;
  }
}
}

@layer page {

.p-top-message {
  padding-top: 40px;
  padding-left: var(--gutter);
  background-color: #f2eded;
  padding-right: var(--gutter);
}

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

.p-top-message__inner {
  max-width: calc(var(--width-inner) * 1px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
}

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

.p-top-message__box {
  padding: 40px 30px 40px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-top-message__box {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

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

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

.p-top-message__heading {
  display: grid;
  place-items: center;
}

@media screen and (max-width: 768px) {
  .p-top-message__heading {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}

.p-top-message__heading > .c-heading-bar {
  width: 100%;
}

.p-top-message__layout {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  column-gap: 2%;
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .p-top-message__layout {
    grid-template-columns: 1fr;
    row-gap: 25px;
  }
}
.p-top-message__contents {
  position: relative;
  z-index: 2;
}
.p-top-message__logo {
  display: grid;
  place-items: center;
  margin-top: 5px;
}

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

.p-top-message__text {
  font-size: 15px;
  line-height: calc(24 / 15);
}

@media screen and (max-width: 768px) {
  .p-top-message__text {
    text-align: center;
    font-size: 16px;
    line-height: calc(26 / 16);
  }
}

.p-top-message__name {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .p-top-message__name {
    display: grid;
    place-items: center;
    margin-top: 20px;
  }
}
.p-top-message__head {
  align-self: flex-end;
}
.p-top-message__person {
  display: grid;
  place-items: center;
}

@media screen and (max-width: 768px) {
  .p-top-message__person .-img {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-top-message__member {
  display: grid;
  place-items: center;
  margin-top: 40px;
}

.p-top-message__member .-img {
  max-width: 610px;
  width: 100%;
}

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

@layer javascript {
.js-animation._top-fade {
  opacity: 0;
}
.js-animation._top-fade._active {
  animation-name: top-fade;
  animation-duration: 1.2s;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
}

@keyframes top-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
}

@layer utility {

.u-visually-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.u-hidden {
  display: none !important;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-ib {
  display: inline-block;
}

.u-clamp-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--line-clamp);
  overflow: hidden;
  text-overflow: ellipsis;
}

.u-clear-fix::after {
  clear: both;
  content: "";
  display: table;
}

@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;
  }
}
}
