@charset "shift_jis";

:root {
  --main-color: #c9bd9a;
  --btn-color: #ff9c00;
  --bg-blue-color: #ded9ca;
}

@media screen and (min-width: 769px) {

  /*--- kaitoriここから ---*/
  .sale_kaitori_wrap {

    /* メイン画像 */
    .kaitori_main_wrap {
      background: url(../img/main_bg.webp);
      background-size: cover;
      background-position: center;
      height: 600px;
      box-sizing: border-box;
      padding-top: 150px;

      .kaitori_main_inner {
        width: 1100px;
        margin: 0 auto;
        text-align: center;

        ul {
          display: flex;
          justify-content: center;

          li {
            width: 215px;
            background: #c9bd9a;
            color: #fff;
            line-height: 56px;
            border-radius: 10px;
            font-size: 20px;
            letter-spacing: 0.1em;
            font-weight: bold;
            margin-right: 10px;

            &:last-child {
              margin-right: 0;
            }
          }
        }

        p {
          color: #fff;
          font-size: 70px;
          font-weight: bold;
          line-height: 130px;
          padding: 0 15px;
          border-top: 1px solid #fff;
          border-bottom: 1px solid #fff;
          margin: 30px 0;
        }

        span {
          font-size: 30px;
          line-height: 40px;
          letter-spacing: 0.1em;
          color: #fff;
          font-weight: bold;
        }
      }
    }

    /* 悩み */
    .kaitori_nayami_wrap {
      width: 900px;
      margin: 80px auto;

      ul {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;

        &::after {
          content: "";
          display: block;
          background: url(../img/nayami_icon.webp);
          width: 213px;
          height: 224px;
          position: absolute;
          bottom: -80px;
          left: 340px;
          z-index: -1;
        }

        li {
          border: 1px solid #ccc;
          border-radius: 10px;
          padding: 20px 30px;
          font-size: 20px;
          font-weight: bold;
          line-height: 30px;
          position: relative;
          text-align: center;
          margin-bottom: 30px;
          background: #fff;

          span {
            font-weight: bold;
            background: linear-gradient(transparent 60%, #ffdbde 60%);
          }

          &:nth-child(1) {
            margin-left: 45px;
          }

          &:nth-child(2) {
            margin: 0 35px 30px;
          }

          &:nth-child(4) {
            margin: 0px 0 30px 355px;
          }
        }
      }
    }

    /* 当社の3つの特徴 */
    .kaitori_feature_wrap {
      background: var(--bg-blue-color);
      padding: 80px 0;

      .kaitori_feature_inner {
        width: 1100px;
        margin: 0 auto;

        ul {
          li {
            display: flex;
            margin-bottom: 40px;

            &:nth-child(2) {
              align-items: flex-end;

              img {
                margin-left: -5px;
                margin-bottom: -10px;
              }
            }

            &:last-child {
              margin-bottom: 0;
            }

            .kaitori_feature_txt {
              margin-left: 30px;

              span {
                display: block;
                width: 100px;
                line-height: 35px;
                text-align: center;
                border-radius: 20px;
                background: #333;
                color: #fff;
                font-size: 18px;
                font-weight: bold;
                letter-spacing: 0.1em;
              }

              h3 {
                font-size: 40px;
                line-height: 46px;
                color: #000;
                letter-spacing: 0.05em;
                margin: 30px 0;
              }

              p {
                font-size: 18px;
                font-weight: 500;
                letter-spacing: 0.05em;
                line-height: 32px;
                margin: 0;
              }

              .kaitori_feature_point {
                p {
                  background: #fff;
                  width: 500px;
                  box-sizing: border-box;
                  padding: 15px 20px;
                  font-weight: bold;
                  margin: 15px 0 10px;
                  border-radius: 10px;
                  line-height: 30px;
                }

                span {
                  font-size: 12px;
                  line-height: 12px ! IMPORTANT;
                  letter-spacing: 0.05em;
                  color: #000;
                  display: initial;
                  background: none;
                  font-weight: 500;
                }
              }
            }
          }
        }
      }
    }

    /* 買取までの流れ */
    .kaitori_flow_wrap {
      width: 1100px;
      margin: 80px auto;

      ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;

        li {
          background: #f6f6f6;
          width: 260px;
          height: 430px;
          border-radius: 10px;
          box-sizing: border-box;
          margin-bottom: 70px;
          text-align: center;

          &:first-child {
            p {
              line-height: 20px;
            }
          }

          span {
            display: block;
            width: 100px;
            line-height: 35px;
            text-align: center;
            border-radius: 20px;
            background: #c9bd9a;
            color: #fff;
            font-size: 18px;
            font-weight: bold;
            letter-spacing: 0.1em;
            margin: -17px auto 20px;
          }

          h3 {
            color: #333333;
            font-size: 20px;
            font-weight: bold;
            line-height: 25px;
            letter-spacing: 0.05em;
            margin: 20px 0;
          }

          p {
            color: #666;
            font-size: 15px;
            font-weight: 500;
            line-height: 25px;
            margin: 0;
            text-align: left;
            padding: 0 10px;
          }
        }
      }
    }

    /* よくある質問 */
    #sa_qa {
      padding: 0;

      .kaitori_qa_wrap {
        padding: 80px 0;
      }
    }

    /* title */
    h2 {
      font-size: 40px;
      line-height: 40px;
      font-weight: bold;
      text-align: center;
      color: #000;
      margin: 0 0 40px;
      display: block;

      &.sa_conts_tit_line::after {
        content: "";
        display: block;
        width: 70px;
        height: 5px;
        background-color: #333;
        margin: 30px auto 0;
      }
    }

    /* svg */
    svg {
      margin: 0 auto;
      display: block;

      .cls-1 {
        fill: var(--main-color);
      }
    }

    /* btn */
    .btn_link {
      display: block;
      width: 80%;
      line-height: 60px;
      background-color: var(--btn-color);
      color: #fff;
      text-align: center;
      position: relative;
      margin: 0 auto 00px;
      border-radius: 5px;
      font-weight: bold;
      font-size: 18px;

      &:hover {
        opacity: .8;
      }
    }

    /* fadein（下から上） */
    .fadein {
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.8s ease-out;

      &.show {
        opacity: 1;
        transform: translateY(0);
      }

      &.fadein-1 {
        transition-delay: 0.2s;
      }

      &.fadein-2 {
        transition-delay: 0.4s;
      }

      &.fadein-3 {
        transition-delay: 0.6s;
      }

      &.fadein-4 {
        transition-delay: 0.8s;
      }

      &.fadein-5 {
        transition-delay: 1.0s;
      }

      &.fadein-6 {
        transition-delay: 1.2s;
      }
    }
  }

  /*--- kaitoriここまで ---*/
}










/*-------------------------------
sp
--------------------------------*/


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

  /*--- kaitoriここから ---*/
  .sale_kaitori_wrap {

    /* メイン画像 */
    .kaitori_main_wrap {
      background: url(../img/main_bg.webp);
      background-size: cover;
      background-position: 25% 0;
      box-sizing: border-box;
      padding: 40px 0;

      .kaitori_main_inner {
        width: 90%;
        margin: 0 auto;

        ul {
          display: flex;
          justify-content: center;
          flex-wrap: wrap;

          li {
            width: 38%;
            background: #c9bd9a;
            color: #fff;
            line-height: 38px;
            border-radius: 5px;
            font-size: clamp(12px, 3.8vw, 14px);
            letter-spacing: 0.05em;
            font-weight: 500;
            padding: 0 10px;
            text-align: center;
            margin-bottom: 5px;

            &:nth-child(odd) {
              margin-right: 5px;
            }
          }
        }

        p {
          color: #fff;
          font-weight: bold;
          font-size: clamp(28px, 8vw, 35px);
          line-height: 1.5;
          padding: 10px 0;
          text-align: center;
          border-top: 1px solid #fff;
          border-bottom: 1px solid #fff;
          margin: 15px 0;
        }

        span {
          font-size: clamp(14px, 4.4vw, 24px);
          line-height: 1.6;
          color: #fff;
          font-weight: 500;
        }
      }
    }

    /* 悩み */
    .kaitori_nayami_wrap {
      width: 90%;
      margin: 60px auto 0;

      ul {
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;

        &::after {
          content: "";
          display: block;
          background: url(../img/nayami_icon.webp);
          background-size: contain;
          background-repeat: no-repeat;
          width: 125px;
          height: 130px;
          margin: 20px auto 0;
        }

        li {
          width: 49%;
          border: 1px solid #ccc;
          border-radius: 5px;
          padding: 10px 3%;
          font-weight: bold;
          position: relative;
          text-align: center;
          margin-bottom: 2%;
          box-sizing: border-box;
          font-size: clamp(11px, 3vw, 20px);
          line-height: 1.8;

          span {
            font-weight: bold;
            background: linear-gradient(transparent 60%, #ffdbde 60%);
          }
        }
      }
    }

    /* 当社の3つの特徴 */
    .kaitori_feature_wrap {
      background: var(--bg-blue-color);
      padding: 60px 0;

      .kaitori_feature_inner {
        width: 90%;
        margin: 0 auto;

        ul {
          li {
            display: flex;
            flex-direction: column-reverse;
            margin-bottom: 40px;

            &:last-child {
              margin-bottom: 0;
            }

            img {
              width: 100%;
            }

            .kaitori_feature_txt {
              margin-bottom: 30px;

              span {
                display: block;
                width: 120px;
                line-height: 40px;
                text-align: center;
                border-radius: 30px;
                background: #c9bd9a;
                color: #fff;
                font-size: clamp(15px, 4.7vw, 18px);
                font-weight: bold;
                letter-spacing: 0.1em;
              }

              h3 {
                font-size: clamp(14px, 6vw, 24px);
                line-height: 1.8;
                color: #000;
                letter-spacing: 0.05em;
                margin: 15px 0;
              }

              p {
                font-size: clamp(15px, 4.7vw, 18px);
                font-weight: 500;
                margin: 0;
                line-height: 26px;
                letter-spacing: 0.04em;
                font-size: clamp(13px, 4vw, 15px);
              }

              .kaitori_feature_point {
                p {
                  background: #fff;
                  box-sizing: border-box;
                  padding: 15px;
                  font-weight: bold;
                  margin: 15px 0 10px;
                  border-radius: 10px;
                  line-height: 26px;
                  letter-spacing: 0.04em;
                  font-size: clamp(13px, 4vw, 15px);
                }

                span {
                  font-size: clamp(10px, 2.8vw, 12px);
                  line-height: 12px ! IMPORTANT;
                  letter-spacing: 0.05em;
                  color: #000;
                  display: initial;
                  background: none;
                  font-weight: 500;
                }
              }
            }
          }
        }
      }
    }

    /* 買取までの流れ */
    .kaitori_flow_wrap {
      width: 90%;
      margin: 60px auto 40px;

      ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;

        li {
          background: #eef9ff;
          width: 49%;
          border-radius: 5px;
          box-sizing: border-box;
          margin-bottom: 40px;
          text-align: center;
          padding: 0 10px 15px;

          span {
            display: block;
            width: 80px;
            line-height: 30px;
            text-align: center;
            border-radius: 20px;
            background: #c9bd9a;
            color: #fff;
            font-size: clamp(11px, 3.2vw, 13px);
            font-weight: bold;
            letter-spacing: 0.1em;
            margin: -15px auto 15px;
          }

          img {
            width: 40%;
          }

          h3 {
            color: #c9bd9a;
            font-weight: bold;
            font-size: clamp(11px, 4vw, 20px);
            line-height: 1.6;
            margin: 10px 0;
          }

          p {
            color: #666;
            font-weight: 500;
            margin: 0;
            text-align: left;
            font-size: clamp(12px, 3vw, 20px);
            line-height: 1.8;
          }
        }
      }
    }

    /* よくある質問 */
    #sa_qa {
      padding: 0;

      .kaitori_qa_wrap {
        padding: 60px 0;
      }
    }

    /* CV */
    #sa_inq {
      .sa_inq_txt {
        width: 96%;
        margin: 0 auto;
        letter-spacing: normal !important;
        font-size: clamp(15px, 4.7vw, 18px);
      }

      h2 {
        margin: 10px auto 30px;
        line-height: 1.3;
      }
    }

    /* title */
    h2 {
      font-size: clamp(14px, 7vw, 25px);
      line-height: 1.8;
      font-weight: bold;
      text-align: center;
      color: #000;
      margin: 0 0 30px;

      &.sa_conts_tit_line::after {
        content: "";
        display: block;
        width: 70px;
        height: 5px;
        background-color: #0e6e98;
        margin: 20px auto 0;
      }
    }

    /* svg */
    svg {
      margin: 0 auto;
      display: block;

      .cls-1 {
        fill: var(--main-color);
      }
    }

    /* btn */
    .btn_link {
      display: block;
      width: 80%;
      line-height: 60px;
      background-color: var(--btn-color);
      color: #fff;
      text-align: center;
      position: relative;
      margin: 0 auto 00px;
      border-radius: 5px;
      font-weight: bold;
      font-size: clamp(15px, 4.7vw, 18px);

      &:hover {
        opacity: .8;
      }
    }

    /* fadein（下から上） */
    .fadein {
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.8s ease-out;

      &.show {
        opacity: 1;
        transform: translateY(0);
      }

      &.fadein-1 {
        transition-delay: 0.2s;
      }

      &.fadein-2 {
        transition-delay: 0.4s;
      }

      &.fadein-3 {
        transition-delay: 0.6s;
      }

      &.fadein-4 {
        transition-delay: 0.8s;
      }

      &.fadein-5 {
        transition-delay: 1.0s;
      }

      &.fadein-6 {
        transition-delay: 1.2s;
      }
    }
  }

  /*--- kaitoriここまで ---*/
}