@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 1.85em;
  color: #5c270b; }

input,
button {
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 1.85em;
  color: #000; }

.min {
  font-size: 0.75rem;
  line-height: 1.2rem; }

h4 {
  font-size: 1.2em;
  text-align: center;
  font-weight: 600;
  color: #042A81;
  margin: 1.5em auto; }

@media screen and (max-width: 540px) {
  body {
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 1.85em; } }
html,
body {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  margin: auto; }

img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }

a {
  color: #042A81;
  text-decoration: underline; }

section {
  display: block;
  position: relative;
  z-index: 0;
  padding: 8% 0; }

.inner-wrap {
  padding: 0 2em;
  width: calc(100% - 4em);
  max-width: 1200px;
  margin: auto; }

.common-bt {
  background-color: #042A81;
  display: block;
  width: fit-content;
  min-width: 200px;
  padding: 0.5em 1em;
  font-size: 0.9em;
  border-radius: 2em;
  margin: 2em auto;
  text-align: center;
  cursor: pointer; }
  .common-bt span {
    color: #fff; }
  .common-bt.x-bt {
    background-color: #000; }
    .common-bt.x-bt span:before {
      content: "";
      display: inline-block;
      width: 2em;
      height: 2em;
      margin-right: 0.5em;
      background-image: url(../images/sns_tw.svg);
      vertical-align: bottom; }
  .common-bt:hover {
    filter: brightness(1.2);
    right: -25px; }
  .common-bt.dis {
    filter: grayscale(1);
    user-select: none;
    pointer-events: none; }

.bg {
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: -1;
  opacity: 1; }

.logo {
  width: 30%;
  position: fixed;
  top: 1%;
  left: 1%;
  z-index: 0; }

.section-header {
  width: 90%;
  margin: auto;
  margin-bottom: 1em; }

.menu-btn {
  width: 60px;
  position: fixed;
  top: 5%;
  right: -30px;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }
  .menu-btn:hover {
    filter: brightness(1.2);
    right: -25px; }

#menu {
  background-color: #ffffffa8;
  backdrop-filter: blur(5px);
  z-index: 5;
  position: fixed;
  width: 0;
  height: 100vh;
  top: 0;
  right: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }
  #menu.active {
    width: 100%; }
  #menu ul li {
    margin-bottom: 0.3em; }
  #menu .menu-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; }
    #menu .menu-wrap .inner-wrap {
      max-width: 400px;
      margin: auto;
      height: fit-content; }
  #menu .menu-close {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 1em;
    right: 1em;
    cursor: pointer; }

.area-btn {
  width: 300px;
  position: fixed;
  bottom: 1%;
  left: 1%;
  z-index: 1;
  -webkit-animation: wobble-hor-bottom 3s infinite both;
  animation: wobble-hor-bottom 3s infinite both;
  cursor: pointer; }
  .area-btn:hover {
    filter: brightness(1.2); }

@-webkit-keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  5% {
    -webkit-transform: translateX(-10px) rotate(-3deg);
    transform: translateX(-10px) rotate(-3deg); }
  10% {
    -webkit-transform: translateX(6px) rotate(3deg);
    transform: translateX(6px) rotate(3deg); }
  18% {
    -webkit-transform: translateX(-5px) rotate(-2deg);
    transform: translateX(-5px) rotate(-2deg); }
  26% {
    -webkit-transform: translateX(4px) rotate(1deg);
    transform: translateX(4px) rotate(1deg); }
  40% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; } }
@keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  5% {
    -webkit-transform: translateX(-10px) rotate(-3deg);
    transform: translateX(-10px) rotate(-3deg); }
  10% {
    -webkit-transform: translateX(6px) rotate(3deg);
    transform: translateX(6px) rotate(3deg); }
  18% {
    -webkit-transform: translateX(-5px) rotate(-2deg);
    transform: translateX(-5px) rotate(-2deg); }
  26% {
    -webkit-transform: translateX(4px) rotate(1deg);
    transform: translateX(4px) rotate(1deg); }
  40% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; } }
.main-wrap {
  width: 45%;
  max-width: 840px;
  min-width: 550px;
  position: relative;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.9);
  margin: auto;
  margin-right: calc(70px + 1em); }

header {
  padding: 2em 0; }
  header .powered {
    max-width: 80%;
    max-width: 240px;
    margin: auto;
    margin-bottom: 2em; }
  header .mv {
    width: 100%;
    margin-bottom: 2em; }
  header .date {
    width: 90%;
    margin: auto;
    margin-bottom: 1em; }
  header .copy {
    width: 70%;
    margin: auto; }

#ticket {
  text-align: center; }

.ticket-readme {
  width: calc(100 - 2em);
  padding: 1em;
  overflow-y: scroll;
  font-size: 0.8em;
  border: 1px solid #ddd;
  line-height: 1.6em;
  text-align: left; }

.onsale {
  font-size: 1.3em; }

.kkday {
  margin-top: 1em;
  display: block; }

.ticket-header {
  display: flex;
  background-color: #042A81;
  border: 1px solid #455D93;
  color: #fff;
  justify-content: space-around;
  margin-bottom: 0.5em;
  margin-top: 2em; }
  .ticket-header .th-block {
    padding: 0.5em;
    text-align: center;
    position: relative;
    width: calc(100% - 2em); }
    .ticket-header .th-block span {
      font-size: 0.75rem;
      display: block; }
    .ticket-header .th-block:after {
      content: "";
      display: block;
      background: #455D93;
      height: calc(100% - 1em);
      width: 1px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
    .ticket-header .th-block:first-of-type:after {
      content: none; }

.price-header {
  background-color: #455D93;
  border: 1px solid #455D93;
  color: #fff;
  padding: 0.5em; }
  .price-header span {
    font-size: 0.75rem; }

.price-wrap {
  display: flex;
  justify-content: space-around;
  border: 1px solid #455D93;
  margin-bottom: 0.5em; }
  .price-wrap .pw-block {
    padding: 1em;
    color: #042A81;
    position: relative;
    width: calc(100% - 2em); }
    .price-wrap .pw-block:after {
      content: "";
      display: block;
      background: #455D93;
      height: calc(100% - 2em);
      width: 1px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
    .price-wrap .pw-block:first-of-type:after {
      content: none; }
    .price-wrap .pw-block span {
      font-size: 0.8em; }

.info-block {
  margin-bottom: 2em; }
  .info-block .info-title {
    background-color: #042A81;
    color: #fff;
    font-size: 1.2em;
    padding: 0.75em;
    font-weight: 700;
    text-align: center; }
  .info-block p {
    padding: 1em; }
  .info-block .info-acd {
    background-color: #fff;
    font-size: 0.9em;
    line-height: 1.7em;
    display: none;
    border-radius: 0.3em; }
    .info-block .info-acd h5 {
      background-color: #042A81;
      color: #fff;
      padding: 0.5em 1em;
      font-size: 0.9em;
      font-weight: 600; }
    .info-block .info-acd ul {
      padding: 1em; }
      .info-block .info-acd ul li {
        list-style-type: disc;
        margin-left: 1em; }
  .info-block .info-acd-bt {
    color: #fff; }
    .info-block .info-acd-bt span {
      color: #fff; }

#program {
  background-color: #042A81; }

.program-block {
  background-color: #fff;
  padding: 1em;
  border-radius: 1em; }
  .program-block .acd-inner {
    padding: 1em;
    display: none; }
    .program-block .acd-inner p {
      margin-bottom: 1em; }
    .program-block .acd-inner img {
      margin-bottom: 1em; }
    .program-block .acd-inner.active {
      display: block; }
  .program-block hr {
    height: 0.5px;
    width: 100%;
    background-color: #707070;
    border: none; }
  .program-block .acd-bt {
    width: fit-content;
    padding: 0.5em 1em;
    color: #455D93;
    display: block;
    margin-left: auto;
    cursor: pointer; }

#outline table {
  width: 100%; }
  #outline table tr {
    display: flex;
    width: 100%; }
  #outline table th, #outline table td {
    padding: 0.6em;
    line-height: 1.5em;
    display: block;
    font-size: 0.9rem; }
  #outline table th {
    font-weight: 600;
    width: 10em;
    border-bottom: 1px solid #5c270b; }
  #outline table td {
    width: calc(100% - 10.5em);
    border-bottom: 1px solid #5c270b;
    margin-left: 0.5em; }

#faq .faq-block {
  border: 1px solid #042A81;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.5em; }
  #faq .faq-block .que {
    background-color: #042A81;
    color: #fff;
    padding: 0.5em;
    padding-right: 2em;
    position: relative;
    line-height: 1.6em;
    cursor: pointer; }
    #faq .faq-block .que:before {
      content: "Q.";
      font-size: 0.8em;
      font-weight: 800; }
    #faq .faq-block .que:after {
      content: "";
      display: block;
      width: 0.5em;
      height: 0.5em;
      border-left: 2px solid #fff;
      border-bottom: 2px solid #fff;
      transform: rotate(-45deg);
      position: absolute;
      top: 0;
      right: 1em;
      bottom: 0;
      margin: auto; }
    #faq .faq-block .que.on:after {
      transform: rotate(135deg); }
  #faq .faq-block .ans {
    font-size: 0.8em;
    line-height: 1.5em;
    padding: 0.75em;
    display: none; }

#access {
  text-align: center; }

.map {
  width: 100%;
  text-align: center;
  margin-bottom: 1em; }
  .map iframe {
    width: 100%;
    height: 400px; }

#rules h5 {
  font-size: 0.9em;
  font-weight: 600;
  background-color: #042A81;
  color: #fff;
  padding: 0.5em 1em;
  margin-top: 1em; }
#rules h6 {
  font-weight: 600;
  padding: 0 1em; }
#rules p {
  padding: 1em;
  font-size: 0.8em;
  line-height: 1.6em; }
#rules ul {
  padding: 1em; }
  #rules ul li {
    font-size: 0.8em;
    line-height: 1.6em;
    border-bottom: 1px solid;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em; }
    #rules ul li ol {
      margin-top: 0.5em; }
      #rules ul li ol li {
        font-size: 0.8rem;
        border: none;
        border-bottom: 1px dashed;
        margin-bottom: 0.5em;
        padding-bottom: 0.5em;
        margin-left: 1em;
        position: relative; }
        #rules ul li ol li:before {
          content: "▶︎";
          position: absolute;
          left: -1.2em;
          font-size: 0.6em; }
        #rules ul li ol li:last-of-type {
          border: none; }

footer {
  text-align: center; }
  footer .credit {
    font-size: 0.75em;
    margin-top: 2em; }

@media screen and (max-width: 900px) {
  .logo {
    width: 25%; }

  .main-wrap {
    margin-right: 0; } }
@media screen and (max-width: 699px) {
  .logo {
    display: block;
    position: relative;
    width: 90%;
    margin: auto;
    padding: 20% 0;
    top: 0;
    left: initial; }

  .area-btn {
    width: 240px;
    bottom: 0%;
    left: 0%; }

  .main-wrap {
    margin: auto;
    min-width: initial;
    width: 94%; }

  .price-wrap .pw-block span {
    display: block;
    font-size: 0.8em;
    line-height: 0.8em;
    text-align: left;
    margin-top: 0.8em; }

  #outline table th {
    font-size: 0.8em;
    width: 5em; }
  #outline table td {
    width: calc(100% - 6.5em); } }

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


.icon-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1000px;
    justify-content: flex-start;
	margin: 20px 0;
}

.icon-item {
    text-align: center;
    width: calc(25% - 20px); /* 4列レイアウト */
}
.icon-item a {
	text-decoration: none;
}

.icon-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.icon-name {
    display: block;
    margin-top: 10px;
    text-decoration: none;
    color: #1DA1F2; /* X (Twitter) のブランドカラー */
    font-weight: bold;
    font-size: 1em;
}

.icon-name:hover {
    text-decoration: underline;
}

/* スマホやタブレット表示の場合 */
@media (max-width: 768px) {
    .icon-item {
        width: calc(50% - 20px); /* 2列レイアウト */
    }
}
