@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;
}

.child_cont h4 {
  font-size: clamp(19px, 2.8vw, 25px);
}

.content_first h3 {
  margin-bottom: var(--block_margin);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .container {
    width: 89%;
  }
}

.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%;
    }
  }
}


.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: 160px 0;

  .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-two {
      max-width: 450px;
      width: 100%;
      margin-right: 13%;

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

    .photo-wrap small {
      margin-left: 15px;
    }

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

    .photo-wrap-img-two {
      width: 100%;
      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;

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

    .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: 80px 0;

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

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

    .vertical_img_flex_items {
      width: 89%;
      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;

        &.--sp {
          display: block;
        }

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

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

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

      .text-wrap_container {
        margin: 0;

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

      .text-wrap h4 {
        text-align: center;
      }

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

      .photo-wrap-img-two {
        width: 100%;
      }

      .photo-wrap-two {
        margin-right: 0;
      }
    }
  }
}

.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;
    }
  }
}



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

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

/* gallery */
.gallery {
  width: 97%;
  max-width: 1326px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  max-height: 670px;
  gap: 1.508%;

  .gallery-block {
    display: flex;

    &.--left {
      width: 47%;
    }

    &.--right {
      gap: 3.01%;
      width: 46.6%;
    }
  }

  .gallery-list {
    display: flex;
    flex-direction: column;

    &.--block_2 {
      justify-content: space-between;
    }

    &.--block_3 {
      justify-content: space-between;
    }
  }

  .gallery-list-item {
    &.--item2 {
      height: 48.4%;
    }

    &.--item3 {
      height: 31.2%;
    }
  }

  .gallery-list-item img {
    width: 100%;
    object-fit: cover;
    height: 100%;

    &.--block_1_img {
      aspect-ratio: 643 / 670;
    }

    &.--block_2_img {
      aspect-ratio: 321 / 325;
    }

    &.--block_3_img {
      aspect-ratio: 107 / 70;
    }
  }
}

@media screen and (max-width: 768px) {
  .gallery {
    flex-direction: column;
    max-height: unset;
    gap: 10px;
    width: 89%;

    .gallery-block {
      &.--left {
        width: 100%;
      }

      &.--right {
        width: 100%;
        gap: 10px;
      }
    }

    .gallery-list {
      width: 100%;

      &.--block_2 {
        gap: 10px;
      }

      &.--block_3 {
        justify-content: normal;
        gap: 10px;
      }
    }

    .gallery-list-item {
      &.--item2 {
        height: 50%;
      }

      &.--item3 {
        height: 33.2%;
      }
    }
  }

}

/* text-group */
.large {
  width: 93%;
  margin: 0 auto;

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

  p {
    width: 100%;
    margin-bottom: 0;
    text-align: justify;
  }

  p:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .large {
    width: 89%;
  }
}

.middle {
  width: 93%;
  margin: 0 auto;

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

  .heading-middle-2 {
    font-size: clamp(20px, 3vw, 23px);
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    text-align: center;
  }

  .heading-middle-3 {
    font-size: clamp(16px, 2vw, 18px);
    letter-spacing: 0.1em;
    margin: 0 auto 30px;
    text-align: left;
    max-width: 800px;
    width: 93%;
  }

  p {
    width: 100%;
    margin-bottom: 0;
    text-align: justify;
  }

  p:not(:last-child) {
    margin-bottom: 30px;
  }

}

@media screen and (max-width: 768px) {
  .middle {
    width: 89%;

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


/* add-explanation */
.add-explanation {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  background: #EEF0F2;
  padding: 30px 0;

  .add-explanation-inner {
    width: 88%;
    margin: 0 auto;
  }

  .add-explanation img {
    width: 23px;
    aspect-ratio: 1/1;
    display: inline-block;
  }

  .heading-add-explanation {
    font-size: clamp(16px, 2vw, 18px);
    display: flex;
    align-items: center;
    gap: 5px;
    letter-spacing: 0.02em;
  }

  .text-add-explanation {
    margin-top: 22px;
  }

  .text-add-explanation p {
    max-width: unset;
    margin: 0 auto;
    text-align: justify;
  }

  .text-add-explanation p:last-of-type {
    margin-bottom: 0;
  }

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

@media screen and (max-width: 768px) {
  .add-explanation {
    .add-explanation-inner {
      width: 89%;
    }

    .heading-add-explanation {
      align-items: flex-start;
    }

    .heading-add-explanation span {
      margin-top: -2px;
    }
  }
}


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

  .slider-explanation-block {
    display: flex;

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

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

  .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;

    &.--sp {
      margin: 0;
    }

    &.--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;

    }

  }
}

@media screen and (max-width: 768px) {
  .slider-explanation {
    width: 89%;

    .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;

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

      .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;

      }
    }
  }
}


/* point-list */
.point-list-container {
  width: 93%;
  margin: 0 auto;

  .point-list {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }

  .point-list-item {
    border-bottom: solid 1px #D1D1D1;
    padding: 30px 0;
  }

  .heading-point-list-item {
    margin-bottom: 20px;
    font-size: clamp(16px, 1.7vw, 18px);
    display: flex;
    align-items: center;
  }

  .point-list-item-visual {
    width: 22px;
    aspect-ratio: 22 / 15;
    margin-right: 9px;
  }

  .text-point-list-item {
    font-size: clamp(13px, 1.7vw, 15px);
    margin: 0 auto;
  }

}

@media screen and (max-width: 768px) {
  .point-list-container {
    width: 89%;

    .heading-point-list-item {
      position: relative;
    }

    .heading-point-list-item div {
      margin-left: 30px;
    }

    .point-list-item-visual {
      position: absolute;
      top: 5px;
      left: 0;
      width: 22px;
      margin-left: 0 !important;
    }
  }

}


/* pc-3piece_1 */
.pc-3piece_1 {
  width: 93%;
  margin: 0 auto;

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

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

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

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

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

  .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_1 {
    width: 89%;

    .middle {
      width: 100%;
    }

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

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

    .pc-3piece-content-list-item {
      display: flex;
      align-items: normal;
      gap: 15px;
      margin-bottom: 35px;
    }

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

    .pc-3piece-content-list-item-visual {
      min-width: 90px;
      width: 24% !important;
      padding-bottom: 0 !important;
      max-width: 170px;

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

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

    .text-wrap {
      width: 80%;
    }

    .heading-pc-3piece-content-list-item {
      max-width: unset;
      margin: -5px 0 10px;
    }

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

}


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

  .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;
  }

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

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

  .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 {
    width: 89%;

    .middle {
      width: 100%;
    }

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

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

    .pc-3piece-content-list-item {
      display: block;
      margin-bottom: 50px;
    }

    .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-pc-3piece-content-list-item {
      max-width: unset !important;
      margin-bottom: 0;
    }
  }

}


/* kiji-introduction */
.kiji-introduction {
  max-width: 1100px;
  width: 93%;
  margin: 100px auto 0;
  display: flex;
  justify-content: center;

  .heading-kiji-introduction {
    font-size: clamp(18px, 3.3vw, 23px);
    letter-spacing: 0.1em;
    line-height: 1.7;
    position: sticky;
    top: 100px;
  }

  .right-container {
    max-width: 684px;
    /* margin-left: 12%; */
  }

  .right-container-visual {
    margin-bottom: 50px;
    width: 100%;

    img {
      /*            aspect-ratio: 36 / 19;*/
      width: 100%;
    }

  }

  .text-right-container-visual {
    font-size: clamp(13px, 1.7vw, 15px);
    letter-spacing: 0.02em;
    margin-bottom: 80px;
  }

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

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

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

  .kiji-list-item:not(:last-child) {
    margin-bottom: 80px;
  }

  .kiji-list-item-sample {
    display: flex;
    align-items: center;
  }

  .kiji-list-item-sample-visual {
    max-width: 166px;
    margin-right: 50px;
    margin-bottom: 30px;

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

  .kiji-name {
    font-size: clamp(28px, 3.6vw, 32px);
    letter-spacing: 0.03em;
    margin-bottom: 5px;
    line-height: 1.25;

    span {
      font-size: clamp(12px, 1.5vw, 14px);
      letter-spacing: 0.02em;
      display: block;
      margin-top: 5px;
    }
  }

  .btnArea2 {
    display: flex;
    justify-content: right;

    a {
      margin: 0 0 0 auto;
      letter-spacing: 0.02em !important;

    }
  }

  &>div:first-child {
    width: 40%;
  }

}

@media screen and (max-width: 768px) {
  .kiji-introduction {
    flex-direction: column;
    align-items: center;
    width: 89%;
    margin-top: 80px;

    .heading-kiji-introduction {
      text-align: center;
      position: static;
      margin-bottom: 37px;
    }

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

    .right-container-visual {
      margin-bottom: 35px;
    }

    .text-right-container-visual {
      margin-bottom: 50px;
    }

    .kiji-list-item-sample-visual {
      max-width: unset;
      width: 24%;
      min-width: 90px;
      margin-right: 35px;
      margin-bottom: 20px;
    }

    .kiji-list-item:not(:last-child) {
      margin-bottom: 50px;
    }

    .btnArea2 {
      justify-content: center;

      a {
        margin: 0;
        letter-spacing: 0.02em !important;

      }
    }

    &>div:first-child {
      width: 100%;
    }
  }
}



/* Instagram */
.insta {
  position: relative;
  margin-bottom: 160px;
}

.insta img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}

.textBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 120px 0;

}

.textBox h3 {
  margin-bottom: 50px;
}

.textBox h3,
.textBox p {
  color: #FFFFFF
}

.insta .base_btn {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

.insta .base_btn span {
  color: #fff;
}

.insta .base_btn:hover span {
  color: #1c1c1c;
}

.insta .base_btn::after {
  background-color: rgba(255, 255, 255, 0.6);
}

.left {
  margin-left: 10%;
  order: -1;
}

.instaSP {
  display: none;
}

@media screen and (max-width: 768px) {
  .insta {
    margin-bottom: 80px;
  }

  .instaPC {
    display: none;
  }

  .instaSP {
    display: block;
  }

  .instaSP p {
    margin: 0 25px 20px !important;
  }

}

@media screen and (max-width: 768px) {
  .child_cont div[class*="content"] {
    padding-bottom: 0px;
  }

  .patarn_01 {
    padding-bottom: 0px;
  }

}

.textOnly {
  margin: var(--block_margin) 0;

  p {
    margin-bottom: var(--list_margin);
  }
}

.textOnlySide {
  margin: 0;

  p {
    margin-bottom: var(--list_margin);
  }
}

.textOnlySide h4,
.textOnlySide h3 {
  text-align: center;
  margin-bottom: var(--block_margin)
}

.textOnly h4,
.textOnly h3 {
  text-align: center;
  margin-bottom: var(--block_margin)
}

@media screen and (max-width: 768px) {
  .textOnly {
    margin: var(--block_margin) auto;
    width: 89%;
  }

  .textOnlySide {
    margin: 0 auto;
    width: 89%;
  }
}

.contentMerit {
  max-width: 1200px;
  margin: 0 auto;

  &.--marginPart {
    margin: var(--block_margin) auto;
  }
}

.contentMerit h3 {
  text-align: center;
  margin-bottom: var(--block_margin);
}

.text-wrap h4 {
  margin-bottom: var(--title_margin);
}

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

.containerPage {
  display: flex;
  justify-content: center;
  gap: 100px;

  .text-wrap {
    width: 50%;
  }

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

.containerPage .img_box {
  width: 100%;
}

.containerPage>div:nth-child(2) {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .containerPage {
    flex-direction: column-reverse;
    gap: 30px;
    width: 89%;
    margin: 0 auto;

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

    .text-wrap {
    width: 100%;
  }
  }

  .text-wrap h4 {
    text-align: center;
  }

  .containerPage>div:nth-child(2) {
    width: 100%;
  }

}

.centerImage {
  margin-top: 160px;
}

.centerImage h3 {
  text-align: center;
  margin-bottom: var(--list_margin);
}

.centerImage img {
  width: 100%;
  height: auto;
}

.middleTitle {
  text-align: center;
  margin-top: 120px;
}

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

  .middleTitle {
    margin-top: 80px;
  }

}

.buttonArea {
  max-width: 800px;
  margin: 0 auto;
  margin-top: var(--title_margin);
  text-align: center;
}

.buttonAreaKiji {
  margin-top: var(--list_margin);
}

@media screen and (max-width: 768px) {

  .buttonArea,
  .buttonAreaKiji {
    .base_btn {
      text-align: left;
    }
  }

  .buttonAreaKiji {
    text-align: center;
  }
}

.newLayout {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  gap: var(--block_margin);
  flex-direction: column;

  .contentArea {
    display: flex;
    gap: var(--title_margin);
    width: 93% !important;
    margin: 0 auto;

    .imagePart {
      width: 50%;

      img {
        width: 100%;
        height: auto;
      }

    }
  }

  .textPart {
    width: 50%;
  }

  .textPart p {
    margin: 0;
  }

  .textPart p:first-of-type {
    margin-bottom: var(--list_margin);
  }

  h3 {
    font-size: clamp(20px, 3.3vw, 27px);
    margin: var(--list_margin) 0;

    small {
      font-size: 13px;
      display: block;
      margin-top: 5px;
    }
  }

  /* .contentArea:nth-of-type(even) {
    flex-direction: row-reverse;
  } */

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

  @media screen and (max-width: 768px) {
    .contentArea {
      flex-direction: column;

      .imagePart {
        width: 100%;
      }
    }

    .textPart {
      width: 100%;
    }

    .contentArea:nth-of-type(even) {
      flex-direction: column;
    }
  }

}