@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,500,700|Noto+Sans+JP:400,500,700&display=swap");
@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200";
.nav-pagetop a:before, #THEATER a:after, #NEWS a p:after {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

#TICKET h3:first-child, .pageHeading-lv2:first-child {
  margin-top: 0;
}
#TICKET h3:last-child, .pageHeading-lv2:last-child {
  margin-bottom: 0;
}

body.pg-dreamlive9th-3livescreen, body.pg-feature_dreamlive9th-3livescreen {
  min-height: 100vh;
  padding: 0 0 max(6.25vw, 70px);
  font-family: "m-plus-1p", sans-serif;
  font-weight: 400;
}
body.pg-dreamlive9th-3livescreen > div, body.pg-dreamlive9th-3livescreen button, body.pg-dreamlive9th-3livescreen input, body.pg-dreamlive9th-3livescreen select, body.pg-dreamlive9th-3livescreen textarea, body.pg-feature_dreamlive9th-3livescreen > div, body.pg-feature_dreamlive9th-3livescreen button, body.pg-feature_dreamlive9th-3livescreen input, body.pg-feature_dreamlive9th-3livescreen select, body.pg-feature_dreamlive9th-3livescreen textarea {
  font: inherit;
}

body.pg-dreamlive9th-3livescreen-news .l-header__sitename {
  width: auto;
  height: 80%;
  aspect-ratio: 468/172;
}
body.pg-dreamlive9th-3livescreen-news .l-header__sitename a {
  height: 100%;
}
body.pg-dreamlive9th-3livescreen-news .l-header__sitename svg {
  width: 100%;
  height: 100%;
}
body.pg-dreamlive9th-3livescreen-news .l-footer_sitename {
  width: clamp(100px, 30vw, 180px);
  aspect-ratio: 468/172;
}
body.pg-dreamlive9th-3livescreen-news .l-footer_sitename svg {
  width: 100%;
  height: 100%;
}

.pageSection {
  padding: min(6.6666666667vw, 50px) min(4vw, 30px);
}

.pageHeading-lv2 {
  margin: 0.6666666667em auto;
  font-size: min(8vw, 60px);
  font-weight: 300;
  text-align: center;
}

header {
  position: sticky;
  top: 0;
  z-index: 1001;
  display: grid;
  width: 100%;
  font-weight: 300;
  color: #004863;
  background: #fff;
}
header #menuSwitch {
  display: none;
}
header label[for=menuSwitch] {
  justify-self: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header label[for=menuSwitch] svg {
  stroke: currentColor;
  stroke-width: 2px;
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
}
header label[for=menuSwitch].open svg {
  margin-left: 0.4em;
}
header label[for=menuSwitch].close {
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 2002;
}
header label[for=menuSwitch].close svg {
  width: 1em;
}
header nav a {
  text-decoration: none;
  color: currentColor;
}

#KV {
  color: #000;
  background: #d8ed00;
}
#KV > .image img {
  display: block;
  width: 100%;
  height: auto;
}
#KV > .text {
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-items: center;
}
#KV h1 {
  font-weight: inherit;
  text-align: center;
}
#KV .period {
  display: grid;
}
#KV .period .date, #KV .period .text {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.4em;
  line-height: 1;
}
#KV .period .date {
  justify-self: start;
  color: #004863;
  background: #fff;
}
#KV .period .text {
  justify-self: end;
  color: #fff;
  background: #004863;
}
#KV .credit {
  text-align: center;
}

#NEWS a {
  display: grid;
  grid-template-columns: 32.5% 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(100%, 800px);
  border: #004863 solid 3px;
  margin: auto;
  color: inherit;
  text-decoration: none;
}
#NEWS a h2 {
  grid-column: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: min(5.3333333333vw, 48px);
  font-weight: 300;
  background: #004863;
}
#NEWS a p {
  grid-column: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #004863;
  font-size: min(3.6vw, 32px);
}
#NEWS a p:after {
  content: "expand_circle_right";
  font-variation-settings: "FILL" 1;
  margin-left: 0.2em;
}
#NEWS a p .new {
  padding: 0.2em 0.8em 0.2em 0.4em;
  margin-right: 0.4em;
  color: #004863;
  font-size: 0.625em;
  line-height: 1;
  background: #d8ed00;
  -webkit-clip-path: polygon(0 0, calc(100% - 0.4em) 0, 100% 50%, calc(100% - 0.4em) 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 0.4em) 0, 100% 50%, calc(100% - 0.4em) 100%, 0 100%);
}

#TRAILER {
  color: #fff;
  background: #004863;
}
#TRAILER > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(5.3333333333vw, 40px) min(8vw, 60px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(100%, 1400px);
  margin: auto;
}
#TRAILER > div > * {
  display: block;
  width: min(100%, 768px);
  height: auto;
  aspect-ratio: 16/9;
}
#OUTLINE {
  color: #004863;
  background: #fff;
}
#OUTLINE .catch {
  margin-top: -0.2em;
  font-size: min(4.5333333333vw, 46px);
  text-align: center;
}
#OUTLINE .catch span {
  position: relative;
  display: inline-block;
  margin-top: 0.2em;
  margin-left: -0.4em;
  color: #000;
  font-weight: 300;
  background: #d8ed00;
}
#OUTLINE .catch span:before, #OUTLINE .catch span:after {
  content: "";
  top: 0;
  position: absolute;
  display: block;
  width: 0.4em;
  height: 100%;
  background: #d8ed00;
}
#OUTLINE .catch span:before {
  right: 100%;
}
#OUTLINE .catch span:after {
  left: 100%;
}
#OUTLINE .text {
  max-width: 1920px;
  padding: 1em;
  margin: 2em auto auto;
  color: hsl(0, 0%, 33%);
  font-size: min(3.2vw, 21px);
  line-height: 2;
  background: hsl(0, 0%, 95%);
}
#OUTLINE .text p + p {
  margin-top: 1em;
}

#UNIT {
  color: #000;
  background: #d8ed00;
}
#UNIT > div {
  display: grid;
  gap: min(5.3333333333vw, 40px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#UNIT > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1em;
  font-size: min(4.8vw, 36px);
  color: #004863;
  background: #fff;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,72,99,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0.2777777778em 0.2777777778em 0 #004863);
          filter: drop-shadow(0.2777777778em 0.2777777778em 0 #004863);
}

#TICKET {
  color: #004863;
  background: hsl(0, 0%, 95%);
}
#TICKET > div {
  padding: min(5.3333333333vw, 40px) min(4vw, 40px);
  color: hsl(0, 0%, 33%);
  background: #fff;
}
#TICKET h3 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 0.6em;
  margin: 1em auto 0.6em;
  color: #fff;
  font-size: min(4vw, 30px);
  font-weight: 300;
  background: #004863;
}
#TICKET .price {
  font-size: min(4.2666666667vw, 30px);
  font-weight: 700;
  text-align: center;
}
#TICKET .text {
  font-size: min(3.2vw, 24px);
  font-weight: 700;
  text-align: center;
}
#TICKET .annotation {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-left: 1.2em;
  margin: 1em auto 0;
  font-size: min(2.9333333333vw, 21px);
}
#TICKET .annotation > span {
  display: inline-block;
}
#TICKET .annotation:before {
  content: "※";
  display: inline-block;
  text-indent: -1.2em;
  vertical-align: top;
}
#TICKET .annotation + .annotation {
  margin-top: 0.2em;
}

#THEATER {
  color: #fff;
  background: #004863;
}
#THEATER > div {
  display: grid;
  gap: min(5.3333333333vw, 40px);
}
#THEATER a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1.8em;
  padding: 0 0.6em;
  border: currentColor solid 2px;
  color: inherit;
  font-size: min(4.2666666667vw, 30px);
  text-decoration: none;
}
#THEATER a:after {
  content: "expand_circle_right";
  font-variation-settings: "FILL" 1;
  margin-left: 0.2em;
}
#SCREEN {
  display: grid;
  color: #fff;
  font-size: min(8vw, 60px);
  background: #000;
}
#SCREEN .image {
  position: relative;
  grid-column: 1/-1;
  grid-row: 1/-1;
  width: 100%;
  overflow: hidden;
}
#SCREEN h2 {
  grid-column: 1/-1;
  grid-row: 1/span 1;
  z-index: 1;
}
#SCREEN .title {
  grid-column: 1/-1;
  grid-row: 2/span 1;
  z-index: 1;
  text-align: center;
}
#SCREEN .text {
  grid-column: 1/-1;
  grid-row: 3/span 1;
  z-index: 1;
  font-size: min(3.2vw, 21px);
}

.nav-jyoeikai {
  padding: min(4vw, 40px);
}
.nav-jyoeikai a {
  display: block;
  max-width: 750px;
  margin: auto;
}
.nav-jyoeikai a img {
  display: block;
  width: 100%;
  height: auto;
}

.nav-pagetop {
  position: fixed;
  z-index: 1002;
  right: min(4vw, 50px);
  bottom: min(4vw, 50px);
}
.nav-pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: max(5.2083333333vw, 50px);
  aspect-ratio: 1/1;
  border: #d8ed00 solid 2px;
  color: #fff;
  font-size: max(1.0416666667vw, 10px);
  text-decoration: none;
  line-height: 1.2;
  background: #004863;
  border-radius: 50%;
}
.nav-pagetop a:before {
  content: "keyboard_double_arrow_up";
}
@media (min-width: 1025px) {
  header label[for=menuSwitch] {
    display: none;
  }
  header nav {
    padding: 1em;
    font-size: min(1.875vw, 36px);
  }
  header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header nav ul > li + li {
    margin-left: 1.8em;
  }
  #KV {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #KV > .image {
    grid-column: 1;
  }
  #KV > .text {
    grid-column: 2;
  }
  #KV h1 {
    font-size: min(2.8125vw, 54px);
    line-height: 1.3333333333;
  }
  #KV h1 img {
    display: block;
    width: 7.962962963em;
    height: auto;
    margin: 0.2962962963em auto 0.9259259259em;
  }
  #KV .period {
    width: min(67.7083333333%, 650px);
  }
  #KV .period .date, #KV .period .text {
    height: min(3.75vw, 72px);
  }
  #KV .period .date {
    font-size: min(2.2916666667vw, 44px);
  }
  #KV .period .text {
    font-size: min(2.8125vw, 54px);
  }
  #KV .credit {
    margin-top: 1em;
    font-size: min(1.0416666667vw, 54px);
  }
  #UNIT > div {
    grid-template-columns: repeat(4, 1fr);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
  }
  #UNIT > div > *:nth-child(-n+4) {
    -webkit-transform: translateX(-1em);
            transform: translateX(-1em);
  }
  #UNIT > div > *:nth-child(n+5) {
    -webkit-transform: translateX(1em);
            transform: translateX(1em);
  }
  #THEATER > div {
    grid-template-columns: repeat(2, 1fr);
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: auto;
  }
  #SCREEN {
    grid-template-rows: 8em auto 1fr;
    justify-items: center;
  }
  #SCREEN .image {
    height: 16.6666666667em;
  }
  #SCREEN .image img {
    position: absolute;
    top: -3.3333333333em;
    left: -100%;
    right: -100%;
    display: block;
    width: auto;
    height: 21.6666666667em;
    max-width: unset;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #SCREEN h2 {
    margin-top: 1.3333333333em;
  }
  #SCREEN .title {
    font-size: 0.5em;
  }
  #SCREEN .text {
    max-width: 1300px;
    padding: min(2.0833333333vw, 40px);
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  header {
    padding: 0.4em;
    font-size: min(4.8vw, 36px);
  }
  header nav {
    position: fixed;
    z-index: 2001;
    width: 100%;
    height: 100vh;
    padding: 1em;
    color: #fff;
    font-size: 1.3333333333em;
    text-align: center;
    background: rgba(216, 237, 0, .9);
  }
  header nav ul {
    display: grid;
    -ms-flex-line-pack: center;
        align-content: center;
    jusrify-items: center;
    gap: 1em;
    height: 100%;
  }
  header #menuSwitch:not(:checked) ~ nav {
    display: none;
  }
  #KV {
    padding-bottom: min(6.6666666667vw, 50px);
  }
  #KV h1 {
    font-size: min(5.8666666667vw, 44px);
    line-height: 1.3181818182;
    margin-top: min(5.3333333333vw, 40px);
  }
  #KV h1 img {
    display: block;
    width: 7.7272727273em;
    height: auto;
    margin: 0.2727272727em auto 0.9090909091em;
  }
  #KV .period {
    width: 69.3333333333%;
  }
  #KV .period .date, #KV .period .text {
    height: min(8vw, 60px);
  }
  #KV .period .date {
    font-size: min(4.6666666667vw, 35px);
  }
  #KV .period .text {
    font-size: min(5.8666666667vw, 44px);
  }
  #KV .credit {
    margin-top: 1em;
    font-size: min(2.9333333333vw, 22px);
  }
  #UNIT > div {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 1em;
  }
  #SCREEN {
    grid-template-rows: 8em auto 1fr;
    justify-items: center;
  }
  #SCREEN .image {
    height: 16.6666666667em;
  }
  #SCREEN .image img {
    position: absolute;
    top: -0.8333333333em;
    left: -100%;
    right: -100%;
    display: block;
    width: auto;
    height: 10.8333333333em;
    max-width: unset;
    margin: auto;
  }
  #SCREEN h2 {
    margin-top: 1em;
  }
  #SCREEN .title {
    font-size: 0.5em;
  }
  #SCREEN .text {
    padding: min(4vw, 30px);
    margin: 0 auto;
  }
}
@media (min-width: 1249px) {
  #OUTLINE .catch span:nth-of-type(3):before {
    display: none;
  }
}