@media screen and (min-width: 1024px) {
  /* オレンジ色のレンガ */
  .orange-line {
    width: 100%;
    height: 2px;
    background-color: #f68828;
    margin-top: 10px;
    margin-bottom: 2em;
  }

  /* Web サイトのコンテンツ全体を編集する */

  /* .profile-button {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 22px;
    margin-bottom: 20px !important;
    font-size: 0.8em;
    font-weight: bold;
    color: #f68828;
    border: #f68828 1px solid;
    border-radius: 2em;
  } */

  /* Profile 全体 */

  /* 公式SNS */
  .sns-icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
  }

  .sns-icons p {
    margin-right: 15px !important;
  }

  .sns-icons i {
    font-size: 2em;
  }

  .sns-icons a img {
    width: 4.3rem;
    height: 4.8rem;
    object-fit: contain;
    position: relative;
    top: -3px;
  }
}

@media screen and (max-width: 1280px) {
  /* Custom Button Container */
  .custom-button {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .voice-sample-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    width: 40%;
    height: 20px;
    font-weight: bold;
    text-transform: lowercase !important;
    text-transform: capitalize !important;
  }

  .profile-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 40%;
    height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
  }

  .sns-icons {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .sns-icons i {
    font-size: 24px;
  }

  .sns-icons a img {
    width: auto;
    height: 1.7em;
    object-fit: contain;
  }

  .button-container {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
  }

  /* Custom Button Container */
  .custom-button {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  /* Fanclub Button */
}
