/* section_01 MOBILE START */
  .section_01_seed_wrapper {
    width: 100%;
    height: 50vh;
    background: linear-gradient(to bottom, #6e2e91 0%, #3d0e5a 85%, #1a0835 100%);
    background-size: cover;
    display: flex;
    justify-content: center;
  }

  .section_01_seed_tablet, .section_01_seed_pc {
    display: none;
  }

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

  .seed_m img {
    width: 12rem;
    margin-top: 6rem;
  }
  
  .seedtitle_m {
    display: flex;
    justify-content: center;
  }

  .seedtitle_m img {
    width: 75vw;
  }

  .seedbtn_m {
    margin-top: 1.5rem;
    /* margin-bottom: 2rem; */
    display: flex;
    justify-content: center;  
  }

  .seedbtn_m a {
    display: flex;
    justify-content: center;
  }

  .seedbtn_m img {
    width: 75%;
  }

/* section_01 MOBILE END */

/* section_01 TABLET START */
@media only screen and (min-width: 480px) {
  .section_01_seed_wrapper {
    width: 100%;
    height: 85vh;
    background: linear-gradient(to bottom, #6e2e91 0%, #3d0e5a 85%, #1a0835 100%);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .seed_t {
    display: flex;
    justify-content: center;
  }
  
  .seed_t img {
    width: 17.5rem;
  }

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

  .seedtitle_t img {
    width: 40rem;
  }

  .seedbtn_t {
    margin: 1rem;
    display: flex;
    justify-content: center;  
  }

  .seedbtn_t img {
    width: 12rem;
  }

  .section_01_seed_mobile, .section_01_seed_pc {
    display: none;
  }

  .section_01_seed_tablet {
    display: block;
  }
}
/* section_01 TABLET END */


/* section_01 PC START */
@media only screen and (min-width: 1025px) {
  .section_01_seed_wrapper {
    width: 100%;
    height: 95vh;
    background: linear-gradient(to bottom, #6e2e91 0%, #3d0e5a 85%, #1a0835 100%);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .seed_p {
    display: flex;
    justify-content: center;
  }
  
  .seed_p img {
    width: 20vw;
  }

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

  .seedtitle_p img {
    width: 37.5vw;
  }

  .seedbtn_p {
    margin: 2rem;
    display: flex;
    justify-content: center;  
  }

  .seedbtn_p img {
    width: 13rem;
  }

  .section_01_seed_mobile, .section_01_seed_tablet {
    display: none;
  }

  .section_01_seed_pc {
    display: block;
  }
}
/* section_01 PC END */
