body {
  background: url(../images/common/bg_Common.jpg) repeat-y center center #000;
  background-size: 100% auto;
  font-family: "Noto Sans JP", sans-serif;
  background-attachment: fixed;
}

._f-impact {
  letter-spacing: 0.04em;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

img {
  vertical-align: bottom;
}

.borderdButton {
  display: flex;
  width: 240px;
  height: 63px;
  border: rgba(0, 0, 0, 0.4) solid 1px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.borderdButton::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: url(../images/common/borderdButtonTriangle.svg) no-repeat center;
  background-size: contain;
  transform: translateY(2px);
  margin-right: 20px;
}

.articleList {
  max-width: 1020px;
  margin: 0 auto;
}
.articleList article {
  color: #FFF;
}
.articleList article a {
  display: flex;
  padding: 24px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 200ms ease;
  min-height: 100px;
  align-items: center;
  gap: 40px;
}
.articleList article a:hover {
  border-color: #d1f300;
}
.articleList article a:hover div p:first-child {
  color: #d1f300;
}
.articleList article a div {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  font-size: 12px;
}
.articleList article a div .cat {
  font-size: 12px;
  height: 17px;
  line-height: 18px;
  padding: 0 5px;
  background: #d1f300;
  color: #000;
}
.articleList article a > p {
  font-size: 16px;
}
@media (max-width: 1079px) {
  .articleList article a {
    padding: 14px 8px;
    min-height: 80px;
    gap: 16px;
  }
  .articleList article a div {
    display: block;
  }
  .articleList article a div .cat {
    display: inline-block;
    margin-top: 4px;
  }
  .articleList article a > p {
    font-size: 14px;
  }
}

html {
  overflow-x: hidden;
}

#wrapper {
  margin: 0 auto;
  width: 100%;
}

html._modalOpen {
  overflow: hidden;
}

#headerLogo {
  position: fixed;
  top: 15px;
  left: 24px;
  z-index: 4;
  opacity: 1;
  transition: opacity 200ms ease;
}
body.page-topMainContent:not(._scrolled) #headerLogo {
  opacity: 0;
}
@media (max-width: 1079px) {
  #headerLogo {
    top: 15px;
    left: 16px;
  }
  #headerLogo img {
    width: 128px;
  }
}

#langSwitch {
  width: 22px;
  position: fixed;
  top: 50%;
  right: 25px;
  background: #000;
  z-index: 4;
  border: 1px solid #D1F300;
  padding: 2px;
  border-radius: 4px;
  font-size: 12px;
  letter-spacing: 0.1;
}
#langSwitch span,
#langSwitch a {
  display: flex;
  height: 40px;
  width: 100%;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
}
#langSwitch span {
  background-color: #D1F300;
  color: #000;
}
#langSwitch a {
  color: #D1F300;
  opacity: 0.5;
}
@media (max-width: 1079px) {
  #langSwitch {
    right: 16px;
  }
}

#globalSidebar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 5px 0 0;
  z-index: 4;
  background-color: transparent;
  transition: background-color 250ms ease;
  font-family: "TASA Orbiter", sans-serif;
  font-weight: 400;
}
#globalSidebar > * {
  position: relative;
  z-index: 2;
}
#globalSidebar .wrapper {
  width: 0;
  padding-right: 80px;
  padding-top: 120px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/common/sidebar/p_bg_ink.svg) no-repeat right top;
  text-align: right;
  clip-path: circle(0% at 100% 0%);
}
@media (max-width: 1079px) {
  #globalSidebar .wrapper {
    width: 100%;
    padding-right: 60px;
    background-size: 550px auto;
    background-position: calc(100% + 80px) 0;
  }
}
#globalSidebar .wrapper .center {
  opacity: 0;
}
#globalSidebar .wrapper .center nav ul {
  display: flex;
  width: 100%;
  gap: 8px;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
#globalSidebar .wrapper .center nav ul li a {
  display: block;
}
#globalSidebar .wrapper .center nav ul li a:hover {
  color: #D1F300;
}
#globalSidebar .wrapper .center nav ul li:last-child {
  padding-top: 16px;
}
#globalSidebar .wrapper .center .sns {
  margin-top: 40px;
}
#globalSidebar .wrapper .center .sns p {
  font-size: 12px;
  font-weight: bold;
}
#globalSidebar .wrapper .center .sns ul {
  margin-top: 8px;
  display: flex;
  justify-content: flex-end;
  gap: 9px;
}
#globalSidebar .wrapper .center .sns ul a {
  transition: opacity 200ms ease;
}
#globalSidebar .wrapper .center .sns ul a:hover {
  opacity: 0.5;
}
#globalSidebar .openMenu {
  display: flex;
  width: 80px;
  height: 80px;
  background: #D1F300;
  position: absolute;
  top: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  z-index: 3;
  cursor: pointer;
}
#globalSidebar .openMenu img:first-child {
  display: block;
}
#globalSidebar .openMenu img:first-child + img {
  display: none;
}
@media (max-width: 1079px) {
  #globalSidebar .openMenu {
    width: 60px;
    height: 60px;
  }
}
#globalSidebar._open {
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
#globalSidebar._open h1 {
  display: block;
}
#globalSidebar._open .openMenu {
  background: #000;
}
#globalSidebar._open .openMenu img:first-child {
  display: none;
}
#globalSidebar._open .openMenu img:first-child + img {
  display: block;
}
#globalSidebar._open .wrapper {
  transition: clip-path 600ms ease 250ms;
  width: 480px;
  clip-path: circle(100% at 100% 0%);
}
@media (max-width: 1079px) {
  #globalSidebar._open .wrapper {
    clip-path: circle(150% at 100% 0%);
  }
}
#globalSidebar._open .wrapper .center {
  transition: opacity 250ms ease 700ms;
  opacity: 1;
}

#globalFooter {
  position: relative;
}
#globalFooter .boundary {
  width: 100%;
}
#globalFooter .boundary img {
  display: block;
  width: 100%;
  height: auto;
}
#globalFooter .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 24px 24px 40px;
  background: #000;
}
@media (max-width: 1079px) {
  #globalFooter .main {
    display: block;
  }
}
#globalFooter .main .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 580px;
  justify-content: center;
  gap: 56px;
}
@media (max-width: 1079px) {
  #globalFooter .main .left {
    padding: 0;
    width: 100%;
  }
}
#globalFooter .main .left .logo {
  display: block;
  width: 428px;
  max-width: 100%;
}
@media (max-width: 1079px) {
  #globalFooter .main .left .logo {
    max-width: 320px;
  }
}
#globalFooter .main .left .sns {
  text-align: center;
}
#globalFooter .main .left .sns p {
  font-size: 18px;
  font-weight: bold;
  color: #666;
}
@media (max-width: 1079px) {
  #globalFooter .main .left .sns p {
    font-size: 16px;
  }
}
#globalFooter .main .left .sns ul {
  margin-top: 17px;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
#globalFooter .main .left .sns ul a {
  display: block;
  transition: opacity 200ms ease;
}
#globalFooter .main .left .sns ul a:hover {
  opacity: 0.5;
}
@media (max-width: 1079px) {
  #globalFooter .main .left .sns ul {
    margin-top: 8px;
  }
  #globalFooter .main .left .sns ul a img {
    width: 28px;
    height: 28px;
  }
}
#globalFooter .main .right {
  display: flex;
  gap: 56px;
  cursor: default;
  width: 696px;
}
#globalFooter .main .right ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 50%;
}
#globalFooter .main .right ul li a {
  font-size: 24px;
  line-height: 29px;
  font-family: "TASA Orbiter", sans-serif;
  font-weight: bold;
  color: #FFF;
}
#globalFooter .main .right ul li a:hover {
  color: #D1F300;
}
@media (max-width: 1079px) {
  #globalFooter .main .right {
    width: 100%;
    max-width: 370px;
    margin: 64px auto 0;
    gap: 40px;
    padding: 0 24px;
  }
  #globalFooter .main .right ul {
    min-width: 0;
    width: 50%;
    gap: 16px;
  }
  #globalFooter .main .right ul li a {
    font-size: 18px;
  }
}
#globalFooter .copy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 56px 40px;
  border-top: 1px solid #252525;
  font-size: 12px;
  background: #000;
  color: #666;
}
#globalFooter .copy .links {
  display: flex;
  gap: 40px;
}
#globalFooter .copy .links a {
  text-decoration: underline;
}
@media (max-width: 1079px) {
  #globalFooter .copy {
    padding: 40px;
    justify-content: center;
  }
}

body.page-topMainContent #globalFooter {
  z-index: 3;
}
body.page-topMainContent #globalFooter .boundary {
  height: 0;
}
body.page-topMainContent #globalFooter .boundary img {
  transform: translateY(-100%);
}

#wrapper.lang-en #kv {
  background-image: url(../images/top/sp/kv-en.jpg);
}

#kv {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
#kv .kv {
  position: relative;
  min-height: 70vw;
}
#kv .kv > span {
  position: absolute;
  opacity: 0;
}
#kv .kv > span img {
  width: 100%;
  position: relative;
}
#kv .kv ._bg_back {
  position: relative;
  opacity: 1;
}
#kv .kv ._uzu_sensei {
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.3;
  transition: opacity 1600ms ease 1200ms;
}
#kv .kv ._toko {
  top: 12.77vw;
  left: 62.916vw;
  width: 23.7vw;
  transform: translateX(3vw);
  transition: opacity 300ms ease 900ms, transform 300ms ease 900ms;
}
#kv .kv ._naozumi {
  top: 18.68vw;
  left: 52.77vw;
  width: 17.4vw;
  transform: translateX(3vw);
  transition: opacity 300ms ease 600ms, transform 300ms ease 600ms;
}
#kv .kv ._bg_front {
  left: 0;
  bottom: 0;
  width: 100%;
}
#kv .kv ._shizuka {
  left: 25.83vw;
  top: 14.86vw;
  width: 13.4vw;
  transform: translateX(-3vw);
  transition: opacity 300ms ease 300ms, transform 300ms ease 300ms;
}
#kv .kv ._nagi {
  left: 15.06vw;
  top: 0;
  width: 59.3vw;
  transform: translateX(-3vw);
  transition: opacity 300ms ease, transform 300ms ease;
}
#kv .kv ._copy {
  left: 6.18vw;
  top: 10.06vw;
  width: 10.625vw;
  overflow: hidden;
  height: 0;
  transform: translateX(3vw);
  transition: opacity 800ms ease 1200ms, height 800ms ease 1200ms, transform 800ms ease 2000ms;
}
#kv .kv ._date {
  left: 81.45vw;
  top: 10.34vw;
  width: 13.95vw;
  transition: opacity 800ms ease 2000ms;
}
#kv .kv ._logo {
  left: 26.66vw;
  top: 48.19vw;
  width: 48.05vw;
  transform: translateY(-3vw);
  opacity: 0;
  transition: opacity 800ms ease 2000ms, transform 800ms ease 2000ms;
}
#kv._shown .kv > span {
  transform: translateX(0) translateY(0);
  opacity: 1;
}
#kv._shown .kv ._copy {
  height: 18.69vw;
}
@media (max-width: 1079px) {
  #kv .kv {
    min-height: 190vw;
    margin-bottom: -10vw;
  }
  #kv .kv ._toko {
    top: 53.07vw;
    left: 60.51vw;
    width: 52.56vw;
  }
  #kv .kv ._naozumi {
    top: 64.1vw;
    left: 41.02vw;
    width: 38.46vw;
  }
  #kv .kv ._bg_front {
    width: 76.92vw;
  }
  #kv .kv ._shizuka {
    left: 3.33vw;
    top: 65.89vw;
    width: 29.69vw;
  }
  #kv .kv ._nagi {
    left: -20vw;
    top: 34.1vw;
    width: 131.28vw;
  }
  #kv .kv ._copy {
    left: 6.15vw;
    top: 17.94vw;
    width: 19.61vw;
    height: 0;
  }
  #kv .kv ._date {
    left: 72.05vw;
    top: 21.79vw;
    width: 23.07vw;
  }
  #kv .kv ._logo {
    left: 11.02vw;
    top: 160.51vw;
    width: 77.94vw;
  }
  #kv._shown .kv ._copy {
    height: 33.84vw;
  }
}

#wrapper.lang-en #kv .kv ._copy {
  width: 11.59vw;
  height: 0;
}
#wrapper.lang-en #kv .kv ._copy img {
  display: none;
}
#wrapper.lang-en #kv .kv ._copy:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 17.77vw;
  background: url(../images/top/kv2/copy_en.svg) no-repeat center center;
  background-size: contain;
}
#wrapper.lang-en #kv .kv ._date {
  display: none;
}
#wrapper.lang-en #kv._shown .kv ._copy {
  height: 17.77vw;
}
@media (max-width: 1079px) {
  #wrapper.lang-en #kv .kv ._copy {
    width: 22.05vw;
  }
  #wrapper.lang-en #kv .kv ._copy:after {
    height: 33.84vw;
  }
  #wrapper.lang-en #kv._shown .kv ._copy {
    height: 33.84vw;
  }
}

#loading {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
}
#loading div {
  width: 66px;
  height: 61px;
}
#loading div canvas {
  width: 100%;
  height: 100%;
}

body.page-characterMainContent #loading {
  background: transparent;
}

#topMainContent {
  position: relative;
  z-index: 3;
}
#topMainContent section._1 {
  background-color: #000;
  padding: 80px 140px 40px;
  color: #FFF;
}
#topMainContent section._1 h2 {
  max-width: 1020px;
  margin: 0 auto;
}
#topMainContent section._1 .index {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1079px) {
  #topMainContent section._1 {
    padding: 40px 16px;
  }
}
#topMainContent section._2 {
  position: relative;
  padding: 0 40px 40px;
  background: linear-gradient(180deg, #7B0FE0 0%, #ED0DEA 100%);
  color: #fff;
}
#topMainContent section._2 .boundary {
  margin: 0 -40px;
}
#topMainContent section._2 .boundary img {
  width: 100%;
}
#topMainContent section._2 h2 {
  margin-top: 40px;
  margin-bottom: 64px;
  text-align: center;
}
#topMainContent section._2 .wrapper {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
#topMainContent section._2 .wrapper .txt {
  color: #000;
}
#topMainContent section._2 .index {
  display: flex;
  justify-content: center;
}
@media (max-width: 1079px) {
  #topMainContent section._2 {
    padding: 0 16px 40px;
  }
  #topMainContent section._2 .boundary {
    margin: 0 -16px;
  }
  #topMainContent section._2 h2 {
    margin: 70px 0 40px;
  }
  #topMainContent section._2 h2 canvas {
    width: 206px;
    height: 40px;
  }
  #topMainContent section._2 .wrapper {
    gap: 40px;
  }
}
#topMainContent section._3 {
  position: relative;
  background-color: #000;
  overflow: hidden;
}
#topMainContent section._3 .boundary {
  position: relative;
  margin-bottom: -13.88888vw;
  z-index: 2;
}
#topMainContent section._3 .boundary img {
  width: 100%;
}
#topMainContent section._3 .hero {
  display: block;
  position: relative;
}
#topMainContent section._3 .hero img {
  width: 100%;
  display: block;
}
#topMainContent section._3 .hero .playButton {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
#topMainContent section._3 .hero .playButton canvas {
  width: 120px;
  height: 159px;
}
#topMainContent section._3 .hero .playButton p {
  font-family: "Anton", sans-serif;
  font-size: 18px;
  color: #D1F300;
  letter-spacing: 0.05em;
}
#topMainContent section._3 .index {
  position: absolute;
  right: 26px;
  bottom: 34px;
}
@media (max-width: 1079px) {
  #topMainContent section._3 .hero .playButton canvas {
    width: 120px;
    height: 159px;
  }
  #topMainContent section._3 .hero .playButton p {
    font-size: 12px;
  }
  #topMainContent section._3 .index {
    bottom: 24px;
  }
}
#topMainContent section._4 {
  padding: 122px 40px 0;
  background: #000;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#topMainContent section._4 h2 {
  text-align: center;
  position: relative;
  z-index: 2;
}
#topMainContent section._4 .wrapper {
  margin-top: 64px;
  text-align: center;
  position: relative;
  z-index: 2;
}
#topMainContent section._4 .wrapper img {
  width: 100%;
  max-width: 1046px;
  margin: 0 auto;
}
#topMainContent section._4 .wrapper a {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -290px;
  bottom: 60px;
  height: 20px;
  width: 200px;
  color: transparent;
}
@media (max-width: 1079px) {
  #topMainContent section._4 .wrapper a {
    height: 30px;
    width: 120px;
    margin-left: 0;
  }
}
#topMainContent section._4 .tape {
  position: absolute;
  inset: 0;
}
#topMainContent section._4 .tape span {
  display: block;
  height: 102px;
  width: 200%;
  position: absolute;
  background: url(../images/top/section4-tape2-2.png) repeat-x center #5865F2;
  background-size: auto 49px;
  left: -50%;
  transform-origin: center;
}
#topMainContent section._4 .tape span::before, #topMainContent section._4 .tape span::after {
  content: "";
  display: block;
  position: absolute;
  height: 15px;
  background: url(../images/top/section4-tape.png) repeat-x center;
  background-size: auto 15px;
  left: 0;
  right: 0;
}
#topMainContent section._4 .tape span::before {
  top: 0;
}
#topMainContent section._4 .tape span::after {
  bottom: 0;
}
#topMainContent section._4 .tape span:nth-child(1) {
  top: 300px;
  transform: rotate(6deg);
}
#topMainContent section._4 .tape span:nth-child(2) {
  top: 400px;
  transform: rotate(-15deg);
}
#topMainContent section._4 .tape span:nth-child(3) {
  top: 650px;
  transform: rotate(-5deg);
}
#topMainContent section._4 .images {
  position: absolute;
  inset: 0;
}
#topMainContent section._4 .images div {
  position: absolute;
  left: 50%;
}
#topMainContent section._4 .images div:nth-child(1) {
  top: 149px;
  margin-left: 296px;
}
#topMainContent section._4 .images div:nth-child(1) canvas {
  width: 350px;
  height: 233px;
}
#topMainContent section._4 .images div:nth-child(2) {
  top: 407px;
  margin-left: -693px;
}
#topMainContent section._4 .images div:nth-child(2) canvas {
  width: 345px;
  height: 246px;
}
#topMainContent section._4 .images div:nth-child(3) {
  top: 607px;
  margin-left: 27px;
}
#topMainContent section._4 .images div:nth-child(3) canvas {
  width: 343px;
  height: 245px;
}
@media (max-width: 1079px) {
  #topMainContent section._4 {
    padding: 80px 0 0;
  }
  #topMainContent section._4 h2 canvas {
    width: 128px;
    height: 40px;
  }
  #topMainContent section._4 .wrapper {
    margin-top: 40px;
  }
  #topMainContent section._4 .wrapper img {
    max-width: 390px;
  }
  #topMainContent section._4 .images div:nth-child(1) {
    top: 158px;
    margin-left: -20px;
  }
  #topMainContent section._4 .images div:nth-child(1) canvas {
    width: 215px;
    height: 144px;
  }
  #topMainContent section._4 .images div:nth-child(2) {
    top: 645px;
    margin-left: -319px;
  }
  #topMainContent section._4 .images div:nth-child(2) canvas {
    width: 211px;
    height: 151px;
  }
  #topMainContent section._4 .images div:nth-child(3) {
    top: 788px;
    margin-left: 131px;
  }
  #topMainContent section._4 .images div:nth-child(3) canvas {
    width: 211px;
    height: 150px;
  }
  #topMainContent section._4 .tape span:nth-child(1) {
    top: 300px;
    transform: rotate(6deg);
  }
  #topMainContent section._4 .tape span:nth-child(2) {
    top: 490px;
  }
  #topMainContent section._4 .tape span:nth-child(3) {
    top: 860px;
  }
}
#topMainContent section._5 {
  padding: 200px 0;
  background: url(../images/top/section5-bg.jpg) no-repeat center top #000;
  background-size: auto 900px;
}
#topMainContent section._5 h2 {
  font-size: 36px;
  color: #D1F300;
  text-align: center;
}
#topMainContent section._5 .txt {
  max-width: 1240px;
  padding: 0 40px;
  margin: 64px auto 0;
  display: flex;
  justify-content: space-between;
}
#topMainContent section._5 .txt p {
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
#topMainContent section._5 .txt p ._main {
  display: block;
  font-size: 36px;
  background: #000;
  width: fit-content;
  line-height: 1.4;
}
#topMainContent section._5 .txt .links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#topMainContent section._5 .images {
  overflow: hidden;
}
#topMainContent section._5 .images div {
  overflow-x: auto;
  margin-top: 64px;
  height: 171px;
  width: 8000px;
  background: url(../images/top/section5-books-v2.png) repeat-x center;
  background-size: auto 100%;
  transform: translateX(0);
  animation: top-books-loop 70s linear infinite;
}
@keyframes top-books-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-4000px);
  }
}
@media (max-width: 1079px) {
  #topMainContent section._5 {
    padding: 104px 0;
    background-size: auto 100%;
  }
  #topMainContent section._5 h2 canvas {
    width: 115px;
    height: 40px;
  }
  #topMainContent section._5 .txt {
    margin-top: 40px;
    display: block;
    text-align: center;
    line-height: 1.8;
  }
  #topMainContent section._5 .txt p {
    font-size: 18px;
    line-height: 1.6;
  }
  #topMainContent section._5 .txt p ._main {
    font-size: 24px;
    background: transparent;
    width: 100%;
  }
  #topMainContent section._5 .txt p ._main span {
    display: block;
  }
  #topMainContent section._5 .txt .links {
    margin: 24px auto 0;
    width: 330px;
    flex-direction: row;
  }
  #topMainContent section._5 .txt .links li a {
    width: 160px;
  }
  #topMainContent section._5 .images div {
    margin-top: 40px;
  }
}
#topMainContent section._6 {
  padding: 192px 40px;
  background: url(../images/top/section6-bg.jpg) no-repeat center center #000;
  background-size: cover;
  position: relative;
}
#topMainContent section._6:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(../images/top/section6-bg-2.jpg) no-repeat center center;
  background-size: cover;
  animation: section06bg 3000ms ease infinite;
}
@keyframes section06bg {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#topMainContent section._6 > * {
  position: relative;
  z-index: 2;
}
#topMainContent section._6 h2 {
  font-size: 36px;
  color: #fff;
  text-align: center;
}
#topMainContent section._6 .links {
  max-width: 930px;
  margin: 40px auto 0;
  display: flex;
  gap: 10px;
}
#topMainContent section._6 .links li {
  flex: 1;
}
#topMainContent section._6 .links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 176px;
  background: #909090;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1079px) {
  #topMainContent section._6 {
    padding: 80px 16px 197px;
  }
  #topMainContent section._6 .links {
    flex-direction: column;
  }
  #topMainContent section._6 .links li a {
    height: 136px;
  }
}

#wrapper.lang-en #topMainContent section._4 .wrapper a {
  bottom: 105px;
  width: 210px;
}
@media (max-width: 1079px) {
  #wrapper.lang-en #topMainContent section._4 .wrapper a {
    width: 130px;
    bottom: 25px;
  }
}

#topCommentModal,
#characterCommentModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 20;
}
#topCommentModal .content,
#characterCommentModal .content {
  width: 820px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #000;
  color: #D1F300;
  padding: 80px 60px 60px;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}
@media (max-width: 1079px) {
  #topCommentModal .content,
  #characterCommentModal .content {
    width: calc(100vw - 40px);
    padding: 80px 20px 60px;
  }
}
#topCommentModal .content > .close,
#characterCommentModal .content > .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#topCommentModal .content .comment,
#characterCommentModal .content .comment {
  display: none;
  font-weight: bold;
  line-height: 1.6;
}
#topCommentModal .content .comment .upper,
#characterCommentModal .content .comment .upper {
  display: flex;
  align-items: center;
}
#topCommentModal .content .comment .upper > p + div,
#characterCommentModal .content .comment .upper > p + div {
  padding-left: 40px;
}
#topCommentModal .content .comment .upper div p:first-child,
#characterCommentModal .content .comment .upper div p:first-child {
  font-size: 18px;
}
#topCommentModal .content .comment .upper div p:first-child + p,
#characterCommentModal .content .comment .upper div p:first-child + p {
  font-size: 28px;
}
@media (max-width: 1079px) {
  #topCommentModal .content .comment .upper > p img,
  #characterCommentModal .content .comment .upper > p img {
    width: 60px;
    height: 60px;
  }
  #topCommentModal .content .comment .upper > p + div,
  #characterCommentModal .content .comment .upper > p + div {
    padding-left: 20px;
  }
  #topCommentModal .content .comment .upper div p:first-child,
  #characterCommentModal .content .comment .upper div p:first-child {
    font-size: 16px;
  }
  #topCommentModal .content .comment .upper div p:first-child + p,
  #characterCommentModal .content .comment .upper div p:first-child + p {
    font-size: 22px;
  }
}
#topCommentModal .content .comment .lower,
#characterCommentModal .content .comment .lower {
  margin-top: 5px;
  padding-top: 40px;
  border-top: 1px solid #D1F300;
}
#topCommentModal .content .comment .lower > p,
#characterCommentModal .content .comment .lower > p {
  font-size: 18px;
}
#topCommentModal .content .comment .lower > div,
#characterCommentModal .content .comment .lower > div {
  margin-top: 40px;
}
#topCommentModal .content .comment .lower > div p:first-child,
#characterCommentModal .content .comment .lower > div p:first-child {
  font-size: 18px;
}
#topCommentModal .content .comment .lower > div p:first-child + p,
#characterCommentModal .content .comment .lower > div p:first-child + p {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}
@media (max-width: 1079px) {
  #topCommentModal .content .comment .lower > p,
  #characterCommentModal .content .comment .lower > p {
    font-size: 16px;
  }
  #topCommentModal .content .comment .lower > div,
  #characterCommentModal .content .comment .lower > div {
    margin-top: 40px;
  }
  #topCommentModal .content .comment .lower > div p:first-child,
  #characterCommentModal .content .comment .lower > div p:first-child {
    font-size: 14px;
  }
  #topCommentModal .content .comment .lower > div p:first-child + p,
  #characterCommentModal .content .comment .lower > div p:first-child + p {
    font-size: 12px;
  }
}
#topCommentModal .content .comment .close,
#characterCommentModal .content .comment .close {
  margin-top: 40px;
  font-size: 16px;
}
#topCommentModal .content .comment .close a,
#characterCommentModal .content .comment .close a {
  display: flex;
  align-items: center;
  justify-content: center;
}
#topCommentModal .content .comment .close a img,
#characterCommentModal .content .comment .close a img {
  margin-left: 10px;
}

#characterMainContent > .selector {
  display: none;
}
#characterMainContent .selector .list.normalChar {
  display: flex;
}
#characterMainContent .selector .list.tankChair {
  display: none;
}
#characterMainContent .selector .list {
  background: #7B7B7B;
}
#characterMainContent .selector._tankChair .list.normalChar {
  display: none;
}
#characterMainContent .selector._tankChair .list.tankChair {
  display: flex;
}
#characterMainContent .selector._tankChair .list {
  background: #7B7B7B;
}
#characterMainContent._tankChair .characterWrap {
  background-image: url(../images/character/bgTankChair.webp);
}
#characterMainContent._tankChair .characterWrap .character .detail .info .upper .nameJa {
  margin-top: 0;
}
#characterMainContent .characterWrap .character .bg {
  clip-path: polygon(30% 0, 30% 0, 60% 100%, 60% 100%);
}
#characterMainContent .characterWrap .character .detail .nameEn {
  opacity: 0;
  transform: translateY(calc(-50% - 50px));
}
#characterMainContent .characterWrap .character .detail .illust {
  opacity: 0;
  transform: translateX(40px);
}
#characterMainContent .characterWrap .character .detail .info {
  opacity: 0;
}
#characterMainContent._loaded .characterWrap .character .bg {
  clip-path: polygon(-70% 0%, 130% 0%, 160% 100%, -40% 100%);
  transition: clip-path 800ms linear;
}
#characterMainContent._loaded .characterWrap .character .detail .nameEn {
  opacity: 1;
  transform: translateY(-50%);
  transition: opacity 600ms ease, transform 600ms ease;
}
#characterMainContent._loaded .characterWrap .character .detail .illust {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 800ms ease 500ms, transform 800ms ease 500ms;
}
#characterMainContent._loaded .characterWrap .character .detail .info {
  opacity: 1;
  transition: opacity 800ms ease 1300ms;
}
#characterMainContent._loaded .characterWrap .character.drawChar-false .detail .info {
  transition-delay: 700ms;
}
#characterMainContent .characterWrap {
  position: relative;
  z-index: 2;
  background: url(../images/character/bg.webp) no-repeat center center #000;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
}
#characterMainContent .characterWrap .ticker {
  flex-shrink: 0;
  height: 26px;
  background: #000 url("../images/character/ticker-bg.svg") repeat-x center;
  background-size: auto 14px;
}
#characterMainContent .characterWrap .ticker:first-child {
  display: none;
}
@media (max-width: 1079px) {
  #characterMainContent .characterWrap .ticker:first-child {
    display: block;
  }
}
#characterMainContent .characterWrap .stage {
  flex: 1;
  position: relative;
  min-height: 750px;
}
#characterMainContent .characterWrap .character {
  display: none;
  position: absolute;
  inset: 0;
  align-items: center;
  padding: 55px;
  z-index: 1;
}
#characterMainContent .characterWrap .character._active {
  display: flex;
}
#characterMainContent .characterWrap .character._active._trans {
  z-index: 2;
}
#characterMainContent .characterWrap .character .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  transform: translateX(42%);
  aspect-ratio: 1/0.96;
  background: no-repeat center center;
  background-size: cover;
}
#characterMainContent .characterWrap .character .detail {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: end;
  height: 100%;
  max-height: 640px;
}
#characterMainContent .characterWrap .character .detail .nameEn {
  position: absolute;
  left: 0;
  top: 50%;
}
#characterMainContent .characterWrap .character .detail .illust {
  position: absolute;
  left: 20px;
  right: 200px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
}
#characterMainContent .characterWrap .character .detail .illust img {
  height: 640px;
  width: 100%;
  max-width: 640px;
  object-fit: cover;
}
#characterMainContent .characterWrap .character .detail .info {
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 350px;
  z-index: 2;
}
#characterMainContent .characterWrap .character .detail .info .upper {
  display: flex;
  justify-content: space-between;
}
#characterMainContent .characterWrap .character .detail .info .upper .nameJa {
  flex-shrink: 0;
}
#characterMainContent .characterWrap .character .detail .info .upper .nameJa img {
  width: 80px;
}
#characterMainContent .characterWrap .character .detail .info .upper .profile {
  width: 250px;
  flex-shrink: 0;
}
#characterMainContent .characterWrap .character .detail .info .upper .profile .cv {
  display: flex;
  align-items: center;
  border: 1px solid #D1F300;
  color: #D1F300;
  width: fit-content;
  background: #000;
}
#characterMainContent .characterWrap .character .detail .info .upper .profile .cv span {
  font-size: 14px;
  padding: 0 10px;
  letter-spacing: 0.02em;
  font-weight: bold;
  display: flex;
  align-items: center;
  height: 26px;
  white-space: nowrap;
}
#characterMainContent .characterWrap .character .detail .info .upper .profile .cv span._active {
  color: #000;
}
#characterMainContent .characterWrap .character .detail .info .upper .profile .cv span + span {
  font-size: 12px;
  cursor: pointer;
}
#characterMainContent .characterWrap .character .detail .info .upper .profile .cv span + span img {
  margin-right: 10px;
}
#characterMainContent .characterWrap .character .detail .info .upper .profile .cv span.openComment {
  transition: opacity 200ms ease;
}
#characterMainContent .characterWrap .character .detail .info .upper .profile .cv span.openComment:hover {
  opacity: 0.5;
}
#characterMainContent .characterWrap .character .detail .info .upper .profile .desc {
  font-size: 14px;
  line-height: 2;
  background: #000;
  padding: 0 5px;
  color: #D1F300;
}
#characterMainContent .characterWrap .character .detail .info .faces {
  margin-top: 60px;
}
#characterMainContent .characterWrap .character .detail .info .faces img {
  width: 100%;
}
#characterMainContent .selector {
  flex-shrink: 0;
  position: relative;
  z-index: 3;
}
#characterMainContent .selector .tabs {
  display: flex;
  position: absolute;
  left: 0;
  height: 30px;
  top: -30px;
}
#characterMainContent .selector .tabs button {
  position: relative;
  height: 100%;
  width: 160px;
  font-size: 14px;
  background: rgb(123, 123, 123);
  color: #000;
  cursor: pointer;
  letter-spacing: 0.01em;
  border: none;
  transition: color 150ms ease;
  z-index: 1;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%);
}
#characterMainContent .selector .tabs button.normalChar {
  background: #D1F300;
  color: #000;
}
#characterMainContent .selector .tabs button._active {
  z-index: 2;
}
#characterMainContent .selector .tabs button.tankChair {
  margin-left: -15px;
  z-index: 1;
  clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%, 0 8px);
}
#characterMainContent .selector .list {
  display: flex;
  overflow-x: auto;
  background: #D1F300;
  position: relative;
}
#characterMainContent .selector .list:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
#characterMainContent .selector .item {
  flex-shrink: 0;
  cursor: pointer;
  overflow: hidden;
  height: 100px;
  position: relative;
  z-index: 2;
}
#characterMainContent .selector .item:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #000;
  transition: opacity 200ms ease;
  opacity: 0;
}
#characterMainContent .selector .item._active:after, #characterMainContent .selector .item:hover:after {
  opacity: 0.4;
}
#characterMainContent .selector .item img {
  height: 100%;
}
#characterMainContent .selector .item + .item {
  margin-left: -1px;
}
@media (max-width: 1079px) {
  #characterMainContent {
    padding-top: 90px;
  }
  #characterMainContent > .selector {
    display: block;
  }
  #characterMainContent .characterWrap {
    position: relative;
    z-index: 2;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-bottom: 20px;
  }
  #characterMainContent .characterWrap .ticker {
    height: 16px;
    background-size: auto 10px;
  }
  #characterMainContent .characterWrap .character {
    display: none;
    position: relative;
    align-items: center;
    padding: 0;
  }
  #characterMainContent .characterWrap .character._active {
    display: flex;
  }
  #characterMainContent .characterWrap .character._active._trans {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
  }
  #characterMainContent .characterWrap .character .bg {
    bottom: auto;
    height: 560px;
    transform: translateX(52%);
  }
  #characterMainContent .characterWrap .character.drawChar-false .detail .info {
    margin-top: 560px;
  }
  #characterMainContent .characterWrap .character .detail {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: block;
    justify-content: end;
    height: 100%;
    max-height: none;
    padding-bottom: 80px;
  }
  #characterMainContent .characterWrap .character .detail .nameEn {
    position: absolute;
    left: 0;
    top: 280px;
  }
  #characterMainContent .characterWrap .character .detail .nameEn img {
    width: 79px;
  }
  #characterMainContent .characterWrap .character .detail .illust {
    position: relative;
    left: 0;
    bottom: 0;
    height: 560px;
    display: block;
  }
  #characterMainContent .characterWrap .character .detail .illust img {
    height: 100%;
    width: auto;
    max-width: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #characterMainContent .characterWrap .character .detail .info {
    min-height: 0;
    flex-direction: column-reverse;
    width: 100%;
    padding: 30px 20px;
  }
  #characterMainContent .characterWrap .character .detail .info .upper {
    display: block;
  }
  #characterMainContent .characterWrap .character .detail .info .upper .nameJa {
    margin: 30px 0;
  }
  #characterMainContent .characterWrap .character .detail .info .upper .nameJa img {
    width: auto;
  }
  #characterMainContent .characterWrap .character .detail .info .upper .profile {
    width: auto;
    flex-shrink: 0;
  }
  #characterMainContent .characterWrap .character .detail .info .upper .profile .desc {
    font-size: 14px;
    line-height: 2;
    background: #000;
    padding: 0 5px;
    color: #D1F300;
  }
  #characterMainContent .characterWrap .character .detail .info .faces img {
    width: 100%;
  }
  #characterMainContent .selector .tabs {
    display: flex;
    position: absolute;
    left: 0;
    height: 25px;
    top: -25px;
  }
  #characterMainContent .selector .tabs button {
    width: 140px;
    font-size: 12px;
    clip-path: polygon(0 0, calc(100% - 5px) 0, 100% 5px, 100% 100%, 0 100%);
  }
  #characterMainContent .selector .tabs button.tankChair {
    clip-path: polygon(5px 0, calc(100% - 5px) 0, 100% 5px, 100% 100%, 0 100%, 0 5px);
  }
  #characterMainContent #globalFooter {
    color: #D1F300;
    padding: 10px 0;
  }
}

#wrapper.lang-en #characterMainContent .characterWrap .character .detail .info .upper .profile .cv span {
  font-size: 12px;
}

#newsMainContent {
  position: relative;
  z-index: 2;
  background-size: 100% auto;
  padding: 120px 0 40px;
  color: #FFF;
}
#newsMainContent .articleList {
  max-width: 800px;
}
#newsMainContent .pagination {
  padding: 40px 0;
  display: flex;
  justify-content: center;
}
#newsMainContent .pagination > a,
#newsMainContent .pagination > span {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}
#newsMainContent .pagination > span {
  opacity: 0.5;
}
#newsMainContent .pagination ul {
  display: flex;
  gap: 10px;
  padding: 0 8px;
  align-items: center;
}
#newsMainContent .pagination ul li a,
#newsMainContent .pagination ul li span {
  font-size: 16px;
  padding: 0 8px;
  opacity: 0.5;
}
#newsMainContent .pagination ul li a:hover {
  opacity: 1;
}
#newsMainContent .pagination ul li .current {
  color: #D1F300;
  opacity: 1;
}
#newsMainContent .pagination ul + a img, #newsMainContent .pagination ul + span img {
  transform: rotate(180deg);
}
@media (max-width: 1079px) {
  #newsMainContent {
    padding: 120px 20px 0;
  }
}

#newsSingleMainContent {
  position: relative;
  z-index: 2;
  padding: 120px 0;
  min-height: 100vh;
  color: #FFF;
}
#newsSingleMainContent .newsSingleArticle {
  max-width: 800px;
  margin: 0 auto;
}
#newsSingleMainContent .newsSingleArticle header p {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
#newsSingleMainContent .newsSingleArticle header p span {
  font-size: 12px;
  height: 17px;
  line-height: 18px;
  background: #FFE800;
  display: block;
  color: #000;
  padding: 0 5px;
}
#newsSingleMainContent .newsSingleArticle header h2 {
  font-size: 36px;
  margin-top: 10px;
}
#newsSingleMainContent .newsSingleArticle .body {
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
  margin-top: 40px;
}
#newsSingleMainContent .newsSingleArticle .body > p {
  margin-bottom: 40px;
}
#newsSingleMainContent .newsSingleArticle .body > div p {
  margin-top: 1em;
}
#newsSingleMainContent .newsSingleArticle .body > div a {
  text-decoration: underline;
}
#newsSingleMainContent .backToList {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
#newsSingleMainContent .backToList .borderdButton {
  border-color: #FFF;
}
#newsSingleMainContent .backToList .borderdButton:before {
  background-image: url(../images/common/borderdButtonTriangleWhite.svg);
}
@media (max-width: 1079px) {
  #newsSingleMainContent {
    padding: 120px 20px 40px;
  }
  #newsSingleMainContent .newsSingleArticle header h2 {
    font-size: 24px;
  }
  #newsSingleMainContent .newsSingleArticle .body {
    font-size: 14px;
  }
  #newsSingleMainContent #globalFooter {
    margin-top: 120px;
  }
}

.pageHead {
  position: relative;
  padding: 160px 140px 0;
}
.pageHead h1 {
  color: #D1F300;
  font-size: 80px;
  line-height: 1;
}
.pageHead p {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 1079px) {
  .pageHead {
    padding: 100px 0 0;
    text-align: center;
  }
  .pageHead h1 {
    font-size: 40px;
  }
  .pageHead p {
    font-size: 18px;
  }
}

.pageTabSeason {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex-shrink: 0;
  position: sticky;
  top: 80px;
}
.pageTabSeason .tabSection {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 150px;
  cursor: pointer;
  transition: background-color 150ms ease, color 150ms ease;
  font-family: "Anton", sans-serif;
  font-size: 18px;
  white-space: nowrap;
  background: #000;
  color: #D1F300;
  border: 1px solid #D1F300;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  transform: rotate(180deg);
  border-radius: 0 4px 4px 0/0 4px 4px 0;
}
.pageTabSeason .tabSection._active {
  background: #D1F300;
  color: #000;
  border-color: #D1F300;
}
@media (max-width: 1079px) {
  .pageTabSeason .tabSection {
    width: 30px;
    height: 100px;
    font-size: 12px;
  }
}

.storyCopy .title,
.storyCopy .titleSub {
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-width: 928px;
  width: 100%;
}
.storyCopy .txtBg {
  display: inline-flex;
  align-items: center;
  background: #000;
  color: #fff;
  padding: 0 8px;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
  width: fit-content;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1000ms ease;
}
.storyCopy .txtBg .highlight {
  color: #ED0DEA;
}
.storyCopy._show .txtBg {
  clip-path: inset(0 0 0 0);
}
.storyCopy .title .txtBg {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.4;
}
.storyCopy .titleSub p {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.6;
}
.storyCopy .titleSub p span.pc_line {
  display: inline-block;
  background: #000;
  color: #FFF;
  padding: 1px 8px;
}
.storyCopy .titleSub p span.pc_line + span.pc_line {
  margin-top: 2px;
}
.storyCopy .txt {
  display: flex;
  gap: 64px;
  align-items: flex-end;
  max-width: 928px;
  width: 100%;
}
.storyCopy .txt .left {
  flex-shrink: 0;
  width: 500px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.6;
}
.storyCopy .txt .right {
  flex: 1;
  min-width: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 1079px) {
  .storyCopy .title .txtBg {
    font-size: 4vw;
    white-space: normal;
  }
  .storyCopy .titleSub p {
    font-size: 14px;
  }
  .storyCopy .titleSub p span.pc_line {
    display: inline;
    background: transparent;
    color: #FFF;
    padding: 0;
  }
  .storyCopy .titleSub p span.sp_line {
    display: inline-block;
    background: #000;
    color: #FFF;
    padding: 1px 8px;
    margin-top: 2px;
  }
  .storyCopy .txt {
    flex-direction: column;
    gap: 40px;
  }
  .storyCopy .txt .left {
    width: 100%;
    font-size: 16px;
  }
  .storyCopy .txt .right {
    font-size: 14px;
  }
}

#wrapper.lang-en .title .txtBg {
  font-size: 40px;
  white-space: nowrap;
}
#wrapper.lang-en .title .txtBg span._1 {
  margin-left: 0.5em;
}
#wrapper.lang-en .title .txtBg span._2 {
  margin: 0 0.5em;
}
@media (max-width: 1079px) {
  #wrapper.lang-en .title .txtBg {
    font-size: 3.5vw;
  }
}

.btnCircle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 230px;
  height: 50px;
  padding: 2px 48px 2px 20px;
  justify-content: center;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-family: "TASA Orbiter", sans-serif;
  font-weight: 800;
  cursor: pointer;
  transition: background 300ms ease, color 300ms ease;
  position: relative;
}
.btnCircle::after {
  content: "";
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 100px;
  background: #D1F300 url(../images/musicbluray/ico_arrow.svg) no-repeat center;
  background-size: 16px auto;
  position: absolute;
  right: 2px;
}
.btnCircle:hover {
  background: #FFF;
  color: #000;
}
.btnCircle._dark {
  background: rgba(0, 0, 0, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.7);
}
.btnCircle._dark:hover {
  background: #000;
  color: #FFF;
}
@media (max-width: 1079px) {
  .btnCircle {
    width: 140px;
    height: 35px;
    font-size: 12px;
    padding: 2px 34px 2px 15px;
    white-space: nowrap;
  }
  .btnCircle::after {
    width: 31px;
    height: 31px;
    background-size: 10px auto;
  }
  .btnCircle._dark {
    background: rgba(0, 0, 0, 0.8);
    border-color: rgba(255, 255, 255, 0.8);
    color: rgba(255, 255, 255, 0.7);
  }
}

#storyMainContent {
  color: #fff;
}
#storyMainContent .contents {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  padding: 72px 0 0 24px;
}
#storyMainContent .container {
  flex: 1;
  min-width: 0;
}
#storyMainContent .storySection,
#storyMainContent .episodeSection {
  display: flex;
  width: 100%;
  padding: 120px 24px 120px 70px;
}
#storyMainContent .storySection {
  flex-direction: column;
  align-items: center;
  gap: 40px;
  background: #D1F300;
  color: #000;
  letter-spacing: 0em;
}
#storyMainContent .storySection h2 {
  font-family: "Anton", sans-serif;
  font-size: 64px;
  line-height: 64px;
  text-align: center;
}
#storyMainContent .episodeSection {
  align-items: flex-start;
  gap: 40px;
  background: #000;
  border: 2px solid #D1F300;
}
#storyMainContent .episodeSection .title {
  flex-shrink: 0;
  width: 286px;
}
#storyMainContent .episodeSection h2 {
  font-family: "Anton", sans-serif;
  font-size: 64px;
  color: #D1F300;
}
#storyMainContent .episodeSection .list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 16px;
  flex: 1;
}
#storyMainContent .episodeSection .list li {
  flex: 0 0 calc(33.333% - 11px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#storyMainContent .episodeSection .list .thumb {
  width: 100%;
  aspect-ratio: 443/249;
  background: #909090;
}
#storyMainContent .episodeSection .list .txt {
  text-align: center;
  color: #D1F300;
}
#storyMainContent .episodeSection .list .num {
  font-family: "Anton", sans-serif;
  font-size: 12px;
}
#storyMainContent .episodeSection .list .title {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1079px) {
  #storyMainContent .contents {
    padding: 38px 0 0 16px;
  }
  #storyMainContent .storySection,
  #storyMainContent .episodeSection {
    padding: 40px 16px;
  }
  #storyMainContent .storySection {
    align-items: flex-start;
  }
  #storyMainContent .storySection h2 {
    font-size: 32px;
    line-height: 32px;
  }
  #storyMainContent .episodeSection {
    flex-direction: column;
  }
  #storyMainContent .episodeSection h2 {
    font-size: 32px;
  }
  #storyMainContent .episodeSection .title {
    width: 100%;
  }
  #storyMainContent .episodeSection .list li {
    flex: 0 0 100%;
  }
}

#movieMainContent {
  padding: 0 140px;
}
#movieMainContent .contents {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  z-index: 1;
  display: flex;
  justify-content: center;
}
#movieMainContent .head {
  flex-shrink: 0;
  height: 100vh;
  min-height: 700px;
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 46px;
}
#movieMainContent .head h1 {
  color: #D1F300;
  font-size: 80px;
  line-height: 1;
}
#movieMainContent .head p {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
}
#movieMainContent .thumbList {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 80px 0;
}
#movieMainContent .thumbList .thumb {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 552px;
  cursor: pointer;
}
#movieMainContent .thumbList .thumb .label {
  color: #D1F300;
  font-size: 12px;
  letter-spacing: 0.02em;
}
#movieMainContent .thumbList .thumb .box {
  position: relative;
  width: 100%;
  aspect-ratio: 552/311;
  background: no-repeat center;
  background-size: cover;
  overflow: hidden;
}
#movieMainContent .thumbList .thumb .playIcon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
}
#movieMainContent .thumbList .thumb .playIcon img {
  width: 100%;
}
#movieMainContent .thumbList .thumb._disabled {
  cursor: default;
  opacity: 0.5;
}
@media (max-width: 1079px) {
  #movieMainContent {
    padding: 100px 16px;
  }
  #movieMainContent .contents {
    padding: 0 16px;
  }
  #movieMainContent .head {
    width: 140px;
    padding: 0 30px 0 0;
    justify-content: flex-start;
    height: auto;
    min-height: auto;
  }
  #movieMainContent .head h1 {
    font-size: 40px;
  }
  #movieMainContent .head p {
    font-size: 18px;
    margin-top: 10px;
  }
  #movieMainContent .thumbList {
    width: 100%;
    padding: 0;
    gap: 24px;
  }
  #movieMainContent .thumbList .thumb .label {
    font-size: 10px;
  }
  #movieMainContent .thumbList .thumb .playIcon {
    width: 40px;
  }
}

#movieModal,
#topMovieModal {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 20;
}
#movieModal .content,
#topMovieModal .content {
  width: 890px;
  height: 501px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#movieModal .content iframe,
#topMovieModal .content iframe {
  width: 100%;
  height: 100%;
}
#movieModal .content a,
#topMovieModal .content a {
  position: absolute;
  top: -80px;
  right: 0;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1079px) {
  #movieModal .content,
  #topMovieModal .content {
    width: 100%;
    height: 56.25vw;
  }
}

#castStaffMainContent {
  color: #fff;
}
#castStaffMainContent .contents {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  padding: 72px 0 0 24px;
}
#castStaffMainContent .container {
  flex: 1;
  min-width: 0;
}
#castStaffMainContent .staffSection,
#castStaffMainContent .castSection {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 120px 24px 120px 70px;
}
#castStaffMainContent .title {
  flex-shrink: 0;
  width: 231px;
}
#castStaffMainContent h2 {
  font-family: "Anton", sans-serif;
  font-size: 64px;
  line-height: 64px;
}
#castStaffMainContent .list {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
#castStaffMainContent .list li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 25%;
}
@media (max-width: 1400px) {
  #castStaffMainContent .list li {
    width: 33.3%;
  }
}
#castStaffMainContent .list .tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
#castStaffMainContent .list .name {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  white-space: nowrap;
}
#castStaffMainContent .list .name span {
  font-size: 14px;
  line-height: 1.8;
}
#castStaffMainContent .list li.hasComment {
  cursor: pointer;
}
#castStaffMainContent .list li.hasComment .name {
  padding-right: 36px;
  position: relative;
}
#castStaffMainContent .list li.hasComment .name::after {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-left: 10px;
  width: 22px;
  height: 22px;
  background: url(../images/caststaff/message-icon.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#castStaffMainContent .staffSection {
  background: #D1F300;
  color: #000;
}
#castStaffMainContent .staffSection .list li:first-child {
  width: 100% !important;
  padding-bottom: 20px;
}
#castStaffMainContent .staffSection .list .tag {
  background: #000;
  color: #D1F300;
}
#castStaffMainContent .staffSection .list .name {
  color: #000;
}
#castStaffMainContent .castSection {
  background: #000;
  border: 2px solid #D1F300;
  color: #fff;
}
#castStaffMainContent .castSection .list .tag {
  background: #D1F300;
  color: #000;
}
#castStaffMainContent .castSection .list .name {
  color: #D1F300;
}
#castStaffMainContent .castSection .list .name::after {
  background-image: url(../images/caststaff/message-icon-yellow.svg) !important;
}
@media (max-width: 1079px) {
  #castStaffMainContent .contents {
    padding: 38px 0 0 16px;
  }
  #castStaffMainContent .staffSection,
  #castStaffMainContent .castSection {
    flex-direction: column;
    gap: 40px;
    padding: 40px 16px;
  }
  #castStaffMainContent .title {
    width: 100%;
  }
  #castStaffMainContent h2 {
    font-size: 32px;
    line-height: 32px;
  }
  #castStaffMainContent .list {
    margin: 0 -5px;
  }
  #castStaffMainContent .list li {
    width: 50%;
    padding: 0 5px;
  }
  #castStaffMainContent .list .tag {
    font-size: 13px;
    padding: 3px 6px 4px;
  }
  #castStaffMainContent .list .name {
    font-size: 16px;
    white-space: normal;
  }
  #castStaffMainContent .staffSection .list li:first-child span {
    display: block;
  }
  #castStaffMainContent .staffSection .list li:nth-child(2), #castStaffMainContent .staffSection .list li:nth-child(12) {
    width: 100%;
  }
}

@media (max-width: 1800px) {
  #wrapper.lang-en #castStaffMainContent .list li {
    width: 33.3%;
  }
}
@media (max-width: 1470px) {
  #wrapper.lang-en #castStaffMainContent .list li {
    width: 50%;
  }
}
@media (max-width: 1400px) {
  #wrapper.lang-en #castStaffMainContent .list li {
    width: 50%;
  }
}
#wrapper.lang-en #castStaffMainContent .list li .tag {
  font-size: 15px;
}
@media (max-width: 1079px) {
  #wrapper.lang-en #castStaffMainContent .list li .tag {
    font-size: 13px;
  }
}
@media (max-width: 650px) {
  #wrapper.lang-en #castStaffMainContent .list li[data-target=_2] {
    width: 100%;
  }
}

#onairMainContent {
  color: #fff;
}
#onairMainContent .contents {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  padding: 72px 0 0 24px;
}
#onairMainContent .container {
  flex: 1;
  min-width: 0;
}
#onairMainContent .broadcastSection,
#onairMainContent .streamingSection {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 120px 24px 120px 70px;
  background: #000;
  border: 2px solid #D1F300;
}
#onairMainContent .title {
  flex-shrink: 0;
  width: 348px;
}
#onairMainContent h2 {
  font-family: "Anton", sans-serif;
  font-size: 64px;
  line-height: 64px;
  color: #D1F300;
}
#onairMainContent .text {
  flex: 1;
  min-width: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#onairMainContent .lead {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.4;
}
#onairMainContent .lead .note {
  margin-top: 8px;
}
#onairMainContent .note {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.8;
}
#onairMainContent .listBroadcast {
  display: flex;
  flex-direction: column;
}
#onairMainContent .listBroadcast .liBroadcast {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #252525;
  font-size: 18px;
  line-height: 1.6;
}
#onairMainContent .listBroadcast .liBroadcast .station {
  flex: 1;
  min-width: 0;
  font-weight: 800;
  color: #D1F300;
}
#onairMainContent .listBroadcast .liBroadcast .time {
  flex: 1;
  min-width: 0;
  font-weight: 600;
}
#onairMainContent .category .catTitle {
  font-size: 24px;
  font-weight: 600;
  color: #D1F300;
  margin-bottom: 24px;
}
#onairMainContent .listStreaming {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#onairMainContent .listStreaming .btnStreaming {
  width: 250px;
  padding: 16px;
  border: 1px solid #565656;
  font-size: 16px;
  font-weight: 600;
  color: #D1F300;
  text-align: center;
}
@media (max-width: 1079px) {
  #onairMainContent .contents {
    padding: 38px 0 0 16px;
  }
  #onairMainContent .broadcastSection,
  #onairMainContent .streamingSection {
    flex-direction: column;
    gap: 40px;
    padding: 40px 16px;
  }
  #onairMainContent .title {
    width: 100%;
  }
  #onairMainContent h2 {
    font-size: 32px;
    line-height: 32px;
  }
  #onairMainContent .lead {
    font-size: 18px;
  }
  #onairMainContent .listBroadcast .liBroadcast {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 16px 0;
    font-size: 16px;
  }
  #onairMainContent .listStreaming {
    gap: 8px;
  }
  #onairMainContent .listStreaming .btnStreaming {
    padding: 8px;
    width: calc(50% - 5px);
    font-size: 12px;
  }
  #onairMainContent .listStreaming .btnStreaming span {
    display: block;
  }
}

#musicBlurayMainContent {
  color: #fff;
}
#musicBlurayMainContent .contents {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  padding: 72px 0 0 24px;
}
#musicBlurayMainContent .container {
  flex: 1;
  min-width: 0;
}
#musicBlurayMainContent .musicSection,
#musicBlurayMainContent .blurayeSection {
  width: 100%;
  padding: 120px 24px 120px 70px;
  background: #000;
  border: 2px solid #D1F300;
}
#musicBlurayMainContent .blurayeSection {
  border-top: none;
}
#musicBlurayMainContent .title {
  margin-bottom: 40px;
}
#musicBlurayMainContent h2 {
  font-family: "Anton", sans-serif;
  font-size: 64px;
  line-height: 64px;
  color: #D1F300;
}
#musicBlurayMainContent .listCd {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#musicBlurayMainContent .listCd .liCd {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 24px;
}
#musicBlurayMainContent .listCd .liCd .main {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 64px;
}
#musicBlurayMainContent .listCd .liCd .cover {
  flex-shrink: 0;
  width: 465px;
  height: 465px;
  background: #000;
  overflow: hidden;
}
#musicBlurayMainContent .listCd .liCd .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#musicBlurayMainContent .listCd .liCd .title {
  flex: 1;
  min-width: 0;
  margin-bottom: 0;
  line-height: 1.6;
}
#musicBlurayMainContent .listCd .liCd .title .theme {
  font-size: 12px;
  font-weight: 800;
  color: #D1F300;
}
#musicBlurayMainContent .listCd .liCd .title .song {
  font-size: 36px;
  font-weight: 800;
}
#musicBlurayMainContent .listCd .liCd .title .artist {
  font-size: 22px;
  font-weight: 800;
}
#musicBlurayMainContent .listCd .liCd .title .info {
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 0.05em;
}
#musicBlurayMainContent .listCd .liCd .btn {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 64px;
}
#musicBlurayMainContent .listCd .liCd .btn .btnCircle {
  width: 250px;
}
#musicBlurayMainContent .listBluray {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#musicBlurayMainContent .listBluray .liBluray {
  display: flex;
  gap: 64px;
  align-items: center;
  width: 100%;
}
#musicBlurayMainContent .listBluray .liBluray .cover {
  flex-shrink: 0;
  width: 403px;
  height: 504px;
  background: #909090;
  overflow: hidden;
}
#musicBlurayMainContent .listBluray .liBluray .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#musicBlurayMainContent .listBluray .liBluray .main {
  flex-shrink: 0;
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
#musicBlurayMainContent .listBluray .liBluray .main .title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 0;
}
#musicBlurayMainContent .listBluray .liBluray .main .info {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
#musicBlurayMainContent .listBluray .liBluray .main .info p {
  line-height: 1.6;
}
#musicBlurayMainContent .listBluray .liBluray .detail {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
#musicBlurayMainContent .listBluray .liBluray .detail .liInfo .label {
  color: #D1F300;
}
#musicBlurayMainContent .listBluray .liBluray .detail .liInfo .value {
  line-height: 1.6;
}
@media (max-width: 1079px) {
  #musicBlurayMainContent .contents {
    padding: 38px 0 0 16px;
  }
  #musicBlurayMainContent .musicSection,
  #musicBlurayMainContent .blurayeSection {
    padding: 40px 16px;
  }
  #musicBlurayMainContent h2 {
    font-size: 32px;
    line-height: 32px;
  }
  #musicBlurayMainContent .listCd {
    gap: 40px;
  }
  #musicBlurayMainContent .listCd .liCd {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 24px;
  }
  #musicBlurayMainContent .listCd .liCd .main {
    gap: 16px;
    width: 100%;
    justify-content: center;
  }
  #musicBlurayMainContent .listCd .liCd .cover {
    width: 160px;
    height: 160px;
  }
  #musicBlurayMainContent .listCd .liCd .title .theme {
    font-size: 10px;
  }
  #musicBlurayMainContent .listCd .liCd .title .song {
    font-size: 22px;
  }
  #musicBlurayMainContent .listCd .liCd .title .artist {
    font-size: 14px;
  }
  #musicBlurayMainContent .listCd .liCd .title .info {
    margin-top: 0px;
    font-size: 12px;
  }
  #musicBlurayMainContent .listCd .liCd .btn {
    display: flex;
    flex-direction: row;
    padding-right: 0;
    justify-content: center;
    width: 100%;
  }
  #musicBlurayMainContent .listBluray {
    gap: 40px;
  }
  #musicBlurayMainContent .listBluray .liBluray {
    flex-wrap: wrap;
    gap: 16px;
  }
  #musicBlurayMainContent .listBluray .liBluray .cover {
    width: 140px;
    height: 200px;
  }
  #musicBlurayMainContent .listBluray .liBluray .main {
    width: calc(100% - 156px);
    gap: 8px;
  }
  #musicBlurayMainContent .listBluray .liBluray .main .title {
    font-size: 14px;
    line-height: 1.6;
  }
  #musicBlurayMainContent .listBluray .liBluray .main .info {
    font-size: 12px;
  }
  #musicBlurayMainContent .listBluray .liBluray .detail {
    flex-basis: 100%;
    padding-top: 8px;
    font-size: 12px;
  }
}
