@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  scrollbar-gutter: stable;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog) {
  border: none;
  background: none;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open])) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  -webkit-box-shadow: 0 0 0 5px Canvas;
          box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

em {
  font-style: normal;
}

:root {
  color-scheme: light !important;
}

.is-la {
  display: none !important;
}
@media screen and (min-width: 865px) {
  .is-la {
    display: block !important;
  }
}

.is-md {
  display: none !important;
}
@media screen and (min-width: 601px) and (max-width: 864px) {
  .is-md {
    display: block !important;
  }
}

.is-sm {
  display: none !important;
}
@media screen and (max-width: 600px) {
  .is-sm {
    display: block !important;
  }
}

.is-pc {
  display: none !important;
}
@media screen and (min-width: 600px) {
  .is-pc {
    display: block !important;
  }
}

.is-sp {
  display: none !important;
}
@media screen and (max-width: 600px) {
  .is-sp {
    display: block !important;
  }
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.fadein.scrollin {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}

@font-face {
  font-family: "Material Symbols";
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url(../font/font_sharp.woff2) format("woff2");
}
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url(../font/font_outlined.woff2) format("woff2");
}
.material-symbols {
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24; /* ← 追加 */
  font-family: "Material Symbols";
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24; /* ← 追加 */
}

.sdfw_header {
  height: 60px;
  background-color: #ffffff;
  position: sticky;
  z-index: 100;
  top: 0;
  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;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
}
@media screen and (min-width: 865px) {
  .sdfw_header {
    overflow: hidden;
  }
}
@media screen and (max-width: 600px) {
  .sdfw_header {
    position: fixed;
    width: 100%;
  }
}
.sdfw_header:before {
  content: "";
  z-index: 101;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(72, 71, 65, 0.3);
  display: block;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
}
.sdfw_header .header_contents {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  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;
  max-width: 100%;
}
.sdfw_header .logo {
  width: 300px;
}
.sdfw_header .logo img {
  margin: 20px;
  width: 200px;
}
.sdfw_header .logo_w {
  display: none;
}
.sdfw_header .logo_g {
  display: block;
}
.sdfw_header .header_navigation {
  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;
  width: calc(100% - 300px);
}
.sdfw_header .header_navigation .contact_button {
  position: absolute;
  top: 0;
  right: 60px;
}
.sdfw_header .header_navigation .contact_button a {
  display: block;
  background-color: #ac232f;
  width: 60px;
  height: 60px;
  text-decoration: none;
  color: #ffffff;
  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;
}
.sdfw_header .header_navigation .contact_button a:before {
  content: "mail";
  font-family: "Material Symbols";
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  font-size: 2em;
  font-weight: 300;
}
.sdfw_header .header_navigation .contact_button a em {
  display: none;
}
.sdfw_header .header_navigation .toggle_button {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 110;
  background-image: url("../image/toggle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
}
.sdfw_header .header_navigation .toggle_button em {
  display: none;
}
.sdfw_header .header_navigation nav.global ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 600px) {
  .sdfw_header .header_navigation nav.global ul {
    position: absolute;
    background-color: #484741;
    width: 240px;
    height: 100vh;
    top: 0;
    right: -100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    z-index: 105;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 4em 1.5em;
  }
}
@media screen and (max-width: 600px) {
  .sdfw_header .header_navigation nav.global ul li {
    width: 100%;
  }
}
.sdfw_header .header_navigation nav.global ul li a {
  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;
  font-weight: bold;
  text-decoration: none;
  height: 60px;
  padding: 1em 0.5em;
  position: relative;
}
.sdfw_header .header_navigation nav.global ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.5em;
  width: calc(100% + 1em);
  height: 3px;
  background: #ac232f;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.2s cubic-bezier(0.4, 0, 0, 1);
}
.sdfw_header .header_navigation nav.global ul li a:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media screen and (min-width: 601px) and (max-width: 864px) {
  .sdfw_header .header_navigation nav.global ul li a {
    line-height: 1.2;
  }
}
@media screen and (max-width: 600px) {
  .sdfw_header .header_navigation nav.global ul li a {
    color: #ffffff;
    font-weight: normal;
    height: auto;
    padding: 0.25em 0;
    min-width: auto;
  }
  .sdfw_header .header_navigation nav.global ul li a:hover {
    border-bottom: 3px solid #b7b19c;
  }
}
.sdfw_header .header_navigation nav.global ul li + li {
  margin-left: 1em;
}
@media screen and (max-width: 600px) {
  .sdfw_header .header_navigation nav.global ul li + li {
    margin: 1em 0 0;
  }
}
@media screen and (max-width: 600px) {
  .sdfw_header .header_navigation nav.global ul li.dl {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .sdfw_header .header_navigation nav.global ul li.dl a {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #262520;
    font-size: 0.9em;
  }
  .sdfw_header .header_navigation nav.global ul li.dl a:before {
    display: block;
    content: "download";
    font-family: "Material Symbols";
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    left: 20px;
    font-size: 3em;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
    margin-right: 0.1em;
  }
}
.sdfw_header .header_navigation nav.side {
  position: relative;
  right: 0;
}
.sdfw_header .header_navigation nav.side a {
  background: linear-gradient(-45deg, #484741, #262520);
  height: 62px;
  padding: 0 1.5em 0 4.5em;
  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;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  font-size: 0.9em;
  font-weight: 900;
  letter-spacing: 1px;
  overflow: hidden;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  background-color: #262520;
}
.sdfw_header .header_navigation nav.side a:before {
  content: "download";
  font-family: "Material Symbols";
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  position: absolute;
  left: 20px;
  font-size: 3em;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  top: calc(50% + 2px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sdfw_header .header_navigation nav.side a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.18)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  -webkit-animation: btn-dl-shimmer 6s ease-in-out infinite;
          animation: btn-dl-shimmer 6s ease-in-out infinite;
}
@-webkit-keyframes btn-dl-shimmer {
  0%, 35% {
    left: -75%;
  }
  55%, 100% {
    left: 125%;
  }
}
@keyframes btn-dl-shimmer {
  0%, 35% {
    left: -75%;
  }
  55%, 100% {
    left: 125%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .sdfw_header .header_navigation nav.side a:after {
    -webkit-animation: none;
            animation: none;
  }
}
.sdfw_header .header_navigation nav.side a:hover {
  background: #262520;
  background-color: #262520;
}
.sdfw_header.is-top {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5019607843)), to(transparent));
  background: linear-gradient(rgba(0, 0, 0, 0.5019607843) 0%, transparent 100%);
  backdrop-filter: none;
}
.sdfw_header.is-top .header_navigation .toggle_button {
  background-image: url(../image/toggle_w.svg);
}
.sdfw_header.is-top .header_navigation nav.side a {
  border-radius: 0 0 0 1em;
  color: #ffffff;
  border-style: solid;
  border-color: #262520;
  border-width: 0 0px 1px 1px;
}
.sdfw_header.is-top .header_navigation nav.side a:before {
  color: rgba(255, 255, 255, 0.5);
}
.sdfw_header.is-top .header_navigation nav.side a:hover {
  border-color: #ffffff;
}
.sdfw_header.is-top .header_navigation nav.global ul li a {
  color: #fff;
}
.sdfw_header.is-top .header_navigation nav.global ul li a:after {
  bottom: auto;
  top: 0;
}
.sdfw_header.is-top .logo_w {
  display: block;
}
.sdfw_header.is-top .logo_g {
  display: none;
}

body.is-open .sdfw_header:before {
  opacity: 1;
}
body.is-open .sdfw_header .header_navigation .toggle_button {
  background-image: url("../image/close.svg");
}
body.is-open .sdfw_header nav ul {
  right: 0% !important;
}

.sdfw_back_top a {
  position: fixed;
  bottom: calc(1em + 60px);
  right: 1em;
  background-color: #b7b19c;
  height: 3.5em;
  width: 3.5em;
  border-radius: 8px;
  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;
  z-index: 50;
}
.sdfw_back_top a em {
  display: none;
}
.sdfw_back_top a img {
  width: 2em;
}
.sdfw_back_top a:hover {
  background-color: rgb(69.3197080292, 68.3569343066, 62.5802919708);
}

.sdfw_footer {
  background-color: #484741;
}
.sdfw_footer .footer_contents {
  color: #ffffff;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  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;
}
.sdfw_footer .footer_contents .footer_copyright {
  font-weight: normal;
  padding: 1em 0 0.75em;
  font-size: 0.8em;
  letter-spacing: 1px;
}

.sdfw_sticky_btn {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
  background-color: #484741;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .sdfw_sticky_btn.active {
    display: block;
  }
}
.sdfw_sticky_btn .flex-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  reading-flow: flex-visual;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sdfw_sticky_btn .flex_item {
  overflow: hidden;
  width: 50%;
  height: 60px;
  font-size: 1em;
}
.sdfw_sticky_btn .flex_item a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-weight: bold;
  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;
  position: relative;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-size: cover;
}
.sdfw_sticky_btn .flex_item a::after {
  content: "";
  position: absolute;
  background-color: rgba(38, 37, 32, 0.5);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-filter: brightness(60%);
          filter: brightness(60%);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.sdfw_sticky_btn .flex_item a:hover:after {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.sdfw_sticky_btn .flex_item a em {
  display: inline-block;
  z-index: 10;
  color: #ffffff;
  text-shadow: 0 0 1em #000000;
  letter-spacing: 1px;
  font-size: 0.8em;
}
.sdfw_sticky_btn .flex_item.catalog a {
  background-image: url(../image/top-img_catalogs.jpg);
}
.sdfw_sticky_btn .flex_item.product a {
  background-image: url(../image/top-img_products.jpg);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}
table th,
table td {
  padding: 0.5em 0.75em 0.25em;
  border: 1px solid #b7b19c;
}
@media screen and (max-width: 600px) {
  table th,
  table td {
    padding: 0.25em 0.5em;
  }
}
table th {
  font-weight: bold;
  background-color: rgba(237, 230, 208, 0.75);
  color: #484741;
  white-space: nowrap;
}
table th.child {
  background-color: rgba(237, 230, 208, 0.5);
}

.table_scroll {
  width: 100%;
  overflow-x: auto;
}

sup, sub {
  margin: 0 0.25em;
  font-weight: normal;
}

.selector .section_text {
  text-align: center;
}
.selector .selector-wrapper {
  width: 100%;
  max-width: 680px;
  margin: 60px auto 0;
}
.selector .progress-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2em;
}
.selector .progress-step {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.45em;
  position: relative;
  font-size: 24px;
}
@media (max-width: 601px) {
  .selector .progress-step {
    font-size: 18px;
  }
}
.selector .progress-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 15px;
  left: calc(50% + 16px);
  width: calc(100% - 32px);
  height: 1px;
  background: #ede6d0;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.selector .progress-step.done:not(:last-child)::after {
  background: #b7b19c;
}
.selector .progress-step .step-label {
  font-size: 0.68em;
  color: #b7b19c;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.selector .progress-step.active .step-dot {
  border-color: #484741;
  background: #484741;
  color: #ffffff;
}
.selector .progress-step.active .step-label {
  color: #484741;
  font-weight: 500;
}
.selector .progress-step.done .step-dot {
  border-color: #b7b19c;
  background: #b7b19c;
  color: #ffffff;
}
.selector .step-dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ede6d0;
  background: #ffffff;
  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;
  font-size: 0.7em;
  font-weight: 500;
  color: #b7b19c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
.selector .card {
  background: #ffffff;
  border: 1px solid #ede6d0;
  border-radius: 4px;
  padding: 2.25em 2.5em 2em;
  position: relative;
  font-size: 20px;
}
@media (max-width: 601px) {
  .selector .card {
    padding: 1em;
  }
}
.selector .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #484741;
  border-radius: 4px 4px 0 0;
}
@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.selector .step-page {
  display: none;
  -webkit-animation: fadeUp 0.3s ease;
          animation: fadeUp 0.3s ease;
}
.selector .step-page.active {
  display: block;
}
.selector .step-question {
  font-size: 1.25em;
  color: #484741;
  margin-bottom: 0.25em;
  letter-spacing: 0.03em;
}
.selector .step-sub {
  font-size: 0.78em;
  color: #676660;
  font-weight: 500;
  margin: -0.5em 0 1.5em;
  padding-left: 2em;
}
.selector .choices {
  display: -ms-grid;
  display: grid;
  gap: 0.6em;
}
.selector .choice-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9em;
  background: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 0.9em 1.1em;
  cursor: pointer;
  text-align: left;
  color: #484741;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  max-width: 100%;
}
.selector .choice-btn:hover, .selector .choice-btn.selected {
  background: #f5f5f5;
  border-color: #cccccc;
}
.selector .choice-btn:hover .choice-index, .selector .choice-btn.selected .choice-index {
  background: #484741;
  border-color: #484741;
  color: #ffffff;
}
.selector .choice-btn.selected {
  border-color: #b7b19c;
}
.selector .choice-index {
  font-size: 1em;
  font-weight: 700;
  color: #b7b19c;
  border: 1px solid #b7b19c;
  background-color: #ffffff;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.selector .choice-text strong {
  display: block;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.2;
  color: #262520;
  margin-bottom: -0.25em;
}
@media (max-width: 601px) {
  .selector .choice-text strong {
    margin-bottom: 0;
  }
}
.selector .choice-text small {
  color: #676660;
  font-size: 0.75em;
  font-weight: 500;
}
@media (max-width: 601px) {
  .selector .choice-text strong {
    line-height: 1.2;
  }
  .selector .choice-text small {
    display: block;
    margin-top: 0.25em;
    line-height: 1.2;
  }
}
.selector .choices-image {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1em 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}
@media (min-width: 601px) {
  .selector .choices-image:has(> :nth-child(3):last-child) {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .selector .choices-image:has(> :nth-child(4):last-child) {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.selector .choice-btn-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  color: #484741;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
  overflow: hidden;
}
.selector .choice-btn-image:hover, .selector .choice-btn-image.selected {
  background: #f5f5f5;
  border-color: #cccccc;
}
.selector .choice-btn-image:hover .choice-btn-image__label .choice-index, .selector .choice-btn-image.selected .choice-btn-image__label .choice-index {
  background: #484741;
  border-color: #484741;
  color: #ffffff;
}
.selector .choice-btn-image.selected {
  border-color: #b7b19c;
}
.selector .choice-btn-image__thumb {
  width: 100%;
  aspect-ratio: 4/3;
  background: #ffffff;
  overflow: hidden;
  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;
}
.selector .choice-btn-image__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.selector .choice-btn-image__thumb svg {
  width: 100%;
  height: 100%;
}
.selector .choice-btn-image__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9em;
  padding: 0.9em 1.1em;
  width: 100%;
}
.selector .choice-btn-image__label .choice-index {
  font-size: 1em;
  font-weight: 700;
  color: #b7b19c;
  border: 1px solid #b7b19c;
  background-color: #ffffff;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.selector .choice-btn-image__label .choice-text {
  text-align: left;
}
.selector .choice-btn-image__label .choice-text > * {
  line-height: 1;
}
.selector .choice-btn-image__label .choice-text strong {
  display: block;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.2;
  color: #262520;
  margin-bottom: -0.5em;
}
@media (max-width: 601px) {
  .selector .choice-btn-image__label .choice-text strong {
    margin-bottom: 0;
  }
}
.selector .choice-btn-image__label .choice-text small {
  color: #676660;
  font-size: 0.5em;
  font-weight: 500;
}
@media (max-width: 601px) {
  .selector .choice-btn-image__label .choice-text strong {
    line-height: 1.2;
  }
  .selector .choice-btn-image__label .choice-text small {
    display: block;
    margin-top: 0.25em;
    line-height: 1.2;
  }
}
.selector .choice-btn-image__thumb {
  width: 100%;
  aspect-ratio: 4/3;
  background: #ffffff;
  overflow: hidden;
  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;
}
.selector .choice-btn-image__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.selector .choice-btn-image__thumb svg {
  width: 100%;
  height: 100%;
}
.selector .choice-btn-image__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  padding: 0.65em 0.75em;
  width: 100%;
}
@media (max-width: 601px) {
  .selector .choice-btn-image__label {
    padding: 0.5em;
  }
}
.selector .choice-btn-image__label .choice-index {
  font-size: 0.68em;
  font-weight: 700;
  color: #b7b19c;
  border: 1px solid #b7b19c;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 601px) {
  .selector .choice-btn-image__label .choice-index {
    width: 30px;
    height: 30px;
    font-size: 0.5em;
  }
}
.selector .choice-btn-image__label .choice-text {
  text-align: left;
}
.selector .choice-btn-image__label .choice-text strong {
  display: block;
  font-weight: 500;
  font-size: 1em;
  margin-bottom: -0.5em;
}
@media (max-width: 601px) {
  .selector .choice-btn-image__label .choice-text strong {
    margin-bottom: 0;
  }
}
.selector .choice-btn-image__label .choice-text small {
  color: #676660;
  font-size: 0.6em;
  font-weight: 500;
}
.selector .nav-row {
  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;
  margin-top: 1.75em;
}
.selector .nav-row--end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.selector .btn {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8em;
  font-weight: 500;
  border-radius: 4px;
  padding: 0.6em 1.4em;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  letter-spacing: 0.05em;
}
.selector .btn-ghost {
  background: transparent;
  border: 1px solid #ede6d0;
  color: #b7b19c;
}
.selector .btn-ghost:hover {
  border-color: #b7b19c;
  color: #484741;
}
.selector .btn-primary {
  background: #484741;
  color: #ffffff;
}
.selector .btn-primary:hover {
  background: #262520;
}
.selector .btn-primary:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.selector .result-page {
  display: none;
  -webkit-animation: fadeUp 0.4s ease;
          animation: fadeUp 0.4s ease;
}
.selector .result-page.active {
  display: block;
}
.selector .result-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.45em;
  background: #ede6d0;
  border-radius: 999px;
  padding: 0.25em 0.85em;
  font-size: 0.7em;
  color: #262520;
  margin-bottom: 1.25em;
  letter-spacing: 0.05em;
}
.selector .result-badge::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b7b19c;
}
.selector .result-title {
  font-size: 0.72em;
  color: #b7b19c;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 0.35em;
}
@media (max-width: 601px) {
  .selector .result-title {
    font-size: 0.6em;
  }
}
.selector .result-product {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.75em;
  font-weight: 600;
  color: #484741;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 0.75em;
}
@media (max-width: 601px) {
  .selector .result-product {
    font-size: 1.25em;
  }
}
.selector .result-desc {
  font-size: 0.84em;
  color: #676660;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #ede6d0;
}
.selector .summary {
  display: -ms-grid;
  display: grid;
  gap: 0;
  margin-bottom: 1.75em;
}
.selector .summary-row {
  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;
  font-size: 0.8em;
  padding: 0.6em 0;
  border-bottom: 1px solid #f3f1ea;
}
.selector .summary-row .key {
  color: #b7b19c;
  font-weight: 500;
}
.selector .summary-row .val {
  font-weight: 500;
  color: #484741;
}
.selector .result-actions {
  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;
  gap: 0.75rem;
  position: relative;
  z-index: 1;
}
.selector .result-actions > button {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.78em;
  font-weight: 400;
  border-radius: 4px;
  padding: 0.55em 1.2em;
  cursor: pointer;
  border: 1px solid #484741;
}
.selector .btn-reset {
  color: #262520;
  background: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  letter-spacing: 0.05em;
}
.selector .btn-reset:hover {
  border-color: #484741;
  background-color: #484741;
  color: #ffffff;
}
.selector .btn-copy {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.45em;
  color: #ffffff;
  background: #262520;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.selector .btn-copy:hover {
  color: #ffffff;
  background: #484741;
}
.selector .btn-copy--done {
  color: #ffffff;
  background: #484741;
  pointer-events: none;
}
.selector .btn-copy__icon {
  width: 13px;
  height: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.selector .btn-copy__label {
  display: inline-block;
  min-width: 3em;
  text-align: left;
}
@media (max-width: 601px) {
  .selector .btn-copy__label {
    min-width: auto;
  }
}
.selector .not-found {
  text-align: center;
  padding: 2em 0 1em;
}
.selector .not-found .icon {
  font-size: 1.5em;
  margin-bottom: 0.75em;
  color: #b7b19c;
}
.selector .not-found p {
  color: #b7b19c;
  font-size: 0.84em;
  font-weight: 500;
  line-height: 1.8;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #262520;
  font-family: "Local Noto Sans JP", "Noto Sans JP", Yu Gothic Medium, Meiryo, system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  counter-reset: my-counter;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@font-face {
  font-family: "Local Noto Sans JP";
  src: local("Noto Sans JP"), local("Noto Sans CJK JP Regular");
}
@media screen and (min-width: 865px) {
  body {
    min-width: 1200px;
  }
}
@media screen and (max-width: 600px) {
  body {
    min-width: auto;
  }
}
@media screen and (max-width: 600px) {
  body .sdfw_body {
    width: 100dvw;
    overflow: hidden;
  }
}

a {
  color: #484741;
}
a:hover {
  text-decoration: none;
}

section {
  padding: 100px 0 100px;
  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;
  position: relative;
}
section:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 100px 0 100px;
  border-color: #fff transparent transparent transparent;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
  z-index: 1;
}
@media screen and (max-width: 600px) {
  section {
    padding: 120px 20px 60px;
  }
}
section:nth-child(2n) {
  background-color: #f8f6ef;
  background-image: none;
}
section:nth-child(2n):before {
  border-color: #f8f6ef transparent transparent transparent;
}
section:nth-child(2n) table td {
  background-color: #ffffff;
}
section .section_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
section .section_inner.scrollin .section_title_main:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
section .section_title {
  margin: 0.5em 0 2em;
  text-align: center;
}
section .section_title_sub {
  margin-bottom: 1em;
  font-size: 1.25em;
}
section .section_title_sub .sub {
  color: #b7b19c;
  font-size: 16px;
  letter-spacing: 3px;
}
section .section_title_sub .main {
  display: inline-block;
  position: relative;
  padding-right: 1.5em;
  letter-spacing: 3px;
}
section .section_title_sub .main:after {
  font-size: 1.5em;
  color: #b7b19c;
  position: absolute;
  right: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
section .section_title_main {
  display: inline-block;
  padding-bottom: 1em;
  letter-spacing: 1px;
  position: relative;
}
section .section_title_main h2 em,
section .section_title_main h2 span {
  font-weight: 900;
}
section .section_title_main h2 em {
  display: inline-block;
  color: #ac232f;
}
section .section_title_main .normal {
  font-size: 40px;
}
@media screen and (max-width: 600px) {
  section .section_title_main .normal {
    font-size: 28px;
  }
}
section .section_title_main .big {
  font-size: 80px;
  font-weight: 900;
}
@media screen and (max-width: 600px) {
  section .section_title_main .big {
    font-size: 48px;
  }
}
section .section_title_main:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #b7b19c;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.75s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.75s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.75s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.75s cubic-bezier(0.4, 0, 0, 1);
}
section .section_text {
  max-width: 38em;
  width: 100%;
  margin: 1em auto;
}
section p > em {
  font-weight: 900;
  color: #ac232f;
}
section .dot {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  section .dot {
    display: none;
  }
}
section .dot .pattern {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1000px;
  height: 1000px;
  z-index: 1;
  mask-image: radial-gradient(ellipse 80% 80% at 100% 100%, black 10%, transparent 65%);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 100% 100%, black 10%, transparent 65%);
}

ul.grid_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.grid_3 .grid_item {
  width: 100%;
  margin: 1em 0 0;
  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;
}
@media screen and (min-width: 865px) {
  ul.grid_3 .grid_item {
    width: calc(33.3333333333% - 2em);
    margin: 1em;
  }
}

sup {
  font-size: 0.75em;
  vertical-align: super;
  line-height: 0;
}

.ol_list ol {
  counter-reset: none;
  margin: 1em 0;
}
.ol_list ol li {
  position: relative;
  counter-increment: my-counter;
  margin-bottom: 0.25em;
  font-size: 0.9em;
  padding-left: 2.25em;
  text-indent: -2em;
  line-height: 1.4;
}
.ol_list ol li:before {
  content: "※" counter(my-counter) " ";
}
@media screen and (max-width: 600px) {
  .ol_list ol li {
    font-size: 0.8em;
  }
}

.annotation_list li {
  position: relative;
  margin-bottom: 0em;
  font-size: 0.9em;
  padding-left: 1.25em;
  text-indent: -1em;
  line-height: 1.4;
}
.annotation_list li:before {
  content: "※";
}
@media screen and (max-width: 600px) {
  .annotation_list li {
    font-size: 0.8em;
  }
}

section.hero {
  padding: 100px 24px 100px;
  background-color: #f8f6ef;
  position: relative;
  overflow: hidden;
  margin-bottom: -100px;
  margin-top: -60px;
}
@media screen and (max-width: 600px) {
  section.hero {
    padding-top: 60px;
    padding: 60px 20px 80px;
    margin-bottom: -30px;
    margin-top: 0px;
  }
}
section.hero .hero_background {
  content: "";
  height: 700px;
  max-height: 100vh;
  width: 100%;
  -webkit-transform: skewY(-8deg);
          transform: skewY(-8deg);
  display: block;
  position: absolute;
  z-index: -1;
  top: -150px;
  left: 0;
  overflow: hidden;
}
@media screen and (min-width: 865px) {
  section.hero .hero_background {
    -webkit-transform: skewY(-5deg);
            transform: skewY(-5deg);
  }
}
@media screen and (min-width: 601px) and (max-width: 864px) {
  section.hero .hero_background {
    top: -140px;
  }
}
@media screen and (max-width: 600px) {
  section.hero .hero_background {
    top: -60px;
    height: 640px;
  }
}
section.hero .hero_background img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: 200s linear infinite zoom;
          animation: 200s linear infinite zoom;
}
section.hero .hero_background:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0;
  width: 200vw;
  height: 100%;
  -webkit-transform: rotateZ(-70deg);
          transform: rotateZ(-70deg);
}
@media screen and (max-width: 600px) {
  section.hero .hero_background:after {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
    top: 200px;
  }
}
section.hero .hero_inner {
  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;
  max-width: 1200px;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  section.hero .hero_inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.hero .hero_inner > div {
    width: 100%;
  }
}
section.hero .hero_contents {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-shadow: 0 0 10px #262520;
  width: 400px;
  margin: 0 20px 20px;
}
@media screen and (max-width: 600px) {
  section.hero .hero_contents {
    width: auto;
    margin: 0;
    max-width: 360px;
  }
}
section.hero .hero_contents .hero_title {
  margin-top: 1em;
  padding-top: 1.25em;
  border-top: 1px solid #ffffff;
  width: 360px;
}
@media screen and (max-width: 600px) {
  section.hero .hero_contents .hero_title {
    border: none;
    padding-top: 0;
  }
}
section.hero .hero_contents .hero_title img {
  width: 100%;
  margin: 0 auto 0.5em;
  -webkit-filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.8));
}
@media screen and (max-width: 600px) {
  section.hero .hero_contents .hero_title img {
    width: 320px;
    margin: 0 -10px;
  }
}
section.hero .hero_contents .hero_text {
  margin-bottom: 0.5em;
}
section.hero .hero_contents .hero_text p span {
  display: block;
  color: #ffffff;
  text-align: left;
  padding: 0 0.25em;
  font-size: 28px;
  font-weight: 900;
}
@media screen and (max-width: 600px) {
  section.hero .hero_contents .hero_text p span {
    font-size: 20px;
  }
}
section.hero .hero_contents .hero_tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.hero .hero_contents .hero_tag ul li {
  background-color: #ffffff;
  color: #262520;
  display: inline-block;
  padding: 0.25em 0.5em 0.2em;
  border-radius: 4px;
  margin: 0 0.5em 0.5em 0;
  text-shadow: none;
}
@media screen and (max-width: 600px) {
  section.hero .hero_contents .hero_tag ul li {
    font-size: 16px;
    padding: 0.25em 0.5em;
    margin: 0 0.25em 0.25em 0;
  }
}
section.hero .hero_image {
  position: relative;
}
@media screen and (min-width: 865px) {
  section.hero .hero_image {
    width: 300px;
  }
}
@media screen and (min-width: 601px) and (max-width: 864px) {
  section.hero .hero_image {
    width: 300px;
    margin: 0 -30px;
  }
}
@media screen and (min-width: 1000px) {
  section.hero .hero_image {
    width: 400px;
  }
}
section.hero .hero_image_ups img {
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  section.hero .hero_image_ups img {
    height: 300px;
    width: auto;
    margin: 0 auto;
  }
}
section.hero .hero_image_icon {
  position: absolute;
  right: 0;
  top: 2em;
  width: 80px;
  height: 80px;
}
@media screen and (min-width: 601px) and (max-width: 864px) {
  section.hero .hero_image_icon {
    top: 1em;
  }
}
@media screen and (max-width: 600px) {
  section.hero .hero_image_icon {
    top: 0.5em;
  }
}
section.hero .hero_image_icon .text,
section.hero .hero_image_icon .arrow {
  position: absolute;
  top: 6px;
  width: 160px;
  height: 160px;
  right: 0px;
}
@media screen and (min-width: 601px) and (max-width: 864px) {
  section.hero .hero_image_icon .text,
  section.hero .hero_image_icon .arrow {
    top: 0px;
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 600px) {
  section.hero .hero_image_icon .text,
  section.hero .hero_image_icon .arrow {
    top: 0px;
    width: 120px;
    height: 120px;
  }
}
section.hero .hero_image_icon .text {
  z-index: 10;
}
section.hero .hero_image_icon .arrow {
  z-index: 5;
  -webkit-animation: 15s linear infinite rotation;
          animation: 15s linear infinite rotation;
  top: -6px;
}

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

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
section.main {
  padding: 0;
}
@media screen and (max-width: 600px) {
  section.main {
    padding: 60px 20px 0;
  }
}
section.main .section_inner {
  margin-top: -40px;
  max-width: 800px;
  padding: 0px 0 60px;
}
section.main .section_title {
  text-align: left;
}
section.main .section_title h2 {
  line-height: 1.4;
  font-size: 2em;
}
section.main .section_title h2 em {
  color: #ac232f;
  font-weight: 900;
}
section.main .section_text {
  margin: 0;
}

section.features .section_title {
  margin: 0em 0 2em;
}
section.features .section_title_sub_inner {
  display: inline-block;
  position: relative;
  padding: 0 100px;
}
section.features .section_title_sub_inner:before, section.features .section_title_sub_inner:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 85px;
  height: 1px;
  background-color: #CCCCCC;
}
section.features .section_title_sub_inner:before {
  left: -5px;
}
section.features .section_title_sub_inner:after {
  right: 0;
}
section.features .section_title_main {
  border-bottom: none;
}
section.features .features_1 .section_title {
  margin-top: 0;
}
section.features .features_1 .section_title_sub .main:after {
  content: "timer_1";
  font-family: "Material Symbols";
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
}
section.features .features_1 .section_title em.normal span {
  font-size: 16px;
  color: #484741;
  font-weight: normal;
  margin-left: -8px;
}
section.features .features_1 .section_title .annotation_list {
  margin-top: 0.5em;
}
section.features .features_1_question {
  position: relative;
  margin: 60px 0;
}
section.features .features_1_question_title {
  position: absolute;
  top: 0px;
  left: 1em;
  padding: 0.5em 0.5em 0.5em 1.75em;
  font-size: 1.8rem;
  background-color: #ffffff;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1.2;
}
section.features .features_1_question_title:before {
  content: "help";
  font-family: "Material Symbols";
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  position: absolute;
  left: 0.3em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.2em;
}
@media screen and (max-width: 600px) {
  section.features .features_1_question_title {
    font-size: 1.4rem;
  }
}
section.features .features_1_question_contents {
  padding: 2em 2em 1.75em;
  border: 1px solid #b7b19c;
  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;
  border-radius: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  section.features .features_1_question_contents {
    padding: 2em 1em 1em;
  }
}
section.features .features_1_question_contents_text {
  width: 60%;
}
@media screen and (max-width: 600px) {
  section.features .features_1_question_contents_text {
    width: 100%;
  }
}
section.features .features_1_question_contents_text p {
  margin: 0.25em 0;
}
section.features .features_1_question_contents_text p:first-child {
  margin-top: 0;
}
section.features .features_1_question_contents_text p:last-child {
  margin-bottom: 0;
}
section.features .features_1_question_contents_image {
  width: 40%;
  padding-left: 40px;
}
@media screen and (max-width: 600px) {
  section.features .features_1_question_contents_image {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }
}
section.features .features_1_flex ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
section.features .features_1_flex ul .list_item {
  background-color: #F5F5F5;
  padding: 2.25em 2em 1.5em;
  width: calc(50% - 1.5em);
  position: relative;
  text-align: center;
  border-radius: 1em;
  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;
}
@media screen and (max-width: 600px) {
  section.features .features_1_flex ul .list_item {
    width: 100%;
    padding: 2.25em 1em 1em;
  }
}
@media screen and (max-width: 600px) {
  section.features .features_1_flex ul .list_item + .list_item {
    margin-top: 2em;
  }
}
section.features .features_1_flex ul .list_item_title {
  font-size: 1em;
  font-weight: 900;
  padding: 0.5em 0 0.4em;
  position: absolute;
  top: -1em;
  left: 50%;
  letter-spacing: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #484741;
  color: #ffffff;
  border-radius: 999px;
  white-space: nowrap;
  width: 12em;
}
@media screen and (max-width: 600px) {
  section.features .features_1_flex ul .list_item_title {
    width: calc(100% - 4em);
    padding: 0.45em 3em 0.5em;
  }
}
section.features .features_1_flex ul .list_item_text {
  width: 100%;
}
section.features .features_1_flex ul .list_item_text .image {
  margin-top: 0.5em;
}
section.features .features_1_flex ul .list_item.n11d {
  background-color: rgb(249.4710144928, 227.8289855072, 229.7246376812);
}
section.features .features_1_flex ul .list_item.n11d .list_item_title {
  background-color: #ac232f;
}
section.features .features_1_flex ul .list_item.n11d .list_item_text em {
  font-size: 1.5em;
  font-weight: 900;
}
@media screen and (max-width: 600px) {
  section.features .features_1_flex ul .list_item.n11d .list_item_text em {
    display: block;
  }
}
section.features .features_2 .section_title_sub .main:after {
  content: "timer_2";
  font-family: "Material Symbols";
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
}
section.features .features_2_model_title, section.features .features_2_installation_title {
  text-align: center;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  section.features .features_2_model_title, section.features .features_2_installation_title {
    font-size: 1.25em;
  }
}
section.features .features_2_model_title em, section.features .features_2_installation_title em {
  font-weight: 900;
}
section.features .features_2_model_text, section.features .features_2_installation_text {
  font-size: 0.9em;
}
section.features .features_2_model_text p, section.features .features_2_installation_text p {
  max-width: 700px;
  margin: 0.5em auto;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 600px) {
  section.features .features_2_model_text p, section.features .features_2_installation_text p {
    text-align: left;
  }
}
section.features .features_2_model_text .annotation_list, section.features .features_2_installation_text .annotation_list {
  margin: 0.5em auto;
  max-width: 24em;
}
section.features .features_2_model_flex > ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 1em 0 0;
}
section.features .features_2_model_flex > ul > li {
  width: 280px;
  max-width: 100%;
  background-color: #ffffff;
  border-radius: 1em;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  section.features .features_2_model_flex > ul > li {
    width: 100%;
  }
}
section.features .features_2_model_flex > ul > li.lithiumion dd,
section.features .features_2_model_flex > ul > li.lithiumion dt {
  border-left: 2px dashed #b7b19c;
}
@media screen and (max-width: 600px) {
  section.features .features_2_model_flex > ul > li.lithiumion dd,
  section.features .features_2_model_flex > ul > li.lithiumion dt {
    border-left: none;
  }
}
@media screen and (max-width: 600px) {
  section.features .features_2_model_flex > ul > li.lithiumion dt {
    border-top: 2px dashed #b7b19c;
  }
}
section.features .features_2_model_flex > ul > li.edlc {
  margin: 0 0 0 1em;
}
@media screen and (max-width: 600px) {
  section.features .features_2_model_flex > ul > li.edlc {
    margin: 1em 0 0 0;
  }
}
section.features .features_2_model_flex > ul > li dt {
  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;
  height: 3em;
  line-height: 1.2;
  text-align: center;
  padding: 2em 0em 1.75em;
  background-color: #ede6d0;
  color: #484741;
  font-weight: 900;
  letter-spacing: 1px;
}
@media screen and (max-width: 600px) {
  section.features .features_2_model_flex > ul > li dt {
    padding: 1em 0 0.75em;
    height: auto;
  }
}
section.features .features_2_model_flex > ul > li dd {
  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: 1em;
  align-items: center;
}
section.features .features_2_model_flex > ul > li dd li {
  position: relative;
  padding-left: 1em;
}
section.features .features_2_model_flex > ul > li dd li:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 1em;
  position: absolute;
  background-color: #b7b19c;
  left: 0;
  top: 0.5em;
}
@media screen and (max-width: 600px) {
  section.features .features_2_model_flex > ul > li dd li:before {
    top: 0.6em;
  }
}
section.features .features_2_installation:before {
  content: "close";
  font-family: "Material Symbols";
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  text-align: center;
  display: block;
  font-size: 5em;
  font-weight: 500;
  color: #b7b19c;
  line-height: 1.2;
}
section.features .features_2_installation_list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 1em 0;
}
section.features .features_2_installation_list .list_item {
  width: calc(25% - 0.75em);
  max-width: 100%;
  background-color: #ffffff;
  border-radius: 1em;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 600px) {
  section.features .features_2_installation_list .list_item {
    width: calc(50% - 0.5em);
  }
}
section.features .features_2_installation_list .list_item:nth-child(n+2) {
  margin: 0 0 0 1em;
}
@media screen and (max-width: 600px) {
  section.features .features_2_installation_list .list_item:nth-child(n+3) {
    margin: 1em 0 0 0;
  }
}
section.features .features_2_installation_list .list_item dt {
  background-color: #ede6d0;
  color: #484741;
  padding: 0.5em 1em;
  text-align: center;
  font-weight: 900;
}
section.features .features_2_installation_list .list_item dd .image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 160px;
  width: calc(100% - 4em);
  margin: 1.5em 2em 2em;
}
@media screen and (max-width: 600px) {
  section.features .features_2_installation_list .list_item dd .image img {
    height: 100px;
  }
}
section.features .features_2_installation_list .list_item.rack, section.features .features_2_installation_list .list_item.floor_a, section.features .features_2_installation_list .list_item.floor_b {
  position: relative;
}
section.features .features_2_installation_list .list_item.rack .image, section.features .features_2_installation_list .list_item.floor_a .image, section.features .features_2_installation_list .list_item.floor_b .image {
  margin-top: -0.5em;
  margin-bottom: 2em;
}
section.features .features_2_installation_list .list_item.rack .annotation_list, section.features .features_2_installation_list .list_item.floor_a .annotation_list, section.features .features_2_installation_list .list_item.floor_b .annotation_list {
  position: absolute;
  bottom: 0.5em;
  left: 0.5em;
}
@media screen and (max-width: 600px) {
  section.features .features_2_installation_list .list_item.rack .annotation_list, section.features .features_2_installation_list .list_item.floor_a .annotation_list, section.features .features_2_installation_list .list_item.floor_b .annotation_list {
    font-size: 0.8em;
    right: 1em;
  }
}
@media screen and (max-width: 600px) {
  section.features .features_2_installation_list .list_item.rack .image img {
    margin: 1.5em 1.5em 2em;
    width: calc(100% - 3em);
  }
}
section.features .features_2_text {
  margin: 2em 0;
  text-align: center;
  border: solid #262520;
  border-width: 3px 0 3px 0;
  margin-top: 7em;
  padding: 1.5em;
  position: relative;
}
@media screen and (max-width: 600px) {
  section.features .features_2_text {
    padding: 1em 0;
  }
}
section.features .features_2_text:before {
  content: "arrows_more_down";
  font-family: "Material Symbols Outlined";
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  text-align: center;
  display: block;
  font-size: 5em;
  font-weight: 900;
  color: #b7b19c;
  line-height: 1.4;
  position: absolute;
  top: -1.55em;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
section.features .features_2_text p {
  font-size: 1.25em;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  section.features .features_2_text p {
    font-size: 1em;
  }
}
section.features .features_2_text h3 {
  text-align: center;
  margin-top: 0.25em;
  font-size: 2em;
  width: 100%;
}
section.features .features_2_text h3 em {
  color: #ac232f;
}
@media screen and (max-width: 600px) {
  section.features .features_2_text h3 {
    font-size: 1.5em;
  }
}
section.features .features_3 .section_title_sub .main:after {
  content: "timer_3";
  font-family: "Material Symbols";
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
}
section.features .features_3_flex {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 1em 0;
}
section.features .features_3_flex .list_item {
  width: calc(50% - 1em);
  max-width: 100%;
  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;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  list-style: none;
  background-color: #F5F5F5;
  margin-bottom: 2em;
  border-radius: 1em;
  overflow: hidden;
  padding-left: 100px;
}
@media screen and (max-width: 600px) {
  section.features .features_3_flex .list_item {
    width: 100%;
    margin-bottom: 0;
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  section.features .features_3_flex .list_item + li {
    margin: 1em 0 0 0;
  }
}
section.features .features_3_flex .list_item:before {
  position: absolute;
  font-size: 4em;
  left: 0.4em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #b7b19c;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}
@media screen and (max-width: 600px) {
  section.features .features_3_flex .list_item:before {
    font-size: 2em;
    left: 0.5em;
    top: 1em;
  }
}
section.features .features_3_flex .list_item.efficiency:before {
  content: "bolt";
  font-family: "Material Symbols";
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
}
section.features .features_3_flex .list_item.noise:before {
  content: "hearing";
  font-family: "Material Symbols";
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
}
section.features .features_3_flex .list_item.sustainability {
  width: 100%;
  margin-bottom: 1em;
}
section.features .features_3_flex .list_item.sustainability:before {
  content: "eco";
  font-family: "Material Symbols";
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
}
section.features .features_3_flex .list_item_text {
  width: 100%;
  padding: 20px;
}
@media screen and (max-width: 600px) {
  section.features .features_3_flex .list_item_text {
    padding: 1em;
  }
}
section.features .features_3_flex .list_item_text dt {
  font-size: 1.5em;
}
@media screen and (max-width: 600px) {
  section.features .features_3_flex .list_item_text dt {
    font-size: 1.25em;
  }
}
section.features .features_3_flex .list_item_text dd em {
  font-size: 1.25em;
  display: inline-block;
  margin: 0 0.1em;
}
section.features .features_3_flex .list_item_text dd em:first-child {
  margin-left: 0;
}
@media screen and (max-width: 600px) {
  section.features .features_3_flex .list_item_text dd {
    font-size: 16px;
  }
}

section.more .more_movie {
  width: 100%;
  margin: 60px 0;
}
@media screen and (max-width: 600px) {
  section.more .more_movie {
    margin: 30px 0;
  }
}
section.more .more_movie iframe {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  margin: 0 auto;
  border: 2px solid #262520;
  background-color: #262520;
}
section.more .more_list {
  max-width: 800px;
  margin: 0 auto;
}
section.more .more_list li a {
  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;
  background-color: #F5F5F5;
  border: 1px solid #CCCCCC;
  text-decoration: none;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
section.more .more_list li a:hover {
  border: 1px solid #676660;
}
section.more .more_list li a:hover .more_list_image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
section.more .more_list li a:hover .more_list_image:after {
  position: absolute;
  content: "open_in_new";
  font-family: "Material Symbols";
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  bottom: 5px;
  right: 10px;
  color: #fff;
  font-size: 1.5em;
}
section.more .more_list li + li {
  margin-top: 20px;
}
section.more .more_list li:nth-child(2n) a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
section.more .more_list_text {
  width: 70%;
  padding: 30px 40px;
  position: relative;
}
@media screen and (max-width: 600px) {
  section.more .more_list_text {
    width: 100%;
    padding: 20px;
  }
}
section.more .more_list_text dl {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}
section.more .more_list_text dt {
  font-size: 1.25em;
  font-weight: 900;
}
@media screen and (max-width: 600px) {
  section.more .more_list_text dt {
    font-size: 1em;
  }
}
section.more .more_list_text dt:after {
  border-bottom: 3px solid #ac232f;
  width: 50px;
  content: "";
  display: block;
  margin: 0.5em 0 0;
}
@media screen and (max-width: 600px) {
  section.more .more_list_text dt:after {
    margin-top: 0.75em;
  }
}
section.more .more_list_text dd {
  margin-top: 1em;
}
@media screen and (max-width: 600px) {
  section.more .more_list_text dd {
    margin-top: 0.75em;
    font-size: 0.9em;
  }
}
section.more .more_list_image {
  width: 30%;
  position: relative;
  background-color: transparent;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  section.more .more_list_image {
    width: 100%;
  }
}
section.more .more_list_image .image {
  height: 100%;
}
section.more .more_list_image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: auto;
  -o-object-position: center center;
     object-position: center center;
  opacity: 1;
}
@media screen and (max-width: 600px) {
  section.more .more_list_image img {
    aspect-ratio: 2/1;
  }
}

section.selector .contact_button {
  margin: 3em 0 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;
}
section.selector .contact_button a {
  padding: 0.75em 3em;
  border-radius: 2em;
  text-decoration: none;
  background-color: #262520;
  color: #ffffff;
  border: 3px solid #ffffff;
  font-size: 1.25em;
}
section.selector .contact_button a em {
  letter-spacing: 2px;
  padding-left: 1.75em;
  position: relative;
}
section.selector .contact_button a em:before {
  content: "mail";
  font-family: "Material Symbols";
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  position: absolute;
  left: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #b7b19c;
  font-size: 1.25em;
}
section.selector .contact_button a:hover {
  background-color: #484741;
}
@media screen and (max-width: 600px) {
  section.selector .contact_button a {
    font-size: 1em;
    padding: 0.75em 2em;
  }
}

section.product:before {
  display: none;
}
section.product .product_image {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2em 0 1em;
}
section.product .product_image .image {
  max-width: 100%;
  margin: 0;
  text-align: center;
}
section.product .product_image .image img {
  height: 300px;
  margin: 2em 1em 1em;
}
section.product .product_image .image_caption {
  max-width: 100%;
  margin: 0;
  text-align: center;
}
section.product .product_image .image_caption span {
  font-weight: 900;
  display: block;
  font-size: 20px;
  color: #ac232f;
}
section.product .product_image .image_caption_image {
  background-color: #ac232f;
  padding: 0.5em 0em 0.45em;
  color: #ffffff;
  line-height: 1.2;
}
@media screen and (min-width: 865px) {
  section.product .product_image .image {
    max-width: calc(50% + 4em);
  }
  section.product .product_image .image img {
    max-width: 400px;
    margin: 0 auto;
  }
  section.product .product_image > .image_caption {
    max-width: calc(50% - 4em);
    margin: 2em 3em 2em 0;
  }
}
section.product .product_table_text {
  font-weight: 900;
}
section.product .product_table_text em {
  color: #ac232f;
  font-weight: 900;
}
section.product .product_case_list {
  margin: 1.5em 0 0.5em;
}
section.product .product_case_list_title {
  font-size: 20px;
  font-weight: 900;
  position: relative;
  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;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
section.product .product_case_list_title:after {
  content: "";
  height: 1px;
  border-top: 1px solid #b7b19c;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 0.75em;
}
section.product .product_case_list ul li {
  display: inline-block;
  padding-left: 1em;
  margin-right: 1em;
  position: relative;
}
section.product .product_case_list ul li:before {
  position: absolute;
  content: "";
  background-color: #b7b19c;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  left: 0;
  top: 0.5em;
}

.sdfw_footer_navigation {
  background-color: #484741;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .sdfw_footer_navigation {
    border-bottom: 1px solid #676660;
  }
}
.sdfw_footer_navigation ul.flex-2 {
  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;
}
@media screen and (max-width: 600px) {
  .sdfw_footer_navigation ul.flex-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sdfw_footer_navigation ul.flex-2 > * {
  width: 100%;
}
.sdfw_footer_navigation .flex_item a {
  text-decoration: none;
  font-weight: 900;
  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;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100%;
  background-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 865px) {
  .sdfw_footer_navigation .flex_item a {
    height: 200px;
    font-size: 1.25em;
  }
}
@media screen and (max-width: 600px) {
  .sdfw_footer_navigation .flex_item a {
    padding: 1.5em 2em;
  }
}
.sdfw_footer_navigation .flex_item a::after {
  content: "";
  position: absolute;
  background-color: rgba(38, 37, 32, 0.5);
  width: 100%;
  height: 100%;
}
.sdfw_footer_navigation .flex_item a:hover {
  background-size: 105%;
}
.sdfw_footer_navigation .flex_item a:hover:after {
  background-color: rgba(38, 37, 32, 0.3);
}
.sdfw_footer_navigation .flex_item a em {
  display: inline-block;
  margin: 0.15em 0 -0.15em;
  z-index: 10;
  color: #fff;
  text-shadow: 0 0 1em #000;
  letter-spacing: 1px;
}
.sdfw_footer_navigation .flex_item.catalog a {
  background-image: url(../image/top-img_catalogs.jpg);
}
.sdfw_footer_navigation .flex_item.product a {
  background-image: url(../image/top-img_products.jpg);
}