@charset "UTF-8";

/*-------------------------------------
			TOP
---------------------------------------*/
/* 共通 */
#top section {
  padding: 0 2%;
	margin-bottom: 3rem;
}

#top section#news div.inner, 
/*#top section#about div.inner,*/
#top section#music div.inner, 
#top section#food div.inner, 
#top section#cinema div.inner,
#top section#special div.inner,
#top section#timetable div.inner, 
#top section#ticket div.inner,
#top section#sponsorship div.inner,
#top section#areamap div.inner,
#top section#notice div.inner{
	border-top: 2px #e9ed2f solid;
	padding-top: 1.5rem;
}

#top section h2 {
	color: #009e9f;
	font-size: 2.4em;
	letter-spacing: 0px;
	font-family: "manofa", sans-serif;
  font-weight: 400;
  font-style: normal;
	
}

@media(min-width:768px){
#top section#news div.inner, 
#top section#about div.inner,
#top section#music div.inner, 
#top section#food div.inner, 
#top section#cinema div.inner,
#top section#special div.inner,
#top section#timetable div.inner, 
#top section#ticket div.inner,
#top section#sponsorship div.inner,
#top section#areamap div.inner,
#top section#notice div.inner{
	padding-top: 1rem;
}
	
#top section h2 {
	font-size: 5em;
	
}
	
	#top section {
  padding: 0;
	
}
	
	
}


.mv_p {
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding:10px;
	max-width: 950px;
}

.top_pcLogo {
	display: flex;
	justify-content: center;
}

.top_pcLogo img {
	width: 85%;
}

/*swiper*/
.mv01 {
	
	width: 50%;
	
}
.mv01 .swiper-slide[class*=-active] .slide-media img {
    transition-delay: 0s;
    transform: scale(1.05);
}
.mv01 .swiper-slide[class*=-active] .slide-title {
    animation: mv01-fadeIn 2s 0.5s var(--easing) both;
}

.top_spLogo {
	position: absolute;
	z-index: 10;
	width: 146px;
	bottom:0;

}

.fontGreen {
	color:#009e9f;
}

 
@keyframes mv01-fadeIn {
  0% {
    transform: scale(.5);
    opacity: 0;
    filter: blur(300px);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
}


@media(max-width:768px){
	
#top .mv_p {
		padding:2% 2% 0;
	}
	
#top .mv01 {
	width: 100%;
	
}
	
}
/*swiper*/

/* slider */
#top #slider-area {
	margin: 2rem 2% 0;
	background-color: #fff;
	padding: 0 0 0.5rem;
}

#top .slider a:hover {
	opacity: 1;
}

#top .slider img {
    height: auto;
    width: 100%;
}
/*ドットナビゲーション*/
#top .slick-dots {
	position: relative;
	z-index: 2;
    text-align:center;
}

#top .slick-dots li {
    display:inline-block;
	margin:0 5px;
}

#top .slick-dots button {
    color: transparent;
    outline: none;
    width:8px;
    height:8px;
    display:block;
    border-radius:50%;
    background:#ccc;
}

#top .slick-dots .slick-active button{
    background:#009e9f;
}

@media(min-width:768px){
#top #slider-area {
	width: 950px;
    margin: 2rem auto 0;
}
	
}

#top .data_sp {
	padding: 0 2% 3%;
	margin: 0 auto;
}

#top .lead_copy {
	padding: 0 2% 3%;
	margin: 0 auto;
}



/* 重要なお知らせ */
#top #imp {
	padding: 3% 2% 2%;
  font-size: 0.9rem;
}

#top #imp ul {
	list-style: none;
}

#top #imp ul li {
	margin-bottom: 1rem;
}

#top #imp ul li:last-child {
	margin-bottom: 0;
}

@media(min-width:768px){
#top #imp {
	width: 950px;
    margin: 0 auto;
}
	#top #imp ul li {
		font-size: 1rem;
	}
}

/* バナーエリア */
#top #ban-area div {
	margin-bottom: 0.6rem;
}

@media(min-width:768px){
#top #ban-area {
	display: flex;
	justify-content: space-between;
}
	
#top #ban-area div {
	width: 49%;
}
}

/* リード */
#top #lead {
  padding-top: 1rem;
  text-align: left;
	margin-bottom: 1rem;
}
#top #lead .lead_catch {
  margin-bottom: 2rem;
  font-size: 3.8em;
  color: #009e9f;
  line-height: 1;
  font-family: "manofa", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#top #lead .lead_catch span {
  font-size: .8em;
}

#top #lead .lead_txt {
  font-size: 1em;
  text-decoration: none;
	 width: 47%;
}

#top .lead_pcContents {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 950px;
	margin:  0 auto;
}

#top .lead_pcContents p {
  padding: 1% 2% 0 0;
  width: 50%;
}


@media(min-width:768px) {
  #top #lead {
    padding-top: 1.5rem;
  }
  #top #lead .lead_catch {
    
    font-size: 2.8em;
    line-height: 1;
  }
	
}

@media(max-width:768px) {
	#top .lead_pcContents {
		display: inline;
		width: 100%;
		padding: 0 1%;
	}
	
	#top #lead .lead_txt {
		width: 100%;
		font-size: 1rem;
	}

}


/* NEWS */
#top #news dl {
	padding-left: .6rem
}
#top #news dl dt {
	font-size: 0.85rem;
}
#top #news dl dd {
	margin-bottom: 1rem;
	font-size: 0.95rem;
}

#top #news dl dd a {
	color: #000;
}

/*archive*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slide-down {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.slide-up {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
.archive_news {
  height: 70px;
  overflow: hidden;
  position: relative;
  margin: 0;
  transition: 1s;
}
.archive_news .news_lists {
  margin-top: 1rem;
}
.close-btn, .btn_news-more {
  display: block;
  cursor: pointer;
  width: 100%;
  padding: 21px 0 15px;
  position: absolute;
  bottom: 0;
  color: #e9ed2f;
  left: 0;
  text-align: right;
  background: -moz-linear-gradient(to bottom, rgba(233, 237, 47, 1) 0%, rgba(233, 237, 47, 1) 80%);
  background: -webkit-linear-gradient(to bottom, rgba(233, 237, 47, 1) 0%, rgba(233, 237, 47, 1) 80%);
  background: linear-gradient(to bottom, rgba(233, 237, 47, 1) 0%, rgba(233, 237, 47, 1) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9ed2f', endColorstr='#e9ed2f', GradientType=0);
}
.btn_news-more p {
  line-height: 1;
  background: #009e9f;
  width: 266px;
  text-align: center;
  padding: 1rem;
  border-radius: 30px;
  margin: 0 auto;
  font-weight: bold;
	
	
	
}
.btn_news-more p.open:before {
  position: absolute;
  margin-left: -28px;
  content: '\f063';
  color: #e9ed2f;
  font-size: 1.3rem;
  font-family: "Font Awesome 5 Free";
  transition: .4s;
  top: 44%;
  line-height: 1;
  font-weight: 900;
}
.btn_news-more p.open:hover:before {
  top: 50%;
}
.btn_news-more p.close:before {
  position: absolute;
  margin-left: -28px;
  content: '\f062';
  color: #e9ed2f;
  font-size: 1.3rem;
  font-family: "Font Awesome 5 Free";
  transition: .4s;
  top: 48%;
  line-height: 1;
  font-weight: 900;
}
.btn_news-more p.close:hover:before {
  top: 40%;
}
.contents.news .btn_news-more .open {
  display: block;
}
.close-btn {
  background: none;
  transition: .5s;
}
.slide-up {
  padding-bottom: 0;
  overflow: hidden;
  transition: .5s;
}
.slide-down {
  height: auto;
  overflow: visible;
  padding-bottom: 50px;
  transition: 1s;
}
.close-btn {
  margin-bottom: 0;
  transition: .5s;
/*	top:35%;*/
	bottom: -4%;
}


@media(min-width:768px){
#top #news dl {
	padding-left: 1rem
}
#top #news dl dt {
	font-size: 0.95rem;
}
#top #news dl dd {
	margin-bottom: 1.1rem;
}
}

@media(max-width:768px){
	.close-btn {
		bottom:-3%;
	}
	.btn_news-more p.close:before {
		top:45%;
	}
	.btn_news-more p.close:hover:before {
  top: 46%;
}
}


@media(max-width:480px){

	
	.btn_news-more p {
  pointer-events: none;
}
}


#top #top_youtube .youtube_box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 1rem;
}
#top #top_youtube .youtube_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}




/* ABOUT */
#top #about dl, 
#top #about h3, 
#top #about .gmap {
	padding-left: 1.5rem;
	color: #000;
	margin-top: 1rem;
}

#top #about .gmap {
	padding-left: 0;
}

#top #about h3 {
	margin-bottom: 0.8rem;
	font-size: 18px;
	font-weight: bold;
}
#top #about h3 .fs-s {
	font-size: 0.8rem;
}
#top #about dl dt {
	font-size: 0.85rem;
}
#top #about dl dd {
	margin-bottom: 1rem;
	font-weight: bold;
}

#top #about .gmap p {
	font-weight: bold;
	margin-bottom: 0.5rem;
}
#top #about .map {
  position: relative;
  width: 100%;
  height: 280px;
	padding-bottom: 0;
}
 
#top #about .map iframe {
  position: absolute;
  top: 0;
  left: 0;
   width: 100%;
  height: 280px;
	padding-bottom: 0;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}


/*調整*/
	#top #about .data_lists	{
		list-style: none;
		font-size: 1.1rem;
	}

#top #about .data_lists p	{
		margin-top: 1%;
		margin-left: 12px;
	}
	
	#top #about .data_lists li .label {
		padding: 1.4%;
		font-size: .8rem;
		background-color:#009e9f;
		color:#fff;
		
	}

#top #about .data_lists li {
		padding-top: 2%;
		
	}
#top #about .data_lists li div {
	position: relative;
}

	#top #about .data_lists li div::before {
  content: '';
  position: absolute;
  top:13%;
  display: inline-block;
  width: 100%;
  height: 1px;
  left: 0;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  background-color:#009e9f;
  border-radius: 2px;
}

#top #about .data_lists li .fs-ms{
	font-size: 82%;
}


@media(min-width:768px){
#top #about dl, 
#top #about h3, 
#top #about .gmap {
	padding-left: 2.5rem;
	margin-top: 1rem;
}
	#top #about .gmap {
	padding-left: 0;
}
	
#top #about h3 {
	margin-bottom: 1rem;
	font-size: 24px;
}
#top #about h3 .fs-s {
	font-size: 1rem;
}
#top #about dl dt {
	font-size: 1rem;
}
#top #about dl dd {
	margin-bottom: 1.4rem;
}

#top #about .gmap p {
	margin-bottom: 1.5rem;
}
#top #about .map {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 0 auto;
  padding-bottom: 0;
}
	
	#top #about .map iframe {
  
  width: 100%;
  height: 400px;
	
	}
	
	/*調整*/
	#top #about .data_lists	{
		list-style: none;
		font-size: 1.2rem;
	}
	
	#top #about .data_lists li .label {
	
		padding: 1%;
		font-size: .8rem;
		background-color:#009e9f;
		color:#fff;
	}
	
	#top #about .data_lists li {
		padding-top: 2%;
	}
	

	#top #about .data_lists li div {
	position: relative;
}
	

#top #about .data_lists li div::before {
  top:2px;
 
}
	
}

/* MUSIC */

#music .stage {
	display: flex;
	align-items: center;
}

#music h3 {
	background-color: #e9ed2f;
	color: #009e9f;
	font-family: "manofa", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 26px;
	text-align: left;
	padding: 5px 0;
	 line-height: 1.2;
	flex: 1;
}

#music h3 span{
	display: block; 
	font-size: 18px;
	margin-left: 5px;	
}


#music .type {
	color: #009e9f;
	font-size: 2rem;
	font-style: italic;
	position: relative;
	text-align: right;
	flex: 1;
}

#music .type::before {
  content: "";
  display: block;
  width: 100%; /* 線の長さ */
  height: 2px; /* 線の太さ */
  background-color: #009e9f; /* 線の色 */
  position: absolute;
  top: 12%; /* 上に配置 */
  left: 0; /* 左端に配置 */
}


#music h5 {
	color: #009e9f;
	font-family: "manofa", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 26px;
	text-align: center;
	line-height: 1;
}

#music .top_andmore {
		font-size: 1rem!important;
		text-align: center;
		color:#009e9f;
		font-family: "manofa", sans-serif;
    font-weight: 400;
    font-style: normal;
	margin-top: 1rem;
	}


#music div.sub-venue {
	color: #009e9f;
	text-align: center;
	font-size: 14px;
	margin-bottom: 0.6rem;
}
#music ul {
	list-style: none;
}
#music ul li span {
	font-weight: bold;
	font-size: 15px;
	text-align: center;
/*    display: block;*/
    margin-top: 0.3rem;
}
#music .list-single, 
#music .list-multi {
	margin-bottom: 2.5rem;
}

#music .list-multi ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#music .list-multi ul li {
	width: 48%;
	margin-right: 2%;
	margin-bottom: 3%;
}

#music .list-multi ul li:nth-child(even) {
	margin-right: 0;
}

#music .list-single ul li a, 
#music .list-multi ul li a {
  display: block;
  position: relative;
}
#music .list-single ul li a img,
#music .list-multi ul li a img {
  width: 100%;
	/*border: 2px solid #ccc;*/
}

#music ul li.icon-t a:after {
 content: "TICKET";
  color: #fff;
  position: absolute;
  bottom: 0;
  display: block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  font-family: "manofa", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #009e9f;
  z-index: 999;
  font-size: 12px;
  text-align: center;
}


#music .new_at p a:after {
 content: "NEW";
  color: #e9ed2f;
  position: absolute;
  bottom: 0;
  display: block;
  width: 40px;
  height: 20px;
  line-height: 23px;
  font-family: "manofa", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #009e9f;
  z-index: 999;
  font-size: 9px;
  text-align: center;
}




#music ul li.icon-r a:after {
 content: "RESERVATION";
  color: #fff;
  position: absolute;
  bottom: 0;
  display: block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  font-family: "manofa", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #009e9f;
  z-index: 999;
  font-size: 12px;
  text-align: center;
}

#music ul li.icon-f a:after {
 content: "FREE";
  color: #009e9f;
  position: absolute;
  bottom: 0;
  display: block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  font-family: "manofa", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #e9ed2f;
  z-index: 999;
  font-size: 12px;
  text-align: center;
}

#music ul li a .new {
	margin-top: 0;
}

#music ul li a .new:before {
	content: "";
    top: 0;
    right: 0;
    border-bottom: 5em solid transparent;
    border-right: 5em solid #ff7dd1; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
	text-align: center;
}

#music ul li a .new:after {
    content: "NEW";
    display: block;
    top: 0;
    transform: rotate(45deg);
    color: #fff; /* 文字色はここで変更 */
	line-height: 66px;
	font-family: "manofa", sans-serif;
    font-weight: 400;
    font-style: normal;
    right: 3px;
    position: absolute;
    z-index: 101;
}






@media(min-width:768px){
	
	

	
	
#music h3 {
	font-size: 42px;
	padding: 8px 0;
	
}

#music h5 {
	font-size: 26px;
	line-height: 1;
}
	
	#music .top_andmore {
		font-size: 1.8rem!important;
		text-align: center;
		color:#009e9f;
		font-family: "manofa", sans-serif;
    font-weight: 400;
    font-style: normal;
	}	
	
	
#music div.sub-venue {
	font-size: 18px;
	margin-bottom: 1rem;
}
#music ul li span {
	font-size: 18px;
    margin-top: 0.6rem;
}
#music .list-single {
	width: 520px;
	margin: 0 auto 4rem;
}
#music .list-multi ul li
{
  width: 46%;
  margin-right: 4%;
}

#music ul li.icon-t a:after {
  width: 120px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
}
	
	
	#music .new_at p a:after {
    width: 100px;
    height: 42px;
    line-height: 46px;
    font-size: 16px;
	}
	
	
#music ul li.icon-r a:after {
  width: 200px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
}
#music ul li.icon-f a:after {
 width: 120px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
}
		#music ul li span.new {
	font-size: 18px;
}
	
}

@media(max-width:480px){
	#music ul li a .new:before {
	content: "";
    top: 0;
    right: 0;
    border-bottom: 3.8em solid transparent;
    border-right: 3.8em solid #ff7dd1; 
    position: absolute;
    z-index: 100;
	text-align: center;	
}

#music ul li a .new:after {
    content: "NEW";
    display: block;
    top: 0;
    transform: rotate(45deg);
    color: #fff; 
	line-height: 26px;
	font-family: "manofa", sans-serif;
    font-weight: 400;
    font-style: normal;
    right: -4px;
    position: absolute;
    z-index: 101;
}
	
	#music ul li span.new {
	font-size: 9px;
}

}



/* test */
#dateTab {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
}
#dateTab li {
  width: calc(100% / 3);
  cursor: pointer;
  padding: 10px 0 10px;
	margin: 0 3px;
  text-align: center;
      font-family: "manofa", sans-serif;
    font-weight: 400;
    font-style: normal;
  font-size: 33px;
  line-height: 1;
  background-color: #009e9f;
	color:#e9ed2f;
	list-style: none;
	
	
}
#dateTab li span {
  
  font-size: 25px;
}
#dateTab li .date_fo {
  font-family: "alternate-gothic-condensed-a", sans-serif;
}
#dateTab li:last-child {
  border-right: 0;
}
/*
#dateTab li:hover:after, #dateTab li.current:after {
  content: "▲";
  font-size: 16px;
  display: block;
  color: #000;
  text-align: center;
}
*/


#dateTab li.day:hover, #dateTab li.day.current {
  background: #e9ed2f;
	color:#009e9f;
	border: 2px solid #009e9f;
	
}

#music .lineupBox .dateBox {
  
  padding: 3% 0 3%;

  justify-content: center;
}
#music .lineupBox .dateBox h2 {
  width: 100%;
      font-family: "manofa", sans-serif;
    font-weight: 400;
    font-style: normal;
  font-size: 60px;
  line-height: 1;
  /*font-weight: bold;*/
}
#music .lineupBox .dateBox h2 span {
  font-size: 40px;
}
#music .lineupBox .hide {
  display: none;
}
#music .lineupBox {
  padding-top: 2%;
  padding-bottom: 2%;
  margin-bottom: 2%;
}
#music .lineupBox.timetable {
  background: #fff;
}
#music .lineupBox h2 {
  text-align: center;
  font-size: 26px;
  padding: 20px 0;
}
#music .lineupBox h2 img {
  height: 70px;
  width: auto;
}
#music .lineupBox .box {
/*  width: 33%;*/
  padding: 0 0 0;
  margin-bottom: 30px;
  text-align: center;
  font-size: 26px;
}

#music .lineupBox .box p {
  font-size: 70%;
	 padding: 0 0 10px 0;
	
  position: relative;
  font-feature-settings: "palt";
}
#music .lineupBox .box p .fs_ms, #music .lineupBox .box p .fs_s {
  line-height: 1.1rem;
  display: block;
}
#music .lineupBox .box a {
  display: block;
  position: relative;
}
#music .lineupBox .box a img {
  width: 100%;
}
#music .lineupBox p.andmore {
  font-family: "alternate-gothic-condensed-a", sans-serif;
  font-size: 34px;
  font-weight: bold;
  margin: 10px auto 20px;
}
#music .lineupBox .box p.new a:after {
  content: "NEW!";
  color: #fff;
  position: absolute;
  left: -15px;
  top: -5px;
  display: block;
  width: 60px;
  height: 28px;
	line-height: 28px;
  font-family:  "itc-avant-garde-gothic-pro", sans-serif;
  background: #e50014;
  z-index: 999;
  font-size: 18px;
  transform: rotate(-35deg);
}
#music .lineupBox .box a.ofmovie {
  background-color: #34d031;
  text-decoration: none;
  color: #fff;
  padding: 5px 0 4px;
  font-size: 55%;
  font-weight: bold;
  border-radius: 5px;
  white-space: nowrap;
  width: 45%;
  text-align: center;
  display: inline-block;
  transition: all 0.3s;
}
#music .lineupBox .box a.ofmovie:hover {
  background-color: #e50014;
  ;
}
#music .lineupBox .box .jrock a.ofmovie {
  width: 70%;
}
#music .lineupBox + ul {
  padding: 0 5% 5%;
}

#music .cal_2 {
	display: flex;
	gap:10px;
	
}

#music .cal_2 div{
	width: 50%;
}

#music .cal_2_andmore {
	align-items: center;
	
}


#music .cal_2_andmore .txt {
	align-items: center;
	    font-family: "manofa", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #009e9f;
}


@media(max-width:768px) {
  #dateTab li {
    font-size: 24px;
  }
  #dateTab li span {
    font-size: 14px;
  }
  #music .lineupBox .dateBox h2 {
    font-size: 50px;
    padding-bottom: 0;
  }
  #music .lineupBox .dateBox h2 span {
    font-size: 25px;
  }
  #music .lineupBox .dateBox {
    padding-top: 0px;
  }
  #music .lineupBox .box {
/*	  float: left;*/
    padding: 20px 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
  }
  #music .lineupBox .box:nth-child(3n+2) {
    clear: none;
  }
  #music .lineupBox .box:nth-child(even) {
    clear: left;
  }
  #music .lineupBox h2 {
    font-size: 22px;
  }
  #music .lineupBox .dateBox h2 img {
    height: 40px;
    width: auto;
  }
  #music .lineupBox p.andmore {
    font-size: 26px;
    margin: 0px auto 20px;
  }
  #music .lineupBox .box p {
    line-height: 1.2em;
  }
  
  #music .lineupBox .box p.new a:after {
    width: 45px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  #music .lineupBox .box a.ofmovie {
    width: 70%;
    margin-top: 7px;
    font-size: 60%;
  }
  #music .lineupBox .box .jrock a.ofmovie {
    width: 97%;
  }
	
	#music h3 {
		font-size: 17px;
	}
	
	#music h3 span {
		font-size: 12px;
	}
	
	#music .type {
		font-size: 1.2rem;
		
	}
	
	#music .type::before {
		top:8%;
	}
}
@media(max-width:420px) {
  #music .lineupBox .box p.new a:after {
    width: 33px;
    height: 20px;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 24px;
  }
}


/* / test */



/* FOOD */
#food .catch {
	margin-bottom: 1rem;
	font-size: 0.9rem;
  color: #000;

}


#food .food_image {
	max-width: 900px;
	margin: 2rem auto 3rem;
}

#food .food_image span {
	text-align:center;
	display: block;
}

#food ul.shop {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	margin-top: 2.2rem;
}
#food ul.shop li {
	width: 48%;
	margin-right: 2%;
	margin-bottom: 3%;
}
#food ul.shop span {
	font-weight: bold;
	font-size: 15px;
	text-align: center;
    display: block;
    margin-top: 0.3rem;
}

#food .food_ttl {
	font-size: 1.4rem;
	color: #009e9f;
	margin-top: 20px;
}

#food .food_menu {
	margin-top: 20px;
	font-size: 1.2rem;
}

#food .food_img {
	width: 70%;
	margin: 0 auto;
	padding: 10px;
}

#food h3 {
margin: 1rem 0;
	font-size: 1.1rem;
}



#food.second h2 {
	color:#e9ed2f;
}



@media(min-width:768px){
	
	#food h3 {
	margin: 1rem 0;
	font-size: 1.4rem;
}
	
#food .catch {
	margin-bottom: 1rem;
	font-size: 1.2rem;

}
#food ul.shop span {
	font-size: 18px;
    margin-top: 0.6rem;
}
	
#food.second h2 {
		color:#e9ed2f;
	}	
	
	#food.second .artist-sub {
		    flex-direction:inherit;
	}	
	
}

/* CINEMA */
#cinema .title-y, 
#cinema .title-g {
	font-family: "manofa", sans-serif;
  font-weight: 400;
  font-style: normal;
	text-align: center;
	font-size: 20px;
	padding: 10px 0;
	line-height: 1;
}

#cinema .title-y {
	background-color: #e9ed2f;
	color: #009e9f;
}
#cinema .title-g {
	background-color: #009e9f;
	color: #e9ed2f;
}

#cinema .mainV {
	margin: 1.5rem 0 0.6rem;
}

#cinema p {
	font-size: 0.9rem;
	margin-bottom: 1rem;
}
#cinema p .fs-s {
	font-size: 0.7rem;
}

#cinema h4 {
	font-family: "manofa", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 20px;
	margin-bottom: 0.5rem;
	margin-top: 2rem;
	color: #009e9f;
}

#cinema h3 {
	color:#009e9f;
	font-size: 1rem;
	margin-top: 2rem;
	margin-bottom: 1rem;
}


#cinema ul.movie-list li {
	display: flex;
	list-style: none;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}

#cinema ul.movie-list li .movie-img {
	width: 45%;
}

#cinema ul.movie-list li .movie-info span.copy {
	font-size: 8px;
	display: inline-block;
	margin-top: 0.5rem;
}

#cinema ul.movie-list li .movie-info {
	width: 50%;
}

#cinema ul.movie-list li .movie-info .name {
	color: #009e9f;
	font-size: 16px;
	margin-bottom: 0.4rem;
	font-weight: bold;
}

#cinema ul.movie-list li .movie-info span {
	font-size: 14px;
}

@media(min-width:768px){
#cinema .title-y, 
#cinema .title-g {
	font-size: 26px;
	padding: 10px 0;
}

#cinema .mainV {
	margin: 1.5rem auto 0.6rem;
	width: 600px;
}

#cinema p {
	font-size: 1.1rem;
	margin-bottom: 1.4rem;
}
#cinema p .fs-s {
	font-size: 0.9rem;
}

	
#cinema h3 {
	color:#009e9f;
	font-size: 1.2rem;
	margin-top: 2rem;
	margin-bottom: 1rem;
}	
	
#cinema h4 {
	font-size: 30px;
	margin-bottom: 1rem;
	margin-top: 2.4rem;
}

#cinema ul.movie-list li {
	margin-bottom: 2rem;
}

#cinema ul.movie-list li .movie-info span.copy {
	font-size: 12px;
}

#cinema ul.movie-list li .movie-info .name {
	font-size: 26px;
	margin-bottom: 0.4rem;
}

#cinema ul.movie-list li .movie-info span {
	font-size: 20px;
}
	
}


/* SPECIAL */
#special h3 {
	font-size: 22px;
	margin-bottom: 2%;
}


#special .catch {
	margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #000;
}

#special ul.visual {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
}
#special ul.visual li {
	width: 48%;
	
	margin-bottom: 3%;
}

#special ul.visual li:first-child{
	margin-right: 2%;
}

#special ul.visual span {
	font-weight: bold;
	font-size: 15px;
	text-align: center;
    display: block;
    margin-top: 0.3rem;
}

#special .profile {
	margin-top: 1rem;
	font-size: .9rem;
}

#special .profile h4{
	font-size: 1.4rem;
}

#special .ap{
	text-align: center;
} 

#special .ap img{
	width: 50%;
}

#special .detail {
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: .9rem;
}

#special .menu{
	font-size: 1rem;
	
}

#special ul.angelsenvy {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
}
#special ul.angelsenvy li {
	width: 32%;
	
	margin-bottom: 3%;
}

#special ul.angelsenvy span {
	font-weight: bold;
	font-size: 15px;
	text-align: center;
    display: block;
    margin-top: 0.3rem;
}



@media(max-width:480px){
#special ul.visual {
	display: block;
}
#special ul.visual li {
	width: 100%;
}
	
#special ul.angelsenvy {
	display: block;
}
#special ul.angelsenvy li {
	width: 50%;
margin: 0 auto;
	
}	
	
#special .profile h4{
	font-size: 1.2rem;
}
	
#special .ap img{
	width: 100%;
}
	
	
}

@media(min-width:768px){
	
#special .catch {
	margin-bottom: 1rem;
	font-size: 1.2rem;
	text-align: left;
}
#special ul.visual span {
	font-size: 18px;
    margin-top: 0.6rem;
}
	
#special ul.angelsenvy span {
	font-size: 18px;
    margin-top: 0.6rem;
}	
	
	
#special .detail {
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 1.1rem;
}	
	#special .menu{
	font-size: 1.2rem;
		
}
	
}





/* TIMETABLE */
#timetable .scroll {
  width: 100%;
  overflow-x: scroll;
  margin-bottom: 3rem;
}
#timetable .tab {
  display: flex;
  margin-bottom: 2rem;
  width: 100%;
  gap: 5px;
}
#timetable .scroll img {
  width: 650px;
}
#timetable .tab_cont {
  display: none;
 
}
#timetable .tab_cont.active {
  display: block; /* activeがついたら表示 */
	
}
#timetable .tab li {
  list-style: none;
  background-color: #009e9f;
  width: calc(100% / 3);
  text-align: center;
  
}

#timetable .tab li.active {
  background: none;
  border: 2px solid #009e9f;
  color: #009e9f;
}
#timetable .tab li.active a {
  background: #e9ed2f;
  color: #009e9f;
	opacity: 1!important;
}
#timetable a {
  display: block;
  width: 100%;
  height: 100%;
  color: #e9ed2f;
  text-decoration: none;
  font-family: "manofa", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1.5;
}
#timetable a:hover {
  
  background: #009e9f;
 
  color: #e9ed2f;
 
}
#timetable a span {
  font-size: 15px;
}

@media(min-width:768px) {
  #timetable .scroll img {
    width: 100%;
  }
  #timetable a {
    font-size: 33px;
  }
  #timetable a span {
    font-size: 18px;
  }
}




/* TICKET */

#ticket .advance h5 {
	font-size: 1.4rem;
	font-weight: bold;
}

#ticket .advance h5 span {
	font-size: .9rem;
	font-weight: bold;
}

#ticket .ticket-list {
	margin-bottom: 4rem;
}

#ticket .ticket-list h3 {
	background-color: #e9ed2f;
	color: #009e9f;
	font-family: "manofa", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 22px;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 2rem;
}

#ticket .ticket-list h5 {
	color: #009e9f;
	font-family: "manofa", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 22px;
	line-height: 1;
}

#ticket .ticket-list div.sub-venue {
	color: #009e9f;
	font-size: 14px;
	margin-bottom: 0.6rem;
}

#ticket .ticket-list dl {
	border-bottom: 1px solid #009e9f;
	padding-bottom: 1rem;
  margin-bottom: 2rem;
}

#ticket .ticket-list dl.end {
	border-bottom: none;
	padding-bottom: 0;
  margin-bottom: 2rem;
}

#ticket .ticket-list dl dt {
	color: #009e9f;
	font-size: 0.9rem;
}

#ticket .ticket-list dl dd {
	margin-bottom: 1rem;
}

#ticket .ticket-list dl dd a {
	color: #000;
}

#ticket .ticket-list dl p{
	font-size: 14px;
}

#ticket ul li {
	list-style: none;
    font-size: 0.85rem;
	margin-top: 0.8rem;
    margin-bottom: 0.5rem;
}

#ticket .advance {
	margin-top: 2rem;
	margin-bottom: 5rem;
}

#ticket .advance h4 {
	    color: #009e9f;
    text-align: center;
margin-bottom: 15px;
    font-size: 22px;
} 

#ticket .advance .btn a{
	background-color: #009e9f;
    color: #e9ed2f;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 0.65rem;
    text-decoration: none;
    padding: 5px 0;
}


#ticket .vip_pick{
	color:#DC0003; 
	font-weight: bold;
}

#ticket .advance p span {
		font-size: .8rem;
	}

@media(min-width:768px){
	
	#ticket .advance p span {
		font-size: .8rem;
	}	
	
#ticket .ticket-list {
	margin-bottom: 4rem;
}

#ticket .ticket-list h3 {
	font-size: 30px;
	padding: 8px 0;
	margin-bottom: 2rem;
}

#ticket .ticket-list h5 {
	font-size: 26px;
}

#ticket .ticket-list div.sub-venue {
	font-size: 18px;
	margin-bottom: 0.8rem;
}

#ticket .ticket-list dl {
	padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
}

#ticket .ticket-list dl.end {
  margin-bottom: 2.5rem;
}

#ticket .ticket-list dl dt {
	color: #009e9f;
	font-size: 1.2rem;
}

#ticket .ticket-list dl dd {
	font-size: 1.4rem;
}
}


/*goods*/

#goods {
	font-size: .9rem;
}

#goods h3 {
	font-size: 1rem;
	margin: 3% 0 4%;
	}

#goods .detail {
	margin:4% 0  5%;
}

#goods .goods_img {
	text-align: center;
}

#goods img {
	width: 100%;
	padding: 2% 0;
}

#goods .profile{
	font-size: .9rem;
	margin-top: 3rem;
}

#goods .profile span{
	font-size: 1rem;

}

#goods ul{
	display: block;
	justify-content: center;
	text-align: center;
}	
	
#goods ul li{
	list-style: none;
	width: 80%;
	margin: 0 auto;
}

#goods ul li img{
	width: 100%;
}


@media(min-width:768px){
	
#goods {
	font-size: 1rem;
}	
	
#goods h3 {
	font-size: 1.2rem;
	margin: 2% 0;
	}

#goods .detail {
	margin:2% 0  5%;
}

#goods img {
	width: 75%;
	padding: 2%;
}
	
#goods ul{
	display: flex;
	gap:20px;
	justify-content: center;
	text-align: center;
}	
	
#goods ul li{
	list-style: none;
	width: 100%;
}

#goods ul li img{
	width: 100%;
}
	
	
}





/* footer */
#top footer {
	background-color: #009e9f;
/*	border-top: 1px solid #009e9f;*/
	margin: 3rem auto 0;
	width: 100%;
	padding: 3rem 0 1rem;
}
#top footer ul.sns-icon {
	display: flex;
	justify-content: center;
	list-style: none;
}
#top footer ul.sns-icon li:not(.icon_yt) {
	width: 40px;
	margin: 0 10px 30px;
}


#top footer ul.sns-icon .icon_yt {
	margin: 0 10px 30px;
}

#top footer ul.sns-icon .icon_yt img,#food footer ul.sns-icon .icon_yt img {
	object-fit: contain;
	height: 100%;
	width: 54px;
	
}





#top footer .copyright {
	text-align: center;
	font-size: 13px;
	color: #e9ed2f;
}

#top .history_link {
	margin: 5% 0 2%;
	text-align: left;
	
}

#top .history_link a {
	margin-left: 8px;
}

@media(max-width:768px){
	
	#top .history_link {
	 font-size: 14px;
		
}
	#top .history_link a {
	margin-left: 6px;
}

	
}

/*スポンサーシップ*/

#top .btn a{
	background-color: #009e9f;
    color: #e9ed2f;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 0.65rem;
    text-decoration: none;
    padding: 10px 0;
}


/* クレジット */

#top #credit {
	background-color: #fff;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

#top #credit .mainC {
	width: 55%;
	margin: 0 auto 3rem;
}
#top #credit .credit dl {
	border-top: 1px solid #009e9f;
	padding: 1rem 0;
/*	display: flex;*/
	align-items: start;
}

#top #credit .credit dl:first-of-type {
	border-top: none;
}

#top #credit .credit dl:last-child {
	border-bottom: 1px solid #009e9f;
}
#top #credit .credit dl.mainL dd div {
	display: block;
	width: 65%;
}
#top #credit .credit dl.mainL dd div a {
	width: 100%;
	display: block;
}
#top #credit .credit dl dt {
	width: 20%;
	font-size: 14px;
	font-weight: bold;
/*	color: #009e9f;*/
}
#top #credit .credit dl dd {
	width: 90%;
	font-weight: bold;
	font-size: 1.4rem;
}

#top #credit .credit dl dd .fs {
	font-size: 0.75rem;
}

#top #credit .credit dl dd div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#top #credit .credit dl dd div a {
	width: 32%;
  margin: 0 3% 4%;
	text-decoration: none;
	text-align: center;
	color: #000;
}

#top #credit .credit dl dd div a.ss {
	width: 28%;
  margin: 0 7% 4%;
}
#top #credit .contact {
	text-align: left;
	margin-top: 2rem;
	font-size: 16px;
}

#top #credit .contact h6 {
	color: #009e9f;
	font-family: "manofa", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#top #credit .contact p {
	font-weight: bold;
}

#top #credit .contact a {
	color: #000;
}

@media(min-width:768px){
	
	#top #credit {
		padding: 0 2% 1%;
		
	}
	
#top #credit .mainC {
	width: 350px;
}
	
#top #credit .credit dl dt {
	width: 100px;
	font-size: 17px;
}
#top #credit .credit dl dd {
	width: 100%;
	font-size: 1.3rem;
}
#top #credit .credit dl dd div a {
	width: 11%;
    margin: 0 2% 0%;
}

#top #credit .credit dl dd div a.ss {
	width: 9%;
    margin: 0 2% 0%;
}
	
#top #credit .credit dl dd .fs {
	font-size: 0.9rem;
}

#top #credit .credit dl.mainL dd div {
	width: 200px;
}
#top #credit .credit dl {
	align-items: center;
}
	
	
	
}


/*-------------------------------------
			セカンダリー
---------------------------------------*/

/* header */
.second header h1 a img {
	width: 160px;
/*	position: absolute;*/
	margin-top: .8rem;
}


@media(min-width:768px){
	.second header {
		width: 950px;
		margin: 0 auto;
	}
	.second header h1 a img {
	width: 200px;
		margin-top: 1rem;
    }
}

/* 共通 */
.second section {
	padding: 0 3%;
}

@media(min-width:768px){
.second section {
	padding: 0 40px;
}
}


@media(max-width:768px){
#top.second .artist .info h2 {
	font-size: 18px!important;
}

}

/* MUSIC */
.second .artist {
	margin-bottom: 3rem;
}
.second .artist .info {
	text-align: left;
	margin-bottom: 0.8rem;
	background-color: #009e9f;
	padding: 1% 3%;
	line-height: 1.6;
	
}

#top.second .artist .info h2 {
	font-size: 24px;
	color:#e9ed2f;
	font-weight: bold;
	font-family: "yu-gothic-pr6n", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.second .artist .info .date {
	background-color: #009e9f;
	color: #e9ed2f;
	margin: 0 auto;
	font-size: 14px;
	

}

.second .artist .info .time, 
.second .artist .info .venue, 
.second .artist .info .sub-venue{
	color: #e9ed2f;
}

.second .artist .info .time, 
.second .artist .info .sub-venue {
	margin-bottom: 0.5rem;
}

.second .artist .info .venue {
	font-size: 22px;
	font-family: "manofa", sans-serif;
  font-weight: 400;
  font-style: normal;
	line-height: 1;
}

.second .artist .info .priceF {
	background-color: #e9ed2f;
	color: #009e9f;
	padding: 5px 10px;
	font-family: "manofa", sans-serif;
  font-weight: 400;
  font-style: normal;
	display: inline;
	font-size: 14px;
}

.second .artist .info .priceT {
	background-color: #009e9f;
	color: #fff;
	padding: 5px 10px;
	font-family: "manofa", sans-serif;
  font-weight: 400;
  font-style: normal;
	display: inline;
	font-size: 14px;
}

.second .artist .artist-main {
	margin-bottom: 1.3rem;
}
.second .artist .artist-img .artist-main div, 
.second .artist .artist-img .artist-sub div {
	text-align: center;
}
.second .artist .artist-img .artist-sub {
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	
}

#salsa .artist-sub,#pdr .artist-sub {
	flex-direction: column;
    align-items: center;
}

.second .artist .artist-img .artist-sub .sub_col2 { 
	display: flex;
}

.second .artist .artist-img .artist-sub .ss{
	width: 40%;
}


.second .artist .artist-img .artist-sub div {
	width: 80%;
	margin: 0 1% 2%;
}

.second .artist .artist-img p.a_new:after {
	content: "NEW";
	background: #ff7dd1;
	color:#fff;
	padding: 5px 8px ;	
	font-size: 10px;
}

.second .artist .artist-img div.a_new:after {
	content: "NEW";
	background: #ff7dd1;
	color:#fff;
	padding: 5px 8px ;	
	font-size: 10px;
	margin-bottom: 5px;
}


.second .artist .artist-img  .youtube {
	text-align: center;
	
}

.second .artist .artist-img  .youtube iframe{
	aspect-ratio: 9 / 16 ;
	width: 80%;
	height: auto;
}



.second .artist-ticket h3 {
	text-align: left;
	font-family: "manofa", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 32px;
	color: #009e9f;
	margin-bottom: 0.5rem;
}

.second .artist-ticket .fee {
	margin-bottom: 3rem;
}

.second .artist-ticket .fee h4, 
.second .artist-ticket .advance h4 {
	color: #000;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}

.second .artist-ticket .fee ul li {
	list-style: none;
	font-size: 0.85rem;
	margin-bottom: 0.5rem;
}

.second .artist-ticket .fee dl {
	margin-bottom: 1rem;
	font-size: 18px;
  font-weight: bold;
}
.second .artist-ticket .fee dl div {
	display: flex;
    align-items: center;
    width: 100%;
}

.second .artist-ticket .fee dl div.end {
	border-bottom: none;
}

.second .artist-ticket .fee dl div dt {
	width: 30%;
	background-color: #009e9f;
    color: #fff;
    text-align: center;
  border-bottom: 1px solid #fff;
}

.second .artist-ticket .fee dl div dt.end {
	border-bottom: none;
}

.second .artist-ticket .fee dl div dt, 
.second .artist-ticket .fee dl div dd {
	padding: 0.3rem 0;
}

.second .artist-ticket .fee dl div dd {
	width: 70%;
	text-align: center;
	border-top: 1px solid #009e9f;
	border-right: 1px solid #009e9f;
}
.second .artist-ticket .fee dl div dd.end {
	border-bottom: 1px solid #009e9f;
}

.second .artist-ticket .fee dl div .fs-s {
	font-size: 0.85rem;
}

.second .artist-ticket .advance {
/*	border-top: 1px solid #009e9f;*/
/*	padding-top: 3rem;*/
}

.second .artist-ticket .advance p{
	font-size: .9rem;
}


.second .artist-ticket .advance .period {
	text-align: left;
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.second .artist-ticket .advance .period .fs-s {
	font-size: 0.9rem;
}

.second .artist-ticket .advance .btn a {
	background-color: #009e9f;
	color: #fff;
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 0.65rem;
	text-decoration: none;
	padding: 5px 0;
}

.second .profile {
	margin-bottom: 3rem;
}

.second .profile .accordion-area{
	list-style-type: none;
}

.second .accordion-area li{
	border-top: 1px solid #009e9f;
}

.second .accordion-area li:last-child{
	border-bottom: 1px solid #009e9f;
}

.second .pro-info h4.artist-name {
  font-weight: bold;
  text-align: left;
  padding: 20px 0;
  font-size: 20px;
  position: relative;
  cursor: pointer;
	color: #000;
}

.second .pro-info .mass {
	border-top: 1px solid #009e9f;
}

.second .pro-info .mass.end {
	border-bottom: 1px solid #009e9f;
}

.second .pro-info h4:after {
  content: "\f107";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  right: 10px;
  font-size: 30px;
  top: 50%;
  margin-top: -25px;
	color:#009e9f;
}
.second .pro-info h4.active:after {
  content: "\f106";
}
.second .pro-info .toggle {
  display: none;
  margin-bottom: 20px;
}

.second .pro-info .toggle p {
	font-size: 0.9rem;
}

.second .pro-info .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-top: 1rem;
}
.second .pro-info .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.second .pro-info .spotify {
	margin: 1rem 0;
}

.second .pro-info .link p {
	line-height: 2;
}

.second .artist .message {
	background-color: #f0f0f0;
	padding: 20px;
	margin-top: 2rem;
}

.second .artist .catch_copy {
	margin:1rem 0;
}


.second .vip_pick{
	color:#DC0003; 
	font-weight: bold;
}


/*notice*/
#notice .textArea div {
	margin-top: 1rem;
	font-size: .9rem;
}

#notice .textArea div span {
	font-size: 1rem;
}



/*sponsorship*/

#top #sponsorship_top {
	padding-top: 1rem;
}

#top #sponsorship_top .btn a {
	background-color: #ff7dd1;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 0.65rem;
    text-decoration: none;
    padding: 10px 0;
	font-size: 20px;
}



.second .center {
	text-align: center;
	vertical-align:middle;
}

.second .date {
	width: 100%;
	
/*	overflow-x: scroll;*/
}

#sponsorship .sponsorship_contents .date {

	overflow-x: scroll;
	
}


.second table{
	width: 900px;
	min-width: 800px;
	font-size: .9rem;
	
}

.second table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
	width: 100%;
}
.second td, th {
	padding: 3px;
	width: 62px;
	height: 25px;
}

.second .rank td {
	font-size: .8rem;
	text-align: center;
	vertical-align: middle;
}

.second th {
	background: #f0e6cc;
}
.second .even {
	background: #fbf8f0;
}
.second .odd {
	background: #fefcf9;
}


/*premier movie*/
.second .premier_movie {
  font-size: .8rem;
}

.second .premier_movie ul li{
  list-style: none;
	margin-top: 1.6rem;
} 


.second .premier_movie span {
  font-size: .7rem;
	display: block;

}
.second .premier_movie h4 {
  margin-bottom: .7rem;
  font-size: 1.2rem;
  color: #009e9f;
}

.second .premier_movie h5 {
  font-size: 1rem;
}

.second .premier_movie .cast {
  margin-top: 2rem;
} 

.second .premier_movie .seen {
  margin-top: 1rem;
  display: flex;
}
.second .premier_movie .senn_item {
  flex: 1;
}

.second .limited_menu ul {
		display: flex;
		justify-content: center;
		margin:  20px auto;
	}
	
	.second .limited_menu ul li{
		 list-style: none;
		width: 50%;
	}

.second .limited_menu .pic{
		margin:  20px 0;
	
		width: 50%;
	}

.second .limited_menu h4{
		font-size: 1.2rem;
		margin-bottom: 1%;
	}


@media(min-width:768px){
.second .artist .info {
	margin-bottom: 1.5rem;
}
.second .artist .info h2 {
	font-size: 30px;
}
.second .artist .info .date {
	margin: 0 auto;
	font-size: 18px;
	padding: 0;
}

.second .artist .info .time, 
.second .artist .info .sub-venue {
	margin-bottom: 0.8rem;
}
.second .artist .info .venue {
	font-size: 26px;
}

.second .artist .info .priceF {
	font-size: 16px;
}

.second .artist .info .priceT {
	font-size: 16px;
}

.second .artist .artist-main {
	margin-bottom: 1.5rem;
}

.second .artist .artist-main img {
	width: 560px;
	margin: 0 auto;
	display: block;
}
.second .artist .artist-img .artist-main div, 
.second .artist .artist-img .artist-sub div {
	font-size: 16px;
}
	
.second .artist .artist-img .artist-sub div {
	width: 48%;
	margin: 0 1% 2%;
}	
	
	.second .artist .artist-img  .youtube iframe{
	aspect-ratio: 9 / 16 ;
	width: 48%;
	height: auto;
}
	
.second .profile {
	margin-bottom: 5rem;
}
.second .pro-info .toggle p {
	font-size: 16px;
}
.second .pro-info h4.artist-name {
  font-size: 22px;
}
.second .artist-ticket h3 {
	font-size: 36px;
}
.second .artist-ticket .fee h4, 
.second .artist-ticket .advance h4 {
	
	font-size: 22px;
}
.second .artist-ticket .advance .period .fs-s {
	font-size: 0.95rem;
}
.second .artist-ticket .advance .period {
	margin-bottom: 1rem;
}
	
.second .artist-ticket .advance .btn a {
	margin-bottom: 0.85rem;
	padding: 10px 0;
}

/*premier movie*/
	.second .premier_movie {
  font-size: .9rem;
}
	.second .premier_movie ul li{
  list-style: none;
	margin-top: 2rem;
} 
	
	
	.second .limited_menu h4{
		font-size: 1.2rem;
		margin-bottom: 1%;
	}
	
	.second .limited_menu ul {
		display: flex;
		justify-content: center;
		margin:  20px auto;
	}
	
	.second .limited_menu ul li{
		 list-style: none;
		width: 29%;
	}
	
	.second .limited_menu .pic{
		margin:  20px 0;
	
		width: 30%;
	}
	
}

/* footer */
.second footer {
/*	border-top: 1px solid #009e9f;*/
	
	background-color: #009e9f;
	margin: 5rem auto 0;
	width: 100%;
	padding: 3rem 0 0;
}
.second footer ul.sns-icon {
	display: flex;
	justify-content: center;
	list-style: none;
}
.second footer ul.sns-icon li {
	width: 40px;
	margin: 0 10px 30px;
}
.second footer .copyright {
	text-align: center;
	font-size: 13px;
	color: #e9ed2f;
}

#arrow{
  position: fixed;
  z-index: 1000;
  bottom: 0;
  right: 0;
  width: 60px;
  height: auto;
}
