@charset "UTF-8";
html {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px; }

/*------------------------------------------------------------------------------------------------------------------------------------------*/
* {
  box-sizing: border-box; }

html body {
  overflow: hidden; }

body #wrapper {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px; }

p {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px; }

li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none; }

img {
  vertical-align: top;
  border-style: none; }

form {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border: 0px; }

fieldset {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border: 0px; }

a img {
  border-style: none; }

a:active {
  text-decoration: none; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/* headline */
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-weight: normal;
  line-height: 1.6rem; }

/*------------------------------------------------------------*/
.inviewfadeIn {
  opacity: 0;
  transition: .8s; }

.fadeIn {
  opacity: 1; }

.inviewUp {
  transition: 0.5s; }

/*-------------------------------------*/
.rollover {
  transition: 0.2s; }

.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: calc(70vw / 19.2) auto 0;
  width: calc(400vw / 19.2);
  height: calc(70vw / 19.2);
  border: 1px solid #f4cb07;
  color: #f4cb07;
  position: relative;
  text-decoration: none;
  transition: 0.3s ease-out; }
  @media only screen and (max-width: 812px) {
    .c-button {
      width: calc(290vw / 3.75);
      height: calc(50vw / 3.75);
      margin: calc(40vw / 3.75) auto 0; } }
  .c-button:hover {
    background: rgba(244, 203, 7, 0.3); }
  .c-button::before {
    content: "";
    position: absolute;
    background: url(../img/btn-arw.svg) no-repeat center/contain;
    width: calc(20vw / 19.2);
    height: calc(10vw / 19.2);
    right: calc(32vw / 19.2);
    top: 50%;
    transform: translateY(-50%); }
    @media only screen and (max-width: 812px) {
      .c-button::before {
        background: url(../img/btn-arw_sp.svg) no-repeat center/contain;
        width: calc(15vw / 3.75);
        height: calc(10vw / 3.75);
        right: calc(20vw / 3.75); } }

.c-ticket-bnr01 {
  position: fixed;
  z-index: 20;
  right: 0;
  bottom: calc(40vw / 19.2);
  width: calc(357vw / 19.2);
  height: auto;
  display: block;
  transition: 0.3s ease; }
  .c-ticket-bnr01:hover {
    opacity: 0.8; }
  @media only screen and (max-width: 812px) {
    .c-ticket-bnr01 {
      bottom: calc(20vw / 3.75);
      width: calc(180vw / 3.75); } }
  .c-ticket-bnr01.is-hide {
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px); }
  .c-ticket-bnr01 img {
    object-fit: contain;
    width: 100%;
    height: 100%; }

.c-ticket-bnr02 {
  position: fixed;
  z-index: 20;
  right: 0;
  bottom: calc(40vw / 19.2);
  width: calc(357vw / 19.2);
  height: auto;
  display: block;
  transition: 0.3s ease; }
  .c-ticket-bnr02:hover {
    opacity: 0.8; }
  @media only screen and (max-width: 812px) {
    .c-ticket-bnr02 {
      bottom: calc(20vw / 3.75);
      width: calc(180vw / 3.75); } }
  .c-ticket-bnr02.is-hide {
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px); }
  .c-ticket-bnr02 img {
    object-fit: contain;
    width: 100%;
    height: 100%; }

.u-note-txt {
  font-size: calc(14vw / 19.2); }
  @media only screen and (max-width: 812px) {
    .u-note-txt {
      font-size: calc(12vw / 3.75); } }

.u-txt-link {
  color: #fff; }
  .u-txt-link:hover {
    text-decoration: none; }

.u-mt10 {
  margin-top: calc(10vw / 19.2); }

.u-mt15 {
  margin-top: calc(15vw / 19.2); }

.u-mt20 {
  margin-top: calc(20vw / 19.2); }

.u-mt30 {
  margin-top: calc(30vw / 19.2); }

.u-mb3rem {
  margin-bottom: 3em; }

/*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
html {
  overflow: auto;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%; }

body {
  /*min-width: 1350px;*/
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background-color: #000000;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: calc(17vw / 19.2);
  line-height: 2.35em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (max-width: 812px) {
    body {
      padding: 0.0vw 0.0vw 0.0vw 0.0vw;
      margin: 0.0vw 0.0vw 0.0vw 0.0vw;
      font-size: calc(14vw / 3.75);
      line-height: 1.78em; } }

body {
  overflow-x: hidden;
  _display: inline;
  _zoom: 1; }
  @media only screen and (max-width: 812px) {
    body {
      word-wrap: break-word;
      width: 100%;
      min-width: inherit;
      /*		min-width: 100%;*/
      _display: inline;
      _zoom: 1; } }

summary::-webkit-details-marker {
  display: none; }

.sp_only {
  display: none; }
  @media only screen and (max-width: 812px) {
    .sp_only {
      display: block; } }

.pc_only {
  display: block; }
  @media only screen and (max-width: 812px) {
    .pc_only {
      display: none; } }

.spinline_only {
  display: none; }
  @media only screen and (max-width: 812px) {
    .spinline_only {
      display: inline-block; } }

.pcinline_only {
  display: inline-block; }
  @media only screen and (max-width: 812px) {
    .pcinline_only {
      display: none; } }

/*-------------------------------------------------------------------------*/
.header {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 100%;
  position: relative;
  z-index: 9; }
  @media only screen and (max-width: 1440px) {
    .header {
      padding: 0vw 0vw 0vw 0vw;
      margin: 0vw 0vw 0vw 0vw;
      width: 100%; } }
  @media only screen and (max-width: 812px) {
    .header {
      padding: 0vw 0vw 0vw 0vw;
      margin: 0vw 0vw 0vw 0vw;
      width: 100%; } }

.header_pc {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 100%; }
  .header_pc img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .header_pc h1 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    position: fixed;
    z-index: 10; }
    @media only screen and (max-width: 812px) {
      .header_pc h1 {
        display: none; } }
    .header_pc h1 img {
      width: 100%; }

.header_sp {
  display: none; }
  @media only screen and (max-width: 812px) {
    .header_sp {
      display: block;
      padding: 0vw 0vw 0vw 0vw;
      margin: 0vw 0vw 0vw 0vw;
      width: 100%; }
      .header_sp h1 {
        padding: 0vw 0vw 0vw 0vw;
        margin: 0vw 0vw 0vw 0vw;
        width: 100%;
        position: fixed; }
      .header_sp img {
        width: 100%;
        object-fit: cover;
        width: 100%;
        height: 100%; } }

.header__navi {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(80vw / 19.2);
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20; }
  @media only screen and (max-width: 812px) {
    .header__navi {
      display: none; } }

.header__navi-list {
  font-size: calc(18vw / 19.2);
  display: flex;
  justify-content: center;
  align-items: center; }
  .header__navi-list > li + li {
    margin-left: calc(50vw / 19.2); }
  .header__navi-list a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease-out; }
    .header__navi-list a:hover {
      color: #f4cb07; }

/*-------------------------------------------------------------------------*/
.footer {
  position: relative;
  padding: 0px 0px 0px 0px;
  margin: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 7; }
  .footer--top {
    z-index: 11; }
    .footer--top::before {
      content: "";
      position: absolute;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 77%, rgba(0, 0, 0, 0) 100%);
      height: calc(100% + calc(200vw / 19.2));
      width: 100%;
      left: 0;
      bottom: 0; }
  .footer__inner {
    position: relative;
    padding: calc(90vw / 19.2) 0 calc(65vw / 19.2); }
  .footer__logo {
    display: block;
    width: calc(474vw / 19.2);
    margin: 0 auto; }
    .footer__logo img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .footer__sns {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 72px 72px;
    margin-top: calc(35vw / 19.2);
    margin-bottom: calc(22vw / 19.2);
    gap: calc(15vw / 19.2); }
    .footer__sns a {
      display: block;
      transition: 0.3s ease-out; }
      .footer__sns a:hover {
        opacity: 0.5; }
  .footer__pagetop {
    position: absolute;
    display: block;
    border-radius: 100px;
    width: 64px;
    height: 64px;
    right: calc(193vw / 19.2);
    top: -32px;
    transition: 0.3s ease; }
    @media only screen and (max-width: 812px) {
      .footer__pagetop {
        width: 50px;
        height: 50px; } }
    .footer__pagetop:hover {
      transform: translateY(-5px);
      opacity: 0.7; }
    .footer__pagetop img {
      position: relative; }
    .footer__pagetop::before {
      content: "";
      position: absolute;
      background: url(../img/pagetop-blood.png) no-repeat center/cover;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 135px;
      height: 103px; }
      @media only screen and (max-width: 812px) {
        .footer__pagetop::before {
          width: 95px;
          height: 76px; } }
  .footer__link {
    display: block;
    margin: 0 auto;
    text-decoration: underline;
    width: fit-content;
    color: #fff; }
    .footer__link:hover {
      text-decoration: none; }
  .footer .copyright {
    padding: calc(25vw / 19.2) 0 0;
    margin: 0px 0px 0px 0px;
    text-align: center;
    font-size: calc(14vw / 19.2);
    font-weight: 300;
    color: #dddddd; }
  @media only screen and (max-width: 812px) {
    .footer {
      padding: 0vw 0vw 0vw 0vw;
      margin: calc(-50vw / 3.75) 0px 0px 0px; }
      .footer__logo {
        width: calc(280vw / 3.75); }
      .footer__inner {
        padding: calc(50vw / 3.75) 0 calc(25vw / 3.75); }
      .footer__sns {
        gap: calc(10vw / 3.75);
        grid-template-columns: 40px 40px; }
        .footer__sns img {
          width: 100%; }
      .footer .copyright {
        padding: calc(15vw / 3.75) 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        font-size: calc(10vw / 3.75); } }

/* =============================================
SP_ハンバーガー
============================================= */
.l-spnavi-btn {
  display: none; }

@media only screen and (max-width: 812px) {
  .l-spnavi-btn {
    position: fixed;
    right: 0;
    top: 0;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 40; }
    .l-spnavi-btn:active {
      background: #9a9a9a; } }
.l-spnavi-btn__lines {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 10px; }

.l-spnavi-btn__lines span {
  position: absolute;
  background: #f4cb07;
  width: 20px;
  height: 2px;
  border-radius: 10px;
  left: 50%;
  top: calc(50% - 4px);
  transform: translateX(-50%);
  transition: 0.3s ease; }

.l-spnavi-btn__lines span:nth-child(2) {
  top: calc(50% + 4px);
  transform: translate(-50%, -50%); }

.l-spnavi-btn.is-open {
  background: none;
  top: 30px;
  right: 20px; }

.l-spnavi-btn.is-open .l-spnavi-btn__lines span {
  background: #d11e00;
  width: 36px;
  height: 4.5px; }

.l-spnavi-btn.is-open .l-spnavi-btn__lines span:nth-of-type(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg); }

.l-spnavi-btn.is-open .l-spnavi-btn__lines span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg); }

.l-spnavi-box {
  visibility: hidden;
  background: rgba(254, 215, 8, 0.97);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.3s;
  opacity: 0;
  z-index: 30;
  width: 100vw; }
  .l-spnavi-box.is-open {
    visibility: visible;
    overflow-y: auto;
    opacity: 1; }
  .l-spnavi-box__inner {
    position: relative;
    padding: calc(48vw / 3.75) 0; }
  .l-spnavi-box__logo {
    width: calc(183vw / 3.75);
    margin: 0 auto; }
    .l-spnavi-box__logo img {
      object-fit: cover;
      width: 100%;
      height: 100%; }

.l-spnavi-list {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 30px;
  margin-bottom: 30px;
  width: calc(286vw / 3.75);
  margin-left: auto;
  margin-right: auto;
  font-size: calc(18vw / 3.75); }
  .l-spnavi-list > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    .l-spnavi-list > li > a,
    .l-spnavi-list > li span {
      color: #000;
      font-weight: 700;
      position: relative;
      display: grid;
      align-items: center;
      line-height: 1;
      text-decoration: none;
      height: 60px;
      padding: calc(15vw / 3.75) calc(30vw / 3.75); }

#tmain {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px calc(190vw / 19.2);
  width: 100%; }
  @media only screen and (max-width: 812px) {
    #tmain {
      padding: 0vw 0vw 0vw 0vw;
      margin: 0vw 0vw 0vw 0vw;
      width: 100%; } }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px; }

.scroll_down {
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.scroll_down a {
  padding: 0px 0px calc(180vw / 19.2) calc(3vw / 19.2);
  color: #fff;
  font-size: calc(14vw / 19.2);
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: 0.2s;
  overflow: hidden;
  margin: auto; }
  @media only screen and (max-width: 812px) {
    .scroll_down a {
      padding: 0px 0px calc(90vw / 3.75) calc(3vw / 3.75);
      font-size: calc(10vw / 3.75); } }

.scroll_down a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(7vw / 19.2);
  height: calc(170vw / 19.2);
  background: #ff0000; }
  @media only screen and (max-width: 812px) {
    .scroll_down a:before {
      width: calc(4vw / 3.75);
      height: calc(85vw / 3.75); } }

.scroll_down a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(7vw / 19.2);
  height: calc(170vw / 19.2);
  background: #ffffff; }
  @media only screen and (max-width: 812px) {
    .scroll_down a:after {
      width: calc(4vw / 3.75);
      height: calc(85vw / 3.75); } }

.scroll_down a:hover {
  opacity: 0.5; }

#type01 a:after {
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite; }

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0; }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%; }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%; } }
.tmain {
  position: relative;
  padding: calc(0vw / 19.2) 0px 0px 0px;
  margin: calc(1080vw / 19.2) auto 0;
  width: calc(1686vw / 19.2);
  z-index: 10; }
  @media only screen and (max-width: 812px) {
    .tmain {
      padding: 0vw 0vw 0vw 0vw;
      margin: calc(680vw / 3.75) auto calc(120vw / 3.75);
      width: calc(337vw / 3.75); } }
  .tmain img {
    width: 100%; }

.scroll_icon {
  padding: calc(0vw / 19.2) 0px 0px 0px;
  margin: calc(0vw / 19.2) auto 0;
  width: calc(14vw / 19.2);
  position: absolute;
  top: calc(-252vw / 19.2);
  right: calc(25vw / 19.2); }
  @media only screen and (max-width: 812px) {
    .scroll_icon {
      padding: 0vw 0vw 0vw 0vw;
      margin: calc(0vw / 3.75) auto 0;
      width: calc(7vw / 3.75);
      top: calc(-348vw / 3.75);
      left: calc(40vw / 3.75);
      right: inherit; } }

.tmain_wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background-color: rgba(0, 0, 0, 0.65); }
  .tmain_wrap__ttl {
    text-align: center;
    color: #f4cb07;
    font-weight: 700;
    font-size: calc(35vw / 19.2);
    line-height: 1.8em;
    padding-top: calc(55vw / 19.2); }
    .tmain_wrap__ttl--under {
      padding-top: 0;
      margin-bottom: calc(50vw / 19.2); }
      @media only screen and (max-width: 812px) {
        .tmain_wrap__ttl--under {
          margin-bottom: calc(17vw / 3.75); } }
    @media only screen and (max-width: 812px) {
      .tmain_wrap__ttl {
        font-size: calc(20vw / 3.75); } }
  .tmain_wrap__img-ttl {
    width: calc(1051vw / 19.2);
    margin: calc(34vw / 19.2) auto calc(18vw / 19.2); }
    @media only screen and (max-width: 812px) {
      .tmain_wrap__img-ttl {
        width: calc(335vw / 3.75);
        margin: 0 auto calc(22vw / 3.75); } }
    .tmain_wrap__img-ttl img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .tmain_wrap__txt {
    margin: 0 auto;
    width: calc(900vw / 19.2); }
    @media only screen and (max-width: 812px) {
      .tmain_wrap__txt {
        width: calc(290vw / 3.75);
        line-height: 1.8; } }
  .tmain_wrap__txt_en {
    margin: calc(0vw / 19.2) auto calc(100vw / 19.2);
    width: calc(900vw / 19.2); }
    @media only screen and (max-width: 812px) {
      .tmain_wrap__txt_en {
        margin: 0vw auto calc(50vw / 3.75);
        width: calc(340vw / 3.75);
        line-height: 1.8; } }
  .tmain_wrap--num01 {
    padding-bottom: calc(84vw / 19.2); }
    @media only screen and (max-width: 812px) {
      .tmain_wrap--num01 {
        padding: calc(20vw / 3.75) 0 calc(55vw / 3.75); } }
  .tmain_wrap--num02 {
    padding-top: calc(34vw / 19.2);
    padding-bottom: calc(124vw / 19.2); }
    @media only screen and (max-width: 812px) {
      .tmain_wrap--num02 {
        padding: calc(14vw / 3.75) 0 calc(55vw / 3.75); } }

.tmain_wrap-bg {
  position: relative; }
  .tmain_wrap-bg + .tmain_wrap-bg {
    margin-top: calc(67vw / 19.2); }
    @media only screen and (max-width: 812px) {
      .tmain_wrap-bg + .tmain_wrap-bg {
        margin-top: calc(30vw / 3.75); } }
  .tmain_wrap-bg::before {
    content: none; }

@media only screen and (max-width: 812px) {
  .tmain_wrap-bg::before {
    position: absolute;
    content: "";
    right: calc(-6vw / 3.75);
    bottom: 0;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    width: calc(100% + 1.6vw);
    height: calc(100% - 1.3vw); } }
.top-news {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  width: calc(720vw / 19.2);
  margin: calc(55vw / 19.2) auto calc(70vw / 19.2); }
  @media only screen and (max-width: 812px) {
    .top-news {
      width: calc(290vw / 3.75);
      margin: calc(22vw / 3.75) auto 0; } }
  .top-news > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: calc(22vw / 19.2); }
    @media only screen and (max-width: 812px) {
      .top-news > li {
        font-size: calc(14vw / 3.75); } }
  .top-news__item {
    display: flex;
    align-items: baseline;
    padding: calc(25vw / 19.2) 0;
    color: #fff;
    text-decoration: none; }
    @media only screen and (max-width: 812px) {
      .top-news__item {
        display: block;
        padding: calc(14vw / 3.75) calc(0vw / 3.75) calc(14vw / 3.75); } }
  .top-news__time {
    margin-right: calc(76vw / 19.2);
    width: calc(80vw / 19.2); }
    @media only screen and (max-width: 812px) {
      .top-news__time {
        width: 100%; } }
  @media only screen and (max-width: 812px) {
    .top-news__txt {
      line-height: 1.3; } }
  .top-news--under {
    margin: 0 auto calc(70vw / 19.2);
    border-top: 1px solid rgba(123, 123, 123, 0.5); }
    .top-news--under > li {
      border-bottom: 1px solid rgba(123, 123, 123, 0.5); }

/* =============================================
下層ページ
============================================= */
.u-kv {
  position: relative;
  height: calc(467vw / 19.2);
  margin-bottom: calc(60vw / 19.2);
  width: 100%; }
  @media only screen and (max-width: 812px) {
    .u-kv {
      height: calc(148vw / 3.75); } }
  .u-kv img {
    object-fit: cover;
    height: 100%;
    width: 100%; }

.u-page-area {
  position: relative;
  z-index: 6;
  background: url(../img/under-bg-img.jpg) no-repeat center top/100%;
  padding-bottom: calc(100vw / 19.2); }
  @media only screen and (max-width: 812px) {
    .u-page-area {
      background: url(../img/under-bg-img_sp.jpg) no-repeat center top/100%; } }

.u-page-contaienr {
  width: calc(1200vw / 19.2);
  margin: 0 auto; }
  @media only screen and (max-width: 812px) {
    .u-page-contaienr {
      width: 100%; } }

.u-page-section-pb60 {
  padding-bottom: calc(60vw / 19.2); }
  @media only screen and (max-width: 812px) {
    .u-page-section-pb60 {
      padding-bottom: calc(28vw / 3.75); } }

.u-page-section-pb80 {
  padding-bottom: calc(80vw / 19.2); }
  @media only screen and (max-width: 812px) {
    .u-page-section-pb80 {
      padding-bottom: calc(28vw / 3.75); } }

.u-page-section-pb35 {
  padding-bottom: calc(35vw / 19.2); }
  @media only screen and (max-width: 812px) {
    .u-page-section-pb35 {
      padding-bottom: calc(20vw / 3.75); } }

.u-page-wrap {
  background: rgba(0, 0, 0, 0.7);
  padding: calc(57vw / 19.2) 0 calc(90vw / 19.2); }
  @media only screen and (max-width: 812px) {
    .u-page-wrap {
      padding: calc(26vw / 3.75) 0 calc(100vw / 3.75); } }
  .u-page-wrap--highlights {
    padding: calc(57vw / 19.2) 0 calc(20vw / 19.2); }
    @media only screen and (max-width: 812px) {
      .u-page-wrap--highlights {
        padding: calc(26vw / 3.75) 0 calc(100vw / 3.75); } }
  .u-page-wrap__inner {
    width: calc(740vw / 19.2);
    margin: 0 auto;
    letter-spacing: 0; }
    @media only screen and (max-width: 812px) {
      .u-page-wrap__inner {
        width: calc(340vw / 3.75);
        letter-spacing: -.05em; } }
    .u-page-wrap__inner--wide {
      width: calc(1000vw / 19.2); }
      @media only screen and (max-width: 812px) {
        .u-page-wrap__inner--wide {
          width: calc(335vw / 3.75); } }
    .u-page-wrap__inner--sp-wide {
      width: calc(1000vw / 19.2); }
      @media only screen and (max-width: 812px) {
        .u-page-wrap__inner--sp-wide {
          width: calc(350vw / 3.75); } }
  .u-page-wrap__ttl {
    font-size: calc(30vw / 19.2);
    margin-bottom: calc(58vw / 19.2);
    text-align: center;
    position: relative; }
    @media only screen and (max-width: 812px) {
      .u-page-wrap__ttl {
        font-size: calc(16vw / 3.75);
        margin-bottom: calc(30vw / 3.75); } }
    .u-page-wrap__ttl::before, .u-page-wrap__ttl::after {
      content: "";
      position: absolute;
      background: #f4cb07;
      width: calc(50% - calc(116vw / 19.2));
      height: 1px;
      left: 0;
      top: 50%; }
      @media only screen and (max-width: 812px) {
        .u-page-wrap__ttl::before, .u-page-wrap__ttl::after {
          width: calc(50% - calc(45vw / 3.75)); } }
    .u-page-wrap__ttl::after {
      left: initial;
      right: 0; }
    .u-page-wrap__ttl span {
      position: relative;
      display: inline-block;
      font-size: calc(30vw / 19.2);
      font-weight: 700;
      color: #f4cb07; }
      @media only screen and (max-width: 812px) {
        .u-page-wrap__ttl span {
          font-size: calc(16vw / 3.75); } }
    .u-page-wrap__ttl--short::before {
      width: calc(50% - calc(78vw / 19.2)); }
      @media only screen and (max-width: 812px) {
        .u-page-wrap__ttl--short::before {
          width: calc(50% - calc(32vw / 3.75)); } }
  .u-page-wrap__news {
    width: calc(720vw / 19.2);
    margin: 0 auto; }
    @media only screen and (max-width: 812px) {
      .u-page-wrap__news {
        width: calc(335vw / 3.75); } }

.u-cmn-list {
  border-top: 1px solid #7b7b7b; }
  @media only screen and (max-width: 812px) {
    .u-cmn-list {
      border-top: 2px solid #7b7b7b; } }
  .u-cmn-list > li {
    display: flex;
    align-items: baseline;
    padding: calc(23vw / 19.2) 0;
    border-bottom: 1px solid #7b7b7b; }
    @media only screen and (max-width: 812px) {
      .u-cmn-list > li {
        display: block;
        padding: calc(14vw / 3.75) 0 calc(15vw / 3.75);
        letter-spacing: -0.06em; } }
  @media only screen and (max-width: 812px) {
    .u-cmn-list > li:last-child {
      border-bottom: 2px solid #7b7b7b; } }
  .u-cmn-list__ttl {
    width: calc(150vw / 19.2);
    display: inline-block; }
    @media only screen and (max-width: 812px) {
      .u-cmn-list__ttl {
        width: 100%; } }
  .u-cmn-list__desc {
    flex: 1; }
    .u-cmn-list__desc p {
      line-height: 1.8; }
  .u-cmn-list__img {
    margin: calc(45vw / 19.2) 0 calc(20vw / 19.2);
    width: calc(403vw / 19.2); }
    @media only screen and (max-width: 812px) {
      .u-cmn-list__img {
        width: calc(310vw / 3.75);
        margin: calc(18vw / 3.75) 0 calc(23vw / 3.75); } }
    .u-cmn-list__img img {
      object-fit: contain;
      width: 100%;
      height: 100%; }

.u-cmn-list_en {
  border-top: 1px solid #7b7b7b; }
  @media only screen and (max-width: 812px) {
    .u-cmn-list_en {
      border-top: 2px solid #7b7b7b; } }
  .u-cmn-list_en > li {
    align-items: baseline;
    padding: calc(23vw / 19.2) 0;
    border-bottom: 1px solid #7b7b7b; }
    @media only screen and (max-width: 812px) {
      .u-cmn-list_en > li {
        display: block;
        padding: calc(14vw / 3.75) 0 calc(15vw / 3.75);
        letter-spacing: -0.06em; } }
  @media only screen and (max-width: 812px) {
    .u-cmn-list_en > li:last-child {
      border-bottom: 2px solid #7b7b7b; } }
  .u-cmn-list_en__ttl {
    width: 100%;
    display: block; }
    @media only screen and (max-width: 812px) {
      .u-cmn-list_en__ttl {
        width: 100%; } }
  .u-cmn-list_en__desc {
    width: 100%;
    display: block;
    padding: 0px 0px 0px calc(0vw / 19.2); }
    @media only screen and (max-width: 812px) {
      .u-cmn-list_en__desc {
        padding: 0px 0px 0px calc(0vw / 3.75); } }
    .u-cmn-list_en__desc p {
      line-height: 1.8; }
    .u-cmn-list_en__desc p.list01 {
      text-indent: -1.0em;
      padding-left: 1.0em; }
    .u-cmn-list_en__desc p.list02 {
      text-indent: -0.5em;
      padding-left: 0.5em; }
  .u-cmn-list_en__img {
    margin: calc(45vw / 19.2) auto calc(20vw / 19.2);
    width: calc(500vw / 19.2); }
    .u-cmn-list_en__img .kahaku_link a {
      margin: calc(0vw / 19.2) calc(0vw / 19.2) calc(0vw / 19.2) calc(0vw / 19.2);
      color: #FFFFFF;
      font-weight: 800; }
    .u-cmn-list_en__img .kahaku_link a:hover {
      text-decoration: none; }
    @media only screen and (max-width: 812px) {
      .u-cmn-list_en__img {
        width: 100%;
        margin: calc(18vw / 3.75) 0 calc(23vw / 3.75); }
        .u-cmn-list_en__img .kahaku_link a {
          margin: calc(0vw / 3.75) calc(0vw / 3.75) calc(0vw / 3.75) calc(0vw / 3.75); } }
    .u-cmn-list_en__img img {
      object-fit: contain;
      width: 100%;
      height: 100%; }

.u-cmn-list_en__desc .playguide_link01 {
  display: flex;
  flex-wrap: wrap; }
.u-cmn-list_en__desc .playguide_link02 {
  margin: calc(10vw / 19.2) 0px 0px 0px;
  display: flex;
  flex-wrap: wrap; }
.u-cmn-list_en__desc .playguide_link p a {
  padding: calc(11vw / 19.2) 0px 0px 0px;
  margin: 0px calc(20vw / 19.2) calc(30vw / 19.2) 0px;
  display: block;
  width: calc(340vw / 19.2);
  height: calc(55vw / 19.2);
  background-image: url("../img/ticket_btm02_sp.svg");
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  color: #000000;
  text-decoration: none; }
.u-cmn-list_en__desc .playguide_link p.notlink a {
  background-image: url("../img/ticket_btm03_sp.svg");
  pointer-events: none; }
.u-cmn-list_en__desc .playguide_link p a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  zoom: 1; }
@media only screen and (max-width: 812px) {
  .u-cmn-list_en__desc .playguide_link01 {
    display: inherit;
    flex-wrap: inherit; }
  .u-cmn-list_en__desc .playguide_link02 {
    margin: calc(10vw / 3.75) 0px 0px 0px;
    display: inherit;
    flex-wrap: inherit; }
  .u-cmn-list_en__desc .playguide_link p a {
    padding: calc(16vw / 3.75) 0px 0px 0px;
    margin: 0px auto calc(20vw / 3.75);
    display: block;
    width: 100%;
    height: calc(60vw / 3.75);
    background-size: contain; } }

.u-page-box01 {
  position: relative;
  margin-top: calc(50vw / 19.2);
  border: 1px solid #f4cb07;
  padding: calc(40vw / 19.2) calc(32vw / 19.2); }
  @media only screen and (max-width: 812px) {
    .u-page-box01 {
      margin-top: calc(60vw / 3.75);
      padding: calc(32vw / 3.75) calc(20vw / 3.75); } }
  .u-page-box01__ttl {
    font-weight: 900;
    margin-bottom: calc(10vw / 19.2); }
    @media only screen and (max-width: 812px) {
      .u-page-box01__ttl {
        margin-bottom: calc(18vw / 3.75); } }

.u-hilights-ttl {
  position: relative;
  margin: 0 auto; }
  .u-hilights-ttl--01 {
    width: calc(636vw / 19.2);
    left: calc(26vw / 19.2); }
    @media only screen and (max-width: 812px) {
      .u-hilights-ttl--01 {
        width: calc(296vw / 3.75); } }
  .u-hilights-ttl--02 {
    width: calc(740vw / 19.2); }
    @media only screen and (max-width: 812px) {
      .u-hilights-ttl--02 {
        width: calc(246vw / 3.75);
        margin-bottom: calc(23vw / 3.75);
        left: calc(15vw / 3.75); } }
  .u-hilights-ttl--03 {
    width: calc(815vw / 19.2);
    left: calc(32vw / 19.2); }
    @media only screen and (max-width: 812px) {
      .u-hilights-ttl--03 {
        width: calc(250vw / 3.75);
        margin-bottom: calc(23vw / 3.75); } }
  .u-hilights-ttl__img {
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .u-hilights-ttl__deco01 {
    position: absolute;
    object-fit: contain;
    width: calc(245vw / 19.2);
    height: auto;
    right: calc(-159vw / 19.2);
    top: calc(-10vw / 19.2);
    z-index: 0; }
    @media only screen and (max-width: 812px) {
      .u-hilights-ttl__deco01 {
        width: calc(100vw / 3.75);
        right: calc(-54vw / 3.75);
        top: calc(-1vw / 3.75); } }

.u-highlight-anchor-list {
  display: grid;
  gap: 24px;
  width: calc(740vw / 19.2);
  grid-template-columns: calc(357vw / 19.2) calc(357vw / 19.2);
  margin: 0 auto calc(37vw / 19.2); }
  @media only screen and (max-width: 812px) {
    .u-highlight-anchor-list {
      grid-template-columns: 1fr;
      width: calc(295vw / 3.75);
      margin: 0 auto calc(19vw / 3.75); } }
  .u-highlight-anchor-list a {
    display: block;
    transition: 0.3s ease; }
    .u-highlight-anchor-list a:hover {
      opacity: 0.6; }
  .u-highlight-anchor-list img {
    object-fit: contain;
    width: 100%;
    height: 100%; }

.u-highlight-card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(54vw / 19.2) calc(30vw / 19.2); }
  @media only screen and (max-width: 812px) {
    .u-highlight-card-list {
      grid-template-columns: 1fr;
      gap: calc(29vw / 3.75); } }
  .u-highlight-card-list li img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

.u-policy-ttl {
  color: #f4cb07;
  font-size: calc(25vw / 19.2);
  margin-bottom: calc(20vw / 19.2);
  font-weight: 500; }
  @media only screen and (max-width: 812px) {
    .u-policy-ttl {
      font-size: calc(16vw / 3.75);
      margin-bottom: calc(5vw / 3.75); } }

.u-exbold {
  font-weight: 900; }

.u-news-ttl {
  font-size: calc(30vw / 19.2);
  font-weight: 700;
  /*text-align: center;*/
  margin-bottom: calc(10vw / 19.2);
  line-height: 1.5em; }
  @media only screen and (max-width: 812px) {
    .u-news-ttl {
      font-size: calc(16vw / 3.75);
      margin-bottom: calc(5vw / 3.75); } }

.u-news-time {
  display: block;
  /*text-align: center;*/
  font-size: calc(20vw / 19.2);
  margin-bottom: calc(70vw / 19.2); }
  @media only screen and (max-width: 812px) {
    .u-news-time {
      font-size: calc(14vw / 3.75);
      margin-bottom: calc(35vw / 3.75); } }

.u-news-txt {
  font-weight: 500; }

.u-news-txt a {
  text-decoration: underline;
  color: #FFFFFF; }

.u-news-txt p {
  padding: 0px 0px calc(0vw / 19.2) 0px;
  margin: 0px 0px calc(14vw / 19.2) 0px; }
  @media only screen and (max-width: 812px) {
    .u-news-txt p {
      padding: 0px 0px calc(0vw / 3.75) 0px;
      margin: 0px 0px calc(14vw / 3.75) 0px; } }

.u-news-txt p a {
  text-decoration: underline;
  color: #FFFFFF; }

.voice_maintitle_wrap {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px calc(58vw / 19.2) 0px;
  width: 100%;
  border: 1px solid #F4CB07; }
  @media only screen and (max-width: 812px) {
    .voice_maintitle_wrap {
      padding: 0px 0px 0px 0px;
      margin: 0px 0px calc(30vw / 3.75) 0px; } }

.voice_maintitle_wrap h3 {
  padding: calc(10vw / 19.2) calc(10vw / 19.2) calc(10vw / 19.2) calc(20vw / 19.2);
  font-size: calc(28vw / 19.2);
  font-weight: 600;
  color: #F4CB07;
  line-height: 1.4em; }
  .voice_maintitle_wrap h3 span {
    font-size: 0.75em; }
  @media only screen and (max-width: 812px) {
    .voice_maintitle_wrap h3 {
      padding: calc(10vw / 3.75) calc(10vw / 3.75) calc(10vw / 3.75) calc(10vw / 3.75);
      font-size: calc(20vw / 3.75); } }

.voice_title_wrap {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px calc(58vw / 19.2) 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%; }
  @media only screen and (max-width: 812px) {
    .voice_title_wrap {
      padding: 0px 0px 0px 0px;
      margin: 0px 0px calc(30vw / 3.75) 0px; } }

.voice_title_wrap h3 {
  padding: 0 calc(20vw / 19.2);
  position: relative;
  z-index: 1;
  font-size: calc(28vw / 19.2);
  font-weight: 600;
  color: #F4CB07; }
  .voice_title_wrap h3 span {
    font-size: 0.75em; }
  @media only screen and (max-width: 812px) {
    .voice_title_wrap h3 {
      padding: 0 calc(20vw / 3.75);
      font-size: calc(20vw / 3.75); } }

.voice_title_wrap::before {
  content: '';
  flex-grow: 1;
  border-top: 2px solid #F4CB07;
  margin: 0px calc(20vw / 19.2) 0px 0px; }
  @media only screen and (max-width: 812px) {
    .voice_title_wrap::before {
      margin: 0px calc(5vw / 3.75) 0px 0px; } }

.voice_title_wrap::after {
  content: '';
  flex-grow: 1;
  border-top: 2px solid #F4CB07;
  margin: 0px 0px 0px calc(20vw / 19.2); }
  @media only screen and (max-width: 812px) {
    .voice_title_wrap::after {
      margin: 0px 0px 0px calc(5vw / 3.75); } }

.ambassador_wrap {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px calc(80vw / 19.2) 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .ambassador_wrap .ambassador_photo {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 30%; }
  .ambassador_wrap .ambassador_reads {
    padding: 0px 0px 0px calc(10vw / 19.2);
    margin: 0px 0px 0px 0px;
    width: 70%; }
  .ambassador_wrap .ambassador_reads h3 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px calc(5vw / 19.2) 0px;
    font-size: calc(22vw / 19.2);
    font-weight: 800; }
  .ambassador_wrap .ambassador_reads h4 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px calc(10vw / 19.2) 0px;
    line-height: 1.7em;
    font-size: calc(20vw / 19.2); }
  .ambassador_wrap .ambassador_reads p {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    line-height: 1.7em;
    font-size: calc(12vw / 19.2); }
  .ambassador_wrap img {
    width: 100%; }
  @media only screen and (max-width: 812px) {
    .ambassador_wrap {
      margin: 0px 0px calc(60vw / 3.75) 0px;
      display: inherit;
      flex-wrap: inherit;
      justify-content: inherit; }
      .ambassador_wrap .ambassador_photo {
        padding: 0px 0px 0px 0px;
        margin: 0px auto 0px;
        width: 60%; }
      .ambassador_wrap .ambassador_reads {
        padding: calc(10vw / 3.75) 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        width: 100%; }
      .ambassador_wrap .ambassador_reads h3 {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px calc(10vw / 3.75) 0px;
        font-size: calc(20vw / 3.75);
        text-align: center; }
      .ambassador_wrap .ambassador_reads h4 {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px calc(20vw / 3.75) 0px;
        font-size: calc(16.5vw / 3.75);
        text-align: center; }
      .ambassador_wrap .ambassador_reads p {
        font-size: calc(12vw / 3.75); } }

.voice_mains_wrap {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px calc(80vw / 19.2) 0px; }
  .voice_mains_wrap ul.voice_note00 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px calc(10vw / 19.2) 0px; }
  @media only screen and (max-width: 812px) {
    .voice_mains_wrap {
      margin: 0px 0px calc(60vw / 3.75) 0px; }
      .voice_mains_wrap ul.voice_note00 {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px calc(10vw / 3.75) 0px; } }

.voice_mains_wrap {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px calc(80vw / 19.2) 0px; }
  .voice_mains_wrap ul.voice_note01 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px calc(0vw / 19.2) 0px; }
  .voice_mains_wrap ul.voice_note01 li {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px calc(7vw / 19.2) 0px;
    text-indent: -1.0em;
    padding-left: 1.0em;
    line-height: 1.5em; }
  .voice_mains_wrap ul.voice_note01 li.read {
    margin: calc(10vw / 19.2) 0px 0px 0px; }
  .voice_mains_wrap ul.voice_note01 li:nth-last-child(1) {
    margin: 0px 0px calc(0vw / 19.2) 0px; }
  .voice_mains_wrap ul.voice_note01 li a {
    color: #FFFFFF; }
  .voice_mains_wrap ul.voice_note01 li strong {
    font-weight: 600; }
  @media only screen and (max-width: 812px) {
    .voice_mains_wrap {
      margin: 0px 0px calc(60vw / 3.75) 0px; }
      .voice_mains_wrap ul.voice_note01 {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px calc(0vw / 3.75) 0px; }
      .voice_mains_wrap ul.voice_note01 li {
        margin: 0px 0px calc(10vw / 3.75) 0px; }
      .voice_mains_wrap ul.voice_note01 li.read {
        margin: calc(10vw / 3.75) 0px 0px 0px; } }

.ticket_title_wrap {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px calc(58vw / 19.2) 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%; }
  @media only screen and (max-width: 812px) {
    .ticket_title_wrap {
      padding: 0px 0px 0px 0px;
      margin: 0px 0px calc(30vw / 3.75) 0px; } }

.ticket_title_wrap h3 {
  padding: 0 calc(20vw / 19.2);
  position: relative;
  z-index: 1;
  font-size: calc(28vw / 19.2);
  font-weight: 600;
  color: #F4CB07; }
  @media only screen and (max-width: 812px) {
    .ticket_title_wrap h3 {
      padding: 0 calc(20vw / 3.75);
      font-size: calc(20vw / 3.75); } }

.ticket_title_wrap::before {
  content: '';
  flex-grow: 1;
  border-top: 2px solid #F4CB07;
  margin: 0px calc(20vw / 19.2) 0px 0px; }
  @media only screen and (max-width: 812px) {
    .ticket_title_wrap::before {
      margin: 0px calc(5vw / 3.75) 0px 0px; } }

.ticket_title_wrap::after {
  content: '';
  flex-grow: 1;
  border-top: 2px solid #F4CB07;
  margin: 0px 0px 0px calc(20vw / 19.2); }
  @media only screen and (max-width: 812px) {
    .ticket_title_wrap::after {
      margin: 0px 0px 0px calc(5vw / 3.75); } }

.ticket_stitle01 {
  padding: 0px 0px calc(4vw / 19.2) 0px;
  margin: 0px 0px calc(40vw / 19.2) 0px;
  text-align: center;
  font-size: calc(25vw / 19.2);
  font-weight: 600;
  color: #D4000F; }
  .ticket_stitle01 span {
    border-bottom: 2px solid #D4000F; }
  @media only screen and (max-width: 812px) {
    .ticket_stitle01 {
      padding: 0px 0px calc(4vw / 3.75) 0px;
      margin: 0px 0px calc(40vw / 3.75) 0px;
      font-size: calc(24vw / 3.75);
      line-height: 1.7em; } }

.ticket_stitle02 {
  padding: 0px 0px calc(4vw / 19.2) 0px;
  margin: 0px 0px calc(0vw / 19.2) 0px;
  text-align: center;
  font-size: calc(20vw / 19.2);
  font-weight: 600; }
  @media only screen and (max-width: 812px) {
    .ticket_stitle02 {
      padding: 0px 0px calc(4vw / 3.75) 0px;
      margin: 0px 0px calc(0vw / 3.75) 0px;
      font-size: calc(16vw / 3.75); } }

.ticket_stitle03 {
  padding: 0px 0px calc(4vw / 19.2) 0px;
  margin: 0px 0px calc(40vw / 19.2) 0px;
  text-align: center;
  font-size: calc(20vw / 19.2);
  font-weight: 600; }
  @media only screen and (max-width: 812px) {
    .ticket_stitle03 {
      padding: 0px 0px calc(4vw / 3.75) 0px;
      margin: 0px 0px calc(40vw / 3.75) 0px;
      font-size: calc(13vw / 3.75); } }

.ticket_ttl {
  width: 100%;
  border-top: 1px solid #F4CB07;
  border-left: 1px solid #F4CB07;
  font-size: calc(22vw / 19.2); }
  .ticket_ttl th {
    padding: calc(20vw / 19.2) calc(20vw / 19.2) calc(20vw / 19.2) calc(50vw / 19.2);
    margin: 0px 0px 0px 0px;
    text-align: left;
    width: 50%;
    border-right: 1px solid #F4CB07;
    border-bottom: 1px solid #F4CB07;
    background-color: #FDF5CD;
    color: #000000; }
    .ticket_ttl th span {
      padding: 0px 0px 0px calc(10vw / 19.2);
      font-size: 0.75em; }
  .ticket_ttl td {
    padding: calc(20vw / 19.2) calc(50vw / 19.2) calc(20vw / 19.2) calc(20vw / 19.2);
    margin: 0px 0px 0px 0px;
    text-align: right;
    width: 50%;
    border-right: 1px solid #F4CB07;
    border-bottom: 1px solid #F4CB07;
    background-color: #FFFFFF;
    color: #000000; }
    .ticket_ttl td span {
      padding: 0px 0px 0px calc(5vw / 19.2);
      font-size: 0.75em; }
  @media only screen and (max-width: 812px) {
    .ticket_ttl {
      font-size: inherit; }
      .ticket_ttl th {
        padding: calc(10vw / 3.75) calc(0vw / 3.75) calc(0vw / 3.75) calc(15vw / 3.75);
        width: 60%; }
        .ticket_ttl th span {
          padding: 0px 0px 0px calc(10vw / 3.75); }
      .ticket_ttl td {
        padding: calc(10vw / 3.75) calc(15vw / 3.75) calc(10vw / 3.75) calc(0vw / 3.75);
        width: 40%; }
        .ticket_ttl td span {
          padding: 0px 0px 0px calc(5vw / 3.75); } }

.ticket_ttl01 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px calc(10vw / 19.2) 0px; }
  @media only screen and (max-width: 812px) {
    .ticket_ttl01 {
      margin: 0px 0px calc(10vw / 3.75) 0px; } }

.ticket_ttl_en {
  margin: 0px 0px calc(10vw / 19.2) 0px;
  width: 100%;
  border-top: 1px solid #F4CB07;
  border-left: 1px solid #F4CB07; }
  .ticket_ttl_en th {
    padding: calc(10vw / 19.2) calc(10vw / 19.2) calc(10vw / 19.2) calc(10vw / 19.2);
    margin: 0px 0px 0px 0px;
    border-right: 1px solid #F4CB07;
    border-bottom: 1px solid #F4CB07;
    background-color: #FDF5CD;
    color: #000000;
    text-align: center;
    line-height: 1.4em;
    vertical-align: middle;
    font-size: calc(15vw / 19.2); }
  .ticket_ttl_en td {
    padding: calc(10vw / 19.2) calc(76vw / 19.2) calc(10vw / 19.2) calc(10vw / 19.2);
    margin: 0px 0px 0px 0px;
    border-right: 1px solid #F4CB07;
    border-bottom: 1px solid #F4CB07;
    background-color: #FFFFFF;
    text-align: right;
    color: #000000;
    vertical-align: middle;
    font-size: calc(15vw / 19.2); }
  .ticket_ttl_en .w01 {
    width: 40%; }
  .ticket_ttl_en .w02 {
    width: 30%; }
  .ticket_ttl_en .w03 {
    width: 30%; }
  @media only screen and (max-width: 812px) {
    .ticket_ttl_en {
      margin: calc(10vw / 3.75) 0px calc(5vw / 3.75) 0px; }
      .ticket_ttl_en th {
        padding: calc(5vw / 3.75) calc(5vw / 3.75) calc(5vw / 3.75) calc(5vw / 3.75);
        font-size: calc(12vw / 3.75); }
      .ticket_ttl_en td {
        padding: calc(5vw / 3.75) calc(25vw / 3.75) calc(5vw / 3.75) calc(5vw / 3.75);
        font-size: calc(12vw / 3.75); }
      .ticket_ttl_en .w01 {
        width: 30%; }
      .ticket_ttl_en .w02 {
        width: 35%; }
      .ticket_ttl_en .w03 {
        width: 35%; } }

.ticket_ttl01_en {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px calc(10vw / 19.2) 0px; }
  @media only screen and (max-width: 812px) {
    .ticket_ttl01_en {
      margin: 0px 0px calc(10vw / 3.75) 0px; } }

.ticket_limited {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px calc(80vw / 19.2) 0px; }
  .ticket_limited h4 {
    padding: calc(10vw / 19.2) calc(10vw / 19.2) calc(6vw / 19.2) calc(10vw / 19.2);
    margin: 0px 0px calc(10vw / 19.2) 0px;
    font-size: calc(22vw / 19.2);
    line-height: 1.2em;
    font-weight: 600;
    color: #F4CB07;
    border: 1px solid #F4CB07; }
    .ticket_limited h4 span {
      font-size: 0.75em; }
  .ticket_limited .ticket_read01 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px calc(20vw / 19.2) 0px;
    text-align: left; }
  .ticket_limited .ticket_link a {
    padding: calc(5vw / 19.2) 0px 0px 0px;
    margin: 0px auto calc(20vw / 19.2);
    display: block;
    width: calc(295vw / 19.2);
    height: calc(50vw / 19.2);
    background-image: url("../img/ticket_btm01_sp.svg");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #000000;
    text-decoration: none; }
  .ticket_limited .ticket_link a:hover {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom: 1; }
  .ticket_limited ul.ticket_note01 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px calc(0vw / 19.2) 0px; }
  .ticket_limited ul.ticket_note01 li {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px calc(12vw / 19.2) 0px;
    text-indent: -1.0em;
    padding-left: 1.0em;
    line-height: 1.5em; }
  .ticket_limited ul.ticket_note01 li:nth-last-child(1) {
    margin: 0px 0px calc(0vw / 19.2) 0px; }
  .ticket_limited ul.ticket_note01 li a {
    color: #FFFFFF; }
  .ticket_limited ul.ticket_note01 li strong {
    font-weight: 600; }
  .ticket_limited ul.ticket_note02 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px calc(0vw / 19.2) 0px; }
  .ticket_limited ul.ticket_note02 li {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px calc(7vw / 19.2) 0px;
    text-indent: -1.0em;
    padding-left: 1.0em;
    line-height: 1.5em; }
  .ticket_limited ul.ticket_note02 li .underline01 {
    border-bottom: 1px solid #FFFFFF; }
  .ticket_limited ul.ticket_note02 li:nth-last-child(1) {
    margin: 0px 0px calc(0vw / 19.2) 0px; }
  .ticket_limited ul.ticket_note02 li a {
    color: #FFFFFF; }
  .ticket_limited ul.ticket_note02 li strong {
    font-weight: 600; }
  .ticket_limited ul.ticket_note03 {
    padding: 0px 0px 0px 0px;
    margin: calc(40vw / 19.2) 0px calc(0vw / 19.2) 0px; }
  .ticket_limited ul.ticket_note03 li {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px calc(12vw / 19.2) 0px;
    text-indent: -1.0em;
    padding-left: 1.0em;
    line-height: 1.5em; }
  .ticket_limited ul.ticket_note03 li:nth-last-child(1) {
    margin: 0px 0px calc(0vw / 19.2) 0px; }
  .ticket_limited ul.ticket_note03 li .underline01 {
    border-bottom: 1px solid #FFFFFF; }
  @media only screen and (max-width: 812px) {
    .ticket_limited {
      margin: 0px 0px calc(60vw / 3.75) 0px; }
      .ticket_limited h4 {
        padding: calc(10vw / 3.75);
        margin: 0px 0px calc(10vw / 3.75) 0px;
        font-size: calc(15.5vw / 3.75); }
      .ticket_limited .ticket_read01 {
        margin: 0px 0px calc(20vw / 3.75) 0px; }
      .ticket_limited .ticket_link a {
        padding: calc(16vw / 3.75) 0px 0px 0px;
        margin: 0px auto calc(20vw / 3.75);
        display: block;
        width: 100%;
        height: calc(60vw / 3.75);
        background-size: contain; }
      .ticket_limited ul.ticket_note01 {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px calc(20vw / 3.75) 0px; }
      .ticket_limited ul.ticket_note01 li {
        margin: 0px 0px calc(12vw / 3.75) 0px; }
      .ticket_limited ul.ticket_note02 {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px calc(20vw / 3.75) 0px; }
      .ticket_limited ul.ticket_note02 li {
        margin: 0px 0px calc(10vw / 3.75) 0px; }
      .ticket_limited ul.ticket_note03 {
        padding: 0px 0px 0px 0px;
        margin: calc(40vw / 3.75) 0px calc(20vw / 3.75) 0px; }
      .ticket_limited ul.ticket_note03 li {
        margin: 0px 0px calc(12vw / 3.75) 0px; } }

.ticket_limited_item {
  padding: 0px 0px 0px 0px;
  margin: calc(40vw / 19.2) 0px calc(40vw / 19.2) 0px;
  width: 100%; }
  .ticket_limited_item img {
    width: 100%; }
  .ticket_limited_item .ticket_limited_item_imgs {
    padding: 0px 0px 0px 0px;
    margin: 0px auto calc(10vw / 19.2); }
    .ticket_limited_item .ticket_limited_item_imgs.w00 {
      width: calc(500vw / 19.2); }
    .ticket_limited_item .ticket_limited_item_imgs.w01 {
      width: calc(340vw / 19.2); }
    .ticket_limited_item .ticket_limited_item_imgs.w02 {
      width: 100%; }
  .ticket_limited_item .ticket_limited_item_read01 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px calc(0vw / 19.2) 0px;
    text-align: center;
    line-height: 1.5em; }
  .ticket_limited_item .ticket_limited_item_read02 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px calc(0vw / 19.2) 0px;
    line-height: 1.5em;
    text-indent: -5.5em;
    padding-left: 5.5em; }
  .ticket_limited_item .ticket_limited_item_read03 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px calc(0vw / 19.2) 0px;
    line-height: 1.5em;
    text-indent: -2.5em;
    padding-left: 2.5em; }
  .ticket_limited_item .ticket_limited_item_read04 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px calc(7vw / 19.2) 0px;
    line-height: 1.5em;
    text-indent: -1.0em;
    padding-left: 1.0em; }
  .ticket_limited_item .ticket_limited_item_read05 {
    padding: 0px 0px 0px 0px;
    margin: 0px auto calc(7vw / 19.2);
    width: calc(500vw / 19.2);
    line-height: 1.5em;
    text-indent: -1.0em;
    padding-left: 1.0em; }
  @media only screen and (max-width: 812px) {
    .ticket_limited_item .ticket_limited_item_imgs {
      margin: 0px 0px calc(10vw / 3.75) 0px; }
      .ticket_limited_item .ticket_limited_item_imgs.w00 {
        width: 100%; }
      .ticket_limited_item .ticket_limited_item_imgs.w01 {
        width: 100%; }
      .ticket_limited_item .ticket_limited_item_imgs.w02 {
        width: 100%; }
    .ticket_limited_item .ticket_limited_item_read02 {
      text-indent: -4.5em;
      padding-left: 4.5em; }
    .ticket_limited_item .ticket_limited_item_read03 {
      text-indent: -1.5em;
      padding-left: 1.5em; }
    .ticket_limited_item .ticket_limited_item_read04 {
      margin: 0px 0px calc(10vw / 3.75) 0px;
      text-indent: -1.0em;
      padding-left: 1.0em; }
    .ticket_limited_item .ticket_limited_item_read05 {
      margin: 0px 0px calc(10vw / 3.75) 0px;
      width: 100%;
      text-indent: -1.0em;
      padding-left: 1.0em; } }

.ticket_playguide .playguide_link01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.ticket_playguide .playguide_link02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
.ticket_playguide .playguide_link li a {
  padding: calc(11vw / 19.2) 0px 0px 0px;
  margin: 0px auto calc(20vw / 19.2);
  display: block;
  width: calc(360vw / 19.2);
  height: calc(68vw / 19.2);
  background-image: url("../img/ticket_btm02_sp.svg");
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  color: #000000;
  text-decoration: none; }
.ticket_playguide .playguide_link a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  zoom: 1; }
@media only screen and (max-width: 812px) {
  .ticket_playguide .playguide_link01 {
    display: inherit;
    flex-wrap: inherit; }
  .ticket_playguide .playguide_link02 {
    display: inherit;
    flex-wrap: inherit; }
  .ticket_playguide .playguide_link li a {
    padding: calc(16vw / 3.75) 0px 0px 0px;
    margin: 0px auto calc(20vw / 3.75);
    display: block;
    width: 100%;
    height: calc(60vw / 3.75);
    background-size: contain; } }

.ticket_playguide01 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px calc(40vw / 19.2) 0px;
  width: 100%; }
  @media only screen and (max-width: 812px) {
    .ticket_playguide01 {
      margin: 0px 0px calc(40vw / 3.75) 0px; } }

.ticket_playguide02 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px calc(80vw / 19.2) 0px;
  width: 100%; }
  @media only screen and (max-width: 812px) {
    .ticket_playguide02 {
      margin: 0px 0px calc(80vw / 3.75) 0px; } }

.ticket_playguide_title {
  padding: 0px 0px 0px 0px;
  margin: calc(0vw / 19.2) 0px calc(20vw / 19.2) 0px;
  width: 100%; }
  .ticket_playguide_title h5 {
    padding: calc(2vw / 19.2) calc(2vw / 19.2) calc(2vw / 19.2) calc(10vw / 19.2);
    margin: 0px 0px calc(15vw / 19.2) 0px;
    font-size: calc(18vw / 19.2);
    font-weight: 900;
    border: 1px solid #F4CB07; }
  @media only screen and (max-width: 812px) {
    .ticket_playguide_title {
      margin: calc(0vw / 3.75) 0px calc(20vw / 3.75) 0px; }
      .ticket_playguide_title h5 {
        padding: calc(5vw / 3.75) calc(5vw / 3.75) calc(5vw / 3.75) calc(5vw / 3.75);
        margin: 0px 0px calc(12vw / 3.75) 0px;
        font-size: calc(15vw / 3.75); } }

.ticket_playguide_note {
  padding: 0px 0px 0px 0px;
  margin: calc(-15vw / 19.2) 0px calc(0vw / 19.2) 0px;
  width: 100%; }
  .ticket_playguide_note p {
    margin: 0px 0px calc(4vw / 19.2) 0px;
    line-height: 1.5em;
    text-indent: -1.0em;
    padding-left: 1.0em; }
  @media only screen and (max-width: 812px) {
    .ticket_playguide_note {
      margin: calc(-15vw / 3.75) 0px calc(0vw / 3.75) 0px; }
      .ticket_playguide_note p {
        margin: 0px 0px calc(2vw / 3.75) 0px; } }

.ticket_soldout {
  padding: 0px 0px 0px 0px;
  margin: calc(0vw / 19.2) 0px calc(0vw / 19.2) 0px; }
  .ticket_soldout p {
    padding: calc(0vw / 19.2) calc(10vw / 19.2) calc(5vw / 19.2) calc(10vw / 19.2);
    margin: 0px 0px calc(10vw / 19.2) 0px;
    background-color: #FF0000;
    color: #FFFFFF;
    font-size: calc(22vw / 19.2);
    font-weight: 700;
    display: inline-block;
    border-radius: calc(5vw / 19.2); }
  @media only screen and (max-width: 812px) {
    .ticket_soldout {
      margin: calc(0vw / 3.75) 0px calc(0vw / 3.75) 0px; }
      .ticket_soldout p {
        padding: calc(0vw / 3.75) calc(10vw / 3.75) calc(5vw / 3.75) calc(10vw / 3.75);
        margin: 0px 0px calc(10vw / 3.75) 0px;
        font-size: calc(15.5vw / 3.75);
        border-radius: calc(5vw / 3.75); } }
