.become {
  margin: 315px 0 0;
}

.become .bg {
  width: 90.873015873015873vw;
  height: auto;
  aspect-ratio: 2062/923;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.become .inner-wrap {
  width: calc(100% - 60px);
  max-width: 1120px;
  margin: auto;
}

.become .heading {
  width: 61.360714285714286%;
  height: auto;
  aspect-ratio: 687.24/86;
}

.become .buy-container {
  margin-top: 370px;
}

.become .title {
  font-family: var(--neue-haas);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.become .item-detaile {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 24px 30px;
  margin-top: 12px;
  background-color: #eee;
  border-radius: 5px;
}

.become .item-detaile .monthly {
  margin-left: auto;
}

.become .item-detaile .price {
  margin-left: 70px;
}

.become .buy-container .note {
  margin-top: 50px;
  font-family: var(--neue-haas);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.become .buy-btn {
  text-decoration: none;
  width: 308px;
  height: 60px;
  margin: 50px 0 0 auto;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  transition: background 300ms ease;
}

.become .buy-btn:hover {
background-color: #4F5254;
}

.become .notice-container {
  width: calc(100% - 60px);
  max-width: 1120px;
  margin: 200px auto 250px;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  color: #555;
}

.become .notice-container .column {
  display: flex;
  align-items: flex-start;
  padding-bottom: 30px;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
  gap: 0 20px;
}

.become .notice-container .title {
  width: 19%;
  min-width: 200px;
}

.become .notice-container .text-container {
  width: 81%;
  margin-top: -6px;
  display: flex;
  flex-direction: column;
}

.become .notice-container .text {
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}

.become .notice-container .text.indent {
	padding-left:1em;
	text-indent:-1em;
}

@media screen and (max-width: 980px) {
  .become .bg {
    width: 88.461538461538462vw;
    height: auto;
    aspect-ratio: 690/740;
    position: absolute;
    top: 0;
    left: 5.128205128205128vw;
    z-index: -1;
  }

  .become .heading {
    width: min(83.03030303030303%, 500px);
    height: auto;
    aspect-ratio: 274/124;
  }

  .become .buy-container {
    margin-top: 110px;
  }

  .become .buy-btn {
    text-decoration: none;
    width: 100%;
    max-width: 333px;
    height: 60px;
    margin: 50px 0 0 auto;
  }

  .become .notice-container {
    margin: 60px auto 140px;
  }

  .become .notice-container .column {
    flex-direction: column;
    gap: 20px;
  }

  .become .notice-container .text-container {
    width: 100%;
  }
}