@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
.animation, #navi02 nav ul.menu > li a + ul li a, #navi02 nav ul.menu > li a + ul {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  user-select: none; /* CSS3 */
  -moz-user-select: none; /* Firefox */
  -webkit-user-select: none; /* Safari、Chromeなど */
  -ms-user-select: none; /* IE10かららしい */
}

.head-border {
  display: flex;
  align-items: center;
}

.head-border:before,
.head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #fff;
}

.head-border:before {
  margin-right: 1rem;
}

.head-border:after {
  margin-left: 1rem;
}

body.home header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7c04d+0,ee8ba1+100 */
  background: #397FF6; /* Old browsers */
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  body.home header {
    height: auto;
  }
}
body.home header h1 {
  padding: 0px 0 0 0;
  background-image: url(../img/home/header_bgimg.svg);
  background-position: bottom center;
  background-repeat: repeat-x;
  width: 100%;
  height: 620px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.home header h1 {
    background-image: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0px 0 0 0;
    width: 100%;
    overflow: hidden;
    display: none;
  }
}
body.home header h1 img {
  margin-top: 70px;
  width: 500px;
}
@media screen and (max-width: 750px) {
  body.home header h1 img {
    width: 80%;
  }
}
body.home header h1 a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: 0px;
}
@media screen and (max-width: 750px) {
  body.home header h1 a img {
    opacity: 0;
    width: auto;
  }
}
body.home header h1 a:hover {
  opacity: 1;
}
body.home header h1 a:hover img {
  opacity: 1;
}
body.home header .headerimg_sp {
  display: none;
}
@media screen and (max-width: 750px) {
  body.home header .headerimg_sp {
    display: block;
    width: 100%;
  }
}
body.home #wrapper #contents > div.flex {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
body.home #wrapper #contents div {
  box-sizing: border-box;
  background-color: #131313;
}
body.home #wrapper #contents #news {
  border-bottom: 1px solid #fff;
}
body.home #wrapper #contents .w100-50 {
  width: 100%;
  aspect-ratio: 4/1;
}
@media screen and (max-width: 750px) {
  body.home #wrapper #contents .w100-50 {
    aspect-ratio: 1/1;
  }
}
body.home #wrapper #contents .w100-50 ul.flex li.w50 {
  width: 25%;
}
@media screen and (max-width: 750px) {
  body.home #wrapper #contents .w100-50 ul.flex li.w50 {
    width: 100%;
  }
}
body.home #wrapper #contents .w100-50 ul.flex li.w100 {
  width: 50%;
  height: 320px;
}
@media screen and (max-width: 750px) {
  body.home #wrapper #contents .w100-50 ul.flex li.w100 {
    width: 100%;
    height: auto;
  }
}
body.home #wrapper #contents .w100-50 ul.flex li.w100 iframe {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 2/1;
}
body.home #wrapper #contents .w100-50 ul.flex li:first-child {
  border-left: none;
}
@media screen and (max-width: 750px) {
  body.home #wrapper #contents .w50-100 {
    aspect-ratio: initial;
  }
}
body.home #wrapper #contents .w50-100 ul.flex li {
  overflow: hidden;
}
body.home #wrapper #contents .w50-100 ul.flex li img {
  width: 100%;
  height: 100%;
}
body.home #wrapper #contents .w50-100 ul.flex .w50 {
  width: 50%;
  height: 320px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  body.home #wrapper #contents .w50-100 ul.flex .w50 {
    width: 100%;
    height: auto;
  }
}
body.home #wrapper #contents .w50-100 ul.flex .w100 {
  width: 100%;
  aspect-ratio: 2/1;
  overflow: hidden;
  height: 320px;
}
@media screen and (max-width: 750px) {
  body.home #wrapper #contents .w50-100 ul.flex .w100 {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
body.home #wrapper #contents li {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 750px) {
  body.home #wrapper #contents li {
    border-left: none;
  }
}
body.home #wrapper #contents li > img {
  height: 100%;
  width: 100%;
}

body.home.addcount header {
  position: relative;
}
body.home.addcount header h1 img {
  width: 488px;
}
body.home.addcount header .headerimg_sp {
  display: none;
}
@media screen and (max-width: 750px) {
  body.home.addcount header .headerimg_sp {
    display: block;
    width: 100%;
  }
}
body.home.addcount header #headercount {
  position: absolute;
  width: 500px;
  bottom: 50px;
  left: 0;
  right: 0;
  height: auto;
  margin: auto;
  background-color: #2960ff;
  flex-wrap: nowrap;
  border-radius: 5px;
  overflow: hidden;
  display: none;
}
@media screen and (max-width: 750px) {
  body.home.addcount header #headercount {
    width: 80vw;
    display: -webkit-flex;
    display: flex;
  }
}
body.home.addcount header #headercount .left {
  width: 70%;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 10px 5px 10px;
}
body.home.addcount header #headercount .left h5 {
  font-family: "Anton", sans-serif;
  letter-spacing: 0.075em;
  width: 100%;
  line-height: 1em;
  margin: 0;
  text-align: center;
  font-size: 17px;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  body.home.addcount header #headercount .left h5 {
    font-size: 3vw;
  }
}
body.home.addcount header #headercount .left ul {
  text-align: center;
  width: 100%;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 10px 0vw;
}
body.home.addcount header #headercount .left ul li {
  display: inline-block;
  font-size: 50px;
  font-family: "Anton", sans-serif;
  letter-spacing: 0.075em;
  line-height: 1;
  width: 25%;
  border-right: 1px solid #fff;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  body.home.addcount header #headercount .left ul li {
    font-size: 7.5vw;
  }
}
body.home.addcount header #headercount .left ul li p {
  margin-bottom: 0.1em;
  width: 100%;
}
@media screen and (max-width: 750px) {
  body.home.addcount header #headercount .left ul li p {
    margin-bottom: 0.2em;
  }
}
body.home.addcount header #headercount .left ul li span {
  display: block;
  font-size: 12px;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
  font-weight: bold;
  letter-spacing: 0em;
  padding: 0px 0 0 0;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 750px) {
  body.home.addcount header #headercount .left ul li span {
    font-size: 1.8vw;
  }
}
body.home.addcount header #headercount .left ul li:last-of-type {
  border-right: none;
}
body.home.addcount header #headercount .logo {
  background-color: #fff;
  width: 30%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.home.addcount header #headercount .logo a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
body.home.addcount header #headercount .logo img {
  width: 70%;
  margin: auto;
}

body header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feec05+0,ee8c9f+100 */
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  body header {
    height: auto;
  }
}
body header h1 {
  padding: 30px 0 0 0;
  background-image: url(../img/header_bgimg_otherpage_pc.svg);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 2000px;
  margin: auto;
  height: 217px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body header h1 {
    background-image: url(../img/header_bgimg_otherpage_sp.svg);
    left: 0;
    right: 0;
    height: auto;
    padding: 0px 0 0 0;
    height: 39vw;
    background-size: 100%;
  }
}
body header h1 a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}
body header h1 img {
  width: 400px;
}
body header h1 a:hover {
  opacity: 1;
}
body header h1 a:hover img {
  opacity: 1;
}
body header .headerimg_sp {
  display: none;
}
@media screen and (max-width: 750px) {
  body header .headerimg_sp {
    display: block;
    width: 100%;
  }
}

/* navi */
#navi01 {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
#navi01 a {
  display: block;
  width: auto;
  height: auto;
}
#navi01 img {
  width: auto;
  height: auto;
}
#navi01 nav {
  max-width: 1000px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto;
}
#navi01 nav ul:first-child {
  display: -webkit-flex;
  display: flex;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  #navi01 nav ul:first-child {
    width: 50%;
    flex-wrap: nowrap;
    padding-left: 10px;
  }
}
#navi01 nav ul:first-child li {
  padding-right: 14px;
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 750px) {
  #navi01 nav ul:first-child li {
    padding-right: 10px;
    width: 20%;
  }
}
#navi01 nav ul:first-child li a {
  display: -webkit-flex;
  display: flex;
  height: 100%;
  align-items: center;
}
#navi01 nav ul:first-child li img {
  width: 28px;
}
@media screen and (max-width: 750px) {
  #navi01 nav ul:first-child li img {
    width: auto;
    width: 100%;
  }
}
#navi01 nav ul:last-child {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: flex-end;
  padding: 11px 0;
  margin-right: 5px;
  top: 0;
  right: 0;
  width: auto;
}
@media screen and (max-width: 750px) {
  #navi01 nav ul:last-child {
    margin-right: 10px;
    width: 50%;
  }
}
#navi01 nav ul:last-child li {
  padding-left: 36px;
  height: 28px;
  width: auto;
}
@media screen and (max-width: 750px) {
  #navi01 nav ul:last-child li {
    width: 100%;
    text-align: right;
  }
}
#navi01 nav ul:last-child li a {
  text-align: right;
}
#navi01 nav ul:last-child li a {
  display: -webkit-flex;
  display: flex;
  height: 100%;
  align-items: center;
}
#navi01 nav ul:last-child li img {
  height: 28px;
}
@media screen and (max-width: 750px) {
  #navi01 nav ul:last-child li img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  #navi01 nav ul:last-child li:nth-of-type(2), #navi01 nav ul:last-child li:nth-of-type(3) {
    display: none;
  }
}

nav#navi02.fixnavi {
  z-index: 101;
}

#navi02 {
  background-color: #fff;
  width: 100%;
  z-index: 30;
}

#navi02 a {
  display: block;
  width: 100%;
  color: #000;
}

#navi02 nav {
  display: -webkit-flex;
  display: flex;
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
#navi02 nav > h4 {
  height: 52px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-right: 70px;
}
#navi02 nav > h4 a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 52px;
}
#navi02 nav > h4 img {
  height: 40px;
}
#navi02 nav ul.menu {
  height: 52px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-family: "Anton", sans-serif;
  letter-spacing: 0.075em;
  letter-spacing: 0.075em;
}
#navi02 nav ul.menu > li {
  height: 52px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-right: 70px;
  position: relative;
}
#navi02 nav ul.menu > li a {
  padding-top: 0px;
}
#navi02 nav ul.menu > li a + ul {
  width: 170px;
  position: absolute;
  top: 52px;
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
  background-color: #fff;
  padding: 5px 0;
  opacity: 0;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  font-size: 17px;
  font-family: "Anton", sans-serif;
  letter-spacing: 0.075em;
}
#navi02 nav ul.menu > li a + ul li {
  text-align: left;
}
#navi02 nav ul.menu > li a + ul li a {
  padding: 5px 0px 5px 15px;
  white-space: nowrap;
  line-height: 1em;
}
#navi02 nav ul.menu > li:hover a + ul {
  opacity: 1;
  visibility: visible;
  height: auto;
}
#navi02 nav ul.menu li a:hover {
  opacity: 0.5;
}
#navi02 nav ul.language {
  height: 52px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
}
#navi02 nav ul.language li {
  margin-left: 20px;
}
#navi02 nav ul.language li a {
  height: 52px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
#navi02 nav ul.language li a img {
  height: 30px;
}

#navi02 dl {
  position: relative;
}

#navi02 dd {
  width: 300px;
  position: absolute;
  top: 52px;
  left: -10%;
}

#navi02 dd li {
  background-color: #fff;
  padding: 0.3em 0;
  font-family: "Anton", sans-serif;
  letter-spacing: 0.075em;
  letter-spacing: 2px;
}

#navi02 dd li + li {
  border-top: 0px;
}

#navi02 > ul > li:first-child {
  display: none;
  max-width: 29px;
  position: absolute;
  top: 0.1em;
  left: 20px;
}
#navi02 > ul > li:first-child span {
  display: flex;
  align-items: center;
}
#navi02 > ul > li:first-child span a {
  font-size: 0px;
}
#navi02 > ul > li:first-child span a img {
  height: 40px;
}

#navi02 > ul > li:last-child {
  display: none;
  max-width: 24px;
  position: absolute;
  top: 0.1em;
  right: 40px;
  height: 52px;
  padding-top: 10px;
}
#navi02 > ul > li:last-child img {
  height: 28px;
  width: auto;
}

.fixnavi > ul > li:first-child,
.fixnavi > ul > li:last-child {
  display: block !important;
}

@media screen and (max-width: 750px) {
  #navi02 {
    display: none;
  }
}
#navi03 {
  display: none;
  background-color: #fff;
  background-size: auto 80%;
  padding: 15px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 101;
  overflow: hidden;
}

#navi03 a,
#navi03 img {
  display: block;
  width: 100%;
}

#navi03 > a {
  width: 9%;
  position: absolute;
  left: 20px;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  top: 0;
}

#navi03 ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 55%;
  margin-right: 20px;
  float: right;
}
#navi03 ul li img {
  height: 100%;
}

#navi03 li + li {
  padding-right: 20px;
}

#navi03 li:nth-child(1) {
  width: 50%;
  cursor: pointer;
}

#navi03 li:nth-child(2) {
  width: 50%;
}

@media screen and (max-width: 750px) {
  #navi03 {
    display: block;
  }
}
#navi04 {
  display: none;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 155;
  overflow-y: auto;
}
#navi04 ul.menu li {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width: 100%;
}
#navi04 ul.menu li span {
  width: 100%;
}
#navi04 ul.menu li dl {
  width: 100%;
}
#navi04 ul.menu li dl dd {
  width: 100%;
}
#navi04 ul.menu li dl dd ul {
  font-size: 120%;
}
#navi04 .social {
  border-bottom: 2px solid #000;
}
#navi04 .social ul {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 50%;
  width: 425px;
  height: 50px;
}
@media screen and (max-width: 750px) {
  #navi04 .social ul {
    width: 50%;
  }
}
#navi04 .social ul li {
  width: 15%;
}
#navi04 .languagebtn {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 40px 0 10px 0;
  max-width: 50%;
  width: 425px;
}
#navi04 .languagebtn a {
  display: block;
  text-align: center;
  width: 50px;
}
#navi04 .languagebtn a img {
  display: block;
  margin: auto;
}

#navi04 a,
#navi04 img {
  display: block;
  width: 100%;
  color: #000;
}

#navi04 div:first-child {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding: 10px 0;
  overflow: hidden;
}

#navi04 div:first-child > a {
  width: 8%;
  position: absolute;
  top: 0.6em;
  left: 22px;
}

#navi04 div:first-child ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 51.4%;
  margin-right: 20px;
  float: right;
}

#navi04 div:first-child li + li {
  padding-right: 20px;
}
@media screen and (max-width: 750px) {
  #navi04 div:first-child li + li {
    padding-right: 5px;
  }
}

#navi04 div:first-child li:nth-child(1) {
  width: 50%;
}

#navi04 div:first-child li:nth-child(2) {
  width: 50%;
}
#navi04 dd a {
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
}

#navi04 span a,
#navi04 dt a {
  font-size: 135%;
  font-family: "Anton", sans-serif;
  letter-spacing: 0.075em;
  padding: 0.4em 1em 0.3em 1em;
  border-bottom: 2px solid #000;
  color: #000;
  line-height: 1em;
}

#navi04 dd li {
  padding: 0.1em 3em;
  border-bottom: 2px solid #000;
}

#navi04 > ul img {
  max-width: 52px;
  height: 28px;
  width: auto;
}

#navi04 > div:last-child {
  width: 240px;
  margin: 2em auto;
}
@media screen and (max-width: 750px) {
  #navi04 > div:last-child {
    width: 60%;
    display: block;
  }
}
#navi04 > div:last-child ul {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#navi04 > div:last-child img {
  width: 37px;
}

/* contents */
#contents, .contents {
  width: 100%;
  width: 1040px;
  padding: 60px 20px 0px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #contents, .contents {
    width: 100%;
    padding: 15vw 20px 0px 20px;
  }
}

.home #contents {
  width: 1280px;
  padding: 0;
}
@media screen and (max-width: 750px) {
  .home #contents {
    width: 100%;
  }
}

.tmp09.wd100 {
  width: 100vw;
}
@media screen and (max-width: 750px) {
  .tmp09.wd100 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .tmp09.wd100 .tmp08 {
    margin-top: 20px !important;
  }
}
.tmp09.wd100 dl dt.BYTICKETS {
  font-family: "Anton", sans-serif;
  letter-spacing: 0.075em;
}

.english #contents, .english .contents, .portugal .contents {
  max-width: 910px;
}

/* title */
h2 {
  font-size: 42px;
  text-align: center;
  padding: 0;
  letter-spacing: 0px;
  margin-bottom: 140px;
  line-height: 1em;
}
@media screen and (max-width: 750px) {
  h2 {
    line-height: calc(1em + 3px);
    letter-spacing: 0px;
    font-size: 7.5vw;
    margin-bottom: 15vw;
  }
}
h2 span {
  display: inline-block;
  font-family: "Anton", sans-serif;
  letter-spacing: 0.075em;
  color: #fff;
}
@media screen and (max-width: 750px) {
  h2 span {
    padding-bottom: 9px;
  }
}
h2 span::after {
  content: "";
  border-bottom: 3px solid #fff;
  display: block;
  width: 100%;
  margin: auto;
  padding: 0em 0 5px 0;
}
@media screen and (max-width: 750px) {
  h2 span::after {
    padding-top: 0px;
  }
}

/* ecsitebnr */
#ecsitebnr {
  background-color: #fff;
  color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
}
#ecsitebnr img.pc {
  display: block;
}
#ecsitebnr img.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  #ecsitebnr {
    padding-bottom: 20px;
  }
  #ecsitebnr img.pc {
    display: none;
  }
  #ecsitebnr img.sp {
    display: block;
  }
}

/* news */
#news {
  background-color: #192a3a;
  color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  height: 640px;
}
@media screen and (max-width: 750px) {
  #news {
    padding-bottom: 0px;
    min-height: 375px;
    height: 375px;
    overflow: hidden;
  }
}
#news h2 {
  padding-bottom: 65px;
}
@media screen and (max-width: 750px) {
  #news h2 {
    padding-bottom: 0px;
  }
}
#news h2 span {
  color: #fff;
}
#news iframe {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 750px) {
  #news iframe {
    height: 100%;
    position: relative;
  }
}

#news > div {
  padding: 0 5% 5%;
}

#news > div div {
  position: relative;
}

#news > div div + div {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  #news > div div + div {
    margin-top: 20px;
  }
}

#news img {
  display: block;
  width: 30%;
}
@media screen and (max-width: 750px) {
  #news img {
    width: 20%;
  }
}

#news dl {
  width: calc(70% - 1em);
  position: absolute;
  left: calc(30% + 1em);
  bottom: 0;
  border-bottom: 1px solid;
}
@media screen and (max-width: 750px) {
  #news dl {
    width: calc(80% - 1em);
    left: calc(20% + 1em);
  }
  #news dl dd {
    font-size: 11px;
  }
}

#detail {
  max-width: 960px;
  margin: 3em auto 0;
}

#detail h2 {
  text-align: left;
  padding: 0.6em 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  #detail h2 {
    line-height: calc(1em + 9px);
    padding: 10px 0px 10px 0px;
    margin-bottom: 0px;
    font-size: 18px;
  }
}
#detail h2 a {
  display: block;
  max-width: inherit;
}

#detail div {
  padding: 0 20px 100px;
}
@media screen and (max-width: 750px) {
  #detail div {
    padding: 0 0px 30px;
  }
}

#detail div img {
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 0 auto 85px;
  height: auto !important;
}
@media screen and (max-width: 750px) {
  #detail div img {
    margin: 0 auto 2em;
  }
}

#detail p + p {
  margin-top: 1em;
}

#detail h2 + p {
  text-align: left;
  font-size: 22px;
  font-weight: normal;
  padding: 0.2em 20px;
  margin-bottom: 75px;
  font-family: "Anton", sans-serif;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 750px) {
  #detail h2 + p {
    font-size: 4vw;
    padding: 5px 0px 0px 0px;
    margin-bottom: 25px;
  }
}

#detail a,
#detail a img {
  display: block;
  width: 100%;
}

#detail a.btn_back {
  max-width: 278px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #detail a.btn_back {
    max-width: 50vw;
  }
}

#detail p a {
  width: auto;
  display: inline-block;
}

/* count */
#count {
  margin-top: 180px;
  position: relative;
  height: 1120px;
  background-image: url(../img/footer_bgimg_pc.svg);
  background-size: 2000px;
  background-repeat: no-repeat;
  background-position: center bottom;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 750px) {
  #count {
    margin-top: 20vw;
    background-size: 100%;
    height: 450px;
    background-image: url(../img/footer_bgimg_sp.svg);
    padding-top: 0em;
  }
}
#count section {
  max-width: 640px !important;
}
@media screen and (max-width: 750px) {
  #count section {
    max-width: 84% !important;
  }
}
#count section .countbody {
  width: 700px;
  height: auto;
  margin: auto;
  background-color: #2960ff;
  flex-wrap: nowrap;
  border-radius: 5px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 750px) {
  #count section .countbody {
    width: 80vw;
  }
}
#count section h2 {
  letter-spacing: 0px;
  padding: 0;
  font-family: "Anton", sans-serif;
  letter-spacing: 0.075em;
  text-align: justify;
  color: #fff;
  font-size: 28px;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  #count section h2 {
    font-size: 3.5vw;
    margin-bottom: 0;
  }
}
#count section h2 span {
  width: 100%;
  text-align: justify;
  text-align-last: justify;
}
@media screen and (max-width: 750px) {
  #count section h2 span {
    padding-bottom: 6px;
  }
}
#count section h2 span::after {
  padding: 0.3em 0 0.3em 0;
}
#count .left {
  width: 70%;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 10px 5px 10px;
}
#count .left h5 {
  font-family: "Anton", sans-serif;
  letter-spacing: 0.075em;
  width: 100%;
  line-height: 1em;
  margin: 0;
  text-align: center;
  font-size: 17px;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  #count .left h5 {
    font-size: 3vw;
  }
}
#count .left ul {
  text-align: center;
  width: 100%;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 10px 0vw;
  position: relative;
}
#count .left ul li {
  display: inline-block;
  font-size: 50px;
  font-family: "Anton", sans-serif;
  letter-spacing: 0.075em;
  line-height: 1;
  width: 25%;
  border-right: 1px solid #fff;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
@media screen and (max-width: 750px) {
  #count .left ul li {
    font-size: 7.5vw;
  }
}
#count .left ul li p {
  margin-bottom: 0.1em;
  width: 100%;
}
@media screen and (max-width: 750px) {
  #count .left ul li p {
    margin-bottom: 0.2em;
  }
}
#count .left ul li span {
  display: block;
  font-size: 12px;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
  font-weight: bold;
  letter-spacing: 0em;
  padding: 0px 0 0 0;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 750px) {
  #count .left ul li span {
    font-size: 1.8vw;
  }
}
#count .left ul li:last-of-type {
  border-right: none;
}
#count .logo {
  background-color: #fff;
  width: 30%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
#count .logo a {
  display: block;
  width: 100%;
}
#count .logo img {
  width: 70%;
  margin: auto;
}

#count img {
  display: block;
  width: 100%;
}

#count section {
  width: 636px;
  position: absolute;
  position: relative;
  margin: 0 auto auto auto;
}
#count ul {
  text-align: center;
  width: 100%;
  margin: auto;
  position: absolute;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}

#count li {
  display: inline-block;
  font-size: 92px;
  padding: 22px 0 0 0;
  font-family: "Anton", sans-serif;
  letter-spacing: 0.075em;
  line-height: 1;
  width: 18%;
}
@media screen and (max-width: 750px) {
  #count li {
    font-size: 12vw;
    padding: 10px 0 0 0;
    width: 15%;
  }
}
#count li p {
  margin-bottom: 0.2em;
}
#count li span {
  display: block;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
  font-weight: bold;
  letter-spacing: 0em;
  padding: 0px 0 0 0;
  color: #fff;
}
@media screen and (max-width: 750px) {
  #count li span {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 750px) {
  #count section {
    font-size: 46%;
  }
}
/* footer */
footer {
  background-color: #fff;
  position: relative;
}
footer > div {
  max-width: 715px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
@media screen and (max-width: 750px) {
  footer > div {
    flex-wrap: wrap;
  }
}
footer > div h5 {
  width: 33.333%;
  margin: 0;
}
@media screen and (max-width: 750px) {
  footer > div h5 {
    width: 100%;
    text-align: center;
  }
}
footer > div h5 img {
  width: 84px;
}
footer > div h6 {
  width: 33.333%;
  margin: 0;
  text-align: right;
}
@media screen and (max-width: 750px) {
  footer > div h6 {
    width: 100%;
    text-align: center;
  }
}
footer > div h6 img {
  width: 100px;
}
footer > div ul {
  width: 33.333%;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  footer > div ul {
    width: 100%;
    text-align: center;
    padding: 30px 0 50px 0;
  }
}
footer > div ul li {
  padding: 0 15px;
}
footer > div ul li a img {
  display: block;
  width: 28px;
}
footer p {
  text-align: center;
  color: #000;
}

#wrapper {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4c63c+0,ec82b0+100 */
  background-color: #ec5081;
}

body.artist #wrapper #contents #poster {
  margin-bottom: 108px;
}
@media screen and (max-width: 750px) {
  body.artist #wrapper #contents #poster {
    margin-bottom: 15vw;
  }
}
body.artist #wrapper #contents #poster h2 {
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  body.artist #wrapper #contents #poster h2 {
    margin-bottom: 4vw;
  }
}
body.artist #wrapper #contents #poster .link {
  width: 140px;
  margin: auto auto auto auto;
}
@media screen and (max-width: 750px) {
  body.artist #wrapper #contents #poster .link {
    width: 40vw;
    margin-bottom: 6vw;
  }
}
body.artist #wrapper #contents #poster .link ul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 115px;
}
@media screen and (max-width: 750px) {
  body.artist #wrapper #contents #poster .link ul {
    margin-bottom: 0px;
  }
}
body.artist #wrapper #contents #poster .link ul li {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 750px) {
  body.artist #wrapper #contents #poster .link ul li {
    width: 20%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
body.artist #wrapper #contents #poster .link ul li a img {
  width: 100%;
}
body.artist #wrapper #contents #title03 img {
  max-width: 648px;
}
body.artist #wrapper #contents #title03 img.switch {
  max-width: 1000px;
  width: 100%;
}
body.artist #wrapper #contents #title03 img.time_table {
  width: 584px !important;
  margin: 50px auto 5px auto;
  display: block;
}
@media screen and (max-width: 750px) {
  body.artist #wrapper #contents #title03 img.time_table {
    width: 70% !important;
  }
}
body.artist #wrapper #contents #timetable {
  margin-bottom: 70px;
}
body.artist #wrapper #contents #timetable img {
  width: 100%;
  height: auto;
}
body.artist #wrapper #contents #movie .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
body.artist #wrapper #contents #movie .youtube iframe {
  width: 100%;
  height: 100%;
}
body.artist #wrapper #contents #movie .youtube:nth-child(1) {
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  body.artist #wrapper #contents #movie .youtube:nth-child(1) {
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 750px) {
  body.artist #wrapper #contents #timetable {
    margin-bottom: 15vw;
  }
}
@media screen and (max-width: 750px) {
  body.artist #wrapper #contents #timetable h2 {
    margin-bottom: 15vw;
  }
}
body.artist #wrapper #contents #artist {
  margin-bottom: 108px;
}
@media screen and (max-width: 750px) {
  body.artist #wrapper #contents #artist {
    margin-bottom: calc(15vw - 0%);
  }
}
body.artist #wrapper #contents #artist h2 {
  margin-bottom: 95px;
}
@media screen and (max-width: 750px) {
  body.artist #wrapper #contents #artist h2 {
    margin-bottom: 15vw;
  }
}
@media screen and (max-width: 750px) {
  body.artist #wrapper #contents #movie {
    margin-bottom: 15vw;
  }
}
body.artist #wrapper #contents #movie h2 {
  margin-bottom: 95px;
}
@media screen and (max-width: 750px) {
  body.artist #wrapper #contents #movie h2 {
    margin-bottom: 15vw;
  }
}

body.information #info {
  margin-bottom: 108px;
}
@media screen and (max-width: 750px) {
  body.information #info {
    margin-bottom: 15vw;
  }
}
body.information #access h2 {
  margin-bottom: 95px;
}
@media screen and (max-width: 750px) {
  body.information #access h2 {
    margin-bottom: 15vw;
  }
}
body.information #access .map {
  margin-bottom: 55px;
}
@media screen and (max-width: 750px) {
  body.information #access .map {
    margin-bottom: 7vw;
  }
}
body.information #access .btn {
  text-align: center;
}
body.information #access .btn a {
  width: 278px;
  display: block;
  margin: auto;
}
@media screen and (max-width: 750px) {
  body.information #access .btn a {
    width: 50vw;
  }
}
body.information #access .btn a img {
  width: 100%;
  height: auto;
}

body .SpecialSupport img {
  max-width: 185px !important;
}

.artist_detail_box {
  display: none;
}

.box2 > div {
  background-color: #fff;
}
.box2 img:hover {
  opacity: 0.5;
}

/* box */
.box2 {
  padding-bottom: 40px;
}
.box2 > section {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .box2 > section {
    flex-wrap: wrap;
  }
}
.box2 > section .close {
  position: absolute;
}
.box2 > section div.artistphoto {
  width: 700px;
}
@media screen and (max-width: 750px) {
  .box2 > section div.artistphoto {
    width: 100%;
  }
}
.box2 > section div.text {
  width: calc(100% - 700px);
  padding: 0 24px;
  bottom: 24px;
  position: absolute;
  right: 0px;
}
@media screen and (max-width: 750px) {
  .box2 > section div.text {
    width: 100%;
    position: relative;
    bottom: 0px;
  }
}
.box2 > section div.text ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .box2 > section div.text ul {
    justify-content: center;
    padding-bottom: 15px;
    width: 50%;
    margin: auto;
    justify-content: space-between;
  }
}
.box2 > section div.text ul li {
  width: 30px;
  margin-left: 15px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 750px) {
  .box2 > section div.text ul li {
    width: 15%;
    margin-left: 0px;
  }
}
.box2 > section div.text ul li a {
  height: 30px;
  width: 30px;
  aspect-ratio: 1/1;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .box2 > section div.text ul li a {
    height: 100%;
    width: 100%;
  }
}
.box2 > section div.text ul li a img {
  width: 100%;
}
.box2 > section div.text ul li.websiteicon {
  max-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box2 > section div.text p {
  font-weight: bold;
  text-align: right;
  margin-bottom: 23px;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
  font-family: "Anton", sans-serif;
  letter-spacing: 0.075em;
  font-size: 39px;
  font-weight: 400;
  line-height: 1em;
  color: #000;
}
@media screen and (max-width: 750px) {
  .box2 > section div.text p {
    font-size: 8vw;
    line-height: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
}

.singlepost {
  margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .singlepost {
    margin-bottom: 0px;
  }
}

.btnwrapper {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 630px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .btnwrapper {
    display: block;
    width: 100%;
  }
}
.btnwrapper .anchor01 {
  margin: 0px auto 0px auto;
}
@media screen and (max-width: 750px) {
  .btnwrapper .anchor01 {
    margin: 0px auto;
  }
}

body.information #contents article section.black {
  background-color: #fff;
  padding: 30px 50px 30px 110px;
  margin: 0 auto 50px auto;
  background-image: url(../img/logo_black.svg);
  background-repeat: no-repeat;
  background-size: 42px;
  background-position: 40px 35px;
  color: #000;
}
@media screen and (max-width: 750px) {
  body.information #contents article section.black {
    padding: 23px 40px 30px 50px;
    background-position: 20px 30px;
    background-size: 30px;
    margin: 0 auto 7vw auto;
  }
}
body.information #contents article section.black h3 {
  font-weight: bold;
  font-size: 24px;
  width: auto;
  display: inline-block;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  body.information #contents article section.black h3 {
    font-size: 20px;
    margin-left: 20px;
    margin-bottom: 25px;
  }
}
body.information #contents article section.black h3::after {
  content: " ";
  display: block;
  border-bottom: 2px solid #000;
  width: 100%;
}
body.information #contents article section.black h4 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  body.information #contents article section.black h4 {
    font-size: 4.1vw;
    margin-bottom: 1em;
  }
}
body.information #contents article section.black h4 span {
  margin-right: 1em;
}
@media screen and (max-width: 750px) {
  body.information #contents article section.black h4 span {
    display: block;
    margin-bottom: 1em;
  }
}
body.information #contents article section.black h4 span em {
  font-size: 16px;
  margin-right: 0.5em;
}
@media screen and (max-width: 750px) {
  body.information #contents article section.black h4 span em {
    font-size: 3.5vw;
    font-style: normal;
  }
}
body.information #contents article section.black h4 br {
  display: none;
}
@media screen and (max-width: 750px) {
  body.information #contents article section.black h4 br {
    display: block;
  }
}
body.information #contents article section.black p {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  body.information #contents article section.black p {
    font-size: 4.1vw;
  }
}
body.information #contents article section.black p strong {
  color: #FF7BA9;
  font-weight: normal;
}
body.information #contents article section.black p:last-of-type {
  margin-bottom: 0;
}
body.information #contents article section.black .separate_50 {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.information #contents article section.black .separate_50 .box {
  width: 48%;
}
@media screen and (max-width: 750px) {
  body.information #contents article section.black .separate_50 .box {
    width: 100%;
  }
}
body.information #contents article section.black .separate_50 .box h5 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 5px;
  color: #FF7BA9;
}
@media screen and (max-width: 750px) {
  body.information #contents article section.black .separate_50 .box h5 {
    font-size: 13px;
  }
}
body.information #contents article section.black .separate_50 .box ul {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2em;
}
@media screen and (max-width: 750px) {
  body.information #contents article section.black .separate_50 .box ul {
    font-size: 13px;
  }
}
body.information #contents article section.black .separate_50 .box ul li {
  margin-bottom: 5px;
  list-style: disc;
  padding-left: 0.3em;
  list-style-position: inside;
}
body.information #contents article section.black .separate_50 .box ul.marginbottom {
  margin: 0 0 1em 0;
}
body.information #contents article section.black .separate_50 .box h6 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0 0 1em 0;
}
@media screen and (max-width: 750px) {
  body.information #contents article section.black .separate_50 .box h6 {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  body.information #contents article section.black.idcheck h4 {
    font-size: 4.1vw;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 750px) {
  body.information #contents article section.black.idcheck h4 span {
    display: block;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 750px) {
  body.information #contents article section.black.idcheck p {
    font-size: 3.8vw;
  }
}

img.comingsoon {
  width: 584px !important;
  margin: 50px auto 5px auto;
  display: block;
}
@media screen and (max-width: 750px) {
  img.comingsoon {
    width: 50% !important;
    margin: 20px auto 5px auto;
  }
}

body.ticket #title02 .tmp05.mt4 {
  font-style: italic;
  font-size: 90%;
  background-color: transparent;
  padding: 0px;
  margin-top: 3em;
}
@media screen and (max-width: 750px) {
  body.ticket #title02 .tmp05.mt4 {
    padding: 0;
  }
}
body.ticket #title02 .tmp05.mt4 p {
  color: #fff;
}
body.ticket #title02 .tmp05.mt4 p:nth-of-type(odd) {
  color: #000;
}

.filter {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
  color: #000;
  padding: 10px 0 60px 0;
}
.filter span {
  position: relative;
  padding: 0px 20px;
  font-size: 30px;
  cursor: pointer;
  line-height: 1em;
}

.filter span.active {
  border-bottom: 3px solid #fff;
}

body #contents:after {
  content: "";
  display: block;
  clear: both;
}

.notespage {
  max-width: 846px;
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 750px) {
  .notespage {
    margin: 0 auto 8vw auto;
  }
}
.notespage h4 {
  font-size: 13px;
  padding: 0;
  letter-spacing: 0px;
  margin-bottom: 5px;
  line-height: 1em;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .notespage h4 {
    line-height: calc(1em + 3px);
    letter-spacing: 0px;
    font-size: 3.5vw;
    margin-bottom: 1vw;
  }
}
.notespage h4 span {
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .notespage h4 span {
    padding-bottom: 9px;
  }
}
.notespage h4 span::after {
  content: "";
  border-bottom: 3px solid #fff;
  display: block;
  width: 100%;
  margin: auto;
  padding: 0em 0 5px 0;
}
@media screen and (max-width: 750px) {
  .notespage h4 span::after {
    padding-top: 0px;
  }
}
.notespage ul {
  padding-left: 1em;
  font-size: 13px;
  line-height: 1.3em;
}
@media screen and (max-width: 750px) {
  .notespage ul {
    font-size: 3.2vw;
    line-height: 1.3em;
    text-justify: none;
  }
}
.notespage ul li {
  list-style: disc;
  margin-bottom: 1.3em;
}
.notespage ul li:last-of-type {
  margin-bottom: 0;
}
.notespage h5 {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 1.4em;
  margin-top: 0;
  letter-spacing: 0.15em;
  text-align: justify;
  color: #fff;
  list-style: circle;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .notespage h5 {
    font-size: 3vw;
    line-height: 1.5em;
  }
}
.notespage p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 1.4em;
  letter-spacing: 0.15em;
  text-align: justify;
  color: #fff;
  list-style: circle;
}
@media screen and (max-width: 750px) {
  .notespage p {
    font-size: 3vw;
    line-height: 1.5em;
  }
}
.notespage .btnwrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}

.notespage:last-of-type {
  margin: 0 auto 150px auto;
}
@media screen and (max-width: 750px) {
  .notespage:last-of-type {
    margin: 0 auto 20vw auto;
  }
}

img.kansentaisaku {
  max-width: 846px;
  margin: 0 auto 40px auto;
  display: block;
}
