@charset "UTF-8";
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";
/*-------------------------------------
reset css
-------------------------------------*/
/*
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2\a?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700\a&family=Gabriela\a&family=Noto+Sans+JP:wght@100..900\a&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900\a&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
select, button, input, textarea,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.bg-yellow {
  background: #fde960; }

.bg-orange {
  background: #ff8600; }

.bg-blue {
  background: #00c5ff; }

.bg-green {
  background: #9cc813; }

.bg-black {
  background: #000000; }

/*-------------------------------------
 Base Settings
-------------------------------------*/
body {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: #1e1d1d;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 0; }

/* --------------------
  tags
-------------------- */
a {
  color: #104ea1;
  text-decoration: none; }

a.link-txt {
  color: #0057CD; }

b {
  font-weight: bold; }

i {
  display: inline-block; }

em {
  font-style: normal; }

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto; }

iframe,
object,
video,
embed {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

table {
  width: 100%; }

* {
  box-sizing: border-box;
  outline: none; }

input,
textarea {
  border: none; }

button.ti {
  text-indent: 160%; }

.bx-controls-auto {
  display: none; }

.u-tc {
  text-align: center !important; }

.disable,
.disable-link {
  cursor: default;
  opacity: 0.3 !important;
  text-decoration: none !important; }
  .disable a,
  .disable-link a {
    text-decoration: none !important;
    cursor: default;
    pointer-events: none; }
  .disable:hover,
  .disable-link:hover {
    cursor: default;
    opacity: 0.3 !important;
    text-decoration: none !important; }

.em-txt {
  color: #b37e00;
  font-weight: bold; }

.link-txt {
  text-decoration: underline; }
  .link-txt:hover {
    text-decoration: none; }

.font-family2 {
  font-family: "Crimson Text", serif; }

/*
.thank-you {
  margin-left: 100px;
} */
.line-through {
  text-decoration: line-through; }

.flex {
  display: -ms-flexbox;
  display: flex; }

.protect-box {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none; }

img.protect {
  pointer-events: none; }

img.protect.active {
  opacity: 1; }

.u-b {
  font-weight: bold; }

.u-tl {
  text-align: left !important; }

.u-tc {
  text-align: center !important; }

.u-tr {
  text-align: right !important; }

.u-db {
  display: block !important; }

.u-di {
  display: inline-block !important; }

.u-fl {
  float: left !important; }

.u-fr {
  float: right !important; }

.u-b {
  font-weight: bold !important; }

.u-cp {
  cursor: pointer !important; }

.u-vt {
  vertical-align: top !important; }

.u-vm {
  vertical-align: middle !important; }

.u-vba {
  vertical-align: baseline !important; }

.u-vbo {
  vertical-align: bottom !important; }

.u-f12 {
  font-size: 12px !important;
  line-height: 22px !important; }

.u-f13 {
  font-size: 13px !important;
  line-height: 24px !important; }

.u-f14 {
  font-size: 14px !important;
  line-height: 27px !important; }

.u-f15 {
  font-size: 15px !important;
  line-height: 30px !important; }

.u-f25 {
  font-size: 25px !important;
  line-height: 2 !important; }

.u-pink {
  color: #fc008c !important; }

.u-white {
  color: #ffffff !important; }

.u-orange {
  color: #ff8600; }

.u-green {
  color: #7ac226; }

.u-blue {
  color: #3399cc; }

.u-gray {
  color: #999999; }

.u-black {
  color: #1e1d1d; }

.u-red {
  color: #EB312D !important; }

.u-mtn {
  margin-top: 0 !important; }

.u-mts {
  margin-top: 10px !important; }

.u-mtm {
  margin-top: 20px !important; }

.u-mtl {
  margin-top: 30px !important; }

.u-mtx {
  margin-top: 40px !important; }

.u-mtxl {
  margin-top: 50px !important; }

.u-mbn {
  margin-bottom: 0 !important; }

.u-mbs {
  margin-bottom: 10px !important; }

.u-mbm {
  margin-bottom: 20px !important; }

.u-mbl {
  margin-bottom: 30px !important; }

.u-mbx {
  margin-bottom: 40px !important; }

.u-mbxl {
  margin-bottom: 50px !important; }

.u-mln {
  margin-left: 0 !important; }

.u-mls {
  margin-left: 10px !important; }

.u-mlm {
  margin-left: 20px !important; }

.u-mll {
  margin-left: 30px !important; }

.u-mlx {
  margin-left: 40px !important; }

.u-mlxl {
  margin-left: 50px !important; }

.u-mrn {
  margin-right: 0 !important; }

.u-mrs {
  margin-right: 10px !important; }

.u-mrm {
  margin-right: 20px !important; }

.u-mrl {
  margin-right: 30px !important; }

.u-mrx {
  margin-right: 40px !important; }

.u-mrxl {
  margin-right: 50px !important; }

.u-mra {
  margin-right: auto !important; }

.u-mla {
  margin-left: auto !important; }

.u-mca {
  margin-left: auto !important;
  margin-right: auto !important; }

.u-ptn {
  padding-top: 0 !important; }

.u-pts {
  padding-top: 10px !important; }

.u-ptm {
  padding-top: 20px !important; }

.u-ptl {
  padding-top: 30px !important; }

.u-ptx {
  padding-top: 40px !important; }

.u-ptxl {
  padding-top: 50px !important; }

.u-pbn {
  padding-bottom: 0 !important; }

.u-pbs {
  padding-bottom: 10px !important; }

.u-pbm {
  padding-bottom: 20px !important; }

.u-pbl {
  padding-bottom: 30px !important; }

.u-pbx {
  padding-bottom: 40px !important; }

.u-pbxl {
  padding-bottom: 50px !important; }

.u-pln {
  padding-left: 0 !important; }

.u-pls {
  padding-left: 10px !important; }

.u-plm {
  padding-left: 20px !important; }

.u-pll {
  padding-left: 30px !important; }

.u-plx {
  padding-left: 40px !important; }

.u-plxl {
  padding-left: 50px !important; }

.u-prn {
  padding-right: 0 !important; }

.u-prs {
  padding-right: 10px !important; }

.u-prm {
  padding-right: 20px !important; }

.u-prl {
  padding-right: 30px !important; }

.u-prx {
  padding-right: 40px !important; }

.u-prxl {
  padding-right: 50px !important; }

.loader-simple, .loader-simple.style2 {
  height: 3em;
  width: 3em;
  animation: rotation 1s infinite linear;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto; }

.style2.loader-simple {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-top-color: rgba(255, 255, 255, 0.7); }

@keyframes rotation {
  to {
    transform: rotate(360deg); } }

.sp {
  display: none !important; }

.opac {
  transition: 0.3s; }
  .opac:hover {
    opacity: 0.7; }

.container {
  width: 1080px;
  margin: 0 auto; }

.container2 {
  width: 1060px;
  margin: 0 auto; }

.second-container {
  width: 1120px;
  margin: 0 auto; }

/* header
--------------- */
.header {
  height: 120px;
  background-color: #ffffff; }
  .header .parts-ticker {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    line-height: 17px; }
  .header .fixed-area {
    position: fixed;
    background-color: #ffffff;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4); }
  .header .container {
    position: relative; }
  .header .logo-wrap {
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .header .logo-wrap .logo {
      position: absolute;
      background: url(../img/header_logo.png) no-repeat;
      background-size: 100%;
      width: 214px;
      aspect-ratio: 214/133;
      top: 10px;
      display: block;
      text-indent: -9999px;
      transition: .3s; }
      .header .logo-wrap .logo.mini {
        width: 147.21019px; }
    .header .logo-wrap a {
      background-size: contain; }
  .header .header-inner {
    width: 1080px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .header .header-inner a {
      color: #000; }
  .header .pc-right-box {
    width: 750px; }
  .header .pc-menu-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    font-family: "Roboto Condensed", sans-serif; }
    .header .pc-menu-wrap .pc-menu {
      font-weight: bold;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end;
      width: 100%;
      font-size: 22px; }
      .header .pc-menu-wrap .pc-menu .main-menu {
        width: 16.666%;
        position: relative; }
        .header .pc-menu-wrap .pc-menu .main-menu:not(.disable).active > a, .header .pc-menu-wrap .pc-menu .main-menu:not(.disable):hover > a {
          color: #EB312D; }
          .header .pc-menu-wrap .pc-menu .main-menu:not(.disable).active > a:before, .header .pc-menu-wrap .pc-menu .main-menu:not(.disable):hover > a:before {
            content: "";
            display: block;
            height: 4px;
            left: 0;
            top: 0;
            position: absolute;
            width: 100%;
            background: #EB312D;
            border-radius: 0 0 100px 100px; }
        .header .pc-menu-wrap .pc-menu .main-menu > a {
          color: #000;
          text-align: center;
          font-family: "Gabriela", serif;
          font-size: 22px;
          font-weight: 400;
          line-height: 1.36364;
          height: 80px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          border-bottom: 4px solid #ffffff;
          transition-duration: .3s; }
        .header .pc-menu-wrap .pc-menu .main-menu.off a, .header .pc-menu-wrap .pc-menu .main-menu.disable a {
          pointer-events: none;
          color: #c0c0c0; }
        .header .pc-menu-wrap .pc-menu .main-menu.off:hover a, .header .pc-menu-wrap .pc-menu .main-menu.disable:hover a {
          border-bottom: 4px solid #ffffff; }
        .header .pc-menu-wrap .pc-menu .main-menu.disable {
          opacity: 1 !important; }
  .header .ticker-box {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    height: 40px;
    padding: 0 10px 0 20px;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(90deg, #DBD6E4 0%, #E4DDE8 100%); }
    .header .ticker-box .date {
      margin-right: 8px;
      color: #003782;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.0625;
      letter-spacing: 0.0625em;
      min-width: 86px; }
    .header .ticker-box .txt {
      color: #000;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 12px;
      font-weight: 700;
      line-height: 1.16667;
      letter-spacing: 0.08333em; }

/* footer
--------------- */
.footer {
  box-sizing: border-box;
  color: #ffffff;
  z-index: 3;
  position: relative;
  text-align: center; }
  .footer.notice-off {
    padding-bottom: 0; }
  .footer .sns-icon-list-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 20px; }
    .footer .sns-icon-list-box li {
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: contain;
      width: 40px;
      aspect-ratio: 1/1; }
      .footer .sns-icon-list-box li.twitter {
        background-image: url("../img/icon_x.png"); }
      .footer .sns-icon-list-box li.instagram {
        background-image: url("../img/icon_instagram.png"); }
      .footer .sns-icon-list-box li a {
        display: block;
        width: 100%;
        height: 100%; }
  .footer a {
    color: #ffffff; }
  .footer ul.detail-nav-list-box {
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px; }
    .footer ul.detail-nav-list-box > li {
      width: 25%; }
  .footer .child-list-box {
    margin-left: 2px;
    line-height: 28px; }
    .footer .child-list-box > li {
      margin-bottom: 0px;
      font-size: 12px; }
      .footer .child-list-box > li:before {
        content: "-";
        margin-right: 5px; }
      .footer .child-list-box > li a {
        transition: 0.3s;
        text-decoration: underline; }
        .footer .child-list-box > li a:hover {
          text-decoration: none; }
  .footer .child2-list-box {
    margin-left: 10px;
    font-size: 11px; }
    .footer .child2-list-box li {
      margin-top: 0px; }
      .footer .child2-list-box li:before {
        content: "・";
        margin-right: 2px; }
  .footer .copy {
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 2.5;
    letter-spacing: 0.08333em;
    margin-top: 8px; }
  .footer .backnumber {
    font-weight: bold;
    font-size: 16px;
    background: #000;
    padding: 0;
    line-height: 50px; }
    .footer .backnumber .container {
      text-align: right;
      -ms-flex-pack: end;
          justify-content: flex-end;
      display: -ms-flexbox;
      display: flex; }
      .footer .backnumber .container h2 {
        color: #fff; }
    .footer .backnumber .history-links {
      margin-left: 20px;
      font-size: 16px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
    .footer .backnumber .history-link {
      color: #EB312D;
      margin-left: 15px;
      transition: All 0.3s ease; }
      .footer .backnumber .history-link:hover {
        opacity: 0.7; }

.footer-top {
  background: linear-gradient(90deg, #311E70 0%, #C0775D 100%);
  padding-top: 30px;
  padding-bottom: 26px; }

.modal-wrap,
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0; }

.modal-wrap {
  z-index: 1050; }

.modal-parts {
  background: #ffffff;
  padding: 100px 80px 0;
  width: 1120px;
  box-sizing: border-box;
  max-height: 80vh;
  max-width: 80vw;
  overflow-y: scroll;
  margin: auto;
  font-size: 18px; }
  .modal-parts.modal-parts-comment-artist {
    width: auto;
    padding: 0;
    background: none; }
  .modal-parts .modal-box {
    margin-bottom: 80px; }
    .modal-parts .modal-box > .ttl {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      font-weight: bold;
      margin-bottom: 60px;
      font-size: 33px;
      line-height: 50px;
      color: #d99f17; }
    .modal-parts .modal-box .em-txt {
      font-size: 26px; }
    .modal-parts .modal-box .txt-area {
      line-height: 40px; }
      .modal-parts .modal-box .txt-area a {
        color: #3399cc;
        text-decoration: underline; }
        .modal-parts .modal-box .txt-area a:hover {
          text-decoration: none; }

.modal-youtube {
  width: 800px;
  height: 450px; }

.modal-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 0; }

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  height: auto;
  margin: 0 auto;
  transition: 0.3s;
  opacity: 0; }

.modal-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -40px;
  right: -2px;
  z-index: 10;
  transition: 0.3s; }
  .modal-close:hover {
    transform: rotate(90deg); }
  .modal-close:before, .modal-close:after {
    display: block;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 2px;
    background: #fff;
    left: 0;
    content: ""; }
  .modal-close:before {
    transform: rotate(-45deg); }
  .modal-close:after {
    transform: rotate(45deg); }

.modal-overlay,
.modal-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6); }

.discontinue .modal-parts {
  padding: 80px 80px 50px; }
  .discontinue .modal-parts .modal-box {
    margin-bottom: 0;
    text-align: center; }
  .discontinue .modal-parts .img-box {
    text-align: center;
    margin-bottom: 56px; }
    .discontinue .modal-parts .img-box img {
      max-width: 65%;
      width: auto; }
  .discontinue .modal-parts .modal-box > .ttl {
    margin-bottom: 30px; }
  .discontinue .modal-parts .modal-box > .color-red {
    color: #104ea1; }
  .discontinue .modal-parts .f-bold {
    font-weight: bold;
    color: #104ea1;
    font-size: 22px;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 35px; }

@keyframes modal-video {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px); }
  to {
    transform: translate(0, 0); } }

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: .3s;
  animation-name: modal-video;
  transition: opacity .3s ease-out; }

.modal-video-close {
  opacity: 0; }

.modal-video-close .modal-video-movie-wrap {
  transform: translate(0, 100px); }

.modal-video-body {
  max-width: 800px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table; }

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: .3s;
  animation-name: modal-video-inner;
  transform: translate(0, 0);
  transition: transform .3s ease-out; }

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

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent; }

.modal-video-close-btn:before {
  transform: rotate(45deg); }

.modal-video-close-btn:after {
  transform: rotate(-45deg); }

.modal-video-close-btn:before,
.modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px; }

.modal-qr {
  text-align: center; }
  .modal-qr img.qr {
    width: 300px; }

.bx-wrapper {
  position: relative; }

.bx-controls .bx-controls-direction a {
  position: absolute;
  background-size: 100%;
  background-position: no-repeat;
  top: 50%;
  margin-top: -20px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  text-indent: -9999px; }
  .bx-controls .bx-controls-direction a.disabled {
    opacity: 0.3; }
  .bx-controls .bx-controls-direction a.bx-prev {
    left: -34px; }
    .bx-controls .bx-controls-direction a.bx-prev:before {
      transform: rotate(225deg);
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      border-top: solid 3px #efb44c;
      border-right: solid 3px #efb44c; }
  .bx-controls .bx-controls-direction a.bx-next {
    right: -34px;
    transform: translateY(-50%) scale(-1, 1); }
    .bx-controls .bx-controls-direction a.bx-next:before {
      transform: rotate(225deg);
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      border-top: solid 3px #efb44c;
      border-right: solid 3px #efb44c; }

.bx-pager {
  margin-top: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .bx-pager .bx-pager-item a {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    margin: 0 5px;
    text-indent: -9999px;
    background: #8a672c; }
    .bx-pager .bx-pager-item a.active {
      background: #efb44c; }

html:has(body.artist.lineup) {
  scroll-padding-top: 200px;
  scroll-behavior: smooth; }

body.second .second-box {
  font-size: 14px;
  line-height: 30px;
  width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px 0 120px;
  position: relative;
  z-index: 10; }
  body.second .second-box.news {
    font-size: 16px;
    line-height: 30px;
    width: 1080px; }
    body.second .second-box.news .news-title {
      margin-bottom: 30px;
      font-weight: bold;
      font-size: 22px;
      line-height: 34px; }
      body.second .second-box.news .news-title .date {
        margin-bottom: 10px;
        color: #EB312D;
        font-size: 15px;
        line-height: 20px; }
    body.second .second-box.news .news__imageWrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      body.second .second-box.news .news__imageWrap--2col {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    body.second .second-box.news .news__header--h2 {
      position: relative;
      font-size: 20px;
      font-weight: bold;
      padding-left: 24px; }
      body.second .second-box.news .news__header--h2::before {
        content: "";
        position: absolute;
        width: 17px;
        height: 17px;
        transform: translate(0, -50%) rotate(45deg);
        top: 50%;
        left: 0;
        background: #000000; }
    body.second .second-box.news .news__header--h3 {
      font-size: 20px;
      font-weight: bold; }
    body.second .second-box.news .news__header--h4 {
      font-size: 18px;
      font-weight: bold; }
    body.second .second-box.news .news__txtlink {
      color: #EB312D;
      text-decoration: underline; }
    body.second .second-box.news .fs--sm {
      font-size: 14px; }
    body.second .second-box.news .fs--bold {
      font-weight: bold; }
    body.second .second-box.news .color--pink {
      color: #fc008c; }
    body.second .second-box.news .color--orange {
      color: #EB312D; }
    body.second .second-box.news .color--green {
      color: #7ac226; }
    body.second .second-box.news .color--blue {
      color: #3399cc; }
    body.second .second-box.news .color--gray {
      color: #999999; }
    body.second .second-box.news .txt--marker {
      text-decoration: underline;
      text-decoration-thickness: 1.4em;
      -webkit-text-decoration-color: #fff000;
              text-decoration-color: #fff000;
      text-underline-offset: -1.2em; }

body.second .fixed-wrap2 {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
  left: 0;
  z-index: 100; }
  body.second .fixed-wrap2 .fixed-area2 {
    z-index: 990;
    position: relative; }

body.second .second-main .container {
  position: relative;
  height: 120px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  box-sizing: border-box; }

body.second .second-main .post-title {
  color: #FFF;
  text-align: center;
  text-shadow: -1px 1px 0 #2F2C63, -2px 2px 0 #2F2C63, -3px 3px 0 #2F2C63, -4px 4px 0 #2F2C63, -5px 5px 0 #2F2C63, -6px 6px 0 #2F2C63, -7px 7px 0 #2F2C63;
  font-family: "Gabriela", serif;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.01667em; }

body.second .second-main .breadcrump-list-box {
  position: absolute;
  top: 4px;
  left: 214px;
  display: -ms-flexbox;
  display: flex; }
  body.second .second-main .breadcrump-list-box.pc-bk,
  body.second .second-main .breadcrump-list-box.pc-bk a {
    color: z; }
  body.second .second-main .breadcrump-list-box li {
    font-size: 14px;
    margin-right: 10px; }
    body.second .second-main .breadcrump-list-box li:first-child:before {
      content: "";
      display: none; }
    body.second .second-main .breadcrump-list-box li:before {
      content: ">";
      margin-right: 10px; }
    body.second .second-main .breadcrump-list-box li, body.second .second-main .breadcrump-list-box li a {
      color: #fff; }
    body.second .second-main .breadcrump-list-box li a {
      text-decoration: underline; }
      body.second .second-main .breadcrump-list-box li a:hover {
        text-decoration: none; }

body.second .second-main.lineup, body.second .second-main.artist, body.second .second-main.artist.detail {
  position: relative;
  z-index: 30; }

body.second .second-main.lineup {
  height: 147px; }

body.second .second-main.lineup, body.second .second-main.artist, body.second .second-main.artist.detail, body.second .second-main.ticket, body.second .second-main.areamap, body.second .second-main.news, body.second .second-main.qa, body.second .second-main.goods, body.second .second-main.emoney, body.second .second-main.guideline, body.second .second-main.timetable {
  background: url(../img/second_main_bg_pc.png) #17105C;
  background-position: center bottom;
  background-repeat: no-repeat; }

body.second .black-ttl-wrap {
  color: #ffffff;
  background: #0c2430;
  height: 52px; }
  body.second .black-ttl-wrap ul.black-ttl-list-box {
    display: -ms-flexbox;
    display: flex; }
    body.second .black-ttl-wrap ul.black-ttl-list-box li {
      box-sizing: border-box;
      width: 50%;
      padding-left: 30px;
      font-size: 36px;
      height: 52px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center; }
      body.second .black-ttl-wrap ul.black-ttl-list-box li .place {
        margin-top: 7px;
        font-weight: bold;
        font-family: "Crimson Text", serif; }
        body.second .black-ttl-wrap ul.black-ttl-list-box li .place:before {
          content: "";
          width: 23px;
          height: 23px;
          display: inline-block;
          position: relative;
          top: -2px;
          margin-right: 18px; }
      body.second .black-ttl-wrap ul.black-ttl-list-box li .sublink {
        padding-right: 40px;
        font-size: 18px; }
      body.second .black-ttl-wrap ul.black-ttl-list-box li .arrow {
        position: relative;
        font-weight: bold; }
        body.second .black-ttl-wrap ul.black-ttl-list-box li .arrow:before {
          content: "";
          display: inline-block;
          width: 25px;
          position: relative;
          top: -4px;
          height: 10px;
          margin-right: 18px; }

body.second .page-nav-list-wrap .page-nav-list-wrap-inner {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 1080px;
  margin: -27px auto 0;
  background: linear-gradient(90deg, #FFC545 0%, #FFD985 100%);
  box-shadow: 1px -1px 0 0 #FFF inset;
  border-radius: 27px; }
  body.second .page-nav-list-wrap .page-nav-list-wrap-inner .page-nav-list-active-line {
    display: none; }
  body.second .page-nav-list-wrap .page-nav-list-wrap-inner.style1 li {
    position: relative; }
    body.second .page-nav-list-wrap .page-nav-list-wrap-inner.style1 li a {
      height: 54px;
      padding-top: 12px;
      padding-bottom: 12px;
      box-sizing: border-box;
      transition: 0.1s; }
    body.second .page-nav-list-wrap .page-nav-list-wrap-inner.style1 li:after {
      position: absolute;
      content: "";
      display: block;
      width: 1px;
      height: 20px;
      background: rgba(0, 0, 0, 0.6);
      z-index: 2;
      top: 50%;
      transform: translateY(-50%);
      right: 0; }
    body.second .page-nav-list-wrap .page-nav-list-wrap-inner.style1 li:last-child:after {
      content: none; }
  body.second .page-nav-list-wrap .page-nav-list-wrap-inner.style2 li {
    font-size: 18px; }
    body.second .page-nav-list-wrap .page-nav-list-wrap-inner.style2 li a {
      height: 58px;
      box-sizing: border-box;
      color: #0c2430;
      padding-top: 13px; }
  body.second .page-nav-list-wrap .page-nav-list-wrap-inner.length2 li {
    width: calc(100% / 2); }
  body.second .page-nav-list-wrap .page-nav-list-wrap-inner.length2 .page-nav-list-active-line {
    width: calc(100% / 2); }
  body.second .page-nav-list-wrap .page-nav-list-wrap-inner.length3 li {
    width: calc(100% / 3); }
  body.second .page-nav-list-wrap .page-nav-list-wrap-inner.length3 .page-nav-list-active-line {
    width: calc(100% / 3); }
  body.second .page-nav-list-wrap .page-nav-list-wrap-inner.length3 .page-nav-list-active-line.pc-length6 {
    width: calc(100% / 6); }
  body.second .page-nav-list-wrap .page-nav-list-wrap-inner.length4 li {
    width: calc(100% / 4); }
  body.second .page-nav-list-wrap .page-nav-list-wrap-inner.length4 .page-nav-list-active-line {
    width: calc(100% / 4); }
  body.second .page-nav-list-wrap .page-nav-list-wrap-inner.length6 li {
    width: calc(100% / 6); }
  body.second .page-nav-list-wrap .page-nav-list-wrap-inner.length6 .page-nav-list-active-line {
    width: calc(100% / 6); }

body.second .page-nav-list-wrap .page-nav-list-box.pc-column2 {
  width: 50%; }

body.second .page-nav-list-wrap .page-nav-list-box {
  width: 100%;
  display: -ms-flexbox;
  display: flex; }
  body.second .page-nav-list-wrap .page-nav-list-box > li .youbi {
    font-size: 14px;
    color: #000;
    text-align: center;
    text-shadow: -1px 1px 0 rgba(255, 255, 255, 0.7);
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    line-height: 1.28571;
    letter-spacing: 0.07143em; }
  body.second .page-nav-list-wrap .page-nav-list-box > li a {
    box-sizing: border-box;
    padding: 12px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
        align-items: baseline;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 10px;
    color: #000;
    text-align: center;
    text-shadow: -1px 1px 0 rgba(255, 255, 255, 0.7);
    font-size: 30px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03333em;
    position: relative; }
    body.second .page-nav-list-wrap .page-nav-list-box > li a:hover, body.second .page-nav-list-wrap .page-nav-list-box > li a:hover .youbi, body.second .page-nav-list-wrap .page-nav-list-box > li a.active, body.second .page-nav-list-wrap .page-nav-list-box > li a.active .youbi {
      color: #EB312D; }
    body.second .page-nav-list-wrap .page-nav-list-box > li a:hover::before, body.second .page-nav-list-wrap .page-nav-list-box > li a.active::before {
      opacity: 1; }
    body.second .page-nav-list-wrap .page-nav-list-box > li a::before {
      content: '';
      border-top: 4px solid #EB312D;
      border-radius: 0 0 100px 100px;
      opacity: 0;
      display: block;
      margin: 0 auto;
      width: 117px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }

body.second .date-long-ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  body.second .date-long-ttl .youbi {
    font-size: 24px;
    margin-left: 5px; }

body.second .subtitle {
  display: block;
  color: #fde960;
  font-size: 32px;
  font-weight: bold;
  margin: 20px 0px 0px; }

body.second .notice-lists {
  margin: 10px 0; }
  body.second .notice-lists li {
    text-indent: -20px;
    margin-left: 20px; }
    body.second .notice-lists li:before {
      content: "※";
      margin-right: 5px; }

body.second .cautions-wrap {
  background: #f3f3f3;
  padding: 40px;
  font-size: 13px;
  border-radius: 20px;
  line-height: 1.6rem;
  line-height: 2; }
  body.second .cautions-wrap .ttl {
    margin: 32px 0 10px;
    color: #003782;
    font-weight: bold; }
  body.second .cautions-wrap .cautions-box {
    margin: 10px 0; }
    body.second .cautions-wrap .cautions-box li {
      margin-left: 20px;
      list-style-type: disc; }
    body.second .cautions-wrap .cautions-box.cautions-box--asterisk li {
      list-style-type: "※  "; }
    body.second .cautions-wrap .cautions-box.cautions-box--nodesc li {
      margin-left: 0;
      list-style: none; }
  body.second .cautions-wrap .text-box {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.44444;
    margin-bottom: 40px; }

body.second.artist .main-container .cs {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-top: 40px; }

body.second.artist.lineup .second-box {
  padding-top: 33px; }

body.second.artist.lineup .lineup-container {
  display: -ms-grid;
  display: grid;
  gap: 100px; }

body.second.artist.lineup .kome {
  margin-bottom: 10px;
  margin-top: -10px; }

body.second.artist.lineup .thumbnail-area .big-thumb {
  display: block;
  text-align: center;
  margin: 0 auto 60px; }
  body.second.artist.lineup .thumbnail-area .big-thumb .sp-text {
    color: #104ea1;
    background: #ffffff;
    letter-spacing: 0.05rem;
    font-size: 14px;
    width: 140px;
    text-align: center;
    height: 32px;
    line-height: 30px;
    margin-right: 20px; }
  body.second.artist.lineup .thumbnail-area .big-thumb > li {
    width: 340px;
    display: block;
    margin: 0 auto; }
    body.second.artist.lineup .thumbnail-area .big-thumb > li a .image {
      height: auto; }
    body.second.artist.lineup .thumbnail-area .big-thumb > li .texts {
      display: -ms-inline-flexbox;
      display: inline-flex;
      text-align: center;
      margin: 20px auto 0;
      font-weight: bold; }
    body.second.artist.lineup .thumbnail-area .big-thumb > li .name {
      font-size: 34px;
      margin: 0; }

body.second.artist.lineup .thumb-lists {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 60px 20px;
  margin: 30px auto 0; }
  body.second.artist.lineup .thumb-lists > li {
    width: 346px; }
    body.second.artist.lineup .thumb-lists > li:has(.and-more) {
      width: 160px; }
    body.second.artist.lineup .thumb-lists > li a {
      display: block;
      position: relative; }
      body.second.artist.lineup .thumb-lists > li a .image {
        overflow: hidden;
        position: relative;
        height: 225px;
        background: #e7ecef; }
        body.second.artist.lineup .thumb-lists > li a .image img {
          transition: 1s; }
      body.second.artist.lineup .thumb-lists > li a:hover .image {
        position: relative; }
      body.second.artist.lineup .thumb-lists > li a:hover .image:before {
        z-index: 3;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2); }
      body.second.artist.lineup .thumb-lists > li a:hover img {
        transition: all 2.8s linear 0s;
        transform: scale(1.2); }
    body.second.artist.lineup .thumb-lists > li .opening {
      text-align: center;
      color: #EB312D;
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 8px; }
    body.second.artist.lineup .thumb-lists > li .name {
      font-size: 18px;
      font-weight: 500;
      margin-top: 5px;
      text-align: center;
      color: #fff;
      position: relative; }
      body.second.artist.lineup .thumb-lists > li .name.and-more {
        font-size: 16px;
        font-weight: 700;
        letter-spacing: calc(1.28/16*1em);
        margin-bottom: 38px; }
      body.second.artist.lineup .thumb-lists > li .name .anno {
        font-size: 13px;
        margin-left: 8px; }
      body.second.artist.lineup .thumb-lists > li .name .new {
        font-weight: 700;
        margin-right: 10px;
        background: #ff42ac;
        color: #fff;
        display: inline-block;
        position: relative;
        top: -1px;
        padding: 0 15px;
        font-size: 16px;
        margin-bottom: 0;
        height: 22px;
        line-height: 20px;
        border-radius: 11px; }
        body.second.artist.lineup .thumb-lists > li .name .new:before {
          content: "NEW"; }
      body.second.artist.lineup .thumb-lists > li .name .mov {
        width: 25px;
        height: 21px;
        background: url(../img/mark_mov_play.png) no-repeat;
        background-size: contain;
        top: 5px;
        right: 0;
        position: absolute; }

body.second.artist.lineup .lineup-btn-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 12px;
  margin-top: 8px; }
  body.second.artist.lineup .lineup-btn-list a {
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.06667em;
    border-radius: 16px;
    background: #003782;
    display: block;
    padding: 0 20px;
    transition-duration: .3s; }
    body.second.artist.lineup .lineup-btn-list a:hover {
      color: #003782;
      background: #FFF; }

body.second.artist.lineup .text-more {
  display: block;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin: 40px 0px 0px; }

body.second.artist.lineup .text-cs {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  display: block;
  margin: 0 20px 120px;
  text-align: center; }

body.second.artist.lineup .coming-soon {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-top: 70px; }

body.second.artist.lineup .special-heading {
  color: #EB312D;
  font-size: 32px;
  font-weight: 700;
  line-height: calc(40/32);
  text-align: center;
  margin-top: 60px;
  margin-bottom: 32px; }

body.second.artist.detail .main-container {
  overflow: hidden;
  background: linear-gradient(to right, #0091d7, #1d2087);
  color: #ffffff; }
  body.second.artist.detail .main-container .second-box {
    width: 1000px;
    margin: 0 auto; }
  body.second.artist.detail .main-container:before {
    content: "";
    display: block;
    background: url(../img/bg_artist_before.png) no-repeat top left;
    width: 100%;
    max-width: 2000px;
    height: 1505px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 6; }
  body.second.artist.detail .main-container:after {
    content: "";
    display: block;
    background: url(../img/bg_effect2.png) no-repeat center bottom;
    width: 100%;
    max-width: 2000px;
    height: 3000px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5; }

body.second.artist.detail .place-link-wrap-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 40px; }
  body.second.artist.detail .place-link-wrap-list .place {
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
    margin-right: 8px; }
  body.second.artist.detail .place-link-wrap-list .link-list-box {
    display: -ms-flexbox;
    display: flex; }
    body.second.artist.detail .place-link-wrap-list .link-list-box li {
      color: rgba(255, 255, 255, 0.5);
      line-height: 24px;
      font-size: 12px;
      font-weight: bold;
      margin: 0 5px; }
      body.second.artist.detail .place-link-wrap-list .link-list-box li .span-wrap {
        padding: 4px 10px 2px;
        display: block;
        font-family: "Roboto Condensed", sans-serif;
        font-style: italic; }
        body.second.artist.detail .place-link-wrap-list .link-list-box li .span-wrap .date {
          font-size: 20px;
          font-weight: bold; }
        body.second.artist.detail .place-link-wrap-list .link-list-box li .span-wrap .week {
          font-size: 14px;
          letter-spacing: 0.5px; }
      body.second.artist.detail .place-link-wrap-list .link-list-box li a {
        color: #fde960;
        display: block;
        background: #000000;
        border-radius: 30px; }
        body.second.artist.detail .place-link-wrap-list .link-list-box li a .span-wrap {
          padding: 3px 20px 2px; }

body.second.artist.detail .artist-name {
  font-weight: bold;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 30px;
  color: #ffffff; }

body.second.artist.detail .image-wrap {
  text-align: center; }

body.second.artist.detail .profile-movie-wrap {
  background: rgba(29, 32, 135, 0.8);
  position: relative;
  z-index: 20;
  padding: 40px 0 60px; }
  body.second.artist.detail .profile-movie-wrap .profile-area {
    font-size: 16px;
    width: 1000px;
    margin: 0 auto; }
    body.second.artist.detail .profile-movie-wrap .profile-area .read {
      margin-bottom: 40px; }
    body.second.artist.detail .profile-movie-wrap .profile-area .official-btn {
      width: 300px; }
      body.second.artist.detail .profile-movie-wrap .profile-area .official-btn a {
        display: block;
        background: #fde960;
        color: #1e1d1d;
        font-weight: bold;
        font-size: 16px;
        height: 40px;
        line-height: 38px;
        text-align: center;
        margin: 30px 0 50px;
        border-radius: 20px; }
  body.second.artist.detail .profile-movie-wrap .movie-area {
    width: 1000px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    body.second.artist.detail .profile-movie-wrap .movie-area .play-btn {
      z-index: 2;
      border-radius: 100px;
      width: 80px;
      height: 80px;
      background: rgba(252, 0, 140, 0.8);
      text-indent: -9999px;
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
      body.second.artist.detail .profile-movie-wrap .movie-area .play-btn:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        border-left: 20px solid #ffffff;
        border-bottom: 13px solid transparent;
        border-top: 13px solid transparent;
        top: 27px;
        left: 32px; }
    body.second.artist.detail .profile-movie-wrap .movie-area iframe {
      width: 480px;
      height: 270px; }
    body.second.artist.detail .profile-movie-wrap .movie-area .movie.comment-movie .img-bg {
      background-size: 120%;
      background-position: center;
      height: 337px; }
    body.second.artist.detail .profile-movie-wrap .movie-area .section-title {
      margin-bottom: 15px; }
    body.second.artist.detail .profile-movie-wrap .movie-area .movie-title {
      font-weight: bold;
      font-size: 30px;
      margin: 0 0px 20px; }
    body.second.artist.detail .profile-movie-wrap .movie-area > div {
      width: 480px; }
    body.second.artist.detail .profile-movie-wrap .movie-area .youtube + .youtube {
      margin-top: 30px; }

body.second.ticket .second-box {
  padding-bottom: 100px; }

body.second.ticket .cities {
  display: -ms-flexbox;
  display: flex; }
  body.second.ticket .cities > li {
    display: inline-block;
    width: 50%;
    background: #104ea1; }
    body.second.ticket .cities > li .place {
      font-size: 16px;
      font-weight: bold;
      padding: 5px 20px; }
    body.second.ticket .cities > li .city-txt-block {
      padding: 20px; }
  body.second.ticket .cities .ticket-detail-list-box .info {
    display: -ms-flexbox;
    display: flex; }
    body.second.ticket .cities .ticket-detail-list-box .info .date {
      width: 80px; }
    body.second.ticket .cities .ticket-detail-list-box .info .content {
      width: 60px; }

body.second.ticket .platina-img {
  padding-top: 10px;
  padding-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center; }
  body.second.ticket .platina-img img.platina-ticket {
    width: 180px; }
  body.second.ticket .platina-img .goods-box {
    text-align: center;
    margin-left: 60px; }
    body.second.ticket .platina-img .goods-box p {
      font-size: 13px; }
  body.second.ticket .platina-img img.platina-goods {
    width: 380px;
    margin-bottom: 0; }

body.second.ticket .ticktore {
  width: 200px;
  margin-top: 10px;
  margin-bottom: 10px; }

body.second.ticket .cautions-wrap {
  margin: 40px 0 0; }

body.second.ticket .line-through .text {
  margin: 0; }

body.second.ticket .ticket-info {
  background: linear-gradient(90deg, #DBD6E4 0%, #E4DDE8 100%);
  padding: 60px 0; }

body.second.ticket .ticket-info-container {
  width: 1080px;
  margin: 0 auto; }
  body.second.ticket .ticket-info-container .finished-text {
    color: #104ea1;
    display: block;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px; }

body.second.ticket .ticket-btn-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 5px 0 20px rgba(0, 0, 0, 0.15);
  padding: 14px 20px 15px; }
  body.second.ticket .ticket-btn-box:nth-child(n+2) {
    margin-top: 20px; }
  body.second.ticket .ticket-btn-box .text-box {
    -ms-flex: 1;
        flex: 1; }
    body.second.ticket .ticket-btn-box .text-box .ttl {
      font-size: 22px;
      font-weight: bold;
      line-height: 1.2; }
      body.second.ticket .ticket-btn-box .text-box .ttl span {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.2;
        letter-spacing: 0; }
    body.second.ticket .ticket-btn-box .text-box .text {
      margin: 10px 0 0;
      margin-left: 10px;
      font-size: 14px;
      line-height: 24px;
      font-weight: nomal; }
  body.second.ticket .ticket-btn-box .btn-more-box {
    width: 300px;
    text-align: center; }
    body.second.ticket .ticket-btn-box .btn-more-box a {
      padding: 6px 20px;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.875;
      box-shadow: none; }
      body.second.ticket .ticket-btn-box .btn-more-box a:after {
        width: 41px;
        right: 20px; }
      body.second.ticket .ticket-btn-box .btn-more-box a:hover::before {
        box-shadow: none; }
    body.second.ticket .ticket-btn-box .btn-more-box img.img-app-qr {
      width: 100px; }
    body.second.ticket .ticket-btn-box .btn-more-box.playguid a {
      margin-bottom: 12px; }
      body.second.ticket .ticket-btn-box .btn-more-box.playguid a:last-child {
        margin-bottom: 0; }
  body.second.ticket .ticket-btn-box.finished {
    background: #e0e0e0; }
    body.second.ticket .ticket-btn-box.finished .text-box .ttl {
      opacity: .8; }
    body.second.ticket .ticket-btn-box.finished .text-box .text {
      opacity: .6; }
    body.second.ticket .ticket-btn-box.finished .btn-more-box a {
      background: #666666;
      color: rgba(255, 255, 255, 0.5); }
      body.second.ticket .ticket-btn-box.finished .btn-more-box a::after {
        background-image: url(../img/arrow_gray.png); }
      body.second.ticket .ticket-btn-box.finished .btn-more-box a:hover::before {
        opacity: 0; }

body.second.ticket .ticket-ttl {
  display: block;
  margin-bottom: 35px;
  color: #003782;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em; }

body.second.ticket p.ticket-top-text {
  font-weight: bold;
  margin-bottom: 2.5rem; }

body.second.news .column-02-list-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  body.second.news .column-02-list-box li {
    width: 49%; }
    body.second.news .column-02-list-box li:nth-child(2n-1) {
      margin-right: 1%; }
    body.second.news .column-02-list-box li:nth-child(2n) {
      margin-left: 1%; }

body.second.news .h3-ttl {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold; }

body.second.news .h4-ttl {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold; }

body.second.news .marker {
  font-weight: bold;
  background: linear-gradient(transparent 0%, #fff000 0%);
  display: inline; }

body.second.news .line {
  margin-top: 60px;
  margin-bottom: 58px;
  height: 1px;
  background: #dde7eb; }

body.second.news .news-list-area {
  position: relative; }
  body.second.news .news-list-area .news-list-box {
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0; }
    body.second.news .news-list-area .news-list-box.active {
      position: relative;
      display: block;
      opacity: 1;
      visibility: visible; }
    body.second.news .news-list-area .news-list-box li {
      word-break: break-all;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 14px; }
      body.second.news .news-list-area .news-list-box li a {
        color: #1e1d1d;
        text-decoration: underline; }
      body.second.news .news-list-area .news-list-box li .date {
        min-width: 80px;
        color: #003782;
        margin-right: 25px;
        font-weight: bold;
        font-family: "Roboto Condensed", sans-serif; }
      body.second.news .news-list-area .news-list-box li .title {
        -ms-flex: 1;
            flex: 1; }
        body.second.news .news-list-area .news-list-box li .title:hover {
          text-decoration: none; }
  body.second.news .news-list-area ul.controler {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    body.second.news .news-list-area ul.controler .control {
      transition: 0.3s; }
    body.second.news .news-list-area ul.controler #backnumber-prev {
      margin-right: 20px; }
    body.second.news .news-list-area ul.controler #backnumber-next:before {
      content: "|";
      margin-right: 20px; }
    body.second.news .news-list-area ul.controler a {
      text-decoration: underline;
      color: #003782; }
      body.second.news .news-list-area ul.controler a:hover {
        text-decoration: none; }
      body.second.news .news-list-area ul.controler a.disable {
        text-decoration: none; }

@media all and (-ms-high-contrast: none) {
  body.second.news *::-ms-backdrop,
  body.second.news .news-list-area .news-list-box {
    min-height: 100px !important;
    /* IE11 */ } }

body.second.news .news-list-wrapper {
  background: linear-gradient(90deg, #DBD6E4 0%, #E4DDE8 100%);
  padding: 50px 0; }
  body.second.news .news-list-wrapper .news-list-area {
    width: 1080px;
    margin: auto; }
  body.second.news .news-list-wrapper .icon-new {
    margin-left: 20px; }
  body.second.news .news-list-wrapper .icon-blank {
    position: relative;
    top: 2px;
    margin-left: 0;
    margin-right: 5px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/icon_link_bk.png) no-repeat;
    background-size: 100%; }
    body.second.news .news-list-wrapper .icon-blank.wh {
      background: url(../img/icon_link_wh.png) no-repeat;
      background-size: 100%; }

body.second.areamap .map-wrap {
  width: 850px; }

body.second.areamap p {
  padding-top: 0;
  line-height: 1.8; }
  body.second.areamap p.indent {
    padding-left: 1.15em;
    text-indent: -1.15em; }

body.second.areamap .areamap-bottom-txt-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

body.second.areamap .areamap__time {
  font-weight: bold;
  font-size: 20px;
  padding: 20px 0; }
  body.second.areamap .areamap__time > span {
    font-size: 26px;
    color: #003782; }
  body.second.areamap .areamap__time + .areamap__time {
    border-top: 1px solid #DBD6E4; }

body.second.areamap .areamap__title {
  color: #EB312D;
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 10px;
  margin: 60px 0 0;
  border-bottom: 2px solid #EB312D; }

body.second.areamap .areamap__text {
  margin: 15px 0 0; }

body.second.areamap .nav-area {
  display: -ms-flexbox;
  display: flex;
  counter-reset: list 0;
  padding: 30px 0 30px;
  margin-bottom: 40px;
  border-bottom: #e7ecef solid 1px; }
  body.second.areamap .nav-area > * {
    -ms-flex: 1;
        flex: 1; }

body.second.qa .lead {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  letter-spacing: 0.2rem;
  border-radius: 40px;
  padding: 15px 0;
  margin: 0 auto;
  background-color: #003782; }
  body.second.qa .lead--sub {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    margin-top: 24px; }

body.second.qa .table-style-02 th:before {
  content: "Q.";
  margin-right: 10px;
  font-weight: bold; }

body.second.qa .table-style-02 td {
  margin-left: 30px; }
  body.second.qa .table-style-02 td:before {
    content: "A.";
    margin: 0 10px 0 -30px; }

body.second.qa .category {
  font-size: 16px;
  font-weight: bold;
  color: #1e1d1d;
  margin: 60px 0 10px; }
  body.second.qa .category:first-child {
    margin: 0 0 10px; }

body.second.qa .qa-notesbox {
  margin-bottom: 40px; }
  body.second.qa .qa-notesbox h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0;
    color: #b37e00;
    text-align: center;
    margin-bottom: 20px; }
  body.second.qa .qa-notesbox p {
    margin-bottom: 10px; }

body.second.goods .main-container-img {
  position: relative; }
  body.second.goods .main-container-img:before {
    content: "";
    background-size: contain;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  body.second.goods .main-container-img .goods_list {
    margin: 0 auto 2rem;
    text-align: center; }
    body.second.goods .main-container-img .goods_list img {
      border-radius: 20px; }
  body.second.goods .main-container-img .txt {
    font-size: 16px;
    color: #fff;
    font-weight: 600; }
    body.second.goods .main-container-img .txt span {
      color: #104ea1; }

body.second.goods .goods-txt-box {
  padding: 40px 0 20px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 600; }
  body.second.goods .goods-txt-box .ttl {
    font-size: 28px;
    line-height: 50px;
    margin-bottom: 25px;
    color: #EB312D; }
  body.second.goods .goods-txt-box .date {
    padding-top: 20px; }
    body.second.goods .goods-txt-box .date span {
      font-weight: bold;
      margin-top: 15px;
      color: #EB312D;
      display: inline-block;
      font-size: 20px; }
  body.second.goods .goods-txt-box .small {
    padding-top: 50px;
    font-size: 85%;
    margin-bottom: 40px; }

body.second.goods .btn-more {
  width: 50%;
  margin: 40px auto; }
  body.second.goods .btn-more a {
    width: 95%;
    letter-spacing: 0;
    font-family: "Noto Sans JP", sans-serif;
    height: 70px;
    width: 500px;
    padding: 15px 13px;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.07833em; }
    body.second.goods .btn-more a::after {
      width: 40px;
      right: 27px; }
    body.second.goods .btn-more a span {
      font-size: 26px; }

body.second.goods .backnumber.goods-txt-box,
body.second.goods .backnumber .ttl,
body.second.goods .backnumber .date > span {
  color: rgba(255, 255, 255, 0.3); }

body.second.goods .backnumber.btn-more a {
  color: rgba(255, 255, 255, 0.7);
  text-shadow: none;
  background: rgba(255, 255, 255, 0.3); }
  body.second.goods .backnumber.btn-more a::after {
    border-color: rgba(0, 0, 0, 0.3); }

body.second.emoney h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px; }

body.second.emoney h3 {
  font-size: 20px;
  font-weight: 700; }

body.second.emoney .txtarea {
  margin-bottom: 40px; }
  body.second.emoney .txtarea span {
    color: #b37e00; }

body.second.emoney ul.dot-list-box2 {
  margin-bottom: 40px; }

body.second.emoney small {
  font-size: 12px; }

body.second .dl-dblarr dt {
  position: relative;
  padding-left: 1em;
  font-weight: 700; }
  body.second .dl-dblarr dt:before {
    content: "»";
    position: absolute;
    top: -1px;
    left: 0; }

body.second a.link-color {
  color: #3399cc;
  text-decoration: underline; }
  body.second a.link-color:hover {
    text-decoration: none; }

body.second .sns-lists {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 20px;
  margin-bottom: 20px; }
  body.second .sns-lists li {
    height: 20px; }
  body.second .sns-lists li:first-child {
    margin-left: auto; }
  body.second .sns-lists li:not(:first-child) {
    margin-left: 20px; }
  body.second .sns-lists .fb_iframe_widget span {
    display: block; }

body.second .img-center {
  display: table;
  margin: 0 auto; }
  body.second .img-center .caption-text {
    text-align: left;
    font-size: 12px; }

body.second.guideline .ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 34px;
  letter-spacing: 0;
  color: #b37e00;
  text-align: center; }

body.second.guideline .read {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #000;
  margin-top: 30px; }

body.second.guideline .guide-block {
  margin-top: 35px; }

body.second.guideline .guide-ttl-wrap {
  background: #000;
  padding: 15px 20px;
  border-radius: 20px;
  color: #fff;
  display: -ms-flexbox;
  display: flex; }
  body.second.guideline .guide-ttl-wrap .left-box {
    width: 75px;
    font-size: 60px;
    line-height: 1;
    font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start; }
  body.second.guideline .guide-ttl-wrap .right-box {
    -ms-flex: 1;
        flex: 1; }
    body.second.guideline .guide-ttl-wrap .right-box .txt {
      font-size: 18px;
      font-weight: bold;
      letter-spacing: .05em; }
    body.second.guideline .guide-ttl-wrap .right-box .tag li {
      background: #f0027f;
      display: inline-block;
      font-size: 14px;
      font-weight: bold;
      color: #fff;
      padding: 0 20px;
      border-radius: 10px;
      margin-top: 5px;
      margin-right: 5px;
      margin-bottom: 5px; }
    body.second.guideline .guide-ttl-wrap .right-box .tag li.tag02 {
      background: #fff54d;
      color: #000; }

body.second.guideline .guide-box-wrap {
  display: -ms-flexbox;
  display: flex; }
  body.second.guideline .guide-box-wrap .left-box {
    width: 140px;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start; }
  body.second.guideline .guide-box-wrap .right-box {
    margin-top: 20px;
    -ms-flex: 1;
        flex: 1; }
    body.second.guideline .guide-box-wrap .right-box p {
      font-size: 15px;
      line-height: 26.25px;
      font-weight: 500;
      letter-spacing: .05em; }
    body.second.guideline .guide-box-wrap .right-box p.indent {
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      padding-left: 1.15em;
      text-indent: -1.15em; }
      body.second.guideline .guide-box-wrap .right-box p.indent span.em {
        font-size: 16px;
        font-weight: bold;
        color: #b37e00;
        line-height: 34px; }
    body.second.guideline .guide-box-wrap .right-box a {
      text-decoration: underline; }

body.second.guideline .partner-block {
  margin-top: 80px;
  border: 2px solid #b37e00;
  border-radius: 20px;
  padding: 30px 30px 40px; }
  body.second.guideline .partner-block .ttl {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px; }
  body.second.guideline .partner-block .txt {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 34px;
    letter-spacing: .05em; }
  body.second.guideline .partner-block .img-box {
    margin-top: 25px;
    text-align: center; }
    body.second.guideline .partner-block .img-box img {
      width: 420px; }

body.second.timetable .second-box {
  padding-bottom: 40px; }

body.second.timetable .timetable-note {
  color: #fff;
  text-align: right;
  margin-top: 1em; }

.table-style-01 tr {
  border-bottom: 1px solid #dde7eb; }
  .table-style-01 tr:first-child th,
  .table-style-01 tr:first-child td {
    padding-top: 0; }
  .table-style-01 tr:last-child {
    border-bottom: none; }

.table-style-01 th,
.table-style-01 td {
  padding: 22px 0; }

.table-style-01 th {
  font-weight: bold;
  font-size: 16px;
  text-align: right;
  width: 200px;
  box-sizing: border-box; }

.table-style-01 td {
  padding-left: 60px; }

.table-style-01 .wrap-image {
  margin: 10px 0; }

.table-style-02 .ticktore {
  width: 200px;
  margin-top: 10px;
  margin-bottom: 10px; }

.table-style-02,
.table-style-02 th,
.table-style-02 td,
.table-style-02 tr {
  display: block;
  text-align: left; }

.table-style-02 tr {
  border-bottom: 1px solid #DBD6E4;
  padding: 22px 0;
  padding-left: 20px;
  padding-right: 20px; }
  .table-style-02 tr:first-child {
    padding-top: 0; }
  .table-style-02 tr:last-child {
    border-bottom: none;
    padding-bottom: 0; }

.table-style-02 th {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  color: #003782; }

.dot-list-box {
  font-size: 14px;
  line-height: 30px; }
  .dot-list-box li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #dde7eb; }
    .dot-list-box li:last-child {
      border-bottom: none;
      margin-bottom: 0; }
    .dot-list-box li .txt {
      text-indent: -24px;
      margin-left: 24px; }
      .dot-list-box li .txt:before {
        width: 13px;
        height: 13px;
        display: inline-block;
        content: "";
        margin-right: 10px;
        position: relative;
        top: 1px; }
  .dot-list-box .ticktore {
    width: 200px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .dot-list-box .indent-style-01 {
    margin-left: 34px; }

.dot-lists li:before {
  content: "・";
  display: inline-block; }

.dl-circle dt {
  position: relative;
  padding-left: 1.5em;
  font-weight: 700; }
  .dl-circle dt:before {
    content: "●";
    position: absolute;
    top: 0;
    left: 0; }

.dot-lists li time {
  width: 9em;
  display: inline-block; }

.asta-lists > li {
  position: relative;
  padding-left: 1.2em;
  margin-top: 1em; }
  .asta-lists > li:not(:first-child) {
    margin-top: 0; }
  .asta-lists > li:before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0; }

.dl-dblarr .indent {
  text-indent: 1em; }

.table-style-03 .space {
  padding: 22px 0;
  padding-left: 20px;
  padding-right: 20px; }

.table-style-03 th {
  text-align: right;
  font-size: 16px;
  width: 170px;
  padding-top: 18px;
  color: #003782;
  font-weight: 700;
  letter-spacing: 0.0625em; }

.table-style-03 td {
  color: #1E1D1D;
  font-size: 14px;
  line-height: 2.14286;
  letter-spacing: 0.07143em;
  -ms-flex: 1;
      flex: 1;
  padding-left: 40px; }

.table-style-03 th,
.table-style-03 td {
  display: block;
  border-bottom: 1px solid #DBD6E4; }

.table-style-03 tr {
  display: -ms-flexbox;
  display: flex; }
  .table-style-03 tr:last-child > th,
  .table-style-03 tr:last-child > td {
    border-bottom: none; }

.js-disableSave {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

@media print {
  .js-disableSave {
    opacity: 0 !important; } }

html.fixed {
  overflow: hidden; }
  html.fixed body {
    overflow: hidden; }

body {
  font-size: 16px;
  line-height: 1.875; }
  body:not(.ticket):not(.news):not(.qa):not(.areamap) {
    background: url(../img/bg_body_pc.jpg) repeat center top/2938px auto; }

a {
  color: #003782; }

#wrapper {
  overflow: hidden;
  min-width: 1160px; }

.btn-more a {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg, #EB302D 0%, #E96645 100%);
  overflow: hidden;
  color: #FFF;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1; }
  .btn-more a:hover::before {
    opacity: 1; }
  .btn-more a:hover::after {
    margin-right: -10px; }
  .btn-more a, .btn-more a::before {
    border-radius: 40px;
    box-shadow: 1px -1px 0 0 #FFF inset, 0 0 20px 0 rgba(69, 144, 212, 0.5); }
  .btn-more a::before {
    content: "";
    background: linear-gradient(90deg, #A31210 0%, #D21714 100%);
    opacity: 0;
    display: block;
    position: absolute;
    inset: 0;
    z-index: -1;
    transition: all 0.3s ease; }
  .btn-more a::after {
    content: "";
    background: url(../img/arrow_wh.png) no-repeat center center/contain;
    display: block;
    aspect-ratio: 40.8/16.9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: margin-right 0.3s ease; }

.icon-new-style:before, body.second.news .news-list-wrapper .icon-new:before, body.home .media-timeline .news-area .timeline-list-box .icon-new:before {
  display: inline-block;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  content: "NEW";
  background: #EB312D;
  color: #ffffff;
  padding: 0 12px;
  line-height: 20px;
  height: 20px;
  box-sizing: border-box;
  position: relative;
  top: 0; }

.arrow-link-txt2 {
  display: block;
  color: #b37e00;
  text-decoration: underline; }
  .arrow-link-txt2:hover {
    text-decoration: none; }

.arrow-link-txt {
  position: relative;
  color: #b37e00;
  text-decoration: underline; }
  .arrow-link-txt:hover {
    text-decoration: none; }
  .arrow-link-txt:before {
    content: "";
    display: inline-block;
    background: url(../img/arrow_bk.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 23px;
    height: 10px;
    margin-right: 10px;
    position: relative;
    top: -1px; }

.more-btn {
  box-sizing: border-box;
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  background: #3399cc;
  display: block;
  text-align: right;
  line-height: 38px;
  padding: 0 30px;
  color: #ffffff;
  font-weight: bold;
  transition: 0.3s; }
  .more-btn:before {
    content: "";
    display: inline-block;
    background: url(../img/arrow_wh.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 25px;
    height: 10px;
    margin-right: 18px;
    position: relative;
    top: -1px; }
  .more-btn:hover {
    background: #38aee9; }

.js-comment-play {
  position: relative; }
  .js-comment-play .play-btn {
    z-index: 2;
    width: 80px;
    height: 80px;
    background: url(../img/play-btn.png);
    background-size: contain;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .js-comment-play:hover .image-wrap img {
    transition: 0.3s;
    opacity: 0.5; }
  .js-comment-play:hover .img-bg {
    transition: 0.3s;
    opacity: 0.5; }

.pagetop {
  transition: 0.3s;
  z-index: 99;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(../img/pagetop.svg);
  background-size: contain;
  filter: drop-shadow(0 0 35.2px rgba(69, 144, 212, 0.5)); }
  .pagetop:hover {
    bottom: 25px; }
  .pagetop.pos2 {
    bottom: 100px; }
    .pagetop.pos2:hover {
      bottom: 105px; }
  .pagetop a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 120%;
    width: 88px;
    aspect-ratio: 1/1; }

.marker1 {
  font-weight: bold;
  border-bottom: 4px solid #3399cc;
  display: inline; }

.kome {
  font-size: 14px;
  color: #fff;
  margin-bottom: 40px; }

.tab-contents {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s; }
  .tab-contents.active {
    overflow: hidden;
    position: relative;
    display: block;
    visibility: visible;
    opacity: 1; }

#wrapper .btn-box a {
  background: #d99f17;
  text-decoration: none;
  color: #fff;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  padding: 3px 20px 5px 20px;
  box-sizing: border-box;
  display: inline-block; }
  #wrapper .btn-box a p {
    display: inline-block; }
  #wrapper .btn-box a:before {
    content: "";
    width: 24px;
    height: 10px;
    display: inline-block;
    margin-right: 16px;
    position: relative;
    top: -1px;
    background: url(../img/arrow_wh.png) 0% 0%/100% no-repeat; }

.thank-you {
  font-weight: bold;
  color: #3399cc; }

.kome-list-box {
  color: #fff; }
  .kome-list-box li > div {
    display: inline-block; }
  .kome-list-box li:before {
    content: "※"; }

.youtube-wrap {
  margin-top: 40px; }
  .youtube-wrap ul.youtube-list-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .youtube-wrap ul.youtube-list-box li iframe {
      display: block;
      width: 560px;
      height: 315px; }

.h2-ttl {
  text-align: center;
  font-family: "Gabriela", serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04286em;
  background: linear-gradient(to bottom, #fde4b5 0%, #eeb559 62%, #f4b967 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.5);
  display: inline-block;
  position: relative; }
  .h2-ttl::before, .h2-ttl::after {
    content: attr(data-text);
    white-space: nowrap;
    pointer-events: none;
    -webkit-text-fill-color: transparent;
    position: absolute;
    z-index: 2; }
  .h2-ttl::before {
    top: 0;
    left: 3.5px;
    background: linear-gradient(to bottom, #fbd284 0%, #e9a22c 62%, #f0a338 100%);
    background-clip: text;
    mix-blend-mode: multiply; }
  .h2-ttl::after {
    top: 2px;
    left: 0;
    background: linear-gradient(to bottom, #fbd284 0%, #dd5822 62%, #dd5822 100%);
    background-clip: text;
    mix-blend-mode: color-burn; }

.h2-ttl__wrapper {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px; }
  .h2-ttl__wrapper::before, .h2-ttl__wrapper::after {
    content: '';
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    display: block;
    width: 53px;
    aspect-ratio: 53/116; }
  .h2-ttl__wrapper::before {
    background-image: url(../img/ttl_obj_left.png); }
  .h2-ttl__wrapper::after {
    background-image: url(../img/ttl_obj_right.png); }

.h3-ttl {
  color: #0c2430;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: bold; }

.key-color {
  color: #3399cc; }

.table-style-04 {
  margin-bottom: 20px; }
  .table-style-04 tr {
    border-bottom: 1px solid #dec58b; }
    .table-style-04 tr:last-child {
      border-bottom: none; }
    .table-style-04 tr th {
      vertical-align: top;
      width: 200px;
      font-weight: bold;
      font-size: 16px;
      color: #0c2430;
      padding-top: 35px;
      text-align: left;
      padding-left: 20px; }
    .table-style-04 tr td {
      padding-top: 30px; }
      .table-style-04 tr td .logo-list-box {
        display: -ms-flexbox;
        display: flex; }
      .table-style-04 tr td .logo {
        margin-right: 65px;
        margin-bottom: 20px; }

.dot-list-box2 li {
  display: -ms-flexbox;
  display: flex; }
  .dot-list-box2 li:before {
    content: "・"; }

.dot-list-box3 li {
  font-size: 12px;
  line-height: 24px; }
  .dot-list-box3 li:before {
    content: "・"; }

.cancel {
  text-align: center;
  font-size: 30px;
  padding: 30px 0 !important;
  line-height: 1.8;
  font-weight: 700; }
  .cancel a {
    color: #fff;
    border-bottom: 4px solid #fff; }

@keyframes animRotatedTexts {
  0% {
    transform: perspective(1000px) rotateX(-20deg) rotateY(0deg) rotateZ(-90deg); }
  100% {
    transform: perspective(1000px) rotateX(-20deg) rotateY(-360deg) rotateZ(-90deg); } }

.rotated-text {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.rotated-text__texts {
  transform-style: preserve-3d;
  animation: animRotatedTexts 30s linear infinite;
  font-family: "Gabriela", serif;
  font-weight: normal; }
  .rotated-text__texts span {
    position: absolute;
    color: #003782;
    letter-spacing: normal; }
  .rotated-text__texts .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.4em;
    height: 0.4em;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23003782" d="M21.7 13.26a21.18 21.18 0 0 0-8.44 8.44L12 24l-1.26-2.3a21.18 21.18 0 0 0-8.44-8.44L0 12l2.3-1.26a21.18 21.18 0 0 0 8.44-8.44L12 0l1.26 2.3a21.18 21.18 0 0 0 8.44 8.44L24 12l-2.3 1.26Z"/></svg>') no-repeat center/contain;
    transform-origin: center center; }

.rotated-text__container {
  pointer-events: none;
  position: absolute; }

.rotated-text__wrapper {
  position: relative; }

.date-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.15));
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 14px;
  width: 200px;
  aspect-ratio: 1/1; }
  .day1 .date-wrapper,
  .day3 .date-wrapper {
    background-image: url(../img/bg_date.png); }
  .day2 .date-wrapper {
    background-image: url(../img/bg_date_reverse.png); }
  .date-wrapper .date {
    color: #EB312D;
    text-align: center;
    text-shadow: -1.414px 1.414px 0 rgba(255, 255, 255, 0.7);
    font-family: "Roboto Condensed", sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 0.72;
    margin-top: 73px; }
  .date-wrapper .dayname {
    color: #EB312D;
    text-align: center;
    text-shadow: -1.414px 1.414px 0 rgba(255, 255, 255, 0.7);
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.12012em; }

body.home .btn-more a {
  height: 70px;
  width: 500px;
  padding: 15px 13px;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.07833em; }
  body.home .btn-more a::after {
    width: 40px;
    right: 27px; }

body.home .main-visual {
  height: 720px;
  background: #000012 url(../img/main_pc.webp?250814) no-repeat center top;
  -webkit-mask: linear-gradient(180deg, #000 82%, rgba(0, 0, 0, 0) 100%);
          mask: linear-gradient(180deg, #000 82%, rgba(0, 0, 0, 0) 100%); }

body.home .main-visual-wrap {
  position: relative; }
  body.home .main-visual-wrap .btn-more {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px; }

body.home .artist-top {
  padding: 40px 0 60px; }
  body.home .artist-top .btn-more {
    margin-top: 40px; }
  body.home .artist-top .rotated-text__container {
    margin-top: -83px;
    margin-right: -156px;
    width: 289px;
    aspect-ratio: 289/152;
    top: 0;
    right: 0; }
  body.home .artist-top .rotated-text {
    transform: rotateZ(15deg) rotateX(15deg); }
  body.home .artist-top .rotated-text__texts span {
    font-size: 50px; }
    body.home .artist-top .rotated-text__texts span:nth-of-type(1) {
      transform: translate(-50%, -50%) rotateX(-12deg) translateZ(140px) rotateZ(90deg); }
    body.home .artist-top .rotated-text__texts span:nth-of-type(2) {
      transform: translate(-50%, -50%) rotateX(-24deg) translateZ(140px) rotateZ(90deg); }
    body.home .artist-top .rotated-text__texts span:nth-of-type(3) {
      transform: translate(-50%, -50%) rotateX(-36deg) translateZ(140px) rotateZ(90deg); }
    body.home .artist-top .rotated-text__texts span:nth-of-type(4) {
      transform: translate(-50%, -50%) rotateX(-48deg) translateZ(140px) rotateZ(90deg); }
    body.home .artist-top .rotated-text__texts span:nth-of-type(5) {
      transform: translate(-50%, -50%) rotateX(-60deg) translateZ(140px) rotateZ(90deg); }
    body.home .artist-top .rotated-text__texts span:nth-of-type(6) {
      transform: translate(-50%, -50%) rotateX(-72deg) translateZ(140px) rotateZ(90deg); }
    body.home .artist-top .rotated-text__texts span:nth-of-type(7) {
      transform: translate(-50%, -50%) rotateX(-84deg) translateZ(140px) rotateZ(90deg); }
    body.home .artist-top .rotated-text__texts span:nth-of-type(8) {
      transform: translate(-50%, -50%) rotateX(-96deg) translateZ(140px) rotateZ(90deg); }
    body.home .artist-top .rotated-text__texts span:nth-of-type(9) {
      transform: translate(-50%, -50%) rotateX(-108deg) translateZ(140px) rotateZ(90deg); }
    body.home .artist-top .rotated-text__texts span:nth-of-type(10) {
      transform: translate(-50%, -50%) rotateX(-120deg) translateZ(140px) rotateZ(90deg); }
    body.home .artist-top .rotated-text__texts span:nth-of-type(11) {
      transform: translate(-50%, -50%) rotateX(-132deg) translateZ(140px) rotateZ(90deg); }
    body.home .artist-top .rotated-text__texts span:nth-of-type(12) {
      transform: translate(-50%, -50%) rotateX(-144deg) translateZ(140px) rotateZ(90deg); }
    body.home .artist-top .rotated-text__texts span:nth-of-type(13) {
      transform: translate(-50%, -50%) rotateX(-156deg) translateZ(140px) rotateZ(90deg); }
    body.home .artist-top .rotated-text__texts span:nth-of-type(14) {
      transform: translate(-50%, -50%) rotateX(-168deg) translateZ(140px) rotateZ(90deg); }
    body.home .artist-top .rotated-text__texts span:nth-of-type(15) {
      transform: translate(-50%, -50%) rotateX(-180deg) translateZ(140px) rotateZ(90deg); }
    body.home .artist-top .rotated-text__texts span:nth-of-type(16) {
      transform: translate(-50%, -50%) rotateX(-192deg) translateZ(140px) rotateZ(90deg); }
    body.home .artist-top .rotated-text__texts span:nth-of-type(17) {
      transform: translate(-50%, -50%) rotateX(-204deg) translateZ(140px) rotateZ(90deg); }
    body.home .artist-top .rotated-text__texts span:nth-of-type(18) {
      transform: translate(-50%, -50%) rotateX(-216deg) translateZ(140px) rotateZ(90deg); }
    body.home .artist-top .rotated-text__texts span:nth-of-type(19) {
      transform: translate(-50%, -50%) rotateX(-228deg) translateZ(140px) rotateZ(90deg); }
    body.home .artist-top .rotated-text__texts span:nth-of-type(20) {
      transform: translate(-50%, -50%) rotateX(-240deg) translateZ(140px) rotateZ(90deg); }
    body.home .artist-top .rotated-text__texts span:nth-of-type(21) {
      transform: translate(-50%, -50%) rotateX(-252deg) translateZ(140px) rotateZ(90deg); }
    body.home .artist-top .rotated-text__texts span:nth-of-type(22) {
      transform: translate(-50%, -50%) rotateX(-264deg) translateZ(140px) rotateZ(90deg); }
    body.home .artist-top .rotated-text__texts span:nth-of-type(23) {
      transform: translate(-50%, -50%) rotateX(-276deg) translateZ(140px) rotateZ(90deg); }
    body.home .artist-top .rotated-text__texts span:nth-of-type(24) {
      transform: translate(-50%, -50%) rotateX(-288deg) translateZ(140px) rotateZ(90deg); }
    body.home .artist-top .rotated-text__texts span:nth-of-type(25) {
      transform: translate(-50%, -50%) rotateX(-300deg) translateZ(140px) rotateZ(90deg); }
    body.home .artist-top .rotated-text__texts span:nth-of-type(26) {
      transform: translate(-50%, -50%) rotateX(-312deg) translateZ(140px) rotateZ(90deg); }
    body.home .artist-top .rotated-text__texts span:nth-of-type(27) {
      transform: translate(-50%, -50%) rotateX(-324deg) translateZ(140px) rotateZ(90deg); }
    body.home .artist-top .rotated-text__texts span:nth-of-type(28) {
      transform: translate(-50%, -50%) rotateX(-336deg) translateZ(140px) rotateZ(90deg); }
    body.home .artist-top .rotated-text__texts span:nth-of-type(29) {
      transform: translate(-50%, -50%) rotateX(-348deg) translateZ(140px) rotateZ(90deg); }
    body.home .artist-top .rotated-text__texts span:nth-of-type(30) {
      transform: translate(-50%, -50%) rotateX(-360deg) translateZ(140px) rotateZ(90deg); }

body.home .artist-top-list {
  box-sizing: border-box;
  display: block;
  margin-top: 20px;
  margin-left: 40px;
  padding-left: 96px;
  padding-right: 96px;
  background: #fff;
  border: 4px solid #D4BDD9;
  /* shaodw */
  box-shadow: 0 0 20px 0 rgba(69, 144, 212, 0.5);
  border-radius: 20px; }
  body.home .artist-top-list > li {
    position: relative;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 60px; }
    body.home .artist-top-list > li + li {
      border-top: 2px solid #e5e5e5; }
    body.home .artist-top-list > li:has(.coming-soon) {
      padding-top: 93px;
      padding-bottom: 97px; }
      body.home .artist-top-list > li:has(.coming-soon) .date-wrapper {
        top: 15px; }
  body.home .artist-top-list .date-wrapper {
    position: absolute;
    top: 19px;
    left: -164px; }
  body.home .artist-top-list .thumbs {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 47px;
    margin-right: -40px; }
    body.home .artist-top-list .thumbs .tag {
      font-size: 22px;
      text-align: center;
      line-height: 1.6;
      letter-spacing: -1px;
      color: #EB312D;
      position: absolute;
      bottom: 100%;
      left: 0;
      right: 0; }
    body.home .artist-top-list .thumbs .artist-thumb {
      margin: 0 auto;
      width: 242px;
      height: 158px; }
    body.home .artist-top-list .thumbs .artist-name {
      color: #1E1D1D;
      text-align: center;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 28px;
      font-weight: 700;
      line-height: 1.14286;
      letter-spacing: 0.08em;
      margin-top: 6px; }
      body.home .artist-top-list .thumbs .artist-name.and-more {
        font-size: 18px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        margin-top: 0;
        min-height: 100%;
        width: 120px; }
      body.home .artist-top-list .thumbs .artist-name .small {
        font-size: 24px; }
  body.home .artist-top-list .thumbs__cs {
    padding-bottom: 104px; }
  body.home .artist-top-list .text-more {
    display: block;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding: 0 0 40px; }

body.home .coming-soon {
  color: #1E1D1D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-left: 205px; }

body.home .special-heading {
  color: #EB312D;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(40/32);
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px; }

body.home .comment-movie {
  background: rgba(0, 55, 130, 0.4);
  padding-top: 30px;
  padding-bottom: 60px;
  position: relative; }
  body.home .comment-movie::before {
    content: '';
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    position: absolute;
    inset: 0; }
  body.home .comment-movie .comment-slider-area {
    margin-top: 30px;
    padding: 0 40px;
    box-sizing: border-box; }
    body.home .comment-movie .comment-slider-area .loader-simple2 {
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-top-color: rgba(255, 255, 255, 0.7); }
    body.home .comment-movie .comment-slider-area .slider-group-box {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 20px 32px; }
    body.home .comment-movie .comment-slider-area .js-comment-play {
      cursor: pointer;
      width: 312px;
      position: relative; }
      body.home .comment-movie .comment-slider-area .js-comment-play .img-bg {
        height: 224px;
        overflow: hidden;
        background-position: center;
        transition: 0.3s;
        background-size: contain;
        background-repeat: no-repeat; }
      body.home .comment-movie .comment-slider-area .js-comment-play .name {
        font-size: 16px;
        text-align: center;
        color: #ffffff;
        height: 40px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; }
    body.home .comment-movie .comment-slider-area ul.slider-group-box li.js-comment-play .img-bg {
      height: 210px;
      border-radius: 20px; }
  body.home .comment-movie .arr {
    line-height: 20px;
    z-index: 20; }
  body.home .comment-movie .comment-lists {
    overflow: hidden; }
    body.home .comment-movie .comment-lists .image-wrap {
      position: relative;
      display: block; }
  body.home .comment-movie .comment-fade-box {
    opacity: 0; }
  body.home .comment-movie .comment-fade-box {
    transition: 0.3s; }
  body.home .comment-movie .comment-slider-area[data-slider-enable="true"] {
    max-height: 800px; }
  body.home .comment-movie .bx-controls-direction a {
    top: 45%; }
  body.home .comment-movie .bx-pager {
    margin-top: 30px; }
    body.home .comment-movie .bx-pager .bx-pager-item a {
      margin-left: 10px;
      margin-right: 10px; }

body.home .media-timeline {
  margin-top: -180px;
  padding-top: 180px;
  padding-bottom: 100px; }
  body.home .media-timeline .news-area {
    margin-top: 10px;
    border-radius: 30px;
    border: 4px solid #D4BDD9;
    background: #FFF;
    /* shaodw */
    box-shadow: 0 0 20px 0 rgba(69, 144, 212, 0.5); }
    body.home .media-timeline .news-area .timeline-list-box {
      display: -ms-grid;
      display: grid;
      gap: 35px;
      padding: 56px 36px 32px; }
      body.home .media-timeline .news-area .timeline-list-box li {
        display: -ms-flexbox;
        display: flex;
        gap: 15px; }
      body.home .media-timeline .news-area .timeline-list-box .title, body.home .media-timeline .news-area .timeline-list-box .title a {
        color: #1E1D1D;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: normal; }
      body.home .media-timeline .news-area .timeline-list-box .date {
        color: #EB312D;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 0.08em;
        display: -ms-flexbox;
        display: flex;
        gap: 20px; }
      body.home .media-timeline .news-area .timeline-list-box .icon-new {
        display: block; }
        body.home .media-timeline .news-area .timeline-list-box .icon-new + .icon-blank {
          margin-left: 12px; }
      body.home .media-timeline .news-area .timeline-list-box .icon-blank {
        position: relative;
        top: 2px;
        margin-left: 0px;
        margin-right: 5px;
        display: inline-block;
        width: 14px;
        height: 14px;
        background: url(../img/icon_link_bk.png) no-repeat;
        background-size: 100%; }
        body.home .media-timeline .news-area .timeline-list-box .icon-blank.wh {
          background: url(../img/icon_link_wh.png) no-repeat;
          background-size: 100%; }
      body.home .media-timeline .news-area .timeline-list-box.coming-soon:before {
        font-size: 28px;
        font-weight: bold;
        font-family: "Crimson Text", serif;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        z-index: 3;
        content: "COMING SOON";
        color: #ffffff;
        background: rgba(11, 36, 49, 0.8);
        position: absolute;
        top: 0;
        padding-top: 15px;
        box-sizing: border-box;
        left: 0;
        width: 100%;
        height: 100%; }
  body.home .media-timeline .rotated-text__container {
    margin-top: -53px;
    margin-left: -45px;
    width: 187px;
    aspect-ratio: 187/100;
    top: 0;
    left: 0; }
  body.home .media-timeline .rotated-text {
    transform: rotateZ(-15deg); }
  body.home .media-timeline .rotated-text__texts span {
    font-size: 32px; }
    body.home .media-timeline .rotated-text__texts span:nth-of-type(1) {
      transform: translate(-50%, -50%) rotateX(-14.4deg) translateZ(2.8em) rotateZ(90deg); }
    body.home .media-timeline .rotated-text__texts span:nth-of-type(2) {
      transform: translate(-50%, -50%) rotateX(-28.8deg) translateZ(2.8em) rotateZ(90deg); }
    body.home .media-timeline .rotated-text__texts span:nth-of-type(3) {
      transform: translate(-50%, -50%) rotateX(-43.2deg) translateZ(2.8em) rotateZ(90deg); }
    body.home .media-timeline .rotated-text__texts span:nth-of-type(4) {
      transform: translate(-50%, -50%) rotateX(-57.6deg) translateZ(2.8em) rotateZ(90deg); }
    body.home .media-timeline .rotated-text__texts span:nth-of-type(5) {
      transform: translate(-50%, -50%) rotateX(-72deg) translateZ(2.8em) rotateZ(90deg); }
    body.home .media-timeline .rotated-text__texts span:nth-of-type(6) {
      transform: translate(-50%, -50%) rotateX(-86.4deg) translateZ(2.8em) rotateZ(90deg); }
    body.home .media-timeline .rotated-text__texts span:nth-of-type(7) {
      transform: translate(-50%, -50%) rotateX(-100.8deg) translateZ(2.8em) rotateZ(90deg); }
    body.home .media-timeline .rotated-text__texts span:nth-of-type(8) {
      transform: translate(-50%, -50%) rotateX(-115.2deg) translateZ(2.8em) rotateZ(90deg); }
    body.home .media-timeline .rotated-text__texts span:nth-of-type(9) {
      transform: translate(-50%, -50%) rotateX(-129.6deg) translateZ(2.8em) rotateZ(90deg); }
    body.home .media-timeline .rotated-text__texts span:nth-of-type(10) {
      transform: translate(-50%, -50%) rotateX(-144deg) translateZ(2.8em) rotateZ(90deg); }
    body.home .media-timeline .rotated-text__texts span:nth-of-type(11) {
      transform: translate(-50%, -50%) rotateX(-158.4deg) translateZ(2.8em) rotateZ(90deg); }
    body.home .media-timeline .rotated-text__texts span:nth-of-type(12) {
      transform: translate(-50%, -50%) rotateX(-172.8deg) translateZ(2.8em) rotateZ(90deg); }
    body.home .media-timeline .rotated-text__texts span:nth-of-type(13) {
      transform: translate(-50%, -50%) rotateX(-187.2deg) translateZ(2.8em) rotateZ(90deg); }
    body.home .media-timeline .rotated-text__texts span:nth-of-type(14) {
      transform: translate(-50%, -50%) rotateX(-201.6deg) translateZ(2.8em) rotateZ(90deg); }
    body.home .media-timeline .rotated-text__texts span:nth-of-type(15) {
      transform: translate(-50%, -50%) rotateX(-216deg) translateZ(2.8em) rotateZ(90deg); }
    body.home .media-timeline .rotated-text__texts span:nth-of-type(16) {
      transform: translate(-50%, -50%) rotateX(-230.4deg) translateZ(2.8em) rotateZ(90deg); }
    body.home .media-timeline .rotated-text__texts span:nth-of-type(17) {
      transform: translate(-50%, -50%) rotateX(-244.8deg) translateZ(2.8em) rotateZ(90deg); }
    body.home .media-timeline .rotated-text__texts span:nth-of-type(18) {
      transform: translate(-50%, -50%) rotateX(-259.2deg) translateZ(2.8em) rotateZ(90deg); }
    body.home .media-timeline .rotated-text__texts span:nth-of-type(19) {
      transform: translate(-50%, -50%) rotateX(-273.6deg) translateZ(2.8em) rotateZ(90deg); }
    body.home .media-timeline .rotated-text__texts span:nth-of-type(20) {
      transform: translate(-50%, -50%) rotateX(-288deg) translateZ(2.8em) rotateZ(90deg); }
    body.home .media-timeline .rotated-text__texts span:nth-of-type(21) {
      transform: translate(-50%, -50%) rotateX(-302.4deg) translateZ(2.8em) rotateZ(90deg); }
    body.home .media-timeline .rotated-text__texts span:nth-of-type(22) {
      transform: translate(-50%, -50%) rotateX(-316.8deg) translateZ(2.8em) rotateZ(90deg); }
    body.home .media-timeline .rotated-text__texts span:nth-of-type(23) {
      transform: translate(-50%, -50%) rotateX(-331.2deg) translateZ(2.8em) rotateZ(90deg); }
    body.home .media-timeline .rotated-text__texts span:nth-of-type(24) {
      transform: translate(-50%, -50%) rotateX(-345.6deg) translateZ(2.8em) rotateZ(90deg); }
    body.home .media-timeline .rotated-text__texts span:nth-of-type(25) {
      transform: translate(-50%, -50%) rotateX(-360deg) translateZ(2.8em) rotateZ(90deg); }

body.home .support {
  padding-top: 60px;
  padding-bottom: 100px; }
  body.home .support .list {
    background: #fff;
    border-radius: 30px;
    border: 4px solid #D4BDD9;
    /* shaodw */
    box-shadow: 0 0 20px 0 rgba(69, 144, 212, 0.5);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 20px;
    padding: 116px 116px; }
    body.home .support .list > li {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }

body.home .bnr-tenbai {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding-top: 80px;
  padding-bottom: 80px; }

body.home .banner-lists {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 45px; }
  body.home .banner-lists img {
    height: 100px;
    width: auto; }

body.second.artist .main-container:before {
  height: auto; }

body.lineup .second-box {
  min-height: 1000px; }
