/****************************************************************************************/
.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flex .image {
  flex-basis: 28%;
}

.flex .guest {
  flex-basis: 70%;
}

.button a {
  font-size: 2rem;
}

.lead_text {
  text-align: center;
  margin-bottom: 80px;
  padding: 0 10%;
}

.jump_point {
  scroll-margin-top: 198px;
}

h1 {
  font-size: min(6rem, 6vw);
}

/****************************************************************************************/
#index {
  padding: 145px 0;
}

#index .flex {
  justify-content: space-evenly;
  text-align: center;
  align-items: flex-end;
}

p {
  margin-bottom: 1.5rem;
}
/****************************************************************************************/
#discussion {
  margin-top: 100px;
  padding: 148px 0 143px 0;
  border-top: 3px dotted #cfaf86;
}

#discussion_member {
  margin-bottom: 80px;

  li {
    width: 19%;
  }
}

.member_name {
  font-size: 1.2em;
}
.host {
  font-size: 2.5rem;
}

.guest {
  font-size: 2rem;
  > div {
    display: grid;
    grid-template-columns: 150px 1fr;
  }

  div:has(:nth-child(3)) {
    grid-template-columns: 150px 1fr 200px;
  }
}

/****************************************************************************************/
#campaign_main img {
  width: 50%;
}

#campaign_process {
  :is(ul, .flex) {
    margin-left: 30px;
  }
  .flex {
    justify-content: flex-start;
    * {
      margin-left: 15px;
    }
  }
}

#campaign_prize {
  width: 100%;
  height: auto;
  .flex {
    align-items: flex-end;
  }
}

#campaign_prize img {
  min-width: 0;
}

/****************************************************************************************/
[feature-section="button"] .button {
  display: inline-block;
  margin-bottom: 10px;
  a {
    padding-left: 60px;
    margin-bottom: 15px;
    padding-right: 60px;
  }
}

/****************************************************************************************/
h3#ended {
  margin-top: 30px;
  font-size: 2.4rem;
}
