@charset "UTF-8";

:root {
  --text-main: #000;
  --text-sub: #242709;
  --white: #fff;
  --red-f: #f04465;
  --red-d: #d34e68;
  --orange: #ff9300;
  --bg-orange: #ffcf9f;
  --header-height: 60px;
}

* {
  letter-spacing: var(--spacing);
  line-height: var(--line-height);
}

html {
  height: 100%;
}

body {
  color: var(--text-main);
  font-family: "IBM Plex Sans JP", sans-serif;
  --line-height: 1;
  background-color: var(--bg-orange);
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.page-wrapper {
  flex: 1;
}

.content-inner {
  width: 93.6%;
  margin-inline: auto;
}

.pc-only {
  display: none;
}

.block {
  display: inline-block;
}

.p-space {
  margin-top: calc(var(--line-height) * 1rem);
}

a,
img {
  transition: opacity 0.4s, color 0.4s, background-color 0.4s;
  -webkit-transition: opacity 0.4s, color 0.4s, background-color 0.4s;
  -moz-transition: opacity 0.4s, color 0.4s, background-color 0.4s;
  -ms-transition: opacity 0.4s, color 0.4s, background-color 0.4s;
  -o-transition: opacity 0.4s, color 0.4s, background-color 0.4s;
}

.text-link {
  color: var(--red-d);
  text-decoration: underline;
}

.link:hover {
  opacity: 0.6;
}

@media screen and (min-width: 980px) {
  :root {
    --header-height: 75px;
    --content-width: 1040px;
  }

  .content-inner {
    width: 90%;
    max-width: var(--content-width);
  }

  .pc-only {
    display: block;
  }

  .sp-only {
    display: none !important;
  }
}

/* ========================================
    fade-in-animation
========================================= */
.fade-in {
  opacity: 0;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transition: opacity 2s, transform 2s;
  -webkit-transition: opacity 2s, transform 2s;
  -moz-transition: opacity 2s, transform 2s;
  -ms-transition: opacity 2s, transform 2s;
  -o-transition: opacity 2s, transform 2s;
}

.fade-in.active {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

/* ========================================
    header
========================================= */
.header {
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: var(--header-height);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
}

.header__title {
  color: var(--red-f);
  font-size: calc(13 / 16 * 1rem);
  font-weight: 600;
  --line-height: 1.23;
  padding-left: 3.5%;
}

.header__btn {
  color: var(--white);
  font-size: calc(12 / 16 * 1rem);
  font-weight: 700;
  background-color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 111px;
  height: 100%;
}

.header__btn-arrow {
  width: 5px;
  height: auto;
  margin-left: 7px;
  margin-bottom: 1px;
}

@media screen and (min-width: 980px) {
  .header {
    justify-content: end;
  }

  .header__title {
    font-size: calc(18 / 16 * 1rem);
    padding-left: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
  }

  .header__btn {
    font-size: calc(20 / 16 * 1rem);
    justify-content: start;
    width: clamp(210px, 17.5%, 280px);
    padding-left: 36px;
  }

  .header__btn-arrow {
    width: 8px;
    margin-left: 11px;
    margin-bottom: 2px;
  }
}

/* ========================================
    mv
========================================= */
.mv {
  background-color: var(--white);
}

.mv__inner {
  max-width: 600px;
}

.mv__item-wrapper {
  padding: 7.3% 2.8% 6.5%;
}

.mv__text-wrapper {
  color: var(--red-d);
  width: 90.3%;
  margin-inline: auto;
}

.mv__text-wrapper--bottom {
  font-size: min(4.2vw, 26px);
  font-weight: 500;
  --spacing: 0.05em;
  display: flex;
  flex-direction: column;
  margin-top: -17%;
}

.mv__title {
  width: 100%;
  height: auto;
}

.mv__subtitle {
  font-size: min(4vw, 26px);
  font-weight: 700;
  line-height: 1.33;
  margin-top: 5.4%;
}

.mv__img {
  width: 100%;
  height: auto;
  margin-top: -15%;
  z-index: -1;
  position: relative;
}

.mv__date--large {
  font-size: min(6.1vw, 36px);
  margin-top: 2.3%;
}

.mv__time {
  margin-top: 4.3%;
  margin-bottom: 5.6%;
}

.mv__nf-logo {
  width: 63.3%;
  height: auto;
}

@media screen and (min-width: 980px) {
  .mv {
    background-color: transparent;
  }

  .mv__inner {
    background-color: var(--white);
    width: 59.6%;
    max-width: 956px;
    margin: 72px 28.5% 0 auto;
    position: relative;
  }

  @media screen and (min-width: 1600px) {
    .mv__inner {
      margin-inline: calc((100% - 1230px) / 2);
    }
  }

  .mv__inner::before {
    content: "";
    background: var(--white);
    width: 70vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 50%;
  }

  .mv__item-wrapper {
    padding: 5.9% 0 5.5%;
    position: relative;
  }

  .mv__text-wrapper {
    width: 100%;
  }

  .mv__text-wrapper--bottom {
    font-size: min(1.7vw, 28px);
    margin-top: 3.1%;
  }

  .mv__title {
    width: 67%;
  }

  .mv__subtitle {
    font-size: min(1.5vw, 24px);
    width: fit-content;
    padding-bottom: 3.8%;
    margin-top: 4.8%;
    border-bottom: solid 1px #b59cfa;
  }

  .mv__img {
    width: auto;
    height: 106.2%;
    margin-top: 0;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -35.5%;
  }

  .mv__date--large {
    font-size: min(2.5vw, 40px);
    margin-top: 1.1%;
  }

  .mv__time {
    margin-top: 2%;
    margin-bottom: 2.7%;
  }

  .mv__nf-logo {
    width: 33.6%;
    margin-left: -6px;
  }
}

/* ========================================
    about
========================================= */
.about {
  color: var(--red-d);
  font-size: calc(17 / 16 * 1rem);
  font-weight: 500;
  --line-height: 2;
  margin-top: 6.2%;
}

@media screen and (min-width: 980px) {
  .about {
    font-size: calc(24 / 16 * 1rem);
    --line-height: 2.33;
    margin-top: 85px;
  }
}

/* ========================================
    section
========================================= */
.section-wrapper {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 5.3vw;
  margin-top: 12.7%;
  margin-bottom: min(23.8%, 150px);
}

.section {
  background-color: var(--white);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.section--outline {
  padding: 7.3% 2.8% min(16.4%, 90px);
}

.section--cast {
  padding: 9.9% 3.1% 11.9%;
}

.section--host {
  padding: 8.2% 4.6% 9%;
}

.section__heading {
  color: var(--red-d);
  font-size: calc(17 / 16 * 1rem);
  font-weight: 500;
}

.section__heading--border {
  text-align: center;
  padding-bottom: 14px;
  border-bottom: solid 1px var(--red-d);
}

@media screen and (min-width: 980px) {
  .section-wrapper {
    row-gap: 40px;
    margin-top: 100px;
    margin-bottom: 141px;
  }

  .section--outline {
    padding: 68px 88px 93px;
  }

  .section--cast {
    padding: 58px 88px 105px;
  }

  .section--host {
    padding: 61px 88px 80px;
  }

  .section__heading {
    font-size: calc(18 / 16 * 1rem);
  }
}

/* ========================================
    outline, attention
========================================= */
.outline__table {
  font-size: calc(15 / 16 * 1rem);
  --line-height: 1.6;
  display: grid;
  grid-template-columns: max-content auto;
  justify-content: center;
  row-gap: min(4.5vw, 30px);
  margin-top: 3.4%;
}

.outline__table-label {
  color: var(--red-d);
  font-weight: 500;
}

.attention {
  margin-top: 14%;
}

.attention__top-text {
  font-size: calc(13 / 16 * 1rem);
  font-weight: 500;
  margin-top: 4.2%;
}

.attention__list {
  font-size: calc(13 / 16 * 1rem);
  margin-top: min(10.5%, 40px);
}

.attention__label {
  font-weight: 500;
}

.attention__label:not(:first-of-type) {
  margin-top: 4%;
}

.attention__item {
  --spacing: -0.02em;
  --line-height: 1.85;
  width: fit-content;
  margin-left: 1.5em;
  list-style: disc;
}

.content__btn {
  color: var(--white);
  font-size: calc(16 / 16 * 1rem);
  font-weight: 700;
  background-color: var(--orange);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 256px;
  height: 52px;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  margin: min(15.9%, 80px) auto 0;
  position: relative;
}

.content__btn:hover {
  background-color: #d17900;
}

.content__btn::after {
  content: "";
  background: url("../../img/event-20231130/arrow-white.svg") no-repeat;
  background-size: contain;
  width: 6px;
  height: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 21px;
}

@media screen and (min-width: 980px) {
  .outline__table {
    font-size: calc(22 / 16 * 1rem);
    --line-height: 1.7;
    grid-template-columns: 107px max-content;
    row-gap: 13px;
    margin-top: 32px;
  }

  .outline__table-item--small {
    font-size: calc(18 / 16 * 1rem);
  }

  .attention {
    margin-top: 70px;
  }

  .attention__top-text {
    font-size: calc(16 / 16 * 1rem);
    max-width: 700px;
    margin: 35px auto 0;
  }

  .attention__list {
    font-size: calc(16 / 16 * 1rem);
    max-width: 700px;
    margin: 31px auto 0;
  }

  .attention__label:not(:first-of-type) {
    margin-top: 18px;
  }

  .attention__item {
    --line-height: 2;
  }

  .content__btn {
    font-size: calc(28 / 16 * 1rem);
    width: 449px;
    height: 91px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-top: 80px;
  }

  .content__btn::after {
    width: 10px;
    height: 18px;
    right: 41px;
  }
}

/* ========================================
    cast
========================================= */
.cast__list {
  display: grid;
  row-gap: min(9vw, 55px);
  padding-right: 1.8%;
  padding-left: 1.8%;
  margin-top: 7.1%;
}

@media screen and (min-width: 660px) {
  .cast__list {
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
    column-gap: 10%;
  }
}

.cast__name {
  color: var(--red-d);
  font-size: calc(18 / 16 * 1rem);
  font-weight: 700;
}

.cast__name--small {
  font-size: calc(12 / 16 * 1rem);
}

.cast__detail {
  font-size: calc(14 / 16 * 1rem);
  --line-height: 1.43;
  margin-top: 2.5%;
}

.cast__detail--red {
  color: var(--red-d);
  padding-left: 1em;
}

.cast__detail-link {
  color: var(--red-d);
  font-size: calc(12 / 16 * 1rem);
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 3px 14px 2px 17px;
  margin-top: 1.8%;
  border: solid 1px var(--red-d);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  position: relative;
}

.cast__detail-link::before {
  content: "";
  background: url("../../img/event-20231130/arrow-red.svg") no-repeat;
  background-size: contain;
  width: 5px;
  height: 7px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 8px;
}

.cast__detail-link:hover {
  background-color: #ffdbdb;
}

@media screen and (min-width: 980px) {
  .cast__list {
    row-gap: 70px;
    column-gap: 0;
    justify-content: space-between;
    padding: 0;
    margin-top: 54px;
  }

  @media screen and (min-width: 1080px) {
    .cast__list {
      margin-inline: 5.2%;
    }
  }

  .cast__name {
    font-size: calc(26 / 16 * 1rem);
  }

  .cast__name--small {
    font-size: calc(16 / 16 * 1rem);
  }

  .cast__detail {
    font-size: calc(18 / 16 * 1rem);
    --line-height: 1.33;
    margin-top: 12px;
  }

  .cast__detail-link {
    font-size: calc(16 / 16 * 1rem);
    padding: 4px 15px 3px 22px;
    margin-top: 10px;
  }

  .cast__detail-link::before {
    width: 5px;
    height: 8px;
    left: 10px;
  }
}

/* ========================================
    host
========================================= */
.host__buddy-team {
  margin-top: min(9.9%, 40px);
}

.host__name {
  color: var(--red-d);
  font-size: calc(17 / 16 * 1rem);
  font-weight: 500;
}

.host__detail--buddy-team {
  font-size: calc(15 / 16 * 1rem);
  --line-height: 1.6;
}

.host__detail--buddy-team:first-of-type {
  margin-top: min(2.5%, 14px);
  margin-bottom: min(15.6%, 50px);
}

.host__detail--co-host {
  color: var(--red-d);
  font-size: calc(17 / 16 * 1rem);
  font-weight: 500;
  --line-height: 1.29;
  margin-top: min(3.7%, 20px);
}

.host__co-host {
  margin-top: min(14.6%, 50px);
}

.host__bottom-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: min(15%, 60px);
}

.host__nf-logo {
  width: 20%;
  height: auto;
}

.host__bottom-text {
  color: var(--text-sub);
  font-size: calc(13 / 16 * 1rem);
  --line-height: 1.69;
  width: 105%;
  margin-top: 4.6%;
}

@media screen and (min-width: 760px) {
  .host__bottom-text {
    width: auto;
  }
}

@media screen and (min-width: 980px) {
  .host__buddy-team {
    margin-top: 26px;
  }

  .host__name--buddy-team {
    font-size: calc(22 / 16 * 1rem);
  }

  .host__name--co-host {
    font-size: calc(18 / 16 * 1rem);
  }

  .host__detail--buddy-team {
    font-size: calc(16 / 16 * 1rem);
    --line-height: 1.63;
  }

  .host__detail--buddy-team:first-of-type {
    font-size: calc(18 / 16 * 1rem);
    --line-height: 1.78;
    margin-top: 13px;
    margin-bottom: 26px;
  }

  .host__detail--co-host {
    font-size: calc(22 / 16 * 1rem);
    margin-top: 12px;
  }

  .host__co-host {
    margin-top: 56px;
  }

  .host__bottom-wrapper {
    flex-direction: row;
    align-items: end;
    column-gap: 28px;
    margin-top: 100px;
    margin-left: -13px;
  }

  .host__nf-logo {
    width: 122px;
  }

  .host__bottom-text {
    color: var(--text-main);
    font-size: calc(14 / 16 * 1rem);
    --spacing: 0.05em;
    --line-height: 1.4;
    margin-top: 0;
    margin-bottom: 2px;
  }
}

/* ========================================
    footer
========================================= */
.footer {
  background-color: orange;
  display: flex;
  align-items: center;
  height: 95px;
}

.footer__item-wrapper {
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__title {
  font-size: calc(13 / 16 * 1rem);
  font-weight: 600;
  --line-height: 1.23;
}

.footer__btn {
  font-size: calc(12 / 16 * 1rem);
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 21px;
}

.footer__btn-arrow {
  width: 5px;
  height: auto;
  margin-left: 7px;
}

@media screen and (min-width: 980px) {
  .footer {
    height: 67px;
  }

  .footer__title {
    font-size: calc(18 / 16 * 1rem);
  }

  .footer__btn {
    font-size: calc(20 / 16 * 1rem);
    font-weight: 700;
    padding: 18px 0 18px 18px;
  }

  .footer__btn-arrow {
    width: 8px;
    margin-left: 11px;
  }
}
