@charset "utf-8";

@import url('https://use.typekit.net/pgb4alp.css');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500;600;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

/***********************
        COMMON
*************************/

/* *{
    border: 2px solid red;
} */

body {
font-family: 'Zen Kaku Gothic New', "游ゴシック体", YuGothic, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
color: #333;
}

:root {
  /* --ttl-font: "Jost", sans-serif; */
  /* --sub-color: #ea6060; */
  /* --main-color: #836110; */
  /* --bg-gradation: linear-gradient(135deg, var(--main-color) 0%, var(--sub-color) 100%) fixed; */
  /* セクション余白（デフォルト=PC） */
  --section-ptb: clamp(64px, 8vw, 120px);
}

/* タブレット */
@media (max-width: 1199px) {
  :root {
    --section-ptb: clamp(48px, 7vw, 96px);
  }
}

/* スマホ */
@media (max-width: 767px) {
  :root {
    --section-ptb: clamp(32px, 8vw, 72px);
  }
}

.flex{
    display: flex;
}

.CB{
    clear: both;
}
*:focus {
    outline: none;
  }
a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
    text-decoration: none;
    word-wrap:break-word;
}

p{
  font-size: 0.95em;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 1px;
}


/****************
新規CSS追加分ここから
*****************/

.br_pc {
  display: block;
}

.br_sp {
  display: none;
}

/* 見出し等共通スタイル */
.section_heading {
  margin-bottom: 5%;
  text-align: center;
  font-size: 1.8em;
  letter-spacing: 0px;
  text-align: center;
  font-family: "cochin-lt-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/****************
about
*****************/
.about_section {
  padding: var(--section-ptb) 13vw;
  background: #1A2735;
  color: #fff;
}

.about_heading {
  margin: 0 0 3% 0;
  font-size: calc(13px + 0.7vw);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1.8px;
}

.about_paragraph {
  line-height: 1.8;
  letter-spacing: 1.1px;
  font-size: calc(12px + 0.33vw);
  font-weight: 400;
}

/****************
news
*****************/
.news_section {
  padding: calc(var(--section-ptb) / 2) 2.5%;
  background: #eee;
}

.news_heading {
  margin-bottom: 3%;
}

.news_list {
  width: 70%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 10ch 1fr;
  column-gap: 2.5rem;
  row-gap: 1rem;
  align-items: center;
}

.news_item {
  display: contents;
  line-height: 1;
}

.news_date {
  grid-column: 1;
  white-space: nowrap;
}

.news_text {
  grid-column: 2;
  font-size: clamp(14px, 0.9rem + 0.1vw, 18px);
  line-height: 1.6;
  letter-spacing: .02em;
  color: #333;
}

/****************
schedule
*****************/
.schedule_section {
  padding: calc(var(--section-ptb) * 1.2) 5%;
  background: linear-gradient(to bottom, #141C28 0%, #000000 100%);
  text-align: center;
  color: #fff;
}

.schedule_inner {
  max-width: 1200px;
  margin: 0 auto;
}

.schedule_heading {
  margin-bottom: 3%;
  font-size: 3.2em;
  color: #c9bc9b;
}

.schedule_info {
  margin-bottom: 6%;
  font-family: "cochin-lt-pro", serif;
}

.schedule_date {
  margin-bottom: 2%;
  font-size: 2.8em;
  line-height: 1;
}

.schedule_venue {
  margin-bottom: 1%;
  font-size: 2em;
  line-height: 1;
}

.schedule_price {
  margin-bottom: 1%;
  font-size: 1.8em;
  line-height: 1;
}

.schedule_price_note {
  display: block;
  margin-top: .6em;
  font-size: .6em;
  font-weight: 400;
}

.schedule_time {
  font-size: 2.4em;
  line-height: 1;
}

.schedule_time span {
  display: inline-block;
  margin-right: .5%;
  font-size: .8em;
  line-height: 1;
}

.ticket_list_item {
  margin-bottom: 6%;
}

.ticket_list_item:last-child {
  margin-bottom: 0;
}

.ticket_label {
  margin-bottom: 3%;
  padding: 0.8%;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1;
  color: #333;
  background: #c9bc9b;
}

.ticket_date {
  display: flex;
  gap: 1%;
  align-items: center;
  justify-content: center;
  margin-bottom: 1%;
  font-size: 1.4em;
  line-height: 1;
  text-align: left;
}

.ticket_date span {
  display: inline-block;
  padding: .4% .8%;
  border: 1px solid #fff;
  font-size: .6em;
  font-weight: 400;
}

.ticket_price {
  margin-bottom: 3%;
  font-size: 1.4em;
}

.ticket_price span {
  font-size: .6em;
}

.ticket_list_btn {
  display: flex;
  border: 1px solid #fff;
  padding: 1.5% 15% 1.5% 15%;
  align-items: center;
  justify-content: space-between;
}

.ticket_list_btn + .ticket_list_btn {
  border-top: none;
}

.ticket_list_btn.ticket_list_btn_js {
  margin-top: 2%;
  border-top: 1px solid #fff;
}

.ticket_list_btn .common_btn {
  margin: 0;
}

.btn_name {
  font-size: 1.2em;
  letter-spacing: 1px;
  font-weight: bold;
}

.common_btn {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  width: 320px;
  height: auto;
  margin-bottom: 2.5rem;
  line-height: 50px;
  letter-spacing: 1px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background: #88723a;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
  transition: background 0.3s ease, color 0.3s ease;
}

.common_btn::before {
  content: '';
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -9px;
  transition: background 0.3s ease;
}

.common_btn::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #88723a;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  transition: border-color 0.3s ease;
}

.common_btn:hover {
  background: #fff;
  color: #88723a;
}

.common_btn:hover::before {
  background: #88723a;
}

.common_btn:hover::after {
  border-color: transparent transparent transparent #fff;
}

.common_btn.btn_disabled {
  cursor: not-allowed;
  pointer-events: none;
  background: #999;
}

.ticket_list_note {
  margin-top: .8em;
  font-weight: 400;
  color: #fff;
}

.ticket_list_note a {
  color: #c9bc9b;
  border-bottom: 1px solid #c9bc9b;
  text-decoration: none;
  transition: opacity 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.ticket_list_note a:hover {
  opacity: 0.8;
}

.ticket_note {
  margin-top: 6%;
  padding: 1.5% 3%;
  background-color: #1b1b1b;
}

.ticket_note .ticket_note_title {
  display: block;
  margin-bottom: 0.5%;
  font-weight: 500;
}

.ticket_note p {
  font-size: .8em;
  text-align: left;
  font-weight: 400;
}

/****************
artist
*****************/
.artist_section {
  padding: var(--section-ptb) 5%;
  color: #fff;
  background-color: #584b2c;
}

.artist_inner {
  max-width: 1400px;
  margin: 0 auto;
}

.artist_profile {
  display: flex;
  gap: clamp(16px, 4vw, 48px);
  margin-bottom: 5%;
  align-items: center;
}

.artist_info {
  flex: 0 0 42%;
  min-width: 0;
}

.artist_photo {
  flex: 1 1 0;
  min-width: 0;
}

.artist_photo img {
  display: block;
  width: 100%;
  height: auto;
}

.artist_name_en {
  max-width: 100%;   
  margin-bottom: 5%;
  font-size: clamp(2.5rem, 7vw, 6.5rem);
  font-family: "cochin-lt-pro", sans-serif;
  font-weight: 700;
}

.artist_name_ja {
  margin-bottom: 3%;
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 1px;
}

.artist_text {
  margin-bottom: 5%;
  font-size: calc(0.9em + 0.1vw);
  letter-spacing: 1px;
  line-height: 1.5;
}

.site_link_wrap {
  display: flex;
  gap: 2%;
}

.site_link {
  display: block;
  margin-bottom: 5%;
  align-items: center;
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
  transition: opacity 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.site_link:hover {
  opacity: 0.8;
}

.sns_list {
  display: flex;
  gap: 3%;
}

.sns_list a img {
  max-width: 30px;
  width: 100%;
  transition: opacity 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.sns_list a img:hover {
  opacity: 0.8;
}


.band_member_title {
  margin-bottom: .5%;
  padding-bottom: .5%;
  line-height: 1;
}

.band_member {
  font-weight: 400;
}

/****************
movie
*****************/
.movie_section {
  padding: var(--section-ptb) 5%;
  background: #eee;
}

.movie_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.movie_heading {
  font-size: 2.8em;
}

.movie_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
  gap: clamp(8px, 1.2vw, 12px);
}

.movie_item {
  background: #141c28;
  padding: 4px;
  box-sizing: border-box;
}

.movie_item iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: none;
}

/****************
music
*****************/
.music_section {
  padding: var(--section-ptb) 5%;
  background: #f1efff;
}

.music_inner {
  max-width: 1200px;
  margin: 0 auto;
}

.music_heading {
  font-size: 2.8em;
}

.music_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(16px, 1.2vw, 24px);
}

.music_item {
  position: relative;
  min-width: 0;
  height: 360px;
  overflow: hidden;
}

.music_item iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  max-width: none !important;
  min-width: 100%;
  height: 100% !important;
  border: 0;
  display: block;
}

/****************
Access
*****************/
.access_section {
  padding: var(--section-ptb) 5%;
  background: #141c28;
}

.access_inner {
  max-width: 1200px;
  margin: 0 auto;
}

.access_heading {
  margin-bottom: 3%;
  font-size: 2.8em;
  color: #fff;
}

.access_info {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-bottom: 2%;
  text-align: center;
  color: #fff;
}

.access_info_name {
  font-size: 1.4em;
}

.access_info_url {
  display: block;
  margin-top: .2%;
  font-size: .6em;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  transition: opacity 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.access_info_url:hover {
  opacity: 0.8;
}

.access_info_addres,.access_info_walk {
  font-weight: 400;
}

.access_inner iframe {
  width: 100%;
}

/****************
footer
*****************/
.footer_section {
  margin: 0 auto;
  padding: 5% 5% 1% 5%;
  text-align: center;
  color: #fff;
  background: #000;
}

.back_to_top {
  display: inline-block;
  margin-bottom: 3%;
  transition: opacity 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.back_to_top:hover {
  opacity: 0.8;
}


.footer_support {
  margin-bottom: 0.5%;
  text-align: center;
  font-size: 0.88em;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 1.5;
}

.footer_support a {
  color: #fff;
}

.footer_support img {
  max-width: 80px;
  margin: .5% 0;
}

.footer_inner > p.footer_support:nth-of-type(5) {
  margin-bottom: 3%;
}

.footer_copyright {
  font-size: 0.8em;
  letter-spacing: 1px;
  text-align: center;
  font-weight: normal;
}

/****************
レスポンシブ
*****************/

/* ========================================
   max-width: 1199px
   ======================================== */
@media (max-width: 1199px) {
  :root {
    --section-ptb: clamp(48px, 7vw, 96px);
  }
}

/* ========================================
   max-width: 992px
   ======================================== */
@media (max-width: 992px) {
  /* artist_section */
  .artist_profile {
    flex-direction: column-reverse;
  }

  .artist_info,
  .artist_photo {
    flex: 0 0 auto;
    width: 100%;
  }
}

/* ========================================
   768px〜1199px
   ======================================== */
@media (min-width: 768px) and (max-width: 1199px) {
  /* movie_section */
  .movie_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ========================================
   max-width: 768px
   ======================================== */
@media (max-width: 768px) {

  /* schedule_section */
  .schedule_inner {
    min-width: auto;
    width: 100%;
  }

  .schedule_info {
    margin-bottom: 4.5%;
  }
  
  .schedule_date {
    margin-bottom: 2%;
    font-size: 1.6em;
  }
  
  .schedule_venue {
    margin-bottom: 1%;
    font-size: 1.8em;
  }
  
  .schedule_price {
    margin-bottom: 1%;
    font-size: 1.4em;
    line-height: 1.2;
  }
    
  .schedule_time {
    font-size: 1.4em;
    line-height: 1;
  }

  .schedule_price_note {
    display: block;
    margin-top: .6em;
    font-size: .6em;
    font-weight: 400;
  }
  
  .schedule_time span {
    display: inline-block;
    margin-right: .5%;
    font-size: .8em;
    line-height: 1;
  }
  
  .ticket_list_item {
    margin-bottom: 5%;
  }
    
  .ticket_label {
    margin-bottom: 3%;
    padding: 1.2%;
    font-size: 1.4em;
    line-height: 1.2;
  }
  
  .ticket_date {
    gap: 0.4em;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .ticket_date span {
    display: inline-block;
    padding: .8% 1.2%;
    border: 1px solid #fff;
    font-size: .8em;
    font-weight: 400;
  }

  .ticket_price {
    text-align: left;
  }  
  
  .ticket_list_note {
    margin-top: .8em;
    font-size: .9em;
    font-weight: 400;
  }
  
  .ticket_list_btn {
    display: flex;
    gap: .4em;
    border: 1px solid #fff;
    padding: 1.5% 15% 1.5% 15%;
    align-items: center;
    justify-content: space-between;
  }
  
  .ticket_list_btn .common_btn {
    font-size: 1.4em;
  }
  
  .btn_name {
    font-size: 1.2em;
    letter-spacing: 1px;
    font-weight: bold;
  }
  
  .common_btn {
    width: 100%;
  }

  /* music_section */
  .music_list {
    grid-template-columns: 1fr;
  }

  .music_item {
    height: 400px;
  }

  /* footer_section */
  .back_to_top img {
    width: 30px;
  }

  /* modal */
  .modaal-container,
  .modal_info_release,
  .modal_info_fee,
  .modal_info_contact,
  .modal_info_organizer,
  .modal_info_bottom {
    width: 100%;
    min-width: auto;
  }

  .modal_section {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
  }

  .modal_info_title {
    flex-basis: auto;
    margin-left: -3%;
    font-weight: 700;
    line-height: 1.3;
  }

  .modal_info_text {
    flex-basis: 66%;
    text-align: left;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 1px;
  }

  .btn_venue {
    margin-bottom: 2%;
    font-size: 0.9em;
    letter-spacing: 1px;
    font-weight: bold;
  }

  .ticket_list_btn {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 3% 6% 3% 6%;
  }
}

/* ========================================
   max-width: 767px
   ======================================== */
@media (max-width: 767px) {
  :root {
    --section-ptb: clamp(32px, 8vw, 72px);
  }

  .br_pc {
    display: none;
  }

  .br_sp {
    display: block;
  }

  .movie_list {
    grid-template-columns: 1fr;
  }
}

/* ========================================
   max-width: 480px
   ======================================== */
@media (max-width: 480px) {
  /* about_section */
  .about_section {
    padding: var(--section-ptb) calc(13vw / 2);
  }

  /* news_section */
  .news_section {
    padding: var(--section-ptb) 5%;
  }

  .news_heading {
    margin-bottom: 4%;
  }

  .news_list {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .news_item {
    display: grid;
    row-gap: 0.2rem;
  }

  .news_date {
    grid-column: 1;
    text-align: left;
    margin-bottom: .2rem;
  }

  .news_text {
    grid-column: 1;
  }

  /* schedule_section */
  .schedule_date {
    margin-bottom: 3%;
    font-size: 1.8em;
  }

  .schedule_venue {
    margin-bottom: 3%;
    font-size: 1.4em;
  }

  .schedule_price {
    margin-bottom: 3%;
    font-size: 1.2em;
  }

  .schedule_time {
    font-size: 1.2em;
  }

  .schedule_info {
    margin-bottom: 8%;
  }

  .ticket_list_item {
    margin-bottom: 10%;
  }

  .ticket_label {
    margin-bottom: 6%;
    padding: 1.4%;
    font-size: 1em;
  }

  .ticket_date {
    gap: 0.4em;
    margin-bottom: 4%;
    font-size: 1.1em;
    text-align: left;
    line-height: 1.4;
  }

  .ticket_date span {
    padding: .8% 1.4%;
    font-size: .7em;
  }

  .btn_name {
    font-size: .8em;
  }

  .ticket_list_btn.ticket_list_btn_js {
    margin-top: 4%;
  }

  .ticket_list_btn .common_btn {
    font-size: .9em;
  }
  
  .ticket_list_note {
    font-size: .8em;
  }

  .ticket_note {
    margin-top: 10%;
    padding: 4%;
  }

  .artist_profile {
    margin-bottom: 8%;
  }

  .access_info {
    margin-bottom: 5%;
  }

  /* footer_section */
  .footer_support {
    margin-bottom: 1%;
  }

  .footer_inner > p.footer_support:nth-of-type(5) {
    margin-bottom: 8%;
  }

  .footer_support img {
    max-width: 80px;
    margin: 2% 0;
  }  
  
  .back_to_top {
    margin-bottom: 5%;
  }

  .back_to_top img {
    width: 30px;
  }
}

/* ========================================
   min-width: 481px
   ======================================== */
@media screen and (min-width: 481px) {
  .pc_none { display: none !important; }
  .sp_none { display: block !important; }
}

/* ========================================
   max-width: 480px
   ======================================== */
@media screen and (max-width: 480px) {
  .pc_none { display: block !important; }
  .sp_none { display: none !important; }
}