@charset "UTF-8";
/* color
-----------------------------------------------------------------*/
.page-search .sch-content {
  border-top: 1px solid #F80D2D;
}
.page-search .sch-content:last-child {
  border-bottom: 1px solid #F80D2D;
}
.page-tokyo .sch-content {
  border-top: 1px solid #00AC65;
}

.page-tokyo .sch-content:last-child {
  border-bottom: 1px solid #00AC65;
}

.page-sapporo .sch-content {
  border-top: 1px solid #0374C0;
}

.page-sapporo .sch-content:last-child {
  border-bottom: 1px solid #0374C0;
}

.page-shinjuku .sch-content {
  border-top: 1px solid #a59020;
}

.page-shinjuku .sch-content:last-child {
  border-bottom: 1px solid #a59020;
}

.page-newtaipei .sch-content {
  border-top: 1px solid #a15fe2;
}

.page-newtaipei .sch-content:last-child {
  border-bottom: 1px solid #a15fe2;
}

.page-kualalumpur .sch-content {
  border-top: 1px solid #dd6b42;
}

.page-kualalumpur .sch-content:last-child {
  border-bottom: 1px solid #dd6b42;
}

.page-divercity .sch-content {
  border-top: 1px solid #3E389D;
}

.page-divercity .sch-content:last-child {
  border-bottom: 1px solid #3E389D;
}

.page-nagoya .sch-content {
  border-top: 1px solid #EF3A9D;
}

.page-nagoya .sch-content:last-child {
  border-bottom: 1px solid #EF3A9D;
}

.page-namba .sch-content {
  border-top: 1px solid #FFAF2E;
}

.page-namba .sch-content:last-child {
  border-bottom: 1px solid #FFAF2E;
}

.page-fukuoka .sch-content {
  border-top: 1px solid #FF4219;
}

.page-fukuoka .sch-content:last-child {
  border-bottom: 1px solid #FF4219;
}

.page-osakabayside .sch-content {
  border-top: 1px solid #55C2EC;
}

.page-osakabayside .sch-content:last-child {
  border-bottom: 1px solid #55C2EC;
}

.page-yokohama .sch-content {
  border-top: 1px solid #8e8e90;
}

.page-yokohama .sch-content:last-child {
  border-bottom: 1px solid #8e8e90;
}

.page-haneda .sch-content {
  border-top: 1px solid #2A2A86;
}

.page-haneda .sch-content:last-child {
  border-bottom: 1px solid #2A2A86;
}

.page-search .sch-contentWrap .sch-content:nth-child(odd) {
  background: rgba(248, 13, 45, 0.1);
}

.page-tokyo .sch-contentWrap .sch-content:nth-child(odd) {
  background: rgba(0, 172, 101, 0.2);
}

.page-sapporo .sch-contentWrap .sch-content:nth-child(odd) {
  background: rgba(3, 116, 192, 0.2);
}

.page-shinjuku .sch-contentWrap .sch-content:nth-child(odd) {
  background: rgba(165, 144, 32, 0.2);
}

.page-newtaipei .sch-contentWrap .sch-content:nth-child(odd) {
  background: rgba(161, 95, 226, 0.2);
}

.page-kualalumpur .sch-contentWrap .sch-content:nth-child(odd) {
  background: rgba(221, 107, 65, 0.2);
}

.page-divercity .sch-contentWrap .sch-content:nth-child(odd) {
  background: rgba(62, 56, 157, 0.2);
}

.page-nagoya .sch-contentWrap .sch-content:nth-child(odd) {
  background: rgba(239, 58, 157, 0.2);
}

.page-namba .sch-contentWrap .sch-content:nth-child(odd) {
  background: rgba(255, 175, 46, 0.2);
}

.page-fukuoka .sch-contentWrap .sch-content:nth-child(odd) {
  background: rgba(255, 66, 25, 0.2);
}

.page-osakabayside .sch-contentWrap .sch-content:nth-child(odd) {
  background: rgba(85, 194, 236, 0.2);
}

.page-yokohama .sch-contentWrap .sch-content:nth-child(odd) {
  background: rgba(200, 200, 220, 0.2);
}

.page-haneda .sch-contentWrap .sch-content:nth-child(odd) {
  background: rgba(42, 42, 134, 0.2);
}

.page-search .sch-content-text-btn span {
  border: 1px solid #F80D2D;
  color: #F80D2D;
}
.page-search .sch-content-text-btn span:after {
  border-right: 2px solid #F80D2D;
  border-top: 2px solid #F80D2D;
}

.page-search .sch-content-text-btn span:hover {
  background: #F80D2D;
  color: #fff;
}

.page-tokyo .sch-content-text-btn a, .page-tokyo .sch-content-text-btn span {
    border: 1px solid #00AC65;
    color: #00AC65;
}

.page-tokyo .sch-content-text-btn a:after, .page-tokyo .sch-content-text-btn span:after {
  border-right: 2px solid #00AC65;
  border-top: 2px solid #00AC65;
}

.page-tokyo .sch-content-text-btn a:hover, .page-tokyo .sch-content-text-btn span:hover {
  background: #00AC65;
  color: #fff;
}

.page-tokyo .sch-content-text-btn a:hover:after, .page-tokyo .sch-content-text-btn span:hover:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;

  -webkit-filter: drop-shadow(0px 0px 6px #fff);
  filter: drop-shadow(0px 0px 6px #fff);
}

.page-sapporo .sch-content-text-btn span {
  border: 1px solid #0374C0;
  color: #0374C0;
}

.page-sapporo .sch-content-text-btn span:after {
  border-right: 2px solid #0374C0;
  border-top: 2px solid #0374C0;
}

.page-sapporo .sch-content-text-btn span:hover {
  background: #0374C0;
  color: #fff;
}

.page-sapporo .sch-content-text-btn span:hover:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;

  -webkit-filter: drop-shadow(0px 0px 6px #fff);
  filter: drop-shadow(0px 0px 6px #fff);
}

.page-shinjuku .sch-content-text-btn span {
  border: 1px solid #a59020;
  color: #a59020;
}

.page-shinjuku .sch-content-text-btn span:after {
  border-right: 2px solid #a59020;
  border-top: 2px solid #a59020;
}

.page-shinjuku .sch-content-text-btn span:hover {
  background: #a59020;
  color: #fff;
}

.page-shinjuku .sch-content-text-btn span:hover:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;

  -webkit-filter: drop-shadow(0px 0px 6px #fff);
  filter: drop-shadow(0px 0px 6px #fff);
}

.page-newtaipei .sch-content-text-btn span {
  border: 1px solid #a15fe2;
  color: #a15fe2;
}

.page-newtaipei .sch-content-text-btn span:after {
  border-right: 2px solid #a15fe2;
  border-top: 2px solid #a15fe2;
}

.page-newtaipei .sch-content-text-btn span:hover {
  background: #a15fe2;
  color: #fff;
}

.page-newtaipei .sch-content-text-btn span:hover:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;

  -webkit-filter: drop-shadow(0px 0px 6px #fff);
  filter: drop-shadow(0px 0px 6px #fff);
}

.page-kualalumpur .sch-content-text-btn span {
  border: 1px solid #dd6b42;
  color: #dd6b42;
}

.page-kualalumpur .sch-content-text-btn span:after {
  border-right: 2px solid #dd6b42;
  border-top: 2px solid #dd6b42;
}

.page-kualalumpur .sch-content-text-btn span:hover {
  background: #dd6b42;
  color: #fff;
}

.page-kualalumpur .sch-content-text-btn span:hover:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;

  -webkit-filter: drop-shadow(0px 0px 6px #fff);
  filter: drop-shadow(0px 0px 6px #fff);
}

.page-divercity .sch-content-text-btn span {
  border: 1px solid #3E389D;
  color: #3E389D;
}

.page-divercity .sch-content-text-btn span:after {
  border-right: 2px solid #3E389D;
  border-top: 2px solid #3E389D;
}

.page-divercity .sch-content-text-btn span:hover {
  background: #3E389D;
  color: #fff;
}

.page-divercity .sch-content-text-btn span:hover:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;

  -webkit-filter: drop-shadow(0px 0px 6px #fff);
  filter: drop-shadow(0px 0px 6px #fff);
}

.page-nagoya .sch-content-text-btn span {
  border: 1px solid #EF3A9D;
  color: #EF3A9D;
}

.page-nagoya .sch-content-text-btn span:after {
  border-right: 2px solid #EF3A9D;
  border-top: 2px solid #EF3A9D;
}

.page-nagoya .sch-content-text-btn span:hover {
  background: #EF3A9D;
  color: #fff;
}

.page-nagoya .sch-content-text-btn span:hover:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;

  -webkit-filter: drop-shadow(0px 0px 6px #fff);
  filter: drop-shadow(0px 0px 6px #fff);
}

.page-namba .sch-content-text-btn span {
  border: 1px solid #FFAF2E;
  color: #FFAF2E;
}

.page-namba .sch-content-text-btn span:after {
  border-right: 2px solid #FFAF2E;
  border-top: 2px solid #FFAF2E;
}

.page-namba .sch-content-text-btn span:hover {
  background: #FFAF2E;
  color: #fff;
}

.page-namba .sch-content-text-btn span:hover:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;

  -webkit-filter: drop-shadow(0px 0px 6px #fff);
  filter: drop-shadow(0px 0px 6px #fff);
}

.page-fukuoka .sch-content-text-btn span {
  border: 1px solid #FF4219;
  color: #FF4219;
}

.page-fukuoka .sch-content-text-btn span:after {
  border-right: 2px solid #FF4219;
  border-top: 2px solid #FF4219;
}

.page-fukuoka .sch-content-text-btn span:hover {
  background: #FF4219;
  color: #fff;
}

.page-fukuoka .sch-content-text-btn span:hover:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;

  -webkit-filter: drop-shadow(0px 0px 6px #fff);
  filter: drop-shadow(0px 0px 6px #fff);
}

.page-osakabayside .sch-content-text-btn span {
  border: 1px solid #55C2EC;
  color: #55C2EC;
}

.page-osakabayside .sch-content-text-btn span:after {
  border-right: 2px solid #55C2EC;
  border-top: 2px solid #55C2EC;
}

.page-osakabayside .sch-content-text-btn span:hover {
  background: #55C2EC;
  color: #fff;
}

.page-osakabayside .sch-content-text-btn span:hover:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;

  -webkit-filter: drop-shadow(0px 0px 6px #fff);
  filter: drop-shadow(0px 0px 6px #fff);
}

.page-yokohama .sch-content-text-btn span {
  border: 1px solid #8e8e90;
  color: #8e8e90;
}

.page-yokohama .sch-content-text-btn span:after {
  border-right: 2px solid #8e8e90;
  border-top: 2px solid #8e8e90;
}

.page-yokohama .sch-content-text-btn span:hover {
  background: #8e8e90;
  color: #eee;
}

.page-yokohama .sch-content-text-btn span:hover:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;

  -webkit-filter: drop-shadow(0px 0px 6px #fff);
  filter: drop-shadow(0px 0px 6px #fff);
}

.page-haneda .sch-content-text-btn span {
  border: 1px solid #2A2A86;
  color: #2A2A86;
}

.page-haneda .sch-content-text-btn span:after {
  border-right: 2px solid #2A2A86;
  border-top: 2px solid #2A2A86;
}

.page-haneda .sch-content-text-btn span:hover {
  background: #2A2A86;
  color: #eee;
}

.page-haneda .sch-content-text-btn span:hover:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;

  -webkit-filter: drop-shadow(0px 0px 6px #fff);
  filter: drop-shadow(0px 0px 6px #fff);
}


/* parts
-----------------------------------------------------------------*/
.sch-content p {
  margin: 0;
}

.sch-contentWrap {
  margin-top: 50px;
  width: 100%;
}

.sch-contentWrap-flex , .sch-contentWrap-flex a {
  margin-top: 0px ;
  background-color: #fff;
  color: #000;
}

.sch-content-img-flex {
  margin-left: 20px;
}

.sch-content-img-flex-private {
  margin: 20px 0 20px 20px;
}

.non-events{
  font-size: 28px;
  text-align: center;
  padding: 30px 0;
}

@media only screen and (max-width: 767px) {
  .sch-contentWrap {
    margin-top: 20px;
  }
}

.sch-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  pointer-events: none;
}

.sch-content-flex {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  pointer-events: none;
  align-items: center;
  width: auto;
}

.sch-content-flex-sapporo{
  border-top: 1px solid #0374C0;
  border-bottom: 1px solid #0374C0;
}

.sch-content-flex-nagoya{
  border-top: 1px solid #EF3A9D;
  border-bottom: 1px solid #EF3A9D;
}

.sch-content-flex-divercity{
  border-top: 1px solid #3E389D;
  border-bottom: 1px solid #3E389D;
}

.sch-content-flex-haneda{
  border-top: 1px solid #2A2A86;
  border-bottom: 1px solid #2A2A86;
}

.sch-content-flex-shinjuku{
  border-top: 1px solid #a59020;
  border-bottom: 1px solid #a59020;
}

.sch-content-flex-yokohama{
  border-top: 1px solid #8e8e90;
  border-bottom: 1px solid #8e8e90;
}

.sch-content-flex-namba{
  border-top: 1px solid #FFAF2E;
  border-bottom: 1px solid #FFAF2E;
}

.sch-content-flex-osakabayside{
  border-top: 1px solid #55C2EC;
  border-bottom: 1px solid #55C2EC;
}

.sch-content-flex-fukuoka{
  border-top: 1px solid #FF4219;
  border-bottom: 1px solid #FF4219;
}

.sch-content-flex-newtaipei{
  border-top: 1px solid #a15fe2;
  border-bottom: 1px solid #a15fe2;
}

.sch-content-flex-kualalumpur{
  border-top: 1px solid #dd6b42;
  border-bottom: 1px solid #dd6b42;
}

.sch-content-flex p {
  margin: 0;
}

.sch-content:hover {
  opacity: inherit;
}

@media only screen and (max-width: 767px) {
  .sch-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 10px;
    position: relative;
    z-index: 1;
  }
  :not(.sch-private).sch-content {
    pointer-events: auto;
  }

  :not(.sch-private).sch-content:after {
    -ms-transform: rotate(45deg);
    -o-transition: .3s ease-in-out;
    -webkit-transform: rotate(45deg);
    -webkit-transition: .3s ease-in-out;
    bottom: 0;
    content: "";
    height: 15px;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 0;
    transform: rotate(45deg);
    transition: .3s ease-in-out;
    width: 15px;

    -webkit-filter: drop-shadow(0px 0px 6px #fff);
    filter: drop-shadow(0px 0px 6px #fff);
  }
  .page-search .sch-content:after {
    border-right: 2px solid #F80D2D;
    border-top: 2px solid #F80D2D;
  }
  .page-tokyo .sch-content:after {
    border-right: 2px solid #00AC65;
    border-top: 2px solid #00AC65;
  }
  .page-sapporo .sch-content:after {
    border-right: 2px solid #0374C0;
    border-top: 2px solid #0374C0;
  }
  .page-shinjuku .sch-content:after {
    border-right: 2px solid #a59020;
    border-top: 2px solid #a59020;
  }
  .page-newtaipei .sch-content:after {
    border-right: 2px solid #a15fe2;
    border-top: 2px solid #a15fe2;
  }
  .page-kualalumpur .sch-content:after {
    border-right: 2px solid #dd6b42;
    border-top: 2px solid #dd6b42;
  }
  .page-divercity .sch-content:after {
    border-right: 2px solid #3E389D;
    border-top: 2px solid #3E389D;
  }
  .page-nagoya .sch-content:after {
    border-right: 2px solid #EF3A9D;
    border-top: 2px solid #EF3A9D;
  }
  .page-namba .sch-content:after {
    border-right: 2px solid #FFAF2E;
    border-top: 2px solid #FFAF2E;
  }
  .page-osakabayside .sch-content:after {
    border-right: 2px solid #55C2EC;
    border-top: 2px solid #55C2EC;
  }
  .page-fukuoka .sch-content:after {
    border-right: 2px solid #FF4219;
    border-top: 2px solid #FF4219;
  }
  .page-yokohama .sch-content:after {
    border-right: 2px solid #8e8e90;
    border-top: 2px solid #8e8e90;
  }
  .page-haneda .sch-content:after {
    border-right: 2px solid #2A2A86;
    border-top: 2px solid #2A2A86;
  }

}

.sch-content-date {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 250px;
}

.sch-content-date-flex{
  /* margin: 9px 0; */
  width: auto;
}

.sch-content-date-flex p{
  margin:0 10px;
}
.sch-content-text-flex {
  width: 60% !important;
  padding: 20px !important;
  padding-right: 0px !important;
}

.sch-content-text-flex-private{
  width: 60% !important;
  margin-top: -170px;
}

.sch-content-text-flex p , .sch-content-text-flex span{
  font-size: 14px;
}

.sch-content-flex {
  /* margin: 20px; */
}

.sch-content-date__inner {
  font-weight: 600;
}

.sch-content-date-flex__inner{
  display: flex;
}

@media only screen and (max-width: 767px) {
  .sch-content-date {
    display: block;
    width: 100%;
  }
}

.sch-content-date-today {
  color: #fff;
  font-family: "Century Gothic", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 29px;
  left: 8px;
  line-height: 1;
  padding: 4px 0;
  position: absolute;
  text-shadow: 0 0 7px #fff;
  top: 8px;
  width: 228px;
}

.contact {
  pointer-events: auto;
  border-bottom: 1px solid #fff;
}

.ht-Live-content .contact {
    border-color: #000;
    cursor: pointer;
}

.page-search .sch-content-date-today {
  background: #F80D2D;
}

.page-tokyo .sch-content-date-today {
  background: #00AC65;
}

.page-sapporo .sch-content-date-today {
  background: #0374C0;
}

.page-shinjuku .sch-content-date-today {
  background: #a59020;
}

.page-newtaipei .sch-content-date-today {
  background: #a15fe2;
}

.page-kualalumpur .sch-content-date-today {
  background: #dd6b42;
}

.page-divercity .sch-content-date-today {
  background: #3E389D;
}

.page-nagoya .sch-content-date-today {
  background: #EF3A9D;
}

.page-namba .sch-content-date-today {
  background: #FFAF2E;
}

.page-fukuoka .sch-content-date-today {
  background: #FF4219;
}

.page-osakabayside .sch-content-date-today {
  background: #55C2EC;
}

.page-yokohama .sch-content-date-today {
  background: #8e8e90;
}

.page-haneda .sch-content-date-today {
  background: #2A2A86;
}

@media only screen and (max-width: 767px) {
  .sch-content-date-today {
    font-size: 16px;
    left: 0px;
    padding: 7px 0;
    top: 0px;
    width: 80px;
  }
}

.sch-content-date.sch-content-date--sunday {
  color: #F80D2D;
}

.sch-content-date.sch-content-date--saturday {
  color: #007EFF;
}

.sch-content-date.sch-content-date--today {
  text-shadow: 0 0 7px #fff;
}

.sch-content-date.sch-content-date--sunday.sch-content-date--today {
  text-shadow: 0 0 7px #F80D2D;
}

.sch-content-date.sch-content-date--saturday.sch-content-date--today {
  text-shadow: 0 0 7px #007EFF;
}

.sch-content-date__year {
  font-size: 29px;
  line-height: 1;
  padding: 20px 0 15px 0;
}

@media only screen and (max-width: 767px) {
  .sch-content-date__year {
    display: inline;
    font-size: 15px;
    margin-left: 8px !important;
  }
}

.sch-content-date__month {
  font-size: 50px;
  line-height: 1;
  padding: 20px 0 15px 0;
}

@media only screen and (max-width: 767px) {
  .sch-content-date__month {
    display: inline;
    font-size: 26px;
    padding: 0;
  }
}

.sch-content-date__week {
  font-family: "Century Gothic", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 22px;
  line-height: 1;
  padding: 20px 0 15px 0;
}

@media only screen and (max-width: 767px) {
  .sch-content-date__week {
    display: inline;
    font-size: 11px;
  }
}

.sch-content-img {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  /*height: 235px;*/
  justify-content: center;
  line-height: 1;
  overflow: hidden;
  width: 235px;
}

:not(.sch-private)>.sch-content-img img {
  pointer-events: auto;
}

@media only screen and (max-width: 767px) {
  .sch-content-img {
    width: 35%;
  }
}

.sch-content-img div{
  height: 235px;
  position: relative;
  width: 235px;
}

.sch-content-img img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.sch-content-text {
  padding: 20px 25px;
  position: relative;
  width: calc(100% - 485px);
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sch-content-text {
    line-height: 1.4;
    padding: 20px 30px 0 15px;
    width: 65%;
  }
}

.sch-content-text__performer {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .sch-content-text__performer {
    font-size: 16px;
    margin-bottom: 4px;
  }
}

.sch-content-text__ttl {
  font-size: 18px;
  margin-bottom: 30px;
}

:not(.sch-private)>.sch-content-text>.sch-content-text__ttl {
  pointer-events: auto;
}

:not(.sch-private)>.sch-content-text-flex-private>.sch-content-text__ttl {
  pointer-events: none;
}

.sch-content-text__ttl:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .sch-content-text__ttl {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .sch-content-text-mobile{
    margin-top: -170px;
  }
}

.sch-content-text__desc {
  font-size: 16px;
  line-height: 1.5;
}

.sch-content-border {
  padding: 5px 0px 5px 0px;
  border-bottom: 1px dashed #fff;
}

.sch-content-border-todays {
  padding: 5px 0px 5px 0px;
  border-bottom: 1px dashed #000;
}

.sch-content-contact {
  padding: 5px 0px 0px 0px;
}

@media only screen and (max-width: 767px) {
  .sch-content-text__desc {
    font-size: 12px;
    line-height: 2;
  }
}

.sch-content-text-date {
  overflow: hidden;
}

.sch-content-text-date__status {
  display: inline-block;
  float: left;
  font-family: "Century Gothic", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  margin-right: 5px;
}

.sch-content-text-date__open {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.sch-content-text-date__status {
  display: inline-block;
  float: left;
  margin-right: 5px;
}

.sch-content-text-date__start {
  display: inline-block;
  float: left;
}

.sch-content-text-date__note{
  display: inline-block;
  line-height: 1;
  height: 20px;
  vertical-align: middle;
}

.sch-content-text-btn {
  bottom: 20px;
  display: block;
  text-align: right;
  margin-top: 16px;
  font-family: "Century Gothic", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  /*position: absolute;
  right: 25px;*/
}

.sch-content-text-btn span {
  pointer-events: auto;
}

.sch-content-text-btn a {
  pointer-events: auto;
}

@media only screen and (max-width: 767px) {
  .sch-content-text-btn {
    display: none;
  }
}

.sch-content-text-btn span, .sch-content-text-btn a {
  -webkit-box-sizing: border-box;
  border-radius: 25px;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1;
  padding: 10px 60px 10px 25px;
  position: relative;
  font-size: 1rem;
}

.sch-content-text-btn span:after, .sch-content-text-btn a:after {
  -ms-transform: rotate(45deg);
  -o-transition: .3s ease-in-out;
  -webkit-transform: rotate(45deg);
  -webkit-transition: .3s ease-in-out;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 35px;
  top: 0;
  transform: rotate(45deg);
  transition: .3s ease-in-out;
  width: 10px;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.5 ));
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.5 ));
}

/* swiper
-----------------------------------------------------------------*/
.swiper-scheduleWrap {
  margin: 50px auto 0 auto;
  max-width: 985px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .swiper-scheduleWrap {
    margin: 20px auto 0 auto;
    padding: 0 15px;
  }
}

.swiper-scheduleWrap.swiper-scheduleWrap--bottom {
  margin-bottom: 200px;
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .swiper-scheduleWrap.swiper-scheduleWrap--bottom {
    margin-bottom: 100px;
    margin-top: 40px;
  }
}

.swiper-schedule {
  overflow: hidden;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .swiper-schedule {
    margin: 0 auto;
    width: 80%;
  }
}

.swiper-scheduleWrap .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url(https://www.zepp.co.jp/~pj-zepp/wordpress/wp-content/uploads/2018/11/19151701/aroow_sch_right1.png);
  left: -50px;
}

@media only screen and (max-width: 767px) {
  .swiper-scheduleWrap .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 15px;
  }
}

.swiper-scheduleWrap .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url(https://www.zepp.co.jp/~pj-zepp/wordpress/wp-content/uploads/2018/11/19151700/aroow_sch_left1.png);
  right: -50px;
}

@media only screen and (max-width: 767px) {
  .swiper-scheduleWrap .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 15px;
  }
}

.swiper-schedule .swiper-slide {
  display: table;
  height: 120px;
  position: relative;
}

.swiper-slide .video-iframe {
  width: 100%;
  height: 0;
  padding-bottom: 49.5%;
  position: relative;
}

.swiper-slide .video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .swiper-schedule .swiper-slide {
    height: 80px;
  }
}

.page-tokyo .swiper-schedule .swiper-slide.swiper-slide--on {
  background: url(https://www.zepp.co.jp/~pj-zepp/wordpress/wp-content/uploads/2018/11/17141725/sample_on1.png) no-repeat center;
  background-size: contain;
}

.page-sapporo .swiper-schedule .swiper-slide.swiper-slide--on {
  background: url(https://www.zepp.co.jp/~pj-zepp/wordpress/wp-content/uploads/2018/11/19153858/bg_sch_btn_on_sapporo.png) no-repeat center;
  background-size: contain;
}

.page-shinjuku .swiper-schedule .swiper-slide.swiper-slide--on {
  background: url(https://www.zepp.co.jp/~pj-zepp/wordpress/wp-content/uploads/2018/11/19153859/bg_sch_btn_on_namba.png) no-repeat center;
  background-size: contain;
}

.page-newtaipei .swiper-schedule .swiper-slide.swiper-slide--on {
  background: url(https://www.zepp.co.jp/~pj-zepp/wordpress/wp-content/uploads/2018/11/19153901/bg_sch_btn_on_divercity.png) no-repeat center;
  background-size: contain;
}

.page-kualalumpur .swiper-schedule .swiper-slide.swiper-slide--on {
  background: url(https://www.zepp.co.jp/~pj-zepp/wordpress/wp-content/uploads/2018/11/19153900/bg_sch_btn_on_fukuoka.png) no-repeat center;
  background-size: contain;
}

.page-divercity .swiper-schedule .swiper-slide.swiper-slide--on {
  background: url(https://www.zepp.co.jp/~pj-zepp/wordpress/wp-content/uploads/2018/11/19153901/bg_sch_btn_on_divercity.png) no-repeat center;
  background-size: contain;
}

.page-nagoya .swiper-schedule .swiper-slide.swiper-slide--on {
  background: url(https://www.zepp.co.jp/~pj-zepp/wordpress/wp-content/uploads/2018/11/19153900/bg_sch_btn_on_nagoya.png) no-repeat center;
  background-size: contain;
}

.page-namba .swiper-schedule .swiper-slide.swiper-slide--on {
  background: url(https://www.zepp.co.jp/~pj-zepp/wordpress/wp-content/uploads/2018/11/19153859/bg_sch_btn_on_namba.png) no-repeat center;
  background-size: contain;
}

.page-fukuoka .swiper-schedule .swiper-slide.swiper-slide--on {
  background: url(https://www.zepp.co.jp/~pj-zepp/wordpress/wp-content/uploads/2018/11/19153900/bg_sch_btn_on_fukuoka.png) no-repeat center;
  background-size: contain;
}

.page-osakabayside .swiper-schedule .swiper-slide.swiper-slide--on {
  background: url(https://www.zepp.co.jp/~pj-zepp/wordpress/wp-content/uploads/2018/11/19153858/bg_sch_btn_on_osakabayside.png) no-repeat center;
  background-size: contain;
}

.page-yokohama .swiper-schedule .swiper-slide.swiper-slide--on {
  background: url(https://www.zepp.co.jp/~pj-zepp/wordpress/wp-content/uploads/2019/12/10003153/bg_sch_btn_on_yokohama.png) no-repeat center;
  background-size: contain;
}

.page-haneda .swiper-schedule .swiper-slide.swiper-slide--on {
  background: url(https://www.zepp.co.jp/~pj-zepp/wordpress/wp-content/uploads/2020/06/24013533/sample_on1.png) no-repeat center;
  background-size: contain;
}

.page-tokyo .swiper-schedule .swiper-slide.swiper-slide--off {
  background: url(https://www.zepp.co.jp/~pj-zepp/wordpress/wp-content/uploads/2018/11/19154606/bg_sch_btn_off_tokyo.png) no-repeat center;
  background-size: contain;
}

.page-sapporo .swiper-schedule .swiper-slide.swiper-slide--off {
  background: url(https://www.zepp.co.jp/~pj-zepp/wordpress/wp-content/uploads/2018/11/19154609/bg_sch_btn_off_sapporo.png) no-repeat center;
  background-size: contain;
}

.page-shinjuku .swiper-schedule .swiper-slide.swiper-slide--off {
  background: url(https://www.zepp.co.jp/~pj-zepp/wordpress/wp-content/uploads/2018/11/19154608/bg_sch_btn_off_namba.png) no-repeat center;
  background-size: contain;
}

.page-newtaipei .swiper-schedule .swiper-slide.swiper-slide--off {
  background: url(https://www.zepp.co.jp/~pj-zepp/wordpress/wp-content/uploads/2018/11/19154608/bg_sch_btn_off_divercity.png) no-repeat center;
  background-size: contain;
}

.page-kualalumpur .swiper-schedule .swiper-slide.swiper-slide--off {
  background: url(https://www.zepp.co.jp/~pj-zepp/wordpress/wp-content/uploads/2018/11/19154607/bg_sch_btn_off_fukuoka.png) no-repeat center;
  background-size: contain;
}

.page-divercity .swiper-schedule .swiper-slide.swiper-slide--off {
  background: url(https://www.zepp.co.jp/~pj-zepp/wordpress/wp-content/uploads/2018/11/19154608/bg_sch_btn_off_divercity.png) no-repeat center;
  background-size: contain;
}

.page-nagoya .swiper-schedule .swiper-slide.swiper-slide--off {
  background: url(https://www.zepp.co.jp/~pj-zepp/wordpress/wp-content/uploads/2018/11/19154610/bg_sch_btn_off_nagoya.png) no-repeat center;
  background-size: contain;
}

.page-namba .swiper-schedule .swiper-slide.swiper-slide--off {
  background: url(https://www.zepp.co.jp/~pj-zepp/wordpress/wp-content/uploads/2018/11/19154608/bg_sch_btn_off_namba.png) no-repeat center;
  background-size: contain;
}

.page-fukuoka .swiper-schedule .swiper-slide.swiper-slide--off {
  background: url(https://www.zepp.co.jp/~pj-zepp/wordpress/wp-content/uploads/2018/11/19154607/bg_sch_btn_off_fukuoka.png) no-repeat center;
  background-size: contain;
}

.page-osakabayside .swiper-schedule .swiper-slide.swiper-slide--off {
  background: url(https://www.zepp.co.jp/~pj-zepp/wordpress/wp-content/uploads/2018/11/19154605/bg_sch_btn_off_osakabayside.png) no-repeat center;
  background-size: contain;
}

.page-yokohama .swiper-schedule .swiper-slide.swiper-slide--off {
  background: url(https://www.zepp.co.jp/~pj-zepp/wordpress/wp-content/uploads/2019/12/10003144/bg_sch_btn_off_yokohama.png) no-repeat center;
  background-size: contain;
}

.page-haneda .swiper-schedule .swiper-slide.swiper-slide--off {
  background: url(https://www.zepp.co.jp/~pj-zepp/wordpress/wp-content/uploads/2019/12/10003144/bg_sch_btn_off_yokohama.png) no-repeat center;
  background-size: contain;
}


.swiper-schedule .swiper-slide__month {
  color: #fff;
  display: table-cell;
  font-size: 40px;
  line-height:0.6em;
  text-align: center;
  vertical-align: middle;
}

.swiper-slide__month .month-label {
  line-height:0.9em;
}

.swiper-slide__month .month-label:before {
  content: "";
  width: 1px;
  height: 10px;
  display: block;
  margin-top: 10px;
}

.swiper-slide__month .month-en-label {
  font-size: 0.4em;
}

.swiper-slide__month .month-en-label:after {
  content: "";
  width: 1px;
  height: 15px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .swiper-schedule .swiper-slide__month {
    font-size: 30px;
  }
}

.swiper-schedule .swiper-slide.swiper-slide--on .swiper-slide__month {
  font-weight: bold;
}

.page-tokyo .swiper-schedule .swiper-slide.swiper-slide--on .swiper-slide__month {
  text-shadow: 0 0 8px #00AC65;

  -webkit-text-stroke: 1px #00AC65;
}

.page-tokyo .swiper-schedule .swiper-slide.swiper-slide--on .swiper-slide__month .month-en-label {
  -webkit-text-stroke: 0.2px #00AC65;
}

.page-sapporo .swiper-schedule .swiper-slide.swiper-slide--on .swiper-slide__month {
  text-shadow: 0 0 8px #0374C0;

  -webkit-text-stroke: 1px #0374C0;
}

.page-sapporo .swiper-schedule .swiper-slide.swiper-slide--on .swiper-slide__month .month-en-label {
  -webkit-text-stroke: 0.2px #0374C0;
}

.page-shinjuku .swiper-schedule .swiper-slide.swiper-slide--on .swiper-slide__month {
  text-shadow: 0 0 8px #a59020;

  -webkit-text-stroke: 1px #a59020;
}

.page-shinjuku .swiper-schedule .swiper-slide.swiper-slide--on .swiper-slide__month .month-en-label {
  -webkit-text-stroke: 0.2px #a59020;
}

.page-newtaipei .swiper-schedule .swiper-slide.swiper-slide--on .swiper-slide__month {
  text-shadow: 0 0 8px #a15fe2;

  -webkit-text-stroke: 1px #a15fe2;
}

.page-newtaipei .swiper-schedule .swiper-slide.swiper-slide--on .swiper-slide__month .month-en-label {
  -webkit-text-stroke: 0.2px #a15fe2;
}

.page-kualalumpur .swiper-schedule .swiper-slide.swiper-slide--on .swiper-slide__month {
  text-shadow: 0 0 8px #dd6b42;

  -webkit-text-stroke: 1px #dd6b42;
}

.page-kualalumpur .swiper-schedule .swiper-slide.swiper-slide--on .swiper-slide__month .month-en-label {
  -webkit-text-stroke: 0.2px #dd6b42;
}

.page-divercity .swiper-schedule .swiper-slide.swiper-slide--on .swiper-slide__month {
  text-shadow: 0 0 8px #3E389D;

  -webkit-text-stroke: 1px #3E389D;
}

.page-divercity .swiper-schedule .swiper-slide.swiper-slide--on .swiper-slide__month .month-en-label {
  -webkit-text-stroke: 0.2px #3E389D;
}

.page-nagoya .swiper-schedule .swiper-slide.swiper-slide--on .swiper-slide__month {
  text-shadow: 0 0 8px #EF3A9D;

  -webkit-text-stroke: 1px #EF3A9D;
}

.page-nagoya .swiper-schedule .swiper-slide.swiper-slide--on .swiper-slide__month .month-en-label {
  -webkit-text-stroke: 0.2px #EF3A9D;
}

.page-namba .swiper-schedule .swiper-slide.swiper-slide--on .swiper-slide__month {
  text-shadow: 0 0 8px #FFAF2E;

  -webkit-text-stroke: 1px #FFAF2E;
}

.page-namba .swiper-schedule .swiper-slide.swiper-slide--on .swiper-slide__month .month-en-label {
  -webkit-text-stroke: 0.2px #FFAF2E;
}

.page-fukuoka .swiper-schedule .swiper-slide.swiper-slide--on .swiper-slide__month {
  text-shadow: 0 0 8px #FF4219;

  -webkit-text-stroke: 1px #FF4219;
}

.page-fukuoka .swiper-schedule .swiper-slide.swiper-slide--on .swiper-slide__month .month-en-label {
  -webkit-text-stroke: 0.2px #FF4219;
}

.page-yokohama .swiper-schedule .swiper-slide.swiper-slide--on .swiper-slide__month {
  /*text-shadow: 0 0 8px #F80D2D;

  -webkit-text-stroke: 1px #F80D2D;
  */
   text-shadow: 0 0 8px #8e8e90;

  -webkit-text-stroke: 1px #8e8e90;
}

.page-yokohama .swiper-schedule .swiper-slide.swiper-slide--on .swiper-slide__month .month-en-label {
  -webkit-text-stroke: 0.2px #8e8e90;
}

.page-haneda .swiper-schedule .swiper-slide.swiper-slide--on .swiper-slide__month {
  /*text-shadow: 0 0 8px #F80D2D;

  -webkit-text-stroke: 1px #F80D2D;
  */
   text-shadow: 0 0 8px #2A2A86;

  -webkit-text-stroke: 1px #2A2A86;
}

.page-haneda .swiper-schedule .swiper-slide.swiper-slide--on .swiper-slide__month .month-en-label {
  -webkit-text-stroke: 0.2px #2A2A86;
}

.page-tokyo .swiper-schedule .swiper-slide.swiper-slide--on .swiper-slide__month {
  text-shadow: 0 0 8px #55C2EC;

  -webkit-text-stroke: 1px #55C2EC;
}

.swiper-schedule .swiper-slide.swiper-slide--off .swiper-slide__month {
  opacity: .5;
}

.page-tokyo .swiper-schedule .swiper-slide.swiper-slide--off .swiper-slide__month {
  text-shadow: 0 0 8px #00AC65;
}

.page-sapporo .swiper-schedule .swiper-slide.swiper-slide--off .swiper-slide__month {
  text-shadow: 0 0 8px #0374C0;
}

.page-shinjuku .swiper-schedule .swiper-slide.swiper-slide--off .swiper-slide__month {
  text-shadow: 0 0 8px #a59020;
}

.page-newtaipei .swiper-schedule .swiper-slide.swiper-slide--off .swiper-slide__month {
  text-shadow: 0 0 8px #a15fe2;
}

.page-kualalumpur .swiper-schedule .swiper-slide.swiper-slide--off .swiper-slide__month {
  text-shadow: 0 0 8px #dd6b42;
}

.page-divercity .swiper-schedule .swiper-slide.swiper-slide--off .swiper-slide__month {
  text-shadow: 0 0 8px #3E389D;
}

.page-nagoya .swiper-schedule .swiper-slide.swiper-slide--off .swiper-slide__month {
  text-shadow: 0 0 8px #EF3A9D;
}

.page-namba .swiper-schedule .swiper-slide.swiper-slide--off .swiper-slide__month {
  text-shadow: 0 0 8px #FFAF2E;
}

.page-fukuoka .swiper-schedule .swiper-slide.swiper-slide--off .swiper-slide__month {
  text-shadow: 0 0 8px #FF4219;
}

.page-yokohama .swiper-schedule .swiper-slide.swiper-slide--off .swiper-slide__month {
  text-shadow: 0 0 8px #8e8e90;
}

.page-haneda .swiper-schedule .swiper-slide.swiper-slide--off .swiper-slide__month {
  text-shadow: 0 0 8px #2A2A86;
}

.page-tokyo .swiper-schedule .swiper-slide.swiper-slide--off .swiper-slide__month {
  text-shadow: 0 0 8px #55C2EC;
}

.page-event {
  margin: 0 auto;
  /*min-width: 1280px;*/
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .page-event {
    min-width: 100%;
  }
}

/* color
-----------------------------------------------------------------*/
.page-tokyo .event-hero {
  background-color: rgba(0, 172, 101, 0.2);
}

@media only screen and (max-width: 767px) {
  .page-tokyo .event-hero {
    background-color: rgba(0, 172, 101, 0.4);
  }
}

.page-sapporo .event-hero {
  background-color: rgba(3, 116, 192, 0.2);
}

@media only screen and (max-width: 767px) {
  .page-sapporo .event-hero {
    background-color: rgba(3, 116, 192, 0.4);
  }
}

.page-shinjuku .event-hero {
  background-color: rgba(165, 144, 32, 0.2);
}

@media only screen and (max-width: 767px) {
  .page-shinjuku .event-hero {
    background-color: rgba(165, 144, 32, 0.4);
  }
}

.page-newtaipei .event-hero {
  background-color: rgba(161, 95, 226, 0.2);
}

@media only screen and (max-width: 767px) {
  .page-newtaipei .event-hero {
    background-color: rgba(161, 95, 226, 0.4);
  }
}

.page-kualalumpur .event-hero {
  background-color: rgba(221, 107, 66, 0.2);
}

@media only screen and (max-width: 767px) {
  .page-kualalumpur .event-hero {
    background-color: rgba(221, 107, 66, 0.4);
  }
}

.page-divercity .event-hero {
  background-color: rgba(62, 56, 157, 0.2);
}

@media only screen and (max-width: 767px) {
  .page-divercity .event-hero {
    background-color: rgba(62, 56, 157, 0.4);
  }
}

.page-nagoya .event-hero {
  background-color: rgba(239, 58, 157, 0.2);
}

@media only screen and (max-width: 767px) {
  .page-nagoya .event-hero {
    background-color: rgba(239, 58, 157, 0.4);
  }
}

.page-namba .event-hero {
  background-color: rgba(255, 175, 46, 0.2);
}

@media only screen and (max-width: 767px) {
  .page-namba .event-hero {
    background-color: rgba(255, 175, 46, 0.4);
  }
}

.page-fukuoka .event-hero {
  background-color: rgba(255, 66, 25, 0.2);
}

@media only screen and (max-width: 767px) {
  .page-fukuoka .event-hero {
    background-color: rgba(255, 66, 25, 0.4);
  }
}

.page-osakabayside .event-hero {
  background-color: rgba(85, 194, 236, 0.2);
}

@media only screen and (max-width: 767px) {
  .page-osakabayside .event-hero {
    background-color: rgba(85, 194, 236, 0.4);
  }
}

.page-yokohama .event-hero {
  background-color: rgba(200, 200, 220, 0.2);
}

@media only screen and (max-width: 767px) {
  .page-yokohama .event-hero {
    background-color: rgba(200, 200, 220, 0.2);
  }
}

.page-haneda .event-hero {
  background-color: rgba(42, 42, 134, 0.2);
}

@media only screen and (max-width: 767px) {
  .page-haneda .event-hero {
    background-color: rgba(42, 42, 134, 0.2);
  }
}

.page-tokyo .evnet-navItem .evnet-navItem__text {
  border: 1px solid #00AC65;
}

.page-tokyo .evnet-navItem .evnet-navItem__text:hover {
  background-color: rgba(0, 172, 101, 0.2);
  opacity: inherit;
  text-shadow: 0px 0px 5px #fff;
}

.page-sapporo .evnet-navItem .evnet-navItem__text {
  border: 1px solid #0374C0;
}

.page-sapporo .evnet-navItem .evnet-navItem__text:hover {
  background-color: rgba(3, 116, 192, 0.2);
  opacity: inherit;
  text-shadow: 0px 0px 5px #fff;
}

.page-shinjuku .evnet-navItem .evnet-navItem__text {
  border: 1px solid #a59020;
}

.page-shinjuku .evnet-navItem .evnet-navItem__text:hover {
  background-color: rgba(165, 144, 32, 0.2);
  opacity: inherit;
  text-shadow: 0px 0px 5px #fff;
}

.page-newtaipei .evnet-navItem .evnet-navItem__text {
  border: 1px solid #a15fe2;
}

.page-newtaipei .evnet-navItem .evnet-navItem__text:hover {
  background-color: rgba(161, 95, 226, 0.2);
  opacity: inherit;
  text-shadow: 0px 0px 5px #fff;
}

.page-kualalumpur .evnet-navItem .evnet-navItem__text {
  border: 1px solid #dd6b42;
}

.page-kualalumpur .evnet-navItem .evnet-navItem__text:hover {
  background-color: rgba(221, 107, 66, 0.2);
  opacity: inherit;
  text-shadow: 0px 0px 5px #fff;
}

.page-divercity .evnet-navItem .evnet-navItem__text {
  border: 1px solid #3E389D;
}

.page-divercity .evnet-navItem .evnet-navItem__text:hover {
  background-color: rgba(62, 56, 157, 0.2);
  opacity: inherit;
  text-shadow: 0px 0px 5px #fff;
}

.page-nagoya .evnet-navItem .evnet-navItem__text {
  border: 1px solid #EF3A9D;
}

.page-nagoya .evnet-navItem .evnet-navItem__text:hover {
  background-color: rgba(239, 58, 157, 0.2);
  opacity: inherit;
  text-shadow: 0px 0px 5px #fff;
}

.page-namba .evnet-navItem .evnet-navItem__text {
  border: 1px solid #FFAF2E;
}

.page-namba .evnet-navItem .evnet-navItem__text:hover {
  background-color: rgba(255, 175, 46, 0.2);
  opacity: inherit;
  text-shadow: 0px 0px 5px #fff;
}

.page-fukuoka .evnet-navItem .evnet-navItem__text {
  border: 1px solid #FF4219;
}

.page-fukuoka .evnet-navItem .evnet-navItem__text:hover {
  background-color: rgba(255, 66, 25, 0.2);
  opacity: inherit;
  text-shadow: 0px 0px 5px #fff;
}

.page-yokohama .evnet-navItem .evnet-navItem__text {
  border: 1px solid #8e8e90;
}

.page-yokohama .evnet-navItem .evnet-navItem__text:hover {
  background-color: rgba(200, 200, 220, 0.2);
  opacity: inherit;
  text-shadow: 0px 0px 5px #fff;
}

.page-osakabayside .evnet-navItem .evnet-navItem__text {
  border: 1px solid #55C2EC;
}

.page-osakabayside .evnet-navItem .evnet-navItem__text:hover {
  background-color: rgba(85, 194, 236, 0.2);
  opacity: inherit;
  text-shadow: 0px 0px 5px #fff;
}

.page-haneda .evnet-navItem .evnet-navItem__text {
  border: 1px solid #2A2A86;
}

.page-haneda .evnet-navItem .evnet-navItem__text:hover {
  background-color: rgba(42, 42, 134, 0.2);
  opacity: inherit;
  text-shadow: 0px 0px 5px #fff;
}

.page-tokyo .evnet-navItem .evnet-navItem__text.evnet-navItem__text--current {
  background-color: rgba(0, 172, 101, 0.2);
  text-shadow: 0px 0px 5px #fff;
}

@media only screen and (max-width: 767px) {
  .page-tokyo .evnet-navItem .evnet-navItem__text.evnet-navItem__text--current {
    background-color: rgba(0, 172, 101, 0.4);
  }
}

.page-sapporo .evnet-navItem .evnet-navItem__text.evnet-navItem__text--current {
  background-color: rgba(3, 116, 192, 0.2);
  text-shadow: 0px 0px 5px #fff;
}

@media only screen and (max-width: 767px) {
  .page-sapporo .evnet-navItem .evnet-navItem__text.evnet-navItem__text--current {
    background-color: rgba(3, 116, 192, 0.2);
  }
}

.page-shinjuku .evnet-navItem .evnet-navItem__text.evnet-navItem__text--current {
  background-color: rgba(165, 144, 32, 0.2);
  text-shadow: 0px 0px 5px #fff;
}

@media only screen and (max-width: 767px) {
  .page-shinjuku .evnet-navItem .evnet-navItem__text.evnet-navItem__text--current {
    background-color: rgba(165, 144, 32, 0.2);
  }
}

.page-newtaipei .evnet-navItem .evnet-navItem__text.evnet-navItem__text--current {
  background-color: rgba(161, 95, 226, 0.2);
  text-shadow: 0px 0px 5px #fff;
}

@media only screen and (max-width: 767px) {
  .page-newtaipei .evnet-navItem .evnet-navItem__text.evnet-navItem__text--current {
    background-color: rgba(161, 95, 226, 0.2);
  }
}

.page-kualalumpur .evnet-navItem .evnet-navItem__text.evnet-navItem__text--current {
  background-color: rgba(221, 107, 66, 0.2);
  text-shadow: 0px 0px 5px #fff;
}

@media only screen and (max-width: 767px) {
  .page-kualalumpur .evnet-navItem .evnet-navItem__text.evnet-navItem__text--current {
    background-color: rgba(221, 107, 66, 0.2);
  }
}

.page-divercity .evnet-navItem .evnet-navItem__text.evnet-navItem__text--current {
  background-color: rgba(62, 56, 157, 0.2);
  text-shadow: 0px 0px 5px #fff;
}

@media only screen and (max-width: 767px) {
  .page-divercity .evnet-navItem .evnet-navItem__text.evnet-navItem__text--current {
    background-color: rgba(62, 56, 157, 0.2);
  }
}

.page-nagoya .evnet-navItem .evnet-navItem__text.evnet-navItem__text--current {
  background-color: rgba(239, 58, 157, 0.2);
  text-shadow: 0px 0px 5px #fff;
}

@media only screen and (max-width: 767px) {
  .page-nagoya .evnet-navItem .evnet-navItem__text.evnet-navItem__text--current {
    background-color: rgba(239, 58, 157, 0.2);
  }
}

.page-namba .evnet-navItem .evnet-navItem__text.evnet-navItem__text--current {
  background-color: rgba(255, 175, 46, 0.2);
  text-shadow: 0px 0px 5px #fff;
}

@media only screen and (max-width: 767px) {
  .page-namba .evnet-navItem .evnet-navItem__text.evnet-navItem__text--current {
    background-color: rgba(255, 175, 46, 0.2);
  }
}

.page-fukuoka .evnet-navItem .evnet-navItem__text.evnet-navItem__text--current {
  background-color: rgba(255, 66, 25, 0.2);
  text-shadow: 0px 0px 5px #fff;
}

@media only screen and (max-width: 767px) {
  .page-fukuoka .evnet-navItem .evnet-navItem__text.evnet-navItem__text--current {
    background-color: rgba(255, 66, 25, 0.2);
  }
}

.page-osakabayside .evnet-navItem .evnet-navItem__text.evnet-navItem__text--current {
  background-color: rgba(85, 194, 236, 0.2);
  text-shadow: 0px 0px 5px #fff;
}

@media only screen and (max-width: 767px) {
  .page-osakabayside .evnet-navItem .evnet-navItem__text.evnet-navItem__text--current {
    background-color: rgba(85, 194, 236, 0.2);
  }
}

.page-yokohama .evnet-navItem .evnet-navItem__text.evnet-navItem__text--current {
  background-color: rgba(200, 200, 220, 0.2);
  text-shadow: 0px 0px 5px #fff;
}

@media only screen and (max-width: 767px) {
  .page-yokohama .evnet-navItem .evnet-navItem__text.evnet-navItem__text--current {
    background-color: rgba(200, 200, 220, 0.2);
  }
}

.page-haneda .evnet-navItem .evnet-navItem__text.evnet-navItem__text--current {
  background-color: rgba(42, 42, 134, 0.2);
  text-shadow: 0px 0px 5px #fff;
}

@media only screen and (max-width: 767px) {
  .page-haneda .evnet-navItem .evnet-navItem__text.evnet-navItem__text--current {
    background-color: rgba(42, 42, 134, 0.2);
  }
}

.page-search .event-headlineWrap__ttl:after {
  background: #F80D2D;
}

.page-tokyo .event-headlineWrap__ttl:after {
  background: #00AC65;
}

.page-sapporo .event-headlineWrap__ttl:after {
  background: #0374C0;
}

.page-shinjuku .event-headlineWrap__ttl:after {
  background: #a59020;
}

.page-newtaipei .event-headlineWrap__ttl:after {
  background: #a15fe2;
}

.page-kualalumpur .event-headlineWrap__ttl:after {
  background: #dd6b42;
}

.page-divercity .event-headlineWrap__ttl:after {
  background: #3E389D;
}

.page-nagoya .event-headlineWrap__ttl:after {
  background: #EF3A9D;
}

.page-namba .event-headlineWrap__ttl:after {
  background: #FFAF2E;
}

.page-fukuoka .event-headlineWrap__ttl:after {
  background: #FF4219;
}

.page-osakabayside .event-headlineWrap__ttl:after {
  background: #55C2EC;
}

.page-yokohama .event-headlineWrap__ttl:after {
  background: #8e8e90;
}

.page-haneda .event-headlineWrap__ttl:after {
  background: #2A2A86;
}


.swiper-thumbWrap {
  position: relative;
}

.swiper-thumbWrap .swiper-button-next {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-thumbWrap .swiper-button-prev {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

/* layout
-----------------------------------------------------------------*/
.event-body {
  max-width: 1481px;
  width: 100%;
  margin: 0 auto;
}
.event-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1484px;
  width: 100%;
}

.event-inner .banner {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .event-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
  }
}

/* common parts
-----------------------------------------------------------------*/
.event-hero {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  margin: 0 auto 24px;
  padding: 56px 0;
  text-align: center;
  width: 100%;
  max-width: 1484px;
}

@media only screen and (max-width: 767px) {
  .event-hero {
    margin-bottom: 18px;
    padding: 28px 0;
  }
}

.event-hero .event-hero__logo {
  max-height: 111px;
  width: auto;
}

@media only screen and (max-width: 767px) {
  .event-hero .event-hero__logo {
    max-height: inherit;
    max-width: 170px;
  }
}

.event-breadcrumb {
  display: block;
  font-size: 13px;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 20px;
  overflow: hidden;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .event-breadcrumb {
    font-size: 12px;
  }
}

.event-breadcrumb__item {
  display: inline-block;
  float: left;
}

.event-breadcrumb__item:not(:last-child):after {
  color: #fff;
  content: "/";
  margin: 0 10px;
}

@media only screen and (max-width: 767px) {
  .event-breadcrumb__item:not(:last-child):after {
    margin: 0 5px;
  }
}

.event-breadcrumb__item a {
  font-family: "Century Gothic", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.evnet-nav {
  display: block;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.evnet-navItem {
  display: inline-block;
  vertical-align: middle;
}
.evnet-navItem {
  width: auto;
  margin: 0 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .evnet-nav {
    border-top: 1px solid white;
  }
  .evnet-navItem {
    float: left;
    width: calc((100% / 2) - 2px);
    max-width: 100%;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    margin: 0;
  }
  .evnet-navItem:nth-child(2n){
    border-right: none;
  }
}
.evnet-navItem .evnet-navItem__text {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-box-sizing: border-box;
  align-items: center;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Century Gothic", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 16px;
  height: 80px;
  justify-content: center;
  line-height: 1.3;
  text-align: center;
}
/* .page-namba .evnet-navItem .evnet-navItem__text */
.banner-navItem {
  margin: 2vw 0 0 0;
  float: none;
  max-width: none;
  width: calc(100% / 6 * 2);
}
@media only screen and (max-width: 767px) {
    .banner-navItem {
      margin: 2vw 7.5px 0 0;
      float: none;
      max-width: none;
      width: calc(100% / 3 * 2);
    }
}
.banner-navItem__text {
  padding: 2em 1.5em;
}

@media only screen and (max-width: 767px) {
  .evnet-navItem .evnet-navItem__text {
    font-size: 12px;
    height: 45px;
    width: 100%;
  }
}

.event-headlineWrap {
  margin-top: 33px;
  text-align: center;
}

.event-headlineWrap.event-headlineWrap--black {
  color: #000;
}

.event-headlineWrap__ttl {
  font-family: "Century Gothic", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.2;
  padding-bottom: 18px;
  position: relative;
  text-shadow: 3px 3px 10px #fff;
  z-index: 1;
}

.event-headlineWrap__ttl:after {
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 292px;

  -webkit-filter: drop-shadow(0px 0px 7px #fff);
  filter: drop-shadow(0px 0px 7px #fff);
}

.event-headlineWrap-small__ttl{
  font-size: 24px;
}

.event-headlineWrap-small__ttl::before{
  content:"\A";
  white-space:pre;
}

@media only screen and (max-width: 767px) {
  .event-headlineWrap__ttl {
    font-size: 30px;
    padding-bottom: 15px;
  }
  .event-headlineWrap-small__ttl{
    font-size: 16px;
  }
  .event-headlineWrap__ttl:after {
    width: 120px;
  }
}

.event-headlineWrap__sub {
  line-height: 1.2;
  margin: 20px 0 0 0;
}

.event-headlineWrap-small__sub{
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .event-headlineWrap__sub {
    font-size: 14px;
    margin: 15px 0 0 0;
  }
  .event-headlineWrap-small__sub{
    font-size: 12px;
  }
  .event-headlineWrap-small__sub::before{
    content:"\A";
    white-space:pre;
  }
}

/* calendar
-----------------------------------------------------------------*/

.event-calendar-wrap {
  text-align: center;
  margin-top: 15px;
  padding: 15px;
  text-align: center;
}

.event-calendar-btn {
  width: 100%;
  max-width: 770px;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: button;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border:1px solid #fff;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.event-calendar-btn:focus {
  outline: none;
}

.event-calendar-table {
  width: 100%;
  max-width: 770px;
  margin: auto;
  border:1px solid #fff;
}

.event-calendar-table, .event-calendar-table th, .event-calendar-table td {
  border:none;
  background-color: #000;
  font-size: 1.5rem;
}

.event-calendar-table th {
  font-weight: normal;
}

.week {
  font-size: .75em;
}

.event-calendar-date a {
  border-bottom:1px solid #fff;
  text-shadow: 3px 3px 10px #fff;
}

.disabled-date {
  color: #999;
}

.page-tokyo .event-calendar-btn {
  border: 1px solid #00AC65;
  background-color:rgba(0, 172, 101, 0.4);
}

.page-tokyo .event-calendar-btn:hover {
  background-color: rgba(23, 179, 115, 0.4);
  border: 1px solid #17B373;
  opacity: inherit;
  text-shadow: 0px 0px 5px #fff;
}

.page-sapporo .event-calendar-btn {
  border: 1px solid #006AB7;
  background-color:rgba(3, 116, 192, 0.4);
}

.page-sapporo .event-calendar-btn:hover {
  border: 1px solid #1777BD;
  background-color: rgba(25, 128, 197, 0.4);
  opacity: inherit;
  text-shadow: 0px 0px 5px #fff;
}

.page-shinjuku .event-calendar-btn {
  border: 1px solid #a59020;
  background-color:rgba(165, 144, 32, 0.4);
}

.page-shinjuku .event-calendar-btn:hover {
  border: 1px solid #aa993a;
  background-color: rgba(174, 158, 66, 0.4);
  opacity: inherit;
  text-shadow: 0px 0px 5px #fff;
}

.page-newtaipei .event-calendar-btn {
  border: 1px solid #a15fe2;
  background-color:rgba(161, 95, 226, 0.4);
}

.page-newtaipei .event-calendar-btn:hover {
  border: 1px solid #a772db;
  background-color: rgba(174, 127, 221, 0.4);
  opacity: inherit;
  text-shadow: 0px 0px 5px #fff;
}

.page-kualalumpur .event-calendar-btn {
  border: 1px solid #dd6b42;
  background-color:rgba(221, 107, 66, 0.4);
}

.page-kualalumpur .event-calendar-btn:hover {
  border: 1px solid #dd6b42;
  background-color: rgba(218, 123, 89, 0.4);
  opacity: inherit;
  text-shadow: 0px 0px 5px #fff;
}

.page-divercity .event-calendar-btn {
  border:1px solid #8168AC;
  background-color:rgba(62, 56, 157, 0.4)
}

.page-divercity .event-calendar-btn:hover {
  border:1px solid #917BB7;
  background-color: rgba(98, 66, 152, 0.4);
  text-shadow: 0px 0px 5px #fff;
}

.page-nagoya .event-calendar-btn {
  border: 1px solid #DE0D84;
  background-color:rgba(239, 58, 157, 0.4);
}

.page-nagoya .event-calendar-btn:hover {
  border: 1px solid #E1238F;
  background-color: rgba(240, 75, 165, 0.4);
  opacity: inherit;
  text-shadow: 0px 0px 5px #fff;
}

.page-namba .event-calendar-btn {
  border: 1px solid #F8B800;
  background-color:rgba(255, 175, 46, 0.4);
}

.page-namba .event-calendar-btn:hover {
  border: 1px solid #F8BE17;
  background-color: rgba(255, 182, 65, 0.4);
  opacity: inherit;
  text-shadow: 0px 0px 5px #fff;
}

.page-osakabayside .event-calendar-btn {
  border: 1px solid #5DB6E7;
  background-color:rgba(85, 194, 236, 0.4);
}

.page-osakabayside .event-calendar-btn:hover {
  border: 1px solid #6BBCE9;
  background-color: rgba(100, 199, 237, 0.4);
  opacity: inherit;
  text-shadow: 0px 0px 5px #fff;
}

.page-fukuoka .event-calendar-btn {
  border: 1px solid #E7380C;
  background-color:rgba(255, 66, 25, 0.4);
}

.page-fukuoka .event-calendar-btn:hover {
  border: 1px solid #E94A22;
  background-color: rgba(255, 82, 45, 0.4);
  opacity: inherit;
  text-shadow: 0px 0px 5px #fff;
}

.page-yokohama .event-calendar-btn {
  border: 1px solid #999;
  background-color: rgba(142,142,144,0.5);
}

.page-yokohama .event-calendar-btn:hover {
  border: 1px solid #ccc;
  background-color: rgba(200,200,200,0.5);
  opacity: inherit;
  text-shadow: 0px 0px 5px #fff;
}

.page-haneda .event-calendar-btn {
  border: 1px solid #2A2A86;
  background-color: rgba(42,42,134,0.5);
}

.page-haneda .event-calendar-btn:hover {
  border: 1px solid #2A2A86;
  background-color: rgba(61,61,158,0.5);
  opacity: inherit;
  text-shadow: 0px 0px 5px #fff;
}

/* color
-----------------------------------------------------------------*/
/**
* search
*/
.page-tokyo .accbox .col {
  border-bottom: 2px solid #F80D2D;
}

.page-tokyo .accbox label::after {
  color: #F80D2D;
}
.page-tokyo .ht-btn a {
  border: 2px solid #F80D2D;
  color: #F80D2D;
}

.page-tokyo .ht-btn a:hover {
  background: #F80D2D;
  border: 2px solid #F80D2D;
}

.page-tokyo .ht-newWrap-inner {
  border: 2px solid #F80D2D;
}

.page-tokyo .ht-guideMap-navi-item {
  background: #F80D2D;
}

/**
* tokyo
*/
.page-tokyo .accbox .col {
  border-bottom: 2px solid #00AC65;
}

.page-tokyo .accbox label::after {
  color: #00AC65;
}

/*
.page-tokyo .ht-hero-bg:before {
background: rgba(0, 172, 101, 0.2);
}
*/


.page-tokyo .ht-btn a {
  border: 2px solid #00AC65;
  color: #00AC65;
}

.page-tokyo .ht-btn a:hover {
  background: #00AC65;
  border: 2px solid #00AC65;
}

.page-tokyo .ht-newWrap-inner {
  border: 2px solid #00AC65;
}

.page-tokyo .ht-guideMap-navi-item {
  background: #00AC65;
}

/**
* sapporo
*/
.page-sapporo .accbox .col {
  border-bottom: 2px solid #006AB7;
}
/*
.page-sapporo .ht-hero-bg:before {
background: rgba(3, 116, 192, 0.2);
}
*/
.page-sapporo .ht-btn a {
  border: 2px solid #006AB7;
  color: #006AB7;
}
.page-sapporo .ht-btn a:hover {
  background: #006AB7;
  border: 2px solid #006AB7;
}
.page-sapporo .ht-newWrap-inner {
  border: 2px solid #006AB7;
}
.page-sapporo .ht-guideMap-navi-item {
  background: #006AB7;
}
.page-sapporo .accbox label::after {
  color: #006AB7;
}
/**
* shinjuku
*/
.page-shinjuku .accbox .col {
  border-bottom: 2px solid #9e8b1f;
}
.page-shinjuku .ht-btn a {
  border: 2px solid #9e8b1f;
  color: #9e8b1f;
}
.page-shinjuku .ht-btn a:hover {
  background: #9e8b1f;
  border: 2px solid #9e8b1f;
}
.page-shinjuku .ht-newWrap-inner {
  border: 2px solid #9e8b1f;
}
.page-shinjuku .ht-guideMap-navi-item {
  background: #9e8b1f;
}
.page-shinjuku .accbox label::after {
  color: #9e8b1f;
}
/**
* newtaipei
*/
.page-newtaipei .accbox .col {
  border-bottom: 2px solid #8e3ede;
}
.page-newtaipei .ht-btn a {
  border: 2px solid #8e3ede;
  color: #8e3ede;
}
.page-newtaipei .ht-btn a:hover {
  background: #8e3ede;
  border: 2px solid #8e3ede;
}
.page-newtaipei .ht-newWrap-inner {
  border: 2px solid #8e3ede;
}
.page-newtaipei .ht-guideMap-navi-item {
  background: #8e3ede;
}
.page-newtaipei .accbox label::after {
  color: #8e3ede;
}
/**
* kualalumpur
*/
.page-kualalumpur .accbox .col {
  border-bottom: 2px solid #c75932;
}
.page-kualalumpur .ht-btn a {
  border: 2px solid #c75932;
  color: #c75932;
}
.page-kualalumpur .ht-btn a:hover {
  background: #c75932;
  border: 2px solid #c75932;
}
.page-kualalumpur .ht-newWrap-inner {
  border: 2px solid #c75932;
}
.page-kualalumpur .ht-guideMap-navi-item {
  background: #c75932;
}
.page-kualalumpur .accbox label::after {
  color: #c75932;
}
/**
* divercity
*/
.page-divercity .accbox .col {
  border-bottom: 2px solid #53308E;
}
.page-divercity .ht-btn a {
  border: 2px solid #53308E;
  color: #53308E;
}
.page-divercity .ht-btn a:hover {
  background: #53308E;
  border: 2px solid #53308E;
}
.page-divercity .ht-newWrap-inner {
  border: 2px solid #53308E;
}
.page-divercity .ht-guideMap-navi-item {
  background: #53308E;
}
.page-divercity .accbox label::after {
  color: #53308E;
}
/**
* nagoya
*/
.page-nagoya .accbox .col {
  border-bottom: 2px solid #DE0D84;
}
.page-nagoya .ht-btn a {
  border: 2px solid #DE0D84;
  color: #DE0D84;
}
.page-nagoya .ht-btn a:hover {
  background: #DE0D84;
  border: 2px solid #DE0D84;
}
.page-nagoya .ht-newWrap-inner {
  border: 2px solid #DE0D84;
}
.page-nagoya .ht-guideMap-navi-item {
  background: #DE0D84;
}
.page-nagoya .accbox label::after {
  color: #DE0D84;
}
/**
* namba
*/
.page-namba .accbox .col {
  border-bottom: 2px solid #F8B800;
}
.page-namba .ht-btn a {
  border: 2px solid #F8B800;
  color: #F8B800;
}
.page-namba .ht-btn a:hover {
  background: #F8B800;
  border: 2px solid #F8B800;
}
.page-namba .ht-newWrap-inner {
  border: 2px solid #F8B800;
}
.page-namba .ht-guideMap-navi-item {
  background: #F8B800;
}
.page-namba .accbox label::after {
  color: #F8B800;
}
/**
* osakabayside
*/
.page-osakabayside .accbox .col {
  border-bottom: 2px solid #5DB6E7;
}
.page-osakabayside .ht-btn a {
  border: 2px solid #5DB6E7;
  color: #5DB6E7;
}
.page-osakabayside .ht-btn a:hover {
  background: #5DB6E7;
  border: 2px solid #5DB6E7;
}
.page-osakabayside .ht-newWrap-inner {
  border: 2px solid #5DB6E7;
}
.page-osakabayside .ht-guideMap-navi-item {
  background: #5DB6E7;
}
.page-osakabayside .accbox label::after {
  color: #5DB6E7;
}
/**
* fukuoka
*/
.page-fukuoka .accbox .col {
  border-bottom: 2px solid #E7380C;
}
.page-fukuoka .ht-btn a {
  border: 2px solid #E7380C;
  color: #E7380C;
}
.page-fukuoka .ht-btn a:hover {
  background: #E7380C;
  border: 2px solid #E7380C;
}
.page-fukuoka .ht-newWrap-inner {
  border: 2px solid #E7380C;
}
.page-fukuoka .ht-guideMap-navi-item {
  background: #E7380C;
}
.page-fukuoka .accbox label::after {
  color: #E7380C;
}

/**
* yokohama
*/
.page-yokohama .accbox .col {
  border-bottom: 2px solid #8e8e90;
}
.page-yokohama .ht-btn a {
  border: 2px solid #8e8e90;
  color: #8e8e90;
}
.page-yokohama .ht-btn a:hover {
  background: #8e8e90;
  border: 2px solid #8e8e90;
}
.page-yokohama .ht-newWrap-inner {
  border: 2px solid #8e8e90;
}
.page-yokohama .ht-guideMap-navi-item {
  background: #8e8e90;
}
.page-yokohama .accbox label::after {
  color: #8e8e90;
}


/**
* haneda
*/
.page-haneda .accbox .col {
  border-bottom: 2px solid #2A2A86;
}
.page-haneda .ht-btn a {
  border: 2px solid #5b5bb3;
  color: #5b5bb3;
}
.page-haneda .ht-btn a:hover {
  background: #2A2A86;
  border: 2px solid #2A2A86;
}
.page-haneda .ht-newWrap-inner {
  border: 2px solid #2A2A86;
}
.page-haneda .ht-guideMap-navi-item {
  background: #2A2A86;
}
.page-haneda .accbox label::after {
  color: #2A2A86;
}

/* parts
-----------------------------------------------------------------*/
.page-tokyo h1 {
  font-weight: normal !important;
}

.ht-hero {
  margin-bottom: 26px;
  /* position: relative; */
  width: 100%;
  max-width: 1484px;
  margin: 0 auto 24px;
}

.ht-hero-flex {
  width: 50%;
  padding: 10px;
}

.top-flex{
  display: flex;
  justify-content: space-around;
}

.display-right{
  width: 50%;
}

.ht-hero__inner {
  font-size: 0;
  position: relative;
  z-index: 2;
}

.ht-hero-slide a {
  display: block;
  width: 100%;
}

.ht-hero-slide img {
  width: 100%;
}

.hall_navi {
  padding-top: 30px;
  width: 80%;
}

@media only screen and (min-width: 1024px) {
.ht-hero-snsArea {
  overflow: hidden;
  right: 50px;
  top: 10px;
  position: fixed;
  background-color: #000;
  z-index:10000;
}
}

@media only screen and (max-width: 1023px) {
  .ht-hero-snsArea {
    overflow: hidden;
    right: 50px;
    top: 10px;
    position: absolute;
    background-color: #000;
    z-index:10000;
  }
  }
.ht-hero-attentionArea {
  overflow: hidden;
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.ht-hero-attentionArea p {
  width: 100%;
  text-align: center;
  padding: 4px 0;
  font-size: 1.1em;
  font-weight: 600;
}
.attention_search p {
  background: #F80D2D;
}
.attention_tokyo p {
  background: #00AC65;
}
.attention_divercity p {
  background: #3E389D;
}
.attention_osakabayside p {
  background: #55C2EC;
}
.attention_namba p {
  background: #FFAF2E;
}
@media only screen and (max-width: 767px) {
  .ht-hero-snsArea {
    right: 9px;
    top: 14px;
    position: absolute;
  }
  .ht-hero-attentionArea p {
    padding: 2px 0;
    font-size: 0.6em;
  }
  .hall_navi {
    width: 100%;
    padding-top: 10px;
  }
}

.ht-hero-snsArea a {
  display: inline-block;
  float: left;
  height: auto;
  max-width: 35px;
}

.ht-hero-snsArea a:not(:last-child) {
  margin-right: 17px;
}

@media only screen and (max-width: 767px) {
  .ht-hero-snsArea a {
    max-width: 27px;
  }
}

.ht-hero-snsArea a img {
  width: 100%;
}

.ht-LiveWrap-mobile {
  display: none;
}

.ht-LiveWrap-pc {
  display: block;
}

@media only screen and (max-width: 1023px) {
  .ht-LiveWrap-mobile {
    display: block;
  }

  .ht-LiveWrap-pc {
    display: none;
  }

  .ht-hero-flex {
    width: 100%;
    margin: auto;
    padding: 0px;
  }

  .top-flex{
    display: block;
  }
  
}

.ht-LiveWrap .event-headlineWrap {
  margin-bottom: 24px;
}

.ht-information a:hover {
  text-decoration: underline;
}

.sch-contentWrap.ht-Live-content .sch-content {
  background: #fff !important;
  color: #000;
  align-items: center;
  margin-bottom: 15px;
}

.sch-contentWrap.ht-Live-content .sch-content-text__ttl a {
  color: #000;
}

.ht-schWrap .event-headlineWrap {
  margin-bottom: 95px;
  margin-top: 136px;
}

@media only screen and (max-width: 767px) {
  .ht-schWrap .event-headlineWrap {
    margin-bottom: 28px;
    margin-top: 33px;
  }
}

.ht-btn {
  margin: 75px 0 148px 0;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .ht-btn {
    margin: 24px auto 70px;
    width: 90%;
  }
  .ht-newWrap .ht-btn {
    margin: 40px 0 70px 0;
  }

}

.ht-btn a {
  border-radius: 40px;
  display: block;
  font-weight: 600;
  /*font-size: 29px;*/
  /*line-height: 1;*/
  margin: 0 auto;
  max-width: 640px;
  padding: 8px;
  width: 100%;
}

.ht-btn a:hover {
  border: 2px solid #fff;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .ht-btn a {
    font-size: 0.9rem;
    padding: 4px;
  }
}

.ht-newWrap .ht-btn {
  margin: 48px 0 80px 0;
}

@media only screen and (max-width: 767px) {
  .ht-newWrap .ht-btn {
    margin: 48px 0 50px 0;
  }
}

.ht-newWrap .event-headlineWrap {
  margin-bottom: 64px;
  margin-top: 52px;
}

@media only screen and (max-width: 767px) {
  .ht-newWrap .event-headlineWrap {
    margin-bottom: 26px;
    margin-top: 32px;
  }
}

.ht-newWrap {
  background: #fff;
  padding: 25px 23px;
  width: 100%;
}

.ht-newWrap-inner {
  width: 100%;
}

.ht-newWrap-inner__cnt {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1000px;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .ht-faqWrap {
    padding-top: 155px;
    margin-top: -188px;
  }
}

.ht-faqWrap .accbox {
  padding: 0 24px;
}

@media only screen and (max-width: 767px) {
  .ht-newWrap-inner__cnt {
    padding: 0 24px;
  }
}

.ht-news {
  border-bottom: 1px solid #707070;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .ht-news {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.ht-news-date {
  font-size: 18px;
  line-height: 1;
  max-width: 145px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .ht-news-date {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

.ht-news-cnt {
  max-width: calc(100% - 145px);
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .ht-news-cnt {
    max-width: 100%;
  }
}

.ht-news-cnt__tag {
  display: block;
  /*line-height: 1;*/
  margin-top: -10px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .ht-news-cnt__tag {
    font-size: 12px;
  }
}

.ht-news-cnt__tag span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
  padding: 5px 20px;
}

.ht-news-cnt__tag span:not(:last-child) {
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  .ht-news-cnt__tag span:not(:last-child) {
    margin-right: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .ht-news-cnt__tag span {
    font-size: 12px;
  }
}

.ht-news-cnt__tag .zepp-hall {
  background: #ff2d16;
}

.ht-news-cnt__tag .tokyo {
  background: #00AC65;
}

.ht-news-cnt__tag .namba {
  background: #FFAF2E;
}

.ht-news-cnt__tag .nagoya {
  background: #EF3A9D;
}

.ht-news-cnt__tag .sapporo {
  background: #0374C0;
}

.ht-news-cnt__tag .shinjuku {
  background: #a59020;
}

.ht-news-cnt__tag .newtaipei {
  background: #a15fe2;
}

.ht-news-cnt__tag .kualalumpur {
  background: #dd6b42;
}

.ht-news-cnt__tag .divercity {
  background: #3E389D;
}

.ht-news-cnt__tag .osaka {
  background: #55C2EC;
}

.ht-news-cnt__tag .fukuoka {
  background: #FF4219;
}

.ht-news-cnt__tag .yokohama {
  background: #8e8e90;
}

.ht-news-cnt__ttl {
  margin-top: 15px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .ht-news-cnt__tag {
    margin-top: 8px;
  }
  .ht-news-cnt__ttl {
    font-size: 16px;
    margin-top: 0;
    line-height: 1.2;
  }
  .ht-news-cnt {
    display: flex;
    flex-flow: row wrap;
  }
  .ht-news-cnt .ht-news-cnt__ttl {
    width: 100%;
    order: 1;
  }
  .ht-news-cnt .ht-news-cnt__tag {
    order: 2;
  }
}

.ht-news-cnt__ttl a {
  color: #000;
}

.ht-news-cnt__ttl a:hover {
  text-decoration: underline;
}

.ht-guideWrap .event-headlineWrap {
  margin-bottom: 90px;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .ht-guideWrap .event-headlineWrap {
    margin-bottom: 40px;
  }
}

.ht-guideWrap .ht-btn {
  margin-bottom: 0;
}

.ht-guideWrap {
  background: url("https://www.zepp.co.jp/~pj-zepp/wordpress/wp-content/uploads/2018/12/18232117/bg_floor.png") no-repeat;
  background-size: cover;
  padding: 100px 24px 74px 24px;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .ht-guideWrap {
    padding: 190px 24px 74px 24px;
    margin-top: -90px;
  }
}

@media only screen and (max-width: 767px) {
  .ht-guideWrap {
    padding: 57px 24px 74px 24px;
  }
}

.ht-guideMap {
  width: 100%;
}
.ht-guideMap-img__item{
  text-align: center;
}

.ht-guideMap-navi {
  margin-bottom: 22px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .ht-guideMap-navi {
    letter-spacing: -.40em;
    text-align: center;
  }
}

.ht-guideMap-navi__inner__kualalumpur {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  justify-content: center;
  width: 33%;
}

@media only screen and (max-width: 767px) {
  .ht-guideMap-navi__inner__kualalumpur {
    display: inline-block;
    float: none;
    letter-spacing: normal;
    margin: 0 15px;
    text-align: center;
    width: auto;
  }
}

.ht-guideMap-navi__inner {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  justify-content: center;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .ht-guideMap-navi__inner {
    display: inline-block;
    float: none;
    letter-spacing: normal;
    margin: 0 15px;
    text-align: center;
    width: auto;
  }
}

.ht-guideMap-navi-item {
  -o-transition: none;
  -webkit-transition: none;
  border-radius: 31px;
  display: block;
  display: table;
  float: left;
  height: 62px;
  transition: none;
  width: 62px;
}

@media print, only screen and (min-width: 768px) {
  .ht-guideMap-navi-item {
    cursor: default;
  }
}

@media only screen and (max-width: 767px) {
  .ht-guideMap-navi-item {
    font-size: 12px;
    height: 40px;
    opacity: 1;
    width: 40px;
  }
  .ht-guideMap-navi-item:not(.ht-guideMap-navi-item--active) {
    font-size: 9px;
    height: 32px;
    opacity: .7;
    width: 32px;
  }
}

.ht-guideMap-navi-item:hover {
  opacity: 1;
}

.ht-guideMap-navi-item span {
  display: table-cell;
  line-height: 1;
  vertical-align: middle;
  z-index: 1;
}

.ht-guideMap-img {
  -webkit-box-sizing: border-box;
  background: #fff;
  box-sizing: border-box;
  line-height: 1;
  padding: 11px;
  width: 100%;
}

@media print, only screen and (min-width: 768px) {
  .ht-guideMap-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .ht-guideMap-img__item {
    display: none;
  }
  .ht-guideMap-img__item.ht-guideMap-img__item--active {
    display: block;
  }
}

@media print, only screen and (min-width: 768px) {
  .ht-guideMap-img__item {
    width: 50%;
  }
  .ht-guideMap-img__item:first-child {
    margin-right: 3px;
  }
  .ht-guideMap-img__item:last-child {
    margin-left: 3px;
  }
}

.ht-guideMap-icon {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-box-sizing: border-box;
  background: #fff;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0 11px 11px 11px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .ht-guideMap-icon {
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: start;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.ht-guideMap-icon__item {
  max-width: 153px;
  line-height: 1;
  width: 100%;
}

.ht-guideMap-icon__item:not(:last-child) {
  margin-right: 2px;
}

@media only screen and (max-width: 767px) {
  .ht-guideMap-icon__item {
    max-width: 98px;
  }
}
.ht-guideRemarks {
  -webkit-box-sizing: border-box;
  border: 1px solid #fff;
  box-sizing: border-box;
  overflow: hidden;
  padding: 42px 48px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .ht-guideRemarks {
    padding: 16px;
  }
}

.ht-guideRemarks-ttl {
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 767px) {
  .ht-guideRemarks-ttl {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}

.ht-guideRemarks-text {
  /*font-size: 14px;*/
  line-height: 2.1;
  margin-bottom: 0;
}

.ht-guideRemarks-text:not(:last-child) {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .ht-guideRemarks-text:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .ht-guideRemarks-text {
    margin: 0;
  }
}

.ht-guideRemarks__item {
  float: left;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .ht-guideRemarks__item {
    float: inherit;
    width: 100%;
  }
}

.ht-guideRemarks-tableWrap {
  margin-bottom: 30px;
  padding: 5px;
  width: 100%;
}

.ht-guideRemarks-table {
  margin-bottom: 0;
}

.ht-guideRemarks-table thead tr, .ht-guideRemarks-table tbody tr {
  background-color: rgba(255, 255, 255, 0) !important;
}

.ht-guideRemarks-table th, .ht-guideRemarks-table td {
  background-color: transparent !important;
  border-color: #fff;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 10px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .ht-guideRemarks-table th, .ht-guideRemarks-table td {
    font-size: 10px;
    line-height: 1.4;
    padding: 5px;
  }
}

.ht-guideRemarks-ntoe {
  float: left;
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .ht-guideRemarks-ntoe {
    float: inherit;
    font-size: 16px;
    text-align: left;
  }
}

.ht-goodsWrap .event-headlineWrap {
  margin-bottom: 90px;
  margin-top: 70px;
}

@media only screen and (max-width: 767px) {
  .ht-goodsWrap .event-headlineWrap {
    margin-bottom: 52px;
    margin-top: 78px;
  }
}
/*
.ht-goods {
display: block;
overflow: hidden;
width: 100%;
}
*/
@media only screen and (max-width: 767px) {
  .ht-goods {
    padding: 0 24px;
  }
}

.ht-goods-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  height: 392px;
  line-height: 1;
  overflow: hidden;
  position: relative;
  width: 726px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .ht-goods-item {
    height: 200px;
    width: 100%;
  }
  .ht-goods-item:not(:first-child) {
    margin-top: 18px;
  }
}

.ht-goods-item:nth-child(even) {
  margin-left: 1%;
}

@media only screen and (max-width: 767px) {
  .ht-goods-item:nth-child(even) {
    margin-left: 0;
  }
}

.ht-goods-item:nth-child(odd) {
  margin-right: 1%;
}

@media only screen and (max-width: 767px) {
  .ht-goods-item:nth-child(odd) {
    margin-right: 0;
  }
}

.ht-goods-item:nth-child(n+3) {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .ht-goods-item:nth-child(n+3) {
    margin-top: 18px;
  }
}

.ht-goods-item__img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.ht-goods-item__text {
  -webkit-box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  box-sizing: border-box;
  font-size: 16px;
  left: 0;
  line-height: 1.4;
  margin: 0;
  min-height: 60px;
  padding: 20px;
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .ht-goods-item__text {
    padding: 16px 14px;
  }
}

.ht-bannerArea {
  margin-bottom: 160px;
  text-align: center;
}

.ht-bannerArea img {
  max-width: 728px;
}

@media only screen and (max-width: 767px) {
  .ht-bannerArea {
    margin-bottom: 60px;
    padding: 0 24px;
  }
}

.ht-bannerArea__item {
  display: block;
  line-height: 1;
  margin: 0 auto 20px auto;
  max-width: 1280px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .ht-bannerArea__item {
    margin-bottom: 6px;
  }
}

.ht-bannerArea__item img {
  height: auto;
  max-width: 728px;
  width: 100%;
}

.ht-faqWrap .event-headlineWrap {
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .ht-faqWrap .event-headlineWrap {
    margin-bottom: 35px;
  }
}

.ht-faq {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.ht-faq:after {
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .ht-faq {
    padding: 0 24px;
  }
}

.ht-faq-ttl {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

.ht-faq-ttl:after {
  -ms-transform-origin: 50% 50%;
  -ms-transform: rotate(45deg) translate(0, -10px);
  -webkit-transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg) translate(0, -10px);
  bottom: 0;
  content: "";
  height: 24px;
  margin: auto;
  position: absolute;
  right: 46px;
  top: 0;
  transform-origin: 50% 50%;
  transform: rotate(45deg) translate(0, -10px);
  width: 24px;
  z-index: 1;

  -webkit-filter: drop-shadow(0px 0px 6px #000);
  filter: drop-shadow(0px 0px 6px #000);
}

@media only screen and (max-width: 767px) {
  .ht-faq-ttl:after {
    right: 7px;
  }
}

.ht-faq-ttl.ht-faq-ttl--active:after {
  -ms-transform: rotate(225deg) translate(-10px, 0px);
  -webkit-transform: rotate(225deg) translate(-10px, 0px);
  transform: rotate(225deg) translate(-10px, 0px);
}

@media only screen and (max-width: 767px) {
  .ht-faq-ttl {
    padding-right: 50px;
  }
}

.ht-faq-ttl__qustion {
  font-size: 30px;
  margin-right: 15px;
  padding: 22px;
}

@media only screen and (max-width: 767px) {
  .ht-faq-ttl__qustion {
    padding: 22px 0;
  }
}

.ht-faq-cnt {
  background: rgba(240, 243, 245, 0.3);
  display: none;
  margin-bottom: 40px;
  padding: 20px 24px;
}

.ht-accessWrap {
  background: #fff;
  color: #000;
  padding: 72px 24px 105px 24px;
}

@media only screen and (min-width: 1024px) {
  .ht-accessWrap {
    background: #fff;
    color: #000;
    padding: 172px 24px 105px 24px;
    margin-top: -100px;
    position: relative; /* 要素を相対的な位置に配置 */
  }

  .ht-accessWrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #000;
  }
}

@media only screen and (max-width: 767px) {
  .ht-accessWrap {
    padding: 48px 24px 50px 24px;
  }
}

@media only screen and (max-width: 767px) {
  .ht-accessWrap .event-headlineWrap {
    margin-top: 0;
  }
}

.ht-accessWrap .ht-btn {
  margin-bottom: 0;
}

.ht-access-ttl {
  font-size: 1.2rem;
  line-height: 1.3;
  margin: 40px 0 16px 0;
  text-align: center;
}
.ht-access-note {
  margin: 0 0 20px 0;
  text-align: center;
  font-weight: bold;
  background: #f80d2d;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .ht-access-ttl {
    font-size: 16px;
    margin: 33px 0 27px 0;
  }
}

.ht-access-cnt {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 37px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .ht-access-cnt {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}

.ht-access-cnt-item {
  -ms-flex-pack: right;
  -webkit-box-pack: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: right;
  overflow: hidden;
  width: 50%;
}

.ht-access-cnt-item:first-child {
  padding-right: 15px;
}

@media only screen and (max-width: 767px) {
  .ht-access-cnt-item:first-child {
    padding-right: 0;
  }
}

.ht-access-cnt-item:last-child {
  padding-left: 15px;
}

@media only screen and (max-width: 767px) {
  .ht-access-cnt-item:last-child {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .ht-access-cnt-item {
    -ms-flex-pack: inherit;
    -webkit-box-pack: inherit;
    display: block;
    justify-content: inherit;
    width: 100%;
  }
}

.ht-access-cnt-item__inner {
  display: inline-block;
  overflow: hidden;
}

.ht-access-cnt-item__inner.ht-access-cnt-item__inner--right {
  /*margin: 0 0 0 auto;*/
}

.ht-access-cnt-item__ttl {
  /*float: left;*/
  font-weight: bold;
  margin-right: 24px;
}

@media only screen and (max-width: 767px) {
  .ht-access-cnt-item__ttl {
    float: inherit;
  }
}

.ht-access-cnt-item__desc {
  /*float: left;*/
}

@media only screen and (max-width: 767px) {
  .ht-access-cnt-item__desc {
    color:#000000;
    float: inherit;
  }
  .ht-access-cnt-item__desc a {
    color:#000000;
  }
}

.ht-access-map {
  height: 0;
  overflow: hidden;
  padding-bottom: 44.39%;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .ht-access-map {
    padding-bottom: 100%;
  }
}

.ht-access-map iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ht-recruitWrap {
  margin: 0 auto;
  max-width: 1080px;
  padding: 120px 0 110px 0;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .ht-recruitWrap {
    padding: 155px 0 110px 0;
    margin-top: -35px;
  }
}

@media only screen and (max-width: 767px) {
  .ht-recruitWrap {
    padding: 48px 24px 40px 24px;
  }
}

.ht-recruitWrap .event-headlineWrap {
  margin-bottom: 65px;
}

@media only screen and (max-width: 767px) {
  .ht-recruitWrap .event-headlineWrap {
    margin-bottom: 32px;
    margin-top: 0;
  }
}

.ht-recruit {
  overflow: hidden;
  width: 100%;
}

.ht-recruit-date {
  float: left;
  line-height: 1;
  max-width: 200px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .ht-recruit-date {
    float: inherit;
    font-size: 14px;
    margin-bottom: 8px;
    max-width: 100%;
  }
}

.ht-recruit-cnt {
  margin: 0 0 2em;
  max-width: 100%;
  /*float: left;
  max-width: calc(100% - 200px);
  */
}

@media only screen and (max-width: 767px) {
  .ht-recruit-cnt {
    float: inherit;
    max-width: 100%;
  }
}

.ht-recruit-cnt__ttl {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 18px 0;
}
/*
.ht-recruit-cnt__ttl:hover {
text-decoration: underline;
}
*/
@media only screen and (max-width: 767px) {
  .ht-recruit-cnt__ttl {
    margin-bottom: 10px;
  }
}

.ht-recruit-cnt__desc {
  margin: 0;
}

/* color
-----------------------------------------------------------------*/
.page-tokyo .sch-single-headelinWrap {
  background: rgba(0, 172, 101, 0.2);
  border-top: 1px solid #00AC65;
  border-bottom: 1px solid #00AC65;
}
.page-tokyo .ht-recruit .ht-recruit-cnt:nth-child(n+2) {
  border-top: 2px solid #00AC65;
  padding-top: 2em;
}


@media only screen and (max-width: 767px) {
  .page-tokyo .sch-single-headelinWrap {
    background: rgba(0, 172, 101, 0.4);
  }
}

.page-sapporo .sch-single-headelinWrap {
  background: rgba(3, 116, 192, 0.2);
  border-top: 1px solid #0374C0;
  border-bottom: 1px solid #0374C0;
}

@media only screen and (max-width: 767px) {
  .page-sapporo .sch-single-headelinWrap {
    background: rgba(3, 116, 192, 0.4);
  }
}

.page-shinjuku .sch-single-headelinWrap {
  background: rgba(165, 144, 32, 0.2);
  border-top: 1px solid #a59020;
  border-bottom: 1px solid #a59020;
}

@media only screen and (max-width: 767px) {
  .page-shinjuku .sch-single-headelinWrap {
    background: rgba(165, 144, 32, 0.4);
  }
}

.page-newtaipei .sch-single-headelinWrap {
  background: rgba(161, 95, 226, 0.2);
  border-top: 1px solid #a15fe2;
  border-bottom: 1px solid #a15fe2;
}

@media only screen and (max-width: 767px) {
  .page-newtaipei .sch-single-headelinWrap {
    background: rgba(161, 95, 226, 0.4);
  }
}

.page-kualalumpur .sch-single-headelinWrap {
  background: rgba(221, 107, 66, 0.2);
  border-top: 1px solid #dd6b42;
  border-bottom: 1px solid #dd6b42;
}

@media only screen and (max-width: 767px) {
  .page-kualalumpur .sch-single-headelinWrap {
    background: rgba(221, 107, 66, 0.4);
  }
}

.page-divercity .sch-single-headelinWrap {
  background: rgba(62, 56, 157, 0.2);
  border-top: 1px solid #3E389D;
  border-bottom: 1px solid #3E389D;
}

@media only screen and (max-width: 767px) {
  .page-divercity .sch-single-headelinWrap {
    background: rgba(62, 56, 157, 0.4);
  }
}

.page-nagoya .sch-single-headelinWrap {
  background: rgba(239, 58, 157, 0.2);
  border-top: 1px solid #EF3A9D;
  border-bottom: 1px solid #EF3A9D;
}

@media only screen and (max-width: 767px) {
  .page-nagoya .sch-single-headelinWrap {
    background: rgba(239, 58, 157, 0.4);
  }
}

.page-namba .sch-single-headelinWrap {
  background: rgba(255, 175, 46, 0.2);
  border-top: 1px solid #FFAF2E;
  border-bottom: 1px solid #FFAF2E;
}

@media only screen and (max-width: 767px) {
  .page-namba .sch-single-headelinWrap {
    background: rgba(255, 175, 46, 0.4);
  }
}

.page-fukuoka .sch-single-headelinWrap {
  background: rgba(255, 66, 25, 0.2);
  border-top: 1px solid #FF4219;
  border-bottom: 1px solid #FF4219;
}

@media only screen and (max-width: 767px) {
  .page-fukuoka .sch-single-headelinWrap {
    background: rgba(255, 66, 25, 0.4);
  }
}

.page-osakabayside .sch-single-headelinWrap {
  background: rgba(85, 194, 236, 0.2);
  border-top: 1px solid #55C2EC;
  border-bottom: 1px solid #55C2EC;
}

@media only screen and (max-width: 767px) {
  .page-osakabayside .sch-single-headelinWrap {
    background: rgba(85, 194, 236, 0.4);
  }
}

.page-yokohama .sch-single-headelinWrap {
  background: rgba(200, 200, 220, 0.2);
  border-top: 1px solid #8e8e90;
  border-bottom: 1px solid #8e8e90;
}

@media only screen and (max-width: 767px) {
  .page-yokohama .sch-single-headelinWrap {
    background: rgba(200, 200, 220, 0.2);
  }
}


.page-haneda .sch-single-headelinWrap {
  background: rgba(42, 42, 134, 0.2);
  border-top: 1px solid #2A2A86;
  border-bottom: 1px solid #2A2A86;
}

@media only screen and (max-width: 767px) {
  .page-haneda .sch-single-headelinWrap {
    background: rgba(42, 42, 134, 0.2);
  }
}

.page-tokyo .sch-single-table {
  background: rgba(0, 172, 101, 0.2);
}

@media only screen and (max-width: 767px) {
  .page-tokyo .sch-single-table {
    background: rgba(0, 172, 101, 0.4);
  }
}

.page-sapporo .sch-single-table {
  background: rgba(3, 116, 192, 0.2);
}

@media only screen and (max-width: 767px) {
  .page-sapporo .sch-single-table {
    background: rgba(3, 116, 192, 0.4);
  }
}

.page-shinjuku .sch-single-table {
  background: rgba(165, 144, 32, 0.2);
}

@media only screen and (max-width: 767px) {
  .page-shinjuku .sch-single-table {
    background: rgba(165, 144, 32, 0.4);
  }
}

.page-newtaipei .sch-single-table {
  background: rgba(161, 95, 226, 0.2);
}

@media only screen and (max-width: 767px) {
  .page-newtaipei .sch-single-table {
    background: rgba(161, 95, 226, 0.4);
  }
}

.page-kualalumpur .sch-single-table {
  background: rgba(221, 107, 66, 0.2);
}

@media only screen and (max-width: 767px) {
  .page-kualalumpur .sch-single-table {
    background: rgba(221, 107, 66, 0.4);
  }
}

.page-divercity .sch-single-table {
  background: rgba(62, 56, 157, 0.2);
}

@media only screen and (max-width: 767px) {
  .page-divercity .sch-single-table {
    background: rgba(62, 56, 157, 0.4);
  }
}

.page-nagoya .sch-single-table {
  background: rgba(239, 58, 157, 0.2);
}

@media only screen and (max-width: 767px) {
  .page-nagoya .sch-single-table {
    background: rgba(239, 58, 157, 0.4);
  }
}

.page-namba .sch-single-table {
  background: rgba(255, 175, 46, 0.2);
}

@media only screen and (max-width: 767px) {
  .page-namba .sch-single-table {
    background: rgba(255, 175, 46, 0.4);
  }
}

.page-fukuoka .sch-single-table {
  background: rgba(255, 66, 25, 0.2);
}

@media only screen and (max-width: 767px) {
  .page-fukuoka .sch-single-table {
    background: rgba(255, 66, 25, 0.4);
  }
}

.page-osakabayside .sch-single-table {
  background: rgba(85, 194, 236, 0.2);
}

@media only screen and (max-width: 767px) {
  .page-osakabayside .sch-single-table {
    background: rgba(85, 194, 236, 0.4);
  }
}

.page-yokohama .sch-single-table {
  background: rgba(200, 200, 220, 0.2);
}

@media only screen and (max-width: 767px) {
  .page-yokohama .sch-single-table {
    background: rgba(200, 200, 220, 0.2);
  }
}

.page-haneda .sch-single-table {
  background: rgba(42, 42, 134, 0.2);
}

@media only screen and (max-width: 767px) {
  .page-haneda .sch-single-table {
    background: rgba(42, 42, 134, 0.2);
  }
}

.page-tokyo .sch-single-table dl {
  border: 1px solid #F80D2D;
}
.page-tokyo .sch-single-table dl {
  border: 1px solid #00AC65;
}
.page-sapporo .sch-single-table dl {
  border: 1px solid #0374C0;
}
.page-shinjuku .sch-single-table dl {
  border: 1px solid #a59020;
}
.page-newtaipei .sch-single-table dl {
  border: 1px solid #a15fe2;
}
.page-kualalumpur .sch-single-table dl {
  border: 1px solid #dd6b42;
}
.page-divercity .sch-single-table dl {
  border: 1px solid #3E389D;
}
.page-nagoya .sch-single-table dl {
  border: 1px solid #EF3A9D;
}
.page-namba .sch-single-table dl {
  border: 1px solid #FFAF2E;
}
.page-fukuoka .sch-single-table dl {
  border: 1px solid #FF4219;
}
.page-osakabayside .sch-single-table dl {
  border: 1px solid #55C2EC;
}
.page-yokohama .sch-single-table dl {
  border: 1px solid #8e8e90;
}
.page-haneda .sch-single-table dl {
  border: 1px solid #2A2A86;
}

.page-tokyo .sch-single-table dt {
  background: rgba(0, 172, 101, 0.2);
}

.page-sapporo .sch-single-table dt {
  background: rgba(3, 116, 192, 0.2);
}

.page-shinjuku .sch-single-table dt {
  background: rgba(165, 144, 32, 0.2);
}

.page-newtaipei .sch-single-table dt {
  background: rgba(161, 95, 226, 0.2);
}

.page-kualalumpur .sch-single-table dt {
  background: rgba(221, 107, 66, 0.2);
}

.page-divercity .sch-single-table dt {
  background: rgba(62, 56, 157, 0.2);
}

.page-nagoya .sch-single-table dt {
  background: rgba(239, 58, 157, 0.2);
}

.page-namba .sch-single-table dt {
  background: rgba(255, 175, 46, 0.2);
}

.page-fukuoka .sch-single-table dt {
  background: rgba(255, 66, 25, 0.2);
}

.page-osakabayside .sch-single-table dt {
  background: rgba(85, 194, 236, 0.2);
}

.page-yokohama .sch-single-table dt {
  background: rgba(200, 200, 220, 0.2);
}

.page-haneda .sch-single-table dt {
  background: rgba(42, 42, 134, 0.2);
}

/* parts
-----------------------------------------------------------------*/
.sch-single-headelinWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0 40px 0;
  padding: 60px 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sch-single-headelinWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0 20px 0;
    padding: 30px 15px;
  }
}

.sch-single-headelinWrap__date {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  justify-content: center;
  text-align: center;
  width: 280px;
}

@media only screen and (max-width: 767px) {
  .sch-single-headelinWrap__date {
    margin-bottom: 10px;
    width: 100%;
  }
}

.sch-single-headelin-date {
  text-shadow: 0 0 7px #fff;
}

.sch-single-headelin-date p {
  margin: 0;
}

.sch-single-headelin-date__year {
  font-size: 29px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .sch-single-headelin-date__year {
    display: inline;
    font-size: 15px;
  }
}

.sch-single-headelin-date__month {
  font-size: 50px;
  line-height: 1;
  padding: 20px 0 15px 0;
}

@media only screen and (max-width: 767px) {
  .sch-single-headelin-date__month {
    display: inline;
    font-size: 26px;
    padding: 0;
  }
}

.sch-single-headelin-date__week {
  font-family: "Century Gothic", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 22px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .sch-single-headelin-date__week {
    display: inline;
    font-size: 11px;
  }
}

.sch-single-headelinWrap__ttl {
  width: calc(100% - 280px);
}

@media only screen and (max-width: 767px) {
  .sch-single-headelinWrap__ttl {
    width: 100%;
  }
}

.sch-single-headelin-ttl {
  font-size: 30px;
  line-height: 1.5;
  max-width: 930px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sch-single-headelin-ttl {
    font-size: 18px;
  }
}

.sch-single-headeline02 {
  font-size: 30px;
  line-height: 1;
  margin: 40px 0 55px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sch-single-headeline02 {
    font-size: 18px;
    margin: 30px 0 20px 0;
  }
}

.sch-single-thumbnail {
  line-height: 1;
  margin-bottom: 65px;
  text-align: center;
  width: 100%;
}
.sch-single-thumbnail___inner {
  width: 95%;
  max-width: 1024px;
  margin: 0 auto;
}
.main_thumbnail {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 24px;
}
.sub_thumbnail .flex-list{
  justify-content: left;
}
.sch-single-thumbnail .sch-single-thumbnail___inner .sub_thumbnail li {
  width: 25%;
  width: -webkit-calc(100% / 5 - 8px);
  width: calc(100% / 5 - 8px);
  max-width: 162px;
  margin: 4px;
}
.sch-single-thumbnail .sch-single-thumbnail___inner .sub_thumbnail img {
  width: 100%;
}

.sch-single-thumbnail .swiper-wrapper .swiper-slide {
  max-height: 500px;
  background: #000;
}

.sch-single-thumbnail .swiper-wrapper .swiper-slide img {
  height: 100%;
  width: auto;
  max-height: 500px;
}

.swiper-button-prev.disabled,
.swiper-button-next.disabled {
  opacity: 0 !important;
}

@media only screen and (max-width: 767px) {
  .sch-single-thumbnail {
    margin-bottom: 30px;
  }
  .sch-single-thumbnail .sch-single-thumbnail___inner .sub_thumbnail li {
    width: 33.3%;
    width: -webkit-calc(100% / 3 - 8px);
    width: calc(100% / 3 - 8px);
    margin: 2px 4px;
  }
  .sch-single-thumbnail .swiper-wrapper .swiper-slide {
    height: 400px;
    background: #000;
    vertical-align: middle;
  }

  .sch-single-thumbnail .swiper-wrapper .swiper-slide img {
    height: auto;
    width: auto;
    max-height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

}

.sch-single-thumbnail__inner {
  height: auto;
  max-width: 900px;
  width: 100%;
}

.sch-single-table {
  margin-bottom: 80px;
  width: 100%;
}

.sch-single-table__inner {
  -webkit-box-sizing: boreder-box;
  box-sizing: boreder-box;
  padding: 24px;
}

.sch-single-table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sch-single-table dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.sch-single-table dt {
  font-size: 18px;
  line-height: 1.3;
  max-width: 280px;
  padding: 19px 16px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sch-single-table dt {
    font-size: 16px;
    max-width: 100%;
    padding: 12px 15px;
  }
}

.sch-single-table dd a {
  opacity: 1;
  text-decoration: underline;
}

.sch-single-table dd a:hover {
  opacity: 1;
  text-decoration: none;
}

.sch-single-table dd {
  font-size: 16px;
  line-height: 1.5;
  max-width: calc(100% - 280px);
  padding: 19px 16px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sch-single-table dd {
    font-size: 14px;
    max-width: 100%;
    width: 100%;
  }
}

.sch-single-table-remarks dd {
  line-height: 1.8;
  max-width: 100%;
  width: 100%;
}
.sch-single-table-time  {
  margin-top: 16px;
}
.sch-single-table-ticket dd {
  overflow: hidden;
}

.sch-single-table-ticke__item {
  display: inline-block;
  float: left;
  padding-right: 25px;
  position: relative;
}

/* borderをcollapseする */
.sch-single-table dl + dl {
  margin-top: -1px;
}
.sch-single-table .sch-single-table-price {
  margin-bottom: 16px;
}
.sch-single-table .sch-single-table-site {
  margin-top: 16px;
}

.sch-single-table-ticke__item:after {
  bottom: 0;
  color: #fff;
  content: "/";
  margin: auto 0;
  position: absolute;
  right: 9px;
  top: 0;
}

.sch-single-table-time dd {
  overflow: hidden;
}

.sch-single-table-time__status {
  display: inline-block;
  float: left;
  margin-right: 5px;
}

.sch-single-table-time__open {
  display: inline-block;
  float: left;
  margin-right: 15px;
}

.sch-single-table-time__start {
  display: inline-block;
  float: left;
}

/* 検索
-----------------------------------------------------------------*/
.page-search .hall_tag {
  margin-bottom: 16px;
}
.page-search .hall_tag p {
  display:inline-block;
}
.search-form {
  margin: 0;
  width: 150px;
  height: 35px;
}
.search-form .search-form-inner {
  position: relative;
  max-width: 1280px;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: left;
}
.search-form span {
  line-height: 50px;
  margin-right: 24px;
  font-weight: 600;
}
.search-form form {
  width: 100%;
  height: 100%;
}
.search-form #sbox {
  position: absolute;
  left:0;
  top: 0;
  outline:0;
  width: 85%;
  height:35px;
  padding:0 10px;
  /* border-radius: 30px 30px 30px 30px;
  -webkit-border-radius: 30px 30px 30px 30px;
  -moz-border-radius: 30px 30px 30px 30px; */
  background: transparent;
  color: #fff;
  font-size: 12.5px;
  border: none;
  border-bottom: solid 1px #fff;
  transition: border-color .5s;
}
.search-form #sbtn {
  width:25px;
  height:30px;
  display: block;
  position: absolute;
  right:0;
  top:0;
  border-radius:2px;
  background:transparent;
  color:#fff;
  font-weight:bold;
  font-size:16px;
  border:none;
  border-radius: 50px 50px 50px 50px;
  -webkit-border-radius: 50px 50px 50px 50px;
  -moz-border-radius: 50px 50px 50px 50px;
  text-decoration: none;
  -webkit-transition:opacity, color 0.3s ease-in-out;
  -moz-transition:opacity, color 0.3s ease-in-out;
  -o-transition:opacity, color 0.3s ease-in-out;
  transition:opacity, color 0.3s ease-in-out;
}
.search-form #sbox:focus {
  border-bottom: 1px solid #b10015;
  box-shadow: 0px -10px 10px 0px rgba(248, 13, 45, 0.2) inset;
}
.search-form form #sbtn:hover{
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
  color: #7fbfff;
}
.search-form form #sbtn::before {
  font-family: FontAwesome;
  font-size: 15px;
  content: '\f002';
}
@media only screen and (max-width: 767px) {
  .search-form {
    display: none;
  }

  .search-form form {
    width: 70%
  }
}

.search-form-tokyo #sbox:focus {
  border-bottom: 1px solid #00AC65;
  box-shadow: 0px -10px 10px 0px rgba(0, 172, 101, 0.2) inset;
}

.page-tokyo .pagination a.page-numbers {
    color: #00AC65;
    border: 1px solid ;
}

.search-form-sapporo #sbox:focus {
  border-bottom: 1px solid #0374C0;
  box-shadow: 0px -10px 10px 0px rgba(3, 116, 192, 0.2) inset;
}

.page-sapporo .pagination a.page-numbers {
    color: #0374C0;
    border: 1px solid ;
}

.search-form-shinjuku #sbox:focus {
  border-bottom: 1px solid #a59020;
  box-shadow: 0px -10px 10px 0px rgba(165, 144, 32, 0.2) inset;
}

.page-shinjuku .pagination a.page-numbers {
    color: #a59020;
    border: 1px solid ;
}

.search-form-newtaipei #sbox:focus {
  border-bottom: 1px solid #a15fe2;
  box-shadow: 0px -10px 10px 0px rgba(161, 95, 226, 0.2) inset;
}

.page-newtaipei .pagination a.page-numbers {
    color: #a15fe2;
    border: 1px solid ;
}

.page-kualalumpur .search-form {
  background: #c25730;
}

.page-kualalumpur .search-form #sbox:focus {
  border: 1px solid #dd6b42;
  box-shadow: 2px 2px 10px 3px rgba(221, 107, 66, 0.2) inset;
}

.page-kualalumpur .pagination a.page-numbers {
    color: #dd6b42;
    border: 1px solid ;
}

.search-form-divercity #sbox:focus {
  border-bottom: 1px solid #3E389D;
  box-shadow: 0px -10px 10px 0px rgba(62, 56, 157, 0.2) inset;
}

.page-divercity .pagination a.page-numbers {
    color: #3E389D;
    border: 1px solid ;
}

.search-form-nagoya #sbox:focus {
  border-bottom: 1px solid #EF3A9D;
  box-shadow: 0px -10px 10px 0px rgba(239, 58, 157, 0.2) inset;
}

.page-nagoya .pagination a.page-numbers {
    color: #EF3A9D;
    border: 1px solid ;
}

.search-form-namba #sbox:focus {
  border-bottom: 1px solid #FFAF2E;
  box-shadow: 0px -10px 10px 0px rgba(255, 175, 46, 0.2) inset;
}

.page-namba .pagination a.page-numbers {
    color: #FFAF2E;
    border: 1px solid ;
}

.search-form-fukuoka #sbox:focus {
  border-bottom: 1px solid #FF4219;
  box-shadow: 0px -10px 10px 0px rgba(255, 66, 25, 0.2) inset;
}

.page-fukuoka .pagination a.page-numbers {
    color: #FF4219;
    border: 1px solid ;
}

.search-form-osakabayside #sbox:focus {
  border-bottom: 1px solid #55C2EC;
  box-shadow: 0px -10px 10px 0px rgba(85, 194, 236, 0.2) inset;
}

.page-osakabayside .pagination a.page-numbers {
    color: #55C2EC;
    border: 1px solid ;
}

.search-form-yokohama #sbox:focus {
    border-bottom: 1px solid #999;
    box-shadow: 0px -10px 10px 0px rgba(200, 200, 220, 0.2) inset;
}

.page-yokohama .pagination a.page-numbers {
    color: #eee;
    border: 1px solid ;
}

.search-form-haneda #sbox:focus {
    border-bottom: 1px solid #2A2A86;
    box-shadow: 0px -10px 10px 0px rgba(42, 42, 134, 0.2) inset;
}

.page-haneda .pagination a.page-numbers {
    color: #eee;
    border: 1px solid ;
}

.page-haneda *::selection {
  background: #2A2A86;
}


/* 広告 */
.ad-area-footer-left {
  margin-right: 2px;
}

.ad-area-header {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ad-area-footer {
  display:flex;
  justify-content: center;
  margin-bottom: 10px;
}

/*# sourceMappingURL=event.css.map */


/* accomodations */
#information {
    margin-bottom: 80px;
}


.sch-contentWrap.accomdations {
  max-width: 720px;
  margin: 60px auto;
}

.accomodatins-banner-img {
  width: 45%;
  float: left;
  margin-right: 5%;
}

.accomdations .btn-link {
  display: inline-block;
  padding: 8px 30px 8px 10px;
  position: relative;
  border: 1px solid #fff;
  max-width: 300px;
}

.accomdations .btn-link::after {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -8px;
  content: "";
  width: 10px;
  height: 16px;
  background-image: url(/wp-content/themes/cocoon-master/images/accomodations/arrow.png);
  background-position: center;
  background-size: contain;
}

.accomodatins-banner-text #shinjuku {
  /* display:none; */
  width: 350px;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .accomodatins-banner-img {
    width: 60%;
    float: none;
    margin-right: 0%;
    margin-bottom: 20px;
    margin-left: 10%;
  }
  .accomodatins-banner-text {
    width: 83%;
    margin: 10px auto;
  }

}

.sch-contentWrap.accomdations-keikyu {
  max-width: 1100px;
  margin: 60px auto 100px auto; 
}

.accomodatins-keikyu-banner-img {
  width: 35%;
  float: left;
  margin-right: 5%;
  margin-left: 5%;
  margin-bottom: 40px;
  text-align : center;
}

.sch-contentWrap.accomdations-tokyu {
  max-width: 1100px;
  margin: 60px auto 60px auto; 
  display: flex;
  justify-content: center;
}

.accomodatins-tokyu-banner-logo {
  vertical-align: top;
  margin: 0 auto;
  font-size: 32px;
  Line-Height:40px;
}

.accomodatins-tokyu-banner-img img {
  margin: 5px;
  max-width: initial;
  vertical-align: top;
  width: auto;
  height: 300px;
}

.accomodatins-tokyu-banner-img {
  margin-right: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.accomodatins-tokyu-banner-text{
    width: 100%;
    margin-bottom: 50px;
}

.accomdations-tokyu .btn-link {
  display: inline-block;
  padding: 8px 30px 8px 10px;
  position: relative;
  border: 1px solid #fff;
  width: 100%;
  max-width: 500px;
  margin: 0;
}

.accomdations-tokyu .btn-link::after {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -8px;
  content: "";
  width: 10px;
  height: 16px;
  background-image: url(/wp-content/themes/cocoon-master/images/accomodations/arrow.png);
  background-position: center;
  background-size: contain;
}

.accomodatins-keikyu-banner-logo {
  margin: 30px auto;
  font-size: 32px;
}

.accomdations-keikyu .btn-link {
  display: inline-block;
  padding: 8px 30px 8px 10px;
  position: relative;
  border: 1px solid #fff;
  max-width: 500px;
}

.accomdations-keikyu .btn-link::after {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -8px;
  content: "";
  width: 10px;
  height: 16px;
  background-image: url(/wp-content/themes/cocoon-master/images/accomodations/arrow.png);
  background-position: center;
  background-size: contain;
}

@media only screen and (max-width: 1000px) {
  .accomodatins-keikyu-banner-img {
    width: 75%;
    float: none;
    margin: auto;
  }
  .accomodatins-keikyu-banner-text {
    width: 80%;
    margin: 10px auto;
  }

  .accomodatins-tokyu-banner-img img{
    margin: 50px 5px;
    max-width: initial;
    vertical-align: top;
    width: auto;
    height: 200px;
  }

  .accomodatins-tokyu-banner-img{
    margin: 0;
  }

  .accomodatins-tokyu-banner-text {
    width: 90%;
    margin: 10px auto;
  }

  .accomdations-tokyu .btn-link {
    margin-bottom: 30px;
  }

  .sch-contentWrap.accomdations-tokyu {
    max-width: 1200px;
    margin: 60px auto 100px auto; 
    display: initial;
    justify-content: center;
  }

  .accomodatins-tokyu-banner-logo-br {
    display: none;
  }

}
.sold-out {
  color: #FF0000;
}