.single-event .l-page-wrap {
  background: url(../img/bg1.webp) repeat-y;
  background-size: 100%;
  position: relative;
  z-index: 1;
}
.single-event .c-kv {
  background-image: url(../img/kv/kv-event.webp);
}
.single-event .footer {
  background-image: url(../img/footer/footer.webp);
}
.now {
  padding-bottom: 28vw;
  position: relative;
}
.now::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920 / 940;
  background: url(../img/event-bg-bottom.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  z-index: -1;
}
.now__title {
  font-size: 1.5rem;
  color: var(--main-d);
  margin-bottom: 24px;
}
.now__title::before {
  content: "▶︎";
}
.now__head-text {
  font-weight: var(--bold);
  text-align: center;
  margin-bottom: 80px;
}
.now__head-title {
  width: max-content;
  min-width: 382px;
  background-color: var(--main);
  color: var(--white);
  font-size: 2rem;
  font-weight: var(--bold);
  text-align: center;
  letter-spacing: 0.2em;
  border-radius: 20px;
  padding: 2px 24px 4px;
  margin: auto;
}
.now__head-text-main {
  color: var(--main);
  font-size: min(8.75vw, 7rem);
}
.now__head-text-sub {
  font-size: min(5vw, 3rem);
}
.now-info {
  display: flex;
  gap: 16px;
  margin-bottom: 120px;
}
.now-info__item {
  width: 32%;
  background-color: var(--white);
  color: var(--main);
  font-weight: var(--bold);
  border-radius: 4vw;
}
.now-info__item.main {
  width: 36%;
  background-color: var(--main);
  color: var(--white);
  text-align: center;
}
.now-info__img {
  margin-bottom: 24px;
}
.now-info__img img {
  border-radius: 4vw 4vw 0 0;
}
.now-info__text {
  padding-bottom: 24px;
  margin: 0 5%;
}
.now-info__head {
  font-size: 1.25rem;
  text-align: center;
  border-bottom: 2px solid var(--main);
  margin-bottom: 16px;
}
.main .now-info__head {
  border-color: var(--white);
  border-top: 2px solid var(--white);
}
.now-info__content-day {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 5rem;
  line-height: 1;
  font-style: italic;
  padding: 0 5%;
}
.main .now-info__content-day {
  font-size: 7rem;
}
.now-info__content-day small {
  font-size: 1.5rem;
  letter-spacing: 0;
}
.now-info__content-day.end {
  width: max-content;
  margin-left: auto;
}
.now-info__content-day.end::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 26px solid var(--main);
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  margin-top: 22px;
  margin-bottom: 8px;
  margin-right: 8px;
  float: left;
}
.now-info__content-time {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.5em;
}
.now-postor {
  margin-bottom: 120px;
}
.now-postor__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2%;
}
.now-postor__item {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .45);
}
.now-about {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
  margin-bottom: 80px;
}
.now-about__item {
  display: flex;
}
.now-about__item--right {
  flex-direction: row-reverse;
}
.now-about__item-img {
  width: 50%;
}
.now-about__item--center .now-about__item-img {
  width: 25%;
}
.now-about__item-img img {
  border-radius: 4vw;
}
.now-about__item-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  text-align: center;
  padding: 0 5%;
}
.now-about__item-head {
  color: var(--main-d);
  font-size: 1.5rem;
  margin-bottom: 16px;
}
.now-about__item-content {
  color: var(--text);
  line-height: 2.2;
  letter-spacing: 0.1em;
  word-break: auto-phrase;
}
.now-about__movie-head {
  font-size: 1.5rem;
  margin-bottom: 16px;
}
.now-sponsor {
  background-color: var(--white);
  border-radius: 4vw;
  padding: 16px calc(4vw + 8px);
}
.now-sponsor__item {
  display: flex;
  column-gap: 2%;
  border-bottom: 1px solid var(--text);
  padding: 16px 0;
}
.now-sponsor__item:last-of-type {
  border: none;
}
.now-sponsor__head {
  width: 24%;
}
.now-sponsor__head::before {
  content: "●";
}
.now-sponsor__content {
  width: 76%;
}
.sculptor {
  background: url(../img/bg2.webp) repeat-y;
  background-size: 100%;
}
.sculptor__title {
  padding-top: 0;
}
.sculptor__title .c-section-title-en {
  color: var(--main-d);
}
.sculptor__box {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
}
.sculptor__item {
  background-color: var(--white);
  border-radius: 4vw;
}
.sculptor__item-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.sculptor__item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 4vw 0 0 0;
}
.sculptor__item-text {
  padding: 40px 24px;
}
.sculptor__item-head {
  margin-bottom: 32px;
}
.sculptor__item-head span {
  display: block;
  color: var(--main-d);
}
.sculptor__item-head .title-job {
  font-size: 1.125rem;
  margin-bottom: 8px;
}
.sculptor__item-head .title-name {
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.sculptor__item-head .title-work {
  font-size: 1.125rem;
}
.sculptor__item-content {
  word-break: auto-phrase;
  letter-spacing: 0.1em;
}
.sculptor__item-content p + p {
  margin-top: 1.5em;
}
.sculptor__item-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 10px;
}
.sculptor__item--info-bottom .sculptor__item-list { margin-bottom: 16px;}
.sculptor__item-list li:first-child img { border-radius: 0 0 0 4vw;}
.sculptor__item--info-bottom .sculptor__item-list li:first-child img { border-radius: 0;}
.sculptor__item-list li:last-child img { border-radius: 0 0 4vw 0;}
.sculptor__item--info-bottom .sculptor__item-list li:last-child img { border-radius: 0;}
.sculptor__item-info { margin-top: 32px;}
.sculptor__item--info-bottom .sculptor__item-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 0 5% 40px;
  margin-top: 0;
}
.sculptor__item-info .info-head {
  color: var(--main-d);
  font-size: 1.125rem;
  margin-bottom: 8px;
}
.sculptor__item-info .info-content {
  font-size: .875rem;
  letter-spacing: 0.05em;
}
.sculptor__item-info .info-item-year {
  width: 5em;
  margin-right: 1em;
}
.sculptor__item-info .info-item-year::before {
  content: "・";
}
.sculptor__item-info .info-item-text {
  width: calc(100% - 8em);
}
.info-content-item {
  display: flex;
}
.info-content-item::before {
  content: "・";
}
.info-content-year {
  min-width: 4em;
  padding-right: .5em;
}
.info-content-text {
  max-width: calc(100% - 5em);
}

.schedule {
  padding-top: 0;
}
.schedule__box {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  position: relative;
}
.schedule__box::before {
  content: "";
  width: 32px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(8em + 32px);
}
.schedule__item {
  display: flex;
  font-weight: var(--bold);
}
.schedule__item-time {
  width: 8em;
  font-size: 2rem;
  padding-top: 8px;
}
.schedule__item-text {
  display: block;
  width: calc(98% - 8em);
  background-color: var(--white);
  line-height: 1.2;
  border: 4px solid;
  border-radius: 15px;
  padding: 16px 5%;
  margin-left: 2%;
}
a.schedule__item-text { text-decoration: underline;}
.schedule__item.full .schedule__item-text {
  width: 100%;
  font-size: 1.125rem;
  text-align: center;
  margin: 0;
}
.schedule__box--daytime {
  color: #8A9A5B;
  padding-bottom: 24px;
}
.schedule__box--daytime::before {
  background-image: repeating-linear-gradient( to bottom, #8a9a5b99 0, #8a9a5b99 24px, transparent 24px ,transparent 40px);
}
.schedule__box--daytime .schedule__item-text {
  color: #8A9A5B;
  border-color: #8A9A5B;
}
.schedule__box--daytime .schedule__item-text.color {
  background-color: #8A9A5B;
  color: var(--white);
}
.schedule__box--night {
  color: var(--main);
}
.schedule__box--night::before {
  background-image: repeating-linear-gradient( to bottom, #E67E2299 0, #E67E2299 24px, transparent 24px ,transparent 40px);
}
.schedule__box--night .schedule__item-text {
  color: var(--main);
  border-color: var(--main);
}
.schedule__box--night .schedule__item-text.color {
  background-color: var(--main);
  color: var(--white);
}
.schedule__box--night .schedule__item-text.color--d {
  background-color: #B05B56;
  border-color: #B05B56;
}
.schedule-event {
  background-color: var(--white);
  border-radius: 4vw;
  padding: 40px 5% 80px;
  margin-top: 80px;
}
.schedule-event__title {
  color: #8A9A5B;
  margin-bottom: 0;
}
.schedule-event__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 16px;
  row-gap: 24px;
}
.schedule-event__item {
  display: flex;
  flex-direction: column;
  border: 4px solid #8A9B5B;
  border-radius: 30px;
}
.schedule-event__item.fancybox__content {
  max-width: 380px;
  padding: 0;
}
.schedule-event__item-img img {
  border-radius: 25px 25px 0 0;
}
.schedule-event__item-text {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.schedule-event__item-head {
  font-size: 1.125rem;
  color: #8A9A5B;
  text-align: center;
  border-bottom: 1px solid #8A9A5B;
  padding-bottom: 4px;
  margin: 4px 3%;
}
.schedule-event__item-content {
  flex-grow: 1;
  font-size: .875rem;
  letter-spacing: 0.1em;
  margin: 0 3% 24px;
}
.schedule-event__item-time {
  background-color: #8A9A5B;
  color: var(--white);
  font-size: 1.5rem;
  font-weight: var(--bold);
  text-align: center;
  border-radius: 0 0 25px 25px;
}
.faq {
  background-color: var(--bg);
  padding-top: 0;
}
.faq__title {
  color: var(--main-d);
  font-size: 1.25rem;
  border-left: 8px solid #D4A373;
  border-bottom: 2px solid #D4A373;
  padding: 4px 12px;
  margin-bottom: 16px;
}
.faq__wrap {
  display: flex;
  flex-direction: column;
  row-gap: 64px;
}
.faq__item {
  margin-top: 24px;
}
.faq__q {
  display: flex;
  color: var(--main-d);
  font-weight: var(--bold);
  margin-bottom: 8px;
}
.faq__q::before {
  content: "Ｑ.";
  margin-right: 8px;
}
.faq__a {
  display: flex;
}
.faq__a::before {
  content: "Ａ.";
  margin-right: 8px;
}
.faq__a a {
  color: var(--main);
  text-decoration: underline;
}
.inquiry {
  background-color: var(--bg);
  padding-top: 0;
}

@media (max-width: 1023px) {
  .now__title { font-size: 1.25rem;}
  .now__head-title { min-width: auto; font-size: 1.25rem; padding: 0 2em; margin-bottom: 4px;}
  .now__head-text { margin-bottom: 64px;}
  .now-info { flex-direction: column; margin-bottom: 64px;}
  .now-info__item, .now-info__item.main { width: 100%;}
  .now-postor { margin-bottom: 64px;}
  .now-about__box { margin-bottom: 48px;}
  .now-about__item { flex-direction: column;}
  .now-about__item-img { width: 100%; margin-bottom: 16px;}
  .now-about__item--center .now-about__item-img { width: 100%; margin-bottom: 32px;}
  .now-about__item--center .now-about__item-img:last-of-type { margin: 32px 0 0;}
  .now-about__item-text { width: 100%; letter-spacing: 0.05em; padding: 0;}
  .now-about__item-head { font-size: 1.25rem;}
  .now-about__item-content { letter-spacing: 0.05em;}
  .now-about__movie-head { text-align: center;}
  .now-sponsor__item { display: block;}
  .now-sponsor__head { width: 100%; margin-bottom: 8px;}
  .sculptor__item-main { grid-template-columns: 1fr;}
  .sculptor__item-img { min-width: 100%;}
  .sculptor__item-img img { border-radius: 4vw 4vw 0 0; aspect-ratio: 1 / 1.1; object-fit: cover;}
  .sculptor__item-text { min-width: 100%; padding: 40px 5%;}
  .sculptor__item-head { text-align: center;}
  .sculptor__item-head .title-job { font-size: .875rem;}
  .sculptor__item-head .title-name { font-size: 1.125rem;}
  .sculptor__item-head .title-work { font-size: .875rem;}
  .sculptor__item--info-bottom .sculptor__item-info { grid-template-columns: 1fr;}
  .sculptor__item-list { gap: 0; margin-top: 0;}
  .now-sponsor__content { width: 100%;}
  .schedule__box { row-gap: 16px;}
  .schedule__box::before { width: 24px; left: 0;}
  .schedule__box--daytime { padding-bottom: 16px;}
  .schedule__item { display: block; margin-left: 40px;}
  .schedule__item.full { margin: 0 -3%;}
  .schedule__item-time { width: 100%; font-size: 1.125rem; line-height: 1; padding-top: 0; margin-left: 4px; margin-bottom: 8px;}
  .schedule__item-text { width: 100%; border-width: 2px; padding: 8px 5%; margin-left: 0;}
  .schedule-event { padding-bottom: 40px; margin-top: 48px;}
  .schedule-event__title { padding-top: 0;}
  .schedule-event__title .c-page-title-en { font-size: 2.5rem;}
  .schedule-event__box { grid-template-columns: 1fr;}
  .faq__wrap { row-gap: 40px;}
  .faq__a a { display: block;}
}