/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs/index.js!./src/scss/style.scss ***!
  \******************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --spacer: 0.9375rem;
  /*--rem: 1rem / 15px;*/
  --header-h: null;
  --color-primary: #0077b6;
  --color-primary-rgb: 0, 119, 182;
  --color-secondary: #00a7ff;
  --color-secondary-rgb: 201, 100, 50;
  --color-tertiary: #d9e7ef;
  --color-tertiary-rgb: 217, 231, 239;
  --color-gray-2b2b2b: #2b2b2b;
  --color-gray-2b2b2b-rgb: 43, 43, 43;
  --color-gray-3a3a3a: #3a3a3a;
  --color-gray-3a3a3a-rgb: 58, 58, 58;
  --color-gray-939393: #939393;
  --color-gray-939393-rgb: 147, 147, 147;
  --color-gray-ccc: #ccc;
  --color-gray-ccc-rgb: 204, 204, 204;
  --color-white: #fff;
  --color-white-rgb: 255, 255, 255;
  --color-black: #000;
  --color-black-rgb: 0, 0, 0;
  --max-width: 1170px;
  --space-ss-size: clamp(0.25rem, 0.159rem + 0.45vw, 0.5rem);
  --space-s-size: clamp(0.5rem, 0.318rem + 0.91vw, 1rem);
  --space-m-size: clamp(1rem, 0.636rem + 1.82vw, 2rem);
  --space-l-size: clamp(2rem, 1.273rem + 3.64vw, 4rem);
  --space-xl-size: clamp(4rem, 2.545rem + 7.27vw, 8rem);
}

/*
--min-viewport-width:375;
--max-viewport-width:1170;
--min-fluid-ratio : calc( 1 / var(--min-viewport-width) * 100dvi);
--max-fluid-ratio : calc( 1 / var(--max-viewport-width) * 100dvi);
*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

body {
  overflow-x: clip;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 15px;
  background-color: var(--color-gray-2b2b2b);
  -webkit-font-feature-settings: "liga" 1, "kern" 1;
          font-feature-settings: "liga" 1, "kern" 1;
  position: relative;
}
body::before {
  pointer-events: none;
  position: absolute;
  z-index: -3;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-radial-gradient(#333 10%, transparent 20%), -webkit-radial-gradient(#333 10%, transparent 20%);
  background-image: radial-gradient(#333 10%, transparent 20%), radial-gradient(#333 10%, transparent 20%);
  background-position: 0 0, 5px 5px;
  background-size: 10px 10px;
}
body.is-active {
  overflow: hidden;
}

b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

.ff-en, .p-works__list dt, .p-product-page__outline--point::before {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
}
.ff-en.--fw-500, .p-works__list dt.--fw-500, .--fw-500.p-product-page__outline--point::before {
  font-weight: 500;
}

.text-uppercase {
  text-transform: uppercase;
}

img {
  width: 100%;
  height: auto;
}

.color-primary, .p-product-page__section--title {
  color: var(--color-primary);
}

a.color-primary.c-icon::before, a.c-icon.p-product-page__section--title::before {
  color: var(--color-primary);
}
@media (any-hover: hover) {
  a.color-primary:hover, a.p-product-page__section--title:hover {
    color: var(--color-secondary);
  }
}

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

.color-secondary {
  color: var(--color-secondary);
}

.color-gray-ccc {
  color: var(--color-gray-ccc);
}

.color-gray-939393 {
  color: var(--color-gray-939393);
}

.color-white {
  color: var(--color-white);
}

.container {
  -webkit-box-sizing: initial;
          box-sizing: initial;
  max-inline-size: calc(var(--max-width));
  margin-inline: auto;
  padding-inline: calc(var(--spacer) * 1);
}
@media only screen and (min-width: 981px) {
  .container {
    padding-inline: calc(var(--spacer) * 2);
  }
}

.content--m {
  max-width: calc(83.3333333333% - var(--spacer) * 2);
  margin-left: auto;
  margin-right: auto;
}

img.c-o-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-center {
  text-align: center;
}

.text-end {
  text-align: right;
}

svg.use-logo {
  width: 100%;
  aspect-ratio: 1/0.248;
  fill: currentColor;
}

.lh-s {
  line-height: 1.2;
}

.lh-m {
  line-height: 1.6;
}

.lh-l {
  line-height: 2;
}

.over-fit {
  margin-inline: calc(50% - 50vi);
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.lazyload-aspect {
  overflow: hidden;
}

.d-block {
  display: block;
}

small,
.small {
  font-size: 0.75rem;
}

.c-iframe-aspect-ratio {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.c-iframe-aspect-ratio iframe {
  width: 100%;
  height: 100%;
}

.c-section-py-s {
  padding-top: var(--space-s-size);
  padding-bottom: var(--space-s-size);
}

.c-section-py-m {
  padding-top: var(--space-m-size);
  padding-bottom: var(--space-m-size);
}

.c-section-py-l {
  padding-top: var(--space-l-size);
  padding-bottom: var(--space-l-size);
}

.c-section-py-xl {
  padding-top: var(--space-xl-size);
  padding-bottom: var(--space-xl-size);
}

.c-section-pt-m {
  padding-top: var(--space-m-size);
}

.c-section-pt-l {
  padding-top: var(--space-l-size);
}

.c-section-pt-xl {
  padding-top: var(--space-xl-size);
}

.c-section-pb-m {
  padding-bottom: var(--space-m-size);
}

.c-section-pb-l {
  padding-bottom: var(--space-l-size);
}

.c-section-pb-xl {
  padding-bottom: var(--space-xl-size);
}

.mb-ss {
  margin-bottom: var(--space-ss-size);
}

.mb-s {
  margin-bottom: var(--space-s-size);
}

.mb-m {
  margin-bottom: var(--space-m-size);
}

.mb-l {
  margin-bottom: var(--space-l-size);
}

.pb-ss {
  padding-bottom: var(--space-ss-size);
}

.pb-s {
  padding-bottom: var(--space-s-size);
}

.pb-m {
  padding-bottom: var(--space-m-size);
}

.pb-l {
  padding-bottom: var(--space-l-size);
}

.u-anchor {
  padding-top: var(--header-h);
  margin-top: calc(var(--header-h) * -1);
}

.l-wrapper {
  background-color: var(--color-white);
  position: relative;
  z-index: 0;
  padding-top: calc(var(--spacer) * 4);
}
@media only screen and (min-width: 981px) {
  .l-wrapper {
    padding-top: calc(var(--spacer) * 8);
  }
}
.l-wrapper::after {
  position: absolute;
  content: "";
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../images/common/noise.png");
  background-position: center center;
  background-repeat: repeat;
  background-size: 150px 150px;
}

.l-main {
  font-size: clamp(0.8rem, 0.727rem + 0.36vw, 1rem);
  word-break: auto-phrase;
}

.l-header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.l-header > .container {
  background-color: var(--color-white);
}
@media only screen and (min-width: 769px) {
  .l-header > .container {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
}
.l-header.is-active > .container {
  -webkit-box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.2);
}
.l-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efefef;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: calc(var(--spacer) * 2);
     -moz-column-gap: calc(var(--spacer) * 2);
          column-gap: calc(var(--spacer) * 2);
  padding-top: calc(var(--spacer) * 0.25);
  padding-bottom: calc(var(--spacer) * 0.25);
}
@media only screen and (min-width: 981px) {
  .l-header__info {
    padding-top: calc(var(--spacer) * 0.5);
    padding-bottom: calc(var(--spacer) * 0.5);
  }
}
.l-header__info--cmt {
  font-size: clamp(0.6rem, 0.455rem + 0.73vw, 1rem);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.l-header__info--tel {
  font-size: clamp(0.6rem, 0.455rem + 0.73vw, 1rem);
}
@media only screen and (min-width: 769px) {
  .l-header__info--tel a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-header__info--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: calc(var(--spacer) * 2);
     -moz-column-gap: calc(var(--spacer) * 2);
          column-gap: calc(var(--spacer) * 2);
}
.l-header__info--lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: calc(var(--spacer) * 0.5);
     -moz-column-gap: calc(var(--spacer) * 0.5);
          column-gap: calc(var(--spacer) * 0.5);
  display: none;
}
@media only screen and (min-width: 769px) {
  .l-header__info--lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-header__info--lang li {
  font-size: clamp(0.6rem, 0.455rem + 0.73vw, 1rem);
}
.l-header__info--lang li:not(:last-child)::after {
  -webkit-margin-start: 0.5em;
          margin-inline-start: 0.5em;
  content: "/";
}
.l-header__info--lang li > a {
  color: var(--color-gray-3a3a3a);
}
.l-header__info--lang li > span {
  color: var(--color-primary);
  font-weight: 600;
}
.l-header__nav {
  display: block grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 769px) {
  .l-header__nav {
    grid-template-columns: 1fr auto 1fr;
  }
}
.l-header__nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__nav > :last-child {
  justify-self: end;
}
.l-header__nav {
  -webkit-column-gap: calc(var(--spacer) * 1);
     -moz-column-gap: calc(var(--spacer) * 1);
          column-gap: calc(var(--spacer) * 1);
  padding-top: calc(var(--spacer) * 0.5);
  padding-bottom: calc(var(--spacer) * 0.5);
  -webkit-transition: 0.3s padding ease-in-out;
  transition: 0.3s padding ease-in-out;
}
@media only screen and (min-width: 981px) {
  .l-header__nav {
    padding-top: calc(var(--spacer) * 1);
    padding-bottom: calc(var(--spacer) * 1);
  }
}
@media only screen and (min-width: 981px) {
  .is-active .l-header__nav {
    padding-top: calc(var(--spacer) * 0.25);
    padding-bottom: calc(var(--spacer) * 0.25);
  }
}
.l-header__logo {
  margin-left: 0;
  margin-right: auto;
  inline-size: 6rem;
  -webkit-transition: 0.3s width ease-in-out;
  transition: 0.3s width ease-in-out;
}
.l-header__logo img,
.l-header__logo svg {
  width: 100%;
  aspect-ratio: 1/0.248;
  fill: currentColor;
}
.l-header__menu {
  display: none;
}
@media only screen and (min-width: 769px) {
  .l-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-header__menu {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: clamp(0.25rem, -0.059rem + 1.55vw, 1.1rem);
     -moz-column-gap: clamp(0.25rem, -0.059rem + 1.55vw, 1.1rem);
          column-gap: clamp(0.25rem, -0.059rem + 1.55vw, 1.1rem);
}
.l-header__menu--li > a {
  font-size: clamp(0.6rem, 0.527rem + 0.36vw, 0.8rem);
}
.l-header__menu--li.--current > a {
  color: var(--color-secondary);
}
@media (hover: hover) {
  .l-header__menu--li a:hover {
    --color-bg: var(--color-primary);
    --color: var(--color-primary);
  }
}
.l-header__dropdown {
  position: relative;
}
@media (any-hover: hover) {
  .l-header__dropdown:hover .l-header__dropdown--inner {
    display: block;
  }
}
.l-header__dropdown--link::after {
  content: "";
  display: inline-block;
  inline-size: 0.75ex;
  aspect-ratio: 1;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  -webkit-border-end: 1px solid;
          border-inline-end: 1px solid;
  justify-self: end;
  rotate: 135deg;
  margin-left: 0.25ex;
  -webkit-transform: translateX(-0.75ex);
          transform: translateX(-0.75ex);
}
.l-header__dropdown--inner {
  display: none;
  width: auto;
  position: absolute;
  z-index: 100;
  top: 1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: calc(var(--spacer) * 1);
  min-width: 20rem;
}
.l-header__dropdown--lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: calc(var(--spacer) * 1);
  border-radius: 0.25rem;
  border: 1px solid var(--color-secondary);
  background-color: var(--color-white);
  -webkit-box-shadow: 0 0 4rem rgba(var(--color-black-rgb), 0.2);
          box-shadow: 0 0 4rem rgba(var(--color-black-rgb), 0.2);
  gap: calc(var(--spacer) * 1);
}
.l-header__dropdown--lists ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--spacer) * 0.5) calc(var(--spacer) * 1);
}
.l-header__dropdown--lists .c-icon {
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
  --button-icon-size: 1.2rem;
}
.l-header__dropdown--lists .c-icon::before {
  color: var(--color-primary);
}
.l-header__support {
  display: none;
}
@media only screen and (min-width: 769px) {
  .l-header__support {
    display: block;
    margin-right: 0;
    margin-left: auto;
  }
}
.l-header__support--contact a {
  font-size: clamp(0.8rem, -0.091rem + 1.45vw, 1rem);
  white-space: nowrap;
}
@media only screen and (max-width: 979px) {
  .l-header__support--contact a.c-button-link {
    -webkit-column-gap: calc(var(--spacer) * 0.25);
       -moz-column-gap: calc(var(--spacer) * 0.25);
            column-gap: calc(var(--spacer) * 0.25);
  }
}

.l-footer__rental {
  background-color: var(--color-white);
  position: relative;
}
@media only screen and (min-width: 769px) {
  .l-footer__rental {
    z-index: 1;
  }
}
.l-footer__rental::after {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../images/common/noise.png");
  background-position: center center;
  background-repeat: repeat;
  background-size: 150px 150px;
}
.l-footer__rental--header {
  position: relative;
  z-index: 1;
}
.l-footer__rental--image {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: calc(var(--spacer) * 20);
}
@media only screen and (min-width: 769px) {
  .l-footer__rental--image {
    bottom: calc(var(--spacer) * 16);
  }
}
.l-footer__rental--image {
  left: 0;
  right: 0;
}
.l-footer__rental--image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 50px 36px -28px inset, rgba(0, 0, 0, 0.6) 0px -50px 36px -28px inset;
          box-shadow: rgba(0, 0, 0, 0.6) 0px 50px 36px -28px inset, rgba(0, 0, 0, 0.6) 0px -50px 36px -28px inset;
}
.l-footer__rental--image img {
  position: relative;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.l-footer__rental--list {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .l-footer__rental--list {
    gap: calc(var(--spacer) * 1);
  }
}
.l-footer__rental--list > li {
  background-color: var(--color-white);
  -ms-flex-preferred-size: calc(50% - var(--spacer) * 0.5);
      flex-basis: calc(50% - var(--spacer) * 0.5);
  -webkit-box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
}
@media only screen and (min-width: 769px) {
  .l-footer__rental--list > li {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    border-radius: 0;
  }
  .l-footer__rental--list > li:first-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .l-footer__rental--list > li:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
}
.l-footer__rental--list > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  row-gap: calc(var(--spacer) * 1);
  height: 100%;
  line-height: 2;
  letter-spacing: 0.04em;
  padding: calc(var(--spacer) * 1);
}
@media only screen and (min-width: 769px) {
  .l-footer__rental--list > li a {
    padding: calc(var(--spacer) * 2);
  }
}
.l-footer__rental--list > li a i {
  margin-left: auto;
  margin-right: auto;
  color: var(--color-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--color-tertiary);
  border-radius: 100vh;
  aspect-ratio: 1;
  width: 6rem;
  padding: calc(var(--spacer) * 2);
}
.l-footer__rental--list > li a svg,
.l-footer__rental--list > li a object {
  width: 100%;
  height: auto;
  fill: currentColor;
}
@media (any-hover: hover) {
  .l-footer__rental--list > li a > *, .l-footer__rental--list > li a svg {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .l-footer__rental--list > li a:hover {
    color: var(--color-primary);
  }
  .l-footer__rental--list > li a:hover i {
    color: var(--color-white);
    background-color: var(--color-primary);
  }
  .l-footer__rental--list > li a:hover i svg {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.l-footer__contact {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 50px 36px -28px inset, rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 50px 36px -28px inset, rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.l-footer__contact::before {
  z-index: -1;
  color: var(--color-white);
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 160vw;
}
@media only screen and (min-width: 981px) {
  .l-footer__contact::before {
    width: 80vw;
  }
}
.l-footer__contact::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1/0.832;
  height: auto;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1550 1290" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" fill-rule="evenodd" d="M1493.67,157.43c-158.17-233.2-608.34-203.95-1005.53,65.38C90.8,492.14-103.05,899.59,55.12,1132.79c158.17,233.2,608.34,203.95,1005.53-65.38,397.34-269.33,591.19-676.78,433.02-909.98h0ZM759.16,871.57c-129.23,131.68-290.16,108.1-358.6,78.09-108.71-43.79-181.14-162.92-181.14-287.25h.31c-12.1-276.99,365.8-470.99,365.8-470.99,0,167.21,85.75,260.45,138.88,307.16,37.36,32.92,65.99,74.72,80.69,122.03,53.28,171.19-45.93,250.96-45.93,250.96h0ZM1389.7,582.33c-12.25,61.55-71.2,167.51-142.86,251.73,0,0-18.99,21.59-39.35,22.35-10.54.37-19.39-7.88-19.76-18.42-.02-.5-.02-.99,0-1.49,1.07-21.59-3.83-70.43-55.89-135.51-77.48-96.92-209.47-148.83-322.47-188.34l-19.45-7.5c-1.38-.61-2.91-1.23-4.29-1.84-83.37-42.66-116.37-144.83-73.71-228.2,9.56-18.69,22.51-35.44,38.19-49.4,86.82-74.88,313.59-139.18,517.23,5.97,9.8,7.04,19.91,13.47,28.63,21.74,43.94,42.11,129.23,150.98,93.71,328.9h0Z"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1550 1290" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" fill-rule="evenodd" d="M1493.67,157.43c-158.17-233.2-608.34-203.95-1005.53,65.38C90.8,492.14-103.05,899.59,55.12,1132.79c158.17,233.2,608.34,203.95,1005.53-65.38,397.34-269.33,591.19-676.78,433.02-909.98h0ZM759.16,871.57c-129.23,131.68-290.16,108.1-358.6,78.09-108.71-43.79-181.14-162.92-181.14-287.25h.31c-12.1-276.99,365.8-470.99,365.8-470.99,0,167.21,85.75,260.45,138.88,307.16,37.36,32.92,65.99,74.72,80.69,122.03,53.28,171.19-45.93,250.96-45.93,250.96h0ZM1389.7,582.33c-12.25,61.55-71.2,167.51-142.86,251.73,0,0-18.99,21.59-39.35,22.35-10.54.37-19.39-7.88-19.76-18.42-.02-.5-.02-.99,0-1.49,1.07-21.59-3.83-70.43-55.89-135.51-77.48-96.92-209.47-148.83-322.47-188.34l-19.45-7.5c-1.38-.61-2.91-1.23-4.29-1.84-83.37-42.66-116.37-144.83-73.71-228.2,9.56-18.69,22.51-35.44,38.19-49.4,86.82-74.88,313.59-139.18,517.23,5.97,9.8,7.04,19.91,13.47,28.63,21.74,43.94,42.11,129.23,150.98,93.71,328.9h0Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.l-footer__contact::after {
  content: "";
  z-index: -2;
  background-color: var(--color-primary);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.l-footer__contact--lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: calc(var(--spacer) * 2);
}
@media only screen and (min-width: 769px) {
  .l-footer__contact--lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: calc(var(--spacer) * 2);
       -moz-column-gap: calc(var(--spacer) * 2);
            column-gap: calc(var(--spacer) * 2);
    position: relative;
  }
  .l-footer__contact--lists::before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    left: 50%;
    content: "";
    background-color: rgba(var(--color-white-rgb), 0.3);
  }
}
@media only screen and (min-width: 769px) {
  .l-footer__contact--list {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
.l-footer__contact--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: calc(var(--spacer) * 2);
}
.l-footer__contact--list:first-child {
  border-bottom: 1px solid rgba(var(--color-white-rgb), 0.3);
  padding-bottom: calc(var(--spacer) * 2);
}
@media only screen and (min-width: 769px) {
  .l-footer__contact--list:first-child {
    border-bottom: 0;
  }
}
.l-footer__contact--list small {
  letter-spacing: 0.04em;
}
.l-footer__contact--title {
  text-align: center;
  font-size: clamp(1.2rem, 0.982rem + 1.09vw, 1.8rem);
}
.l-footer__contact small {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .l-footer__site {
    position: sticky;
    inset: 0;
    z-index: 0;
  }
}
.l-footer__site--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: calc(var(--spacer) * 2);
  margin-bottom: var(--space-l-size);
}
@media only screen and (min-width: 769px) {
  .l-footer__site--main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: calc(var(--spacer) * 2);
       -moz-column-gap: calc(var(--spacer) * 2);
            column-gap: calc(var(--spacer) * 2);
    margin-bottom: var(--space-m-size);
  }
}
.l-footer__site--navA .c-icon {
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
  --button-icon-size: 1.2rem;
}
@media only screen and (min-width: 769px) {
  .l-footer__site--navA {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
  }
}
.l-footer__site--navA small {
  margin-bottom: var(--space-m-size);
}
@media only screen and (min-width: 769px) {
  .l-footer__site--navA small {
    margin-bottom: var(--space-s-size);
  }
}
.l-footer__site--navA__01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: calc(var(--spacer) * 1);
     -moz-column-gap: calc(var(--spacer) * 1);
          column-gap: calc(var(--spacer) * 1);
  row-gap: calc(var(--spacer) * 0.5);
  border-bottom: 1px solid rgba(var(--color-gray-ccc-rgb), 0.3);
  padding-bottom: var(--space-m-size);
  margin-bottom: var(--space-m-size);
}
@media only screen and (min-width: 769px) {
  .l-footer__site--navA__01 {
    padding-bottom: var(--space-s-size);
    margin-bottom: var(--space-s-size);
  }
}
.l-footer__site--navA__02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: calc(var(--spacer) * 1);
     -moz-column-gap: calc(var(--spacer) * 1);
          column-gap: calc(var(--spacer) * 1);
}
.l-footer__site--navA__02 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: calc(var(--spacer) * 0.5);
     -moz-column-gap: calc(var(--spacer) * 0.5);
          column-gap: calc(var(--spacer) * 0.5);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
}
.l-footer__site--navA__02 li a i {
  width: 30px;
  display: block;
}
@media only screen and (min-width: 769px) {
  .l-footer__site--navB {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
  }
}
@media only screen and (min-width: 769px) {
  .l-footer__site--navC {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
.l-footer__site--navB ul, .l-footer__site--navC ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: calc(var(--spacer) * 0.5);
}
.l-footer__site--navB ul li, .l-footer__site--navC ul li {
  line-height: 1.4;
}
.l-footer__site--navB a, .l-footer__site--navC a {
  font-size: 0.8rem;
}
.l-footer__site--navB .c-icon, .l-footer__site--navC .c-icon {
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
  --button-icon-size: 1.2rem;
}
.l-footer__site--navD {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid rgba(var(--color-gray-ccc-rgb), 0.3);
}
.l-footer__site--navD ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: calc(var(--spacer) * 1);
     -moz-column-gap: calc(var(--spacer) * 1);
          column-gap: calc(var(--spacer) * 1);
}
.l-footer__site--navD i {
  width: 4rem;
}
@media only screen and (min-width: 769px) {
  .l-footer__site--navD i {
    width: 6rem;
  }
}
.l-footer__site--navD i img,
.l-footer__site--navD i svg {
  width: 100%;
  aspect-ratio: 1/0.248;
  fill: currentColor;
  --color-primary: #555;
  color: #555;
}
.l-footer__site--navE {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: calc(var(--spacer) * 1);
}
@media only screen and (min-width: 769px) {
  .l-footer__site--navE {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-footer__site--navE ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: calc(var(--spacer) * 1);
     -moz-column-gap: calc(var(--spacer) * 1);
          column-gap: calc(var(--spacer) * 1);
}
.l-overlay {
  width: 100svw;
  height: calc(100vh - var(--header-h));
  top: var(--header-h);
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 100;
  background-color: var(--color-white);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.l-overlay.js-l-overlay.is-active {
  opacity: 1;
  visibility: visible;
}
.l-overlay__inner {
  overflow: scroll;
  height: 100%;
}
.l-overlay__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: calc(var(--spacer) * 2);
     -moz-column-gap: calc(var(--spacer) * 2);
          column-gap: calc(var(--spacer) * 2);
}
.l-overlay__info--contact {
  inline-size: min(50%, 16em);
}
.l-overlay__info--lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: calc(var(--spacer) * 0.5);
     -moz-column-gap: calc(var(--spacer) * 0.5);
          column-gap: calc(var(--spacer) * 0.5);
}
.l-overlay__info--lang li:not(:last-child)::after {
  -webkit-margin-start: 0.5em;
          margin-inline-start: 0.5em;
  content: "/";
}
.l-overlay__info--lang li > a {
  color: var(--color-gray-3a3a3a);
}
.l-overlay__info--lang li > span {
  color: var(--color-primary);
  font-weight: 600;
}
.l-overlay__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: calc(var(--spacer) * 2);
}
.l-overlay__nav--main {
  background-color: var(--color-primary);
}
.l-overlay__nav--main > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-overlay__nav--main > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(var(--color-white-rgb), 0.2);
  height: 1px;
}
.l-overlay__nav--main > li.--with-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-overlay__nav--main > li.--with-accordion > a {
  -ms-flex-preferred-size: calc(100% - 3rem);
      flex-basis: calc(100% - 3rem);
}
.l-overlay__nav--main > li.--with-accordion > label {
  -ms-flex-preferred-size: 3rem;
      flex-basis: 3rem;
}
.l-overlay__nav--main > li > a {
  font-size: 1.6rem;
  padding: 1em;
  inline-size: 100%;
  text-decoration: none;
  color: var(--color-white);
}
.l-overlay__nav--sub, .l-overlay__nav--other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: calc(var(--spacer) * 1);
}
.l-overlay address {
  font-size: 0.6rem;
  text-align: center;
}
.l-overlay .accordion__input {
  display: none;
}
.l-overlay .accordion__input:checked ~ .accordion__content {
  max-height: 100rem;
  margin-bottom: calc(var(--spacer) * 1);
}
.l-overlay .accordion__input:checked ~ .c-icon::before, .l-overlay .accordion__input:checked ~ .c-icon::after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.l-overlay .accordion__content {
  position: relative;
  padding: 0 calc(var(--spacer) * 1);
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s, margin 0.2s;
  transition: max-height 0.2s, margin 0.2s;
  will-change: max-height, margin;
}
.l-overlay .accordion__content ul {
  --num: 6;
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(auto-fill, minmax(calc(var(--num) / 12 * 100%), 1fr));
  grid-template-rows: auto;
  background-color: var(--color-gray-3a3a3a);
  border-radius: 0.25rem;
  margin-bottom: calc(var(--spacer) * 1);
}
.l-overlay .accordion__content ul li:nth-of-type(odd) {
  border-right: 1px solid var(--color-gray-ccc);
}
.l-overlay .accordion__content ul li {
  border-bottom: 1px solid var(--color-gray-ccc);
}
.l-overlay .accordion__content ul li:nth-last-child(2), .l-overlay .accordion__content ul li:last-of-type {
  border-bottom: 0;
}
.l-overlay .accordion__content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  inline-size: 100%;
  color: var(--color-white);
  font-size: 1.5cap;
  padding: 1.5cap;
}

.l-product {
  border-top: 1px solid rgb(var(--color-gray-939393-rgb), 0.2);
  border-bottom: 1px solid rgb(var(--color-gray-939393-rgb), 0.2);
}
.l-product__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 981px) {
  .l-product__header {
    -webkit-column-gap: calc(var(--spacer) * 2);
       -moz-column-gap: calc(var(--spacer) * 2);
            column-gap: calc(var(--spacer) * 2);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 981px) {
  .l-product__header h2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (max-width: 979px) {
  .l-product__header h3 {
    margin-bottom: calc(var(--spacer) * 2);
  }
}
@media only screen and (min-width: 981px) {
  .l-product__header h3 {
    -ms-flex-preferred-size: calc(66.6666666667% - var(--spacer) * 1);
        flex-basis: calc(66.6666666667% - var(--spacer) * 1);
  }
}
@media only screen and (min-width: 981px) {
  .l-product__header p {
    -ms-flex-preferred-size: calc(33.3333333333% - var(--spacer) * 1);
        flex-basis: calc(33.3333333333% - var(--spacer) * 1);
  }
}
.l-product__header p {
  text-align: right;
}
.l-product .swiper {
  -webkit-padding-start: calc(0% + (100svw - var(--max-width)) / 2);
          padding-inline-start: calc(0% + (100svw - var(--max-width)) / 2);
  margin-bottom: calc(var(--spacer) * 2);
}
.l-product__slider--image {
  margin-bottom: calc(var(--spacer) * 1);
  -webkit-box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.6);
  aspect-ratio: 1/0.64;
}
@media only screen and (min-width: 769px) {
  .l-product__slider--image {
    aspect-ratio: 1/0.42;
  }
}
.l-product__slider--image img {
  border-radius: 0.25rem;
  border: 1px solid rgb(var(--color-gray-939393-rgb), 0.4);
}
@media (any-hover: hover) {
  .l-product__slider > a > * {
    -webkit-transition: -webkit-filter 0.3s ease-in-out;
    transition: -webkit-filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
    will-change: filter;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  .l-product__slider > a:hover > * {
    -webkit-filter: brightness(1.42);
            filter: brightness(1.42);
  }
}

.c-togglebtn {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (min-width: 769px) {
  .c-togglebtn {
    display: none;
  }
}
.c-togglebtn span {
  display: block;
  pointer-events: none;
}
.c-togglebtn span > * {
  pointer-events: none;
}
.c-togglebtn span i {
  display: block;
  width: 50px;
  height: 1px;
  margin: 4px auto;
  background-color: var(--color-black);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-togglebtn span i i:first-child {
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.c-togglebtn span i i:last-child {
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
@media (any-hover: hover) {
  .c-togglebtn:hover i {
    background-color: var(--color-primary);
  }
}
.c-togglebtn.is-active span i {
  background-color: var(--color-primary);
}
.c-togglebtn.is-active span i:first-child {
  -webkit-transform: rotate(20deg) translate(0, 5px);
          transform: rotate(20deg) translate(0, 5px);
}
.c-togglebtn.is-active span i:nth-of-type(2) {
  opacity: 0;
}
.c-togglebtn.is-active span i:last-child {
  -webkit-transform: rotate(-20deg) translate(0, -5px);
          transform: rotate(-20deg) translate(0, -5px);
}

html.js .c-section-header {
  opacity: 0;
}

.c-text-stroke {
  letter-spacing: 0.08em;
  color: transparent;
  -webkit-text-stroke: 1px var(--color-gray-3a3a3a);
  -webkit-text-fill-color: rgba(var(--color-white-rgb), 1);
}

.c-text-xxl {
  font-size: clamp(2.2rem, 0.818rem + 6.91vw, 6rem);
}

.c-text-xl {
  font-size: clamp(1.6rem, 1.164rem + 2.18vw, 2.8rem);
}

.c-text-l {
  font-size: clamp(1.4rem, 1.036rem + 1.82vw, 2.4rem);
}

.c-text-m, .p-product-page__section--title {
  font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
}

.c-text-s {
  font-size: clamp(0.6rem, 0.527rem + 0.36vw, 0.8rem);
}

.c-icon {
  --button-icon-size: 1ex;
}
.c-icon::before, .c-icon::after {
  content: "";
}
.c-icon.--type-arrow--before::before, .c-icon.--type-arrow--after::after {
  display: inline-block;
  inline-size: var(--button-icon-size);
  aspect-ratio: 1;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  -webkit-border-end: 1px solid;
          border-inline-end: 1px solid;
  rotate: 45deg;
}
.c-icon.--type-arrow--after::after {
  justify-self: end;
}
.c-icon.--type-circle-arrow--before::before, .c-icon.--type-circle-arrow--after::after {
  --button-icon-size: 3ex;
  display: inline-block;
  inline-size: var(--button-icon-size);
  aspect-ratio: 1;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm4.28 10.28a.75.75 0 0 0 0-1.06l-3-3a.75.75 0 1 0-1.06 1.06l1.72 1.72H8.25a.75.75 0 0 0 0 1.5h5.69l-1.72 1.72a.75.75 0 1 0 1.06 1.06l3-3Z" fill="currentColor" /></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm4.28 10.28a.75.75 0 0 0 0-1.06l-3-3a.75.75 0 1 0-1.06 1.06l1.72 1.72H8.25a.75.75 0 0 0 0 1.5h5.69l-1.72 1.72a.75.75 0 1 0 1.06 1.06l3-3Z" fill="currentColor" /></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.c-icon.--type-circle-arrow--after::after {
  justify-self: end;
}
.c-icon.--type-circle-o-arrow--before::before, .c-icon.--type-circle-o-arrow--after::after {
  --button-icon-size: 3ex;
  display: inline-block;
  width: var(--button-icon-size);
  height: var(--button-icon-size);
  inline-size: var(--button-icon-size);
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M12.97 3.97a.75.75 0 0 1 1.06 0l7.5 7.5a.75.75 0 0 1 0 1.06l-7.5 7.5a.75.75 0 1 1-1.06-1.06l6.22-6.22H3a.75.75 0 0 1 0-1.5h16.19l-6.22-6.22a.75.75 0 0 1 0-1.06Z" fill="currentColor" /></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M12.97 3.97a.75.75 0 0 1 1.06 0l7.5 7.5a.75.75 0 0 1 0 1.06l-7.5 7.5a.75.75 0 1 1-1.06-1.06l6.22-6.22H3a.75.75 0 0 1 0-1.5h16.19l-6.22-6.22a.75.75 0 0 1 0-1.06Z" fill="currentColor" /></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.c-icon.--envelope--before::before, .c-icon.--envelope--after::after {
  display: inline-block;
  --button-icon-size: 3ex;
  width: var(--button-icon-size);
  height: var(--button-icon-size);
  inline-size: var(--button-icon-size);
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 8.67v8.58a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3V8.67l-8.928 5.493a3 3 0 0 1-3.144 0L1.5 8.67Z" fill="currentColor" /><path d="M22.5 6.908V6.75a3 3 0 0 0-3-3h-15a3 3 0 0 0-3 3v.158l9.714 5.978a1.5 1.5 0 0 0 1.572 0L22.5 6.908Z" fill="currentColor" /></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 8.67v8.58a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3V8.67l-8.928 5.493a3 3 0 0 1-3.144 0L1.5 8.67Z" fill="currentColor" /><path d="M22.5 6.908V6.75a3 3 0 0 0-3-3h-15a3 3 0 0 0-3 3v.158l9.714 5.978a1.5 1.5 0 0 0 1.572 0L22.5 6.908Z" fill="currentColor" /></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.c-icon.--photo--before::before, .c-icon.--photo--after::after {
  display: inline-block;
  width: var(--button-icon-size);
  height: var(--button-icon-size);
  inline-size: var(--button-icon-size);
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 6a2.25 2.25 0 0 1 2.25-2.25h16.5A2.25 2.25 0 0 1 22.5 6v12a2.25 2.25 0 0 1-2.25 2.25H3.75A2.25 2.25 0 0 1 1.5 18V6ZM3 16.06V18c0 .414.336.75.75.75h16.5A.75.75 0 0 0 21 18v-1.94l-2.69-2.689a1.5 1.5 0 0 0-2.12 0l-.88.879.97.97a.75.75 0 1 1-1.06 1.06l-5.16-5.159a1.5 1.5 0 0 0-2.12 0L3 16.061Zm10.125-7.81a1.125 1.125 0 1 1 2.25 0 1.125 1.125 0 0 1-2.25 0Z" fill="currentColor" /></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 6a2.25 2.25 0 0 1 2.25-2.25h16.5A2.25 2.25 0 0 1 22.5 6v12a2.25 2.25 0 0 1-2.25 2.25H3.75A2.25 2.25 0 0 1 1.5 18V6ZM3 16.06V18c0 .414.336.75.75.75h16.5A.75.75 0 0 0 21 18v-1.94l-2.69-2.689a1.5 1.5 0 0 0-2.12 0l-.88.879.97.97a.75.75 0 1 1-1.06 1.06l-5.16-5.159a1.5 1.5 0 0 0-2.12 0L3 16.061Zm10.125-7.81a1.125 1.125 0 1 1 2.25 0 1.125 1.125 0 0 1-2.25 0Z" fill="currentColor" /></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.c-icon.--left::before, .c-icon.--left::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-icon.--down::before, .c-icon.--down::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*
 --_size:1em;
    block-size: var(--_size);
    margin-block: calc((1lh - va(--_size)) / 2);
    display: inline-block;
    aspect-ratio: 1;
    //width: var(--button-icon-size);
    //height: var(--button-icon-size);
    background-color: currentColor;
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm4.28 10.28a.75.75 0 0 0 0-1.06l-3-3a.75.75 0 1 0-1.06 1.06l1.72 1.72H8.25a.75.75 0 0 0 0 1.5h5.69l-1.72 1.72a.75.75 0 1 0 1.06 1.06l3-3Z" fill="currentColor" /></svg>');
    mask-repeat: no-repeat;
    //mask-position: center;
    */
.c-button-link > * {
  pointer-events: none;
}
@media (hover: hover) {
  .c-button-link {
    -webkit-transition: color 0.24s ease-in-out, background-color 0.24s ease-in-out;
    transition: color 0.24s ease-in-out, background-color 0.24s ease-in-out;
    will-change: color, background-color;
  }
}
.c-button-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: calc(var(--spacer) * 0.5);
     -moz-column-gap: calc(var(--spacer) * 0.5);
          column-gap: calc(var(--spacer) * 0.5);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  inline-size: min(100%, 26rem);
  text-box: trim-both cap alphabetic;
  padding: calc(var(--spacer) * 0.75);
}
.c-button-link.--icon-justify {
  display: inline-grid;
  -webkit-column-gap: calc(var(--spacer) * 1);
     -moz-column-gap: calc(var(--spacer) * 1);
          column-gap: calc(var(--spacer) * 1);
  grid-template-columns: 1fr auto 1fr;
}
.c-button-link.--bg-blue-color-white {
  color: var(--color-white);
  background-color: var(--color-primary);
}
@media (any-hover: hover) {
  .c-button-link.--bg-blue-color-white:hover {
    color: var(--color-white);
    background-color: var(--color-secondary);
  }
}
.c-button-link.--bg-white-color-blue {
  color: var(--color-primary);
  background-color: var(--color-white);
}
@media (any-hover: hover) {
  .c-button-link.--bg-white-color-blue:hover {
    color: var(--color-white);
    background-color: var(--color-secondary);
  }
}
.c-button-link.--outline-white-color-white {
  color: var(--color-white);
  border: 1px solid rgba(var(--color-white-rgb), 0.3);
  background-color: transparent;
}
@media (any-hover: hover) {
  .c-button-link.--outline-white-color-white:hover {
    color: var(--color-primary);
    background-color: var(--color-white);
  }
}
.c-button-link.--rounded-pill {
  border-radius: 100vh;
}

.c-text-links a,
a.c-text-link {
  text-decoration: none;
  --color-bg: var(--color-gray-3a3a3a);
  --color: var(--color-gray-3a3a3a);
  position: relative;
  color: var(--color);
}
@media (hover: hover) and (pointer: fine) {
  .c-text-links a,
  a.c-text-link {
    background-image: -webkit-linear-gradient(left, var(--color-bg), var(--color-bg));
    background-image: linear-gradient(90deg, var(--color-bg), var(--color-bg));
    -webkit-transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 0 1%;
  }
}
@media (hover: hover) and (pointer: fine) and (hover: hover) {
  .c-text-links a:hover,
  a.c-text-link:hover {
    background-position: left bottom;
    background-size: 100% 1px;
  }
}

.c-text-link > * {
  pointer-events: none;
}
.c-text-link.c-icon {
  display: inline-grid;
  -webkit-column-gap: calc(var(--spacer) * 0.25);
     -moz-column-gap: calc(var(--spacer) * 0.25);
          column-gap: calc(var(--spacer) * 0.25);
}
.c-text-link.c-icon[class*="--before"]::after {
  display: none;
}
.c-text-link.c-icon[class*="--before"] {
  grid-template-columns: 1fr auto;
}
.c-text-link.c-icon[class*="--after"]::before {
  display: none;
}
.c-text-link.c-icon[class*="--after"] {
  grid-template-columns: auto 1fr;
}
.c-text-link.c-icon::before, .c-text-link.c-icon::after {
  margin-block: calc((1lh - 1em) / 2);
}
.c-text-link.c-icon.--text-center {
  grid-template-columns: 1fr auto 1fr;
}
.c-text-link.c-icon.--item-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-text-link.color-primary {
  color: var(--color-primary);
  --color-bg: var(--color-secondary);
}
@media (hover: hover) {
  .c-text-link.color-primary.c-icon:hover::before {
    color: var(--color-secondary);
  }
}
.c-text-link.color-white {
  color: var(--color-white);
  --color-bg: var(--color-white);
}
@media (hover: hover) {
  .c-text-link.color-white.c-icon:hover::before {
    color: var(--color-white);
  }
}
.c-text-link.color-gray-939393 {
  --color-bg: var(--color-gray-939393);
  color: var(--color-gray-939393);
}
@media (hover: hover) {
  .c-text-link.color-gray-939393:hover {
    color: var(--color-white);
  }
}
@media (hover: hover) {
  .c-text-link.color-gray-939393.c-icon:hover {
    color: var(--color-white);
  }
  .c-text-link.color-gray-939393.c-icon:hover::before {
    color: var(--color-white);
  }
}

/*
color: var(--color-gray-3a3a3a);
&:hover{
    @media (any-hover: hover){
        color: var(--color-primary);
    }
}*/
.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 0.6rem;
  padding: calc(var(--spacer) * 1) 0;
}
@media only screen and (max-width: 767px) {
  .c-breadcrumb {
    overflow-x: auto;
    word-break: keep-all;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 981px) {
  .c-breadcrumb {
    font-size: 0.8rem;
  }
}
.c-breadcrumb li {
  color: var(--color-gray-3a3a3a);
}
.c-breadcrumb li:not(:last-of-type)::after {
  content: "/";
  margin: 0 0.6em;
  color: var(--color-gray-ccc);
}
.c-breadcrumb li:last-of-type {
  color: var(--color-primary);
}
.c-breadcrumb li br {
  display: none;
}

.c-swiper-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: calc(var(--spacer) * 1);
     -moz-column-gap: calc(var(--spacer) * 1);
          column-gap: calc(var(--spacer) * 1);
}
.c-swiper-nav.--home .swiper-pagination-progressbar.swiper-pagination-horizontal {
  background-color: var(--color-gray-ccc);
}
.c-swiper-nav.--home .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--color-primary);
}
.c-swiper-nav.--product .swiper-pagination-progressbar.swiper-pagination-horizontal {
  background-color: var(--color-white);
}
.c-swiper-nav.--product .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--color-primary);
}
.c-swiper-nav.--product__page .swiper-pagination-progressbar.swiper-pagination-horizontal {
  background-color: var(--color-gray-3a3a3a);
}
.c-swiper-nav.--product__page .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--color-white);
}
.c-swiper-nav.--product__page .c-icon {
  background-color: transparent;
}
.c-swiper-nav .c-pagenation {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.c-swiper-nav .c-icon {
  --button-icon-size: 1rem;
}
.c-swiper-nav .c-icon.swiper-button-lock {
  display: none;
}
.c-swiper-nav .c-icon {
  padding: calc(var(--spacer) * 1);
  border-radius: 100vh;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  color: var(--color-gray-ccc);
  border: 1px solid var(--color-gray-ccc);
  background-color: var(--color-white);
}
@media (any-hover: hover) {
  .c-swiper-nav .c-icon {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .c-swiper-nav .c-icon:hover {
    color: var(--color-white);
    border: 1px solid var(--color-primary);
    background-color: var(--color-secondary);
  }
}

.c-link-hover-image figure {
  overflow: hidden;
}
@media (hover: hover) {
  .c-link-hover-image img {
    -webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
    will-change: transform, filter;
  }
}
@media (any-hover: hover) {
  .c-link-hover-image {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-perspective: 440px;
            perspective: 440px;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  .c-link-hover-image:hover img {
    -webkit-filter: brightness(130%);
            filter: brightness(130%);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.c-accordion__toggle {
  display: none;
}
.c-accordion__toggle:checked ~ .c-accordion__content {
  grid-template-rows: 1fr;
}
.c-accordion__toggle:checked ~ .c-accordion__title::after {
  rotate: -45deg;
  margin-left: 0;
  -webkit-transform: translateX(-0.75ex);
          transform: translateX(-0.75ex);
}
.c-accordion__title {
  width: 100%;
  display: inline-grid;
  -webkit-column-gap: calc(var(--spacer) * 0.25);
     -moz-column-gap: calc(var(--spacer) * 0.25);
          column-gap: calc(var(--spacer) * 0.25);
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-accordion__title::after {
  content: "";
  display: inline-block;
  inline-size: 0.75ex;
  aspect-ratio: 1;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  -webkit-border-end: 1px solid;
          border-inline-end: 1px solid;
  justify-self: end;
  rotate: 135deg;
  margin-left: 0.25ex;
  -webkit-transform: translate(0.75ex, 0.5ex);
          transform: translate(0.75ex, 0.5ex);
}
.c-accordion__content {
  display: grid;
  grid-template-rows: 0fr;
}
.c-accordion__content > div {
  overflow: hidden;
}

.p-home.l-wrapper {
  padding-top: 0;
}
.p-home__kv {
  position: relative;
  overflow: hidden;
  height: 70vmax;
}
@media only screen and (min-width: 769px) {
  .p-home__kv {
    height: 80vh;
  }
}
.p-home__kv .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
@media only screen and (min-width: 769px) {
  .p-home__kv .container {
    height: inherit;
  }
}
.p-home__kv--msg > span:first-child {
  font-size: clamp(1.65rem, 0.795rem + 4.27vw, 4rem);
  line-height: 1.6;
  letter-spacing: normal;
  text-transform: uppercase;
}
.p-home__kv--msg > span:nth-of-type(2) {
  font-size: clamp(0.9rem, 0.718rem + 0.91vw, 1.4rem);
  line-height: 1.6;
}
.p-home__kv--msg {
  /*
  <h2 class="p-home__kv--msg">
      <span class="--glow">計測技術で、</span><wbr /><span class="color-white">新しい世紀を創造</span><span class="glow">する</span><br /><span class="glow">ソーキの原点です。</span>
  </h2>
  */
}
.p-home__kv--msg .--glow {
  text-shadow: 2px 2px 8px #fff, -2px 2px 8px #fff, 2px -2px 8px #fff, -2px -2px 8px #fff;
}
.p-home__kv--main {
  position: absolute;
  z-index: -1;
  top: calc(var(--spacer) * 8 * -1);
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% + var(--spacer) * 8);
}
.p-home__kv--main img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-home__pickup {
  position: relative;
  z-index: 1;
}
.p-home__pickup::before {
  position: absolute;
  z-index: 0;
  content: "";
  display: block;
  background-color: var(--color-white);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.p-home__pickup .swiper {
  padding-inline: calc(0% + (100svw - var(--max-width)) / 2);
  -webkit-margin-before: -1rem;
          margin-block-start: -1rem;
}
@media only screen and (min-width: 769px) {
  .p-home__pickup .swiper {
    -webkit-margin-before: -2rem;
            margin-block-start: -2rem;
  }
}
.p-home__pickup .swiper-wrapper {
  padding-bottom: calc(var(--spacer) * 4);
}
.p-home__pickup .c-icon {
  -ms-flex-preferred-size: 2rem;
      flex-basis: 2rem;
  --button-icon-size: 1rem;
}
.p-home__value {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 50px 36px -28px inset, rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 50px 36px -28px inset, rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
  overflow: hidden;
}
.p-home__value--ring {
  position: relative;
  z-index: 0;
}
.p-home__value--ring::before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 100vh;
  border: 2px solid #a9c2c9;
  left: 50%;
  -webkit-transform: translateX(-50%) skewX(-45deg);
          transform: translateX(-50%) skewX(-45deg);
  aspect-ratio: 1;
  top: 30%;
  width: 30%;
}
@media only screen and (min-width: 769px) {
  .p-home__value--ring::before {
    top: 6%;
  }
}
.p-home__value--header {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-home__value--header h2 {
    margin-bottom: calc(var(--spacer) * 1);
  }
}
.p-home__value--header h3 {
  text-align: center;
  position: relative;
  z-index: -1;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  pointer-events: none;
  margin-inline: auto;
}
@media only screen and (min-width: 769px) {
  .p-home__value--header h3 {
    position: absolute;
    left: 50%;
    top: 160%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-home__value--header h3 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: clamp(1.8rem, 1.364rem + 2.18vw, 3rem);
  line-height: 1;
}
.p-home__value--header h3 span > b {
  margin-inline: auto;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  padding-inline: 0.2em;
  background-color: var(--color-white);
}
.p-home__value--header h3 span > b > br {
  display: none;
}
@media only screen and (min-width: 769px) {
  .p-home__value--header h3 span > b > br {
    display: block;
  }
}
.p-home__value--header h3 span > i {
  font-style: normal;
  position: relative;
  /* Safari */
}
.p-home__value--lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-inline: auto;
  gap: calc(var(--spacer) * 1);
  -webkit-margin-before: -4cqw;
          margin-block-start: -4cqw;
}
@media only screen and (min-width: 401px) {
  .p-home__value--lists {
    gap: calc(var(--spacer) * 2);
    max-width: calc(83.3333333333% - var(--spacer) * 0.5);
  }
}
@media only screen and (min-width: 769px) {
  .p-home__value--lists {
    gap: calc(var(--spacer) * 4);
    max-width: calc(66.6666666667% - var(--spacer) * 0.5);
    -webkit-margin-before: unset;
            margin-block-start: unset;
  }
}
.p-home__value--list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-home__value--list > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: calc(var(--spacer) * 1);
}
.p-home__value--image {
  aspect-ratio: 1/1.64;
  inline-size: 90%;
  margin-inline: auto;
  -webkit-margin-after: calc(var(--spacer) * 1);
          margin-block-end: calc(var(--spacer) * 1);
}
@media only screen and (min-width: 769px) {
  .p-home__value--image {
    inline-size: 70%;
  }
}
.p-home__value--image {
  border-radius: 100vh;
  overflow: hidden;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.1) 0px 30px 60px -30px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.1) 0px 30px 60px -30px;
}
.p-home__value--image img {
  position: relative;
  z-index: -1;
}
.p-home__value--title {
  text-align: center;
}
.p-home__value--desc {
  line-height: 1.6;
  text-align: justify;
  word-break: break-all;
}
.p-home__product {
  overflow: hidden;
  background-color: var(--color-gray-3a3a3a);
  position: relative;
  z-index: 0;
}
.p-home__product::before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-radial-gradient(#444 10%, transparent 20%), -webkit-radial-gradient(#444 10%, transparent 20%);
  background-image: radial-gradient(#444 10%, transparent 20%), radial-gradient(#444 10%, transparent 20%);
  background-position: 0 0, 5px 5px;
  background-size: 10px 10px;
}
.p-home__product--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 769px) {
  .p-home__product--header {
    -webkit-column-gap: calc(var(--spacer) * 2);
       -moz-column-gap: calc(var(--spacer) * 2);
            column-gap: calc(var(--spacer) * 2);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 769px) {
  .p-home__product--header h2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-home__product--header h3 {
    margin-bottom: calc(var(--spacer) * 2);
  }
}
@media only screen and (min-width: 769px) {
  .p-home__product--header h3 {
    -ms-flex-preferred-size: calc(66.6666666667% - var(--spacer) * 1);
        flex-basis: calc(66.6666666667% - var(--spacer) * 1);
  }
}
@media only screen and (min-width: 769px) {
  .p-home__product--header p {
    -ms-flex-preferred-size: calc(33.3333333333% - var(--spacer) * 1);
        flex-basis: calc(33.3333333333% - var(--spacer) * 1);
  }
}
.p-home__product--header p {
  text-align: right;
}
.p-home__product--lists {
  margin-inline: calc(50% - 50vi);
  --num: 6;
}
@media only screen and (min-width: 769px) {
  .p-home__product--lists {
    --num: 4;
  }
}
.p-home__product--lists {
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(auto-fill, minmax(calc(var(--num) / 12 * 100%), 1fr));
  grid-template-rows: auto;
}
.p-home__product--link {
  position: relative;
  z-index: 0;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: calc(var(--spacer) * 2);
  border: 1px solid rgb(var(--color-gray-ccc-rgb), 0.2);
  aspect-ratio: 1;
}
@media (any-hover: hover) {
  .p-home__product--link.c-link-hover-image:hover img {
    -webkit-filter: brightness(180%);
            filter: brightness(180%);
  }
}
@media only screen and (min-width: 769px) {
  .p-home__product--link {
    aspect-ratio: 1/0.52;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
}
.p-home__product--link .c-button-link {
  pointer-events: none;
  padding: calc(var(--spacer) * 0.5);
  margin-inline: auto;
  inline-size: min(100%, 10rem);
}
.p-home__product--link .c-button-link.c-icon {
  --button-icon-size: 1rem;
}
@media only screen and (min-width: 769px) {
  .p-home__product--link .c-button-link.c-icon {
    --button-icon-size: 1.6rem;
  }
}
.p-home__product--image {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.p-home__product--image::before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}
.p-home__product--name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  row-gap: calc(var(--spacer) * 1);
}
.p-home__product--name h4 {
  font-size: clamp(1.2rem, 0.982rem + 1.09vw, 1.8rem);
}
.p-home__product--other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(var(--spacer) * 2);
}
@media only screen and (min-width: 769px) {
  .p-home__product--other {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-home__product--other > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}
.p-home__product--other__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(var(--spacer) * 1);
}
.p-home__product--other__nav > li > a {
  inline-size: 100%;
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
}
.p-home__product--other__nav > li > a.c-icon[class*="--after"]::before {
  display: none;
}
.p-home__product--other__nav > li > a.c-button-link {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-padding-start: 2em;
          padding-inline-start: 2em;
}
@media (hover: hover) {
  .p-home__product--other__bnr > * {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    will-change: opacity;
  }
}
@media (any-hover: hover) {
  .p-home__product--other__bnr:hover > * {
    opacity: 0.8;
  }
}
.p-home__product--other__bnr {
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(var(--spacer) * 2);
  border-radius: 0.25rem;
  background-color: rgb(var(--color-white-rgb), 1);
  border: 1px solid rgb(var(--color-white-rgb), 0.6);
  padding: calc(var(--spacer) * 1);
}
@media only screen and (min-width: 769px) {
  .p-home__product--other__bnr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-home__product--other__bnr > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}
.p-home__product--other__bnr > div {
  background-color: aquamarine;
}
.p-home__product--other__bnr > div figure {
  overflow: hidden;
  aspect-ratio: 1/0.25;
  margin-bottom: 0;
  block-size: inherit;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .p-home__product--other__bnr > div figure {
    aspect-ratio: 1/0.4;
  }
}
.p-home__product--other__bnr > div figure > img {
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
  margin-bottom: 0;
  -o-object-position: 0 40%;
     object-position: 0 40%;
}
.p-home__product--other__bnr > header i {
  width: 6rem;
}
.p-home__works {
  overflow: hidden;
}
.p-home__works .container {
  position: relative;
}
.p-home__works--header {
  position: absolute;
  z-index: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: calc(var(--spacer) * 2);
  background-color: var(--color-gray-3a3a3a);
  width: 66.6666666667%;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  bottom: calc(var(--spacer) * 8 * -1);
}
@media only screen and (min-width: 769px) {
  .p-home__works--header {
    top: 50%;
    bottom: auto;
    width: 33.3333333333%;
  }
}
.p-home__works--header::before {
  z-index: -1;
  content: "";
  position: absolute;
  background-color: var(--color-gray-3a3a3a);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-margin-start: calc(50% - 50vi);
          margin-inline-start: calc(50% - 50vi);
}
.p-home__works--image {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  -webkit-margin-end: calc(50% - 50vi);
          margin-inline-end: calc(50% - 50vi);
  aspect-ratio: 1/0.64;
}
@media only screen and (min-width: 769px) {
  .p-home__works--image {
    aspect-ratio: 1/0.42;
  }
}
.p-home__works--image a {
  display: block;
}
.p-home__works--image img {
  position: relative;
  z-index: -1;
}

.c-pickup {
  height: 100%;
  -webkit-box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1) 0px 18px 36px -18px inset;
          box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1) 0px 18px 36px -18px inset;
  background-color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(var(--spacer) * 1);
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  padding: clamp(0.5rem, 0.318rem + 0.91vw, 1rem);
}
@media only screen and (min-width: 769px) {
  .c-pickup {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (hover: hover) {
  .c-pickup > * {
    -webkit-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
    will-change: opacity;
  }
}
@media (any-hover: hover) {
  .c-pickup:hover > * {
    opacity: 0.7;
  }
}
.c-pickup__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: calc(var(--spacer) * 1);
  height: 100%;
}
.c-pickup__text .c-product__netis {
  margin-top: auto;
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  .c-pickup__text {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
}
.c-pickup__text--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(var(--spacer) * 0.5) 0;
}
.c-pickup__text--header h3 {
  font-weight: normal;
}
.c-pickup__text--header h3 + p {
  font-weight: bold;
}
.c-pickup__text--description {
  margin-top: auto;
  margin-bottom: 0;
}
.c-pickup__text--description span {
  pointer-events: none;
}
.c-pickup__image {
  position: relative;
  aspect-ratio: 1/0.64;
}
@media only screen and (min-width: 769px) {
  .c-pickup__image {
    aspect-ratio: 1;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
.c-pickup__image img {
  border-radius: 0.25rem;
}

.p-technology__kv {
  position: relative;
}
.p-technology__kv::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: var(--color-white);
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  margin-inline: calc(50% - 50vi);
}
.p-technology__msg {
  position: relative;
  z-index: 0;
}
.p-technology__msg::before {
  z-index: -1;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-white);
}
.p-technology__msg .container {
  max-inline-size: 970px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: calc(var(--spacer) * 1);
     -moz-column-gap: calc(var(--spacer) * 1);
          column-gap: calc(var(--spacer) * 1);
}
@media only screen and (min-width: 769px) {
  .p-technology__msg .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-column-gap: calc(var(--spacer) * 2);
       -moz-column-gap: calc(var(--spacer) * 2);
            column-gap: calc(var(--spacer) * 2);
  }
}
@media only screen and (min-width: 769px) {
  .p-technology__msg--header {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
}
.p-technology__msg--image {
  width: 50%;
  margin-inline: auto 0;
}
@media only screen and (min-width: 769px) {
  .p-technology__msg--image {
    width: auto;
    margin-inline: auto;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
.p-technology__msg--image {
  text-align: center;
}
.p-technology__policy--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: var(--space-xl-size);
}
.p-technology__policy--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 769px) {
  .p-technology__policy--inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: var(--space-l-size);
       -moz-column-gap: var(--space-l-size);
            column-gap: var(--space-l-size);
  }
}
@media only screen and (min-width: 769px) {
  .p-technology__policy--header {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.p-technology__policy--header h2 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.5rem;
}
@media only screen and (min-width: 769px) {
  .p-technology__policy--header h2 {
    position: sticky;
    top: calc(var(--header-h) * 2);
  }
}
.p-technology__policy--header h2::before {
  position: absolute;
  content: "";
  width: 100;
  height: 2px;
  bottom: 0;
  background-color: var(--color-gray-ccc);
  left: 0;
  right: 0;
  -webkit-margin-start: calc(50% - 50vw);
          margin-inline-start: calc(50% - 50vw);
}
.p-technology__policy--header h2 .--s {
  font-size: 80%;
}
.p-technology__policy--header h2 .--l {
  font-size: 120%;
}
.p-technology__policy--cmt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: calc(var(--spacer) * 2);
  -webkit-column-gap: calc(var(--spacer) * 1);
     -moz-column-gap: calc(var(--spacer) * 1);
          column-gap: calc(var(--spacer) * 1);
}
@media only screen and (min-width: 769px) {
  .p-technology__policy--cmt {
    row-gap: calc(var(--spacer) * 4);
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.p-technology__policy--cmt > li h3 {
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-primary);
}
.p-technology .c-marquee {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.p-assistance__introduction.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: calc(var(--spacer) * 2);
}
@media only screen and (min-width: 769px) {
  .p-assistance__introduction.container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-column-gap: calc(var(--spacer) * 2);
       -moz-column-gap: calc(var(--spacer) * 2);
            column-gap: calc(var(--spacer) * 2);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 769px) {
  .p-assistance__introduction--header {
    -ms-flex-preferred-size: calc(66.6666666667% - var(--spacer) * 1);
        flex-basis: calc(66.6666666667% - var(--spacer) * 1);
  }
}
@media only screen and (min-width: 769px) {
  .p-assistance__introduction--image {
    -ms-flex-preferred-size: calc(33.3333333333% - var(--spacer) * 1);
        flex-basis: calc(33.3333333333% - var(--spacer) * 1);
  }
}
@media only screen and (min-width: 981px) {
  .p-assistance__enterprise--header {
    width: calc(66.6666666667% - var(--spacer) * 1);
  }
}
.p-assistance__point--list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: calc(var(--spacer) * 0.5);
}
@media only screen and (min-width: 769px) {
  .p-assistance__point--list {
    gap: calc(var(--spacer) * 2);
  }
}
.p-assistance__point--list li {
  border: 1px solid var(--color-gray-ccc);
  background-color: rgb(var(--color-white-rgb), 0.4);
  border-radius: 0.25rem;
  padding: calc(var(--spacer) * 2);
}
.p-assistance__point--list li h3 {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.p-assistance__point--list li:nth-of-type(odd) {
  background-color: rgb(var(--color-primary-rgb), 0.2);
}

.p-product-page .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 981px) {
  .p-product-page .container {
    -webkit-column-gap: calc(var(--spacer) * 2);
       -moz-column-gap: calc(var(--spacer) * 2);
            column-gap: calc(var(--spacer) * 2);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-product-page__main {
  position: relative;
  margin-bottom: var(--space-l-size);
}
.p-product-page__main::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-white);
  -webkit-box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.2);
  -webkit-margin-start: calc(50% - 50vi);
          margin-inline-start: calc(50% - 50vi);
  -webkit-margin-end: calc(50% - 50vi);
          margin-inline-end: calc(50% - 50vi);
  border-top-right-radius: 0.25rem;
}
@media only screen and (min-width: 981px) {
  .p-product-page__main::before {
    right: 0;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
}
@media only screen and (min-width: 981px) {
  .p-product-page__main {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    padding-right: calc(var(--spacer) * 2);
  }
}
.p-product-page__aside {
  padding-bottom: calc(var(--spacer) * 2);
}
@media only screen and (min-width: 981px) {
  .p-product-page__aside {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
.p-product-page__aside .c-accordion__title {
  color: var(--color-primary);
  background-color: var(--color-white);
  padding: 0.5em;
  margin-bottom: 0.5em;
  border-radius: 0.25rem;
}
@media only screen and (min-width: 981px) {
  .p-product-page__aside .c-accordion__content {
    padding-inline: 1rem;
  }
}
.p-product-page__aside--nav {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: calc(var(--spacer) * 1);
}
@media only screen and (min-width: 981px) {
  .p-product-page__aside--nav {
    grid-template-columns: 1fr;
  }
}
.p-product-page__aside--nav li {
  padding-bottom: calc(var(--spacer) * 0.5);
}
.p-product-page__aside--nav li a {
  display: block;
}
.p-product-page__aside--nav li a > small {
  margin-bottom: 0.5rem;
  line-height: 1.4;
  display: block;
  font-size: 0.65rem;
}
.p-product-page__aside--nav li a p.c-icon {
  --button-icon-size: 1.2rem;
  font-size: 0.8rem;
}
@media only screen and (min-width: 981px) {
  .p-product-page__aside--nav li a p.c-icon {
    font-size: 1rem;
  }
}
.p-product-page__aside--nav li a p.c-text-link {
  -webkit-column-gap: calc(var(--spacer) * 0.25);
     -moz-column-gap: calc(var(--spacer) * 0.25);
          column-gap: calc(var(--spacer) * 0.25);
}
.p-product-page__aside--nav li a .c-product__netis {
  margin: calc(var(--spacer) * 0.5) 0;
}
.p-product-page__aside--nav li {
  border-bottom: 1px solid var(--color-gray-ccc);
}
.p-product-page__aside--backtolist a.c-icon {
  --button-icon-size: 1rem;
}
.p-product-page__headerA {
  margin-bottom: var(--space-s-size);
  padding-bottom: calc(var(--spacer) * 1);
  border-bottom: 1px solid var(--color-gray-ccc);
}
.p-product-page__headerB {
  display: grid block;
  grid-template-columns: 1fr auto;
  place-content: end;
}
.p-product-page__headerB h2 {
  line-height: 1.2;
}
.p-product-page__headerB h2 br {
  display: block;
}
@media only screen and (min-width: 769px) {
  .p-product-page__headerB h2 br {
    display: none;
  }
}
.p-product-page__headerB .c-product__netis {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (min-width: 769px) {
  .p-product-page__headerB .c-product__netis {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-product-page__outline {
  margin-bottom: var(--space-l-size);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(var(--spacer) * 1);
}
@media only screen and (min-width: 981px) {
  .p-product-page__outline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: calc(var(--spacer) * 2);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 981px) {
  .p-product-page__outline--desc {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
  }
}
.p-product-page__outline--desc > p {
  margin-bottom: var(--space-m-size);
  line-height: 1.4;
}
.p-product-page__outline--desc > p small {
  margin-top: var(--space-s-size);
}
.p-product-page__outline--point {
  border: 2px solid var(--color-primary);
  padding: calc(var(--spacer) * 3) calc(var(--spacer) * 1) calc(var(--spacer) * 1);
  position: relative;
  border-radius: 0.25rem;
}
.p-product-page__outline--point::before {
  font-weight: 500;
  letter-spacing: 0.08em;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.3em 2em 0.3em 1em;
  content: "point";
  text-transform: uppercase;
  background-color: var(--color-primary);
  color: var(--color-white);
  -webkit-clip-path: polygon(0 0, 100% 0%, 70% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0%, 70% 100%, 0 100%);
}
.p-product-page__outline--point > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5em;
  font-size: 0.85rem;
}
.p-product-page__outline--point > ul > li {
  --_size: 0.5em;
  display: block grid;
  grid-template-columns: var(--_size) 1fr;
  -webkit-column-gap: var(--_size);
     -moz-column-gap: var(--_size);
          column-gap: var(--_size);
  line-height: 1.2;
}
.p-product-page__outline--point > ul > li::before {
  content: "";
  block-size: var(--_size);
  border-radius: 100vh;
  aspect-ratio: 1;
  background-color: var(--color-secondary);
  margin-block: calc((1lh - var(--_size)) / 2);
}
.p-product-page__outline--image {
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 1/1;
  border-radius: 0.25rem;
  overflow: hidden;
}
@media only screen and (min-width: 981px) {
  .p-product-page__outline--image {
    width: auto;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
  }
}
.p-product-page__section:not(:last-child) {
  margin-bottom: var(--space-l-size);
}
.p-product-page__section--header {
  margin-bottom: var(--space-m-size);
}
.p-product-page__section--title {
  border-left: 4px solid var(--color-primary);
  padding-left: 0.5em;
}
.p-product-page__section figure {
  overflow: hidden;
  border-radius: 0.25rem;
}
.p-product-page__section p {
  letter-spacing: 0.03em;
}

.p-product__page-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.2);
  background-color: var(--color-gray-3a3a3a);
  border-radius: 0.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: calc(var(--spacer) * 1);
  font-size: clamp(0.8rem, 0.545rem + 1.27vw, 1.5rem);
}
@media only screen and (min-width: 769px) {
  .p-product__page-nav ul {
    padding: calc(var(--spacer) * 1) calc(var(--spacer) * 1.5);
  }
}
.p-product__page-nav ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  inline-size: 100%;
  color: rgb(var(--color-white-rgb), 1);
  padding: calc(var(--spacer) * 0.25) calc(var(--spacer) * 0.5);
}
@media (hover: hover) {
  .p-product__page-nav ul > li > a {
    -webkit-transition: 0.3s color ease-in-out;
    transition: 0.3s color ease-in-out;
  }
}
@media (any-hover: hover) {
  .p-product__page-nav ul > li > a:hover {
    color: rgb(var(--color-white-rgb), 0.6);
  }
}
.p-product__list > .container {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-product__list > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .p-product__list--swiper {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.p-product__list .swiper {
  -webkit-padding-start: calc(0% + (100svw - var(--max-width)) / 2);
          padding-inline-start: calc(0% + (100svw - var(--max-width)) / 2);
  padding-top: calc(var(--spacer) * 2);
  padding-bottom: calc(var(--spacer) * 2);
}
@media only screen and (max-width: 767px) {
  .p-product__list--header {
    display: contents;
  }
}
@media only screen and (min-width: 769px) {
  .p-product__list--header {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: calc(var(--spacer) * 2);
       -moz-column-gap: calc(var(--spacer) * 2);
            column-gap: calc(var(--spacer) * 2);
    -ms-flex-direction: row;
        flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .p-product__list--header h2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-product__list--header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: calc(var(--spacer) * 1);
     -moz-column-gap: calc(var(--spacer) * 1);
          column-gap: calc(var(--spacer) * 1);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-product__list--header nav {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 769px) {
  .p-product__list--header nav {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
  }
}
.p-product__list--imageWrap {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  -webkit-margin-start: calc(50% - 50vi);
          margin-inline-start: calc(50% - 50vi);
  width: 83.3333333333svw;
}
@media only screen and (min-width: 769px) {
  .p-product__list--imageWrap {
    width: calc(50svw - var(--spacer) * 2);
  }
}
.p-product__list--image {
  overflow: hidden;
  position: relative;
  border-top-right-radius: 6rem;
  aspect-ratio: 1/0.42;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-product__list--image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-product__list--image::before {
  position: absolute;
  z-index: 0;
  background: rgba(0, 0, 0, 0.4);
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.p-product__list--image > img {
  height: 100%;
}

.c-product__slider {
  height: 100%;
}
.c-product__slider a {
  -webkit-box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.2);
  background-color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(var(--spacer) * 1);
  border: 1px solid var(--color-gray-ccc);
  padding: clamp(0.5rem, 0.318rem + 0.91vw, 1rem);
  height: inherit;
  border-radius: 0.25rem;
}
.c-product__slider--image {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 0.25rem;
}
.c-product__slider--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-product__slider--text__header {
  margin-bottom: calc(var(--spacer) * 1);
}
.c-product__slider--text__title {
  font-weight: normal;
  font-size: 0.8rem;
  margin-bottom: calc(var(--spacer) * 1);
}
.c-product__slider--text__title + p {
  font-weight: bold;
}
.c-product__slider--text .c-text-link {
  -webkit-column-gap: calc(var(--spacer) * 0.5);
     -moz-column-gap: calc(var(--spacer) * 0.5);
          column-gap: calc(var(--spacer) * 0.5);
}
.c-product__slider--text .c-icon {
  --button-icon-size: 1.6rem;
  font-size: 1.2rem;
}
.c-product__slider--netis {
  margin-top: auto;
  margin-bottom: 0;
}
.c-product__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  --_gap: calc(var(--spacer) * 1);
}
@media only screen and (min-width: 769px) {
  .c-product__layout {
    --_gap: calc(var(--spacer) * 2);
  }
}
.c-product__layout figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-product__layout figure:has(+ p) {
  margin-bottom: 0.5rem;
}
.c-product__layout > li p {
  line-height: 1.6;
  font-size: 0.85rem;
}
.c-product__layout-2 {
  gap: var(--_gap);
}
@media only screen and (min-width: 769px) {
  .c-product__layout-2 > li {
    -ms-flex-preferred-size: calc((100% - var(--_gap) * 1) / 2);
        flex-basis: calc((100% - var(--_gap) * 1) / 2);
  }
}
.--construction .c-product__layout-2 > li {
  -ms-flex-preferred-size: calc((100% - var(--_gap) * 1) / 2);
      flex-basis: calc((100% - var(--_gap) * 1) / 2);
}
.c-product__layout-3 {
  gap: var(--_gap);
}
.c-product__layout-3 > li {
  -ms-flex-preferred-size: calc((100% - var(--_gap) * 2) / 2);
      flex-basis: calc((100% - var(--_gap) * 2) / 2);
}
@media only screen and (min-width: 769px) {
  .c-product__layout-3 > li {
    -ms-flex-preferred-size: calc((100% - var(--_gap) * 2) / 3);
        flex-basis: calc((100% - var(--_gap) * 2) / 3);
  }
}
.c-product__layout-4 {
  gap: var(--_gap);
}
.c-product__layout-4 > li {
  -ms-flex-preferred-size: calc((100% - var(--_gap) * 1) / 2);
      flex-basis: calc((100% - var(--_gap) * 1) / 2);
}
@media only screen and (min-width: 769px) {
  .c-product__layout-4 > li {
    -ms-flex-preferred-size: calc((100% - var(--_gap) * 3) / 4);
        flex-basis: calc((100% - var(--_gap) * 3) / 4);
  }
}
.c-product__layout-2 > li.--full, .c-product__layout-3 > li.--full, .c-product__layout-4 > li.--full {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.c-product__spec-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 1ex;
}
@media only screen and (min-width: 769px) {
  .c-product__spec-list {
    grid-template-columns: 1fr 1fr;
  }
}
.c-product__spec-list > li {
  --_size: 1ex;
  display: block grid;
  grid-template-columns: var(--_size) 1fr;
  -webkit-column-gap: var(--_size);
     -moz-column-gap: var(--_size);
          column-gap: var(--_size);
}
.c-product__spec-list > li::before {
  content: "";
  block-size: var(--_size);
  border-radius: 100vh;
  aspect-ratio: 1;
  background-color: var(--color-secondary);
  margin-block: calc((1lh - var(--_size)) / 2);
}
.c-product__spec-list > li p:not(.--no-icon) {
  display: block grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
.c-product__spec-list > li p:not(.--no-icon)::before {
  --_size: 0.5em;
  content: "→";
  block-size: var(--_size);
  line-height: 1;
  color: var(--color-primary);
  margin-block: calc((1lh - var(--_size)) / 2);
}
.c-product__table {
  border-top: 1px solid var(--color-gray-3a3a3a);
  border-bottom: 1px solid var(--color-gray-3a3a3a);
  width: 100%;
}
.c-product__table thead {
  border-bottom: 1px solid var(--color-gray-3a3a3a);
}
.c-product__table thead th {
  border-right: 1px solid var(--color-gray-939393);
  background-color: #efefef;
  padding: 1em;
}
.c-product__table thead th:last-child {
  border-right: 0;
}
.c-product__table tbody tr {
  border-bottom: 1px solid var(--color-gray-939393);
}
.c-product__table tbody th {
  background-color: #efefef;
  padding: 1em;
}
.c-product__table tbody td {
  padding: 1em;
  border-right: 1px solid var(--color-gray-939393);
}
.c-product__table tbody td:last-child {
  border-right: 0;
}
.c-product__netis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.25em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 769px) {
  .c-product__netis {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.c-product__netis {
  text-box: trim-both cap alphabetic;
}
.c-product__netis--certification::before {
  font-style: normal;
  content: "NETIS Registration";
  color: var(--color-white);
  padding: 0.2em 0.5em 0.2em 0.5em;
  background-color: var(--color-secondary);
  line-height: 1;
  font-size: 0.65rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-product__netis--certification.--old-type::before {
  content: "Former NETIS Registration" !important;
}
.c-product__netis--number {
  font-weight: 500;
  letter-spacing: -0.02em;
}

.p-netis__lists {
  display: grid;
  gap: calc(var(--spacer) * 0.5);
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 769px) {
  .p-netis__lists {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: calc(var(--spacer) * 1);
    padding-inline: calc(var(--spacer) * 2);
    margin-inline: calc(50% - 50vi);
  }
}
.p-netis__list {
  background-color: var(--color-white);
  -webkit-box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.2);
  padding: clamp(0.5rem, 0.318rem + 0.91vw, 1rem);
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-netis__list figure {
  border-radius: 0.25rem;
}
.p-netis__list a {
  overflow: hidden;
}
.p-netis__info h3 {
  padding-bottom: 0.5ex;
  overflow-wrap: anywhere;
}

.p-works__title {
  color: var(--color-primary);
  background-color: var(--color-white);
  padding: 0.5em;
  margin-bottom: 0.5em;
  border-radius: 0.25rem;
  position: sticky;
  z-index: 3;
  top: 4rem;
}
@media only screen and (min-width: 769px) {
  .p-works__title {
    top: 6rem;
  }
}
.p-works__content > div > article {
  padding-inline: var(--space-m-size);
}
.p-works__content > div > article > h2 {
  background-color: rgb(var(--color-white-rgb), 0.6);
  padding: 1em;
  color: var(--color-primary);
}
.p-works__list {
  display: grid;
  grid-template-columns: repeat(1, 5em 1fr);
  grid-template-rows: auto auto;
  margin-bottom: calc(var(--spacer) * 2);
  font-size: 0.75rem;
}
@media only screen and (min-width: 769px) {
  .p-works__list {
    font-size: unset;
    grid-template-columns: repeat(2, 5em 1fr);
  }
}
@media only screen and (min-width: 1281px) {
  .p-works__list {
    grid-template-columns: repeat(3, 5em 1fr);
  }
}
.p-works__list dt {
  border-bottom: 1px solid var(--color-gray-ccc);
  padding-bottom: 1em;
  margin-bottom: 1em;
  font-weight: normal;
  color: var(--color-gray-939393);
}
.p-works__list dd {
  border-bottom: 1px solid var(--color-gray-ccc);
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.p-works__list dd .c-icon {
  --button-icon-size: 1rem;
}

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

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

/**
 * Swiper 12.1.4
 * 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: April 29, 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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
            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 {
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-start: var(--swiper-slides-offset-before);
              margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      -webkit-margin-end: var(--swiper-slides-offset-after);
              margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-before: var(--swiper-slides-offset-before);
              margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      -webkit-margin-after: var(--swiper-slides-offset-after);
              margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      -ms-scroll-snap-type: none;
          scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-box-ordinal-group: 10000;
          -ms-flex-order: 9999;
              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 {
      -webkit-margin-start: var(--swiper-centered-offset-before);
              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 {
      -webkit-margin-before: var(--swiper-centered-offset-before);
              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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    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;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          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 {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
            animation: swiper-preloader-spin 1s infinite linear;
  }
}

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

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

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
            transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
            transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      -webkit-transition: 200ms top, 200ms -webkit-transform;
      transition: 200ms top, 200ms -webkit-transform;
      transition: 200ms transform, 200ms top;
      transition: 200ms transform, 200ms top, 200ms -webkit-transform;
    }
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      -webkit-transition: 200ms left, 200ms -webkit-transform;
      transition: 200ms left, 200ms -webkit-transform;
      transition: 200ms transform, 200ms left;
      transition: 200ms transform, 200ms left, 200ms -webkit-transform;
    }
  }
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
  .swiper-scrollbar-disabled > &,
  &.swiper-scrollbar-disabled {
    display: none !important;
  }
  .swiper-horizontal > &,
  &.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
  .swiper-vertical > &,
  &.swiper-scrollbar-vertical {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-lazy-preloader {
  --swiper-preloader-color: var(--color-blue);
  border-width: 2px;
}

.swiper .swiper-slide {
  height: auto;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal {
  height: 2px;
  position: relative;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
  /* スクロールバーがなくなってがたつくのを防ぐ */
  scrollbar-gutter: stable;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}
