@charset "utf-8";

:root {
  --section_margin: 160px;
  --block_margin: 100px;
  --title_margin: 50px;
  --list_margin: 30px;
}

@media screen and (max-width: 768px) {
  :root {
    --section_margin: 80px;
    --block_margin: 50px;
    --title_margin: 35px;
    --list_margin: 20px;
  }
}

.child_cont div[class*="content"] {
  padding: 0;
}

.container {
  max-width: unset;
  margin: 0 auto;
}

.maincontent p,
.maincontent table {
  margin: 0 auto;
  font-size: clamp(13px, 1.7vw, 15px);
}

.maincontent .img_box {
  padding: 0;

  img {
    margin: 0;
  }
}

.content_0 {
  margin: 0 auto;

  p:not(:last-of-type) {
    margin-bottom: 30px;
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .content_0 {
    padding: 0 !important;
  }
}

.content_01 {
  max-width: 1100px;
  margin: 60px auto 0;
  padding: 0 !important;

  .heading-content_01 {
    font-size: clamp(25px, 3.2vw, 32px);
    letter-spacing: .1em;
    margin-bottom: 60px;
    text-align: center;
  }

  .container {
    width: 100%;
  }

  .img_box {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;

    img {
      width: 100%;
      aspect-ratio: 2/1;
    }
  }

  p {
    margin-top: 60px;
  }

}

@media screen and (max-width: 768px) {
  .content_01 {
    padding: 0 !important;
    margin-top: 0;

    .heading-content_01 {
      margin-bottom: 37px;
    }

    p {
      width: 93%;
    }
  }

  .textFirst{
    width: 93%;
    margin: 0 auto;
  }
}


.border-gray {
  max-width: 1200px;
  width: 93% !important;
  margin: 160px auto;
  border-bottom: solid 1px #B0B2AF;
}

@media screen and (max-width: 768px) {
  .border-gray {
    margin: 80px auto;
  }
}


.introduciton {
  margin-bottom: 160px;

  .img {
    width: 45%;
  }

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 768px) {
  .introduciton {
    margin-bottom: 60px;

    .img {
      width: 100%;
    }

    img {
      aspect-ratio: 125 / 127;
    }
  }
}


/* pc-3piece_2 */
.pc-3piece_2 {
  margin: 160px auto 0;
  width: 93%;

  .heading-middle-1 {
    font-size: clamp(25px, 3.2vw, 32px);
    letter-spacing: 0.1em;
    margin: 0 0 60px;
    text-align: center;
  }

  .pc-3piece_2 p {
    max-width: 800px;
    margin: 0 auto;
  }

  .pc-3piece_2 p:not(:last-child) {
    max-width: 800px;
    margin: 0 auto 20px;
  }

  .pc-3piece-content {
    margin-top: 50px;
    padding: 0 !important;
  }

  .pc-3piece-content-list {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    justify-content: center;
    gap: 30px;
  }

  .pc-3piece-content-list-item {
    max-width: 346px;
  }

  .heading-pc-3piece-content-list-item {
    margin: 20px 0 10px;
    font-size: clamp(16px, 1.7vw, 18px);
    line-height: 1.7 !important;
    letter-spacing: 0.1em;
    max-width: 346px;
    width: 100%;
    text-align: left;
  }

  .pc-3piece-content-list-item-visual {
    max-width: 346px;
    width: 100%;
    padding-bottom: 0 !important;
  }

  .pc-3piece-content-list-item-visual img {
    width: 100%;
    aspect-ratio: 346 / 245;
    object-fit: cover;
  }

  .text-pc-3piece-content-list-item {
    font-size: clamp(13px, 1.7vw, 15px) !important;
    line-height: 1.6 !important;
    text-align: justify;
    max-width: 346px !important;
  }
}

@media screen and (max-width: 768px) {
  .pc-3piece_2 {
    margin-top: 80px;

    .middle {
      width: 100%;
    }

    .heading-middle-1 {
      margin-bottom: 37px;
    }

    .pc-3piece-content {
      margin-top: 35px;
    }

    .pc-3piece-content:last-of-type {
      margin-top: 30px;
    }

    .pc-3piece-content-list {
      flex-direction: column;
      width: 100%;
      gap: 0;
      align-items: center;
    }

    .pc-3piece-content-list-item {
      display: block;
      margin-bottom: 50px;
      max-width: 500px;
      width: 100%;
    }

    .pc-3piece-content-list-item:last-of-type {
      margin-bottom: 0;
    }

    .heading-pc-3piece-content-list-item {
      margin: 0;
    }

    .pc-3piece-content-list-item-visual {
      width: 100%;
      min-width: unset;
      max-width: unset;
      padding-bottom: 0 !important;

      &.--reverse {
        order: 2;
      }
    }

    .pc-3piece-content-list-item-visual img {
      width: 100%;
      object-fit: cover;
    }


    .heading-pc-3piece-content-list-item {
      max-width: unset;
      margin: 20px 0;
      text-align: center;
    }

    .text-pc-3piece-content-list-item {
      max-width: unset !important;
      margin-bottom: 0;
    }
  }
}


/* vertical_img_flex */
.vertical_img_flex {
  margin-top: 160px;

  .heading-vertical_img_flex {
    font-size: clamp(25px, 3.2vw, 32px);
    letter-spacing: 0.1em;
    margin: 0 0 60px;
    text-align: center;
  }

  .vertical_img_flex_items {
    display: flex;
    width: 87%;
    margin: 0 auto 0 0;

    &.--reverse {
      flex-direction: row-reverse;
      margin: 100px 0 0 auto;
    }


    .photo-wrap {
      max-width: 450px;
      width: 100%;
      margin-right: 13%;

      &.--reverse {
        margin-right: 0;
      }
    }

    .photo-wrap-img {
      width: 100%;
      aspect-ratio: 225 / 326;
      object-fit: cover;
    }

    .text-wrap_container {
      margin-top: 50px;

      &.--reverse {
        margin-right: 13%;
      }
    }

    .heading-text-wrap {
      font-size: clamp(16px, 2.0vw, 23px);
      line-height: 1.5;
      letter-spacing: 0.1em;
      margin-bottom: 30px;
    }

    .text-wrap:last-of-type {
      margin-top: 60px;
    }

    p:not(:last-of-type) {
      margin-bottom: 20px;
    }

    .ref {
      margin-top: 50px;
    }

    .ref-link {
      display: inline-block;
      text-decoration: underline;
    }
  }
}

@media screen and (max-width: 768px) {
  .vertical_img_flex {
    margin-top: 0;

    .heading-vertical_img_flex {
      margin: 80px 0 37px;
    }

    .text-top {
      width: 89%;
      margin: 0 auto;
      text-align: justify;
    }

    .vertical_img_flex_items {
      width: 93%;
      flex-direction: column;
      align-items: center;
      margin: 0 auto;
      justify-content: center;

      &.--reverse {
        flex-direction: column;
        margin: 0 auto;
      }

      .heading-text-wrap {
        margin-bottom: 25px;
      }

      .photo-wrap {
        margin: 0;
        width: 70%;

        &.--reverse {
          margin: 35px 0;
        }
      }

      .text-wrap_container {
        margin: 0;

        &.--reverse {
          margin-right: 0;
        }
      }

      .text-wrap:last-of-type {
        margin-top: 35px;
      }
    }
  }
}

.content_03 {

  .title {
    padding: 0;
  }

  .heading-large {
    font-size: clamp(20px, 3.3vw, 32px);
    letter-spacing: 0.1em;
    margin-bottom: 60px;
    text-align: center;
  }

  .text_box {
    font-size: clamp(13px, 1.6vw, 15px);
    letter-spacing: 0.2em;
    line-height: 1.7;
    padding: 0;
    max-width: 800px;
    margin: 0 auto;

    p {
      margin: 0 !important;
      padding: 0 !important;
    }
  }

  .heading-middle {
    font-size: clamp(20px, 3.3vw, 27px);
    letter-spacing: 0.1em;
    margin-bottom: 60px;
    margin-top: 80px;
    text-align: center;
  }

  .products {
    margin-top: 80px;
  }

  .products-content {
    display: flex;
    gap: 3.6%;
    max-width: 1100px;
    width: 93%;
    margin: 0 auto 100px;
    padding-bottom: 0;

    &.--reverse {
      flex-direction: row-reverse;
    }
  }

  .product-photo {
    max-width: 550px;
    width: 100%;
    aspect-ratio: 275 / 166;
    object-fit: cover;

    &.--sp {
      display: none;
    }
  }

  .product-photo img {
    width: 100%;
  }

  .text-box {
    margin-top: 30px;
    max-width: 500px;
    width: 100%;
  }

  .heading-middle-text-box {
    font-size: clamp(18px, 2.3vw, 23px);
    letter-spacing: 0.01em;
    margin: 30px 0;

    &.--pc {
      display: block;
    }

    &.--sp {
      display: none;
    }
  }

  .text {
    margin: 0;
  }

  .text:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .content_03 {
    width: 93% !important;
    margin: 0 auto;

    .heading-large {
      margin: 50px 0 35px;
    }

    .heading-middle {
      margin: 50px 0 37px;
    }

    .products {
      margin-top: 50px;
    }

    .products-content {
      flex-direction: column;
      gap: 0;
      width: 100%;
      margin: 0 auto 50px;

      &.--reverse {
        flex-direction: column;
      }
    }

    .product-photo {

      &.--pc {
        display: none;
      }

      &.--sp {
        display: block;
        margin: 20px auto;
      }
    }

    .product-photo img {
      width: 100%;
    }

    .text-box {
      margin-top: 0;
      max-width: unset;
      width: 100%;
    }

    .heading-middle-text-box {
      width: 93%;
      margin: 20px auto;

      &.--pc {
        display: none;
      }

      &.--sp {
        display: block;
        margin: 0;
      }
    }

    .btnArea2 {
      margin: 30px auto 0;
    }
  }
}

.separate_section {
  margin-top: 20px;

  .heading-separate_section {
    font-size: clamp(21px, 3.3vw, 27px);
    letter-spacing: 0.1em;
    margin: 0 0 60px;
    text-align: center;
  }

  .visual {
    width: 100%;
    margin-top: 80px;
  }

  .visual-img {
    width: 100%;
    aspect-ratio: 683 / 275;
  }

  p:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .separate_section {
    .heading-separate_section {
      margin: 50px 0 37px;
    }

    .text-wrap {
      width: 93%;
      margin: 0 auto;
    }

    .visual {
      margin-top: 50px;
    }
  }
}

/* slider */
.slider_wrapper {
  margin-top: 160px;

  .heading-slider_wrapper {
    font-size: clamp(25px, 3.2vw, 32px);
    letter-spacing: 0.1em;
    margin: 0 0 60px;
    text-align: center;

    &.--middle {
      font-size: clamp(21px, 3.3vw, 27px);
      letter-spacing: 0.1em;
      margin: 0 0 60px;
      text-align: center;
    }
  }

  p:last-of-type {
    margin-bottom: 120px;
  }

  .slider-explanation {
    max-width: 1100px;
    margin: 0 auto;
    width: 93%;

    .slider-explanation-block {
      display: flex;

      &.--reverse {
        flex-direction: row-reverse;
      }
    }

    .img_block {
      width: 50%;
    }

    .cushionSlider {
      max-width: 525px;
      margin-bottom: 10px;
      margin-left: 0;

      .main-photo {
        width: 100%;
      }

      img {
        width: 100%;
        aspect-ratio: 75 / 53;
        object-fit: cover;
      }
    }

    .thumbsSlider {

      /* overflow: scroll; */

      .swiper {
        position: relative;
        width: 100%;
        margin: 0 auto 30px;
        height: 300px;
        overflow: hidden;
      }

      .swiper-scrollbar_1,
      .swiper-scrollbar_2 {
        background: #eee;
        /* スクロールバーの背景色 */
        height: 8px;
        /* スクロールバーの高さ */
        position: absolute;
        bottom: 10px;
        /* スライダーの下から10pxに配置 */
        left: 10px;
        /* 左から10pxに配置 */
        width: calc(100% - 20px);
        /* 左右の余白を考慮した幅 */
      }

      .swiper-scrollbar_1 .swiper-scrollbar-drag,
      .swiper-scrollbar_2 .swiper-scrollbar-drag {
        background: #ffa600;
        /* スクロールドラッグの色 */
        border-radius: 4px;
        /* 角を丸くする */
      }

      /* .swiper-scrollbar_1,
          .swiper-scrollbar_2 {
              position: absolute;
              right: 3px;
              bottom: -10px;
              z-index: 99;
              width: 95%;
              height: 5px;
          } */

      .thumbnail {
        max-width: 79px !important;
        width: 100%;
      }

      /* .thumbnail:not(:last-of-type) {
              margin-right: 10px !important;
          } */

      img {
        width: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
      }
    }

    .explanation {
      margin-left: 50px;
      margin-top: 30px;
      width: 50%;

      &.--sp {
        margin: 0;
        display: none;
      }

      &.--text-left {
        margin-left: 0;
        margin-right: 50px;
      }

      .pc-heading-slider-explanation {
        font-size: clamp(28px, 3.6vw, 32px);
        letter-spacing: 0.03em;
        margin-bottom: 10px;
      }

      .sp-heading-slider-explanation {
        display: none;
      }

      .pc-heading-sub-slider-explanation {
        font-size: clamp(12px, 1.5vw, 13px);
        letter-spacing: 0.02em;
        display: block;
      }

      .sp-heading-sub-slider-explanation {
        display: none;
      }

      .heading-2-slider-explanation {
        font-size: clamp(16px, 2vw, 18px);
        letter-spacing: 0.01em;
        margin: 50px 0 30px;
      }

      .text-slider-explanation {
        font-size: clamp(13px, 1.7vw, 15px);
        letter-spacing: 0.02em;

      }

      .text-slider-explanation {
        line-height: 1.6;
        text-align: justify;
      }

      .text-slider-explanation:not(:last-of-type) {
        margin-bottom: 20px;

      }

      .text-slider-explanation:last-of-type {
        margin-bottom: 30px;

      }

    }
  }

  .slider-explanation:not(:last-of-type) {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .slider_wrapper {
    margin-top: 80px;

    .heading-slider_wrapper {
      margin-bottom: 37px;

      &.--middle {
        margin: 0 0 37px;
      }
    }

    .text-wrap {
      width: 93%;
      margin: 0 auto;
    }

    p:last-of-type {
      margin-bottom: 50px;
    }

    .slider-explanation:not(:last-of-type) {
      margin-bottom: 50px;
    }

    .slider-explanation {
      width: 89%;
      margin-bottom: 50px;

      .slider-explanation-block {
        flex-direction: column;

        &.--reverse {
          flex-direction: column
        }
      }

      .slider-explanation-block:not(:first-of-type) {
        margin-top: 50px;
      }

      .img_block {
        width: 100%;
      }

      .cushionSlider {
        max-width: unset;
        margin-bottom: 10px;
        margin-left: 0;

        .main-photo {
          width: 100%;
        }

        img {
          width: 100%;
          aspect-ratio: 75 / 53;
          object-fit: cover;
        }
      }

      .thumbsSlider {

        /* overflow: scroll; */
        .swiper-scrollbar_1,
        .swiper-scrollbar_2 {
          position: absolute;
          right: 3px;
          bottom: -10px;
          z-index: 99;
          width: 95%;
          height: 5px;
        }

        .thumbnail {
          max-width: 79px !important;
          width: 100%;
        }

        .thumbnail:not(:last-of-type) {
          margin-right: 10px !important;
        }

        img {
          width: 100%;
          aspect-ratio: 1/1;
          object-fit: cover;
        }
      }

      .explanation {
        margin: 0;
        width: 100%;

        &.--text-left {
          margin-left: 0;
          margin-right: 0;
        }

        &.--sp {
          display: block;
        }

        .pc-heading-slider-explanation {
          display: none;
        }

        .sp-heading-slider-explanation {
          display: block;
          margin-bottom: 5px;
        }

        .pc-heading-sub-slider-explanation {
          display: none;
        }

        .sp-heading-sub-slider-explanation {
          display: block;
          margin-bottom: 20px;
        }

        .heading-2-slider-explanation {
          margin: 20px 0;
        }

        .text-slider-explanation:not(:last-of-type) {
          margin-bottom: 15px;

        }

        .text-slider-explanation:last-of-type {
          margin-bottom: 20px;

        }

        .btnArea2 {
          display: flex;
          justify-content: center;
        }
      }
    }
  }
}

.content_08 {
  margin-top: 160px;

  .heading-content_08 {
    font-size: clamp(25px, 3.2vw, 32px);
    margin-bottom: 60px;
    text-align: center;
  }

  .text_box {
    padding: 0;

    p {
      margin-bottom: 0;
    }

    p:not(:last-of-type) {
      margin-bottom: 20px;
    }
  }
}

@media screen and (max-width: 768px) {
  .content_08 {
    margin-top: 80px;

    .heading-content_08 {
      margin-bottom: 37px;
    }

    .text_box {
      width: 93%;
      margin: 0 auto;
    }
  }
}