@charset "UTF-8";

@media screen and (min-width: 601px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .pc-only {
    display: none !important;
  }
}

/** ==========
ダイヤマイスター
========== **/

.service-child-main {
  text-align: center;
  max-width: 600px;
  margin-inline: auto;
  @media screen and (max-width: 480px) {
    max-width:clamp(18.75rem, calc(15.625rem + 8.333vw), 21.875rem); /* min: 300px, max: 350px */
  }
}

.diameister-about {
  @media screen and (max-width: 600px) {
    margin-bottom: 80px;
  }

  .diameister-about_contents {
    text-align: center;

    >.text {
      line-height: 1.8;
      margin-bottom: 80px;
      text-align: left;
      width: fit-content;
      margin-inline: auto;

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

        br {
          display: none;
        }
      }

      @media screen and (max-width: 600px) {
        margin-bottom: 30px;
      }
    }
  }

  .catchcopy {
    margin-bottom: 74px;
    font-size: 24px;
    letter-spacing: 0.04em;
    font-weight: bold;
    line-height: 43px;

    @media screen and (max-width: 800px) {
      text-align: left;
    }

    @media screen and (max-width: 600px) {
      font-size: 20px;
    }
  }

  .text-bold {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.8;
    margin-top: 0;

    @media screen and (max-width: 600px) {
      text-align: left;
      font-size: 20px;
    }
  }
}

@keyframes floatY {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

.diameister-menu {
  margin-bottom: 180px;

  @media screen and (max-width: 600px) {
    margin-bottom: 140px;
  }

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

  .wave-top {
    margin-bottom: -1px;
    position: relative;
    z-index: -1;
  }

  .wave-bottom {
    transform: rotate(180deg);
    position: relative;
    z-index: -1;
  }

  .shape-fill {
    fill: #cbe8f0;
  }

  .diameister-menu_contents {
    background-color: #cbe8f0;

    @media screen and (max-width: 800px) {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  }

  .diameister-menu_list {
    display: flex;
    gap: 60px 40px;
    max-width: 1250px;
    width: 90%;
    margin-inline: auto;

    @media screen and (max-width: 800px) {
      flex-direction: column;
      max-width: 550px;
    }
  }

  .diameister-menu_box {
    width: calc((100% - 40px) / 2);
    position: relative;

    @media screen and (max-width: 800px) {
      width: 100%;
    }

    >a {
      color: #262424;

      &:hover {
        text-decoration: none;
      }
    }

    .diameister-menu_image {
      position: relative;
      margin-bottom: 20px;
      z-index: 1;

      >img {
        width: 100%;
      }
    }

    .diameister-menu_desc {
      width: 100%;
    }

    .sub-title {
      font-size: clamp(1rem,
          calc(0.75rem + 0.667vw),
          1.25rem);
      /* min: 16px, max: 20px */
      text-align: center;
      line-height: 1.6;
      position: relative;
      padding-bottom: 36px;
      letter-spacing: 0.05em;
      margin-top: 0;
      font-weight: 500;
      min-height: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 10px;

      @media screen and (max-width: 600px) {
        min-height: auto;
      }

      @media screen and (max-width: 400px) {
        padding-bottom: 30px;
      }

      &::after {
        content: "";
        background: url(../img/diameister/img_title_fukidashi.svg) 0 0 no-repeat;
        background-size: 100% auto;
        max-width: 440px;
        width: 100%;
        height: 53px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin-inline: auto;

        @media screen and (max-width: 400px) {
          height: 45px;
        }
      }
    }

    .diameister-menu_title {
      margin-bottom: 30px;
      text-align: center;

      @media screen and (max-width: 600px) {
        margin-bottom: 20px;
      }

      .title_text {
        font-size: clamp(1.75rem,
            calc(1.25rem + 1.333vw),
            2.25rem);
        /* min: 28px, max: 36px */
        line-height: 1.3;
        letter-spacing: 0.1em;
        font-weight: bold;
        position: relative;
        padding-inline: 42px;
        width: fit-content;
        margin-inline: auto;
        margin-bottom: 0;

        @media screen and (max-width: 400px) {
          font-size: 7vw;
          margin-top: 4px;
        }

        >span {
          font-size: clamp(2.5rem,
              calc(1.5rem + 2.667vw),
              3.5rem);
          /* min: 40px, max: 56px */
          position: relative;
          padding-inline: 35px;

          @media screen and (max-width: 400px) {
            font-size: 10vw;
          }


          &::before,
          &::after {
            content: "";
            position: absolute;
            bottom: 20px;

            @media screen and (max-width: 600px) {
              bottom: 10px;
            }
          }

          &::before {
            background: url(../img/diameister/img_title_smallline_left.svg) 0 0 no-repeat;
            background-size: 100%;
            width: 30px;
            height: 38px;
            left: 0;

            @media screen and (max-width: 600px) {
              width: 25px;
              height: 33px;
            }
          }

          &::after {
            background: url(../img/diameister/img_title_smallline_right.svg) 0 0 no-repeat;
            background-size: 100%;
            width: 30px;
            height: 34px;
            right: 0;

            @media screen and (max-width: 600px) {
              width: 25px;
              height: 29px;
            }
          }
        }
      }
    }



    .link-btn {
      display: block;
      text-align: center;
      position: absolute;
      right: 0;
      left: 0;
      bottom: -15px;
      z-index: 5;
      margin-inline: auto;
      animation: floatY 2.5s ease-in-out infinite;

      img {
        width: 65px;
        height: auto;
      }

      @media screen and (max-width: 800px) {
        img {
          width: 50px;
          height: auto;
        }
      }
    }

    &.menu1 {
      position: relative;

      &::before {
        content: "";
        background: url(../img/diameister/service-illst2.svg) 0 0 no-repeat;
        background-size: 100%;
        width: 100px;
        height: 85px;
        position: absolute;
        left: 0;
        bottom: -40px;
        z-index: 1;

        @media screen and (max-width: 1000px) {
          width: 80px;
          height: 65px;
          bottom: -20px;
        }

        @media screen and (max-width: 600px) {
          width: 70px;
          height: 60px;
          left: 20px;
          bottom: -20px;
        }
      }

      .diameister-menu_image {
        border-radius: 26px;

        img {
          border-radius: 26px;
        }
      }
    }

    &.menu2 {
      margin-left: auto;

      &::before {
        content: "";
        background: url(../img/diameister/service-illst4.svg) 0 0 no-repeat;
        background-size: 100%;
        width: 110px;
        height: 125px;
        position: absolute;
        left: 10px;
        bottom: -70px;
        z-index: 1;

        @media screen and (max-width: 1000px) {
          width: 80px;
          height: 95px;
          bottom: -50px;
        }

        @media screen and (max-width: 600px) {
          width: 70px;
          height: 80px;
          left: 10px;
          bottom: -30px;
        }
      }

      .diameister-menu_image {
        border-radius: 26px;

        img {
          border-radius: 26px;
        }
      }

      .title_text {
        >span {
          font-size: clamp(2.5rem,
              calc(1.5rem + 2.667vw),
              3.5rem);
          /* min: 40px, max: 56px */

          @media screen and (max-width: 400px) {
            font-size: 11vw;
          }
        }
      }
    }
  }
}

.point-block {
  >p {
    margin-top: 40px;
  }

  .point-title {
    margin-bottom: 49px;
    font-size: 30px;
    letter-spacing: 0.05em;
    position: relative;
    padding-inline: 36px;
    text-align: center;
    width: fit-content;
    margin-inline: auto;
    font-weight: normal;

    @media screen and (max-width: 600px) {
      font-size: 26px;
    }

    @media screen and (max-width: 400px) {
      font-size: 6.5vw;
    }

    &::before,
    &::after {
      content: "";
      position: absolute;
    }

    &::before {
      background: url(../img/diameister/img_title_line_left.svg) 0 0 no-repeat;
      background-size: 30px auto;
      width: 30px;
      height: 62px;
      left: 0;
      bottom: 0;

      @media screen and (max-width: 600px) {
        background-size: 29px auto;
        width: 29px;
        height: 72px;
      }
    }

    &::after {
      background: url(../img/diameister/img_title_line_right.svg) 0 0 no-repeat;
      background-size: 45px auto;
      width: 45px;
      height: 65px;
      right: 0;
      bottom: 0;

      @media screen and (max-width: 600px) {
        background-size: 40px auto;
        width: 40px;
        height: 68px;
      }
    }

    .text_bold {
      font-size: 38px;
      font-weight: bold;
      color: #73afd7;

      @media screen and (max-width: 800px) {
        display: block;
      }

      @media screen and (max-width: 600px) {
        font-size: 35px;
      }

      @media screen and (max-width: 400px) {
        font-size: 7vw;
      }
    }

    .number {
      font-size: 70px;
      position: relative;
      padding-inline: 5px;

      @media screen and (max-width: 400px) {
        font-size: 60px;
      }

      &::before {
        content: "";
        background: url(../img/diameister/img_title_point.svg) 0 0 no-repeat;
        background-size: 45px;
        width: 45px;
        height: 45px;
        position: absolute;
        top: -10px;
        right: -20px;

        @media screen and (max-width: 600px) {
          background-size: 42px;
          width: 42px;
          height: 42px;
          top: 0;
          right: -10px;
        }
      }
    }
  }

  .duvet-cleaning-point {
    figure {
      min-height: clamp(8.313rem, calc(2.625rem + 15.167vw), 14rem);

      /* min: 133px, max: 224px */
      @media screen and (max-width: 600px) {
        min-height: auto;
      }
    }
  }

  .duvet-reform-point {
    figure {
      min-height: clamp(7.813rem, calc(0.25rem + 20.167vw), 15.375rem);

      /* min: 125px, max: 246px */
      @media screen and (max-width: 600px) {
        min-height: auto;
      }
    }
  }

  .point-list_item {
    position: relative;
    figure {
      img {
        @media screen and (max-width:480px) {
          max-width:clamp(15rem, calc(10rem + 13.333vw), 20rem); /* min: 240px, max: 320px */
        }
      }
    }
  }

  .point-list--horizontal {
    display: flex;
    gap: 40px 80px;

    @media screen and (max-width: 600px) {
      flex-direction: column;
      align-items: center;
    }

    .point-list_item {
      position: relative;
      padding-top: 100px;

      @media screen and (max-width: 600px) {
        width: 100%;
        padding-top: 80px;
      }

      @media screen and (max-width: 400px) {
        padding-top: 60px;
      }

      figure {
        display: block;
        margin-bottom: 60px;

        @media screen and (max-width: 600px) {
          text-align: center;
          margin-bottom: 40px;
        }
      }

      h3 {
        font-size: 24px;
        letter-spacing: 0.044em;
        font-weight: bold;
        position: relative;
        margin-bottom: 24px;
        width: fit-content;
        margin-inline: auto;
        text-align: center;
        min-height: 72px;

        @media screen and (max-width: 800px) {
          text-align: left;
        }

        @media screen and (max-width: 600px) {
          margin-bottom: 25px;
          min-height: auto;
          font-size:20px;
        }

        @media screen and (max-width: 800px) {
          br {
            display: none;
          }
        }
      }
    }

    .point2 {
      figure {
        margin-bottom: 30px;
      }
    }
  }

  .point-list--vertical {
    display: flex;
    flex-direction: column;
    row-gap: 80px;
    max-width: 1090px;
    width: 100%;
    margin-inline: auto;

    @media screen and (max-width: 600px) {
      row-gap: 60px;
    }

    .point-list_item {
      display: flex;
      align-items: flex-end;
      column-gap: 30px;

      @media screen and (max-width: 800px) {
        flex-direction: column;
        align-items: center;
        max-width: 550px;
        margin-inline: auto;
        width: 90%;
      }

      .point-image {
        flex: 1;
        margin-bottom: 0;
        padding-top: 70px;
        padding-left: 30px;

        @media screen and (max-width: 800px) {
          padding-left: 0;
          margin-bottom: 20px;
        }
      }

      .point-desc {
        width: 66%;

        @media screen and (max-width: 800px) {
          width: 100%;
        }

        >h3 {
          font-size: 24px;
          margin-bottom: 0;
          position: relative;
          color: #5eabd5;

          @media screen and (max-width: 600px) {
            font-size: 20px;
          }
        }

        >p {
          margin-top: 20px;
          line-height: 1.6;

          @media screen and (max-width: 800px) {
            font-size: 18px;
            margin-top: 25px;
          }
        }
      }
    }
  }

  .point1 {
    &::before {
      content: "";
      background: url(../img/service/img_point_mark1.svg) 0 0 no-repeat;
      background-size: 100px;
      height: 100px;
      width: 100px;
      position: absolute;
      left: 0;
      top: 0;

      @media screen and (max-width: 400px) {
        background-size: 80px;
        height: 80px;
        width: 80px;
      }
    }
  }

  .point2 {
    &::before {
      content: "";
      background: url(../img/service/img_point_mark2.svg) 0 0 no-repeat;
      background-size: 100px;
      height: 100px;
      width: 100px;
      position: absolute;
      left: 0;
      top: 0;

      @media screen and (max-width: 400px) {
        background-size: 80px;
        height: 80px;
        width: 80px;
      }
    }
  }

  .point3 {
    &::before {
      content: "";
      background: url(../img/service/img_point_mark3.svg) 0 0 no-repeat;
      background-size: 100px;
      height: 100px;
      width: 100px;
      position: absolute;
      left: 0;
      top: 0;

      @media screen and (max-width: 400px) {
        background-size: 80px;
        height: 80px;
        width: 80px;
      }
    }
  }

  .point-list--x2 {
    .point-list_item {
      width: 50%;

      @media screen and (max-width: 600px) {
        width: 100%;
      }
    }
  }

  .point-list--x3 {
    column-gap: 30px;

    .point-list_item {
      padding-top: 115px;
      width: calc((100% - (20px * 2)) / 3);

      @media screen and (max-width: 600px) {
        width: 100%;
      }

      figure {
        margin-bottom: 30px;
      }
    }
  }
}

.diameister-shiminuki {
  padding-top: 50px;
  padding-bottom: 80px;

  @media screen and (max-width: 800px) {
    padding-bottom: 0;
  }

  .diameister-shiminuki_contents {
    >.text {
      text-align: center;
      letter-spacing: 0.05em;
      margin-bottom: 60px;
      font-size: 20px;

      @media screen and (max-width: 800px) {
        text-align: left;
      }
    }
  }

  .title {
    margin-bottom: 60px;
    text-align: center;
    position: relative;

    &::before {
      content: "";
      background: url(../img/diameister/service-illst3.svg) 0 0 no-repeat;
      background-size: 120px auto;
      width: 120px;
      height: 57px;
      position: absolute;
      left: 10px;
      top: 0px;
      rotate: 115deg;

      @media screen and (max-width: 800px) {
        top: -50px;
      }

      @media screen and (max-width: 600px) {
        background-size: 118px auto;
        width: 118px;
        height: 57px;
        left: 0;
        rotate: 130deg;
      }

      @media screen and (max-width: 400px) {
        display: none;
      }
    }

    .title_inner {
      position: relative;

      &::before {
        content: "";
        background: url(../img/diameister/service-illst1.svg) 0 0 no-repeat;
        background-size: auto 120px;
        width: 67px;
        height: 120px;
        position: absolute;
        left: 60px;
        bottom: -50px;
        rotate: -80deg;

        @media screen and (max-width: 800px) {
          bottom: -120px;
        }

        @media screen and (max-width: 600px) {
          background-size: auto 90px;
          width: 50px;
          height: 90px;
          bottom: -60px;
          left: 10px;
        }
      }

      &::after {
        content: "";
        background: url(../img/diameister/service-illst2.svg) 0 0 no-repeat;
        background-size: 110px auto;
        width: 110px;
        height: 95px;
        position: absolute;
        right: 0;
        top: 45%;

        @media screen and (max-width: 1155px) {
          right: 0;
        }

        @media screen and (max-width: 800px) {
          top: auto;
          bottom: -100px;
        }

        @media screen and (max-width: 600px) {
          background-size: 60px auto;
          width: 60px;
          height: 55px;
          bottom: -60px;
        }
      }
    }

    img {
      max-width: 490px;
      width: 100%;
      height: auto;
      margin-bottom: 10px;

      @media screen and (max-width: 600px) {
        max-width: 380px;
      }
    }

    .title_text {
      font-weight: bold;
      letter-spacing: 0.1em;
      font-size: 60px;
      position: relative;
      padding-bottom: 30px;

      @media screen and (max-width: 800px) {
        font-size: max(6.5vw, 33px);
      }

      @media screen and (max-width: 600px) {
        line-height: 1.4;
      }

      &::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin-inline: auto;
        background: url(../img/diameister/title_iilst.svg) 0 0 no-repeat;
        background-size: 300px auto;
        width: 300px;
        height: 21px;
      }

      >span {
        font-size: 100px;

        @media screen and (max-width: 800px) {
          font-size: max(12vw, 80px);
        }

        @media screen and (max-width: 600px) {
          display: block;
          font-size: 80px;
        }

        @media screen and (max-width: 400px) {
          font-size: 19vw;
        }
      }
    }
  }
}

.deposit-days {
  margin-top: 60px;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #fff;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 30px;
  font-weight: bold;
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: 60px;

  @media screen and (max-width: 800px) {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    padding: 10px;
  }

  @media screen and (max-width: 600px) {
    margin-bottom: 60px;
    row-gap: 0;
  }

  p {
    margin-top: 0;
  }

  .deposit-days_text {
    font-size: 24px;
    letter-spacing: 0.3em;
    width: fit-content;
    text-align: right;

    @media screen and (max-width: 800px) {
      width: 100%;
      text-align: center;
    }
  }

  .deposit-days_number {
    font-size: 32px;
    letter-spacing: 0.2em;
    color: #73afd7;
    width: fit-content;

    @media screen and (max-width: 800px) {
      width: 100%;
      text-align: center;
    }

    @media screen and (max-width: 600px) {
      font-size: 30px;
    }

    .text_bold {
      font-size: 48px;
      line-height: 1;

      @media screen and (max-width: 600px) {
        font-size: 50px;
      }
    }
  }
}

article .price-sub-title {
  margin-bottom: 20px;
}

.price-table {
  +.price-table {
    margin-top: 40px;
  }

  >p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.8;
  }

  table {
    width: 100%;

    th,
    td {
      padding: 8px 1rem;
      border: 1px solid #cfcfcf;
      width: 30%;

      @media screen and (max-width: 600px) {
        padding: 8px 0.5rem;
        font-size:14px;
      }
    }

    th {
      background: #aedfee;
      text-align: center;
    }

    .member {
      background: #67add4;
      color: #fff;
    }

    td {
      padding: 1rem;
      background-color: #fff;

      &:not(:nth-child(1)) {
        text-align: center;
      }

      &:last-child {
        font-weight: bold;
      }

      .text_red {
        color: #ee3a52;
      }
    }
  }
}

.comparison_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 50px;
  position: relative;

  @media screen and (max-width: 800px) {
    column-gap: 30px;
  }

  @media screen and (max-width: 600px) {
    flex-direction: column;
    row-gap: 20px;
    max-width: 400px;
    margin-inline: auto;
  }

  .comparison-list_item {
    >p {
      margin-top: 0;
      font-size: 30px;
      letter-spacing: 0.1em;
      min-height: 84px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold;

      @media screen and (max-width: 800px) {
        font-size: 4vw;
      }

      @media screen and (max-width: 600px) {
        font-size: 28px;
        min-height: auto;
      }
    }
    &.before {
      flex:0 0 44%;
      @media screen and (max-width:1200px) {
        flex:0 0 42vw;
      }
      @media screen and (max-width:600px) {
        flex:unset;
      }
    }

    &.after {
      >p {
        font-size: 40px;
        color: #73afd7;

        @media screen and (max-width: 800px) {
          font-size: 5vw;
        }

        @media screen and (max-width: 600px) {
          font-size: 32px;
        }
      }
    }

    img {
      border-radius: 19px;
    }
  }

  .comparison_list_arrow {
    padding-top: 5%;
    width: 23px;

    @media screen and (max-width: 600px) {
      rotate: 90deg;
      padding: 0;
    }
  }
}

.comparison-title {
  background-color: #fff;
  padding: 25px 15px;
  margin-bottom: 53px;
  border-radius: 21px;
  text-align: center;

  @media screen and (max-width: 600px) {
    padding-inline: 30px;
  }

  .title_text {
    font-size: 28px;
    letter-spacing: 0.1em;
    margin-bottom: 0;

    @media screen and (max-width: 600px) {
      text-align: left;
      font-size: 24px;
    }

    .text_bold {
      color: #73afd7;
    }
  }

  p {
    margin-top: 20px;
    font-size: 20px;
    letter-spacing: 0.044em;

    @media screen and (max-width: 600px) {
      text-align: left;
      font-size: 18px;
    }
  }
}

article .service-catchcopy {
  text-align: center;
  font-size: 28px;
  font-weight: bold;

  @media screen and (max-width: 800px) {
    font-size: 28px;
  }

  @media screen and (max-width: 600px) {
    text-align: left;
    font-size: 20px;
  }
}

.service-feature {
  margin-top: 80px;
  background: #fff;
  border-radius: 20px;
  padding: 50px;

  .point-text {
    margin-top: 10px;
    font-size: 24px;
    text-align: center;
    margin-bottom: 0;

    @media screen and (max-width: 600px) {
      font-size: 22px;
    }
  }
}

.shiminuki-comparison {
  margin-bottom: 100px;

  @media screen and (max-width: 600px) {
    margin-bottom: 60px;
  }

  .wave-bottom {
    transform: rotate(180deg);
    position: relative;
    z-index: -1;
  }

  .shape-fill {
    fill: #cbe8f0;
  }

  .shiminuki-comparison_inner {
    padding-top: 115px;
    background-color: #cbe8f0;
    position: relative;

    &::before {
      content: "";
      background: url(../img/diameister/icon_section_arrow.png) 0 0 no-repeat;
      background-size: 66px auto;
      width: 66px;
      height: 51px;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      margin-inline: auto;
    }
  }

  .shiminuki-comparison_contents {
    max-width: 1096px;
    width: 100%;
    margin-inline: auto;

    @media screen and (max-width: 800px) {
      width: 90%;
    }
  }

  .comparison-block {
    .comparison-comment {
      font-size: 24px;
      text-align: center;
      max-width: 450px;
      width: 100%;
      margin-inline: auto;
      position: relative;
      padding-bottom: 53px;

      @media screen and (max-width: 600px) {
        font-size: 22px;
      }

      &::after {
        content: "";
        background: url(../img/diameister/img_title_fukidashi.svg) 0 0 no-repeat;
        background-size: 100% auto;
        max-width: 400px;
        width: 100%;
        height: 50px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin-inline: auto;
      }
    }
  }

  .comparison-poloshirt {
    margin-bottom: 92px;
    position: relative;

    &::before {
      content: "";
      background: url(../img/diameister/service-illst4-1.svg) 0 0 no-repeat;
      background-size: 100%;
      width: 110px;
      height: 95px;
      position: absolute;
      left: 0;
      top: 0;
      rotate: 10deg;

      @media screen and (max-width: 800px) {
        width: 100px;
        height: 87px;
      }

      @media screen and (max-width: 600px) {
        top: auto;
        bottom: -55px;
        z-index: 1;
      }
    }
  }

  .comparison-denim {
    position: relative;

    &::before {
      content: "";
      background: url(../img/diameister/service-illst4-2.svg) 0 0 no-repeat;
      background-size: 100%;
      width: 100px;
      height: 145px;
      position: absolute;
      right: 0;
      top: -10px;

      @media screen and (max-width: 800px) {
        width: 80px;
        height: 120px;
      }

      @media screen and (max-width: 600px) {
        top: 52%;
      }
    }
  }

  .illst-down {
    position: relative;

    &::before {
      content: "";
      background: url(../img/diameister/service-illst4.svg) 0 0 no-repeat;
      background-size: 120px auto;
      width: 120px;
      height: 135px;
      position: absolute;
      right: 0;
      top: 0;
      rotate: 40deg;

      @media screen and (max-width: 1155px) {
        right: 30px;
      }

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

  .illst-point {
    position: relative;
    margin-bottom: 0;

    &::before {
      content: "";
      background: url(../img/diameister/service-illst5_2.svg) 0 0 no-repeat;
      background-size: 100%;
      width: 65px;
      height: 62px;
      position: absolute;
      right: 30px;
      bottom: 30px;

      @media screen and (max-width: 800px) {
        width: 55px;
        height: 52px;
        right: 10px;
        bottom: 20px;
      }
    }
  }
}

.diameister-down {
  padding-top: 50px;

  .title {
    margin-bottom: 60px;
    text-align: center;
    position: relative;

    @media screen and (max-width: 600px) {
      margin-bottom: 60px;
    }

    img {
      max-width: 320px;
      width: 100%;
      height: auto;

      @media screen and (max-width: 600px) {
        max-width: 250px;
      }
    }

    .title_text {
      font-weight: bold;
      letter-spacing: 0.1em;
      font-size: 60px;
      position: relative;
      padding-bottom: 30px;

      @media screen and (max-width: 800px) {
        font-size: max(6.5vw, 33px);
      }

      &::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin-inline: auto;
        background: url(../img/diameister/title_iilst.svg) 0 0 no-repeat;
        background-size: 300px auto;
        width: 300px;
        height: 21px;
      }
    }
  }

  .diameister-down_contents {
    @media screen and (max-width: 800px) {
      width: 90%;
      margin-inline: auto;
    }

    >.text {
      text-align: center;

      @media screen and (max-width: 600px) {
        text-align: left;
      }

      .text_small {
        font-size: 18px;
      }
    }
  }

  .down-brand {
    margin-top: 78px;
    background-color: #fff;
    border-radius: 28px;
    padding: 40px 20px;
    max-width: 1050px;
    margin-inline: auto;

    @media screen and (max-width: 600px) {
      padding: 30px 20px;
    }

    .title {
      font-size: 28px;
      width: fit-content;
      position: relative;
      padding-bottom: 8px;
      margin-bottom: 0;
      margin-inline: auto;

      @media screen and (max-width: 600px) {
        font-size: 24px;
        text-align: left;
        margin-bottom: 20px;
      }

      &::after {
        content: "";
        background-color: #fff37f;
        height: 7px;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
      }
    }

    .down-brand_list {
      display: flex;

      @media screen and (max-width: 600px) {
        flex-direction: column;
        max-width: 400px;
        margin-bottom: 0;
        margin-inline: auto;
      }
    }

    >p {
      text-align: center;
      letter-spacing: 0.1em;

      @media screen and (max-width: 600px) {
        text-align: left;
      }
    }
  }

  .point-block {
    margin-top: 180px;

    @media screen and (max-width: 600px) {
      margin-top: 100px;
    }
  }

  .deposit-days {
    max-width: 900px;
    margin-inline: auto;

    &:has(> :nth-child(3)) {
      margin-bottom: 30px;

      .deposit-days_note {
        width: 100%;
        font-weight: 500;
        text-align: center;

        >span {
          color: #73afd7;
        }

        @media screen and (max-width: 800px) {
          br {
            display: none;
          }
        }
      }
    }
  }

  .price-table {
    max-width: 900px;
    margin-inline: auto;
  }
}

.diameister-movie,
.duvet-cleaning-movie {
  padding-top: 150px;

  @media screen and (max-width: 800px) {
    padding-top: 120px;
  }

  @media screen and (max-width: 400px) {
    padding-top: 80px;
  }

  .title {
    border: 3px solid #262424;
    border-radius: 100px;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    width: fit-content;
    margin-inline: auto;

    &:before {
      content: "";
      position: absolute;
      bottom: -27px;
      left: 50%;
      margin-left: -17px;
      border: 14px solid transparent;
      border-top: 14px solid #f0f0f0;
      z-index: 2;
    }

    &:after {
      content: "";
      position: absolute;
      bottom: -30px;
      left: 50%;
      margin-left: -17px;
      border: 14px solid transparent;
      border-top: 14px solid #262424;
      z-index: 1;
    }

    .title_text {
      color: #73afd7;
      font-size: 26px;
      position: relative;
      padding: 30px 50px 30px 100px;
      text-align: left;
      margin: 0;

      @media screen and (max-width: 800px) {
        padding-right: 30px;
      }

      @media screen and (max-width: 600px) {
        padding-left: 80px;
        font-size: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
      }

      &::before {
        content: "";
        background: url(../img/diameister/service-illst7.svg) 0 0 no-repeat;
        background-size: 50px auto;
        width: 50px;
        height: 60px;
        position: absolute;
        left: 25px;
        top: 50%;
        transform: translateY(-50%);

        @media screen and (max-width: 600px) {
          background-size: 42px auto;
          width: 42px;
          height: 55px;
        }
      }
    }
  }

  iframe {
    aspect-ratio: 1034 / 578;
    height: auto;
    width: 100%;
  }
}

/** ==========
羽毛布団クリーニング
========== **/

.duvet-cleaning-about {
  .point-text {
    margin-top: 30px;
  }

  .point-block {
    margin-top: 50px;
  }

  .duvet-cleaning_price {
    background-color: #fff;
    padding: 0;
    border-radius: 20px;
    margin-top: 3.2rem;

    a {
      display: block;
      color: #313131;
      text-decoration: none;
      padding: 20px 30px 30px;
    }
  }

  .option {
    margin-top: 20px;

    .title {
      font-size: 18px;
      color: #5eabd5;
      margin-bottom: 20px;
      text-align: left;
    }

    .option-list {
      display: flex;
      margin: 20px 0 0;
      gap: 10px;

      @media screen and (max-width: 800px) {
        flex-wrap: wrap;
      }

      li {
        position: relative;
        border: 1px solid #b1dcee;
        border-radius: 20px;
        width: calc((100% - (10px * 2)) / 3);

        @media screen and (max-width: 800px) {
          width: calc((100% - (10px * 1)) / 2);
        }

        @media screen and (max-width: 600px) {
          width: 100%;
        }

        &::after {
          content: "";
          background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.333 17.7306L15.333 12.7306L10.333 7.73059' stroke='%235EABD5' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          background-repeat: no-repeat;
          width: 24px;
          height: 24px;
          display: block;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 10px;
        }

        a {
          display: block;
          padding: 15px 40px 15px 20px;
          color: #313131;
          text-align: center;
          text-decoration: none;
        }
      }
    }
  }

  .duvet-cleaning_service {
    display: flex;
    align-items: center;
    gap: 20px;

    @media screen and (max-width: 800px) {
      margin-top: 80px;
      flex-direction: column;
    }

    @media screen and (max-width: 600px) {
      margin-top: 60px;
    }

    .service-desc {
      width: 50%;

      @media screen and (max-width: 800px) {
        width: 100%;
      }

      .service-desc_sub-text {
        font-size: 18px;
        line-height: 1.6;
        position: relative;
        padding-bottom: 33px;
        letter-spacing: 0.05em;
        margin-top: 0;
        text-align: center;
        margin-bottom: 20px;

        &::after {
          content: "";
          background: url(../img/diameister/img_title_fukidashi.svg) 0 0 no-repeat;
          background-size: 100% auto;
          max-width: 320px;
          width: 100%;
          height: 42px;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin-inline: auto;
        }

        @media screen and (max-width:480px) {
          font-size:16px;
        }
      }

      .service-desc_text {
        font-size: 20px;
        line-height: 1.7;
        text-align: center;

        @media screen and (max-width: 600px) {
          font-size: max(4.2vw, 17px);
        }

        >span {
          color: #74b3d9;
          display: block;
          font-size: 28px;
        }
      }
    }

    .service-image {
      flex: 1;
      margin-bottom: 0;

      img {
        border-radius: 0;
      }
    }
  }
}

.duvet-cleaning-comparison {
  margin-bottom: 150px;

  @media screen and (max-width: 600px) {
    margin-bottom: 60px;
  }

  .wave-bottom {
    transform: rotate(180deg);
    position: relative;
    z-index: -1;
  }

  .shape-fill {
    fill: #cbe8f0;
  }

  .duvet-cleaning-comparison_inner {
    padding-top: 115px;
    background-color: #cbe8f0;
    position: relative;
    padding-bottom: 50px;

    &::before {
      content: "";
      background: url(../img/diameister/icon_section_arrow.png) 0 0 no-repeat;
      background-size: 66px auto;
      width: 66px;
      height: 51px;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      margin-inline: auto;
    }
  }

  .duvet-cleaning-comparison_contents {
    max-width: 1096px;
    width: 100%;
    margin-inline: auto;

    @media screen and (max-width: 800px) {
      width: 90%;
    }
  }

  .comparison-block {
    display: flex;
    flex-direction: column;
    row-gap: 150px;

    .after {
      position: relative;

      &::after {
        content: "";
        background: url(../img/duvet-cleaning/duvet-cleaning-illst2.svg) 0 0 no-repeat;
        background-size: 75px auto;
        width: 75px;
        height: 72px;
        position: absolute;
        right: 0;
        bottom: -75px;
      }
    }
  }
}

.duvet-cleaning-movie {
  padding-top: 0;
}

.leather-products-about {
  h2 {
    text-align: center;
  }

  .point-block {
    margin-top: 50px;
  }

  .option {
    margin-top: 20px;

    .title {
      font-size: 18px;
      color: #5eabd5;
      margin-bottom: 20px;
      text-align: left;
    }

    .option-list {
      display: flex;
      margin: 20px 0 0;
      gap: 10px;

      @media screen and (max-width: 800px) {
        flex-wrap: wrap;
      }

      li {
        position: relative;
        border: 1px solid #b1dcee;
        border-radius: 20px;
        width: calc((100% - (10px * 2)) / 3);

        @media screen and (max-width: 800px) {
          width: calc((100% - (10px * 1)) / 2);
        }

        @media screen and (max-width: 600px) {
          width: 100%;
        }

        &::after {
          content: "";
          background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.333 17.7306L15.333 12.7306L10.333 7.73059' stroke='%235EABD5' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          background-repeat: no-repeat;
          width: 24px;
          height: 24px;
          display: block;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 10px;
        }

        a {
          display: block;
          padding: 15px 40px 15px 20px;
          color: #313131;
          text-align: center;
          text-decoration: none;
        }
      }
    }
  }
}

.leather-products-comparison {
  margin-bottom: 150px;

  @media screen and (max-width: 600px) {
    margin-bottom: 60px;
  }

  .wave-top {
    margin-bottom: -1px;
    position: relative;
    z-index: -1;
  }

  .wave-bottom {
    transform: rotate(180deg);
    position: relative;
    z-index: -1;
  }

  .shape-fill {
    fill: #cbe8f0;
  }

  .leather-products-comparison_inner {
    padding-top: 115px;
    background-color: #cbe8f0;
    position: relative;
    padding-bottom: 50px;

    &::before {
      content: "";
      background: url(../img/diameister/icon_section_arrow.png) 0 0 no-repeat;
      background-size: 66px auto;
      width: 66px;
      height: 51px;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      margin-inline: auto;
    }
  }

  .leather-products-comparison_contents {
    max-width: 1096px;
    width: 100%;
    margin-inline: auto;

    @media screen and (max-width: 800px) {
      width: 90%;
    }
  }

  .comparison-point {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    row-gap: 60px;
    max-width: 900px;
    margin-inline: auto;

    @media screen and (max-width: 600px) {
      row-gap: 30px;
      margin-top: 60px;
    }

    .comparison-point_item {
      display: flex;
      align-items: center;
      gap: 40px;

      &:nth-child(2) {
        .comment {
          order: 1;
        }

        .image {
          order: 2;
        }
      }

      figure {
        margin-bottom: 0;
      }

      .image {
        width: 61%;

        @media screen and (max-width: 600px) {
          width: 50%;
        }

        img {
          width: 100%;
        }
      }

      .comment {
        flex: 1;
      }
    }
  }
}


/** ===========
羽毛布団リフォーム
=========== **/
.reform-points {
  margin-top: 80px;

  @media screen and (max-width: 600px) {
    margin-top: 60px;
  }
}

.reform-points_title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;

  @media screen and (max-width: 600px) {
    font-size: 22px;
  }
}

.reform-points_list {
  display: flex;
  gap: 30px;

  @media screen and (max-width: 800px) {
    flex-direction: column;
  }
}

.reform-points_list_item {
  width: calc((100% - 30px) / 2);
  background-color: #fff;
  padding: 35px;
  border-radius: 16px;

  @media screen and (max-width: 800px) {
    width: 100%;
    padding: 30px;
  }

  h4 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.page-wrap .point-read {
  margin-top: 0;
  font-size: 16px;
  text-align: center;
}

.reform-point-comparison {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px 25px;

  @media screen and (max-width: 800px) {
    max-width: 450px;
    margin-inline: auto;
  }

  @media screen and (max-width: 600px) {
    flex-direction: column;
    align-items: center;
  }
}

.reform-point-comparison_box {
  width: 50%;

  @media screen and (max-width: 600px) {
    max-width: 250px;
    width: 100%;
  }

  .image {
    margin-bottom: 10px;
    min-height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  h5 {
    background-color: #73afd7;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 5px;
    font-size: 14px;
  }

  >p {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
  }

  .text-bold {
    font-weight: bold;
  }
}

.reform-point-comparison_arrow {
  flex: 1;
  padding-top: 15%;

  @media screen and (max-width: 600px) {
    padding-top: 0;
  }

  svg {
    rotate: 180deg;

    @media screen and (max-width: 600px) {
      rotate: 90deg;
    }
  }
}