*,
*::before,
*::after {
  box-sizing: border-box;
}

h2 {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}
h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 3px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f9a80d;
}
h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 28px;
}
p {
  margin: 0;
}
.-day {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .-day {
    font-size: 16px;
  }
}
.-red {
  color: #e20000;
  font-weight: bold;
}
.-bold {
  font-weight: bold;
}
.guideline__button {
  width: 300px;
  margin: 0 auto;
  border: 1px solid #000;
}
.guideline__button.-finished {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .guideline__button.-finished {
    width: auto;
    max-width: 400px;
  }
}
.guideline__link {
  cursor: pointer;
  display: inline-block;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 50%,
    #f9a80d 50%
  );
  background-position: 0 100%;
  background-size: auto 200%;
  transition: all 0.3s ease 0s;
  text-align: center;
  font-weight: bold;
  color: #000;
  min-height: 60px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  z-index: 1;
}
.guideline__button.-finished .guideline__link{
  background-color: #D8D8D8;
  background-image: none;
  color: #000;
  pointer-events: none;
}
.guideline__link span {
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  position: absolute;
}
.guideline__link:hover {
  text-decoration: none;
  background-position: 100% 0;
}
@media screen and (max-width: 767px) {
  .header_button_menu > a::after, .header_button_menu > a::before {
    height: 6px;
  }
}
.fv {
  position: relative;
  min-height: 600px;
}
@media screen and (max-width: 767px) {
  .fv {
    min-height: 400px;
    padding-top: 20px;
  }
}
.fv__bg {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.fv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fv__wrap {
  padding: 194px 0 40px;
}
@media screen and (max-width: 767px) {
  .fv__wrap {
    padding: 32px 0 32px;
  }
}
.fv__title {
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 48px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__title {
    font-size: 27px;
    margin-bottom: 104px;
  }
}
.fv__title .-yellow {
  color: #f9a80d;
}
.fv__title .-yugothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Meiryo,
    sans-serif;
}
.fv__bar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px 64px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .fv__bar {
    flex-direction: column;
    gap: 16px;
  }
}
.fv__bar__item {
  background-color: #fff;
  border-radius: 40px;
  padding: 6px;
  max-width: 613px;
  height: 76px;
  min-width: 580px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .fv__bar__item {
    height: auto;
    padding: 4px 5px;
    min-width: 320px;
    width: 90%;
    max-width: 345px;
  }
}
.fv__bar__txt {
  font-size: 32px;
  font-weight: bold;
  vertical-align: middle; 
}
@media screen and (max-width: 767px) {
  .fv__bar__txt {
    font-size: 18px;
    white-space: nowrap;
  }
}
.fv__bar__txt.-yellow {
  font-size: 20px;
  background-color: #f9a80d;
  padding: 14px 32px;
  border-radius: 32px 0 0 32px;
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .fv__bar__txt.-yellow {
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 20px;
    margin-right: 8px;
  }
}
.fv__bar__txt.-white {
  line-height: 1.3;
}
.fv__bar__txt .-day {
  font-size: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .fv__bar__txt .-day {
    font-size: 16px;
  }
}
.fv__bar__txt .-time {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .fv__bar__txt .-time {
    font-size: 12px;
  }
}
.fv__copyright {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .fv__copyright{
    bottom: 4px;
  }
}
.anchor {
  background: #383838;
}
.anchor__list {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .anchor__list {
    padding: 30px 0;
    flex-wrap: wrap;
    gap: 16px 0;
  }
}
.anchor__item {
  position: relative;
  cursor: pointer;
  display: inline-block;
  -webkit-box-sizing: border-box;
  width: 19%;
}
@media screen and (max-width: 767px) {
  .anchor__item {
    width: calc((100% - 16px) / 2);
  }
}
.anchor__item .anchor__link {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 0 20px 10px;
}
@media screen and (max-width: 767px) {
  .anchor__item .anchor__link {
    padding: 0 23px 10px 13px;
  }
}
.anchor__item .anchor__link:hover {
  border-color: #f9a80d;
  color: #f9a80d;
  text-decoration: none;
}
.anchor__item .anchor__link::after {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%) rotate(135deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: all 0.3s;
  top: 20%;
  right: 3%;
}
@media screen and (max-width: 767px) {
  .anchor__item .anchor__link::after {
    right: 2px;
  }
}
.anchor__item .anchor__link:hover::after {
  border-color: #f9a80d;
}
.intro {
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .intro__wrap {
    text-align: left;
  }
}
.intro__txt {
  font-size: 16px;

}

/* 開催情報 */
.info {
  padding-bottom: 48px;
}
.info__wrap {
  
background: #eeeeee;
}
.info__txtarea {
  text-align: center;
  padding: 48px 0;
}
@media screen and (max-width: 767px) {
  .info__txtarea {
    padding: 48px 0;
  }
}
.info__top {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .info__top {
    margin-bottom: 46px;
  }
}
.info__theme {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .info__theme {
    font-size: 24px;
    margin-bottom: 31px;
  }
}

.date {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .date {
    padding-bottom: 80px;
  }
}
.date__subtitle {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 28px;
  text-align: center;
}
.date__time {
  border: 1px solid #f9a80d;
  padding: 16px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 64px;
}
@media screen and (max-width: 767px) {
  .date__time {
    padding: 16px 12px;
    max-width: 500px;
  }
}
.date__time__txt {
  font-size: 32px;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .date__time__txt {
    font-size: 24px;
  }
}
.date__time__txt .-day {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .date__time__txt .-day {
    font-size: 16px;
  }
}
.date__list {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .date__list {
    margin-bottom: 40px;
  }
}
.date__item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .date__item {
    display: block;
  }
}
.date__head {
  padding: 52px 20px 48px 10px;
  border-top: 1px solid #d8d8d8;
  width: 220px;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .date__head {
    padding: 24px 0 12px;
    font-weight: bold;
    width: 100%;
  }
}
.date__body {
  padding: 52px 20px 48px 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #d8d8d8;
}
@media screen and (max-width: 767px) {
  .date__body {
    border-top: none;
    padding: 0 0 24px 0;
  }
}

.date__body__txt:not(:first-child) {
  margin-top: 1em;
}

/* 募集要項 */
.guideline {
  margin-bottom: 100px;
  background: #eeeeee;
}
@media screen and (max-width: 767px) {
  .guideline {
    margin-bottom: 80px;
  }
}
.guideline__wrap {
  padding: 100px 0 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .guideline__wrap {
    padding: 80px 0 64px;
  }
}
.guideline__part {
  text-align: center;
  margin-bottom: 48px;
}
.guideline__part__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .guideline__part__flex.-pc {
    display: none;
  }
}
.guideline__part__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 28px;
}
.guideline__part__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  flex-grow: 1;
}
.guideline__part__list.-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .guideline__part__list.-sp {
    display: flex;
  }
}
.guideline__part__txt {
  font-weight: bold;
}
.guideline__part__txt .-normal {
  font-weight: normal;
}
.guideline__number__txt {
  font-size: 18px;
  margin-bottom: 48px;
  font-weight: bold;
}
.guideline__condition {
  background: #fff;
  padding: 48px 14%;
  max-width: 900px;
  margin: 0 auto 64px;
}
@media screen and (max-width: 767px) {
  .guideline__condition {
    padding: 48px 24px 48px 24px;
  }
}
.guideline__condition__box {
  text-align: left;
  padding-left: 35px;
}
.guideline__condition__box:not(:last-child) {
  margin-bottom: 24px;
}
.guideline__condition__sum {
  font-weight: bold;
  font-size: 18px;
  position: relative;
  display: inline-block;
}
.guideline__condition__sum .-check {
  background-image: url(/music/summerjazzcamp/guideline/images/img_guideline_checkbox.svg);
  position: absolute;
  top: 3px;
  left: -35px;
  width: 25px;
  height: 25px;
}

/* 応募について */
.process {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .process {
    padding-bottom: 80px;
  }
}
.process__wrap {
  text-align: center;
}
.process__date__box {
  border: 2px solid #f9a80d;
  padding: 32px 0;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 64px;
}
@media screen and (max-width: 767px) {
  .process__date__box {
    padding: 24px 12px;
    text-align: center;
    max-width: 500px;
  }
}
.process__date__flex {
  justify-content: center;
  vertical-align: top;
  align-items: flex-start;
  display: flex;
}
@media screen and (max-width: 767px) {
  .process__date__flex {
    flex-direction: column;
    align-items: center;
  }
}
.process__date__txt {
  font-size: 32px;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .process__date__txt {
    font-size: 24px;
  }
}
.process__date__txt.-left {
  margin-right: 64px;
  font-size: 24px;
  white-space: nowrap;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .process__date__txt.-left {
    margin-right: 0;
  }
}
.process__date__txt.-right {
  width: 62%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .process__date__txt.-right {
    text-align: center;
    width: 100%;
  }
}
.process__flow {
  margin-bottom: 84px;
}
@media screen and (max-width: 767px) {
  .process__flow {
    margin-bottom: 64px;
  }
}
.process__flow__item {
  display: flex;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  padding: 0 80px;
  height: 80px;
  align-items: center;
  position: relative;
  max-width: 900px;
  margin: 0 auto 42px;
}
@media screen and (max-width: 767px) {
  .process__flow__item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 24px;
    max-width: 500px;
  }
}
.process__flow__item::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 80px;
  top: 0;
  left: 0;
  background-color: #f9a80d;
}
.process__flow__item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f9a80d;
}
.process__flow__head {
  font-weight: bold;
  font-size: 24px;
  width: 33%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .process__flow__head {
    font-size: 18px;
    width: auto;
  }
}
.process__flow__body {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .process__flow__body {
    font-size: 16px;
    text-align: left;
  }
}
.process__flow__end {
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .process__flow__end {
    font-size: 18px;
  }
}
.process__how {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .process__how {
    margin-bottom: 64px;
  }
}
.process__how__sum {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 24px;
}
.process__how__txt {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .process__how__txt {
    margin-bottom: 40px;
  }
}
.process__video__sum {
  font-weight: bold;
  font-size: 18px;
}
.process__video__list {
  margin-bottom: 48px;
}
.process__music__title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 24px;
}
.process__music__txt {
  margin-bottom: 24px;
}
.process__music__list {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .process__music__list {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 64px;
  }
}
.process__music__item {
  border: 2px solid #f9a80d;
  border-radius: 10px;
  padding: 40px 24px;
  width: calc((100% - 100px) / 3);
  min-width: 300px;
}
@media screen and (max-width: 767px) {
  .process__music__item {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}
.process__music__genre {
  font-size: 24px;
  font-weight: bold;
}
.process__music__name {
  text-align: center;
}
.process__result__txt {
  text-align: left;
}
.process__result__note {
  margin: 1em 0 64px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .process__result__note {
    margin-bottom: 48px;
  }
}
.faq {
  background-color: #eeeeee;
  margin-bottom: 100px;
}
.faq-down.-white {
  background-color: #fff;
}
.faq-down .faq__box {
  display: block;
}
.faq-down .faq_ques__txt {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .faq-down .faq_ques__txt {
    font-size: 18px;
    padding-left: 35px;
  }
}
.faq-down .faq_accordion a {
  display: block;
}
.faq-down .faq_accordion .js-accordion_trigger .faq__answer {
  display: block;
}
.faq-down .faq_accordion .js-accordion_trigger dt {
  align-items: center;
}
.faq__wrap .faq-down .faq_accordion.is-expanded.mod-button.theme-reverse > a::before {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 49.99%,
    #e5e5e5 50%,
    #e5e5e5
  );
}
@media screen and (max-width: 767px) {
  .faq__wrap .faq-down .faq_accordion.is-expanded.mod-button.theme-reverse > a::before {
    background: #fff;
  }
}
.faq-down .faq__answer__button {
  width: auto;
  max-width: 400px;
  margin: 0 auto;
  border: 1px solid #000;
  background: #fff;
  position: relative;
  margin-top: 40px;
}
.faq-down .faq__answer__button::before {
  display: block;
  content: "";
  z-index: 20;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  width: 32px;
  height: 0;
  margin: auto 0;
  border-top: 1px solid #f9a80d;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.faq-down .faq__answer__button::after {
  display: block;
  content: "";
  position: absolute;
  border-top-color: #000;
  border-right-color: #000;
  top: 41.8%;
  left: 14px;
  width: 8px;
  height: 8px;
  margin: auto 0;
  border-top: 1px solid #f9a80d;
  border-right: 1px solid #f9a80d;
  transition: transform 0.3s ease, opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  transform: rotate(45deg) scale(0) translate(-20px, 20px);
  backface-visibility: hidden;
}
.faq-down .faq__answer__button:hover::before {
  border-top-color: #000;
}
.faq-down .faq__answer__button:hover::after {
  opacity: 1;
  transform: rotate(45deg) scale(1) translate(0, 0);
  border-top-color: #000;
  border-right-color: #000;
}
.faq__answer__note {
  margin-top: 1em;
}
.faq-down .faq__answer__button .faq__answer__link {
  padding-right: 33px;
  padding-left: 33px;
  min-height: 46px;
  position: relative;
  overflow: hidden;
  display: flex;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(
    to top,
    #f9a80d 50%,
    rgba(0, 0, 0, 0) 50%
  );
  background-position: 0 0;
  background-size: auto 200%;
  transition: all 0.3s ease 0s;
}
.faq-down .faq__answer__button .faq__answer__link:hover {
  text-decoration: none;
  background-position: 0 100%;
}
.contact {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contact {
    padding-bottom: 10px;
  }
}
.contact__head {
  text-align: center;
  margin-bottom: 104px;
}
@media screen and (max-width: 767px) {
  .contact__head {
    margin-bottom: 80px;
  }
}
.contact__title {
  margin-bottom: 56px;
}
.contact__head__top {
  font-size: 18px;
  font-weight: bold;
}
.contact__head__txt {
  margin-top: 24px;
}
.contact .contact__wrap .contact__head .contact__head__button {
  margin-top: 24px;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .contact .contact__wrap .contact__head .contact__head__button {
    width: 240px;
  }
}
.contact .contact__wrap .contact__head .contact__head__button a {
  font-size: 16px;
  padding: 15px 10px 12px;
}
@media screen and (max-width: 767px) {
  .contact .contact__wrap .contact__head .contact__head__button a {
    padding: 15px 54px 12px;
  }
}
.contact__list {
  text-align: center;
}
.contact__item {
  margin-bottom: 45px;
}
.contact__item__cat {
  font-weight: bold;
  font-size: 18px;
}
