.hero {
  padding: 60px 0;
  position: relative;
}

.hero .logo_ax {
  width: 40%;
  margin: 0 auto;
}

.hero .logo_anx {
  width: 80%;
  margin: 60px auto 0;
}

.hero .date {
  width: 90%;
  margin: 50px auto 0;
}

.hero .top_sns img{
  width: 60%;
}

.hero .top_sns {
  display:flex;
  width: 35%;
  margin: 40px auto;
}

.hero .top_sns a {
  color: var(--color-black);
}

@media only screen and (min-width: 961px) {
  .hero .top_sns div:hover {
    opacity: 0.7;
  }
}

.hero .streaming {
  width: 70%;
  margin: 100px auto 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

@media only screen and (min-width: 961px) {
  .hero .streaming:hover {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

.contents {
  position: relative;
  padding: 80px 5%;
}

.contents .title {
  font-family: var(--font-en);
  text-align: center;
  color: var(--color-white);
  font-size: 3rem;
  margin-bottom: 10%;
}

@media only screen and (max-width: 750px) {
  .contents .title {
    font-size: 4.5rem;
  }
}

.contents .title p {
  position: relative;
  display: inline-block;
  line-height: 1em;
}

.contents .title p::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  left: -50px;
}

.contents .title p::after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  right: -50px;
}

.contents:nth-child(-n+3) {
  background: url(../img/common/bg_contents.png) top center;
  -webkit-animation: bg 50s linear infinite;
          animation: bg 50s linear infinite;
}

@media only screen and (max-width: 750px) {
  .contents:nth-child(-n+3) {
    background-size: 80px;
  }
}

.contents.-goods .title {
  color: var(--color-blue);
}

.contents.-goods .title p::before {
  background-size: contain;
}

.contents.-goods .title p::after {
  background-size: contain;
}

.goods_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.goods_title li {
  width: 49%;
  margin-left: 2%;
  margin-top: 2%;
}

.goods_title li img {
  border: solid 1px #ccc;
}

.goods_title li:nth-child(2n+1) {
  margin-left: 0;
}

.goods_title li:nth-child(n+1):nth-child(-n+2) {
  margin-top: 0;
}

/***********************************/
.contents.-events .title {
  background: linear-gradient(1deg, #5c57a7, #ad608e, #d35874, #f25a55);
    background: -webkit-linear-gradient(0deg, #5c57a7, #ad608e, #d35874, #f25a55);
}

.contents.-events .title p::before {
  background-size: contain;
}

.contents.-events .title p::after {
  background-size: contain;
}

.stage_day.july03 {
  margin-top: 15%;
}

.stage_day.july04 {
  margin-top: 15%;
}

.stage_item {
  margin-top: 10%;
}

.stage_item:first-child {
  margin-top: 5%;
}

.stage_item .stage_time {
  text-align: center;
  color: var(--color-white);
  font-family: var(--font-en);
  font-weight: 700;
  padding: 10px 0;
}

@media only screen and (max-width: 750px) {
  .stage_item .stage_time {
    font-size: 2rem;
  }
}

.stage_item .stage_name {
  text-align: center;
  font-weight: 700;
  margin-top: 3%;
  line-height: 1.2em;
}

.stage_item .stage_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
}

.stage_item .stage_title .stage_kv {
  width: 100%;
}

.stage_item .stage_title .stage_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stage_item .stage_text {
  margin-top: 5%;
  line-height: 1.5em;
}

@media only screen and (min-width: 751px) {
  .stage_item .stage_text {
    font-size: 1rem;
  }
}

.stage_item .stage_cast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
}

.stage_item .cast_july02 {
  padding: 5%;
  color:var(--color-white);
  background-color:var(--color-purple);
}

.stage_item .cast_july03 {
  padding: 5%;
  color:var(--color-white);
  background-color:var(--color-pink);
}

.stage_item .cast_july04 {
  padding: 5%;
  color:var(--color-white);
  background-color:var(--color-orange);
}

.stage_item .stage_cast dt {
  font-weight: 600;
  width: 20%;
}

.stage_item .stage_cast .cast_list {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.stage_item .stage_cast .cast_item {
  width: 23.5%;
  margin-left: 2%;
  margin-top: 3%;
  text-align: center;
}

@media only screen and (min-width: 751px) {
  .stage_item .stage_cast .cast_item {
    font-size: 1rem;
  }
}

.stage_item .stage_cast .cast_item:nth-child(4n+1) {
  margin-left: 0;
}

.stage_item .stage_cast .cast_item:nth-child(n+1):nth-child(-n+4) {
  margin-top: 0;
}

.stage_item .stage_cast .cast_img {
  margin-bottom: 8%;
}

.stage_item .stage_cast .cast_name {
  font-size:.8rem;
}

.stage_list.july02 {
  padding-bottom: 10%;
  border-bottom: 2px solid #a5a5a5;
}

.stage_list.july02 .stage_name {
  color: var(--color-purple);
  font-size:1.8rem;
  font-weight: 800;
  margin-bottom: 20px;
}
.stage_list.july02 .stage_time {
  background: var(--color-purple);
}

.stage_list.july02 .stage_cast dt {
  color: var(--color-purple);
  font-weight: 800;
}
.stage_list.july03 {
  padding-bottom: 10%;
  border-bottom: 2px solid #a5a5a5;
}
.stage_list.july03 .stage_name {
  color: var(--color-pink);
  font-size:1.8rem;
  font-weight: 800;
  margin-bottom: 20px;
}
.stage_list.july03 .stage_time {
  background: var(--color-pink);
}

.stage_list.july03 .stage_cast dt {
  color: var(--color-pink);
  font-weight: 800;
}
.stage_list.july04 .stage_name {
  color: var(--color-orange);
  font-size:1.8rem;
  font-weight: 800;
  margin-bottom: 20px;
}
.stage_list.july04 .stage_time {
  background: var(--color-orange);
}

.stage_list.july04 .stage_cast dt {
  color: var(--color-orange);
  font-weight: 800;
}

/***********************************/
.contents.-guests .title {
  background: linear-gradient(1deg, #5c57a7, #ad608e, #d35874, #f25a55);
    background: -webkit-linear-gradient(0deg, #5c57a7, #ad608e, #d35874, #f25a55);
}

.contents.-guests .title p::before {
  background-size: contain;
}

.contents.-guests .title p::after {
  background-size: contain;
}

.contents.-guests .title_txt {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 10%;
}

.contents.-guests p {
  text-align: center;
}

.lineup_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lineup_list li {
  width: 48.5%;
  margin-left: 2%;
  margin-top: 2%;
  margin-bottom: 8%;
  cursor: pointer;
}

.lineup_list li:nth-child(2n+1) {
  margin-left: 0;
}

.lineup_list li:nth-child(n+1):nth-child(-n+2) {
  margin-top: 0;
}

.lineup_list .guest_name {
  font-size: 1.4rem;
  font-weight: 800;
  margin-top: 5%;
  padding-bottom: 2%;
  border-bottom: 5px solid #a5a5a5;
  border-image: linear-gradient(to right, #5c57a7, #ad608e, #d35874, #f25a55) 1;
}
.lineup_list .guest_title {
  font-size: .8rem;
  line-height: normal;
  margin-top: 3%;
}

/***********************************/
.contents.-booth .title {
  background: linear-gradient(1deg, #5c57a7, #ad608e, #d35874, #f25a55);
    background: -webkit-linear-gradient(0deg, #5c57a7, #ad608e, #d35874, #f25a55);
}

.contents.-booth .title p::before {
  background-size: contain;
}

.contents.-booth .title p::after {
  background-size: contain;
}

.contents.-booth .info_text {
  font-family: var(--font-en);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 150%;
}

.info_booth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  margin-top: 4%;
}

.info_booth .-aoa {
  width: 50%;
  color: var(--color-orange);
  line-height: 1.5em;
  text-align: center;
}

.info_booth .-fgo {
  text-align: center;
  width: 50%;
  color: var(--color-orange);
  line-height: 1.5em;
}

/**********************
 GUESTS modal
**********************/

.m-modal[data-modal-type=template] {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  overflow-y: scroll !important;
  margin: auto;
  z-index: 150;
}

@media only screen and (min-width: 751px) {
  .m-modal[data-modal-type=template] {
    width: 600px;
    top: 0;
    right: 0;
    left: 0;
  }
}

.m-modal[data-modal-type=template] .m-modal__bg {
  position: fixed !important;
  background: url(../img/common/bg_contents.png) top center;
  z-index: -1;
}

@media only screen and (min-width: 751px) {
  .m-modal[data-modal-type=template] .m-modal__bg {
    width: 600px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.m-modal[data-modal-type=template] .m-modal__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  -webkit-transform: unset !important;
  transform: unset !important;
  width: 87% !important;
  max-width: 600px !important;
  height: auto !important;
  margin: 20px auto !important;
}

.m-modal[data-modal-type=template] .m-modal__close-btn {
  position: relative;
  top: 10px;
  left: 220px;
  width: 70px;
  height: 70px;
  margin: auto;
  background: var(--color-black);
  border: 2px solid #fff;
  border-radius: 100%;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

@media only screen and (max-width: 750px) {
  .m-modal[data-modal-type=template] .m-modal__close-btn {
    width: 60px;
    height: 60px;
  }
}

.is-open .m-modal[data-modal-type=template] .m-modal__close-btn {
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}


.p-goodsmodal__cont_ttl {
  margin-bottom: 8px;
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 800;
  margin-top: 5%;
  padding-bottom: 2%;
  border-bottom: 5px solid #a5a5a5;
  border-image: linear-gradient(to right, #5c57a7, #ad608e, #d35874, #f25a55) 1;
}

@media only screen and (min-width: 751px) {
  .p-goodsmodal__cont_ttl {
    font-size: 2.4rem;
  }
}

.p-goodsmodal__cont_sub {
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 1.3;
}

@media only screen and (min-width: 751px) {
  .p-goodsmodal__cont_sub {
    font-size: 1rem;
  }
}

.p-goodsmodal__txtarea {
  margin-top: 24px;
  padding-bottom: 56px;
}

.p-goodsmodal__txtarea-name {
  margin-bottom: 8px;
  line-height: 1.3;
  font-size: 1rem;
  margin-top: 5%;
  text-align: left;
}

@media only screen and (min-width: 751px) {
  .p-goodsmodal__txtarea-name {
    font-size: 1rem;
    text-align: left;
  }
}

.p-goodsmodal__txtarea-price {
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 2rem;
  font-weight: 800;
  margin-top: 3%;
  color: var(--color-red);
}

@media only screen and (min-width: 751px) {
  .p-goodsmodal__txtarea-price {
    font-size: 1.6rem;
  }
}

.p-goodsmodal__txtarea-price span {
  font-size: 80%;
  vertical-align: baseline;
}

.p-goodsmodal__txtarea-txt {
  font-size: 1.5rem;
  line-height: 1.5;
}

@media only screen and (min-width: 751px) {
  .p-goodsmodal__txtarea-txt {
    font-size: 1.3rem;
  }
}

.p-goodsmodal__txtarea-txt {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 800;
}

@media only screen and (min-width: 751px) {
  .p-goodsmodal__txtarea-txt {
    font-size: 1.3rem;
  }
}

.p-goodsmodal__cont {
  position: relative;
  opacity: 0;
}

.p-goodsmodal__cont.is-open {
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}

.p-goodsmodal__thumbarea {
  text-align: center;
}

.p-goodsmodal__txtarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .m-modal[data-modal-type=template] .m-modal__close-btn:hover {
    opacity: 0.6;
  }
}

.m-modal[data-modal-type=template] .m-modal__close-btn::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 34px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
  width: 2px;
  height: 30px;
}

@media only screen and (max-width: 750px) {
  .m-modal[data-modal-type=template] .m-modal__close-btn::before {
    top: 15px;
    left: 29px;
  }
}

.m-modal[data-modal-type=template] .m-modal__close-btn::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 34px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
  width: 2px;
  height: 30px;
}

@media only screen and (max-width: 750px) {
  .m-modal[data-modal-type=template] .m-modal__close-btn::after {
    top: 15px;
    left: 29px;
  }
}