@charset "UTF-8";

.p-brand-mv__logo img {
  max-width: 55%;
}

.p-brand-point__autoscroll li + li {
  margin-left: 25px;
}

.p-top-zeroconductor__zero {
  text-align: center;
}

div#zero_movie2 {
  text-align: left;
  float: left;
  width: 90%;
}

div#ino-zero2-movie {
  float: right;
  width: 45%;
  margin: 0px 20px 0px;
}

.p-top-zeroconductor {
  padding: 0;
}

.p-design-variation__inner {
  padding: 18px 20px 20px;
}

.p-brand-point__col2-content {
  background: white;
}

.p-about-featured .c-featured-banner {
  background: white;
}

div#zero_flow_plus_movie01 {
  width: 100%;
}

div#zero_flow_plus_movie02 {
  margin: 0 auto;
  width: 100%;
}
.c-animation--shrink {
  height: auto;
}

div#zero_flow_plus_point01 {
  width: 100%;
}

.c-button__text::after {
  background-image: url(../images/common/ico_arrow_black_01.svg);
  margin-left: 5px;
}

.c-showroom-reserve__button {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

a.c-button-border__text {
  margin: 15px 18px 0px 0px;
  max-width: 140px;
}

.js_release {
  cursor: pointer;
}

.c-pagination .swiper-pagination-bullet::before {
  background: black;
}
.c-pagination .swiper-pagination-bullet::after {
  background: white;
}

/* SP */
@media screen and (max-width: 767px) {
  .p-brand-mv__logo img {
    max-width: 90%;
  }

  div#zero_movie {
    width: 64%;
    margin-bottom: 30px;
  }
  div#zero_movie2 {
    width: unset;
    margin: 0px 20px;
    text-align: justify;
  }

  div#ino-zero2-movie {
    width: unset;
    margin-top: 30px;
  }

  div#point2_block {
    padding-top: 20px;
  }

  video {
    max-height: 290px;
    margin-top: 20px;
  }

  p.p-about-vision__text.c-text {
    text-align: center;
  }

  .c-showroom-reserve__button {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  a.c-button-border__text {
    margin: 10px;
  }

  .c-button__text::after {
    background-image: url(../images/common/ico_arrow_black_01.svg);
    margin-left: 5px;
  }
}

/* 240515追加 START */

section#main__1 {
  margin: 4ex 0ex;
}

div#main_1 {
  width: 100%;
  margin: auto;
  margin-bottom: 10ex;
}

div#zero-flow01 {
  text-align: center;
}

h2#zeropoint1,
h2#zeropoint2,
h2#zeropoint3,
h2#zeropoint4 {
  font-size: 21px;
  margin: 10px 0px;
  padding: 10px 0px;
  max-width: 78%;
  color: black;
}

.p-brand-back2 {
  border-top: 1px solid none;
  padding-top: 60px;
  padding-bottom: 0px;
  text-align: center;
}

div#material_bl {
  background: none;
  margin-top: 12ex;
}

h2#zero_new {
  font-size: 19px;
  font-weight: 700;
  color: red;
}

/* point2 zeroflow */
h2#point2_title {
  margin-bottom: 1ex;
}

/* point3 door */
div#door_all {
  max-width: 60%;
  margin: auto;
  padding-bottom: 8px;
  color: white;
  border-bottom: 0.5px solid;
}

.c-button-arrow__text::after {
  background: url(../images/common/ico_arrow_white_01.svg) no-repeat
    center/contain;
}

.p-about-featured {
  padding: 60px 0 10px;
}

.p-dresscore-about__content-title {
  margin-top: 8px;
  line-height: 29px;
  text-align: center;
  border-bottom: 1px solid;
  margin: auto;
}

.p-brand-spec__block {
  margin-top: 24px;
  position: relative;
}

.p-brand-spec__inner.l-section__inner {
  padding-top: 21px;
}

/* point4 interior */
#interior {
  font-size: 16px;
}

/* SP */
@media screen and (min-width: 768px) {
  section#main__1 {
    margin: 20ex 0ex;
  }

  div#main_1 {
    width: 77%;
    margin: auto;
    margin-bottom: 26ex;
  }

  h2#zeropoint1,
  h2#zeropoint2,
  h2#zeropoint3,
  h2#zeropoint4 {
    font-size: 30px;
    max-width: 64%;
  }

  h2#zero_new {
    font-weight: 700;
    font-size: 24px;
    width: 16%;
  }

  /* point2 zeroflow */
 .c-animation--fade.c-animation--parent.js-animation-scroll.is-visible {
    /* display: blocx; */
    flex-direction: unset;
  }

  .p-about-featured {
    padding: 100px 0 40px;
  }

  /* point3 door */
  div#door_all {
    max-width: 20%;
  }

  /* point4 interior */
  #interior {
    font-size: 21px;
  }
}

/* 240515追加 END */
/* 251007収納ブロック追加 START */
  .kitchen-slider {
    width: 87.5%;
    margin: 0 auto;
}

.kitchen-slider .swiper-slide {
    position: relative;
}

.kitchen-slider .main-image {
    display: block;
    width: 100%;

}
.kitchen-slider .hotspot {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 0 8px rgba(255, 255, 255, 1.0);
    transition: transform 0.2s ease;
    background: white;
}

.kitchen-slider .hotspot::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.5);
    animation: ripple 1.8s infinite;
}
.kitchen-slider .tooltip {
  position: absolute;
  top: -200px;
  left: auto;
  right: 30px;
  width: 220px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 10px;
  border-radius: 8px;
  display: none;
  z-index: 10;
}

.kitchen-slider .tooltip.right {
  left: 30px;
  right: auto;
}

.kitchen-slider .tooltip iframe {
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 6px;
  margin-top: 5px;
}

.kitchen-slider .tooltip.active {
  display: block;
}

.close-btn {
  text-align: right;
  margin-bottom: 5px;
}

.close-btn button {
  background: #fff;
  border: none;
  padding: 3px 8px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 12px;
  color: #000;
}

.mobile-panel {
  position: fixed;
  left: 0;
  bottom: -100%;
  width: 56%;
  height: 40%;
  background: rgba(0, 0, 0, 0.95);
  padding: 20px;
  box-sizing: border-box;
  transition: bottom 0.3s ease;
  z-index: 100;
  overflow: auto;
  color: #fff;
}

.mobile-panel.active {
  bottom: 0;
}

.mobile-panel iframe {
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 6px;
}

path {
  display: none;
}

.swiper-button-prev01,
.swiper-button-next01 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #000;
  cursor: pointer;
  z-index: 10;
}

.swiper-button-prev01 {
  left: 20px;
}

.swiper-button-next01 {
  right: 20px;
}

.swiper-button-prev01::after {
  content: "←";
}

.swiper-button-next01::after {
  content: "→";
}

.p-dresscore-about__content-title {
  border: none !important;
}

.p-brand-point__autoscroll li+li {
  margin-left: 3px;
}

.p-kitchen-function__slider-image {
  position: relative;
}

.p-kitchen-function__slider-image span {
  position: absolute;
  bottom: 0;
  right: 0px;
  z-index: 10;
  background-color: darkred;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 12px;
}

.p-kitchen-function__slider--sink .p-kitchen-function__slider-text {
  font-size: 15px;

  margin-bottom: 6px;
}

.p-kitchen-function__slider-text-p {
  margin-top: 0;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 20px;
  white-space: normal;
  text-indent: -0.5em;
  padding-left: 1em;
}

p.p-kitchen-function__slider-text {

  font-weight: 600;
  padding-top: 3ex;
  text-indent: -1em;
  padding-left: 1em;
}

p.p-kitchen-function__slider-title.c-title-sub {
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
}

li.p-kitchen-function__slider-item {
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
  border-radius: 5px;
  padding: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  height: auto;
}

.kaigyo {
  margin: 10ex;
}

.block-layout {
  height: 122px;
}

.block-layout02 {
  margin-bottom: 10px;
}

/* パターン1: インライン型リンクカード */
.link-card {
display: flex;
gap: 20px;
padding: 20px;
border: 1px solid #e0e0e0;
border-radius: 0px;
text-decoration: none;
color: inherit;
transition: all 0.3s ease;
cursor: pointer;
background: #fff;
}

.link-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
border-color: #333;
}

.link-card-image {
width: 180px;
height: 120px;
border-radius: 0px;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
}

.link-card-image img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 0px;
}

.link-card-content {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
}

.link-card-label {
margin-bottom: 12px;
font-family: mars-extendedregular, sans-serif;
letter-spacing: .11em;
text-transform: uppercase;
margin-top: 0px;
font-size: 11px;
}

.link-card-title {
font-size: 21px;
margin-bottom: 16px;
}


.link-card-cta {
font-size: 15px;
color: #000;
font-weight: 600;
display: inline-flex;
align-items: center;
padding-bottom: 6px;
gap: 5px;
}

.link-card-cta::after {
content: '→';
transition: transform 0.3s ease;
}

.link-card:hover .link-card-cta::after {
transform: translateX(5px);
}


/* PC用（768px以上） */
@media (min-width: 768px) {
  .mobile-panel {
      display: none;
  }

  h4.tooltip-title {
      font-size: 19px;
      font-weight: bold;
      margin: 13px 0px 6px 0px;
  }

  p.tooltip-desc {
      font-size: 14px;
      line-height: 1.6;
      margin-bottom: 4px;
  }

  h3.p-dresscore-about__content-title.c-title-sub {
      font-size: 21px;
  }

  p.p-dresscore-about__content-text.c-text {
      text-align: center;
  }


  section#syunou_block_valiation {
      padding-top: 60px;
  }

}

/* SP用（767px以下） */
@media (max-width: 767px) {
  .mobile-panel {
      width: 46%;
      height: 48%;
      left: 0%;
  }

  .kitchen-slider .hotspot {
      width: 25px;
      height: 25px;
  }

  #panelTitle {
      font-size: 14px;
      font-weight: bold;
      margin: 6px 0px;
  }

  #panelDesc {
      font-size: 12px;
      line-height: 1.6;
      padding-bottom: 10px;
  }

  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: rgba(255, 255, 255, 0.5);
      width: 13px;
      height: 13px;
  }

  .swiper-button-prev01,
  .swiper-button-next01 {
      width: 28px;
      height: 28px;
  }

  .swiper-button-prev01 {
      left: 10px;
  }

  .swiper-button-next01 {
      right: 10px;
  }

  p.p-dresscore-about__content-text.c-text {
      text-align: justify;
  }

  .p-kitchen-function__slider-image span {
      font-size: 10px;
  }

  p.p-kitchen-function__slider-title.c-title-sub {
      font-size: 14px;
  }

  .p-kitchen-function__slider--sink .p-kitchen-function__slider-text {
      font-size: 13px;
  }

  .p-kitchen-function__slider-text-p {
      font-size: 12px;
  }

  .block-layout {
      height: 105px;
  }
  .link-card {
    display: flex;
    gap: 8px;
    padding: 6px 5px;
    border: 0.8px solid darkgray;
    border-radius: 0px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    cursor: pointer;
}
  .link-card-label {
      margin-bottom: 0px;
  }

  .link-card-title {
      font-size: 13px;
      margin-bottom: 0px;
      line-height: 20px;
      margin: 13px 0px;
  }

  .link-card-cta {
      font-size: 13px;
  }

  .link-card-image {
      width: 117px;
      height: 117px;
  }


}
@keyframes ripple {
  0% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 0.8;
  }

  70% {
      transform: translate(-50%, -50%) scale(2.5);
      opacity: 0;
  }

  100% {
      opacity: 0;
  }
}