@charset "utf-8";

.main-visual {
  display: flex;
  background: url(../202506/main-visual_pc.png) center center / cover no-repeat;
  aspect-ratio: 1920/1080;
  .mv1,.mv2 {
    position: relative;
    height: 100%;
    width: 50%;
  }
  .btn {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    width: 70%;
    margin: auto;
  }
}

@media screen and (max-width: 780px) {
  .main-visual {
    flex-flow: column;
    background: url(../202506/main-visual_sp.png) center center / cover no-repeat;
    aspect-ratio: 780/800;
    .mv1,.mv2 {
      height: 50%;
      width: 100%;
    }
    .btn {
      bottom: auto;
      left: auto;
      right: auto;
      width: 44%;
    }
    .mv1 .btn {
      right: 10%;
      top: 6%;
    }
    .mv2 .btn {
      left: 12%;
      bottom: 6%;
    }
  }
}


/*-----------------------------------------------------
はじめ方
-------------------------------------------------------*/
.started{
  position: relative;
  background-color: #fffadd;
  padding-top: 50px;
}
.started_container {
  padding: 30px;
}
.started_title {
  text-align: center;
  transition: all 0.5s 0s ease;
}

.started_card_list {
  display: flex;
  justify-content:center;
  gap: 35px;
  margin-top: 60px;
}
.started_card {
  position: relative;
  z-index: 2;
  box-shadow: var(--boxShadow-primary);
  border-radius: 5%;
  width: 400px;
  margin-left: 50px;
  .btn {
    position: absolute;
    bottom: 3%;
    left: 0;
    right: 0;
    width: 62%;
    margin: auto;
  }
}
.started_card_badge {
  position: absolute;
  top: -5%;
  left: -13%;
  width: 29%;
  img {
    position: relative;
    z-index: 10;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 780px) {
  .started {
    padding-top: 20px;
  }
  .started_card_list {
    flex-flow: column;
    gap: 15vw;
  }
  .started_card {
    width: 82%;
    margin-left: 10%;
  }

}

.floating_mesh02_2,
.floating_mesh03_2 {
  z-index: 1;
}

.floating_mesh02_2 {
  bottom: 40%;
  right: -2%;
  width: clamp(80px, 20vw, 400px);
}
.floating_mesh03_2 {
  top: 10%;
  left: -3%;
  width: clamp(70px, 14vw, 250px);
}

/*-----------------------------------------------------
野菜の波
-------------------------------------------------------*/
.vegetables_wave {
  position: relative;
  background-image: url(../202506/wave_bg_vegetables.jpg);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 32vw;
  z-index: 0;
}
.vegetables_wave canvas {
  margin-block-start: -1px;
}


/*-----------------------------------------------------
お試しセット
-------------------------------------------------------*/
.trial-set {
    background-image: url(../images/reason_bg_pattern.png);
    background-repeat: repeat;
    background-size: 20%;
    position: relative;
  .inner {
    position: relative;
    max-width: 1200px;
    margin: auto;
  }
  .trial-set_title {
    margin: 0 20px;
    img {
      transform: translateY(-50%);
    }
  }
  .set-flex {
    display: flex;
    padding: 0 50px;
    .img-sp {
      display: none;
    }
    .txt {
      width: 50%;
      font-size: clamp(13px, 1.8vw, 24px);
      h2 img {
        width: 38%;
      }
      p {
        margin-left: 3em;
      }
    }
    .img {
      width: 50%;
    }
  }
}

.flow {
  background-image: url(../images/reason_bg_pattern.png);
  background-repeat: repeat;
  background-size: 20%;
  padding: 30px 0 30px;
  .wrapper {
    position: relative;
  }
  .inner {
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding: 10px 0 50px;
    margin: auto;
    text-align: center;
    .flow_title {
      position: relative;
      z-index: 2;
      margin-bottom: 20px;
    }
    .img img {
      position: relative;
      z-index: 2;
      width: 80%;
    }
  }
  .wrapper::before {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    background-image: url(../images/nayami_bg.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    height: 90%;
    width: 90%;
    max-width: 1200px;
    display: block;
  }
  .inner::before {
    content: '';
    width: 18%;
    height: 23%;
    display: block;
    position: absolute;
    bottom: -20%;
    right: -5%;
    background-image: url(../images/nayami_bg02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    animation: rotate 60s linear infinite alternate;
  }
  .inner::after {
    content: '';
    width: 8%;
    height: 11%;
    display: block;
    position: absolute;
    bottom: -17%;
    right: -7%;
    background-image: url(../images/nayami_bg02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    animation: rotate 120s linear infinite alternate;
  }

}





@media only screen and (max-width: 780px) {
  .trial-set {
    .inner {
    }
    .trial-set_title {
      margin: 0 3vw;
      img {
      }
    }
    .set-flex {
      padding: 0 0 7vw;
      margin: -5vw auto 0;
      .img-sp {
        display: block;
        margin-bottom: 3vw;
      }
      .txt {
        width: 80%;
        margin: auto;
        font-size: 3.5vw;
        h2 {
          text-align: center;
          margin-bottom: 3vw;
        }
        p {
          margin-left: 2em;
        }
      }
      .img {
        display: none;
      }
    }
  }

  .flow {
    padding: 10vw 0 10vw;
    .inner {
      padding: 20vw 0 20vw;
      margin: auto;
      text-align: center;
      .flow_title {
        margin-bottom: 5vw;
      }
      .img img {
        width: 60%;
      }
    }

    .wrapper::before {
      top: 53%;
      left: 50%;
      background-size: 200% 100%;
      height: 103%;
      width: 300%;
    }

    .inner::before {
      display: none;
    }
    .inner::after {
      display: none;
    }

  }


}



/*-----------------------------------------------------
白の波
-------------------------------------------------------*/
.white_wave {
  position: relative;
  height: 22vw;
  z-index: 0;
  background-image: url(../images/reason_bg_pattern.png);
  background-repeat: repeat;
  background-size: 20%;
}
.white_wave canvas {
  margin-block-start: -1px;
}



.tokuten {
  width: 100%;
  max-width: 1300px;
  padding: 0 50px 20px;
  margin: auto;
  text-align: center;
  .tokuten_title {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-bottom: 30px;
  }
  .tokuten_point {
    margin-bottom: 80px;
  }
  .tokuten_flow {
    border: 2px solid #745F4D;
    padding: 10px 10px 40px;
    border-radius: 20px;
    box-shadow: var(--boxShadow-primary);

  }
  .flow_title {}

}

@media only screen and (max-width: 780px) {
  .tokuten {
    padding: 0 3vw 2vw;
    .tokuten_title {
      margin-bottom: 10vw;
    }
    .tokuten_point {
      margin: 0 3vw 15vw;
    }
    .tokuten_flow {
      padding: 10vw;
      border-radius: 3vw;
    }
    .flow_title {
      margin-bottom: 5vw;
    }

  }

}

