@charset "UTF-8";
/*-------------------------------------
			TOP
---------------------------------------*/
/* 共通 */
ul li {
  text-decoration: none;
  list-style: none;
}
section {
  padding: 0 2%;
  margin: 4rem 0;
  letter-spacing: normal;
}
.wrap {
  background-image: url("../images/top/back/sp_txt_l.webp");
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 10%;
}
@media(min-width:768px) {
  .wrap {
    background-image: none;
  }
  body {
    background-image: url("../images/top/back/sp_txt_l.webp");
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 6%;
  }
}
/*ボタン*/
button {
  margin: 1rem 0;
}
.more-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 36px;
  border: none;
  background: linear-gradient(to right, #009696, #f6f960);
  color: #fff;
  font-family: "manofa", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.more-btn a {
  color: #fff;
  text-decoration: none;
}
.arrow {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 1px;
  background-color: #fff;
  transition: transform 0.2s ease;
}
.arrow::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.more-btn:hover .arrow {
  transform: translateX(4px);
}
/*調整*/
#news .more-btn {
  padding: 14px 74px;
  width: 240px;
  margin: 1rem auto;
}
@media(min-width:768px) {
  .more-btn {
    font-size: 20px;
	          letter-spacing: normal;
  }
  #news .more-btn {
    padding: 9px 74px;
    width: 300px;
    margin: 1rem auto;
  }
  .arrow {
    width: 40px;
  }
  .arrow::after {
    width: 13px;
    height: 11px;
  }
}
h1 {
  margin: 0 auto;
  text-align: center;
  background-color: #f6f960;
}
h1 img {
  width: 80%;
  padding: 4% 2%;
  margin: 0 auto;
}
.event_data {
  border-top: 5px solid #f6f960;
  border-bottom: 5px solid #f6f960;
  background-color: #009090;
}
.event_data img {
  padding: 3% 1%;
  width: 320px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
@media(min-width:768px) {
  h1 img {
    width: 60%;
    padding: 2% 2%;
    margin: 0 auto;
  }
  .event_data img {
    padding: 2% 1%;
    width: 600px;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
}
/*スライダー*/
#slider-area {
  margin: 2%;
  background-color: transparent;
  padding: 0 0 0.5rem;
}
.slider a:hover {
  opacity: 1;
}
.slider img {
  height: auto;
  width: 100%;
}
/*ドットナビゲーション*/
.slick-dots {
  position: relative;
  z-index: 2;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #ccc;
}
.slick-dots .slick-active button {
  background: #009696;
}
/*見出し*/
section h2 {
  color: #009696;
  font-size: 2.2em;
  font-family: "manofa", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}
section h2.ttl_rl {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  left: -35px;
  top: 17px;
}
@media(min-width:768px) {
  section h2 {
    font-size: 3.6em;
  }
  section h2.ttl_rl {
    left: -40px;
    top: 30px;
  }
}
#news {
  display: flex;
  position: relative;
  margin-left: 50px;
}
#news .inner {
  background-color: #fff;
  color: #000;
  width: 100%;
  padding: 8%;
}
/*catch*/
section#catch {
  padding: 0;
  margin: 2rem 0;
}
#catch h2 {
  display: none;
}
#catch .inner {
  position: relative;
  width: 100%;
  height: 230px;
  background-color: inherit;
  overflow: hidden;
}
@media(min-width:768px) {
  section#catch {
    margin: 0 2%;
  }
  #catch .inner {
    height: 340px;
  }
}
/* 背景画像：右寄り・透過 */
#catch .catchBg {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 90%;
  background-image: url('../images/top/back/top_back.webp');
  background-size: cover;
  background-position: center;
  opacity: 1;
}
/* テキストラベル 共通 */
#catch .label {
  position: absolute;
  background-color: #fff;
  color: #009090;
  font-family: "manofa", sans-serif;
  font-weight: 900;
  font-size: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 32px;
  line-height: 1.15;
}
/* ジグザグ配置 */
#catch .label-music {
  top: 18px;
  left: 40px;
}
#catch .label-beer {
  top: 75px;
  left: 0px;
}
#catch .label-food {
  top: 131px;
  left: 35px;
}
#catch .label-green {
  top: 187px;
  left: 0px;
}
#catch .catchText {
  margin: 40px auto;
  padding: 0 3%;
  text-align: left;
}
@media(min-width:768px) {
  #catch .catchText {
    text-align: center;
  }
  #catch .catchBg {
    height: 100%;
  }
  #catch .label-music {
    top: 22px;
    left: 40px;
  }
  #catch .label-beer {
    top: 97px;
    left: 0px;
  }
  #catch .label-food {
    top: 171px;
    left: 35px;
  }
  #catch .label-green {
    top: 247px;
    left: 0px;
  }
  #catch .label {
    font-size: 38px;
  }
}
/*news*/
#news {
  padding: 2% 0 2%;
}
#news dt {
  color: #009696;
  font-size: 1em;
  letter-spacing: 0px;
  font-family: "manofa", sans-serif;
  font-weight: 400;
  font-style: normal;
	margin-top: 1rem;
}
#news dd a {
  color: #000;
  font-size: .9rem;
}
@media(min-width:768px) {
  #news {
    margin: 0 2%;
  }
}
/* about */
#about dl, #about h3, #about .gmap {
  padding-left: 1.5rem;
  color: #000;
  margin-top: 1rem;
}
#about .gmap {
  padding-left: 0;
}
#about h3 {
  margin-bottom: 0.8rem;
  font-size: 18px;
  font-weight: bold;
}
#about h3 .fs-s {
  font-size: 0.8rem;
}
#about dl dt {
  font-size: 0.85rem;
}
#about dl dd {
  margin-bottom: 1rem;
  font-weight: bold;
}
#about .gmap p {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#about .map {
  position: relative;
  width: 100%;
  height: 280px;
  padding-bottom: 0;
}
#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%);
}
/*調整*/
#about .data_lists {
  list-style: none;
  font-size: 1.1rem;
}
#about .data_lists p {
  margin-top: 1%;
  margin-left: 12px;
}
#about .data_lists li .label {
  padding: 1.4%;
  font-size: .6rem;
  background-color: #009696;
  color: #fff;
  font-family: "manofa", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#about .data_lists li {
  padding-top: 2%;
}
#about .data_lists li div {
  position: relative;
}
#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: #009696;
  border-radius: 2px;
}
#about .data_lists li .fs-ms {
  font-size: 82%;
  line-height: 1.5;
  display: block;
  line-height: 1.6;
}
@media(min-width:768px) {
  #about dl, #about h3, #about .gmap {
    padding-left: 2.5rem;
    margin-top: 1rem;
  }
  #about .gmap {
    padding-left: 0;
  }
  #about h3 {
    margin-bottom: 1rem;
    font-size: 24px;
  }
  #about h3 .fs-s {
    font-size: 1rem;
  }
  #about dl dt {
    font-size: 1rem;
  }
  #about dl dd {
    margin-bottom: 1.4rem;
  }
  #about .gmap p {
    margin-bottom: 1.5rem;
  }
  #about .map {
    position: relative;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    padding-bottom: 0;
  }
  #about .map iframe {
    width: 100%;
    height: 400px;
  }
  /*調整*/
  #about .data_lists {
    list-style: none;
    font-size: 1.2rem;
  }
  #about .data_lists li .label {
    padding: 1%;
    font-size: .6rem;
    background-color: #009696;
    color: #fff;
  }
  #about .data_lists li {
    padding-top: 2%;
  }
  #about .data_lists li div {
    position: relative;
  }
  #about .data_lists li div::before {
    top: 2px;
  }
}
/*credit*/
#credit {
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 2%;
}
#credit .mainC {
  width: 55%;
  margin: 0 auto 3rem;
}
#credit .credit dl {
  border-top: 1px solid #009696;
  padding: 1rem 0;
  align-items: start;
}
#credit .credit dl:first-of-type {
  border-top: none;
}
#credit .credit dl:last-child {
  border-bottom: 1px solid #009696;
}
#credit .credit dl.mainL dd div {
  display: block;
  width: 65%;
}
#credit .credit dl.mainL dd div a {
  width: 100%;
  display: block;
}
#credit .credit dl dt {
  width: 20%;
  font-size: 1rem;
  font-weight: bold;
}
#credit .credit dl dd {
  width: 90%;
  font-weight: bold;
  font-size: 1.4rem;
}
#credit .credit dl dd .fs {
  font-size: 0.75rem;
}
#credit .credit dl dd div a.txt {
  width: 190px;
  margin: 2% 0;
}
#credit .credit dl dd div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#credit .credit dl dd div a {
  width: 32%;
  margin: 0 3% 4%;
  text-decoration: none;
  text-align: center;
  color: #000;
}
#credit .credit dl dd div a.ss {
  width: 28%;
  margin: 0 7% 4%;
}
#credit .credit dl dd div a.sss {
  width: 22%;
  margin: 0 7% 4%;
}
#credit .contact {
  text-align: left;
  margin-top: 2rem;
  font-size: 16px;
}
#credit .contact h6 {
  color: #009696;
  font-family: "manofa", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#credit .contact p {
  font-weight: bold;
}
#credit .contact a {
  color: #000;
}
@media(min-width:768px) {
  #credit {
    padding: 0 2% 1%;
  }
  #credit .mainC {
    width: 350px;
  }
  #credit .credit dl dt {
    width: 100px;
    font-size: 17px;
  }
  #credit .credit dl dd {
    width: 100%;
    font-size: 1.3rem;
  }
  #credit .credit dl dd div a {
    width: 11%;
    margin: 0 2% 0%;
  }
  #credit .credit dl dd div a.ss {
    width: 9%;
    margin: 0 2% 0%;
  }
  #credit .credit dl dd div a.sss {
    width: 6.5%;
    margin: 0 3%;
  }
  #credit .credit dl dd .fs {
    font-size: 0.9rem;
  }
  #credit .credit dl dd div a.txt {
    width: 200px;
  }
  #credit .credit dl.mainL dd div {
    width: 200px;
  }
  #credit .credit dl {
    align-items: center;
  }
}
/*footer*/
footer {
  background-color: #009696;
  /*	border-top: 1px solid #009696;*/
  margin: 3rem auto 0;
  width: 100%;
  padding: 3rem 0 1rem;
}
footer ul.sns-icon {
  display: flex;
  justify-content: center;
  list-style: none;
}
footer ul.sns-icon li:not(.ss) {
  width: 40px;
  margin: 0 10px 30px;
}
footer ul.sns-icon .ss {
  margin: 0 10px 30px;
}
footer ul.sns-icon .ss img, #food footer ul.sns-icon .ss img {
  object-fit: contain;
  height: 100%;
  width: 54px;
}
footer .copyright {
  text-align: center;
  font-size: 13px;
  color: #f6f960;
}
.history_link {
  margin: 5% 0 2%;
  text-align: left;
}
.history_link a {
  margin-left: 8px;
}
@media(max-width:768px) {
  .history_link {
    font-size: 14px;
  }
  .history_link a {
    margin-left: 6px;
  }
}
/*======
another
======*/
.another .body {
  background-image: url("../images/top/back/sp_txt_l.webp"), url("../images/top/back/sp_txt_r.webp");
  background-position: left top, left -6% bottom;
  background-repeat: repeat-y, repeat-x;
  background-size: 6%, 100%;
}
.another h1 {
  overflow: hidden;
}
.another h1::after {
  content: '';
  display: block;
  height: 100px; /* ← 自由に高さ調整できる */
  width: 100%;
  background-image: url(../images/top/back/sp_txt_r.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.another .wrap {
  padding: 0;
  width: 100%;
  max-width: 950px;
}
.another section.vertical_container {
  display: flex;
  position: relative;
  margin-left: 50px;
}
.another section.natural {
  padding: 0 0 2rem;
  margin: 0 0 2rem 3rem;
}
.another section.vertical_container .inner {
  background-color: #fff;
  color: #000;
  width: 100%;
  padding: 8%;
}
.another section.natural .inner {
  /*  width: 90%;*/
  padding-right: 2%;
}
/*タイトル*/
.another section.vertical_container h2 {
  padding: 0 0 0 20px;
}
.another section.natural h2 {
  padding: 0;
  border-bottom: solid 2px #009696;
}
/*縦*/
.another .vertical_container {
  padding: 5rem 0;
  margin: 0 0 2rem 3rem;
  background-color: #fff;
}
.another h2.vertical {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  left: -54px;
  top: 17px;
}

@media(min-width:768px) {
.another h2.vertical {
 
    left: -60px;
}
}

/*画像*/
.hero {
  position: relative;
  z-index: 20;
  width: 100%;
  height: auto;
  display: flex;
}
.hero-img {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(1) saturate(4) hue-rotate(5deg) brightness(1.05);
}
footer.another {
  margin: 0 auto;
}
@media(max-width:768px) {
  .another h1::after {
    height: 60px; /* ← 自由に高さ調整できる */
    width: 163%;
  }
  .another section.natural .inner {
    width: 100%;
    /*    padding: 8%;*/
  }
}
/* music */
#music .andmore {
 font-size: 1.2rem;
	text-align: center;
	color:#aaa;
	    font-family: "manofa", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#music .inner .tab {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
#music .inner .tab_cont {
  display: none; /*いつもは非表示*/
  padding: 2em 1em;
  transition: 1s;
}
#music .inner .tab_cont.active {
  display: block; /* activeがついたら表示 */
  background: #fff;
}
#music .inner .tab li {
  background: linear-gradient(to right, #009696, #f6f960);
  border-bottom: none;
  padding: .2em .2em;
  width: 30%;
  text-align: center;
  transition: 1s;
  list-style: none;
}
#music .inner .tab li:nth-child(2) {
  border-left: none;
  border-right: none;
}
#music .inner .tab li.active {
  background: linear-gradient(to right, #009696, #f6f960);
}
#music .inner .tab li a {
	font-size: 1.4rem;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "manofa", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -1px;
  text-decoration: none;
	display: block;
}

#music .inner .tab li a  span{
	font-size: .9rem;

}



@media(min-width:768px) {
#music .inner .tab li a{
	font-size: 1.8rem;

}
	#music .inner .tab li a  span{
	font-size: 1rem;

}

}


#music .inner .tab li {
  background: linear-gradient(to right, #009696, #f6f960);
  border-bottom: none;
  padding: .2em .2em;
  width: 30%;
  text-align: center;
  transition: 1s;
  list-style: none;
}

/* artist */
/* ── グリッド ── */
.card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 16px;
}

.col1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
  margin-bottom: 16px;
}
/* ── カード ── */
.card {
  position: relative;
  cursor: pointer;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 4px;
  background: #d0d0d0;
}
.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}


.card:hover img {
  transform: scale(1.06);
}
.card-name {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 700;
}

@media(min-width:768px) { 
.col1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr)!important;
  gap: 12px;
  margin-bottom: 16px;
}
  .col1 .card {
      position: relative;
    cursor: pointer;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 4px;
    background: #d0d0d0;
	  width: 50%;
}
}


/* ── モーダルオーバーレイ ── */
.overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 200;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.overlay.open {
  display: flex;
}
/* ── モーダル本体 ── */
.modal {
  background: #f0f000;
  width: 100%;
  max-width: 480px;
  padding: 32px 28px;
  position: relative;
  border-top: 6px solid #008080;
  animation: popUp 0.25s ease;
}
@keyframes popUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #008080;
  border: none;
  color: #fff;
  font-size: 18px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.modal-header {
  margin-bottom: 16px;
  padding:0;
}
.modal-header .venue {
      font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 800;
  font-size: 22px;
  letter-spacing: 0;
  color: #009696;
  line-height: 1;
}
.modal-header .sub-venue {
  color: #009696;
  font-size: 0.85rem;
}
.modal-body {
  margin-bottom: 16px;
  min-height: 80px;
}
.modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 12px;
  min-height: 60px;
}
/* ── ステージ見出し ── */
.stage-heading {
  display: flex;
	flex-direction: column;
  align-items: baseline;
  margin-bottom: 10px;
  color: #009696;
  margin-bottom: 0;
	
}
.stage-name {
	background-color:#009090;
	width: 100%;
  font-size: 1rem;
  letter-spacing: 0;
	line-height: 2;
  color: #f6f960;
      font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 800;
  font-style: normal;
	margin-right: 12px;
	text-align: center;
	margin-bottom: 20px;
}



#music .ticket_icon {
  width: 20%;
  margin: 1% 0 2%;
}
#music .ticket_iconFree {
 font-size: 1.6rem;
	    font-family: "manofa", sans-serif;
    font-weight: 400;
    font-style: normal;
	color:#b40870;
	letter-spacing: -2px;
}
/* NEW バッジ */
.card-new {
  position: absolute;
  background: #b40670;
  color: #f6f960;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  z-index: 2;
  top: 1px;
  right: 5px;
  font-size: 7px;
  letter-spacing: 0.1em;
  padding: 2px 1px;
}

@media(min-width:768px) {
  .card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .stage-name {
    font-size: 2rem;
  }
  #music .ticket_icon {
    width: 10%;
    margin: 1% 0 2%;
  }
	.stage-name {
		font-size: 1.3rem;
	}
	
}
/* ── モーダルオーバーレイ ── */
.overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 200;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.overlay.open {
  display: flex; /* ← openクラスが付いたら flex で表示 */
}
/* ── モーダル本体 ── */
.modal {
  background: #f0f000;
  width: 100%;
  max-width: 480px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 32px 28px;
  position: relative;
  border-top: 6px solid #008080;
  animation: popUp 0.25s ease;
}
@keyframes popUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #008080;
  border: none;
  color: #fff;
  font-size: 18px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.modal-header {
  margin-bottom: 16px;
}
.modal-body {
  margin-bottom: 16px;
  min-height: 80px;
}
.modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 12px;
  min-height: 60px;
}
/*アーティスト情報*/
.artist h3 {
  font-size: 1.2rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 800;
  color: #009696;
}

.artist h3 span{
  font-size: .9rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 800;
  color: #009696;
	line-height: 1.5;
	display: block;
	margin-bottom: 1rem;
}
.artist .date{
  font-size: 1.4rem;
  font-family: "manofa", sans-serif;
  font-weight: 800;
  color: #009696;
	line-height: 1;
	display: block;
	margin-bottom: 1rem;
}
.artist .date span{
  font-size: .9rem;
 
}
.cast {
  margin: 1rem 0;
	font-size: .9rem;
}

.artist .info .time, .artist .info .venue, .artist .info .sub-venue {
  color: #000;
}
.artist .info .time, .artist .info .sub-venue {
  margin-bottom: 1.5rem;
}
.artist .info .venue {
  font-size: 22px;
  font-family: "manofa", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
.artist .info .priceF {
  background-color: #b50871;
  color: #f6f960;
  padding: 5px 10px;
  font-family: "manofa", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
	width: 63px;
  font-size: 14px;
  margin: 0 0 1rem;
	text-align: center;
	
}
.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;
}
.artist .artist-main {
  margin-bottom: 1.3rem;
}
.artist .artist-img .artist-main div, .artist .artist-img .artist-sub div {
  text-align: center;
}
.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;
}
.artist .artist-img .artist-sub .sub_col2 {
  display: flex;
}
.artist .artist-img .artist-sub .ss {
  width: 40%;
}
.artist .artist-img .artist-sub div {
  width: 80%;
  margin: 0 1% 2%;
}
.artist .artist-img p.a_new:after {
  content: "NEW";
  background: #ff7dd1;
  color: #fff;
  padding: 5px 8px;
  font-size: 10px;
}
.artist .artist-img div.a_new:after {
  content: "NEW";
  background: #ff7dd1;
  color: #fff;
  padding: 5px 8px;
  font-size: 10px;
  margin-bottom: 5px;
}
.artist .artist-img .youtube {
  text-align: center;
}
.artist .artist-img .youtube iframe {
  aspect-ratio: 9 / 16;
  width: 80%;
  height: auto;
}
.toggle .youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.toggle p{
	margin: 1rem 0 ;
	font-size: .9rem;
}

.toggle img{
	margin: 1rem 0 ;
}
.mass + .mass .artist-name {
  border-top: none;
}
.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;
}
.artist-ticket .fee {
  margin-bottom: 3rem;
}
.artist-ticket .fee h4, .artist-ticket .advance h4 {
  color: #000;
  text-align: left;
  font-size: 18px;
	    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 600;
}
.artist-ticket .fee ul li {
  list-style: none;
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}
.artist-ticket .fee dl {
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: bold;
}
.artist-ticket .fee dl div {
  display: flex;
  align-items: center;
  width: 100%;
}
.artist-ticket .fee dl div.end {
  border-bottom: none;
}
.artist-ticket .fee dl div dt {
  width: 30%;
  background-color: #009e9f;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.artist-ticket .fee dl div dt.end {
  border-bottom: none;
}
.artist-ticket .fee dl div dt, .artist-ticket .fee dl div dd {
  padding: 0.3rem 0;
}
.artist-ticket .fee dl div dd {
  width: 70%;
  text-align: center;
  border-top: 1px solid #009e9f;
  border-right: 1px solid #009e9f;
}
.artist-ticket .fee dl div dd.end {
  border-bottom: 1px solid #009e9f;
}
.artist-ticket .fee dl div .fs-s {
  font-size: 0.85rem;
}
.artist-ticket .advance {
  /*	border-top: 1px solid #009e9f;*/
  /*	padding-top: 3rem;*/
}
.artist-ticket .advance p {
  font-size: .9rem;
}
.artist-ticket .advance .period {
  text-align: left;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.artist-ticket .advance .period .fs-s {
  font-size: 0.9rem;
}
.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;
}
/*矢印*/
.artist-name {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #009696;
  border-bottom: 1px solid #009696;
  padding: 0.8rem 0;
}
.artist-name.active i {
  transform: rotate(180deg);
}
.artist-name i {
  color: #009696;
  transition: transform 0.3s ease;
}
/*ticket*/
#ticket h3 {
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  color: #009696; /*文字色*/
  background: transparent; /*背景透明に*/
  border-left: solid 5px #009696; /*左線*/
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 800;
}

#ticket h3:not(:first-of-type) {
  	margin-top: 3rem;
}
#ticket h4 {
  color: #009696; /*文字色*/
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 800;
}
#ticket h4 span {
  display: block;
  color: #009696; /*文字色*/
  font-size: .9rem;
  margin-bottom: 1rem;
}
#ticket h5 {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 800;
  margin-top: 2rem;
  font-size: 1.3rem;
  color: #009696;
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, rgb(17 156 146) 15%, rgb(124 200 123) 50%, rgba(244, 248, 96, 1) 83%);
  border-image-slice: 1;
}
/*sponsorship*/
#sponsorship h3 {
  line-height: 1.5;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 800;
  font-size: 2rem;
  margin: 1rem 0 .5rem;
  color: #009696;
}
#sponsorship h4 {
  margin-top: 3rem;
  font-size: 1.4rem;
}
#sponsorship h5 {
  margin-top: 1rem;
}
#sponsorship .sponsorship_lists dl dt {
  font-size: 1.2rem;
  margin-top: 20px;
  font-weight: bold;
}