@charset "UTF-8";
@media screen and (max-width: 768px) {
  @import url("https://fonts.googleapis.com/css2?family=Caprasimo&display=swap");

  /* ===== Variables ===== */
  /* ===== Reset & Base ===== */
  body {
    line-height: 1.6;
    font-size: 1.3rem;
  }

  /* ===== 固定背景 ===== */
  .fixed-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url("../images/sp_topview.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: -2;
    pointer-events: none;
  }

  h1 {
    font-size: 2.4rem;
    margin-top: 1rem;
    line-height: 1.4em;
    letter-spacing: 0em;
  }

  h2 {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    margin: 0 auto 50px;
  }

  h2 span {
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    display: block;
    margin: 15px 0 0px;
  }

  h2::before {
    width: 30px;
    height: 30px;
    margin: 0 auto 8px;
  }

  h3 {
    font-size: 1.1rem;
    margin: 40px 0 10px;
    letter-spacing: 0.05em;
  }

  h5 {
    font-size: 1rem;
    margin: 20px 0 0;
    line-height: 1.2;
    padding: 0 10px;
  }

  h5 span {
    display: block;
    font-size: 0.75rem;
    margin-top: 5px;
    margin-left: -5px;
  }


  /* ===== Layout ===== */
  .container {
    margin: 0 auto;
    padding: 0 20px;
  }

  .container .note {
    font-size: 0.75rem;
  }

  .section {
    padding: 40px 0 30px;
  }

  .section#about {
    padding: 10px 0 30px;
  }

  .section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: none !important;
    z-index: -1;
    pointer-events: none;
  }

  .content-wrap {
    margin: 0 auto 20px;
    padding: 25px 20px 15px;
  }

  .content-wrap p {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #6a6a6a;
    margin-bottom: 1rem;
  }

  .content-wrap a {
    color: #1a1a1a;
    font-weight: 500;
  }



  .btn {
    padding: 10px 0px;
    letter-spacing: 0;
    margin: 0 auto 20px;
    width: 100%;
    font-size: 0.85rem;
  }

  .btn::after {
    display: none;
  }

  .btn a {
    color: #fff;
  }


  /* ===== Fixed Menu ===== */
  .fixed-menu {
    display: none;
  }

  /* ===== Vertical Text ===== */
  .vertical-line,
  .vertical-text p {
    display: none;
  }

  /* ===== Hamburger Menu ===== */
  .circular-badge {
    top: -2.8rem;
    right: -2.8rem;
    width: 9.5rem;
    height: 9.5rem;
  }

  .circular-text {
    display: none;
    fill: rgba(137, 121, 128, 0.2);
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.1em;
  }

  .menu-button {
    width: 4rem;
    height: 4rem;
  }


  .menu-logo {
    width: 2rem;
    height: 2rem;
    opacity: 0.15;
  }


  .menu-panel {
    width: 75%;
  }

  .menu-content {
    padding: 30px 25px;
  }


  .menu-nav a {
    font-size: .85rem;
    padding: 1.25rem 0;
  }

  .menu-nav a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #81121b);
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .menu-nav a:hover {
    color: #ffffff;
    padding-left: 1rem;
    opacity: 1;
  }

  .menu-nav a:hover::before {
    width: 100%;
  }


  /* ===== HERO ===== */
  .hero {
    height: 100dvh;
    padding: 0;
    align-items: center;
    margin: 0px auto 0;
  }

  #logo-container {
    width: 95%;
    margin: auto;
  }

  svg {
    width: 100%;
    height: auto;
  }

  .about-content .border::after {
    height: 1px;
  }

  .about-content .border::before {
    width: 8px;
    height: 8px;
  }

  /* ===== ABOUT ===== */
  .about-content .lead {
    margin: 0px 5px 50px;
    line-height: 1.6;
  }

  .about-content .lead p {
    font-size: 0.86rem;
    line-height: 1.7em;
    padding: 23px 10px;
  }

  .about-information p {
    font-size: 0.85rem;
    line-height: 1.7;
    color: #6a6a6a;
    margin-bottom: 1rem;
  }

  /* ===== Accordion ===== */
  .summary {
    padding: 12px 18px;
    font-size: 0.98rem;
  }

  .precautions {
    padding: 20px;
  }

  .precautions h3 {
    font-size: 1rem;
  }

  .precautions p {
    margin: 20px 0;
    line-height: 1.7;
  }

  .accordion-wrap {
    padding: 1px 20px;
    margin-bottom: 10px;
    font-size: 0.8rem;
  }

  .accordion-wrap span {
    font-size: 0.75rem;
    margin: 0 0 5px 10px;
  }

  /* ===== SCHEDULE ===== */
  #schedule .container {
    margin: 0 auto;
    padding: 0 10px 20px;
  }

  .schedule-cards {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }

  .schedule-header {
    display: none;
  }

  .schedule-card {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0px 10px 15px;
  }

  .schedule-date {
    flex-direction: row;
    align-items: baseline;
    gap: 0;
    display: inline;
  }

  .date-main {
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    display: inline;
  }

  .date-day {
    font-size: 0.7rem;
    margin-left: 8px;
    display: inline;
  }

  .schedule-location {
    font-size: 0.8rem;
    text-align: left;
  }

  .schedule-time {
    font-size: 0.82rem;
    margin-top: 5px;
  }


  .schedule-venue {
    display: flex;
    align-items: center;
  }

  .schedule-venue .venue-name {
    font-size: 1rem;
    font-weight: 400;
    color: #333333;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }

  /* ===== TICKET ===== */

  .ticket-content h3 {
    padding-bottom: 5px;
    padding-left: 10px;
    margin-bottom: 20px;
    font-size: 1rem;
  }

  .ticket-content h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #945131;
  }

  .ticket-content h3::before {
    bottom: -3.5px;
    left: -5px;
    width: 8px;
    height: 8px;
  }

  .ticket-content h3 span::after {
    bottom: -3.5px;
    right: -5px;
    width: 8px;
    height: 8px;
  }

  .ticket-content p {
    font-size: 0.85rem;
    line-height: 1.6;
    margin: 0.6rem 0;
    padding: 0 10px;
    letter-spacing: 0.02em;
  }

  .ticket-content p.announce {
    font-size: 1rem;
    margin: 15px 0;
  }

  .ticket-grid {
    padding: 15px 20px 5px;
    margin: 10px 8px 10px;
    text-align: left;
  }

  .ticket-grid:first-of-type {
    margin: 20px 8px 10px;
  }

  .ticket-grid h4 {
    font-size: 1rem;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }

  .ticket-grid h4.ringohan::before {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }

  .ticket-grid h4.pocket::before {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }

  .ticket-details p {
    font-size: 0.8rem;
    margin: 10px 0;
  }

  .ticket-label {
    font-size: 0.68rem;
    display: block;
    padding: 3px 8px 3px;
    margin: 0 0 5px 0;
    border-radius: 2px;
    width: 50%;
  }

  /* ===== CONTACT ===== */
  .pia_info {
    font-size: 0.9rem;
    padding: 13px 0 18px;
    margin-bottom: 1rem;
    text-align: center;
  }

  .pia_info a {
    color: #945131;
  }

  .promoter_wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .promoter_info {
    font-size: 0.7rem;
    width: 47%;
    padding: 13px 15px 10px;
    margin: 0 1rem 1rem 0;
  }

  .promoter_info h4 {
    font-size: .8rem;
    margin-bottom: 0.5rem;
    padding-left: 1.5em;
  }

  .promoter_info h4::before {
    width: 1em;
    height: .5px;
  }

  .promoter_info p {
    line-height: 1.6;
    margin: 0;
    font-size: 0.78rem;
  }

  .promoter_info .contact {
    font-size: 0.76rem;
    margin: 5px 0 0;
    line-height: 1.5em;
  }

  .promoter_info .contact span {
    display: block;
    font-size: 0.7rem;
    margin-top: 5px;
  }

  /* ===== Footer ===== */
  .footer {
    padding: 3rem 0;
    text-align: center;
  }

  .footer-copyright {
    font-size: 0.6rem;
    letter-spacing: 0.1em;
    opacity: 0.5;
  }

  /* ===== Animations ===== */
  @keyframes growUp {
    from {
      transform: scaleY(0);
    }

    to {
      transform: scaleY(1);
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  @keyframes heroFade {
    from {
      opacity: 0;
      transform: translateY(30px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes spin-slow {
    from {
      transform: rotate(0deg);
    }

    to {
      transform: rotate(360deg);
    }
  }

  @keyframes blurToFocus {
    0% {
      filter: blur(20px);
      opacity: 0.6;
    }

    100% {
      filter: blur(0);
      opacity: 1;
    }
  }

  @keyframes slideInRight {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  /* ===== Media Queries ===== */
}

@media screen and (max-width: 768px) and (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ===== レスポンシブ表示設定 ===== */
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/*# sourceMappingURL=sp.css.map */