.other-inner {
  width: 100%;
  margin: 3rem auto 0;
  padding: 0;
}

.other-inner:not(:last-child) {
  border-bottom: #f5d952 dotted 2px;
}

.button-container {
  display: flex;
  align-items: center;
  gap: 15px;
}

.other-inner .button.full-size {
  margin: 2rem auto;
  width: 600px;
  height: 60px;
}

.other-inner .button.full-size a {
  padding: 3% 10%;
}

.other-inner-2 {
  width: 100%;
  margin: 0 auto;
}

.other {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.other:last-child {
  margin: 0 auto;
}

.other-subtitle {
  margin: 0 2% 0 0;
}

.other-subtitle p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
  font-feature-settings: 'palt';
}

.other-explain {
  margin-top: 1rem;
  word-break: break-all;
}

.other-explain p {
  font-size: 16px;
  line-height: 1.8;
  font-feature-settings: 'palt';
}

.other-explain p span {
  display: block;
  margin: 0 0 0.6em;
  padding: 0 0 0 0.6em;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  border-left: #f5d952 solid 8px;
}

.other-fanclub {
  width: 50%;
  margin: 0 5% 0 0;
}

.other-fanclub p {
  font-size: 16px;
  line-height: 1.8;
  font-feature-settings: 'palt';
}

.other-fanclub p span {
  display: block;
  margin: 0 0 0.6em;
  padding: 0 0 0 0.6em;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  border-left: #f5d952 solid 8px;
}

.other-fanclub p span.s-text {
  font-size: 140%;
  margin: 0 0 0.3em;
  padding: 0;
  border-left: 0;
}

.other-jaket {
  width: 45%;
}

.other-text {
  width: 70%;
}

.other-text p {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  font-feature-settings: 'palt';
}

.other-text img {
  margin: 2rem 0;
}

.other-text img.mem-ticket {
  width: 25rem;
  margin: 0 auto;
  display: block;
}

.other-desc {
  width: fit-content;
  padding: 0;
  margin: 1em auto;
  font-size: 20px;
  text-align: center;
  background-image: url(../img/cast/yellow_blank.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 100% 18px;
}

.button2 {
  margin: 2rem 0;
  width: 40%;
}

label.button2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4% 10%;
  width: 100%;
  text-align: center;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  background-color: #f5d952;
  border-radius: 50vh;
  background-image: url(../img/common/btn_arrow.png);
  background-position: center right 6%;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

label.button2:hover {
  text-decoration: none;
  background-color: #ffc400;
}

.other-btm {
  padding: 0 0 2rem;
}

.modalInner p {
  margin: 0 0 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  font-feature-settings: 'palt';
}

.modalInner img {
  margin: 0 0 2rem;
}

.other-attention {
  width: 100%;
  margin: 0 0 2rem;
  padding: 2rem 0 0;
}

.other-attention p {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 400;
}

.other-attention span {
  width: 100%;
  display: block;
  margin-bottom: 1em;
  padding-bottom: 0.3em;
  font-size: 18px;
  font-weight: 700;
  border-bottom: #f5d952 dotted 2px;
}

.other-attention.red p {
  color: #c95353;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .other-inner {
    width: 100%;
    margin: 0 auto;
    padding: 3rem 0;
  }

  .other-inner-2 {
    margin: 0 auto;
    padding: 4rem 0 0;
  }

  .other {
    width: 100%;
    margin: 0 0 3rem;
    display: block;
  }

  .other-explain {
    width: 100%;
  }

  .other-explain p {
    font-size: 14px;
  }

  .other-explain p span {
    display: block;
    margin: 0 0 0.6em;
    font-size: 20px;
  }

  .other-fanclub {
    width: 100%;
    margin: 0;
  }

  .other-fanclub p {
    font-size: 14px;
  }

  .other-fanclub p span {
    display: block;
    margin: 0 0 0.6em;
    font-size: 20px;
  }

  .other-jaket {
    width: 80%;
    margin: 0 auto 2rem;
  }

  .other-text {
    width: 100%;
  }

  .other-text p {
    font-size: 20px;
  }

  .button-container {
    flex-direction: column;
    gap: 0;
  }

  .other-inner .button.full-size {
    margin: 2rem auto;
    width: 100%;
    height: 60px;
  }

  .other-inner .button.full-size a {
    padding: 3% 10%;
  }

  .fanclub-inner img.mem-ticket {
    width: 15rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .other-inner {
    margin: 2rem auto 0;
  }

  .other-explain p {
    font-size: 14px;
  }

  .other-explain p span {
    font-size: 28px;
  }

  .other-fanclub p {
    font-size: 14px;
  }

  .other-fanclub p span {
    font-size: 28px;
  }

  .other-text p {
    font-size: 18px;
  }

  .other-inner .button.full-size {
    margin: 2rem auto 0;
    width: 100%;
    height: 60px;
  }

  .other-inner .button.full-size a {
    padding: 3% 10%;
  }
}

@media screen and (min-width: 1025px) {
  label.button2 {
    width: 280px;
  }
}
