/*/// responsible /*/

.visible640,
.visible480,
.visible768,
.visible834,
.visible1024,
.brsp1024,
.brsp834,
.brsp768,
.brsp640,
.brsp480,
.disnone{
	display: none ;
	}



/* @media screen and (min-width:1200px)  and (min-aspect-ratio: 15/9){


} */



@media screen and (max-width:1024px){

  .brsp1024{
    display: inline;
  }
	.visible1024{
		display: block;
	}
	.hidden1024{
		display: none;
	}

  /*/----------------------------/*/
  #keyvisual{
    width:100vw;
  }
  
/*-------------------*/

/*-----------contents--------------*/
#stage_info .flex{
  width:100%;
}


/*-------------------------*/
#credit .credit_area dl dd ul{
  justify-content: flex-start;
}
#credit .credit_area dl dd ul li {
  flex: 0 1 calc(50% - 1em);
}

  /*//////// 1024 ///////////*/
}
@media screen and (max-width:950px) {
  #keyvisual{
        min-height: 0;
    height: max-content;
  }
  .keyvisual_image{
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;

  }
 .keyvisual_image .main_image{
    width: min(550px,100%);
    height: auto;
    aspect-ratio:unset;
  }
  .keyvisual_image .copy01{
    width: 100%;
    text-align: left;
    padding-left: 0;
  }
  .keyvisual_image .copy02{
    width: 100%;
    justify-content: flex-end;
    padding-right:0;
  }
}

@media screen and (max-width:834px){
  .brsp834{
    display: inline;
  }
	.visible834{
		display: block;
	}
	.hidden834{
		display: none;
	}

 
/*-------------------------------*/
  :root{
    --pcheaderHight:60px;
  }

.goods_area{
  justify-content: space-between;
}
#header{
    min-width:unset;
    height: var(--pcheaderHight);
  }

  #header .toggle_btn{
    display: flex;
  }

  #header #globalmenu{
    position: fixed;
    top:0%;
    right:0;
    display: block;
    height: 100vh;
    width:min(586px,100%);
    background: var(--mainColor);
    translate:100% 0;
    transform-origin: right;
    z-index: 26;
    transition:.6s all cubic-bezier(0.770, 0.000, 0.175, 1.000);
  }
  #globalmenu nav{
    display: block;
    height: auto;
  }
  #globalmenu ul {
    display: block;
    height: auto;
  }
  #globalmenu ul li{
    display: block;
  }
  .globalmenu_bg{
    display: none;
    background:black;
    width:100vw;
    height: 100vh;
    position: absolute;
    top:0;
    right:0;
    z-index: 5;
    opacity:0.5;
  }

  #header.mopen #globalmenu {
   translate:0% 0;
  }


  #globalmenu ul.menu {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    gap:30px;
    flex-wrap: wrap;
    z-index: 10;
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 80px;
    padding-left: 15%;
    background: transparent;
    border-radius: unset;
    box-shadow: unset;
  }
  #globalmenu ul li{
  width:100%;
  margin: 0;
  }
  #globalmenu ul.menu > li > a{
  display: block;
  text-align: left;
  line-height: 1;
  }

#globalmenu ul.btn_banner{
  display: block;
  margin:2em 0;
  padding:0 8% 0 8%;
  width:min(500px,85%);
}
#globalmenu ul.btn_banner li{
  width:100%;
  height: 64px;
}
#globalmenu ul.btn_banner li a{
  height: 100%;
  display: flex;
  align-items: center;
  padding-inline:2em;
}

  /*//////// 834 ///////////*/
}

@media screen and (max-width:769px){

  .brsp768{
    display: inline;
  }
  .visible768{
    display: block;
  }
  .hidden768{
    display: none;
  }
  .flex{
    display: block;
  }

  #stage_info .title h3,
  #stage_info .title p {
    margin-inline:auto;
    text-align: center;
  }
  
  /*---------- contents ---------*/


  .cast_area{
    width: 100%;
  }
  .cast_list{
    flex-wrap: wrap;
  }
  .cast_list .element{
      margin-bottom: 4%;
      flex : 0 0 30%;
    }
  
.ticket_area{
  margin:auto;
  width:fit-content;
}
.ticket_area .imagearea {
  margin-top: 40px;
}

.goods_area .item.helf.flex{
  display: flex;
  align-items:center;
}
  /*/----------------------------/*/

  /*//////// 768 ///////////*/
}
@media screen and (max-width:640px){
  .brsp640{
    display: inline;
  }
  .visible640{
    display: block;
  }
  .hidden640{
    display: none;
  }
  /*------------------------------*/


  /*/----------------------------/*/
  .band_list .element{
    margin-bottom: 4%;
    flex-basis:20%;
  }
  .schedule_list dl dt{
    font-size:14px;
  }
  #goods{
    min-height: 350%;
  }

	.goods_area{
		display: block;
	}
	.goods_area .item{
		margin:20px auto;
	}
	.goods_area .item.helf.flex{
		display: block;
	}

  #credit .credit_area ul{
    width:100%;
  }
  /* #credit .credit_area ul li{
    text-align: center;
  } */
  /*----- fooer -------*/

#credit .credit_area ul:not(.center){
  flex:0 1 300px;
}


  /*//////// 640 ///////////*/
}

@media screen and (max-width:480px){
  .brsp480{
    display: inline;
  }
  .visible480{
    display: block;
  }
  .hidden480{
    display: none;
  }
  .brsp480{
    display: inline;
  }
  /*/----------------------------/*/
  #keyvisual {
    width: 100vw;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
.cast{
  display: block;
}
.cast .name{
  width:140px;
  margin-bottom: 15px;
 
}
.cast p{
  position: relative;
  z-index: 8;
}
.cast_list{
  gap:6%;
}
.cast_list .element{
    margin-bottom: 4%;
    flex : 0 0 46%;
  }
.band_list .element{
  flex-basis:40%;
}
.element .thumb p.cast_name{
  padding-block:.7em; 
}


 .ticket_area .price{
  display: block;
 }

 /*------------------------------*/

dl.data{
  display: block;
}
dl.data dd{
  margin-left:1em;
}
.goods_area .item.long .row:last-child dl:last-child{
  border-bottom:0;
}
#credit .credit_area dl dd ul {
  display: block;
}
#credit .credit_area dl dd ul li {
  margin:.5em auto;
}
#credit .credit_area dl dd ul.center{
  margin:10% auto;
}

/*----------------------------------*/
.gototop{
  right:5px;
  width: 60px;
  height: 60px;
}
.gototop .upbar{
  width:4px;
}
.gototop .txt{
  left: 0em;
}
  /*/----------------------------/*/


  /*//////// 480 ///////////*/
}
