@-webkit-keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}
@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}
@-webkit-keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%, 100% {
    top: 100%;
  }
}
@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%, 100% {
    top: 100%;
  }
}
@-webkit-keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%, 100% {
    right: 100%;
  }
}
@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%, 100% {
    right: 100%;
  }
}
@-webkit-keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%, 100% {
    bottom: 100%;
  }
}
@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%, 100% {
    bottom: 100%;
  }
}
.ticket-mv {
  position: relative;
}
@media print, screen and (min-width:769px) {
  .ticket-mv {
    width: 40.2vw;
    max-width: 780px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    min-height: 51vw;
  }
}
.ticket-mv__inner {
  padding: 5.0890585242vw 5.0890585242vw 24.1730279898vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media print, screen and (min-width:769px) {
  .ticket-mv__inner {
    padding: 30px;
    position: relative;
    z-index: 2;
    height: 100vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width:768px) {
  .ticket-mv__lead {
    margin-bottom: 7.6335877863vw;
  }
}
@media print, screen and (min-width:769px) {
  .ticket-mv__lead {
    font-size: 14px;
    margin-bottom: 45px;
  }
}
.ticket-mv__wrap {
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(40%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0) 100%);
  height: 25.4452926209vw;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
@media print, screen and (min-width:769px) {
  .ticket-mv__wrap {
    background: none;
    height: auto;
  }
}
.ticket-mv__close {
  width: 7.6335877863vw;
  height: 7.6335877863vw;
  background: url(../images/top/icon_close.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  z-index: 50;
  cursor: pointer;
  top: 5.0890585242vw;
  right: 5.0890585242vw;
  display: inline-block;
}
@media print, screen and (min-width:769px) {
  .ticket-mv__close {
    width: 30px;
    height: 30px;
    top: 65px;
    right: 65px;
  }
}
.ticket-mv__company {
  width: 39.1857506361vw;
  min-height: 12.213740458vw;
  position: absolute;
  left: 5.0890585242vw;
  top: 5.0890585242vw;
}
@media print, screen and (min-width:769px) {
  .ticket-mv__company {
    width: 200px;
    top: 30px;
    left: 30px;
    min-height: 45px;
  }
}
.ticket-mv__content {
  position: relative;
  z-index: 1;
  margin-top: 36.8956743003vw;
  width: 100%;
}
@media print, screen and (min-width:769px) {
  .ticket-mv__content {
    width: 100%;
    margin: 0 0 0 5.72916vw;
    padding-top: 45px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1360px) {
  .ticket-mv__content {
    margin-left: 0;
  }
}
.ticket-mv__logo {
  width: 64.8854961832vw;
  margin: 0 auto 2.0356234097vw;
}
@media print, screen and (min-width:769px) {
  .ticket-mv__logo {
    width: 20.9375vw;
    margin: 0.78125vw auto 1.3020833333vw;
  }
}
@media screen and (width: 768px) {
  .ticket-mv__logo {
    width: 52.885496vw;
  }
}
@media print, screen and (min-width:769px) {
  .ticket-mv__back {
    font-size: 16px;
    position: absolute;
    bottom: 9.074074vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 2.5888888vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ticket-mv__back:before {
    content: "";
    width: 16px;
    height: 17px;
    background: url(../images/ticket/icon_back.png) no-repeat center center;
    background-size: cover;
    margin-right: 9px;
  }
  .ticket-mv__back:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width:769px) and (min-width: 961px) and (max-width: 1360px) {
  .ticket-mv__back {
    margin-left: 0;
  }
}
.ticket-mv__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.0890585242vw;
  margin-top: 12.213740458vw;
}
@media print, screen and (min-width:769px) {
  .ticket-mv__menu {
    margin-top: 45px;
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  .ticket-mv__menu {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ticket-mv__menu-fixed {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  left: 0;
  right: 0;
  bottom: -30.534351145vw;
  padding: 5.0890585242vw;
  gap: 3.0534351145vw;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ticket-mv__menu-fixed.is-fixed {
  bottom: 0;
}
.ticket-mv__menu-fixed .ticket-mv__item {
  width: calc(50% - 1.5267175573vw);
}
.ticket-mv__menu-fixed .ticket-mv__link {
  font-size: 2.5445292621vw;
  padding: 2.5445292621vw 5.0890585242vw 2.5445292621vw 3.8167938931vw;
  height: 8.3969465649vw;
}
.ticket-mv__menu-fixed .ticket-mv__link:after {
  width: 2.2900763359vw;
  height: 2.2900763359vw;
  right: 2.2900763359vw;
}
@media screen and (max-width:768px) {
  .ticket-mv__menu-fixed .ticket-mv__link {
    background: -webkit-gradient(linear, left top, right top, from(rgb(73, 18, 255)), to(rgb(173, 55, 254)));
    background: linear-gradient(90deg, rgb(73, 18, 255) 0%, rgb(173, 55, 254) 100%);
    background-size: 100% 100%;
    border: none;
    height: 12.213740458vw !important;
    font-size: 3.5623409669vw !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.8167938931vw;
    padding-right: 2.5445292621vw;
  }
  .ticket-mv__menu-fixed .ticket-mv__link:after {
    position: static;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 3.0534351145vw;
    height: 3.0534351145vw;
  }
}
@media print, screen and (min-width:769px) {
  .ticket-mv__menu-fixed {
    display: none;
  }
}
.ticket-mv__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width:769px) {
  .ticket-mv__item {
    height: 60px;
    width: calc(50% - 10px);
    max-width: 310px;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  .ticket-mv__item {
    width: 100%;
  }
}
.ticket-mv__link {
  padding: 2.5445292621vw 4.5801526718vw 2.5445292621vw 5.0890585242vw;
  display: block;
  color: #fff;
  font-size: 3.68956743vw;
  font-family: "Noto Sans JP", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: 700;
  width: 100%;
  position: relative;
  border: 1px solid #fff;
  height: 15.2671755725vw;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  .ticket-mv__link {
    height: 40px;
  }
}
.ticket-mv__link span {
  position: absolute;
  display: block;
}
.ticket-mv__link:active {
  border: 1px solid #000;
}
.ticket-mv__link:active span:nth-child(1) {
  top: 0;
  left: -101%;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
  background: linear-gradient(90deg, transparent, #fff);
  -webkit-animation: btn-anim1 1s linear infinite;
          animation: btn-anim1 1s linear infinite;
}
.ticket-mv__link:active span:nth-child(2) {
  top: -101%;
  right: 0;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background: linear-gradient(180deg, transparent, #fff);
  -webkit-animation: btn-anim2 1s linear infinite;
          animation: btn-anim2 1s linear infinite;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.ticket-mv__link:active span:nth-child(3) {
  bottom: 0;
  right: -101%;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(#fff));
  background: linear-gradient(270deg, transparent, #fff);
  -webkit-animation: btn-anim3 1s linear infinite;
          animation: btn-anim3 1s linear infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.ticket-mv__link:active span:nth-child(4) {
  bottom: -101%;
  left: 0;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#fff));
  background: linear-gradient(360deg, transparent, #fff);
  -webkit-animation: btn-anim4 1s linear infinite;
          animation: btn-anim4 1s linear infinite;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
@media print, screen and (min-width:769px) {
  .ticket-mv__link {
    height: 60px;
    padding: 10px;
    font-size: clamp(8px, 0.83333333vw, 16px);
    white-space: nowrap;
    overflow: hidden;
  }
  .ticket-mv__link:hover {
    border: 1px solid #000;
  }
  .ticket-mv__link:hover span:nth-child(1) {
    top: 0;
    left: -101%;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
    background: linear-gradient(90deg, transparent, #fff);
    -webkit-animation: btn-anim1 1s linear infinite;
            animation: btn-anim1 1s linear infinite;
  }
  .ticket-mv__link:hover span:nth-child(2) {
    top: -101%;
    right: 0;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
    background: linear-gradient(180deg, transparent, #fff);
    -webkit-animation: btn-anim2 1s linear infinite;
            animation: btn-anim2 1s linear infinite;
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
  }
  .ticket-mv__link:hover span:nth-child(3) {
    bottom: 0;
    right: -101%;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, right top, left top, from(transparent), to(#fff));
    background: linear-gradient(270deg, transparent, #fff);
    -webkit-animation: btn-anim3 1s linear infinite;
            animation: btn-anim3 1s linear infinite;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .ticket-mv__link:hover span:nth-child(4) {
    bottom: -101%;
    left: 0;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#fff));
    background: linear-gradient(360deg, transparent, #fff);
    -webkit-animation: btn-anim4 1s linear infinite;
            animation: btn-anim4 1s linear infinite;
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s;
  }
  .ticket-mv__link span {
    position: absolute;
    display: block;
  }
}
.ticket-mv__link:after {
  content: "";
  background: url(../images/ticket/icon_blank.png) no-repeat center center;
  width: 4.3256997455vw;
  height: 4.3256997455vw;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 4.5801526718vw;
}
@media print, screen and (min-width:769px) {
  .ticket-mv__link:after {
    width: 16px;
    height: 16px;
    right: 18px;
  }
}

@media print, screen and (min-width:769px) {
  .p-section--price {
    padding-top: 363px;
  }
}

.c-ttl-02__en--tick-info img {
  width: 64.3765903308vw;
}
@media print, screen and (min-width:769px) {
  .c-ttl-02__en--tick-info img {
    width: 100%;
    max-width: 316px;
  }
}
.c-ttl-02__en--prices img {
  width: 19.8473282443vw;
}
@media print, screen and (min-width:769px) {
  .c-ttl-02__en--prices img {
    width: 98px;
  }
}
.c-ttl-02__en--notes img {
  width: 20.8651399491vw;
}
@media print, screen and (min-width:769px) {
  .c-ttl-02__en--notes img {
    width: 103px;
  }
}
.c-ttl-02__en--faq img {
  width: 21.1195928753vw;
}
@media print, screen and (min-width:769px) {
  .c-ttl-02__en--faq img {
    width: 104px;
  }
}

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 5.0890585242vw;
}
@media print, screen and (min-width:769px) {
  .price {
    margin: 5px 0 25px;
  }
}
.price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 17.048346056vw;
  padding: 0 5.0890585242vw;
  font-size: 5.0890585242vw;
  background: #000;
}
.price__item:nth-child(odd) {
  background: #2B2B2B;
}
@media print, screen and (min-width:769px) {
  .price__item {
    height: 67px;
    padding: 0 20px;
    font-size: 20px;
  }
}
.price__txt {
  width: calc(100% - 19.0839694656vw);
}
@media print, screen and (min-width:769px) {
  .price__txt {
    width: calc(100% - 75px);
  }
}
.price__num {
  width: 19.0839694656vw;
  text-align: right;
}
@media print, screen and (min-width:769px) {
  .price__num {
    width: 75px;
  }
}

.faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 5.0890585242vw 0 5.8524173028vw;
}
@media print, screen and (min-width:769px) {
  .faq {
    margin: 22px 0;
  }
}
.faq:last-child {
  margin-bottom: 4.5801526718vw;
}
.faq__question {
  height: 17.048346056vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.0534351145vw;
  line-height: 1.6666666667;
  padding: 2.5445292621vw 10.1781170483vw 2.5445292621vw 5.0890585242vw;
  background: #2B2B2B;
  position: relative;
  cursor: pointer;
}
@media print, screen and (min-width:769px) {
  .faq__question {
    height: 67px;
    font-size: 18px;
    line-height: 1.4444444444;
    padding: 10px 65px 10px 20px;
  }
}
.faq__question.active + .faq__answer {
  display: block;
}
.faq__question:after {
  content: "";
  background: url(../images/ticket/icon_arrow.png) no-repeat center center;
  width: 10.6870229008vw;
  height: 10.6870229008vw;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.7633587786vw;
  -webkit-transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media print, screen and (min-width:769px) {
  .faq__question:after {
    width: 42px;
    height: 42px;
    right: 20px;
  }
}
.faq__question.active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.0534351145vw;
  line-height: 1.6666666667;
  display: none;
  padding: 0 10.1781170483vw 4.0712468193vw 5.0890585242vw;
  background: #2B2B2B;
}
@media print, screen and (min-width:769px) {
  .faq__answer {
    font-size: 14px;
    line-height: 2.1428571429;
    padding: 10px 65px 20px 20px;
  }
  .faq__answer a {
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .faq__answer a:hover {
    opacity: 0.8;
  }
}
.faq__answer + .faq__question {
  margin-top: 1.7811704835vw;
}
@media print, screen and (min-width:769px) {
  .faq__answer + .faq__question {
    margin-top: 7px;
  }
}

@media screen and (max-width:768px) {
  .ticket .footer {
    padding-bottom: 30.0254452926vw;
  }
}