/*fixed spacing*/
/*spacing*/
/*radius*/
/*line-height*/
@media screen and (min-width: 1281px) {
  .pcbr {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pcbr {
    display: none;
  }
}

@media screen and (min-width: 1281px) {
  .spbr {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .spbr {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .hmBlk7IntroCol {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .hmBlk7Intro .row {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .hmBlk7IntroColRow2Row2 p {
    margin-bottom: 1rem;
  }
}

div.hmBlk7IntroColRow2Row3 ul li a img {
  max-width: 50%;
}

#index2023 #Aboutus,
#index2023 #VenueMAP,
#index2023 #Timetable {
  margin-top: 5rem;
}
#index2023 #access p span {
  position: absolute;
  top: 25px;
}
#index2023 #access .hmBlk5ColLIntroRow1 p {
  position: relative;
  bottom: 2rem;
}
#index2023 #access .hmBlk5ColLIntroRow1 p img {
  position: absolute;
  top: 22px;
}
#index2023 #access .hmBlk5ColRMap iframe {
  width: 100%;
}
#index2023 #org-list .hmBlk6ColIntro {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 20px;
}
#index2023 #Cooperator-list .hmBlk6ColIntro {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
#index2023 #Cooperator-list .hmBlk6ColIntro div {
  width: 30%;
}
#index2023 #Cooperator-list .hmBlk6ColIntro_txtonly {
  margin: 3rem 0;
}
#index2023 #planner-list .hmBlk6ColIntro img {
  padding-top: 0;
}

#Aboutus .hmBlk1Intro h5 {
  font-size: 28px;
  font-weight: 600;
}
#Aboutus .hmBlk1Intro p {
  line-height: 1.8rem;
}
#Aboutus .hmBlk1Intro dl dt {
  font-size: 18px;
}
#Aboutus .hmBlk1Intro dl .openinghours {
  margin-top: 0.5rem;
}

p.aboutus_catch {
  font-size: 32px;
  font-weight: 600;
  color: #0FA789;
  margin: 0rem auto 3rem;
}
@media screen and (max-width: 768px) {
  p.aboutus_catch {
    font-size: 22px;
    margin: 1rem auto;
  }
}

#Eventcontent .container {
  max-width: 1200px;
}
#Eventcontent .notice p {
  font-size: 18px;
  margin-top: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #Eventcontent .notice p {
    font-size: 14px;
  }
}
#Eventcontent .categoryBlock {
  display: flex;
  justify-content: center;
  align-items: center;
}
#Eventcontent .categoryBlock .hmBlk2IntroColBx {
  padding: 5px;
}
@media screen and (max-width: 768px) {
  #Eventcontent .categoryBlock .hmBlk2IntroColBx {
    padding: 3px;
  }
}
#Eventcontent .categoryBlock .hmBlk2IntroCol {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #Eventcontent .categoryBlock .hmBlk2IntroCol {
    width: 45%;
  }
}
#Eventcontent .categoryBlock .hmBlk2IntroCol:nth-child(odd) {
  transform: rotate(-5deg);
}
#Eventcontent .categoryBlock .hmBlk2IntroCol:nth-child(odd):hover {
  transform: rotate(0);
}
#Eventcontent .categoryBlock .hmBlk2IntroCol:nth-child(even) {
  transform: rotate(5deg);
}
#Eventcontent .categoryBlock .hmBlk2IntroCol:nth-child(even):hover {
  transform: rotate(0);
}
#Eventcontent .link_LiveEvent {
  margin: 5rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
#Eventcontent .link_LiveEvent .linkblock_LiveEvent:hover {
  transform: translateY(4px);
  transition: 0.3s;
  box-shadow: none;
  filter: brightness(105%);
}
#Eventcontent .link_LiveEvent .linkblock_LiveEvent img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #Eventcontent .link_LiveEvent .linkblock_LiveEvent img {
    width: 100%;
  }
}
#Eventcontent .link_LiveEvent .linkblock_LiveEvent_viewmore {
  width: 45%;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  #Eventcontent .link_LiveEvent .linkblock_LiveEvent_viewmore {
    width: 100%;
  }
}
#Eventcontent .link_LiveEvent .linkblock_LiveEvent_viewmore a {
  display: block;
  text-align: center;
  color: #0FA789;
  font-weight: 600;
  background-color: white;
  padding: 1rem;
  border-radius: 100px;
}
#Eventcontent .link_LiveEvent .linkblock_LiveEvent_viewmore a:hover {
  opacity: 0.9;
  transform: translateY(4px);
  transition: 0.3s;
}
#Eventcontent .linkblock_movieEvent div {
  display: flex;
  justify-content: center;
  align-items: center;
}
#Eventcontent .linkblock_movieEvent img {
  width: 80%;
}
@media screen and (max-width: 768px) {
  #Eventcontent .linkblock_movieEvent img {
    width: 100%;
  }
}
#Eventcontent a.linkblock_LiveEvent {
  display: block;
  width: 80%;
  background-color: white;
  border-radius: 16px;
  padding: 3rem;
  margin: 5rem auto;
  box-shadow: 0 4px 0 #F0F1F6;
}
@media screen and (max-width: 768px) {
  #Eventcontent a.linkblock_LiveEvent {
    width: 100%;
    padding: 2rem;
  }
}
#Eventcontent a.linkblock_LiveEvent:hover {
  opacity: 0.9;
  background-color: #F2F2F2;
  transform: translateY(4px);
  box-shadow: none;
}
#Eventcontent a.linkblock_LiveEvent h4 {
  text-align: center;
  color: #0FA789;
  font-weight: 600;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  #Eventcontent a.linkblock_LiveEvent h4 {
    font-size: 22px;
  }
}
#Eventcontent a.linkblock_LiveEvent .link_LiveEvent_artistinfo {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #Eventcontent a.linkblock_LiveEvent .link_LiveEvent_artistinfo {
    flex-direction: column;
  }
}
#Eventcontent a.linkblock_LiveEvent .link_LiveEvent_artistinfo .link_LiveEvent_artistinfo_detail dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
}
#Eventcontent a.linkblock_LiveEvent .link_LiveEvent_artistinfo .link_LiveEvent_artistinfo_detail dl dt img {
  width: 80%;
}
@media screen and (max-width: 768px) {
  #Eventcontent a.linkblock_LiveEvent .link_LiveEvent_artistinfo .link_LiveEvent_artistinfo_detail dl dt img {
    width: 100%;
    height: 100%;
  }
}
#Eventcontent a.linkblock_LiveEvent .link_LiveEvent_artistinfo .link_LiveEvent_artistinfo_detail dl dd {
  font-size: 16px;
  color: #221813;
  text-align: center;
}
#Eventcontent a.linkblock_LiveEvent .link_LiveEvent_artistinfo .link_LiveEvent_artistinfo_detail dl dd.artist_name {
  color: #221813;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}
#Eventcontent a.linkblock_LiveEvent .link_LiveEvent_lead {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #Eventcontent a.linkblock_LiveEvent .link_LiveEvent_lead {
    width: 100%;
  }
}
#Eventcontent a.linkblock_LiveEvent .link_LiveEvent_lead h5 {
  text-align: center;
  color: #0FA789;
  font-weight: 600;
  font-size: 22px;
}
#Eventcontent a.linkblock_LiveEvent .link_LiveEvent_lead p {
  font-size: 14px;
  text-align: right;
  text-decoration: underline;
  margin-top: 0.5rem;
}
#Eventcontent .link_EventArchive {
  width: 35%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #E02634;
  margin: 7rem auto 0;
  padding: 1rem;
  text-align: center;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  #Eventcontent .link_EventArchive {
    width: 100%;
  }
}
#Eventcontent .link_EventArchive a {
  color: white;
}

#top_applicants {
  margin-bottom: 5rem;
}
#top_applicants .container .primaryHead .primaryHeadBx p {
  line-height: 1.8rem;
  font-size: 18px;
  letter-spacing: 0.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #top_applicants .container .primaryHead .primaryHeadBx p {
    font-size: 16px;
  }
}
#top_applicants .container .primaryHead .primaryHeadBx .primaryHeadRow1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #top_applicants .container .primaryHead .primaryHeadBx .primaryHeadRow1 {
    flex-direction: column;
  }
}
#top_applicants .container .primaryHead .primaryHeadBx .primaryHeadRow1 .link_applicants {
  width: 100%;
}
#top_applicants .container .primaryHead .primaryHeadBx .primaryHeadRow1 .link_applicants a {
  background-color: #0FA789;
  border-radius: 8px;
  padding: 1rem;
  font-weight: 600;
  color: white;
  font-size: 22px;
  display: block;
}
#top_applicants .container .primaryHead .primaryHeadBx .primaryHeadRow1 .link_applicants a:hover {
  background-color: #6DBFAF;
}
#top_applicants .container .primaryHead .primaryHeadBx .primaryHeadRow2::after {
  background: none;
}

.hmBlk8Intro img {
  border-radius: 8px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .hmBlk8Intro img {
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .hmBlk8Intro img {
    border-radius: 0;
  }
}

.pdf-dl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pdf-dl a.primaryBtn {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .pdf-dl a.primaryBtn {
    font-size: 16px;
  }
}
.pdf-dl .primaryBtn {
  padding: 0;
}
.pdf-dl .primaryBtn::before {
  content: none;
}
.pdf-dl .primaryBtn::after {
  content: none;
}

@media screen and (max-width: 768px) {
  div.col-md-6.hmBlk10Col {
    width: 100%;
  }
}

.hmBlk6 .container {
  max-width: 600px;
}

.hmBlk6ColIntro img {
  padding: 50px 10px 0 10px;
}

.hmBlk6Col:nth-child(2) {
  width: 100%;
}

.Event_advisability img {
  width: 450px;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 768px) {
  .Event_advisability img {
    margin: 3rem auto 0;
    width: 100%;
  }
}

#volunteers .application_infoBlock {
  background-color: #ffffff;
  border-radius: 12px;
  margin-top: 5rem;
  padding: 5rem 3rem;
}
@media screen and (max-width: 768px) {
  #volunteers .application_infoBlock {
    padding: 5rem 2rem;
  }
}
#volunteers .application_infoBlock_lead h3, #volunteers .application_infoBlock_lead p {
  margin-bottom: 2rem;
}
#volunteers .application_infoBlock_lead h3 {
  font-weight: 600;
}
#volunteers .application_infoBlock_lead p {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #volunteers .application_infoBlock_lead p {
    text-align: left;
  }
}
#volunteers .application_infoBlock_detail h4 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  margin-bottom: 2rem;
}
#volunteers .application_infoBlock_detail h4::before, #volunteers .application_infoBlock_detail h4::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: #4E9AC8;
}
#volunteers .application_infoBlock_detail h4::before {
  left: 0;
}
#volunteers .application_infoBlock_detail h4::after {
  right: 0;
}
#volunteers .application_infoBlock_detail .application_infoBlock_descriptionList dl {
  margin-bottom: 2rem;
}
#volunteers .application_infoBlock_detail .application_infoBlock_descriptionList dt {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
#volunteers .application_infoBlock_detail .application_infoBlock_descriptionList dt::before {
  content: "";
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 30px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #4E9AC8;
  border-radius: 2px;
}
#volunteers .application_infoBlock_linkForm {
  position: relative;
  bottom: 4.5rem;
}
#volunteers .application_infoBlock_linkForm a {
  background-color: #4E9AC8;
  border: 1px solid #4E9AC8;
  color: white;
  font-weight: 600;
  padding: 1rem 5rem;
  border-radius: 100px;
}
#volunteers .application_infoBlock_linkForm a:hover {
  background-color: white;
  border: 1px solid #4E9AC8;
  color: #4E9AC8;
}

#session2024 .application_infoBlock {
  background-color: #ffffff;
  border-radius: 12px;
  margin-top: 5rem;
  padding: 5rem 3rem;
}
@media screen and (max-width: 768px) {
  #session2024 .application_infoBlock {
    padding: 5rem 2rem;
  }
}
#session2024 .application_infoBlock_lead h3, #session2024 .application_infoBlock_lead p {
  margin-bottom: 2rem;
}
#session2024 .application_infoBlock_lead h3 {
  font-weight: 600;
}
#session2024 .application_infoBlock_lead p {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #session2024 .application_infoBlock_lead p {
    text-align: left;
  }
}
#session2024 .application_infoBlock_detail h4 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  margin-bottom: 2rem;
}
#session2024 .application_infoBlock_detail h4::before, #session2024 .application_infoBlock_detail h4::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: #4D579B;
}
#session2024 .application_infoBlock_detail h4::before {
  left: 0;
}
#session2024 .application_infoBlock_detail h4::after {
  right: 0;
}
#session2024 .application_infoBlock_detail .application_infoBlock_descriptionList dl {
  margin-bottom: 2rem;
}
#session2024 .application_infoBlock_detail .application_infoBlock_descriptionList dt {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
#session2024 .application_infoBlock_detail .application_infoBlock_descriptionList dt::before {
  content: "";
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 30px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #4D579B;
  border-radius: 2px;
}
#session2024 .application_infoBlock_detail .application_infoBlock_descriptionList .application_infoBlock_audio {
  margin-top: 1rem;
}
#session2024 .application_infoBlock_detail .application_infoBlock_descriptionList .application_infoBlock_socre {
  text-decoration: underline;
  -webkit-text-decoration-color: #4D579B;
          text-decoration-color: #4D579B;
}
#session2024 .application_infoBlock_detail .application_infoBlock_descriptionList .application_infoBlock_socre a {
  color: #4D579B;
}

#session2024 .application_infoBlock_linkForm {
  position: relative;
  top: 1rem;
}
#session2024 .application_infoBlock_linkForm a {
  background-color: #4D579B;
  border: 1px solid #4D579B;
  color: white;
  font-weight: 600;
  padding: 1rem 5rem;
  border-radius: 100px;
}
#session2024 .application_infoBlock_linkForm a:hover {
  background-color: white;
  border: 1px solid #4D579B;
  color: #4D579B;
}

#live2024 .application_infoBlock {
  width: 65%;
  margin: 3rem auto;
}
@media screen and (max-width: 768px) {
  #live2024 .application_infoBlock {
    width: 100%;
  }
}
#live2024 .application_infoBlock_detail {
  margin-bottom: 3rem;
}
#live2024 .application_infoBlock_detail h4 {
  margin-bottom: 1rem;
}
#live2024 .application_infoBlock_detail h4::before {
  background-color: #4E579B;
}
#live2024 .application_infoBlock_detail h4::after {
  background-color: #4E579B;
}
#live2024 .application_infoBlock_detail .application_infoBlock_description .event_time,
#live2024 .application_infoBlock_detail .application_infoBlock_description .artist_name {
  font-size: 28px;
  font-weight: 600;
}
#live2024 .application_infoBlock_detail .application_infoBlock_description .application_infoBlock_artist img {
  width: 40%;
  margin: 1rem auto;
}
@media screen and (max-width: 768px) {
  #live2024 .application_infoBlock_detail .application_infoBlock_description .application_infoBlock_artist img {
    width: 90%;
  }
}
#live2024 .application_infoBlock_info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
#live2024 .application_infoBlock_linkForm-live {
  margin: 3rem auto;
}
#live2024 .application_infoBlock_linkForm-live h4 {
  margin-bottom: 1rem;
}
#live2024 .application_infoBlock_linkForm-live h4::before {
  content: "";
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 30px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #4D579B;
  border-radius: 2px;
}
#live2024 .application_infoBlock_linkForm-live a {
  position: relative;
  top: 3rem;
  background-color: #4E579B;
  border: 1px solid #4E579B;
  color: white;
  font-weight: 600;
  padding: 1rem 5rem;
  border-radius: 100px;
}
#live2024 .application_infoBlock_linkForm-live a:hover {
  background-color: white;
  border: 1px solid #4E579B;
  color: #4E579B;
}

#event_movie-meetup .application_infoBlock {
  width: 65%;
  margin: 5rem auto 3rem;
  padding: 5rem auto 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #event_movie-meetup .application_infoBlock {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #event_movie-meetup .application_infoBlock {
    width: 100%;
    padding: 1.6rem;
  }
}
#event_movie-meetup .application_infoBlock .application_infoBlock_lead {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #event_movie-meetup .application_infoBlock .application_infoBlock_lead {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #event_movie-meetup .application_infoBlock .application_infoBlock_lead h3 {
    font-size: 17px;
    line-height: 1.8rem;
  }
}
#event_movie-meetup .application_infoBlock_detail {
  margin-bottom: 3rem;
}
#event_movie-meetup .application_infoBlock_detail img {
  width: 90%;
}
@media screen and (max-width: 768px) {
  #event_movie-meetup .application_infoBlock_detail img {
    width: 100%;
  }
}
#event_movie-meetup .application_infoBlock_linkForm_movie {
  margin-bottom: 2rem;
}
#event_movie-meetup .application_infoBlock_linkForm_movie h4 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
#event_movie-meetup .application_infoBlock_linkForm_movie h4::before {
  content: "";
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 30px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F4813A;
  border-radius: 2px;
}
#event_movie-meetup .application_infoBlock_linkForm_movie p {
  margin-bottom: 2rem;
}
#event_movie-meetup .application_infoBlock_linkForm_movie a {
  background-color: #F4813A;
  border: 1px solid #F4813A;
  color: white;
  font-weight: 600;
  padding: 1rem 5rem;
  border-radius: 100px;
}
#event_movie-meetup .application_infoBlock_linkForm_movie a:hover {
  background-color: white;
  border: 1px solid #F4813A;
  color: #F4813A;
}

/*# sourceMappingURL=addcss.css.map */