@charset "UTF-8";
.mv-bg {
  height: 60vh;
}

.main-contens .mv-slider {
  margin-bottom: -30px;
}
.main-contens .swiper-slide {
  background-color: #180097;
}
.main-contens .music-loop-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
}
.main-contens .music-loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: loopScroll 40s linear infinite;
          animation: loopScroll 40s linear infinite;
}
.main-contens .music-loop-list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 236px;
          flex: 0 0 236px;
  margin-right: 2rem; /* お好みで間隔 */
}
.main-contens .music-text {
  color: #180097;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.491821771;
  background-color: #fff;
  text-align: center;
}
.main-contens .time-table-area {
  padding-top: 40px;
}
.main-contens .time-table-text {
  margin: 0 auto 23px;
  width: 75.73333%;
}
.main-contens .time-table-logo {
  width: 27.2%;
  margin: 0 auto 37px;
}
.main-contens .time-table-btn-area {
  background-color: #fff;
  padding-top: 80px;
  margin-top: -50px;
  padding-bottom: 40px;
}
.main-contens .time-table-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #df4f1e;
  border: 1px solid #df4f1e;
  color: #f0f0f9;
  font-size: 17px;
  letter-spacing: 0.1em;
  font-weight: bold;
  width: 80%;
  height: 77px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main-contens .time-table-btn.ticket {
  margin-top: 30px;
}
.main-contens .time-table-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #f0f0f9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main-contens .venue-map-area {
  background-color: #fff;
  padding-bottom: 35px;
}
.main-contens .contens-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.3336082474;
}
.main-contens .max-image {
  margin-top: 15px;
  margin-bottom: 15px;
}
.main-contens .max-text {
  width: 95%;
  margin: 0 auto;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.578;
}
.main-contens .far-away-area {
  background-color: #ecd2bd;
  padding-top: 45px;
  padding-bottom: 55px;
}
.main-contens .far-away-text {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.578;
  margin-top: 10px;
  margin-bottom: 25px;
}
.main-contens .far-away-btn {
  background-color: #fff;
  width: 80%;
  margin: 0 auto 30px;
  position: relative;
  display: block;
  padding: 19px 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main-contens .far-away-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #180097;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main-contens .far-away-btn.tour {
  margin-bottom: 10px;
}
.main-contens .far-away-btn-place {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 2.2666666667;
  margin-bottom: 5px;
}
.main-contens .far-away-btn-text {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.main-contens .far-away-btn-tour-text {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.7142857143;
  margin-top: 9px;
}
.main-contens .venue-access-text {
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.578;
  text-decoration: underline;
}
.main-contens .ticket-area {
  background-color: #f0f0f9;
  padding-top: 50px;
  padding-bottom: 55px;
}
.main-contens .ticket-box {
  margin: 15px 15px;
  background-color: #ffffff;
  border-radius: 10px;
}
.main-contens .ticket-box-title-text {
  background-color: #180097;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 37px;
  border-radius: 10px 10px 0 0;
}
.main-contens .ticket-box-inner {
  padding: 10px;
}
.main-contens .ticket-kinds {
  border: 2px solid #bcff3f;
  background-color: rgba(169, 255, 38, 0.28);
  border-radius: 10px;
  margin-bottom: 10px;
}
.main-contens .ticket-kinds.stage-a {
  border: 2px solid #180097;
  background-color: rgba(24, 0, 151, 0.13);
}
.main-contens .ticket-kinds.stage-s {
  border: 2px solid #d90a25;
  background-color: rgba(217, 10, 37, 0.28);
}
.main-contens .ticket-kinds.chair {
  border: 2px solid #17aaff;
  background-color: rgba(131, 211, 229, 0.28);
}
.main-contens .ticket-kinds.photo {
  border: 2px solid #f5b5ff;
  background-color: rgba(245, 181, 255, 0.28);
}
.main-contens .ticket-kinds.vip {
  border: 2px solid #f3bf36;
  background-color: rgba(245, 225, 142, 0.28);
}
.main-contens .vip-bottom-line {
  background-color: #f3bf36;
  height: 1px;
  width: 96%;
  margin: 0 auto;
}
.main-contens .ticket-box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
}
.main-contens .ticket-box-flex.vip {
  padding: 10px 15px;
}
.main-contens .ticket-kinds-image {
  width: 59.8%;
}
.main-contens .ticket-kinds-image.vip {
  width: 49.6%;
}
.main-contens .ticket-kinds-title {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-contens .ticket-kinds-title.vip {
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-contens .ticket-kinds-title .ticket-kinds-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-contens .ticket-kinds-title.stage {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.main-contens .ticket-kinds-title .area-text {
  font-size: 13px;
  font-weight: bold;
  display: block;
}
.main-contens .ticket-kinds-title .position-text {
  font-size: 41px;
  letter-spacing: 0.08em;
  font-weight: bold;
  margin-left: 10px;
}
.main-contens .ticket-kinds-bottom-text {
  background-color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.9771101574;
  border-radius: 0 0 10px 10px;
  text-align: center;
  padding: 3px 10px;
}
.main-contens .ticket-kinds-bottom-text.left {
  text-align: left;
  line-height: 1.573676681;
  padding-left: 10px;
}
.main-contens .ticket-kinds-bottom-text.vip {
  padding: 5px 10px;
  text-align: left;
  line-height: 1.573676681;
}
.main-contens .ticket-kinds-title-text {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.7436037017;
}
.main-contens .ticket-kinds-title-text.chair {
  line-height: 1.3081110506;
}
.main-contens .ticket-kinds-title-text.vip {
  font-size: 34px;
  text-align: center;
  line-height: 1;
}
.main-contens .ticket-kinds-title .price {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 2;
}
.main-contens .ticket-kinds-title .price.vip {
  line-height: 1.5;
}
.main-contens .ticket-kinds-title .unit {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-family: "noto-sans-cjk-jp", sans-serif;
}
.main-contens .ticket-box-note-area {
  padding: 0 10px;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.8184615385;
}
.main-contens .access-area {
  background-color: #fff;
  padding-top: 55px;
  padding-bottom: 55px;
}
.main-contens .access-image {
  margin-top: 30px;
  margin-bottom: 15px;
}
.main-contens .access-venue-name {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.4371700106;
  padding: 0 10px;
}
.main-contens .access-address {
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 2.5478571429;
  margin-bottom: 40px;
}
.main-contens .access-map-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 47px;
  background-color: #180097;
  color: #f0f0f9;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 500;
  width: 80%;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main-contens .access-map-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #f0f0f9;
}
.main-contens .news-area {
  background-color: #f0f0f9;
  padding-top: 50px;
  padding-bottom: 55px;
}
.main-contens .news-box {
  width: 95%;
  margin: 30px auto 0;
  height: 295px;
  overflow-y: auto;
  background-color: #fff;
  border-top: 1px solid #180097;
  border-bottom: 1px solid #180097;
  padding-bottom: 10px;
}
.main-contens .news-area-list {
  background-image: linear-gradient(to right, #180097 1px, transparent 1px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  width: 95%;
}
.main-contens .news-area-link {
  padding: 15px;
  display: block;
}
.main-contens .news-list-time {
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 2.4166666667;
  font-weight: 500;
  color: #686664;
}
.main-contens .news-list-title {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.main-contens .news-list-title span {
  border-bottom: 1px solid #180097;
}
.main-contens .concept-area {
  padding-top: 45px;
  padding-bottom: 50px;
}
.main-contens .concept-title {
  width: 80%;
  margin-left: 5%;
  margin-bottom: 20px;
}
.main-contens .concept-logo {
  width: 90.6666%;
  margin: 0 auto 37px;
  opacity: 0;
}
.main-contens .concept-logo.active {
  -webkit-animation: fadeIn 3s ease forwards;
          animation: fadeIn 3s ease forwards;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.main-contens .concept-link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f0f0f9;
  height: 47px;
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main-contens .concept-link-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #180097;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 1000px) {
  .main-contens .contens-title {
    font-size: 32px;
  }
  .main-contens .time-table-text {
    margin-bottom: 40px;
  }
  .main-contens .max-text {
    font-size: 17px;
  }
  .main-contens .far-away-text {
    font-size: 17px;
  }
  .main-contens .far-away-btn-place {
    font-size: 17px;
  }
  .main-contens .far-away-btn-text {
    font-size: 22px;
  }
  .main-contens .far-away-btn-tour-text {
    font-size: 16px;
  }
  .main-contens .venue-access-text {
    font-size: 17px;
  }
  .main-contens .ticket-box-title-text {
    font-size: 18px;
    height: 44px;
  }
  .main-contens .ticket-kinds-title-text {
    font-size: 24px;
  }
  .main-contens .ticket-kinds-title-text.vip {
    font-size: 42px;
  }
  .main-contens .ticket-kinds-title .price {
    font-size: 24px;
  }
  .main-contens .ticket-kinds-title .unit {
    font-size: 14px;
  }
  .main-contens .ticket-kinds-title .area-text {
    font-size: 20px;
  }
  .main-contens .ticket-kinds-title .position-text {
    font-size: 60px;
  }
  .main-contens .ticket-kinds-bottom-text {
    font-size: 16px;
  }
  .main-contens .ticket-box-note-area {
    font-size: 15px;
  }
  .main-contens .time-table-btn {
    font-size: 18px;
  }
  .main-contens .access-venue-name {
    font-size: 24px;
  }
  .main-contens .access-address {
    font-size: 16px;
  }
  .main-contens .access-map-link {
    height: 54px;
    font-size: 16px;
  }
  .main-contens .news-list-time {
    font-size: 14px;
  }
  .main-contens .news-list-title {
    font-size: 17px;
  }
  .main-contens .concept-title {
    margin-bottom: 40px;
  }
  .main-contens .concept-logo {
    margin-bottom: 65px;
  }
  .main-contens .concept-link-btn {
    height: 54px;
    font-size: 16px;
  }
}

#venue {
  margin-top: -30px;
  padding-top: 30px;
}

@media (min-width: 1000px) {
  #venue, #news {
    margin-top: 0px;
    padding-top: 0px;
  }
}
@-webkit-keyframes loopScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes loopScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (hover: hover) {
  .time-table-btn:hover {
    background-color: #180097;
    border-color: #180097;
  }
  .access-map-link:hover {
    background-color: #df4f1e;
  }
  .concept-link-btn:hover {
    background-color: #df4f1e;
    color: #fff;
  }
  .concept-link-btn:hover::after {
    border-left: 8px solid #fff;
  }
  .far-away-btn:hover {
    background-color: #180097;
    color: #fff;
  }
  .far-away-btn:hover::after {
    border-left: 8px solid #fff;
  }
}