@charset "UTF-8";
/* stylelint-disable */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

html,
body {
  overflow-x: hidden;
}

html {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 832px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #94a4b5;
  background: #0f0f19;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  font-family: "FOT-アンチックセザンヌ Pro M", serif;
}

* {
  max-height: 999999px;
}

input,
select,
textarea {
  color: #000;
  background: #fff;
}

a {
  color: #78dcff;
  transition: all 0.3s ease;
}
a:hover {
  cursor: pointer;
  opacity: 0.6;
}

/**
 * Swiper 12.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 13, 2026
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/* stylelint-disable @stylistic/declaration-colon-newline-after */
/* stylelint-disable @stylistic/selector-pseudo-class-parentheses-space-inside */
/* stylelint-disable @stylistic/indentation */
/* stylelint-disable selector-no-qualifying-type */
/* stylelint-disable selector-class-pattern */
.entry-content {
  font-size: 1rem;
}
.entry-content strong,
.entry-content b {
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) {
  max-width: 87.4666666667vw;
  margin-top: 2rem;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) {
    max-width: 720px;
  }
}
.entry-content .alignleft {
  float: left;
}
.entry-content .alignleft .wp-block-embed__wrapper {
  text-align: left;
}
.entry-content .alignright {
  float: right;
}
.entry-content .alignright .wp-block-embed__wrapper {
  text-align: right;
}
.entry-content .aligncenter {
  margin-right: auto;
  margin-left: auto;
}
.entry-content .aligncenter .wp-block-embed__wrapper {
  text-align: center;
}
.entry-content .alignwide {
  max-width: 90vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .entry-content .alignwide {
    max-width: 80vw;
  }
}
.entry-content .alignfull {
  width: auto;
  max-width: 100vw;
  margin-right: auto;
  margin-left: auto;
}
.entry-content .twitter-tweet {
  margin-right: auto;
  margin-left: auto;
}
.entry-content .tiktok-embed {
  width: 325px;
  margin-right: auto;
  margin-left: auto;
}
.entry-content iframe[src*="facebook.com/plugins/post.php"] {
  background: #fff;
}
.entry-content :where(.wp-block-columns.is-layout-flex) {
  gap: 1.5rem;
}
.entry-content .wp-block-image figcaption,
.entry-content .wp-block-embed figcaption {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: currentcolor;
}
.entry-content .wp-block-buttons {
  gap: 1rem;
  margin-bottom: 1rem;
}
.entry-content .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
  width: calc(25% - 0.75rem);
}
.entry-content .wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
  width: calc(50% - 0.5rem);
}
.entry-content .wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
  width: calc(75% - 0.25rem);
}
.entry-content .wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
  width: 100%;
}
.entry-content .wp-block-button__link {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 2rem;
  text-align: center;
  text-decoration: none;
  border-radius: 9999px;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
  transition: all 0.3s ease;
  color: #313d50;
  background: #94a4b5;
}
.entry-content .wp-block-button__link:hover {
  cursor: pointer;
  opacity: 0.6;
}
.entry-content .wp-block-footnotes {
  padding-left: 1em;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.entry-content .wp-block-quote {
  padding: 1.5rem 2.5rem;
  border-width: 0.0625rem;
  border-color: #94a4b5;
  border-style: solid;
}
.entry-content .wp-block-quote > * {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.entry-content .wp-block-quote > *:first-child {
  margin-top: 0;
}
.entry-content .wp-block-quote > *:last-child {
  margin-bottom: 0;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
.entry-content h1:has(+ p),
.entry-content h2:has(+ p),
.entry-content h3:has(+ p),
.entry-content h4:has(+ p),
.entry-content h5:has(+ p),
.entry-content h6:has(+ p) {
  /* stylelint-disable-next-line declaration-no-important */
  margin-bottom: 0.5em !important;
}
.entry-content h1 + p,
.entry-content h2 + p,
.entry-content h3 + p,
.entry-content h4 + p,
.entry-content h5 + p,
.entry-content h6 + p {
  /* stylelint-disable-next-line declaration-no-important */
  margin-top: 0.5em !important;
}
.entry-content h1 {
  text-decoration: line-through;
}
.entry-content h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media screen and (min-width: 832px) {
  .entry-content h2 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
.entry-content h2 > span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.5rem 0 0.5rem;
  color: #313d50;
  background: #94a4b5;
}
.entry-content h3 {
  font-size: 1.25rem;
  line-height: 2rem;
}
@media screen and (min-width: 832px) {
  .entry-content h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.entry-content h3 > span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.25rem 0 0.5rem;
  border-width: 0.0625rem;
  border-color: currentcolor;
  border-style: solid;
}
.entry-content h4 {
  padding: 0 0 0 0.75rem;
  font-size: 1.25rem;
  line-height: 2rem;
  border-left-width: 0.25rem;
  border-left-color: currentcolor;
  border-left-style: solid;
}
.entry-content h5 {
  font-size: 1rem;
  line-height: 2rem;
}
.entry-content h5 > span {
  display: inline;
  padding: 0.5rem 1rem 0.5rem 0;
  line-height: inherit;
  background: linear-gradient(0deg, transparent 0.30625rem, currentcolor 0.3125rem, currentcolor 0.375rem, transparent 0.38125rem);
}
.entry-content h6 {
  font-size: 1rem;
  line-height: 2rem;
}
.entry-content p {
  font-size: 1rem;
  line-height: 2rem;
}
.entry-content code,
.entry-content kbd,
.entry-content pre,
.entry-content samp {
  font-feature-settings: normal;
}
.entry-content .wp-block-list {
  padding-left: 1em;
}
.entry-content input[type=text],
.entry-content input[type=email],
.entry-content input[type=tel],
.entry-content textarea,
.entry-content select {
  width: 100%;
  padding: 0 0.5em;
  font-size: 1.5rem;
  line-height: 2em;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  background: #fff;
  border-radius: 0.25rem;
  font-family: serif;
}
.entry-content select {
  height: 2em;
}
.entry-content input[type=checkbox] {
  margin-right: 0.5em;
}
.entry-content input[type=file] {
  box-sizing: border-box;
  width: 100%;
  padding: 0.5em;
}
.wpcf7 p {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5em;
}

.c-footer-area {
  color: #0f0f19;
  background: #c7d0d8;
}
.c-footer-area__content {
  width: 70.4vw;
  padding-top: 12.8vw;
  padding-bottom: 8.5333333333vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .c-footer-area__content {
    width: 800px;
    padding-top: 32px;
    padding-bottom: 24px;
  }
}
.c-footer-area__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.1333333333vw 4.2666666667vw;
  width: 100%;
  margin-bottom: 13.8666666667vw;
}
@media screen and (min-width: 832px) {
  .c-footer-area__nav {
    display: flex;
    grid-template-columns: none;
    gap: normal;
    justify-content: space-between;
    margin-bottom: 36px;
  }
}
.c-footer-area__nav-cell {
  display: block;
  width: 34.6666666667vw;
}
@media screen and (min-width: 832px) {
  .c-footer-area__nav-cell {
    display: inline-block;
    width: auto;
  }
}
.c-footer-area__nav-link {
  display: inline;
  font-size: 4.2666666667vw;
  line-height: 5.3333333333vw;
  color: inherit;
  text-decoration: none;
  letter-spacing: 0.04em;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
@media screen and (min-width: 832px) {
  .c-footer-area__nav-link {
    font-size: 16px;
    line-height: 32px;
  }
}
.c-footer-area__nav-social-list {
  display: flex;
  gap: 2.6666666667vw;
  align-items: center;
  height: 8.5333333333vw;
}
@media screen and (min-width: 832px) {
  .c-footer-area__nav-social-list {
    gap: 12px;
    height: 32px;
  }
}
.c-footer-area__nav-social {
  display: inline;
  text-decoration: none;
}
.c-footer-area__nav-social-image {
  display: inline;
  width: 6.4vw;
  height: 6.4vw;
  vertical-align: bottom;
}
@media screen and (min-width: 832px) {
  .c-footer-area__nav-social-image {
    width: 24px;
    height: 24px;
  }
}
.c-footer-area__nav-banner {
  display: block;
}
.c-footer-area__nav-banner--online-shop {
  width: 28.5333333333vw;
}
@media screen and (min-width: 832px) {
  .c-footer-area__nav-banner--online-shop {
    width: 107px;
  }
}
.c-footer-area__nav-banner-image {
  display: block;
  width: 100%;
  height: auto;
}
.c-footer-area__castem {
  display: block;
  width: 42.6666666667vw;
  margin-right: auto;
  margin-bottom: 5.3333333333vw;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .c-footer-area__castem {
    width: 160px;
    margin-bottom: 24px;
  }
}
.c-footer-area__castem-image {
  display: block;
  width: 100%;
  height: auto;
}
.c-footer-area__copyright {
  font-size: 0.625rem;
  line-height: 1em;
  text-align: center;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}

.c-header-logo {
  position: fixed;
  top: 4vw;
  left: 2.9333333333vw;
  z-index: 20;
  display: block;
  width: 14.4vw;
}
@media screen and (min-width: 832px) {
  .c-header-logo {
    top: 20px;
    left: 20px;
    width: 92px;
  }
}
.admin-bar .c-header-logo {
  top: calc(4vw + 46px);
}
@media screen and (min-width: 832px) {
  .admin-bar .c-header-logo {
    top: 52px;
  }
}
.c-header-logo__image {
  display: block;
  width: 100%;
  height: auto;
}

.c-header-menu {
  position: fixed;
  top: 0;
  left: 100vw;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  padding: 32vw 0 16vw 16vw;
  overflow: auto;
  color: #94a4b5;
  background: #0f0f19;
  transition: left 0.25s linear;
  transform: none;
}
@media screen and (min-width: 832px) {
  .c-header-menu {
    left: 50%;
    width: 800px;
    height: 32px;
    padding: 0 0 0 32px;
    clip-path: inset(0 1px 0 1px round 0 0 4px 4px);
    color: #313d50;
    background: #c7d0d8;
    transition: none;
    transform: translate(-50%, 0);
  }
}
.admin-bar .c-header-menu {
  top: 46px;
  height: calc(100% - 46px);
}
@media screen and (min-width: 832px) {
  .admin-bar .c-header-menu {
    top: 32px;
    height: 32px;
  }
}
.c-header-menu.js-is-active {
  left: 0;
}
@media screen and (min-width: 832px) {
  .c-header-menu.js-is-active {
    left: 50%;
  }
}
.c-header-menu__nav-list {
  display: flex;
  flex-direction: column;
  gap: 6.4vw;
}
@media screen and (min-width: 832px) {
  .c-header-menu__nav-list {
    flex-direction: row;
    gap: normal;
    justify-content: space-between;
  }
}
.c-header-menu__nav-link {
  display: inline;
  font-size: 8.5333333333vw;
  line-height: 1em;
  color: inherit;
  text-decoration: none;
  letter-spacing: 0.04em;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
@media screen and (min-width: 832px) {
  .c-header-menu__nav-link {
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0;
  }
}
.c-header-menu__nav-banner-list {
  display: flex;
  flex-direction: column;
  gap: 6.4vw;
}
@media screen and (min-width: 832px) {
  .c-header-menu__nav-banner-list {
    flex-direction: row;
    gap: 0;
  }
}
.c-header-menu__nav-banner {
  display: block;
}
.c-header-menu__nav-banner--contact {
  width: 28vw;
}
@media screen and (min-width: 832px) {
  .c-header-menu__nav-banner--contact {
    width: 97px;
  }
}
.c-header-menu__nav-banner--online-shop {
  width: 36.8vw;
}
@media screen and (min-width: 832px) {
  .c-header-menu__nav-banner--online-shop {
    width: 120px;
  }
}
.c-header-menu__nav-banner-image {
  display: block;
  width: 100%;
  height: auto;
}

.c-header-opener {
  position: fixed;
  top: 4vw;
  right: 6.1333333333vw;
  z-index: 20;
  display: block;
  width: 8.5333333333vw;
  height: 8.5333333333vw;
}
@media screen and (min-width: 832px) {
  .c-header-opener {
    display: none;
  }
}
.admin-bar .c-header-opener {
  top: calc(4vw + 46px);
}
.c-header-opener::before, .c-header-opener::after {
  position: absolute;
  top: calc(50% - 0.2666666667vw);
  left: 0;
  width: 100%;
  height: 0.5333333333vw;
  content: "";
  background: #94a4b5;
  transition: all 0.25s linear;
}
.c-header-opener::before {
  transform: translate(0, -2.1333333333vw);
}
.c-header-opener::after {
  transform: translate(0, 2.1333333333vw);
}
.c-header-opener.js-is-active::before {
  transform: skewY(24deg);
}
.c-header-opener.js-is-active::after {
  transform: skewY(-24deg);
}

.c-float-post {
  position: fixed;
  right: 0.2666666667vw;
  bottom: 2.6666666667vw;
  z-index: 5;
  display: block;
  width: 21.6vw;
}
@media screen and (min-width: 832px) {
  .c-float-post {
    right: 2px;
    bottom: 10px;
    width: 118px;
  }
}
.c-float-post__image {
  display: block;
  width: 100%;
  height: auto;
}

.c-single-background {
  background-image: url('../img/common/c-single-background/c-single-background--sp.png?1775468095');
  background-position: center top;
  background-size: 100%;
}
@media screen and (min-width: 832px) {
  .c-single-background {
    background-image: url('../img/common/c-single-background/c-single-background--pc.png?1775468095');
  }
}

.c-cta {
  margin-top: 12.8vw;
  margin-bottom: 8.5333333333vw;
}
@media screen and (min-width: 832px) {
  .c-cta {
    margin-top: 80px;
    margin-bottom: 56px;
  }
}
.c-cta__box {
  border-width: 0.2666666667vw;
  border-style: solid;
  border-color: currentcolor;
  width: 68.2666666667vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .c-cta__box {
    width: 560px;
    border-width: 1px;
  }
}
.c-cta__title {
  margin: 4.2666666667vw 0;
  font-size: 3.2vw;
  line-height: 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 832px) {
  .c-cta__title {
    margin: 16px 0;
    font-size: 16px;
    line-height: 28px;
  }
}
.c-cta__button-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4.2666666667vw 0;
}
@media screen and (min-width: 832px) {
  .c-cta__button-list {
    margin: 16px 0;
  }
}
.c-cta__button {
  display: block;
  width: 49.0666666667vw;
  padding: 0 1rem;
  font-size: 1rem;
  line-height: 1.875rem;
  text-align: center;
  text-decoration: none;
  border-radius: 9999px;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
  transition: all 0.3s ease;
  color: #313d50;
  background: #94a4b5;
}
.c-cta__button:hover {
  cursor: pointer;
  opacity: 0.6;
}
@media screen and (min-width: 832px) {
  .c-cta__button {
    width: 184px;
    font-size: 16px;
    line-height: 30px;
  }
}
.c-cta__note {
  margin: 4.2666666667vw 0;
  font-size: 3.2vw;
  line-height: 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 832px) {
  .c-cta__note {
    margin: 16px 0;
    font-size: 16px;
    line-height: 28px;
  }
}
.c-cta__note a {
  display: inline;
  color: currentcolor;
  text-decoration: underline;
}

.c-button {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 2rem;
  text-align: center;
  text-decoration: none;
  border-radius: 9999px;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
  transition: all 0.3s ease;
  color: #313d50;
  background: #94a4b5;
}
.c-button:hover {
  cursor: pointer;
  opacity: 0.6;
}
.c-button--block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.c-button--width-normal {
  width: 16rem;
}
@media screen and (min-width: 832px) {
  .c-button--width-normal {
    width: 20rem;
  }
}
.c-button:disabled, .c-button[aria-disabled=true] {
  cursor: not-allowed;
  opacity: 0.5;
}

.c-input-text {
  width: 100%;
  padding: 0 0.5em;
  font-size: 1.5rem;
  line-height: 2em;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  background: #fff;
  border-radius: 0.25rem;
  font-family: serif;
  height: 2em;
}

/* stylelint-disable-next-line selector-no-qualifying-type */
textarea.c-input-text {
  height: auto;
}

@keyframes spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.c-spinner {
  position: relative;
  display: block;
  width: 1em;
  height: 1em;
  pointer-events: none;
}
.c-spinner::before, .c-spinner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 9999px;
  border-width: 0.125em;
  border-style: solid;
}
.c-spinner::before {
  border-color: #313d50;
}
.c-spinner::after {
  border-color: #94a4b5 transparent transparent transparent;
  animation-name: spinner-rotate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.c-note {
  position: relative;
  display: block;
  width: calc(1 * var(--note-size));
  height: calc(1 * var(--note-size));
  color: #313d50;
  font-family: "AH白洲願法体W6", serif;
}
.c-note::before {
  position: absolute;
  top: calc(-0.1888888889 * var(--note-size));
  left: calc(-0.1888888889 * var(--note-size));
  z-index: 0;
  width: calc(1.3777777778 * var(--note-size));
  height: calc(1.3777777778 * var(--note-size));
  content: "";
  background-size: 100% 100%;
  background-image: url('../img/common/c-note/c-note__shadow.png?1775468095');
}
.c-note__paper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-image: url('../img/common/c-note/c-note__paper--iron.jpg?1775468095');
}
.c-note__paper--gold {
  background-image: url('../img/common/c-note/c-note__paper--gold.jpg?1775468095');
}
.c-note__paper--silver {
  background-image: url('../img/common/c-note/c-note__paper--silver.jpg?1775468095');
}
.c-note__paper--copper {
  background-image: url('../img/common/c-note/c-note__paper--copper.jpg?1775468095');
}
.c-note__paper--steel {
  background-image: url('../img/common/c-note/c-note__paper--steel.jpg?1775468095');
}
.c-note__message {
  position: absolute;
  top: calc(0.1 * var(--note-size));
  left: calc(0.0777777778 * var(--note-size));
  width: calc(0.8333333333 * var(--note-size));
  font-size: calc(0.1222222222 * var(--note-size));
  line-height: calc(0.1555555556 * var(--note-size));
  letter-spacing: -0.02em;
  transform: rotate(-2deg);
}
.c-note__nickname {
  position: absolute;
  right: calc(0.0888888889 * var(--note-size));
  bottom: calc(0.1333333333 * var(--note-size));
  font-size: calc(0.0711111111 * var(--note-size));
  line-height: calc(0.0711111111 * var(--note-size));
}

.c-uneune {
  clip-path: polygon(0% 3%, 3.3% 4.2%, 6.7% 5.2%, 10% 5.9%, 13.3% 6%, 16.7% 5.6%, 20% 4.8%, 23.3% 3.6%, 26.7% 2.4%, 30% 1.2%, 33.3% 0.4%, 36.7% 0%, 40% 0.1%, 43.3% 0.8%, 46.7% 1.8%, 50% 3%, 53.3% 4.2%, 56.7% 5.2%, 60% 5.9%, 63.3% 6%, 66.7% 5.6%, 70% 4.8%, 73.3% 3.6%, 76.7% 2.4%, 80% 1.2%, 83.3% 0.4%, 86.7% 0%, 90% 0.1%, 93.3% 0.8%, 96.7% 1.8%, 100% 3%, 100% 100%, 96.7% 99.7%, 93.3% 99%, 90% 97.9%, 86.7% 96.7%, 83.3% 95.5%, 80% 94.6%, 76.7% 94.1%, 73.3% 94.1%, 70% 94.6%, 66.7% 95.5%, 63.3% 96.7%, 60% 97.9%, 56.7% 99%, 53.3% 99.7%, 50% 100%, 46.7% 99.7%, 43.3% 99%, 40% 97.9%, 36.7% 96.7%, 33.3% 95.5%, 30% 94.6%, 26.7% 94.1%, 23.3% 94.1%, 20% 94.6%, 16.7% 95.5%, 13.3% 96.7%, 10% 97.9%, 6.7% 99%, 3.3% 99.7%, 0% 100%);
  animation: c-uneune-wave 8s linear infinite;
  will-change: clip-path;
}

@keyframes c-uneune-wave {
  0% {
    clip-path: polygon(0% 3%, 3.3% 4.2%, 6.7% 5.2%, 10% 5.9%, 13.3% 6%, 16.7% 5.6%, 20% 4.8%, 23.3% 3.6%, 26.7% 2.4%, 30% 1.2%, 33.3% 0.4%, 36.7% 0%, 40% 0.1%, 43.3% 0.8%, 46.7% 1.8%, 50% 3%, 53.3% 4.2%, 56.7% 5.2%, 60% 5.9%, 63.3% 6%, 66.7% 5.6%, 70% 4.8%, 73.3% 3.6%, 76.7% 2.4%, 80% 1.2%, 83.3% 0.4%, 86.7% 0%, 90% 0.1%, 93.3% 0.8%, 96.7% 1.8%, 100% 3%, 100% 100%, 96.7% 99.7%, 93.3% 99%, 90% 97.9%, 86.7% 96.7%, 83.3% 95.5%, 80% 94.6%, 76.7% 94.1%, 73.3% 94.1%, 70% 94.6%, 66.7% 95.5%, 63.3% 96.7%, 60% 97.9%, 56.7% 99%, 53.3% 99.7%, 50% 100%, 46.7% 99.7%, 43.3% 99%, 40% 97.9%, 36.7% 96.7%, 33.3% 95.5%, 30% 94.6%, 26.7% 94.1%, 23.3% 94.1%, 20% 94.6%, 16.7% 95.5%, 13.3% 96.7%, 10% 97.9%, 6.7% 99%, 3.3% 99.7%, 0% 100%);
  }
  33.3333333333% {
    clip-path: polygon(0% 5.6%, 3.3% 4.8%, 6.7% 3.6%, 10% 2.4%, 13.3% 1.2%, 16.7% 0.4%, 20% 0%, 23.3% 0.1%, 26.7% 0.8%, 30% 1.8%, 33.3% 3%, 36.7% 4.2%, 40% 5.2%, 43.3% 5.9%, 46.7% 6%, 50% 5.6%, 53.3% 4.8%, 56.7% 3.6%, 60% 2.4%, 63.3% 1.2%, 66.7% 0.4%, 70% 0%, 73.3% 0.1%, 76.7% 0.8%, 80% 1.8%, 83.3% 3%, 86.7% 4.2%, 90% 5.2%, 93.3% 5.9%, 96.7% 6%, 100% 5.6%, 100% 95.5%, 96.7% 96.7%, 93.3% 97.9%, 90% 99%, 86.7% 99.7%, 83.3% 100%, 80% 99.7%, 76.7% 99%, 73.3% 97.9%, 70% 96.7%, 66.7% 95.5%, 63.3% 94.6%, 60% 94.1%, 56.7% 94.1%, 53.3% 94.6%, 50% 95.5%, 46.7% 96.7%, 43.3% 97.9%, 40% 99%, 36.7% 99.7%, 33.3% 100%, 30% 99.7%, 26.7% 99%, 23.3% 97.9%, 20% 96.7%, 16.7% 95.5%, 13.3% 94.6%, 10% 94.1%, 6.7% 94.1%, 3.3% 94.6%, 0% 95.5%);
  }
  66.6666666667% {
    clip-path: polygon(0% 0.4%, 3.3% 0%, 6.7% 0.1%, 10% 0.8%, 13.3% 1.8%, 16.7% 3%, 20% 4.2%, 23.3% 5.2%, 26.7% 5.9%, 30% 6%, 33.3% 5.6%, 36.7% 4.8%, 40% 3.6%, 43.3% 2.4%, 46.7% 1.2%, 50% 0.4%, 53.3% 0%, 56.7% 0.1%, 60% 0.8%, 63.3% 1.8%, 66.7% 3%, 70% 4.2%, 73.3% 5.2%, 76.7% 5.9%, 80% 6%, 83.3% 5.6%, 86.7% 4.8%, 90% 3.6%, 93.3% 2.4%, 96.7% 1.2%, 100% 0.4%, 100% 95.5%, 96.7% 94.6%, 93.3% 94.1%, 90% 94.1%, 86.7% 94.6%, 83.3% 95.5%, 80% 96.7%, 76.7% 97.9%, 73.3% 99%, 70% 99.7%, 66.7% 100%, 63.3% 99.7%, 60% 99%, 56.7% 97.9%, 53.3% 96.7%, 50% 95.5%, 46.7% 94.6%, 43.3% 94.1%, 40% 94.1%, 36.7% 94.6%, 33.3% 95.5%, 30% 96.7%, 26.7% 97.9%, 23.3% 99%, 20% 99.7%, 16.7% 100%, 13.3% 99.7%, 10% 99%, 6.7% 97.9%, 3.3% 96.7%, 0% 95.5%);
  }
  100% {
    clip-path: polygon(0% 3%, 3.3% 4.2%, 6.7% 5.2%, 10% 5.9%, 13.3% 6%, 16.7% 5.6%, 20% 4.8%, 23.3% 3.6%, 26.7% 2.4%, 30% 1.2%, 33.3% 0.4%, 36.7% 0%, 40% 0.1%, 43.3% 0.8%, 46.7% 1.8%, 50% 3%, 53.3% 4.2%, 56.7% 5.2%, 60% 5.9%, 63.3% 6%, 66.7% 5.6%, 70% 4.8%, 73.3% 3.6%, 76.7% 2.4%, 80% 1.2%, 83.3% 0.4%, 86.7% 0%, 90% 0.1%, 93.3% 0.8%, 96.7% 1.8%, 100% 3%, 100% 100%, 96.7% 99.7%, 93.3% 99%, 90% 97.9%, 86.7% 96.7%, 83.3% 95.5%, 80% 94.6%, 76.7% 94.1%, 73.3% 94.1%, 70% 94.6%, 66.7% 95.5%, 63.3% 96.7%, 60% 97.9%, 56.7% 99%, 53.3% 99.7%, 50% 100%, 46.7% 99.7%, 43.3% 99%, 40% 97.9%, 36.7% 96.7%, 33.3% 95.5%, 30% 94.6%, 26.7% 94.1%, 23.3% 94.1%, 20% 94.6%, 16.7% 95.5%, 13.3% 96.7%, 10% 97.9%, 6.7% 99%, 3.3% 99.7%, 0% 100%);
  }
}
.c-archive-filter {
  width: 81.0666666667vw;
  margin-right: auto;
  margin-left: auto;
  color: #313d50;
  background: #c7d0d8;
  border-radius: 0.25rem;
}
@media screen and (min-width: 832px) {
  .c-archive-filter {
    width: 800px;
  }
}
.c-archive-filter__title {
  position: relative;
  display: block;
  height: 2.5rem;
  padding: 0 1rem;
  font-size: 1.25rem;
  line-height: 2.5rem;
  cursor: pointer;
}
.c-archive-filter__title::after {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  display: block;
  width: 1rem;
  height: 0.875rem;
  content: "";
  transition-property: transform;
  transition-duration: 0.125s;
  transition-timing-function: linear;
  transform: translateY(-50%) scaleY(1);
  background-image: url('../img/common/c-archive-filter/c-archive-filter__title-arrow.svg?1775468095');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.c-archive-filter__body-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 1rem;
  transition: all 250ms ease;
}
.c-archive-filter__body {
  overflow: hidden;
}
.c-archive-filter__taxonomy-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.c-archive-filter__taxonomy {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.c-archive-filter__taxonomy-name {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1em;
  color: #c7d0d8;
  background: #313d50;
}
.c-archive-filter__term-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.c-archive-filter__term {
  display: inline-block;
  padding: 0.25rem;
  font-size: 1rem;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  border-radius: 9999px;
  transition: all 0.3s ease;
  color: #313d50;
  border-width: 0.0625rem;
  border-color: #313d50;
  border-style: solid;
}
.c-archive-filter__term:hover {
  cursor: pointer;
  opacity: 0.6;
}
.c-archive-filter__close {
  display: block;
  width: 11.5rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0.4375rem;
  font-size: 1rem;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  border-radius: 9999px;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
  transition: all 0.3s ease;
  color: #94a4b5;
  background: #313d50;
}
.c-archive-filter__close:hover {
  cursor: pointer;
  opacity: 0.6;
}
.c-archive-filter.js-is-active .c-archive-filter__title::after {
  transform: translateY(-50%) scaleY(-1);
}
.c-archive-filter.js-is-active .c-archive-filter__body-wrapper {
  grid-template-rows: 1fr;
  padding: 1rem 1rem 2rem;
}

.c-archive-summary {
  width: 81.0666666667vw;
  margin-right: auto;
  margin-left: auto;
  font-size: 2rem;
  line-height: 3rem;
  border-bottom-style: solid;
  border-bottom-width: 0.0625rem;
  border-bottom-color: currentcolor;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
@media screen and (min-width: 832px) {
  .c-archive-summary {
    width: 800px;
  }
}

.c-pager {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
.c-pager__page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.75rem;
  height: 1.75rem;
  color: #94a4b5;
  text-decoration: none;
}
.c-pager__page-numbers--current {
  color: #0f0f19;
  background: #94a4b5;
  border-radius: 9999px;
}

.c-block-card {
  width: 71.4666666667vw;
}
@media screen and (min-width: 832px) {
  .c-block-card {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    width: 720px;
  }
}
.c-block-card__image {
  display: block;
  width: 68.2666666667vw;
  height: auto;
  margin-right: auto;
  margin-bottom: 4.2666666667vw;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .c-block-card__image {
    flex-shrink: 0;
    width: 322px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.c-block-card__remain {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (min-width: 832px) {
  .c-block-card__remain {
    flex: auto;
  }
}
.c-block-card__title {
  width: 68.2666666667vw;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
@media screen and (min-width: 832px) {
  .c-block-card__title {
    width: auto;
    margin-right: 0;
    margin-left: 0;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
.c-block-card__text {
  width: 68.2666666667vw;
  margin-right: auto;
  margin-left: auto;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 832px) {
  .c-block-card__text {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
}
.c-block-card__button-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.c-block-card__button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2rem;
  font-size: 1rem;
  line-height: 2rem;
  text-align: center;
  text-decoration: none;
  border-radius: 9999px;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
  transition: all 0.3s ease;
  color: #313d50;
  background: #94a4b5;
}
.c-block-card__button:hover {
  cursor: pointer;
  opacity: 0.6;
}

.c-block-partners {
  /* stylelint-disable-next-line declaration-no-important */
  max-width: 100% !important;
  /* stylelint-disable-next-line declaration-no-important */
  margin-top: 17.0666666667vw !important;
}
@media screen and (min-width: 832px) {
  .c-block-partners {
    /* stylelint-disable-next-line declaration-no-important */
    margin-top: 96px !important;
  }
}
.c-block-partners__title {
  display: block;
  width: 87.4666666667vw;
  margin-right: auto;
  margin-bottom: 5.3333333333vw;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .c-block-partners__title {
    width: 800px;
    margin-bottom: 40px;
  }
}
.c-block-partners__title-image {
  display: block;
  width: 61.0666666667vw;
}
@media screen and (min-width: 832px) {
  .c-block-partners__title-image {
    width: 229px;
    margin-left: -40px;
  }
}
.c-block-partners__partner-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem 2rem;
  width: 87.4666666667vw;
  margin-right: auto;
  margin-left: auto;
  font-size: 1rem;
  line-height: 1.25rem;
}
@media screen and (min-width: 832px) {
  .c-block-partners__partner-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.25rem 2.5rem;
    width: 800px;
  }
}
.c-block-faq {
  /* stylelint-disable-next-line declaration-no-important */
  max-width: 100% !important;
  /* stylelint-disable-next-line declaration-no-important */
  margin-top: 17.0666666667vw !important;
  background-image: url('../img/common/block/c-block-faq/c-block-faq__background--sp.png?1775468095');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100vw;
}
@media screen and (min-width: 832px) {
  .c-block-faq {
    /* stylelint-disable-next-line declaration-no-important */
    margin-top: 96px !important;
    background-image: url('../img/common/block/c-block-faq/c-block-faq__background--pc.png?1775468095');
    background-size: 800px;
  }
}
.c-block-faq__title {
  display: block;
  width: 87.4666666667vw;
  margin-right: auto;
  margin-bottom: 8.5333333333vw;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .c-block-faq__title {
    width: 800px;
    margin-bottom: 32px;
  }
}
.c-block-faq__title-image {
  display: block;
  width: 80.5333333333vw;
}
@media screen and (min-width: 832px) {
  .c-block-faq__title-image {
    width: 302px;
    margin-left: -40px;
  }
}
.c-block-faq__item-list {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  width: 87.4666666667vw;
  margin-right: auto;
  margin-left: auto;
  font-size: 1rem;
  line-height: 1.75rem;
}
@media screen and (min-width: 832px) {
  .c-block-faq__item-list {
    width: 800px;
  }
}
.c-block-faq__item-question {
  padding-left: 1.25em;
  text-indent: -1.25em;
}
.c-block-faq__item-question::before {
  content: "Q. ";
}
.c-block-faq__item-answer {
  padding-left: 1.25em;
  text-indent: -1.25em;
}
.c-block-faq__item-answer::before {
  content: "A. ";
}

.c-block-corporate {
  /* stylelint-disable-next-line declaration-no-important */
  max-width: 100% !important;
  /* stylelint-disable-next-line declaration-no-important */
  margin-top: 17.0666666667vw !important;
}
@media screen and (min-width: 832px) {
  .c-block-corporate {
    /* stylelint-disable-next-line declaration-no-important */
    margin-top: 96px !important;
  }
}
.c-block-corporate__title {
  display: block;
  width: 87.4666666667vw;
  margin-right: auto;
  margin-bottom: 8.5333333333vw;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .c-block-corporate__title {
    width: 800px;
    margin-bottom: 32px;
  }
}
.c-block-corporate__title-image {
  display: block;
  width: 60.5333333333vw;
}
@media screen and (min-width: 832px) {
  .c-block-corporate__title-image {
    width: 227px;
    margin-left: -40px;
  }
}
.c-block-corporate__item-list {
  width: 87.4666666667vw;
  margin-right: auto;
  margin-left: auto;
  border-top: 0.0625rem solid #94a4b5;
  border-left: 0.0625rem solid #94a4b5;
}
@media screen and (min-width: 832px) {
  .c-block-corporate__item-list {
    width: 720px;
  }
}
.c-block-corporate__item {
  display: flex;
  flex-direction: row;
}
.c-block-corporate__item-label, .c-block-corporate__item-value {
  padding: 0.875rem 0.5rem;
  font-size: 1rem;
  line-height: 1.75rem;
  border-right: 0.0625rem solid #94a4b5;
  border-bottom: 0.0625rem solid #94a4b5;
}
.c-block-corporate__item-label {
  flex-shrink: 0;
  width: 20vw;
}
@media screen and (min-width: 832px) {
  .c-block-corporate__item-label {
    width: 150px;
  }
}
.c-block-corporate__item-value {
  flex: 1;
}

.c-block-catalog {
  width: 81.0666666667vw;
  /* stylelint-disable-next-line declaration-no-important */
  max-width: 100% !important;
  padding: 24px 0;
  background: #313d50;
}
@media screen and (min-width: 832px) {
  .c-block-catalog {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    width: 800px;
    padding: 12px 16px 12px 24px;
  }
}
.c-block-catalog__image {
  display: block;
  width: 28.2666666667vw;
  height: auto;
  margin-right: auto;
  margin-bottom: 2.1333333333vw;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .c-block-catalog__image {
    width: 90px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.c-block-catalog__remain {
  width: 100%;
}
@media screen and (min-width: 832px) {
  .c-block-catalog__remain {
    width: 632px;
  }
}
.c-block-catalog__title {
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: center;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
@media screen and (min-width: 832px) {
  .c-block-catalog__title {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }
}
.c-block-catalog__text {
  width: 68.2666666667vw;
  margin-right: auto;
  margin-left: auto;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 832px) {
  .c-block-catalog__text {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.c-block-catalog__button-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  margin-top: 0.75rem;
}
@media screen and (min-width: 832px) {
  .c-block-catalog__button-list {
    flex-direction: row;
  }
}
.c-block-catalog__button {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 11.5rem;
  padding: 0 2rem;
  font-size: 1rem;
  line-height: 2rem;
  text-align: center;
  text-decoration: none;
  border-radius: 9999px;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
  transition: all 0.3s ease;
  color: #313d50;
  background: #94a4b5;
}
.c-block-catalog__button:hover {
  cursor: pointer;
  opacity: 0.6;
}

.p-notfound-content {
  padding-top: 17.0666666667vw;
  padding-bottom: 23.4666666667vw;
}
@media screen and (min-width: 832px) {
  .p-notfound-content {
    padding-top: 104px;
    padding-bottom: 200px;
  }
}
.p-notfound-content__title {
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
.p-notfound-content__lead {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 2rem;
  text-align: center;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
.p-notfound-content__text {
  width: 81.0666666667vw;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
  font-size: 1rem;
  line-height: 2rem;
  text-align: left;
}
@media screen and (min-width: 832px) {
  .p-notfound-content__text {
    width: 720px;
    text-align: center;
  }
}
.p-home-layout {
  --note-size: 34.9333333333vw;
}
@media screen and (min-width: 832px) {
  .p-home-layout {
    --note-size: 196px;
  }
}

.p-home-section-hero__background-image--01 {
  --bg-depth: 0.1846153846;
}

.p-home-section-hero__background-image--02 {
  --bg-depth: 0.5575757576;
}

.p-home-section-hero__background-image--03 {
  --bg-depth: 0.6490566038;
}

.p-home-section-hero__background-image--04 {
  --bg-depth: 0.6904109589;
}

.p-home-section-hero__background-image--05 {
  --bg-depth: 0.7139784946;
}

.p-home-section-hero__background-image--06 {
  --bg-depth: 0.7292035398;
}

@keyframes hero-iron {
  0% {
    clip-path: inset(50% 0 50% 0);
  }
  25% {
    clip-path: inset(50% 0 0 0);
  }
  75% {
    clip-path: inset(50% 0 0 0);
  }
  100% {
    clip-path: inset(100% 0 0 0);
  }
}
@keyframes hero-heat-glow-pouring {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hero-brain-product-light {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hero-brain-product-slot-open {
  0% {
    transform: scale(0.8) translateY(0);
  }
  25% {
    transform: scale(1) translateY(-32%);
  }
  50% {
    transform: scale(1) translateY(-29%);
  }
  75% {
    transform: scale(1) translateY(-30.5%);
  }
  100% {
    transform: scale(1) translateY(-30%);
  }
}
.p-home-section-hero {
  --hero-bg-scroll-y: 0px;
  position: relative;
  width: 100%;
  height: 213.3333333333vw;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (min-width: 832px) {
  .p-home-section-hero {
    height: 62.5vw;
  }
}
.p-home-section-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-home-section-hero__background-image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  --bg-y: calc(var(--hero-bg-scroll-y) * var(--bg-depth, 1));
  transform: translate(0, var(--bg-y)) scale(1.5);
  will-change: transform;
}
.p-home-section-hero__brain-product-pool {
  display: none;
}
.p-home-section-hero__brain {
  position: absolute;
  top: 84vw;
  width: 110.5777777778vw;
  height: 112.3555555556vw;
  transition-property: left;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.2, 1.2, 0.6, 1);
}
@media screen and (min-width: 832px) {
  .p-home-section-hero__brain {
    top: 12.65625vw;
    width: 48.59375vw;
    height: 49.375vw;
  }
}
.p-home-section-hero__brain--pos01 {
  left: -325.2888888889vw;
}
@media screen and (min-width: 832px) {
  .p-home-section-hero__brain--pos01 {
    left: -114.921875vw;
  }
}
.p-home-section-hero__brain--pos02 {
  left: -165.2888888889vw;
}
@media screen and (min-width: 832px) {
  .p-home-section-hero__brain--pos02 {
    left: -44.609375vw;
  }
}
.p-home-section-hero__brain--pos03 {
  left: -5.2888888889vw;
}
@media screen and (min-width: 832px) {
  .p-home-section-hero__brain--pos03 {
    left: 25.703125vw;
  }
}
.p-home-section-hero__brain--pos04 {
  left: 154.7111111111vw;
}
@media screen and (min-width: 832px) {
  .p-home-section-hero__brain--pos04 {
    left: 96.015625vw;
  }
}
.p-home-section-hero__brain--pos05 {
  left: 314.7111111111vw;
  opacity: 0;
}
@media screen and (min-width: 832px) {
  .p-home-section-hero__brain--pos05 {
    left: 166.328125vw;
  }
}
.p-home-section-hero__brain--opened .p-home-section-hero__brain-product-slot {
  transform: scale(0.8) translateY(-30%);
  animation-name: hero-brain-product-slot-open;
  animation-duration: 0.75s;
  animation-delay: 0.1875s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-fill-mode: both;
}
.p-home-section-hero__brain--opened .p-home-section-hero__brain-product-light {
  animation-name: hero-brain-product-light;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
.p-home-section-hero__brain--opened .p-home-section-hero__brain-part--left {
  transform: rotate(-30deg);
}
.p-home-section-hero__brain--opened .p-home-section-hero__brain-part--right {
  transform: rotate(30deg);
}
.p-home-section-hero__brain-product-slot {
  position: absolute;
  top: 0;
  left: 0;
  width: 110.5777777778vw;
  height: 112.3555555556vw;
  transform: scale(0.8) translateY(0);
}
@media screen and (min-width: 832px) {
  .p-home-section-hero__brain-product-slot {
    width: 48.59375vw;
    height: 49.375vw;
  }
}
.p-home-section-hero__brain-product {
  display: block;
  width: 100%;
  height: 100%;
}
.p-home-section-hero__brain-product-light {
  position: absolute;
  top: -26.1333333333vw;
  left: 1.6vw;
  display: block;
  width: 107.3777777778vw;
  mix-blend-mode: screen;
  opacity: 0;
}
@media screen and (min-width: 832px) {
  .p-home-section-hero__brain-product-light {
    top: -11.484375vw;
    left: 0.703125vw;
    width: 47.1875vw;
  }
}
.p-home-section-hero__brain-neck {
  position: absolute;
  bottom: 0;
  left: 46.5777777778vw;
  display: block;
  width: 17.4222222222vw;
  height: auto;
}
@media screen and (min-width: 832px) {
  .p-home-section-hero__brain-neck {
    left: 20.46875vw;
    width: 7.65625vw;
  }
}
.p-home-section-hero__brain-part {
  position: absolute;
  top: 0;
  display: block;
  width: 56.8888888889vw;
  height: auto;
  transition-property: transform;
  transition-duration: 0.375s;
  transition-timing-function: cubic-bezier(0.3, 1.5, 0.6, 1);
}
@media screen and (min-width: 832px) {
  .p-home-section-hero__brain-part {
    width: 25vw;
  }
}
.p-home-section-hero__brain-part--left {
  left: 0;
  transform-origin: 85% 90%;
}
.p-home-section-hero__brain-part--right {
  right: 0;
  transform-origin: 15% 90%;
}
.p-home-section-hero__pouring {
  position: absolute;
  top: 19.6444444444vw;
  left: 14.4444444444vw;
  display: block;
  width: 44.4444444444vw;
  height: 90.6666666667vw;
}
@media screen and (min-width: 832px) {
  .p-home-section-hero__pouring {
    top: -15.625vw;
    left: 34.375vw;
    width: 19.53125vw;
    height: 39.84375vw;
  }
}
.p-home-section-hero__casting-ladle, .p-home-section-hero__molten-iron {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.p-home-section-hero__casting-ladle--idle {
  opacity: 1;
}
.p-home-section-hero__casting-ladle--idle.js-is-active {
  opacity: 0;
}
.p-home-section-hero__casting-ladle--pouring {
  opacity: 0;
}
.p-home-section-hero__casting-ladle--pouring.js-is-active {
  opacity: 1;
}
.p-home-section-hero__molten-iron {
  clip-path: inset(0 0 100% 0);
  will-change: clip-path;
}
.p-home-section-hero__molten-iron--glow {
  filter: blur(10px);
}
.p-home-section-hero__molten-iron.js-is-active {
  animation-name: hero-iron;
  animation-duration: 0.75s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
.p-home-section-hero__heat-glow {
  position: absolute;
  top: 1.7777777778vw;
  left: -45.6888888889vw;
  width: 161.7777777778vw;
  height: auto;
  mix-blend-mode: screen;
  opacity: 0;
  will-change: opacity;
}
@media screen and (min-width: 832px) {
  .p-home-section-hero__heat-glow {
    top: 0.78125vw;
    left: -20.078125vw;
    width: 71.09375vw;
  }
}
.p-home-section-hero__heat-glow.js-is-active {
  animation-name: hero-heat-glow-pouring;
  animation-duration: 0.75s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

.p-home-section-works {
  position: relative;
  padding-top: 10.6666666667vw;
  padding-bottom: 6.4vw;
  color: #313d50;
  background: #c7d0d8;
}
@media screen and (min-width: 832px) {
  .p-home-section-works {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.p-home-section-works__title {
  display: none;
}
.p-home-section-works__swiper {
  width: 100%;
  min-height: 58.1333333333vw;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 832px) {
  .p-home-section-works__swiper {
    min-height: 15.625vw;
    margin-bottom: 1.875vw;
  }
}
.p-home-section-works .p-works-home-excerpt {
  width: 81.0666666667vw;
}
@media screen and (min-width: 832px) {
  .p-home-section-works .p-works-home-excerpt {
    width: 25vw;
  }
}
.p-home-section-works__footer {
  display: flex;
  flex-direction: column;
  gap: 3.2vw;
  align-items: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-home-section-works__footer {
    flex-direction: row;
    gap: min(12px, 1.1538461538vw);
    justify-content: flex-end;
    width: min(1040px, 100vw);
  }
}
.p-home-section-works__lead {
  display: block;
  width: 84.8vw;
}
@media screen and (min-width: 832px) {
  .p-home-section-works__lead {
    width: min(765px, 73.5576923077vw);
  }
}
.p-home-section-works__lead-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-works__go {
  display: block;
  width: 11.5rem;
  padding: 0 1rem;
  font-size: 1rem;
  line-height: 1.875rem;
  text-align: center;
  text-decoration: none;
  border-radius: 9999px;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
  transition: all 0.3s ease;
  color: #94a4b5;
  background: #313d50;
}
.p-home-section-works__go:hover {
  cursor: pointer;
  opacity: 0.6;
}
@media screen and (min-width: 832px) {
  .p-home-section-works__go {
    width: min(184px, 17.6923076923vw);
    font-size: min(16px, 1.5384615385vw);
    line-height: min(30px, 2.8846153846vw);
  }
}

.p-home-section-news {
  position: relative;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url('../img/home/section-news/p-home-section-news__background--sp.jpg?1775468095');
  background-size: 100vw;
  padding-top: 15.4666666667vw;
  padding-bottom: 88vw;
}
@media screen and (min-width: 832px) {
  .p-home-section-news {
    background-image: url('../img/home/section-news/p-home-section-news__background--pc.jpg?1775468095');
    padding-top: 13px;
    padding-bottom: 300px;
  }
}
.p-home-section-news__title {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 7.4666666667vw;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-home-section-news__title {
    width: 832px;
    margin-bottom: 16px;
  }
}
.p-home-section-news__title-image {
  display: block;
  width: 37.0666666667vw;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-home-section-news__title-image {
    width: 139px;
    margin-right: 0;
    margin-left: 0;
  }
}
.p-home-section-news__article-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5.8666666667vw;
  width: 74.6666666667vw;
  margin-right: auto;
  margin-bottom: 8.5333333333vw;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-home-section-news__article-list {
    grid-template-columns: repeat(2, 1fr);
    gap: min(16px, 1.5384615385vw);
    width: min(1040px, 100vw);
    margin-bottom: min(22px, 2.1153846154vw);
  }
}
.p-home-section-news__go {
  display: block;
  width: 11.5rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0 1rem;
  font-size: 1rem;
  line-height: 1.875rem;
  text-align: center;
  text-decoration: none;
  border-radius: 9999px;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
  transition: all 0.3s ease;
  color: #313d50;
  background: #94a4b5;
}
.p-home-section-news__go:hover {
  cursor: pointer;
  opacity: 0.6;
}
.p-home-section-news__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-home-section-news__note-slot {
  position: absolute;
}
.p-home-section-news__note-slot--01 {
  top: 6.1333333333vw;
  left: -2.4vw;
  transform: rotate(10deg);
}
@media screen and (min-width: 832px) {
  .p-home-section-news__note-slot--01 {
    top: -73px;
    left: calc(50% + -651px);
    transform: rotate(5deg);
  }
}
.p-home-section-news__note-slot--02 {
  bottom: 48vw;
  left: 44.2666666667vw;
  transform: rotate(-6deg);
}
@media screen and (min-width: 832px) {
  .p-home-section-news__note-slot--02 {
    top: 7px;
    bottom: auto;
    left: calc(50% + 419px);
    transform: rotate(17deg);
  }
}

@keyframes home-about-belt-sp {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -258.6666666667vw 0%;
  }
}
@keyframes home-about-belt-pc {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -1294px 0%;
  }
}
.p-home-section-about {
  position: relative;
  background-image: url('../img/home/section-about/p-home-section-about__background--sp.jpg?1775468095');
  background-repeat: no-repeat;
  background-size: 100vw;
  background-position: center top;
}
@media screen and (min-width: 832px) {
  .p-home-section-about {
    background-image: url('../img/home/section-about/p-home-section-about__background--pc.jpg?1775468095');
    background-size: 1280px;
  }
}
.p-home-section-about__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-home-section-about__human {
  position: absolute;
  top: 151.4666666667vw;
  display: block;
  width: 44vw;
  height: auto;
}
@media screen and (min-width: 832px) {
  .p-home-section-about__human {
    top: 320px;
    width: 259px;
  }
}
.p-home-section-about__human--left {
  left: 0;
  transform: translate(-50%, 0);
}
.p-home-section-about__human--right {
  right: 0;
  transform: translate(50%, 0);
}
.p-home-section-about__foreground {
  position: relative;
  padding-top: 74.6666666667vw;
  padding-bottom: 90.6666666667vw;
}
@media screen and (min-width: 832px) {
  .p-home-section-about__foreground {
    padding-top: 126px;
    padding-bottom: 80px;
  }
}
.p-home-section-about__title {
  position: relative;
  top: 0;
  left: 50%;
  width: 116vw;
  margin-bottom: -8.5333333333vw;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 832px) {
  .p-home-section-about__title {
    width: 475px;
    margin-bottom: -97px;
  }
}
.p-home-section-about__title-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-about__copy {
  width: 65.8666666667vw;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 10.6666666667vw;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-home-section-about__copy {
    width: 851px;
    margin-bottom: 4px;
  }
}
.p-home-section-about__copy-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-about__text {
  margin-bottom: 8.5333333333vw;
  font-size: 6.4vw;
  line-height: 12.8vw;
  text-align: center;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
@media screen and (min-width: 832px) {
  .p-home-section-about__text {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 48px;
  }
}
.p-home-section-about__go {
  display: block;
  width: 49.0666666667vw;
  margin-right: auto;
  margin-left: auto;
  padding: 0 1rem;
  font-size: 1rem;
  line-height: 1.875rem;
  text-align: center;
  text-decoration: none;
  border-radius: 9999px;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
  transition: all 0.3s ease;
  color: #313d50;
  background: #94a4b5;
}
.p-home-section-about__go:hover {
  cursor: pointer;
  opacity: 0.6;
}
@media screen and (min-width: 832px) {
  .p-home-section-about__go {
    width: 184px;
    font-size: 16px;
    line-height: 30px;
  }
}
.p-home-section-about__belt-wrapper {
  position: absolute;
  top: -45.3333333333vw;
  left: 0;
  width: 100%;
  height: 90.6666666667vw;
}
@media screen and (min-width: 832px) {
  .p-home-section-about__belt-wrapper {
    top: -226px;
    height: 452px;
  }
}
.p-home-section-about__belt {
  width: 100%;
  height: 100%;
  background-position: 0% 0%;
  background-image: url('../img/home/section-about/p-home-section-about__belt.jpg?1775468095');
  background-repeat: repeat-x;
  background-size: 258.6666666667vw;
  animation-name: home-about-belt-sp;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media screen and (min-width: 832px) {
  .p-home-section-about__belt {
    animation-name: home-about-belt-pc;
    background-size: 1294px;
  }
}
.p-home-section-about__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-home-section-about__note-slot {
  position: absolute;
}
.p-home-section-about__note-slot--01 {
  top: -30.4vw;
  left: 71.4666666667vw;
  transform: rotate(12deg);
}
@media screen and (min-width: 832px) {
  .p-home-section-about__note-slot--01 {
    top: -338px;
    left: calc(50% + -440px);
    transform: rotate(-11deg);
  }
}
.p-home-section-about__note-slot--02 {
  top: 47.4666666667vw;
  left: -0.2666666667vw;
  transform: rotate(-11deg);
}
@media screen and (min-width: 832px) {
  .p-home-section-about__note-slot--02 {
    top: -244px;
    left: calc(50% + 484px);
    transform: rotate(-6deg);
  }
}
.p-home-section-about__note-slot--03 {
  top: 26.4vw;
  left: 30.4vw;
  transform: rotate(2deg);
}
@media screen and (min-width: 832px) {
  .p-home-section-about__note-slot--03 {
    top: 10px;
    left: calc(50% + -630px);
    transform: rotate(-12deg);
  }
}
.p-home-section-about__note-slot--04 {
  top: 43.4666666667vw;
  left: 70.1333333333vw;
  transform: rotate(-6deg);
}
@media screen and (min-width: 832px) {
  .p-home-section-about__note-slot--04 {
    top: -50px;
    left: calc(50% + 454px);
    transform: rotate(17deg);
  }
}
.p-home-section-about__note-slot--05 {
  top: 221.0666666667vw;
  left: 60.5333333333vw;
  transform: rotate(-6deg);
}
@media screen and (min-width: 832px) {
  .p-home-section-about__note-slot--05 {
    top: 182px;
    left: calc(50% + -493px);
    transform: rotate(17deg);
  }
}
.p-home-section-about__note-slot--06 {
  top: 389.0666666667vw;
  left: 0.2666666667vw;
  transform: rotate(-6deg);
}
@media screen and (min-width: 832px) {
  .p-home-section-about__note-slot--06 {
    top: 666px;
    left: calc(50% + -585px);
    transform: rotate(-6deg);
  }
}
.p-home-section-about__note-slot--07 {
  top: 377.8666666667vw;
  left: 32.8vw;
  transform: rotate(-13deg);
}
@media screen and (min-width: 832px) {
  .p-home-section-about__note-slot--07 {
    top: 612px;
    left: calc(50% + 289px);
    transform: rotate(-7deg);
  }
}
.p-home-section-about__note-slot--08 {
  top: 362.1333333333vw;
  left: 72.2666666667vw;
  transform: rotate(12deg);
}
@media screen and (min-width: 832px) {
  .p-home-section-about__note-slot--08 {
    top: 798px;
    left: calc(50% + -440px);
    transform: rotate(-7deg);
  }
}
.p-home-section-about__note-slot--09 {
  top: 419.2vw;
  left: 18.1333333333vw;
  transform: rotate(6deg);
}
@media screen and (min-width: 832px) {
  .p-home-section-about__note-slot--09 {
    top: 724px;
    left: calc(50% + 492px);
    transform: rotate(-6deg);
  }
}
.p-home-section-about__note-slot--10 {
  top: 410.6666666667vw;
  left: 70.4vw;
  transform: rotate(4deg);
}
@media screen and (min-width: 832px) {
  .p-home-section-about__note-slot--10 {
    top: 866px;
    left: calc(50% + 347px);
    transform: rotate(17deg);
  }
}

.p-home-section-usecases {
  position: relative;
  z-index: 1;
  padding-bottom: 32vw;
}
@media screen and (min-width: 832px) {
  .p-home-section-usecases {
    padding-bottom: 0;
  }
}
.p-home-section-usecases__title {
  display: none;
}
.p-home-section-usecases__lead {
  margin-bottom: 4.2666666667vw;
  font-size: 7.4666666667vw;
  line-height: 10.6666666667vw;
  text-align: center;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
@media screen and (min-width: 832px) {
  .p-home-section-usecases__lead {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 48px;
  }
}
.p-home-section-usecases__diagram {
  display: block;
  width: 87.4666666667vw;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 3.2vw;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-home-section-usecases__diagram {
    width: 880px;
    margin-bottom: 26px;
  }
}
.p-home-section-usecases__diagram-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-usecases__text {
  margin-bottom: 9.6vw;
  font-size: 5.3333333333vw;
  line-height: 9.6vw;
  text-align: center;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
@media screen and (min-width: 832px) {
  .p-home-section-usecases__text {
    margin-bottom: 28px;
    font-size: 20px;
    line-height: 36px;
  }
}
.p-home-section-usecases__go {
  display: block;
  width: 11.5rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0 1rem;
  font-size: 0.875rem;
  line-height: 1.875rem;
  text-align: center;
  text-decoration: none;
  border-radius: 9999px;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
  transition: all 0.3s ease;
  color: #313d50;
  background: #94a4b5;
}
.p-home-section-usecases__go:hover {
  cursor: pointer;
  opacity: 0.6;
}
.p-home-section-usecases__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-home-section-usecases__note-slot {
  position: absolute;
}
.p-home-section-usecases__note-slot--01 {
  top: 282.4vw;
  left: 14.4vw;
  transform: rotate(-6deg);
}
@media screen and (min-width: 832px) {
  .p-home-section-usecases__note-slot--01 {
    top: 195px;
    left: calc(50% + -650px);
    transform: rotate(18deg);
  }
}
.p-home-section-usecases__note-slot--02 {
  top: 277.3333333333vw;
  left: 54.9333333333vw;
  transform: rotate(12deg);
}
@media screen and (min-width: 832px) {
  .p-home-section-usecases__note-slot--02 {
    top: 263px;
    left: calc(50% + 483px);
    transform: rotate(-6deg);
  }
}

.p-home-section-services {
  position: relative;
  padding-bottom: 80vw;
}
@media screen and (min-width: 832px) {
  .p-home-section-services {
    padding-bottom: 0;
  }
}
.p-home-section-services__title {
  position: relative;
  top: 0;
  left: 50%;
  width: 88.5333333333vw;
  margin-bottom: -13.3333333333vw;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 832px) {
  .p-home-section-services__title {
    width: 418px;
    margin-bottom: -80px;
  }
}
.p-home-section-services__title-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-services__page-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 9.6vw;
  width: 87.4666666667vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-home-section-services__page-list {
    flex-direction: row;
    gap: normal;
    justify-content: space-between;
    width: min(1040px, 100vw);
  }
}
.p-home-section-services__page {
  display: block;
  width: 100%;
  color: #94a4b5;
  text-decoration: none;
}
@media screen and (min-width: 832px) {
  .p-home-section-services__page {
    width: min(495px, 47.5961538462vw);
  }
}
.p-home-section-services__page-image {
  display: block;
  width: 100%;
}
.p-home-section-services__page-footer {
  display: block;
  padding: 0.5rem 0.75rem;
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  border-bottom-color: currentcolor;
}
.p-home-section-services__page-title {
  display: block;
  font-size: 2.5rem;
  line-height: 3rem;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
@media screen and (min-width: 832px) {
  .p-home-section-services__page-title {
    display: inline;
    margin-right: 4px;
  }
}
.p-home-section-services__page-copy {
  display: block;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
@media screen and (min-width: 832px) {
  .p-home-section-services__page-copy {
    display: inline;
  }
}
.p-home-section-services__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-home-section-services__note-slot {
  position: absolute;
}
.p-home-section-services__note-slot--01 {
  top: 50.6666666667vw;
  left: -4.5333333333vw;
  transform: rotate(-6deg);
}
@media screen and (min-width: 832px) {
  .p-home-section-services__note-slot--01 {
    top: 28px;
    left: calc(50% + -512px);
    transform: rotate(32deg);
  }
}
.p-home-section-services__note-slot--02 {
  top: 250.4vw;
  left: -2.1333333333vw;
  transform: rotate(-13deg);
}
@media screen and (min-width: 832px) {
  .p-home-section-services__note-slot--02 {
    top: 28px;
    left: calc(50% + 400px);
    transform: rotate(-6deg);
  }
}
.p-home-section-services__note-slot--03 {
  top: 246.4vw;
  left: 65.8666666667vw;
  transform: rotate(12deg);
}
@media screen and (min-width: 832px) {
  .p-home-section-services__note-slot--03 {
    top: 168px;
    left: calc(50% + -639px);
    transform: rotate(-6deg);
  }
}
.p-home-section-services__note-slot--04 {
  top: 260.8vw;
  left: 40vw;
  transform: rotate(-6deg);
}
@media screen and (min-width: 832px) {
  .p-home-section-services__note-slot--04 {
    top: 143px;
    left: calc(50% + 236px);
    transform: rotate(18deg);
  }
}
.p-home-section-services__note-slot--05 {
  top: 284.5333333333vw;
  left: -0.5333333333vw;
  transform: rotate(4deg);
}
@media screen and (min-width: 832px) {
  .p-home-section-services__note-slot--05 {
    top: 781px;
    left: calc(50% + -574px);
    transform: rotate(-7deg);
  }
}
.p-home-section-services__note-slot--06 {
  top: 300.5333333333vw;
  left: 61.6vw;
  transform: rotate(19deg);
}
@media screen and (min-width: 832px) {
  .p-home-section-services__note-slot--06 {
    top: 756px;
    left: calc(50% + 396px);
    transform: rotate(18deg);
  }
}

.p-page-content__header {
  min-height: 38.4vw;
  padding-top: 6.4vw;
}
@media screen and (min-width: 832px) {
  .p-page-content__header {
    min-height: 160px;
    padding-top: 40px;
  }
}
.p-page-content__title-wrapper {
  position: relative;
  display: block;
  padding-top: 14.9333333333vw;
}
@media screen and (min-width: 832px) {
  .p-page-content__title-wrapper {
    padding-top: 56px;
  }
}
.p-page-content__title-background {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 25.0666666667vw;
  height: auto;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 832px) {
  .p-page-content__title-background {
    width: 94px;
  }
}
.p-page-content__title {
  position: relative;
  font-size: 8.5333333333vw;
  line-height: 10.6666666667vw;
  text-align: center;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
@media screen and (min-width: 832px) {
  .p-page-content__title {
    font-size: 32px;
    line-height: 40px;
  }
}

.p-page-about-layout {
  background-image: url('../img/page-about/layout/p-page-about-layout__background--sp.jpg?1775468095');
  background-size: 100vw;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 832px) {
  .p-page-about-layout {
    background-image: url('../img/page-about/layout/p-page-about-layout__background--pc.jpg?1775468095');
    background-size: 1280px;
    background-position: center top;
    background-repeat: no-repeat;
  }
}

.p-page-about-section-hero {
  padding-top: 18.6666666667vw;
  padding-bottom: 20vw;
}
@media screen and (min-width: 832px) {
  .p-page-about-section-hero {
    padding-top: 0;
    padding-bottom: 90px;
  }
}
.p-page-about-section-hero__title {
  display: none;
}
.p-page-about-section-hero__copy {
  display: block;
  width: 76vw;
  margin-right: auto;
  margin-bottom: 2.6666666667vw;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-page-about-section-hero__copy {
    width: 800px;
    margin-bottom: -20px;
  }
}
.p-page-about-section-hero__copy-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-page-about-section-hero__text {
  font-size: 1.25rem;
  line-height: 2.5rem;
  text-align: center;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}

@keyframes about-introduction-belt-sp {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -553.0666666667vw 0%;
  }
}
@keyframes about-introduction-belt-pc {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -3260px 0%;
  }
}
.p-page-about-section-introduction {
  position: relative;
}
.p-page-about-section-introduction__belt {
  width: 100%;
  height: 74.6666666667vw;
  margin-bottom: 30.9333333333vw;
  background-position: 0% 0%;
  background-image: url('../img/page-about/section-introduction/p-page-about-section-introduction__belt.jpg?1775468095');
  background-repeat: repeat-x;
  background-size: 553.0666666667vw;
  animation-name: about-introduction-belt-sp;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform: skewY(-4deg);
}
@media screen and (min-width: 832px) {
  .p-page-about-section-introduction__belt {
    height: 440px;
    margin-bottom: 76px;
    background-size: 3260px;
    animation-name: about-introduction-belt-pc;
  }
}
.p-page-about-section-introduction__title {
  display: block;
  width: 78.4vw;
  margin-right: auto;
  margin-bottom: 5.3333333333vw;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-page-about-section-introduction__title {
    width: 800px;
    margin-bottom: 24px;
  }
}
.p-page-about-section-introduction__title-image {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 832px) {
  .p-page-about-section-introduction__title-image {
    width: 542px;
  }
}
.p-page-about-section-introduction__text {
  width: 87.4666666667vw;
  margin-right: auto;
  margin-left: auto;
  font-size: 1rem;
  line-height: 2rem;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
@media screen and (min-width: 832px) {
  .p-page-about-section-introduction__text {
    width: 800px;
  }
}
.p-page-about-section-introduction__banana {
  position: absolute;
  top: 50.6666666667vw;
  right: 0;
  width: 65.8666666667vw;
}
@media screen and (min-width: 832px) {
  .p-page-about-section-introduction__banana {
    top: 375px;
    right: min(0px, 50vw - 640px);
    width: 430px;
  }
}
.p-page-about-section-introduction__banana-image {
  display: block;
  width: 100%;
  height: auto;
}

.p-page-about-section-law {
  padding-top: 24vw;
}
@media screen and (min-width: 832px) {
  .p-page-about-section-law {
    padding-top: 110px;
  }
}
.p-page-about-section-law__title {
  display: block;
  width: 68.2666666667vw;
  margin-right: auto;
  margin-bottom: 10.6666666667vw;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-page-about-section-law__title {
    width: 256px;
    margin-bottom: 50px;
  }
}
.p-page-about-section-law__title-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-page-about-section-law__law-list {
  display: flex;
  flex-direction: column;
  gap: 13.3333333333vw;
  width: 87.4666666667vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-page-about-section-law__law-list {
    gap: min(70px, 6.7307692308vw);
    width: min(1040px, 100vw);
  }
}
.p-page-about-section-law__law {
  display: flex;
  flex-direction: column;
  gap: 8vw;
}
@media screen and (min-width: 832px) {
  .p-page-about-section-law__law {
    gap: normal;
    justify-content: space-between;
  }
}
@media screen and (min-width: 832px) {
  .p-page-about-section-law__law:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 832px) {
  .p-page-about-section-law__law:nth-child(even) {
    flex-direction: row;
  }
}
.p-page-about-section-law__law-title {
  width: 100%;
}
@media screen and (min-width: 832px) {
  .p-page-about-section-law__law-title {
    width: min(280px, 26.9230769231vw);
  }
}
.p-page-about-section-law__law-title-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-page-about-section-law__law-text {
  width: 100%;
  font-size: 1rem;
  line-height: 2rem;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
@media screen and (min-width: 832px) {
  .p-page-about-section-law__law-text {
    width: min(400px, 38.4615384615vw);
    font-size: min(16px, 1.5384615385vw);
    line-height: min(32px, 3.0769230769vw);
  }
}
.p-page-about-section-law__law-image {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 832px) {
  .p-page-about-section-law__law-image {
    width: min(280px, 26.9230769231vw);
  }
}

.p-page-about-section-services {
  padding-top: 16vw;
  margin-bottom: 17.0666666667vw;
}
@media screen and (min-width: 832px) {
  .p-page-about-section-services {
    padding-top: 160px;
    margin-bottom: 96px;
  }
}
.p-page-about-section-services__title {
  width: 68vw;
  margin-right: auto;
  margin-bottom: 4.2666666667vw;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-page-about-section-services__title {
    width: 800px;
    margin-bottom: 32px;
  }
}
.p-page-about-section-services__title-image {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 832px) {
  .p-page-about-section-services__title-image {
    width: 511px;
    margin-left: -40px;
  }
}
.p-page-about-section-services__text {
  width: 87.4666666667vw;
  margin-right: auto;
  margin-bottom: 8.5333333333vw;
  margin-left: auto;
  font-size: 1rem;
  line-height: 2rem;
}
@media screen and (min-width: 832px) {
  .p-page-about-section-services__text {
    width: 800px;
    margin-bottom: 44px;
  }
}
.p-page-about-section-services__service-list {
  display: flex;
  flex-direction: column;
  gap: 14.4vw;
  width: 87.4666666667vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-page-about-section-services__service-list {
    gap: 54px;
    width: 800px;
  }
}
.p-page-about-section-services__service {
  display: flex;
  flex-direction: column;
  gap: 4.2666666667vw;
  width: 100%;
}
@media screen and (min-width: 832px) {
  .p-page-about-section-services__service {
    flex-direction: row;
    gap: normal;
    justify-content: space-between;
  }
}
.p-page-about-section-services__service-image {
  width: 100%;
}
@media screen and (min-width: 832px) {
  .p-page-about-section-services__service-image {
    width: 360px;
  }
}
.p-page-about-section-services__service-body {
  width: 100%;
}
@media screen and (min-width: 832px) {
  .p-page-about-section-services__service-body {
    width: 400px;
  }
}
.p-page-about-section-services__service-lead {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 2rem;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
.p-page-about-section-services__service-lead > span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2.25rem 0 0.75rem;
  color: #313d50;
  background: #94a4b5;
}
.p-page-about-section-services__service-title {
  margin-bottom: 0.5rem;
  font-size: 2.25rem;
  line-height: 2.25rem;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
.p-page-about-section-services__service-text {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.75rem;
}
.p-page-about-section-services__service-go {
  display: block;
  width: 11.5rem;
  padding: 0.4375rem 1rem;
  font-size: 1rem;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  border-radius: 9999px;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
  transition: all 0.3s ease;
  color: #313d50;
  background: #94a4b5;
}
.p-page-about-section-services__service-go:hover {
  cursor: pointer;
  opacity: 0.6;
}

.p-page-wholesale-section-hero__header {
  height: 62.9333333333vw;
  padding-top: 18.4vw;
}
@media screen and (min-width: 832px) {
  .p-page-wholesale-section-hero__header {
    height: 271px;
    padding-top: 55px;
  }
}
.p-page-wholesale-section-hero__title {
  display: none;
}
.p-page-wholesale-section-hero__copy {
  width: 78.6666666667vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-page-wholesale-section-hero__copy {
    width: 392px;
  }
}
.p-page-wholesale-section-hero__copy-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-page-wholesale-section-hero__catch {
  display: block;
  width: 100%;
  height: auto;
}

.p-page-wholesale-section-offering {
  padding-top: 12.2666666667vw;
  margin-bottom: 17.0666666667vw;
}
@media screen and (min-width: 832px) {
  .p-page-wholesale-section-offering {
    padding-top: 58px;
    margin-bottom: 96px;
  }
}
.p-page-wholesale-section-offering__lead {
  margin-bottom: 4.2666666667vw;
  font-size: 5.3333333333vw;
  line-height: 8.5333333333vw;
  text-align: center;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
@media screen and (min-width: 832px) {
  .p-page-wholesale-section-offering__lead {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 38px;
  }
}
.p-page-wholesale-section-offering__title {
  width: 50.4vw;
  margin-right: auto;
  margin-bottom: 4.2666666667vw;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-page-wholesale-section-offering__title {
    width: 432px;
    margin-bottom: 16px;
  }
}
.p-page-wholesale-section-offering__title-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-page-wholesale-section-offering__text {
  margin-bottom: 11.7333333333vw;
  font-size: 1rem;
  line-height: 2rem;
  text-align: center;
}
@media screen and (min-width: 832px) {
  .p-page-wholesale-section-offering__text {
    margin-bottom: 40px;
  }
}
.p-page-wholesale-section-offering__product-list {
  display: flex;
  flex-direction: column;
  gap: 12.8vw;
  width: 87.4666666667vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-page-wholesale-section-offering__product-list {
    gap: 56px;
    width: 800px;
  }
}
.p-page-wholesale-section-offering__product-image {
  margin-bottom: 6.4vw;
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 832px) {
  .p-page-wholesale-section-offering__product-image {
    margin-bottom: 40px;
  }
}
.p-page-wholesale-section-offering__product-title {
  margin-bottom: 1rem;
  font-size: 1.75rem;
  line-height: 2rem;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
@media screen and (min-width: 832px) {
  .p-page-wholesale-section-offering__product-title {
    margin-bottom: 1rem;
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
.p-page-wholesale-section-offering__product-title > span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2.25rem 0 0.75rem;
  color: #313d50;
  background: #94a4b5;
}
.p-page-wholesale-section-offering__product-text {
  font-size: 1rem;
  line-height: 2rem;
}
.p-page-wholesale-section-offering__product-notes {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.p-page-oem-section-hero__header {
  height: 62.9333333333vw;
  padding-top: 18.4vw;
}
@media screen and (min-width: 832px) {
  .p-page-oem-section-hero__header {
    height: 271px;
    padding-top: 59px;
  }
}
.p-page-oem-section-hero__title {
  display: none;
}
.p-page-oem-section-hero__copy {
  width: 70.1333333333vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-page-oem-section-hero__copy {
    width: 348px;
  }
}
.p-page-oem-section-hero__copy-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-page-oem-section-hero__catch {
  display: block;
  width: 100%;
  height: auto;
}

.p-page-oem-section-offering {
  padding-top: 12.2666666667vw;
}
@media screen and (min-width: 832px) {
  .p-page-oem-section-offering {
    padding-top: 58px;
  }
}
.p-page-oem-section-offering__lead {
  margin-bottom: 4.2666666667vw;
  font-size: 5.3333333333vw;
  line-height: 8.5333333333vw;
  text-align: center;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
@media screen and (min-width: 832px) {
  .p-page-oem-section-offering__lead {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 38px;
  }
}
.p-page-oem-section-offering__title {
  width: 53.8666666667vw;
  margin-right: auto;
  margin-bottom: 4.2666666667vw;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-page-oem-section-offering__title {
    width: 598px;
    margin-bottom: 16px;
  }
}
.p-page-oem-section-offering__title-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-page-oem-section-offering__text {
  margin-bottom: 11.7333333333vw;
  font-size: 1rem;
  line-height: 2rem;
  text-align: center;
}
@media screen and (min-width: 832px) {
  .p-page-oem-section-offering__text {
    margin-bottom: 60px;
  }
}
.p-page-oem-section-offering__diagram {
  width: 74.6666666667vw;
  margin-right: auto;
  margin-bottom: 14.9333333333vw;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-page-oem-section-offering__diagram {
    width: 800px;
    margin-bottom: 96px;
  }
}
.p-page-oem-section-offering__diagram-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-page-oem-section-offering__step-list {
  display: flex;
  flex-direction: column;
  gap: 12.8vw;
  width: 87.4666666667vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-page-oem-section-offering__step-list {
    gap: 75px;
    width: 800px;
  }
}
.p-page-oem-section-offering__step {
  display: flex;
  flex-direction: column;
  gap: 6.6666666667vw;
}
@media screen and (min-width: 832px) {
  .p-page-oem-section-offering__step {
    flex-direction: row;
    gap: normal;
    justify-content: space-between;
  }
}
.p-page-oem-section-offering__step-body {
  display: block;
  width: 100%;
}
@media screen and (min-width: 832px) {
  .p-page-oem-section-offering__step-body {
    width: 360px;
  }
}
.p-page-oem-section-offering__step-title {
  display: block;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
@media screen and (min-width: 832px) {
  .p-page-oem-section-offering__step-title {
    margin-bottom: 1.25rem;
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
.p-page-oem-section-offering__step-title > span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2.25rem 0 0.75rem;
  color: #313d50;
  background: #94a4b5;
}
.p-page-oem-section-offering__step-text {
  font-size: 1rem;
  line-height: 2rem;
}
.p-page-oem-section-offering__step-image {
  display: block;
  width: 100%;
}
@media screen and (min-width: 832px) {
  .p-page-oem-section-offering__step-image {
    width: 400px;
  }
}

.p-page-oem-section-strengths {
  padding-top: 17.0666666667vw;
  margin-bottom: 17.0666666667vw;
}
@media screen and (min-width: 832px) {
  .p-page-oem-section-strengths {
    padding-top: 96px;
    margin-bottom: 96px;
  }
}
.p-page-oem-section-strengths__title {
  display: block;
  width: 87.4666666667vw;
  margin-right: auto;
  margin-bottom: 2.1333333333vw;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-page-oem-section-strengths__title {
    width: 800px;
    margin-bottom: 8px;
  }
}
.p-page-oem-section-strengths__title-image {
  display: block;
  width: 80.2666666667vw;
}
@media screen and (min-width: 832px) {
  .p-page-oem-section-strengths__title-image {
    width: 301px;
    margin-left: -40px;
  }
}
.p-page-oem-section-strengths__text {
  width: 87.4666666667vw;
  margin-right: auto;
  margin-bottom: 6.4vw;
  margin-left: auto;
  font-size: 1rem;
  line-height: 2rem;
}
@media screen and (min-width: 832px) {
  .p-page-oem-section-strengths__text {
    width: 800px;
    margin-bottom: 40px;
  }
}
.p-page-oem-section-strengths__strength-list {
  display: flex;
  flex-direction: column;
  gap: 8.5333333333vw;
  width: 87.4666666667vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-page-oem-section-strengths__strength-list {
    gap: 60px;
    width: 800px;
  }
}
.p-page-oem-section-strengths__strength {
  display: flex;
  flex-direction: column;
  gap: 4.2666666667vw;
}
@media screen and (min-width: 832px) {
  .p-page-oem-section-strengths__strength {
    flex-direction: row;
    gap: normal;
    justify-content: space-between;
  }
}
.p-page-oem-section-strengths__strength-body {
  display: block;
  width: 100%;
}
@media screen and (min-width: 832px) {
  .p-page-oem-section-strengths__strength-body {
    width: 440px;
  }
}
.p-page-oem-section-strengths__strength-no {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 2rem;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
.p-page-oem-section-strengths__strength-title {
  display: block;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
@media screen and (min-width: 832px) {
  .p-page-oem-section-strengths__strength-title {
    margin-bottom: 1rem;
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
.p-page-oem-section-strengths__strength-title > span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2.25rem 0 0.75rem;
  color: #313d50;
  background: #94a4b5;
}
.p-page-oem-section-strengths__strength-text {
  font-size: 1rem;
  line-height: 2rem;
}
.p-page-oem-section-strengths__strength-image {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 832px) {
  .p-page-oem-section-strengths__strength-image {
    width: 320px;
  }
}

.p-page-post-note-content {
  position: relative;
  padding-top: 23.4666666667vw;
}
@media screen and (min-width: 832px) {
  .p-page-post-note-content {
    padding-top: 80px;
  }
}
.p-page-post-note-content__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-page-post-note-content__human {
  position: absolute;
  top: 20.2666666667vw;
  display: block;
  width: 30.1333333333vw;
  height: auto;
}
@media screen and (min-width: 832px) {
  .p-page-post-note-content__human {
    top: 138px;
    width: 161px;
  }
}
.p-page-post-note-content__human--left {
  left: 0;
  transform: translate(-50%, 0);
}
.p-page-post-note-content__human--right {
  right: 0;
  transform: translate(50%, 0);
}
.p-page-post-note-content__foreground {
  position: relative;
}
.p-page-post-note-content__title {
  font-size: 7.4666666667vw;
  line-height: 11.7333333333vw;
  text-align: center;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
@media screen and (min-width: 832px) {
  .p-page-post-note-content__title {
    font-size: 32px;
    line-height: 44px;
  }
}
.p-page-post-note-content__text {
  font-size: 4.2666666667vw;
  line-height: 8.5333333333vw;
  text-align: center;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
@media screen and (min-width: 832px) {
  .p-page-post-note-content__text {
    font-size: 16px;
    line-height: 32px;
  }
}
.p-page-post-note-content__note-area {
  position: relative;
  display: block;
  width: 87.4666666667vw;
  height: 38.4vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-page-post-note-content__note-area {
    width: 720px;
    height: 168px;
  }
}
.p-page-post-note-content__note-slot {
  position: absolute;
  --note-size: 28vw;
  width: var(--note-size);
  height: var(--note-size);
}
@media screen and (min-width: 832px) {
  .p-page-post-note-content__note-slot {
    --note-size: 131px;
  }
}
.p-page-post-note-content__note-slot--01 {
  top: 10.4vw;
  left: -7.4666666667vw;
  transform: rotate(-15deg);
}
@media screen and (min-width: 832px) {
  .p-page-post-note-content__note-slot--01 {
    top: 35px;
    left: 74px;
    transform: rotate(9deg);
  }
}
.p-page-post-note-content__note-slot--02 {
  top: 4.2666666667vw;
  left: 17.3333333333vw;
  transform: rotate(9deg);
}
@media screen and (min-width: 832px) {
  .p-page-post-note-content__note-slot--02 {
    top: 30px;
    left: 219px;
    transform: rotate(-15deg);
  }
}
.p-page-post-note-content__note-slot--03 {
  top: 10.1333333333vw;
  left: 44.8vw;
  transform: rotate(-4deg);
}
@media screen and (min-width: 832px) {
  .p-page-post-note-content__note-slot--03 {
    top: 26px;
    left: 360px;
    transform: rotate(9deg);
  }
}
.p-page-post-note-content__note-slot--04 {
  top: -0.2666666667vw;
  left: 70.6666666667vw;
  transform: rotate(-13deg);
}
@media screen and (min-width: 832px) {
  .p-page-post-note-content__note-slot--04 {
    top: 25px;
    left: 510px;
    transform: rotate(-13deg);
  }
}
.p-page-post-note-content__form {
  display: block;
}
.p-page-post-note-content__form-item {
  font-size: 1rem;
  line-height: 2rem;
  max-width: 87.4666666667vw;
  margin-top: 2rem;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-page-post-note-content__form-item {
    max-width: 720px;
  }
}
.p-page-post-note-content__notice {
  max-width: 87.4666666667vw;
  margin-top: 2rem;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-page-post-note-content__notice {
    max-width: 720px;
  }
}
.p-page-post-note-content__notice-title {
  font-size: 1rem;
  line-height: 2rem;
}
.p-page-post-note-content__notice-text {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.p-page-post-note-content__turnstile-wrapper {
  max-width: 87.4666666667vw;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media screen and (min-width: 832px) {
  .p-page-post-note-content__turnstile-wrapper {
    max-width: 720px;
  }
}
.p-page-post-note-content__submit-area {
  position: relative;
  display: block;
  max-width: 87.4666666667vw;
  margin-top: 2rem;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-page-post-note-content__submit-area {
    max-width: 720px;
  }
}
.p-page-post-note-content__spinner {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 2em;
  visibility: hidden;
  transform: translate(0, -50%);
}
.p-page-post-note-content__spinner.js-is-active {
  visibility: visible;
}
.p-page-post-note-content__status {
  min-height: 1.75rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #f00;
  font-family: serif;
  max-width: 87.4666666667vw;
  margin-top: 2rem;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-page-post-note-content__status {
    max-width: 720px;
  }
}
.p-page-post-note-content__thanks {
  padding-top: 0;
  padding-bottom: 42.6666666667vw;
}
@media screen and (min-width: 832px) {
  .p-page-post-note-content__thanks {
    padding-top: 48px;
    padding-bottom: 280px;
  }
}
.p-page-post-note-content__thanks-image {
  display: block;
  width: 19.7333333333vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-page-post-note-content__thanks-image {
    width: 74px;
  }
}
.p-page-post-note-content__thanks-text {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 2rem;
  text-align: center;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
.p-page-contact-section-hero__header {
  height: 34.6666666667vw;
  padding-top: 6.1333333333vw;
}
@media screen and (min-width: 832px) {
  .p-page-contact-section-hero__header {
    height: 152px;
    padding-top: 35px;
  }
}
.p-page-contact-section-hero__label {
  width: 56.8vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-page-contact-section-hero__label {
    width: 213px;
  }
}
.p-page-contact-section-hero__label-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-page-contact-section-hero__title {
  display: none;
}

.p-page-contact-section-entry-content .wp-block-buttons > .wp-block-button {
  min-width: 74.6666666667vw;
}
@media screen and (min-width: 832px) {
  .p-page-contact-section-entry-content .wp-block-buttons > .wp-block-button {
    min-width: 320px;
  }
}

.p-page-contact-section-cta-tel {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.p-page-contact-section-cta-tel__title {
  font-size: 1rem;
  line-height: 2rem;
  text-align: center;
}
.p-page-contact-section-cta-tel__tel {
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
.p-page-contact-section-cta-tel__tel a {
  color: currentcolor;
  text-decoration: underline;
}
.p-page-contact-section-cta-tel__note {
  font-size: 0.75rem;
  line-height: 2rem;
  text-align: center;
}

.p-page-contact-form-section-hero__header {
  height: 34.6666666667vw;
  padding-top: 6.1333333333vw;
  margin-bottom: 2rem;
}
@media screen and (min-width: 832px) {
  .p-page-contact-form-section-hero__header {
    height: 152px;
    padding-top: 35px;
  }
}
.p-page-contact-form-section-hero__label {
  width: 56.8vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-page-contact-form-section-hero__label {
    width: 213px;
  }
}
.p-page-contact-form-section-hero__label-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-page-contact-form-section-hero__title {
  font-size: 5.3333333333vw;
  line-height: 8vw;
  text-align: center;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
@media screen and (min-width: 832px) {
  .p-page-contact-form-section-hero__title {
    font-size: 32px;
    line-height: 40px;
  }
}

.p-works-single-layout__header {
  min-height: 38.4vw;
  padding-top: 4.5333333333vw;
}
@media screen and (min-width: 832px) {
  .p-works-single-layout__header {
    min-height: 160px;
    padding-top: 35px;
  }
}
.p-works-single-layout__label {
  width: 43.4666666667vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-works-single-layout__label {
    width: 163px;
  }
}
.p-works-single-layout__label-image {
  display: block;
  width: 100%;
  height: auto;
}

.p-works-content__header {
  width: 87.4666666667vw;
  padding: 5.3333333333vw 3.2vw;
  margin-right: auto;
  margin-left: auto;
  border-width: 0.2666666667vw 0;
  border-style: solid;
  border-color: #94a4b5;
}
@media screen and (min-width: 832px) {
  .p-works-content__header {
    width: 720px;
    padding: 18px 14px;
    border-width: 1px 0;
  }
}
.p-works-content__title {
  margin-bottom: 2.1333333333vw;
  font-size: 8.5333333333vw;
  line-height: 10.6666666667vw;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
@media screen and (min-width: 832px) {
  .p-works-content__title {
    margin-bottom: 8px;
    font-size: 40px;
    line-height: 48px;
  }
}
.p-works-content__term-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3333333333vw;
  min-height: 1.125rem;
}
@media screen and (min-width: 832px) {
  .p-works-content__term-list {
    gap: 8px;
  }
}
.p-works-content__term {
  display: inline-block;
  padding: 0.125rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  border-radius: 9999px;
  transition: all 0.3s ease;
  color: #94a4b5;
  border-width: 0.0625rem;
  border-color: #94a4b5;
  border-style: solid;
}
.p-works-content__term:hover {
  cursor: pointer;
  opacity: 0.6;
}
.p-works-content__eyecatch {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 9.3333333333vw;
  margin-right: auto;
  margin-bottom: 9.3333333333vw;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-works-content__eyecatch {
    max-width: 880px;
    margin-top: 70px;
    margin-bottom: 64px;
  }
}

.p-works-archive-layout__header {
  min-height: 53.8666666667vw;
  padding-top: 7.2vw;
}
@media screen and (min-width: 832px) {
  .p-works-archive-layout__header {
    min-height: 210px;
    padding-top: 15px;
  }
}
.p-works-archive-layout__label {
  width: 59.7333333333vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-works-archive-layout__label {
    width: 264px;
  }
}
.p-works-archive-layout__label-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-works-archive-layout__lead {
  width: 81.0666666667vw;
  margin-right: auto;
  margin-bottom: 8.5333333333vw;
  margin-left: auto;
  font-size: 1rem;
  line-height: 2rem;
}
@media screen and (min-width: 832px) {
  .p-works-archive-layout__lead {
    width: 800px;
    margin-bottom: 36px;
  }
}
.p-works-archive-layout .c-archive-filter {
  margin-bottom: 14.9333333333vw;
}
@media screen and (min-width: 832px) {
  .p-works-archive-layout .c-archive-filter {
    margin-bottom: 64px;
  }
}
.p-works-archive-layout .c-archive-summary {
  margin-bottom: 20.2666666667vw;
}
@media screen and (min-width: 832px) {
  .p-works-archive-layout .c-archive-summary {
    margin-bottom: 48px;
  }
}
.p-works-archive-layout__article-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10.6666666667vw;
  width: 68.2666666667vw;
  margin-right: auto;
  margin-bottom: 14.9333333333vw;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-works-archive-layout__article-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 40px;
    width: 800px;
    margin-bottom: 76px;
  }
}
.p-works-archive-layout .c-pager {
  margin-bottom: 19.2vw;
}
@media screen and (min-width: 832px) {
  .p-works-archive-layout .c-pager {
    margin-bottom: 80px;
  }
}

.p-works-excerpt {
  display: block;
}
.p-works-excerpt__link {
  display: block;
  color: #94a4b5;
  text-decoration: none;
}
.p-works-excerpt__eyecatch {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.75rem;
}
.p-works-excerpt__title {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
.p-works-excerpt__term-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  min-height: 1.125rem;
}
.p-works-excerpt__term {
  display: inline-block;
  padding: 0.125rem;
  font-size: 0.75rem;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  border-radius: 9999px;
  transition: all 0.3s ease;
  color: #94a4b5;
  border-width: 0.0625rem;
  border-color: #94a4b5;
  border-style: solid;
}
.p-works-excerpt__term:hover {
  cursor: pointer;
  opacity: 0.6;
}

.p-works-home-excerpt {
  display: block;
  background-color: #c7d0d8;
}
.p-works-home-excerpt__link {
  display: block;
  color: #313d50;
  text-decoration: none;
}
.p-works-home-excerpt__eyecatch {
  display: block;
  width: 100%;
  height: auto;
}
.p-works-home-excerpt__title {
  padding: 0 3.2vw;
  font-size: 4.2666666667vw;
  line-height: 7.4666666667vw;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
@media screen and (min-width: 832px) {
  .p-works-home-excerpt__title {
    padding: 0 0.9375vw;
    font-size: 1.25vw;
    line-height: 2.1875vw;
  }
}

.p-usecases-single-layout__header {
  min-height: 38.4vw;
  padding-top: 6.6666666667vw;
}
@media screen and (min-width: 832px) {
  .p-usecases-single-layout__header {
    min-height: 160px;
    padding-top: 51px;
  }
}
.p-usecases-single-layout__label {
  width: 56.5333333333vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-usecases-single-layout__label {
    width: 205px;
  }
}
.p-usecases-single-layout__label-image {
  display: block;
  width: 100%;
  height: auto;
}

.p-usecases-content__header {
  width: 87.4666666667vw;
  padding: 3.2vw 3.2vw;
  margin-right: auto;
  margin-left: auto;
  border-width: 0.2666666667vw 0;
  border-style: solid;
  border-color: #94a4b5;
}
@media screen and (min-width: 832px) {
  .p-usecases-content__header {
    width: 720px;
    padding: 24px 14px;
    border-width: 1px 0;
  }
}
.p-usecases-content__lead {
  margin-bottom: 0.125rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
@media screen and (min-width: 832px) {
  .p-usecases-content__lead {
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.p-usecases-content__lead > span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.5rem 0 0.125rem;
  color: #313d50;
  background: #94a4b5;
}
.p-usecases-content__title {
  font-size: 8.5333333333vw;
  line-height: 10.6666666667vw;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
@media screen and (min-width: 832px) {
  .p-usecases-content__title {
    font-size: 48px;
    line-height: 56px;
  }
}
.p-usecases-content__eyecatch {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 9.3333333333vw;
  margin-right: auto;
  margin-bottom: 9.3333333333vw;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-usecases-content__eyecatch {
    max-width: 880px;
    margin-top: 70px;
    margin-bottom: 64px;
  }
}

.p-usecases-archive-layout__header {
  min-height: 53.8666666667vw;
  padding-top: 9.8666666667vw;
}
@media screen and (min-width: 832px) {
  .p-usecases-archive-layout__header {
    min-height: 210px;
    padding-top: 15px;
  }
}
.p-usecases-archive-layout__label {
  width: 75.2vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-usecases-archive-layout__label {
    width: 364px;
  }
}
.p-usecases-archive-layout__label-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-usecases-archive-layout__lead {
  width: 81.0666666667vw;
  margin-right: auto;
  margin-bottom: 6.4vw;
  margin-left: auto;
  font-size: 1rem;
  line-height: 2rem;
}
@media screen and (min-width: 832px) {
  .p-usecases-archive-layout__lead {
    width: 800px;
    margin-bottom: 64px;
  }
}
.p-usecases-archive-layout__article-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6.4vw;
  width: 74.6666666667vw;
  margin-right: auto;
  margin-bottom: 14.9333333333vw;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-usecases-archive-layout__article-list {
    grid-template-columns: 1fr;
    gap: 40px;
    width: 720px;
    margin-bottom: 76px;
  }
}
.p-usecases-archive-layout .c-pager {
  margin-bottom: 19.2vw;
}
@media screen and (min-width: 832px) {
  .p-usecases-archive-layout .c-pager {
    margin-bottom: 80px;
  }
}

.p-usecases-excerpt {
  display: block;
  background: #94a4b5;
  border-radius: 0.5rem;
}
.p-usecases-excerpt__link {
  display: flex;
  flex-direction: column;
  gap: 3.2vw;
  padding: 1rem;
  color: #313d50;
  text-decoration: none;
}
@media screen and (min-width: 832px) {
  .p-usecases-excerpt__link {
    flex-direction: row-reverse;
    gap: 16px;
    align-items: flex-start;
    justify-content: space-between;
    padding: 16px;
  }
}
.p-usecases-excerpt__eyecatch {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 832px) {
  .p-usecases-excerpt__eyecatch {
    width: 320px;
  }
}
.p-usecases-excerpt__body {
  position: relative;
  width: 100%;
  padding-bottom: 12.8vw;
}
@media screen and (min-width: 832px) {
  .p-usecases-excerpt__body {
    align-self: stretch;
    width: 320px;
    padding-bottom: 32px;
  }
}
.p-usecases-excerpt__lead {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
.p-usecases-excerpt__title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
@media screen and (min-width: 832px) {
  .p-usecases-excerpt__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.p-usecases-excerpt__hr {
  height: 0.0625rem;
  margin: 0.5rem 0;
  background: #0f0f19;
  border: none;
}
.p-usecases-excerpt__content {
  font-size: 3.7333333333vw;
  line-height: 5.3333333333vw;
}
@media screen and (min-width: 832px) {
  .p-usecases-excerpt__content {
    font-size: 16px;
    line-height: 28px;
  }
}
.p-usecases-excerpt__more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 3.7333333333vw;
  line-height: 3.7333333333vw;
  text-align: right;
}
@media screen and (min-width: 832px) {
  .p-usecases-excerpt__more {
    font-size: 14px;
    line-height: 14px;
  }
}

.p-news-single-layout__header {
  min-height: 38.4vw;
  padding-top: 6.1333333333vw;
}
@media screen and (min-width: 832px) {
  .p-news-single-layout__header {
    min-height: 160px;
    padding-top: 44px;
  }
}
.p-news-single-layout__label {
  width: 36vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-news-single-layout__label {
    width: 139px;
  }
}
.p-news-single-layout__label-image {
  display: block;
  width: 100%;
  height: auto;
}

.p-news-content__header {
  width: 87.4666666667vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-news-content__header {
    width: 720px;
  }
}
.p-news-content__date {
  margin-bottom: 1.0666666667vw;
  font-size: 5.3333333333vw;
  line-height: 8.5333333333vw;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
@media screen and (min-width: 832px) {
  .p-news-content__date {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }
}
.p-news-content__term-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3333333333vw;
  min-height: 1.125rem;
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 832px) {
  .p-news-content__term-list {
    gap: 8px;
    margin-bottom: 8px;
  }
}
.p-news-content__term {
  display: inline-block;
  padding: 0.125rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  border-radius: 9999px;
  transition: all 0.3s ease;
  color: #94a4b5;
  border-width: 0.0625rem;
  border-color: #94a4b5;
  border-style: solid;
}
.p-news-content__term:hover {
  cursor: pointer;
  opacity: 0.6;
}
.p-news-content__title {
  margin-bottom: 8.5333333333vw;
  font-size: 7.4666666667vw;
  line-height: 10.6666666667vw;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
@media screen and (min-width: 832px) {
  .p-news-content__title {
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 48px;
  }
}
.p-news-content__eyecatch {
  display: block;
  width: 87.4666666667vw;
  height: auto;
  margin-right: auto;
  margin-bottom: 12.8vw;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-news-content__eyecatch {
    width: 720px;
    margin-bottom: 64px;
  }
}

.p-news-archive-layout__header {
  min-height: 44.8vw;
  padding-top: 2.6666666667vw;
}
@media screen and (min-width: 832px) {
  .p-news-archive-layout__header {
    min-height: 210px;
    padding-top: 9px;
  }
}
.p-news-archive-layout__label {
  width: 47.2vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-news-archive-layout__label {
    width: 236px;
  }
}
.p-news-archive-layout__label-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-news-archive-layout__article-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6.4vw;
  width: 74.6666666667vw;
  margin-right: auto;
  margin-bottom: 14.9333333333vw;
  margin-left: auto;
}
@media screen and (min-width: 832px) {
  .p-news-archive-layout__article-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    width: 800px;
    margin-bottom: 76px;
  }
}
.p-news-archive-layout .c-pager {
  margin-bottom: 19.2vw;
}
@media screen and (min-width: 832px) {
  .p-news-archive-layout .c-pager {
    margin-bottom: 80px;
  }
}

.p-news-excerpt {
  display: block;
  background: #313d50;
}
.p-news-excerpt__link {
  display: block;
  padding: 1rem 0.75rem 1.5rem;
  color: #94a4b5;
  text-decoration: none;
}
.p-news-excerpt__eyecatch {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.75rem;
}
.p-news-excerpt__date {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
.p-news-excerpt__term-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  min-height: 1.125rem;
  margin-bottom: 0.5rem;
}
.p-news-excerpt__term {
  display: inline-block;
  padding: 0.125rem;
  font-size: 0.75rem;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  border-radius: 9999px;
  transition: all 0.3s ease;
  color: #94a4b5;
  border-width: 0.0625rem;
  border-color: #94a4b5;
  border-style: solid;
}
.p-news-excerpt__term:hover {
  cursor: pointer;
  opacity: 0.6;
}
.p-news-excerpt__title {
  font-size: 1rem;
  line-height: 1.5rem;
}

.p-news-home-excerpt {
  display: block;
  background: #313d50;
}
.p-news-home-excerpt__link {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 0.75rem 1.5rem;
  color: #94a4b5;
  text-decoration: none;
}
@media screen and (min-width: 832px) {
  .p-news-home-excerpt__link {
    flex-direction: row-reverse;
    gap: min(24px, 2.3076923077vw);
    padding: min(20px, 1.9230769231vw) min(25px, 2.4038461538vw);
  }
}
.p-news-home-excerpt__eyecatch {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 832px) {
  .p-news-home-excerpt__eyecatch {
    width: min(208px, 20vw);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 832px) {
  .p-news-home-excerpt__header {
    flex-grow: 1;
  }
}
.p-news-home-excerpt__date {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "FOT-アンチックセザンヌ Pro DB", serif;
}
@media screen and (min-width: 832px) {
  .p-news-home-excerpt__date {
    margin-bottom: min(12px, 1.1538461538vw);
    font-size: min(20px, 1.9230769231vw);
    line-height: min(24px, 2.3076923077vw);
  }
}
.p-news-home-excerpt__term-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  min-height: 1.125rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 832px) {
  .p-news-home-excerpt__term-list {
    gap: min(4px, 0.3846153846vw);
    min-height: min(18px, 1.7307692308vw);
    margin-bottom: min(8px, 0.7692307692vw);
  }
}
.p-news-home-excerpt__term {
  display: inline-block;
  padding: 0.125rem;
  font-size: 0.75rem;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  border-radius: 9999px;
  transition: all 0.3s ease;
  color: #94a4b5;
  border-width: 0.0625rem;
  border-color: #94a4b5;
  border-style: solid;
}
.p-news-home-excerpt__term:hover {
  cursor: pointer;
  opacity: 0.6;
}
@media screen and (min-width: 832px) {
  .p-news-home-excerpt__term {
    padding: min(2px, 0.1923076923vw);
    font-size: min(12px, 1.1538461538vw);
  }
}
.p-news-home-excerpt__title {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 832px) {
  .p-news-home-excerpt__title {
    font-size: min(16px, 1.5384615385vw);
    line-height: min(24px, 2.3076923077vw);
  }
}

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

.u-pc-inline {
  display: none;
}
@media screen and (min-width: 832px) {
  .u-pc-inline {
    display: inline;
  }
}

.u-pc-inline-block {
  display: none;
}
@media screen and (min-width: 832px) {
  .u-pc-inline-block {
    display: inline-block;
  }
}

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

.u-sp-inline {
  display: inline;
}
@media screen and (min-width: 832px) {
  .u-sp-inline {
    display: none;
  }
}

.u-sp-inline-block {
  display: inline-block;
}
@media screen and (min-width: 832px) {
  .u-sp-inline-block {
    display: none;
  }
}

.u-font-serif {
  font-family: serif;
}