@charset "UTF-8";
body {
  margin: 0 auto;
  padding: 0;
  font-family: "Product Sans", "MigMix 2P", "メイリオ", sans-serif, "Century Gothic";
}

a.anc {
  display: block;
  padding-top: 220px;
  margin-top: -220px;
}

a.anc2 {
  display: block;
  padding-top: 220px;
  margin-top: -220px;
}

header {
  color: #ffffff;
  background-image: url(../images/img_head_bg.png);
  background-repeat: repeat-x;
  background-size: contain;
  position: fixed;
  width: 100%;
  z-index: 18;
}

.head-item {
  width: 90%;
  height: 140px;
  padding: 40px 0 0 0;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.head-left-img {
  width: 251px;
  height: auto;
  overflow: hidden;
}

.head-logo-img {
  width: 220px;
  height: auto;
  overflow: hidden;
}

.head_space {
  width: 150px;
  height: auto;
  overflow: hidden;
}

.language-switch a {
  color: #ffd700;
  text-decoration: none;
  transition: 0.3s;
}
.language-switch a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.cphead {
  display: none;
}

.head-tkt-img {
  width: 115px;
  height: auto;
  overflow: hidden;
}

.t-btn {
  background-color: #ff545f;
  border-radius: 42px;
  display: inline-block;
  cursor: pointer;
  color: #ffdd00;
  font-size: 14px;
  padding: 9px 29px 8px 29px;
  text-decoration: none;
  border: 2px solid #ffdd00;
}

.t-btn:hover {
  color: #ff545f;
  background-color: #ffdd00;
  border: 2px solid #ffdd00;
}

.t-btn:active {
  position: relative;
  top: 1px;
}

.head-item-menu {
  width: 700px;
  max-width: 95%;
  height: auto;
  overflow: hidden;
  padding: 20px 0 0 0;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 17px;
  position: relative;
  z-index: 5;
}

.head-item-menu a {
  color: #ffffff;
  text-decoration: none;
}

.head-item-menu a:hover {
  color: #ffdd00;
}

.head-item-menu-off {
  color: #464561;
}

.head-item-menu-off a {
  color: #464561;
}

.b_art {
  position: relative;
  width: 90%;
  height: auto;
  overflow: hidden;
}

.bg-yellow {
  z-index: 0;
  position: relative;
  height: 10%;
  width: 100%;
  background-color: #ffdf00;
  background-image: url(../images/img_movie_bg.jpg);
  background-repeat: repeat-x;
  padding-bottom: 70px;
  margin-bottom: 90px;
}

.box {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

#box1 {
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 30px auto;
}

#box1 img {
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 230px auto 0 auto;
}

#box2 {
  position: relative;
  padding-bottom: 56.25%;
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 40px auto;
}

#box2 video {
  display: block;
  width: 100%;
  height: 100%;
}

#box3 {
  background: #000000;
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.textArea {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 80px 0 60px 0;
  box-sizing: border-box;
}

.catch1 {
  width: 80%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

#box4 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 60px auto 0 auto;
  background-color: #ffdf00;
  padding: 60px 0;
}

.image01 {
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.image01 img {
  margin: 0;
  vertical-align: top;
}

#b-BG {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-image: url(../images/img_head_bg.jpg);
  background-repeat: repeat;
}

#box5 {
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 50px auto 60px auto;
}

.btnArea {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.btn-a {
  width: 90%;
  height: auto;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ffdd00;
  display: inline-block;
  cursor: pointer;
  color: #ffdd00;
  font-size: 22px;
  line-height: 70px;
  text-decoration: none;
  box-sizing: border-box;
}

.btn-a:hover {
  background-color: #ff545f;
}

.btn-a:active {
  position: relative;
  top: 1px;
}

/*-news-*/
#box6 {
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 50px auto;
}

.news-wrap-main {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  /*padding-bottom:50px;*/
  box-sizing: border-box;
}

.news-wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-wrap::after {
  content: "";
  width: 30%;
}

.news-logo {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 0 30px 0;
}

.news-logo img {
  width: 25%;
}

.news-article {
  display: flex;
  flex-direction: column;
  width: 30%;
  margin-bottom: 40px;
}

.news-article a {
  text-decoration: none;
}

.news-date {
  font-family: "Century Gothic";
  color: #ffffff;
  text-align: left;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 8px;
}

.news-title {
  font-family: url(../font/migmix-2p-bold.ttf);
  text-align: left;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  color: #ffdf00;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-text {
  font-family: url(../font/migmix-2p-regular.ttf);
  color: #ffffff;
  text-align: left;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-feature-settings: "palt";
}

.news-text p {
  text-align: left;
}

.news-more {
  text-align: right;
  color: #ffdd00;
  margin-top: auto;
}

.btnArea2 {
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

/*- news modal -*/
.n-m-wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.n-m-date {
  font-family: "Century Gothic";
  color: #ffffff;
  text-align: left;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}

.n-m-title {
  font-family: url(../font/migmix-2p-bold.ttf);
  text-align: left;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  color: #ffdf00;
  margin-bottom: 10px;
}

.n-m-text {
  font-family: url(../font/migmix-2p-regular.ttf);
  color: #ffffff;
  text-align: justify;
  font-size: 13px;
  line-height: 25px;
}
.n-m-text .ticket-btn {
  margin-top: 5px;
  text-align: center;
  width: 120px;
  padding: 5px 0;
  background-color: #e85298;
  border-radius: 0.3rem;
  border: none;
  font-size: 14px;
  color: white !important;
}
.n-m-text .ticket-btn:hover {
  border: none;
  background-color: #e85298;
}

.n-m-text a:link {
  color: #ffd700;
  text-decoration: none;
}

.n-m-text a:visited {
  color: #ffd700;
  text-decoration: none;
}

.n-m-text-scroll {
  font-family: url(../font/migmix-2p-regular.ttf);
  color: #ffffff;
  text-align: justify;
  font-size: 13px;
  line-height: 25px;
  padding: 0 10px 0 0;
}

.n-m-text-scroll a:link {
  color: #ffd700;
  text-decoration: none;
}

.n-m-text-scroll a:visited {
  color: #ffd700;
  text-decoration: none;
}

.n-m-texttitle {
  font-size: 16px;
  line-height: 10px;
  font-weight: 700;
}

.n-m-texttitlesub {
  font-size: 13px;
  line-height: 10px;
  font-weight: 700;
}

.n-m-text span {
  font-size: 15px;
  font-weight: 700;
  color: #ff545f;
}

.tktline {
  border-bottom: 1px solid #555;
}

.n-m-close {
  margin-top: 20px;
  text-decoration: none;
}

.n-m-close a {
  color: #ffd700;
  text-decoration: none;
}

.n-m-img {
  position: relative;
  text-align: center;
}

.n-m-img img {
  width: 80%;
}

.n-m-cpy {
  color: #999;
  position: absolute;
  margin: 0 auto;
  text-align: center;
  top: 10px;
  right: 90px;
}

.grad-wrap {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.grad-wrap + .grad-wrap {
  margin-top: 50px;
}

.grad-trigger {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  border: 2px solid #fff000;
  background-image: url(../images/img_head_bg.jpg);
  background-repeat: repeat;
  background-size: cover;
  font-size: 22px;
  color: #ffd700;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}

.grad-trigger::after {
  content: "VIEW MORE";
}

.grad-trigger:hover {
  background: #ff545e;
  color: #ffd700;
}

.grad-trigger .fa {
  margin-right: 0.5em;
}

.grad-item {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px 0;
}

.grad-item.is-hide {
  height: 60px;
}

.grad-item p + p {
  margin-top: 1em;
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100px;
}

.grad-trigger.is-show + .grad-item::before {
  display: none;
}

#box7 {
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 80px auto;
}

.artist-logo {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 0 20px 0;
}

.artist-logo img {
  width: 35%;
}

.artist-day {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 0 30px 0;
}

.artist-day img {
  width: 90px;
}

.event-amb-wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 4rem auto 70px auto;
  position: relative;
}

.event-amb-wrap .artist-wrap .a-cont-item:first-child, .event-amb-wrap .artist-wrap .a-cont-item:last-child {
  width: 48%;
  margin: initial;
}

.event-amb-title {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 0 1rem 0;
}

.event-amb-title img {
  width: 100px;
}

.event-amb-title-sub {
  width: 23%;
  margin: 1rem auto;
}

.event-amb-photo {
  width: 450px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  text-align: left;
}

.event-amb-photo img {
  width: 450px;
}

.event-amb-name {
  font-size: 16px;
  line-height: 18px;
  position: absolute;
  color: #999;
  bottom: 15px;
  left: 15px;
  text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.7);
}

.event-amb-copyright {
  font-size: 11px;
  line-height: 15px;
  position: absolute;
  color: #999;
  top: 75px;
  right: 10px;
  text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.7);
}

.artist-wrap {
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-basis: 300px;
}

/* .artist-wrap a{
    pointer-events: none;
  } */
/*-day1-*/
.a-cont {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  grid-gap: 0px 18px;
  /* grid-template-columns: 1fr 1fr; */
  /*grid-template-rows: 395px 178px 66px 592px auto;*/
  /* grid-template-rows: 212px 212px 25px 10px auto; */
  /* grid-template-rows: 355px 220px 25px 600px auto; */
  margin-bottom: 5rem;
}

.a-cont-item {
  width: 48%;
  position: relative;
  text-align: left;
  margin-bottom: 1.1rem;
  transition: 0.3s;
}
.a-cont-item:first-child, .a-cont-item:last-child {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.a-cont-item a {
  position: relative;
  z-index: 10;
  height: 100%;
  display: inline-block;
}
.a-cont-item a::after {
  transition: 0.3s;
  position: absolute;
  content: "";
  width: 100%;
}
.a-cont-item a:hover {
  transition: 0.3s;
}
.a-cont-item a:hover::after {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.5;
  transition: 0.3s;
}

.a-cont-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.a-cont-stage01,
.a-cont-stage02 {
  transition: 0.2s;
  color: white;
  bottom: -11%;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.a-cont-stage01 span,
.a-cont-stage02 span {
  font-size: 0.7rem;
}

.a-cont-stage01 {
  background-color: #df4860;
}

.a-cont-stage02 {
  background-color: #47b791;
}

.a-cont-btmtext {
  width: 100%;
  margin: 0 auto;
  font-size: 17px;
  line-height: 15px;
  color: #ffdd00;
  font-weight: bold;
  margin: 20px auto 0 auto;
}

.a-01 {
  position: relative;
  text-align: left;
}

.a-name {
  font-size: 16px;
  line-height: 18px;
  position: absolute;
  color: #ffffff;
  bottom: 7%;
  left: 10px;
  padding-right: 3%;
  z-index: 10;
  text-shadow: 1px 0px 9px rgba(0, 0, 0, 0.8);
}

.a-name span {
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
}

.a-copy {
  font-size: 11px;
  line-height: 15px;
  position: absolute;
  color: #ffffff;
  top: 10px;
  right: 10px;
}

.a-arw {
  font-size: 20px;
  line-height: 15px;
  position: absolute;
  color: #ffffff;
  bottom: 9%;
  right: 10px;
  z-index: 10;
}

.a-arw-dj {
  font-size: 12px;
  line-height: 15px;
  position: absolute;
  color: #ffffff;
  bottom: 15px;
  right: 8px;
}

.a-01 p {
  font-size: 16px;
  line-height: 15px;
  position: absolute;
  color: #ffffff;
  bottom: 0;
  left: 10px;
}

.a-01 span {
  font-size: 11px;
}

.a-02 {
  position: relative;
  text-align: left;
}

.a-02 p {
  font-size: 16px;
  line-height: 15px;
  position: absolute;
  color: #ffffff;
  bottom: 0;
  left: 10px;
}

.a-02 span {
  font-size: 11px;
}

.a-03 {
  position: relative;
  text-align: left;
}

.a-03 span {
  font-size: 11px;
}

.a-03 p {
  font-size: 16px;
  line-height: 15px;
  position: absolute;
  color: #ffffff;
  bottom: 0;
  left: 10px;
}

.a-04 {
  position: relative;
  text-align: left;
}

.a-04 span {
  font-size: 11px;
}

.a-04 p {
  font-size: 16px;
  line-height: 15px;
  position: absolute;
  color: #ffffff;
  bottom: 0;
  left: 10px;
}

.a-05 {
  position: relative;
  text-align: left;
}

.a-05 span {
  font-size: 11px;
}

.a-05 p {
  font-size: 16px;
  line-height: 15px;
  position: absolute;
  color: #ffffff;
  bottom: 0;
  left: 10px;
}

.a-box1 {
  /* height: 212px; */
}

.a-box2 {
  /* height: 212px; */
}

.a-box3 {
  /* height: 212px; */
  grid-row: 2/4;
}

.a-box4 {
  /* height: 530px; */
  /* grid-row: 3 / 5; */
}

.a-box5 {
  /* height: 600px;
    grid-row: 4 / 6; */
}

.a-01 img {
  width: 100%;
  height: auto;
}

.a-02 img {
  width: 100%;
  height: auto;
}

.a-03 img {
  width: 100%;
  height: auto;
}

.a-04 img {
  width: 100%;
  height: auto;
}

.a-05 img {
  width: 100%;
  height: auto;
}

/*-day2-*/
.a-cont-d2 {
  width: 900px;
  height: auto;
  overflow: hidden;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 266px 266px 125px auto;
  /*-公開時非表示部-*/
  /*margin-bottom: 15px;*/
}

.a-01-d2 {
  position: relative;
  text-align: left;
}

.a-01-d2 p {
  font-size: 16px;
  line-height: 15px;
  position: absolute;
  color: #ffffff;
  bottom: 0;
  left: 10px;
}

.a-01-d2 span {
  font-size: 11px;
}

.a-02-d2 {
  position: relative;
  text-align: left;
}

.a-02-d2 p {
  font-size: 16px;
  line-height: 15px;
  position: absolute;
  color: #ffffff;
  bottom: 0;
  left: 10px;
}

.a-02-d2 span {
  font-size: 11px;
}

.a-03-d2 {
  position: relative;
  text-align: left;
}

.a-03-d2 p {
  font-size: 16px;
  line-height: 15px;
  position: absolute;
  color: #ffffff;
  bottom: 0;
  left: 10px;
}

.a-03-d2 span {
  font-size: 11px;
}

.a-04-d2 {
  position: relative;
  text-align: left;
}

.a-04-d2 p {
  font-size: 16px;
  line-height: 15px;
  position: absolute;
  color: #ffffff;
  bottom: 0;
  left: 10px;
}

.a-04-d2 span {
  font-size: 11px;
}

.a-05-d2 {
  position: relative;
  text-align: left;
}

.a-05-d2 p {
  font-size: 16px;
  line-height: 15px;
  position: absolute;
  color: #ffffff;
  bottom: 0;
  left: 10px;
}

.a-05-d2 span {
  font-size: 11px;
  line-height: 15px;
}

.a-06-d2 {
  position: relative;
  text-align: left;
}

.a-06-d2 p {
  font-size: 16px;
  line-height: 15px;
  position: absolute;
  color: #ffffff;
  bottom: 0;
  left: 10px;
}

.a-06-d2 span {
  font-size: 11px;
}

.a-box1-d2 {
  height: 270px;
  grid-row: 1/1;
}

.a-box2-d2 {
  height: 270px;
  grid-row: 1/2;
}

.a-box3-d2 {
  height: 270px;
  grid-row: 2/3;
}

.a-box4-d2 {
  height: 270px;
  grid-row: 2/4;
}

.a-box5-d2 {
  height: 230px;
  grid-row: 3/4;
}

.a-01-d2 img {
  width: 100%;
  height: auto;
}

.a-02-d2 img {
  width: 100%;
  height: auto;
}

.a-03-d2 img {
  width: 100%;
  height: auto;
}

.a-04-d2 img {
  width: 100%;
  height: auto;
}

.a-05-d2 img {
  width: 100%;
  height: auto;
}

.a-06-d2 img {
  width: 100%;
  height: auto;
}

.artist-colB {
  width: 23.5%;
  height: auto;
  overflow: hidden;
  margin: 0 0 20px 0;
  position: relative;
  text-align: left;
}

.artist-colB img {
  width: 100%;
  /* 親サイズ目一杯まで */
  height: auto;
}

.artist-colB p {
  position: absolute;
  color: #ffffff;
  bottom: 0;
  left: 10px;
}

.artist-colB span {
  color: #ffffff;
  font-size: 12px;
}

/* 3カラムの場合（不使用） */
.artist-colC {
  width: 32%;
  height: auto;
  overflow: hidden;
  margin: 0 0 20px 0;
  position: relative;
  text-align: left;
}

.artist-colC img {
  width: 100%;
  /* 親サイズ目一杯まで */
  height: auto;
}

.artist-colC p {
  position: absolute;
  color: #ffffff;
  bottom: 0;
  left: 10px;
}

.artist-colC span {
  color: #ffffff;
  font-size: 12px;
}

#box8 {
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 0px auto;
}

#box9 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 40px auto;
  border-top: 1px solid #ff545e;
  border-bottom: 1px solid #ff545e;
}

.timetable-wrap {
  max-width: 800px;
  height: auto;
  overflow: hidden;
  margin: 0 auto 60px auto;
}

.timetable-wrap img {
  width: 100%;
}

.ticket-logo {
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 10px 0;
}

.ticket-logo img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#box10 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 20px auto;
}

.ticket-wrap-top {
  max-width: 100%;
  margin: 0 auto;
  border-top: 1px solid #ff545e;
  border-bottom: 1px solid #ff545e;
}

.ticke-price-wrap {
  text-align: left;
  width: 1100px;
  max-width: 80%;
  margin: 0 auto;
}

.ticke-price {
  color: white;
  background-color: #ffd700;
  border: 2px solid #ff545e;
  display: inline-block;
  color: #ff545e;
  padding: 4px 10px;
  font-weight: bold;
  border-radius: 2px;
  margin-top: 2px !important;
  margin-bottom: 40px !important;
  width: 280px;
  text-align: center;
  box-sizing: border-box;
}

.ticke-price01 span {
  font-weight: bold;
}
.ticke-price01 .ticket-btn {
  margin-top: 10px;
  width: 200px;
  text-align: center;
  padding: 10px 0;
}

.ticke-price-en {
  width: auto !important;
}

.ticket-wrap-top span,
.ticket-wrap span {
  font-size: 30px;
}

.ticket-notes {
  text-align: left;
  width: 1100px;
  max-width: 80%;
  margin: 0 auto;
}

.ticket-notes p {
  font-size: 16px !important;
  color: #ffffff !important;
}

.ticket-notes-in p {
  font-size: 16px !important;
  color: white;
  margin-top: -27px;
  margin-bottom: 30px !important;
}

.ticke-price-notes2 p {
  font-size: 16px !important;
  color: white;
}

.ticket-taxin {
  font-size: 20px !important;
  margin-left: 7px;
}

.ticket-wrap {
  max-width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #ff545e;
}

.ticket-price01 {
  flex-grow: 1;
  padding: 30px 0 20px 0;
  margin: 0 15%;
  text-align: left;
}

.ticket-price02 {
  flex-grow: 1;
  padding: 30px 0 20px 0;
  margin: 0 15%;
  text-align: left;
}

.ticket-price02-5 {
  flex-grow: 1;
  padding: 30px 0 30px 0;
  margin: 0 15%;
  text-align: left;
}

.ticket-price03 {
  flex-grow: 1;
  padding: 30px 0 20px 0;
  margin: 0 15%;
  text-align: left;
}

.ticket-price04 {
  flex-grow: 1;
  padding: 30px 0 20px 0;
  margin: 0 15%;
  text-align: left;
}

.ticket-price05 {
  flex-grow: 1;
  padding: 30px 0 20px 0;
  margin: 0 15%;
  text-align: left;
}

.ticket-price01 img {
  width: 625.2px;
  height: 63.6px;
}

.ticket-price02 img {
  width: 480px;
  height: 168.6px;
}

.ticket-price02-5 img {
  width: 672px;
  height: 168.6px;
}

.ticket-price03 img {
  width: 583.8px;
  height: 218.4px;
}

.ticket-price04 img {
  width: 570px;
  height: 118.8px;
}

.ticket-price05 img {
  width: 766.2px;
  height: 118.2px;
}

.ticket-stk-wrap {
  width: 1100px;
  display: flex;
  max-width: 80%;
  justify-content: flex-start;
  margin: 0 auto 20px auto;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  margin: 0 auto 40px;
}

.ticket-d1sld {
  width: 200px;
  color: #ffd700;
  background-color: #ff545e;
  padding: 5px;
  margin-right: 10px;
}

.ticket-d1stk {
  width: 200px;
  color: #ff545e;
  background-color: #ffd700;
  padding: 5px;
  margin-right: 10px;
}

.ticket-d2sld {
  width: 200px;
  color: #ffd700;
  background-color: #ff545e;
  padding: 5px 0;
  margin-right: 10px;
}

.ticket-d2stk {
  width: 100%;
  color: #ff545e;
  background-color: #ffd700;
  padding: 5px;
  margin-right: 10px;
}

.ticket-areaPC {
  width: 900px;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px auto;
}

.ticket-btnArea {
  width: 400px;
  height: auto;
  overflow: hidden;
  margin: 20px auto;
  text-align: center;
}

.ticket-btnArea-text {
  font-size: 20px;
  font-weight: bold;
  color: #ffdd00;
  margin: 0 auto 10px auto;
}

.ticket-btnArea_bus {
  width: 400px;
  height: auto;
  overflow: hidden;
  margin: 10px auto 0 auto;
  text-align: center;
}

.ticket-btn {
  width: 90%;
  background-color: #ff545f;
  border-radius: 42px;
  display: inline-block;
  cursor: pointer;
  color: #ffdd00;
  font-size: 22px;
  padding: 20px 0;
  text-decoration: none;
  border: 2px solid #ffdd00;
}

.ticket-btn:hover {
  color: #ff545f;
  background-color: #ffdd00;
  border: 2px solid #ffdd00;
}

.ticket-btn:active {
  position: relative;
  top: 1px;
}

/*-notes-*/
#box11 {
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  color: #ffffff;
  font-size: 14px;
  line-height: 25px;
  padding-top: 100px;
  margin-top: -100px;
}

.notes {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #ffdd00;
  margin-bottom: 30px;
}

.notes02 {
  display: inline-block;
  font-size: 26px;
  line-height: 35px;
  color: #ffdd00;
  margin: 0 auto;
  border: 1px solid #ff545e;
  text-align: center;
  font-weight: bold;
  padding: 10px 20px;
}

.notes03 {
  width: 100%;
  display: inline-block;
  font-size: 20px;
  line-height: 35px;
  color: #ffdd00;
  margin: 60px auto 0 auto;
  text-align: center;
  font-weight: bold;
}

.notes-t {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}

.notes-wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}

.notes-wrap ul,
ol {
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  padding-left: 20px;
  padding-left: 1em;
  text-indent: -1em;
}

li {
  list-style: none;
}

.notes-wrap li a {
  color: #ffd700;
}

.notes-com {
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  margin: 40px auto;
}

.notes-com a {
  color: #ffd700;
}

/*-goods-*/
#box12 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 50px auto;
  border-top: 1px solid #ff545e;
  border-bottom: 1px solid #ff545e;
}

.goods-logo {
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 10px 0;
}

.goods-logo img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#box13 {
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 10px auto;
}

.goods-wrap {
  max-width: 800px;
  height: auto;
  overflow: hidden;
  margin: 0 auto 60px auto;
}

.goods-wrap img {
  width: 100%;
}

#box14 {
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 80px auto;
}

/*-map-*/
#box15 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 60px auto;
  border-top: 1px solid #ff545e;
  border-bottom: 1px solid #ff545e;
}

.map-logo {
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 10px 0;
}

.map-logo img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#box16 {
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 30px auto;
}

.areamap-wrap {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.areamap-wrap img {
  width: 800px;
  height: auto;
}

/*-access-*/
#box17 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 60px auto;
  border-top: 1px solid #ff545e;
  border-bottom: 1px solid #ff545e;
}

.access-logo {
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 10px 0;
}

.access-logo img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#box18 {
  width: 80%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 80px auto;
}

.a-map-top {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 0 20px 0;
}

.a-map-btm {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-basis: 300px;
}

.a-map-btm-ch {
  width: 49%;
  height: auto;
  overflow: hidden;
}

#box19 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 50px auto;
}

#box20 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 80px auto;
  border-top: 1px solid #ff545e;
  border-bottom: 1px solid #ff545e;
}

.partners-wrap {
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 60px 0;
}

.partners-title {
  font-size: 40px;
  line-height: 30px;
  color: #ffffff;
  margin: 0 0 50px 0;
}

.partners-logo-base {
  width: 400px;
  max-width: 95%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 20px auto;
}

.partners-logo-base2 {
  width: 60%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

footer {
  width: 100%;
  height: auto;
  background-image: url(../images/foot_bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
}

.foot-top {
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.foot-top-left {
  width: 20%;
  display: flex;
  margin-right: 20px;
}

.foot-top-left img {
  width: 250px;
  display: flex;
  margin-right: 30px;
}

.foot-top-right {
  width: 25%;
  margin: 0 auto 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.f-sns {
  width: 19%;
}

/*-footsns-sp-*/
.f-sns-sp {
  width: 19%;
}

.f-sns-sp a {
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  background-image: url("../images/img_sns_sp.svg");
  background-repeat: no-repeat;
}

.f-sns-sp a:hover {
  text-decoration: none;
  background-image: url("../images/img_sns_sp_hv.svg");
  background-repeat: no-repeat;
}

/*-footsns-insta-*/
.f-sns-in {
  width: 19%;
}

.f-sns-in a {
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  background-image: url("../images/img_sns_insta.svg");
  background-repeat: no-repeat;
}

.f-sns-in a:hover {
  text-decoration: none;
  background-image: url("../images/img_sns_insta_hv.svg");
  background-repeat: no-repeat;
}

/*-footsns-twitter-*/
.f-sns-tw {
  width: 19%;
}

.f-sns-tw a {
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  background-image: url("../images/img_sns_twitter.svg");
  background-repeat: no-repeat;
}

.f-sns-tw a:hover {
  text-decoration: none;
  background-image: url("../images/img_sns_twitter_hv.svg");
  background-repeat: no-repeat;
}

/*-footsns-facebook-*/
.f-sns-fb {
  width: 19%;
}

.f-sns-fb a {
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  background-image: url("../images/img_sns_facebook.svg");
  background-repeat: no-repeat;
}

.f-sns-fb a:hover {
  text-decoration: none;
  background-image: url("../images/img_sns_facebook_hv.svg");
  background-repeat: no-repeat;
}

/*-footsns-youtube-*/
.f-sns-yt {
  width: 19%;
}

.f-sns-yt a {
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  background-image: url("../images/img_sns_youtube.svg");
  background-repeat: no-repeat;
}

.f-sns-yt a:hover {
  text-decoration: none;
  background-image: url("../images/img_sns_youtube_hv.svg");
  background-repeat: no-repeat;
}

.playlist {
  width: 550px;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px auto;
}

.pl_col {
  height: 35px;
}

.playlist img {
  width: 100%;
  height: 35px;
}

.foot-btm {
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 60px auto 0 auto;
}

.foot-btm ul,
ol {
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  padding-left: 15px;
  text-align: left;
  list-style: none;
}

/*-artist modal-*/
.m-content {
  margin: 0 auto;
  padding: 30px;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 19;
}

.modal a {
  text-decoration: none;
  color: #fff;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 89;
}

.modal__content {
  height: auto;
  overflow: hidden;
  background: #000000;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  z-index: 90;
  box-sizing: border-box;
}

.modal__content2 {
  height: auto;
  overflow: hidden;
  background: #000000;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  z-index: 90;
  box-sizing: border-box;
}

.m-art-wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.m-art-left {
  width: 39%;
  height: auto;
  overflow: hidden;
}

.m-art-copyright {
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  margin-top: 10px;
}

.m-art-left img {
  width: 100%;
}

.m-art-right {
  width: 59%;
  height: auto;
  overflow: hidden;
  text-align: left;
  color: #ffffff;
}

.m-art-name {
  font-size: 22px;
  color: #ffd700;
  margin: 0 0 15px 0;
  font-feature-settings: "palt";
  line-height: 1.1;
}

.m-art-name span {
  font-size: 14px;
  color: #ffd700;
  margin: 0 0 15px 0;
  line-height: 1.1;
}

.m-art-text {
  font-size: 16px;
  line-height: 25px;
  margin: 0 0 15px 0;
}

.m-art-url {
  font-size: 16px;
  line-height: 25px;
  margin: 0 0 15px 0;
}

.m-art-url a {
  color: #ffd700;
}

.m-art-sns {
  width: 200px;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
}

.m-art-icon {
  width: 40px;
  margin-right: 8px;
  transition: 0.3s;
}

.m-art-icon:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.m-close {
  margin-top: 30px;
  text-decoration: none;
}

.m-close a {
  color: #ffd700;
  text-decoration: none;
}

#page-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  font-size: 77%;
  z-index: 2;
}

#page-top a {
  text-decoration: none;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  display: block;
  background-image: url("../images/pagetop.svg");
}

#page-top a:hover {
  text-decoration: none;
  background-image: url("../images/pagetop_hv.svg");
}

/* 非表示要素 */
#box1-sp {
  display: none;
}

.catch1-sp {
  display: none;
}

.head-tkt-img-sp {
  display: none;
}

.ticket-logo-SP {
  display: none;
}

.ticket-wrap-SP {
  display: none;
}

.map-logo-SP {
  display: none;
}

.access-logo-SP {
  display: none;
}

.goods-logo-SP {
  display: none;
}

.a-map-top-SP {
  display: none;
}

.spbr {
  display: none;
}

/*20210323追記*/
.c-cont {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr 1fr;
  /*grid-template-rows: 260px 117px 130px 220px auto;*/
  grid-template-rows: 265px 75px 15px auto;
}

.c-box {
  height: 245px;
}

.c-box:nth-child(1) {
  height: 212px;
}

.c-box:nth-child(2) {
  height: 212px;
}

/* .c-box:nth-child(3) {
    height: 270px;
    grid-row: 2 / 4;
  }

  .c-box:nth-child(4) {
    height: 270px;
    grid-row: 3 / 5;
  }

  .c-box:nth-child(5) {
    height: 230px;
    grid-row: 4 / 6;
  } */
.pd_15per {
  padding: 0 15%;
}

.scroll_cnt {
  height: 100%;
  max-height: 60vh;
  width: 100%;
  overflow: auto;
  padding: 0 10px 0 0;
}

/* 2023 */
.toBeAnnounced {
  background-color: #000000;
  width: 50%;
  margin: 5% auto;
  padding: 6% 1rem;
}

.toBeAnnounced img {
  width: 80%;
  margin: 0 auto;
}

p {
  color: #ffd700;
  font-size: 1.7rem;
}

.lineup-dammy {
  margin: 60px 0;
}

.lineup-dammy h3 {
  font-size: 40px;
  color: #ffdf00;
}

.lineup-dammy span {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  display: inline-block;
}

.lineup-wrap {
  width: 900px;
  max-width: 90%;
  margin: 0 auto;
}

.addtxt {
  color: white;
  font-size: 13px;
}
.addtxt a {
  color: #ffd700;
}

.one-wrap {
  margin-bottom: 1rem;
}
.one-wrap div {
  width: 200px;
  max-width: 30%;
  margin-left: 2%;
}
.one-wrap div img {
  width: 100%;
  height: auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.btn_item {
  margin-bottom: 6rem;
}

.areamap-wrap img {
  width: 100%;
}

.timetable-wrap {
  max-width: 900px;
  height: auto;
  overflow: hidden;
  margin: 0 auto 60px auto;
}

.partners-wrap {
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 60px 0;
}

.partners-title {
  font-size: 40px;
  line-height: 30px;
  color: #ffffff;
  margin: 0 0 50px 0;
}

.partners-logo-base {
  width: 750px;
  max-width: 95%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin: 0 auto 20px auto;
}
.partners-logo-base .partners-logo {
  max-height: 124px;
  height: 40%;
  width: 24%;
}
.partners-logo-base .partners-logo img {
  width: 100%;
  height: 100%;
}
.partners-logo-base .logo04 {
  margin-left: 2%;
}

.partners-logo-base2 {
  width: 60%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.partners-logo2 img {
  max-width: 100px;
  width: 100%;
}

.partners-logo3 img {
  max-width: 130px;
  width: 100%;
}

.partners-logo4 img {
  max-width: 150px;
  width: 100%;
}

.post-img img {
  width: 80%;
}

.canceltxt {
  text-align: left;
}
.canceltxt a {
  color: white;
}

#map {
  padding-top: 1rem;
}/*# sourceMappingURL=style.css.map */