@charset "UTF-8";

/*-------------------------------------
			TOP
---------------------------------------*/
/* 共通 */
#top section {
  padding: 0 3%;
	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: 30px;
	letter-spacing: 0px;
	font-family: "manofa", sans-serif;
  font-weight: 400;
  font-style: normal;
	margin-bottom: 0.6rem;
}

@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: 3.5rem;
}
	
#top section h2 {
	font-size: 38px;
	margin-bottom: 1rem;
}
	
}

/* 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 #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;
}
#top #lead p {
	margin-bottom: 1rem;
	text-align: center;
	font-size: 1.1rem;
	color: #009e9f;
	font-weight: bold;
}

#top #lead .lead_ticket {
	font-size: 15px;
	text-align: center;
}

@media(min-width:768px){
	#top #lead {
		padding-top: 1.5rem;
	}
#top #lead p {
	margin-bottom: 1.5rem;
	font-size: 1.3rem;
}
}

/* NEWS */
#top #news dl {
	padding-left: 1.5rem
}
#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;
}

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

/* ABOUT */
#top #about dl, 
#top #about h3, 
#top #about .gmap {
	padding-left: 1.5rem;
		color: #009e9f;
}
#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: 0;
  padding-top: 75%;
}
 
#top #about .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media(min-width:768px){
#top #about dl, 
#top #about h3, 
#top #about .gmap {
	padding-left: 2.5rem;
}
#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: 600px;
  height: 0;
	margin: 0 auto;
  padding-top: 75%;
}	
}

/* MUSIC */
#music h3 {
	background-color: #e9ed2f;
	color: #009e9f;
	font-family: "manofa", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 26px;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 1rem;
}

#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 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 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: 30px;
	padding: 8px 0;
	margin-bottom: 1.5rem;
}

#music h5 {
	font-size: 26px;
	line-height: 1;
}
#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 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;
}

}

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

#food ul.shop {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
}
#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;
}

@media(min-width:768px){
#food .catch {
	margin-bottom: 1rem;
	font-size: 1.2rem;
	text-align: center;
}
#food ul.shop span {
	font-size: 18px;
    margin-top: 0.6rem;
}
}

/* 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 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 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-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;
}


@media(max-width:480px){
#special ul.visual {
	display: block;
}
#special ul.visual li {
	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;
}
}

/* TIMETABLE */
#timetable .scroll {
	width: 100%;
	overflow-x: scroll;
	margin-bottom: 3rem;
}

#timetable .scroll img {
	width: 650px;
}

@media(min-width:768px){
#timetable div.pcin{
    width: 750px;
    margin: 0 auto;
}
#timetable .scroll img {
	width: 1300px;
}
}

/* TICKET */
#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: #fff;
    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;
}

@media(min-width:768px){
#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;
}
}


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

@media(min-width:768px){
	
}

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

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


/* クレジット */
#top #credit .mainC {
	width: 55%;
	margin: 0 auto 3rem;
}
#top #credit .credit dl {
	border-top: 1px solid #009e9f;
	padding: 1.5rem 0;
	display: flex;
	align-items: start;
}
#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: 80%;
	font-weight: bold;
	font-size: 1.4rem;
}

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

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

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

#top #credit .credit dl dd div a.ss {
	width: 35%;
  margin: 0 7% 4%;
}
#top #credit .contact {
	text-align: center;
	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 .mainC {
	width: 350px;
}
	
#top #credit .credit dl dt {
	width: 100px;
	font-size: 17px;
}
#top #credit .credit dl dd {
	width: 790px;
	font-size: 1.3rem;
}
#top #credit .credit dl dd div a {
	width: 14%;
    margin: 0 2% 0%;
}

#top #credit .credit dl dd div a.ss {
	width: 11%;
    margin: 0 2% 0%;
}

#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;
}

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

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

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

/* MUSIC */
.second .artist {
	margin-bottom: 3rem;
}
.second .artist .info {
	text-align: center;
	margin-bottom: 0.8rem;
}

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

.second .artist .info .date {
	background-color: #e9ed2f;
	color: #009e9f;
	margin: 1.5rem auto 1rem;
	font-size: 24px;
	padding: 5px 0;
	font-family: "manofa", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

.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;
}

.second .artist .artist-img .artist-sub div {
	width: 48%;
	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-ticket h3 {
	text-align: center;
	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: #009e9f;
	text-align: center;
	font-size: 18px;
}

.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 .period {
	text-align: center;
	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: #009e9f;
}

.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;
}
.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: 1rem;
}

.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;
}

.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;
}



@media(min-width:768px){
.second .artist .info {
	margin-bottom: 1.5rem;
}
.second .artist .info h2 {
	font-size: 30px;
}
.second .artist .info .date {
	margin: 1.5rem auto 1rem;
	font-size: 28px;
	padding: 8px 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: 650px;
	margin: 0 auto;
	display: block;
}
.second .artist .artist-img .artist-main div, 
.second .artist .artist-img .artist-sub div {
	font-size: 16px;
}
	
.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 {
	margin-bottom: 15px;
	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;
}

	
}

/* footer */
.second footer {
	border-top: 1px solid #009e9f;
	margin: 5rem auto 0;
	width: 94%;
	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: #009e9f;
}

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