.font-small {
  font-size: 0.75em;
}
a {
  text-decoration: none; 
  color: inherit;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #4c4f58;
}

.wrapper::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background-repeat:no-repeat;
  background-position:50% 100%;
  background-image:url('/img/bg.png');
  background-size:cover;
  }

section#header {
  padding: 0px 0px 10px 0px;
}
section#artist, section#ticket, section#faq{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 16px 60px 16px;
}
/* section#header {
  background-image: url("/img/bg_01.png");
}
section#artist {
  background-image: url("/img/bg_02.png");
}
section#ticket {
  background-image: url("/img/bg_03.png");
}
section#faq {
  background-image: url("/img/bg_04.png");
} */

section .img.title {
  padding-bottom: 0px;
}
#header .img.logo {
  width: 100%;               /* 화면 크기에 맞춰 전체 너비를 설정 */
  padding: 0 0px;           /* 좌우 여백을 20px로 설정 */
  box-sizing: border-box;    /* 패딩을 포함하여 크기를 계산 */
  display: flex;
  justify-content: center;   /* 이미지 중앙 정렬 */
}
#header .img.logo img {
  max-width: 100%;           /* div 너비를 넘어가지 않도록 설정 */
  height: auto;              /* 비율을 유지하면서 이미지 크기 조정 */
  object-fit: contain;       /* 이미지가 축소되면서 비율 유지 */
}
#header .img.desk {
  width: 100%;               /* 화면 크기에 맞춰 전체 너비를 설정 */
  padding: 0;           /* 좌우 여백을 20px로 설정 */
  box-sizing: border-box;    /* 패딩을 포함하여 크기를 계산 */
  display: flex;
  justify-content: center;   /* 이미지 중앙 정렬 */
}
#header .img.desk img {
  max-width: 100%;           /* div 너비를 넘어가지 않도록 설정 */
  height: auto;              /* 비율을 유지하면서 이미지 크기 조정 */
  object-fit: contain;       /* 이미지가 축소되면서 비율 유지 */
}

#header .date {
  margin: 40px 0 0 0;
}
#artist .description {
  padding-bottom: 32px;
}

#artist .description span{
  display: block;
  text-align: center;
  font-size: 22px;
  line-height: 1.6em;
  color: #3c3935;
}
#artist .sns {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#artist .sns ul{
  width: 100%;
  max-width: 400px;
  display: flex;
  justify-content: space-evenly;
}
#artist .sns li{
  width: 40px;
}
#artist .sns li img {
  width: 100%;
}

#artist .img.artist {
  margin-bottom: 100px;
  width: 100%;               /* 화면 크기에 맞춰 전체 너비를 설정 */
  padding: 0;           /* 좌우 여백을 20px로 설정 */
  box-sizing: border-box;    /* 패딩을 포함하여 크기를 계산 */
  display: flex;
  justify-content: center;   /* 이미지 중앙 정렬 */
}
#artist .img.artist img {
  max-width: 100%;           /* div 너비를 넘어가지 않도록 설정 */
  height: auto;              /* 비율을 유지하면서 이미지 크기 조정 */
  object-fit: contain;       /* 이미지가 축소되면서 비율 유지 */

}
#artist .teaser {
align-items: center;
gap: 10px;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
}
#artist .player {
  width: 100%;           /* 부모 요소의 너비를 100%로 사용 */
  max-width: 1000px;     /* 최대 너비 1000px로 제한 */
  margin: 100px;        /* 큰 화면에서 중앙 정렬 */

}
#artist .player iframe {
  width: 100%;
  height: auto;          /* 비율 유지하여 높이를 자동으로 조절 */
  aspect-ratio: 16 / 9;  /* 16:9 비율 유지 */
}

.ticket-group {
  width: 100%;
  max-width: 1000px;
}
.ticket-box {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 22px;
  color: #3c3935;
}

.ticket-box-main {
  background-color: #c5c2bb;
  text-align: center;
  padding: 24px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  line-height: 1.4em;
}

.ticket-box-sub {
  background-color: #edeae3;
  padding: 24px;
  font-size: 20px;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr; /* 기본적으로 1열 */
  gap: 6px; /* 항목 간의 간격 */
  margin: 0 auto; /* 화면 중앙 정렬 */
}
.ticket-box-sub .sub-item {
  padding: 2px;
}
.ticket-box-sub .sub-item .caution{
  padding: 10px 0 0 30px;
}

.ticket-box-caution {
  width: 100%;
  text-align: left;
  font-size: 18px;
  line-height: 1.5em;
  padding: 0 0 30px 0;
}
.ticket-caution {
  color: #3c3935;
  font-size: 18px;
  line-height: 1.4em;
  text-align: center;
}
.ticket-caution div {
  padding-bottom: 10px;
}
.ticket-box-caution-title {
  font-size: 21px;
  font-weight: 600;
  padding: 30px 0;
}

.ticket-sale-schedule {
  width: 100%;
  max-width: 800px;
}

.ticket-sale-schedule .ticket-group {
  width: 100%;
  max-width: 800px;
}
.ticket-sale-schedule .title {
  padding: 60px 0 40px 0;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  color: #3c3935;
}
.ticket-sale-schedule .ticket-box-main {
  justify-content: center;
  padding: 16px 0;
  font-size: 22px;
  line-height: 1.4em;
}
.ticket-sale-schedule .ticket-box-sub {
  grid-template-columns: 1fr; /* 기본적으로 1열 */
  text-align: center;
  padding: 15px 0 24px 0 ;
  line-height: 1.4em;
}
.ticket-sale-schedule .ticket-box-sub .date-title {
  padding: 15px 0 0 0;
  font-weight: 600;
}
.ticket-sale-schedule .ticket-box-sub .date {
  /* padding: 5px 0 0 0; */
  font-size: 0.85em;
}
.ticket-sale-schedule .ticket-box-sub .ticket-button {
  padding-top: 15px;
}

.button-goodsbuy {
  margin-top: 20px;
  text-align: center;
}
.goods-button {
  display: inline-block;
  padding: 10px 30px; /* 세로 및 가로 패딩 조정 */
  background-color: #41414d; /* 배경 색상 */
  color: white; /* 텍스트 색상 */
  font-size: 20px; /* 글씨 크기 */
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 25px; /* 둥근 모서리: 버튼 높이의 절반 정도로 설정 */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 그림자 효과 */
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease; /* 배경색 및 크기 변환 효과 */
  margin: 10px;
}

.goods-button:hover {
  background-color: #32323a; /* 호버시 색상 */
  transform: translateY(-2px); /* 약간의 크기 변환 */
}

.goods-button:active {
  background-color: #32323a; /* 클릭시 색상 */
  transform: translateY(1px); /* 클릭시 약간 내리기 */
}

.goods-button.disabled {
  background-color: #aaa; /* 비활성화 상태 배경색 */
  color: #ddd; /* 비활성화 상태 텍스트 색상 */
  box-shadow: none; /* 그림자 제거 */
  cursor: not-allowed; /* 비활성 상태 시 커서 변경 */
  transform: none; /* 이동 효과 없음 */
  pointer-events: none; /* 클릭 및 호버 이벤트 비활성화 */
}

.ticket-sale-schedule .ticket-box-sub .ticket-button .ticket-buy  {
  display: inline-block;
  padding: 10px 25px; /* 세로 및 가로 패딩 조정 */
  background-color: #3c3935; /* 배경 색상 */
  color: white; /* 텍스트 색상 */
  font-size: 20px; /* 글씨 크기 */
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 25px; /* 둥근 모서리: 버튼 높이의 절반 정도로 설정 */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 그림자 효과 */
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease; /* 배경색 및 크기 변환 효과 */
  margin: 10px;
}
.ticket-sale-schedule .ticket-box-sub .ticket-button .ticket-buy:hover {
  background-color: #4c4945; /* 호버시 색상 */
  transform: translateY(-2px); /* 약간의 크기 변환 */
}

.ticket-sale-schedule .ticket-box-sub .ticket-button .ticket-buy:active {
  background-color: #3c3935; /* 클릭시 색상 */
  transform: translateY(1px); /* 클릭시 약간 내리기 */
}

/* 비활성화된 버튼 스타일 */
.ticket-sale-schedule .ticket-box-sub .ticket-button .ticket-buy.disabled {
  background-color: #aaa; /* 비활성화 상태 배경색 */
  color: #ddd; /* 비활성화 상태 텍스트 색상 */
  box-shadow: none; /* 그림자 제거 */
  cursor: not-allowed; /* 비활성 상태 시 커서 변경 */
  transform: none; /* 이동 효과 없음 */
  pointer-events: none; /* 클릭 및 호버 이벤트 비활성화 */
}

.seat-no {
  text-align: center;
  color: #3c3935;
  padding: 24px 0 0 0;
}
.seat-no .title {
  font-size: 24px;
  font-weight: 600;
  margin: 10px;
}
.seat-no .description {
  font-size: 18px;
  line-height: 1.5em;
}

.goods {
  max-width: 847px;
  margin-bottom: 24px;
}
.goods img {
  width: 100%;
}

.faq-group {
  width: 100%;
  max-width: 950px;
}
.faq-group .title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding: 16px 0 24px 0;
}
.faq-box {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 400;
}

.question {
  background-color: #3c3935;
  padding: 20px 32px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4em;
}

.answer {
  background-color: #f3f3f3;
  padding: 25px 40px;
  color: #4a4d56;
}
.answer span {
  display: block;
  line-height: 1.4em;
}

.faq-caution {
  color: #3c3935;
  font-size: 18px;
  width: 100%;
  max-width: 950px;

}
.faq-caution .title {
  padding: 100px 0 40px 0;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
.faq-caution-group {
  line-height: 1.5em;
}
.faq-caution-group li {
  padding: 8px 0;
}

.faq-caution-group li .faq-caution-item-title {
  font-weight: 600;
}

.inquiry {
  width: 100%;
  max-width: 950px;
  border: 2px solid #3c3935;
  border-radius: 15px;
  /* background-color: #f3f3f3; */
  color: #3c3935;
  margin: 30px 0;
}

.inquiry .inner {
  /* width: 100%; */
  padding: 35px ;
  text-align: left;
  line-height: 1.4em;
}

.inquiry .inner .inquiry-title {
  font-weight: 600; 
  font-size: 22px; 
  line-height: 1.7em;
}
.organizer, .sponsor {
  font-weight: 600;
  display: flex;
}
.img.title img {
  max-width: 100%;
}

@media (max-width: 970px) {
  #artist .teaser {
    grid-template-columns: repeat(2, 1fr);
		gap: 10px;
  }
}

@media (max-width: 860px) {
  #ticket.goods {
    width: 50%;
    height: 50%;
  }
}

@media (max-width: 768px) {
  body {
    background-attachment: scroll; /* 모바일에서는 fixed 대신 scroll 사용 */
  }
  #artist .description span{
    font-size: 18px;
  }
  .ticket-box {
    font-size: 16px;
  }
  .ticket-box-main {
    padding: 15px;
  }
  .ticket-box-main div span{
    display: block;
  }

  .ticket-box-sub {
      grid-template-columns: 1fr; /* 1열로 설정 */
      padding: 16px;
      font-size: 20px;
  }
  .ticket-box-sub .sub-item {
    padding: 4px 0;
    font-size: 18px;
  }
  .ticket-sale-schedule .ticket-box-main {
    font-size: 19px;
  }
  .ticket-box-caution {
    font-size: 18px;
  }

  .faq-box {
    font-size: 17px;
  }
  .faq-group .title {
    font-size: 19px;
  }
  .question {
    padding: 15px 20px;
  }
  
  .answer {
    padding: 15px 20px;
  }

  .inquiry .inner {
    padding: 15px;
  }
  .inquiry .inner p{
    font-size: 16px;
  }
  .inquiry .inner .inquiry-title {
    font-size: 18px;
  }
  .inquiry .inner .organizer, .inquiry .inner .sponsor {
    font-size: 14px;
  }
}

@media (max-width: 650px) {
  #artist .teaser {
    grid-template-columns: repeat(1, 1fr);
		gap: 10px;
  }
}
@media (max-width: 512px) {
  .ticket-sale-schedule .ticket-box-sub div span{
    display: block;
  }
}