@charset "UTF-8";
@font-face {
  font-family: "Gilda Display";
  src: url(../../assets/fonts/GildaDisplay-Regular.woff2) format("woff2"), url(../../assets/fonts/GildaDisplay-Regular.woff) format("woff");
}
@font-face {
  font-family: "Shippori Mincho B1";
  font-weight: 400;
  src: url(../../assets/fonts/ShipporiMinchoB1-Regular.woff2) format("woff2"), url(../../assets/fonts/ShipporiMinchoB1-Regular.woff) format("woff");
}
@font-face {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
  src: url(../../assets/fonts/ShipporiMinchoB1-Medium.woff2) format("woff2"), url(../../assets/fonts/ShipporiMinchoB1-Medium.woff) format("woff");
}
@font-face {
  font-family: "Shippori Mincho B1";
  font-weight: 700;
  src: url(../../assets/fonts/ShipporiMinchoB1-Bold.woff2) format("woff2"), url(../../assets/fonts/ShipporiMinchoB1-Bold.woff) format("woff");
}
@font-face {
  font-family: "Noto Serif JP";
  font-weight: 500;
  src: url(../../assets/fonts/NotoSerifJP-Medium.woff2) format("woff2"), url(../../assets/fonts/NotoSerifJP-Medium.woff) format("woff");
}
@font-face {
  font-family: "Noto Serif JP";
  font-weight: 600;
  src: url(../../assets/fonts/NotoSerifJP-SemiBold.woff2) format("woff2"), url(../../assets/fonts/NotoSerifJP-SemiBold.woff) format("woff");
}
body {
  line-height: 1.8;
  font-family: "Shippori Mincho B1", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 16px;
  color: #e1e1e1;
  /* YUU CHANGE START */
  word-break: break-word;
  /* YUU CHANGE START */
  background-color: #000;
  position: relative;
}
body::before {
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../../assets/images/bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 550px) {
  body::before {
    background-image: url(../../assets/images/bg-mb.webp);
    background-size: 100%;
    background-position: top;
  }
}
@media (max-width: 550px) {
  body {
    font-size: 90%;
  }
}

p, li {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
}

a {
  color: #e1e1e1;
  text-shadow: 0 0 5px #cae4e8;
}

.brsp {
  display: none;
}
@media (max-width: 550px) {
  .brsp {
    display: block;
  }
}

.lang {
  padding: 0.5rem;
}
@media (max-width: 834px) {
  .lang {
    display: none;
  }
}
.lang img {
  margin-left: auto;
  transition: transform 0.4s ease;
}
@media (max-width: 834px) {
  .lang img {
    margin: 0 auto;
  }
}
.lang img:hover {
  transform: translateZ(0);
  filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.8)) drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.6));
}

.mainKv {
  width: 85%;
  text-align: center;
  margin: 0 auto 2rem;
}
.mainKv img {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 550px) {
  .mainKv {
    width: 100%;
    margin-bottom: 0;
  }
}

.txt-l {
  font-size: 24px;
}
@media (max-width: 550px) {
  .txt-l {
    font-size: 18px;
  }
}

.l-container {
  width: 1200px;
  max-width: 90%;
  margin-inline: auto;
  margin-bottom: 10rem;
}
@media (max-width: 550px) {
  .l-container {
    margin-bottom: 5rem;
  }
}

#pageNav {
  width: 90%;
  margin: 0 auto 2rem;
  position: sticky;
  position: -webkit-sticky;
  z-index: 999;
  top: 0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), #222222 15%, #000000 50%, #222222 85%, rgba(0, 0, 0, 0));
  -o-border-image: linear-gradient(to right, rgba(0, 0, 0, 0), #4c4c4c, rgba(0, 0, 0, 0)) 1;
     border-image: linear-gradient(to right, rgba(0, 0, 0, 0), #4c4c4c, rgba(0, 0, 0, 0)) 1;
  border-bottom: 1px solid;
}
@media (max-width: 834px) {
  #pageNav {
    border-bottom: none;
  }
}
#pageNav ul {
  display: flex;
  padding: 0 10%;
  justify-content: space-evenly;
}
@media (max-width: 1150px) {
  #pageNav ul {
    padding: 0 1.5rem;
  }
}
@media (max-width: 834px) {
  #pageNav ul {
    display: block;
    padding-top: 5rem;
  }
}
#pageNav ul li {
  width: 20%;
  text-align: center;
}
@media (max-width: 834px) {
  #pageNav ul li {
    width: 100%;
    text-align: left;
  }
}
#pageNav ul li a {
  font-family: "Shippori Mincho B1", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  display: block;
  font-weight: 700;
  background: radial-gradient(circle, #ffffff 0%, #c5c5c5 40%, #ffffff 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  text-decoration: none;
  font-size: 20px;
  padding: 0.5rem 0;
}
@media (max-width: 1150px) {
  #pageNav ul li a {
    font-size: 1.8vw;
  }
}
@media (max-width: 834px) {
  #pageNav ul li a {
    font-size: 20px;
    padding: 1rem 0.5rem;
  }
}
#pageNav ul li img {
  height: 17px;
  margin: 0 auto;
}
@media (max-width: 1150px) {
  #pageNav ul li img {
    height: 15px;
  }
}
@media (max-width: 834px) {
  #pageNav ul li img {
    height: 17px;
    margin-left: 0;
  }
}
#pageNav .spNav {
  display: none;
}
@media (max-width: 834px) {
  #pageNav .spNav {
    display: inherit;
  }
}
#pageNav .lang {
  display: none;
}
@media (max-width: 834px) {
  #pageNav .lang {
    display: block;
    margin: 2rem auto 0;
  }
}

@media (max-width: 834px) {
  nav {
    display: block;
    position: fixed;
    top: 0;
    left: -350px;
    bottom: 0;
    width: 350px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s;
    z-index: 3;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
    background-color: rgba(17, 17, 17, 0.7568627451);
    color: #ffffff;
  }
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #5c5c5c;
  }
  nav ul li a {
    display: block;
    color: #ffffff;
    font-size: 14px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  nav ul li a:hover {
    background: #e4e4e4;
  }
  nav {
    left: -300px;
    width: 300px;
  }
}
.toggle_btn {
  display: none;
}
@media (max-width: 834px) {
  .toggle_btn {
    display: block;
    position: fixed;
    top: 10px;
    right: 1%;
    width: 40px;
    height: 40px;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 3;
    background-color: #000;
  }
}
@media (max-width: 550px) {
  .toggle_btn {
    top: 0;
    right: 0;
  }
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 5px;
  width: 30px;
  height: 2px;
  background-color: #70706d;
  border-radius: 4px;
  transition: all 0.5s;
}

.toggle_btn span:nth-child(1) {
  top: 8px;
}

.toggle_btn span:nth-child(2) {
  top: 18px;
}

.toggle_btn span:nth-child(3) {
  top: 28px;
}

.open .toggle_btn span {
  background-color: #fff;
}

.open .toggle_btn span:nth-child(1) {
  transform: translateY(10px) rotate(-315deg);
}

.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
  transform: translateY(-10px) rotate(315deg);
}

/*============
#mask
=============*/
#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}

h2, h3, h4, h5 {
  font-family: "Gilda Display", "Shippori Mincho B1", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
}

.title-main {
  background-image: url(../../assets/images/titleg.webp);
  background-repeat: no-repeat;
  background-position: center -5px;
  background-size: 750px;
  padding: 3rem 0 3rem;
}
.title-main img {
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.8)) drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.6)) drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.8));
  margin: auto;
  height: 45px;
}
@media (max-width: 834px) {
  .title-main img {
    height: 35px;
  }
}
@media (max-width: 550px) {
  .title-main img {
    height: 25px;
  }
}
@media (max-width: 1150px) {
  .title-main {
    background-size: 700px;
  }
}
@media (max-width: 834px) {
  .title-main {
    background-size: 640px;
  }
}
@media (max-width: 550px) {
  .title-main {
    background-size: 90%;
    background-position: center 0px;
    padding: 1rem 0 1rem;
  }
}

.subtitle {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 2px;
  padding-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
@media (max-width: 834px) {
  .subtitle {
    font-size: 24px;
    padding-top: 1rem;
    margin-bottom: 1rem;
  }
}
.subtitle::before {
  margin-right: 1rem;
  left: 0;
}
.subtitle::after {
  margin-left: 1rem;
}

.subtitle:before,
.subtitle:after {
  background: linear-gradient(to right, #000000, #818181, #000000);
  content: "";
  flex-grow: 1;
  height: 1px;
}

.non-bd {
  display: block !important;
}
.non-bd:before {
  height: 0;
}
.non-bd:after {
  height: 0;
}

#news {
  text-align: center;
}
#news ul {
  width: 96%;
  margin: 1rem auto;
}
@media (max-width: 550px) {
  #news ul {
    width: 100%;
  }
}
#news ul li .grid {
  display: flex;
  text-align: left;
  border: 1px solid;
  padding: 1.5rem;
  -o-border-image: linear-gradient(to right, #6c6c6c, #969696, #6c6c6c) 1;
     border-image: linear-gradient(to right, #6c6c6c, #969696, #6c6c6c) 1;
  box-shadow: 0px 0px 15px -5px #ffffff;
  margin-bottom: 2rem;
  background-color: rgba(0, 0, 0, 0.5019607843);
  transition: 0.5s all;
}
@media (max-width: 834px) {
  #news ul li .grid {
    padding: 1rem;
  }
}
@media (max-width: 550px) {
  #news ul li .grid {
    display: block;
    padding: 0.7rem;
    margin-bottom: 2rem;
    box-shadow: 0px 0px 12px -5px #ffffff;
  }
}
#news ul li .grid time {
  width: 150px;
  font-size: 90%;
  color: #b5b5b5;
}
@media (max-width: 1150px) {
  #news ul li .grid time {
    width: 120px;
  }
}
@media (max-width: 834px) {
  #news ul li .grid time {
    width: 90px;
  }
}
@media (max-width: 550px) {
  #news ul li .grid time {
    width: 100%;
  }
}
#news ul li .grid .txt {
  width: calc(100% - 200px);
}
@media (max-width: 1150px) {
  #news ul li .grid .txt {
    width: calc(100% - 150px);
  }
}
@media (max-width: 550px) {
  #news ul li .grid .txt {
    width: 100%;
    font-size: 15px;
  }
}
#news ul li .grid:hover {
  background-color: #1b1b1b;
  transform: translateZ(0);
  filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.8));
}
#news ul li a {
  color: inherit;
  text-decoration: none;
  text-shadow: none;
}

#ticket {
  text-align: center;
}
#ticket h3 {
  font-size: 40px;
}
@media (max-width: 834px) {
  #ticket h3 {
    font-size: 32px;
  }
}
@media (max-width: 550px) {
  #ticket h3 {
    font-size: 24px;
  }
}
#ticket .ticketCard {
  text-align: left;
}
@media (max-width: 834px) {
  #ticket .ticketCard {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  #ticket .ticketCard {
    font-size: 14px;
  }
}
#ticket .ticketCard li {
  background: #000000;
  border: #3b3b3b solid 1px;
  margin-bottom: 2rem;
  position: relative;
  padding: 2rem 0 1rem;
}
#ticket .ticketCard li::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: -4px;
  right: -4px;
  left: 3px;
  border: solid 1px #393939;
  z-index: 2;
  /* YUU ADD START */
  pointer-events: none;
  /* YUU ADD END */}
@media (max-width: 550px) {
  #ticket .ticketCard li {
    padding: 1rem 0 0.5rem;
  }
}
#ticket .ticketCard li .limited {
  width: 160px;
  position: absolute;
  right: 10px;
  top: -5px;
  height: 50px;
  background: linear-gradient(90deg, #6a6a6a 0%, #d5d5d5 21.67%, #b9b9b9 51.72%, #d1d1d1 76.35%, #838383 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  z-index: 5;
}
@media (max-width: 550px) {
  #ticket .ticketCard li .limited {
    height: 36px;
    width: 120px;
    top: -10px;
    font-size: 14px;
    line-height: 1;
    right: 5px;
  }
}
#ticket .ticketCard li h3 {
  font-size: 28px;
  font-weight: 500;
  background: linear-gradient(90deg, #3e3e3e 0%, #141414 100%);
  padding: 4px 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.71);
}
#ticket .ticketCard li h3 span {
  border-top: dashed 1px #707070;
  border-bottom: dashed 1px #707070;
  display: block;
  padding: 3px 0 0 2rem;
}
@media (max-width: 550px) {
  #ticket .ticketCard li h3 span {
    padding: 3px 0 0 1rem;
  }
}
@media (max-width: 834px) {
  #ticket .ticketCard li h3 {
    font-size: 22px;
  }
}
@media (max-width: 550px) {
  #ticket .ticketCard li h3 {
    font-size: 18px;
    line-height: 1.6;
  }
}
#ticket .ticketCard li p {
  color: #b5b5b5;
  margin-bottom: 0.5rem;
}
#ticket .ticketCard li .txt {
  padding: 1rem 2rem 0 2rem;
}
@media (max-width: 550px) {
  #ticket .ticketCard li .txt {
    padding: 0.5rem 1rem 0 1rem;
  }
}
#ticket .ticketCard li .price {
  font-size: 24px;
  color: #ffffff;
}
@media (max-width: 834px) {
  #ticket .ticketCard li .price {
    font-size: 20px;
  }
}
#ticket .ticketNotes {
  text-align: left;
  margin-bottom: 2rem;
  padding: 0 2rem;
}
#ticket .ticketNotes li {
  color: #b5b5b5;
  margin-left: 20px;
  font-size: 14px;
}
@media (max-width: 550px) {
  #ticket .ticketNotes li {
    font-size: 12px;
    margin-left: 16px;
  }
}
#ticket .ticketNotes li::before {
  content: "※";
  margin-left: -20px;
}
@media (max-width: 550px) {
  #ticket .ticketNotes li::before {
    margin-left: -16px;
  }
}

/* YUU ADD START */
#ticket .ticketNotes_en {
  text-align: left;
  margin-bottom: 2rem;
  padding: 0 2rem;
}
#ticket .ticketNotes_en li {
  color: #b5b5b5;
  margin-left: 14px;
  font-size: 14px;
}
@media (max-width: 550px) {
  #ticket .ticketNotes_en li {
    font-size: 12px;
    margin-left: 12px;
  }
}
#ticket .ticketNotes_en li::before {
  content: "*";
  margin-left: -14px;
}
@media (max-width: 550px) {
  #ticket .ticketNotes_en li::before {
    margin-left: -12px;
  }
}
/* YUU ADD END */

.more-list li {
  display: flex;
  border: 1px solid;
  background-color: rgba(0, 0, 0, 0.7960784314);
  -o-border-image: linear-gradient(to right, #818181, #212121, #818181, #212121, #818181) 1;
     border-image: linear-gradient(to right, #818181, #212121, #818181, #212121, #818181) 1;
  padding: 2rem 2rem 2rem 1rem;
  margin-bottom: 3rem;
}
@media (max-width: 834px) {
  .more-list li {
    padding: 1rem 1rem 1rem 0.5rem;
    font-size: 14px;
  }
}
@media (max-width: 550px) {
  .more-list li {
    display: block;
    margin-bottom: 1rem;
    padding-bottom: 0.2rem;
  }
}
.more-list li h4 {
  display: flex;
  font-weight: 400;
  color: #e4e4d4;
  text-align: center;
  padding: 0 2rem;
  font-size: 26px;
  justify-content: center;
  align-items: center;
  border-right: #6d6d6d 1px dotted;
  text-shadow: 0 0 5px #e6f6f8;
  margin-right: 3%;
  width: 30%;
}
@media (max-width: 1150px) {
  .more-list li h4 {
    padding: 0 1.5rem;
    font-size: 24px;
  }
}
@media (max-width: 834px) {
  .more-list li h4 {
    padding: 0 0.3rem;
    font-size: 22px;
    width: 30%;
  }
}
@media (max-width: 550px) {
  .more-list li h4 {
    width: 100%;
    border-right: none;
    border-bottom: #6d6d6d 1px dotted;
    padding-bottom: 1rem;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.more-list li h5 {
  font-size: 20px;
  text-align: left;
}
@media (max-width: 834px) {
  .more-list li h5 {
    font-size: 16px;
  }
}
.more-list li p {
  color: #b5b5b5;
  text-align: left;
}

#goods {
  text-align: center;
  font-size: 20px;
}
#goods img {
  margin: 1rem auto;
  max-width: 95%;
}
#goods .remarkCard {
  background-color: #161616;
  padding: 2rem 2rem 1rem;
  color: #b5b5b5;
  margin: 2rem auto;
  max-width: 960px;
}
@media (max-width: 834px) {
  #goods .remarkCard {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  #goods .remarkCard {
    font-size: 15px;
    padding: 0.7rem 0.7rem 0.2rem;
    letter-spacing: 0;
  }
}
#goods .remarkCard h4 {
  font-size: 22px;
  font-weight: 400;
  color: #e1e1e1;
  text-shadow: 0 0 5px #cadba9;
  border-bottom: 1px solid #3e3e3e;
  margin-bottom: 1.5rem;
}
@media (max-width: 550px) {
  #goods .remarkCard h4 {
    font-size: 20px;
    line-height: 1.5;
  }
}
#goods .notice {
  font-size: 12px;
}

#notice {
  text-align: center;
}

.noticeNotes {
  text-align: left;
  color: #b5b5b5;
  padding: 0 3rem;
}
@media (max-width: 550px) {
  .noticeNotes {
    padding: 0 1.5rem;
  }
}
.noticeNotes li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  margin-bottom: 0.5em;
}
@media (max-width: 550px) {
  .noticeNotes li {
    font-size: 12px;
    padding-left: 14px;
  }
}
.noticeNotes li:before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 8px;
  height: 8px;
  background: linear-gradient(#cbcbcb 0%, #6d6d6d 100%);
  transform: rotate(45deg);
}
@media (max-width: 550px) {
  .noticeNotes li:before {
    width: 6px;
    height: 6px;
  }
}

#live_info {
  text-align: center;
}
@media (max-width: 550px) {
  #live_info h2 {
    margin-bottom: 0;
  }
}
#live_info .topic h3 {
  font-size: 34px;
  color: #e4e4d4;
  text-shadow: 0 0 10px #c2d6d9, 0 0 10px #c2d6d9;
  padding-top: 2rem;
}
@media (max-width: 550px) {
  #live_info .topic h3 {
    font-size: 22px;
  }
}
#live_info .live-date {
  font-size: 40px;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1150px) {
  #live_info .live-date {
    font-size: 34px;
  }
}
@media (max-width: 834px) {
  #live_info .live-date {
    font-size: 28px;
  }
}
@media (max-width: 550px) {
  #live_info .live-date {
    font-size: 20px;
    display: block;
  }
}
#live_info .live-date .days {
  width: 50%;
}
@media (max-width: 550px) {
  #live_info .live-date .days {
    width: 100%;
  }
}
#live_info .live-date span {
  display: block;
  font-size: 24px;
  color: #969696;
}
@media (max-width: 834px) {
  #live_info .live-date span {
    font-size: 20px;
  }
}
@media (max-width: 834px) {
  #live_info .live-date span {
    font-size: 16px;
  }
}
#live_info .info {
  font-size: 18px;
  color: #969696;
}
@media (max-width: 834px) {
  #live_info .info {
    font-size: 14px;
  }
}
#live_info hr {
  color: #383838;
}

/* JS */
.btn {
  cursor: pointer;
  display: block;
  width: 300px;
  font-size: 18px;
  text-align: center;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 550px) {
  .btn {
    padding: 5px;
    font-size: 14px;
  }
}

.js-btn-close, .js-btn-close2 {
  display: none;
}

footer {
  text-align: center;
  padding: 4rem 1rem 3rem;
  font-size: 20px;
  color: #969696;
}
footer h3 {
  display: block !important;
  font-size: 90%;
  margin-bottom: 1rem !important;
}
@media (max-width: 550px) {
  footer {
    font-size: 15px;
    padding: 2rem 1rem 1.5rem;
  }
}
footer h4 {
  font-size: 24px;
  color: #e4e4d4;
  padding-top: 1rem;
}
@media (max-width: 550px) {
  footer h4 {
    font-size: 15px;
    padding-top: 0;
  }
}
footer span {
  font-size: 16px;
  margin-right: 15px;
}
@media (max-width: 550px) {
  footer span {
    font-size: 13px;
    margin-right: 10px;
  }
}
footer .web {
  margin-top: 5rem;
}
footer .copyright {
  font-size: 12px;
  color: #b5b5b5;
  padding-top: 5rem;
}
@media (max-width: 550px) {
  footer .copyright {
    font-size: 10px;
    padding-top: 2.5rem;
  }
}
footer .copyright a {
  color: #e1e1e1;
  text-shadow: 0 0 4px #cae4e8;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 10;
}
#page_top img {
  transition: transform 0.4s ease;
}
#page_top img:hover {
  transform: translateZ(0);
  filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.8)) drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.6));
  transform: scale(1.02);
}
@media (max-width: 1150px) {
  #page_top {
    right: 15px;
    bottom: 20px;
  }
}
@media (max-width: 834px) {
  #page_top {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 15px;
  }
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.fadeleft {
  opacity: 0;
  transform: translateX(20px);
  transition: all 1s;
}

.faderight {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 1s;
}

.news-list li:nth-child(-n+2) {
  opacity: 1 !important;
}

.btn-ticket a {
  color: #e1e1e1;
  -o-border-image: linear-gradient(to right, #4e4e4e, #393939, #6c6c6c) 1 !important;
     border-image: linear-gradient(to right, #4e4e4e, #393939, #6c6c6c) 1 !important;
  border: 1px solid;
  text-shadow: none;
  background-color: #202020;
  display: block;
  /* YUU DEL width: 180px; */
  text-align: center;
  text-decoration: none;
  padding: 0.5rem 0;
  position: relative;
  font-size: 14px;
  transition: 0.5s all;
  /* YUU ADD START */
  max-width: 360px;
  /* YUU ADD END */
}
@media (max-width: 550px) {
  .btn-ticket a {
    margin-left: auto;
    margin-right: auto;
  /* YUU ADD START */
    max-width: 80%;
  /* YUU ADD END */
  }
}
.btn-ticket a:hover {
  background-color: #626262;
  transform: translateZ(0);
}
.btn-ticket a:after {
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}

.soldout {
  position: relative;
  border: #222222 !important;
}
.soldout:before {
  content: "";
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8470588235) !important;
  left: 0 !important;
}
.soldout .limited {
  filter: brightness(30%);
}
.soldout .btn-ticket {
  filter: brightness(30%);
  pointer-events: none;
}
.soldout .i-sold {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 400px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  rotate: -10deg;
  z-index: 6;
}
@media (max-width: 834px) {
  .soldout .i-sold {
    width: 300px;
  }
}
@media (max-width: 550px) {
  .soldout .i-sold {
    width: 250px;
  }
}

.coming {
  text-align: center;
}
.coming img {
  width: 40%;
}
@media (max-width: 834px) {
  .coming img {
    width: 60%;
  }
}
@media (max-width: 550px) {
  .coming img {
    width: 70%;
  }
}

/* YUU ADD START */
.wbr {
  display: inline-block;
  vertical-align: bottom;
}
/* YUU ADD END */

::-webkit-full-page-media,
:future,
:root .topic h3 {
  text-shadow: 0 0 8px rgba(194, 214, 217, 0.55) !important;
}

::-webkit-full-page-media,
:future,
:root a {
  text-shadow: 0 0 5px #cae4e8 !important;
}

::-webkit-full-page-media,
:future,
:root #news a {
  text-shadow: none !important;
}

::-webkit-full-page-media,
:future,
:root .btn-ticket a {
  text-shadow: none !important;
}/*# sourceMappingURL=main.css.map */