@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
}

::-moz-selection {
  background-color: #0027AC;
  color: #fff;
}

::selection {
  background-color: #0027AC;
  color: #fff;
}

::-moz-selection {
  background-color: #0027AC;
  color: #fff;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  height: 100%;
  background-color: #FFFFFF;
  position: relative;
}
@media screen and (min-width: 961px) {
  body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
  }
}
body a {
  text-decoration: none;
}

/* image */
.ph, .thumb {
  position: relative;
  line-height: 0;
  font-size: 0;
}

.ph img, .thumb img {
  width: 100%;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}

.ph::after, .thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* video */
video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video {
  position: relative;
  padding-top: 56.25%;
}

.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.wrap {
  min-height: 100%;
  padding-bottom: 110px;
  position: relative;
}
.wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: repeat url(../images/noise.webp);
  background-size: 250px;
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  z-index: -1;
  opacity: 0.12;
  pointer-events: none;
}
.wrap .section-tit {
  width: 30%;
  margin: 0 auto 5vw;
  line-height: 1;
  overflow: hidden;
  position: relative;
}
.wrap .section-tit img {
  transform: translateY(110%);
  transition: 0.4s;
}
.wrap .section-tit span {
  display: block;
  line-height: 1;
  transform: translateY(110%);
  transition: 0.4s;
}
.wrap .section-tit.started img, .wrap .section-tit.started span {
  transform: translateY(0);
}
.wrap .section--list,
.wrap .section--detail {
  padding: 8vw 15%;
  color: #0027AC;
}
.wrap .section--list a,
.wrap .section--detail a {
  text-decoration: none;
  color: #0027AC;
}
.wrap .txt--large {
  font-size: 1.2em;
}
.wrap .font--futura {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.wrap .btn .btn--main {
  display: inline-block;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  background: #0027AC;
  color: #fff;
  border-radius: 10px;
  padding: 1em;
}
@media screen and (min-width: 961px) {
  .wrap .btn .btn--main {
    transition: 0.4s;
  }
  .wrap .btn .btn--main:hover {
    background: #3563ff;
  }
}
.wrap .block--release.album .btn .btn--main {
  background: #00846c;
}

#g-nav {
  text-align: right;
  font-size: 1.2em;
  position: fixed;
  top: 100px;
  right: 1vw;
  z-index: 100;
}
#g-nav li:not(:last-of-type) {
  margin-bottom: 0.8em;
}
#g-nav li a {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.1em;
  background: #0027AC;
  color: #fff;
  padding: 0.25em 0.5em;
}
@media screen and (min-width: 961px) {
  #g-nav li a {
    transition: 0.4s;
  }
  #g-nav li a:hover {
    background-color: #3563ff;
  }
}

.list--info {
  margin-bottom: 4vw;
  position: relative;
  top: 60px;
  opacity: 0;
  pointer-events: none;
  transition: top 0.4s, opacity 0.4s;
}
.list--info.started {
  opacity: 1;
  pointer-events: auto;
  top: 0;
}
.list--info a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  word-break: break-word;
  gap: 0 40px;
  color: #0027AC;
  padding: 1.5em 0;
  transition: 0.4s;
}
.list--info a .date {
  width: 6em;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
}
.list--info a .tit {
  width: calc(100% - 6em);
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  .list--info a:hover {
    opacity: 0.5;
  }
}

.list__more {
  text-align: center;
  font-size: 24px;
}
.list__more span {
  display: inline-block;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
  vertical-align: 5px;
  margin-right: 0.3em;
}
.list__more a {
  display: inline-block;
  position: relative;
}
.list__more a::after {
  content: "→";
  display: inline-block;
  font-size: 30px;
  vertical-align: -1px;
  position: relative;
  right: 0;
  transition: 0.4s;
}
@media screen and (min-width: 961px) {
  .list__more a {
    transition: 0.4s;
  }
  .list__more a:hover {
    color: #3563ff;
  }
  .list__more a:hover::after {
    right: -6px;
  }
}

.page--home {
  color: #0027AC;
}
.page--home .wrap {
  padding-bottom: 0;
}
.page--home a {
  text-decoration: none;
  color: #0027AC;
}
.page--home .footer {
  height: 100vh;
  position: relative;
}
.page--home .footer .logo--official {
  width: 40%;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page--home .footer .block--link {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.page--home .footer .link__official {
  margin-bottom: 1em;
}
.page--home .footer .link__official a {
  display: block;
  font-size: 20px;
  position: relative;
  transition: 0.4s;
}
.page--home .footer .link__official a::after {
  content: "→";
  display: inline-block;
  font-size: 24px;
  vertical-align: -1px;
  position: relative;
  right: 0;
  transition: 0.4s;
}
@media screen and (min-width: 961px) {
  .page--home .footer .link__official a:hover {
    color: #3563ff;
  }
  .page--home .footer .link__official a:hover::after {
    right: -6px;
  }
}
.page--home .footer .link__official a span {
  display: inline-block;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  vertical-align: 3px;
}
.page--home .footer .list--social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 1.5em;
  position: relative;
}
.page--home .footer .list--social li {
  font-size: 1.8em;
}
.page--home .footer .list--social::before {
  content: "SHARE";
  display: inline-block;
  font-size: 12px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 961px) {
  .page--home .footer .list--social a {
    transition: 0.4s;
  }
  .page--home .footer .list--social a:hover {
    color: #3563ff;
  }
}
.page--home .footer .copyright {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 10px;
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.page--home #section--hero {
  height: 100vh;
  height: 100dvh;
  width: 100%;
  background: linear-gradient(47deg, #0279fc 0%, #012a6c 25%, #001260 50%, #0a2ab5 75%, #001465 100%);
  position: relative;
  overflow: hidden;
}
.page--home #section--hero .block--logo {
  width: 30vw;
  height: 20vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.page--home #section--hero .block--photo {
  width: max((100vh - 170px) * 1.5 * 4, 4200px);
  height: calc(100vh - 170px);
  background: repeat-x left center url(/static/blueencount/official/feature/20th/images/ph_artist_2501.jpg);
  background-size: auto max(100vh - 170px, 700px);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  animation: line_photo 50s linear infinite;
}
.page--home #section--hero .block--marquee {
  width: 100%;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  right: 0;
  overflow: hidden;
}
.page--home #section--hero .block--marquee .inner {
  width: 100%;
  height: 85px;
  display: flex;
  align-items: center;
  gap: 0 8vw;
  font-size: 14px;
  letter-spacing: 0.1em;
  white-space: pre;
  position: relative;
  right: 160vw;
  animation: marquee 90s linear infinite;
}
.page--home #section--hero .block--marquee div {
  line-height: 0;
  color: #fff;
}
.page--home #section--hero .block--marquee .txt--large {
  font-weight: 600;
}
.page--home #section--hero .block--marquee.top {
  top: 0;
}
.page--home #section--hero .block--marquee.bottom {
  bottom: 0;
}
.page--home #section--news {
  padding: 10vw 20vw;
}
.page--home #section--release {
  position: relative;
  overflow: clip;
  padding-top: 10vw;
  padding-bottom: 1px;
}
.page--home #section--release::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: repeat center url(../images/bg_01.png);
  background-size: 30px;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.19;
}
.page--home #section--release .block--title {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
}
.page--home #section--release .block--title .inner {
  overflow: hidden;
}
.page--home #section--release .block--title .inner [class^=block--title__] {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15vw;
  position: absolute;
  top: 0;
  white-space: pre;
  letter-spacing: -0.02em;
}
.page--home #section--release .block--title .inner .block--title__left {
  left: 18vw;
  transform: rotate(90deg);
  transform-origin: left top;
  animation: line_release_left 18s linear infinite;
}
.page--home #section--release .block--title .inner .block--title__right {
  left: 109vw;
  transform: rotate(-90deg);
  transform-origin: left bottom;
  top: calc(100vh - 17.5vw);
  animation: line_release_right 18s linear infinite;
}
.page--home #section--release .area--comingsoon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5vw 4%;
  width: calc(100% - 30vw);
  text-align: center;
  margin: 5vw auto 15vw;
}
.page--home #section--release .block--release {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 60%;
  margin: 10vw auto;
  position: relative;
  top: 100px;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, -0.0007, 0, 0, 1, 0, 0, 0, 0, 1);
  opacity: 0;
  transition: 0.6s cubic-bezier(0.39, 0.53, 0.32, 1.06) 0.2s;
  pointer-events: none;
}
.page--home #section--release .block--release.started {
  top: 0;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  opacity: 1;
  pointer-events: auto;
}
.page--home #section--release .block--release .block--thumb {
  width: 55%;
  position: relative;
}
.page--home #section--release .block--release .block--thumb .thumb {
  border-radius: 10px;
  overflow: hidden;
}
.page--home #section--release .block--release .block--thumb .thumb img {
  width: 100%;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}
.page--home #section--release .block--release .block--thumb .view_more {
  width: 7em;
  height: 7em;
  border-radius: 50%;
  overflow: hidden;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  position: absolute;
  bottom: -2em;
  left: -3em;
  z-index: 10;
}
.page--home #section--release .block--release .block--thumb .view_more a {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(47deg, #0279fc 0%, #012a6c 25%, #001260 50%, #0a2ab5 75%, #001465 100%);
  color: #fff;
  text-align: center;
  line-height: 1;
  position: relative;
  font-size: 1.23em;
  padding-top: 1.4em;
  z-index: 10;
}
.page--home #section--release .block--release .block--thumb .view_more a::after {
  content: "→";
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 26px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: calc(50% + 0.4em);
  height: 0;
}
@media screen and (min-width: 961px) {
  .page--home #section--release .block--release .block--thumb .view_more {
    transition: 0.4s cubic-bezier(0.39, 0.53, 0.32, 1.06);
  }
  .page--home #section--release .block--release .block--thumb .view_more:hover {
    transform: scale(1.3);
  }
}
.page--home #section--release .block--release .block--detail {
  width: 40%;
}
.page--home #section--release .block--release .block--detail .list--data div {
  margin-bottom: 3vw;
}
.page--home #section--release .block--release .block--detail .list--data dt {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 1;
}
.page--home #section--release .block--release .block--detail .list--data dd {
  font-size: 15px;
}
.page--home #section--release .block--release .block--detail .list--data dd.txt--large {
  font-weight: bold;
  font-size: 30px;
}
.page--home #section--release .block--release .block--detail .list--data dd.font--futura {
  font-weight: 800;
  font-size: 20px;
}
.page--home #section--release .block--release.comingsoon {
  align-items: center;
  justify-content: center;
  width: 48%;
  background: #fff;
  color: #0027AC;
  border: 1px solid;
  border-radius: 50%;
  padding: 5.5vw 0;
  margin: 0;
  position: relative;
}
.page--home #section--release .block--release.comingsoon .block--title {
  text-align: center;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1;
  text-stroke: 1px #0027AC;
  -webkit-text-stroke: 1px #0027AC;
  color: transparent;
  margin-bottom: 10px;
}
.page--home #section--release .block--release.comingsoon.block--learge {
  width: 60%;
  padding: 7vw 0;
  background: linear-gradient(47deg, #0279fc 0%, #012a6c 25%, #001260 50%, #0a2ab5 75%, #001465 100%);
  color: #fff;
}
.page--home #section--release .block--release.comingsoon.block--learge .block--title {
  font-size: 3.5em;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
}
.page--home #section--release .block--release.album {
  color: #00846c;
}
.page--home #section--release .block--release.album .block--thumb .view_more a {
  background: linear-gradient(47deg, #35d1b5 0%, #1faa90 25%, #1f947f 50%, #2abba0 75%, #007d66 100%);
}
.page--home #section--video {
  padding-bottom: 10vw;
  padding-top: 15vw;
}
.page--home #section--video .section-tit {
  width: 20%;
}
.page--home #section--video .list--video {
  width: 60%;
  margin: 0 auto;
}
.page--home #section--video .list--video li {
  margin-bottom: 10vw;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, -0.0007, 0, 0, 1, 0, 0, 0, 0, 1);
  opacity: 0;
  transition: 0.6s cubic-bezier(0.39, 0.53, 0.32, 1.06);
  pointer-events: none;
}
.page--home #section--video .list--video li.started {
  top: 0;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  opacity: 1;
  pointer-events: auto;
}
.page--home #section--video .list--video li.started .thumb::before {
  bottom: -15px;
  right: -15px;
}
@media screen and (min-width: 961px) {
  .page--home #section--video .list--video li:hover .thumb::before {
    transition: 0.4s;
    bottom: -30px;
    right: -30px;
  }
}
.page--home #section--video .list--video li .thumb {
  cursor: pointer;
  position: relative;
}
.page--home #section--video .list--video li .thumb img {
  display: block;
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 16/9;
}
.page--home #section--video .list--video li .thumb::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(47deg, #0279fc 0%, #012a6c 25%, #001260 50%, #0a2ab5 75%, #001465 100%);
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: 0.4s 0.3s;
}
.page--home #section--video .list--video li .movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.page--home #section--live {
  padding: 15vw 20vw;
  position: relative;
  overflow: hidden;
}
.page--home #section--live::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: repeat center url(../images/bg_01.png);
  background-size: 30px;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.19;
}
.page--home #section--live [class^=bg__] {
  width: 30%;
  height: 60%;
  background: repeat center url(../images/bg_04.png);
  background-size: 15px;
  position: absolute;
  opacity: 0.15;
  z-index: -1;
}
.page--home #section--live .bg__top {
  top: 0;
  right: 0;
}
.page--home #section--live .bg__bottom {
  bottom: 0;
  left: 0;
}
.page--home #section--live .section-tit {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 5vw;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
}
.page--home #section--live .table__tit {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  font-size: 25px;
  margin-bottom: 20px;
}
.page--home #section--live [class^=table__schedule] {
  display: flex;
  flex-wrap: wrap;
  background: linear-gradient(47deg, #0279fc 0%, #012a6c 25%, #001260 50%, #0a2ab5 75%, #001465 100%);
  color: #fff;
  border-radius: 10px;
  padding: 40px 60px 3px;
  margin: 0 auto 10vw;
  font-weight: normal;
  position: relative;
  top: 100px;
  transition: 0.6s;
  opacity: 0;
}
.page--home #section--live [class^=table__schedule].started {
  opacity: 1;
  top: 0;
}
.page--home #section--live [class^=table__schedule] tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1803921569);
}
.page--home #section--live [class^=table__schedule] thead {
  width: 100%;
}
.page--home #section--live [class^=table__schedule] thead tr {
  display: flex;
  justify-content: flex-start;
  font-size: 11px;
  padding-bottom: 0.3em;
  margin-bottom: 1em;
}
.page--home #section--live [class^=table__schedule] thead th {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: left;
}
.page--home #section--live [class^=table__schedule] thead th.date {
  width: 27%;
}
.page--home #section--live [class^=table__schedule] thead th.area {
  width: 19%;
}
.page--home #section--live [class^=table__schedule] thead th.venue {
  width: 27%;
}
.page--home #section--live [class^=table__schedule] thead th.time {
  width: 27%;
}
.page--home #section--live [class^=table__schedule] tbody {
  width: 100%;
}
.page--home #section--live [class^=table__schedule] tbody tr {
  display: flex;
  justify-content: flex-start;
  font-size: 13px;
  font-weight: normal;
  padding: 3em 0;
}
.page--home #section--live [class^=table__schedule] tbody tr:last-of-type {
  border-bottom: none;
}
.page--home #section--live [class^=table__schedule] tbody th, .page--home #section--live [class^=table__schedule] tbody td {
  text-align: left;
}
.page--home #section--live [class^=table__schedule] tbody th.item__date, .page--home #section--live [class^=table__schedule] tbody td.item__date {
  width: 27%;
  line-height: 1;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.page--home #section--live [class^=table__schedule] tbody th.item__date em, .page--home #section--live [class^=table__schedule] tbody td.item__date em {
  font-size: 1.7em;
  font-weight: 800;
}
.page--home #section--live [class^=table__schedule] tbody th.item__date span, .page--home #section--live [class^=table__schedule] tbody td.item__date span {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
}
.page--home #section--live [class^=table__schedule] tbody th.item__date span::before, .page--home #section--live [class^=table__schedule] tbody td.item__date span::before {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background: #fff;
  position: absolute;
  left: 0.75em;
  top: 0;
  transform: rotate(38deg);
}
.page--home #section--live [class^=table__schedule] tbody th.item__area, .page--home #section--live [class^=table__schedule] tbody td.item__area {
  width: 19%;
}
.page--home #section--live [class^=table__schedule] tbody th.item__venue, .page--home #section--live [class^=table__schedule] tbody td.item__venue {
  width: 27%;
}
.page--home #section--live [class^=table__schedule] tbody th.item__time, .page--home #section--live [class^=table__schedule] tbody td.item__time {
  width: 27%;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.page--home #section--live .table__schedule--final {
  position: relative;
}
.page--home #section--live .table__schedule--final::before {
  content: "";
  display: block;
  width: 31vw;
  height: 90%;
  background: no-repeat url(../images/bg__schedule-final.png);
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0.5vw;
  transform: translateY(-50%);
  opacity: 0.5;
  pointer-events: none;
}
.page--home #g-nav,
.page--home #section--hero .block--logo,
.page--home #section--hero .block--marquee,
.page--home #section--hero .block--photo {
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}
.page--home.loaded #section--hero .block--logo,
.page--home.loaded #section--hero .block--marquee {
  opacity: 1;
}
.page--home.loaded #section--hero .block--photo {
  opacity: 1;
  transition: opacity 0.9s;
  transition-delay: 1s;
}
.page--home.loaded #g-nav {
  pointer-events: auto;
  opacity: 1;
  transition-delay: 1.5s;
}

:where(body:not(.page--home)) .wrap {
  color: #0027AC;
}
:where(body:not(.page--home)) .wrap .block--logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(47deg, #0279fc 0%, #012a6c 25%, #001260 50%, #0a2ab5 75%, #001465 100%);
  padding: 2.5em 0 2em;
}
:where(body:not(.page--home)) .wrap .block--logo a {
  display: block;
  width: 16%;
  max-width: 80px;
}
:where(body:not(.page--home)) .wrap .block--logo img {
  width: 100%;
}
:where(body:not(.page--home)) .wrap .footer {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 0;
}
:where(body:not(.page--home)) .wrap .footer .copyright {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 10px;
  color: #0027AC;
}
:where(body:not(.page--home)) .wrap .block--share {
  display: flex;
  align-items: center;
  gap: 0 0.8em;
  font-size: 1.4em;
  position: relative;
}
:where(body:not(.page--home)) .wrap .block--share::before {
  content: "SHARE";
  display: inline-block;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 10px;
  margin-right: 5px;
}
:where(body:not(.page--home)) .wrap .list__more {
  margin-top: 50px;
}

.page--news .section--detail a {
  color: #0027AC;
}
.page--news .section--detail .tit {
  font-size: 1.3em;
}
.page--news .section--detail .date {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  margin-bottom: 20px;
}
.page--news .section--detail .txt {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #0027AC;
}
.page--news .section--detail .txt a {
  text-decoration: underline;
}
.page--news .section--detail .txt a:hover {
  text-decoration: none;
}

@keyframes line_photo {
  0% {
    left: 0;
  }
  100% {
    left: min((100vh - 170px) * -1.5, -1250px);
  }
}
@keyframes line_photo_sp {
  100% {
    top: -201.49vh;
  }
}
@keyframes marquee {
  100% {
    right: 0;
  }
}
@keyframes line_release_left {
  100% {
    top: -3.745em;
  }
}
@keyframes line_release_right {
  100% {
    top: calc(100vh - 17.5vw + 3.745em);
  }
}
@keyframes line_release_sp {
  100% {
    transform: translateX(-78.95vw);
  }
}
@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  .page--news .wrap .section--detail {
    max-width: 950px;
    padding: 8vw 5vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .wrap .section-tit {
    width: 40%;
    margin: 0 auto 8vw;
  }
  .list--info a {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: flex-start;
    padding: 1em 0;
  }
  .list--info a .date {
    width: 100%;
    margin-bottom: 0.5em;
  }
  .list--info a .tit {
    width: 100%;
    font-size: 13px;
  }
  #g-nav {
    top: 0;
    right: 0;
    transform: none;
  }
  #g-nav li a {
    font-size: 13px;
  }
  .list__more span {
    font-size: 15px;
    letter-spacing: 0.1em;
    vertical-align: 5px;
    margin-right: 0.3em;
  }
  .list__more a::after {
    font-size: 23px;
    vertical-align: 0;
  }
  .page--home #g-nav {
    top: 68px;
    right: 10px;
  }
  .page--home .footer {
    height: 60vh;
  }
  .page--home .footer .logo--official {
    width: 60%;
    top: 42%;
  }
  .page--home .footer .link__official span {
    font-size: 14px;
    margin-right: 4px;
  }
  .page--home #section--hero .block--logo {
    width: 70vw;
    height: 46vw;
  }
  .page--home #section--hero .block--photo {
    background: none;
    animation: none;
    overflow: hidden;
    height: calc(100vh - 114px);
    height: calc(100dvh - 114px);
  }
  .page--home #section--hero .block--photo .inner {
    width: calc((100vh - 114px) * 4);
    height: 100vw;
    background: repeat-x left center url(/static/blueencount/official/feature/20th/images/ph_artist_2501.jpg);
    background-size: contain;
    position: absolute;
    left: 100vw;
    top: -63vh;
    transform: rotate(90deg);
    transform-origin: top left;
    animation: line_photo_sp 50s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
  }
  .page--home #section--hero .block--marquee .inner {
    height: 56px;
  }
  .page--home #section--news {
    padding: 20vw 10%;
  }
  .page--home #section--release {
    position: relative;
    overflow: clip;
    padding-bottom: 60vw;
  }
  .page--home #section--release .block--title {
    position: -webkit-sticky;
    position: sticky;
    top: calc(50% - 2.5vw);
    width: 100%;
    overflow: hidden;
  }
  .page--home #section--release .block--title .block--title__inner {
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20vw;
    white-space: pre;
    animation: line_release_sp 20s linear infinite;
  }
  .page--home #section--release .area--comingsoon {
    display: block;
    width: 100%;
    padding: 10vw;
    margin-bottom: -42vw;
  }
  .page--home #section--release .area--comingsoon .block--release.comingsoon {
    width: 100%;
    padding: 11vw 0;
    margin-bottom: -6vw;
  }
  .page--home #section--release .area--comingsoon .block--release.comingsoon.block--learge {
    width: 100%;
    background: linear-gradient(47deg, #0279fc 0%, #012a6c 25%, #001260 50%, #0a2ab5 75%, #001465 100%);
    color: #fff;
  }
  .page--home #section--release .area--comingsoon .block--release.comingsoon.block--learge .block--title {
    font-size: 2.5em;
    text-stroke: 1px #fff;
    -webkit-text-stroke: 1px #fff;
  }
  .page--home #section--release .area--comingsoon .block--title {
    font-size: 2.3em;
    margin-bottom: 5px;
    position: relative;
    top: 0;
  }
  .page--home #section--release .block--release {
    display: block;
    width: 100%;
    margin: 0 auto 20vw;
    position: relative;
    padding: 5vw 8%;
    top: 100px;
  }
  .page--home #section--release .block--release .block--thumb {
    width: 85%;
    position: static;
    margin: 0 auto -30vw;
  }
  .page--home #section--release .block--release .block--thumb .thumb {
    border-radius: 7px;
  }
  .page--home #section--release .block--release .block--thumb .view_more {
    width: 8em;
    height: 8em;
    bottom: -2em;
    left: inherit;
    right: 0.5em;
  }
  .page--home #section--release .block--release .block--thumb .view_more a {
    font-size: 1.3em;
    letter-spacing: 0.1em;
    padding: 1.85em 1em 1em;
  }
  .page--home #section--release .block--release .block--thumb .view_more a::after {
    font-size: 30px;
    margin-left: -15px;
  }
  .page--home #section--release .block--release .block--detail {
    width: 100%;
    background: linear-gradient(47deg, #0279fc 0%, #012a6c 25%, #001260 50%, #0a2ab5 75%, #001465 100%);
    color: #fff;
    border-radius: 25vw 25vw 7px 7px;
    padding-top: 36vw;
    padding: 37vw 10vw 5vw;
  }
  .page--home #section--release .block--release .block--detail .list--data div {
    margin-bottom: 6vw;
  }
  .page--home #section--release .block--release .block--detail .list--data dt {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .page--home #section--release .block--release .block--detail .list--data dd {
    font-size: 15px;
  }
  .page--home #section--release .block--release .block--detail .list--data dd.txt--large {
    font-size: 22px;
  }
  .page--home #section--release .block--release .block--detail .list--data dd.font--futura {
    font-size: 16px;
  }
  .page--home #section--release .block--release .block--detail .list--data dd:has(.btn) .btn {
    margin-top: 10px;
  }
  .page--home #section--release .block--release .block--detail .list--data dd:has(.btn) .btn--main {
    background: #fff;
    color: #0027AC;
    border-radius: 7px;
    padding: 1em;
    width: 100%;
    text-align: center;
  }
  .page--home #section--release .block--release.album .block--detail {
    background: linear-gradient(47deg, #35d1b5 0%, #1faa90 25%, #1f947f 50%, #2abba0 75%, #007d66 100%);
  }
  .page--home #section--release .block--release.album .block--detail .list--data dd:has(.btn) .btn--main {
    color: #00846c;
  }
  .page--home #section--video {
    padding-top: 20vw;
    padding-bottom: 8vw;
  }
  .page--home #section--video .section-tit {
    width: 40%;
    margin-bottom: 15vw;
  }
  .page--home #section--video .list--video {
    width: 80%;
  }
  .page--home #section--video .list--video li {
    margin-bottom: 12vw;
  }
  .page--home #section--video .list--video li.started .thumb::before {
    bottom: -10px;
    right: -10px;
  }
  .page--home #section--video .list--video li .thumb img {
    border-radius: 7px;
  }
  .page--home #section--video .list--video li .thumb::before {
    border-radius: 7px;
  }
  .page--home #section--live {
    padding: 15vw 8%;
  }
  .page--home #section--live .section-tit {
    width: 80%;
    font-size: 12vw;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .page--home #section--live .table__tit {
    font-size: 22px;
  }
  .page--home #section--live [class^=table__schedule] {
    border-radius: 7px;
    padding: 25px 25px 3px;
    margin: 0 auto 10vw;
  }
  .page--home #section--live [class^=table__schedule] thead {
    display: none;
  }
  .page--home #section--live [class^=table__schedule] tbody {
    width: 100%;
  }
  .page--home #section--live [class^=table__schedule] tbody tr {
    display: block;
    padding: 2em 0;
  }
  .page--home #section--live [class^=table__schedule] tbody th, .page--home #section--live [class^=table__schedule] tbody td {
    display: block;
    text-align: left;
    position: relative;
    padding-left: 3em;
    margin-bottom: 0.5em;
  }
  .page--home #section--live [class^=table__schedule] tbody th::before, .page--home #section--live [class^=table__schedule] tbody td::before {
    content: "";
    display: block;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 11px;
    opacity: 0.8;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .page--home #section--live [class^=table__schedule] tbody th.item__date, .page--home #section--live [class^=table__schedule] tbody td.item__date {
    width: 100%;
  }
  .page--home #section--live [class^=table__schedule] tbody th.item__date::before, .page--home #section--live [class^=table__schedule] tbody td.item__date::before {
    content: "date";
  }
  .page--home #section--live [class^=table__schedule] tbody th.item__date em, .page--home #section--live [class^=table__schedule] tbody td.item__date em {
    font-size: 1.7em;
    font-weight: 800;
  }
  .page--home #section--live [class^=table__schedule] tbody th.item__date span, .page--home #section--live [class^=table__schedule] tbody td.item__date span {
    display: inline-block;
    position: relative;
    padding-left: 1.5em;
  }
  .page--home #section--live [class^=table__schedule] tbody th.item__date span::before, .page--home #section--live [class^=table__schedule] tbody td.item__date span::before {
    content: "";
    display: block;
    width: 1px;
    height: 1em;
    background: #fff;
    position: absolute;
    left: 0.75em;
    top: 0;
    transform: rotate(38deg);
  }
  .page--home #section--live [class^=table__schedule] tbody th.item__area, .page--home #section--live [class^=table__schedule] tbody td.item__area {
    width: 100%;
  }
  .page--home #section--live [class^=table__schedule] tbody th.item__area::before, .page--home #section--live [class^=table__schedule] tbody td.item__area::before {
    content: "area";
  }
  .page--home #section--live [class^=table__schedule] tbody th.item__venue, .page--home #section--live [class^=table__schedule] tbody td.item__venue {
    width: 100%;
  }
  .page--home #section--live [class^=table__schedule] tbody th.item__venue::before, .page--home #section--live [class^=table__schedule] tbody td.item__venue::before {
    content: "venue";
  }
  .page--home #section--live [class^=table__schedule] tbody th.item__time, .page--home #section--live [class^=table__schedule] tbody td.item__time {
    width: 100%;
  }
  .page--home #section--live [class^=table__schedule] tbody th.item__time::before, .page--home #section--live [class^=table__schedule] tbody td.item__time::before {
    content: "time";
  }
  .page--home #section--live .table__schedule--final {
    position: relative;
  }
  .page--home #section--live .table__schedule--final::before {
    width: 54vw;
    height: 90%;
    top: 46%;
    left: inherit;
    transform: translateY(-50%) rotate(34deg);
    opacity: 1;
    right: -3vw;
  }
  :where(body:not(.page--home)) #g-nav .list--menu {
    top: 70px;
    right: 26%;
    position: relative;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
  }
  :where(body:not(.page--home)) #g-nav .drawer__btn {
    width: 30px;
    height: 22px;
    position: absolute;
    top: 44px;
    right: 32%;
  }
  :where(body:not(.page--home)) #g-nav .drawer__btn span {
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
  }
  :where(body:not(.page--home)) #g-nav .drawer__btn span:nth-of-type(1) {
    top: 0;
  }
  :where(body:not(.page--home)) #g-nav .drawer__btn span:nth-of-type(2) {
    top: 6px;
  }
  :where(body:not(.page--home)) #g-nav .drawer__btn span:nth-of-type(3) {
    top: 12px;
  }
  :where(body:not(.page--home)) #g-nav .drawer__btn span:nth-of-type(4) {
    top: 18px;
  }
  :where(body:not(.page--home)).drawer-visible #g-nav .list--menu {
    top: 110px;
    opacity: 1;
    pointer-events: auto;
  }
  :where(body:not(.page--home)) .wrap .section--list, :where(body:not(.page--home)) .wrap .section--detail {
    padding: 10vw 8% 0;
  }
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  body {
    font-size: 16px;
  }
  #g-nav li a {
    font-size: 18px;
  }
  .page--home #section--news {
    padding: 20vw 15%;
  }
  .page--home #section--release .area--comingsoon {
    margin-bottom: -28vw;
  }
  .page--home #section--release .area--comingsoon .block--release.comingsoon .block--title {
    font-size: 3.5em;
  }
  .page--home #section--release .area--comingsoon .block--release.comingsoon .block--txt {
    font-size: 1.35em;
  }
  .page--home #section--release .area--comingsoon .block--release.comingsoon.block--learge .block--title {
    font-size: 3.5em;
  }
  .page--home #section--release .block--release {
    padding: 5vw 18%;
  }
  .page--home #section--release .block--release .block--thumb {
    width: 80%;
  }
  .page--home #section--release .block--release .block--thumb .view_more {
    right: 12vw;
  }
  .page--home #section--release .block--release .block--detail {
    padding: 34vw 7vw 4vw;
  }
  .page--home #section--release .block--release .block--detail .list--data div {
    margin-bottom: 4vw;
  }
  .page--home #section--release .block--release .block--detail .list--data dd:has(.btn) .btn--main {
    padding: 1.5em 1em;
  }
  :where(body:not(.page--home)) .wrap .block--logo a {
    width: 13%;
    max-width: 60px;
  }
  :where(body:not(.page--home)) #g-nav .drawer__btn {
    top: 48px;
  }
}