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

/* 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-tap-highlight-color: transparent; /* 3 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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;
  line-height: inherit;
  margin: 0;
}

/* Image */
/* ============================================ */
img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

svg {
  display: block;
  height: auto;
  width: 100%;
}

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

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

dd {
  margin-left: 0;
}

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

/**
 * 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; /* 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;
  color: inherit;
  text-decoration: none;
}

/**
 * 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; /* 2 */
}

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

/**
 * 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; /* 1 */
  font-size: inherit; /* 2 */
}

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

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

u {
  text-decoration: underline;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

::-ms-clear {
  visibility: hidden;
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/**
 * remove placeholder color
 */
:focus::-moz-placeholder {
  color: transparent;
}
:focus::placeholder {
  color: transparent;
}

/* font
==========================================================*/
.fn-Roboto {
  font-family: "Roboto", "FOT-筑紫ゴシック Pr5 M", "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.fn-tsukugo-b {
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
}

.fn-tsukugo-m {
  font-family: "FOT-筑紫ゴシック Pr5 M", sans-serif;
}

.fn-tsukugo-d {
  font-family: "FOT-筑紫ゴシック Pr5 D", sans-serif;
}

/* link / hover
==========================================================*/
.cshover button,
.cshover input,
.cshover a,
a.cshover {
  transition: all 0.3s;
}

@media (hover: hover) {
  .cshover button:hover,
.cshover input:hover,
.cshover a:hover,
a.cshover:hover {
    -webkit-opacity: 0.6;
    opacity: 0.6;
  }
}
.hover_imgscale {
  overflow: hidden;
}

a .imgscale {
  transition: all 0.4s;
}

@media (hover: hover) {
  a:hover .imgscale {
    transform: scale(1.05);
  }
}
@media (hover: hover) {
  #js-cursor {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none; /* カーソル自体が邪魔しない */
    transform: translate(-50%, -50%);
    transition: width 0.2s, height 0.2s, background 0.2s;
    z-index: 1000009;
  }
  /* クリック可能要素で拡大 */
  #js-cursor.is-hover {
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    background-image: none;
  }
  #js-cursor.is-arrow--next, #js-cursor.is-arrow--prev {
    width: 6.25rem;
    height: 6.25rem;
  }
  #js-cursor.is-arrow--next {
    background: url("../images/cursor_next.svg?2510") center/contain no-repeat !important;
  }
  #js-cursor.is-arrow--prev {
    background: url("../images/cursor_prev.svg?2510") center/contain no-repeat !important;
  }
}
/* Base Setting
==========================================================*/
html, body, a, button,
.slick-prev, .slick-next {
  cursor: none !important;
}

.z-yaa {
  font-family: "FOT-筑紫ゴシック Pr5 M", "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Yu Gothic", sans-serif;
  font-size: clamp(0.875rem, 0.8421052632vw, 1rem);
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 0;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .z-yaa {
    font-size: 0.9375rem;
    line-height: 1.75;
  }
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 4.375rem;
}
@media screen and (max-width: 1024px) {
  html {
    scroll-padding-top: 9.375rem;
  }
}

.slick-initialized .slick-slide {
  overflow: visible !important;
}

.slick-next,
.slick-prev {
  z-index: 2;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.slick-next:before,
.slick-prev::before {
  content: "";
  display: block;
  width: 1.375rem;
  height: 2.625rem;
  background: url(../images/icon-arrow_next.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .slick-next:before,
.slick-prev::before {
    width: 0.625rem;
    height: 1.25rem;
    background: url(../images/icon-arrow_next_sp.svg) no-repeat center center/contain;
  }
}

.slick-prev::before {
  transform: rotate(180deg);
}

.slick-next {
  right: 2.6315789474vw;
}
@media screen and (max-width: 768px) {
  .slick-next {
    right: 1.5625rem;
  }
}

.slick-prev {
  left: 2.6315789474vw;
}
@media screen and (max-width: 768px) {
  .slick-prev {
    left: 1.5625rem;
  }
}

/* slider */
.scslide {
  visibility: hidden;
}

.scslide.slick-initialized {
  visibility: visible;
}

.splide .splide__arrow {
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  transform: none;
  z-index: 9;
  opacity: 1;
  top: calc(50% - 20px);
}
.splide .splide__arrow svg {
  display: none;
}
.splide .splide__arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/icon-arrow_next.svg") no-repeat center center/20px auto;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .splide .splide__arrow::before {
    background-size: 16px auto;
  }
}
.splide .splide__arrow--prev::before {
  transform: scaleX(-1);
}
.splide .splide__arrow--next::before {
  transform: none;
}

.micromodal-slide .splide .splide__arrow {
  top: auto;
  bottom: calc(7.5vh - 20px);
}
@media screen and (max-width: 768px) {
  .micromodal-slide .splide .splide__arrow {
    bottom: calc(17.5vh - 20px);
  }
}
.micromodal-slide .splide .splide__arrow.splide__arrow--prev {
  left: calc(50% - 140px);
}
.micromodal-slide .splide .splide__arrow.splide__arrow--next {
  right: calc(50% - 140px);
}

@media screen and (min-width: 769px) {
  .z-gallerySlide.splide .splide__arrow {
    /*
    top: 0;
    width: 50vw;
    border-radius: 0;
    height: 100%;
    &.splide__arrow--prev{ left: 0;  }
    &.splide__arrow--next{ right: 0;  }
    &::before{ display: none;}
    */
  }
}
@media screen and (max-width: 768px) {
  .z-gallerySlide.splide .splide__arrow {
    top: auto;
    bottom: 0px;
  }
  .z-gallerySlide.splide .splide__arrow.splide__arrow--prev {
    left: calc(50% - 140px);
  }
  .z-gallerySlide.splide .splide__arrow.splide__arrow--next {
    right: calc(50% - 140px);
  }
}
@media screen and (max-width: 768px) {
  .z-gallerySlide.splide {
    padding-bottom: 60px;
  }
}

/* aos */
[data-aos=fade-up] {
  transform: translate(0, 30px);
}

[data-aos=fade-left] {
  transform: translate3d(20px, 0, 0);
}

[data-aos=fade-right] {
  transform: translate3d(20px, 0, 0);
}

[data-aos=zoom-out] {
  transform: scale(1.05);
}

/* gsap parallax */
.zjs-parallax {
  position: relative;
  overflow: hidden;
}
/* テキストアニメーション */
.js-slide-up-row__text.lines {
  display: block;
  overflow: hidden;
}

.js-slide-up-row__text.lines > span {
  display: inline-block;
  will-change: transform, opacity;
}

@media (prefers-reduced-motion: reduce) {
  .js-slide-up-row__text.lines > span {
    transition: none;
    transform: none;
    opacity: 1;
  }
}
/* マスクアニメーション */
.zjs-mask__item {
  position: relative;
  overflow: hidden;
}

.zjs-mask__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: scale(1.5) translateY(0%);
  transition: transform 2.5s cubic-bezier(0.2, 0.7, 0, 0.99);
  filter: blur(14px);
  z-index: 1;
}

.zjs-mask__item.zis-inview::before {
  transform: scale(1.5) translateY(-101%);
}

/* State
==========================================================*/
@media screen and (max-width: 600px) {
  .is-pcOnly {
    display: none;
  }
}

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

@media screen and (min-width: 1366px) {
  .is-overPc {
    display: none;
  }
}

.is-underPc {
  display: none;
}
@media screen and (min-width: 1366px) {
  .is-underPc {
    display: block;
  }
}

@media screen and (max-width: 1280px) {
  .is-overXxl {
    display: none;
  }
}

.is-underXxl {
  display: none;
}
@media screen and (max-width: 1280px) {
  .is-underXxl {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .is-overXl {
    display: none;
  }
}

.is-underXl {
  display: none;
}
@media screen and (max-width: 1024px) {
  .is-underXl {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .is-overLg {
    display: none;
  }
}

.is-underLg {
  display: none;
}
@media screen and (max-width: 991px) {
  .is-underLg {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .is-overMd {
    display: none;
  }
}

.is-underMd {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-underMd {
    display: block;
  }
}

@media screen and (max-width: 1510px) {
  .is-over1510 {
    display: none;
  }
}

.is-fixed {
  position: fixed;
  overflow: hidden !important;
}

.z-mt100 {
  margin-top: clamp(3.125rem, 5.2631578947vw, 6.25rem);
}

.z-mt150 {
  margin-top: clamp(4.6875rem, 7.8947368421vw, 9.375rem);
}

.z-mt185 {
  margin-top: clamp(5.625rem, 9.7368421053vw, 11.5625rem);
}

.z-mt200 {
  margin-top: clamp(5.75rem, 10.5263157895vw, 12.5rem);
}

.z-mt280 {
  margin-top: clamp(5.75rem, 14.7368421053vw, 17.5rem);
}

.z-mt290 {
  margin-top: clamp(6rem, 15.2631578947vw, 18.125rem);
}

.z-mt300 {
  margin-top: clamp(6rem, 15.7894736842vw, 18.75rem);
}

@media screen and (max-width: 1410px) {
  .z-hide-1410 {
    display: none;
  }
}
@media screen and (max-width: 1520px) {
  .z-hide-1520 {
    display: none;
  }
}
/* Utility
==========================================================*/
.z-pore {
  position: relative;
}

.z-poab {
  position: absolute;
}

.z-pac {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.z-pax {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.z-pay {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* スクロールバー */
.z-scroll {
  overflow-x: auto;
  scrollbar-width: thin;
}
.z-scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.z-scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-right: 1px solid transparent; /* 透明なボーダーをつける */
  border-left: 1px solid transparent; /* 透明なボーダーをつける */
  background-clip: padding-box; /* 背景を切り取る */
}
.z-scroll::-webkit-scrollbar-track { /* 上下に余白を付ける */
  margin-top: 7px;
  margin-bottom: 7px;
}

/*
.zscrollbarstyle-wrapper{
     position: relative;
    .zscrollbarstyle-bg {
      position: absolute;
      bottom: 2px;
      left: 0;
      height: 4px;
      width: 100%;
      background: rgba(0,0,0,0.1);
      border-radius: 2px;
      display: none;
    }
    .zscrollbarstyle-thumb {
      height: 100%;
      width: 50px; 
      background: rgba(0,0,0,0.5);
      border-radius: 2px;
      transform: translateX(0);
      transition: transform 0.1s;
      display: none;
    }
}
*/
/*
@media screen and (max-width: 880px) {
  #color{
    .zscrollbarstyle-wrapper{
        position: relative;
    }
    .zscrollbarstyle-track { 
        overflow-x: auto;
        webkit-overflow-scrolling: touch;}
    .zscrollbarstyle-bg {
          position: absolute;
          bottom: 2px;
          left: 0;
          width: 100%;
          height: 4px;
          background: rgba(0, 0, 0, 0.1);
          border-radius: 2px;
        }
        .zscrollbarstyle-thumb {
          height: 100%;
          width: 50px; 
          background: rgba(0, 0, 0, 0.5);
          border-radius: 2px;
          transform: translateX(0);
          transition: transform 0.1s;
        }
  }
}
@include mq(pc-down) {
  #howToUse{
    .zscrollbarstyle-wrapper{
        position: relative;
    }
    .zscrollbarstyle-track { 
        overflow-x: auto;
        webkit-overflow-scrolling: touch;}
    .zscrollbarstyle-bg {
          position: absolute;
          bottom: 2px;
          left: 0;
          width: 100%;
          height: 4px;
          background: rgba(0, 0, 0, 0.1);
          border-radius: 2px;
        }
        .zscrollbarstyle-thumb {
          height: 100%;
          width: 50px;
          background: rgba(0, 0, 0, 0.5);
          border-radius: 2px;
          transform: translateX(0);
          transition: transform 0.1s;
        }
  }
}
*/
/*
@include mq(md) {
  .z-scroll-md {
    overflow-x: auto;
    scrollbar-width: thin;  // ← Firefox用（細いスクロールバー）
    &::-webkit-scrollbar {
      width: 4px;
      height: 4px;
    }
    &::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.2);
      border-right: 1px solid transparent; 
      border-left: 1px solid transparent; 
      background-clip: padding-box; 
    }
    &::-webkit-scrollbar-track { 
      margin-top: 7px;
      margin-bottom: 7px;
    }
  }
}
@include mq(pc-down) {
  .z-scroll-pc {
    overflow-x: auto;
    scrollbar-width: thin;  // ← Firefox用（細いスクロールバー）
    &::-webkit-scrollbar {
      width: 4px;
      height: 4px;
    }
    &::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.2);
      border-right: 1px solid transparent; 
      border-left: 1px solid transparent; 
      background-clip: padding-box; 
    }
    &::-webkit-scrollbar-track { 
      margin-top: 7px;
      margin-bottom: 7px;
    }
  }
}
*/
.splide .zslide-scrollbar {
  position: relative;
  left: auto;
  bottom: auto;
  transform: none;
  width: 100%;
  display: flex;
  align-items: stretch;
  height: 2px;
  background: #eee;
  border-radius: 2px;
  overflow: hidden;
  padding: 0;
}
.splide .zslide-scrollbar > li {
  flex: 1 1 0%;
  list-style: none;
}
.splide .zslide-scrollbar__dot {
  display: block;
  width: 100%;
  height: 100%;
  background: #eee;
  transition: background-color 0.3s ease;
}
.splide .zslide-scrollbar__dot.is-active {
  background: #333;
  height: 4px;
}

.splide .splide__pagination.zslide-dot {
  bottom: 0em;
  display: flex;
  gap: 30px;
}
.splide .splide__pagination.zslide-dot .splide__pagination__page,
.splide .splide__pagination.zslide-dot .splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1);
  height: auto;
  margin: 0;
  opacity: 1;
}
.splide .splide__pagination.zslide-dot li button {
  position: relative;
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
}
.splide .splide__pagination.zslide-dot li button::before {
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #bfbfbf;
  transition: 0.4s 0.4s cubic-bezier(0.25, 0.64, 0.58, 0.92);
}
.splide .splide__pagination.zslide-dot li button::after {
  content: "";
  width: 16px;
  right: 0;
  position: absolute;
  top: 50%;
}
.splide .splide__pagination.zslide-dot li button.is-active::before {
  background-color: #000;
}

@media screen and (max-width: 1365px) {
  .z-howToUse__caseList_slide.splide .z-howToUse__caseItem {
    padding-bottom: 5em;
  }
}
@media screen and (max-width: 768px) {
  .z-howToUse__caseList_slide.splide .z-howToUse__caseItem {
    padding-bottom: 2.5em;
  }
}

.z-scroll--l::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
.z-scroll--l::-webkit-scrollbar-thumb {
  background: #505050;
  border-radius: 4px;
  border-right: 2px solid transparent; /* 透明なボーダーをつける */
  border-left: 2px solid transparent; /* 透明なボーダーをつける */
  background-clip: padding-box; /* 背景を切り取る */
}
.z-scroll--l::-webkit-scrollbar-track { /* 上下に余白を付ける */
  margin-top: 7px;
  margin-bottom: 7px;
}

/* Common Parts
==========================================================*/
.z-heading2 {
  font-family: "Roboto";
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-size: clamp(1.125rem, 1.2105263158vw, 1.6875rem);
  margin-bottom: 2.3913043478em;
}
@media screen and (max-width: 768px) {
  .z-heading2 {
    font-size: clamp(1.125rem, 2.6041666667vw, 1.25rem);
    margin-bottom: 1.1111111111em;
  }
}

.z-heading3 {
  font-family: "Roboto";
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-size: clamp(1rem, 1.40625vw, 1.125rem);
}

.z-copy {
  letter-spacing: 0.05em;
  font-weight: bold;
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  line-height: 1.4166666667;
  font-size: clamp(1.125rem, 1.4210526316vw, 1.6875rem);
}
@media screen and (max-width: 768px) {
  .z-copy {
    font-size: clamp(1.125rem, 2.6041666667vw, 1.25rem);
  }
}
.z-copy--24 {
  font-size: clamp(0.9rem, 1.2631578947vw, 1.5rem);
}
@media screen and (max-width: 768px) {
  .z-copy--24 {
    font-size: clamp(1rem, 2.34375vw, 1.125rem);
  }
}

.z-btn {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.z-btn__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 0.4375em;
}
.z-btn__link::after {
  content: "";
  display: block;
  transition: ease 0.3s;
  width: 1.3125em;
  height: 1.125em;
  background: url(../images/icon-arrow-normal.svg) no-repeat center center/contain;
}
.z-btn__link:hover::after {
  transform: translateX(0.625em);
}
.z-btn__link--back {
  letter-spacing: 0.05em;
  font-weight: 600;
}
.z-btn__link--back::after {
  display: none;
}
.z-btn__link--back::before {
  content: "";
  display: block;
  transition: ease 0.3s;
  width: 1.3125em;
  height: 1.125em;
  background: url(../images/icon-arrow-normal.svg) no-repeat center center/contain;
  transform: rotate(180deg);
}
.z-btn__link--back:hover::before {
  transform: rotate(180deg) translateX(0.625em);
}

.zbold {
  font-weight: bold;
}

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

/* Layout Setting
==========================================================*/
.z-inner--1750 {
  width: 1750px;
  max-width: 100%;
}

.z-inner--1500 {
  width: 1500px;
  max-width: 100%;
}

.z-inner--1420 {
  width: 1420px;
  max-width: 100%;
}

.z-inner {
  margin: 0 auto;
  max-width: calc(100% - 160px);
}
@media screen and (max-width: 1024px) {
  .z-inner {
    max-width: calc(100% - 120px);
  }
}
@media screen and (max-width: 1280px) {
  .z-inner {
    max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 600px) {
  .z-inner {
    max-width: 82.4%;
  }
}

body {
  margin: 0;
}

/* ---------------------------------------------------------
  Header
--------------------------------------------------------- */
/* あとで消す */
#okm--include--header .okm--h--wrapper--header {
  width: 100%;
}

/* --------------------------------------------------------- */
body:has(.z-nav.active) .z-header__logo {
  width: 5rem;
  fill: #000;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  body:has(.z-nav.active) .z-header__logo {
    width: 4.6875rem;
  }
}
body:has(.z-nav.active) .z-header__logo .z-header {
  background-color: #fff;
}

.z-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  transition: all 0.3s;
  z-index: 10001;
}
.z-header.nav-active, .z-header.active {
  background-color: #fff;
}
.z-header.nav-active .z-header__btn span, .z-header.active .z-header__btn span {
  background-color: #000;
}
.z-header.nav-active .z-header__logo, .z-header.active .z-header__logo {
  width: 5rem;
  fill: #000;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .z-header.nav-active .z-header__logo, .z-header.active .z-header__logo {
    width: 4.6875rem;
  }
}
@media screen and (max-width: 1024px) {
  .z-header.nav-active .z-header__logo, .z-header.active .z-header__logo {
    display: none;
  }
}
.z-header.nav-active.nav-active, .z-header.active.nav-active {
  background: none;
}
@media screen and (max-width: 1024px) {
  .z-header {
    top: 65px;
    background: none !important;
  }
}

.z-header__logo {
  transition: all 0.3s;
  width: 8.9375rem;
  aspect-ratio: 143/50;
  fill: #fff;
  margin-top: 1.375rem;
}
@media screen and (max-width: 768px) {
  .z-header__logo {
    width: 4.6875rem;
    margin-top: 0.625rem;
  }
}

.z-header__btn {
  width: 25px;
  height: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10002;
}
.z-header__btn span {
  display: block;
  height: 2px;
  background-color: #fff;
  transition: 0.5s ease;
  width: 100%;
}
.z-header__btn.active span {
  background-color: #000;
}
.z-header__btn.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 4px);
}
.z-header__btn.active span:nth-child(2) {
  transform: rotate(-45deg) translate(4px, -4px);
}

.z-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0s 0.4s;
  z-index: 100000;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  padding: 3.75rem 4.6875rem 3.75rem 2.8125rem;
}
@media screen and (max-width: 1024px) {
  .z-nav {
    height: calc(100vh - 0px);
    padding: 4.0625rem 7% 5rem;
  }
}
@media screen and (max-width: 768px) {
  .z-nav {
    padding: 1.25rem 7% 5rem;
  }
}
.z-nav.active {
  opacity: 1;
  visibility: visible;
  justify-content: flex-start;
  transition: opacity 0.4s ease, visibility 0s;
}
.z-nav .z-nav__bottom {
  margin-bottom: 6rem;
}

@media screen and (min-width: 1025px) {
  .z-header {
    z-index: 1000001;
  }
  .z-header.nav-active, .z-header.active {
    position: fixed;
  }
  .z-header__btn {
    z-index: 1000002;
  }
  .z-nav {
    z-index: 1000000;
  }
}
@media screen and (max-width: 1024px) {
  .z-header {
    z-index: 1000001;
  }
  .z-header__btn {
    z-index: 1000002;
  }
  .z-nav {
    z-index: 1000000;
  }
}
@media screen and (max-width: 1024px) {
  .z-header__btn {
    position: fixed;
    right: 20px;
  }
}
.z-nav__list {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  width: clamp(43.75rem, 42.1052631579vw, 50rem);
  max-width: 100%;
  margin: auto 0;
  padding-block: 1.25rem;
}
.z-nav__list li {
  padding-block: 0;
  font-size: clamp(1.15rem, 1.2105263158vw, 1.4375rem);
  display: flex;
  align-items: center;
}
.z-nav__list li a {
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .z-nav__list li a {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (hover: hover) {
  .z-nav__list li a:hover {
    -webkit-opacity: 0.6;
    opacity: 0.6;
  }
  .z-nav__list li a:hover .z-line {
    margin-right: 4em;
  }
}
.z-nav__list li:not(:first-child) {
  margin-top: max(3vh, 0.2em);
}
@media screen and (max-height: 980px) {
  .z-nav__list li:not(:first-child) {
    margin-top: max(2vh, 0.2em);
  }
}
@media screen and (max-width: 768px) {
  .z-nav__list li:not(:first-child) {
    margin-top: max(1.2vh, 0.1em);
  }
}
@media screen and (max-width: 768px) {
  .z-nav__list li {
    font-size: 1.1875rem;
  }
}
.z-nav__list li .z-nav__itemLeft {
  width: calc(100% - 18.125rem);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .z-nav__list li .z-nav__itemLeft {
    width: 100%;
    line-height: 1.6;
  }
}
.z-nav__list li .z-nav__itemLeft .z-nav-enlink {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .z-nav__list li .z-nav__itemLeft .z-nav-enlink {
    line-height: 1.4;
  }
}
.z-nav__list li .z-line {
  transition: all 0.4s ease;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0 0.8695652174em;
}
@media screen and (max-width: 768px) {
  .z-nav__list li .z-line {
    display: none;
  }
}
.z-nav__list li .z-nav__itemRight {
  font-family: "FOT-筑紫ゴシック Pr5 M", "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 16px;
  width: 18.125rem;
}
@media screen and (max-width: 768px) {
  .z-nav__list li .z-nav__itemRight {
    font-size: 12px;
  }
}

.z-nav__bottom {
  margin-right: auto;
}

.z-allLineup {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.z-allLineupLink {
  font-size: clamp(1rem, 1vw, 1.1875rem);
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0.2631578947em;
  height: 2.5263157895em;
  padding: 0 0.8947368421em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7894736842em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .z-allLineupLink {
    font-size: 1.1875rem;
  }
}
.z-allLineupLink::before {
  content: "";
  display: block;
  width: 0.8421052632em;
  height: 0.8421052632em;
  background: url(../images/icon-external.svg) no-repeat center center/contain;
}

/* ---------------------------------------------------------
  TOP
--------------------------------------------------------- */
/* KV
==========================================================*/
.z-fv {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .z-fv {
    margin-top: 0;
  }
}
.z-fv::before {
  transition: all 1s ease;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  will-change: opacity;
  background: rgba(100, 100, 100, 0.25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  opacity: 0;
}
.z-fv::after {
  transition: all 1s ease;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  background: repeating-conic-gradient(#000 0% 25%, #111 0% 50%);
  background-size: 4px 4px;
  opacity: 0;
  mix-blend-mode: multiply;
  opacity: 0;
}
.z-fv.zis-blur.active::before {
  opacity: 1;
}
.z-fv.zis-blur.active::after {
  opacity: 0.4;
}

.z-kv {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .z-kv {
    top: 4.0625rem;
    height: calc(100vh - 65px);
  }
}

.z-kv__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

/*
.z-kvContents {
  // margin-top:  calc(-100vh - rem(175));
  height: calc(100vh - rem(101));
  @include mq(xl) {
     height: calc(100vh - rem(65));
  }
  margin-top: -100vh;
  // height: 100vh;
  display: flex;
  align-items: flex-end;

}

.z-playMovie {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  bottom: rem(-101);
  padding-bottom:  calc(72em/24);
  font-size: clamp(rem(15),calc(24/1900 * 100vw),rem(24));  
  opacity: 0;
  animation: fadeIn 1.2s ease forwards;
  animation-delay: 1.6s; // ローディング後に表示 
    @include mq(xl) {
      bottom: rem(-65);
      bottom: rem(60);
      padding-bottom: rem(32);
    }
}
.z-playMovie__link{
    color: #fff;
    display: flex;
    align-items: center;
    width: fit-content;
    justify-content: flex-start;
    gap: calc(15em/24);
    &::before {
        content: "";
        display: block;
        background-color: #fff;
        width: calc(14em/24);
        height: calc(16em/24);
        clip-path: polygon(0 0, 100% 50%, 0 100%);
    }
}
.z-kvContents__inner {
  width: 100%;

}

.z-kv-scrollDown {
  z-index: 2;
  color: #fff;
  bottom: 0;
  bottom: rem(-101);
  top: unset;
  text-align: center;
  opacity: 0;
  animation: fadeIn 1.2s ease forwards;
  animation-delay: 1.6s; // ローディング後に表示 
  width: fit-content;
  @include mq(xl) {
    right: rem(40);
    transform: unset;
    left: unset;
    bottom: rem(-65);
    bottom: rem(60);
  }
}

.z-kv-scrollDown__txt {
  color: #fff;
  font-size: clamp(rem(14),calc(21/1900 * 100vw),rem(21));
}

.z-kv-scrollDown__line {
  display: block;
  width: 1px;
  height: rem(55);
  background: rgba(255, 255, 255, 0.3);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
  @include mq(xl) {
    height: rem(30);
  }
  &::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: #fff;
  animation: scrollDown 1.6s ease-in-out infinite;
}
}

*/
@-webkit-keyframes fvscrollIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fvscrollIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fvscrollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fvscrollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.z-kvContents_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-animation: fvscrollIn 1.2s ease forwards;
          animation: fvscrollIn 1.2s ease forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@media screen and (max-width: 1024px) {
  .z-kvContents_wrap {
    bottom: 3.75rem;
  }
}

.z-fv.active .z-kvContents {
  opacity: 0;
  -webkit-animation: fvscrollOut 1.2s ease forwards;
          animation: fvscrollOut 1.2s ease forwards;
}

.z-kvContents .z-playMovie {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  padding-bottom: 3em;
  font-size: clamp(0.9375rem, 1.2631578947vw, 1.5rem);
}
.z-kvContents .z-playMovie__link {
  color: #fff;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: flex-start;
  gap: 0.625em;
}
.z-kvContents .z-playMovie__link::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 0.5833333333em;
  height: 0.6666666667em;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.z-kvContents .z-kv-scrollDown {
  z-index: 2;
  color: #fff;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .z-kvContents .z-kv-scrollDown {
    right: 2.5rem;
    transform: unset;
    left: unset;
  }
}
.z-kvContents .z-kv-scrollDown__txt {
  color: #fff;
  font-size: clamp(0.875rem, 1.1052631579vw, 1.3125rem);
}
.z-kvContents .z-kv-scrollDown__line {
  display: block;
  width: 1px;
  height: 4.125rem;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .z-kvContents .z-kv-scrollDown__line {
    height: 3.4375rem;
  }
}
@media screen and (max-width: 1024px) {
  .z-kvContents .z-kv-scrollDown__line {
    height: 2.75rem;
  }
}
.z-kvContents .z-kv-scrollDown__line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: #fff;
  -webkit-animation: scrollDown 1.6s ease-in-out infinite;
          animation: scrollDown 1.6s ease-in-out infinite;
}

/* 線の上下アニメーション */
@-webkit-keyframes scrollDown {
  0% {
    top: -100%;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
@keyframes scrollDown {
  0% {
    top: -100%;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
/* CONCEPT
==========================================================*/
.z-concept {
  padding-top: calc(100vh - 101px);
  padding-top: 4.8125rem;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding-bottom: 15vh;
  width: 100%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .z-concept {
    padding: 3.75rem 0 5rem;
  }
}

.z-concept__ttl {
  font-size: 1.125rem;
}

.z-concept__copy {
  font-size: clamp(1.5rem, 1.8421052632vw, 2.1875rem);
  margin: clamp(4.375rem, 4.3684210526vw, 5.1875rem) 0 clamp(2.5rem, 2.6315789474vw, 3.125rem);
}
@media screen and (max-width: 768px) {
  .z-concept__copy {
    margin: 1.25em 0 0.75em;
  }
}

@media screen and (max-width: 768px) {
  .z-concept__txt {
    line-height: 2.3;
    font-size: 1rem;
  }
}

/* FEATURE
==========================================================*/
.z-slideCounter {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  display: none;
}
@media screen and (max-width: 768px) {
  .z-slideCounter {
    display: block;
  }
}

.z-flexSlide {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .z-flexSlide {
    flex-direction: column-reverse !important;
  }
}

.z-flexSlide-arrow {
  display: none;
}
@media (hover: hover) {
  .z-flexSlide-arrow {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: calc(100% - clamp(5rem, 9.4736842105vw, 11.25rem));
    top: 0;
    left: 0;
    display: flex;
  }
  .z-flexSlide-arrow .z-flexSlide-prev {
    display: block;
    width: 100%;
    height: 100%;
  }
  .z-flexSlide-arrow .z-flexSlide-next {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media screen and (hover: hover) and (max-width: 991px) {
  .z-flexSlide-arrow {
    height: calc(100% - 5rem);
  }
}
@media screen and (max-width: 768px) {
  .z-flexSlide-arrow {
    display: none;
  }
}

.z-flexSlide__slideFrame {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .z-flexSlide__slideFrame {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .z-flexSlide__slideFrame .slick-slide {
    margin-right: max(1.125rem, 2.1052631579vw);
  }
}

.z-flexSlide__txtFrame .slick-dots {
  bottom: -60px;
}
.z-flexSlide__txtFrame .slick-dots li {
  width: 40px;
}
.z-flexSlide__txtFrame .slick-dots li button:before {
  font-size: 8px;
}

.z-flexSlide__slide {
  width: 100%;
  height: auto;
  max-width: 100%;
  position: relative;
}
.z-flexSlide__slide.slick-dotted.slick-slider {
  margin-bottom: 12.5rem;
  margin-bottom: clamp(5rem, 9.4736842105vw, 11.25rem);
}
@media screen and (max-width: 991px) {
  .z-flexSlide__slide.slick-dotted.slick-slider {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .z-flexSlide__slide.slick-dotted.slick-slider {
    margin-bottom: 3.125rem;
  }
}
.z-flexSlide__slide .slick-slide img {
  width: 100%;
  height: 100%;
}
.z-flexSlide__slide .slick-list {
  overflow: visible;
}
.z-flexSlide__slide .slick-dots {
  bottom: max(-5.2631578947vw, -6.25rem);
  text-align: left;
  width: auto;
  margin-left: 0;
}
@media screen and (max-width: 2100px) {
  .z-flexSlide__slide .slick-dots {
    left: auto;
    right: calc(50vw - 6.5rem);
    margin-left: -6.5rem;
  }
}
@media screen and (max-width: 991px) {
  .z-flexSlide__slide .slick-dots {
    right: auto;
    margin-left: 0;
  }
}
.z-flexSlide__slide .slick-dots li button:before {
  font-size: clamp(0.3rem, 0.3157894737vw, 0.375rem);
  font-size: 7px;
  color: #bfbfbf;
  opacity: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.z-flexSlide__slide .slick-dots li {
  margin: 0;
  width: clamp(2.975rem, 3.5789473684vw, 4.25rem);
}
.z-flexSlide__slide .slick-dots li.slick-active button:before {
  color: #000;
  font-size: clamp(0.4rem, 0.4210526316vw, 0.5rem);
}
.z-flexSlide__slide .slick-slide {
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.z-flexSlide__copy {
  margin: 1.25em 0 1.5em;
}
@media screen and (max-width: 768px) {
  .z-flexSlide__copy {
    margin: 0.9444444444em 0 0.6111111111em;
  }
}

.z-flexSlide__txt {
  text-align: justify;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .z-flexSlide__txt {
    padding-right: 0.6em;
  }
}

.z-flexSlide .z-flexSlide__slide .slick-prev:before,
.z-flexSlide .z-flexSlide__slide .slick-next:before {
  display: none;
}
@media (hover: hover) {
  .z-flexSlide .z-flexSlide__slide .slick-next {
    right: 0;
    width: 55%;
  }
  .z-flexSlide .z-flexSlide__slide .slick-prev {
    left: 0;
    width: 45%;
  }
}
.z-flexSlide .z-flexSlide__txtFrame {
  max-width: 100%;
  margin-bottom: 12.5rem;
  margin-bottom: clamp(5rem, 9.4736842105vw, 11.25rem);
}
@media screen and (max-width: 991px) {
  .z-flexSlide .z-flexSlide__txtFrame {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .z-flexSlide .z-flexSlide__txtFrame {
    padding-right: calc(50vw - 46%);
    width: 100% !important;
    margin-bottom: 3.125rem;
  }
}
.z-flexSlide .z-flexSlide__txtInner {
  max-width: 100%;
}

/*
#detail{
  .z-flexSlide{
      @media (hover: hover) {
      .z-flexSlide__slide .slick-next{  width: 40%;}
      .z-flexSlide__slide .slick-prev{  width: 60%; }
      }
  }
}
*/
.z-detail__head,
.z-feature__head {
  display: none;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .z-detail__head,
.z-feature__head {
    display: flex;
  }
}

.z-feature .z-flexSlide {
  margin-right: calc(50% - 50vw);
}
.z-feature .z-flexSlide .z-flexSlide__txtFrame {
  padding-right: 1.25rem;
  width: 29.1052631579vw;
  min-width: 21.875rem;
}
@media screen and (max-width: 768px) {
  .z-feature .z-flexSlide .z-flexSlide__txtFrame {
    width: 100%;
    min-width: unset;
    padding-right: calc(50vw - 46%);
  }
}
.z-feature .z-flexSlide .z-flexSlide__slideFrame {
  flex: 1;
}
.z-feature .z-flexSlide .z-flexSlide__slideFrame .slick-slide {
  margin-right: max(1.125rem, 2.1052631579vw);
}
.z-feature .z-flexSlide .z-flexSlide__slide {
  padding-right: 6.5217391304%;
}
.z-feature .z-flexSlide .z-flexSlide__slide .slick-track {
  margin-left: 0 !important;
}

/* Blending Furniture
==========================================================*/
.z-desc .z-inner {
  max-width: 95%;
}
@media screen and (max-width: 768px) {
  .z-desc {
    padding-top: 1.25rem;
  }
}

.z-desc__flex {
  width: 100%;
  background-color: #f7f5ef;
  padding: 2.875rem max(1.5625rem, 7.0422535211%);
  border-radius: 0.3125rem;
  gap: 1.875rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .z-desc__flex {
    flex-direction: column;
    padding: 2.1875rem 1.5625rem;
  }
}

.z-desc__diagrams {
  flex: 1;
  order: 2;
}

.z-desc__diagram {
  display: flex;
  align-items: center;
}
.z-desc__diagram:not(:first-child) {
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .z-desc__diagram:not(:first-child) {
    margin-top: 1.875rem;
  }
}
.z-desc__diagram dt {
  max-width: 37.8151260504%;
}
@media screen and (max-width: 768px) {
  .z-desc__diagram dt {
    width: max(6.5625rem, 28vw);
  }
}
.z-desc__diagram dd {
  font-size: clamp(0.75rem, 0.7368421053vw, 1rem);
  padding-left: 4.25em;
}
@media screen and (max-width: 768px) {
  .z-desc__diagram dd {
    padding-left: 5.3333333333vw;
  }
}

.z-desc__txtFrame {
  width: 42.2535211268%;
  order: 1;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .z-desc__txtFrame {
    width: 100%;
  }
}

.z-desc__ttl {
  margin-bottom: 0.8695652174em;
}
@media screen and (max-width: 768px) {
  .z-desc__ttl {
    margin-bottom: 0.6666666667em;
  }
}

@media screen and (max-width: 768px) {
  .z-desc__txt {
    text-align: justify;
    font-feature-settings: "palt";
  }
}

/* DETAIL
==========================================================*/
/*
.z-detail__head {
  display: none;
  justify-content: space-between;
  align-items: baseline;
  @include mq(md) {
    display: flex;
  }
}
.z-detail .z-flexSlide {
  flex-direction: row-reverse;
  margin-left: calc(50% - 50vw);
  @include mq(md) {
     margin: 0 calc(50% - 50vw) 0 auto;
  }
  .z-flexSlide__txtFrame{
    width: calc(820/1900 * 100%);
    min-width: rem(300);
    padding-left: max(rem(20),calc(150/1900 *100%));
    @include mq(xxl) {
        padding-left: clamp(rem(20),calc(60/1280 *100%),rem(200));
    }
    @include mq(md) {
      padding-left: 0;
    }

  }
  .z-flexSlide__slideFrame {
    flex: 1;
    .slick-slide {
      margin-left: max(rem(18),calc(40/1900 *100vw));
      @include mq(md) {
         margin: 0 max(rem(18),calc(40/1900 *100vw)) 0 0 ;

      }
    } 
  }
  .z-flexSlide__slide{
    padding-left: calc(214/1050 *100%);
     @include mq(md) {
      padding-left: 0;
      padding-right: calc(75/1150 *100%);
    }


  .slick-track {
    margin-left: 0 !important;
  }


    .slick-dots {
          right: 0;
          padding-left: 0;
        @include mq(xlpc) {
          padding-left: 0;
        }
        @include mq(xxl) {
          padding-left: calc(calc(50vw - 30rem) / 2);
        }
    }

  }

}
*/
.z-detail {
  margin-top: clamp(6rem, 15.7894736842vw, 18.75rem);
  margin-top: clamp(5.125rem, 9.5789473684vw, 11.375rem);
}
@media screen and (max-width: 991px) {
  .z-detail {
    margin-top: 5.125rem;
  }
}
.z-detail .z-flexSlide {
  flex-direction: row-reverse;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .z-detail .z-flexSlide {
    margin: 0 calc(50% - 50vw) 0 auto;
  }
}
.z-detail .z-flexSlide .z-flexSlide__txtFrame {
  padding-left: 80px;
  width: 29.1052631579vw;
  min-width: 21.875rem;
}
@media screen and (max-width: 1024px) {
  .z-detail .z-flexSlide .z-flexSlide__txtFrame {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1280px) {
  .z-detail .z-flexSlide .z-flexSlide__txtFrame {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .z-detail .z-flexSlide .z-flexSlide__txtFrame {
    width: 100%;
    min-width: unset;
    padding-left: 0px;
    padding-right: calc(50vw - 46%);
  }
}
.z-detail .z-flexSlide .z-flexSlide__slideFrame {
  flex: 1;
}
.z-detail .z-flexSlide .z-flexSlide__slideFrame .slick-slide {
  margin-left: max(1.125rem, 2.1052631579vw);
}
@media screen and (max-width: 768px) {
  .z-detail .z-flexSlide .z-flexSlide__slideFrame .slick-slide {
    margin: 0 max(1.125rem, 2.1052631579vw) 0 0;
  }
}
.z-detail .z-flexSlide .z-flexSlide__slide {
  padding-left: 6.5217391304%;
}
@media screen and (max-width: 768px) {
  .z-detail .z-flexSlide .z-flexSlide__slide {
    padding-left: 0;
    padding-right: 6.5217391304%;
  }
}
.z-detail .z-flexSlide .z-flexSlide__slide .slick-track {
  margin-right: 0 !important;
}
.z-detail .z-flexSlide .z-flexSlide__slide .slick-dots {
  right: auto;
  left: calc(50vw - 5rem);
  margin-left: 0;
}
@media screen and (max-width: 991px) {
  .z-detail .z-flexSlide .z-flexSlide__slide .slick-dots {
    right: 0;
    left: auto;
  }
}

/* VOICE
==========================================================*/
.z-voice__txt {
  text-align: justify;
  margin-top: clamp(2.5rem, 2.6315789474vw, 3.125rem);
}
@media screen and (max-width: 768px) {
  .z-voice__txt {
    margin-top: 1.875rem;
  }
}

.z-voiceList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: clamp(3.75rem, 3.9473684211vw, 4.6875rem);
  gap: 2.5rem clamp(4.25rem, 10.5263157895vw, 12.5rem);
}
@media screen and (max-width: 1600px) {
  .z-voiceList {
    gap: 4.25rem clamp(2.5rem, 7.5vw, 7.5rem);
  }
}
@media screen and (max-width: 1024px) {
  .z-voiceList {
    gap: 4.25rem clamp(2.5rem, 7.8125vw, 5rem);
  }
}
@media screen and (max-width: 768px) {
  .z-voiceList {
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
  }
}

.z-voiceList__itemImgFrame {
  overflow: hidden;
  position: relative;
  /*
  &::after {
    content: "READ MORE";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: rem(16);
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.1em;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    z-index: 2;
  }
  */
}
.z-voiceList__itemImgFrame::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.z-voiceList__itemImgFrame .z-btn__hoverlink {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 0.4375em;
}
.z-voiceList__itemImgFrame .z-btn__hoverlink::after {
  content: "";
  display: block;
  transition: ease 0.3s;
  width: 1.3125em;
  height: 1.125em;
  background: url(../images/icon-arrow-normal-w.svg) no-repeat center center/contain;
}

@media (hover: hover) {
  .z-voiceList__itemLink:hover .z-voiceList__itemImgFrame::before {
    opacity: 1;
  }
  .z-voiceList__itemLink:hover .z-voiceList__itemImgFrame .z-btn__hoverlink, .z-voiceList__itemLink:hover .z-voiceList__itemImgFrame::after {
    opacity: 1;
  }
}
.z-voiceList__itemImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.z-voiceList__ttl {
  margin-top: 2em;
  line-height: 1.5555555556;
  font-weight: bold;
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  letter-spacing: 0;
  font-size: clamp(1rem, 0.9473684211vw, 1.125rem);
}
@media screen and (max-width: 768px) {
  .z-voiceList__ttl {
    margin-top: 1.6875em;
  }
}

.z-voiceList__info {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.5714285714em;
  margin-top: 0.8571428571em;
}

.z-voiceList__more {
  margin: 1.25rem 0 0 auto;
}

/* CASE STUDY
==========================================================*/
.z-caseStudySlide {
  width: 100%;
}

.z-caseStudy {
  overflow: hidden;
}

.z-caseStudySlide__main {
  margin-top: 5.6315789474vw;
  /*
  .slick-slide{
    margin-right: calc(18/1900 * 100vw)!important;
    margin-left: calc(18/1900 * 100vw)!important;
      @include mq(md) {
        margin-left:  rem(10) !important;
        margin-right: rem(10) !important;
      }
    img {
      width: 100%;
    }
  }
  .slick-list {
    padding: 0 8.8%;
  }
  @media (hover: hover) {
  .slick-arrow {
    width: 50% !important
  }
  }
  .slick-next {
  right: 0;
  }
  .slick-prev {
  left: 0;
  }
  .slick-next::before,.slick-prev::before {
    display: none;
  }
   */
}
.z-caseStudySlide__main .splide__track {
  /*
    padding-inline: 26% !important;
    @include mq(xlpc) {
      padding-inline: 18% !important;
    }
    @include mq(md) {
      padding-inline: 0% !important;
    }
      */
}
@media (hover: hover) {
  .z-caseStudySlide__main.splide .splide__arrow {
    top: 0;
    width: 50%;
    border-radius: 0;
    height: 100%;
  }
  .z-caseStudySlide__main.splide .splide__arrow.splide__arrow--prev {
    left: 0;
  }
  .z-caseStudySlide__main.splide .splide__arrow.splide__arrow--next {
    right: 0;
  }
}
.z-caseStudySlide__main.splide .splide__arrow::before {
  display: none;
}

.z-caseStudySlide__thumbnail {
  margin-top: clamp(1.4375rem, 2.5263157895vw, 3rem);
  /*
  .slick-track {
    width:fit-content !important;
    margin:0 auto;
    display: flex;
    justify-content: center;

  }
  .slick-slide img{
    width: 100%;
    height: 100%;
  }
    */
}
.z-caseStudySlide__thumbnail .splide__slide {
  border: none !important;
}

.z-caseStudySlide__thumbnailImg {
  margin: 0 clamp(0.15625rem, 0.4210526316vw, 0.5rem);
  aspect-ratio: 180/106;
  min-width: 3.375rem;
}

/* HOW TO USE
==========================================================*/
.z-howToUse {
  overflow: hidden;
}

.z-howToUse__top {
  display: flex;
  justify-content: flex-end;
  gap: 0 4.9473684211%;
}
@media screen and (max-width: 991px) {
  .z-howToUse__top {
    flex-direction: column;
  }
}

.z-howToUse__imgFrame {
  margin-top: 3.125rem;
  flex: 1;
  margin-bottom: 0.9375rem;
  margin-inline: -1.5em;
}
@media screen and (max-width: 991px) {
  .z-howToUse__imgFrame {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .z-howToUse__imgFrame {
    width: 28.125rem;
    max-width: 100%;
    margin: 0 auto;
  }
}

.z-howToUse__imgFrameImg {
  margin-left: -12%;
}
.z-howToUse__imgFrameImg video,
.z-howToUse__imgFrameImg img {
  width: 100%;
  height: auto;
  aspect-ratio: 1120/600;
}
@media screen and (max-width: 768px) {
  .z-howToUse__imgFrameImg video,
.z-howToUse__imgFrameImg img {
    aspect-ratio: 309/460;
  }
}
@media screen and (max-width: 991px) {
  .z-howToUse__imgFrameImg {
    margin-left: 0%;
  }
}
@media screen and (max-width: 768px) {
  .z-howToUse__imgFrameImg {
    margin: -2em -3% -2em;
  }
}

.z-howToUse__txtFrame {
  width: 25em;
  max-width: 100%;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .z-howToUse__txtFrame {
    padding: 0;
  }
}

.z-howToUse__txtInner {
  position: relative;
  z-index: 1;
}

.z-howToUse__caseList_slide .splide__track {
  overflow: visible !important;
}

.z-howToUse__caseList {
  margin-top: 2.1875rem;
}
@media screen and (max-width: 991px) {
  .z-howToUse__caseList {
    margin-right: calc(50% - 50vw);
    padding-right: 40px;
  }
}
@media screen and (max-width: 600px) {
  .z-howToUse__caseList {
    padding-right: 9.6vw;
  }
}
.z-howToUse__caseList.z-scroll::-webkit-scrollbar-track {
  margin-right: 40px;
}
@media screen and (max-width: 600px) {
  .z-howToUse__caseList.z-scroll::-webkit-scrollbar-track {
    margin-right: 9.6vw;
  }
}

.z-howToUse__caseItem {
  min-width: 17.5rem;
}
.z-howToUse__caseItem .z-howToUse__caseImg {
  aspect-ratio: 602/698;
}
.z-howToUse__caseItem video,
.z-howToUse__caseItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.z-howToUse__caseInfo {
  padding: 0.625rem 0;
  max-width: 100%;
}

.z-howToUse__caseNum {
  display: block;
  margin-bottom: 0.2em;
}

.z-howToUse__caseTtl {
  line-height: 1.5;
  font-weight: bold;
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  font-size: 1.125em;
}
@media screen and (max-width: 768px) {
  .z-howToUse__caseTtl {
    font-size: 0.875rem;
  }
}

.z-howToUse__copy {
  margin-bottom: min(1.1111111111em, 1.875rem);
}
@media screen and (max-width: 768px) {
  .z-howToUse__copy {
    margin: 1.875em 0 1.25em;
  }
}

.z-howToUse__caseTxt {
  margin-top: 0.625rem;
  font-size: 0.8125rem;
  line-height: 1.6923076923;
  letter-spacing: 0.02em;
}

/* DESIGN SYSTEM
==========================================================*/
.z-system__allLineup {
  margin: 3.4375rem 0 0 auto;
}
@media screen and (max-width: 768px) {
  .z-system__allLineup {
    margin: 2.1875rem auto 0;
  }
}

.z-system__scroll {
  margin: clamp(2.8125rem, 5.2631578947vw, 6.25rem) calc(50% - 50vw) 0;
  margin-top: 0;
  /*
  img {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: rem(375);
  }
  */
}
@media (hover: hover) {
  .z-system__scroll:hover {
    cursor: pointer;
  }
}

.z_Endless-slide__link {
  cursor: pointer;
  pointer-events: all;
  display: block;
}
.z_Endless-slide__link div {
  position: absolute;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .z_Endless-slide__link div {
    width: 80px;
    height: 80px;
    margin-top: 0.625rem;
  }
}
.z_Endless-slide__link div span {
  display: block;
  position: relative;
}
.z_Endless-slide__link div span::before, .z_Endless-slide__link div span::after {
  content: "";
  display: block;
  width: clamp(0.5rem, 0.7882291119vw, 0.9375rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.z_Endless-slide__link div span::before {
  background-color: #fff;
}
.z_Endless-slide__link div span::after {
  border: 1px solid #fff;
  -webkit-animation: pinAnimation 1.1s infinite;
          animation: pinAnimation 1.1s infinite;
}
@-webkit-keyframes pinAnimation {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(8);
    opacity: 0;
  }
}
@keyframes pinAnimation {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(8);
    opacity: 0;
  }
}
/* Endless scroll */
.infinite-slides {
  position: absolute;
  top: 0;
  display: flex;
}

.z_Endless__img {
  position: relative;
  overflow: hidden;
}

.touch-device .z_Endless__img {
  overflow-x: scroll;
  overflow-x: hidden;
}

.z_Endless__img img {
  height: calc(100vh - 250px);
  max-height: 680px;
  width: auto;
}

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

.z_Endless-slide {
  width: auto !important;
}

.z_Endless_underwrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .z_Endless_underwrap {
    padding-top: 2.1875rem;
  }
}
.z_Endless_underwrap .z_Endless_nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.z_Endless_underwrap .z_Endless_nav ul {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.z_Endless_underwrap .z_Endless_nav ul li button {
  position: relative;
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
}
.z_Endless_underwrap .z_Endless_nav ul li button::before {
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #bfbfbf;
  transition: 0.4s 0.4s cubic-bezier(0.25, 0.64, 0.58, 0.92);
}
.z_Endless_underwrap .z_Endless_nav ul li button::after {
  content: "";
  width: 16px;
  right: 0;
  position: absolute;
  top: 50%;
}
.z_Endless_underwrap .z_Endless_nav ul li button.active::before {
  background-color: #000;
}
.z_Endless_underwrap .z-allLineup {
  margin-left: auto;
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .z_Endless__img img {
    height: 62vw;
    height: 68vw;
  }
  .z_Endless_underwrap {
    flex-wrap: wrap;
  }
  .z_Endless_underwrap .z_Endless_nav {
    position: static;
    transform: none;
  }
  .z_Endless_underwrap .z-allLineup {
    margin-inline: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .z_Endless_underwrap {
    justify-content: center;
    flex-direction: column;
  }
  .z_Endless_underwrap .z_Endless_nav {
    margin-bottom: 2rem;
  }
  .z_Endless_underwrap .z-allLineup {
    margin-inline: auto !important;
  }
}
.z-systemDetails {
  height: 100vh;
  width: 100%;
  z-index: 1000005;
  transition: opacity 0.4s ease, visibility 0s 0.4s;
  position: fixed;
  inset: 0; /* top, right, bottom, left: 0 */
  background: rgba(0, 0, 0, 0.4);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  .z-systemDetails {
    background-color: #F4F4F4;
    padding: 3.125rem 0 3.75rem;
  }
}
.z-systemDetails.is-open {
  transition: opacity 0.4s ease, visibility 0s;
}

.z-systemDetails__close {
  position: absolute;
  top: 0.875rem;
  right: 0.875rem;
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #000;
  display: block;
  width: 35px;
  height: 35px;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 600px) {
  .z-systemDetails__close {
    top: 0.5rem;
    right: 0.5rem;
  }
}
.z-systemDetails__close span {
  display: block;
  height: 2px;
  width: 25px;
  z-index: 1002;
  background-color: #000;
  position: absolute;
  left: 5px;
  top: 50%;
}
@media screen and (max-width: 600px) {
  .z-systemDetails__close span {
    width: 18px;
  }
}
.z-systemDetails__close span:nth-child(1) {
  transform: translateY(-50%) rotate(45deg);
}
.z-systemDetails__close span:nth-child(2) {
  transform: translateY(-50%) rotate(-45deg);
}
.z-systemDetails__close:hover {
  opacity: 0.6;
}

.z-systemDetails__contents {
  width: 87.3684210526vw;
  width: 90.5263157895vw;
  max-width: 2000px;
  background-color: #F4F4F4;
  height: 100%;
  margin-left: auto;
  display: flex;
}
@media screen and (max-width: 1280px) {
  .z-systemDetails__contents {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .z-systemDetails__contents {
    flex-direction: column;
    max-width: calc(100% - 80px);
    margin: 0 auto;
    height: auto;
    padding-bottom: 5em;
    padding-top: 3.2rem;
  }
}
@media screen and (max-width: 600px) {
  .z-systemDetails__contents {
    max-width: 82.4%;
  }
}

.z-systemDetails__product {
  padding-top: 3.75rem;
  padding-left: 3.5rem;
  flex: 1;
}
.z-systemDetails__product .z-systemDetails__allLineup {
  left: 3.5rem;
  bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .z-systemDetails__product {
    padding-top: 0;
    padding-left: 0;
  }
}

.z-systemDetails__parts {
  width: 58.734939759%;
  padding: 3.75rem 6.0240963855% 6.25rem;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .z-systemDetails__parts {
    width: 100%;
    padding: 0;
    height: 100%;
    overflow-y: unset;
    margin-top: 1.875rem;
  }
}

.z-systemDetails__partsList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5.9375rem max(3.125rem, 4.5180722892%);
}
@media screen and (max-width: 1280px) {
  .z-systemDetails__partsList {
    gap: 5rem max(3.125rem, 4.5180722892%);
  }
}
@media screen and (max-width: 600px) {
  .z-systemDetails__partsList {
    grid-template-columns: 1fr;
  }
}

.z-systemDetails__partsBottom {
  margin-top: 1.375em;
  display: flex;
}

.z-systemDetails__partsTtl {
  font-weight: 600;
  line-height: 1.6;
  padding-bottom: 0.8em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.z-systemDetails__partsInfo {
  width: 57.1428571429%;
}
@media screen and (max-width: 600px) {
  .z-systemDetails__partsInfo {
    width: 51.7799352751%;
  }
}

.z-systemDetails__partsTxt {
  line-height: 1.375em;
}

.z-systemDetails__parts_Colorname {
  font-size: 0.8125em;
  line-height: 1.5em;
  margin-top: 0.2em;
}

ul.z-systemDetails__partsColor {
  display: flex;
  gap: 5px;
}
ul.z-systemDetails__partsColor li p {
  font-size: 9px;
  font-size: min(0.78cqw, 0.72em);
  letter-spacing: normal;
  margin-right: -5px;
  line-height: 1.4;
  margin-top: 0.25em;
}
@media screen and (max-width: 991px) {
  ul.z-systemDetails__partsColor li p {
    font-size: min(0.9cqw, 0.72em);
  }
}
@media screen and (max-width: 768px) {
  ul.z-systemDetails__partsColor li p {
    font-size: min(2.9cqw, 0.72em);
  }
}
ul.z-systemDetails__partsColor li p.zm-fab {
  letter-spacing: -0.02em;
}

.z-systemDetails__partsImg {
  flex: 1;
  height: auto;
}

.z-systemDetails__allLineup {
  position: absolute;
  left: 3.1578947368vw;
  bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .z-systemDetails__allLineup {
    position: unset;
    margin: 5rem auto 0;
  }
}

.z-systemDetails__productImg {
  width: 100%;
  height: auto;
}

.z-systemDetails__product_plan {
  margin-left: 8%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1280px) {
  .z-systemDetails__product_plan {
    margin-left: 0%;
  }
}
@media screen and (max-width: 600px) {
  .z-systemDetails__product_plan {
    overflow: hidden;
    margin-inline: -9.8%;
  }
}

/* COLOR & MATERIAL & FINISH
==========================================================*/
.z-color {
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .z-color__txt .is-overLg {
    display: block;
  }
}

.z-color__contents {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1280px) {
  .z-color__contents {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.z-color__exFrame {
  width: min(66%, 70rem);
  /*
  @include mq(xxl) {
   width: 100%;
   padding-left: 4%;
  }

   */
}
@media screen and (max-width: 1280px) {
  .z-color__exFrame {
    padding-left: 4%;
    box-sizing: border-box;
    width: 58em;
  }
}
@media screen and (max-width: 991px) {
  .z-color__exFrame {
    padding-left: 0%;
  }
}

.z-color__txtFrame {
  padding-inline: 4%;
  flex: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1479px) {
  .z-color__txtFrame {
    padding-inline: 0;
  }
}
@media screen and (max-width: 1280px) {
  .z-color__txtFrame {
    padding-inline: 4%;
  }
}
@media screen and (max-width: 991px) {
  .z-color__txtFrame {
    padding-inline: 0;
  }
}

.z-color__exInner {
  margin-left: auto;
  width: 60.3125rem;
  max-width: 100%;
}
.z-color__txtInner {
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 1280px) {
  .z-color__txtInner {
    margin-left: 0;
    max-width: 100%;
  }
}

.z-color__exTtl {
  margin-top: 4.4444444444em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 1.1111111111em;
}
@media screen and (max-width: 768px) {
  .z-color__exTtl {
    margin-top: 2.375rem;
    padding-bottom: 0.6875rem;
  }
}

.z-color__exContents {
  display: flex;
  margin-top: 1.875em;
  font-size: clamp(0.9375rem, 0.8421052632vw, 1rem);
}
@media screen and (max-width: 991px) {
  .z-color__exContents {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .z-color__exContents {
    flex-wrap: wrap;
    margin-top: 1.5625rem;
  }
}

.z-color__exLabels {
  font-family: "Roboto";
  display: flex;
  flex-direction: column;
  gap: 1em;
  font-weight: 500;
  font-size: 0.9375em;
  font-size: min(0.9375em, 14px);
  width: 18em;
  line-height: 1;
}
.z-color__exLabels span {
  display: inline-block;
  padding-top: 0.7em;
}
@media screen and (max-width: 1600px) {
  .z-color__exLabels span {
    padding-top: 0.6em;
  }
}
@media screen and (max-width: 1479px) {
  .z-color__exLabels span {
    padding-top: 0.4em;
  }
}
@media screen and (max-width: 1365px) {
  .z-color__exLabels span {
    padding-top: 0.25em;
  }
}
@media screen and (max-width: 768px) {
  .z-color__exLabels {
    font-size: 0.8125rem;
    width: 7em;
  }
}

@media screen and (max-width: 768px) {
  .z-colorList_slide {
    width: calc(100vw - (7em + 4%));
  }
}

.z-colorList {
  /*
    @include mq(lg) {
      gap: rem(21);
    }
  */
}
@media screen and (max-width: 768px) {
  .z-colorList {
    padding-right: 1.875rem;
    /*
    &.z-scroll::-webkit-scrollbar-track {
    margin-right: rem(30);
    }
    */
  }
}

.z-colorList__item {
  font-size: min(0.75em, 12px);
  min-width: 5.5rem;
  overflow: visible;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 991px) {
  .z-colorList__item {
    min-width: 5.3125rem;
  }
}
.z-colorList__item img {
  width: 100%;
  height: auto;
}

.z-colorList__itemTtl {
  line-height: 1.35;
  margin-top: 0.6em;
  white-space: nowrap;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .z-colorList__itemTtl {
    font-size: 0.625rem;
  }
}

/* PICK UP COLORS */
.z-pickupColors {
  margin-top: clamp(4.625rem, 7.3684210526vw, 8.75rem);
}
@media screen and (max-width: 768px) {
  .z-pickupColors {
    margin-top: 2rem;
  }
}

.z-pickupColors__ttl {
  font-family: "Roboto";
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: clamp(0.8125rem, 1.1578947368vw, 1.375rem);
  line-height: 1.8;
  text-align: center;
  margin-bottom: 2.7272727273em;
}

.z-pickupColorsList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.375rem clamp(1.5rem, 2.1052631579vw, 2.5rem);
}
@media screen and (max-width: 991px) {
  .z-pickupColorsList {
    gap: 4.375rem clamp(1.25rem, 2.1052631579vw, 2.5rem);
  }
}
@media screen and (max-width: 768px) {
  .z-pickupColorsList {
    grid-template-columns: 1fr;
    width: 25rem;
    max-width: 100%;
    margin: 0 auto;
  }
}

.z-pickupColorsList__imgFrame {
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 475/600;
}

.z-pickupColorsList__img {
  width: 100%;
  height: auto;
}

.z-pickupColorsList__ttl--en {
  font-family: "Roboto";
  letter-spacing: 0.04em;
  line-height: 1.4166666667;
  font-weight: 500;
  font-size: clamp(1.125rem, 1.2105263158vw, 1.4375rem);
  margin-top: 1.6666666667em;
  display: flex;
  gap: 0.5652173913em;
}
@media screen and (max-width: 1024px) {
  .z-pickupColorsList__ttl--en {
    font-size: clamp(0.9375rem, 1.7578125vw, 1.4375rem);
  }
}
@media screen and (max-width: 768px) {
  .z-pickupColorsList__ttl--en {
    font-size: 1.125rem;
    margin-top: 1.375rem;
  }
}
.z-pickupColorsList__ttl--en img {
  width: 1.1666666667em;
  aspect-ratio: 1/1;
  margin-inline: 0.2em;
}
.z-pickupColorsList__ttl--ja {
  display: block;
  margin-top: 0.625em;
}

.z-pickupColorsList__txt {
  margin-top: 0.9375em;
  font-feature-settings: "palt";
}

/* GALLERY
==========================================================*/
.z-gallery__ttl {
  margin-bottom: 2.7777777778em;
}
@media screen and (max-width: 768px) {
  .z-gallery__ttl {
    margin-bottom: 2.2222222222em;
  }
}

/*
.z-gallerySlide {
    .slick-track {
    width:fit-content  !important;
    margin:0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: rem(10);
  }
  .slick-slide img{
    width: 100%;
    height: 100%;
  }
}
*/
.z-gallerySlide__thumbnail {
  cursor: pointer;
  pointer-events: auto !important;
  transition: transform 0.3s ease;
  margin: 0 clamp(0.25rem, 0.5263157895vw, 0.625rem);
  aspect-ratio: 1/1;
  height: auto;
  overflow: hidden;
  min-width: 6.5625rem;
  align-items: flex-start;
}
.z-gallerySlide__thumbnail img {
  width: 100%;
  transition: all 0.4s;
}
.z-gallerySlide__thumbnail:hover img {
  transform: scale(1.05);
}

/**************************\
  Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    transform: translateX(101%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes mmslideIn {
  from {
    transform: translateX(101%);
  }
  to {
    transform: translateX(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(101%);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(101%);
  }
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100005;
  height: 100%;
  overflow: auto;
}

.modal__close {
  background: transparent;
  border: 0;
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
  transition: 0.3s 0.4s cubic-bezier(0.25, 0.64, 0.58, 0.92);
}

.z-systemDetails.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.z-systemDetails.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.z-systemDetails.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.z-systemDetails.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide:not(.z-systemDetails)[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide:not(.z-systemDetails)[aria-hidden=false] .modal__container {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide:not(.z-systemDetails)[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide:not(.z-systemDetails)[aria-hidden=true] .modal__container {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

#modal-youtube .modal__overlay,
.z-colors .modal__overlay,
.z-gallery .modal__overlay {
  display: flex;
  justify-content: center;
  align-items: center;
}

#modal-youtube {
  height: 100vh;
  width: 100%;
  z-index: 1000005;
  transition: opacity 0.4s ease, visibility 0s 0.4s;
  position: fixed;
  top: 0;
  inset: 0;
  background: rgba(244, 244, 244, 0.96);
  overflow: none;
}
#modal-youtube.is-open {
  transition: opacity 0.4s ease, visibility 0s;
}
#modal-youtube .zvideo-wrap {
  width: 100%;
  max-height: 90vh;
  aspect-ratio: 16/9;
}
#modal-youtube .zvideo-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
#modal-youtube #modal-youtube-content {
  height: 100%;
  width: 90vw;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.z-colors-modalslide,
.z-gallery-modalslide {
  height: 100vh;
  width: 100%;
  z-index: 1000005;
  transition: opacity 0.4s ease, visibility 0s 0.4s;
  position: fixed;
  top: 0;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  background: rgba(244, 244, 244, 0.96);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.z-colors-modalslide.is-open,
.z-gallery-modalslide.is-open {
  transition: opacity 0.4s ease, visibility 0s;
}
.z-colors-modalslide .splide,
.z-gallery-modalslide .splide {
  height: 100vh;
  padding-block: 5vh 15vh;
}
.z-colors-modalslide .splide__track,
.z-gallery-modalslide .splide__track {
  overflow: hidden;
  height: 100%;
}
.z-colors-modalslide .splide__list,
.z-gallery-modalslide .splide__list {
  display: flex;
  align-items: center;
}
.z-colors-modalslide .splide__slide,
.z-gallery-modalslide .splide__slide {
  flex: 0 0 100%; /* 1枚分だけ幅を確保 */
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.z-colors-modalslide .splide__slide img,
.z-gallery-modalslide .splide__slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.z-colors-modalslide .modal__footer,
.z-gallery-modalslide .modal__footer {
  position: absolute;
  bottom: 0;
  height: 15vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.z-colors-modalslide .modal__footer .modal__btn,
.z-gallery-modalslide .modal__footer .modal__btn {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .z-colors-modalslide .splide,
.z-gallery-modalslide .splide {
    padding-block: 5vh 25vh;
  }
  .z-colors-modalslide .modal__footer,
.z-gallery-modalslide .modal__footer {
    bottom: 10vh;
  }
  .z-colors-modalslide .modal__footer .modal__btn img,
.z-gallery-modalslide .modal__footer .modal__btn img {
    width: 27px;
  }
}

/* Design Resources
==========================================================*/
.z-resources__contents {
  width: 72.5rem;
  max-width: 100%;
  margin: clamp(2.5rem, 6.5789473684vw, 7.8125rem) auto clamp(4.75rem, 6.8421052632vw, 8.125rem);
}

.z-resourcesBtns {
  display: grid;
  box-sizing: content-box;
  gap: clamp(1.5625rem, 5.7142857143vw, 5rem) 5vw;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "btn01 btn01" "btn02 btn03";
}
@media screen and (max-width: 768px) {
  .z-resourcesBtns {
    grid-template-areas: "btn01 btn01" "btn02 btn02" "btn03 btn03";
  }
}

.z-resourcesBtn--01 {
  grid-area: btn01;
}

.z-resourcesBtn--02 {
  grid-area: btn02;
}

.z-resourcesBtn--03 {
  grid-area: btn03;
}

.z-resourcesBtn {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0.3125rem;
}
.z-resourcesBtn--hasImg {
  position: relative;
}
.z-resourcesBtn--hasImg::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../images/icon-external.svg) no-repeat center center/contain;
  position: absolute;
  right: 1.875rem;
  top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .z-resourcesBtn--hasImg::before {
    right: 1.25rem;
    top: 1.25rem;
  }
}
.z-resourcesBtn--hasImg.zcoming::before {
  display: none;
}
.z-resourcesBtn--hasImg.zcoming a {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .z-resourcesBtn--hasImg .z-resourcesBtn__txtFrame {
    padding-bottom: 0.9375rem;
  }
}

.z-resourcesBtn__txtFrame {
  padding: 1.5625rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .z-resourcesBtn__txtFrame {
    padding-top: 1.25rem;
  }
}

.z-resourcesBtn__ttl {
  font-size: clamp(0.875rem, 1.4457831325vw, 1.125rem);
  font-weight: bold;
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  margin-bottom: 1.2222222222em;
  line-height: 1.8888888889em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .z-resourcesBtn__ttl {
    margin-bottom: 0.625rem;
  }
}

.z-resourcesBtn__txt {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  text-align: justify;
}

.z-resourcesBtn__imgFrame {
  overflow: hidden;
  aspect-ratio: 540/210;
}
@media screen and (max-width: 768px) {
  .z-resourcesBtn__imgFrame {
    aspect-ratio: 309/100;
  }
}
.z-resourcesBtn__imgFrame img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.z-resources__allLineup .z-allLineupLink {
  border: unset;
  padding: 0;
  height: unset;
  line-height: 1;
}

.z-resourcesBtn__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .z-resourcesBtn__bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }
}

/* VOICE 下層
==========================================================*/
body:has(.z-voiceLower) .z-header__logo {
  fill: #000 !important;
}
body:has(.z-voiceLower) .z-header__btn span {
  background-color: #000;
}

.z-article__contents {
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .z-article__contents {
    margin-left: auto;
  }
}

/* レイアウト
==========================================================*/
.z-split {
  display: flex;
  padding-bottom: clamp(2.8125rem, 5.2631578947vw, 6.25rem);
}
@media screen and (max-width: 768px) {
  .z-split {
    flex-direction: column;
  }
}

.z-split__txtContainer {
  padding-top: 5rem;
  width: 55.2631578947vw;
}
@media screen and (max-width: 768px) {
  .z-split__txtContainer {
    padding-top: 4rem;
    width: 100%;
  }
}

.z-split__txtInner {
  padding: 0 19.0476190476%;
}
@media screen and (max-width: 991px) {
  .z-split__txtInner {
    padding: 0 14%;
  }
}
@media screen and (max-width: 768px) {
  .z-split__txtInner {
    padding: 0;
  }
}

.z-split__imgContainer {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: calc(100vh - 3.75rem);
  flex: 1;
}

.z-split__imgList {
  display: grid;
}

.z-split__imgItem {
  height: 100vh;
  display: grid;
  place-content: center;
  grid-area: 1/1;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.z-split__imgItem.is-visible {
  opacity: 1;
}

.zvoice_imgcaption {
  text-align: right;
  padding-top: 0.8em;
  font-size: 0.86em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .zvoice_imgcaption {
    font-size: 0.75em;
    line-height: 1.6;
    letter-spacing: normal;
    margin-left: -0.5em;
  }
}

/* コンテンツ
==========================================================*/
.z-article__ttl {
  font-family: "Roboto";
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-size: clamp(1.25rem, 1.2105263158vw, 1.6875rem);
  margin-top: 5.625rem;
}
@media screen and (max-width: 768px) {
  .z-article__ttl {
    margin: 5.625rem 0 2.1875rem;
  }
}

.z-article__copy {
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.7;
  font-size: clamp(1rem, 1.3684210526vw, 1.625rem);
  margin-bottom: 1.5384615385em;
}
.z-article__heading3 {
  font-weight: 600;
  letter-spacing: 0.05em;
  display: flex;
  align-items: flex-start;
  gap: 0.5625em;
  margin-top: 5.625em;
}
.z-article__heading3::before {
  content: "";
  display: block;
  width: 4.5em;
  min-width: 2.1875rem;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.25);
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .z-article__heading3 {
    line-height: 1.75;
  }
}

.z-article__head {
  margin-top: min(40%, 26.25rem);
}
@media screen and (max-width: 768px) {
  .z-article__head {
    margin-top: 2.5rem;
  }
}

.z-article__txtContents {
  margin: 0 auto;
  max-width: 40.625rem;
  width: 100%;
  text-align: justify;
  letter-spacing: 0.05em;
}

.z-article__mainContents {
  margin-top: min(27.6923076923%, 11.25rem);
}
@media screen and (max-width: 768px) {
  .z-article__mainContents {
    margin-top: 0;
  }
}

.z-article__txt {
  margin-top: 1.75em;
}
@media screen and (max-width: 768px) {
  .z-article__txt {
    margin-top: 1.25rem;
  }
}
.z-article__txt--mt0 {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .z-article__txt--mt0 {
    margin-top: 1.875rem;
  }
}

.z-article__name {
  display: inline-block;
  margin-right: 1em;
  font-weight: bold;
}

.z-article__imgFrame--sp {
  width: 100%;
  height: auto;
  margin-top: 1.875rem;
}
.z-article__imgFrame--sp img {
  width: 100%;
  height: 100%;
}
.z-article__imgFrame--sp + .z-article__imgFrame--sp {
  margin-top: 0.625rem;
}

.z-profile {
  width: 100%;
  display: flex;
  letter-spacing: 0.05em;
  gap: 0.9375rem 1.25em;
}
@media screen and (max-width: 991px) {
  .z-profile {
    flex-direction: column;
  }
}

.z-profile__imgFrame {
  width: max(5rem, 15.3846153846%);
  aspect-ratio: 100/105;
  height: auto;
}
@media screen and (max-width: 991px) {
  .z-profile__imgFrame {
    width: 5.625rem;
  }
}

.z-profile__info {
  flex: 1;
}

.z-profile__name {
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 600;
}

.z-profile__txt {
  font-size: 0.8125rem;
  line-height: 1.7;
  margin-top: 0.5em;
}

.z-teamProfile__ttl {
  display: block;
  font-weight: 600;
}

.z-teamProfile__contents {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.9375rem 1.1875rem;
  margin: 1.875rem 0 4.6875rem;
}
@media screen and (max-width: 991px) {
  .z-teamProfile__contents {
    flex-direction: row;
    margin-bottom: 2.1875rem;
  }
}
@media screen and (max-width: 991px) {
  .z-teamProfile__contents .z-profile {
    width: 5.625rem;
  }
}

.z-article__backBtn {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .z-article__backBtn {
    margin: 0 auto;
  }
}

/* OTHER VOICE
==========================================================*/
.z-voiceLower .z-voice {
  background-color: #F4F4F4;
  padding: clamp(2.8125rem, 4.7368421053vw, 5.625rem) 0 clamp(2.8125rem, 7.3684210526vw, 8.75rem);
}
/*# sourceMappingURL=style.css.map */