@charset "utf-8";

* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

@media (width < 768px) {
  html {
    /* 同倍率 */
    font-size: 3.8647342995vw;
  }
}

@media (width >= 768px) and (width <= 1399px) {
  html {
    font-size: calc((100vw - 768px) / 632 * 3 + 13px);
  }
}

:root {
  --cc-design-width: 105rem;
  --cc-design-height-base: 579.4375rem;
  --cc-design-height: var(--cc-design-height-base);
  --cc-faq-extra-height: 0px;
  --cc-fit-scale: calc(100vw / var(--cc-design-width));
}

body {
  position: relative;
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  background: #ffffff;
  color: #0a0e18;
  font-family:
    "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background: #ffffff url("../img/cc-site-bg-pattern.webp") left top / 12.5rem
    12.5rem repeat;
}

body.is-modal-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: none;
}

picture {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.cc-stage {
  position: relative;
  z-index: 1;
  width: calc(var(--cc-design-width) * var(--cc-fit-scale));
  height: calc(var(--cc-design-height) * var(--cc-fit-scale));
  margin: 0 auto;
  overflow: hidden;
  background: transparent;
}

.cc {
  position: relative;
  width: var(--cc-design-width);
  margin: 0;
  overflow: hidden;
  background: transparent;
  transform: scale(var(--cc-fit-scale));
  transform-origin: top left;
}

.cc-main {
  position: relative;
  z-index: 1;
}

.cc-section {
  position: relative;
  width: var(--cc-design-width);
  overflow: hidden;
  background: transparent;
}

.cc-sr-only {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cc-header {
  position: fixed;
  z-index: 100;
  top: calc(0.5625rem * var(--cc-fit-scale));
  left: calc(50% - (0.375rem * var(--cc-fit-scale)));
  width: 96.875rem;
  height: 4.9375rem;
  transform: translateX(-50%) scale(var(--cc-fit-scale));
  transform-origin: top center;
}

.cc-header__nav {
  position: relative;
  width: 96.875rem;
  height: 4.9375rem;
  border: 0.0625rem solid #ffffff;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0.25rem 0.875rem rgba(0, 0, 0, 0.05);
}

.cc-header__link {
  position: absolute;
  top: 2rem;
  height: 1.1875rem;
  font-size: 1.0625rem;
  line-height: 1.0625rem;
  letter-spacing: 0.085rem;
  text-align: center;
  white-space: nowrap;
}

.cc-header__link--1 {
  left: 25.8125rem;
  width: 6.8125rem;
}
.cc-header__link--2 {
  left: 37.625rem;
  width: 7.875rem;
}
.cc-header__link--3 {
  left: 50.5rem;
  width: 4.5625rem;
}
.cc-header__link--4 {
  left: 60.0625rem;
  width: 4.5rem;
}
.cc-header__link--5 {
  left: 69.5625rem;
  width: 2.25rem;
}

.cc-header__cta {
  position: absolute;
  top: 0.625rem;
  right: 0.75rem;
  width: 15.4375rem;
  height: 3.75rem;
  border-radius: 2.5rem;
  background: #ad9000;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 3.75rem;
  letter-spacing: 0.07rem;
  text-align: center;
  white-space: nowrap;
}

.cc-header__cta:hover,
.cc-header__cta:focus-visible,
.cc-hero__social-link:hover,
.cc-hero__social-link:focus-visible {
  opacity: 0.8;
}

.cc-header__menu-toggle,
.cc-mobile-menu,
.cc-hero__sp-decor {
  display: none;
}

.cc-message__logo-sp,
.cc-access__map-link,
.cc-access__map-sp,
.cc-contact__sp-break,
.cc-contact__sp-line {
  display: none;
}

.cc-hero {
  z-index: 2;
  height: 70.125rem;
  overflow: visible;
}

.cc-hero__title {
  position: absolute;
  inset: 0;
  margin: 0;
  width: 105rem;
  height: 73.5rem;
}

.cc-hero__title img {
  width: 105rem;
  height: 73.5rem;
}

.cc-hero__marquee {
  position: absolute;
  z-index: 10;
  top: 59.8125rem;
  left: 0;
  width: 105rem;
  height: 14.3125rem;
  overflow: hidden;
  pointer-events: none;
  mix-blend-mode: overlay;
}

.cc-hero__marquee-track {
  --cc-hero-marquee-width: 176.875rem;
  display: flex;
  width: max-content;
  padding-left: 0.625rem;
  mix-blend-mode: overlay;
  animation: cc-hero-marquee 28s linear infinite;
  will-change: transform;
}

.cc-hero__marquee-text {
  flex: 0 0 176.875rem;
  width: 176.875rem;
  height: 14.3125rem;
  color: #ffffff;
  font-family: "Barlow Semi Condensed", "Oswald", Arial, sans-serif;
  font-size: 11.9075rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.23815rem;
  text-align: center;
  white-space: nowrap;
  opacity: 0.8;
}

.cc-hero__photo {
  position: absolute;
  z-index: 2;
}

.cc-hero__photo--left {
  top: 13.3125rem;
  left: 0.625rem;
  width: 35.9375rem;
  height: 25.1875rem;
}

.cc-hero__photo--right {
  top: 19.375rem;
  left: 78.5rem;
  width: 32.5rem;
  height: 21.9375rem;
}

.cc-hero__social {
  position: absolute;
  z-index: 3;
  top: 39.75rem;
  left: 102rem;
  width: 3rem;
  height: 14.25rem;
  border-radius: 0.3125rem 0 0 0.3125rem;
  background: rgba(255, 255, 255, 0.9);
  overflow: visible;
}

.cc-hero__social-link {
  position: absolute;
  z-index: 1;
  display: block;
  text-decoration: none;
}

.cc-hero__social-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cc-hero__social-link--facebook {
  top: 1.3125rem;
  left: 0.8125rem;
  width: 1.4375rem;
  height: 1.5rem;
}

.cc-hero__social-link--x {
  top: 4.875rem;
  left: 0.9375rem;
  width: 1.25rem;
  height: 1.125rem;
}

.cc-hero__social-link--linkedin {
  top: 8.0625rem;
  left: 0.875rem;
  width: 1.3125rem;
  height: 1.375rem;
}

.cc-hero__social-link--line {
  top: 11.5625rem;
  left: 0.8125rem;
  width: 1.4375rem;
  height: 1.5rem;
}

.cc-hero__scroll {
  position: absolute;
  z-index: 3;
  top: 50.8125rem;
  left: 98.9375rem;
  width: 1.5rem;
  height: 6.5625rem;
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.4375rem;
  line-height: 1.5rem;
  writing-mode: vertical-rl;
}

.cc-hero__scroll::before {
  content: "";
  position: absolute;
  top: -0.1875rem;
  left: -0.75rem;
  width: 0.125rem;
  height: 11.0625rem;
  background: #ffffff;
  transform: scaleY(0.42);
  transform-origin: top center;
  animation: cc-hero-scroll-line 1.8s cubic-bezier(0.76, 0, 0.24, 1) infinite;
  will-change: transform;
}

@keyframes cc-hero-scroll-line {
  0%,
  12% {
    transform: scaleY(0.42);
  }

  58%,
  78% {
    transform: scaleY(1);
  }

  100% {
    transform: scaleY(0.42);
  }
}

@keyframes cc-hero-marquee {
  to {
    transform: translateX(calc(var(--cc-hero-marquee-width) * -1));
  }
}

@keyframes cc-message-visual-marquee {
  to {
    transform: translateX(calc(var(--cc-message-visual-marquee-width) * -1));
  }
}

@media (prefers-reduced-motion: reduce) {
  .cc-message__visual-marquee-track,
  .cc-hero__marquee-track,
  .cc-hero__scroll::before {
    animation: none;
  }

  .cc-hero__scroll::before {
    transform: none;
  }
}

.cc-event {
  height: 57.3125rem;
  margin-bottom: 9rem;
}

.cc-event__bg {
  position: absolute;
  top: 3.375rem;
  left: 0;
  width: 105rem;
  height: 53.9375rem;
}

.cc-event-card,
.cc-event-card__copy,
.cc-event-card__photo {
  position: absolute;
}

.cc-event-card--session {
  inset: 0;
}

.cc-event-card--networking {
  inset: 0;
}

.cc-event-card--session .cc-event-card__copy {
  top: 9.75rem;
  left: 19.375rem;
  width: 26.25rem;
}

.cc-event-card--session .cc-event-card__photo {
  top: 6.75rem;
  left: 47.6875rem;
  width: 41.125rem;
  height: 21.5rem;
  border-radius: 1rem;
}

.cc-event-card--networking .cc-event-card__photo {
  top: 33rem;
  left: 13.75rem;
  width: 41.125rem;
  height: 21.5rem;
  border-radius: 1rem;
}

.cc-event-card--networking .cc-event-card__copy {
  top: 36.75rem;
  left: 61.625rem;
  width: 31.25rem;
}

.cc-event-card__label {
  position: relative;
  margin: 0 0 -0.4375rem;
  font-size: 1.2735rem;
  line-height: 1.54125rem;
  letter-spacing: 0.191rem;
}

.cc-event-card__label-mark {
  position: absolute;
  top: -1.25rem;
  left: -3.125rem;
  width: 3.198125rem;
  height: 2.91625rem;
}

.cc-event-card__title {
  margin: 0;
  color: #000000;
  font-family: "Barlow Semi Condensed", "Oswald", Arial, sans-serif;
  font-size: 4.687875rem;
  font-weight: 400;
  line-height: 5.625438rem;
  letter-spacing: 0.562562rem;
}

.cc-event-card__line {
  width: 4.25rem;
  height: 0.125rem;
  margin: 0.9375rem 0 1.375rem 0.15625rem;
  background: #0a0e18;
}

.cc-event-card__lead {
  margin: 0 0 0.875rem;
  color: #135df6;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.275rem;
  letter-spacing: 0.2625rem;
}

.cc-event-card--networking .cc-event-card__lead {
  font-weight: 700;
}

.cc-event-card__body {
  margin: 0;
  color: #000000;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.78125rem;
  letter-spacing: 0.178125rem;
}

.cc-overview {
  display: none;
  height: 108.875rem;
  background: transparent;
}

.cc-overview__title {
  position: absolute;
  top: 7.3125rem;
  left: 42.75rem;
  width: 19.5rem;
  margin: 0;
  background: linear-gradient(
    90deg,
    #13388c 0%,
    #0f619d 41.652%,
    #000000 81.585%,
    #000000 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Barlow Semi Condensed", "Oswald", Arial, sans-serif;
  font-size: 2.3875rem;
  font-weight: 400;
  line-height: 2.865rem;
  letter-spacing: 0.23875rem;
  text-align: center;
  white-space: nowrap;
}

.cc-overview__rule {
  position: absolute;
  top: 11.1875rem;
  left: 49.5625rem;
  width: 5.3125rem;
  height: 0.0625rem;
  background: #164c95;
}

.cc-overview__decor {
  position: absolute;
  opacity: 0.88;
}

.cc-overview__decor--1 {
  top: 2.625rem;
  left: 86.4375rem;
  width: 32.5rem;
  height: 32.5rem;
}

.cc-overview__decor--2 {
  top: 33.9375rem;
  left: -14.25rem;
  width: 32.5rem;
  height: 32.5rem;
}

.cc-overview__decor--3 {
  top: 73.25rem;
  left: 86.4375rem;
  width: 32.5rem;
  height: 32.5rem;
}

.cc-overview-feature {
  position: absolute;
}

.cc-overview-feature__copy,
.cc-overview-feature__visual {
  position: absolute;
}

.cc-overview-feature--1 {
  top: 17.1875rem;
  left: 26.75rem;
  width: 57.75rem;
  height: 16.625rem;
}

.cc-overview-feature--2 {
  top: 37.875rem;
  left: 16.6875rem;
  width: 74.125rem;
  height: 16.9375rem;
}

.cc-overview-feature--3 {
  top: 58.5625rem;
  left: 17.5rem;
  width: 70.4375rem;
  height: 17.125rem;
}

.cc-overview-feature--4 {
  top: 79.25rem;
  left: 13rem;
  width: 73.0625rem;
  height: 17.0625rem;
}

.cc-overview-feature--1 .cc-overview-feature__copy {
  top: 0.625rem;
  left: 0;
  width: 23.125rem;
}

.cc-overview-feature--1 .cc-overview-feature__visual {
  top: 0;
  left: 24.8125rem;
  width: 32.9375rem;
  height: 16.625rem;
}

.cc-overview-feature--2 .cc-overview-feature__visual {
  top: 0;
  left: 0;
  width: 31.8125rem;
  height: 16.9375rem;
}

.cc-overview-feature--2 .cc-overview-feature__copy {
  top: 0.875rem;
  left: 34.9375rem;
  width: 39.1875rem;
}

.cc-overview-feature--3 .cc-overview-feature__copy {
  top: 0.5625rem;
  left: 0;
  width: 35.5rem;
}

.cc-overview-feature--3 .cc-overview-feature__visual {
  top: 0;
  left: 36.5625rem;
  width: 33.875rem;
  height: 17.125rem;
}

.cc-overview-feature--4 .cc-overview-feature__visual {
  top: 0;
  left: 0;
  width: 31.8125rem;
  height: 17.0625rem;
}

.cc-overview-feature--4 .cc-overview-feature__copy {
  top: 0.5625rem;
  left: 34.9375rem;
  width: 38.125rem;
}

.cc-overview-feature__tag {
  height: 1.4375rem;
  margin: 0 0 1.125rem;
  object-fit: contain;
}

.cc-overview-feature--1 .cc-overview-feature__tag {
  width: 5.35rem;
}
.cc-overview-feature--2 .cc-overview-feature__tag {
  width: 7.2875rem;
}
.cc-overview-feature--3 .cc-overview-feature__tag,
.cc-overview-feature--4 .cc-overview-feature__tag {
  width: 7.7875rem;
}

.cc-overview-feature__title {
  margin: 0 0 0.8125rem;
  color: #0a0e18;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3.5rem;
  letter-spacing: 0.25rem;
  white-space: nowrap;
}

.cc-overview-feature__body {
  margin: 0;
  color: #4c4c4c;
  font-size: 1.0625rem;
  line-height: 2.125rem;
  letter-spacing: 0.09375rem;
}

.cc-message {
  height: 95.8125rem;
  overflow: visible;
}

.cc-message__visual {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 1.4375rem;
  width: 102.125rem;
  height: 29.25rem;
}

.cc-message__visual-marquee {
  --cc-message-visual-marquee-width: 176.875rem;
  position: absolute;
  top: 7.4375rem;
  left: -15.5625rem;
  width: var(--cc-message-visual-marquee-width);
  height: 14.3125rem;
  overflow: hidden;
  opacity: 0.78;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: overlay;
}

.cc-message__visual-marquee-track {
  display: flex;
  width: max-content;
  mix-blend-mode: overlay;
  animation: cc-message-visual-marquee 28s linear infinite;
}

.cc-message__visual-copy {
  flex: 0 0 var(--cc-message-visual-marquee-width);
  width: var(--cc-message-visual-marquee-width);
  height: 14.3125rem;
}

.cc-message__decor {
  position: absolute;
}

.cc-message__decor--1 {
  top: 39.5625rem;
  left: 4.875rem;
  width: 19.5625rem;
  height: 20.125rem;
}

.cc-message__decor--2 {
  top: 52.4375rem;
  left: 81.875rem;
  width: 18.1875rem;
  height: 16rem;
}

.cc-message__logo {
  position: absolute;
  top: 38.375rem;
  left: 26.125rem;
  width: 57.125rem;
  height: 12.75rem;
  object-fit: contain;
}

.cc-message__lead {
  position: absolute;
  top: 52.6875rem;
  left: 30.25rem;
  width: 43.5rem;
  margin: 0;
  color: #0a0e18;
  font-size: 1.866062rem;
  font-weight: 500;
  line-height: 2.985688rem;
  letter-spacing: 0.186625rem;
  text-align: center;
}

.cc-message__body {
  position: absolute;
  top: 58.5rem;
  left: 25.9375rem;
  width: 53.125rem;
  margin: 0;
  color: #1e1e1e;
  font-size: 1rem;
  line-height: 1.8125rem;
  letter-spacing: 0.0875rem;
  text-align: center;
}

.cc-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.125rem;
  border-width: 0.125rem;
  border-style: solid;
  border-color: #ffffff;
  border-radius: 5rem;
  background: #ad9000;
  box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.08);
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.125rem;
}

.cc-button span {
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  background: #ffffff;
  color: #ad9000;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: center;
}

.cc-message__button {
  position: absolute;
  top: 82.5rem;
  left: 38.8125rem;
  width: 27.4375rem;
  height: 5.75rem;
  font-size: 1.4285625rem;
  letter-spacing: 0.1142875rem;
}

.cc-button__arrow {
  position: absolute;
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  object-fit: contain;
  pointer-events: none;
}

.cc-message__button-arrow {
  top: 1.875rem;
  left: 23.9375rem;
}

.cc-time-table {
  height: 46.375rem;
}

.cc-time-table__panel {
  position: absolute;
  top: 0;
  left: 1.4375rem;
  width: 102.125rem;
  height: 45.75rem;
}

.cc-speakers {
  box-sizing: border-box;
  height: 88rem;
  padding-top: 6rem;
  background: transparent;
  margin-bottom: 11rem;
}

.cc-speakers__decor {
  position: absolute;
  display: block;
  width: 26.524875rem;
  height: 26.525rem;
  pointer-events: none;
}

.cc-speakers__decor--left {
  top: 40.1875rem;
  left: -11.9375rem;
}

.cc-speakers__decor--right {
  top: 40.1875rem;
  left: 90.5rem;
}

.cc-speakers__heading {
  display: grid;
  grid-template-columns: 0.9375rem minmax(0, 1fr) 0.9375rem;
  grid-template-areas:
    "start kicker end"
    ". title ."
    ". rule ."
    ". order .";
  width: 34.5rem;
  height: 10.75rem;
  margin: 0 auto;
  text-align: center;
}

.cc-speakers__heading::before,
.cc-speakers__heading::after {
  content: "";
  display: block;
  width: 0.9375rem;
  height: 3.8125rem;
  border-color: #0f56aa;
  border-style: solid;
}

.cc-speakers__heading::before {
  grid-area: start;
  border-width: 0.0625rem 0 0.0625rem 0.0625rem;
}

.cc-speakers__heading::after {
  grid-area: end;
  border-width: 0.0625rem 0.0625rem 0.0625rem 0;
}

.cc-speakers__kicker {
  grid-area: kicker;
  margin: 0;
  color: transparent;
  font-family: "Barlow Semi Condensed", "Oswald", Arial, sans-serif;
  font-size: 1.6375rem;
  line-height: 1.965rem;
  letter-spacing: 0.16375rem;
  background: linear-gradient(
    90deg,
    rgb(19, 56, 140) 0%,
    rgb(15, 97, 157) 41.652%,
    rgb(0, 0, 0) 81.585%,
    rgb(0, 0, 0) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
}

.cc-speakers__kicker span {
  font-size: 1.6375rem;
  letter-spacing: 0.16375rem;
}

.cc-speakers__title {
  grid-area: title;
  margin: 3.5625rem 0 0;
  color: transparent;
  font-family: "Barlow Semi Condensed", "Oswald", Arial, sans-serif;
  font-size: 2.3875rem;
  font-weight: 400;
  line-height: 2.865rem;
  letter-spacing: 0.23875rem;
  background: linear-gradient(
    90deg,
    rgb(19, 56, 140) 0%,
    rgb(15, 97, 157) 41.652%,
    rgb(0, 0, 0) 81.585%,
    rgb(0, 0, 0) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
}

.cc-section-rule {
  display: block;
  width: 4.25rem;
  height: 0.09375rem;
  margin: 0.5625rem auto 0.75rem;
  background: linear-gradient(
    90deg,
    rgb(19, 56, 140) 0%,
    rgb(15, 97, 157) 41.652%,
    rgb(0, 0, 0) 81.585%,
    rgb(0, 0, 0) 100%
  );
}

.cc-speakers__heading > .cc-section-rule {
  grid-area: rule;
}

.cc-speakers__order {
  grid-area: order;
  margin: 0;
  color: transparent;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: 0.1575rem;
  background: linear-gradient(
    90deg,
    rgb(19, 56, 140) 0%,
    rgb(15, 97, 157) 41.652%,
    rgb(0, 0, 0) 81.585%,
    rgb(0, 0, 0) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
}

.cc-speakers__list {
  display: grid;
  grid-template-columns: repeat(6, 11.3125rem);
  align-items: start;
  column-gap: 2.25rem;
  row-gap: 0.9375rem;
  width: 79.125rem;
  margin: 5.8125rem 0 0 13.25rem;
  padding: 0;
  list-style: none;
}

.cc-speaker-card {
  width: 11.3125rem;
}

.cc-speaker-card__button {
  position: relative;
  display: block;
  width: 11.3125rem;
  text-align: left;
}

.cc-speaker-card__button::after {
  content: "";
  position: absolute;
  top: 9.625rem;
  right: -0.4375rem;
  display: block;
  width: 2.25rem;
  height: 2.375rem;
  background: url("../img/cc-speaker-card-arrow.webp") center / contain
    no-repeat;
  pointer-events: none;
}

.cc-speaker-card__portrait {
  width: 11.3125rem;
  height: 10.875rem;
}

.cc-speaker-card__name {
  display: block;
  margin-top: 0.625rem;
  color: #0a0e18;
  font-family:
    "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.2rem;
  letter-spacing: 0.09375rem;
  background-clip: text;
}

.cc-speaker-card__role {
  display: block;
  margin-top: 0.5rem;
  color: #3a3a3a;
  font-family:
    "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 0.9625rem;
  letter-spacing: 0.034375rem;
}

.cc-speaker-card--10 .cc-speaker-card__role {
  width: 10.75rem;
  line-height: 0.9625rem;
}

.cc-speakers__note {
  display: flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.8625rem;
  margin: 2.75rem auto 0;
  color: #0a0e18;
  font-size: 1.053562rem;
  line-height: 1.369625rem;
  letter-spacing: 0.189644rem;
  text-align: center;
  white-space: nowrap;
}

.cc-speakers__note-marker {
  display: grid;
  flex: 0 0 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  place-items: center;
}

.cc-speakers__note-dot {
  display: block;
  grid-area: 1 / 1;
}

.cc-speakers__note-dot--outer {
  width: 1.2rem;
  height: 1.2rem;
}

.cc-speakers__note-dot--inner {
  width: 0.81rem;
  height: 0.81rem;
}

.cc-tickets {
  height: auto;
  min-height: 46.9375rem;
  overflow: visible;
  margin-bottom: 4rem;
}

.cc-tickets__title,
.cc-access__title,
.cc-faq__title,
.cc-contact__title {
  position: absolute;
  margin: 0;
  color: transparent;
  font-family: "Barlow Semi Condensed", "Oswald", Arial, sans-serif;
  font-size: 2.3875rem;
  font-weight: 400;
  line-height: 2.865rem;
  letter-spacing: 0.23875rem;
  text-align: center;
  background: linear-gradient(
    90deg,
    rgb(19, 56, 140) 0%,
    rgb(15, 97, 157) 41.652%,
    rgb(0, 0, 0) 81.585%,
    rgb(0, 0, 0) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
}

.cc-tickets__title {
  position: static;
  width: 9.375rem;
  margin: 0 auto;
  transform: translateX(1.3125rem);
}

.cc-tickets > .cc-section-rule {
  position: static;
  margin: 0.521rem auto 0;
  transform: translateX(1.3125rem);
}

.cc-tickets__content {
  display: flex;
  width: 58.25rem;
  align-items: flex-start;
  gap: 3rem;
  margin: 5.3347rem auto 0;
}

.cc-tickets__visual-wrap {
  flex: 0 0 28.9375rem;
  width: 28.9375rem;
  margin-top: 4.4375rem;
}

.cc-tickets__visual {
  width: 28.9375rem;
  height: 33.3125rem;
  object-fit: contain;
}

.cc-tickets__cards {
  display: flex;
  flex: 0 0 26.3125rem;
  width: 26.3125rem;
  flex-direction: column;
  gap: 0;
}

.cc-ticket-card {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 26.3125rem;
  height: 6rem;
  min-height: 6rem;
  overflow: hidden;
  border: 0;
  border-radius: 0.625rem;
  background: #ffffff;
  box-shadow: 0 0 0.4375rem rgba(0, 0, 0, 0.1);
  color: #0a0e18;
  text-decoration: none;
}

.cc-ticket-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.125rem;
  background: linear-gradient(90deg, #0addff 7%, #3700ff 100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.cc-ticket-card + .cc-ticket-card {
  margin-top: 0.9375rem;
}

.cc-ticket-card:nth-child(3),
.cc-ticket-card:nth-child(4) {
  margin-top: 1.0625rem;
}

.cc-ticket-card:not(.cc-ticket-card--disabled):hover,
.cc-ticket-card:not(.cc-ticket-card--disabled):focus-visible {
  outline: none;
}

.cc-ticket-card:not(.cc-ticket-card--disabled):hover::after,
.cc-ticket-card:not(.cc-ticket-card--disabled):focus-visible::after {
  opacity: 1;
}

.cc-ticket-card--featured {
  height: 10.0625rem;
  min-height: 8.0625rem;
  padding: 0.675rem 0.875rem 0.875rem 1.1875rem;
}

.cc-ticket-card--standard,
.cc-ticket-card--disabled {
  height: 6rem;
  min-height: 6rem;
  padding: 1.1875rem 0.875rem 0.875rem 1.1875rem;
}

.cc-ticket-card--disabled {
  background: #f0f0f0;
  color: #959595;
  pointer-events: none;
}

.cc-ticket-card__badge {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 16.375rem;
  height: 2.5625rem;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
  border-radius: 0.625rem 0 0.625rem 0;
  background: linear-gradient(99.645deg, #0addff 2.02%, #3700ff 111.04%);
  color: #ffffff;
  font-size: 1.06875rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.160313rem;
}

.cc-ticket-card__badge img {
  width: 0.95rem;
  height: 0.95rem;
}

.cc-ticket-card__limited {
  display: block;
  margin-left: 16rem;
  background: linear-gradient(106.301deg, #0a80ff 2.02%, #3700ff 111.04%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.15rem;
  white-space: nowrap;
}

.cc-ticket-card__note {
  display: block;
  margin: 1.0625rem 0 0 0;
  color: rgb(31 117 255);
  font-size: 0.825rem;
  line-height: 1.3;
  letter-spacing: 0.0625rem;
  white-space: nowrap;
}

.cc-ticket-card__type {
  display: block;
  margin-top: 0.55rem;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.15rem;
  white-space: nowrap;
}

.cc-ticket-card--standard .cc-ticket-card__type,
.cc-ticket-card--disabled .cc-ticket-card__type {
  margin-top: 0;
}

.cc-ticket-card__price-row {
  display: grid;
  grid-template-columns: 5.1875rem 7rem minmax(0, 1fr);
  align-items: baseline;
  margin-top: 0.5625rem;
}

.cc-ticket-card__price-label {
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: 0.16875rem;
}

.cc-ticket-card__price {
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.125rem;
  white-space: nowrap;
}

.cc-ticket-card__action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  color: #cb9b0c;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.135rem;
  white-space: nowrap;
}

.cc-ticket-card__action img {
  flex: 0 0 1.3rem;
  width: 1.3rem;
  height: 1.3rem;
}

.cc-ticket-card__status {
  position: absolute;
  top: 1.75rem;
  right: 0.875rem;
  font-size: 1.3375rem;
  line-height: 1.3;
  letter-spacing: 0.200625rem;
  white-space: nowrap;
}

.cc-ticket-card__wait {
  position: absolute;
  right: 0.875rem;
  bottom: 0.625rem;
  font-size: 0.7125rem;
  line-height: 1.3;
  letter-spacing: 0.106875rem;
  white-space: nowrap;
}

.cc-partners {
  height: 58.125rem;
}

.cc-partners__panel {
  width: 105rem;
  height: 58.0625rem;
}

.cc-access {
  height: auto;
  padding-bottom: 49.25rem;
}

.cc-access__title {
  top: 7.5rem;
  left: 48.25rem;
  width: max-content;
}

.cc-access > .cc-section-rule {
  position: absolute;
  top: 10.875rem;
  left: 50.4375rem;
  margin: 0;
}

.cc-access__decor {
  position: absolute;
  top: 14.9375rem;
  left: 47.375rem;
  width: 21rem;
  height: 19.6875rem;
}

.cc-access__logo {
  position: absolute;
  top: 16.5625rem;
  left: 23.75rem;
  width: 18.6875rem;
  height: 5.5625rem;
}

.cc-access__event {
  position: absolute;
  top: 23.4375rem;
  left: 23.625rem;
  width: 18.25rem;
  margin: 0;
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 0.08rem;
  white-space: nowrap;
}

.cc-access__event-room {
  display: inline-block;
  padding-left: 3.2em;
}

.cc-access__map {
  position: absolute;
  top: 16.8125rem;
  left: 52.75rem;
  width: 29.5rem;
  height: 16.0625rem;
  display: block;
  border: 0;
}

.cc-access__train-heading {
  position: absolute;
  top: 36.875rem;
  left: 23rem;
  width: 9.6875rem;
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3125rem;
  letter-spacing: 0.08rem;
  white-space: nowrap;
}

.cc-access__train {
  position: absolute;
  top: 39.25rem;
  margin: 0;
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 0.08rem;
  white-space: nowrap;
}

.cc-access__train-line {
  display: block;
}

.cc-access__train-line--station-align {
  padding-left: 4.875em;
}

.cc-access__train--left {
  left: 23.625rem;
  width: 27.1875rem;
}

.cc-access__train--right {
  left: 52.75rem;
  width: 25.0625rem;
}

.cc-faq {
  height: auto;
  overflow: visible;
  padding: 14.1875rem 0 9rem;
}

.cc-faq__title {
  position: static;
  width: max-content;
  margin: 0 auto;
}

.cc-faq > .cc-section-rule {
  position: static;
  margin: 0.5rem auto 0;
}

.cc-faq__decor {
  position: absolute;
}

.cc-faq__decor--1 {
  top: 2rem;
  left: 95.9375rem;
  width: 9.0625rem;
  height: 15.6875rem;
}

.cc-faq__decor--2 {
  top: 48.875rem;
  left: 0;
  width: 8.375rem;
  height: 14.375rem;
}

.cc-faq__list {
  width: 55.25rem;
  margin: 7.28125rem auto 0;
}

.cc-faq-item {
  border-bottom: 0.0625rem solid #e6e8ec;
}

.cc-faq-item__question {
  position: relative;
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr) 1rem;
  column-gap: 0.875rem;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 6.75rem;
  padding: 0 2.25rem 0 3.5rem;
  border: 0;
  background: transparent;
  color: #0a0e18;
  font-family: inherit;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4625rem;
  letter-spacing: 0.1125rem;
  text-align: left;
  cursor: pointer;
  appearance: none;
}

.cc-faq-item__q {
  position: static;
  font-family: "Barlow Semi Condensed", "Oswald", Arial, sans-serif;
  font-size: 2.3875rem;
  font-weight: 400;
  line-height: 2.865rem;
  background: linear-gradient(
    90deg,
    #13388c 0%,
    #0f619d 41.652%,
    #000000 81.585%,
    #000000 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
  top: -0.2rem;
}

.cc-faq-item__question-text {
  display: block;
}

.cc-faq-item__question i {
  position: relative;
  justify-self: end;
  width: 1rem;
  height: 1rem;
}

.cc-faq-item__question i::before,
.cc-faq-item__question i::after {
  content: "";
  position: absolute;
  top: 0.4375rem;
  left: 0;
  width: 1rem;
  height: 0.0625rem;
  background: #0b52a7;
}

.cc-faq-item__question i::after {
  transform: rotate(90deg);
}

.cc-faq-item.is-open .cc-faq-item__question i::after {
  opacity: 0;
}

.cc-faq-item__answer {
  display: none;
  width: 44.4375rem;
  margin: -0.625rem 0 1.625rem 7.075rem;
  color: #000000;
  font-size: 0.9375rem;
  line-height: 1.59375rem;
  letter-spacing: 0.075rem;
}

.cc-faq-item__answer a {
  color: #0b52a7;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.cc-faq-item.is-open .cc-faq-item__answer {
  display: block;
  margin-left: 7.1rem;
}
@media screen and (max-width: 767.98px) {
  .cc-faq-item.is-open .cc-faq-item__answer {
    margin-left: 2.4rem;
  }
}

.cc-contact {
  height: 16.75rem;
  overflow: visible;
  z-index: 4;
}

.cc-contact__title {
  top: 1.875rem;
  left: 50%;
  transform: translateX(-50%);
}

.cc-contact > .cc-section-rule {
  position: absolute;
  top: 5.5rem;
  left: 50.375rem;
  margin: 0;
}

.cc-contact__panel {
  position: absolute;
  z-index: 3;
  top: 9.0625rem;
  left: 15.9375rem;
  width: 72.875rem;
  height: 20.5rem;
  border-radius: 0.375rem;
  background-image: url("../img/cc-contact-bg.webp");
  background-size: 72.875rem 20.5rem;
  background-repeat: no-repeat;
  text-align: center;
}

.cc-contact__copy {
  margin: 4rem 0 0;
  color: #ffffff;
  font-size: 1.491062rem;
  font-weight: 500;
  line-height: 2.534813rem;
  letter-spacing: 0.268125rem;
}

.cc-contact__button {
  position: absolute;
  top: 11.375rem;
  left: 25.625rem;
  width: 21.9375rem;
  height: 4.625rem;
  border-radius: 2.875rem;
  background: #ffffff;
  color: #145ad7;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 4.625rem;
  letter-spacing: 0.0625rem;
  text-align: center;
}

.cc-contact__button span {
  margin-left: 0.75rem;
}

.cc-footer {
  position: relative;
  width: 105rem;
  height: 28.4375rem;
  overflow: hidden;
}

.cc-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 105rem;
  height: 32.375rem;
}

.cc-footer__logo-link {
  position: absolute;
  top: 18.3125rem;
  left: 15.9375rem;
  width: 31.0625rem;
  height: 2.5625rem;
}

.cc-footer__logo {
  width: 31.0625rem;
  height: 2.5625rem;
}

.cc-footer__sns {
  position: absolute;
  top: 22.25rem;
  left: 15.9375rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  height: 1.5rem;
}

.cc-footer__sns-link {
  display: flex;
  width: 1.5625rem;
  height: 1.5625rem;
  align-items: center;
  justify-content: center;
}

.cc-footer__sns-link img {
  max-width: 1.5625rem;
  max-height: 1.5625rem;
  object-fit: contain;
}

.cc-footer__links {
  position: absolute;
  top: 21.25rem;
  left: 76.125rem;
  width: 11.9375rem;
  margin: 0;
  color: #111111;
  font-size: 0.6875rem;
  line-height: 1.4375rem;
}

.cc-footer__copyright {
  position: absolute;
  top: 22.6875rem;
  left: 72.1875rem;
  width: 15.875rem;
  margin: 0;
  color: #111111;
  font-size: 0.6875rem;
  line-height: 1.4375rem;
}

.cc-modal {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: none;
}

.cc-modal.is-open {
  display: block;
}

.cc-modal__backdrop {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: rgba(0, 0, 0, 0.69);
}

.cc-modal__frame {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 61.1875rem;
  transform: translate(-50%, -50%) scale(var(--cc-fit-scale));
  transform-origin: center center;
  overflow: visible;
}

.cc-modal__dialog {
  position: relative;
  width: 100%;
  max-height: calc(70vh / var(--cc-fit-scale));
  padding: 1.75rem 5.375rem 3.75rem;
  overflow-y: auto;
  border-radius: 0.9375rem;
  background: #ffffff;
  box-shadow: 0 1.125rem 3.75rem rgba(0, 0, 0, 0.14);
}

.cc-modal__dialog::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image: url("../img/cc-bg-pattern.png");
  background-size: 64rem 64rem;
  pointer-events: none;
}

.cc-modal__close {
  position: absolute;
  z-index: 3;
  top: -4.125rem;
  right: 0;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background: url("../img/cc-modal-close.webp") center / 3.25rem 3.25rem
    no-repeat;
}

.cc-modal__close::before,
.cc-modal__close::after {
  content: none;
}

.cc-modal__close::before {
  transform: rotate(45deg);
}

.cc-modal__close::after {
  transform: rotate(-45deg);
}

.cc-modal__speaker-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 14.1875rem;
  margin: 0 auto;
  object-fit: contain;
}

.cc-modal__name {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 1.0625rem 0 0;
  color: #0a0e18;
  font-size: 1.584375rem;
  font-weight: 700;
  line-height: 2.028rem;
  letter-spacing: 0.158438rem;
  text-align: center;
}

.cc-modal__role {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0.75rem 0 0;
  color: #3a3a3a;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.4rem;
  letter-spacing: 0.08rem;
  text-align: center;
}

.cc-modal__role--long {
  font-size: 0.75rem;
  line-height: 1.0625rem;
}

.cc-modal__bio {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 2.875rem 0 0;
  color: #3a3a3a;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.075rem;
  white-space: pre-wrap;
}

.cc-modal__bio--long-role {
  margin-top: 2.5rem;
}

@media (width < 768px) {
  :root {
    --cc-design-width: 25.875rem;
    --cc-design-height-base: auto;
    --cc-design-height: auto;
    --cc-fit-scale: 1;
  }

  body.is-menu-open {
    overflow: hidden;
  }

  img {
    max-width: 100%;
  }

  .cc-stage {
    width: var(--cc-design-width);
    height: auto;
    overflow: hidden;
  }

  .cc {
    width: var(--cc-design-width);
    transform: none;
    overflow: hidden;
  }

  .cc-main {
    overflow: hidden;
  }

  .cc-section {
    width: var(--cc-design-width);
    overflow: hidden;
    background: transparent;
  }

  .cc-header {
    top: 0;
    left: 50%;
    width: var(--cc-design-width);
    height: 3.625rem;
    transform: translateX(-50%);
    z-index: 160;
  }

  .cc-header__nav {
    width: var(--cc-design-width);
    height: 3.625rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .cc-header__link {
    display: none;
  }

  .cc-header__cta {
    top: 0.69375rem;
    right: 3.828125rem;
    width: 10.40625rem;
    height: 2.3625rem;
    border-radius: 1.8rem;
    font-size: 0.61875rem;
    line-height: 2.3625rem;
    letter-spacing: 0.0495rem;
  }

  .cc-header__menu-toggle {
    position: absolute;
    top: 0.5625rem;
    right: 0.5rem;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.1875rem;
    background: #ffffff;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08);
  }

  .cc-header__menu-toggle span {
    position: absolute;
    left: 0.6875rem;
    width: 1.125rem;
    height: 0.0625rem;
    background: #0a0e18;
  }

  .cc-header__menu-toggle span:first-child {
    top: 1.0625rem;
  }

  .cc-header__menu-toggle span:last-child {
    top: 1.4375rem;
  }

  .cc-mobile-menu {
    position: fixed;
    z-index: 220;
    inset: 0;
    display: block;
    visibility: hidden;
    pointer-events: none;
  }

  .cc-mobile-menu.is-open {
    visibility: visible;
    pointer-events: auto;
  }

  .cc-mobile-menu__backdrop {
    position: absolute;
    z-index: 0;
    inset: 0;
    background: rgba(10, 14, 24, 0.18);
  }

  .cc-mobile-menu__panel {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 22.5rem;
    height: 32.9375rem;
    overflow: hidden;
    background: #f4f4f4 url("../img/cc-mobile-menu-bg.webp") 0 0 / 100px 100px
      repeat;
    box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.25);
  }

  .cc-mobile-menu__close {
    position: absolute;
    z-index: 2;
    top: 0.5625rem;
    right: 0.5625rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.1875rem;
    background: #ffffff;
  }

  .cc-mobile-menu__close::before,
  .cc-mobile-menu__close::after {
    content: "";
    position: absolute;
    top: 1.21875rem;
    left: 0.875rem;
    width: 0.9375rem;
    height: 0.0625rem;
    background: #0a0e18;
  }

  .cc-mobile-menu__close::before {
    transform: rotate(45deg);
  }

  .cc-mobile-menu__close::after {
    transform: rotate(-45deg);
  }

  .cc-mobile-menu__link {
    position: absolute;
    z-index: 1;
    left: 5.038125rem;
    height: 1.246875rem;
    color: #0a0e18;
    font-size: 1rem;
    line-height: 1.246875rem;
    letter-spacing: 0.08rem;
    white-space: nowrap;
  }

  .cc-mobile-menu__link span {
    position: relative;
    display: inline-block;
    width: 12.075px;
    height: 7.73216px;
    margin-left: 0.375rem;
    overflow: hidden;
    background: url("../img/cc-mobile-menu-arrow.svg") center / 100% 100%
      no-repeat;
    color: transparent;
    vertical-align: 0.0625rem;
    font-size: 0;
  }

  .cc-mobile-menu__link--event {
    top: 4.578125rem;
  }
  .cc-mobile-menu__link--time {
    top: 7.990625rem;
  }
  .cc-mobile-menu__link--tickets {
    top: 11.403125rem;
  }
  .cc-mobile-menu__link--access {
    top: 14.815625rem;
  }
  .cc-mobile-menu__link--faq {
    top: 18.228125rem;
  }

  .cc-mobile-menu__sns {
    position: absolute;
    z-index: 1;
    top: 22.260625rem;
    left: 5.005981rem;
    display: flex;
    align-items: center;
    gap: 1.986875rem;
    height: 1.125rem;
  }

  .cc-mobile-menu__sns a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.125rem;
    height: 1.125rem;
  }

  .cc-mobile-menu__sns img {
    max-width: 1.425rem;
    max-height: 1.425rem;
    object-fit: contain;
  }

  .cc-mobile-menu__logo {
    position: absolute;
    z-index: 1;
    top: 25.5rem;
    left: 4.6875rem;
    width: 14.545131rem;
    margin: 0;
    background: linear-gradient(
      90deg,
      rgb(19, 56, 140) 0%,
      rgb(15, 97, 157) 41.652%,
      rgb(0, 0, 0) 81.585%,
      rgb(0, 0, 0) 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: "Barlow Semi Condensed", "Oswald", Arial, sans-serif;
    font-size: 1.077688rem;
    line-height: 1.3125rem;
    letter-spacing: 0.053881rem;
    white-space: nowrap;
  }

  .cc-mobile-menu__logo span {
    position: absolute;
    top: 0.100625rem;
    right: -0.0625rem;
    width: 1.57rem;
    height: 1.118125rem;
    background: url("../img/cc-message-mark.webp") center / contain no-repeat;
  }

  .cc-hero {
    height: 61.375rem;
    overflow: hidden;
  }

  .cc-hero__title,
  .cc-hero__title picture,
  .cc-hero__title img {
    width: 25.875rem;
    height: 61.375rem;
  }

  .cc-hero__marquee {
    display: none;
  }

  .cc-hero__photo--left {
    top: 40.25rem;
    left: -3.5625rem;
    width: 19.91333rem;
    height: 13.950012rem;
  }

  .cc-hero__photo--right {
    top: 44.5rem;
    left: 7.9375rem;
    width: 20.166748rem;
    height: 13.594604rem;
  }

  .cc-hero__sp-decor {
    position: absolute;
    z-index: 2;
    top: 50.125rem;
    left: 0;
    display: block;
    width: 4.4375rem;
    height: 8.875rem;
  }

  .cc-hero__social {
    top: 12.475rem;
    left: auto;
    right: 0;
    width: 2.3rem;
    height: 10.95rem;
    border-radius: 0.1875rem 0 0 0.1875rem;
  }

  .cc-hero__social-link--facebook {
    top: 1.25rem;
    left: 0.6rem;
    width: 1.275rem;
    height: 1.275rem;
  }

  .cc-hero__social-link--x {
    top: 3.775rem;
    left: 0.53125rem;
    width: 1.35rem;
    height: 1.0875rem;
  }

  .cc-hero__social-link--linkedin {
    top: 6.28125rem;
    left: 0.5rem;
    width: 1.4125rem;
    height: 1.2125rem;
  }

  .cc-hero__social-link--line {
    top: 8.54375rem;
    left: 0.5rem;
    width: 1.375rem;
    height: 1.675rem;
  }

  .cc-hero__scroll {
    display: none;
  }

  .cc-event {
    height: 48.9375rem;
    margin-bottom: 1rem;
  }

  .cc-event__bg {
    top: 0;
    left: 0;
    width: 25.875rem;
    height: 48.9375rem;
  }

  .cc-event-card--session .cc-event-card__copy {
    top: 0.625rem;
    left: 3.75rem;
    width: 18.25rem;
  }

  .cc-event-card--session .cc-event-card__photo {
    top: 11.79375rem;
    left: 3.5625rem;
    width: 19.771875rem;
    height: 10.33125rem;
    border-radius: 0.5625rem;
    object-fit: cover;
  }

  .cc-event-card--networking .cc-event-card__copy {
    top: 24.75rem;
    left: 3.75rem;
    width: 18.25rem;
  }

  .cc-event-card--networking .cc-event-card__photo {
    top: 35.75rem;
    left: 3.5625rem;
    width: 19.771875rem;
    height: 10.33125rem;
    border-radius: 0.5625rem;
    object-fit: cover;
  }

  .cc-event-card__label {
    margin-bottom: 0.1875rem;
    font-size: 0.8125rem;
    line-height: 1.0625rem;
    letter-spacing: 0.0975rem;
  }

  .cc-event-card__label-mark {
    top: -0.75rem;
    left: -1.9375rem;
    width: 1.918762rem;
    height: 1.749634rem;
  }

  .cc-event-card__title {
    font-size: 2.7rem;
    line-height: 2.7rem;
    letter-spacing: 0.324rem;
  }

  .cc-event-card__line {
    width: 2.55rem;
    height: 0.125rem;
    margin: 0.625rem 0 0.875rem 0.0625rem;
  }

  .cc-event-card__lead {
    margin-bottom: 0.4375rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0.1875rem;
  }

  .cc-event-card__body {
    font-size: 0.875rem;
    line-height: 1.5rem;
    letter-spacing: 0.13125rem;
  }

  .cc-event-card__body br {
    display: none;
  }

  .cc-overview {
    display: none;
  }

  .cc-message {
    height: 55.9375rem;
    overflow: hidden;
  }

  .cc-message::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 33.1875rem;
    left: 20.75rem;
    width: 10.0625rem;
    height: 11.225rem;
    background: url("../img/cc-message-decor-right-sp.webp") center / contain
      no-repeat;
  }

  .cc-message::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 24.6875rem;
    left: -9.0625rem;
    width: 13.025rem;
    height: 12.25rem;
    background: url("../img/cc-message-decor-left-sp.webp") center / contain
      no-repeat;
  }

  .cc-message__visual {
    top: 0.25rem;
    left: 0.5625rem;
    width: 24.8125rem;
    height: 13.5625rem;
  }

  .cc-message__visual-marquee {
    --cc-message-visual-marquee-width: 53.5625rem;
    top: 7.03125rem;
    left: -27.25rem;
    display: block;
    width: var(--cc-message-visual-marquee-width);
    height: 4.375rem;
    overflow: hidden;
    transform: translateY(-50%);
  }

  .cc-message__visual-marquee-track {
    width: max-content;
  }

  .cc-message__visual-copy {
    flex-basis: var(--cc-message-visual-marquee-width);
    width: var(--cc-message-visual-marquee-width);
    height: 4.375rem;
  }

  .cc-message__decor {
    display: none;
  }

  .cc-message__logo {
    display: none;
  }

  .cc-message__logo-sp {
    position: absolute;
    top: 15.375rem;
    left: 0;
    display: block;
    width: var(--cc-design-width);
    height: 11.5rem;
    font-family: "Barlow Semi Condensed", "Oswald", Arial, sans-serif;
    font-weight: 500;
    text-align: center;
  }

  .cc-message__logo-sp span {
    position: absolute;
    display: block;
  }

  .cc-message__logo-sp-cfo {
    top: 0;
    left: 8.348125rem;
    width: 9.25rem;
    color: transparent;
    font-size: 5.24758rem;
    line-height: 6.297096rem;
    letter-spacing: 0.524758rem;
    background: linear-gradient(90deg, #0b3b8d 0%, #1259a3 45%, #003340 100%);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .cc-message__logo-sp-sub {
    top: 5.309rem;
    left: 3.375rem;
    width: 19.1875rem;
    color: #000000;
    font-size: 2.476938rem;
    line-height: 2.972325rem;
    letter-spacing: 0.148616rem;
  }

  .cc-message__logo-sp-year {
    top: 7.9375rem;
    left: 8.125rem;
    width: 9.495625rem;
    height: 3rem;
    color: transparent;
    font-size: 2.476938rem;
    line-height: 2.972325rem;
    letter-spacing: 0.148616rem;
    background: url("../img/cc-message-year-mark-sp.webp") left top / 100% 100%
      no-repeat;
    text-shadow: none;
  }

  .cc-message__logo-sp-mark {
    display: none;
  }

  .cc-message__lead {
    top: 27rem;
    left: 2.9875rem;
    width: 20.5625rem;
    font-size: 0.9375rem;
    line-height: 1.625rem;
    letter-spacing: 0.09375rem;
  }

  .cc-message__body {
    top: 30.1875rem;
    left: 1.6875rem;
    width: 22.5rem;
    font-size: 0.875rem;
    line-height: 1.75rem;
    letter-spacing: 0.06125rem;
  }

  .cc-message__body br {
    display: none;
  }

  .cc-message__button {
    top: 46.13623rem;
    left: 2.053467rem;
    width: 21.730499rem;
    height: 4.553999rem;
    border: 0;
    border-radius: 0;
    background: url("../img/cc-message-cta-sp.webp") center / 100% 100%
      no-repeat;
    box-shadow: none;
    color: transparent;
    font-size: 1.125rem;
    letter-spacing: 0.09375rem;
    text-shadow: none;
  }

  .cc-button {
    gap: 0.75rem;
    top: 47.63623rem;
  }

  .cc-button span {
    width: 1.375rem;
    height: 1.375rem;
    font-size: 0.875rem;
    line-height: 1.375rem;
  }

  .cc-message__button span,
  .cc-button__arrow {
    display: none;
  }

  .cc-time-table {
    height: 23.75rem;
  }

  .cc-time-table__panel {
    top: 0;
    left: 0.8125rem;
    width: 24.3125rem;
    height: 18.125rem;
  }

  .cc-speakers {
    height: auto;
    min-height: 69.625rem;
    padding-top: 0;
    padding-bottom: 3rem;
    box-sizing: content-box;
    margin-bottom: 5rem;
  }

  .cc-speakers__decor {
    width: 12.731937rem;
    height: 12.731998rem;
  }

  .cc-speakers__decor--left {
    top: 4.25rem;
    left: -4.845951rem;
  }

  .cc-speakers__decor--right {
    display: block;
    top: 52.1875rem;
    left: 20.616455rem;
  }

  .cc-speakers__heading {
    width: 22.5625rem;
    height: 8.5625rem;
    margin: 0 auto;
  }

  .cc-speakers__heading::before,
  .cc-speakers__heading::after {
    width: 0.9375rem;
    height: 3.0625rem;
    transform: translateY(0rem);
  }

  .cc-speakers__kicker {
    font-size: 1.375rem;
    line-height: 1.5625rem;
    letter-spacing: 0.1375rem;
  }

  .cc-speakers__kicker span {
    font-size: 1.375rem;
    letter-spacing: 0.1375rem;
  }

  .cc-speakers__title {
    margin-top: 2.1rem;
    font-size: 2rem;
    line-height: 2.3125rem;
    letter-spacing: 0.2rem;
  }

  .cc-speakers__order {
    font-size: 0.8125rem;
    line-height: 0.8125rem;
    letter-spacing: 0.105625rem;
  }

  .cc-section-rule {
    width: 3.25rem;
    height: 0.0625rem;
    margin-top: 0.3125rem;
    margin-bottom: 0.4375rem;
  }

  .cc-speakers__list {
    display: grid;
    grid-template-columns: repeat(3, 7.375rem);
    column-gap: 0.5rem;
    row-gap: 1.625rem;
    width: 22.5rem;
    margin: 2.7625rem 0 0 1.375rem;
  }

  .cc-speaker-card {
    display: block;
    width: 7.375rem;
  }

  .cc-speaker-card__button {
    position: relative;
    display: block;
    width: 7.375rem;
    height: auto;
    background: none;
  }

  .cc-speaker-card__button::after {
    top: 6.1875rem;
    right: -0.25rem;
    width: 1.5rem;
    height: 1.583333rem;
  }

  .cc-speaker-card__portrait {
    display: block;
    width: 7.375rem;
    height: 7.0875rem;
    object-fit: cover;
  }

  .cc-speaker-card__name {
    display: block;
    margin-top: 0.5rem;
    color: #0a0e18;
    font-size: 0.9375rem;
    line-height: 1.2rem;
    letter-spacing: 0.09375rem;
    background: none;
    -webkit-text-fill-color: #0a0e18;
  }

  .cc-speaker-card__role,
  .cc-speaker-card--10 .cc-speaker-card__role {
    display: block;
    width: 7.375rem;
    margin-top: 0.375rem;
    overflow: visible;
    color: #3a3a3a;
    font-size: 0.6875rem;
    line-height: 0.9625rem;
    letter-spacing: 0.034375rem;
    overflow-wrap: anywhere;
    -webkit-line-clamp: unset;
  }

  .cc-speakers__note {
    width: 18.75rem;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.55rem;
    margin: 2.0625rem auto 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.105rem;
    text-align: left;
    white-space: normal;
  }

  .cc-speakers__note-marker {
    margin-top: 0.1875rem;
  }

  .cc-speakers__note-dot--outer {
    width: 1.2rem;
    height: 1.2rem;
  }

  .cc-speakers__note-dot--inner {
    width: 0.81rem;
    height: 0.81rem;
  }

  .cc-tickets {
    height: auto;
    overflow: visible;
    padding-bottom: 4rem;
    margin-bottom: 3rem;
  }

  .cc-tickets::before {
    content: none;
  }

  .cc-tickets__title,
  .cc-tickets > .cc-section-rule,
  .cc-tickets__visual,
  .cc-tickets__cards {
    z-index: 1;
  }

  .cc-tickets__title,
  .cc-access__title,
  .cc-faq__title,
  .cc-contact__title {
    font-size: 2rem;
    line-height: 2.3125rem;
    letter-spacing: 0.2rem;
  }

  .cc-tickets__title {
    width: max-content;
    margin: 0 auto;
    transform: none;
  }

  .cc-tickets > .cc-section-rule {
    margin: 0.4375rem auto 0;
    transform: none;
  }

  .cc-tickets__content {
    width: 22.8125rem;
    flex-direction: column;
    gap: 2rem;
    margin: 2.5rem auto 0;
  }

  .cc-tickets__visual-wrap {
    flex: none;
    width: 20.207642rem;
    margin: 0 auto;
  }

  .cc-tickets__visual {
    width: 20.207642rem;
    height: 23.318726rem;
  }

  .cc-tickets__cards {
    flex: none;
    width: 22.8125rem;
    gap: 0.0125rem;
  }

  .cc-ticket-card {
    width: 22.8125rem;
    height: auto;
    min-height: 5.75rem;
  }

  .cc-ticket-card--featured {
    /* min-height: 8.875rem; */
    padding: 0.675rem 0.8125rem 0.875rem 1rem;
  }

  .cc-ticket-card--standard,
  .cc-ticket-card--disabled {
    min-height: 6.375rem;
    padding: 1rem 0.8125rem 0.875rem 1rem;
  }

  .cc-ticket-card__badge {
    width: 14.9rem;
    height: 2.4rem;
    font-size: 0.95rem;
    letter-spacing: 0.12rem;
  }

  .cc-ticket-card__limited,
  .cc-ticket-card__note {
    margin-left: 6.55rem;
  }

  .cc-ticket-card__limited {
    font-size: 0.875rem;
    letter-spacing: 0.1rem;
    margin-left: 14.4rem;
  }

  .cc-ticket-card__note {
    font-size: 0.7625rem;
    letter-spacing: 0.02rem;
    margin-left: 0;
  }

  .cc-ticket-card__type {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    letter-spacing: 0.0625rem;
    white-space: nowrap;
  }

  .cc-ticket-card__price-row {
    grid-template-columns: 4.5rem 5.75rem minmax(0, 1fr);
    margin-top: 0.625rem;
  }

  .cc-ticket-card__price-label {
    font-size: 0.9375rem;
    letter-spacing: 0.12rem;
  }

  .cc-ticket-card__price {
    font-size: 1.25rem;
    letter-spacing: 0.07rem;
  }

  .cc-ticket-card__action {
    gap: 0.375rem;
    font-size: 0.75rem;
    letter-spacing: 0.045rem;
  }

  .cc-ticket-card__action img {
    flex-basis: 1.15rem;
    width: 1.15rem;
    height: 1.15rem;
  }

  .cc-ticket-card__status {
    top: 1.5rem;
    right: 0.8125rem;
    margin-top: 0;
    font-size: 1.125rem;
    letter-spacing: 0.12rem;
  }

  .cc-ticket-card__wait {
    right: 0.8125rem;
    bottom: 0.8125rem;
    margin-top: 0;
    font-size: 0.625rem;
    letter-spacing: 0.045rem;
  }

  .cc-partners {
    display: none;
  }

  .cc-access {
    height: auto;
    overflow: visible;
    padding-bottom: 58.75rem;
  }

  .cc-access::before,
  .cc-access::after {
    content: "";
    position: absolute;
    z-index: 0;
    pointer-events: none;
  }

  .cc-access::before {
    top: -6.8125rem;
    left: 15.625rem;
    width: 10.25rem;
    height: 13.75rem;
    background: url("../img/cc-ticket-access-decor-visible-sp.webp") center /
      contain no-repeat;
  }

  .cc-access::after {
    top: 17.6875rem;
    left: 7.5rem;
    width: 18.375rem;
    height: 22.5rem;
    background: url("../img/cc-access-map-bands-sp.webp") center / contain
      no-repeat;
  }

  .cc-access__title,
  .cc-access > .cc-section-rule,
  .cc-access__logo,
  .cc-access__event,
  .cc-access__map,
  .cc-access__map-link,
  .cc-access__map-sp,
  .cc-access__train-heading,
  .cc-access__train {
    z-index: 1;
  }

  .cc-access__title {
    top: 0;
    left: 9.5625rem;
    width: max-content;
  }

  .cc-access > .cc-section-rule {
    top: 2.75rem;
    left: 11.3125rem;
  }

  .cc-access__decor {
    display: none;
  }

  .cc-access__logo {
    top: 4.8125rem;
    left: 2.125rem;
    width: 18.6875rem;
    height: 5.5625rem;
  }

  .cc-access__event {
    top: 11.0625rem;
    left: 2.125rem;
    width: 18.25rem;
    font-size: 0.875rem;
    line-height: 1.75rem;
    letter-spacing: 0.07rem;
  }

  .cc-access__map {
    display: none;
  }

  .cc-access__map-link {
    position: absolute;
    top: 20.6875rem;
    left: 1.9375rem;
    display: block;
    width: 21.875rem;
    height: 12.125rem;
  }

  .cc-access__map-sp {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .cc-access__train-heading {
    top: 35.125rem;
    left: 2.125rem;
    width: 8.1875rem;
    font-size: 0.875rem;
    line-height: 1.1375rem;
    letter-spacing: 0.035rem;
    white-space: nowrap;
  }

  .cc-access__train {
    top: 36.9375rem;
    left: 2rem;
    width: 22.9375rem;
    font-size: 0.8125rem;
    line-height: 1.5rem;
    letter-spacing: 0.052rem;
    white-space: normal;
  }

  .cc-access__train-line--station-align {
    padding-left: 4.775em;
  }

  .cc-access__train--right {
    display: block;
    top: 45.5rem;
    left: 2rem;
    width: 22.9375rem;
  }

  .cc-faq {
    height: auto;
    overflow: visible;
    padding: 0 0 4.75rem;
  }

  .cc-faq::before {
    content: "";
    position: absolute;
    top: -1.9375rem;
    left: 0;
    width: 7.5rem;
    height: 5rem;
    background: url("../img/cc-faq-decor-left-exact-sp.webp") left top / 100%
      100% no-repeat;
  }

  .cc-faq__title {
    width: max-content;
    margin: 0 auto;
  }

  .cc-faq > .cc-section-rule {
    margin: 0.4375rem auto 0;
  }

  .cc-faq__decor--1 {
    display: none;
  }

  .cc-faq__decor--2 {
    display: none;
  }

  .cc-faq__list {
    width: 22.8125rem;
    margin: 2.125rem auto 0;
  }

  .cc-faq-item {
    width: 100%;
  }

  .cc-faq-item__question {
    display: grid;
    grid-template-columns: 1.5rem minmax(0, 1fr) 0.971875rem;
    column-gap: 0.5rem;
    align-items: flex-start;
    width: 100%;
    min-height: initial;
    padding: 1.65rem 0.778125rem 1.9125rem 0.3125rem;
    color: #000000;
    font-family:
      "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.09375rem;
  }

  .cc-faq-item.is-open .cc-faq-item__question {
    min-height: 3rem;
    padding-bottom: 0.5625rem;
  }

  .cc-faq-item__q {
    font-size: 1.8875rem;
    line-height: 2.25rem;
    letter-spacing: 0.18875rem;
    top: -0.6rem;
  }

  .cc-faq-item__question-text {
    width: auto;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .cc-faq-item__question i {
    margin-top: 0.225rem;
    width: 0.971875rem;
    height: 0.875rem;
  }

  .cc-faq-item__question i::before,
  .cc-faq-item__question i::after {
    width: 0.971875rem;
  }

  .cc-faq-item__answer {
    width: 19.9375rem;
    margin: 0 0 1.75rem 2.125rem;
    font-family:
      "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.035rem;
  }

  .cc-contact {
    height: 19.875rem;
    overflow: visible;
  }

  .cc-contact__title {
    top: 0;
  }

  .cc-contact > .cc-section-rule {
    top: 2.75rem;
    left: 11.3125rem;
  }

  .cc-contact__panel {
    top: 4.9375rem;
    left: 1.6875rem;
    width: 22.5rem;
    height: 14.9375rem;
    border-radius: 0.5rem;
    background-image: url("../img/cc-contact-panel-sp.webp");
    background-size: 22.5rem 14.9375rem;
  }

  .cc-contact__copy {
    width: 17.1875rem;
    margin: 2.5rem auto 0;
    opacity: 1;
    font-size: 1.005357rem;
    line-height: 1.709107rem;
    letter-spacing: 0.080428rem;
    white-space: nowrap;
  }

  .cc-contact__pc-inline,
  .cc-contact__pc-break,
  .cc-contact__pc-line {
    display: none;
  }

  .cc-contact__sp-break,
  .cc-contact__sp-line {
    display: inline;
  }

  .cc-contact__button {
    top: 8.85rem;
    left: 1.5625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 19.31875rem;
    height: 4.05rem;
    border-radius: 5.28rem;
    background: #ffffff;
    color: #004dc8;
    font-size: 0.935rem;
    line-height: 1.35388rem;
    letter-spacing: 0.1309rem;
  }

  .cc-contact__button span {
    display: none;
  }

  .cc-footer {
    width: var(--cc-design-width);
    height: 12.9375rem;
    overflow: visible;
    z-index: 0;
  }

  .cc-footer__bg {
    top: -11.125rem;
    left: 0;
    width: 26.0625rem;
    height: 24.0625rem;
    object-fit: cover;
  }

  .cc-footer__logo-link {
    display: block;
    top: 2.75rem;
    left: 2.5rem;
    width: 18.75rem;
    height: 1.5625rem;
  }

  .cc-footer__logo {
    width: 18.75rem;
    height: 1.5625rem;
  }

  .cc-footer__sns {
    top: 4.8125rem;
    left: 2.5rem;
    gap: 1.0625rem;
    height: 1.125rem;
  }

  .cc-footer__sns-link {
    width: 1.125rem;
    height: 1.125rem;
  }

  .cc-footer__sns-link img {
    max-width: 1.125rem;
    max-height: 1.125rem;
  }

  .cc-footer__links {
    top: 7.375rem;
    left: 2.5625rem;
    width: 17.5rem;
    font-size: 0.6875rem;
    line-height: 1.4375rem;
  }

  .cc-footer__copyright {
    top: 8.75rem;
    left: 2.5625rem;
    width: 15.625rem;
    font-size: 0.6875rem;
    line-height: 1.4375rem;
  }

  .cc-modal__frame {
    width: 22.3125rem;
    transform: translate(-50%, -50%);
  }

  .cc-modal__dialog {
    max-height: min(48.3125rem, calc(100dvh - 8rem));
    padding: 0.5625rem 1.6875rem 2.4375rem;
    border-radius: 0.9375rem;
  }

  .cc-modal__close {
    top: -2.85rem;
    right: 0;
    width: 2.45rem;
    height: 2.45rem;
    background-size: 2.45rem 2.45rem;
  }

  .cc-modal__speaker-image {
    display: block;
    width: 18.875rem;
    height: 12.375rem;
    aspect-ratio: 302 / 198;
  }

  .cc-modal__name,
  .cc-modal__role {
    width: 100%;
  }

  .cc-modal__name {
    width: 5.625rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0.76375rem;
    color: #0a0e18;
    font-size: 1.209375rem;
    line-height: 1.548rem;
    letter-spacing: 0.1209375rem;
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    white-space: nowrap;
  }

  .cc-modal__role {
    width: 100%;
    max-width: 18.9375rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0.3475rem;
    font-size: 0.775rem;
    line-height: 1.225rem;
    letter-spacing: 0.07rem;
    text-align: center;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .cc-modal__bio {
    width: 18.9375rem;
    margin: 1.25125rem auto 0;
    font-size: 0.875rem;
    line-height: 1.575rem;
    letter-spacing: 0.04375rem;
  }
}
a:hover,
button:hover {
  opacity: 0.8;
}

.cc-reception-header {
  position: fixed;
  z-index: 140;
  top: calc(0.5625rem * var(--cc-fit-scale));
  left: calc(50% - (0.375rem * var(--cc-fit-scale)));
  width: 96.875rem;
  height: 4.9375rem;
  transform: translateX(-50%) scale(var(--cc-fit-scale));
  transform-origin: top center;
}

.cc-reception-header__nav {
  position: relative;
  width: 96.875rem;
  height: 4.9375rem;
}

.cc-reception-header__nav::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 96.875rem;
  height: 4.9375rem;
  border: 0.0625rem solid #ffffff;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0.25rem 0.875rem rgba(0, 0, 0, 0.05);
}

.cc-reception-header__link {
  position: absolute;
  z-index: 1;
  top: 2rem;
  height: 1.1875rem;
  color: #0a0e18;
  font-size: 1.0625rem;
  line-height: 1.0625rem;
  letter-spacing: 0.085rem;
  text-align: center;
  white-space: nowrap;
}

.cc-reception-header__link:hover,
.cc-reception-header__link:focus-visible,
.cc-reception-header__cta:hover,
.cc-reception-header__cta:focus-visible {
  opacity: 0.8;
}

.cc-reception-header__link--event {
  left: 25.8125rem;
  width: 6.8125rem;
}

.cc-reception-header__link--time {
  left: 37.625rem;
  width: 7.875rem;
}

.cc-reception-header__link--tickets {
  left: 50.5rem;
  width: 4.5625rem;
}

.cc-reception-header__link--access {
  left: 60.0625rem;
  width: 4.5rem;
}

.cc-reception-header__link--faq {
  left: 69.5625rem;
  width: 2.25rem;
}

.cc-reception-header__cta {
  position: absolute;
  z-index: 1;
  top: 0.625rem;
  display: flex;
  height: 3.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 2.5rem;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.07rem;
  text-align: center;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}

.cc-reception-header__cta--invite {
  right: 0.75rem;
  width: 17.125rem;
  background: linear-gradient(90deg, #e9287f 0%, #960674 100%);
  font-size: 0.78125rem;
}

.cc-reception-hero {
  z-index: 2;
  height: 88.125rem;
  overflow: visible;
}

.cc-reception-hero picture {
  position: absolute;
  inset: 0;
  width: 105rem;
  height: 91.5rem;
}

.cc-reception-hero__image {
  width: 105rem;
  height: 91.5rem;
  object-fit: cover;
}

.cc-reception-hero__marquee {
  z-index: 20;
  top: 81.375rem;
}

.cc-reception-hero__scroll-mask {
  position: absolute;
  z-index: 3;
  top: 50.625rem;
  left: 98rem;
  width: 0.5rem;
  height: 11.375rem;
  background-image: url("../img/cc-reception-hero.webp");
  background-repeat: no-repeat;
  background-position: -97.6875rem -50.625rem;
  background-size: 105rem 91.5rem;
  pointer-events: none;
}

.cc-reception-hero__scroll {
  color: transparent;
  z-index: 4;
  pointer-events: none;
}

.cc-tickets--reception {
  min-height: 48rem;
}

.cc-tickets--reception .cc-tickets__content {
  width: 60.4375rem;
  gap: 5.25rem;
  margin: 5.1875rem 0 0 18.8125rem;
}

.cc-tickets--reception .cc-tickets__visual-wrap {
  position: relative;
  flex-basis: 28.875rem;
  width: 28.875rem;
  height: 33.5rem;
  margin-top: 2.875rem;
}

.cc-tickets__visual-decor {
  position: absolute;
  inset: 0;
  width: 28.875rem;
  height: 33.3125rem;
  object-fit: contain;
}

.cc-tickets--reception .cc-tickets__visual {
  position: absolute;
  top: 0.2875rem;
  left: 4.0625rem;
  width: 19.75rem;
  height: 29.59375rem;
  object-fit: contain;
}

.cc-tickets--reception .cc-tickets__cards {
  flex-basis: 26.3125rem;
  width: 26.3125rem;
  gap: 1.5rem;
  margin-top: 8.5625rem;
}

.cc-ticket-card--invite {
  height: 8.3125rem;
  min-height: 8.3125rem;
  padding: 3.5rem 0.875rem 0.875rem 1.1875rem;
  overflow: visible;
}

.cc-ticket-card--invite::after {
  background: linear-gradient(90deg, #e8217f 0%, #be1779 55%, #950674 100%);
}

.cc-ticket-card__invite-badge {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 7.375rem;
  height: 2.5625rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem 0 0.625rem 0;
  background: linear-gradient(90deg, #e8217f 0%, #aa008a 100%);
  color: #ffffff;
  font-size: 1.06875rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.106875rem;
}

.cc-ticket-card--invite .cc-ticket-card__type {
  margin-top: 0;
}

.cc-tickets__time {
  position: static;
  box-sizing: border-box;
  width: 100%;
  padding: 1.5rem 0 1.5rem 0.25rem;
  border-top: 0.0625rem solid #0a0e18;
  border-bottom: 0.0625rem solid #0a0e18;
  color: #0a0e18;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}

.cc-tickets__time p {
  margin: 0;
}

.cc-tickets__time p + p {
  margin-top: 1.375rem;
}

.cc-tickets__time span {
  display: inline-block;
  margin-right: 1.5rem;
  letter-spacing: 0.14rem;
}

@media (width < 768px) {
  .cc-tickets--reception {
    min-height: 0;
  }

  .cc-tickets--reception .cc-tickets__content {
    width: 22.8125rem;
    gap: 1.5rem;
    margin: 2.5rem auto 0;
  }

  .cc-tickets--reception .cc-tickets__visual-wrap {
    width: 20.25rem;
    height: 23.5rem;
    margin: 0 auto;
  }

  .cc-tickets__visual-decor {
    width: 20.25rem;
    height: 23.34375rem;
  }

  .cc-tickets--reception .cc-tickets__visual {
    top: 0.2rem;
    left: 2.85rem;
    width: 13.875rem;
    height: 20.78125rem;
  }

  .cc-tickets--reception .cc-tickets__cards {
    width: 22.8125rem;
    flex-basis: auto;
    gap: 1.5rem;
    margin-top: -5.25rem;
  }

  .cc-ticket-card--invite {
    min-height: 8.3125rem;
    padding: 3.25rem 0.8125rem 0.875rem 1rem;
  }

  .cc-ticket-card__invite-badge {
    width: 7.375rem;
    height: 2.5rem;
    font-size: 1rem;
    letter-spacing: 0.08rem;
  }

  .cc-ticket-card--invite .cc-ticket-card__type {
    white-space: normal;
  }

  .cc-tickets__time {
    width: 20.25rem;
    margin: 0 auto;
    padding: 1.25rem 0 1.25rem 0.25rem;
    font-size: 0.875rem;
    letter-spacing: 0.07rem;
  }

  .cc-tickets__time span {
    margin-right: 1rem;
  }
}

.cc-reception-hero__link {
  position: absolute;
  z-index: 2;
  display: block;
}

.cc-reception-hero__social {
  position: absolute;
  z-index: 6;
  top: 39.75rem;
  left: 102rem;
  display: block;
  width: 3rem;
  height: 14.25rem;
  border-radius: 0.3125rem 0 0 0.3125rem;
  background: transparent;
  overflow: visible;
}

.cc-reception-hero__social-link {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1875rem 0 0 0.1875rem;
}

.cc-reception-hero__social-link--facebook {
  top: 1.3125rem;
  left: 0.8125rem;
  width: 1.4375rem;
  height: 1.5rem;
}

.cc-reception-hero__social-link--x {
  top: 4.875rem;
  left: 0.9375rem;
  width: 1.25rem;
  height: 1.125rem;
}

.cc-reception-hero__social-link--linkedin {
  top: 8.0625rem;
  left: 0.875rem;
  width: 1.3125rem;
  height: 1.375rem;
}

.cc-reception-hero__social-link--line {
  top: 11.5625rem;
  left: 0.8125rem;
  width: 1.4375rem;
  height: 1.5rem;
}

.cc-reception-hero__social-link img {
  position: relative;
  z-index: 1;
  display: none;
  width: 0.875rem;
  height: 0.875rem;
  object-fit: contain;
}

.cc-reception-hero__social-link--x img {
  width: 0.8125rem;
  height: 0.75rem;
}

.cc-reception-hero__social-link--linkedin img {
  width: 0.8125rem;
  height: 0.8125rem;
}

.cc-reception-hero__social-link::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.cc-reception-hero__social-link:hover::after,
.cc-reception-hero__social-link:focus-visible::after {
  opacity: 1;
}

.cc-reception-hero__link--event {
  left: 12.1875rem;
  top: 3.1875rem;
  width: 6.8125rem;
  height: 1.1875rem;
}

.cc-reception-hero__link--time {
  left: 24rem;
  top: 3.1875rem;
  width: 7.875rem;
  height: 1.1875rem;
}

.cc-reception-hero__link--tickets {
  left: 36.875rem;
  top: 3.1875rem;
  width: 4.5625rem;
  height: 1.1875rem;
}

.cc-reception-hero__link--access {
  left: 46.4375rem;
  top: 3.1875rem;
  width: 4.5rem;
  height: 1.1875rem;
}

.cc-reception-hero__link--faq {
  left: 55.9375rem;
  top: 3.1875rem;
  width: 2.25rem;
  height: 1.1875rem;
}

.cc-reception-hero__link--reception-form {
  left: 66.4375rem;
  top: 1.8125rem;
  width: 17.125rem;
  height: 3.75rem;
  border-radius: 2.5rem;
}

.cc-reception-hero__link--session-ticket {
  left: 84.375rem;
  top: 1.8125rem;
  width: 15.4375rem;
  height: 3.75rem;
  border-radius: 2.5rem;
}

.cc-reception-hero__link--reception-form::after,
.cc-reception-hero__link--session-ticket::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.cc-reception-hero__link--reception-form:hover::after,
.cc-reception-hero__link--reception-form:focus-visible::after,
.cc-reception-hero__link--session-ticket:hover::after,
.cc-reception-hero__link--session-ticket:focus-visible::after {
  opacity: 1;
}

@media (width < 768px) {
  .cc-reception-header {
    top: 0;
    left: 0;
    width: 25.875rem;
    height: 3.75rem;
    transform: none;
  }

  .cc-reception-header__nav {
    width: 25.875rem;
    height: 3.75rem;
  }

  .cc-reception-header__nav::before,
  .cc-reception-header__link {
    display: none;
  }

  .cc-reception-header__cta {
    top: 0.69375rem;
    height: 2.3625rem;
    border-radius: 1.8rem;
    font-size: 0.55625rem;
    letter-spacing: 0.0445rem;
  }

  .cc-reception-header__cta--invite {
    right: 3.828125rem;
    left: auto;
    width: 10.40625rem;
    font-size: 0.55625rem;
    line-height: 1.2;
  }

  .cc-reception-hero {
    height: 68.6875rem;
    overflow: hidden;
  }

  .cc-reception-hero picture,
  .cc-reception-hero__image {
    width: 25.875rem;
    height: 68.6875rem;
  }

  .cc-reception-hero__image {
    object-fit: cover;
  }

  .cc-reception-hero__marquee,
  .cc-reception-hero__scroll-mask,
  .cc-reception-hero__scroll,
  .cc-reception-hero__link--event,
  .cc-reception-hero__link--time,
  .cc-reception-hero__link--tickets,
  .cc-reception-hero__link--access,
  .cc-reception-hero__link--faq {
    display: none;
  }

  .cc-reception-hero__social {
    position: absolute;
    z-index: 6;
    top: 11.375rem;
    left: 24.0625rem;
    display: block;
    width: 1.8rem;
    height: 8.55rem;
    border-radius: 0.1875rem 0 0 0.1875rem;
    background: transparent;
    overflow: visible;
  }

  .cc-reception-hero__social-link {
    left: 0;
    display: flex;
    width: 1.8rem;
    height: 2.1375rem;
  }

  .cc-reception-hero__social-link--facebook {
    top: 0;
  }

  .cc-reception-hero__social-link--x {
    top: 2.1375rem;
  }

  .cc-reception-hero__social-link--linkedin {
    top: 4.275rem;
  }

  .cc-reception-hero__social-link--line {
    top: 6.4125rem;
  }

  .cc-reception-hero__link--reception-form {
    left: 2.25rem;
    top: 0.6875rem;
    width: 10.1875rem;
    height: 2.375rem;
    border-radius: 1.1875rem;
  }

  .cc-reception-hero__link--session-ticket {
    left: 13rem;
    top: 0.6875rem;
    width: 9.0625rem;
    height: 2.375rem;
    border-radius: 1.1875rem;
  }
}
