main {
  margin-top: min(185 / 1200 * 100vw, 185px);
}
@media (max-width: 767px) {
  main {
    margin-top: 24.6666666667vw;
  }
}

.header__inner {
  padding-bottom: min(15 / 1200 * 100vw, 15px);
}
@media (max-width: 767px) {
  .header__inner {
    padding-bottom: 4vw;
  }
}

.showcase {
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
@media (max-width: 767px) {
  .showcase {
    padding-inline: 5.3333333333vw;
  }
}

.showcase-header {
  display: flex;
  gap: 7px;
  width: min(100% - 48px, 1200px);
  margin-inline: auto;
  margin-bottom: min(40 / 1200 * 100vw, 40px);
}
@media (max-width: 767px) {
  .showcase-header {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.showcase-header__title {
  flex-shrink: 0;
  width: 199px;
  padding: 24px 13px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: min(26 / 1200 * 100vw, 26px);
  font-weight: 300;
  line-height: 1;
}
@media (max-width: 767px) {
  .showcase-header__title {
    display: flex;
    align-items: center;
    gap: 0.6666666667vw;
    width: auto;
    padding: 1.8666666667vw 2.6666666667vw;
    white-space: nowrap;
    font-size: 4.2666666667vw;
  }
}
.is-red .showcase-header__title {
  background-color: #e11714;
}
.is-pink .showcase-header__title {
  background-color: #db348c;
}
.showcase-header__title strong {
  display: block;
  text-align: right;
  font-style: normal;
  font-size: min(34 / 1200 * 100vw, 34px);
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .showcase-header__title strong {
    font-size: 5.8666666667vw;
    text-align: left;
    width: 100%;
  }
}
.showcase-header__meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 12px 0 12px 20px;
}
@media (max-width: 767px) {
  .showcase-header__meta {
    gap: 2.6666666667vw;
    padding: 2.1333333333vw 0 2.1333333333vw 2.6666666667vw;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 2.6666666667vw;
  }
}
.is-red .showcase-header__meta {
  background-color: #e11714;
}
.is-pink .showcase-header__meta {
  background-color: #db348c;
}
.showcase-header__meta::after {
  content: "";
  position: absolute;
  top: 0;
  right: -50%;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.is-red .showcase-header__meta::after {
  background-color: #e11714;
}
.is-pink .showcase-header__meta::after {
  background-color: #db348c;
}
.showcase-header__info {
  position: relative;
  z-index: 1;
  min-width: 0;
}
.showcase-header__categorye {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: min(50 / 1200 * 100vw, 50px);
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .showcase-header__categorye {
    font-size: 5.8666666667vw;
    line-height: 1;
  }
}
.showcase-header__description {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: min(16 / 1200 * 100vw, 16px);
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 767px) {
  .showcase-header__description {
    margin-top: 1.0666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.9230769231;
  }
}
.showcase-header__date {
  position: relative;
  z-index: 1;
  margin-left: auto;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: min(45 / 1200 * 100vw, 45px);
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .showcase-header__date {
    font-size: 6vw;
  }
}
.showcase-header__date-day {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: min(28 / 1200 * 100vw, 28px);
  font-weight: 300;
  line-height: 1;
}
@media (max-width: 767px) {
  .showcase-header__date-day {
    font-size: 3.7333333333vw;
  }
}
.showcase-header__date-separator {
  position: relative;
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: min(45 / 1200 * 100vw, 45px);
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 767px) {
  .showcase-header__date-separator {
    font-size: 6vw;
  }
}
.showcase-header__date-wrap {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .showcase-header__date-wrap {
    margin-left: 0;
  }
}
.showcase-header__date-wrap.fxd-c {
  flex-direction: column;
  gap: min(8 / 1200 * 100vw, 8px);
}
@media (max-width: 767px) {
  .showcase-header__date-wrap.fxd-c {
    flex-direction: row;
    align-items: baseline;
    gap: 2.6666666667vw;
  }
}
.showcase-header__date-wrap.fxd-c .showcase-header__date {
  margin-left: 0;
}
.showcase-header__date-time {
  position: relative;
  z-index: 1;
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: min(28 / 1200 * 100vw, 28px);
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .showcase-header__date-time {
    font-size: 4vw;
  }
}
.showcase-header__date-time > i {
  margin-left: 0.2em;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-style: normal;
  font-size: min(28 / 1200 * 100vw, 28px);
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 767px) {
  .showcase-header__date-time > i {
    font-size: 4vw;
  }
}

.showcase-slider-wrap {
  position: relative;
}
@media (min-width: 768px) {
  .showcase-slider-wrap {
    margin-left: min(-55 / 1200 * 100vw, -55px);
  }
}
@media (max-width: 1200px) {
  .showcase-slider-wrap {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .showcase-slider-wrap {
    margin-left: 0;
    padding-inline: 10.6666666667vw;
  }
}

@media (min-width: 768px) {
  .showcase-slider {
    margin-left: -90px;
  }
}
@media (max-width: 1200px) {
  .showcase-slider {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .showcase-slider {
    margin-left: 0;
  }
}
.showcase-slider__pager {
  margin-block: min(80 / 1200 * 100vw, 80px);
}
@media (min-width: 768px) {
  .showcase-slider__pager {
    margin-left: min(90 / 1200 * 100vw, 90px);
  }
}
@media (max-width: 767px) {
  .showcase-slider__pager {
    margin-block: 16vw;
    margin-inline: -10.6666666667vw;
  }
}
.showcase-slider__pager .slick-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .showcase-slider__pager .slick-dots {
    gap: 3.7333333333vw;
  }
}
.showcase-slider__pager li {
  list-style: none;
}
.showcase-slider__pager span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 43px;
  height: 43px;
  border: 1px solid #e11714;
  border-radius: 6px;
  background: #000;
  font-size: min(18 / 1200 * 100vw, 18px);
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 767px) {
  .showcase-slider__pager span {
    min-width: 9.4666666667vw;
    height: 9.4666666667vw;
    font-size: 2.4vw;
  }
}
@media (min-width: 768px) {
  .showcase-slider__pager span:hover {
    color: #000;
    background: #fff;
  }
}
.showcase-slider__pager .slick-active span {
  color: #fff;
  background: #e11714;
}
.showcase-slider__controls {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: calc(100% - 60px);
  max-width: 940px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  transform: translateX(-50%);
  z-index: 1;
}
@media (min-width: 768px) {
  .showcase-slider__controls {
    border-right: 1px solid #fff;
  }
}
@media (max-width: 1063px) {
  .showcase-slider__controls {
    width: calc(100% - 108px);
    max-width: none;
  }
}
@media (max-width: 767px) {
  .showcase-slider__controls {
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
  }
}
.showcase-slider__controls button {
  pointer-events: all;
  position: absolute;
  width: 44px;
  height: 44px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.showcase-slider__controls button:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .showcase-slider__controls button {
    top: 0;
    left: auto;
  }
}
@media (max-width: 767px) {
  .showcase-slider__controls button {
    top: 0;
    transform: translateY(-50%);
    width: 8.8vw;
    height: 8.8vw;
  }
}
@media (min-width: 768px) {
  .showcase-slider__controls .showcase-slider__arrow--prev {
    right: 9px;
  }
}
@media (max-width: 767px) {
  .showcase-slider__controls .showcase-slider__arrow--prev {
    transform: translateY(40vw) translateX(-0.8vw);
  }
}
@media (min-width: 768px) {
  .showcase-slider__controls .showcase-slider__arrow--next {
    right: -55px;
  }
}
@media (max-width: 767px) {
  .showcase-slider__controls .showcase-slider__arrow--next {
    transform: translateY(40vw) translateX(-0.8vw);
    right: 0;
  }
}
.showcase-slider .showcase-slide {
  width: 1020px;
  margin: 0 60px;
  padding-right: 60px;
}
@media (max-width: 1200px) {
  .showcase-slider .showcase-slide {
    width: auto;
    margin: 0;
    padding: 0;
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .showcase-slider .showcase-slide {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.showcase-slider .showcase-slide img {
  width: 100%;
  height: auto;
}

.showcase-slide {
  width: 1020px;
}
@media (max-width: 1200px) {
  .showcase-slide {
    width: 100%;
  }
}
.showcase-slide img {
  width: 100%;
  height: auto;
}

.slick-active {
  color: #000;
  font-weight: bold;
}

.feature__title {
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: min(60 / 1200 * 100vw, 60px);
  font-weight: 600;
  line-height: 1.3333333333;
}
@media (max-width: 767px) {
  .feature__title {
    font-size: 8vw;
  }
}
.feature__content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: min(60 / 1200 * 100vw, 60px);
}
@media (max-width: 767px) {
  .feature__content {
    flex-direction: column;
    gap: 10.6666666667vw;
  }
}
.feature__image {
  flex: 0 0 min(508 / 1200 * 100vw, 508px);
  width: min(508 / 1200 * 100vw, 508px);
}
.feature__image img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .feature__image {
    flex-basis: 100%;
    width: 100%;
  }
}
.feature__body {
  display: flex;
  flex-direction: column;
  gap: min(40 / 1200 * 100vw, 40px);
  flex: 1;
  min-width: 0;
}
@media (max-width: 1200px) {
  .feature__body {
    padding-inline: 0 min(100 / 1200 * 100vw, 100px);
  }
}
@media (max-width: 767px) {
  .feature__body {
    gap: 10vw;
    padding-inline: 0;
  }
}
.feature__detail {
  display: flex;
  flex-direction: column;
  gap: min(30 / 1200 * 100vw, 30px);
}
@media (max-width: 767px) {
  .feature__detail {
    gap: 4vw;
  }
}
.feature__detail-title {
  display: inline-flex;
  align-items: center;
  gap: min(16 / 1200 * 100vw, 16px);
  font-weight: 600;
  color: #fff;
  font-size: min(30 / 1200 * 100vw, 30px);
  line-height: 1;
}
.feature__detail-title::after {
  content: "";
  display: block;
  width: 68px;
  height: 1px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .feature__detail-title {
    gap: 2.1333333333vw;
    font-size: 5.6vw;
  }
}
.feature__detail-description {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: min(20 / 1200 * 100vw, 20px);
  line-height: 2.2;
  font-weight: 500;
}
@media (max-width: 767px) {
  .feature__detail-description {
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}
.feature__location {
  display: inline-flex;
  align-items: flex-end;
  gap: min(4 / 1200 * 100vw, 4px);
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: min(18 / 1200 * 100vw, 18px);
  line-height: 1;
  margin-left: auto;
}
@media (max-width: 767px) {
  .feature__location {
    gap: 0.5333333333vw;
    font-size: 4.2666666667vw;
    margin-left: 0;
  }
}
.feature__location-icon {
  width: min(19 / 1200 * 100vw, 19px);
  height: min(31 / 1200 * 100vw, 31px);
  background: url("../img/common/icon-location.svg") no-repeat center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 767px) {
  .feature__location-icon {
    width: 3.2vw;
    height: 5.2vw;
  }
}
.feature__location-link {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.feature__location-link:hover {
  opacity: 0.8;
}
.feature__person {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: min(16 / 1200 * 100vw, 16px);
}
@media (max-width: 767px) {
  .feature__person {
    gap: 6.6666666667vw;
  }
}
.feature__person-image {
  overflow: hidden;
  flex-shrink: 0;
  width: min(170 / 1200 * 100vw, 170px);
  border-radius: 7px;
}
@media (max-width: 767px) {
  .feature__person-image {
    width: 44.6666666667vw;
  }
}
.feature__person-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}
.feature__person-image-wrap {
  display: flex;
  align-items: center;
  gap: min(16 / 1200 * 100vw, 16px);
}
@media (max-width: 767px) {
  .feature__person-image-wrap {
    flex-direction: column;
    gap: 2.6666666667vw;
  }
}
.feature__person-profile {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: min(10 / 1200 * 100vw, 10px);
  margin: 0;
  min-width: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}
@media (max-width: 767px) {
  .feature__person-profile {
    gap: 4vw;
  }
}
.feature__person-name {
  font-weight: 900;
  font-size: min(22 / 1200 * 100vw, 22px);
  line-height: 1;
}
@media (max-width: 767px) {
  .feature__person-name {
    font-size: 4.8vw;
  }
}
.feature__person-description {
  font-size: min(14 / 1200 * 100vw, 14px);
  line-height: 1.7142857143;
  font-weight: 500;
}
@media (max-width: 767px) {
  .feature__person-description {
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
}
.feature__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(50 / 1200 * 100vw, 50px);
  margin-bottom: min(60 / 1200 * 100vw, 60px);
}
@media (max-width: 767px) {
  .feature__links {
    gap: 10.6666666667vw;
    margin-bottom: 8vw;
  }
}
@media (max-width: 767px) {
  .feature__link {
    width: 100%;
  }
}
.feature__link a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: min(7 / 1200 * 100vw, 7px);
  max-width: 511px;
  min-height: 60px;
  padding-inline: min(20 / 1200 * 100vw, 20px);
  border-radius: 60px;
  background-color: rgb(255, 255, 255);
  box-shadow: 3.09px 5.143px 5.64px 0.36px rgba(81, 81, 81, 0.5);
  font-family: "Montserrat", sans-serif;
  white-space: nowrap;
  color: #000;
  font-weight: 700;
  font-size: min(13 / 1200 * 100vw, 13px);
}
@media (max-width: 767px) {
  .feature__link a {
    gap: 0.9333333333vw;
    width: 100%;
    max-width: none;
    padding-inline: 5.3333333333vw;
    text-align: center;
    font-size: 3.4666666667vw;
  }
}
@media (min-width: 768px) {
  .feature__link a:hover {
    box-shadow: 0px 0px 1px 4px rgb(81, 81, 81);
  }
}
.feature__link a img {
  max-width: fit-content;
}
@media (max-width: 767px) {
  .feature__back-link {
    width: 43.2vw;
  }
}
.feature__back-link a {
  display: inline-block;
  padding: 21px 57px;
  background-color: #e11714;
  border: 1px solid #e11714;
  border-radius: 60px;
  color: #fff;
  font-size: min(16 / 1200 * 100vw, 16px);
  line-height: 1;
  box-shadow: 3.09px 5.143px 5.64px 0.36px rgba(1, 1, 1, 0.3);
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .feature__back-link a {
    width: 100%;
    padding: 4vw 2.6666666667vw 4.6666666667vw;
    text-align: center;
    font-size: 4.352vw;
  }
}
@media (min-width: 768px) {
  .feature__back-link a:hover {
    opacity: 0.8;
  }
}

.session {
  width: min(100% - 48px, 1200px);
  margin-inline: auto;
  margin-bottom: min(40 / 1200 * 100vw, 40px);
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .session {
    width: 100%;
    margin-top: 12vw;
  }
}
.session__title {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: min(50 / 1200 * 100vw, 50px);
  line-height: 1.2;
}
@media (max-width: 767px) {
  .session__title {
    font-size: 6.6666666667vw;
    line-height: 1.6;
  }
}
.session__lead {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: min(30 / 1200 * 100vw, 30px);
  line-height: 2;
  font-weight: 700;
}
@media (max-width: 767px) {
  .session__lead {
    margin-top: 2.2666666667vw;
    font-size: 4.5333333333vw;
    line-height: 1.7647058824;
  }
}
.session__content {
  display: flex;
  flex-direction: column;
  gap: min(110 / 1200 * 100vw, 110px);
  margin-top: min(90 / 1200 * 100vw, 90px);
}
@media (min-width: 768px) {
  .session__content {
    flex-direction: row;
    align-items: flex-start;
  }
}
.session__body {
  flex: 1;
  min-width: 0;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}
.session__body p {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: min(20 / 1200 * 100vw, 20px);
  line-height: 2.2;
  font-weight: 500;
}
@media (max-width: 767px) {
  .session__body p {
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}
.session__body p + p {
  margin-top: 0.2em;
}
.session__location {
  margin-top: 2rem;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: min(18 / 1200 * 100vw, 18px);
  line-height: 1 !important;
  font-weight: 500;
}
@media (max-width: 767px) {
  .session__location {
    margin-top: 13.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.session__location-icon {
  display: inline-block;
  width: min(19 / 1200 * 100vw, 19px);
  height: min(31 / 1200 * 100vw, 31px);
  margin-right: 5px;
  background: url("../img/common/icon-location.svg") no-repeat center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: -3px;
}
@media (max-width: 767px) {
  .session__location-icon {
    width: 3.7333333333vw;
    height: 6.1333333333vw;
    margin-right: 1.3333333333vw;
  }
}
.session__speakers {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .session__speakers {
    width: 48%;
  }
}
.session__speakers-title {
  display: inline-flex;
  align-items: center;
  gap: min(16 / 1200 * 100vw, 16px);
  margin-bottom: min(40 / 1200 * 100vw, 40px);
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: min(30 / 1200 * 100vw, 30px);
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 767px) {
  .session__speakers-title {
    margin-bottom: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.session__speakers-title::after {
  content: "";
  display: block;
  width: 68px;
  height: 1px;
  background-color: #fff;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .session__speakers-title::after {
    margin-top: 1.0666666667vw;
  }
}
.session__speaker-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(50 / 1200 * 100vw, 50px);
}
@media (max-width: 767px) {
  .session__speaker-list {
    gap: 8.9333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
.session__speaker {
  width: min(220 / 1200 * 100vw, 220px);
}
@media (max-width: 767px) {
  .session__speaker {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 2.6666666667vw;
    flex-direction: column;
    align-items: center;
  }
}
.session__speaker-image {
  flex-shrink: 0;
  width: min(220 / 1200 * 100vw, 220px);
  height: min(220 / 1200 * 100vw, 220px);
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .session__speaker-image {
    width: 100%;
    height: auto;
  }
}
.session__speaker-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}
.session__speaker-profile {
  min-width: 0;
  margin: 0;
  margin-top: min(25 / 1200 * 100vw, 25px);
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}
.session__speaker-name {
  font-weight: 900;
  font-size: min(26 / 1200 * 100vw, 26px);
  line-height: 1;
}
@media (max-width: 767px) {
  .session__speaker-name {
    font-size: 4.8vw;
  }
}
.session__speaker-description {
  margin-top: min(8 / 1200 * 100vw, 8px);
  font-size: min(14 / 1200 * 100vw, 14px);
  line-height: 1.7142857143;
  font-weight: 500;
}
@media (max-width: 767px) {
  .session__speaker-description {
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
}