@charset "UTF-8";

/* =========================================================
 * 映画祭について
 * ========================================================= */

#about {
  margin: min(5vw, 60px) auto min(10vw, 120px);
  /*360–834px：400px≈15px、834px≈17px*/
  /*font-size: clamp(0.926rem, calc(0.822rem + 0.461vw), 1.063rem);*/
  /*360–834px：400px≈16px、834px≈18px*/
  font-size: clamp(0.988rem, calc(0.885rem + 0.461vw), 1.125rem);
  color: var(--text02-c);
}

#about .content-bg-con::before {
  /*background-color: var(--text01-c);*/
  background-color: #FFFFFF;
  /*opacity: 0.9;*/
}

.intro-text01 {
  display: inline-block;
  text-align: left;
  /*360–834px：400px≈16px、834px≈18px*/
  font-size: clamp(0.988rem, calc(0.885rem + 0.461vw), 1.125rem);
  /*font-weight: 500;*/
}

.about-block-title {
  display: flex;
  align-items: center;
  margin: 2em 0 0.5em;
  /*360–834px：400px≈20px、834px≈28px*/
  font-size: clamp(1.204rem, calc(0.789rem + 1.843vw), 1.750rem);
  font-weight: 600;
  color: var(--text03-c);
  line-height: 1.5;
}

.about-block-title::after {
  content: "";
  flex: 1;
  height: 2px;
  margin-left: min(4cqw, 24px);
  background-color: var(--text03-c);
}

.about-block01 {
  margin: 2em 0 0;
  padding: 1em 0.5em;
  text-align: center;
  background-color: var(--text01-c);
}

.about-main-title {
  /*360–1264px：400px≈20px、1264px≈42px*/
  font-size: clamp(1.198rem, calc(0.228rem + 3.874vw), 2.625rem);
  font-weight: 900;
  color: var(--text03-c);
  line-height: 1.5;
}

.about-main-text01 {
  margin: 1em 0 0;
  display: inline-block;
  text-align: left;
  /*360–834px：400px≈18px、834px≈24px*/
  font-size: clamp(1.09rem, calc(0.779rem + 1.383vw), 1.5rem);
  /*font-weight: 500;*/
}

.about-block06 {
  margin: 0;
  text-align: center;
}

.about-block06 p {
  display: inline-block;
  text-align: left;
  /*360–834px：400px≈17px、834px≈22px*/
  /*font-size: clamp(1.034rem, calc(0.774rem + 1.152vw), 1.375rem);*/
  /*font-weight: 500;*/
  /*color: var(--brand-c);*/
}

.about-sep-dots {
  --about-sep-dot-size: clamp(0.35rem, calc(0.25rem + 0.45vw), 0.55rem);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(var(--about-sep-dot-size) * 1.2);
  margin: 3em 0;
}

.about-sep-dots__dot {
  width: var(--about-sep-dot-size);
  height: var(--about-sep-dot-size);
  border-radius: 50%;
  background-color: var(--text03-c);
}



.btn-part {
  width: 100%;
  margin: 10cqw auto;
}

.btn-apply {
  width: 100%;
  max-width: 360px;
  margin-inline: auto;
}

#about-bottom-link .btn-apply {
  --btn-apply-width: 420px;
  width: min(100%, var(--btn-apply-width));
}

@media screen and (max-width: 767px) {
  #about-bottom-link .btn-apply {
    --btn-apply-width: 480px;
  }

  #about .btn-part .btn02-con {
    width: 92%;
  }
}

#about .btn02-con {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(8cqw, 48px);
}

#about .btn-apply--disabled,
#about .btn-apply.no-link {
  --btn-apply-face-color: #C8C8C8;
  --btn-apply-rail-color: #E2E2E2;
  pointer-events: none;
  cursor: default;
}

#about-bottom-link {
  margin-top: 5rem;
  padding: 2.5rem 0 0;
  border-top: 4px dotted var(--text03-c);
}


@media print,
screen and (min-width: 835px) {
  .about-block06 p {
    /*835–1264px：835px≈18px、1264px≈22px*/
    font-size: clamp(1.125rem, calc(0.638rem + 0.933vw), 1.375rem);
  }
}

/* =========================================================
 * 開催概要
 * ========================================================= */
#outline {
  margin: min(5vw, 60px) auto min(10vw, 120px);
  /*360–834px：400px≈15px、834px≈17px*/
  font-size: clamp(0.926rem, calc(0.822rem + 0.461vw), 1.063rem);
  color: var(--text02-c);
}

#outline .content-bg-con::before {
  /*background-color: var(--text01-c);*/
  background-color: #FFFFFF;
  /*opacity: 0.95;*/
}

/*.outline-part {
  margin: 1em 0 0;
}*/

/*.about-part {
  margin: 1em 0 0;
}*/

.outline-block01 .block-title {
  margin: 0 0 0.5em;
}

.outline-detail-con {
  width: 100%;
  margin: 0 0 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px dashed var(--text02-c);
  display: flex;
  flex-direction: column;
}

.outline-detail-con:last-child {
  margin: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.outline-detail-title-con {
  width: 100%;
}

.outline-detail-title {
  /*360–834px：400px≈14px、834px≈16px*/
  font-size: clamp(0.863rem, calc(0.760rem + 0.461vw), 1.000rem);
}

.outline-detail-text-con {
  width: 100%;
}

.outline-detail-text {
  /*360–834px：400px≈16px、834px≈18px*/
  font-size: clamp(0.988rem, calc(0.885rem + 0.461vw), 1.125rem);
}

.outline-detail-text span {
  /*360–834px：400px≈14px、834px≈16px*/
  font-size: clamp(0.863rem, calc(0.760rem + 0.461vw), 1.000rem);
}

.outline-detail-text-s {
  /*360–834px：400px≈14px、834px≈16px*/
  font-size: clamp(0.863rem, calc(0.760rem + 0.461vw), 1.000rem);
}

.board-member-part {
  margin: 1em 0 0;
}

.part-intro-con {
  width: 100%;
  margin: 0 0 1em;
}

.board-member-con {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.25em 2em;
}

html[lang="en"] .board-member-con {
  grid-template-columns: minmax(0, 1fr);
}

.member-con {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.member-name {
  width: 6.5em;
  /*360–834px：400px≈16px、834px≈18px*/
  font-size: clamp(0.988rem, calc(0.885rem + 0.461vw), 1.125rem);
  white-space: nowrap;
}

.member-text {
  width: calc(100% - 6.5em);
  padding: 0.15em 0 0 0;
  text-indent: -0.5em;
  /*360–834px：400px≈14px、834px≈16px*/
  font-size: clamp(0.863rem, calc(0.760rem + 0.461vw), 1.000rem);
}

html[lang="en"] .member-con {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25em;
}

html[lang="en"] .member-name {
  width: 100%;
  white-space: normal;
}

html[lang="en"] .member-text {
  width: 100%;
  margin-top: -0.25em;
  padding: 0;
  text-indent: 0;
}

.board-member-note-con {
  width: 100%;
  margin: 1em 0 0;
  text-align: right;
}

.board-member-note {
  /*360–834px：400px≈14px、834px≈16px*/
  font-size: clamp(0.863rem, calc(0.760rem + 0.461vw), 1.000rem);
}

@media print,
screen and (min-width: 835px) {
  .btn-part {
    margin: min(5cqw, 72px) auto;
  }

  .btn-apply {
    width: var(--btn-apply-width);
    max-width: none;
  }

  #about .btn02-con {
    flex-direction: row;
    justify-content: center;
  }

  .outline-detail-con {
    flex-direction: row;
  }

  .outline-detail-title-con {
    width: 10em;
    padding-right: 2em;
  }

  .outline-detail-title {
    padding-top: 0.125em;
  }

  .outline-detail-text-con {
    width: calc(100% - 12em);
  }

  .member-text {
    padding: 0.125em 0 0 0;
  }

  html[lang="en"] .member-con {
    flex-direction: row;
    gap: 0;
  }

  html[lang="en"] .member-name {
    width: 12em;
  }

  html[lang="en"] .member-text {
    width: calc(100% - 12em);
    margin-top: 0;
    text-indent: -0.5em;
  }
}

@media print,
screen and (min-width: 1334px) {
  .board-member-con {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html[lang="en"] .board-member-con {
    grid-template-columns: minmax(0, 1fr);
  }
}