@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
  ------------------------------------- */
}
#container #header .inner .content.main #b_openmenu {
  background-color: #695A3C;
}
#container #header .inner .content.menu #menu_main.menu_1 nav {
  background-color: #695A3C;
}
#container #article {
  /* -------------------------------------
  section
  ------------------------------------- */
}
#container #article section {
  /* -------------------------------------
      artist
  */
  /* -------------------------------------
      ticket
  */
  /* -------------------------------------
      streaming
  */
  /* -------------------------------------
      guidance
  */
  /* -------------------------------------
      archive
  */
}
#container #article section h3.h3_1 {
  background: linear-gradient(#695A3C, #221E1F);
}
#container #article section h4.h4_2 {
  color: #695A3C;
}
#container #article section a.txtlink,
#container #article section a:link.txtlink {
  display: inline;
}
#container #article section.artist .inner {
  background-color: #EEECDD;
}
#container #article section.artist .inner .content h4.h4_1 span {
  color: hsl(0, 0%, 0%);
}
#container #article section.artist .inner .content h5 span {
  color: hsl(0, 0%, 0%);
}
#container #article section.artist .inner .content p .txt {
  color: hsl(0, 0%, 0%);
}
#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.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%;
}

@media screen and (min-width: 768px) {
  /* =================================================
     unique layout
  ================================================= */
  /* -------------------------------------
     header
  ------------------------------------- */
  #container {
    /* -------------------------------------
        menu
    */
    /* -------------------------------------
       article
    ------------------------------------- */
  }
  #container .menu_2 nav {
    background: linear-gradient(#695A3C, #221E1F);
  }
  #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.artist .inner h3.h3_1 span {
    color: #221E1F;
  }
  #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.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: 600px;
  }
}/*# sourceMappingURL=autumn.css.map */