@charset "UTF-8";
body {
  background: #000;
  background-attachment: fixed;
  overflow-x: hidden;
  font-family:  'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic,メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.pattern {
  width: 100%;
  height: 100%;
  background: url("/wax_tokyo_vol2/img/pattern.png");
  position: fixed;
  top: 0;
  left: 0;
  z-index: -999;
}

.mobileBg {
  display: none;
}
@media (max-width: 37.5em) {
  .mobileBg {
    display: block;
    background: url("/wax_tokyo_vol2/img/bg_movie.gif") no-repeat;
    background-size: cover;
    position: fixed;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -9999;
    opacity: 0.5;
    background-position-x: -330px;
  }
}

video {
  position: fixed;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -9999;
  opacity: 0.5;
}

@media (max-width: 37.5em) {
  video {
    display: none;
  }
}

.contentWrapper {
  margin: 0;
}
@media (max-width: 64em) {
  .contentWrapper {
    margin: 0;
  }
}

.togglebar-right {
  font-size: 14px !important;
}

.inline {
  width: 1400px;
  margin: 0 auto;
}
@media (max-width: 64em) {
  .inline {
    width: 100%;
  }
}

hr {
  display: block;
  border-top: 1px solid #fff;
}

p {
  font-size: 14px;
  line-height: 2.57em;
  letter-spacing: 0.2em;
}
@media (max-width: 37.5em) {
  p {
    font-size: 3vw;
    letter-spacing: 0.05em;
  }
}

.logo{
  margin-right: 50px;
  width: 300px;
  margin-top: 7px;
}
@media (max-width: 37.5em) {
  .logo_link{
    position: relative;
    left: 0px;
    margin-right:auto;
    width: 191px;
    height: 50px;
  }
  .logo{
    margin: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    position: absolute;
    top: 52%;
    right:4px;
  }
}
.ticket-btn{
  display: block;
  width: 240px;
  height: 50px;
  padding: 12px 0px 0px 5px;
  border: 2px solid #e33970;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-align: center;
  background: #f76493;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  margin-left: 20px;
  font-family: helvetica;
  font-weight: 700;
}
@media (max-width: 37.5em) {
  .ticket-btn{
    font-size: 1.2vw;
    text-align: center;
    margin-left: 0px;
    height: 52px;
    width: 50px;
    position: relative;
    right: -16px;
    padding: 5px 3px 5px 3px;
    background:#f76493 url(/wax_tokyo_vol2/img/buy-btn.svg) center no-repeat;
    text-indent: -9999px;
    border: none;
    background-size: contain;
    order:3;
    -webkit-order:3;
  }
}
.section {
  padding: 100px 0;
}
@media (max-width: 64em) {
  .section {
    padding: 80px 8px;
  }
}
.section.bg-black {
  background-color: rgba(0, 0, 0, 0.95);
  color: #fff;
}
@media (max-width: 37.5em) {
  .section.bg-black {
    padding: 32px 0;
  }
}
.section.bg-white {
  background: #fff;
}
.section.bg-gray {
  background-color: rgba(110, 110, 110, 0.4);
  color: #fff;
}
.section.bg-blue {
  background-color: rgba(40, 123, 159, 0.4);
  color: #fff;
}

.header_navi {
  background-color: rgba(6, 14, 29, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 9999;
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
}
@media (max-width: 64em) {
  .header_navi {
    width: 100%;
    margin: 0;
    padding: 0 16px 0;
    left: 0;
  }
}
@media (max-width: 37.5em) {
  .header_navi {
    width: 100%;
    height: 50px;
  }
}
.header_navi .inline {
  position: relative;
}
.header_navi .inline .nav {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
}
@media (max-width: 37.5em) {
  .header_navi .inline .nav {
    -webkit-justify-content: flex-end;
    /*--- safari（PC）用 ---*/
    justify-content: flex-end;
  }
}
.header_navi .inline .nav ul.menu {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
}
@media (max-width: 37.5em) {
  .header_navi .inline .nav ul.menu {
    display: none;
  }
}
.header_navi .inline .nav ul.menu li {
  margin: 0 15px;
  font-family: cinzel,serif;
  font-size: 16px;
}
@media (max-width: 37.5em) {
  .header_navi .inline .nav ul.menu li {
    margin: 0 5px;
  }
}
.header_navi .inline .nav ul.menu li a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all  0.2s ease;
}
.header_navi .inline .nav ul.menu li a:hover {
  padding-bottom: 5px;
  border-bottom: 2px solid #23eded;
}
@media (max-width: 37.5em) {
  .header_navi .inline .nav ul.menu li a:hover {
    padding-bottom: 2px;
  }
}
.header_navi .inline .nav ul.menu li a img {
  vertical-align: middle;
}
.header_navi .inline .nav ul.menu li a img.nav_top {
  width: 30px;
  height: 12px;
}
@media (max-width: 37.5em) {
  .header_navi .inline .nav ul.menu li a img.nav_top {
    width: 23px;
    height: 9px;
  }
}
.header_navi .inline .nav ul.menu li a img.nav_about {
  width: 54px;
  height: 12px;
}
@media (max-width: 37.5em) {
  .header_navi .inline .nav ul.menu li a img.nav_about {
    width: 41px;
    height: 9px;
  }
}
.header_navi .inline .nav ul.menu li a img.nav_ticket {
  width: 53px;
  height: 12px;
}
@media (max-width: 37.5em) {
  .header_navi .inline .nav ul.menu li a img.nav_ticket {
    width: 40px;
    height: 9px;
  }
}
.header_navi .inline .nav ul.menu li a img.nav_lineup {
  width: 58px;
  height: 11px;
}
@media (max-width: 37.5em) {
  .header_navi .inline .nav ul.menu li a img.nav_lineup {
    width: 42px;
    height: 8px;
  }
}
.header_navi .inline .nav ul.menu li a img.nav_movie {
  width: 49px;
  height: 12px;
}
@media (max-width: 37.5em) {
  .header_navi .inline .nav ul.menu li a img.nav_movie {
    width: 37px;
    height: 9px;
  }
}
.header_navi .inline .nav ul.menu li a img.nav_special {
  width: 63px;
  height: 12px;
}
@media (max-width: 37.5em) {
  .header_navi .inline .nav ul.menu li a img.nav_special {
    width: 47px;
    height: 9px;
  }
}
.header_navi .inline .nav ul.menu li a img.nav_outline {
  width: 67px;
  height: 12px;
}
@media (max-width: 37.5em) {
  .header_navi .inline .nav ul.menu li a img.nav_outline {
    width: 37px;
    height: 9px;
  }
}
.header_navi .inline .nav ul.menu li a img.nav_notes {
  width: 49px;
  height: 12px;
}
@media (max-width: 37.5em) {
  .header_navi .inline .nav ul.menu li a img.nav_notes {
    width: 50px;
    height: 9px;
  }
}
.header_navi .inline .nav ul.menu li a img.nav_app {
  width: 28px;
  height: 10px;
}
@media (max-width: 37.5em) {
  .header_navi .inline .nav ul.menu li a img.nav_app {
    width: 20px;
    height: 7px;
  }
}
.header_navi .inline .nav ul.shareBtn {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
  margin-left: 20px !important;
}
@media (max-width: 37.5em) {
  .header_navi .inline .nav ul.shareBtn {
    -webkit-justify-content: flex-end;
    /*--- safari（PC）用 ---*/
    justify-content: flex-end;
    margin-left: 0px !important;
    order: 2;
    -webkit-order: 2;
  }
}
.header_navi .inline .nav ul.shareBtn li {
  margin-left: 10px;
}
.header_navi .inline .nav ul.shareBtn li.twitter a {
  display: block;
  background: url("/wax_tokyo_vol2/img/share_twitter_50.svg") top center no-repeat;
  background-size:contain;
  width: 24px;
  height: 24px;
}
.header_navi .inline .nav ul.shareBtn li.facebook a {
  display: block;
  background: url("/wax_tokyo_vol2/img/share_facebook_50.svg") top center no-repeat;
  background-size:contain;
  width: 24px;
  height: 24px;
}
.header_navi .inline .nav ul.shareBtn li.line a {
  display: block;
  background: url("/wax_tokyo_vol2/img/share_line_50.svg") top center no-repeat;
  background-size:contain;
  width: 24px;
  height: 24px;
}
.header_navi .inline .nav ul.shareBtn li a:hover {
  opacity: 0.6;
}

.shareBtn2{
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  top: 20px;
}
@media (max-width: 37.5em) {
  .shareBtn2{
    left:0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    justify-content: -webkit-center;
    align-items: center;
    -webkit-align-items: center;
  }
}
ul.shareBtn2 li.twitter a {
  display: block;
  background: url("/wax_tokyo_vol2/img/share_twitter_50.svg") top center no-repeat;
  width: 50px;
  height: 50px;
  margin-left: 0px;
}
@media (max-width: 37.5em) {
  ul.shareBtn2 li.twitter a{
    margin-left:0px;
  }
}
ul.shareBtn2 li.instagram a {
  display: block;
  background: url("/wax_tokyo_vol2/img/share_insta_50.svg") top center no-repeat;
  width: 50px;
  height: 50px;
  margin-left: 20px;
}
ul.shareBtn2 li.line a {
  display: block;
  background: url("/wax_tokyo_vol2/img/share_line_50.svg") top center no-repeat;
  width: 50px;
  height: 50px;
  margin-left: 20px;
}
ul.shareBtn2 li a:hover {
  opacity: 0.8;
}
.sideNavi {
  padding: 2px;
  background: url("/wax_tokyo_vol2/img/side_navi_bg.png") center 6px no-repeat;
  position: fixed;
  top: calc(50% - 165px);
  right: calc(0% + 30px);
  width: 18px;
  height: 180px;
  z-index: 9999;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  .sideNavi {
    display: none;
  }
}
.sideNavi ul {
  height: 100%;
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-flex-direction: column;
  /*--- safari（PC）用 ---*/
  flex-direction: column;
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
}
.sideNavi ul li {
  width: 15px;
  height: 14px;
}
.sideNavi ul li a {
  display: block;
  background: url("/wax_tokyo_vol2/img/side_navi_point.png") center center no-repeat;
  width: 15px;
  height: 14px;
  text-indent: -9999px;
}
.sideNavi ul li a.current {
  background: url("/wax_tokyo_vol2/img/side_navi_active.png") center center no-repeat;
}

.hero {
  width: 100%;
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
}
@media (max-width: 64em) {
  .hero {
    height: 400px;
  }
}
@media (max-width: 37.5em) {
  .hero {
    height: 430px;
  }
}
.hero h1 {
  width: 100%;
}
@media (max-width: 37.5em) {
  .hero h1 {
    background-size: contain;
    width: 100%;
    height: 430px;
    margin-top: 100px;
  }
}

@media (max-width: 64em) {
  .about {
    width: 100%;
  }
}
@media (max-width: 37.5em) {
  .about {
    width: 100%;
    margin: 0 auto;
  }
}
.about .inline {
  text-align: center;
}
.about .inline h3 {
  background: url("/wax_tokyo_vol2/img/ttl_about.png") top center no-repeat;
  width: 260px;
  height: 50px;
  margin: 0 auto 50px;
  text-indent: -9999px;
}
.chiharu{
  width: 50%;
  margin: 0px 0px 50px 0px;
}
@media (max-width: 37.5em) {
.chiharu{
  width: 85vw;
  margin: 0px 0px 50px 0px;
}
}
@media (max-width: 37.5em) {
  .about .inline h3 {
    background-size: cover;
    width: 155px;
    height: 34px;
    margin: 0 auto 40px;
  }
}
.about .inline p {
  color: #fff;
}
@media (max-width: 37.5em) {
.about .inline p {
  color: #fff;
  font-size: 3.2vw;
  }
}
.cach{
  font-size: 1.7vw!important;
  margin-bottom: 45px!important;
}
@media (max-width: 37.5em) {
.cach{
  font-size: 3.8vw!important;
}
}
@media (max-width: 64em) {
  .ticket {
    width: 100%;
  }
}
@media (max-width: 37.5em) {
  .ticket {
    width: 100%;
    margin: 0 auto;
  }
}
.ticket .inline {
  text-align: center;
  color: #fff;
}
.ticket .inline h3 {
  background: url("/wax_tokyo_vol2/img/ttl_ticket.png") top center no-repeat;
  width: 260px;
  height: 50px;
  margin: 0 auto 80px;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .ticket .inline h3 {
    background-size: cover;
    width: 155px;
    height: 34px;
    margin: 0 auto 40px;
  }
}
.ticket .inline h4 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-top: 30px;
}
@media (max-width: 37.5em) {
  .ticket .inline h4 {
      font-size: 5vw;
  }
}
.ticket .inline p span {
  font-size: 200%;
}
.ticket .inline p.mid {
  margin-bottom: 20px;
  font-size: 150%;
  line-height: 1.8em;
}
@media (max-width: 37.5em) {
  .ticket .inline p.mid {
    font-size: 100%;
  }
}
.ticket .inline p.att {
  font-size: 100%;
}
@media (max-width: 37.5em) {
  .ticket .inline p.att {
    font-size: 3.5vw;
  }
}
.ticket .inline p.sep {
  margin-bottom: 60px;
}
.ticket .inline p.sepHalf {
  margin-bottom: 30px;
  font-size: 16px;
  margin-top: 20px;
}
@media (max-width: 37.5em) {
.ticket .inline p.sepHalf {
  margin-bottom: 30px;
  font-size: 3.5vw;
  margin-top: 20px;
}
}
.ticket .inline h5 {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media (max-width: 37.5em) {
  .ticket .inline h5 {
    letter-spacing: 0.1em;
  font-size: 7vw;
  line-height: 1.3;
  }
}
.ticket .inline ul {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
}
@media (max-width: 37.5em) {
  .ticket .inline ul {
    display: block;
  }
}
.ticket .inline ul li {

}
@media (max-width: 37.5em) {
  .ticket .inline ul li {
    width: 240px;
    margin: 0 auto;
  }
}
@media (max-width: 37.5em) {
  .ticket .inline ul li:last-child {
    margin-top: 20px;
  }
}
.ticket .inline ul li a {
  display: block;
  width: 310px;
  height: 55px;
  padding-top: 8px;
  border: 2px solid #fff;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
}
@media (max-width: 37.5em) {
  .ticket .inline ul li a {
    margin: 0 auto;
    width: 240px;
    height: 46px;
    font-size: 18px;
  }
}
.ticket .inline ul li a:hover {
  opacity: 0.6;
}
.ticket .inline ul.doubleHight {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
  margin-bottom: 0px !important;
}
@media (max-width: 37.5em) {
  .ticket .inline ul.doubleHight {
    display: block;
  }
}
.ticket .inline ul.doubleHight li {
  width: 310px;
  margin: 0 20px;
}
@media (max-width: 37.5em) {
  .ticket .inline ul.doubleHight li {
    width: 240px;
    margin: 0 auto;
  }
}
@media (max-width: 37.5em) {
  .ticket .inline ul.doubleHight li:last-child {
    margin-top: 20px;
  }
}
.ticket .inline ul.doubleHight li a {
  display: block;
  width: 310px;
  height: 90px;
  padding-top: 8px;
  border: 4px solid #fff;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
}
@media (max-width: 37.5em) {
  .ticket .inline ul.doubleHight li a {
    margin: 0 auto;
    width: 240px;
    height: 74px;
    font-size: 18px;
  }
}
.ticket .inline ul.doubleHight li a:hover {
  opacity: 0.6;
}
.ticket .inline ul.ticketBtn {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
  margin-bottom: 40px !important;
}
@media (max-width: 37.5em) {
  .ticket .inline ul.ticketBtn {
    display: block;
    margin-bottom: 20px !important;
  }
}
.ticket .inline ul.ticketBtn li {
  width: 500px;
  margin: 0 20px;
}
@media (max-width: 37.5em) {
  .ticket .inline ul.ticketBtn li {
    width: 280px;
    margin: 0 auto;
  }
}
@media (max-width: 37.5em) {
  .ticket .inline ul.ticketBtn li:last-child {
    margin-top: 20px;
  }
}
.ticket .inline ul.ticketBtn li a {
    display: block;
    width: 500px;
    height: 75px;
    padding-top: 15px;
    border: 2px solid #e33970;
    font-size: 28px;
    line-height: 1.5em;
    letter-spacing: 0.08em;
    color: #ffffff;
    text-align: center;
    background: #f76493;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 1;
    font-family: helvetica;
    font-weight: 700;
  }
@media (max-width: 37.5em) {
  .ticket .inline ul.ticketBtn li a {
    margin: 0 auto;
    width: 280px;
    height: 65px;
    font-size: 22px;
    font-family: helvetica;
    font-weight: 700;
  }
}
.ticket .inline ul.ticketBtn li a:hover {
  opacity: 0.8;
}

#ticket{
  background: url(/wax_tokyo_vol2/img/special_bg.png) top center repeat;
} 

@media (min-width: 37.6em) {
  .table{
    width: 100%;
  }
  .table li{
    width: 50%;
    margin-bottom: 15px;
  }
  .place{
    float: left;
    width: 50%;
    height: 118px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border-top: solid 1px #969696;
    margin-bottom: -1px;
    border-bottom: solid 1px #969696;
    border-left: solid 1px #969696;
  }
  .price2{
    width: 48%;
    float: left;
    height: 118px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: large;
    border-top: solid 1px #969696;
    margin-bottom: -1px;
    border-bottom: solid 1px #969696;
    border-right: solid 1px #969696;
    margin-right: 10px;
  }
}
@media (max-width: 37.5em) {
  .table{
    width: 100%;
    display:block !important;
  }
  .table:nth-of-type(2){
    margin-top:20px !important;
  }
  .table li{
    margin-bottom: 15px;
  }
  .place{
    border-top: solid 1px #969696;
    border-left: solid 1px #969696;
    border-right: solid 1px #969696;
    padding:4px 0;
  }
  .price2{
    background-color: rgba(255, 255, 255, 0.3);
    font-size: large;
    padding:4px 0;
    border-top: solid 1px #969696;
    border-bottom: solid 1px #969696;
    border-left: solid 1px #969696;
    border-right: solid 1px #969696;
  }
}
@media (max-width: 64em) {
  .lineup {
    width: 100%;
  }
}
@media (max-width: 37.5em) {
  .lineup {
    width: 100%;
    margin: 0 auto;
  }
}
.lineup .inline {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 37.5em) {
  .lineup .inline {
    width: 100%;
  }
}
.lineup .inline h3 {
  background: url("/wax_tokyo_vol2/img/ttl_lineup.png") top center no-repeat;
  width: 260px;
  height: 50px;
  margin: 0 auto 80px;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .lineup .inline h3 {
    background-size: cover;
    width: 164px;
    height: 34px;
    margin: 0 auto 40px;
  }
}
.lineup .inline h4 {
  overflow: hidden;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.08em;
}
.lineup .inline h4 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: center;
  font-size: 25px;
  font-family: helvetica;
  font-weight: 700;
}
.lineup .inline h4 span:before, .lineup .inline h4 span:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #fff;
}
.lineup .inline h4 span:before {
  right: 100%;
}
.lineup .inline h4 span:after {
  left: 100%;
}
.lineup .inline p {
  color: #fff;
}
.lineup .inline p.att {
  margin-top: 80px;
}
.lineup .inline p.plan {
  font-size: 24px;
  color: #fff;
}
.lineup .inline p.plan span {
  font-size: 14px;
}
.lineup .inline p.plan.att {
  margin-top: 80px;
}
.lineup .inline ul {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  /*--- safari（PC）用 ---*/
  justify-content: flex-start;
  margin-top: 30px !important;
}
@media (max-width: 37.5em) {
  .lineup .inline ul {
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between;
  }
  .lineup1{
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}

.lineup1 li {
  width: 300px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}
@media (max-width: 37.5em) {
  .lineup1 li {
    width:60% !important;
    margin-right: 0;
    margin-left: 0;
  }
}
.lineup2 li {
  width: 220px;
  margin-right: 40px;
  margin-bottom: 40px;
}
.lineup3 li {
  width: 168px;
  margin-right: 40px;
  margin-bottom: 40px;
}
@media (max-width: 37.5em) {
  .lineup .inline ul li {
    width: 48%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.lineup2 li:nth-child(4n) {
  margin-right: 0;
}

.lineup3 li:nth-child(5n) {
  margin-right: 0;
}

.lineup .inline ul li .photo {
  margin-bottom: 20px;
}
@media (max-width: 37.5em) {
  .lineup .inline ul li .photo {
    margin-bottom: 10px;
  }
}
.lineup .inline ul li p.name {
  margin: 0;
  line-height: 1.4em;
}
.lineup .inline ul li a:hover {
  opacity: 0.6;
}
.lineup .inline .comingsoon {
  background: url("/wax_tokyo_vol2/img/comingsoon.png") top center no-repeat;
  width: 280px;
  height: 34px;
  margin: 80px auto 0;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .lineup .inline .comingsoon {
    background-size: cover;
    width: 180px;
    height: 22px;
    margin: 40px auto 0;
  }
}

@media (max-width: 64em) {
  .movie {
    width: 100%;
  }
}
@media (max-width: 37.5em) {
  .movie {
    width: 100%;
    margin: 0 auto;
  }
}
.movie .inline {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 37.5em) {
  .movie .inline {
    width: 100%;
  }
}
.movie .inline h3 {
  background: url("/wax_tokyo_vol2/img/ttl_movie.png") top center no-repeat;
  width: 260px;
  height: 50px;
  margin: 0 auto 80px;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .movie .inline h3 {
    background-size: cover;
    width: 151px;
    height: 34px;
    margin: 0 auto 40px;
  }
}
.movie .inline ul {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  /*--- safari（PC）用 ---*/
  justify-content: space-around;
  margin-top: 30px !important;
}
@media (max-width: 37.5em) {
  .movie .inline ul {
    display: block;
  }
}
.movie .inline ul li {
  width: 600px;
  margin-bottom: 40px;
}
@media (max-width: 37.5em) {
  .movie .inline ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.movie .inline ul li .videoBox {
  margin-bottom: 20px;
}
@media (max-width: 37.5em) {
  .movie .inline ul li .videoBox {
    margin-bottom: 10px;
  }
}
.movie .inline ul li .videoBox video {
    position: relative;
    width: 100%;
    height: 340px;
    min-height:0 !important;
    z-index: 1;
    opacity: 1;
}
@media (max-width: 37.5em) {
  .movie .inline ul li .videoBox video {
    display: block;
    width: 90%;
    height: 187px;
    min-width: 90%;
    min-height: 202px;
    margin-left: auto;
    margin-right: auto;
  }
}
.movie .inline ul li .videoBox video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
.movie .inline ul li .videoBox video::-webkit-media-controls-panel {
  width: calc(100% + 35px);
}
@media (max-width: 37.5em) {
  .movie .inline ul li .videoBox video::-webkit-media-controls-panel {
    width: calc(100% + 55px);
  }
}
@media (max-width: 37.5em) {
  .movie .inline ul li .videoBox iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
.movie .inline ul li p.name {
  margin: 0;
  line-height: 1.4em;
  color: #fff;
}
.movie .inline ul li a:hover {
  opacity: 0.6;
}

.special {
  padding-top: 0;
}
@media (max-width: 64em) {
  .special {
    width: 100%;
  }
}
@media (max-width: 37.5em) {
  .special {
    width: 100%;
    margin: 0 auto;
  }
}
.special .inline {
  background: url("/wax_tokyo_vol2/img/special_bg_image.png") top left no-repeat;
  width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
  text-align: center;
}
@media (max-width: 37.5em) {
  .special .inline {
    background-size: 100%;
    width: 100%;
    padding-top: 80px;
  }
}
.special .inline h3 {
    background: url(/wax_tokyo_vol2/img/ttl_goods.png) top center no-repeat;
    width: 260px;
    height: 50px;
    margin: 0 auto 80px;
    text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .special .inline h3 {
    background-size: cover;
    width: 164px;
    height: 34px;
    margin: 0 auto 40px;
  }
}
.special .inline .event {
  width: 657px;
  height: 423px;
  margin: 0 auto 80px;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .special .inline .event {
    background-size: cover;
    margin: 0 auto 40px;
    width: 300px;
    height: 193px;
  }
}
.special .inline .btn a {
  display: block;
  width: 230px;
  height: 60px;
  padding-top: 8px;
  border: 2px solid #fff;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
}
@media (max-width: 37.5em) {
  .special .inline .btn a {
    width: 180px;
    height: 48px;
    font-size: 18px;
  }
}
.special .inline .btn a:hover {
  opacity: 0.6;
}
.special .inline ul li {
    width: 360px;
    margin-right: 40px;
    margin-bottom: 40px;
}
@media (max-width: 37.5em) {
  .special .inline ul li {
    width: 48%;
    margin-right:0;
    margin-bottom: 20px;
  }

}
.special .inline ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 30px !important;
}
@media (max-width: 37.5em) {
  .special .inline ul {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

@media (max-width: 64em) {
  .outline {
    width: 100%;
  }
}
@media (max-width: 37.5em) {
  .outline {
    width: 100%;
    margin: 0 auto;
  }
}
.outline .inline {
  text-align: center;
}
.outline .inline h3 {
  background: url("/wax_tokyo_vol2/img/ttl_outline.png") top center no-repeat;
  width: 260px;
  height: 50px;
  margin: 0 auto 80px;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .outline .inline h3 {
    background-size: cover;
    width: 181px;
    height: 35px;
    margin: 0 auto 40px;
  }
}
.outline .inline h4 {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.outline .inline p span {
  font-size: 200%;
}
.outline .inline p.mid {
  margin-bottom: 20px;
  line-height: 1.8em;
}
@media (max-width: 37.5em) {
  .outline .inline p.mid {
    font-size: 100%;
  }
}
.outline .inline p.sep {
  margin-bottom: 60px;
}
.outline .inline p.att {
  font-size: 80%;
  margin-top: 20px;
}
@media (max-width: 37.5em) {
.outline .inline p.att {
  font-size: 80%;
  margin-top: 20px;
  text-align: left;
  margin-left: 10%;
  margin-right: 10%;
}
}
.psyllium{
  font-size: 18px;
  margin-bottom: 18px;
}
@media (max-width: 37.5em) {
.psyllium{
  font-size: 2.9vw;
  margin-bottom: 0px;
}
}
.psybox{
    border: solid 1px #969696;
    padding: 40px 180px 130px 180px;
    background-color: rgba(255, 255, 255, 0.3);
    width: 1386px;
    margin-top: 50px;
}
@media (max-width: 37.5em) {
.psybox{
    border: solid 1px #969696;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    width: 85vw;
    margin-left: auto;
    margin-right: auto;
}
}
.outline .inline h5 {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.outline .inline ul {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
  margin-bottom: 0px !important;
}*/
@media (max-width: 37.5em) {
  .outline .inline ul {
    display: block;
  }
}

@media (max-width: 37.5em) {
  .outline .inline ul li {
    width: 240px;
    margin: 0 auto;
  }
}
@media (max-width: 37.5em) {
  .outline .inline ul li:last-child {
    margin-top: 20px;
  }
}
.outline .inline ul li a {
  display: block;
  width: 310px;
  height: 55px;
  padding-top: 8px;
  border: 2px solid #fff;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
}
@media (max-width: 37.5em) {
  .outline .inline ul li a {
    margin: 0 auto;
    width: 240px;
    height: 46px;
    font-size: 18px;
  }
}
.outline .inline ul li a:hover {
  opacity: 0.6;
}
.outline .inline ul.doubleHight {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
  margin-bottom: 0px !important;
}
@media (max-width: 37.5em) {
  .outline .inline ul.doubleHight {
    display: block;
  }
}
.outline .inline ul.doubleHight li {
  width: 310px;
  margin: 0 20px;
}
@media (max-width: 37.5em) {
  .outline .inline ul.doubleHight li {
    width: 240px;
    margin: 0 auto;
  }
}
@media (max-width: 37.5em) {
  .outline .inline ul.doubleHight li:last-child {
    margin-top: 20px;
  }
}
.outline .inline ul.doubleHight li a {
  display: block;
  width: 310px;
  height: 90px;
  padding-top: 8px;
  border: 2px solid #fff;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
}
@media (max-width: 37.5em) {
  .outline .inline ul.doubleHight li a {
    margin: 0 auto;
    width: 240px;
    height: 74px;
    font-size: 18px;
  }
}
.outline .inline ul.doubleHight li a:hover {
  opacity: 0.6;
}

@media (max-width: 64em) {
  .notes {
    width: 100%;
  }
}
@media (max-width: 37.5em) {
  .notes {
    width: 100%;
    margin: 0 auto;
  }
}
.notes .inline {
  text-align: center;
}
.notes .inline h3 {
  background: url("/wax_tokyo_vol2/img/ttl_access.png") top center no-repeat;
  width: 260px;
  height: 50px;
  margin: 0 auto 80px;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .notes .inline h3 {
    background-size: cover;
    width: 151px;
    height: 34px;
    margin: 0 auto 40px;
  }
}
.notes .inline p {
  color: #fff;
}
.mac{
  width: 785px;
  position: relative;
  right: 30px;
}
@media (max-width: 37.5em) {
  .mac{
    width: 100%;
    right:3px;
  }
}
.app {
  text-align: center;
  color: #fff;
}
@media (max-width: 37.5em) {
.app {
  padding-top: 0px;
}
}
.app ul.appImage {
  display: flex;
  justify-content: center;
}
.app ul.appImage li {
  width: 785px;
  margin: 0;
  position: relative;
  right: 40px;
}
.app p {
  margin-top: 30px;
  font-size: 20px;
  text-align: center;
  font-family: cinzel,serif;
}
.app p span {
  font-size: 52px;
  position: relative;
  top: 18px;
}
@media (max-width: 37.5em) {
  .app p {
    font-size: 16px;
    line-height: 1.4em;
    letter-spacing: 0.05em;
  }
  .app p span{
    line-height:1.2em;
    font-size: 8vw;
  }
}
.app .appIcon {
  width: 400px;
  margin: 60px auto 0px auto;
}
@media (max-width: 37.5em) {
  .app .appIcon {
    width: 100%;
  }
}
@media (max-width: 37.5em) {
  .app .catch {
    text-align: center;
  }
}
.app .catch h4 {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  width: auto;
  min-width: 115px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  background: #00bae5;
  z-index: 0;
  font-size: 30px;
}
@media (max-width: 37.5em) {
  .app .catch h4 {
    font-size: 18px;
  }
}
.app .catch h4:before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -9px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #00bae5 transparent transparent transparent;
  z-index: 0;
}
.app .catch h4:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #00bae5 transparent transparent transparent;
  z-index: -1;
}
.app h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 18px;
}
@media (max-width: 37.5em) {
  .app h3 {
    font-size: 15px;
  }
}
.app .gotoApp li .btn {
  padding: 16px 36px;
}
.app .gotoApp li .btn img {
  width: 160px;
}
.app .gotoApp li .btn-default {
  box-shadow: none;
  border: none;
}

@media (max-width: 64em) {
  .credit {
    width: 100%;
  }
}
@media (max-width: 37.5em) {
  .credit {
    width: 100%;
    margin: 0 auto;
    padding: 24px !important;
  }
}
.credit .inline {
  text-align: center;
}
.credit .inline h5 {
  margin-bottom: 15px;
  font-size: 12px;
  margin-top: 40px;
}
.credit .inline .logo {
  width: 218px;
  margin: 0 auto 40px;
}
@media (max-width: 37.5em) {
.credit .inline .logo {
    width: 170px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
}
.credit .inline ul.logoList {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
  margin-bottom: 0px !important;
}
.credit .inline ul.logoList li {

  margin: 0 20px;
}
@media (max-width: 37.5em) {
  .credit .inline ul.logoList li {
    margin: 0 3vw;
  }
}
.credit .inline ul.logoList li:nth-child(1) img {
  width: 93px;
}
@media (max-width: 37.5em) {
  .credit .inline ul.logoList li:nth-child(1) img {
    width: 25vw;
    position: relative;
  }
}
.credit .inline ul.logoList li:nth-child(2) img {
    width: 140px;
    margin-left: 40px;
}
@media (max-width: 37.5em) {
  .credit .inline ul.logoList li:nth-child(2) img {
    width: 28vw;
    margin-left: 12px;
  }
}
.unity{
  position: relative;
  left: 20px;
}
@media (max-width: 37.5em) {
.unity{
  position: relative;
  left: 10px;
}
}
.credit .inline ul.logoList li:nth-child(3) img {
  width: 142px;
}
@media (max-width: 37.5em) {
  .credit .inline ul.logoList li:nth-child(3) img {
    width: 29vw;
  }
}
.credit .inline p {
  margin-top: 40px;
}
.credit .inline p a {
  color: #fff;
  text-decoration: underline;
}
.credit .inline p a:hover {
  text-decoration: none;
}
.credit{
  padding-top: 20px;
  padding-bottom: 30px;
}
.remodal h2 {
  margin-bottom: 20px;
}
@media (max-width: 37.5em) {
  .remodal h2 {
    font-size: 20px;
  }
}
.remodal dt {
  margin-bottom: 20px;
}
.remodal dd {
  text-align: left;
}
.remodal .externalLink a {
  display: block;
  border: 1px solid #fff;
  padding: 5px 10px;
  color: #fff;
}
.remodal .externalLink a:hover {
  opacity: 0.6;
}

.pagetop a {
  width: 50px;
  height: 50px;
  background: none;
  border: none;
}
.pagetop a img {
  width: 50px;
}

.gotoApp li .btn {
  padding: 16px 36px;
}
.gotoApp li .btn img {
  width: 160px;
}
.gotoApp li .btn-default {
  box-shadow: none;
}

.togglebar-right .navicon-txt {
  top: 6px !important;
}

.tel-link {
    font-size: 16px;
    font-weight: bold;
}