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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

:root {
  --base-font-family: Inter, Zen Old Mincho, serif;
  --base-font-size: 1rem;
  --base-font-weight: 400;
  --base-line-height: 2.0;
  --base-letter-space: 0;
  --base-opacity: 0.6;
  --base-color-bg: #ffffff;
  --color-text-base: #000000;
  --color-key: #F75F00;
}

@font-face {
  font-family: "Bodoni 72 Book";
  src: url("../fonts/bodoni-72-book.woff") format("woff"), url("../fonts/bodoni-72-book.woff2") format("woff2"), url("../fonts/bodoni-72-book.ttf") format("truetype");
}
/*
 * html, body
---------------------------------------*/
html {
  font-size: 16px;
}

body:not(.wp-admin):not(.wp-customizer):not(.wp-core-ui) {
  position: relative;
  font-family: var(--base-font-family);
  font-size: var(--base-font-size);
  font-weight: var(--base-font-weight);
  color: var(--color-text-base);
  line-height: var(--base-line-height);
  letter-spacing: var(--base-letter-space);
  background: var(--base-color-bg);
  background-color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-wrap: break-word;
  transition: opacity 0.3s ease;
}

* {
  box-sizing: border-box;
}

header, footer {
  width: 100%;
}

a {
  text-decoration: none;
  transition: opacity 0.3s ease;
  color: inherit;
}
a:hover {
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
a.hover:hover {
  opacity: 0.6;
}
a.underline {
  text-decoration: underline;
}
a[target=_blank].ex-icon::after {
  content: "";
  width: 0.75em;
  height: 0.75em;
  display: inline-block;
  margin: 0 0.25em 0.15em 0.1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='l2' viewBox='0 0 318.8 316'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ea5e11%7D%3C/style%3E%3C/defs%3E%3Cg id='_イラスト'%3E%3Cpath d='M224.8 316H60.05C26.94 316 0 289.06 0 255.95V91.21c0-33.12 26.94-60.05 60.05-60.05h132.1v31.91H60.05c-15.51 0-28.14 12.62-28.14 28.14v164.75c0 15.51 12.62 28.14 28.14 28.14H224.8c15.51 0 28.14-12.62 28.14-28.14V131.32h31.91v124.64c0 33.11-26.94 60.05-60.05 60.05Z' class='cls-1'/%3E%3Cpath d='M318.8 0 213.46 22.51l29.09 27.93-100.13 103.17 29.28 28.11L271.83 78.56l29.22 28.05z' class='cls-1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
a img, a svg {
  border: 0;
  transition: opacity 0.3s ease;
}
a img:hover, a svg:hover {
  transition: opacity 0.3s ease;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.list-disc {
  list-style: disc;
  margin-left: 1.5em;
}
ul.list-disc-color li {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
ul.list-disc-color li:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  background-color: var(--color-key);
  border-radius: 50vw;
  margin-right: 0.5em;
}

em {
  font-style: normal;
}

img, video {
  border: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  max-width: 100%;
}

picture {
  display: block;
}
picture img {
  width: inherit;
}

button {
  outline: none;
}

/*
 * SP-PC切り替え
---------------------------------------*/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

/*
 * SPのときだけTELリンクをつける
---------------------------------------*/
@media print, screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: text;
    text-decoration: none;
  }
}

.page-main {
  margin-bottom: 10px;
}

/*
 * wrapper
---------------------------------------*/
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
@media all and (-ms-high-contrast: none) {
  .wrapper {
    flex-direction: inherit;
  }
}

/*
 * main
---------------------------------------*/
.main {
  position: relative;
  overflow-x: hidden;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .main {
    overflow-x: hidden;
  }
}

@media print, screen and (min-width: 769px) {
  .top-content-only {
    padding-bottom: 120px;
  }
}

.top-content {
  position: relative;
  width: 100%;
  margin-inline: auto;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .top-content {
    padding-inline: 5.3333333333vw;
    padding-bottom: min(8.5333333333vw, 2rem);
  }
}
@media print, screen and (min-width: 769px) {
  .top-content {
    padding: min(2.3938223938vw, 1.9375rem) 0 min(5.5598455598vw, 4.5rem) min(4.2471042471vw, 3.4375rem);
    max-width: 1295px;
    margin-top: -32px;
  }
}
.top-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: calc((100vw - 1295px) / 2);
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
@media print, screen and (min-width: 769px) {
  .top-content.top-content--center {
    padding-right: min(5.1244509517vw, 4.375rem);
  }
}
.top-content .top-content__main {
  margin-top: 16vw;
}
@media print, screen and (min-width: 769px) {
  .top-content .top-content__main {
    margin-top: 120px;
  }
}
@media print, screen and (min-width: 769px) {
  .top-content .top-content__main.form {
    margin-top: 0;
  }
}

.container {
  position: relative;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .container {
    padding-inline: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .container {
    max-width: 1276px;
    padding-inline: 60px;
  }
}
.container.container--no-pi {
  padding-inline: 0;
}
@media print, screen and (min-width: 769px) {
  .container.container--no-pi {
    max-width: 1156px;
  }
}
@media print, screen and (min-width: 769px) {
  .container.container--small-no-pi {
    max-width: 958px;
    padding-inline: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .container.container--small {
    max-width: 988px;
  }
}
@media screen and (max-width: 768px) {
  .container.container--fluid-sp {
    padding-inline: 0;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
@media print, screen and (min-width: 769px) {
  .container.container--main {
    margin-block: 120px;
  }
}

.max-fit {
  max-width: fit-content;
}

.lum-lightbox {
  z-index: 999;
}

.lum-lightbox-position-helper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  max-width: 90%;
  height: 80svh;
  margin: auto;
}
.lum-lightbox-position-helper img {
  /* position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%); */
  object-fit: contain;
  width: fit-content;
  max-width: 100%;
  height: fit-content;
  max-height: 100% !important;
  margin-inline: auto;
}

.faq .faq-main {
  margin-top: 16vw;
}
@media print, screen and (min-width: 769px) {
  .faq .faq-main {
    margin-top: 120px;
  }
}
.faq .faq__category {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  border-left: 3px solid var(--color-key);
  padding-left: 11px;
  margin-block: 24px;
}
@media screen and (max-width: 768px) {
  .faq .faq__category {
    margin-left: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .faq .faq__category {
    font-size: 24px;
    border-left-width: 4px;
    padding-left: 14px;
    margin-block: 27px;
  }
}
.faq .faq-content {
  border-top: 1px solid #DED9D3;
  padding: 15px 10px 15px 15px;
}
/* フェード
------------------------------------------------------ */
.js-fade-in {
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 2.5s;
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}
.js-fade-in.fade-outQuit {
  transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
}
.js-fade-in.fade-in-up {
  transform: translate3d(0, 50px, 0) !important;
}
.js-fade-in.fade-in-down {
  transform: translate3d(0, -100px, 0) !important;
}
.js-fade-in.fade-in-left {
  transform: translate3d(-100px, 0, 0) !important;
}
.js-fade-in.fade-in-right {
  transform: translate3d(100px, 50px, 0) !important;
}
.js-fade-in.js-scroll-in {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

/* ポップアップ
------------------------------------------------------ */
.js-popup {
  transform: translateY(40px) scale(0.8);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.1s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0;
}
.js-popup.js-scroll-in {
  transform: translateY(0) scale(1);
  opacity: 1;
}

@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
/* アコーディオン
------------------------------------------------------ */
.js-accordion-btn {
  cursor: pointer;
}

.js-accordion {
  max-height: 0;
  overflow: hidden;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1) max-height;
  padding-top: 0;
}

/* 右クリック禁止
------------------------------------------------------ */
.js-disable-right-click {
  -webkit-touch-callout: none; /* iOSの長押しメニュー防止 */
  -webkit-user-select: none; /* テキスト選択不可 */
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none; /* Safariでの画像ドラッグ防止 */
  user-drag: none;
}

.bg-gray1 {
  background-color: #F4F3F2;
}
@media print, screen and (min-width: 769px) {
  .bg-gray1-pc {
    background-color: #F4F3F2;
  }
}

.bg-gray2 {
  background-color: #F2F0EF;
}

.bg-white {
  background-color: #fff;
}

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

.text-normal, .text-normal-sans, .text-normal-bold {
  font-size: 14px;
  line-height: 2;
}
@media print, screen and (min-width: 769px) {
  .text-normal, .text-normal-sans, .text-normal-bold {
    font-size: 16px;
  }
}

.text-normal-bold {
  font-weight: 700;
}

.text-bold {
  font-weight: 700;
}

.text-note {
  color: #2E2E2E;
  font-size: 12px;
  line-height: 1.5;
}

.text-font-sans, .text-normal-sans {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.text-center {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .text-center-pc {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .text-center-sp {
    text-align: center;
  }
}

.text-right {
  text-align: right;
}
@media print, screen and (min-width: 769px) {
  .text-right-pc {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .text-right-sp {
    text-align: right;
  }
}

.text-underline {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.text-weight-600 {
  font-weight: 600;
}

.text-size20, .text-size20-weight600-letter60 {
  font-size: 16px;
  line-height: 1.375;
}
@media print, screen and (min-width: 769px) {
  .text-size20, .text-size20-weight600-letter60 {
    font-size: 20px;
  }
}

.text-letter60, .text-size20-weight600-letter60 {
  letter-spacing: 0.06em;
}

.text-frame-list {
  border: 1px solid var(--color-key);
  padding: 1em;
}

.p-block-normal {
  padding-block: 8vw;
}
@media print, screen and (min-width: 769px) {
  .p-block-normal {
    padding-block: 60px;
  }
}
.p-block-wide {
  padding-block: 16vw;
}
@media print, screen and (min-width: 769px) {
  .p-block-wide {
    padding-block: 120px;
  }
}
.p-block-1em {
  padding-block: 1em;
}
.p-t-normal {
  padding-top: 8vw;
}
@media print, screen and (min-width: 769px) {
  .p-t-normal {
    padding-top: 60px;
  }
}
.p-t-wide {
  padding-top: 16vw;
}
@media print, screen and (min-width: 769px) {
  .p-t-wide {
    padding-top: 120px;
  }
}
.p-b-normal {
  padding-bottom: 8vw;
}
@media print, screen and (min-width: 769px) {
  .p-b-normal {
    padding-bottom: 60px;
  }
}
.p-b-wide {
  padding-bottom: 16vw;
}
@media print, screen and (min-width: 769px) {
  .p-b-wide {
    padding-bottom: 120px;
  }
}
.p-b-1em {
  padding-bottom: 1em;
}

.m-block-normal {
  margin-block: 8vw !important;
}
@media print, screen and (min-width: 769px) {
  .m-block-normal {
    margin-block: 60px !important;
  }
}
.m-block-1em {
  margin-block: 1em !important;
}
.m-t-1em {
  margin-top: 1em !important;
}
.m-t-normal {
  margin-top: 8vw !important;
}
@media print, screen and (min-width: 769px) {
  .m-t-normal {
    margin-top: 60px !important;
  }
}
.m-t-wide {
  margin-top: 16vw !important;
}
@media print, screen and (min-width: 769px) {
  .m-t-wide {
    margin-top: 120px !important;
  }
}
.m-b-1em {
  margin-bottom: 1em !important;
}
.m-b-normal {
  margin-bottom: 8vw !important;
}
@media print, screen and (min-width: 769px) {
  .m-b-normal {
    margin-bottom: 60px !important;
  }
}
.m-b-wide {
  margin-bottom: 16vw !important;
}
@media print, screen and (min-width: 769px) {
  .m-b-wide {
    margin-bottom: 120px !important;
  }
}
@media screen and (max-width: 768px) {
  .m-b-title-header {
    margin-bottom: 13.3333333333vw !important;
  }
}
@media print, screen and (min-width: 769px) {
  .m-b-title-header {
    margin-bottom: 0.5583333333em !important;
  }
}
.m-l-2em {
  margin-left: 2em !important;
}

/* パンくず */
.breadcrumb {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding-block: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .breadcrumb {
    padding: 0 15px;
  }
}
.breadcrumb li {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  color: #7C7C7C;
  text-wrap: nowrap;
  white-space: nowrap;
}
@media print, screen and (min-width: 769px) {
  .breadcrumb li {
    font-size: 12px;
  }
}
.breadcrumb li:last-child {
  color: #2E2E2E;
  text-decoration: none;
}
.breadcrumb li.arrow0 {
  margin-left: 10px;
}
.breadcrumb li.arrow1 {
  position: relative;
  margin-left: 24px;
}
.breadcrumb li.arrow1:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.1666666667em;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath fill='%237c7c7c' d='M4 2 0 4V0Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.breadcrumb li.arrow2 {
  position: relative;
  margin-left: 38px;
}
.breadcrumb li.arrow2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2.3333333333em;
  transform: translateY(-50%);
  width: 18px;
  height: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='4'%3E%3Cpath fill='%237c7c7c' d='m18 2-4 2V0Z'/%3E%3Cpath fill='%237c7c7c' d='M4 2 0 4V0Z' data-name='arrow'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

/*
 * flex-box
---------------------------------------*/
.flex {
  display: flex;
}
.flex .flex_item-col1 {
  width: 6.3333333333%;
}
.flex .flex_item-col2 {
  width: 14.6666666667%;
}
.flex .flex_item-col3 {
  width: 23%;
}
.flex .flex_item-col4 {
  width: 31.3333333333%;
}
.flex .flex_item-col5 {
  width: 39.6666666667%;
}
.flex .flex_item-col6 {
  width: 48%;
}
.flex .flex_item-col7 {
  width: 56.3333333333%;
}
.flex .flex_item-col8 {
  width: 64.6666666667%;
}
.flex .flex_item-col9 {
  width: 73%;
}
.flex .flex_item-col10 {
  width: 81.3333333333%;
}
.flex .flex_item-col11 {
  width: 89.6666666667%;
}
.flex .flex_item-col12 {
  width: 98%;
}
@media screen and (max-width: 768px) {
  .flex .flex_item-sp-col1 {
    width: 6.3333333333%;
  }
  .flex .flex_item-sp-col2 {
    width: 14.6666666667%;
  }
  .flex .flex_item-sp-col3 {
    width: 23%;
  }
  .flex .flex_item-sp-col4 {
    width: 31.3333333333%;
  }
  .flex .flex_item-sp-col5 {
    width: 39.6666666667%;
  }
  .flex .flex_item-sp-col6 {
    width: 48%;
  }
  .flex .flex_item-sp-col7 {
    width: 56.3333333333%;
  }
  .flex .flex_item-sp-col8 {
    width: 64.6666666667%;
  }
  .flex .flex_item-sp-col9 {
    width: 73%;
  }
  .flex .flex_item-sp-col10 {
    width: 81.3333333333%;
  }
  .flex .flex_item-sp-col11 {
    width: 89.6666666667%;
  }
  .flex .flex_item-sp-col12 {
    width: 98%;
  }
}
@media print, screen and (min-width: 769px) {
  .flex .flex_item-pc-col1 {
    width: 6.3333333333%;
  }
  .flex .flex_item-pc-col2 {
    width: 14.6666666667%;
  }
  .flex .flex_item-pc-col3 {
    width: 23%;
  }
  .flex .flex_item-pc-col4 {
    width: 31.3333333333%;
  }
  .flex .flex_item-pc-col5 {
    width: 39.6666666667%;
  }
  .flex .flex_item-pc-col6 {
    width: 48%;
  }
  .flex .flex_item-pc-col7 {
    width: 56.3333333333%;
  }
  .flex .flex_item-pc-col8 {
    width: 64.6666666667%;
  }
  .flex .flex_item-pc-col9 {
    width: 73%;
  }
  .flex .flex_item-pc-col10 {
    width: 81.3333333333%;
  }
  .flex .flex_item-pc-col11 {
    width: 89.6666666667%;
  }
  .flex .flex_item-pc-col12 {
    width: 98%;
  }
}
@media print, screen and (min-width: 769px) {
  .flex--pc {
    display: flex;
  }
  .flex--pc .flex_item-pc-col1 {
    width: 6.3333333333%;
  }
  .flex--pc .flex_item-pc-col2 {
    width: 14.6666666667%;
  }
  .flex--pc .flex_item-pc-col3 {
    width: 23%;
  }
  .flex--pc .flex_item-pc-col4 {
    width: 31.3333333333%;
  }
  .flex--pc .flex_item-pc-col5 {
    width: 39.6666666667%;
  }
  .flex--pc .flex_item-pc-col6 {
    width: 48%;
  }
  .flex--pc .flex_item-pc-col7 {
    width: 56.3333333333%;
  }
  .flex--pc .flex_item-pc-col8 {
    width: 64.6666666667%;
  }
  .flex--pc .flex_item-pc-col9 {
    width: 73%;
  }
  .flex--pc .flex_item-pc-col10 {
    width: 81.3333333333%;
  }
  .flex--pc .flex_item-pc-col11 {
    width: 89.6666666667%;
  }
  .flex--pc .flex_item-pc-col12 {
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  .flex--sp {
    display: flex;
  }
  .flex--sp .flex_item-sp-col1 {
    width: 6.3333333333%;
  }
  .flex--sp .flex_item-sp-col2 {
    width: 14.6666666667%;
  }
  .flex--sp .flex_item-sp-col3 {
    width: 23%;
  }
  .flex--sp .flex_item-sp-col4 {
    width: 31.3333333333%;
  }
  .flex--sp .flex_item-sp-col5 {
    width: 39.6666666667%;
  }
  .flex--sp .flex_item-sp-col6 {
    width: 48%;
  }
  .flex--sp .flex_item-sp-col7 {
    width: 56.3333333333%;
  }
  .flex--sp .flex_item-sp-col8 {
    width: 64.6666666667%;
  }
  .flex--sp .flex_item-sp-col9 {
    width: 73%;
  }
  .flex--sp .flex_item-sp-col10 {
    width: 81.3333333333%;
  }
  .flex--sp .flex_item-sp-col11 {
    width: 89.6666666667%;
  }
  .flex--sp .flex_item-sp-col12 {
    width: 98%;
  }
}
@media print, screen and (min-width: 769px) {
  .flex-pc {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .flex-sp {
    display: flex;
  }
}
.flex-wrap {
  flex-wrap: wrap;
}
@media print, screen and (min-width: 769px) {
  .flex-wrap-pc {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .flex-wrap-sp {
    flex-wrap: wrap;
  }
}
.flex-justify-start {
  justify-content: flex-start;
}
@media print, screen and (min-width: 769px) {
  .flex-justify-start-pc {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .flex-justify-start-sp {
    justify-content: flex-start;
  }
}
.flex-justify-end {
  justify-content: flex-end;
}
@media print, screen and (min-width: 769px) {
  .flex-justify-end-pc {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .flex-justify-end-sp {
    justify-content: flex-end;
  }
}
.flex-justify-between {
  justify-content: space-between;
}
@media print, screen and (min-width: 769px) {
  .flex-justify-between-pc {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .flex-justify-between-sp {
    justify-content: space-between;
  }
}
.flex-justify-center {
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .flex-justify-center-pc {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .flex-justify-center-sp {
    justify-content: center;
  }
}
.flex-align-start {
  align-items: flex-start;
}
@media print, screen and (min-width: 769px) {
  .flex-align-start-pc {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .flex-align-start-sp {
    align-items: flex-start;
  }
}
.flex-align-center {
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  .flex-align-center-pc {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .flex-align-center-sp {
    align-items: center;
  }
}
.flex-align-end {
  align-items: flex-end;
}
@media print, screen and (min-width: 769px) {
  .flex-align-end-pc {
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .flex-align-end-sp {
    align-items: flex-end;
  }
}
.flex-align-stretch {
  align-items: stretch;
}
@media print, screen and (min-width: 769px) {
  .flex-align-stretch-pc {
    align-items: stretch;
  }
}
@media screen and (max-width: 768px) {
  .flex-align-stretch-sp {
    align-items: stretch;
  }
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
@media print, screen and (min-width: 769px) {
  .flex-row-reverse-pc {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .flex-row-reverse-sp {
    flex-direction: row-reverse;
  }
}
.flex-column {
  flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  .flex-column-pc {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .flex-column-sp {
    flex-direction: column;
  }
}
.flex-order1 {
  order: 1;
}
.flex-order2 {
  order: 2;
}
.flex-order3 {
  order: 3;
}
.flex-order4 {
  order: 4;
}
.flex-order5 {
  order: 5;
}
.flex-order6 {
  order: 6;
}
.flex-order7 {
  order: 7;
}
.flex-order8 {
  order: 8;
}
.flex-order9 {
  order: 9;
}
.flex-order10 {
  order: 10;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.btn-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .btn-menu {
    padding-block: 0 !important;
  }
}
.btn-menu a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  border-radius: 3px;
  padding-inline: min(1.2110726644vw, 0.875rem) !important;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .btn-menu a {
    font-size: 14px !important;
    display: block;
    width: 195px;
    padding-block: 1em !important;
    margin-inline: auto;
  }
}
.btn-menu a span {
  display: block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.btn-menu.btn-menu--warranty a, .btn-menu.btn-menu--report a {
  background-color: #EDEDED;
}
.btn-menu.btn-menu--warranty a span, .btn-menu.btn-menu--report a span {
  background-image: url(../images/common/icon_document.svg);
}
.btn-menu.btn-menu--ask a {
  color: #fff;
  background-color: var(--color-key);
}
.btn-menu.btn-menu--ask a span {
  background-image: url(../images/common/icon_email.svg);
}
.btn-menu.btn-menu--ask a:hover {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .btn-menu + .btn-menu {
    margin-top: 7px !important;
  }
}

.btn-normal {
  display: block;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: var(--color-key);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.03em;
  height: 51px;
  border-radius: 3px;
  border: 1px solid var(--color-key);
  transition: background-color 0.8s ease, color 0.8s ease;
}
.btn-normal:hover {
  opacity: 1;
  color: var(--color-key);
  background-color: #fff;
}
.btn-normal:hover svg * {
  fill: var(--color-key);
}
.btn-normal svg * {
  fill: #fff;
  transition: fill 0.8s ease;
}
@media screen and (max-width: 768px) {
  .btn-normal.btn-normal--sp-center {
    margin-inline: auto;
  }
}
.btn-normal.btn-normal--bgb {
  border-color: #000;
  background-color: #000;
}
.btn-normal.btn-normal--bgb:hover {
  color: #000;
  background-color: #fff;
}
.btn-normal.btn-normal--bgg {
  color: #2E2E2E;
  border-color: #D9D9D9;
  background-color: #F2F0EF;
}
.btn-normal.btn-normal--bgg:hover {
  color: #F2F0EF;
  background-color: #2E2E2E;
}
@media print, screen and (min-width: 769px) {
  .btn-normal.btn-normal--icon-dl {
    width: 420px;
    margin-inline: auto;
  }
}
.btn-normal.btn-normal--icon-dl:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: block;
  width: 1.1111111111em;
  height: 1.0555555556em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19'%3E%3Cg fill='%23fff'%3E%3Cpath d='M19 17H1a1 1 0 0 0 0 2h18a1 1 0 0 0 0-2Z' data-name='p1'/%3E%3Cpath d='M10 0a1 1 0 0 0-1 1v10.59l-3.29-3.3a1.004 1.004 0 0 0-1.42 1.42l5 5a1 1 0 0 0 1.42 0l5-5a1.004 1.004 0 0 0-1.42-1.42L11 11.59V1a1 1 0 0 0-1-1Z' data-name='p2'/%3E%3C/g%3E%3C/svg%3E");
}
@media print, screen and (min-width: 769px) {
  .btn-normal.btn-normal--narrow {
    width: 420px;
    margin-inline: auto;
  }
}

.card {
  background-color: #fff;
  box-shadow: 10px 10px 26px rgba(0, 0, 0, 0.07);
}
.card .card__link {
  position: relative;
  display: block;
  height: 100%;
}
.card .card__link:hover:after {
  background-color: #FF883E;
  background-position: left 100% center;
}
.card .card__link:after {
  content: "";
  position: absolute;
  bottom: 16px;
  right: 16px;
  border-radius: 3px;
  background-color: var(--color-key);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.536' height='4.204'%3E%3Cpath fill='none' stroke='%23fff' d='M0 3.704h23.341L15.686.461'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 50% center;
  transition: background-position 0.3s ease, background-color 0.3s ease;
  width: 32px;
  height: 32px;
}
@media print, screen and (min-width: 769px) {
  .card .card__link:after {
    bottom: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
  }
}
.card .card__content {
  padding: 10px 14px 18px;
}
@media print, screen and (min-width: 769px) {
  .card .card__content {
    padding: min(3.0303030303vw, 1.875rem) min(3.0303030303vw, 1.875rem);
  }
}

.catch {
  border-left: 3px solid var(--color-key);
  padding-left: 4.2666666667vw;
}
@media print, screen and (min-width: 769px) {
  .catch {
    padding-left: 30px;
  }
}
.catch.catch--noboder {
  border-left: none;
  padding-left: 0;
}
.catch .catch__title {
  font-size: min(5.3333333333vw, 1.25rem);
  letter-spacing: 0.06em;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
}
.catch .catch__title::before, .catch .catch__title::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.catch .catch__title::before {
  margin-bottom: calc(-6px + 0px);
}
.catch .catch__title::after {
  margin-top: calc(-6px + 0px);
}
@media screen and (max-width: 768px) {
  .catch .catch__title {
    text-wrap: nowrap;
    white-space: nowrap;
  }
}
@media print, screen and (min-width: 769px) {
  .catch .catch__title {
    font-size: min(2.0761245675vw, 1.5rem);
  }
}
.catch .catch__text {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 2;
  margin-top: 18px;
  font-size: 16px;
  line-height: 2;
}
.catch .catch__text::before, .catch .catch__text::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.catch .catch__text::before {
  margin-bottom: calc(-8px + 0px);
}
.catch .catch__text::after {
  margin-top: calc(-8px + 0px);
}
@media print, screen and (min-width: 769px) {
  .catch .catch__text {
    font-size: min(1.384083045vw, 1rem);
    margin-top: 27px;
  }
}

.colorPhoto {
  overflow: hidden;
}
.colorPhoto.is-on .colorPhoto__photo {
  opacity: 1;
  transform: translateX(0%);
}
.colorPhoto.is-on .colorPhoto__gb {
  animation-name: fade-in-img;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.colorPhoto__photo {
  position: relative;
  opacity: 1;
  width: 100%;
  transform: translateX(-100%);
  transition: all 1s;
}
.colorPhoto__photo img {
  width: 100%;
}

.colorPhoto__gb {
  background-color: #F75F00;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: translate(0, 0);
  transition: all 1s;
  z-index: 1;
}

@keyframes fade-in-img {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  60% {
    opacity: 1;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(100%);
  }
}
.page-mv {
  position: relative;
}
.page-mv .page-mv__bg {
  width: 100%;
  height: 0;
  padding-top: 69.3333333333vw;
}
@media print, screen and (min-width: 769px) {
  .page-mv .page-mv__bg {
    padding-top: min(27.4305555556vw, 24.6875rem);
  }
}
.page-mv .page-mv__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-mv .page-mv__inner {
  display: flex;
  flex-direction: column;
  row-gap: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1216px;
  height: 100%;
  color: #fff;
  padding-top: 28.5333333333vw;
  padding-inline: 30px;
}
@media print, screen and (min-width: 769px) {
  .page-mv .page-mv__inner {
    padding-top: min(11.1111111111vw, 10rem);
  }
}
.page-mv .page-mv__subtitle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 769px) {
  .page-mv .page-mv__subtitle {
    font-size: min(2vw, 1.25rem);
  }
}
.page-mv .page-mv__subtitle:before {
  content: "";
  width: 1.2em;
  height: 1px;
  background-color: #fff;
}
.page-mv .page-mv__title {
  font-size: 24px;
  line-height: 1.7;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 769px) {
  .page-mv .page-mv__title {
    font-size: min(4vw, 2.5rem);
  }
}

@media print, screen and (min-width: 769px) {
  .page-introduction {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row-reverse;
    column-gap: 4%;
    padding-top: 67px;
  }
}
@media print, screen and (min-width: 769px) {
  .page-introduction.page-introduction--2 {
    column-gap: 3%;
  }
}
.page-introduction.page-introduction--2 .page-introduction__img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-introduction.page-introduction--2 .page-introduction__img {
    height: auto;
    padding-top: 0;
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page-introduction.page-introduction--2 .page-introduction__img {
    width: 64%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-introduction.page-introduction--2 .page-introduction__img img {
  position: static;
}
@media screen and (max-width: 768px) {
  .page-introduction.page-introduction--2 .page-introduction__img img {
    top: 0;
    left: 0;
    transform: translateX(0);
    z-index: -1;
  }
}
@media print, screen and (min-width: 769px) {
  .page-introduction.page-introduction--2 .page-introduction__content {
    width: 32%;
  }
}
.page-introduction .page-introduction__img {
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-introduction .page-introduction__img {
    position: relative;
    width: 100vw;
    height: 0;
    padding-top: 42.6666666667vw;
    margin-inline: calc(50% - 50vw);
  }
}
@media print, screen and (min-width: 769px) {
  .page-introduction .page-introduction__img {
    width: 50vw;
    margin-top: -166px;
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) {
  .page-introduction .page-introduction__img.page-introduction__img--spfull {
    padding-top: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-introduction .page-introduction__img .colorPhoto__photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .page-introduction .page-introduction__img .colorPhoto__photo {
    width: 100%;
    height: 0;
    padding-top: 84.958677686%;
  }
}
.page-introduction .page-introduction__img img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .page-introduction .page-introduction__img img {
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    object-fit: cover;
  }
}
@media print, screen and (min-width: 769px) {
  .page-introduction .page-introduction__img img {
    left: 0;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .page-introduction .page-introduction__content {
    padding-top: 3.2vw;
    padding-bottom: 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .page-introduction .page-introduction__content {
    width: 66%;
    padding-left: 14px;
    margin-left: 0;
    margin-right: auto;
  }
}
.page-introduction .page-introduction__content .page-introduction__content-inner {
  border-left: 3px solid var(--color-key);
  padding-left: 4.2666666667vw;
}
@media print, screen and (min-width: 769px) {
  .page-introduction .page-introduction__content .page-introduction__content-inner {
    padding-left: 30px;
  }
}
.page-introduction .page-introduction__content .page-introduction__content-inner.page-introduction__content-inner--noboder {
  border-left: none;
  padding-left: 0;
}
.page-introduction .page-introduction__title {
  font-size: min(5.3333333333vw, 1.25rem);
  letter-spacing: 0.06em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .page-introduction .page-introduction__title {
    text-wrap: nowrap;
    white-space: nowrap;
  }
}
@media print, screen and (min-width: 769px) {
  .page-introduction .page-introduction__title {
    font-size: 24px;
    font-size: 24px;
    line-height: 1.5;
  }
  .page-introduction .page-introduction__title::before, .page-introduction .page-introduction__title::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .page-introduction .page-introduction__title::before {
    margin-bottom: calc(-6px + 0px);
  }
  .page-introduction .page-introduction__title::after {
    margin-top: calc(-6px + 0px);
  }
}
.page-introduction .page-introduction__title .subtitle {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .page-introduction .page-introduction__title .subtitle {
    margin-bottom: -2.4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .page-introduction .page-introduction__title .subtitle {
    font-size: 14px;
  }
}
.page-introduction .page-introduction__text {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 2;
  margin-top: 6px;
}
@media print, screen and (min-width: 769px) {
  .page-introduction .page-introduction__text {
    font-size: 16px;
    margin-top: 27px;
    font-size: 16px;
    line-height: 2;
  }
  .page-introduction .page-introduction__text::before, .page-introduction .page-introduction__text::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .page-introduction .page-introduction__text::before {
    margin-bottom: calc(-8px + 0px);
  }
  .page-introduction .page-introduction__text::after {
    margin-top: calc(-8px + 0px);
  }
}
.page-introduction .page-introduction__list-wrapper {
  display: flex;
  column-gap: 3em;
  margin-top: 11px;
}
@media print, screen and (min-width: 769px) {
  .page-introduction .page-introduction__list-wrapper {
    margin-top: 24px;
  }
}

.product-lineup {
  padding-top: 6.4vw;
  padding-bottom: 13.3333333333vw;
}
@media print, screen and (min-width: 769px) {
  .product-lineup {
    padding-top: 74px;
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 768px) {
  .product-lineup .product-lineup__anchorlink {
    margin-block: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .product-lineup .product-lineup__anchorlink {
    padding-block: min(6.9204152249vw, 5rem) min(6.9204152249vw, 5rem);
  }
}
@media screen and (max-width: 768px) {
  .product-lineup .product-lineup__list {
    flex-direction: column;
    row-gap: 24px;
    padding-bottom: 0;
    margin-top: 7.4666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .product-lineup .product-lineup__list {
    justify-content: start;
    flex-wrap: wrap;
    align-items: stretch;
    column-gap: 2.76816609%;
    row-gap: 34px;
    padding-bottom: 0;
    margin-top: 40px;
  }
}
.product-lineup .product-lineup__list-title {
  margin-top: 7.4666666667vw;
}
@media print, screen and (min-width: 769px) {
  .product-lineup .product-lineup__list-title {
    margin-top: 52px;
  }
}
.product-lineup .product-lineup__item {
  background-color: #fff;
}
@media print, screen and (min-width: 769px) {
  .product-lineup .product-lineup__item {
    width: 48.5%;
  }
}
@media print, screen and (min-width: 769px) {
  .product-lineup .product-lineup__item.product-lineup__item--module {
    width: 31.4878892734%;
  }
}
.product-lineup .product-lineup__item-link {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  padding: 18px 23px 22px;
}
@media print, screen and (min-width: 769px) {
  .product-lineup .product-lineup__item-link {
    padding: 6.2277580071% 7.1174377224%;
  }
}
.product-lineup .product-lineup__item-link.row {
  flex-direction: row;
  align-items: center;
}
.product-lineup .product-lineup__item-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--color-key);
}
@media print, screen and (min-width: 769px) {
  .product-lineup .product-lineup__item-title {
    font-size: 20px;
  }
}
.product-lineup .product-lineup__item-text {
  font-size: 14px;
  line-height: 2;
}
.product-lineup .product-lineup__item-content {
  flex: 1;
}
.product-lineup .product-lineup__item-image {
  width: 30%;
}
.product-lineup .product-lineup__power-detail {
  display: flex;
  align-items: center;
  column-gap: 0.5em;
}
.product-lineup .product-lineup__power-btn {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .product-lineup .product-lineup__power-btn {
    width: 70%;
  }
}
@media print, screen and (min-width: 769px) {
  .product-lineup .product-lineup__power-btn {
    width: 250px;
    max-width: 70%;
  }
}

.product-fertures {
  padding-top: 0;
  padding-bottom: 0;
}
@media print, screen and (min-width: 769px) {
  .product-fertures {
    padding-bottom: 120px;
  }
}
@media print, screen and (min-width: 769px) {
  .product-fertures .product-fertures__header {
    margin-top: -45px;
  }
}
.product-fertures .product-fertures__list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .product-fertures .product-fertures__list {
    flex-direction: column;
    row-gap: 24px;
    margin-top: 6.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .product-fertures .product-fertures__list {
    justify-content: space-between;
    align-items: stretch;
    margin-top: 50px;
  }
}
.product-fertures .product-fertures__item {
  background-color: #F4F3F2;
  border-top: 0.8vw solid var(--color-key);
  padding: 6.6666666667vw 5.3333333333vw;
}
@media print, screen and (min-width: 769px) {
  .product-fertures .product-fertures__item {
    width: 31.5%;
    border-top: 4px solid var(--color-key);
    padding: 25px min(1.7301038062vw, 1.25rem) 18px;
  }
}
.product-fertures .product-fertures__item .product-fertures__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 7px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.4583333333;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .product-fertures .product-fertures__item .product-fertures__title {
    row-gap: 13px;
    font-size: min(2.0761245675vw, 1.5rem);
    height: 3em;
  }
}
.product-fertures .product-fertures__item .product-fertures__title span {
  font-size: 14px;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 769px) {
  .product-fertures .product-fertures__item .product-fertures__title span {
    font-size: min(1.384083045vw, 1rem);
  }
}
.product-fertures .product-fertures__item .product-fertures__image {
  margin-top: 20px;
}
.product-fertures .product-fertures__item .product-fertures__text {
  font-size: 14px;
  line-height: 2;
  margin-top: 17px;
}
@media print, screen and (min-width: 769px) {
  .product-fertures .product-fertures__item .product-fertures__text {
    margin-top: 12px;
  }
}

/* 製品仕様 */
@media print, screen and (min-width: 769px) {
  .prod-specification {
    margin-top: 53px;
  }
}
@media print, screen and (min-width: 769px) {
  .prod-specification .prod-specification__summary {
    display: grid;
    grid-template-columns: min(30.3225806452vw, 23.5rem) 1fr;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 5%;
    grid-row-gap: 0px;
    justify-content: space-between;
    width: 100%;
    max-width: 780px;
    margin-inline: auto;
  }
}
.prod-specification .prod-specification__summary .prod-specification__summary-image {
  position: relative;
  height: 0;
  border: 1px solid #DED9D3;
}
@media screen and (max-width: 768px) {
  .prod-specification .prod-specification__summary .prod-specification__summary-image {
    width: 62.6666666667vw;
    padding-top: min(62.6666666667vw, 14.6875rem);
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .prod-specification .prod-specification__summary .prod-specification__summary-image {
    grid-area: 1/1/4/2;
    padding-top: min(100.2666666667vw, 23.5rem);
  }
}
.prod-specification .prod-specification__summary .prod-specification__summary-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  height: 95%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .prod-specification .prod-specification__summary .prod-specification__summary-content {
    margin-top: 23px;
  }
}
@media print, screen and (min-width: 769px) {
  .prod-specification .prod-specification__summary .prod-specification__summary-content {
    grid-area: 2/2/3/3;
  }
}
.prod-specification .prod-specification__summary .prod-specification__summary-main {
  border-left: 3px solid var(--color-key);
  padding-left: min(4.2666666667vw, 1rem);
}
@media print, screen and (min-width: 769px) {
  .prod-specification .prod-specification__summary .prod-specification__summary-main {
    padding-left: 32px;
  }
}
.prod-specification .prod-specification__summary .prod-specification__summary-title {
  font-size: min(5.3333333333vw, 1.25rem);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 769px) {
  .prod-specification .prod-specification__summary .prod-specification__summary-title {
    font-size: 24px;
    line-height: 1.5;
  }
}
.prod-specification .prod-specification__summary .prod-specification__summary-title .subtitle {
  display: block;
  font-size: 0.75em;
  letter-spacing: 0;
}
.prod-specification .prod-specification__summary .prod-specification__summary-spec-wrapper {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 16px;
  margin-top: 11px;
}
@media print, screen and (min-width: 769px) {
  .prod-specification .prod-specification__summary .prod-specification__summary-spec-wrapper {
    margin-top: 20px;
  }
}
.prod-specification .prod-specification__summary .prod-specification__summary-spec {
  display: contents;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
@media print, screen and (min-width: 769px) {
  .prod-specification .prod-specification__summary .prod-specification__summary-spec {
    font-size: 16px;
  }
}
.prod-specification .prod-specification__btn {
  width: 62.6666666667vw;
}
@media screen and (max-width: 768px) {
  .prod-specification .prod-specification__btn {
    margin-top: 21px;
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .prod-specification .prod-specification__btn {
    width: 364px;
    margin-top: 24px;
  }
}
.prod-specification .prod-specification__btn.prod-specification__btn--notarrow {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  cursor: not-allowed;
}
.prod-specification .prod-specification__btn.prod-specification__btn--notarrow:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .prod-specification .prod-specification__detail {
    margin-top: min(13.3333333333vw, 3.125rem);
  }
}
@media print, screen and (min-width: 769px) {
  .prod-specification .prod-specification__detail {
    max-width: 760px;
    margin-inline: auto;
    margin-top: 51px;
  }
}
.prod-specification .prod-specification__detail .prod-specification__detail-box + .prod-specification__detail-box {
  margin-top: min(13.6vw, 3.1875rem);
}
@media print, screen and (min-width: 769px) {
  .prod-specification .prod-specification__detail .prod-specification__detail-box + .prod-specification__detail-box {
    margin-top: 35px;
  }
}
.prod-specification .prod-specification__detail .prod-specification__detail-title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 769px) {
  .prod-specification .prod-specification__detail .prod-specification__detail-title {
    margin-bottom: 10px;
  }
}
.prod-specification .prod-specification__detail .prod-specification__detail-spec {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 17px;
  border-top: 1px solid #DED9D3;
  padding-top: 16px;
  padding-bottom: 38px;
}
@media print, screen and (min-width: 769px) {
  .prod-specification .prod-specification__detail .prod-specification__detail-spec {
    row-gap: 9px;
    padding-top: 13px;
    padding-bottom: 35px;
  }
}
.prod-specification .prod-specification__detail .prod-specification__detail-spec:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 166px;
  height: 1px;
  background-color: #F75F00;
}
.prod-specification .prod-specification__detail .prod-specification__detail-spec:last-of-type {
  border-bottom: 1px solid #DED9D3;
}
.prod-specification .prod-specification__detail .prod-specification__detail-spec:last-of-type:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 166px;
  height: 1px;
  background-color: #F75F00;
}
.prod-specification .prod-specification__detail .prod-specification__detail-spec dl {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .prod-specification .prod-specification__detail .prod-specification__detail-spec dl {
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 769px) {
  .prod-specification .prod-specification__detail .prod-specification__detail-spec dl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media print, screen and (min-width: 769px) {
  .prod-specification .prod-specification__detail .prod-specification__detail-spec dl dt {
    width: 196px;
  }
}
@media print, screen and (min-width: 769px) {
  .prod-specification .prod-specification__detail .prod-specification__detail-spec dl dd {
    flex: 1;
  }
}
.prod-specification .prod-specification__detail .prod-specification__detail-note {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 16px;
}
@media print, screen and (min-width: 769px) {
  .prod-specification .prod-specification__detail .prod-specification__detail-note {
    margin-top: 53px;
  }
}
.prod-specification .prod-specification__detail .prod-specification__image-wrap {
  column-gap: 1%;
}
@media print, screen and (min-width: 769px) {
  .prod-specification .prod-specification__detail .prod-specification__image-wrap {
    column-gap: 20px;
  }
}
.prod-specification .prod-specification__detail .prod-specification__image {
  display: block;
  text-align: center;
  width: 49%;
}
@media print, screen and (min-width: 769px) {
  .prod-specification .prod-specification__detail .prod-specification__image {
    width: 240px;
  }
}
.prod-specification .prod-specification__detail .prod-specification__image .prod-specification__image-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  border: 1px solid #DED9D3;
}
.prod-specification .prod-specification__detail .prod-specification__image .prod-specification__image-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: 85%;
  object-fit: contain;
}
.prod-specification .prod-specification__detail .prod-specification__image-text {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  margin-top: 4px;
}
.prod-specification .prod-specification__detail .prod-specification__spec-bsc .bsc {
  display: flex;
  padding-block: 10px;
}
.prod-specification .prod-specification__detail .prod-specification__spec-bsc .bsc:not(:last-of-type) {
  border-bottom: 1px solid #DED9D3;
}
.prod-specification .prod-specification__detail .prod-specification__spec-bsc .bsc .bsc__type {
  width: 3em;
}
.prod-specification .prod-specification__detail .prod-specification__spec-bsc .bsc .bsc__content-wrapper {
  flex: 1;
}
.prod-specification .prod-specification__detail .prod-specification__spec-bsc .bsc .bsc__title {
  font-weight: 400;
}

/*
 * タイトル付きボックス
*/
.title-box-wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .title-box-wrap:not(:first-of-type) {
    margin-top: 8.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .title-box-wrap {
    row-gap: 10.1333333333vw;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
@media print, screen and (min-width: 769px) {
  .title-box-wrap {
    row-gap: 32px;
    max-width: 958px;
    margin-inline: auto;
    margin-top: 37px;
  }
}
.title-box-wrap.sp-no-wide {
  width: 100%;
  margin-inline: auto;
}
.title-box-wrap.sp-no-wide .title-box {
  border-left: 1px solid #DED9D3;
  border-right: 1px solid #DED9D3;
  border-bottom: 1px solid #DED9D3;
}

.title-box {
  border-top: none;
}
@media print, screen and (min-width: 769px) {
  .title-box {
    border: 1px solid #DED9D3;
  }
}
.title-box.title-box--no-border {
  border: none;
}
.title-box .title-box__title, .title-box .title-box__title-left {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align: center;
  background-color: #F4F3F2;
  border-top: 2px solid var(--color-key);
  padding-block: 7px;
}
@media print, screen and (min-width: 769px) {
  .title-box .title-box__title, .title-box .title-box__title-left {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 769px) {
  .title-box .title-box__title-left {
    text-align: left;
    padding-inline: 14px;
  }
}
.title-box .title-box__content {
  display: flex;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .title-box .title-box__content {
    flex-direction: column;
    row-gap: 14px;
    padding: 15px 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .title-box .title-box__content {
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 24px;
    padding: min(2.5052192067vw, 1.5rem) min(5.7411273486vw, 3.4375rem) min(5.2192066806vw, 3.125rem);
  }
}
@media print, screen and (min-width: 769px) {
  .title-box .title-box__content .title-box__content--column {
    flex-direction: column;
  }
}
.title-box .title-box__content-column {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .title-box .title-box__content-column {
    row-gap: 14px;
    padding: 15px 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .title-box .title-box__content-column {
    column-gap: 24px;
    padding: min(2.5052192067vw, 1.5rem) min(5.7411273486vw, 3.4375rem) min(5.2192066806vw, 3.125rem);
  }
}
.title-box .title-box__image {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .title-box .title-box__image {
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .title-box .title-box__image {
    width: min(24.2214532872vw, 17.5rem);
  }
}
.title-box .title-box__image-full {
  width: 88%;
  margin-inline: auto;
}
@media print, screen and (min-width: 769px) {
  .title-box .title-box__image-full {
    width: 460px;
  }
}
.title-box .title-box__image-fit {
  width: 100%;
  max-width: fit-content;
  margin-inline: auto;
}
.title-box .title-box__box {
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .title-box .title-box__box {
    row-gap: 2.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .title-box .title-box__box {
    flex: 1;
    row-gap: 32px;
    padding-top: 16px;
  }
}
.title-box .title-box__lead {
  font-size: min(4.8vw, 1.125rem);
  letter-spacing: 0.06em;
  text-align: center;
  color: var(--color-key);
  text-decoration: underline;
  text-underline-offset: 0.3125em;
}
@media print, screen and (min-width: 769px) {
  .title-box .title-box__lead {
    font-size: 32px;
  }
}
.title-box .title-box__text {
  font-size: 14px;
}
@media print, screen and (min-width: 769px) {
  .title-box .title-box__text {
    font-size: 16px;
  }
}
.title-box .title-box__note {
  font-size: 12px;
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  .title-box .title-box__note {
    margin-top: 1em;
  }
}
@media print, screen and (min-width: 769px) {
  .title-box .title-box__dl {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .title-box .title-box__dl + .title-box__dl {
    margin-top: 3.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .title-box .title-box__dl + .title-box__dl {
    margin-left: 4%;
  }
}
.title-box .title-box__dl dt {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-key);
  border-bottom: 1px solid var(--color-key);
}
.title-box .title-box__dl dd {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .title-box .title-box__dl dd {
    margin-top: 2.6666666667vw;
  }
}
.title-box .title-box__list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .title-box .title-box__list {
    row-gap: 16px;
  }
}
.title-box .title-box__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .title-box .title-box__item {
    line-height: 1.5em;
  }
}
@media print, screen and (min-width: 769px) {
  .title-box .title-box__item {
    font-size: 16px;
  }
}
.title-box .title-box__item:before {
  content: "●";
  color: var(--color-key);
}
@media screen and (max-width: 768px) {
  .title-box .title-box__item:before {
    font-size: 0.5714285714em;
    margin-top: -0.1em;
    margin-right: 0.5em;
  }
}
@media print, screen and (min-width: 769px) {
  .title-box .title-box__item:before {
    margin-top: 0;
    margin-right: 0.15em;
  }
}
.title-box .title-box__grid-content-row {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 1em;
}
.title-box .title-box__grid-content-row .title-box__grid-content {
  display: contents;
}
.title-box .title-box__grid-content-row .title-box__grid-content:not(:last-of-type) .title-box__grid-content-title,
.title-box .title-box__grid-content-row .title-box__grid-content:not(:last-of-type) .title-box__grid-content-text {
  border-bottom: 1px solid #ccc;
}
.title-box .title-box__grid-content-row .title-box__grid-content .title-box__grid-content-title,
.title-box .title-box__grid-content-row .title-box__grid-content .title-box__grid-content-text {
  padding: 0.5em 0;
}
.title-box .title-box__grid-content-row .title-box__grid-content .title-box__grid-content-title {
  height: 100%;
}

.info-item {
  position: relative;
  display: flex;
  font-size: 14px;
  border-top: 1px solid #DED9D3;
}
@media screen and (max-width: 768px) {
  .info-item {
    flex-direction: column;
    padding-block: 19px 37px;
    padding-inline: 7px;
  }
}
@media print, screen and (min-width: 769px) {
  .info-item {
    padding-block: 12px;
  }
}
.info-item:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 11.7857142857em;
  height: 1px;
  background-color: var(--color-key);
}
.info-item:last-child {
  border-bottom: 1px solid #DED9D3;
}
.info-item:last-child:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 11.7857142857em;
  height: 1px;
  background-color: var(--color-key);
}
@media screen and (max-width: 768px) {
  .info-item .info-item__title {
    line-height: 1;
  }
}
@media print, screen and (min-width: 769px) {
  .info-item .info-item__title {
    width: 14em;
  }
}
@media screen and (max-width: 768px) {
  .info-item .info-item__text {
    line-height: 2;
  }
}
@media print, screen and (min-width: 769px) {
  .info-item .info-item__text {
    flex: 1;
  }
}

/* モーダルコンテンツ
------------------------------------------------------ */
.modalContent {
  position: fixed;
  top: 50px;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.75, 1);
  z-index: 300;
}
@media print, screen and (min-width: 769px) {
  .modalContent {
    top: 120px;
    height: calc(100lvh - 160px);
  }
}
.modalContent.active {
  opacity: 1;
  pointer-events: auto;
}
.modalContent .pageTitle {
  margin-bottom: 2.9375rem;
}
.modalContent .modalContent__inner {
  position: relative;
  background-color: #fff;
  z-index: 100;
  width: 95%;
  max-width: 1000px;
  height: 677px;
  max-height: 85lvh;
  padding-block: 5px;
  padding-inline: 0;
  margin-inline: auto;
}
@media print, screen and (min-width: 769px) {
  .modalContent .modalContent__inner {
    height: 440px;
    padding-block: 15px 28px;
    padding-inline: 18px;
  }
}
.modalContent .modalContent__scroll {
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .modalContent .modalContent__scroll {
    padding-inline: 6.1333333333vw 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .modalContent .modalContent__scroll {
    padding-inline: 46px 30px;
  }
}
.modalContent .modalContent__close {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 101;
}
@media screen and (max-width: 768px) {
  .modalContent .modalContent__close {
    top: 0px;
    right: 6px;
    width: 18px;
  }
}
@media print, screen and (min-width: 769px) {
  .modalContent .modalContent__close {
    top: 26px;
    right: 28px;
    width: 25px;
    height: 25px;
  }
}
.modalContent .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(46, 46, 46, 0.5);
  backdrop-filter: blur(5px);
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .anchorlink {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
@media print, screen and (min-width: 769px) {
  .anchorlink {
    margin-block: min(5.1903114187vw, 3.75rem) min(14.5328719723vw, 10.5rem);
  }
}
.anchorlink .anchorlink__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .anchorlink .anchorlink__list {
    border-top: 1px solid #DED9D3;
    border-bottom: 1px solid #DED9D3;
  }
}
@media print, screen and (min-width: 769px) {
  .anchorlink .anchorlink__list {
    row-gap: 1em;
  }
}
.anchorlink .anchorlink__list.anchorlink__list--left {
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .anchorlink .anchorlink__item {
    width: 50%;
  }
}
@media print, screen and (min-width: 769px) {
  .anchorlink .anchorlink__item {
    border-right: 1px solid #DED9D3;
  }
}
@media print, screen and (min-width: 769px) {
  .anchorlink .anchorlink__item:first-child {
    border-left: 1px solid #DED9D3;
  }
}
@media screen and (max-width: 768px) {
  .anchorlink .anchorlink__item.sp-100 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .anchorlink .anchorlink__item:not(:last-child) {
    border-bottom: 1px solid #DED9D3;
  }
}
@media screen and (max-width: 768px) {
  .anchorlink .anchorlink__item:nth-child(even) {
    border-left: 1px solid #DED9D3;
  }
}
.anchorlink .anchorlink__item.current a {
  color: var(--color-key);
  text-decoration: underline;
}
.anchorlink .anchorlink__item.current a:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='9'%3E%3Cpath fill='%23F75F00' d='M5 9 0 0h10Z'/%3E%3C/svg%3E");
}
.anchorlink .anchorlink__item a {
  position: relative;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.06em;
  display: block;
}
@media screen and (max-width: 768px) {
  .anchorlink .anchorlink__item a {
    text-align: center;
    padding: 2.9333333333vw 2.1333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .anchorlink .anchorlink__item a {
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-size: min(1.384083045vw, 1rem);
    justify-content: flex-start;
    padding-inline: 2.25em;
  }
}
.anchorlink .anchorlink__item a:after {
  content: "";
  display: block;
  width: 10px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='9'%3E%3Cpath fill='%232e2e2e' d='M5 9 0 0h10Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .anchorlink .anchorlink__item a:after {
    position: absolute;
    top: 50%;
    right: 4.8vw;
    transform: translateY(-50%);
  }
}

.pagination {
  margin-block: 35px;
}
.pagination .pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
.pagination .pagination__item {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0;
  color: #7C7C7C;
  transition-property: background-color, color, text-decoration;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.pagination .pagination__item.current, .pagination .pagination__item:hover {
  background-color: #F4F3F2;
  color: var(--color-key);
  text-decoration: underline;
}
.pagination .pagination__item a, .pagination .pagination__item span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 40px;
  height: 46px;
}

.archive-card-wrapper {
  margin-top: 16vw;
}
@media print, screen and (min-width: 769px) {
  .archive-card-wrapper {
    margin-top: 120px;
  }
}

.archive-card {
  display: flex;
}
@media screen and (max-width: 768px) {
  .archive-card {
    flex-direction: column;
    row-gap: 24px;
  }
}
@media print, screen and (min-width: 769px) {
  .archive-card {
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    column-gap: 2.75%;
    row-gap: 50px;
    max-width: 1156px;
    margin-inline: auto;
  }
}
.archive-card .archive-card__item {
  display: flex;
  flex-direction: column;
  box-shadow: 10px 10px 26px rgba(0, 0, 0, 0.07);
}
@media print, screen and (min-width: 769px) {
  .archive-card .archive-card__item {
    width: 31.5%;
  }
}
.archive-card .archive-card__image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60.4395604396%;
}
.archive-card .archive-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive-card .archive-card__box {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: min(5.3333333333vw, 1.25rem);
}
@media print, screen and (min-width: 769px) {
  .archive-card .archive-card__box {
    padding: min(2.0761245675vw, 1.5rem) min(1.7301038062vw, 1.25rem);
  }
}
.archive-card .archive-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.archive-card .archive-card__title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  .archive-card .archive-card__title {
    font-size: 18px;
    line-height: 1.8;
  }
}
.archive-card .archive-card__text {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .archive-card .archive-card__text {
    margin-top: 10px;
  }
}
.archive-card .archive-card__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  margin-block: auto 0;
  margin-inline: auto;
}
.archive-card .archive-card__btn .btn-normal {
  width: min(60vw, 14.0625rem);
  height: min(13.6vw, 3.1875rem);
  margin-top: 10px;
}
@media print, screen and (min-width: 769px) {
  .archive-card .archive-card__btn .btn-normal {
    width: min(17.3010380623vw, 12.5rem);
    height: min(3.4602076125vw, 2.5rem);
    margin-top: 8px;
  }
}

.entry .entry__title, .entry h2 {
  line-height: 1.8;
}
@media print, screen and (min-width: 769px) {
  .entry .entry__title, .entry h2 {
    font-size: 40px;
    line-height: 1.8;
  }
}
.entry .entry__main > * {
  margin-top: 24px;
}
.entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 769px) {
  .entry h3 {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 769px) {
  .entry h4 {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .entry h5 {
    font-size: 18px;
  }
}
.entry p {
  font-size: 16px;
}
.entry ul, .entry ol {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.entry ul li {
  position: relative;
  margin-left: 0.75em;
}
.entry ul li:before {
  content: "";
  position: absolute;
  left: -0.75em;
  top: 0.75em;
  display: block;
  width: 0.5em;
  height: 0.5em;
  background-color: var(--color-key);
  border-radius: 50vw;
}
.entry ol li {
  position: relative;
  counter-increment: number;
  margin-left: 1.25em;
}
.entry ol li:before {
  content: counter(number, decimal-leading-zero);
  font-size: 1.25em;
  line-height: 1;
  position: absolute;
  left: -1.25em;
  top: 0.3em;
  color: var(--color-key);
  text-align: center;
}

.product__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .product__list {
    flex-direction: column;
    row-gap: 24px;
    margin-top: 28px;
  }
}
@media print, screen and (min-width: 769px) {
  .product__list {
    column-gap: 2.76816609%;
    row-gap: min(2.76816609vw, 2rem);
    padding-block: 32px 120px;
  }
}

.product__item {
  position: relative;
  background-color: #fff;
}
@media print, screen and (min-width: 769px) {
  .product__item {
    width: 22.9238754325%;
  }
}
.product__item .product__item-image {
  position: relative;
}
.product__item .product__item-tag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 8.5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.product__item .product__item-tag .product__item-tag-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  width: 121px;
  height: 32px;
}
.product__item .product__item-tag .product__item-tag-text.one {
  background-color: #E8E8E8;
}
.product__item .product__item-tag .product__item-tag-text.double {
  background-color: #FFE2D0;
  color: var(--color-key);
}
.product__item .product__item-tag .product__item-tag-icon {
  flex: 1;
  line-height: 1;
  padding-right: 5px;
}
@media screen and (max-width: 768px) {
  .product__item .product__item-content {
    padding-inline: 6.4vw;
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .product__item .product__item-content {
    padding-block: 3px 24px;
    padding-inline: 20px;
  }
}
.product__item .product__item-name {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--color-key);
}
@media print, screen and (min-width: 769px) {
  .product__item .product__item-name {
    font-size: min(1.7301038062vw, 1.25rem);
  }
}
.product__item .product__item-type {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 2.2857142857;
  margin-top: 15px;
}
@media print, screen and (min-width: 769px) {
  .product__item .product__item-type {
    margin-top: 2px;
  }
}
.product__item .product__item-power {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  background-color: #F4F3F2;
  border-radius: 50vw;
  margin-top: 12px;
}
.product__item .product__item-spec {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  margin-top: 14px;
  margin-bottom: 14px;
}

@media screen and (max-width: 768px) {
  .table-scroll {
    overflow: scroll;
  }
}
@media screen and (max-width: 768px) {
  .table-scroll .table {
    width: 678px;
  }
}
@media print, screen and (min-width: 769px) {
  .table-scroll--pc {
    max-width: 100%;
    overflow: auto;
  }
}

.table {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  width: 100%;
  margin-top: 10px;
}
.table thead {
  background-color: #F4F3F2;
}
.table thead th {
  padding: 10px 8px;
}
.table thead th:not(.table thead th:first-child) {
  padding-left: 26px;
}
.table tbody th {
  width: 22%;
  padding-block: 16px;
  border-top: 1px solid var(--color-key);
  border-bottom: 1px solid var(--color-key);
  padding: 16px;
}
.table tbody td {
  position: relative;
  padding: 16px 28px;
  border-top: 1px solid #DED9D3;
  border-bottom: 1px solid #DED9D3;
}
.table tbody td:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 20px);
  background-color: #DED9D3;
}
.table th {
  font-weight: 500;
}
.table td {
  font-weight: 400;
}

.case {
  padding-bottom: 10.6666666667vw;
}
@media print, screen and (min-width: 769px) {
  .case {
    padding-bottom: 117px;
  }
}
.case .case__list {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  column-gap: 4%;
  row-gap: 15px;
  margin-top: 6.6666666667vw;
}
@media screen and (max-width: 768px) {
  .case .case__list {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 769px) {
  .case .case__list {
    column-gap: 2.75%;
    row-gap: 32px;
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .case .case__list.case__list--col2 .case__item {
    width: 48%;
  }
}
.case .case__list .case__item {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .case .case__list .case__item {
    width: 31.5%;
  }
}
.case .case__image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 54.1333333333vw;
  background-color: #fff;
}
@media print, screen and (min-width: 769px) {
  .case .case__image {
    padding-top: min(21.974248927vw, 16rem);
  }
}
.case .case__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 93%;
  height: 93%;
  object-fit: cover;
}
.case .case__box {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: 76vw;
  height: auto;
  background-color: #fff;
  box-shadow: 10px 10px 26px rgba(0, 0, 0, 0.07);
  padding: 20px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .case .case__box {
    top: calc(100% - 20px);
    padding: 24px;
  }
}
@media print, screen and (min-width: 769px) {
  .case .case__box {
    width: 60%;
    bottom: -38px;
  }
}
.case .case__title {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 769px) {
  .case .case__title {
    font-size: 18px;
  }
}
.case .case__text {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

.case-gallery {
  padding-bottom: 10.6666666667vw;
}
@media print, screen and (min-width: 769px) {
  .case-gallery {
    padding-bottom: 117px;
  }
}
.case-gallery .case-gallery__list {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  column-gap: 4%;
  row-gap: 15px;
  margin-top: 6.6666666667vw;
}
@media screen and (max-width: 768px) {
  .case-gallery .case-gallery__list {
    flex-direction: column;
    row-gap: 106px;
    padding-bottom: 24vw;
    margin-top: 16vw;
  }
}
@media print, screen and (min-width: 769px) {
  .case-gallery .case-gallery__list {
    column-gap: 2.75%;
    row-gap: 108px;
    margin-top: 40px;
  }
}
.case-gallery .case-gallery__list .case-gallery__item {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .case-gallery .case-gallery__list .case-gallery__item {
    width: 31.5%;
  }
}
.case-gallery .case-gallery__image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 54.1333333333vw;
  background-color: #fff;
}
@media print, screen and (min-width: 769px) {
  .case-gallery .case-gallery__image {
    padding-top: min(21.974248927vw, 16rem);
  }
}
.case-gallery .case-gallery__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 93%;
  height: 93%;
  object-fit: cover;
}
.case-gallery .case-gallery__box {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: 76vw;
  height: auto;
  background-color: #fff;
  box-shadow: 10px 10px 26px rgba(0, 0, 0, 0.07);
  padding: 20px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .case-gallery .case-gallery__box {
    top: calc(100% - 20px);
    padding: 24px;
  }
}
@media print, screen and (min-width: 769px) {
  .case-gallery .case-gallery__box {
    width: 60%;
    bottom: -38px;
  }
}
.case-gallery .case-gallery__title {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 769px) {
  .case-gallery .case-gallery__title {
    font-size: 18px;
  }
}
.case-gallery .case-gallery__text {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

.header {
  --header-text-color: #fff;
  width: 100%;
  position: absolute;
  z-index: 200;
}
.header--fixed {
  --header-text-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 11px 21px;
  }
}
@media print, screen and (min-width: 769px) {
  .header__inner {
    max-width: 1295px;
    padding: 31px 20px 31px 20px;
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 1295px) {
  .header__inner {
    padding-right: 40px;
  }
}
.header__logo {
  position: relative;
  z-index: 2;
  width: 21.3333333333vw;
}
@media screen and (max-width: 768px) {
  .header__logo {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .header__logo {
    width: 240px;
    max-width: max-content;
  }
}
.header__logo a {
  display: block;
}
.header__menu {
  flex: 1;
}
@media screen and (max-width: 1179px) {
  .header__menu {
    display: none;
  }
}
.header__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 50px;
  width: 190px;
}
.header__hamburger {
  position: relative;
  z-index: 2;
}
.header__hamburger:before {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  display: block;
  width: 1px;
  height: 100%;
  background-color: var(--header-text-color);
}

.header-menu__inner {
  position: relative;
  width: fit-content;
  padding-inline: 10px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .header-menu__inner {
    overflow: auto;
    padding-bottom: 80px;
  }
}
@media print, screen and (min-width: 769px) {
  .header-menu__inner {
    column-gap: 0;
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 769px) {
  .header-menu__list {
    display: flex;
    justify-content: flex-start;
    column-gap: 0;
  }
}
.header-menu__list > .header-menu__item a {
  position: relative;
  line-height: 1.5;
  padding-block: 6px;
  color: var(--header-text-color);
}
@media print, screen and (min-width: 769px) {
  .header-menu__list > .header-menu__item a {
    padding-inline: min(1.1713030747vw, 1rem);
  }
}
@media print, screen and (min-width: 769px) {
  .header-menu__list > .header-menu__item:hover > .sub-menu, .header-menu__list > .header-menu__item.is-open > .sub-menu {
    opacity: 1;
    max-height: max-content;
    pointer-events: visible;
  }
}
.header-menu__arrow {
  font-size: 13px;
  line-height: 1;
  transition: transform 0.3s ease;
}
.header-menu__item {
  position: relative;
  cursor: pointer;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .header-menu__item {
    font-size: 13px;
  }
}
.header-menu__item a {
  cursor: pointer;
  display: block;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .header-menu__item a {
    text-align: center;
  }
}
.header-menu__item a[href="javascript:void(0);"] {
  pointer-events: none;
}
.header-menu__item a.header-menu__toggle {
  pointer-events: auto;
  display: flex;
  align-items: center;
  column-gap: 2px;
}
.header-menu__item a:hover {
  opacity: 0.8;
}
.header-menu .sub-menu {
  width: 100%;
  max-height: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 13px 5px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .header-menu .sub-menu {
    overflow: hidden;
    transition: 1s cubic-bezier(0.23, 1, 0.32, 1) max-height;
    padding-top: 0;
    opacity: 1;
    background-color: #EDEDED;
    width: 90%;
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .header-menu .sub-menu {
    pointer-events: none;
    position: absolute;
    top: calc(100% - 1px);
    left: 10px;
    min-height: 160px;
    width: max-content;
    opacity: 0;
  }
}
.header-menu .sub-menu .sub-menu__item a {
  padding-block: 11px 12px;
}

.language {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 9px;
}
.language__item {
  font-family: serif;
  font-size: 13px;
  color: var(--header-text-color);
  opacity: 0.5;
}
.language__item.current {
  opacity: 1;
}
.language__item:not(:first-child):before {
  content: " / ";
  opacity: 1;
  margin-right: 4px;
}

.hamburger {
  width: 56px;
  height: 20px;
  cursor: pointer;
}
.hamburger__btn {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 4px;
  width: 40px;
  height: 100%;
  margin-inline: auto;
  overflow: hidden;
}
.hamburger__btn.active .hamburger__bar {
  transform-origin: top;
}
.hamburger__btn.active .hamburger__bar:nth-child(1) {
  transform: translate(0, 4px) rotate(45deg);
}
.hamburger__btn.active .hamburger__bar:nth-child(2) {
  transform: translate(0, -2px) rotate(-45deg);
}
.hamburger__bar {
  display: block;
  width: 40px;
  height: 2px;
  background-color: var(--header-text-color);
  transition: transform 0.4s ease;
}

.global-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100svh;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.global-menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.global-menu__inner {
  height: 100%;
  overflow: auto;
  padding: 120px 20px 40px;
}
.global-menu__list {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.global-menu__item a {
  display: block;
  color: #000;
}

body.is-global-menu-open {
  overflow: hidden;
}

/* footer fixed menu *//*# sourceMappingURL=common.css.map */
