.page-exhibition-sec-access {
  background: white;
  padding: 60px 0;
}

.page-exhibition-sec-access-container {
  max-width: 1200px;
  margin: auto;
  background: white;
}

.page-exhibition-sec-access-address {
  margin: 32px 0;
}

.page-exhibition-sec-access iframe {
  max-width: 100%;
  height: 350px;
  border: none;
}

.page-exhibition-sec-access-address h3 {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
}

.page-exhibition-sec-outline {
  max-width: 1200px;
  margin: auto;
  padding: 60px 20px;
  box-sizing: border-box;
}

.page-exhibition-sec-outline dl {
  text-align: left;
  padding: 20px 0;
  border-bottom: 1px solid #99a4b8;
}

.page-exhibition-sec-outline dl dt {
  font-weight: 700;
  margin-bottom: 8px;
}

.page-exhibition-sec-outline dl dt,
.page-exhibition-sec-outline dl dd {
  line-height: 1.5;
}

@media (min-width: 1020px) {
  .page-exhibition-sec-outline dl {
    display: grid;
    grid-template-columns: 200px 1fr;
    max-width: 880px;
    margin: 0 auto;
    font-size: 20px;
    padding: 32px 0;
  }

  .page-exhibition-sec-outline dl dt {
    letter-spacing: .5em;
    margin-bottom: 0;
  }
}

.post-content {
  margin: auto;
  text-align: left;
  background: white;
  padding: 32px 20px;
  box-sizing: border-box;
  line-height: 1.75;
}

.exhibition-footer {
  background: #EDE7FF;
  padding: 60px 20px 32px;
  text-align: left;

  nav {
    ul {
      display: flex;
      flex-direction: column;
      gap: 16px;
      li {
        a {
          color: #4908FF;
        }
      }
    }
  }

  .copyright {
    margin-top: 32px;
    text-align: center;
    font-size: 10px;
  }
}

@media (min-width: 1020px) {
  .exhibition-footer {
    padding: 60px 20px 32px;
    nav {
      ul {
        justify-content: center;
        flex-direction: row;
        gap: 32px;
      }
    }
  }
}

.page-exhibition2025,
.single-exhibition-wrapper,
.exhibition-recruitment-wrapper,
.exhibition-resources-wrapper {
  padding: 60px 0 0;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;

  .font-stick-no-bills {
    font-family: "Stick No Bills", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }

  a {
    text-decoration: none;
  }

  .page-hero {
    position: relative;
    padding: 60px 0;
    background-color: #4908FF;
    color: white;

    .container {
      max-width: 960px;
      padding: 0 20px;
      margin: auto;
    }

    h1 {
      font-size: 52px;
      line-height: 1;
    }

    p {
      font-size: 20px;
    }
  }

  .event-resources {
    display: block;
    margin: 60px 0;
    .container {
      max-width: 960px;
      margin: auto;
      padding: 0 20px; 
    }

    .title-box {
      margin-bottom: 20px;
    }

    h2 {
      font-size: 24px;
    }

    p {
      margin-top: 4px;
    }

    .resources-box {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
      padding: 24px 12px;
      border: 1px solid #99a4b8;
      border-radius: 8px;

      .link-box {
        text-align: center;

        img {
          width: 100%;
          height: auto;
          border-radius: 8px;
          border: 1px solid #ddd;
        }

        a {
          color: #4908FF;
          font-weight: bold;
        }
      }
    }
  }

  .notice {
    max-width: 960px;
    padding: 0 20px;
    margin: 60px auto;
    h3 {
      margin-bottom: 8px;
      font-weight: bold;
    }

    ul {
      padding-left: 20px;
    }
  }

  .exhibition-deco {
    background-color: #4908FF;
    position: relative;
    padding: 20px 0;

    .logo-flowing {
      position: relative;
    }
  }

  .exhibition-breadcrumbs {
    padding: 8px 16px;
    white-space: nowrap;
    overflow: auto;
    ul {
      display: flex;
      /* gap: 8px; */

      li {
        display: flex;
        /* gap: 8px; */
        padding-right: 8px;
        svg {
          width: 20px;
          margin-left: 8px;
        }

        a {
          text-decoration: underline;
          color: #4908FF;
        }
      }
    }
  }

  .cta {
    padding: 60px 0 0;
  }

  .cta-button-box {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
  }

  .cta-button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 20px;
    background-color: #ea580c;
    padding: 16px 28px;
    border-radius: 8px;
    line-height: 1.5;
    font-weight: bold;
    color: white;

    span {
      padding: 0 12px;
      border-radius: 8px;
      background: white;
      color: #ea580c;
      font-size: 18px;
    }

    &::after {
      content: "";
      position: absolute;
      top: 4px;
      right: 4px;
      bottom: 4px;
      left: 4px;
      border: 1px solid white;
      border-radius: 8px;
      pointer-events: none;
    }
  }

  .logo-flowing {
    display: flex;
    gap: 40px;

    img {
      width: auto;
      height: 60px;
      opacity: 0.4;
    }
  }

  .pc {
    display: none;
  }

  .timer {
    position: relative;
    background-color: #4908FF;
    padding: 160px 8px 80px;
    margin-top: 120px;

    .timer-items {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 6px;
      justify-content: center;
      max-width: 1000px;
      margin: 0 auto 60px;
    }

    .timer-item {
      color: white;
      text-align: center;

      h3 {
        font-size: 60px;
        line-height: 1;
      }

      p {
        font-size: 16px;
      }
    }

    .logo-flowing {
      position: absolute;
      top: 52px;
      left: 0;
    }
  }
}

.page-exhibition2025 {
  line-height: 1.5;

  .hero {
    img {
      width: 100%;
      height: auto;
    }
  }

  .h2 {
    margin: 80px 0 40px;
    padding: 28px 0;
    background-color: #4909FF;
    color: white;
    text-align: center;
    font-size: 24px;
  }

  .h3 {
    font-size: 24px;
    margin: 20px 0;
  }

  .section-title {
    margin-bottom: 60px;
    text-align: left;

    h2 {
      font-size: 52px;
      line-height: 1;
    }

    p {
      font-weight: 900;
      font-size: 20px;
    }
  }

  .exhibitors {
    padding: 80px 20px 120px;
    background-size: cover;
    background-position: center;

    .exhibitors-container {
      max-width: 1000px;
      margin: auto;

      .coming-soon {
        text-align: center;
        font-size: 36px;
        letter-spacing: 1.5;
      }
    }

    .exhibitors-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 32px 16px;
      list-style: none;
      text-align: left;
      
      .item {
        a {
          color: black;
        }

        img {
          width: 100%;
          height: auto;
          display: block;
          margin-bottom: 16px;
        }

        .title {
          font-size: 16px;
          margin-bottom: 4px;
        }

        p {
          font-size: 12px;
        }
      }
    }

    .recruitment-link-box {
      margin: 40px 0 0;
      a {
        position: relative;
        display: inline-block;
        font-size: 20px;
        padding: 12px 24px;
        background: #4908FF;
        color: white;
        border-radius: 8px;

        &::after {
          content: "";
          position: absolute;
          top: 4px;
          right: 4px;
          bottom: 4px;
          left: 4px;
          border: 1px solid white;
          border-radius: 8px;
          pointer-events: none;
        }
      }
    }
  }

  .aboutus {
    position: relative;
    background-color: #4908FF;
    padding: 160px 0 40px;

    .aboutus-container {
      display: flex;
      flex-direction: column;
      gap: 24px;
      align-items: flex-start;
      max-width: 1000px;
      margin: auto;
      padding: 0 16px;
    }

    .text-box {
      flex: 1;
      text-align: left;
      color: white;

      h2 {
        display: inline-block;
        line-height: 1.5;
        margin-bottom: 32px;
        font-size: 28px;
        border-bottom: 1px solid white;
      }

      p {
        font-size: 18px;
        line-height: 2;
      }
    }

    .image-box {
      max-width: 420px;

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

    .logo-flowing {
      position: absolute;
      top: 52px;
      left: 0;
    }

    .dot-bg {
      display: none;
      position: absolute;
      bottom: -28px;
      left: -49px;

      img {
        width: 354px;
        height: auto;
      }
    }
  }

  .news {
    text-align: left;

    .news-container {
      max-width: 800px;
      margin: auto;
      padding: 0 16px;
    }

    .list {
      list-style: none;

      .item {
        a {
          display: flex;
          gap: 16px;
          padding: 20px 0;
          border-bottom: 1px solid #99a4b8;
          color: #4909FF;
        }
      }
    }

    .date {
      width: 100px;
    }

    .title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      flex: 1;

      svg {
        width: 20px;
        height: auto;
      }
    }
  }

  .overview-container {
    max-width: 800px;
    margin: auto;
    padding: 0 16px;
  }

  .dl {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px 0;
    border-bottom: 1px solid #99a4b8;
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
  }

  .dt {
    width: 200px;
    font-weight: bold;
  }

  .access {
    text-align: center;

    .container {
      padding: 0 16px;
      font-weight: bold;
      max-width: 960px;
      margin: auto;
      line-height: 1.5;
    }

    .address {
      margin: 8px auto;
      font-size: 18px;
    }

    .map {
      position: relative;
      height: 0;
      margin: 40px auto 0;
      padding-bottom: 56.25%;

      iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }
    }
  }
}

@media (min-width: 1020px) {
  .page-exhibition2025,
  .single-exhibition-wrapper,
  .exhibition-recruitment-wrapper,
  .exhibition-resources-wrapper {
    padding: 120px 0 0;

    .cta-button {
      font-size: 32px;

      span {
        font-size: 28px;
      }
    }

    .logo-flowing {
      img {
        height: 72px;
      }
    }

    .pc {
      display: block;
    }

    .sp {
      display: none;
    }

    .page-hero {  
      h1 {
        font-size: 80px;
      }
  
      p {
        font-size: 24px;
      }
    }
  
    .event-resources {
      h2 {
        font-size: 32px;
      }
  
      p {
        font-size: 18px;
      }
  
      .resources-box {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        padding: 20px;
  
        .link-box {
          a {
            font-size: 18px;
          }
        }
      }
    }

    .timer {
      padding: 160px 0 120px;

      .timer-items {
        grid-template-columns: repeat(4, 1fr);
        gap: 100px;
      }

      .timer-item {
        h3 {
          font-size: 100px;
        }

        p {
          font-size: 20px;
        }
      }
    }
  }

  .page-exhibition2025 {
    .h2 {
      margin: 80px 0 40px;
      font-size: 40px;
      padding: 40px 0;
    }

    .h3 {
      font-size: 24px;
    }

    .section-title {
      margin-bottom: 60px;

      h2 {
        font-size: 100px;
      }

      p {
        font-size: 32px;
      }
    }

    .dl {
      flex-direction: row;
      font-size: 20px;
      gap: 20px;
    }

    .exhibitors {
      .exhibitors-list {
        grid-template-columns: repeat(3, 1fr);

        .item {
          .title {
            font-size: 18px;
          }
  
          p {
            font-size: 16px;
          }
        }
      }
    }

    .aboutus {
      padding: 160px 0 40px;

      .aboutus-container {
        flex-direction: row;
      }

      .text-box {
        padding-top: 40px;

        h2 {
          font-size: 36px;
        }

        p {
          font-size: 20px;
        }
      }

      .dot-bg {
        display: block;
      }
    }

    .news {
      font-size: 18px;
    }
  }
}

.single-exhibition-wrapper {
  line-height: 1.75;
  text-align: left;

  .container {
    margin: auto;
    max-width: 960px;
    padding: 0 20px;
  }

  .single-exhibition-header {
    padding: 60px 0 32px;
    h1 {
      font-size: 24px;
    }

    p {
      color: #4908FF;
    }
  }

  .single-exhibition-summary {
    display: flex;
    flex-direction: column;
    gap: 24px;

    figure {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      background-color: white;
      img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        aspect-ratio: 200 / 200;
        object-fit: contain;
      }
    }

    .summary-text-box {
      flex: 1;

      p {
        font-size: 18px;
      }
    }

    .url {
      display: inline-flex;
      gap: 8px;
      align-items: center;
      color: #4908FF;
      margin-top: 12px;

      svg {
        width: 20px;
      }
    }
  }

  .article {
    h2 {
      position: relative;
      font-size: 24px;
      padding-bottom: 16px;
      margin-top: 60px;

      &::before {
        bottom: 0;
        content: "";
        display: block;
        height: 2px;
        left: 0;
        position: absolute;
        background-color: #dde4eb;
        width: 100%;
      }

      &::after {
        bottom: 0;
        content: "";
        display: block;
        height: 2px;
        left: 0;
        position: absolute;
        background-color: #4908FF;
        width: 80px;
      }
    }

    p {
      margin-top: 40px;
      font-size: 16px;
    }

    figure {
      display: block;
      margin-top: 52px;
    }

    .wp-block-embed__wrapper {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%;
      margin: 40px 0;

      iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }
    }

    ul {
      margin-top: 40px;
      padding-left: 20px;
    }
  
    .is-layout-flex {
      display: flex;
    }
  }
}

@media (min-width: 1020px) {
  .single-exhibition-wrapper {
    .single-exhibition-header {
      padding: 80px 0 32px;
      h1 {
        font-size: 42px;
      }
  
      p {
        font-size: 18px;
      }
    }
  
    .single-exhibition-summary {
      flex-direction: row;
      gap: 48px;
  
      figure {
        width: 380px;
        height: 380px;
        padding-bottom: 0;
      }

      .summary-text-box {
        p {
          font-size: 18px;
        }
      }
    }
  
    .article {
      h2 {
        font-size: 36px;
  
        &::before {
          height: 3px;
        }
  
        &::after {
          height: 3px;
        }
      }
  
      p {
        font-size: 18px;
      }
    }
  }
}

.exhibition-recruitment-wrapper,
.exhibition-resources-wrapper {
  text-align: left;
  line-height: 1.5;
}
