:root {
  --font-mincho: "Zen Old Mincho", serif;
  --font-noto: "Noto Serif JP", serif;
  --font-gothic: "Zen Kaku Gothic New", sans-serif; }

html {
  scroll-behavior: smooth; }

body {
  font-family: var(--font-mincho); }

.sp {
  display: none !important; }

a:active {
  color: unset; }

a:visited {
  color: unset; }

a:focus {
  outline: none; }

a {
  text-decoration: none;
  transition: .2s; }
  a:hover {
    opacity: 0.6; }

p {
  line-height: 1.8rem; }

.visuality-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important; }

body {
  position: relative;
  min-height: 100vh;
  margin: 0; }

header {
  position: relative; }
  header .change-language {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10;
    font-size: 16px;
    color: #005230;
    border: solid 1px #005230;
    padding: 0.3em 1em;
    border-radius: 999px;
    background-color: #fff;
    transition: .2s; }
    header .change-language:hover {
      background-color: #005230;
      color: #fff;
      opacity: 1; }
  header .mv img.mv-logo {
    position: relative;
    width: 70%;
    max-width: 550px;
    margin: 0 auto;
    padding: 100px 0;
    left: 5%; }
  header .mv h1 {
    text-align: center;
    letter-spacing: 0.5em;
    font-size: 1.5em;
    margin: 0.5em 0; }
  header .mv .sub-title {
    font-weight: 600;
    text-align: center;
    font-size: 18px; }
    header .mv .sub-title.sub-title2 {
      letter-spacing: 2px;
      font-size: 18px;
      font-weight: 600;
      max-width: 650px;
      margin: 0 auto;
      background-color: #005230;
      color: #fff;
      padding: 0.2em 1.5em; }
  header .half-green-wrap {
    margin-top: 150px; }
    header .half-green-wrap > p {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 90%;
      max-width: 650px;
      margin: 0 auto;
      gap: 1em;
      color: #000000;
      text-align: center;
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 1em; }
      header .half-green-wrap > p span {
        flex-shrink: 0; }
      header .half-green-wrap > p::before, header .half-green-wrap > p::after {
        content: '';
        display: block;
        height: 1px;
        width: 100%;
        background: #000000; }
    header .half-green-wrap .half-green {
      background: linear-gradient(180deg, transparent 0%, transparent 50%, #005230 50%); }
      header .half-green-wrap .half-green img {
        border-radius: 999px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); }
  header .date-circles {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 5%;
    max-width: 650px;
    margin: 0 auto; }
    header .date-circles img {
      width: 20%; }

main section.block-1 {
  background-color: #005230;
  background-image: url("./imgs/world-bg.svg");
  color: #fff;
  background-size: 100% auto;
  background-repeat: repeat-y;
  padding: 50px 0 150px 0; }
  main section.block-1 > .contents {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto; }
    main section.block-1 > .contents h2 {
      font-family: var(--font-gothic);
      font-weight: 600;
      text-align: center; }
      main section.block-1 > .contents h2 span {
        display: block;
        font-weight: 500;
        font-size: 14px;
        margin-top: 5px; }
    main section.block-1 > .contents > p {
      max-width: 900px;
      margin: 50px auto;
      text-align: center; }
    main section.block-1 > .contents .slider-container {
      overflow: hidden;
      width: 100vw;
      margin: 0 calc(-50vw + 50%); }
      main section.block-1 > .contents .slider-container .slider-track {
        display: flex;
        animation: scroll-left 35s linear infinite; }
        main section.block-1 > .contents .slider-container .slider-track img {
          width: 25vw; }
@keyframes scroll-left {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(-150vw); } }
    main section.block-1 > .contents .vertical-line {
      width: 1px;
      height: 40px;
      background: #fff;
      margin: 0 auto; }
    main section.block-1 > .contents a.history-link {
      position: relative;
      width: fit-content;
      display: block;
      margin: 0 auto 50px;
      border: solid 1px #fff;
      color: #fff;
      padding: 0.2em 3em;
      border-radius: 999px;
      transition: .2s; }
      main section.block-1 > .contents a.history-link::after {
        content: '';
        position: absolute;
        border-bottom: solid 1px #fff;
        border-right: solid 1px #fff;
        right: 1em;
        top: 45%;
        height: 0.5em;
        width: 0.5em;
        transform: rotate(45deg) translateY(-50%);
        transition: .2s; }
      main section.block-1 > .contents a.history-link:hover {
        background-color: #fff;
        color: #005230; }
        main section.block-1 > .contents a.history-link:hover::after {
          border-bottom: solid 1px #005230;
          border-right: solid 1px #005230;
          top: 50%;
          transform: rotate(45deg) translateY(-50%); }
    main section.block-1 > .contents .schedule {
      display: flex;
      flex-direction: column;
      row-gap: 50px; }
      main section.block-1 > .contents .schedule .box {
        background-color: #000000;
        border: solid 1px #ffffff;
        padding: 80px 5%; }
        main section.block-1 > .contents .schedule .box .contents .date-time {
          display: flex;
          text-align: center;
          justify-content: center;
          align-items: center;
          gap: 1em; }
          main section.block-1 > .contents .schedule .box .contents .date-time h3 {
            display: flex;
            align-items: center;
            font-family: var(--font-noto);
            font-weight: 300;
            gap: 0.5em; }
            main section.block-1 > .contents .schedule .box .contents .date-time h3 span {
              display: block;
              line-height: 1; }
              main section.block-1 > .contents .schedule .box .contents .date-time h3 span.year {
                font-size: 1.4em; }
              main section.block-1 > .contents .schedule .box .contents .date-time h3 span.date {
                font-size: 36px; }
              main section.block-1 > .contents .schedule .box .contents .date-time h3 span.dot {
                font-size: 1.2em;
                line-height: 1; }
              main section.block-1 > .contents .schedule .box .contents .date-time h3 span.day {
                font-size: 1.2em; }
          main section.block-1 > .contents .schedule .box .contents .date-time .time {
            font-size: 1.6em;
            line-height: 1; }
          main section.block-1 > .contents .schedule .box .contents .date-time.br {
            flex-direction: column;
            row-gap: 1.5em;
            margin-bottom: 30px; }
        main section.block-1 > .contents .schedule .box .contents > p {
          text-align: center;
          font-family: var(--font-gothic);
          font-size: 1.1em;
          font-weight: 400;
          margin: 1em 0; }
        main section.block-1 > .contents .schedule .box .contents > h3 {
          text-align: center;
          font-family: var(--font-noto);
          font-weight: 300;
          font-size: 36px;
          line-height: 1;
          margin: 0.5em 0 1em; }
        main section.block-1 > .contents .schedule .box .contents > h4 {
          display: flex;
          justify-content: center;
          align-items: center;
          text-align: center;
          gap: 2em;
          font-family: var(--font-gothic);
          font-weight: 400;
          font-size: 1.2em;
          margin-top: 0.5em; }
          main section.block-1 > .contents .schedule .box .contents > h4 span {
            display: block;
            flex-shrink: 0; }
          main section.block-1 > .contents .schedule .box .contents > h4::before, main section.block-1 > .contents .schedule .box .contents > h4::after {
            content: '';
            height: 1px;
            background: #ffffff;
            width: 100%;
            max-width: 350px; }
        main section.block-1 > .contents .schedule .box .contents .inner-box,
        main section.block-1 > .contents .schedule .box .contents ul {
          width: 90%;
          max-width: 680px;
          margin: 0 auto; }
          main section.block-1 > .contents .schedule .box .contents .inner-box h5,
          main section.block-1 > .contents .schedule .box .contents ul h5 {
            font-family: var(--font-noto);
            font-size: 1.4em;
            font-weight: 300;
            color: #e6d7bf;
            margin: 50px 0 0.5em; }
            main section.block-1 > .contents .schedule .box .contents .inner-box h5.small,
            main section.block-1 > .contents .schedule .box .contents ul h5.small {
              font-size: 1.2em; }
          main section.block-1 > .contents .schedule .box .contents .inner-box > p,
          main section.block-1 > .contents .schedule .box .contents ul > p {
            font-family: var(--font-gothic);
            font-size: 1.1em;
            line-height: 1;
            font-weight: 200;
            margin-bottom: 50px; }
            main section.block-1 > .contents .schedule .box .contents .inner-box > p.place,
            main section.block-1 > .contents .schedule .box .contents ul > p.place {
              text-align: center; }
          main section.block-1 > .contents .schedule .box .contents .inner-box table,
          main section.block-1 > .contents .schedule .box .contents ul table {
            font-family: var(--font-gothic);
            margin-bottom: 50px; }
            main section.block-1 > .contents .schedule .box .contents .inner-box table th,
            main section.block-1 > .contents .schedule .box .contents ul table th {
              text-align: left;
              vertical-align: top;
              font-weight: 400;
              padding-right: 1.1em; }
          main section.block-1 > .contents .schedule .box .contents .inner-box a,
          main section.block-1 > .contents .schedule .box .contents ul a {
            display: block;
            max-width: 600px;
            margin: 0 auto;
            transition: .2s; }
            main section.block-1 > .contents .schedule .box .contents .inner-box a:hover,
            main section.block-1 > .contents .schedule .box .contents ul a:hover {
              opacity: 0.6; }
        main section.block-1 > .contents .schedule .box .contents ul {
          list-style: none;
          padding: 0; }
          main section.block-1 > .contents .schedule .box .contents ul li {
            font-family: var(--font-gothic);
            border-bottom: solid 1px #fff;
            padding: 2em 0; }
            main section.block-1 > .contents .schedule .box .contents ul li h5 {
              margin-top: 0; }
            main section.block-1 > .contents .schedule .box .contents ul li:last-child {
              border-bottom: none; }
        main section.block-1 > .contents .schedule .box.white {
          background-color: #ffffff;
          color: #000000; }
          main section.block-1 > .contents .schedule .box.white .contents {
            display: flex;
            gap: 5%; }
            main section.block-1 > .contents .schedule .box.white .contents h3 {
              flex-shrink: 0;
              height: fit-content;
              font-family: var(--font-noto);
              font-weight: 300;
              font-size: 1.5em;
              line-height: 1;
              padding: 0.6em 1em 0.6em 0.2em;
              border-bottom: solid 1px #000; }
            main section.block-1 > .contents .schedule .box.white .contents .left {
              width: 48%; }
              main section.block-1 > .contents .schedule .box.white .contents .left h3 {
                margin-bottom: 50px; }
              main section.block-1 > .contents .schedule .box.white .contents .left h4 {
                font-family: var(--font-gothic);
                font-weight: 500;
                width: fit-content;
                text-align: center;
                background-color: #005230;
                color: #fff;
                font-size: 14px;
                line-height: 1;
                padding: 0.5em 2em;
                letter-spacing: 1px; }
              main section.block-1 > .contents .schedule .box.white .contents .left > ul {
                list-style: none;
                padding: 0;
                margin: 1em 0 30px 0; }
                main section.block-1 > .contents .schedule .box.white .contents .left > ul li {
                  font-family: var(--font-gothic);
                  font-weight: 500;
                  padding: 0; }
              main section.block-1 > .contents .schedule .box.white .contents .left .date {
                font-family: var(--font-gothic);
                font-size: 1em;
                font-weight: 500;
                margin-bottom: 1em; }
                main section.block-1 > .contents .schedule .box.white .contents .left .date p {
                  line-height: 1;
                  margin-top: 0.5em; }
                main section.block-1 > .contents .schedule .box.white .contents .left .date table th {
                  text-align: left;
                  font-weight: 500; }
                main section.block-1 > .contents .schedule .box.white .contents .left .date table td {
                  text-align: right; }
              main section.block-1 > .contents .schedule .box.white .contents .left > p {
                line-height: 1; }
              main section.block-1 > .contents .schedule .box.white .contents .left .place {
                font-family: var(--font-gothic);
                font-weight: 600;
                font-size: 1.3em;
                margin: 0.5em 0; }
              main section.block-1 > .contents .schedule .box.white .contents .left .address {
                font-family: var(--font-gothic);
                font-size: 14px;
                font-weight: 500;
                margin-bottom: 30px; }
            main section.block-1 > .contents .schedule .box.white .contents .right {
              font-family: var(--font-gothic);
              width: 47%; }
              main section.block-1 > .contents .schedule .box.white .contents .right > p {
                font-size: 16px;
                display: flex;
                flex-direction: column;
                align-items: flex-end; }
              main section.block-1 > .contents .schedule .box.white .contents .right .mail {
                display: flex;
                align-items: center;
                gap: 1em;
                color: #005230;
                font-size: 1.8em;
                font-weight: 600; }
                main section.block-1 > .contents .schedule .box.white .contents .right .mail::before {
                  content: '';
                  position: relative;
                  top: 4px;
                  display: block;
                  height: 30px;
                  width: 30px;
                  background-image: url("./imgs/mail-icon.svg");
                  background-size: contain;
                  background-position: center;
                  background-repeat: no-repeat; }
                main section.block-1 > .contents .schedule .box.white .contents .right .mail:hover {
                  text-decoration: underline; }
              main section.block-1 > .contents .schedule .box.white .contents .right .logo-wrap {
                display: flex;
                align-items: center;
                gap: 2em;
                margin-bottom: 2em; }
                main section.block-1 > .contents .schedule .box.white .contents .right .logo-wrap .logo {
                  width: 30%;
                  max-width: 160px; }
                  main section.block-1 > .contents .schedule .box.white .contents .right .logo-wrap .logo.green {
                    width: 40%;
                    max-width: unset; }
                    main section.block-1 > .contents .schedule .box.white .contents .right .logo-wrap .logo.green .label {
                      flex-shrink: 0;
                      width: fit-content;
                      text-align: center;
                      background-color: #005230;
                      color: #fff;
                      font-size: 14px;
                      letter-spacing: 1px;
                      line-height: 1;
                      padding: 0.5em 2em; }
              main section.block-1 > .contents .schedule .box.white .contents .right.map iframe {
                display: block;
                width: 100%;
                height: 100%; }
            main section.block-1 > .contents .schedule .box.white .contents .application {
              width: 100%;
              display: grid;
              grid-template-columns: 1fr 1fr;
              grid-template-areas: "item1 item2" "badge badge";
              gap: 1em;
              margin: 40px 0; }
              main section.block-1 > .contents .schedule .box.white .contents .application__item {
                border: 1px solid rgba(0, 82, 48, 0.2);
                padding: 24px;
                border-radius: 8px;
                background: #fff;
                display: flex;
                flex-direction: column; }
              main section.block-1 > .contents .schedule .box.white .contents .application--orchestra {
                grid-area: item1; }
              main section.block-1 > .contents .schedule .box.white .contents .application--general {
                grid-area: item2; }
              main section.block-1 > .contents .schedule .box.white .contents .application__title {
                font-size: 1.5em;
                margin-bottom: 1em;
                line-height: 1.4; }
                main section.block-1 > .contents .schedule .box.white .contents .application__title small {
                  font-size: 0.85em;
                  font-weight: normal; }
              main section.block-1 > .contents .schedule .box.white .contents .application__text {
                display: flex;
                flex-direction: column;
                font-size: 0.9rem;
                line-height: 1.6;
                color: #333; }
                main section.block-1 > .contents .schedule .box.white .contents .application__text span {
                  display: block; }
              main section.block-1 > .contents .schedule .box.white .contents .application__logos {
                display: flex;
                flex-direction: column;
                gap: 16px;
                align-items: center; }
                main section.block-1 > .contents .schedule .box.white .contents .application__logos .logo {
                  width: 100%;
                  border: 1px solid rgba(0, 82, 48, 0.2);
                  padding: 8px 12px;
                  border-radius: 6px;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  min-width: 80px;
                  height: 48px; }
                  main section.block-1 > .contents .schedule .box.white .contents .application__logos .logo img {
                    max-height: 100%;
                    max-width: 100%; }
              main section.block-1 > .contents .schedule .box.white .contents .application__badge {
                grid-area: badge;
                background: #005230;
                color: #fff;
                border-radius: 8px;
                padding: 24px;
                text-align: center;
                display: flex;
                flex-direction: column;
                justify-content: center; }
                main section.block-1 > .contents .schedule .box.white .contents .application__badge .label {
                  font-size: 1rem;
                  font-weight: bold;
                  margin-bottom: 8px; }
                main section.block-1 > .contents .schedule .box.white .contents .application__badge .sub {
                  font-size: 0.85rem;
                  opacity: 0.9; }
main section.block-2 {
  background-image: url("./imgs/section-bg-1.png");
  background-size: 100% auto;
  background-repeat: repeat-y;
  padding: 100px 0 20px 0; }
  main section.block-2 > .contents {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto; }
    main section.block-2 > .contents h2 {
      font-size: 2em;
      letter-spacing: 0.5em;
      font-weight: 600;
      text-align: center;
      color: #005230;
      line-height: 1.8em;
      margin-bottom: 100px; }
      main section.block-2 > .contents h2 span {
        display: block;
        font-weight: 500;
        font-size: 14px;
        margin-top: 5px; }
    main section.block-2 > .contents .box > .contents h3 {
      font-size: 2em;
      text-align: center;
      margin-bottom: 50px; }
      main section.block-2 > .contents .box > .contents h3 span {
        display: block;
        font-weight: 500;
        font-size: 14px;
        margin-top: 5px; }
    main section.block-2 > .contents .box > .contents .countries {
      display: grid;
      max-width: 850px;
      margin: 0 auto;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      font-family: var(--font-gothic);
      margin-bottom: 100px; }
      main section.block-2 > .contents .box > .contents .countries .country {
        display: flex;
        align-items: center;
        gap: 1em; }
        main section.block-2 > .contents .box > .contents .countries .country > img {
          max-width: 40px;
          border-radius: 999px;
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          border: 2px solid #fff; }
    main section.block-2 > .contents .box > .contents > img {
      width: 100%;
      max-width: 700px;
      display: block;
      margin: 0 auto; }
    main section.block-2 > .contents .box > .contents .timeline {
      padding: 60px 0;
      max-width: 700px;
      margin: 0 auto;
      font-family: var(--font-noto); }
      main section.block-2 > .contents .box > .contents .timeline .timeline-list {
        position: relative;
        padding: 0;
        margin: 0; }
        main section.block-2 > .contents .box > .contents .timeline .timeline-list .timeline-item {
          display: grid;
          grid-template-columns: 100px 80px 1em 1fr;
          column-gap: 24px; }
          main section.block-2 > .contents .box > .contents .timeline .timeline-list .timeline-item:last-child {
            padding-bottom: 0; }
            main section.block-2 > .contents .box > .contents .timeline .timeline-list .timeline-item:last-child .line::before {
              display: none; }
          main section.block-2 > .contents .box > .contents .timeline .timeline-list .timeline-item.is-current .line .dot {
            background: #1f8f4d; }
          main section.block-2 > .contents .box > .contents .timeline .timeline-list .timeline-item.is-current .content {
            color: #1f8f4d; }
            main section.block-2 > .contents .box > .contents .timeline .timeline-list .timeline-item.is-current .content .title {
              font-weight: 700; }
          main section.block-2 > .contents .box > .contents .timeline .timeline-list .timeline-item .date-meta,
          main section.block-2 > .contents .box > .contents .timeline .timeline-list .timeline-item .place-meta {
            font-size: 14px; }
            main section.block-2 > .contents .box > .contents .timeline .timeline-list .timeline-item .date-meta p,
            main section.block-2 > .contents .box > .contents .timeline .timeline-list .timeline-item .place-meta p {
              line-height: 1; }
          main section.block-2 > .contents .box > .contents .timeline .timeline-list .timeline-item .line {
            position: relative;
            display: flex;
            justify-content: center; }
            main section.block-2 > .contents .box > .contents .timeline .timeline-list .timeline-item .line::before {
              content: "";
              position: absolute;
              top: 0;
              width: 2px;
              height: 100%;
              background: #000; }
            main section.block-2 > .contents .box > .contents .timeline .timeline-list .timeline-item .line .dot {
              font-size: 14px;
              width: 1em;
              height: 1em;
              background: #111;
              border-radius: 50%;
              position: relative;
              z-index: 1; }
          main section.block-2 > .contents .box > .contents .timeline .timeline-list .timeline-item .content {
            font-size: 14px; }
            main section.block-2 > .contents .box > .contents .timeline .timeline-list .timeline-item .content p {
              line-height: 1; }
            main section.block-2 > .contents .box > .contents .timeline .timeline-list .timeline-item .content .title {
              font-weight: 400;
              margin-bottom: 6px; }
            main section.block-2 > .contents .box > .contents .timeline .timeline-list .timeline-item .content .text {
              margin-bottom: 4px; }
            main section.block-2 > .contents .box > .contents .timeline .timeline-list .timeline-item .content .theme {
              margin-bottom: 30px; }
    main section.block-2 > .contents .sponsor-section {
      background-color: #fff;
      border-radius: 1em;
      box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
      padding: 50px 5%; }
      main section.block-2 > .contents .sponsor-section table {
        border-collapse: separate;
        border-spacing: 1em 2em;
        font-family: var(--font-gothic);
        max-width: 450px;
        margin: 0 auto; }
        main section.block-2 > .contents .sponsor-section table th {
          padding-right: 1em;
          width: 4em; }
        main section.block-2 > .contents .sponsor-section table td img {
          display: inline-block;
          object-fit: contain;
          max-width: 100%; }
    main section.block-2 > .contents .footer-logo {
      width: 90%;
      margin: 50px auto;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 5%; }
      main section.block-2 > .contents .footer-logo img {
        display: block;
        width: 50%;
        max-width: 250px; }
    main section.block-2 > .contents .copy {
      width: 100%;
      margin: 0 auto;
      text-align: center; }

@media screen and (max-width: 767px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; }

  header .mv {
    width: 90%;
    margin: 0 auto; }
    header .mv h1 {
      text-align: center;
      letter-spacing: 0.3em;
      margin: 0.5em 0; }
    header .mv .sub-title {
      font-weight: 600;
      text-align: center;
      font-size: 16px;
      line-height: 1; }
      header .mv .sub-title.sub-title2 {
        letter-spacing: 0px;
        padding: 0.2em 0.5em;
        font-size: 16px;
        line-height: 1.2em; }
  header .date-circles img {
    width: 25%; }

  main section.block-1 > .contents h2 {
    font-size: 1.4em; }
  main section.block-1 > .contents .slider-container {
    overflow: hidden;
    width: 100vw;
    margin: 0 calc(-50vw + 50%); }
    main section.block-1 > .contents .slider-container .slider-track {
      display: flex;
      animation: scroll-left 25s linear infinite; }
      main section.block-1 > .contents .slider-container .slider-track img {
        width: 40vw; }
  @keyframes scroll-left {
    0% {
      transform: translateX(0%); }
    100% {
      transform: translateX(-240vw); } }
  main section.block-1 > .contents .schedule .box {
    padding: 60px 4%; }
    main section.block-1 > .contents .schedule .box .contents .date-time {
      flex-direction: column; }
      main section.block-1 > .contents .schedule .box .contents .date-time h3 {
        font-size: 1.2em; }
        main section.block-1 > .contents .schedule .box .contents .date-time h3 span {
          display: contents;
          line-height: 1; }
          main section.block-1 > .contents .schedule .box .contents .date-time h3 span.year {
            font-size: 1.2em; }
          main section.block-1 > .contents .schedule .box .contents .date-time h3 span.date {
            font-size: 28px; }
          main section.block-1 > .contents .schedule .box .contents .date-time h3 span.dot {
            font-size: 1.2em;
            line-height: 1; }
          main section.block-1 > .contents .schedule .box .contents .date-time h3 span.day {
            font-size: 1.2em; }
      main section.block-1 > .contents .schedule .box .contents .date-time .time {
        font-size: 1.6em;
        line-height: 1; }
      main section.block-1 > .contents .schedule .box .contents .date-time.br {
        flex-direction: column;
        row-gap: 1em;
        margin-bottom: 30px; }
    main section.block-1 > .contents .schedule .box .contents > h3 {
      font-size: 32px; }
    main section.block-1 > .contents .schedule .box .contents > h4 {
      font-size: 1.2em; }
      main section.block-1 > .contents .schedule .box .contents > h4 span {
        display: block;
        flex-shrink: 0; }
      main section.block-1 > .contents .schedule .box .contents > h4::before, main section.block-1 > .contents .schedule .box .contents > h4::after {
        content: '';
        height: 1px;
        background: #ffffff;
        width: 100%;
        max-width: 350px; }
    main section.block-1 > .contents .schedule .box .contents > p {
      font-size: 1em; }
    main section.block-1 > .contents .schedule .box .contents .inner-box,
    main section.block-1 > .contents .schedule .box .contents ul {
      width: 100%; }
      main section.block-1 > .contents .schedule .box .contents .inner-box h5,
      main section.block-1 > .contents .schedule .box .contents ul h5 {
        font-family: var(--font-noto);
        font-size: 1.2em;
        font-weight: 300;
        color: #e6d7bf;
        margin: 50px 0 0.5em; }
        main section.block-1 > .contents .schedule .box .contents .inner-box h5.small,
        main section.block-1 > .contents .schedule .box .contents ul h5.small {
          font-size: 1em; }
      main section.block-1 > .contents .schedule .box .contents .inner-box > p,
      main section.block-1 > .contents .schedule .box .contents ul > p {
        font-family: var(--font-gothic);
        font-size: 1.1em;
        line-height: 1;
        font-weight: 200;
        margin-bottom: 50px; }
        main section.block-1 > .contents .schedule .box .contents .inner-box > p.place,
        main section.block-1 > .contents .schedule .box .contents ul > p.place {
          text-align: center; }
      main section.block-1 > .contents .schedule .box .contents .inner-box table th,
      main section.block-1 > .contents .schedule .box .contents .inner-box table td,
      main section.block-1 > .contents .schedule .box .contents ul table th,
      main section.block-1 > .contents .schedule .box .contents ul table td {
        display: block; }
      main section.block-1 > .contents .schedule .box .contents .inner-box a,
      main section.block-1 > .contents .schedule .box .contents ul a {
        display: block;
        max-width: 600px;
        margin: 0 auto;
        transition: .2s; }
        main section.block-1 > .contents .schedule .box .contents .inner-box a:hover,
        main section.block-1 > .contents .schedule .box .contents ul a:hover {
          opacity: 0.6; }
    main section.block-1 > .contents .schedule .box.white .contents {
      flex-direction: column; }
      main section.block-1 > .contents .schedule .box.white .contents .left {
        width: 100%; }
        main section.block-1 > .contents .schedule .box.white .contents .left h3 {
          margin-bottom: 30px; }
        main section.block-1 > .contents .schedule .box.white .contents .left h4 {
          font-family: var(--font-gothic);
          font-weight: 500;
          width: fit-content;
          text-align: center;
          background-color: #005230;
          color: #fff;
          font-size: 14px;
          line-height: 1;
          padding: 0.5em 2em;
          letter-spacing: 1px; }
        main section.block-1 > .contents .schedule .box.white .contents .left > ul {
          list-style: none;
          padding: 0;
          margin: 1em 0 30px 0; }
          main section.block-1 > .contents .schedule .box.white .contents .left > ul li {
            font-family: var(--font-gothic);
            font-weight: 500;
            padding: 0; }
        main section.block-1 > .contents .schedule .box.white .contents .left > p {
          line-height: 1; }
        main section.block-1 > .contents .schedule .box.white .contents .left .place {
          font-family: var(--font-gothic);
          font-weight: 600;
          font-size: 1.3em;
          margin: 0.5em 0; }
        main section.block-1 > .contents .schedule .box.white .contents .left .address {
          font-family: var(--font-gothic);
          font-size: 14px;
          font-weight: 500;
          margin-bottom: 30px; }
      main section.block-1 > .contents .schedule .box.white .contents .right {
        font-family: var(--font-gothic);
        width: 100%; }
        main section.block-1 > .contents .schedule .box.white .contents .right > p {
          font-size: 14px; }
        main section.block-1 > .contents .schedule .box.white .contents .right .mail {
          font-size: 1.2em;
          justify-content: center; }
        main section.block-1 > .contents .schedule .box.white .contents .right .logo-wrap {
          flex-direction: column;
          justify-content: center;
          gap: 1em; }
          main section.block-1 > .contents .schedule .box.white .contents .right .logo-wrap .logo {
            width: 100%;
            text-align: center; }
            main section.block-1 > .contents .schedule .box.white .contents .right .logo-wrap .logo:first-child {
              width: 100%; }
              main section.block-1 > .contents .schedule .box.white .contents .right .logo-wrap .logo:first-child .green {
                margin: 0 auto; }
            main section.block-1 > .contents .schedule .box.white .contents .right .logo-wrap .logo img {
              width: fit-content;
              margin: 0 auto; }
      main section.block-1 > .contents .schedule .box.white .contents .application {
        grid-template-columns: 1fr;
        grid-template-areas: "item1" "item2" "badge"; }
        main section.block-1 > .contents .schedule .box.white .contents .application__title {
          font-size: 1.1rem;
          margin-bottom: 1em; }
  main section.block-2 > .contents h2 {
    font-size: 1.5em;
    letter-spacing: 10px; }
  main section.block-2 > .contents .box > .contents > h3 {
    font-size: 1.5em; }
  main section.block-2 > .contents .box > .contents .countries {
    grid-template-columns: repeat(2, 1fr); }
    main section.block-2 > .contents .box > .contents .countries .country {
      display: flex;
      align-items: center;
      gap: 1em; }
      main section.block-2 > .contents .box > .contents .countries .country > img {
        max-width: 40px;
        border-radius: 999px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        border: 2px solid #fff; }
      main section.block-2 > .contents .box > .contents .countries .country p {
        font-size: 14px;
        line-height: 1.2em; }
  main section.block-2 > .contents .box > .contents .timeline .timeline-list .timeline-item {
    grid-template-columns: 21% 20% 1em 1fr;
    column-gap: 1%; }
  main section.block-2 > .contents .sponsor-section table th {
    padding-right: 0.5em; }
  main section.block-2 > .contents .sponsor-section table td img {
    display: inline-block;
    object-fit: contain;
    max-width: 100%; }
  main section.block-2 > .contents .footer-logo {
    width: 90%;
    margin: 50px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%; }
    main section.block-2 > .contents .footer-logo img {
      display: block;
      width: 50%;
      max-width: 250px; }
  main section.block-2 > .contents .copy {
    font-size: 12px; } }

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