@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&family=Zen+Maru+Gothic:wght@400;700&display=swap');
html {
 font-size: 62.5%;
}
body {
 font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
 letter-spacing: 0.075em;
 font-weight: 600;
 background: #010C16;
 color: #f8f8f8;
 font-size: 1.7rem;
 line-height: 1.7;
 overflow-x: clip;
}
a {
 display: block;
 transition: .2s;
 text-decoration: none;
 color: #484848;
}
img {
 display: block;
 width: 100%;
 height: auto;
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -moz-touch-callout: none;
 -moz-user-select: none;
 user-select: none;
}
em {
 display: inline-block;
 font-size: 80%;
 font-weight: inherit;
}
span {
 font-weight: inherit;
}
strong {
 font-weight: bold;
}
.caution {
 padding-top: 1.5em;
 font-size: 1.2rem !important;
 line-height: 1.5;
 opacity: 0.8;
}
ul.caution li {
 text-indent: -1em;
 padding-left: 1em;
}
.sp {
 display: none !important;
}
.pc {
 display: block;
}
.en {
 font-family: "Orbitron", sans-serif !important;
 font-weight: 600;
}
#wrapper {
 position: relative;
 width: 100%;
 text-align: center;
}
section {
 position: relative;
 z-index: 5;
 padding: 10rem 5% 12.5rem;
}
.inner {
 position: relative;
 z-index: 5;
 max-width: 110rem;
 margin: 0 auto;
}
.secTtl {
 font-size: 6rem;
 margin-bottom: 1.5em;
 line-height: 1;
 position: relative;
 z-index: 5;
 transform-origin: 50% 100%;
 transform: perspective(200px) rotateX(35deg);
}
.secTtl span {
 font-family: "Orbitron", serif;
 font-weight: 600;
 color: #F67E17;
 display: block;
}
.secTtl em {
 display: block;
 font-size: 42%;
}
header {
 position: fixed;
 z-index: 1001;
 width: 100%;
 top: 0;
 left: 0;
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 0 5vw;
 height: 8rem;
}
header h1 {
 position: relative;
 z-index: 5;
 font-family: "Orbitron", sans-serif;
 line-height: 1.1;
 font-size: 2rem;
 font-weight: 500;
}
header h1 a {
 display: block;
 color: #fcfcfc;
}
header h1 a em {
 display: block;
 font-size: 52%;
 letter-spacing: 0.125em;
 font-weight: 500;
 color: #FFD84C;
}
header nav {
 position: relative;
 z-index: 5;
}
header nav ul {
 display: flex;
 align-items: center;
 justify-content: flex-end;
 height: 100%;
}
header nav ul li {
 height: 100%;
}
header nav ul li a {
 font-family: "Orbitron", sans-serif;
 font-weight: 400;
 font-size: 1.7rem;
 white-space: nowrap;
 color: #fcfcfc;
 position: relative;
 display: block;
 padding: 0.35em 1.25em;
}
header nav ul li a:hover {
 color: #F5CB00;
}
header nav ul li a:after {
 content: "";
 display: block;
 height: 2px;
 width: 0;
 background: #F5CB00;
 position: absolute;
 bottom: 0;
 left: 0;
 transition: .2s;
}
header nav ul li:last-child a {
 background: #F5CB00;
 color: #010C16;
 font-weight: 600;
 border-radius: 20rem;
 margin-left: 0.75em;
 padding: 0.25em 2.5em 0.25em 1.25em;
}
header nav ul li:last-child a:before {
 content: "";
 width: 8px;
 height: 8px;
 border: 0;
 border-top: solid 2px #010C16;
 border-right: solid 2px #010C16;
 transform: rotate(45deg)translateY(-50%);
 position: absolute;
 top: calc(50% - 1px);
 right: 1.25em;
 transition: .2s;
}
header nav ul li:last-child a:hover {
 background: #fcfcfc;
}
header nav ul li:last-child a:after {
 display: none;
}
header nav ul li a:hover:after {
 width: 100%;
}
#kv {
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 0 5% 5rem;
 height: 100vh;
}
#kv h1 {
 font-family: "Orbitron", sans-serif;
 font-weight: 700;
 text-align: left;
 line-height: 1;
 flex: 1 0 50%;
}
#kv h1 em {
 font-size: 1.4vw;
 display: block;
 padding-bottom: 0.25em;
}
#kv h1 span {
 display: block;
 font-size: 6.8vw;
}
#kv h1 span:nth-of-type(2) {
 padding-left: 0.3em;
}
#kv h1 span:nth-of-type(3) {
 padding-left: 0.6em;
}
#kv h1 span:first-letter {
 color: #F5CB00;
}
#kv .sliderArea {
 max-width: 50%;
 flex: 1 0 50%;
 padding: 0;
}
#kv .slick-dots {
 position: relative;
 z-index: 3;
 margin: 1rem auto 0;
 text-align: center;
}
#kv .slick-dots li {
 display: inline-block;
 margin: 0 4px;
}
#kv .slick-dots button {
 padding: 0;
 color: transparent;
 outline: none;
 width: 12px;
 border-radius: 2px;
 border: none;
 height: 4px;
 display: block;
 background: rgba(200, 200, 200, 0.4);
 cursor: pointer;
}
#kv .slick-dots .slick-active button {
 background: #FFD84C;
}
#news ul li {
 margin-bottom: 3em;
}
#news ul li a {
 color: #fcfcfc;
 transform-origin: 50% 100%;
 transform: perspective(300px) rotateX(20deg);
}
#news ul li a:hover {
 color: #F67E17;
}
#news ul li dl dt {
 color: #F5CB00;
 font-size: 150%;
 transform-origin: 50% 100%;
 transform: perspective(300px) rotateX(25deg);
 padding-bottom: 2em;
}
#news .btn {
 padding-top: 3em;
}
#news .btn a {
 background: #F5CB00;
 color: #010C16;
 font-weight: 600;
 border-radius: 20rem;
 margin-left: 0.75em;
 padding: 0.25em 2.5em 0.25em 1.25em;
 display: inline-block;
 font-size: 1.4rem;
 font-family: "Orbitron", serif;
 position: relative;
}
#news .btn a:hover {
 background: #fcfcfc;
}
#news .btn a:before {
 content: "";
 width: 6px;
 height: 6px;
 border: 0;
 border-top: solid 2px #010C16;
 border-right: solid 2px #010C16;
 transform: rotate(45deg) translateY(-50%);
 position: absolute;
 top: calc(50% - 1px);
 right: 1.5em;
 transition: .2s;
}
.pagination {
 padding: 5em 0 0;
}
.pagination ul {
 display: flex;
 justify-content: center;
}
.pagination ul li {
 margin: 0 4px;
}
.pagination ul li a {
 font-family: "Orbitron", sans-serif;
 height: 1.2em;
 min-width: 1.2em;
 line-height: 1.2em;
 font-size: 1.4rem;
 border: solid 1px #fcfcfc;
 text-align: center;
 padding: 0.3em;
 font-weight: 600;
}
.pagination ul li.active a, .pagination ul li a:hover {
 background: #fafafa;
 color: rgba(4, 21, 61, 1) !important;
}
#introduction .eventTtl {
 font-size: 4rem;
 color: #F5CB00;
 transform-origin: 50% 100%;
 transform: perspective(300px) rotateX(25deg);
 margin-bottom: 2em;
}
#introduction .eventTtl em {
 display: block;
 font-weight: 700;
 font-size: 50%;
}
#introduction .lead p {
 margin-bottom: 2.0em;
 line-height: 3;
 transform-origin: 50% 100%;
 transform: perspective(300px) rotateX(15deg);
}
#introduction .subTtl {
 font-size: 200%;
 transform-origin: 50% 100%;
 transform: perspective(300px) rotateX(25deg);
 color: #F5CB00;
 margin: 2em auto;
}
#introduction .subTtl em {
 display: block;
 font-size: 55%;
 transform-origin: 50% 100%;
 transform: perspective(300px) rotateX(25deg);
 color: #acacac;
}
#introduction p {
 transform-origin: 50% 100%;
 transform: perspective(300px) rotateX(25deg);
}
#introduction .flex {
 display: flex;
 align-items: stretch;
 justify-content: space-between;
 padding-top: 2.5em;
}
#introduction .flex > div {
 flex: 1 0 calc(50% - 1.5rem);
 max-width: calc(50% - 1.5rem);
}
#introduction .flex > div .day {
 font-size: 150%;
 transform-origin: 50% 100%;
 transform: perspective(300px) rotateX(25deg);
 color: #F67E17;
 margin-bottom: 2em;
}
#introduction .flex > div .day span {
 display: block;
 font-size: 85%;
 color: #fcfcfc;
 padding-top: 1em;
 letter-spacing: 0.1em;
}
#introduction .flex > div > dl {
 margin-bottom: 3em;
}
#introduction .flex > div > dl > dt {
 transform-origin: 50% 100%;
 transform: perspective(300px) rotateX(25deg);
 color: #F5CB00;
 font-size: 100%;
 font-weight: 700;
}
#introduction .flex > div > dl > dt > em {
 display: inline-block;
 color: #F5CB00;
 border: solid 2px #F5CB00;
 padding: 0.35em 1.0em;
 border-radius: 20rem;
 font-size: 110%;
 line-height: 1;
}
#introduction .flex > div > dl > dt > strong {
 font-size: 140%;
 display: block;
 padding-top: 0.5em;
}
#introduction .flex > div > dl > dd {
 padding: 2em 0 0;
 font-size: 1.5rem;
}
#introduction .flex > div > dl > dd .artistList {
 margin-bottom: 1.5em;
}
#introduction .flex > div > dl > dd .artistList li {
 white-space: nowrap;
 display: inline-block;
 margin-bottom: 0.15em;
}
#introduction .flex > div > dl > dd .artistList li:after {
 content: "/";
 display: inline-block;
 padding: 0 0.25em;
 opacity: 0.5;
}
#introduction .flex > div > dl > dd .artistList li:last-child:after {
 display: none;
}
#introduction .flex > div > dl > dd .artistList li em {
 white-space: normal;
 display: none;
}
#introduction .flex > div > dl > dd .timeSchedule {
 padding-top: 1.5em;
 display: flex;
 justify-content: center;
}
#introduction .flex > div > dl > dd .timeSchedule dl {
 display: flex;
 align-items: flex-end;
}
#introduction .flex > div > dl > dd .timeSchedule dl:after {
 content: "/";
 display: inline-block;
 padding: 0 0.5em;
 opacity: 0.7;
}
#introduction .flex > div > dl > dd .timeSchedule dl:last-of-type:after {
 display: none;
}
#introduction .flex > div > dl > dd .timeSchedule dl dt {
 transform-origin: 50% 100%;
 transform: perspective(300px) rotateX(25deg);
 color: #cacaca;
 font-size: 85%;
 font-weight: 500;
 padding: 0 0.35em 0.15em 0;
}
#introduction .address {
 transform-origin: 50% 100%;
 transform: perspective(300px) rotateX(15deg);
}
#introduction .address em {
 display: block;
}
#introduction .map {
 position: relative;
 margin: -2em auto 0;
 height: 35rem;
 display: block;
 transform-origin: 50% 100%;
 transform: perspective(300px) rotateX(10deg);
}
#introduction .map:after {
 content: "";
 display: block;
 width: 100%;
 height: 100%;
 position: absolute;
 bottom: -20%;
 left: 0;
 right: 0;
 background-color: rgba(22, 3, 64, 0.35);
 transform: scale(0.97);
}
#introduction .map iframe {
 width: 100%;
 height: 100%;
 position: relative;
 z-index: 4;
 -webkit-filter: grayscale(50%);
 -moz-filter: grayscale(50%);
 -ms-filter: grayscale(50%);
 -o-filter: grayscale(50%);
 filter: grayscale(50%);
}
#cast h3 {
 font-size: 140%;
 padding: 4em 0 2em;
 transform-origin: 50% 100%;
 transform: perspective(300px) rotateX(25deg);
}
#cast h3:first-of-type {
 padding: 0 0 2em;
}
#cast h3 em {
 padding-right: 0.35em;
}
#cast h3 strong {
 font-size: 140%;
}
#cast h3 small {
 display: block;
 font-style: normal;
 padding-top: 1em;
}
#cast h4 {
 font-size: 120%;
 margin: 2em 0;
 color: #FFD84C;
 transform-origin: 50% 100%;
 transform: perspective(300px) rotateX(25deg);
}
#cast h5 {
 font-size: 150%;
 margin: 2em 0;
 color: #FFD84C;
 transform-origin: 50% 100%;
 transform: perspective(300px) rotateX(25deg);
}
#cast h5:last-of-type {
 padding-top: 3em;
}
#cast ul {
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
}
#cast ul > li {
 flex: 1 0 25%;
 max-width: 25%;
 padding: 0 1em 2em;
 letter-spacing: 0;
}
#cast ul > li .ph {
 position: relative;
 overflow: hidden;
}
#cast ul > li .ph:before {
 content: "";
 display: block;
 padding-top: 100%;
}
#cast ul > li .ph img {
 position: absolute;
 top: 0;
 left: -50%;
 right: -50%;
 margin: 0 auto;
 height: 100%;
 width: auto;
}
#cast ul > li span {
 display: block;
 transform-origin: 50% 100%;
 transform: perspective(300px) rotateX(25deg);
 padding-top: 1em;
 white-space: nowrap;
}
#cast ul > li span em {
 display: none;
}
#cast .andMore {
 opacity: 0.7;
 transform-origin: 50% 100%;
 transform: perspective(300px) rotateX(25deg);
}
#ticket {
 padding: 10rem 5% 0;
 background: #201a39;
}
#ticket:before {
 content: "";
 display: block;
 width: 100%;
 height: 100%;
 background: rgba(32, 26, 57, 0.60);
 z-index: 1;
 position: absolute;
 top: 0;
 left: 0;
}
#ticket:after {
 content: "";
 display: block;
 background: url("../images/bg_2024.jpg") no-repeat center bottom;
 background-size: cover;
 background-attachment: fixed;
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
}
#ticket .flex {
 display: flex;
 align-items: stretch;
 justify-content: space-between;
 flex-wrap: wrap;
}
#ticket .ticketType {
 padding: 3.5em 1.5em;
 margin-bottom: 2em;
 background: url("../images/zara.png") repeat center center #e6e6e6;
 background-size: 100% auto;
 color: #3c3c3c;
 position: relative;
}
#ticket .soldOut {
 margin: 0 auto 2em;
}
#ticket .soldOut p {
 color: #fcfcfc;
 font-size: 130%;
 font-weight: bold;
 margin-bottom: 0.75em;
}
#ticket .soldOut ul {
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
}
#ticket .soldOut ul li {
 position: relative;
 font-weight: bold;
 letter-spacing: 0.025em;
 color: #ccc;
}
#ticket .soldOut ul li:before {
 content: "「";
 color: #aaa;
}
#ticket .soldOut ul li:after {
 content: "」";
 color: #aaa;
}
#ticket .add {
 color: #F5CB00;
 font-size: 110%;
 text-align: center;
 font-weight: bold;
 margin-bottom: 2.5em;
}
#ticket .ticketType.soldOut {
 color: #9c9c9c;
 overflow: scroll;
 background: rgba(255, 255, 255, 0.7);
}
#ticket .ticketType.soldOut:before {
 content: "完売御礼";
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 left: 0;
 right: 0;
 margin: 0 auto;
 color: #fcfcfc;
 font-size: 4rem;
 font-weight: bold;
 pointer-events: none;
 z-index: 2;
}
#ticket .ticketType.soldOut:after {
 content: "";
 display: block;
 width: 100%;
 height: 100%;
 background: rgba(10, 10, 20, 0.75);
 position: absolute;
 top: 0;
 left: 0;
}
#ticket .flex .ticketType {
 flex: 1 0 calc(50% - 1em);
 max-width: calc(50% - 1em);
}
#ticket .ticketType h3 {
 font-weight: bold;
 font-size: 130%;
 margin-bottom: 2em;
 background: linear-gradient(0deg, #5c5c5c 0%, #777 40%, #333 80%);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}
#ticket .ticketType p {
 font-size: 1.4rem;
}
#ticket .ticketType dl {
 margin-top: 2em;
}
#ticket .ticketType dl dt {
 margin-bottom: 1.5em;
 padding-bottom: 1em;
 position: relative;
 font-weight: 600;
}
#ticket .ticketType dl dt:after {
 content: "";
 display: block;
 height: 1px;
 width: 2em;
 background: #aaa;
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 margin: 0 auto;
}
#ticket .ticketType ul {
 display: inline-block;
 text-align: left;
 font-size: 1.4rem;
}
#ticket .ticketType ul li {
 text-indent: -1em;
 padding-left: 1em;
}
#ticket .ticketType ul li em {
 display: inline;
}
#ticket .ticketType .caution {
 opacity: 0.7 !important;
}
#ticket .ticketType .btn a {
 background: #F5CB00;
 color: #010C16;
 font-weight: 600;
 border-radius: 20rem;
 margin-left: 0.75em;
 padding: 0.25em 2.5em 0.25em 1.25em;
 display: inline-block;
 position: relative;
}
#ticket .ticketType .btn a:hover {
 background: #fff;
}
#ticket .ticketType .btn a:before {
 content: "";
 width: 8px;
 height: 8px;
 border: 0;
 border-top: solid 2px #010C16;
 border-right: solid 2px #010C16;
 transform: rotate(45deg) translateY(-50%);
 position: absolute;
 top: calc(50% - 1px);
 right: 1.25em;
 transition: .2s;
}
#ticket .sheet {
 padding: 3em 0 0;
 position: relative;
}
#ticket .sheet h3 {
 font-size: 150%;
 padding: 2em 0;
 transform-origin: 50% 100%;
 transform: perspective(300px) rotateX(25deg);
}
#ticket .ill {
 display: block;
 background: url("../images/sheet.png") no-repeat;
 background-size: 100% 100%;
 width: 64%;
 padding-top: calc(98.33% * 0.64);
 margin: 0 auto;
 transform: translateX(2%);
}
#ticket .illAreaMap {
 display: block;
 background: url("../images/areamap.png") no-repeat;
 background-size: 100% 100%;
 width: 74%;
 padding-top: calc(70.65% * 0.74);
 margin: 0 auto !important;
}
#ticket #playGuide {
 padding: 10rem 5%;
 position: relative;
 background: rgba(7, 31, 49, 1);
 width: 100vw;
 margin: 5em calc(50% - 50vw) 0;
 overflow: hidden;
 color: #fcfcfc;
}
#ticket #playGuide:before {
 content: '';
 background: url("../images/stars.svg") repeat;
 background-size: 25%;
 width: 200%;
 padding-top: 100%;
 position: absolute;
 top: -50%;
 bottom: -50%;
 left: -50%;
 right: -50%;
 margin: auto;
 pointer-events: none;
 opacity: 0.25;
 transform-origin: center center;
 animation: 120s linear infinite rotation;
}
@keyframes rotation {
 0% {
  transform: rotate(0);
 }
 100% {
  transform: rotate(360deg);
 }
}
#ticket #playGuide h3 {
 font-weight: bold;
 font-size: 150%;
 color: #F67E17;
 transform-origin: 50% 100%;
 transform: perspective(300px) rotateX(25deg);
 padding-bottom: 2em;
}
#ticket #playGuide h4 {
 margin: 3em 0 2em;
 color: #FFD84C;
}
#ticket #playGuide dl {
 display: flex;
 justify-content: center;
}
#ticket #playGuide dl dt:after {
 content: "：";
}
#ticket #playGuide .caution {
 display: inline-block;
 text-align: left;
 margin-bottom: 3em;
}
#ticket #playGuide .cards {
 display: flex;
 justify-content: center;
 margin: 2em auto 0;
}
#ticket #playGuide .cards .card {
 background-color: #fcfcfc;
 color: #333;
 padding: 3rem;
 flex: 1 0 calc(33.333% - 1em);
 max-width: calc(33.333% - 1em);
 margin: 0 calc(3em / 2) 0 0;
 border-radius: 1.5rem;
}
#ticket #playGuide .cards .card:nth-child(3n) {
 margin: 0 0 0 0;
}
#ticket #playGuide .cards .card h4 {
 margin: 0 0 1em;
 font-weight: bold;
 font-size: 125%;
 color: #333;
}
#ticket #playGuide .cards .card table {
 width: 100%;
}
#ticket #playGuide .cards .card table tr {
 border-top: solid 1px #7c7c7c;
}
#ticket #playGuide .cards .card table tr:last-of-type {
 border-bottom: solid 1px #7c7c7c;
}
#ticket #playGuide .cards .card table tr th {
 font-size: 14px;
 font-weight: bold;
 color: #333;
 padding: 15px;
 text-align: left;
 width: 100px;
 vertical-align: middle;
}
#ticket #playGuide .cards .card table tr td {
 font-size: 0.8em;
 color: #333;
 padding: 15px;
 text-align: left;
 vertical-align: middle;
 font-weight: 600;
}
#ticket #playGuide .cards .card table tr td .btn a {
 color: #fcfcfc;
 background: #ff0000;
 display: block;
 text-decoration: none;
 font-size: 0.8em;
 font-weight: bold;
 text-align: center;
 padding: 5px;
 border-radius: 20rem;
}
#ticket #playGuide .cards .card.disable {
 background-color: #ccc;
}
#ticket #playGuide .cards .card.disable table tr td .btn a {
 pointer-events: none;
 background: #333;
 color: #aaa;
}
#goods ul {
 display: flex;
 flex-wrap: wrap;
 align-items: flex-start;
}
#goods ul li {
 flex: 1 0 calc(25% - 2rem);
 max-width: calc(25% - 2rem);
 margin: 0 calc(8rem / 3) calc(8rem / 3) 0;
}
#goods ul li:nth-child(4n) {
 margin: 0 0 calc(8rem / 3) 0;
}
#goods .btn {
 margin: 1.5em auto 0;
}
#goods .btn a {
 background: #F5CB00;
 color: #010C16;
 font-weight: 600;
 border-radius: 20rem;
 margin-left: 0.75em;
 padding: 0.25em 2.5em 0.25em 1.25em;
 display: inline-block;
 position: relative;
}
#goods .btn a:hover {
 background: #fff;
}
#goods .btn a:before {
 content: "";
 width: 8px;
 height: 8px;
 border: 0;
 border-top: solid 2px #010C16;
 border-right: solid 2px #010C16;
 transform: rotate(45deg) translateY(-50%);
 position: absolute;
 top: calc(50% - 1px);
 right: 1.25em;
 transition: .2s;
}
#newsDetail .inner {
 padding: 4.5em 2.5em;
 margin-bottom: 2em;
 background: url("../images/zara.png") repeat center center #e6e6e6;
 background-size: 100% auto;
 color: #3c3c3c;
 position: relative;
 text-align: left;
 font-size: 1.5rem;
}
#newsDetail .postTtl {
 font-size: 150%;
 line-height: 1.4;
 font-weight: bold;
 margin-bottom: 1.5em;
 padding-bottom: 1.5em;
 border-bottom: solid 2px #333;
}
#newsDetail .inner .box {
 background: #fafafa;
 padding: 2em 2.5em;
 border-radius: 3px;
 margin: 2em 0;
}
#newsDetail .inner h1 {
 font-size: 140%;
 font-weight: bold;
 background: linear-gradient(90deg, #F67E17 0%, #FFA74D 100%);
 color: #fff;
 padding: 0.4em 1em;
 border-radius: 0.3rem;
 box-shadow: 0 4px 12px rgba(246, 126, 23, 0.3);
 margin: 1.5em 0 2em;
}
#newsDetail .inner h2 {
 font-size: 135%;
 font-weight: bold;
 border-left: 4px solid #F67E17;
 color: #F67E17;
 padding: 0 0 0 0.55em;
 position: relative;
 margin: 1.5em 0 1.5em;
}
#newsDetail .inner h3 {
 font-size: 125%;
 font-weight: bold;
 padding-left: 1.4em;
 color: #222;
 margin: 1.5em 0 1.5em;
 position: relative;
}
#newsDetail .inner h3:before {
 content: "★";
 position: absolute;
 left: 0;
 top: 0;
 color: #F67E17;
 font-size: 100%;
}
#newsDetail .inner h4 {
 display: inline-block;
 font-size: 115%;
 font-weight: bold;
 background-color: #FFF5ED;
 color: #F67E17;
 padding: 0.2em 0.6em;
 border-radius: 4px;
 border: 1px solid #F67E17;
 margin: 1.5em 0 1.5em;
}
#newsDetail .inner h5 {
 font-size: 1.1em;
 font-weight: bold;
 color: #F67E17;
 border-bottom: 1px dashed #F67E17;
 display: inline-block;
 padding-bottom: 0.2em;
 margin: 1.5em 0 1.5em;
}
#newsDetail .inner h6 {
 font-size: 115%;
 font-weight: bold;
 position: relative;
 margin: 1.5em 0 1.5em;
}
#newsDetail .inner dl {
 margin: 2em 0;
}
#newsDetail .inner dl dt {
 font-weight: bold;
 font-size: 110%;
}
#newsDetail .inner dl dd {
 padding: 0.5em 0 0 1.75em;
}
#newsDetail .inner dl dd ul li {
 text-indent: -1em;
 padding-left: 1em;
 margin-top: 0.15em;
}
#newsDetail .inner dl dd ul li em {
 display: inline;
}
#newsDetail .inner p {
 margin-bottom: 1em;
}
#newsDetail .inner strong {
 font-weight: bold;
}
#newsDetail .inner ul {
 margin: 0 0 1em;
}
#newsDetail .inner ul li {
 text-indent: -1em;
 padding-left: 1em;
 position: relative;
 margin-bottom: 0.5em;
}
#newsDetail .inner a {
 display: inline-block;
 white-space: normal;
 word-break: break-all;
 color: #A9302A;
 vertical-align: bottom;
 border-bottom: 1px dashed #A9302A;
 text-indent: 0;
 padding: 0 0.5em;
}
#newsDetail .inner a:hover {
 font-weight: bold;
}
#newsDetail .inner .img {
 margin: 1.5em 0;
}
#newsDetail .inner .img img {
 width: auto;
 max-width: 100%;
}
#newsDetail .inner .caution {
 font-size: 1.4rem !important;
}
#newsDetail .inner .castList {
 margin-bottom: 2em;
}
#newsDetail .inner.castList li {
 display: inline-block;
 white-space: nowrap;
 font-weight: bold;
 position: relative;
}
#newsDetail .inner .castList li:after {
 content: "/";
 padding: 0 0.15em 0 0.45em;
 opacity: 0.7;
}
#newsDetail .inner .castList li:last-child:after {
 display: none;
}
#newsDetail .inner .toBack {
 display: block;
 text-align: center;
 margin: 1.5em auto 0;
}
#newsDetail .inner .toBack a {
 display: inline-block;
 background: #F5CB00;
 color: #010C16;
 font-weight: 600;
 border-radius: 20rem;
 margin-left: 0.75em;
 padding: 0.25em 1.25em 0.25em 2.5em;
 position: relative;
 border-bottom: none;
}
#newsDetail .inner .toBack a:before {
 content: "";
 width: 8px;
 height: 8px;
 border: 0;
 border-top: solid 2px #010C16;
 border-left: solid 2px #010C16;
 transform: rotate(-45deg)translateY(-50%);
 position: absolute;
 top: calc(50% - 1px);
 left: 1.25em;
 transition: .2s;
}
#newsDetail .inner .toBack a:hover {
 background: #fcfcfc;
}
#notes {
 background-repeat: repeat;
 background-position: center center;
 background-image: url("../images/zara2.png");
 background-color: #263A4C;
 background-size: 50% auto;
 color: #C5CFE0;
}
#notes h3 {
 margin-bottom: 1em;
 color: #FFD84C;
 font-size: 130%;
}
#notes .caution {
 font-size: 1.5rem !important;
 display: inline-block;
 text-align: left;
 max-width: 84rem;
 margin: 0 auto;
}
footer {
 background: #201a39;
 position: relative;
 z-index: 4;
 padding: 10rem 5% 40rem;
 overflow: hidden;
}
.bgFooter {
 width: 100%;
 background: url("../images/bg_footer.png") no-repeat center bottom;
 background-size: 100% auto;
 background-attachment: fixed;
 height: 100%;
 position: absolute;
 bottom: 0;
 left: 0;
 pointer-events: none;
 mix-blend-mode: exclusion;
}
.contact {
 padding-bottom: 3em;
}
.contact h3 {
 margin-bottom: 2em;
 color: #FFD84C;
 font-size: 110%;
}
.contact p {
 display: inline-block;
 background: rgba(0, 0, 30, 0.5);
 padding: 2em;
 border-radius: 1rem;
}
footer .spt {
 margin-bottom: 1.5em;
}
footer .spt dl dt {
 font-size: 90%;
 margin-bottom: 1.75em;
}
footer .spt dl dd ul {
 display: flex;
 align-items: center;
 justify-content: center;
}
footer .spt dl dd ul li {
 flex: 1 0 7vw;
 max-width: 7vw;
 display: flex;
 align-items: center;
 margin: 0 1em 1em;
}
footer .spt dl dd ul li.agf {
 background: #fff;
 box-sizing: content-box;
 padding: 0.75em 1em;
}
footer .spt dl dd ul li.maruhan {
 flex: 1 0 13vw;
 max-width: 13vw;
}
footer .spt dl dd ul li.ttv {
 flex: 1 0 11vw;
 max-width: 11vw;
 background: #fff;
 box-sizing: content-box;
 padding: 0.75em 1em;
}
footer .spt dl dd ul li.mcj {
 flex: 1 0 13vw;
 max-width: 13vw;
 background: #fff;
 box-sizing: content-box;
 padding: 0.75em 1em;
}
footer .spt dl dd ul li.able {
 flex: 1 0 11vw;
 max-width: 11vw;
}
footer .spt dl dd ul li.yoshimoto {
 flex: 1 0 11vw;
 max-width: 11vw;
 background: #fff;
 box-sizing: content-box;
 padding: 0.75em 1em;
}
footer p {
 opacity: 0.8 !important;
}
footer a {
 color: #fcfcfc;
 opacity: 0.8 !important;
}
footer a:hover {
 opacity: 1 !important;
}
footer .cr {
 font-size: 1.5rem;
 opacity: 0.6 !important;
 padding-top: 5em;
 font-weight: 700;
}
.breadcrumbs {
 position: relative;
 z-index: 5;
 padding: 0 0 2.5em;
 text-align: left;
}
.breadcrumbs ul li {
 display: inline-block;
 color: #fcfcfc;
 font-size: 1.3rem;
}
.breadcrumbs ul li a {
 display: inline-block;
 vertical-align: bottom;
 color: #aaa;
}
.breadcrumbs ul li:after {
 content: ">";
 opacity: 0.4;
 padding: 0 0.5em;
}
.breadcrumbs ul li:last-child:after {
 display: none;
}
.spaceArea {
 position: relative;
 z-index: 4;
}
.bgVideo {
 position: fixed;
 width: 100%;
 height: 100vh;
 top: 0;
 left: 0;
 opacity: 0.45;
 pointer-events: none;
}
.starArea {
 position: relative;
 overflow: hidden;
 background-image: linear-gradient(45deg, rgba(40, 4, 52, 1), rgba(4, 21, 61, 1));
 padding-top: 5rem;
 z-index: 1006;
}
.stars1 {
 width: 100%;
 height: 100%;
 background: url("../images/stars.svg") repeat;
 background-size: 75% auto;
 position: absolute;
 top: 0;
 left: 0;
 opacity: 0.30;
}
.stars2 {
 width: 100%;
 height: 100%;
 background: url("../images/stars.svg") repeat;
 background-size: 50% auto;
 position: absolute;
 top: 0;
 left: 0;
 opacity: 0.20;
}
.stars3 {
 width: 100%;
 height: 100%;
 background: url("../images/stars.svg") repeat;
 background-size: 25% auto;
 position: absolute;
 top: 0;
 left: 0;
 opacity: 0.1;
}
.bgVideo .video {
 overflow: hidden;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 1;
}
.bgVideo .video video {
 position: absolute;
 top: 50%;
 left: 50%;
 display: block;
 width: auto;
 height: auto;
 min-width: 100%;
 min-height: 100%;
 transform: translate(-50%, -50%);
}
.delayBox {
 opacity: 0;
}
.delayBox.displayed {
 animation-delay: 0.15s;
}
.delay01.displayed {
 animation-delay: 0.1s;
}
.delay02.displayed {
 animation-delay: 0.3s;
}
.delay03.displayed {
 animation-delay: 0.5s;
}
.delay04.displayed {
 animation-delay: 0.7s;
}
.delay05.displayed {
 animation-delay: 0.9s;
}
.delay06.displayed {
 animation-delay: 1.1s;
}
.delay07.displayed {
 animation-delay: 1.3s;
}
.delay08.displayed {
 animation-delay: 1.5s;
}
.delay09.displayed {
 animation-delay: 1.7s;
}
.delay10.displayed {
 animation-delay: 0.5s;
}
.displayed {
 animation: fadeUp 1.4s forwards;
}
@keyframes fadeUp {
 0% {
  opacity: 0;
  margin-top: 100px;
 }
 100% {
  opacity: 1;
  margin-top: 0;
 }
}
@media screen and (max-width: 999px) {
 body {
  font-size: 1.4rem;
 }
 .sp {
  display: block !important;
 }
 .pc {
  display: none !important;
 }
 .caution {
  font-size: 1.2rem !important;
 }
 section {
  padding: 5rem 1.5rem 5rem;
 }
 .secTtl {
  font-size: 3.2rem;
  margin-bottom: 1.5em;
 }
 header {
  padding: 0 1.5rem;
 }
 header h1 {
  font-size: 1.6rem;
  white-space: nowrap;
 }
 header nav {
  display: none;
 }
 #kv {
  display: block;
  padding: 0;
  height: auto;
 }
 #kv h1 {
  display: none;
 }
 #kv .sliderArea {
  max-width: 100%;
  flex: none;
  padding: 0;
 }
 #kv .sliderArea .slick-slide {
  margin: 0 0.75em;
 }
 #news ul {
  margin-top: -1.5em;
 }
 #news ul li {
  margin-bottom: 1.5em;
 }
 #introduction .eventTtl {
  font-size: 2.2rem;
  white-space: nowrap;
  margin-bottom: 1em;
 }
 #introduction .lead p {
  margin-bottom: 0.5em;
  line-height: 2;
 }
 #introduction .subTtl {
  margin: 2em auto 1em;
  padding-top: 1.5em;
 }
 #introduction .flex {
  display: block;
  padding-top: 2.5em;
 }
 #introduction .flex > div {
  flex: none;
  max-width: 100%;
 }
 #introduction .flex > div > dl {
  margin-bottom: 1.5em;
 }
 #introduction .flex > div > dl > dt > em {
  font-size: 130%;
 }
 #introduction .flex > div > dl > dd {
  padding: 1.5em 0 0;
  font-size: 1.4rem;
 }
 #introduction .map {
  height: 25rem;
  display: block;
 }
 #introduction .map:after {
  bottom: -15%;
 }
 #cast h3 {
  padding: 3em 0 2em;
 }
 #cast h4 {
  font-size: 140%;
  margin: 2em 0;
 }
 #cast ul > li {
  flex: 1 0 50%;
  max-width: 50%;
  padding: 0 2% 2rem;
 }
 #cast ul > li .ph:before {
  padding-top: 100%;
 }
 #cast ul > li span {
  padding-top: 0.5em;
 }
 #ticket {
  padding: 5rem 1.5rem 0;
 }
 #ticket:after {
  display: none;
 }
 #ticket .flex {
  display: block;
 }
 #ticket .ticketType {
  padding: 1.5em;
  margin-bottom: 1.5em;
 }
 #ticket .flex .ticketType {
  flex: none;
  max-width: 100%;
 }
 #ticket .ticketType h3 {
  margin-bottom: 1em;
 }
 #ticket .ticketType p {
  font-size: 1.3rem;
 }
 #ticket .ticketType dl {
  margin-top: 1.5em;
 }
 #ticket .ticketType.soldOut {
  height: 7em;
  overflow: hidden;
 }
 #ticket .ticketType.soldOut:before {
  font-size: 2rem;
 }
 #ticket .sheet {
  padding: 2em 0 0;
 }
 #ticket .sheet h3 {
  padding-bottom: 1.5em;
 }
 #ticket .ill {
  width: 100%;
  padding-top: 100%;
 }
 #ticket .illAreaMap {
  width: 100%;
  padding-top: 70.65%;
  margin: 2em auto 0 !important;
 }
 #ticket #playGuide {
  padding: 5rem 1.5rem;
  margin: 5rem calc(50% - 50vw) 0;
 }
 #ticket #playGuide h3 {
  padding-bottom: 1.5em;
 }
 #ticket #playGuide h4 {
  margin: 2em 0 1.5em;
 }
 #ticket #playGuide .cards {
  display: block;
 }
 #ticket #playGuide .caution {
  margin-bottom: 2em;
 }
 #ticket #playGuide .cards .card {
  padding: 1.5em;
  flex: none;
  max-width: 100%;
  margin: 0 auto 1.5em;
  border-radius: 0.5rem;
 }
 #ticket #playGuide .cards .card table tr th {
  padding: 10px;
 }
 #ticket #playGuide .cards .card table tr td {
  padding: 10px;
 }
 #ticket #playGuide .cards .card table tr td .btn a {
  font-size: 1.4rem;
 }
 #goods ul li {
  flex: 1 0 calc(50% - 0.75rem);
  max-width: calc(50% - 0.75rem);
  margin: 0 1.5rem 1.5rem 0;
 }
 #goods ul li:nth-child(4n) {
  margin: 0 1.5rem 1.5rem 0;
 }
 #goods ul li:nth-child(even) {
  margin: 0 0 1.5rem 0;
 }
 #newsDetail {
  padding: 2.5rem 1.5rem 5rem;
 }
 #newsDetail .inner {
  padding: 1.5em 1.5rem;
  font-size: 1.4rem;
 }
 #newsDetail .postTtl {
  font-size: 125%;
  margin-bottom: 1em;
  padding-bottom: 1em;
 }
 #newsDetail .inner .box {
  padding: 1em 1em;
 }
 #newsDetail .inner dl {
  margin: 2em 0;
 }
 #newsDetail .inner dl dt {
  font-size: 110%;
  text-align: center;
  margin-bottom: 0.5em;
 }
 #newsDetail .inner dl dd {
  padding: 0;
  text-align: center;
 }
 #newsDetail .inner ul {
  text-align: left;
 }
 #newsDetail .inner ul li em {
  display: block;
 }
 #newsDetail .inner .castList li {
  font-size: 90%;
 }
 #notes .caution {
  font-size: 1.4rem !important;
  max-width: 100%;
 }
 footer {
  padding: 5rem 1.5rem 25rem;
 }
 .contact {
  padding-bottom: 2.5em;
 }
 .contact p {
  padding: 1.5em;
 }
 footer .spt {
  margin-bottom: 1.5em;
 }
 footer .spt dl dt {
  font-size: 100%;
  margin-bottom: 1.5em;
 }
 footer .spt dl dd ul {
  flex-wrap: wrap;
 }
 footer .spt dl dd ul li {
  flex: 1 0 6rem;
  max-width: 6rem;
  margin: 0 0.75em 1.5em;
 }
 footer .spt dl dd ul li.maruhan {
  flex: 1 0 11rem;
  max-width: 11rem;
 }
 footer .spt dl dd ul li.ttv {
  flex: 1 0 9rem;
  max-width: 9rem;
 }
 footer .spt dl dd ul li.mcj {
  flex: 1 0 11rem;
  max-width: 11rem;
 }
 footer .spt dl dd ul li.able {
  flex: 1 0 10rem;
  max-width: 10rem;
 }
 footer .spt dl dd ul li.yoshimoto {
  flex: 1 0 11rem;
  max-width: 11rem;
 }
 footer .cr {
  font-size: 1.3rem;
  padding-top: 3em;
 }
 .starArea {
  padding-top: 8rem;
 }
 .breadcrumbs {
  padding: 0 1.5rem 2.5em;
 }
}