@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
/* =================================================
   unique layout
================================================= */
body {
  background-color: #fff;
}

#container {
  /* -------------------------------------
      menu
  */
  /* -------------------------------------
      article
  ------------------------------------- */
  /* -------------------------------------
     footer
  ------------------------------------- */
}
#container #header .inner .content.main #b_openmenu {
  background-color: #434343;
}
#container #header .inner .content.menu #menu_main.menu_1 nav {
  background-color: #434343;
}
#container #article {
  /* -------------------------------------
  section
  ------------------------------------- */
}
#container #article section {
  /* -------------------------------------
      artist
  */
  /* -------------------------------------
      ticket
  */
  /* -------------------------------------
      streaming
  */
  /* -------------------------------------
      guidance
  */
  /* -------------------------------------
      archive
  */
  /* -------------------------------------
      contact
  */
}
#container #article section h3.h3_1 {
  background: linear-gradient(#434343, #000000);
}
#container #article section h3.h3_1 span {
  color: #A18B5E;
}
#container #article section h4.h4_2 {
  color: #A18B5E;
}
#container #article section a.txtlink,
#container #article section a:link.txtlink {
  display: inline;
}
#container #article section.artist .inner {
  background-color: hsl(0, 0%, 20%);
}
#container #article section.artist .inner .content h4.h4_1 span {
  color: hsl(0, 0%, 100%);
}
#container #article section.artist .inner .content h5 span {
  color: hsl(0, 0%, 100%);
}
#container #article section.artist .inner .content p .txt {
  color: hsl(0, 0%, 100%);
}
#container #article section.artist .inner .content p .txt2 {
  color: hsl(0, 0%, 100%);
  margin-top: 2.6666666667vw;
}
#container #article section.artist .inner .content p .txt3 {
  color: #A18B5E;
  margin-top: 2.6666666667vw;
}
#container #article section.artist .inner .content a.txtlink,
#container #article section.artist .inner .content a:link.txtlink {
  word-break: break-all;
  color: hsl(0, 0%, 100%);
}
#container #article section.ticket .inner .content .price {
  font-weight: 600;
  font-size: 6.4vw;
}
#container #article section.ticket .inner .content span.category {
  display: flex;
  justify-content: space-between;
  width: 49.3333333333vw;
}
#container #article section.ticket .inner .content span.category::after {
  content: "：";
}
#container #article section.ticket .inner .content span.value {
  display: block;
  text-align: right;
  white-space: nowrap;
  width: 69.3333333333vw;
}
#container #article section.ticket .inner .content span small {
  font-weight: 400;
}
#container #article section.ticket .inner .content ol {
  counter-reset: item;
  list-style-type: none;
  margin: 0;
  margin-top: 1em;
  padding-left: 0.5em;
}
#container #article section.ticket .inner .content ol li {
  counter-increment: item;
  position: relative;
  padding-left: 2.5em;
  padding-bottom: 0.5em;
  line-height: 1.5;
}
#container #article section.ticket .inner .content ol li::before {
  content: "【" counter(item) "】";
  position: absolute;
  left: 0;
  font-weight: bold;
}
#container #article section.ticket .inner .content .signup-button {
  display: inline-block;
  margin-left: 2.6666666667vw;
  margin-bottom: 5.3333333333vw;
  padding: 0.6666666667vw 5.3333333333vw;
  background-color: #A18B5E;
  border-radius: 8vw;
  color: hsl(0, 0%, 100%);
  font-size: 4.2666666667vw;
}
#container #article section.streaming .inner .content.youtube,
#container #article section.streaming .inner .content figure {
  height: auto;
  aspect-ratio: 16/9;
  margin: 0 0 2.6666666667vw;
}
#container #article section.streaming .inner .content.youtube img,
#container #article section.streaming .inner .content figure img {
  width: 100%;
}
#container #article section.streaming .inner .content table {
  display: block;
  width: 75.4666666667vw;
  margin: 5.3333333333vw 0 0 4.2666666667vw;
}
#container #article section.streaming .inner .content table tbody tr th,
#container #article section.streaming .inner .content table tbody tr td {
  display: block;
}
#container #article section.streaming .inner .content table tbody tr th {
  white-space: nowrap;
}
#container #article section.streaming .inner .content table tbody tr th .txt i {
  font-style: normal;
}
#container #article section.streaming .inner .content table tbody tr td {
  word-break: break-all;
  margin-bottom: 0.5em;
}
#container #article section.guidance .inner .content ul {
  list-style: disc;
  padding-left: 1.5em;
}
#container #article section.guidance .inner .content ul li {
  font-size: 3.2vw;
}
#container #article section.archive .inner .content {
  display: block;
  text-align: center;
}
#container #article section.archive .inner .content a span img,
#container #article section.archive .inner .content a:link span img {
  width: 100%;
  margin-bottom: 2.6666666667vw;
}
#container #article section.archive .inner .content ul {
  padding: 0;
}
#container #article section.contact .inner .content a,
#container #article section.contact .inner .content a:link {
  background-color: #A18B5E;
}
#container #footer {
  background-color: #434343;
}

@media screen and (min-width: 768px) {
  /* =================================================
     unique layout
  ================================================= */
  /* -------------------------------------
     header
  ------------------------------------- */
  #container {
    /* -------------------------------------
        menu
    */
    /* -------------------------------------
       article
    ------------------------------------- */
  }
  #container .menu_2 nav {
    background: linear-gradient(#434343, #000000);
  }
  #container .menu_2 nav ul {
    grid-template-columns: repeat(10, auto);
  }
  #container #article {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #container #article section {
    /* -------------------------------------
        artist
    */
    /* -------------------------------------
        ticket
    */
    /* -------------------------------------
        streaming
    */
    /* -------------------------------------
        guidance
    */
    /* -------------------------------------
        archive
    */
  }
  #container #article section h3.h3_1 {
    background: none;
  }
  #container #article section h3.h3_1 span {
    color: hsl(0, 0%, 20%);
  }
  #container #article section.artist .inner .content .item.overview {
    max-width: 880px;
  }
  #container #article section.artist .inner .content .item.curator {
    max-width: 880px;
  }
  #container #article section.artist .inner .content h3.h3_1 span {
    color: hsl(0, 0%, 100%);
  }
  #container #article section.artist .inner .content p .txt2 {
    margin-top: 10px;
  }
  #container #article section.artist .inner .content p .txt3 {
    margin-top: 10px;
  }
  #container #article section.ticket .inner .content .price {
    font-size: 24px;
    display: flex;
  }
  #container #article section.ticket .inner .content span.category {
    width: 190px;
  }
  #container #article section.ticket .inner .content span.value {
    width: 224px;
  }
  #container #article section.ticket .inner .content ol {
    max-width: 780px;
    margin: 1em auto 0;
  }
  #container #article section.ticket .inner .content .signup-button {
    font-size: 2rem;
    margin-left: 20px;
    margin-bottom: 10px;
    padding: 5px 40px;
    border-radius: 60px;
  }
  #container #article section.streaming .inner .content table {
    display: table;
    width: 780px;
    margin: 1em 0 0 20px;
  }
  #container #article section.streaming .inner .content table tbody tr th,
  #container #article section.streaming .inner .content table tbody tr td {
    display: table-cell;
    vertical-align: baseline;
    padding-bottom: 1em;
  }
  #container #article section.streaming .inner .content table tbody tr th {
    white-space: nowrap;
  }
  #container #article section.streaming .inner .content table tbody tr th .txt {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    column-gap: 1em;
    justify-content: space-between;
  }
  #container #article section.streaming .inner .content table tbody tr th .txt i {
    display: block;
  }
  #container #article section.streaming .inner .content table tbody tr td {
    padding-left: 1em;
  }
  #container #article section.guidance .inner .content .item {
    max-width: 800px;
    margin: 0 auto 40px;
  }
  #container #article section.guidance .inner .content h4.h4_3 {
    margin-top: 2.66em;
  }
  #container #article section.guidance .inner .content ul li {
    font-size: 1.2rem;
  }
  #container #article section.archive .inner .content a,
  #container #article section.archive .inner .content a:link {
    text-align: center;
    margin: 0 auto;
  }
  #container #article section.archive .inner .content a span img,
  #container #article section.archive .inner .content a:link span img {
    width: 400px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  #container #article section.archive .inner .content ul {
    display: flex;
    justify-content: center;
  }
}/*# sourceMappingURL=202503.css.map */