@charset "UTF-8";
/* fontサイズ・バリエーション */
/* PC */
/* -------------------------------------------------------------------------------------------------------------------
PC
------------------------------------------------------------------------------------------------------------------- */
.sp {
  display: none;
}

.pc {
  display: block;
}

body {
  background: #000;
  font-size: 15px; /* 基準フォントサイズを15pxに設定 */
}

h2 {
  width: 20%;
  max-width: 210px;
  line-height: 1;
  font-size: 36px;
  color: #fff;
  margin-left: 24px;
  font-size: 28px;
  text-align: left;
}
h2 span.en {
  display: block;
  width: 74px;
  margin-top: 24px;
}
h2 span.en::after {
  content: "";
  display: block;
  margin: auto;
  width: 2px;
  height: 90px;
  background: #644ee2;
  margin-top: 8px;
  margin-bottom: 8px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

article {
  padding: 40px;
}

section {
  padding: 60px 0;
  display: flex;
  flex-wrap: wrap;
}
section p {
  text-align: left;
  margin-bottom: 20px;
}

a {
  text-decoration: none;
}

/* -------------------------------------
* 共通パーツ　table list btn
* ------------------------------------- */
table.listTable {
  width: 100%;
  max-width: 768px;
  margin: 0 0 40px 0;
  text-align: left;
  border: 1px solid #fff;
  border-collapse: collapse;
}
table.listTable th, table.listTable td {
  padding: 8px 16px;
}
table.listTable th {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 1.6em; /* 24pxに相当 */
}
table.listTable td {
  padding-top: 0;
  line-height: 1.6;
  font-size: 1.2em;
  line-height: 1.8;
}

table.columnTable1 {
  margin: 0 0 40px 0;
  border: 1px solid #fff;
  border-collapse: collapse;
}
table.columnTable1 th, table.columnTable1 td {
  vertical-align: middle;
  text-align: center;
  padding: 15px;
  border: 1px solid #fff;
}
table.columnTable1 th {
  font-weight: bold;
}

table.columnTable2 {
  margin: 0 0 40px 0;
  border: 1px solid #fff;
}
table.columnTable2 tr {
  width: 100%;
  border: 1px solid #fff;
}
table.columnTable2 th {
  width: 100%;
  display: list-item;
  list-style: none;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  background: rgba(255, 255, 255, 0.7);
}
table.columnTable2 td {
  width: 100%;
  display: list-item;
  list-style: none;
  font-size: 1.6rem;
  text-align: left;
  padding: 10px;
  background: rgba(255, 255, 255, 0.7);
}

ul.attentionList {
  font-size: 0.9em;
  margin: 8px 0 0;
  padding: 0 0 0 0;
}
ul.attentionList li {
  text-align: left;
  line-height: 1.6;
  margin: 0 0 8px 0;
  text-indent: 0;
}

/* ===== ページトップアイコン ===== */
#fixedbtn {
  width: 120px;
  width: 120px;
  position: fixed;
  right: 20px;
  bottom: 20px;
}

#fixedbtn a {
  position: relative;
  display: block;
  width: 120px;
  width: 120px;
  text-decoration: none;
}
#fixedbtn a:hover {
  opacity: 0.8;
}

.contentBlock {
  width: 96%;
  margin: 0 auto;
}

.mainContent {
  width: 70%;
  max-width: calc(100% - 210px);
  margin: auto;
  padding-right: 210px;
}

/* -------------------------------------
* 共通
* ------------------------------------- */
header {
  position: relative;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.headerNav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: all 0.5s ease;
  background-color: #000;
  border-bottom: 1px solid;
  width: 100%;
  height: 80px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.headerNav::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(90deg, #4e33e9, #20d2ff);
}
.headerNav .navLogo {
  margin-left: 24px;
}
.headerNav .navLogo a {
  display: block;
}
.headerNav .navLogo a:hover {
  opacity: 0.7;
}
.headerNav .navLogo img {
  width: 120px;
}
.headerNav ul.menuList {
  display: flex;
  align-items: center;
  padding: 0 24px;
}
.headerNav ul.menuList li {
  padding: 0 16px;
  height: 42px;
  position: relative;
  top: 6px;
  overflow: hidden;
}
.headerNav ul.menuList li a {
  line-height: 1;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.headerNav ul.menuList li a::after {
  content: "";
  display: block;
  width: 1%;
  height: 1px;
  background-color: transparent;
  text-align: center;
  transition: all 0.25s;
  transform: scaleX(10%);
  transform-origin: 0;
}
.headerNav ul.menuList li a:hover {
  color: #9b80ff;
}
.headerNav ul.menuList li a:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #9b80ff;
  transform: scaleX(100%);
}
.headerNav ul.menuList li.menu_sns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  top: 0;
}
.headerNav ul.menuList li.menu_sns img.x_logo {
  padding: 6px;
}
.headerNav ul.menuList li.menu_sns img.instagram_logo {
  padding: 4px;
}
.headerNav ul.menuList li.menu_sns a {
  display: block;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 10px;
  padding: 0;
  margin-left: 12px;
  transition: all 0.2s;
}
.headerNav ul.menuList li.menu_sns a:hover img {
  background-color: #9b80ff;
}

/* -------------------------------------
* footer
* ------------------------------------- */
footer {
  background: #000;
  color: #fff;
  padding: 40px 0;
  text-align: center;
}
footer .footer-content .sns-link ul.sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 60px;
}
footer .footer-content .sns-link ul.sns-list li {
  margin: 0 20px;
}
footer .footer-content .sns-link ul.sns-list li a {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 10px;
  padding: 0;
  transition: all 0.2s;
  opacity: 1;
}
footer .footer-content .sns-link ul.sns-list li a img {
  padding: 6px;
}
footer .footer-content .sns-link ul.sns-list li a:hover {
  background-color: #9b80ff;
}
footer .footer-content .sns-link ul.sns-list li.x_logo img {
  padding: 8px;
}
footer .footer-content .sns-link ul.menu-list {
  max-width: 960px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 60px;
}
footer .footer-content .sns-link ul.menu-list li {
  font-size: 16px;
  margin: 0 10px;
}
footer .footer-content .sns-link ul.menu-list li a {
  text-decoration: none;
}
footer .footer-content .sns-link p.credits {
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 1.8;
}

/* -------------------------------------
* 中ページタイトル 共通
* ------------------------------------- */
.pageHeader {
  width: 100%;
  background: url(../img/top_bg.jpg) no-repeat center center;
  padding: 40px 0;
}
.pageHeader h1 {
  margin: 0 auto 20px;
  padding-top: 80px;
}
.pageHeader p {
  margin: 0 auto 0;
}

/* -------------------------------------
* トップページ
* ------------------------------------- */
/* ===== メインビジュアル ===== */
.mvcontainer {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-top: 80px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.mvcontainer video {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.visual-image {
  max-width: 100%;
  vertical-align: middle;
  font-size: 0.0001em;
  overflow: hidden;
  position: absolute;
  width: auto;
  height: calc(100vh - 80px);
  text-align: center;
  background: #000;
  opacity: 0;
  transform: translateY(20px) scale(1.3);
  transition: opacity 2s ease, transform 2s ease;
  pointer-events: none;
  overflow: hidden;
}
.visual-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: auto;
}

.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.visual-image.visible {
  opacity: 1;
}

.skip-button {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 10;
}

.skip-button.show {
  opacity: 1;
}

/* ===== お知らせ ===== */
#info {
  background: url(../img/bg/bg_info.jpg) no-repeat center center;
  background-size: cover;
}
#info .x-link {
  width: 80%;
  max-width: 800px;
  text-align: left;
  margin: 0 auto 16px;
}
#info .x-link p {
  margin-bottom: 0;
  vertical-align: middle;
  display: inline-block;
  border-radius: 18px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  text-align: left;
  padding-right: 8px;
  transition: all 0.3s;
}
#info .x-link p:hover {
  background: #9b80ff;
  color: #fff;
}
#info .x-link p a {
  display: flex;
  line-height: 36px;
}
#info .x-link p a:hover {
  color: #fff;
}
#info .x-link p .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-right: 8px;
}
#info .x-link p .icon img {
  display: inline-block;
  width: 24px;
}
#info .infoList {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}
#info .infoList .page-newsall-list {
  display: block;
  margin: 0 auto 40px;
  max-width: 1024px;
  text-align: center;
  padding: 1vw 0 0;
}
#info .infoList .page-newsall-list .news-flex {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: solid 1px #fff;
}
#info .infoList .page-newsall-list .news-flex:first-child {
  border-top: solid 1px #fff;
}
#info .infoList .page-newsall-list .news-flex .news-date {
  width: 140px;
  padding: 1vw 1vw 1vw 0;
}
#info .infoList .page-newsall-list .news-flex a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#info .infoList .page-newsall-list .news-flex a::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/arrow_right.svg) no-repeat center center;
}
#info .infoList .page-newsall-list .news-flex a:hover::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/arrow_right_g.svg) no-repeat center center;
}
#info .infoList .page-newsall-list .news-item {
  color: #fff;
}
#info .infoList .page-newsall-list .news-item a {
  color: #fff;
}
#info .infoList .page-newsall-list .news-item a:hover {
  color: #9b80ff;
}
#info .infoList .tag-content {
  text-align: left;
  margin-bottom: 8px;
}
#info .infoList .tag-content .tag {
  display: inline-block;
  background-color: #644ee2;
  font-size: 14px;
  color: #fff;
  padding: 0 16px;
  border-radius: 20px;
  margin-right: 8px;
}
#info .infoList .news-txt {
  padding: 1vw 0 1vw 0;
  width: calc(100% - 140px);
  text-align: left;
}
#info .morebtn-content {
  text-align: center;
  margin-top: 20px;
}
#info .morebtn-content .more {
  display: inline-block;
  background: #fff;
  border-radius: 36px;
  color: #000;
  padding: 8px 16px;
}
#info .morebtn-content .more:hover {
  background: #644ee2;
  color: #fff;
}

/* ===== イベント紹介 ===== */
#about {
  background: url(../img/bg/bg_about.jpg) no-repeat center center;
  background-size: cover;
}

#about2 {
  background: url(../img/bg/bg_voice.jpg) no-repeat center center;
  background-size: cover;
}

#about3 {
  background: url(../img/bg/bg_movie.jpg) no-repeat center center;
  background-size: cover;
}

#about4 {
  background: url(../img/bg/bg_dinoalive.jpg) no-repeat center center;
  background-size: cover;
}

#about h3 {
  font-size: 38px;
  background-image: linear-gradient(to right, #e9ff26, #ff8800);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
}
#about .about-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
#about .about-detail .about-text {
  width: 100%;
}
#about .about-detail .about-text p {
  text-align: center;
}
@media screen and (min-width: 1420px) {
  #about .about-detail .about-text {
    width: 100%;
  }
  #about .about-detail .about-text p {
    text-align: center;
  }
  #about .about-detail .about-supporter {
    text-align: left;
  }
}
#about .about-description1 {
  font-size: 16px;
  margin-bottom: 40px;
}
#about .about-description2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 40px;
}
#about .about-description3 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 40px;
}
#about .about-description4 {
  width: 80%;
  font-size: 16px;
  margin: 0 auto 40px;
  padding: 8px;
  position: relative;
  background-color: #000;
  border: 1px solid #644ee2;
}
#about .about-description4::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-right: 4px solid #644ee2;
  border-bottom: 4px solid #644ee2;
}
#about span.bold {
  font-weight: bold;
}
#about span.sizeup {
  font-size: 22px;
}
#about span.colory {
  color: #ffff4a;
}

.about-slider {
  width: 100%;
  max-width: 100%;
  margin: 40px auto;
}
.about-slider .slick-slide img {
  width: 100%;
  height: auto;
}
.about-slider .slick-slide a {
  display: block;
  border: 2px solid #4e33e9;
}
.about-slider .slick-slide a img {
  transition: all 0.2s;
}
.about-slider .slick-slide a:hover img {
  opacity: 0.7;
}
.about-slider .slide-item {
  margin: 0 20px;
}
.about-slider .slick-prev, .about-slider .slick-next {
  display: none;
}
.about-slider .slick-prev {
  display: none;
}
.about-slider .slick-next {
  display: none;
}

#about2 h3 {
  font-size: 38px;
  color: #fff;
  text-shadow: 2px 2px 0 #040454;
  text-align: center;
  margin: 0 auto 40px;
}
#about2 .voice-container {
  margin: 0 auto;
}
#about2 .voice1, #about2 .voice2, #about2 .voice3, #about2 .voice4, #about2 .voice5, #about2 .voice6, #about2 .voice7,
#about2 .voice8, #about2 .voice9, #about2 .voice10, #about2 .voice11 {
  display: inline-block;
  border: 2px solid #644ee2;
  padding: 16px;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 8px;
  margin: 0 auto;
}
#about2 .voice1 {
  background-color: #240677;
  font-size: 22px;
  font-weight: bold;
  transform: rotate(-2deg);
}
#about2 .voice2 {
  background-color: #fffe00;
  color: #001600;
  transform: rotate(2deg);
}
#about2 .voice3 {
  background-color: #3e5ce6;
  transform: rotate(-2deg) translateX(-120px) translateY(-11px);
}
#about2 .voice4 {
  background-color: #fffe00;
  color: #001600;
  font-size: 22px;
  font-weight: bold;
  transform: rotate(2deg) translateX(50px);
}
#about2 .voice5 {
  background-color: #240677;
  transform: rotate(-2deg);
}
#about2 .voice6 {
  background-color: #3e5ce6;
  transform: rotate(1.5deg);
}
#about2 .voice7 {
  background-color: #fffe00;
  color: #001600;
  transform: rotate(-2.5deg);
}
#about2 .voice8 {
  background-color: #240677;
  transform: rotate(2deg);
}
#about2 .voice9 {
  background-color: #fffe00;
  color: #001600;
  transform: rotate(-1.5deg);
}
#about2 .voice10 {
  background-color: #3e5ce6;
  transform: rotate(-1.5deg);
}
#about2 .voice11 {
  background-color: #240677;
  font-size: 22px;
  font-weight: bold;
  transform: rotate(3deg);
}

#about3 h3 {
  font-size: 38px;
  color: #fff;
  text-shadow: 2px 2px 0 #040454;
  text-align: center;
  margin: 0 auto 40px;
}
#about3 ul.movieList {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  margin: 40px auto;
}
#about3 ul.movieList li {
  width: 560px;
  max-width: 48%;
  font-size: 24px;
}
#about3 .video-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border: 2px solid #644ee2;
}
#about3 .video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

#about4 h3 {
  font-size: 38px;
  color: #fff;
  text-shadow: 2px 2px 0 #040454;
  text-align: center;
  margin: 0 auto 40px;
}
#about4 p {
  width: 80%;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #000;
  font-size: 20px;
}
#about4 .about4-img {
  margin: 0 auto 40px;
}
#about4 .banner a {
  display: inline-block;
  transition: all 0.3s;
  overflow: hidden;
  transform: scale(1);
}
#about4 .banner a:hover {
  transform: scale(1.02);
}

/* ===== 登場恐竜 ===== */
#dinosaurs {
  background: url(../img/bg/bg_dinosaurs.jpg) no-repeat center center;
  background-size: cover;
}
#dinosaurs .dino-info {
  display: inline-block;
  width: 48%;
  max-width: 480px;
  background: url(../img/bg_dinoname.webp) no-repeat top 16px right 16px rgba(255, 255, 255, 0.8);
}
#dinosaurs .dino-info::before {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(90deg, #4e33e9, #20d2ff);
}
#dinosaurs .dino-info h3 {
  padding: 16px 16px 0 16px;
  color: #240677;
  font-weight: bold;
  text-align: left;
  font-size: 36px;
  line-height: 1.8;
}
#dinosaurs .dino-info h3::after {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
#dinosaurs .dino-info p {
  padding: 16px;
  color: #000;
  font-size: 16px;
}
#dinosaurs .dino-info p.dino-name {
  padding: 0 16px 0;
  font-size: 24px;
  color: #4e33e9;
  text-align: right;
}
#dinosaurs .dino-info p.dino-size {
  font-size: 20px;
  color: #000;
  text-align: right;
  padding: 0 16px 0 0;
  background: url(../img/dino_size.webp) no-repeat center right;
  background-size: auto 100%;
}
#dinosaurs .dino-img {
  z-index: 1;
}
#dinosaurs .dino1 {
  display: flex;
  align-items: flex-start;
  margin: 0 auto 80px auto;
}
#dinosaurs .dino1 .dino-img {
  position: relative;
  width: 60%;
}
#dinosaurs .dino1 .dino-img img {
  position: absolute;
  top: 80px;
  left: 30px;
}
#dinosaurs .dino1 .dino-info {
  width: 40%;
}
#dinosaurs .dino2 {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 80px auto 80px auto;
}
#dinosaurs .dino2 .dino-img {
  position: relative;
  width: 60%;
}
#dinosaurs .dino2 .dino-img img {
  position: absolute;
  top: 100px;
  left: -15px;
}
#dinosaurs .dino2 .dino-info {
  width: 40%;
}
#dinosaurs .dino3 {
  display: flex;
  align-items: flex-start;
  margin: 80px auto 100px auto;
}
#dinosaurs .dino3 .dino-img {
  position: relative;
  width: 60%;
}
#dinosaurs .dino3 .dino-img img {
  position: absolute;
  top: -10px;
  left: 30px;
}
#dinosaurs .dino4 {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 80px auto 100px auto;
}
#dinosaurs .dino4 .dino-img {
  position: relative;
  width: 60%;
}
#dinosaurs .dino4 .dino-img img {
  position: absolute;
  top: 0px;
  left: -30px;
}

/* ===== MC情報 ===== */
#mc {
  background: url(../img/bg/bg_mc.jpg) no-repeat center center;
  background-size: cover;
}
#mc h3 {
  font-size: 38px;
  color: #fff;
  text-shadow: 2px 2px 0 #040454;
  text-align: center;
  margin: 0 auto 20px;
}
#mc .mc-img {
  margin: 0 auto 40px;
}
#mc p {
  text-align: center;
}

/* ===== チケット情報 ===== */
#schedule {
  background: url(../img/bg/bg_schedule.jpg) no-repeat center center;
  background-size: cover;
}
#schedule .schedule-content {
  position: relative;
}
#schedule h3 {
  width: 12em;
  font-size: 38px;
  color: #fff;
  text-shadow: 2px 2px 0 #040454;
  text-align: center;
  margin: 0;
  line-height: 1.6;
}
#schedule h3 span.map_info {
  display: block;
  font-size: 16px;
  line-height: 2.2;
}
#schedule h3 span.map_info::before {
  content: "";
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 4px;
  margin: 0;
  padding: 0;
  background-image: linear-gradient(to right, #4e33e9, #20d2ff);
}
#schedule svg#b {
  position: relative;
  top: -80px;
}
#schedule table.ticketList {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 40px;
  border-collapse: collapse;
  background: #fff;
  color: #000;
  font-size: 13px;
  letter-spacing: 1;
}
#schedule table.ticketList th, #schedule table.ticketList td {
  padding: 6px 8px;
}
#schedule table.ticketList th {
  text-wrap: nowrap;
  color: #fff;
  text-align: center;
  background-color: #1a006b;
  border: 1px solid #1a006b;
}
#schedule table.ticketList td {
  border: 1px solid #1a006b;
  text-align: left;
}
#schedule table.ticketList td.place {
  text-align: center;
}
#schedule table.ticketList td span.on-sale {
  display: block;
  text-wrap: nowrap;
  background: #f15a24;
  padding: 4px 8px;
  color: #fff;
  border-radius: 6px;
  text-align: center;
}
#schedule table.ticketList td .pre {
  display: block;
  text-wrap: nowrap;
  background: #666;
  padding: 4px 8px;
  color: #fff;
  border-radius: 6px;
  text-align: center;
}
#schedule table.ticketList td .end {
  display: block;
  text-wrap: nowrap;
  background: #333;
  padding: 4px 8px;
  color: #fff;
  border-radius: 6px;
  text-align: center;
}
#schedule table.ticketList td .btn_more {
  display: block;
  text-wrap: nowrap;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  background: linear-gradient(90deg, #4296ff, #c038da);
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  box-shadow: 2px 2px 5px #ccc;
}
#schedule table.ticketList td .btn_more::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background: url(../img/arrow_right.svg) no-repeat center center;
}
#schedule table.ticketList td .btn_more:hover {
  color: #fff;
  opacity: 0.8;
  box-shadow: 0px 0px 5px #ccc;
}
#schedule table.ticketList td .comingsoon {
  display: block;
  text-wrap: nowrap;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  background: #ccc;
  color: #333;
  text-align: center;
}

/* ===== グッズ ===== */
#goods {
  background: url(../img/bg/bg_goods.jpg) no-repeat center center;
  background-size: cover;
}
#goods .goods-text p {
  color: #fff;
  font-size: 32px;
  text-align: center;
}

/* ===== ダンス ===== */
#dance {
  background: url(../img/bg/bg_dance.jpg) no-repeat center center;
  background-size: cover;
}
#dance h3 {
  font-size: 38px;
  color: #fff;
  text-shadow: 2px 2px 0 #040454;
  text-align: center;
  margin: 0 auto 20px;
}
#dance .video-wrapper {
  position: relative;
  padding-top: 56.25%; /* 16:9 */
  border: 2px solid #644ee2;
}
#dance .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ===== 注意事項 ===== */
#notice {
  background: url(../img/bg/bg_notice.jpg) no-repeat center center;
  background-size: cover;
}
#notice h3 {
  font-size: 38px;
  color: #fff;
  text-shadow: 2px 2px 0 #040454;
  text-align: center;
  margin: 0 auto 20px;
}
#notice .notice-content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 40px;
}
#notice .notice-content .notice-list {
  width: 100%;
  font-size: 16px;
  text-align: left;
}
#notice .notice-content .notice-list li {
  list-style: none;
  padding-left: 1.5em;
  display: inline-flex;
  margin-bottom: 16px;
}
#notice .notice-content .notice-list li::before {
  content: "・";
  width: 1em;
  margin-right: 0.5em;
}

/* -------------------------------------
* お知らせ一覧
* ------------------------------------- */
body.info-article {
  opacity: 1;
  background: url(../img/bg/bg_innerpage.gif);
}

#info-detail {
  width: 100%;
  display: block;
  margin: 80px auto;
  padding: 0 0 60px 0;
}
#info-detail h1 {
  font-size: 24px;
  text-align: center;
  display: block;
  margin: 0 auto 40px;
  padding: 60px 0;
  background: url(../img/bg/bg_info.jpg) no-repeat center center;
  background-size: cover;
}
#info-detail .page-newsall-list {
  display: block;
  margin: 0 auto 40px;
  max-width: 1024px;
  text-align: center;
  padding: 1vw 3vw 0;
}
#info-detail .page-newsall-list .pager {
  padding: 3vw 0;
}
#info-detail .page-newsall-list .news-flex {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: solid 1px #fff;
}
#info-detail .page-newsall-list .news-flex:first-child {
  border-top: solid 1px #fff;
}
#info-detail .page-newsall-list .news-flex .news-date {
  padding: 1vw 1vw 1vw 0;
}
#info-detail .page-newsall-list .news-item {
  color: #fff;
}
#info-detail .page-newsall-list .news-item a {
  color: #fff;
}
#info-detail .page-newsall-list .news-item a:hover {
  color: #9b80ff;
}
#info-detail .tag-content {
  text-align: left;
  margin-bottom: 8px;
}
#info-detail .tag-content .tag {
  display: inline-block;
  background-color: #644ee2;
  font-size: 14px;
  color: #fff;
  padding: 0 16px;
  border-radius: 20px;
  margin-right: 8px;
}
#info-detail .news-txt {
  padding: 1vw 0 1vw 0;
  text-align: left;
}
#info-detail .js-pagenav > * {
  display: inline-block;
  width: 3vw;
  height: 3vw;
  margin: 0 2.4vw;
  text-align: center;
  line-height: 3vw !important;
  font-size: 1vw !important;
  color: #b2b2b3;
}
#info-detail .js-pagenav > *:nth-child(2) {
  border: solid 1px transparent;
  color: #fff;
}
#info-detail .js-pagenav > a {
  cursor: pointer;
  color: #fff;
  border: none;
  text-decoration: none;
}
#info-detail .js-pagenav > a:hover {
  color: #644ee2;
  border: none;
}
#info-detail .link-container {
  margin: 0 auto 40px;
  text-align: center;
}
#info-detail .link-container .link-back a {
  display: inline-block;
  text-align: center;
  padding: 1vw;
  border: 1px solid #fff;
}
#info-detail .link-container .link-back a:hover {
  background: #9b80ff;
  color: #fff;
  border: 1px solid #fff;
}
#info-detail .page-new-detail {
  width: 90%;
  max-width: 840px;
  margin: 0 auto 40px;
}
#info-detail .page-new-detail .detail-content .date {
  text-align: right;
  margin-bottom: 0;
}
#info-detail .page-new-detail .detail-content .category {
  text-align: left;
  margin-bottom: 20px;
}
#info-detail .page-new-detail .detail-content .news-img {
  width: 80%;
  max-width: 640px;
  text-align: center;
  margin: 0 auto 20px;
}
#info-detail .page-new-detail .detail-content .text {
  width: 100%;
  max-width: 840px;
  font-size: 16px;
  text-align: left;
  margin: 0 auto 40px;
}
#info-detail .page-new-detail .detail-content a {
  text-decoration: underline;
}

/* -------------------------------------
* エリア別ページ
* ------------------------------------- */
body.venue {
  opacity: 1;
  background: url(../img/bg/bg_innerpage.gif);
}
body.venue section {
  padding: 0 0 40px 0;
  display: block;
}
body.venue .link-container {
  margin: 0 auto 40px;
  text-align: center;
}
body.venue .link-container a {
  display: inline-block;
  text-align: center;
  padding: 1vw;
  border: 1px solid #fff;
}
body.venue .link-container a:hover {
  background: #9b80ff;
  color: #fff;
  border: 1px solid #fff;
}
body.venue h1 {
  font-size: 24px;
  text-align: center;
  display: block;
  margin: 0 auto 40px;
  padding: 60px 0;
  background: url(../img/bg/bg_movie.jpg) no-repeat top -480px center;
  background-size: cover;
}
body.venue h2 {
  display: block;
  width: 100%;
  max-width: 840px;
  text-align: left;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  margin: 0 auto 20px;
}
body.venue h2::before {
  content: "";
  width: 2px;
  height: 34px;
  background-color: #644ee2;
  margin-right: 8px;
}
body.venue h3 {
  display: block;
  width: 100%;
  max-width: 840px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin: 20px auto 20px;
}
body.venue h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #644ee2;
  margin-bottom: 8px;
}
body.venue .mainContent {
  display: block;
  width: 100%;
  max-width: 840px;
  padding: 0;
}
body.venue .ticketList {
  width: 840px;
}
body.venue .ticketList th, body.venue .ticketList td {
  font-size: 16px;
}
body.venue .ticketList th {
  text-wrap: nowrap;
}
body.venue .ticketList td {
  text-align: left;
}
body.venue .ticketList td p {
  margin: 4px 0;
  font-size: 14px;
}

#venue-detail {
  width: 100%;
  display: block;
  margin: 80px auto 40px;
  padding: 0 0 40px 0;
}
#venue-detail .pagelink {
  display: flex;
  justify-content: center;
  width: 840px;
  text-align: center;
  margin: 80px auto 80px;
}
#venue-detail .pagelink li::after {
  content: "|";
  display: inline-block;
  margin: 0 16px;
}
#venue-detail .pagelink li:last-child::after {
  content: "";
  margin: 0;
}
#venue-detail .page-newsall-list {
  display: block;
  margin: 0 auto 40px;
  max-width: 1024px;
  text-align: center;
  padding: 1vw 3vw 0;
}
#venue-detail .page-newsall-list .pager {
  padding: 3vw 0;
}
#venue-detail .coming-soon {
  text-align: center;
  font-size: 16px;
  padding: 2em 0;
  color: #fff;
}
#venue-detail .page-newsall-list .news-flex {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: solid 1px #fff;
}
#venue-detail .page-newsall-list .news-flex:first-child {
  border-top: solid 1px #fff;
}
#venue-detail .page-newsall-list .news-flex .news-date {
  padding: 1vw 1vw 1vw 0;
}
#venue-detail .page-newsall-list .news-item {
  color: #fff;
}
#venue-detail .page-newsall-list .news-item a {
  color: #fff;
}
#venue-detail .page-newsall-list .news-item a:hover {
  color: #9b80ff;
}
#venue-detail .tag-content {
  display: none;
}
#venue-detail .tag-content .tag {
  display: none;
}
#venue-detail .news-txt {
  padding: 1vw 0 1vw 0;
  text-align: left;
}
#venue-detail .js-pagenav > * {
  display: inline-block;
  width: 3vw;
  height: 3vw;
  margin: 0 2.4vw;
  text-align: center;
  line-height: 3vw !important;
  font-size: 1vw !important;
  border: solid 1px #b2b2b3;
  color: #b2b2b3;
}

#venue-date {
  width: 90%;
  max-width: 840px;
  margin: 0 auto 40px;
}

#venue-venue {
  width: 90%;
  max-width: 840px;
  margin: 0 auto 40px;
}
#venue-venue .venue-name {
  font-size: 20px;
  text-align: left;
}
#venue-venue .attention {
  font-size: 14px;
  text-align: left;
}
#venue-venue iframe {
  width: 840px;
  margin-bottom: 20px;
}

#venue-ticket {
  width: 90%;
  max-width: 840px;
  margin: 0 auto 40px;
}
#venue-ticket .ticketList {
  width: 840px;
  margin-bottom: 0;
}
#venue-ticket .ticketList th, #venue-ticket .ticketList td {
  font-size: 16px;
}
#venue-ticket .ticketList td {
  text-align: left;
}
#venue-ticket .ticketList td p {
  margin: 4px 0;
  font-size: 14px;
}
#venue-ticket .ticketList td .attention {
  border: 1px solid #ddc124;
  padding: 4px;
}
#venue-ticket .ticketList td .attention i {
  color: #ddc124;
}
#venue-ticket .ticketList td .btn_ticket {
  display: inline-block;
  margin: 8px auto;
  padding: 0.5vw 3vw;
  font-size: 1.2em;
  text-align: center;
  border: 1px solid #fff;
  background: #fbff28;
  color: #000;
  border-radius: 50px;
}
#venue-ticket .ticketList td .btn_ticket:hover {
  border: 1px solid #fff;
  background: #644ee2;
  color: #fff;
}
#venue-ticket .ticketList .seat_d {
  background-color: #ddc124;
  color: #000;
}
#venue-ticket .ticketList .seat_ss {
  background-color: #67d13d;
  color: #000;
}
#venue-ticket .ticketList .seat_s {
  background-color: #33e4b8;
  color: #000;
}
#venue-ticket .ticketList .seat_a {
  background-color: #3685df;
  color: #000;
}
#venue-ticket .attentionList {
  margin-bottom: 40px;
}
#venue-ticket .seat_img img {
  max-width: 520px;
}

#venue-contact .sponsorList {
  margin: 80px auto;
}/*# sourceMappingURL=base_pc.css.map */