@charset "UTF-8";
@media screen and (orientation: landscape) {
  .l-pc-container {
    position: relative;
    width: 100vw;
    height: 100vh;
  }
}

@media screen and (orientation: landscape) {
  .l-pc-left {
    width: 50vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  }
}

.l-pc-right {
  container-type: inline-size;
}
@media screen and (orientation: landscape) {
  .l-pc-right {
    width: 50vw;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.p-elmo {
  background-color: #141414;
}

/* -------------------------------------------------------
mv
------------------------------------------------------- */
.p-mv {
  background-color: #000;
  text-align: center;
  padding-bottom: 18.5cqw;
  padding-top: 15.5cqw;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-mv {
    padding-top: 8.5cqw;
  }
}
.p-mv__ttl p {
  width: 28cqw;
  margin: 0 auto;
  margin-bottom: 1cqw;
}
.p-mv__ttl h1 {
  margin-bottom: 10.5cqw;
}
.p-mv__ttl-black {
  display: block;
  width: 72cqw;
  margin: 0 auto;
  margin-bottom: 3cqw;
}
@media screen and (min-width: 769px) {
  .p-mv__ttl-black {
    width: 65cqw;
  }
}
.p-mv__ttl-esumo {
  display: block;
  width: 32cqw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-mv__ttl-esumo {
    width: 32cqw;
  }
}
.p-mv__txt-desc {
  font-size: clamp(1rem, 1rem + 0.333vw, 1.25rem);
  line-height: 2;
  font-weight: 500;
  margin-bottom: 9.5cqw;
  color: #fff;
  text-align: center;
}
.p-mv__txt-color {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  padding: 11px 20px;
  font-weight: 500;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 1441px) {
  .p-mv__txt-color {
    font-size: clamp(1rem, 0.679rem + 0.357vw, 1.25rem);
  }
}
.p-mv__scroll {
  writing-mode: vertical-lr;
  color: #fff;
  font-size: clamp(0.75rem, 0.589rem + 0.179vw, 0.875rem);
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  right: 5cqw;
  bottom: 5.5cqw;
  display: flex;
  align-items: center;
}
.p-mv__scroll-line {
  display: inline-block;
  margin-top: 5px;
  margin-right: 2px;
  height: 60px;
  width: 1px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-mv__scroll-line {
    height: 100px;
    width: 2px;
  }
}
.p-mv__scroll-line::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  animation: scrollLine 1.2s cubic-bezier(0.49, 0.01, 0.89, 0.73) infinite;
}
@keyframes scrollLine {
  0% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
  60% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
}

/* -------------------------------------------------------
slider
------------------------------------------------------- */
.p-slider {
  background-color: #000;
}
.p-slider__item {
  width: 100%;
}

/* slick settings */
.p-slider__list,
.slick-list.draggable,
.slick-track,
.slick-slide {
  height: 100%;
}

.slick-slide img {
  object-fit: cover;
}

ul.slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 10px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 769px) {
  ul.slick-dots {
    bottom: 50px;
  }
}
ul.slick-dots li {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 769px) {
  ul.slick-dots li:hover {
    background-color: #fff;
  }
  ul.slick-dots li:hover button {
    color: #000;
  }
}
ul.slick-dots li button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #fff;
  padding: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.3s;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
ul.slick-dots li.slick-active {
  background-color: #fff;
}
ul.slick-dots li.slick-active button {
  color: #000;
}

/* -------------------------------------------------------
color
------------------------------------------------------- */
.p-door-color {
  background: url(../img/elmo/door-color-bg.jpg) no-repeat center;
  aspect-ratio: 720/322;
}
.p-door-color__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}
.p-door-color__ttl {
  font-size: max(32px, 6cqw);
  line-height: 1;
  color: #fff;
  font-weight: 500;
}
.p-door-color__txt {
  font-size: clamp(0.875rem, 0.75rem + 0.333vw, 1rem);
  color: #fff;
  font-weight: 500;
}

/* -------------------------------------------------------
products
------------------------------------------------------- */
.p-products__note-area {
  margin-top: -1px;
  background-image: linear-gradient(to bottom, #141414, #000);
  padding: 9.7cqw clamp(1.875rem, -1.25rem + 6.667vw, 3.75rem);
  padding-top: 1cqw;
}
@media screen and (min-width: 769px) {
  .p-products__note-area {
    padding: 11cqw 8cqw;
    padding-top: 1px;
  }
}
.p-products__note {
  line-height: 2;
  font-size: clamp(0.75rem, 0.589rem + 0.179vw, 0.875rem);
  color: #fff;
  font-family: "Noto Sans JP", serif;
  margin-top: 10px;
  font-weight: 400;
}
.p-products__note--indent {
  margin-left: 12px;
  text-indent: -12px;
}
.p-products__color-icon {
  font-size: clamp(0.75rem, 0.589rem + 0.179vw, 0.875rem);
  border: 1px solid #fff;
  color: #fff;
  background-color: #000;
  line-height: 1;
  display: inline-block;
  font-family: "Noto Sans JP", serif;
  font-weight: 600;
  padding: 1px 2px;
  padding-left: 2px;
  text-indent: 0;
  margin-inline: 4px;
}

.p-products-card {
  container-type: inline-size;
  padding: 6.7cqw 9cqw;
}
.p-products-card__flex {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.p-products-card--bk {
  background-image: linear-gradient(to bottom, #000, #2D2D32);
}
.p-products-card--cw {
  background-image: linear-gradient(to bottom, #65332D, #141414);
}
.p-products-card__img {
  width: 40%;
}
.p-products-card__txtarea {
  width: 55%;
}
.p-products-card__txtarea-color {
  width: max(36cqw, 160px);
  margin-bottom: 4.5cqw;
}
.p-products-card__txtarea-sub {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}
@media screen and (min-width: 1441px) {
  .p-products-card__txtarea-sub {
    font-size: clamp(1rem, 0.679rem + 0.357vw, 1.25rem);
  }
}
.p-products-card__catch {
  font-size: clamp(0.875rem, 0.714rem + 0.179vw, 1rem);
  font-weight: 500;
  color: #fff;
  margin-bottom: 16px;
}
.p-products-card__name {
  padding: 2px 15px 9px;
  background-color: #fff;
  max-width: 320px;
}
.p-products-card__name h3 {
  font-weight: 500;
  font-size: clamp(1.5rem, 1rem + 3cqw, 2rem);
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #000;
}
.p-products-card__name p {
  font-weight: 500;
}

/* -------------------------------------------------------
feature
------------------------------------------------------- */
.p-feature {
  background-image: url(../img/elmo/feature-bg.jpg);
  background-size: 110%;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #000;
  padding-bottom: 11cqw;
}
@media screen and (min-width: 769px) {
  .p-feature {
    background-size: contain;
  }
}
.p-feature__ttl {
  margin-bottom: 16px;
  text-align: center;
  color: #000;
  font-weight: 400;
  font-size: clamp(1.75rem, 1.125rem + 1.667vw, 2.375rem);
}
@media screen and (min-width: 769px) {
  .p-feature__ttl {
    margin-top: 10px;
    margin-bottom: 2cqw;
  }
}
.p-feature__color-container {
  container-type: inline-size;
  position: relative;
  margin-bottom: 20cqw;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-feature__color-container {
    margin-left: -1cqw;
    margin-bottom: 18cqw;
  }
}
.p-feature__color-img {
  margin-top: 2%;
  margin-left: 6%;
  width: 79%;
}
.p-feature__color-text {
  position: absolute;
  line-height: 1;
  font-weight: 600;
  font-size: 5.1428571429cqw;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .p-feature__color-text {
    font-size: 3.606557377cqw;
    font-weight: 500;
  }
}
.p-feature__color-text--roof {
  top: -3%;
  left: -2%;
}
@media screen and (min-width: 769px) {
  .p-feature__color-text--roof {
    top: 0%;
    left: 11%;
  }
}
.p-feature__color-text--board {
  top: -3%;
  left: 72%;
  right: -5%;
}
@media screen and (min-width: 769px) {
  .p-feature__color-text--board {
    top: 0%;
    left: 78%;
  }
}
.p-feature__color-text--main {
  top: 37.5%;
  left: 1%;
}
@media screen and (min-width: 769px) {
  .p-feature__color-text--main {
    top: 38%;
    left: 1%;
  }
}
.p-feature__color-text--floor {
  bottom: -15%;
  left: 1%;
}
@media screen and (min-width: 769px) {
  .p-feature__color-text--floor {
    bottom: -10%;
    left: 1%;
  }
}
.p-feature__color-head {
  background-color: #000;
  color: #fff;
  padding: 1cqw 1.6cqw;
  display: block;
  width: fit-content;
  font-size: 4cqw;
  margin-bottom: 1cqw;
}
@media screen and (min-width: 769px) {
  .p-feature__color-head {
    font-size: 2.2950819672cqw;
  }
}

.p-spec {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .p-spec {
    margin-bottom: 80px;
  }
}
.p-spec__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
@media screen and (min-width: 769px) {
  .p-spec__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-spec__txt {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin-top: 2px;
}

/* -------------------------------------------------------
size
------------------------------------------------------- */
.p-size {
  padding-top: clamp(1.875rem, -0.625rem + 6.667vw, 4.375rem);
  padding-bottom: 12cqw;
  background-color: #f0f3f3;
}
.p-size__secttl .c-secttl__en {
  margin-bottom: 5cqw;
}
.p-size__secttl .c-secttl__jp {
  font-weight: 500;
}
.p-size__table {
  margin-bottom: 6cqw;
}
.p-size__table th {
  font-weight: 500;
}
.p-size__table tbody td {
  border-bottom: 1px dashed #c8c8c8;
}

.p-size-item {
  margin-bottom: 56px;
  background-color: #fff;
  padding: 4cqw;
  display: grid;
  gap: 20px;
  grid-auto-flow: row;
  position: relative;
}
.p-size-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .p-size-item {
    grid-auto-flow: column;
    grid-template-columns: 31cqw 1fr;
    gap: 4cqw;
    padding: 8cqw 4.5cqw;
    padding-bottom: 5cqw;
  }
}
.p-size-item p,
.p-size-item th,
.p-size-item td,
.p-size-item span,
.p-size-item li,
.p-size-item a {
  font-family: "Noto Sans JP", serif;
}
.p-size-item__back-link {
  font-weight: 400;
  font-size: 12px;
  transition: opacity 0.3s;
  position: absolute;
  right: 0;
  bottom: -30px;
}
.p-size-item__back-link:hover {
  opacity: 0.7;
}
.p-size-item__img {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 85%;
}
@media screen and (min-width: 769px) {
  .p-size-item__img {
    margin: initial;
    margin-bottom: 6cqw;
    margin-top: 1cqw;
    width: 93%;
  }
}
.p-size-item__img--lg {
  width: 92%;
}
@media screen and (min-width: 769px) {
  .p-size-item__img--lg {
    width: 100%;
  }
}
.p-size-item__lineup-item:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .p-size-item__lineup-item:not(:last-child) {
    margin-bottom: 24px;
  }
}
.p-size-item__number {
  padding: 0px 16px;
  background-color: #0A0A0A;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  line-height: 1;
  padding-block: 4px 6px;
}
.p-size-item__category {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.p-size-item__price {
  font-weight: 500;
  font-size: 12px;
  text-align: center;
}
.p-size-item__price .font-lg {
  font-size: 16px;
  padding: 0 3px;
}
@media screen and (min-width: 769px) {
  .p-size-item__price .font-lg {
    font-size: clamp(1rem, 0.679rem + 0.357vw, 1.25rem);
  }
}
.p-size-item__standard-list {
  list-style-type: "・";
  padding-left: 10px;
  line-height: 1.5;
}
.p-size-item__standard-list li:not(:last-child) {
  margin-bottom: 6px;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .p-size-item--04 .p-size-item__img, .p-size-item--05 .p-size-item__img, .p-size-item--06 .p-size-item__img, .p-size-item--07 .p-size-item__img, .p-size-item--08 .p-size-item__img, .p-size-item--09 .p-size-item__img {
    width: 111%;
    margin-left: -6%;
    margin-bottom: 6cqw;
    margin-top: 0cqw;
  }
}

.p-load-capacity {
  margin-bottom: 7cqw;
}
.p-load-capacity__img {
  width: 65%;
  margin-left: 24%;
  margin-block: 20px;
}
@media screen and (min-width: 769px) {
  .p-load-capacity__img {
    width: 45%;
    margin-left: 34%;
    margin-block: 28px 24px;
  }
}
.p-load-capacity__table th, .p-load-capacity__table td {
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .p-load-capacity__table th, .p-load-capacity__table td {
    font-size: 13px;
  }
}
.p-load-capacity__table .c-table .thead th {
  padding-block: 8px;
  font-weight: 700;
}
.p-load-capacity__table tbody td {
  font-weight: 400;
  text-align: left;
  border-bottom: 1px dashed #c8c8c8;
}
.p-load-capacity__note {
  margin-top: 15px;
}

/* -------------------------------------------------------
point
------------------------------------------------------- */
.p-option-sec {
  background-color: #000;
  padding-top: 10cqw;
}
.p-option-sec .c-secttl {
  margin-bottom: clamp(1.25rem, -2.5rem + 10vw, 5rem);
}
.p-option-sec .c-secttl__en {
  margin-bottom: 16px;
}
.p-option-sec .c-secttl__jp {
  margin-bottom: 20px;
  font-weight: 400;
}
.p-option-sec__intro-note {
  text-align: center;
}

.p-option {
  padding: 4cqw;
  margin-bottom: 32px;
}
@media screen and (min-width: 769px) {
  .p-option {
    padding: 4.5cqw 9cqw;
    margin-bottom: 40px;
  }
}
.p-option__table {
  margin-top: 12px;
}
.p-option__table th,
.p-option__table td {
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .p-option__table th,
  .p-option__table td {
    font-size: 13px;
  }
}
.p-option__table .thead th {
  background-color: #464646;
  padding-block: 3px;
  font-weight: 700;
}
.p-option__table td {
  background-color: #F0F3F3;
  padding-block: 6px;
  color: #464646;
}
.p-option--toiset .c-block-item__txt {
  margin-top: 16px;
  margin-bottom: 6px;
  line-height: 1.7;
}
.p-option__shelf-img {
  padding-block: 3cqw;
  padding-left: 9cqw;
  padding-right: 9cqw;
  border: 1px solid #969696;
  margin-bottom: 18px;
}
@media screen and (min-width: 769px) {
  .p-option__shelf-img {
    padding-left: 5cqw;
  }
}
.p-option__note {
  margin-top: 10px;
  color: #464646;
}

.p-toiset__size-text {
  margin-top: 8px;
  margin-bottom: 6px;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(0.8125rem, 0.875rem + 0.167vw, 0.875rem);
}

/* -------------------------------------------------------
contact
------------------------------------------------------- */
.p-contact {
  background-color: #fff;
  padding: clamp(2rem, 0.25rem + 2.667vw, 2.25rem);
}/*# sourceMappingURL=product.css.map */