@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
/*! 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;
}

/* ==============================================================
*  contents
* ============================================================ */
body {
  color: #1D1B19;
}
@media screen and (min-width: 756px) {
  body {
    font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 755px) {
  body {
    font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}

.page--home .nav--home {
  display: block;
}

.flex-container {
  display: flex;
}

.header-new {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 110;
  background: none;
  height: auto;
  box-shadow: none;
  mix-blend-mode: difference;
  padding: 45px 20px 15px;
}
.header-new .header__logo {
  position: absolute;
}
.header-new .drawer__btn {
  width: 54px;
  height: auto;
  position: absolute;
  top: 15px;
  right: 32px;
  z-index: 10;
  cursor: pointer;
  top: 50px;
  right: 0;
}
.header-new .drawer__btn .menu {
  color: #fff;
  text-align: center;
  transform: translateX(1px);
}
.header-new .drawer__btn .line--box {
  height: 40px;
  width: 52px;
  margin: 0 0 0 auto;
}
.header-new .drawer__btn-inner {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  margin-top: -10px;
}
.header-new .drawer__btn-inner span {
  display: inline-block;
  z-index: 5;
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #ffffff;
  transition: all 0.4s;
}
.header-new .drawer__btn-inner span:first-child {
  top: 35%;
}
.header-new .drawer__btn-inner span:nth-child(2) {
  top: 50%;
}
.header-new .drawer__btn-inner span:last-child {
  top: 65%;
}

.header__inner {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  display: none;
  z-index: 100;
}
.header__inner .drawer {
  z-index: 100;
}
.header__inner .drawer .line {
  display: none;
}

body.drawer-visible {
  overflow: hidden;
}
body.drawer-visible .header-new {
  top: 0;
}
body.drawer-visible .header-new .drawer__btn span {
  color: #ffffff;
}
body.drawer-visible .header-new .drawer__btn-inner span:first-child {
  transform: translateY(6px) rotate(20deg);
}
body.drawer-visible .header-new .drawer__btn-inner span:nth-child(2) {
  top: 50%;
  opacity: 0;
}
body.drawer-visible .header-new .drawer__btn-inner span:nth-child(3) {
  transform: translateY(-5px) rotate(-20deg);
}
body.drawer-visible .header__inner {
  display: flex;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.contents-new {
  overflow: hidden;
}
.contents-new .section--hero {
  padding: 0;
}
.contents-new .section--hero .logo, .contents-new .section--hero .ruby-inner {
  opacity: 0;
}
.contents-new .section--hero .ruby {
  display: inline-block;
}
.contents-new .section--hero .g-navi-new {
  position: initial;
  display: flex;
  justify-content: space-between;
  width: 96%;
  margin: 0 auto;
}
.contents-new .section--hero .g-navi-new li {
  display: inline-block;
  position: relative;
}
.contents-new .section--hero .g-navi-new li.nav--home {
  display: none;
}
.contents-new .section--hero .g-navi-new li:not(.line) {
  opacity: 0;
}
.contents-new .section--hero .g-navi-new li.line {
  opacity: 0;
  transition: all 0.7s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents-new .section--hero .g-navi-new li.line div {
  height: 1px;
  width: 3vw;
  background-color: #1D1B19;
}
.contents-new .section--hero .g-navi-new li.hamburger--sns {
  display: none;
}
.contents-new .section--hero .g-navi-new li a {
  display: inline-block;
}
.contents-new .section--hero .ruby {
  font-family: a-otf-ud-shin-go-con80-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.3em;
  margin-left: 2%;
  font-size: 10px;
}
.contents-new .section--hero .flex-container {
  width: 96%;
  justify-content: space-between;
}
.contents-new .section--hero .flex-container .site--name {
  font-weight: 400;
  font-size: 10px;
  opacity: 0;
}
.contents-new .section--hero .flex-container .nav--sns-new li {
  display: inline-block;
}
.contents-new .section--hero .flex-container .nav--sns-new li a {
  display: inline-block;
  margin-left: 1.5em;
  opacity: 0;
}
.contents-new .section--hero .flex-container .nav--sns-new li a i {
  font-size: 17px;
}
.contents-new .section--hero .flex-container .nav--sns-new li a:last-child {
  width: 16px;
}
.contents-new .section--hero .hero--banner {
  overflow: hidden;
}
.contents-new .section--hero .hero--banner .slide {
  opacity: 0;
}
.contents-new .section--hero .hero--banner a {
  display: block;
}
.contents-new .section--hero .hero--banner a img {
  display: block;
}
.contents-new .section--video-new .tit--box .block__contents--detail {
  text-align: right;
}
.contents-new .section--video-new .tit--box .block__contents--detail .list--name, .contents-new .section--video-new .tit--box .block__contents--detail .view--all {
  font-weight: 400;
  font-size: 10px;
  opacity: 0;
}
.contents-new .section--video-new .tit--box .block__contents--detail .list--name {
  position: relative;
  margin-bottom: 0.4em;
}
.contents-new .section--video-new .tit--box .block__contents--detail .list--name::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  background-image: url("/static/burnoutsyndromes/official/lines-leaning-solid.svg");
  background-repeat: no-repeat;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 1.2s;
  transition-delay: 0.5s;
}
.contents-new .section--video-new .tit--box .block__contents--detail .view--all {
  display: inline-block;
  position: relative;
}
.contents-new .section--video-new .tit--box .block__contents--detail .view--all a::after {
  content: "";
  display: block;
  width: 50px;
  height: 10px;
  position: absolute;
  background-image: url("/static/burnoutsyndromes/official/arrow.svg");
  background-repeat: no-repeat;
  top: 50%;
  left: -48px;
  transform: translateY(-28%);
  opacity: 0;
  transition: all 1.2s;
  transition-delay: 0.5s;
}
.contents-new .section--video-new .video--contents--wrap {
  border-top: 1px solid #5F5C5A;
}
.contents-new .section--video-new .video--contents--wrap:last-child {
  border-bottom: 1px solid #5F5C5A;
}
.contents-new .section--video-new .video--contents--wrap .video--contents :nth-child(2) .flex-item.thumbnail {
  line-height: 0;
}
.contents-new .section--video-new .video--contents--wrap .thumbnail-hover .thumb {
  position: relative;
}
.contents-new .section--video-new .video--contents--wrap .thumbnail-hover .thumb::after {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: contain;
  transform: translate(-50%, -50%);
  background-image: url("/static/burnoutsyndromes/official/thumb_playbtn.svg");
}
.contents-new .section--playlist .spotify {
  text-align: right;
}
.contents-new .section--playlist .spotify .txt {
  text-align: right;
  padding-bottom: 4px;
  position: relative;
  display: inline-block;
  line-height: 1.3;
}
.contents-new .section--playlist .spotify .txt p {
  font-weight: 400;
  color: #F3F2ED;
  display: inline-block;
  opacity: 0;
  position: relative;
}
.contents-new .section--playlist .spotify .txt p::after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #1D1B19;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.contents-new .section--playlist .spotify .txt span {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #1D1B19;
  top: 0;
  left: 0;
  opacity: 0;
  line-height: 1.3;
}
.contents-new .section--playlist .spotify .txt::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  background-image: url("/static/burnoutsyndromes/official/lines-leaning-solid.svg");
  background-repeat: no-repeat;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 1.2s;
  transition-delay: 0.5s;
}
.contents-new .section--playlist .spotify iframe {
  position: relative;
}
.contents-new .section--release-new .release__inner .section-tit-new p {
  opacity: 0;
}
.contents-new .section--release-new .release__inner .release--detail .category-new, .contents-new .section--release-new .release__inner .release--detail .date-new {
  font-weight: 400;
  font-size: 11px;
  opacity: 0;
}
.contents-new .section--release-new .release__inner .release--detail .date-new {
  display: inline-block;
}
.contents-new .section--release-new .release__inner .release--detail .date-new span {
  font-weight: 400;
}
.contents-new .section--release-new .release__inner .release--detail .category-new {
  position: relative;
  display: inline-block;
}
.contents-new .section--release-new .release__inner .release--detail .category-new::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  background-image: url("/static/burnoutsyndromes/official/lines-leaning-solid.svg");
  background-repeat: no-repeat;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 1.2s;
  transition-delay: 0.5s;
}
.contents-new .section--release-new .release__inner .release--detail .download {
  display: inline-block;
  opacity: 0;
  position: relative;
  margin-right: 0.5em;
}
.contents-new .section--release-new .release__inner .release--detail .download span {
  font-weight: 400;
  margin-right: 0.5em;
}
.contents-new .section--release-new .release__inner .release--detail .download::after {
  content: " ";
  background-image: url("/static/burnoutsyndromes/official/arrow-up.svg");
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  right: -5%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 1.2s;
  transition-delay: 0.5s;
  width: 10px;
  height: 10px;
  background-size: contain;
}
.contents-new .section--release-new .release__inner .release--detail .tit-new {
  text-align: left;
  padding: 0 0.2em;
  display: inline-block;
  position: relative;
}
.contents-new .section--release-new .release__inner .release--detail .tit-new p {
  font-weight: 500;
  color: #F3F2ED;
  display: inline-block;
  opacity: 0;
  position: relative;
  padding: 0 0.5em;
}
.contents-new .section--release-new .release__inner .release--detail .tit-new p::after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #1D1B19;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.contents-new .section--release-new .release__inner .release--detail .tit-new span {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #1D1B19;
  top: 0;
  left: 0;
  opacity: 0;
  line-height: 1.3;
}
.contents-new .section--timeline {
  text-align: center;
  padding: 0;
}
.contents-new .section--timeline .section-tit-new .flow-txt--wrap .timeline__flow-txt {
  animation: text-flow-left 25s linear infinite both;
}
.contents-new .section--timeline .sub-txt {
  display: inline-block;
  text-align: center;
  font-weight: 400;
  font-size: 10px;
  opacity: 0;
}
.contents-new .section--timeline .timeline .list--instagram {
  transition-timing-function: linear;
}
.contents-new .section--timeline .timeline .list--instagram .slide {
  overflow: hidden;
}
.contents-new .section--timeline .timeline .list--instagram .slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.contents-new .section--timeline .timeline .list--instagram .slide a .thumb {
  width: 100%;
  height: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.contents-new .section--timeline .timeline .list--instagram .slide a img {
  max-width: none;
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.contents-new .section--live-new .info--head, .contents-new .section--news-new .info--head {
  justify-content: space-between;
  align-items: baseline;
}
.contents-new .section--live-new .info--head .view--all, .contents-new .section--news-new .info--head .view--all {
  font-weight: 400;
  letter-spacing: 0.2em;
  position: relative;
}
.contents-new .section--live-new .info--head .view--all::before, .contents-new .section--news-new .info--head .view--all::before {
  content: "";
  display: block;
  width: 50px;
  height: 10px;
  position: absolute;
  background-image: url("/static/burnoutsyndromes/official/arrow.svg");
  background-repeat: no-repeat;
  top: 50%;
  left: -70px;
  transform: translateY(-28%);
  transition: all 1.2s;
  transition-delay: 0.5s;
  opacity: 0;
}
.contents-new .section--live-new .info--head .view--all::after, .contents-new .section--news-new .info--head .view--all::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  background-image: url("/static/burnoutsyndromes/official/lines-leaning-solid.svg");
  background-repeat: no-repeat;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  transition: all 1.2s;
  transition-delay: 0.5s;
  opacity: 0;
}
.contents-new .section--live-new .info--head .view--all a, .contents-new .section--news-new .info--head .view--all a {
  opacity: 0;
}
.contents-new .section--live-new .information--box .list--information-new li, .contents-new .section--news-new .information--box .list--information-new li {
  border-top: 1px solid #5F5C5A;
}
.contents-new .section--live-new .information--box .list--information-new li .date-new, .contents-new .section--live-new .information--box .list--information-new li .category-new, .contents-new .section--news-new .information--box .list--information-new li .date-new, .contents-new .section--news-new .information--box .list--information-new li .category-new {
  font-weight: 400;
}
.contents-new .section--live-new .information--box .list--information-new li:last-child, .contents-new .section--news-new .information--box .list--information-new li:last-child {
  border-bottom: 1px solid #5F5C5A;
}
.contents-new .section--live-new .information--box .list--information-new li {
  position: relative;
}
.contents-new .section--live-new .information--box .list--information-new .nextlive {
  font-family: "oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  border: none;
  background: #1D1B19;
  color: #F3F2ED;
  position: absolute;
  top: 0;
  left: 0;
}
.contents-new .section--live-new .information--box .list--information-new .block--text-new .date-new {
  line-height: 1;
}
.contents-new .section--live-new .information--box .list--information-new .block--text-new .event-date {
  font-weight: 300;
  font-size: 24px;
}
.contents-new .section--live-new .information--box .list--information-new .block--text-new .txt-item {
  align-items: center;
}
.contents-new .section--news-new li.new a .tit-new::after {
  content: "NEW";
  font-size: 11px;
  color: #b20000;
  display: inline-block;
  margin-left: 6px;
  position: relative;
  top: -1px;
}
.contents-new .section--fansite-new {
  background-color: #1D1B19;
  color: #ffffff;
  overflow: hidden;
}
.contents-new .section--fansite-new .fansite__flow-txt {
  animation: text-flow-left 20s linear infinite;
  line-height: 1;
}
.contents-new .section--fansite-new .fansite__flow-img {
  animation: text-flow-right 20s linear infinite;
}

.footer-new {
  position: initial;
  padding: 0;
  overflow: hidden;
}
.footer-new .footer__logo--list {
  animation: text-flow-left 200s linear infinite;
  margin-bottom: 30px;
}
.footer-new .footer__detail {
  padding: 0 0 0 5vw;
  margin-bottom: 130px;
}
.footer-new .footer__detail .footer-navi {
  text-align: left;
}
.footer-new .footer__detail .footer-navi li {
  font-weight: 400;
  line-height: 2;
}
.footer-new .footer__detail .footer--sns {
  margin-left: 8vw;
}
.footer-new .footer__detail .footer--sns p {
  font-weight: 400;
  text-align: left;
  margin-bottom: 15px;
}
.footer-new .footer__detail .footer--sns .flex-container i {
  font-size: 20px;
  margin-right: 1.5em;
}
.footer-new .copyright-new {
  display: inline-block;
}
.footer-new .copyright-new small {
  font-size: 12px;
  font-weight: 400;
}

body.loaded .contents-new .section--hero .logo,
body.loaded .contents-new .section--hero .ruby .ruby-inner,
body.loaded .contents-new .section--hero .g-navi-new li:not(.line),
body.loaded .contents-new .section--hero .site--name,
body.loaded .contents-new .section--hero .nav--sns-new li a,
body.loaded .contents-new .section--hero .hero--banner .slide {
  animation-name: lineAnime;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  position: relative;
  opacity: 0;
}
body.loaded .contents-new .section--hero .logo::before,
body.loaded .contents-new .section--hero .ruby .ruby-inner::before,
body.loaded .contents-new .section--hero .g-navi-new li:not(.line)::before,
body.loaded .contents-new .section--hero .site--name::before,
body.loaded .contents-new .section--hero .nav--sns-new li a::before,
body.loaded .contents-new .section--hero .hero--banner .slide::before {
  content: "";
  animation-name: Line;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  position: absolute;
  width: 100%;
  height: 80%;
  background-color: #1D1B19;
  z-index: 3;
}
body.loaded .contents-new .section--hero .logo img,
body.loaded .contents-new .section--hero .ruby span,
body.loaded .contents-new .section--hero .g-navi-new a,
body.loaded .contents-new .section--hero .site--name span,
body.loaded .contents-new .section--hero .nav--sns-new li a i,
body.loaded .contents-new .section--hero .hero--banner a img {
  animation-name: innerText;
  animation-duration: 0.7s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
body.loaded .contents-new .section--hero .g-navi-new li:not(.line)::before {
  height: 90%;
}
body.loaded .contents-new .section--hero .logo::before,
body.loaded .contents-new .section--hero .hero--banner .slide::before {
  height: 100%;
}

body.loaded-b .contents-new .section--hero .g-navi-new li.line {
  opacity: 1;
}

.contents-new .section--video-new .tit--box .block__contents--detail .list--name.is-inview,
.contents-new .section--release-new .release__inner .release--detail .category-new.is-inview,
.contents-new .section--release-new .date-new.is-inview,
.contents-new .section--release-new .release__inner .release--detail .download.is-inview,
.contents-new .section--timeline .sub-txt.is-inview,
.contents-new .section--live-new .view--all a.is-inview,
.contents-new .section--news-new .view--all a.is-inview {
  animation-name: lineAnime;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  position: relative;
  opacity: 0;
}
.contents-new .section--video-new .tit--box .block__contents--detail .list--name.is-inview::before,
.contents-new .section--release-new .release__inner .release--detail .category-new.is-inview::before,
.contents-new .section--release-new .date-new.is-inview::before,
.contents-new .section--release-new .release__inner .release--detail .download.is-inview::before,
.contents-new .section--timeline .sub-txt.is-inview::before,
.contents-new .section--live-new .view--all a.is-inview::before,
.contents-new .section--news-new .view--all a.is-inview::before {
  content: "";
  animation-name: Line;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  position: absolute;
  width: 100%;
  height: 80%;
  background-color: #1D1B19;
  z-index: 3;
}
.contents-new .section--video-new .tit--box .block__contents--detail .list--name.is-inview span,
.contents-new .section--release-new .release__inner .release--detail .category-new.is-inview span,
.contents-new .section--release-new .date-new.is-inview span,
.contents-new .section--release-new .release__inner .release--detail .download.is-inview span,
.contents-new .section--timeline .sub-txt.is-inview span,
.contents-new .section--live-new .view--all a.is-inview span,
.contents-new .section--news-new .view--all a.is-inview span {
  animation-name: innerText;
  animation-duration: 0.7s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.contents-new .section--video-new .tit--box .block__contents--detail .list--name.is-inview::after,
.contents-new .section--release-new .release__inner .release--detail .category-new.is-inview::after,
.contents-new .section--release-new .date-new.is-inview::after,
.contents-new .section--release-new .release__inner .release--detail .download.is-inview::after,
.contents-new .section--timeline .sub-txt.is-inview::after,
.contents-new .section--live-new .view--all a.is-inview::after,
.contents-new .section--news-new .view--all a.is-inview::after {
  opacity: 1;
}

.contents-new .section--video-new .tit--box .block__contents--detail .list--name.is-inview::before,
.contents-new .section--live-new .view--all a.is-inview::before,
.contents-new .section--news-new .view--all a.is-inview::before {
  top: 0.2em;
}

.contents-new .section-tit-new.is-inview:not(.section--timeline .section-tit-new, .section--release-new .section-tit-new) {
  animation-name: lineAnime;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  position: relative;
  opacity: 0;
}
.contents-new .section-tit-new.is-inview:not(.section--timeline .section-tit-new, .section--release-new .section-tit-new)::before {
  content: "";
  animation-name: Line;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  position: absolute;
  width: 100%;
  height: 80%;
  background-color: #1D1B19;
  z-index: 3;
}
.contents-new .section-tit-new.is-inview:not(.section--timeline .section-tit-new, .section--release-new .section-tit-new)::before {
  height: 100%;
  top: 0.05em;
}
.contents-new .section-tit-new.is-inview:not(.section--timeline .section-tit-new, .section--release-new .section-tit-new) span {
  animation-name: innerText;
  animation-duration: 0.7s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.contents-new .section-tit-new:not(.section--timeline .section-tit-new, .section--release-new .section-tit-new) {
  line-height: 0.9;
  opacity: 0;
  display: inline-block;
}
.contents-new .section-tit-new .roop--txt {
  opacity: 0;
  line-height: 0.9;
  white-space: nowrap;
}
.contents-new .section-tit-new.is-inview .roop--txt {
  animation-name: lineAnime;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  position: relative;
  opacity: 0;
}
.contents-new .section-tit-new.is-inview .roop--txt::before {
  content: "";
  animation-name: Line;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  position: absolute;
  width: 100%;
  height: 80%;
  background-color: #1D1B19;
  z-index: 3;
}
.contents-new .section-tit-new.is-inview .roop--txt::before {
  height: 100%;
}
.contents-new .section-tit-new.is-inview .roop--txt img {
  animation-name: innerText;
  animation-duration: 0.7s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.contents-new .section--video-new .tit--box .block__contents--detail .view--all.is-inview {
  animation-name: lineAnime;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  position: relative;
  opacity: 0;
}
.contents-new .section--video-new .tit--box .block__contents--detail .view--all.is-inview::before {
  content: "";
  animation-name: Line;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  position: absolute;
  width: 100%;
  height: 80%;
  background-color: #1D1B19;
  z-index: 3;
}
.contents-new .section--video-new .tit--box .block__contents--detail .view--all.is-inview a {
  animation-name: innerText;
  animation-duration: 0.7s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.contents-new .section--video-new .tit--box .block__contents--detail .view--all.is-inview a::after {
  opacity: 1;
}
.contents-new .section--video-new .tit--box .block__contents--detail .view--all.is-inview::after {
  opacity: 1;
}
.contents-new .section--playlist .spotify .txt.is-inview p {
  content: "";
  animation-name: innerText;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 0.5s;
}
.contents-new .section--playlist .spotify .txt.is-inview p::after {
  content: "";
  animation-name: LineBlack;
  opacity: 1;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 0.5s;
}
.contents-new .section--playlist .spotify .txt.is-inview span {
  animation-name: Line;
  opacity: 1;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
.contents-new .section--playlist .spotify .txt.is-inview::before {
  opacity: 1;
}
.contents-new .section--release-new .section-tit-new p.is-inview {
  animation-name: lineAnime;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  position: relative;
  opacity: 0;
}
.contents-new .section--release-new .section-tit-new p.is-inview::before {
  content: "";
  animation-name: Line;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  position: absolute;
  width: 100%;
  height: 80%;
  background-color: #1D1B19;
  z-index: 3;
}
.contents-new .section--release-new .section-tit-new p.is-inview::before {
  height: 100%;
}
.contents-new .section--release-new .section-tit-new p.is-inview span {
  animation-name: innerText;
  animation-duration: 0.7s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.contents-new .section--release-new .block--jacket .release--detail .tit-new.is-inview p {
  content: "";
  animation-name: innerText;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 0.4s;
}
.contents-new .section--release-new .block--jacket .release--detail .tit-new.is-inview p::after {
  content: "";
  animation-name: LineBlack;
  opacity: 1;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 0.4s;
}
.contents-new .section--release-new .block--jacket .release--detail .tit-new.is-inview span {
  animation-name: Line;
  opacity: 1;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
.contents-new .section--live-new .info--head .view--all.is-inview::before, .contents-new .section--live-new .info--head .view--all.is-inview::after,
.contents-new .section--news-new .info--head .view--all.is-inview::before,
.contents-new .section--news-new .info--head .view--all.is-inview::after {
  opacity: 1;
}

@keyframes text-flow-left {
  0% {
    transform: translateZ(0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes text-flow-right {
  0% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes Line {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
@keyframes LineBlack {
  from {
    transform-origin: left;
    transform: scaleX(0);
  }
  to {
    transform-origin: left;
    transform: scaleX(1);
  }
}
@keyframes lineAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes innerText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header-new .drawer__btn .menu,
body.drawer-visible .header__inner .drawer .g-navi-new li a,
.contents-new .section--hero .g-navi-new li a,
.contents-new .section--hero .site--name,
.contents-new .section--hero .scroll,
.contents-new .section-tit-new,
.contents-new .section--video-new .list--name,
.contents-new .section--video-new .view--all,
.contents-new .section--video-new .video--contents .flex-item.flex-container .play--video .play--icon,
.contents-new .section--playlist .spotify .txt,
.contents-new .section--release-new .release__inner .release--detail .category-new,
.contents-new .section--release-new .release__inner .release--detail .date-new,
.contents-new .section--release-new .release__inner .release--detail .download,
.contents-new .section--timeline .sub-txt,
.contents-new .section--live-new .information--box .block--text-new .date-new,
.contents-new .section--live-new .information--box .block--text-new .event-date,
.contents-new .section--live-new .info--head .view--all,
.contents-new .section--live-new .info--head .view--all a p,
.contents-new .section--news-new .information--box .block--text-new .date-new,
.contents-new .section--news-new .information--box .block--text-new .category-new,
.contents-new .section--news-new .info--head .view--all,
.contents-new .section--news-new .info--head .view--all a p,
.section--news-new li.new a .tit-new::after,
.contents-new .section--fansite-new .fansite__flow-txt li,
.footer-new .footer-navi li,
.footer-new .footer--sns p,
.footer-new .copyright-new small {
  font-family: "oswald", sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media screen and (min-width: 756px) {
  .sp {
    display: none !important;
  }
  .header-new .header__logo {
    width: 25vw;
    position: absolute;
    top: 30px;
    left: 32px;
    transition: all 0.4s;
  }
  .header-new .header__logo:hover {
    opacity: 0.5;
  }
  .header-new .drawer__btn .menu {
    font-size: 23px;
  }
  .header__inner {
    align-items: center;
  }
  .header__inner .drawer {
    width: 100%;
  }
  .header__inner .drawer .g-navi-new {
    display: flex;
    width: 75%;
    flex-wrap: wrap;
    justify-content: left;
    margin: 0 auto;
  }
  .header__inner .drawer .g-navi-new li {
    font-size: 3.5vw;
    margin-right: 2.3vw;
  }
  .header__inner .drawer .g-navi-new li.hamburger--sns {
    font-size: 2vw;
    align-items: center;
    margin-left: 1vw;
  }
  .header__inner .drawer .g-navi-new li.hamburger--sns a {
    margin-right: 1.5vw;
  }
  .header__inner .drawer .g-navi-new li.hamburger--sns a i {
    transition: all 0.3s;
  }
  .header__inner .drawer .g-navi-new li.hamburger--sns a:hover i {
    color: #b20000;
  }
  .header__inner .drawer .g-navi-new li.hamburger--sns a:last-child {
    margin-right: 0;
  }
  .header__inner .drawer .g-navi-new li:not(.hamburger--sns) a {
    transition: all 0.3s;
  }
  .header__inner .drawer .g-navi-new li:not(.hamburger--sns):hover a {
    color: #b20000;
  }
  .contents-new .section--hero {
    margin-bottom: 130px;
  }
  .contents-new .section--hero .logo, .contents-new .section--hero .ruby, .contents-new .section--hero .g-navi-new {
    margin-bottom: 5px;
  }
  .contents-new .section--hero .hero--banner {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
  }
  .contents-new .section--hero .hero--banner.one--banner {
    width: 80%;
  }
  .contents-new .section--hero .hero--banner .slide {
    margin: 0 10px;
  }
  .contents-new .section--hero .g-navi-new li {
    transition: all 0.3s;
  }
  .contents-new .section--hero .g-navi-new li a {
    font-size: clamp(13px, 0.8vw, 15px);
  }
  .contents-new .section--hero .g-navi-new li:hover a {
    color: #b20000;
  }
  .contents-new .section--hero .flex-container {
    margin: 0 auto 50px;
  }
  .contents-new .section--hero .flex-container .nav--sns-new li i {
    transition: all 0.3s;
  }
  .contents-new .section--hero .flex-container .nav--sns-new li:hover i {
    color: #b20000;
  }
  .contents-new .section--video-new {
    margin-bottom: 220px;
    padding: 0;
  }
  .contents-new .section--video-new .tit--box {
    width: 98%;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 30px;
  }
  .contents-new .section--video-new .tit--box .section-tit-new {
    font-size: 21vw;
    letter-spacing: -0.03em;
    margin-left: -0.5%;
  }
  .contents-new .section--video-new .tit--box .view--all {
    text-align: right;
    transition: all 0.3s;
  }
  .contents-new .section--video-new .tit--box .view--all:hover {
    transform: translateX(20%);
  }
  .contents-new .section--video-new .video--contents--wrap {
    position: relative;
  }
  .contents-new .section--video-new .video--contents--wrap .tit-new, .contents-new .section--video-new .video--contents--wrap .play--icon {
    transition: all 0.3s;
  }
  .contents-new .section--video-new .video--contents--wrap .cls-1, .contents-new .section--video-new .video--contents--wrap .cls-2 {
    fill: none;
  }
  .contents-new .section--video-new .video--contents--wrap .cls-3 {
    fill: #1d1b19;
  }
  .contents-new .section--video-new .video--contents--wrap .cls-2 {
    stroke: #1d1b19;
  }
  .contents-new .section--video-new .video--contents--wrap:hover .tit-new, .contents-new .section--video-new .video--contents--wrap:hover .play--icon {
    color: #b20000;
  }
  .contents-new .section--video-new .video--contents--wrap:hover .cls-3 {
    fill: #b20000;
  }
  .contents-new .section--video-new .video--contents--wrap:hover .cls-2 {
    stroke: #b20000;
  }
  .contents-new .section--video-new .video--contents--wrap .video--contents {
    padding: 0.9vw 0.8vw;
    justify-content: space-between;
  }
  .contents-new .section--video-new .video--contents--wrap .video--contents .flex-item .tit-new {
    font-size: 12px;
  }
  .contents-new .section--video-new .video--contents--wrap .video--contents .flex-item.flex-container {
    flex-flow: column;
    justify-content: space-between;
  }
  .contents-new .section--video-new .video--contents--wrap .video--contents .flex-item.flex-container .play--video .play--icon {
    margin-right: 10px;
    line-height: 2.2;
    font-weight: 400;
    font-size: 16px;
  }
  .contents-new .section--video-new .video--contents--wrap .video--contents .flex-item.flex-container .play--video svg {
    width: 28px;
    height: 33px;
  }
  .contents-new .section--video-new .video--contents--wrap .video--contents .flex-item.thumbnail {
    width: 50%;
    line-height: 0;
  }
  .contents-new .section--video-new .video--contents--wrap .video--contents .flex-item.thumbnail img {
    height: 12vw;
  }
  .contents-new .section--video-new .video--contents--wrap .thumbnail-hover {
    opacity: 0;
    transition: all 0.8s;
    position: absolute;
    width: 60vw;
    top: -6vw;
    right: 4vw;
    z-index: 1;
    box-shadow: 0px 20px 20px 5px rgba(0, 0, 0, 0.3);
    transform: translate(50px, 40px) scale(0.9);
    pointer-events: none;
  }
  .contents-new .section--video-new .video--contents--wrap .thumbnail-hover.active {
    opacity: 1;
    transform: translate(0, 0) scale(1);
    pointer-events: initial;
  }
  .contents-new .section--playlist {
    margin-bottom: 190px;
    padding: 0 2vw 0 0;
  }
  .contents-new .section--playlist .section-tit-new {
    font-size: 19vw;
    letter-spacing: -0.03em;
    margin-left: -1.2%;
  }
  .contents-new .section--playlist .spotify {
    width: 50%;
    margin: -100px 0 0 auto;
  }
  .contents-new .section--playlist .spotify .txt {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .contents-new .section--playlist .spotify iframe {
    width: 100%;
    height: clamp(360px, 31vw, 500px);
  }
  .contents-new .section--release-new {
    padding: 0 2vw 0 0;
    margin-bottom: 300px;
  }
  .contents-new .section--release-new .release__inner {
    justify-content: space-between;
  }
  .contents-new .section--release-new .release__inner .section-tit-new {
    font-size: 18vw;
    line-height: 0.85;
    margin-left: -1.1%;
  }
  .contents-new .section--release-new .release__inner .block--jacket {
    position: relative;
    width: 31.5vw;
  }
  .contents-new .section--release-new .release__inner .block--jacket .thumb {
    transition: all 0.4s;
  }
  .contents-new .section--release-new .release__inner .block--jacket .thumb:hover {
    filter: sepia(0.5);
  }
  .contents-new .section--release-new .release__inner .block--jacket .release--detail {
    position: absolute;
    text-align: right;
    top: 0;
    left: -21vw;
    width: 20vw;
  }
  .contents-new .section--release-new .release__inner .block--jacket .release--detail .tit-new {
    margin-bottom: 15px;
  }
  .contents-new .section--timeline {
    margin-bottom: 230px;
  }
  .contents-new .section--timeline .roop--txt {
    width: 55.5555555556vw;
    margin: 0 3vw 10px 0;
  }
  .contents-new .section--timeline .sub-txt {
    margin: 20px 0 30px;
  }
  .contents-new .section--timeline .slide {
    transition: all 0.4s;
    margin: 0 8px;
  }
  .contents-new .section--timeline .slide:hover {
    filter: sepia(0.5);
  }
  .contents-new .section--live-new, .contents-new .section--news-new {
    padding: 0 0 0 5vw;
    margin-bottom: 160px;
  }
  .contents-new .section--live-new .info--head, .contents-new .section--news-new .info--head {
    padding-right: 5vw;
  }
  .contents-new .section--live-new .info--head .view--all span, .contents-new .section--news-new .info--head .view--all span {
    transition: all 0.3s;
  }
  .contents-new .section--live-new .info--head .view--all:hover span, .contents-new .section--news-new .info--head .view--all:hover span {
    letter-spacing: 0.3em;
  }
  .contents-new .section--live-new .section-tit-new, .contents-new .section--news-new .section-tit-new {
    font-size: 13vw;
  }
  .contents-new .section--live-new .information--box, .contents-new .section--news-new .information--box {
    width: 72vw;
    margin: 0 0 0 auto;
  }
  .contents-new .section--live-new .information--box .list--information-new, .contents-new .section--news-new .information--box .list--information-new {
    margin-top: 35px;
  }
  .contents-new .section--live-new .information--box .list--information-new li p, .contents-new .section--news-new .information--box .list--information-new li p {
    transition: all 0.3s;
  }
  .contents-new .section--live-new .information--box .list--information-new li:hover p, .contents-new .section--news-new .information--box .list--information-new li:hover p {
    color: #b20000;
  }
  .contents-new .section--live-new .information--box .list--information-new .block--text-new, .contents-new .section--news-new .information--box .list--information-new .block--text-new {
    padding: 2.5em 2em 2.5em 5em;
  }
  .contents-new .section--live-new .information--box .list--information-new .block--text-new .category-new, .contents-new .section--news-new .information--box .list--information-new .block--text-new .category-new {
    width: 10%;
    margin-left: 8%;
  }
  .contents-new .section--live-new .information--box .list--information-new li:hover .nextlive {
    color: #F3F2ED;
  }
  .contents-new .section--live-new .information--box .list--information-new li:hover .hyphen {
    background-color: #b20000;
  }
  .contents-new .section--live-new .information--box .list--information-new .nextlive {
    font-size: 13px;
    line-height: 1.2;
    padding: 0 6px;
  }
  .contents-new .section--live-new .information--box .list--information-new .block--text-new {
    gap: 0 5em;
  }
  .contents-new .section--live-new .information--box .list--information-new .event-date {
    width: 130px;
  }
  .contents-new .section--live-new .information--box .list--information-new .event-date .hyphen {
    display: block;
    width: 1px;
    height: 12px;
    margin: 0 auto;
    background: #1D1B19;
  }
  .contents-new .section--live-new .information--box .list--information-new .event-date .year, .contents-new .section--live-new .information--box .list--information-new .event-date .day {
    font-size: 12px;
    margin-left: 6px;
    vertical-align: 1px;
  }
  .contents-new .section--fansite-new {
    padding: 45px 0;
  }
  .contents-new .section--fansite-new .fansite__flow-txt {
    width: 115.5vw;
  }
  .contents-new .section--fansite-new .fansite__flow-txt li {
    font-size: 10vw;
    margin-right: 5vw;
  }
  .contents-new .section--fansite-new .fansite__flow-img li {
    width: 28.5714285714vw;
    margin-right: 5vw;
  }
  .contents-new .section--fansite-new .fansite__contents {
    width: 830px;
    margin: 0 auto;
    justify-content: space-between;
    margin: 115px auto;
  }
  .contents-new .section--fansite-new .fansite__contents .qr {
    width: 270px;
  }
  .contents-new .section--fansite-new .fansite__contents .contents__detail figure {
    width: 40%;
    margin-bottom: 30px;
  }
  .contents-new .section--fansite-new .fansite__contents .contents__detail .text {
    font-size: 15px;
    line-height: 2.2;
  }
  .contents-new .section--fansite-new .fansite__contents .contents__detail .price {
    font-size: 15px;
    margin-top: 20px;
    font-weight: 600;
  }
  .footer-new {
    margin-top: 150px;
    text-align: right;
    padding-bottom: 60px;
  }
  .footer-new .footer__logo--list {
    width: 1500vw;
  }
  .footer-new .footer__logo--list .logo {
    width: 300vw;
    margin-right: 15vw;
  }
  .footer-new .footer-navi li a {
    font-size: 12px;
    transition: all 0.3s;
  }
  .footer-new .footer-navi li:hover a {
    color: #b20000;
  }
  .footer-new .footer--sns li i {
    transition: all 0.3s;
  }
  .footer-new .footer--sns li:hover i {
    color: #b20000;
  }
  .footer-new .copyright-new {
    margin-right: 8vw;
  }
}
@media screen and (min-width: 756px) and (min-width: 1700px) {
  .contents-new .section--release-new .section-tit-new p.is-inview {
    animation-name: lineAnime;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    position: relative;
    opacity: 0;
  }
  .contents-new .section--release-new .section-tit-new p.is-inview::before {
    content: "";
    animation-name: Line;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    position: absolute;
    width: 100%;
    height: 80%;
    background-color: #1D1B19;
    z-index: 3;
  }
  .contents-new .section--release-new .section-tit-new p.is-inview::before {
    height: 100.5%;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .contents-new .section--hero, .contents-new .section--video-new, .contents-new .section--playlist {
    margin-bottom: 120px;
  }
  .contents-new .section--release-new {
    margin-bottom: 180px;
  }
  .contents-new .section--timeline {
    margin-bottom: 150px;
  }
  .contents-new .section--fansite-new .fansite__contents {
    max-width: 80%;
  }
  .contents-new .section--fansite-new .fansite__contents .qr {
    width: 30%;
  }
  .contents-new .section--fansite-new .fansite__contents .contents__detail {
    width: 65%;
  }
  .contents-new .footer-new {
    margin-top: 180px;
  }
}
@media screen and (min-width: 1px) and (max-width: 755px) {
  .pc {
    display: none !important;
  }
  body .wrap .header-new {
    background: none;
    mix-blend-mode: difference;
    position: fixed;
  }
  body .wrap .header-new .drawer__btn {
    position: absolute;
  }
  body.drawer-visible .header-new {
    top: 0;
  }
  body.drawer-visible .header-new .header__logo {
    display: block;
    top: 10vw;
    position: fixed;
  }
  .page--home .wrap {
    padding: 0;
  }
  .page--home .header-new {
    top: -100%;
    transition: all 0.3s ease;
  }
  .page--home .header-new.fixed {
    top: 0;
  }
  .page--home .header-new .header__logo {
    display: none;
  }
  .page--home .fansite section {
    padding: 40px 5%;
  }
  .page--home .fansite .section--ura {
    padding: 90px 5%;
  }
  .header-new {
    top: 0;
  }
  .header-new .header__logo {
    width: 30vw;
    position: fixed;
    top: 5px;
    left: 5vw;
    transition: all 0.4s;
  }
  .header-new .drawer__btn {
    text-align: initial;
    right: 0;
  }
  .header-new .drawer__btn span {
    width: 100%;
    left: 0;
  }
  .header-new .drawer__btn-inner {
    background: none;
    left: 0;
  }
  .header-new .drawer__btn .menu {
    font-size: 24px;
  }
  .header__inner .drawer .g-navi-official {
    background-color: #F3F2ED;
    padding: 130px 8% 20px;
  }
  .header__inner .drawer .g-navi-official .menu__logo {
    padding: 20px 6% 25px;
    width: 60%;
  }
  .header__inner .drawer .g-navi-official .menu__logo a {
    display: block;
  }
  .header__inner .drawer .g-navi-official .g-navi-new {
    display: flex;
    flex-wrap: wrap;
  }
  .header__inner .drawer .g-navi-official .g-navi-new li {
    width: 50%;
    padding: 5px 0;
  }
  .header__inner .drawer .g-navi-official .g-navi-new li.line {
    display: none;
  }
  .header__inner .drawer .g-navi-official .g-navi-new li a {
    font-size: 16px;
  }
  .header__inner .drawer .g-navi-official .g-navi-new li.hamburger--sns a {
    padding: 5px 17px 5px 0;
  }
  .header__inner .drawer .g-navi-official .g-navi-new li.hamburger--sns a i {
    font-size: 18px;
  }
  .contents-new .section--hero {
    padding: 100px 5vw 0;
    margin-bottom: 170px;
    text-align: right;
  }
  .contents-new .section--hero .logo {
    margin-bottom: 10px;
    position: relative;
  }
  .contents-new .section--hero .logo .ruby {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-120%);
    line-height: 1.4;
    text-align: left;
    font-size: clamp(8px, 2.5vw, 17px);
  }
  .contents-new .section--hero .logo .ruby-inner {
    opacity: 1;
  }
  .contents-new .section--hero .logo .ruby-inner::before {
    display: none;
  }
  .contents-new .section--hero .g-navi-new {
    width: 100%;
    flex-wrap: wrap;
  }
  .contents-new .section--hero .g-navi-new li a {
    font-size: 3vw;
    font-weight: 400;
    padding: 0 2.5vw;
  }
  .contents-new .section--hero .g-navi-new li.line {
    width: 15vw;
  }
  .contents-new .section--hero .g-navi-new li.line div {
    width: 100%;
  }
  .contents-new .section--hero .g-navi-new li.nav--news a, .contents-new .section--hero .g-navi-new li.nav--video a {
    padding: 0 3vw 0 0;
  }
  .contents-new .section--hero .g-navi-new li.nav--bio a, .contents-new .section--hero .g-navi-new li.nav--contact a {
    padding: 0 0 0 3vw;
  }
  .contents-new .section--hero .g-navi-new li:nth-child(11), .contents-new .section--hero .g-navi-new li:nth-child(13) {
    width: 10vw;
  }
  .contents-new .section--hero .g-navi-new li:nth-child(15) {
    width: 9vw;
  }
  .contents-new .section--hero .g-navi-new li:nth-child(9), .contents-new .section--hero .g-navi-new li:nth-child(17) {
    display: none;
  }
  .contents-new .section--hero .nav--sns-new {
    text-align: right;
    margin-bottom: 5px;
  }
  .contents-new .section--hero .nav--sns-new li {
    display: inline-block;
    margin-left: 1.7em;
  }
  .contents-new .section--hero .nav--sns-new li a {
    font-size: 18px;
    opacity: 0;
  }
  .contents-new .section--hero .site--name {
    font-size: 10px;
    font-weight: 400;
    text-align: right;
    margin-bottom: 20px;
    display: inline-block;
    opacity: 0;
  }
  .contents-new .section--hero .block--banner-slider {
    margin-bottom: 20px;
  }
  .contents-new .section--hero .scroll--box {
    text-align: center;
  }
  .contents-new .section--hero .scroll--box .scroll {
    font-size: clamp(24px, 8vw, 28px);
    display: inline-block;
    opacity: 0;
  }
  .contents-new .section--hero .hero--banner .swiper-wrapper {
    opacity: 0;
  }
  .contents-new .section--video-new {
    padding: 0;
    margin-bottom: 120px;
  }
  .contents-new .section--video-new .tit--box.flex-container {
    display: block;
  }
  .contents-new .section--video-new .tit--box.flex-container .section-tit-new {
    margin: 0 0 10px -0.1em;
    font-size: 38vw;
  }
  .contents-new .section--video-new .tit--box.flex-container .block__contents--detail {
    text-align: left;
    padding-left: 5vw;
    margin-bottom: 25px;
  }
  .contents-new .section--video-new .tit--box.flex-container .block__contents--detail .list--name {
    margin-bottom: 0;
    display: inline-block;
  }
  .contents-new .section--video-new .tit--box.flex-container .block__contents--detail .view--all a::after {
    right: -58px;
    left: initial;
  }
  .contents-new .section--video-new .video--contents--wrap {
    overflow: hidden;
    padding: 4px 0;
    border-bottom: 1px solid #5F5C5A;
  }
  .contents-new .section--video-new .video--contents--wrap:nth-child(4), .contents-new .section--video-new .video--contents--wrap:nth-child(6), .contents-new .section--video-new .video--contents--wrap:nth-child(8) {
    height: 110px;
  }
  .contents-new .section--video-new .video--contents--wrap:nth-child(4) .thumbnail-box, .contents-new .section--video-new .video--contents--wrap:nth-child(6) .thumbnail-box, .contents-new .section--video-new .video--contents--wrap:nth-child(8) .thumbnail-box {
    height: 110px;
  }
  .contents-new .section--video-new .video--contents--wrap:nth-child(4) .thumbnail-box .flex-item, .contents-new .section--video-new .video--contents--wrap:nth-child(6) .thumbnail-box .flex-item, .contents-new .section--video-new .video--contents--wrap:nth-child(8) .thumbnail-box .flex-item {
    height: 100%;
  }
  .contents-new .section--video-new .video--contents--wrap:nth-child(4) .thumbnail-box .flex-item img, .contents-new .section--video-new .video--contents--wrap:nth-child(6) .thumbnail-box .flex-item img, .contents-new .section--video-new .video--contents--wrap:nth-child(8) .thumbnail-box .flex-item img {
    background-position: center;
    height: 100%;
  }
  .contents-new .section--video-new .video--contents--wrap:nth-child(4) .video--contents .play--video-btn, .contents-new .section--video-new .video--contents--wrap:nth-child(6) .video--contents .play--video-btn, .contents-new .section--video-new .video--contents--wrap:nth-child(8) .video--contents .play--video-btn {
    bottom: 13%;
  }
  .contents-new .section--video-new .video--contents--wrap .video--contents {
    display: block;
    position: relative;
  }
  .contents-new .section--video-new .video--contents--wrap .video--contents .play--video-btn {
    display: block;
    width: 11%;
    position: absolute;
    right: 9vw;
    bottom: 6%;
  }
  .contents-new .section--video-new .video--contents--wrap .video--contents .thumbnail-box {
    justify-content: center;
  }
  .contents-new .section--video-new .video--contents--wrap .video--contents .thumbnail-box .thumbnail {
    line-height: 0;
    min-width: 88vw;
    margin: 0 1vw;
  }
  .contents-new .section--video-new .tit-new {
    margin: 5px 0 15px 5vw;
    font-size: 10px;
  }
  .contents-new .section--playlist {
    padding: 0;
    margin-bottom: 140px;
  }
  .contents-new .section--playlist .section-tit-new {
    font-size: 31vw;
    margin-left: -2%;
    opacity: 1 !important;
  }
  .contents-new .section--playlist .section-tit-new p {
    opacity: 0;
  }
  .contents-new .section--playlist .section-tit-new p.list {
    display: inline-block;
  }
  .contents-new .section--playlist .section-tit-new .list {
    margin-top: -27vw;
  }
  .contents-new .section--playlist .spotify {
    padding: 0 5vw;
    margin-top: -60px;
  }
  .contents-new .section--playlist .spotify .txt {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .contents-new .section--playlist .spotify iframe {
    width: 100%;
    height: 94vw;
  }
  .contents-new .section--release-new {
    padding: 0;
    margin-bottom: 120px;
  }
  .contents-new .section--release-new .release__inner {
    display: block;
    text-align: right;
  }
  .contents-new .section--release-new .release__inner .section-tit-new {
    font-size: 30vw;
    line-height: 0.9;
    margin-right: -2%;
  }
  .contents-new .section--release-new .release__inner .section-tit-new p.song {
    margin-top: -27vw;
  }
  .contents-new .section--release-new .release__inner .section-tit-new p.new, .contents-new .section--release-new .release__inner .section-tit-new p.song {
    display: inline-block;
  }
  .contents-new .section--release-new .release__inner .block--jacket {
    padding: 0 5vw;
    margin-top: -20px;
  }
  .contents-new .section--release-new .release__inner .block--jacket .thumb {
    margin-bottom: 5px;
  }
  .contents-new .section--release-new .release__inner .block--jacket .release--detail {
    justify-content: space-between;
  }
  .contents-new .section--release-new .release__inner .block--jacket .release--detail .flex-item:first-child {
    width: 56%;
    text-align: left;
  }
  .contents-new .section--release-new .release__inner .block--jacket .release--detail .flex-item:first-child .tit-new {
    word-break: break-all;
  }
  .contents-new .section--release-new .release__inner .block--jacket .release--detail .flex-item:last-child {
    text-align: right;
  }
  .contents-new .section--release-new .release__inner .block--jacket .release--detail .flex-item .download::after {
    transform: translateY(-40%);
    right: -7%;
  }
  .contents-new .section--release-new .release__inner .block--jacket .release--detail .flex-item .download a {
    position: relative;
  }
  .contents-new .section--release-new .release__inner .block--jacket .release--detail .flex-item .download a::before {
    content: "";
    display: block;
    width: 40px;
    height: 8px;
    position: absolute;
    background-image: url("/static/burnoutsyndromes/official/arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: -50px;
    transform: translateY(-28%);
    transition: all 1.2s;
    transition-delay: 0.5s;
    opacity: 0;
  }
  .contents-new .section--timeline {
    margin-bottom: 130px;
  }
  .contents-new .section--timeline .section-tit-new {
    margin-bottom: 5px;
  }
  .contents-new .section--timeline .section-tit-new .timeline__flow-txt {
    animation: text-flow-left 40s linear infinite both;
  }
  .contents-new .section--timeline .section-tit-new .timeline__flow-txt .roop--txt {
    width: 66.6666666667vw;
    margin-right: 9vw;
  }
  .contents-new .section--timeline .timeline.top {
    margin-bottom: 5px;
  }
  .contents-new .section--timeline .timeline .slide {
    margin: 0 2.5px;
  }
  .contents-new .section--timeline .sub-txt {
    margin-bottom: 25px;
  }
  .contents-new .section--live-new, .contents-new .section--news-new {
    padding: 0;
  }
  .contents-new .section--live-new .info--head, .contents-new .section--news-new .info--head {
    width: 100%;
    position: relative;
  }
  .contents-new .section--live-new .info--head .section-tit-new, .contents-new .section--news-new .info--head .section-tit-new {
    font-size: 23vw;
    margin-left: -1%;
  }
  .contents-new .section--live-new .info--head .view--all, .contents-new .section--news-new .info--head .view--all {
    width: 45%;
    text-align: right;
    border-bottom: 1px solid #5F5C5A;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-bottom: 5px;
  }
  .contents-new .section--live-new .info--head .view--all::before, .contents-new .section--live-new .info--head .view--all::after, .contents-new .section--news-new .info--head .view--all::before, .contents-new .section--news-new .info--head .view--all::after {
    display: none;
  }
  .contents-new .section--live-new .info--head .view--all a, .contents-new .section--news-new .info--head .view--all a {
    position: relative;
    opacity: 1;
    margin-right: 4vw;
  }
  .contents-new .section--live-new .info--head .view--all a p, .contents-new .section--news-new .info--head .view--all a p {
    font-size: 10px;
    letter-spacing: 0.09em;
    display: inline-block;
    font-weight: 400;
    opacity: 0;
  }
  .contents-new .section--live-new .info--head .view--all a img, .contents-new .section--news-new .info--head .view--all a img {
    width: clamp(20px, 10vw, 60px);
    opacity: 0;
    transition: all 1.2s;
    transition-delay: 0.5s;
  }
  .contents-new .section--live-new .info--head .view--all a::after, .contents-new .section--news-new .info--head .view--all a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    background-image: url(/static/burnoutsyndromes/official/lines-leaning-solid.svg);
    background-repeat: no-repeat;
    top: 60%;
    left: -15px;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 1.2s;
    transition-delay: 0.5s;
  }
  .contents-new .section--live-new .information--box, .contents-new .section--news-new .information--box {
    padding-left: 10vw;
  }
  .contents-new .section--live-new .information--box .list--information-new, .contents-new .section--news-new .information--box .list--information-new {
    margin-bottom: 110px;
  }
  .contents-new .section--live-new .information--box .list--information-new li, .contents-new .section--news-new .information--box .list--information-new li {
    padding: 1.4em 0;
    border-bottom: 1px solid #5f5c5a;
    border-top: none;
  }
  .contents-new .section--live-new .information--box .list--information-new li .block--text-new, .contents-new .section--news-new .information--box .list--information-new li .block--text-new {
    display: block;
    padding-right: 5vw;
  }
  .contents-new .section--live-new .information--box .list--information-new li .block--text-new .date-new, .contents-new .section--live-new .information--box .list--information-new li .block--text-new .category-new, .contents-new .section--news-new .information--box .list--information-new li .block--text-new .date-new, .contents-new .section--news-new .information--box .list--information-new li .block--text-new .category-new {
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
  }
  .contents-new .section--live-new .information--box .list--information-new li .block--text-new .category-new, .contents-new .section--news-new .information--box .list--information-new li .block--text-new .category-new {
    margin-left: 1em;
  }
  .contents-new .section--live-new .information--box .list--information-new li .block--text-new .tit-new, .contents-new .section--news-new .information--box .list--information-new li .block--text-new .tit-new {
    width: 100%;
    display: block;
  }
  .contents-new .section--live-new .information--box {
    margin-top: 2em;
  }
  .contents-new .section--live-new .list--information-new .nextlive {
    font-size: 13px;
    line-height: 1.2;
    padding: 0 6px;
  }
  .contents-new .section--live-new .list--information-new li a .event-date {
    letter-spacing: 0.03em;
    margin-bottom: 0.2em;
  }
  .contents-new .section--live-new .list--information-new li a .event-date span {
    display: inline-block;
    margin-left: 6px;
    vertical-align: 1px;
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 12px;
    border: none;
    border-radius: 0;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .footer-new {
    background-color: #F3F2ED;
  }
  body.loaded .contents-new .section--hero .site--name::before {
    height: 90%;
  }
  body.loaded .contents-new .section--hero .scroll {
    animation-name: lineAnime;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    position: relative;
    opacity: 0;
  }
  body.loaded .contents-new .section--hero .scroll::before {
    content: "";
    animation-name: Line;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    position: absolute;
    width: 100%;
    height: 80%;
    background-color: #1D1B19;
    z-index: 3;
  }
  body.loaded .contents-new .section--hero .scroll span {
    animation-name: innerText;
    animation-duration: 0.7s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  body.loaded .contents-new .section--hero .hero--banner .slide {
    animation-name: lineAnime;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    position: relative;
    opacity: 0;
  }
  body.loaded .contents-new .section--hero .hero--banner .slide::before {
    content: "";
    animation-name: Line;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    position: absolute;
    width: 100%;
    height: 80%;
    background-color: #1D1B19;
    z-index: 3;
  }
  body.loaded .contents-new .section--hero .hero--banner .slide::before {
    height: 100%;
  }
  body.loaded .contents-new .section--hero .hero--banner a img {
    animation-name: innerText;
    animation-duration: 0.7s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  body.loaded .contents-new .section--hero .nav--sns-new li a::before,
  body.loaded .contents-new body.loaded .contents-new .section--hero .scroll::before,
  body.loaded .contents-new .contents-new .section--live-new .view--all a.is-inview::before,
  body.loaded .contents-new .contents-new .section--news-new .view--all a.is-inview::before {
    height: 90%;
    top: 5px;
  }
  .contents-new .section-tit-new.is-inview {
    animation-duration: 1.2s;
  }
  .contents-new .section-tit-new.is-inview::before {
    animation-duration: 1.2s;
  }
  .contents-new .section-tit-new.is-inview:not(.section--timeline .section-tit-new)::before {
    top: 5px;
    height: 100%;
  }
  .contents-new .section--release-new .section-tit-new.is-inview::before {
    left: -5px;
  }
  .contents-new .section--release-new .release__inner .block--jacket .release--detail .flex-item .download.is-inview a::before {
    opacity: 1;
  }
  .contents-new .section--live-new .info--head .view--all.is-inview a::after, .contents-new .section--live-new .info--head .view--all.is-inview img, .contents-new .section--news-new .info--head .view--all.is-inview a::after, .contents-new .section--news-new .info--head .view--all.is-inview img {
    opacity: 1;
  }
  .contents-new .section--live-new .view--all a p.is-inview, .contents-new .section--news-new .view--all a p.is-inview {
    animation-name: lineAnime;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    position: relative;
    opacity: 0;
  }
  .contents-new .section--live-new .view--all a p.is-inview::before, .contents-new .section--news-new .view--all a p.is-inview::before {
    content: "";
    animation-name: Line;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    position: absolute;
    width: 100%;
    height: 80%;
    background-color: #1D1B19;
    z-index: 3;
  }
  .contents-new .section--live-new .view--all a p.is-inview::before, .contents-new .section--news-new .view--all a p.is-inview::before {
    top: 2px;
  }
  .contents-new .section--live-new .view--all a p.is-inview p, .contents-new .section--news-new .view--all a p.is-inview p {
    animation-name: innerText;
    animation-duration: 0.7s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  .contents-new .section--playlist .section-tit-new p.is-inview {
    animation-name: lineAnime;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    position: relative;
    opacity: 0;
  }
  .contents-new .section--playlist .section-tit-new p.is-inview::before {
    content: "";
    animation-name: Line;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    position: absolute;
    width: 100%;
    height: 80%;
    background-color: #1D1B19;
    z-index: 3;
  }
  .contents-new .section--playlist .section-tit-new p.is-inview::before {
    height: 100%;
  }
  .contents-new .section--playlist .section-tit-new p.is-inview span {
    animation-name: innerText;
    animation-duration: 0.7s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
}/*# sourceMappingURL=style-home.css.map */