@media (max-width: 1000px) {
  .sp-br-1 {
    display: block;
  }
  .atogaki-inner p {
    text-align: center;
  }
  .footer-logo p {
    letter-spacing: 0;
  }
}
@media (max-width: 768px) {
  .hero-content p {
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
  }
  .hero-content img {
    width: 80%;
  }
  section {
    padding-left: 8%;
    padding-right: 8%;
  }
  .hamburger {
    top: 50px;
    left: 50px;
  }
  .menu h2 {
    font-size: 3rem;
  }
  .menu-inner {
    width: min(1200px, 80%);
    padding-top: 50px;
  }
  .corner {
    position: absolute;

    width: 80px;
    height: 80px;
  }

  .about,
  .profile,
  .latest-stream,
  .song-stream,
  .works {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .section-label {
    top: 40px;
    left: 8%;
  }

  h2 {
    word-break: keep-all;
  }
}

.rotate-message {
  display: none;
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  .rotate-message {
    display: flex;

    position: fixed;
    inset: 0;
    z-index: 9999;

    justify-content: center;
    align-items: center;

    background: #0b0f10;

    color: #fff;
    text-align: center;

    padding: 20px;
  }

  body {
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  .hero {
    height: 100vh;
    min-height: 640px;
  }

  .section-label {
    top: 36px;
    left: 8%;
  }

  .about-header h2,
  .profile-header h2,
  .latest-header h2,
  .song-header h2,
  .news-header h2,
  .project-header h2,
  .work-header h2 {
    font-size: clamp(2rem, 11vw, 3.2rem);
    line-height: 1.15;
  }

  .about-header,
  .profile-header,
  .latest-header,
  .song-header,
  .work-header {
    margin-bottom: 48px;
  }
}

@media (max-width: 768px) {
  .about-content {
    flex-direction: column;
    gap: 32px;
  }

  .about-line {
    width: 80px;
    height: 2px;
    min-height: auto;
  }

  .profile-content {
    justify-content: center;
    flex-direction: column;
    gap: 40px;
  }
  .profile-image {
    margin-inline: auto;
  }
  .profile-header p {
    margin-bottom: 0;
  }
  .profile-info {
    width: 100%;
  }
  .profile-info h4 {
    font-size: 1.5rem;
  }
  .profile-image img {
    max-width: 320px;
    margin: 0 auto;
  }

  .latest-main {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .news {
    padding: 100px 8%;
  }

  .news-item {
    grid-template-columns: 1fr 30px;
    gap: 12px;
    padding: 24px 0;
  }

  .news-date {
    grid-column: 1 / -1;
    font-size: 0.8rem;
  }

  .news-content h3 {
    font-size: 0.95rem;
  }

  .stream-list {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding-bottom: 12px;
  }

  .stream-card {
    min-width: 260px;
  }
  .scrool-right {
    margin-top: 20px;
    display: flex;
    justify-content: end;
    color: white;
    gap: 20px;
  }
  .scrool-right-text {
    color: #37baba;
  }

  .works-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-nav {
    flex-direction: column;
    gap: 18px;
  }
  .about-text p {
    font-size: 14px;
  }
  .cover-list {
    gap: 100px;
  }

  .cover-item {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .cover-item.reverse .cover-thumb {
    order: 0;
  }
  .projects {
    padding: 100px 8%;
  }

  .project-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .projects::before {
    content: "";
  }

  .project-panel {
    aspect-ratio: auto;
    min-height: 180px;
  }

  .project-text h3 br {
    display: none;
  }
  .kousiki-page {
    margin-top: 2rem;
  }
}

@media (max-width: 768px) {
  .sp-br-2 {
    display: block;
  }
  .global-menu-inner {
    width: 88%;
    margin-top: 40px;
  }

  .menu-label {
    display: none;
  }
  .menu-project {
    margin-top: 15px;
  }

  .global-menu a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    gap: 8px;

    padding: 10px 0;
  }

  .global-menu a span {
    font-size: 0.7rem;
    letter-spacing: 0.2em;
  }

  .menu-text strong {
    font-size: 1.3rem;
    line-height: 1.3;
  }

  .menu-text small {
    margin-top: 4px;
    font-size: 0.8rem;
  }
  .global-menu::before {
    font-size: 5rem;
    right: -20px;
    bottom: 20px;

    opacity: 0.03;
  }

  .atogaki-inner p {
    font-size: 20px;
  }
  .footer-logo p {
    margin-left: 3px;
    letter-spacing: 0;
  }
}
@media (width <= 425px) {
  .about-header h2,
  .profile-header h2,
  .latest-header h2,
  .song-header h2,
  .news-header h2,
  .project-header h2 .work-header h2 {
    font-size: clamp(2rem, 10vw, 3.2rem);
    line-height: 1.15;
  }
  .menu a {
    font-size: 20px;
  }
  .cover-text p {
    font-size: 14px;
  }
  .cover-list {
    margin-top: 120px;
  }
  .news-more-btn {
    line-height: 1.5;
  }
  .work-logo {
    padding: 6px;
  }
  .project-text h3 {
    font-size: clamp(1.5rem, 3vw, 2.8rem);
  }
  .atogaki {
    padding-block: 50px;
  }
  .atogaki-inner p {
    text-align: start;
  }

  .atogaki p {
    font-size: 16px;
  }
  .atogaki .after {
    font-size: 25px;
    text-align: center;
  }
}
