
@charset "utf-8";
@import url(common/css/ress.css);
@import url(common/css/default.css);
video, img {
  width: 100%;
  height: auto;
}
@font-face {
  font-display: swap;
}
main .inner {
  margin: 20px auto 0 auto;
}
html {
  height: 100%;
}
body {
  height: 100vh;
  width: 100vw;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
#home main:not(.col1) {
  flex: inherit;
  padding-bottom: 0;
}
#home main.col1 {
  flex: none !important;
  padding-bottom: 0;
  width: 100%;
}
main#main {
  flex: inherit;
  padding-bottom: 0;
}
header,
main,
footer {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: relative;
}
header,
footer {
  width: 100vw;
  height: auto;
}
footer {
  color: #FFFFFF;
  width: 100%;
}
.container {
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width : 767px) {
  .container {
    padding: 0 10px;
  }
}
@media screen and (min-width : 768px) and (max-width : 1300px), print  {
  main {
    background-size: auto;
    padding-bottom: 0;
  }
  .container {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1301px) {
  main {
    background-size: contain;
    padding-bottom: 0;
  }
  .container {
    margin: 0 auto;
    padding: 0 calc((100vw - 1240px) / 2);
  }
  main .container {
    padding-bottom: 80px;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flex-align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.flex-align-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.flex-align-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.flex-align-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.flex-align-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}
.flex-align-content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.flex-align-content-spacearound {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}
.flex-grow1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.flex1 {
  flex: 1;
}
dl.table {
  width: 100%;
}
dl.table dt {
  display: table;
  font-weight: 700;
  padding: 10px 0;
  margin-bottom: 20px;
  white-space: normal;
}
dl.table dd {
  border-left: 1px solid #F15A24;
  display: table;
  padding: 10px 0 10px 20px;
  margin-bottom: 20px;
  white-space: normal;
}
@media screen and (max-width : 767px) {
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex1 {
    flex: inherit !important;
  }
  dl.table dt {
    padding: 10px 0;
    margin-bottom: 0;
}
  dl.table dd {
    border-left: none;
    border-top: 1px solid #F15A24;
    padding: 10px 0;
    margin-bottom: 5px;
  }
}
.float_left,
.float_right {
  float: none;
  margin-bottom: 10px;
  display: block;
}
.margin-center {
  margin: 0 auto;
}
@media screen and (min-width : 768px) and (max-width : 1300px), print  {
  .float_left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: auto;
    height: auto;
  }
  .float_right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 1301px) {
  .float_left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .float_right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
  }
}
.fadein_box {
    opacity: 0;
    transition: 512ms
}
.fadein_box.fadein,
.fadein_box.fadein-bottom,
.fadein_box.is-visible,
.fadein_box.fadeup-bottom.is-visible {
    opacity: 1;
}
.fadein_box.fadein.is-visible {
  animation-name: fadein;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein_box.fadeup-bottom.is-visible {
  animation-name: fadeup;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
article.fadein_box.fadeX.is-visible {
  animation-name: fadeleft;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes fadeleft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
article.fadein_box.fadeX:nth-of-type(2n).is-visible {
  animation-name: faderight;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes faderight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
h2.sec_title {
  color: var(--white);
  background: url("common/images/bg_sec_title.webp") center no-repeat;
  background-size: cover;
  font-size: 3.9rem;
  line-height: 1em;
  text-align: center;
  text-shadow: 0 6px 10px var(--black),
               0 6px 10px var(--black);
  width: 100%;
  height: auto;
  margin-bottom: inherit;
  padding: 40px 0;
}
@media screen and (min-width : 768px) and (max-width : 1300px), print  {
  h2.sec_title {
    background-size: contain;
    padding: 40px 0;
  }
}
@media screen and (min-width: 1301px) {
}
strong {
  font-weight: 700;
}
.text-blur {
  text-shadow: 0 0 8px #000000;
}
.box-shadow {
  box-shadow: 0 6px 10px 5px #000000;
}
.radius-shadow {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.50);
  border-radius: 100%;
}
.border-blue {
  border: 20px solid var(--blue);
}
.blink {
  animation: 2s linear infinite blink_effect;
}
@keyframes blink_effect {
      0% {
          opacity: 0;
      }
      50% {
          opacity: 1;
      }
      100% {
          opacity: 0;
      }
}
.en-font {
    color: var(--violet);
    font-family: alternate-gothic-atf, sans-serif;
    font-weight: 900;
    font-size: inherit;
    letter-spacing: inherit;
    text-transform: uppercase;
}
.en-font span {
}
@keyframes fadetext {
      0% {
          opacity: 0;
      }
      100% {
          opacity: 1;
      }
}
.card {
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.card img {
  width: 100%;
  height: auto;
}
.card:not(:nth-child(2n)) {
  margin-right: 40px;
}
.card:has(img) {
}
.card:not(:has(img)) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.card .face_guest,
.card .face {
  width: 100%;
  height: auto;
}
.card .face_guest img,
.card .face_caster img {
  object-fit: cover;
  aspect-ratio: 467 / 525 !important;
}
.card img {
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
.card p {
  font-size: 0.78rem;
  line-height: 1.25em;
  letter-spacing: inherit;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card:not(:has(img)) p {
  font-size: 2rem;
  padding: inherit;
}
.card a {
  color: var(--violet);
  font-weight: 600;
}
main {
  position: relative;
}
main p,
main table {
  letter-spacing: 5px;
}
main p.read,
main table {
  font-size: 1.33rem;
}
main #btn_ticket {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 4;
}
main #btn_ticket a {
}
main #btn_ticket a:hover {
}
@media screen and (max-width: 767.99999999px) {
  .card {
    margin-bottom: 20px;
  }
  .card p,
  .card a {
    font-size: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .card:not(:has(p)) {
  }
  .card:not(:has(img)) {
    text-align: right;
  }
  h2.sec_title {
    background-size: 100vw;
    font-size: 3.9rem;
    line-height: 1em;
    text-align: center;
    text-shadow: 0 6px 10px var(--black),
                 0 6px 10px var(--black);
    width: 100%;
    height: auto;
    margin-bottom: inherit;
    padding: 20px 0;
  }
}
@media screen and (min-width : 768px) and (max-width : 1300px), print  {
  .card {
    margin-bottom: 30px !important;
  }
  .card p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1301px) {
}
.red {
  background-color: var(--valo-red);
}
.white {
  background-color: var(--white);
}
.border-blue {
  border: 2px solid var(--blue);
}
.border-white {
  border: 2px solid var(--white);
}
.text-red {
  color: var(--valo-red) !important;
}
.text-white {
  color: var(--white) !important;
}
.text-blue {
  color: var(--blue);
}
.text-center {
  text-align: center;
}
a.button {
  background-color: var(--blue);
  border: 2px solid var(--valo-red);
  color: var(--white);
  font-size: 1em;
  line-height: 1em;
  padding: 0.5em;
  letter-spacing: 4px;
  text-decoration: none;
}
.radius {
  border-radius: 10px;
}
.radius100 {
  border-radius: 100%;
}
.button:active,
.button-large:active {
  transform: translateY(5px);
  transition: all 0.1s ease;
}
.inquiry-button {
  background-color: var(--blue);
  border: 2px solid var(--valo-red);
  display: block;
  padding: 0.5em 3em;
  margin-top: 1em;
}
@media screen and (min-width : 768px) and (max-width: 1499px), print  {
 a.button {
  }
}
@media screen and (min-width: 1301px) {
  a.button {
  }
}
@keyframes glitch-in {
  0% {
    transform: translateY(-10px) skewY(-2deg);
    opacity: 0;
  }
  20% {
    transform: translateY(10px) skewY(2deg);
  }
  40% {
    transform: translateY(-5px) skewY(-1deg);
  }
  60% {
    transform: translateY(5px) skewY(1deg);
  }
  80% {
    transform: translateY(-2px) skewY(-0.5deg);
  }
  100% {
    transform: translateY(0) skewY(0);
    opacity: 1;
  }
}
section:not(#sponsor) article {
  opacity: 0;
  transition: opacity 0.1s;
}
section:not(#sponsor) article.animate {
  opacity: 0;
  animation: digital-glitch-1 2s steps(10) forwards;
}
article:nth-of-type(4n+1) {
  animation: digital-glitch-1 1s steps(10) forwards;
}
article:nth-of-type(4n+2) {
  animation: digital-glitch-2 1.2s steps(8) forwards;
}
article:nth-of-type(4n+3) {
  animation: digital-glitch-3 0.9s steps(12) forwards;
}
article:nth-of-type(4n) {
  animation: digital-glitch-4 1.1s steps(9) forwards;
}
@keyframes digital-glitch-1 {
  0% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 5%, 85% 5%, 85% 10%, 110% 10%, 110% 15%, 90% 15%, 90% 20%, 115% 20%, 115% 25%, 88% 25%, 88% 30%, 112% 30%, 112% 35%, 93% 35%, 93% 40%, 108% 40%, 108% 45%, 87% 45%, 87% 50%, 113% 50%, 113% 55%, 91% 55%, 91% 60%, 109% 60%, 109% 65%, 89% 65%, 89% 70%, 111% 70%, 111% 75%, 92% 75%, 92% 80%, 107% 80%, 107% 85%, 90% 85%, 90% 90%, 110% 90%, 110% 95%, 88% 95%, 88% 100%, 0% 100%);
    transform: translateY(-30px);
    filter: hue-rotate(-30deg);
  }
  50% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
    filter: hue-rotate(0deg);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
}
@keyframes digital-glitch-2 {
  0% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 5%, 115% 5%, 115% 10%, 88% 10%, 88% 15%, 112% 15%, 112% 20%, 86% 20%, 86% 25%, 114% 25%, 114% 30%, 89% 30%, 89% 35%, 111% 35%, 111% 40%, 87% 40%, 87% 45%, 113% 45%, 113% 50%, 90% 50%, 90% 55%, 110% 55%, 110% 60%, 88% 60%, 88% 65%, 112% 65%, 112% 70%, 91% 70%, 91% 75%, 109% 75%, 109% 80%, 89% 80%, 89% 85%, 111% 85%, 111% 90%, 87% 90%, 87% 95%, 113% 95%, 113% 100%, 0% 100%);
    transform: translateY(-25px) translateX(10px);
    filter: hue-rotate(30deg);
  }
  50% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0) translateX(0);
    filter: hue-rotate(0deg);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0) translateX(0);
  }
}
@keyframes digital-glitch-3 {
  0% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 3%, 82% 3%, 82% 6%, 118% 6%, 118% 9%, 85% 9%, 85% 12%, 115% 12%, 115% 15%, 83% 15%, 83% 18%, 117% 18%, 117% 21%, 86% 21%, 86% 24%, 114% 24%, 114% 27%, 84% 27%, 84% 30%, 116% 30%, 116% 33%, 87% 33%, 87% 36%, 113% 36%, 113% 39%, 85% 39%, 85% 42%, 115% 42%, 115% 45%, 88% 45%, 88% 48%, 112% 48%, 112% 51%, 86% 51%, 86% 54%, 114% 54%, 114% 57%, 89% 57%, 89% 60%, 111% 60%, 111% 63%, 87% 63%, 87% 66%, 113% 66%, 113% 69%, 90% 69%, 90% 72%, 110% 72%, 110% 75%, 88% 75%, 88% 78%, 112% 78%, 112% 81%, 91% 81%, 91% 84%, 109% 84%, 109% 87%, 89% 87%, 89% 90%, 111% 90%, 111% 93%, 92% 93%, 92% 96%, 108% 96%, 108% 100%, 0% 100%);
    transform: translateY(-35px) translateX(-5px);
  }
  50% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0) translateX(0);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0) translateX(0);
  }
}
@keyframes digital-glitch-4 {
  0% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 10%, 80% 10%, 80% 20%, 120% 20%, 120% 30%, 85% 30%, 85% 40%, 115% 40%, 115% 50%, 82% 50%, 82% 60%, 118% 60%, 118% 70%, 87% 70%, 87% 80%, 113% 80%, 113% 90%, 85% 90%, 85% 100%, 0% 100%);
    transform: translateY(-20px) translateX(8px);
    filter: hue-rotate(60deg);
  }
  60% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0) translateX(0);
    filter: hue-rotate(0deg);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0) translateX(0);
  }
}
.cursor-particle {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #9F32DF;
  border-radius: 50%;
  opacity: .5;
  pointer-events: none;
  z-index: 9999;
  animation: particle-fade 1s ease-out forwards;
}
@keyframes particle-fade {
  to {
    opacity: 0;
    transform: scale(0);
  }
}
header {
  background: url("common/images/bg_title.webp") center no-repeat;
  background-size: cover;
  width: 100vw;
  max-height: 347px;
  text-align: center;
  padding: 20px 0 40px 0;
}
header img {
  max-width: 1240px;
  width: calc(100% - 40px);
  height: auto;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 767.99999999px) {
  header {
    padding: 20px 0 20px 0;
  }
}
@media screen and (min-width : 768px) and (max-width : 1300px), print  {
}
@media screen and (min-width: 1301px) {
}
main {
}
main section:last-child {
  margin-bottom: 0 !important;
}
#bg-mov {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}
#bg-mov video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-wrapper {
  position: relative;
  z-index: 1;
  min-height: 100vh;
}
footer {
  position: relative;
}
.cf7-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.cf7-overlay.show {
    display: flex;
}
.cf7-popup {
    background: #FFFFFF;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    max-width: 400px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.cf7-popup h3 {
    color: #9F32DF;
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.cf7-popup p {
    color: #333;
    font-size: 1.1rem;
    margin-bottom: 30px;
}
.cf7-close-btn {
    background: #9F32DF;
    color: #FFFFFF;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 700;
}
.cf7-close-btn:hover {
    opacity: 0.8;
}
main {
}
div#hero {
  background: url("common/images/bg_main_overray.webp")
  position: relative;
  width: 100vw;
  height: auto;
  display: block;
}
div#hero #key-visual {
  position: relative;
}
div#hero #key-visual::before {
  content: '';
  display: block;
  position: absolute;
  background: url("common/images/arrow_scroll.svg") center no-repeat;
  background-size: cover;
  width: 90px;
  height: 29px;
  z-index: 4;
  bottom: 20px;
  right: calc((100vw - 90px) / 2);
  animation: slideDown 1.5s ease-out infinite;
}
@keyframes slideDown {
  0% {
    transform: translateY(-300%);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 0.5;
  }
  90% {
    transform: translateY(0);
    opacity: 0.75;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
div#hero #key-visual::after {
  content: '';
  display: block;
  position: absolute;
  opacity: 0.5;
  background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, #000000 87%);
  height: 200px;
  width: 100vw;
  z-index: 3;
  bottom: 0px;
  left: 0;
}
div#hero #key-visual {
  left: 0;
  top: 0;
  width: 100vw;
  height: auto;
  margin-top: -50px;
}
div#hero #key-visual {
  z-index: 2;
}
div#hero #key-visual img#partner_logo {
  position: absolute;
  left: 30px;
  bottom: 60px;
  width: 25vw;
  height: auto;
  z-index: 5;
}
@media screen and (max-width : 767px) {
  div#hero #key-visual {
    margin-top: 0;
  }
  div#hero #key-visual::before {
    width: 45px;
    height: 15px;
    bottom: 10px;
    right: calc((100vw - 45px) / 2);
  }
  div#hero #key-visual::after {
    height: 40px;
  }
}
#exhibition-info #event-date {
  background: url("common/images/bg_roase.webp") -40px -40px no-repeat,
              url("common/images/bg_thorn01.webp") right 40px no-repeat;
  background-size: auto;
  font-size: 7.8rem;
  line-height: 1em;
  letter-spacing: inherit;
  margin: 0 0 30px 0;
  padding: 60px 0;
  text-shadow: 0px 0px 20px rgba(128, 255, 198, 1),
               0px 0px 20px rgba(128, 255, 198, 1),
               0px 0px 20px rgba(128, 255, 198, 1);
}
@media screen and (min-width : 768px) and (max-width : 1300px), print  {
  background: url("common/images/bg_roase.webp") -40px -40px no-repeat,
              url("common/images/bg_thorn01.webp") right bottom no-repeat;
  background-size: 50%;
}
#exhibition-info #event-date span {
  font-size: 4.4rem;
  line-hight: 1em;
}
#exhibition-info table#event-info {
  position: relative;
  margin: 20px;
  width: calc(100% - 40px);
}
#exhibition-info table#event-info th,
#exhibition-info table#event-info td {
  font-size: 1.5rem;
  vertical-align: top;
}
#exhibition-info table#event-info::after {
  content: '';
  display: block;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  position: absolute;
  z-index: -1;
  left: -20px;
  top: -20px;
  border-radius: 20px;
  background: rgba(159, 50, 223, 0.7);
  mask-image:
  linear-gradient(to right, transparent 0, black 20px, black calc(100% - 20px), transparent 100%),
  linear-gradient(to bottom, transparent 0, black 20px, black calc(100% - 20px), transparent 100%);
  mask-composite: intersect;
  -webkit-mask-composite: source-in;
}
#exhibition-info table#event-info tbody {
}
@media screen and (max-width : 767px) {
  #exhibition-info #event-date {
    background: url("common/images/bg_roase.webp") -30px -30px no-repeat,
                url("common/images/bg_thorn01.webp") right 120px no-repeat;
    background-size: 40%;
    font-size: 6.5rem;
    line-height: 0.85em;
    letter-spacing: 0;
    margin: 0 0 30px 0;
    padding: 10px 0;
    text-shadow: 0px 0px 10px rgba(128, 255, 198, 1),
                 0px 0px 10px rgba(128, 255, 198, 1),
                 0px 0px 10px rgba(128, 255, 198, 1);
  }
  #exhibition-info #event-date span {
    font-size: 3.5rem;
  }
  #exhibition-info table#event-info {
    position: relative;
    margin: 20px;
    width: calc(100% - 40px);
  }
  #exhibition-info table#event-info th,
  #exhibition-info table#event-info td {
    font-size: 1.5rem;
    vertical-align: top;
  }
  #exhibition-info table#event-info th {
    padding: 0.5em 0 0 0;
  }
  #exhibition-info table#event-info td {
    padding: 0 0 0.5em 0;
  }
}
@media screen and (min-width : 768px) and (max-width : 1300px), print  {
  #exhibition-info #event-date {
    background: url("common/images/bg_roase.webp") -40px -40px no-repeat,
                url("common/images/bg_thorn01.webp") right bottom no-repeat;
    background-size: 30%, 50%;
  }
}
#about p,
#about strong {
  font-size: 1.3rem;
  line-height: 1.5em;
}
#about .col1 img {
  max-width: 100%;
  height: auto;
}
#about a#buy_ticket {
  border-radius: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.8rem;
  font-weight: 900;
  line-hight: 1em;
  color: var(--white);
  text-align: center;
  box-shadow: inset 2px 2px 5px 0 #FFFFFF, inset -4px -4px 5px 3px rgba(0,0,0,0.56), 0 10px 14px 0 rgba(0,0,0,0.50);
  background-image: linear-gradient(95deg, #FF0088 0%, #540123 100%);
  margin: 40px auto 10px auto;
  padding: 0.5em;
}
#about a#buy_ticket::before {
  content: '';
  display: inline-flex;
  width: 1.5em;
  height: 1.5em;
  background: url('common/images/icon_ticket.svg') center no-repeat;
  background-size: contain;
  margin-right: 0.25rem;
}
#cast p.read,
#mc p.read {
  font-size: 1.25rem;
  margin-bottom: 20px;
}
#cast .w50,
#mc .w50 {
  width: 50% !important;
  margin: 0 auto;
}
#cast .w50 .col1,
#mc .w50 .col1 {
  width: calc((100% - 40px) / 2);
  height: auto;
}
#mc .w50 .col1:not(:nth-child(2n)),
#cast .w50 .col1:not(:nth-child(2n)) {
  margin-right: 40px;
}
#cast .name,
#mc .name,
#player .name,
#cosplayer .name {
  background: rgba(34,34,34,0.70);
  color: var(--white);
  padding: 10px;
  line-height: 1em;
}
#mc .name p.people_name,
#cast .name p.people_name,
#player .name p.people_name,
#cosplayer .name p.people_name {
  font-size: 1.2rem;
  font-weight: 600;
}
#player .name p.people_name {
  margin-bottom: 0.25rem;
}
#mc .name a,
#cast .name a,
#player .name a,
#cosplayer .name a {
  font-size: 0.89rem;
}
#mc .col1.comingsoon,
#cast .col1.comingsoon,
#player .col1.comingsoon,
#cosplayer .col1.comingsoon {
  display: block;
  background: url('common/images/ph_comingsoon.webp') top center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767.99999999px) {
  #cast .row,
  #mc .row {
    flex-direction: row;
  }
  #cast .w50,
  #mc .w50 {
    width: 100% !important;
    margin: 0 auto;
  }
  #cast .w50 .col1,
  #mc .w50 .col1 {
    width: calc((100% - 20px) / 2);
    height: auto;
  }
  #cast .w50 .col1:not(:nth-child(2n)),
  #mc .w50 .col1:not(:nth-child(2n)) {
    margin-right: 20px;
  }
}
#player div.flex.full,
#cosplayer div.flex.full {
  width: 100%;
  height: auto;
  margin: 0 auto 20px auto;
}
#player div.flex.full .card.col1,
#cosplayer div.flex.full .col1 {
  margin-right: 20px;
  width: calc((100% - 20px * 3) / 4);
}
#player div.flex.full .card.col1:nth-child(4n),
#cosplayer div.flex.full .card.col1:nth-child(4n) {
  margin-right: 0 !important;
}
#player div.flex.full .card.col1:nth-child(4n),
#cosplayer div.flex.full .card.col1:nth-child(4n) {
  margin-right: 0 !important;
}
@media screen and (max-width: 767.99999999px) {
  #player .row,
  #cosplayer .row {
    flex-direction: row;
  }
  #player div.flex.full .card.col1,
  #cosplayer div.flex.full .col1 {
    margin-right: 20px;
    width: calc((100% - 20px) / 2);
  }
  #player div.flex.full .card.col1:nth-child(2n),
  #cosplayer div.flex.full .card.col1:nth-child(2n),
  #player div.flex.full .card.col1:nth-child(4n),
  #cosplayer div.flex.full .card.col1:nth-child(4n) {
    margin-right: 0 !important;
  }
  #player div.flex.full .card.col1:nth-child(2n),
  #cosplayer div.flex.full .card.col1:nth-child(2n),
  #player div.flex.full .card.col1:nth-child(4n),
  #cosplayer div.flex.full .card.col1:nth-child(4n) {
    margin-right: 0 !important;
  }
}
#present p.read {
  font-size: 1.33rem;
  margin-bottom: 10px;
}
#contents h3 {
  background: url('common/images/bg_contents_title.webp') top right no-repeat;
  background-size:  contain;
  color: var(--white);
  display: inline-block;
  height: 5em;
  font-size: 1.78rem;
  line-height: 1.2em;
  text-align: right;
  padding: 15px 20px;
}
#contents p {
  font-size: 1.22rem;
}
#contents cation {
  font-size: 0.89rem;
  line-height: 1em !important;
  margin-top: 0.5em;
}
#contents article {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.99999999px) {
  #contents h3 {
    background-size: contain;
    width: 100%;
    height: 6em;
    margin-bottom: 5px;
  }
}
@media screen and (min-width : 768px) and (max-width : 1300px), print  {
  #contents h3 {
    font-size: 1.4rem;
    padding: 10px 15px;
  }
  #contents p {
    font-size: 1.15rem;
  }
}
#x_posts {
  width: 100%;
  height: auto;
}
.scroll-container {
  width: 100%;
  overflow-x: auto; 
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; 
}
.scroll-content {
  display: flex;
  flex-wrap: nowrap; 
  gap: 20px; 
  padding: 20px 0;
}
.scroll-content > * {
  transform: scale(1); 
  transform-origin: left top;
  width: 350px;
}
.scroll-content blockquote.twitter-tweet,
.scroll-content .twitter-tweet-rendered {
  width: 350px !important;
  max-width: 350px !important;
}
.scroll-container::-webkit-scrollbar {
  height: 10px;
}
.scroll-container::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 1);
  border-radius: 5px;
}
.scroll-container::-webkit-scrollbar-thumb {
  background: rgba(159, 50, 223, 1);
  border-radius: 5px;
}
.scroll-content > * {
  flex: 0 0 auto;
}
@media screen and (max-width: 767.99999999px) {
}
#youtube p {
  margin-bottom: 10px;
}
#access #place {
  font-size: 1.7rem;
  font-weight: 600;
  line-hight: 1.2em;
}
#access address {
  font-size: 1rem;
}
#access address h2 {
  font-size: 1.875rem;
  letter-spacing: 5px;
  line-height: 1em;
  margin-bottom: inherit;
}
#access iframe {
  margin: 40px 0 20px 0 !important;
}
#access ul.list {
  font-size: 0.89rem;
  letter-spacing: 5px;
}
#access ul.list li {
  margin: 0 0 0 0;
}
@media screen and (max-width: 767.99999999px) {
  #map .w75 {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
}
.tabs {
  margin-top: 50px;
  width: 100%;
  margin: 0 auto;
}
.tab_item {
  display: inline-block;
  float: left;
  width: calc(100% / 3);
  height: auto;
  line-height: 1em;
  padding: 20px 5px;
  background-image: linear-gradient(180deg, #E9A5FF 0%, #9F32DF 100%);
  color: #FFFFFF;
  font-size: 1.56rem;
  font-weight: 700;
  text-align: center;
  clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
  transition: all 0.2s ease;
  opacity: 0.5;
}
.tab_item:hover {
  cursor: pointer;
  opacity: 0.7;
}
input[name="tab_item"] {
  display: none;
}
input[name="tab_item"]:checked + label.tab_item {
  opacity: 1;
  position: relative;
  filter: drop-shadow(0 0 10px rgba(159, 50, 223, 0.8));
}
.tab_content {
  background: rgba(34,34,34,0.70);
  color: var(--white);
  display: none;
  padding: 40px;
  clear: both;
  overflow: hidden;
}
.tab_content h3 {
  font-size: 1.56rem;
}
.tab_content a {
  color: var(--violet);
}
.tab_content ul,
.tab_content ol {
  font-size: 0.89rem;
  letter-spacing: 5px;
}
.tab_content ol {
  margin-bottom: 1rem;
}
#attention:checked ~ #attention_content,
#privacy:checked ~ #privacy_content,
#inquiry:checked ~ #inquiry_content {
  display: block;
  animation: content-glow 0.6s ease-out;
}
@keyframes content-glow {
  0% {
    box-shadow: inset 0 0 80px 40px rgba(159, 50, 223, 1);
  }
  100% {
    box-shadow: inset 0 0 0 0 rgba(159, 50, 223, 0);
  }
}
.tabs input:checked + .tab_item {
  background-color: var(--blue);
  color: var(--white);
}
@media screen and (max-width: 767.99999999px) {
  .tab_item {
    font-size: calc(100vw / 25);
    clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 10px);
    padding: 10px 10px;
    width: auto;
  }
}
#inquiry_content form#inquiry_form dt,
#inquiry_content form#inquiry_form dd {
  margin-bottom: 2rem;
}
#inquiry_content form#inquiry_form input[type=submit].inquiry-button {
  border-radius: 65px;
  background-image: linear-gradient(97deg, #6E81FF 0%, #9F32DF 100%);
  box-shadow: inset 1px 1px 5px 0 #FFFFFF, inset -2px -2px 4px 3px rgba(0,0,0,0.56), 0 10px 14px 0 rgba(0,0,0,0.50);
  font-size: 1.67rem !important;
  font-weight: 800;
  line-height: 1em;
  margin-bottom: 2rem;
  padding: 0.5em 0.5em 0.75em 0.5em;
}
#inquiry_content form#inquiry_form input[type=submit].inquiry-button:hover,
#inquiry_content form#inquiry_form input[type=submit].inquiry-button:active {
}
@media screen and (max-width: 767.99999999px) {
  main #btn_ticket {
    position: fixed;
    right: 10px;
    bottom: 10px;
  }
  main #btn_ticket a,
  main #btn_ticket a img {
    height: 10em;
    width: 10em;
  }
}
@media screen and (min-width : 768px) and (max-width : 1300px), print  {
  main #btn_ticket {
    position: fixed;
    right: 10px;
    bottom: 10px;
  }
  main #btn_ticket a,
  main #btn_ticket a img {
    height: 9em;
    width: 9em;
  }
}
#about p,
#about strong {
  font-size: 1.25rem;
}
main #ticket a#buy_ticket {
  font-size: 2rem;
}
main #ticket .caution {
  margin: 1rem 0;
}
main #ticket .caution p,
main #ticket .caution strong {
  font-size: 1.25rem;
}
#access address .w75 {
  width: 100%;
  margin-top: 1rem;
}
#access address h2 {
  font-size: 1.4rem;
}
section#contact {
  padding-bottom: 40px;
}
.tab_content {
  padding: 20px;
}
#inquiry_form dl {
  margin-top: inherit;
}
#inquiry_form .w25,
#inquiry_form .w75 {
  width: 100%;
}
#inquiry_content form#inquiry_form dt {
  margin-bottom: 0.5rem !important;
}
@media screen and (min-width : 768px) and (max-width : 1300px), print  {
}
@media screen and (min-width: 1301px) {
}
section#sponsor {
  background-color: var(--white);
  width: 100vw;
  height: auto;
  margin: 0 0 !important;
  padding: 2rem 0;
}
section#sponsor h2 {
  color: var(--black);
  font-size: 1.56rem;
}
section#sponsor .container {
  background-color: inherit;
  padding-bottom: 0 !important;
}
section#sponsor .container a {
  color: var(--black);
  transform: translateY(0);
  transition: none;
}
section#sponsor article:not(:first-child) {
  margin-top: 40px;
}
section#sponsor #support_sub a.col1 {
  margin-bottom: 1rem;
}
section#sponsor #support_text a,
section#sponsor #backing a {
  color: var(--black);
  font-weight: 700;
}
@media screen and (max-width: 767.99999999px) {
  section#sponsor .w25 {
    width: 100%;
  }
  section#sponsor #support_sub {
    width: 60vw;
    margin: 0 auto;
  }
  #sponsor .w75 {
    width: 100%;
    height: auto;
    margin-top: 10px;
    text-align: center;
  }
  #sponsor a.w50-margin {
    margin: 0 !important;
  }
}
footer {
  background-color: var(--black);
  color: var(--text);
  padding: 40px 0;
}
footer a {
  color: var(--text) !important;
}
footer .copyright {
  font-size: 1rem;
}
@media screen and (min-width : 768px) and (max-width : 1300px), print  {
}
@media screen and (min-width: 1301px) {
}
