.bg {
  background: url(../img/bg_pc.jpg) no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  .bg {
    background-image: url(../img/bg_sp.jpg);
  }
}

@media screen and (max-width: 767px) {
  .mv {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mv__box {
    display: flex;
    gap: 8px;
  }
}
.mv__venue {
  width: 35.5%;
}
@media screen and (max-width: 767px) {
  .mv__venue img {
    aspect-ratio: 133/96;
    object-fit: cover;
    object-position: center top;
  }
}
.mv__schedule {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .mv__schedule {
    flex: 1;
    flex-direction: column;
    gap: 0;
  }
}
.mv__schedule-img {
  flex: 1;
}

.benefits__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}
@media screen and (max-width: 767px) {
  .benefits__list {
    gap: 4px 8px;
  }
}
.benefits__item {
  width: 100%;
}
.benefits__item--half {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .benefits__item--half {
    width: calc(50% - 4px);
  }
}
.benefits__btn {
  margin-top: 65px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .benefits__btn {
    margin-top: 20px;
  }
}
.benefits__btn a {
  max-width: 770px;
  width: 79%;
  height: 110px;
  border-radius: 32px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 42px;
  font-weight: 800;
  background-color: #EF7B00;
}
@media print, screen and (min-width: 768px) {
  .benefits__btn a {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .benefits__btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .benefits__btn a {
    height: 42px;
    border-radius: 12px;
    font-size: 16.2px;
  }
}

.gallery {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .gallery {
    margin-top: 32px;
  }
}
.gallery__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .gallery__list {
    gap: 8px;
  }
}
.gallery__item {
  width: 100%;
}
.gallery__item--half {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .gallery__item--half {
    width: 100%;
  }
}

.form {
  margin-top: 77px;
  background-color: #F2F2F2;
}
@media screen and (max-width: 767px) {
  .form {
    margin-top: 34px;
  }
}
.form__ttl {
  padding: 39px 10px;
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  text-align: center;
  background-color: #EF7B00;
}
@media screen and (max-width: 767px) {
  .form__ttl {
    padding: 15px 10px;
    font-size: 20px;
  }
}
.form__list {
  padding: 54px 76px 0 55px;
}
@media screen and (max-width: 767px) {
  .form__list {
    padding: 22px 20px 0;
  }
}
.form__box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .form__box {
    display: block;
  }
}
.form__box + .form__box {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .form__box + .form__box {
    margin-top: 21px;
  }
}
.form__item {
  width: 33%;
  padding-right: 35px;
  font-size: 24px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .form__item {
    width: 100%;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16.75px;
  }
}
.form__item-required {
  margin-left: 22px;
  padding: 6px 10px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  background-color: #CE1C1C;
}
@media screen and (max-width: 767px) {
  .form__item-required {
    margin-left: 7px;
    padding: 4px 7px 5px;
    font-size: 12px;
  }
}
.form__item-note {
  margin-top: 15px;
  margin-bottom: 40px;
  display: block;
  font-size: 14px;
  line-height: 1.2142857143;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .form__item-note {
    width: 100%;
    margin-top: 7px;
    margin-bottom: 0;
    font-size: 10.69px;
  }
}
.form__detail {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .form__detail {
    margin-top: 10px;
  }
}
.form__detail input, .form__detail textarea {
  width: 100%;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 0.5em 0.8em;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .form__detail input, .form__detail textarea {
    font-size: 12.13px;
  }
}
.form__detail input::placeholder, .form__detail textarea::placeholder {
  color: #9C9C9C;
}
.form__detail input {
  height: 51px;
}
@media screen and (max-width: 767px) {
  .form__detail input {
    height: 31px;
  }
}
.form__detail input[type=radio] {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  margin-right: 2px;
  border-radius: 50%;
  padding: 0;
  appearance: radio;
  -webkit-appearance: radio;
  -moz-appearance: radio;
}
@media screen and (max-width: 767px) {
  .form__detail input[type=radio] {
    width: 13px;
    height: 13px;
    margin-top: 2px;
  }
}
.form__detail textarea {
  height: 145px;
}
@media screen and (max-width: 767px) {
  .form__detail textarea {
    height: 75px;
  }
}
.form__label {
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .form__label {
    font-size: 14.75px;
  }
}
.form__label + .form__label {
  margin-left: 1em;
}
.form__submit {
  margin-top: 42px;
  padding-bottom: 34px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .form__submit {
    margin-top: 30px;
  }
}
.form__submit input {
  max-width: 445px;
  width: 85%;
  height: 80px;
  border-radius: 999px;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  background-color: #EF7B00;
}
@media print, screen and (min-width: 768px) {
  .form__submit input {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .form__submit input:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .form__submit input {
    height: 42px;
    font-size: 15.38px;
  }
}

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