@charset "UTF-8";
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  padding: 0;
  margin: 0;
}

ol, ul {
  list-style-type: none;
}

/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
  overflow-x: hidden;
  font-size: medium;
}

body {
  font-size: 62.5%; /* 16px -> 10px */
}

div {
  line-height: 0;
  box-sizing: border-box;
}

dt, dd, li,
caption, th, td,
input, button, textarea, select,
h1, h2, h3, h4, h5, h6, address {
  line-height: 0;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
p input, p button, p select,
li h1, li h2, li h3, li h4, li h5, li h6, li p, li dt, li dd, li li, li th, li td, li input, li button, li textarea, li select,
dd h1, dd h2, dd h3, dd h4, dd h5, dd h6, dd p, dd dt, dd dd, dd li, dd th, dd td, dd input, dd button, dd textarea, dd select,
tr h1, tr h2, tr h3, tr h4, tr h5, tr h6, tr p, tr dt, tr dd, tr li, tr input, tr button, tr textarea, tr select {
  font-size: 100%;
}

input, button, select, option, textarea {
  font-size: 14px;
}

figure {
  margin: 0;
}

a,
a:link,
a:visited {
  color: #1d99c1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

section {
  position: relative;
  box-sizing: border-box;
}

br.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.sp {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

/*-----------------------------------------------
 cf 
-----------------------------------------------*/
.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}
@media only screen and (max-width: 768px) {
  .hover :hover {
    animation: unset;
    -webkit-animation: unset;
    -moz-animation: unset;
  }
}

@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes spinStar {
  0% {
    transform: translateY(-50%) rotateY(0deg) scale(1);
  }
  100% {
    transform: translateY(-50%) rotateY(360deg) scale(1.4);
  }
}
@keyframes spinStar {
  0% {
    transform: translateY(-50%) rotateY(0deg) scale(1);
  }
  100% {
    transform: translateY(-50%) rotateY(360deg) scale(1.4);
  }
}
@-webkit-keyframes spinStarPop {
  0% {
    transform: rotateY(0deg);
  }
  40% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(720deg);
  }
}
@keyframes spinStarPop {
  0% {
    transform: rotateY(0deg);
  }
  40% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(720deg);
  }
}
@-webkit-keyframes spin-right {
  0% {
    transform: rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: rotate(360deg); /* 360度回転 */
  }
}
@keyframes spin-right {
  0% {
    transform: rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: rotate(360deg); /* 360度回転 */
  }
}
@-webkit-keyframes spin-left {
  0% {
    transform: rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: rotate(-360deg); /* 360度回転 */
  }
}
@keyframes spin-left {
  0% {
    transform: rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: rotate(-360deg); /* 360度回転 */
  }
}
@-webkit-keyframes popFadeIn {
  0% {
    transform: scale(0); /* 初期位置 */
  }
  60% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes popFadeIn {
  0% {
    transform: scale(0); /* 初期位置 */
  }
  60% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/*=============================================================
 01_base
=============================================================*/
/*=============================================================
 tools
=============================================================*/
#ticket .ttl-box {
  margin-bottom: -92px;
}
@media only screen and (max-width: 1250px) {
  #ticket .ttl-box {
    margin-bottom: -7.36vw;
  }
}
@media only screen and (max-width: 768px) {
  #ticket .ttl-box {
    margin-bottom: -12.5vw;
  }
}
#ticket .ttl-box h1 {
  width: 392px;
  left: -10px;
}
@media only screen and (max-width: 1250px) {
  #ticket .ttl-box h1 {
    width: 31.36vw;
    left: -0.8vw;
  }
}
@media only screen and (max-width: 768px) {
  #ticket .ttl-box h1 {
    width: 40.3125vw;
    left: -1.25vw;
  }
}
#ticket .detail-block h2 {
  margin: 0 auto 58px;
}
@media only screen and (max-width: 1250px) {
  #ticket .detail-block h2 {
    margin-bottom: 4.64vw;
  }
}
@media only screen and (max-width: 768px) {
  #ticket .detail-block h2 {
    margin-bottom: 4.375vw;
  }
}
#ticket .detail-block .price-list {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1250px) {
  #ticket .detail-block .price-list {
    margin-bottom: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  #ticket .detail-block .price-list {
    margin-bottom: 6.25vw;
  }
}
#ticket .detail-block .price-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90px;
  padding: 12px;
  margin-bottom: 20px;
  background-color: #A37941;
  gap: 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 1250px) {
  #ticket .detail-block .price-list li {
    min-height: 7.2vw;
    padding: 0.96vw;
    margin-bottom: 1.6vw;
  }
}
@media only screen and (max-width: 768px) {
  #ticket .detail-block .price-list li {
    min-height: 14.0625vw;
    padding: 1.875vw;
    margin-bottom: 3.125vw;
  }
}
#ticket .detail-block .price-list li::before {
  display: none;
}
#ticket .detail-block .price-list li p {
  font-size: 24px;
  font-family: "Red Rose", serif;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 1250px) {
  #ticket .detail-block .price-list li p {
    font-size: 1.92vw;
  }
}
@media only screen and (max-width: 768px) {
  #ticket .detail-block .price-list li p {
    font-size: 4.6875vw;
    line-height: 1;
  }
}
#ticket .detail-block .price-list li p span {
  font-size: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 1250px) {
  #ticket .detail-block .price-list li p span {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 768px) {
  #ticket .detail-block .price-list li p span {
    font-size: 5.3125vw;
  }
}
#ticket .detail-block .image {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1250px) {
  #ticket .detail-block .image {
    margin-bottom: 1.92vw;
  }
}
@media only screen and (max-width: 768px) {
  #ticket .detail-block .image {
    margin-bottom: 6.25vw;
  }
}
#ticket .detail-block .playguide-list {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1250px) {
  #ticket .detail-block .playguide-list {
    margin-bottom: 2.4vw;
  }
}
#ticket .detail-block .playguide-list li {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 490px;
  border-top: 1px solid #A37941;
  gap: 0;
}
@media only screen and (max-width: 1250px) {
  #ticket .detail-block .playguide-list li {
    grid-template-columns: 1fr 39.2vw;
  }
}
@media only screen and (max-width: 768px) {
  #ticket .detail-block .playguide-list li {
    display: block;
    padding-top: 3.125vw;
  }
}
#ticket .detail-block .playguide-list li:last-child {
  border-bottom: 1px solid #A37941;
}
#ticket .detail-block .playguide-list li::before {
  display: none;
}
#ticket .detail-block .playguide-list li p {
  font-size: 30px;
  line-height: 1.2;
  color: #A37941;
  font-weight: bold;
  font-family: "Red Rose", serif;
  margin: 0;
}
@media only screen and (max-width: 1250px) {
  #ticket .detail-block .playguide-list li p {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 768px) {
  #ticket .detail-block .playguide-list li p {
    font-size: 4.6875vw;
    text-align: center;
    margin-bottom: -1.5625vw;
  }
}
#ticket .detail-block .playguide-list li p span {
  display: block;
  font-size: 24px;
}
@media only screen and (max-width: 1250px) {
  #ticket .detail-block .playguide-list li p span {
    font-size: 1.92vw;
  }
}
@media only screen and (max-width: 768px) {
  #ticket .detail-block .playguide-list li p span {
    font-size: 3.75vw;
  }
}
#ticket #venue h2 {
  width: 443px;
}
@media only screen and (max-width: 1250px) {
  #ticket #venue h2 {
    width: 35.44vw;
  }
}
@media only screen and (max-width: 768px) {
  #ticket #venue h2 {
    width: 57.5vw;
  }
}
#ticket #streaming h2 {
  width: 558px;
}
@media only screen and (max-width: 1250px) {
  #ticket #streaming h2 {
    width: 44.64vw;
  }
}
@media only screen and (max-width: 768px) {
  #ticket #streaming h2 {
    width: 76.09375vw;
  }
}