@charset "UTF-8";
@-webkit-keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}

@keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}

:root {
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI",'Microsoft JhengHei',"Noto Sans TC", "微軟正黑體", "Meiryo UI", Roboto, Helvetica, Arial, sans-serif;
  --mainTitle: 22px;
  --mainTxt: 18px;
  --mainPrice: 20px;
  --mainNote: 15px;
  --font-color-dark: #fff;
  --font-color-light: #111;
}

@media (min-width: 768px) {
  :root {
    --mainTitle: 32px;
    --mainTxt: 20px;
    --mainPrice: 20px;
    --mainNote: 15px;
  }
}

:root html:lang(ja-JP) *:not(.material-icons):not(.fa):not(.buttonicons) {
  --font: -apple-system, BlinkMacSystemFont,"Meiryo UI", Arial, sans-serif;
}

img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#jpTgs .nav {
  /* background-color: #9da3fd; */
  /* padding: 0; */
  /* font-family: "orbitron", sans-serif; */
}


#jpTgs .nav__flex {
  position: relative;
  width: 100%;
  border: 1px solid #fff;
  background: linear-gradient(180deg, #df3dcd, #564cf2);
}

#jpTgs .nav__item {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#jpTgs .nav__item h2 {
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 5px #1c0934;
  font-size: 18px;
}
@media (min-width: 996px) {
  #jpTgs .nav__item h2 {
    font-size: 20px;
  }
}

#jpTgs .nav__item h2 span {
  font-size: 0.8em;
}

#jpTgs .nav__item:hover {
  background-color: #0c13686c;
}

@media (min-width: 996px) {
  #jpTgs .nav__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #jpTgs .nav__item {
    width: calc( 100% / 4);
    border: 2px solid #fff;
    padding: 20px 20px;
  }
  #jpTgs .nav__item h2 {
    font-size: unset;
  }
}

#jpTgs .main__wrapper {
  width: 100%;
  padding: 40px 0px;
  margin: 4% auto;
  color: #fff;
}

@media (min-width: 996px) {
  #jpTgs .main__wrapper {
    width: 100%;
    padding: 40px;
    max-width: 950px;
  }
}

#jpTgs .event.main__wrapper {
  margin: 10% 0 0;
}
@media (min-width: 996px) {
  #jpTgs .event.main__wrapper {
    margin: 0 auto;
  }
}

#jpTgs .main__title {
  margin: 0 auto;
  color: #fff;
  text-align: center;
  line-height: 1.1;
}

#jpTgs .main__title--xl {
  max-width: 900px;
}

#jpTgs .main__title h2 {
  text-transform: uppercase;
  font-size: 30px;
  /* font-family: "orbitron", sans-serif; */
  font-weight: 700;
  width: auto;
  padding: 0 20px;
  display: inline-block;
  text-shadow: 2px 4px 0px #140c39ad;
  /* background: -webkit-linear-gradient(0deg, #fb59f5 0%, #4753f3 50%, #5cebe9 100%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent; */
}

#jpTgs .main__title h3 {
  /* background: -webkit-linear-gradient(0deg, #fb59f5 0%, #4753f3 50%, #5cebe9 100%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent; */
}

@media (min-width: 996px) {
  #jpTgs .main__title h2 {
    font-size: 50px;
  }
}

#jpTgs .main__underline {
  width: 50%;
  max-width: 165px;
  height: 3px;
  background: #fb59f5;
  background: -webkit-gradient(90deg, #ff972a, #75f05b);
  background: linear-gradient(90deg, #ff972a, #75f05b);
  margin: 6px auto;
}

#jpTgs .sub__underline {
  width: 20%;
  max-width: 80px;
  height: 3px;
  background: #fff;
  margin: 10px auto 20px;
}

/* 
#jpTgs .schedule {
  border: 7px solid #fff;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  max-width: 800px;
  padding: 40px 20px;
  margin: 0 auto;
}

#jpTgs .schedule__title {
  position: relative;
  margin: 0px auto 30px;
  width: 100%;
  z-index: 50;
}

#jpTgs .schedule__title h2 {
  position: relative;
  z-index: 50;
}

#jpTgs .schedule__title h3 {
  position: relative;
  z-index: 50;
}

#jpTgs .schedule__title::before {
  content: "";
  background-color: #a29eff;
  background: -webkit-gradient(linear, left bottom, left top, from(#a19eff89), color-stop(80%, #a29eff));
  background: linear-gradient(0deg, #a19eff89 0%, #a29eff 80%);
  width: 250px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}

#jpTgs .schedule__date {
  font-size: 20px;
}

#jpTgs .schedule__date span {
  font-size: 25px;
}

#jpTgs .schedule__flex {
  margin: 20px 0 0;
}

#jpTgs .schedule__txt {
  margin: 0px 5px;
}

#jpTgs .schedule__txt--default {
  font-size: 25px;
  margin: 10px 0;
}

#jpTgs .schedule__txt--default span {
  font-size: 0.5em;
}

#jpTgs .schedule__txt--big {
  font-size: 28px;
  font-weight: bolder;
}

#jpTgs .schedule__txt--big span {
  display: block;
}

#jpTgs .schedule__note a {
  color: #dde9ff;
  word-wrap: break-word;
}

@media (min-width: 996px) {
  #jpTgs .schedule {
    padding: 40px;
  }
  #jpTgs .schedule__title {
    margin: -11.5% auto 30px;
    width: 300px;
  }
  #jpTgs .schedule__date {
    font-size: 30px;
  }
  #jpTgs .schedule__date span {
    font-size: 50px;
  }
  #jpTgs .schedule__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px;
  }
  #jpTgs .schedule__flex--around {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #jpTgs .schedule__txt {
    margin: 0 5px;
  }
  #jpTgs .schedule__txt--default {
    font-size: 28px;
  }
  #jpTgs .schedule__txt--default span {
    font-size: 0.5em;
  }
  #jpTgs .schedule__txt--big {
    font-size: 60px;
  }
  #jpTgs .schedule__txt--big span {
    font-size: 0.5em;
  }
} */

#jpTgs .map {
  position: relative;
  text-align: center;
}
#jpTgs .sub__title {
  margin: 30px 0 0;
  font-weight: bolder;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}

#jpTgs .sub__title span {
  font-size: 0.7em;
}

#jpTgs .sub__title b {
  font-size: 1.1em;
}

@media (min-width: 996px) {
  #jpTgs .sub__title {
    font-size: 25px;
  }
  #jpTgs .sub__title span {
    font-size: 0.8em;
  }
  #jpTgs .sub__title b {
    font-size: 1.3em;
  }
}

#jpTgs .map__flex {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; */
  margin-top: 30px;
}

#jpTgs .map__flex--ver {
  /* -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 75%; */
}

#jpTgs .map__flex--social {
    display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
    padding: 0 10px;
}
@media (min-width: 996px) {
  #jpTgs .map__flex--social {
    padding: 0;
  }
}

#jpTgs .map__flex .setHeight {
  /* width: 75%; */
}

#jpTgs .map__box {
  width: auto;
  margin: 30px auto;
  border-radius: 10px;
  padding: 25px;
  background-color: #fff;
  width: 90%;
}
@media (min-width: 996px) {
  #jpTgs .map__box {
    width: 100%;
  }
}

#jpTgs .map__box--s {
  margin: 10px auto;
}

#jpTgs .map__box img {
  width: 100%;
}

#jpTgs .map__note {
  text-align: center;
}

#jpTgs .map__social {
  margin: 20px 0;
  width: 100%;
}

#jpTgs .map__social a {
  position: relative;
  z-index: 10;
  text-decoration: underline;
  color: #5994ff;
  text-shadow: 0 0 5px #000;
  font-size: 15px;
}
@media (min-width: 996px) {
  #jpTgs .map__social a {
    font-size: 17px;
  }
}

#jpTgs .map__social-icon {
  max-width: 120px;
  margin: 20px auto 0;
}

#jpTgs .map__social ol, #jpTgs .map__social li {
  list-style-type: none;
}

#jpTgs .map__social ol {
  margin: 20px auto 0;
  /* text-align: left; */
  max-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  font-weight: bold;
  font-size: 0.9em;
}

@media (min-width: 996px) {
  #jpTgs .map__social ol {
    font-size: 1.1em;
  }
}

#jpTgs .map__social ol span {
  font-size: 0.8em;
  font-weight: normal;
  display: inline-block;
}

@media (min-width: 996px) {
  #jpTgs .map__box--s {
    /* margin: 0px 0 0 13px; */
    /* margin: 0; */
    width: calc( 100% / 3 - 30px );
  }
  /* #jpTgs .map__flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  } */
  #jpTgs .map__flex--ver {
    /* width: 26%; */
    display: flex;
    justify-content: space-between;
    margin: 20px auto 10px;
  }
  #jpTgs .map__note {
    text-align: right;
    margin-right: 10px;
  }
  #jpTgs .map__social {
    width: 50%;
    margin: 0;
  }
}

#jpTgs .event__subtitle {
  margin-top: 30px;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 5px #1c0934;
  font-size: 20px;
  font-weight: bolder;
}

#jpTgs .event__subtitle--date {
  font-size: 0.7em;
}

#jpTgs .event__flex {
  margin: 20px 0;
}

#jpTgs .event__date {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  font-weight: bolder;
}
@media (min-width: 996px) {
  #jpTgs .event figure {
    width: 80%;
    margin: 0 auto;
  }
}

@media (min-width: 996px) {
  #jpTgs .event__subtitle {
    font-size: 30px;
  }
  #jpTgs .event__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#jpTgs .performer__wrapper {
  max-width: 1300px;
  padding: 40px 0;
  margin: 4% auto;
}

#jpTgs .performer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0px;
}

#jpTgs .performer__people {
  position: relative;
  width: 50%;
  display: block;
}

#jpTgs .performer__people--sm {
  width: 45%;
  margin: 0 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#jpTgs .performer__people-coser {
  text-align: center;
  margin: 10px 0;
  text-shadow: 0 0 5px #0f051b;
  color: #fff;
  font-weight: bolder;
  font-size: 20px;
}

#jpTgs .performer__people-coser span {
  font-size: 0.8em;
}

#jpTgs .performer__people-name {
  position: absolute;
  top: unset;
  bottom: 17%;
  left: 11%;
  right: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 87.5%;
}

#jpTgs .performer__people-name p {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: bolder;
  letter-spacing: 0.5px;
  z-index: 20;
}

#jpTgs .performer__people-name p span {
  display: inline-block;
  font-size: 0.8em;
}

#jpTgs .performer__people-name .mini {
  font-size: 0.8em;
  line-height: 1.5em;
}

#jpTgs .performer__people-name::before {
  content: "";
  background-color: #a05facd2;
  width: 100%;
  height: 85px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 44.5%;
  z-index: 10;
}

#jpTgs .performer .main__title {
  margin-bottom: 30px;
}

@media (min-width: 996px) {

  #jpTgs .performer__wrapper {
    padding: 40px;
  }
  #jpTgs .performer__people {
    max-width: 250px;
  }
  #jpTgs .performer__people--sm {
    max-width: 214px;
    margin: 0 20px;
  }
  #jpTgs .performer__people--sm:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #jpTgs .performer__people-name p {
    font-size: 22px;
  }
  #jpTgs .performer__people:nth-child(1) {
    margin-top: 9%;
  }
  #jpTgs .performer__people:nth-child(2) {
    margin-top: 6%;
  }
  #jpTgs .performer__people:nth-child(3) {
    margin-top: 3%;
  }
  #jpTgs .performer__people:nth-child(4) {
    margin-top: 0%;
  }
  #jpTgs .performer__people--reverse:nth-child(4) {
    margin-top: 9%;
  }
  #jpTgs .performer__people--reverse:nth-child(3) {
    margin-top: 6%;
  }
  #jpTgs .performer__people--reverse:nth-child(2) {
    margin-top: 3%;
  }
  #jpTgs .performer__people--reverse:nth-child(1) {
    margin-top: 0%;
  }
}

#jpTgs .campaign {
  text-align: center;
  letter-spacing: 0px;
}

#jpTgs .campaign__box {
  position: relative;
  background-color: #ebebeb;
  -webkit-box-shadow: 0 0 5px #c9cadc;
          box-shadow: 0 0 5px #c9cadc;
  border-radius: 8px;
  padding: 20px 20px;
  width: 90%;
  margin: 40px auto 0;
  color: #000;
  z-index: 10;
}

#jpTgs .campaign__subtitle {
  font-size: 17px;
  font-style: italic;
  font-weight: bolder;
}

#jpTgs .campaign__title {
  font-size: 25px;
  font-weight: bold;
  /* margin-top: 10px; */
  background: #FB59F5;
  background: -webkit-gradient(to right, #fec772 20%, #75f05b);
  background: linear-gradient(to right, #fec772 20%, #75f05b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#jpTgs .campaign__title.aiTxt {
    font-size: 60px;
}

#jpTgs .campaign__date {
  margin-top: 10px;
  font-size: 20px;
}

#jpTgs .campaign__date-title {
  font-weight: bold;
}

#jpTgs .campaign__date-day span {
  font-size: 1.2em;
  font-weight: bold;
}

#jpTgs .campaign__date a {
  position: relative;
  z-index: 10;
  display: inline-block;
  color: #2883ff;
  text-decoration: underline;
}

#jpTgs .campaign__intro {
  font-weight: bold;
  font-size: 22px;
  margin-top: 10px;
  line-height: 1.2;
}

#jpTgs .campaign__intro span {
  font-size: 24px;
}

@media (min-width: 996px) {
  .campaign__intro span {
    font-size: 26px;
  }
}

#jpTgs .campaign__date.noteBox {
  font-style: italic;
}

#jpTgs .campaign__intro-red {
  color: #ff3d3d;
  font-size: 1.3em;
}

#jpTgs .campaign__intro-redL {
  color: #ff3d3d;
  font-size: 1.5em;
}

#jpTgs .campaign__ticket {
  margin-top: 20px;
}

#jpTgs .campaign__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#jpTgs .campaign__flex a {
  display: inline-block;
  margin: 20px 10px 0;
  color: #020202;
}

#jpTgs .campaign__flex a img {
  max-width: 75px;
}

#jpTgs .campaign__btn {
  display: inline-block;
  padding: 15px 20px;
  margin-top: 20px;
  background-image: radial-gradient(circle at 100% 100%, transparent 9px, #fec772 9px, #fec772 13px, transparent 13px), -webkit-gradient(linear, left top, right top, from(#fec772), to(#0146b9)), radial-gradient(circle at 0% 100%, transparent 9px, #0146b9 9px, #0146b9 13px, transparent 13px), -webkit-gradient(linear, left top, left bottom, from(#0146b9), to(#0146b9)), radial-gradient(circle at 0% 0%, transparent 9px, #0146b9 9px, #0146b9 13px, transparent 13px), -webkit-gradient(linear, right top, left top, from(#0146b9), to(#fec772)), radial-gradient(circle at 100% 0%, transparent 9px, #fec772 9px, #fec772 13px, transparent 13px), -webkit-gradient(linear, left bottom, left top, from(#fec772), to(#fec772));

  background-image: radial-gradient(circle at 100% 100%, transparent 9px, #fec772 9px, #fec772 13px, transparent 13px), linear-gradient(to right, #fec772, #e23c90, #7678cb, #2ba7f0, #0146b9), radial-gradient(circle at 0% 100%, transparent 9px, #0146b9 9px, #0146b9 13px, transparent 13px), linear-gradient(to bottom, #0146b9, #0146b9), radial-gradient(circle at 0% 0%, transparent 9px, #0146b9 9px, #0146b9 13px, transparent 13px), linear-gradient(to left, #0146b9, #2ba7f0, #7678cb, #e23c90, #fec772), radial-gradient(circle at 100% 0%, transparent 9px, #fec772 9px, #fec772 13px, transparent 13px), linear-gradient(to top, #fec772, #fec772);
  
  background-size: 13px 13px, calc(100% - 26px) 4px, 13px 13px, 4px calc(100% - 26px);
  background-position: top left,top center,top right,center right, bottom right,bottom center,bottom left,center left;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#jpTgs .campaign__btn p {
  background: -webkit-gradient(90deg, #fec772, #e23c90, #7678cb, #2ba7f0, #0146b9);
  background: linear-gradient(90deg, #fec772, #e23c90, #7678cb, #2ba7f0, #0146b9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bolder;
}

#jpTgs .campaign__btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media (min-width: 996px) {
  #jpTgs .campaign__title {
    font-size: 30px;
  }
  #jpTgs .campaign__subtitle {
    font-size: 20px;
  }
  #jpTgs .campaign__box {
    padding: 20px 40px 0;
    width: 80%;
    margin: 40px auto 20px;
  }
  #jpTgs .campaign__flex a {
    margin: 20px 20px 0;
  }
  #jpTgs .campaign__flex a img {
    max-width: 100px;
  }
}
/*# sourceMappingURL=main.css.map */