/* header.php css
--------------------------------------------------------------------------*/
/* header.php css end
--------------------------------------------------------------------------*/
/* common css
--------------------------------------------------------------------------*/
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  background-color: #FBFAF6;
}

div#wrapper {
  width: 100%;
  height: 100%;
}


div {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

nav,
ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #5e5e5e;
}

.title {
  font-family: "Abhaya Libre", serif;
}


/* common css end
--------------------------------------------------------------------------*/
/* front-page.php css




--------------------------------------------------------------------------*/
/* top_container css
------------------------------------------------*/
/*　slide */
/* ===== トップセクション全体 ===== */
/* トップページ全体 */
#top_container .top_container {
  width: 100%;
}

#top_container .top_container .body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 1.5rem;
}

#top_container .top_container .body .img.hero-slides {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#top_container .top_container .body .img.hero-slides img {
  width: 100%;
  height: auto;
  object-fit: cover;
  opacity: 0;
  transition: opacity 3s ease;
  position: absolute;
  top: 0;
  left: 0;
}

#top_container .top_container .body .img.hero-slides img:first-child {
  opacity: 1;
  position: relative;
}

#top_container .top_container .body .img.hero-slides .topimgPc {
  display: block;
}

#top_container .top_container .body .img.hero-slides .topimgSp {
  display: none;
}

@media screen and (max-width: 768px) {
  #top_container .top_container .body .img.hero-slides .topimgPc {
    display: none !important;
  }

  #top_container .top_container .body .img.hero-slides .topimgSp {
    display: block !important;
    position: relative;
    opacity: 1;
  }
}

@media (max-width: 768px) {
  #top_container .top_container .body .img.hero-slides img:first-child {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
}



/* 下のアイコンが隠れないように */
.topicon {
  position: relative;
  z-index: 1;
}



#top_container .top_container .foot {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 500px;
  height: 150px;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1100px) {
  #top_container .top_container .foot {
    width: 100%;
  }
}

#top_container .top_container .foot a {
  position: relative;
  display: inline-block;
  padding: 1.5rem 3rem;
  margin: auto;
  border: none;
  border-radius: 100px;
  background: linear-gradient(128deg, #219ed3 0%, #abdfe8 70%, #5dffc2 100%);
  color: white;
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 550px) {
  #top_container .top_container .foot a {
    padding: 1rem 2rem;
    font-size: 17px;
  }
}


/* SNS icon */

.topicon {
  display: none;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 9999;
}

@media screen and (max-width: 600px) {
  .topicon img {
    display: none;
    width: 36px;
    height: auto;
  }
}

/* top_container css end
------------------------------------------------*/
/* day_container css
------------------------------------------------*/
#day_container {
  position: relative;
  width: 100%;
}

#day_container .day_container {
  width: 800px;
  margin: auto;
  padding: 50px 0 100px;
}

@media screen and (max-width: 1200px) {
  #day_container .day_container {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  #day_container .day_container {
    padding: 100px 0 100px 10px;
  }
}

@media screen and (max-width: 1200px) {
  #day_container .day_container .body {
    width: 500px;
    margin: auto;
  }
}

@media screen and (max-width: 600px) {
  #day_container .day_container .body {
    width: 320px;
    margin: auto;
  }
}

#day_container .day_container .body .cont {
  margin: 0 0 50px;
}

#day_container .day_container .body .cont .ic {
  font-size: 105px;
  letter-spacing: 1px;
}

@media screen and (max-width: 1200px) {
  #day_container .day_container .body .cont .ic {
    font-size: 65px;
    letter-spacing: 1.5px;
  }
}

@media screen and (max-width: 600px) {
  #day_container .day_container .body .cont .ic {
    font-size: 65px;
    letter-spacing: 1px;
  }
}

#day_container .day_container .body .cont .ic span:nth-child(1) {
  font-size: 105px;
}

@media screen and (max-width: 1200px) {
  #day_container .day_container .body .cont .ic span:nth-child(1) {
    font-size: 65px;
  }
}

@media screen and (max-width: 600px) {
  #day_container .day_container .body .cont .ic span:nth-child(1) {
    display: block;
    font-size: 30px;
    margin: 0 0 -25px;
  }
}

#day_container .day_container .body .cont .ic span.we {
  font-size: 55px;
  vertical-align: 10px;
}

@media screen and (max-width: 1200px) {
  #day_container .day_container .body .cont .ic span.we {
    font-size: 32px;
    vertical-align: 5px;
  }
}

@media screen and (max-width: 600px) {
  #day_container .day_container .body .cont .ic span.we {
    font-size: 27px;
    vertical-align: 5px;
  }
}

#day_container .day_container .body .cont .ni {
  margin: -30px 0 0;
  font-size: 100px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  #day_container .day_container .body .cont .ni {
    font-size: 75px;
  }
}

@media screen and (max-width: 600px) {
  #day_container .day_container .body .cont .ni {
    font-size: 65px;
  }
}

#day_container .day_container .body .cont .sa {
  margin: -30px 0 0;
  font-size: 50px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  #day_container .day_container .body .cont .sa {
    margin: 0 0 0;
    font-size: 36px;
    font-weight: 600;
  }
}

@media screen and (max-width: 600px) {
  #day_container .day_container .body .cont .sa {
    font-size: 22px;
  }
}

#day_container .day_container .body .cont .yo {
  margin: -30px 0 0;
  font-size: 40px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  #day_container .day_container .body .cont .yo {
    margin: -20px 0 0;
    font-size: 35px;
  }
}

@media screen and (max-width: 600px) {
  #day_container .day_container .body .cont .yo {
    margin: -15px 0 0;
    font-size: 25px;
  }
}

/* チケット詳細 */

/* #day_container .day_container .foot {
  display: none;
} */

@media screen and (max-width: 1200px) {
  #day_container .day_container .foot {
    width: 560px;
    margin: auto;
  }
}

@media screen and (max-width: 600px) {
  #day_container .day_container .foot {
    width: calc(100% - 20px);
  }
}

#day_container .day_container .foot .cont {
  padding: 20px;
  border: solid black 2px;
}

@media screen and (max-width: 600px) {
  #day_container .day_container .foot .cont {
    padding: 20px 15px;
  }
}

#day_container .day_container .foot .cont .ic {
  display: flex;
  font-size: 17px;
}

@media screen and (max-width: 1200px) {
  #day_container .day_container .foot .cont .ic {
    font-size: 15px;
    line-height: 1.75;
  }
}

@media screen and (max-width: 600px) {
  #day_container .day_container .foot .cont .ic .left {
    margin: 0 42px 0 0;
  }
}

#day_container .day_container .foot .cont .ic .right br {
  display: none;
}

@media screen and (max-width: 600px) {
  #day_container .day_container .foot .cont .ic .right br {
    display: block;
  }
}

#day_container .day_container .foot .cont .ni {
  display: flex;
  font-size: 17px;
}

@media screen and (max-width: 1200px) {
  #day_container .day_container .foot .cont .ni {
    font-size: 15px;
    line-height: 1.75;
  }
}

@media screen and (max-width: 600px) {
  #day_container .day_container .foot .cont .ni .left {
    margin: 0 10px 0 0;
  }
}

#day_container .day_container .foot .cont .ni .right br {
  display: none;
}

@media screen and (max-width: 600px) {
  #day_container .day_container .foot .cont .ni .right br {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  #day_container .day_container .foot .cont ul {
    margin: 10px 0 0;
  }
}

#day_container .day_container .foot .cont ul li {
  font-size: 14px;
}

@media screen and (max-width: 1200px) {
  #day_container .day_container .foot .cont ul li {
    font-size: 13px;
    line-height: 1.75;
  }
}

/* top_container css end
------------------------------------------------*/


/* top menu_container  css
------------------------------------------------*/


.topmenu ul li {
  position: relative;
}

/* NEWバッジ（正円） */
.topmenu ul li a.artist::after {
  content: "NEW";
  position: absolute;
  top: -8px;
  right: -8px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e27b66;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  z-index: 10;
  pointer-events: none;
}

.topmenu ul li a.ticket::after {
  content: "NEW";
  position: absolute;
  top: -8px;
  right: -8px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e27b66;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  z-index: 10;
  pointer-events: none;
}

/* 小さい画面対応 */
@media (max-width: 600px) {
  .topmenu ul li a.artist::after {
    width: 30px;
    height: 30px;
    font-size: 9px;
    top: -6px;
    right: -6px;
  }
}



.topmenu ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 5px 100px;
  align-items: stretch
}

@media screen and (max-width: 1200px) {
  .topmenu ul {
    grid-gap: 6px;
  }
}

.topmenu li {
  background-color: #574F5C;
  text-align: center;
  flex: 1 1 200px;
  display: flex;
  padding: 18px 0;
  border-radius: 12px;
  transition: background-color 0.3s;
  justify-content: center;
  flex-direction: column;
  height: 50px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 600px) {
  .topmenu ul {
    margin-top: 0;

  }
}


.topmenu li:hover {
  background-color: #e0e0e0;
}

.topmenu li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  display: contents;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 600px) {
  .topmenu li {
    height: 24px;
  }
}

@media screen and (max-width: 1200px) {
  .topmenu li a {
    font-size: 1.0rem;
  }
}

.topmenu li p {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  margin: 0;
}

@media screen and (max-width: 600px) {
  .topmenu li p {
    font-size: 1.0rem;
  }
}

.sns-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .sns-icons {
    gap: 5px;
  }
}

.sns-icons {
  color: #fff;
}

.sns-icons a img {
  width: 30px;
  height: 30px;
  transition: opacity 0.3s;
}



/* top menu_container css end
------------------------------------------------*/



/* message_container css
------------------------------------------------*/


.readmore-wrap {
  text-align: center;
  margin: 40px 0 20px;
}

.readmore-btn {
  display: inline-block;
  background-color: #e27b66;
  color: #fff;
  text-decoration: none;
  padding: 14px 40px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.readmore-btn:hover {
  background-color: #478b97;
  transform: translateY(-2px);
}

#message_container {
  position: relative;
  background: #5AAAAE;
  background-size: cover;
  background-repeat: no-repeat;
}

#message_container .message_container {
  width: 1200px;
  margin: auto;
  padding: 50px 0 100px;
}

@media screen and (max-width: 1200px) {
  #message_container .message_container {
    width: 100%;
  }
}

#message_container .message_container .head h2 {
  margin: 100px 0 30px 0;
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  color: white;
}

@media screen and (max-width: 600px) {
  #message_container .message_container .head h2 {
    font-size: 40px;
  }
}

#message_container .message_container .body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 600px) {
  #message_container .message_container .body .cont {
    width: calc(100% - 40px);
    padding: 0 20px;
    border-radius: 40px;
  }
}

@media screen and (max-width: 600px) {
  #message_container .message_container .body .cont article {
    font-size: 15px;
    line-height: normal;
  }
}

#message_container .message_container .body .cont p {
  margin: 50px 0 0;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  text-align: left;
  color: #fff;
}


.policy {
  color: #574F5C;
}

.policy_tt {
  font-weight: 500;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 4px;
  text-align: center;
  color: #fff;
  font-size: 30px;
}

#message_container .message_container .body .cont .name {
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  .policy_tt {
    font-size: 1.0rem;
  }
}

@media screen and (max-width: 600px) {
  #message_container .message_container .body .cont p {
    font-size: 0.8rem;
  }
}

/* message_container css end
------------------------------------------------*/

/* message_container スラーダー css 
------------------------------------------------*/

.photo-slider {
  width: 100%;
  overflow: hidden;
}

.photo-slider .swiper {
  width: 100%;
}

.photo-slider .swiper-wrapper {
  display: flex !important;
  flex-direction: row !important;
}

.photo-slider .swiper-slide {
  width: 320px;
  flex-shrink: 0;
}

.photo-slider .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .photo-slider .swiper-slide {
    width: 250px;
  }
}



/* ticket_container css 　別ページ移動
------------------------------------------------*/


#ticket_container .head h2 {
  font-size: 60px;
  font-weight: bold;
  color: #574F5C;
  margin: 0;
  letter-spacing: 2px;
  text-align: center;
  padding: 200px 0 100px 0;
}

@media screen and (max-width: 600px) {
  #ticket_container .ticket_container .head h2 {
    font-size: 40px;
  }
}

.sub {
  font-size: 20px;
  color: #574F5C;
  margin-bottom: 30px;
  text-align: center;
}


.ticket-main {
  font-size: clamp(42px, 7vw, 86px);
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.08em;
  position: relative;
  display: inline-block;
  background: linear-gradient(90deg, #ff8a4d, #ffb86c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ticket-main::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 80%;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(90deg, #ffb86c, #ff8a4d, #ffb86c);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 600px) {
  .ticket-main {
    font-size: 54px;
  }
}


.ticket-status {
  text-align: center;
  margin-bottom: 25px;
}


#ticket_container {
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

.staylink {
  background-color: #7fa7cd;
  color: #fff;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
}

.ticket-box {
  max-width: 700px;
  margin: 0 auto 60px;
  padding: 40px 30px;
  background: #f8f9fb;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.ticket-main {
  font-size: 70px;
  font-weight: 800;
  color: #4f4f4f;
  margin-top: 0;
}

.ticket-main img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}


.ticket-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
  text-align: left;
}

.ticket-table th {
  width: 30%;
  font-weight: 700;
  padding: 6px 10px;
  color: #444;
  vertical-align: top;
  text-align: left;
}

.ticket-table td {
  padding: 6px 10px;
  font-weight: 400;
  color: #555;
  line-height: 1.6;
  vertical-align: top;

  text-align: left;
}

.ticket-table p {
  margin: 0;
}

.ticket-link {
  text-align: center;
}

.btn-ticket {
  background-color: #4c9be5;
  color: #fff;
  padding: 10px 28px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 5px;
}

.btn-ticket:hover {
  background-color: #3d8cd2;
}

.link-url {
  color: #4c9be5;
  font-weight: 700;
}

.ticket-notes {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0 100px 0;
}

@media screen and (max-width: 600px) {
  .ticket-notes {
    padding: 0 10px 60px 10px;
  }
}

.ticket-notes h4 {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  padding-bottom: 6px;
  margin: 40px 0 10px;
}

.ticket-notes ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.8;
  font-size: 14px;
}

.ticket-notes li {
  margin-bottom: 6px;
}

.ticket-notes .highlight {
  color: #e27b66;
  font-weight: 400;
}

.ticket-table .highlight {
  color: #e27b66;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  #ticket_container .title {
    font-size: 70px;
  }

  .ticket-main {
    font-size: 54px;
  }

  .ticket-table th,
  .ticket-table td {
    display: block;
    width: 100%;
  }

  .ticket-table th {
    margin-top: 8px;
    font-weight: 700;
  }

  .ticket-notes h4 {
    font-size: 16px;
  }

  .ticket-notes ul {
    font-size: 13px;
  }
}


.ticket-shops {
  text-align: center;
  padding: 80px 20px;
  background-color: #f8f9fa;
  max-width: 700px;
  margin: 0 auto 60px;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.ticket-shops h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #1a1a1a;
  letter-spacing: 0.05em;
}

.shop-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));

  gap: 20px 40px;
  max-width: 1000px;
}

.shop-list li {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px 10px;
  font-size: 1rem;
  color: #343434;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.shop-list li:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.shop-list p {
  margin: 0 auto 20px;
  font-size: 14px;
  color: #6f6e6e;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  .ticket-shops h2 {
    font-size: 1.6rem;
  }

  .shop-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .shop-list li {
    font-size: 0.95rem;
    padding: 12px;
  }
}





/* ticket_container css 　end
------------------------------------------------*/
/* support_container css 
------------------------------------------------*/


#support_container {
  padding: 100px 0;
  text-align: center;
  margin: 0 auto;
}

#support_container .head h2 {
  font-size: 60px;
  font-weight: bold;
  color: #574F5C;
  margin: 0;
  letter-spacing: 2px;
}

@media screen and (max-width: 600px) {
  #support_container .support_container .head h2 {
    font-size: 40px;
  }
}



#support_container .body .cont {
  font-size: 16px;
  color: #574F5C;
  margin-bottom: 40px;
  line-height: 1.8;
}

@media screen and (max-width: 600px) {
  #support_container .body .cont {
    font-size: 12px;
  }
}


.spn_p {
  text-align: left;
  width: 70%;
  display: inline-block;
  font-size: 1.4rem;
  color: #574F5C;
  margin: 80px 0 0 0;
}

.support-image {
  width: 70%;
  margin: -10% 0 0 0;
}

@media screen and (max-width: 600px) {
  .support-image {
    margin: -3% 0 0 0;
    width: 100%;
  }

  .spn_p {
    width: 90%;
    font-size: 1.0rem;
  }
}

/* support_container css end
------------------------------------------------*/

/* partners_container css 
------------------------------------------------*/

.partner {
  list-style: none;
  margin: 0 auto;
  padding: 80px 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 60px;
  justify-items: center;
  align-items: center;
  max-width: 1200px;
}

.partner-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.partner-item a:hover {
  transform: translateY(-6px);
  opacity: 0.85;
}

.partner-item img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  object-fit: contain;
}

.partner-item span {
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .partner {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 60px 10px;
  }

  .partner-item img {
    width: 80%;
  }

  .partner-item span {
    font-size: 1rem;
  }
}

/* 追記文 */
.partner-note {
  text-align: center;
  color: #666;
  font-size: 0.95rem;
  margin: 10px auto 30px;
  line-height: 1.5;
}


/* Supported by section
-------------------------------------*/
#spby_container {
  width: 100%;
  padding: 60px 20px;
  box-sizing: border-box;
}

#spby_container .spby_container {
  max-width: 1000px;
  margin: 0 auto;
}

/* 見出し */
#spby_container .head {
  text-align: center;
  margin-bottom: 10px;
}

#spby_container .head .title {
  font-size: 60px;
  font-weight: bold;
  color: #574F5C;
  margin: 0;
  letter-spacing: 2px;
}

/* サブ（日本語） */
#spby_container .body {
  text-align: center;
  margin-bottom: 35px;
}

#spby_container .body .sub {
  font-size: 20px;
  color: #574F5C;
  margin-bottom: 30px;
  text-align: center;
}

/* ロゴリスト */
#spby_container ul {
  list-style: none;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 60px;
  justify-items: center;
  align-items: center;
  max-width: 1200px;
}

#spby_container ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 22px;
  box-sizing: border-box;
}

/* ロゴ画像 */
#spby_container ul li img {
  width: 70%;
  max-width: 100%;
  height: auto;
  display: block;
}

/* タブレット〜スマホ */
@media screen and (max-width: 768px) {
  #spby_container {
    padding: 45px 15px;
  }

  #spby_container .head .title {
    font-size: 40px;
  }

  #spby_container ul {
    gap: 24px;
  }


}

/* スマホ小さめ：2列で並べたい場合 */
@media screen and (max-width: 480px) {
  #spby_container ul {
    display: grid;
    gap: 18px;
    justify-items: center;
  }

  #spby_container ul li {
    padding: 14px 10px;
  }

  #spby_container ul li img {
    width: 65%;
  }
}


/* front-page.php css end
--------------------------------------------------------------------------*/



/* 追加ページ */
/* page-support css 
------------------------------------------------*/

/* メイン画像！ */

.support-page {
  background-color: #FFF;
  padding: 0 0 100px 0;
}

.support-hero img {
  width: 100%;
  text-align: center;
}

.support-hero {
  position: relative;
  text-align: center;
}

.support-hero-placeholder {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #666;
}

@media screen and (max-width: 600px) {
  .support-hero-placeholder {
    height: 400px;
  }

  .support-hero img {
    width: 100%;
    height: 80vh;
  }
}

/* 提案書 */
.proposal-section {
  text-align: center;
  padding: 80px 20px;
}

.proposal-title {
  font-size: 26px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .proposal-title {
    font-size: 22px;
  }
}

.start-title {
  font-size: 36px;
}

@media screen and (max-width: 600px) {
  .start-title {
    font-size: 30px;
  }
}

.proposal-text {
  font-size: 16px;
  color: #555;
  margin-bottom: 25px;
}

@media screen and (max-width: 600px) {
  .proposal-text {
    font-size: 12px;
  }
}

.proposal-btn {
  display: inline-block;
  background-color: #5ba3b3;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 15px 40px;
  border-radius: 50px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.proposal-btn:hover {
  background-color: #478b97;
  transform: translateY(-2px);
}

.start-btn {
  display: inline-block;
  background-color: #EFD56A;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 18px 40px;
  border-radius: 50px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.start-btn:hover {
  background-color: #efcd43;
  transform: translateY(-2px);
}


.circle1 {
  position: relative;
  display: inline-block;
  padding: 60px 100px;
  background: #ffffff;
  border-radius: 50%;
  margin: 90px;
  z-index: 2;
}

@media screen and (max-width: 600px) {
  .circle1 {
    padding: 40px 60px;
    margin: -67px 0 40px 0;
  }

}

.circle1 h2 {
  font-size: 3rem;
  margin: 0;
  color: #574F5C;

  font-family: "Abhaya Libre", serif;
}


@media screen and (max-width: 600px) {
  .circle1 h2 {
    font-size: 2.2rem;
  }
}

.circle1 p {
  margin: 15px 0 0;
  font-size: 1.5rem;
  color: #574F5C;
}

@media screen and (max-width: 600px) {
  .circle1 p {
    font-size: 14px;
  }
}


.support-hero-img {
  max-width: 100%;
  height: auto;
}

.support-hero-placeholder {
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #555;
}

.SP {
  display: none;
}

@media screen and (max-width: 600px) {
  .SP {
    display: flex;
  }

  .PC {
    display: none;
  }
}

/* 来場者数 */

.section-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 24px 20px;
  padding-left: 12px;
  border-left: 6px solid #a9b7d3;
  color: #3a3a3a;
}


@media screen and (max-width: 600px) {
  .section-title {
    font-size: 1.4rem;
  }
}

.section-lead {
  color: #5a5a5a;
  line-height: 1.9;
  margin: 0 20px 28px 20px;
}

/* グリッド配置 */
.stats-section {
  max-width: 1080px;
  margin: 0 auto;
}


.stats-section {
  --band-bg: #f5f8fb;
  --band-w: 95%;
  --band-radius: 16px;
  --band-pad-block: 48px;
  max-width: 1080px;
  margin: 0 auto;
  padding-inline: 10%;
  padding-block: var(--band-pad-block);
  position: relative;
}

.stats-section::before {
  content: "";
  position: absolute;
  inset-block: 0;
  width: var(--band-w);
  left: 50%;
  transform: translateX(-50%);
  background: var(--band-bg);
  border-radius: var(--band-radius);
  z-index: 0;
}

.stats-section>* {
  position: relative;
  z-index: 1;
}

@media (max-width: 600px) {
  .stats-section {
    --band-w: 92%;
    --band-radius: 12px;
    --band-pad-block: 36px;
    padding-inline: 1%;
  }
}

.stats-section.is-shadow::before {
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
}



.year-grid {
  display: grid;
  gap: 40px 32px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  align-items: start;
  justify-content: center;
  margin: 0px 0 8% 0;

}

@media (max-width: 600px) {
  .year-grid {
    gap: 2px 2px;
  }
}

.year-card {
  text-align: center;
  position: relative;
}

.year {
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  color: #548fa1;
  margin: 8px 0 16px;
  font-weight: 800;
}

.year-badge {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -8px;
  background: #f4a7b9;
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 6px 12px;
  border-radius: 999px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .06);
}

.circle {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  padding: 28px;
  box-sizing: border-box;
}

.circle--solid {
  background: #67afc4;
  /* ティール系 */
  color: #fff;
}

.circle--dashed {
  border: 3px dashed #c9c9c9;
  color: #9a9a9a;
  background: transparent;
}

.cancel {
  font-weight: 700;
  font-size: 1.1rem;
}

.meta {
  font-size: 0.9rem;
  opacity: 0.95;
  margin: 0;
}

.big {
  margin: 6px 0 0;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.big span {
  font-size: 2.6rem;
  display: inline-block;
  transform: translateY(2px);
}

.pill {
  margin-top: 10px;
  display: inline-block;
  background: #fff;
  color: #5a9c92;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.8rem;
  font-weight: 700;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
}

.mt8 {
  margin-top: 8px;
}

@media (max-width: 480px) {
  .year {
    font-size: 1.8rem;
  }

  .big {
    font-size: 1.4rem;
  }

  .big span {
    font-size: 2.2rem;
  }

  .circle {
    max-width: 280px;
    padding: 22px;
  }
}


/* 販売終了 */

.plan-card {
  position: relative;
}

.plan-card.is-soldout .soldout-badge {
  position: absolute;
  top: 12px;
  right: -42px;
  transform: rotate(45deg);
  background: #d04646;
  color: #fff;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 6px 52px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .18);
  border-radius: 2px;
  z-index: 2;
  pointer-events: none;
}

.plan-card.is-soldout {
  opacity: .72;
}

.plan-card.is-soldout .toggle-btn[disabled] {
  background: #ddd !important;
  color: #666 !important;
  cursor: not-allowed;
  box-shadow: none;
}


.plan-card.is-soldout::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, .2);
  border-radius: inherit;
  pointer-events: none;
}


@media (max-width: 480px) {
  .plan-card.is-soldout .soldout-badge {
    right: -36px;
    padding: 5px 44px;
    font-size: .9em;
  }
}


/* /* 協賛リスト */
*/ .support-plans {
  margin: 50px auto;
  text-align: left;
  line-height: 1.8;
  max-width: 1080px;
}

.support-plans h3 {
  margin: 34px;
  color: #3a3a3a;
}

.plans-grid {
  display: block;
  max-width: 90%;
  margin: 0 auto;
}


.plan-card {
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #abd4e8;
  border-radius: 10px;
  overflow: hidden;
}

.toggle-btn {

  position: relative;
  width: 100%;
  padding: 13px 30px;
  background: #3fa5cd;
  color: #fff;
  border: none;
  text-align: left;
  font-size: 1.6rem;
  cursor: pointer;
  outline: none;
  font-weight: 600;
}



@media screen and (max-width: 600px) {
  .toggle-btn {
    font-size: 1.1rem;
  }
}


.toggle-btn::after {
  content: "▶";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  font-size: 1rem;
}

.toggle-btn.active::after {
  transform: translateY(-50%) rotate(90deg);
}

.plan-detail {
  display: none;
  padding: 15px;
  font-size: 0.95rem;
  color: #333;
  background: #fafafa;
}

.toggle-btn::after {
  content: "▶";
  position: absolute;
  right: 15px;
  transition: transform 0.3s;
}

.toggle-btn.active::after {
  transform: rotate(90deg);
}


.special-ticket {
  text-align: left;
  margin: 50px auto;
  max-width: 1080px;
  padding: 0px;
}


.special-ticket p {
  margin: 34px;
  color: #3a3a3a;
}

.table-wrap {
  overflow-x: auto;
}

.invite-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto 20px;
}

.invite-table th,
.invite-table td {
  border: 1px solid #000;
  padding: 10px;
  text-align: center;
  color: #3a3a3a;
}

.invite-table th {
  background: #f9f9f9;
}

.note {
  font-weight: bold;
  line-height: 1.8;
}

.table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.invite-table {
  border-collapse: collapse;
  min-width: 800px;
}

.invite-table th,
.invite-table td {
  border: 1px solid #000;
  padding: 10px;
  text-align: center;
}

.contact-section {
  margin: 50px auto;
  text-align: left;
  line-height: 1.8;
  max-width: 1080px;
}

.contact-block {
  margin: 34px;
}

.contact-block h3 {
  font-size: 1.2rem;
  margin-bottom: 5px;
  color: #333;
}

.contact-block p {
  color: #3a3a3a;
}

.contact-block p a {
  color: #0066cc;
  text-decoration: underline;
}



/* page-support css  end
------------------------------------------------*/



/* page-hurusato css  
------------------------------------------------*/

.hurusatoimg {
  width: 100%;
}

#furusato {
  background-color: #fff;
  padding: 80px 5%;
  max-width: 1000px;
  margin: 0 auto;
}

.page-title {
  text-align: center;
  font-size: 36px;
  color: #333;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.intro {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 50px;
}

.period-box {
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 50px;
  text-align: center;
}

.period-box h2 {
  color: #555;
  margin-bottom: 10px;
}

.period-box .period {
  font-size: 20px;
  font-weight: bold;
  color: #418BC5;
}

.period-box .note {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}

.site-list h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
  color: #444;
}

.site-box {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px 25px;
  margin-bottom: 25px;
  transition: all 0.3s;
}

.site-box:hover {
  background-color: #f2faff;
  border-color: #418BC5;
}

.site-box h3 {
  color: #333;
  font-size: 20px;
  margin-bottom: 10px;
}

.site-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-box ul li a {
  color: #418BC5;
  text-decoration: none;
  font-weight: 600;
}

.site-box ul li a:hover {
  text-decoration: underline;
}

.note {
  font-size: 13px;
  color: #777;
  margin-top: 5px;
}

.site-box ul li a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #339ae4;
  vertical-align: middle;
  transition: transform 0.2s ease;
}

.site-box ul li a:hover::before {
  transform: scale(1.3);
}


/* page-hurusato end  
------------------------------------------------*/

/* 追加ページ */
/* page-message css 
------------------------------------------------*/

.message-full {
  background-color: #fdfdfd;
  color: #222;
  padding: 180px 30px;
  max-width: 900px;
  margin: 0 auto 70px;
  line-height: 1.9;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;

  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.messagetitle {
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  margin-bottom: 60px;
  color: #5AAAAE;
  font-weight: 800;
  border-bottom: 2px solid #124957;
  display: inline-block;
  padding-bottom: 8px;
  font-family: "Abhaya Libre", serif;
}

.message-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.message-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #5AAAAE;
  margin-top: 40px;
  margin-bottom: 10px;
  position: relative;
}

.message-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 50px;
  height: 3px;
  background-color: #5AAAAE;
  border-radius: 2px;
}

.message-text {
  font-size: 1rem;
  color: #333;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

.message-name {
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  margin-top: 60px;
  line-height: 1.8;
  color: #004080;
}

@media screen and (max-width: 600px) {
  .message-full {
    padding: 100px 18px;
    margin: 0 10px 30px;
  }

  .messagetitle {
    font-size: 2.2rem;
  }

  .message-title {
    font-size: 1.3rem;
  }

  .message-text {
    font-size: 0.95rem;
    line-height: 1.8;
  }

  .message-name {
    font-size: 1rem;
  }
}

/* page-message css end
------------------------------------------------*/

/* 追加ページ */
/* page-artist css 
------------------------------------------------*/

/* NEWバッジ（正円） */
.artist-grid li {
  position: relative;
}

.artist-grid li.newartist::after {
  content: "NEW!";
  position: absolute;
  top: 2px;
  right: 2px;
  background: #e27b66;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

.artist-grid li img {
  width: 100%;
  height: auto;
  display: block;
}

.artisttitle {
  position: relative;
  color: #478b97;
  font-size: 64px;
  font-family: "DM Serif Display", "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  padding: 200px 0 100px 0;
  margin: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* スマホ対応 */
@media screen and (max-width: 600px) {
  .artisttitle {
    font-size: 42px;
  }
}


.artist-full {
  margin: 0 10px;
}

.artist-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 800px;
  margin: 40px auto 80px;
}

.artist-grid img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.artist-note {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: -40px auto 80px;
  max-width: 600px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}


.mc-title {
  font-size: 32px;
  color: #3a3a3a;
  margin-bottom: 30px;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}

.mc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 600px;
  margin: 0 auto 100px;
}

.mc-grid img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 600px) {

  .artist-grid,
  .mc-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .artist-title {
    font-size: 32px;
  }

  .mc-title {
    font-size: 24px;
  }
}