@charset "UTF-8";
/*
Theme Name: CGWCC2025-RE
Author: Digitalscape
Description: 「CGWORLD 2025 CREATIVE CONFERENCE」用テーマ
Text Domain: cgwcc2025
*/
:root {
  /* Quint（Quartより強く、Expoより弱い） */
  --ease-quint-out: cubic-bezier(0.23, 1, 0.32, 1);
  /* Expo（もっとも強い） */
  --ease-expo-out: cubic-bezier(0.19, 1, 0.22, 1);
  --dsp-theme-color-black: #000000;
  --dsp-theme-color-white: #ffffff;
  --dsp-theme-color-blue: #0040ff;
  --dsp-theme-color-yellow: #fdda00;
  --dsp-theme-text-color: var(--dsp-theme-color-black);
  --dsp-theme-polygon-border-color: currentColor;
  --dsp-theme-transition-duration: 0.4s;
  --dsp-theme-easing: var(--ease-quint-out);
  --dsp-theme-transition: var(--dsp-theme-transition-duration) var(--dsp-theme-easing);
  --dsp-theme-font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック",
    Arial, "Helvetica Neue", Helvetica, sans-serif;
  --dsp-theme-font-family-anton: "Anton", var(--dsp-theme-font-family);
  --dsp-theme-font-family-inter: "inter", var(--dsp-theme-font-family);
  --dsp-theme-font-family-delago: "Dela Gothic One", var(--dsp-theme-font-family);
  --dsp-theme-section-margin-top-pc: 0px;
  --dsp-theme-section-margin-bottom-pc: 0px;
  --dsp-theme-section-margin-top-sp: 0px;
  --dsp-theme-section-margin-bottom-sp: 0px;
  --dsp-theme-section-padding-top-pc: 40px;
  --dsp-theme-section-padding-bottom-pc: 40px;
  --dsp-theme-section-padding-top-sp: 20px;
  --dsp-theme-section-padding-bottom-sp: 20px;
  --dsp-theme-section-padding-x-pc: 30px;
  --dsp-theme-section-padding-x-sp: 20px;
  --dsp-theme-section-title-padding-x-pc: 0px;
  --dsp-theme-section-title-padding-x-sp: 0px;
  --dsp-theme-section-max-width: 1200px;
  --dsp-theme-section-title-max-width: 1200px;
  --header-height: 100px;
}

html,
body {
  font-family: var(--dsp-theme-font-family);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  color: var(--dsp-theme-text-color);
  font-size: 16px;
  line-height: 1.5;
}

picture,
img {
  display: block;
  max-width: 100%;
  height: auto;
}

.l-grid {
  --grid-items-per-row: 1;
  --grid-items-gap-x: 25px;
  --grid-items-gap-y: 25px;
  display: grid;
  grid-template-columns: repeat(var(--grid-items-per-row), minmax(0, 1fr));
  -moz-column-gap: var(--grid-items-gap-x);
       column-gap: var(--grid-items-gap-x);
  row-gap: var(--grid-items-gap-y);
}

.l-grid.-cards {
  --grid-items-per-row: 3;
  --grid-items-gap-x: 25px;
  --grid-items-gap-y: 40px;
}

.l-grid.-home-cards {
  --grid-items-per-row: 4;
  --grid-items-gap-x: 25px;
  --grid-items-gap-y: 40px;
}

.l-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  min-height: 100dvh;
  background-image: url(/special/cgwcc2025/wp-content/themes/cgwcc2025re/assets/img/common/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.t-pre-conference .l-wrapper {
  overflow: hidden visible;
}

.l-main {
  flex: 1 1 0px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  transition: opacity var(--dsp-theme-transition);
}

.l-footer {
  transition: opacity var(--dsp-theme-transition);
}

.l-page-wrapper {
  --dsp-theme-text-color: var(--dsp-theme-color-blue);
  flex: 1 1 0px;
  padding: 50px 15px;
}

.l-page-wrapper__inner {
  width: 100%;
  max-width: 1200px;
  padding: 30px 0 40px;
  margin: 0px auto;
  background-color: rgba(255, 255, 255, 0.95);
  border: 2px solid var(--dsp-theme-color-blue);
  border-radius: 30px;
}

.l-page-wrapper *[class^=lazyblock-] a:not([class]) {
  word-break: break-all;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.l-page-wrapper.-pre {
  --dsp-theme-text-color: var(--dsp-theme-color-black);
  padding: 0px 15px;
}

.l-page-wrapper.-pre .l-page-wrapper__inner {
  position: relative;
  max-width: 1100px;
  min-height: 100%;
  padding: 0px;
  border: none;
  border-radius: 0px;
}

.l-page-wrapper.-pre .l-page-wrapper__deco {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.l-page-wrapper.-pre .l-page-wrapper__floating {
  position: absolute;
}
.l-page-wrapper.-pre .l-page-wrapper__floating img {
  display: block;
}

.l-page-wrapper.-pre .l-page-wrapper__floating.-p1 {
  top: 50px;
  right: -50px;
  width: 133px;
}

.l-page-wrapper.-pre .l-page-wrapper__floating.-p2 {
  top: 680px;
  right: -70px;
  width: 163px;
}

.l-page-wrapper.-pre .l-page-wrapper__floating.-p3 {
  top: 820px;
  left: -140px;
  width: 369px;
}

.l-page-wrapper.-pre .l-page-wrapper__floating.-p4 {
  top: 180px;
  left: -80px;
  width: 200px;
}

.l-page-wrapper.-pre .l-page-wrapper__floating.-c1 {
  right: -340px;
  bottom: 200px;
  height: 556px;
}
.l-page-wrapper.-pre .l-page-wrapper__floating.-c1 img {
  width: auto;
  height: 100%;
}

.l-page-wrapper.-pre .l-page-wrapper__floating.-c2 {
  width: 315px;
  bottom: 0;
  left: -128px;
}

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

body.is-drawer-open .l-main {
  opacity: 0;
}

body.is-drawer-open .l-footer {
  opacity: 0;
}

.c-breadcrumb {
  padding: 0px var(--dsp-theme-section-padding-x-pc);
  color: var(--dsp-theme-text-color);
  font-size: 14px;
  white-space: nowrap;
}

.c-breadcrumb__list {
  display: flex;
  width: 100%;
  max-width: var(--dsp-theme-section-max-width);
  margin-right: auto;
  margin-left: auto;
  overflow: auto hidden;
}

.c-breadcrumb__item {
  position: relative;
}

.c-breadcrumb__item + .c-breadcrumb__item {
  padding-left: 30px;
}

.c-breadcrumb__item + .c-breadcrumb__item::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.25em);
  left: calc(15px - 0.333333em);
  transform: rotate(45deg);
  transform-origin: center center;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}

.c-button {
  --dsp-theme-button-background-color: transparent;
  --dsp-theme-button-border-color: var(--dsp-theme-color-black);
  --dsp-theme-button-text-color: var(--dsp-theme-color-black);
  --dsp-theme-button-hover-background-color: var(--dsp-theme-color-black);
  --dsp-theme-button-hover-border-color: var(--dsp-theme-color-black);
  --dsp-theme-button-hover-text-color: var(--dsp-theme-color-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0px 12px;
  width: auto;
  max-width: 100%;
  min-width: 230px;
  min-height: 40px;
  padding: 5px 15px;
  border-radius: 200px;
  background-image: linear-gradient(90deg, var(--dsp-theme-button-hover-background-color) 50%, var(--dsp-theme-button-background-color) 50%);
  background-size: 200% 100%;
  background-position: 100% 0%;
  background-repeat: no-repeat;
  border: 1px solid var(--dsp-theme-button-border-color);
  color: var(--dsp-theme-button-text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-position var(--dsp-theme-transition), border-color var(--dsp-theme-transition), color var(--dsp-theme-transition);
}

.c-button svg {
  flex: 0 0 auto;
}

.c-button span {
  padding-bottom: 1.5px;
}

.c-button.-type1 {
  --dsp-theme-button-background-color: transparent;
  --dsp-theme-button-border-color: var(--dsp-theme-color-blue);
  --dsp-theme-button-text-color: var(--dsp-theme-color-blue);
  --dsp-theme-button-hover-background-color: var(--dsp-theme-color-blue);
  --dsp-theme-button-hover-border-color: var(--dsp-theme-color-blue);
  --dsp-theme-button-hover-text-color: var(--dsp-theme-color-white);
}

.c-button.-type2 {
  --dsp-theme-button-background-color: transparent;
  --dsp-theme-button-border-color: var(--dsp-theme-color-white);
  --dsp-theme-button-text-color: var(--dsp-theme-color-white);
  --dsp-theme-button-hover-background-color: var(--dsp-theme-color-white);
  --dsp-theme-button-hover-border-color: var(--dsp-theme-color-white);
  --dsp-theme-button-hover-text-color: var(--dsp-theme-color-blue);
}

.c-button.-type3 {
  --dsp-theme-button-background-color: var(--dsp-theme-color-blue);
  --dsp-theme-button-border-color: var(--dsp-theme-color-blue);
  --dsp-theme-button-text-color: var(--dsp-theme-color-white);
  --dsp-theme-button-hover-background-color: transparent;
  --dsp-theme-button-hover-border-color: var(--dsp-theme-color-blue);
  --dsp-theme-button-hover-text-color: var(--dsp-theme-color-blue);
}

.c-button.-type4 {
  --dsp-theme-button-background-color: var(--dsp-theme-color-white);
  --dsp-theme-button-border-color: var(--dsp-theme-color-white);
  --dsp-theme-button-text-color: var(--dsp-theme-color-blue);
  --dsp-theme-button-hover-background-color: transparent;
  --dsp-theme-button-hover-border-color: var(--dsp-theme-color-white);
  --dsp-theme-button-hover-text-color: var(--dsp-theme-color-white);
}

.c-button.-type5 {
  --dsp-theme-button-background-color: #FA1C51;
  --dsp-theme-button-border-color: #FA1C51;
  --dsp-theme-button-text-color: var(--dsp-theme-color-white);
  --dsp-theme-button-hover-background-color: var(--dsp-theme-color-black);
  --dsp-theme-button-hover-border-color: var(--dsp-theme-color-black);
  --dsp-theme-button-hover-text-color: var(--dsp-theme-color-white);
}

.c-button.-cta {
  border-width: 4px;
  min-width: 500px;
  min-height: 80px;
  font-size: 28px;
  font-weight: 900;
}

.c-button.-left {
  justify-content: start;
}

.c-button.-min {
  min-width: initial;
}

.c-button.-s {
  padding: 4px 15px;
  min-height: 32px;
  line-height: 1.25;
}

.c-button.-l {
  gap: 0px 12px;
  min-width: 360px;
  min-height: 70px;
  font-size: 22px;
  line-height: 1.25;
}
.c-card-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  align-content: start;
  gap: 50px 75px;
  color: var(--dsp-theme-text-color);
}

.c-card-list {
  word-break: break-all;
}

.c-card-list__item {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

.c-card-list__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card-list__body {
  flex: 1 1 0px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: start;
  align-content: start;
  gap: 10px 0px;
}

.c-card-list__title {
  font-size: 16px;
  font-weight: 900;
}

.c-card-list__summary,
.c-card-list__description {
  font-size: 12px;
  line-height: 1.5;
}

.c-card-list__summary + .c-card-list__description {
  padding-top: 10px;
  border-top: 1px solid var(--dsp-theme-text-color);
}

.c-card-list__footer {
  font-size: 10px;
  line-height: 1.75;
}

.c-card-list.-square .c-card-list__image img {
  aspect-ratio: 1/1;
}

.c-card-list.-lower .c-card-list__item {
  flex: 1 0 250px;
}

.c-card-list.-lower .c-card-list__image {
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
}

.c-card-list.-modal .c-card-list__item {
  gap: 25px;
}

.c-card-list.-modal .c-card-list__body {
  gap: 15px;
}

.c-card-list.-modal .c-card-list__title {
  font-size: 18px;
}

.c-card-list.-modal .c-card-list__image {
  max-width: 160px;
}

.c-card-list.-modal .c-card-list__summary + .c-card-list__description {
  padding-top: 15px;
}

.c-card-list.-item-1,
.c-card-list.-col-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.c-card-list.-item-1 .c-card-list__item,
.c-card-list.-col-1 .c-card-list__item {
  flex-direction: row;
  max-width: 100%;
}

.c-copyright {
  font-size: 12px;
  font-weight: 500;
}

.c-date-block {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0px 20px;
  color: var(--dsp-theme-text-color);
}

.c-date-block__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 6px;
  font-weight: 900;
  padding-right: 20px;
}

.c-date-block__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background-color: currentColor;
}

.c-drawer-button {
  --drawer-button-bar-gap: 12px;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  aspect-ratio: 1/1;
  background-color: var(--dsp-theme-color-blue);
  color: var(--dsp-theme-color-white);
  cursor: pointer;
}

.c-drawer-button span {
  position: absolute;
  left: calc(50% - 16px);
  display: block;
  width: 32px;
  height: 1px;
  font-size: 0;
  background-color: currentColor;
}

.c-drawer-button span:nth-child(1) {
  top: calc(50% - 0.5px - var(--drawer-button-bar-gap));
}

.c-drawer-button span:nth-child(2) {
  top: calc(50% - 0.5px);
}

.c-drawer-button span:nth-child(3) {
  top: calc(50% - 0.5px + var(--drawer-button-bar-gap));
}

body.is-drawer-open .c-drawer-button span:nth-child(1) {
  animation: bar-top-open var(--dsp-theme-transition-duration) var(--dsp-theme-easing) forwards;
}

body.is-drawer-open .c-drawer-button span:nth-child(2) {
  animation: bar-middle-open var(--dsp-theme-transition-duration) var(--dsp-theme-easing) forwards;
}

body.is-drawer-open .c-drawer-button span:nth-child(3) {
  animation: bar-bottom-open var(--dsp-theme-transition-duration) var(--dsp-theme-easing) forwards;
}

body.is-drawer-closing .c-drawer-button span:nth-child(1) {
  animation: bar-top-closing var(--dsp-theme-transition-duration) var(--dsp-theme-easing) forwards;
}

body.is-drawer-closing .c-drawer-button span:nth-child(2) {
  animation: bar-middle-closing var(--dsp-theme-transition-duration) var(--dsp-theme-easing) forwards;
}

body.is-drawer-closing .c-drawer-button span:nth-child(3) {
  animation: bar-bottom-closing var(--dsp-theme-transition-duration) var(--dsp-theme-easing) forwards;
}

@keyframes bar-top-open {
  0% {
    transform: none;
  }
  50% {
    transform: translateY(var(--drawer-button-bar-gap));
  }
  100% {
    transform: translateY(var(--drawer-button-bar-gap)) rotate(38deg);
  }
}
@keyframes bar-middle-open {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bar-bottom-open {
  0% {
    transform: none;
  }
  50% {
    transform: translateY(calc(var(--drawer-button-bar-gap) * -1));
  }
  100% {
    transform: translateY(calc(var(--drawer-button-bar-gap) * -1)) rotate(-38deg);
  }
}
@keyframes bar-top-closing {
  0% {
    transform: translateY(var(--drawer-button-bar-gap)) rotate(38deg);
  }
  50% {
    transform: translateY(var(--drawer-button-bar-gap));
  }
  100% {
    transform: none;
  }
}
@keyframes bar-middle-closing {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bar-bottom-closing {
  0% {
    transform: translateY(calc(var(--drawer-button-bar-gap) * -1)) rotate(-38deg);
  }
  50% {
    transform: translateY(calc(var(--drawer-button-bar-gap) * -1));
  }
  100% {
    transform: none;
  }
}
.c-drawer-nav {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid var(--dsp-theme-color-blue);
  border-radius: 20px;
  color: var(--dsp-theme-color-blue);
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  will-change: visibility opacity transform;
}

.c-drawer-nav__item {
  --drawer-nav-item-delay-count: 1;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  will-change: visibility opacity transform;
}

.c-drawer-nav__item:nth-child(1) {
  --drawer-nav-item-delay-count: 1;
}

.c-drawer-nav__item:nth-child(2) {
  --drawer-nav-item-delay-count: 2;
}

.c-drawer-nav__item:nth-child(3) {
  --drawer-nav-item-delay-count: 3;
}

.c-drawer-nav__item:nth-child(4) {
  --drawer-nav-item-delay-count: 4;
}

.c-drawer-nav__item:nth-child(5) {
  --drawer-nav-item-delay-count: 5;
}

.c-drawer-nav__item:nth-child(6) {
  --drawer-nav-item-delay-count: 6;
}

.c-drawer-nav__item:nth-child(7) {
  --drawer-nav-item-delay-count: 7;
}

.c-drawer-nav__item:nth-child(8) {
  --drawer-nav-item-delay-count: 8;
}

.c-drawer-nav__item:nth-child(9) {
  --drawer-nav-item-delay-count: 9;
}

.c-drawer-nav__item:nth-child(10) {
  --drawer-nav-item-delay-count: 10;
}

body.is-drawer-open .c-drawer-nav {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: visibility var(--dsp-theme-transition), opacity var(--dsp-theme-transition), transform var(--dsp-theme-transition);
  transition-delay: 0.1s;
}

body.is-drawer-open .c-drawer-nav__item {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: visibility var(--dsp-theme-transition), opacity var(--dsp-theme-transition), transform var(--dsp-theme-transition);
  transition-delay: calc(0.1s * var(--drawer-nav-item-delay-count));
}

body.is-drawer-closing .c-drawer-nav {
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: visibility var(--dsp-theme-transition), opacity var(--dsp-theme-transition), transform var(--dsp-theme-transition);
}

body.is-drawer-closing .c-drawer-nav__item {
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: visibility var(--dsp-theme-transition), opacity var(--dsp-theme-transition), transform var(--dsp-theme-transition);
  transition-delay: calc(0.1s * var(--drawer-nav-item-delay-count));
}

.c-exhibition-card {
  --exhibition-card-thumbnail-scale: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  width: 100%;
  height: 100%;
  background-color: var(--dsp-theme-color-white);
  border: 2px solid var(--dsp-theme-color-blue);
  border-radius: 10px;
  overflow: hidden;
}

.c-exhibition-card__room {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  background-color: var(--dsp-theme-color-blue);
  color: var(--dsp-theme-color-yellow);
  font-family: var(--dsp-theme-font-family-anton);
  font-size: 22px;
  font-weight: 400;
}

.c-exhibition-card__content {
  flex: 1 1 0px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  gap: 8px;
  width: 100%;
  height: 100%;
  padding: 15px;
}

.c-exhibition-card__thumbnail {
  flex-shrink: 0;
}

.c-exhibition-card__thumbnail picture {
  position: relative;
  display: flex;
  width: 100%;
  aspect-ratio: 2560/1440;
  overflow: hidden;
}

.c-exhibition-card__thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(var(--exhibition-card-thumbnail-scale));
  transition: transform var(--dsp-theme-transition);
  will-change: transform;
}

.c-exhibition-card__title {
  color: var(--dsp-theme-color-blue);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
}

.c-exhibition-card__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--dsp-theme-color-blue);
  font-size: 12px;
}
.c-floor-selector {
  display: flex;
  gap: 10px;
}

.c-floor-selector__button {
  flex: 0 0 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 2px solid currentColor;
  border-radius: 200px;
  color: #9da2b1;
  font-size: 24px;
  font-family: var(--dsp-theme-font-family-anton);
  line-height: 1;
  cursor: pointer;
}

.c-global-nav {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 100%;
}

.c-global-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: stretch;
  justify-content: start;
  height: 100%;
}

.c-global-nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-loop-block {
  --loop-block-animation: loop-scroll-to-left 20s linear infinite;
  --loop-block-direction: row;
  --loop-block-gap: 10px;
  --loop-block-padding: 0 var(--loop-block-gap) 0 0;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.c-loop-block__track {
  display: flex;
  flex-direction: var(--loop-block-direction);
  width: -moz-max-content;
  width: max-content;
  animation: var(--loop-block-animation);
}

.c-loop-block__group {
  display: flex;
  flex-direction: var(--loop-block-direction);
  gap: var(--loop-block-gap);
  width: -moz-max-content;
  width: max-content;
  padding: var(--loop-block-padding);
}

.c-loop-block.-to-left {
  --loop-block-animation: loop-scroll-to-left 10s linear infinite;
  --loop-block-direction: column;
  --loop-block-padding: 0 0 var(--loop-block-gap) 0;
}

@keyframes loop-scroll-to-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes loop-scroll-to-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(150%);
  }
}
.c-mainvisual {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(100dvh - var(--header-height));
}

.c-mainvisual__image {
  width: 100%;
  height: 100%;
}

/* .c-mainvisual__image img {
  display: block;
  width: 100%;
  height: auto;
} */
.c-mainvisual__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.c-mainvisual__information {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  padding: 0px 60px 70px 50%;
  background-color: var(--dsp-theme-color-blue);
  font-family: var(--dsp-theme-font-family-delago);
  transform: rotate(-15deg);
  transform-origin: top right;
}

.c-mainvisual.-origin {
  height: auto;
}

.c-mainvisual.-origin .c-mainvisual__image img {
  height: auto;
}

.c-mainvisual-topics {
  display: flex;
  flex-direction: column;
  align-items: end;
  color: var(--dsp-theme-color-yellow);
  font-size: 30px;
  line-height: 1;
  text-shadow: 0.2em 0.1em 0px rgb(0, 0, 0);
}

.c-mainvisual-topics__date {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.c-mainvisual-topics__date span:nth-child(1) {
  font-size: 42px;
}

.c-mainvisual-topics__date span:nth-child(2) {
  font-size: 68px;
}

.c-mainvisual-topics__date span:nth-child(3) {
  font-size: 30px;
}

.c-mainvisual-topics__text {
  display: flex;
  align-items: center;
  font-size: 93px;
}

.c-mainvisual-topics__text::after {
  content: "!";
  font-size: 0.935483871em;
  vertical-align: top;
}
.c-media-embed {
  --media-embed-image-scale: 1;
}

.c-media-embed figure {
  position: relative;
  width: 100%;
  aspect-ratio: 560/315;
  border-radius: 15px;
  overflow: hidden;
}

.c-media-embed figure img,
.c-media-embed figure iframe,
.c-media-embed figure video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(var(--media-embed-image-scale));
  transition: transform var(--dsp-theme-transition);
  will-change: transform;
}

.c-media-embed figure > a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.c-media-embed figure > a:hover {
  --media-embed-image-scale: 1.05;
}

.c-media-embed > a {
  margin-top: 10px;
  color: var(--dsp-theme-text-color);
  font-size: 12px;
}

.c-modal-post-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 20px;
  width: 100%;
  min-height: 180px;
  padding: 30px;
  background-color: #f9f9f9;
  border-radius: 360px;
  box-shadow: 7px 7px 15px 0px rgba(0, 0, 0, 0.1490196078);
  color: var(--dsp-theme-text-color);
  cursor: pointer;
}

.c-modal-post-button__schedule {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  padding: 0 5px;
  font-family: var(--dsp-theme-font-family-inter);
  font-size: 18px;
  border-bottom: 1px solid var(--dsp-theme-color-blue);
}

.c-modal-post-button__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.c-modal-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  background-color: var(--dsp-theme-color-blue);
  color: var(--dsp-theme-color-white);
  border-radius: 200px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4em;
  text-align: center;
}

.c-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 900;
  background-image: linear-gradient(90deg, #eaf1ff 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: 100% 0%;
  background-repeat: no-repeat;
  transition: background-position var(--dsp-theme-transition), color var(--dsp-theme-transition);
}

.c-nav-link__text {
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
}

.c-nav-link.-primary {
  min-width: 260px;
  background-image: linear-gradient(90deg, var(--dsp-theme-color-yellow) 50%, var(--dsp-theme-color-blue) 50%);
  color: #ffffff;
}

.c-nav-link.-primary .c-nav-link__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-nav-link.-primary .c-nav-link__text *:nth-child(1) {
  font-size: 18px;
}

.c-nav-link.-primary .c-nav-link__text *:nth-child(2) {
  font-size: 15px;
  font-weight: 700;
}
.c-page-title {
  color: var(--dsp-theme-text-color);
  font-size: 36px;
  font-weight: 900;
  line-height: 1.3;
}

.c-pre-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  align-content: start;
  gap: 30px;
}

.c-pre-columns__item {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: start;
  align-content: start;
  gap: 10px;
}

.c-pre-columns__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 25px;
  background-color: var(--dsp-theme-color-blue);
  color: var(--dsp-theme-color-white);
  border-radius: 200px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

.c-pre-columns__body {
  font-size: 12px;
}

.c-pre-columns__star {
  color: var(--dsp-theme-color-blue);
}

.c-pre-frame {
  display: flex;
  align-items: stretch;
  justify-content: start;
}

.c-pre-frame__live {
  flex: 0 0 75%;
  position: relative;
  aspect-ratio: 1920/1080;
}

.c-pre-frame__chat {
  flex: 0 0 25%;
  min-height: 560px;
}

.c-room-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  background-color: var(--dsp-theme-color-blue);
  color: var(--dsp-theme-color-yellow);
  border-radius: 200px;
  font-family: var(--dsp-theme-font-family-anton);
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
}

.c-room-tag.-fit {
  width: 100%;
  border-radius: 0;
}

.c-section-title {
  --dsp-theme-section-title-color: var(--dsp-theme-color-blue);
  --dsp-theme-section-title-border: transparent;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0px 25px;
  color: var(--dsp-theme-section-title-color);
  text-shadow: 1px 1px 0 var(--dsp-theme-section-title-border), -1px -1px 0 var(--dsp-theme-section-title-border), -1px 1px 0 var(--dsp-theme-section-title-border), 1px -1px 0 var(--dsp-theme-section-title-border), 0px 1px 0 var(--dsp-theme-section-title-border), -1px 0 var(--dsp-theme-section-title-border), -1px 0 0 var(--dsp-theme-section-title-border), 1px 0 0 var(--dsp-theme-section-title-border);
}

.c-section-title__main {
  font-family: var(--dsp-theme-font-family-anton);
  font-size: 32px;
  font-weight: 400;
}

.c-section-title__sub {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 6px;
  font-size: 16px;
  font-weight: 900;
}

.c-section-title__icon {
  line-height: 1;
}

.c-section-title.-center {
  width: 100%;
  justify-content: center;
}

.c-section-title.-underline .c-section-title__main {
  position: relative;
}

.c-section-title.-underline .c-section-title__main::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-color: currentColor;
}

.c-section {
  position: relative;
  margin-top: var(--dsp-theme-section-margin-top-pc);
  margin-bottom: var(--dsp-theme-section-margin-bottom-pc);
  padding-top: var(--dsp-theme-section-padding-top-pc);
  padding-bottom: var(--dsp-theme-section-padding-bottom-pc);
  padding-right: var(--dsp-theme-section-padding-x-pc);
  padding-left: var(--dsp-theme-section-padding-x-pc);
}

.c-section__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: calc(var(--dsp-theme-section-title-max-width) + var(--dsp-theme-section-title-padding-x-pc) * 2);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 25px;
  padding: 0 var(--dsp-theme-section-title-padding-x-pc);
}

.c-section__border {
  width: 100%;
  height: 1px;
  max-width: var(--dsp-theme-section-max-width);
  margin-right: auto;
  margin-left: auto;
  background-color: var(--dsp-theme-text-color);
}

.c-section__border.-top {
  transform: translateY(calc(var(--dsp-theme-section-padding-top-pc) * -1));
}

.c-section__inner {
  width: 100%;
  max-width: var(--dsp-theme-section-max-width);
  margin-right: auto;
  margin-left: auto;
}

.c-section__more {
  margin-top: 40px;
}

.c-section__floating {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.c-section__floating.-image1 {
  top: -40px;
  right: calc(50% - 82px - 200px);
}

.c-section.-full {
  --dsp-theme-section-max-width: 100%;
  --dsp-theme-section-padding-x-pc: 0;
  --dsp-theme-section-padding-x-sp: 0;
}

.c-section.-first {
  padding-top: 0 !important;
}

.c-section.-last {
  padding-bottom: 0 !important;
}

.t-single .l-page-wrapper {
  --dsp-theme-section-max-width: 940px;
  --dsp-theme-section-title-max-width: 940px;
}

.t-archive-event .l-page-wrapper {
  --dsp-theme-section-max-width: 940px;
  --dsp-theme-section-title-max-width: 940px;
}
.c-session-card {
  --session-card-thumbnail-scale: 1;
  --session-card-title-color: var(--dsp-theme-color-black);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  gap: 15px;
  width: 100%;
  height: 100%;
  padding: 15px;
  background-color: var(--dsp-theme-color-white);
  border-radius: 10px;
  overflow: hidden;
}

.c-session-card__thumbnail {
  flex-shrink: 0;
}

.c-session-card__thumbnail picture {
  position: relative;
  display: flex;
  width: 100%;
  aspect-ratio: 2560/1440;
  overflow: hidden;
}

.c-session-card__thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(var(--session-card-thumbnail-scale));
  transition: transform var(--dsp-theme-transition);
  will-change: transform;
}

.c-session-card__header {
  display: flex;
  gap: 0px 15px;
}

.c-session-card__date {
  display: flex;
  padding: 16px 5px;
  background-color: var(--dsp-theme-color-blue);
  color: var(--dsp-theme-color-white);
  border-radius: 200px;
}

.c-session-card__time {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px 0px;
  font-family: var(--dsp-theme-font-family-inter);
  font-size: 12px;
  font-weight: 900;
  line-height: 14px;
}

.c-session-card__start,
.c-session-card__end {
  position: relative;
}

.c-session-card__start::after,
.c-session-card__end::after {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  display: block;
  width: 2px;
  height: 10px;
  background-color: var(--dsp-theme-color-white);
}

.c-session-card__start::after {
  top: calc(100% + 3px);
}

.c-session-card__end::after {
  bottom: calc(100% + 3px);
}

.c-session-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--session-card-title-color);
  font-size: 16px;
  font-weight: 900;
  transition: color var(--dsp-theme-transition);
  will-change: color;
}

.c-session-card__comingsoon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--dsp-theme-color-blue);
  font-family: var(--dsp-theme-font-family-delago);
  font-size: 28px;
}

.c-session-card.-archive {
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1490196078);
}

.c-session-card.-height-quarter .c-session-card__thumbnail,
.c-session-card.-height-small .c-session-card__thumbnail,
.c-session-card.-height-three-quarters .c-session-card__thumbnail {
  display: none;
}
.c-session-ticket {
  color: var(--dsp-theme-text-color);
}

.c-session-ticket__list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}

.c-session-ticket__item {
  display: flex;
  align-items: stretch;
  justify-content: start;
  min-height: 160px;
  border: 1px solid var(--dsp-theme-color-blue);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.2509803922);
  background-color: var(--dsp-theme-color-white);
}

.c-session-ticket__header {
  flex: 0 0 190px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.c-session-ticket__header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--dsp-theme-color-blue);
  opacity: 0.1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.c-session-ticket__time {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

.c-session-ticket__time span {
  display: block;
}

.c-session-ticket__time span:nth-child(1) {
  font-size: 20px;
  font-weight: 700;
}

.c-session-ticket__body {
  flex: 1 1 0px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
  padding: 20px 40px;
}

.c-session-ticket__title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

.p-single-text-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  gap: 30px;
  color: var(--dsp-theme-text-color);
}

.p-single-text-block__header h3 {
  font-size: 24px;
  font-weight: 900;
}

.p-single-text-block__body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
}

.p-single-text-block__body strong {
  font-weight: 700;
}

.p-single-text-block.-title-gap-tight {
  gap: 15px;
}

.c-section__title + .c-section__inner .p-single-text-block.-title-top-border .p-single-text-block__header {
  border-top: 2px solid currentColor;
  padding-top: 30px;
}

.p-single-text-block__header.-delago h3 {
  font-size: 40px;
  font-family: var(--dsp-theme-font-family-delago);
  font-weight: 400;
  line-height: 1.25;
}

.p-single-text-block__header.-center h3 {
  text-align: center;
}

.p-single-text-block__header.-right h3 {
  text-align: right;
}

.p-single-text-block__body.-center {
  align-items: center;
}

.p-single-text-block__body.-right {
  align-items: end;
}

.c-slider-type-a {
  overflow: hidden;
  padding-left: max(30px, (100dvw - 1200px - var(--scrollbar-width)) / 2);
}

.c-slider-type-a .swiper {
  overflow: visible;
}

.c-slider-type-a .swiper-slide {
  height: auto;
}

.c-slider-type-a .swiper-horizontal > .swiper-pagination-bullets {
  position: relative;
  bottom: initial;
  left: initial;
  display: flex;
  justify-content: end;
  gap: 0px 10px;
  padding-right: max(30px, (100dvw - 1200px - var(--scrollbar-width)) / 2);
}

.c-slider-type-a .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 25px;
  height: 3px;
  margin: 0;
  margin-top: 20px;
  border-radius: 0;
  background-color: var(--dsp-theme-color-white);
  opacity: 1;
}

.c-slider-type-a .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff008c;
  opacity: 1;
}

.c-slider-type-b .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  opacity: 0.4;
  transition: opacity var(--dsp-theme-transition);
  will-change: opacity;
}

.c-slider-type-b .swiper-slide.swiper-slide-active,
.c-slider-type-b .swiper-slide.swiper-slide-duplicate-active {
  opacity: 1;
}

.c-slider-type-b .swiper-horizontal > .swiper-pagination-bullets {
  position: relative;
  bottom: initial;
  left: initial;
  display: flex;
  justify-content: center;
  gap: 0px 10px;
}

.c-slider-type-b .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 25px;
  height: 3px;
  margin: 0;
  margin-top: 20px;
  border-radius: 0;
  background-color: #c0c0c0;
  opacity: 1;
}

.c-slider-type-b .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff008c;
  opacity: 1;
}

.c-sns {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.c-sns__heading {
  font-size: 14px;
  font-weight: 700;
}

.c-sns__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 15px;
}

.c-sns__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  outline: 2px solid #ffffff;
  outline-offset: -2px;
}

.c-sns__item img,
.c-sns__item svg {
  display: block;
  width: 100%;
  height: auto;
  transition: transform var(--dsp-theme-transition);
}
.c-sponsor-logo {
  padding: 30px;
  background-color: var(--dsp-theme-color-white);
}

.c-sponsor-logo a,
.c-sponsor-logo span {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 256/144;
}

.c-sponsor-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-sponsor-logo.-single {
  padding: 20px;
}
.c-table-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 15px 0px;
  color: var(--dsp-theme-text-color);
}

.c-table-list__item {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
}

.c-table-list__title {
  flex: 0 0 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0px 15px;
  border: 1px solid currentColor;
  border-radius: 200px;
  font-weight: 700;
}

.c-table-list__content {
  flex: 1 1 0px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.c-table-list__content em {
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}

.c-table-list__button {
  margin-top: 10px;
}
.c-text {
  color: var(--dsp-theme-text-color);
}

.c-text.-center {
  text-align: center;
}

.c-text.-pre-lead {
  font-size: 24px;
}

.p-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: start;
  gap: 10px;
  margin-top: 20px;
}

.p-buttons.-mt-0 {
  margin-top: 0;
}

.p-buttons.-center {
  justify-content: center;
}

.p-about-block {
  position: relative;
}

.p-about-block__wrapper {
  position: relative;
  padding: 0px 100px;
  overflow: hidden;
}

.p-about-block__inner {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 0;
}

.p-about-block__content {
  padding: 50px 80px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: 20px;
}

.p-about-block__heading {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  margin-bottom: 30px;
  font-family: var(--dsp-theme-font-family-delago);
  font-size: 48px;
}

.p-about-block__heading img {
  max-width: 447px;
}

.p-about-block__lead {
  font-family: var(--dsp-theme-font-family-delago);
  font-size: 28px;
  line-height: calc(1em + 10px);
  margin-bottom: 20px;
}

.p-about-block__description {
  font-size: 16px;
  font-weight: 700;
  line-height: calc(1em + 10px);
}

.p-about-block__floating {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.p-about-block__floating.-image1 {
  width: auto;
  height: 100%;
  top: 0;
  right: -560px;
}

.p-about-block__floating.-image1 img {
  width: auto;
  height: 100%;
}

.p-about-block__floating.-image2 {
  width: 300px;
  bottom: -60px;
  left: -210px;
}

.p-about-block__floating.-image3 {
  width: 245px;
  top: -40px;
  left: calc(50% - 122.5px - 560px);
}
.p-drawer {
  position: fixed;
  top: var(--header-height);
  left: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  width: 100%;
  height: calc(100dvh - var(--header-height));
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  will-change: visibility opacity pointer-events;
}

.p-drawer__content {
  flex: 1 1 0px;
  padding: 15px;
  overflow: hidden auto;
}

.p-drawer__footer {
  padding: 15px;
  background-color: var(--dsp-theme-color-white);
}

body.is-drawer-open .p-drawer {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: visibility var(--dsp-theme-transition), opacity var(--dsp-theme-transition);
}

body.is-drawer-closing .p-drawer {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: visibility var(--dsp-theme-transition), opacity var(--dsp-theme-transition);
}

.p-footer-main-content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 50px;
}

.p-footer-main-content__group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  gap: 25px 50px;
}

.p-footer-main-content__logo {
  display: flex;
  align-items: center;
  justify-content: start;
}

.p-footer-main-content__logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 72px;
}
.p-footer {
  background-color: var(--dsp-theme-color-blue);
  color: var(--dsp-theme-color-white);
}

.p-footer__top,
.p-footer__main,
.p-footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px 80px;
}
.p-header {
  --header-padding-x: 15px;
  --header-padding-y: 10px;
  width: 100%;
}

.p-header__top,
.p-header__main,
.p-header__bottom {
  /* padding: 0 var(--header-padding-x); */
}

.p-header__content {
  width: 100%;
  background-color: #ffffff;
}

.p-header__inner {
  display: flex;
  align-items: stretch;
  justify-content: start;
  width: 100%;
}

.p-header__main-left,
.p-header__main-right {
  flex: 1 1 0px;
  display: flex;
  align-items: center;
}

.p-header__main-left {
  justify-content: start;
}

.p-header__main-right {
  justify-content: end;
}

.p-header__logo {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: start;
  min-height: 100px;
  padding: 0 var(--header-padding-x);
}

.p-header__logo a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.p-header__logo img {
  display: block;
  max-width: 400px;
  max-height: 80px;
  width: auto;
  height: auto;
}

.p-header.is-header-fixed {
  height: var(--header-height);
}

.p-header.is-header-fixed .p-header__content {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.p-image-text {
  display: flex;
  gap: 30px;
  color: var(--dsp-theme-text-color);
}

.p-image-text__image {
  flex: 1 1 0px;
}

.p-image-text__content {
  flex: 1 1 0px;
}

.p-modal-post-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px 0;
}

.p-modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.p-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.7);
  padding: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-modal__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: end;
  max-width: 750px;
  max-height: calc(100dvh - 70px);
}

.p-modal__container {
  background-color: #fff;
  width: 100%;
  max-height: calc(100dvh - 70px);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 10px 10px 25px 0px rgba(0, 0, 0, 0.2);
}

.p-modal__scroller {
  width: 100%;
  padding: 30px 0;
  max-height: calc(100dvh - 70px);
  overflow-y: auto;
}

.p-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.p-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(calc(100% + 4px));
  width: 70px;
  height: 70px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.p-modal__close:before,
.p-modal__close:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--dsp-theme-color-blue);
}

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

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

.p-modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease-out;
}

.p-modal__btn:focus, .p-modal__btn:hover {
  transform: scale(1.05);
}

.p-modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(15%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .p-modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .p-modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .p-modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .p-modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .p-modal__container,
.micromodal-slide .p-modal__overlay {
  will-change: transform;
}

.p-outline {
  display: flex;
  align-items: stretch;
  justify-content: start;
  gap: 25px;
}

.p-outline__content {
  flex: 1 1 0px;
}

.p-outline__side {
  flex: 0 0 500px;
  position: relative;
  display: flex;
  align-items: end;
  justify-content: end;
}

.p-outline__floating {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.p-outline__floating.-image1 {
  right: -60px;
  bottom: 80px;
  width: 133px;
}

.p-outline__floating.-image2 {
  left: 0;
  bottom: -20px;
  width: 369px;
}
.p-page-detail {
  color: var(--dsp-theme-text-color);
}

.p-page-detail__date {
  margin-bottom: 30px;
}

.p-page-header {
  padding: 40px var(--dsp-theme-section-padding-x-pc);
}

.p-page-header__inner {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: var(--dsp-theme-section-max-width);
  margin-right: auto;
  margin-left: auto;
}

.p-page-header__content {
  flex: 1 1 0px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

.p-page-header__logo {
  flex: 0 0 auto;
  width: 210px;
}
.p-sponsors {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.p-sponsors + .p-sponsors {
  margin-top: 60px;
}

.p-sponsors__heading {
  font-family: var(--dsp-theme-font-family-anton);
  font-size: 20px;
  text-align: center;
}

.p-sponsors__list {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: center;
  gap: 30px;
}

.p-sponsors__item {
  flex: 0 0 268px;
}
.p-time-table {
  --time-table-column-width: 320px;
  --time-table-row-height: 25px;
  --time-table-header-height: 50px;
  --time-table-session-height: calc(12 * var(--time-table-row-height));
  --time-table-indicator-left: 84px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0px 30px;
  padding-left: 30px;
}

.p-time-table__side {
  flex: 0 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  min-width: 54px;
  padding: 5px;
  padding-top: var(--time-table-header-height);
  padding-bottom: var(--time-table-header-height);
  border: 2px solid var(--dsp-theme-color-blue);
  border-radius: 200px;
}

.p-time-table__number {
  position: relative;
  height: var(--time-table-session-height);
  color: var(--dsp-theme-color-blue);
  font-family: var(--dsp-theme-font-family-inter);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  z-index: 1;
}

.p-time-table__number::after {
  content: "";
  position: absolute;
  display: block;
  top: 25px;
  bottom: 5px;
  left: calc(50% - 1px);
  width: 0px;
  border-right: 2px dashed var(--dsp-theme-color-blue);
}

.p-time-table__inner {
  flex: 1 1 0px;
  display: flex;
  flex-direction: column;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
}

.p-time-table__header {
  display: flex;
}

.p-time-table__body {
  position: relative;
}

.p-time-table__row {
  display: flex;
}

.p-time-table__items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-time-table__session {
  --time-table-session-top: 0px;
  --time-table-session-left: 0px;
  position: absolute;
  z-index: 1;
  top: var(--time-table-session-top);
  left: var(--time-table-session-left);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--time-table-column-width);
  height: var(--time-table-session-height);
}

.p-time-table__session.-height-quarter {
  height: calc(var(--time-table-session-height) * 0.25);
}

.p-time-table__session.-height-small {
  height: calc(var(--time-table-session-height) * 0.5);
}

.p-time-table__session.-height-three-quarters {
  height: calc(var(--time-table-session-height) * 0.75);
}

.p-time-table__session.-height-medium {
  height: calc(var(--time-table-session-height) * 1.5);
}

.p-time-table__session.-height-large {
  height: calc(var(--time-table-session-height) * 2);
}

.p-time-table__session.-height-xlarge {
  height: calc(var(--time-table-session-height) * 3);
}

.p-time-table__session > * {
  width: 100%;
  max-width: calc(100% - 40px);
  height: calc(100% - 20px);
}

.p-time-table__indicator {
  position: sticky;
  top: var(--header-height);
  left: 0;
  z-index: 3;
  display: flex;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--dsp-theme-transition), visibility var(--dsp-theme-transition);
  pointer-events: none;
}

.p-time-table.is-indicator-active .p-time-table__indicator {
  opacity: 1;
  visibility: visible;
}

.c-time-table-indicator {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: calc(100% - var(--time-table-indicator-left));
  overflow-x: auto;
  overflow-y: visible;
  pointer-events: none;
  /* スクロールバーを非表示にする */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE, Edge */
}

.c-time-table-indicator::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.c-time-table-indicator__item {
  flex: 0 0 var(--time-table-column-width);
  display: flex;
  align-items: start;
  justify-content: start;
  padding: 20px;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff;
}

.c-time-table-indicator__item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--dsp-theme-color-blue);
  font-family: var(--dsp-theme-font-family-anton);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.c-time-table-header {
  flex: 0 0 var(--time-table-column-width);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 20px;
  gap: 20px;
  scroll-snap-align: start;
}

.c-time-table-header + .c-time-table-header {
  background-image: linear-gradient(to bottom, var(--dsp-theme-color-blue) 1px);
  background-size: 1px 1px;
  background-repeat: repeat-y;
  background-position: left top;
}

.c-time-table-header__session {
  flex: 0 0 auto;
  position: relative;
  color: var(--dsp-theme-color-blue);
  font-family: var(--dsp-theme-font-family-anton);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.c-time-table-header__name {
  font-size: 22px;
  font-weight: 700;
}

.c-time-table-header__subtitle {
  color: var(--dsp-theme-color-blue);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

.c-time-table-header__contain {
  display: inline-block;
  margin-top: 4px;
  padding: 2px 8px;
  border: 2px solid var(--dsp-theme-color-blue);
  border-radius: 200px;
  color: var(--dsp-theme-color-blue);
  font-size: 12px;
  font-weight: 700;
}

.c-time-table-grid-section {
  display: flex;
}

.c-time-table-grid-section__column {
  flex: 0 0 var(--time-table-column-width);
}

.c-time-table-grid-section__column + .c-time-table-grid-section__column {
  position: relative;
  background-image: linear-gradient(to bottom, var(--dsp-theme-color-blue) 1px);
  background-size: 1px 1px;
  background-repeat: repeat-y;
  background-position: left top;
}

.c-time-table-grid-section__row {
  position: relative;
  height: var(--time-table-row-height);
}

.c-time-table-grid-section:last-child .c-time-table-grid-section__column::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  height: calc(var(--time-table-header-height) - 15px);
}

.c-time-table-grid-section:last-child .c-time-table-grid-section__column + .c-time-table-grid-section__column::after {
  background-image: linear-gradient(to bottom, var(--dsp-theme-color-blue) 1px);
  background-size: 1px 1px;
  background-repeat: repeat-y;
  background-position: left top;
}

.-bold {
  font-weight: 700;
}

.-exbold {
  font-weight: 900;
}

.-overflow-hidden {
  overflow: hidden;
}

.-mb-30 {
  margin-bottom: 30px;
}

.-font-inter {
  font-family: var(--dsp-theme-font-family-inter);
}

@media screen and (min-width: 769px) and (max-width: 1024px){
  .l-grid.-cards {
    --grid-items-per-row: 2;
    --grid-items-gap-x: 20px;
    --grid-items-gap-y: 20px;
  }
  .l-grid.-home-cards {
    --grid-items-per-row: 2;
    --grid-items-gap-x: 20px;
    --grid-items-gap-y: 20px;
  }
  .c-card-list {
    gap: 50px 25px;
  }
  .c-card-list.-item-1,
  .c-card-list.-col-1 {
    gap: 50px 25px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px){
  .p-about-block__floating.-image1 {
    right: -700px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1300px){
  .p-about-block__floating.-image1 {
    width: 1107px;
    height: auto;
  }
  .p-about-block__floating.-image1 img {
    width: 100%;
    height: auto;
  }
  .p-about-block__floating.-image3 {
    left: -40px;
  }
}

@media screen and (min-width: 1025px){
  .-overflow-hidden-pc {
    overflow: hidden;
  }
  .-sp {
    display: none !important;
  }
}

@media screen and (min-width: 1201px){
  .c-drawer-button {
    display: none;
  }
}

@media screen and (max-width: 1200px){
  .c-global-nav {
    display: none !important;
  }
}

@media screen and (max-width: 1024px){
  body {
    font-size: 14px;
  }
  .l-page-wrapper {
    padding: 15px 15px 40px;
  }
  .l-page-wrapper__inner {
    padding: 15px 0 30px;
  }
  .l-page-wrapper.-pre {
    padding: 0px 15px;
  }
  .l-page-wrapper.-pre .l-page-wrapper__inner {
    padding: 0px;
  }
  .l-page-wrapper.-pre .l-page-wrapper__deco {
    display: none;
  }
  .c-breadcrumb {
    padding: 0px var(--dsp-theme-section-padding-x-sp);
    font-size: 12px;
  }
  .c-button.-l {
    min-width: 270px;
    min-height: 60px;
    font-size: 20px;
  }
  .c-button {
    font-size: 14px;
  }
  .c-button.-cta {
    font-size: 24px;
    min-width: 320px;
    min-height: 60px;
  }
  .c-modal-post-button {
    gap: 20px;
    min-height: 170px;
    padding: 25px 5px;
    border-radius: 25px;
  }
  .c-modal-post-button__schedule {
    min-width: initial;
    font-size: 16px;
  }
  .c-modal-post-button__title {
    font-size: 18px;
  }
  .c-page-title {
    font-size: 24px;
  }
  .c-pre-frame {
    flex-direction: column;
  }
  .c-pre-frame__live {
    flex: 0 0 auto;
  }
  .c-pre-frame__chat {
    flex: 0 0 auto;
    height: 25dvh;
  }
  .c-section-title {
    flex-direction: column;
    align-items: start;
  }
  .c-section-title__main {
    font-size: 28px;
  }
  .c-section-title__sub {
    font-size: 14px;
  }
  .c-section-title.-center {
    align-items: center;
    justify-content: start;
  }
  .c-section {
    padding-top: var(--dsp-theme-section-padding-top-sp);
    padding-bottom: var(--dsp-theme-section-padding-bottom-sp);
    padding-right: var(--dsp-theme-section-padding-x-sp);
    padding-left: var(--dsp-theme-section-padding-x-sp);
  }
  .c-section__title {
    max-width: calc(var(--dsp-theme-section-title-max-width) + var(--dsp-theme-section-title-padding-x-sp) * 2);
    padding: 0 var(--dsp-theme-section-title-padding-x-sp);
  }
  .c-section__border.-top {
    transform: translateY(calc(var(--dsp-theme-section-padding-top-sp) * -1));
  }
  .c-section__more {
    margin-top: 30px;
  }
  .c-section__floating.-image1 {
    top: -35px;
    right: 0;
  }
  .c-session-card__comingsoon {
    font-size: 24px;
  }
  .c-session-card.-archive {
    padding: 15px 10px;
    gap: 10px;
  }
  .c-session-card.-archive .c-session-card__date {
    padding: 12px 5px;
  }
  .c-session-card.-archive .c-session-card__time {
    font-size: 10px;
  }
  .c-session-card.-archive .c-session-card__header {
    gap: 0px 10px;
  }
  .c-session-card.-archive .c-session-card__title {
    font-size: 15px;
  }
  .p-single-text-block__header h3 {
    font-size: 20px;
  }
  .p-single-text-block__header.-delago h3 {
    font-size: 28px;
  }
  .c-slider-type-a {
    padding-left: 20px;
  }
  .c-slider-type-a .swiper-horizontal > .swiper-pagination-bullets {
    justify-content: center;
    padding-right: var(--dsp-theme-section-padding-x-sp);
  }
  .c-sponsor-logo {
    padding: 20px;
  }
  .c-table-list {
    gap: 20px 0px;
  }
  .c-table-list__item {
    flex-wrap: wrap;
    gap: 10px;
  }
  .c-table-list__title {
    flex: 0 0 100%;
    justify-content: start;
    min-height: 30px;
    font-size: 14px;
  }
  .c-table-list__content {
    flex: 0 0 100%;
    font-size: 15px;
  }
  .c-text.-pre-lead {
    font-size: 16px;
  }
  .p-about-block__wrapper {
    padding: 0px 15px;
  }
  .p-about-block__inner {
    padding: 20px 0px 125px;
  }
  .p-about-block__content {
    padding: 20px 20px 45px;
  }
  .p-about-block__heading {
    align-items: end;
    gap: 0;
    font-size: 30px;
    line-height: 65px;
  }
  .p-about-block__lead {
    font-size: 24px;
  }
  .p-about-block__description {
    font-size: 14px;
  }
  .p-about-block__floating.-image1 {
    width: 317px;
    top: -15px;
    right: -135px;
  }
  .p-about-block__floating.-image1 img {
    width: 100%;
    height: auto;
  }
  .p-about-block__floating.-image2 {
    width: 170px;
    bottom: -95px;
    left: -40px;
  }
  .p-about-block__floating.-image3 {
    width: 192px;
    top: initial;
    right: 0;
    bottom: 15px;
    left: initial;
  }
  .p-footer__top,
  .p-footer__main,
  .p-footer__bottom {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px 15px;
  }
  .p-image-text {
    flex-direction: column;
    gap: 20px;
  }
  .p-modal-post-list {
    gap: 20px 0;
  }
  .p-modal__inner {
    padding-top: 40px;
  }
  .p-modal__container {
    max-height: calc(100dvh - 110px);
    border-radius: 15px;
  }
  .p-modal__scroller {
    max-height: calc(100dvh - 110px);
  }
  .p-modal__close {
    transform: none;
    width: 36px;
    height: 36px;
  }
  .p-outline {
    gap: 0px;
  }
  .p-outline__side {
    flex: 0 0 0px;
  }
  .p-outline__floating.-image1 {
    right: 0px;
    bottom: 200px;
    width: 66px;
  }
  .p-outline__floating.-image2 {
    left: initial;
    top: -125px;
    right: 0;
    bottom: initial;
    width: 123px;
  }
  .p-page-detail__date {
    margin-bottom: 20px;
  }
  .p-page-header {
    padding: 20px var(--dsp-theme-section-padding-x-sp);
  }
  .p-page-header__inner {
    flex-direction: column;
    align-items: center;
  }
  .p-page-header__content {
    width: 100%;
  }
  .p-sponsors__list {
    gap: 15px;
  }
  .p-sponsors__item {
    flex: 0 0 160px;
  }
  .p-time-table {
    --time-table-column-width: 260px;
    --time-table-row-height: 20px;
    --time-table-header-height: 40px;
    gap: 10px;
    padding-left: 20px;
  }
  .p-time-table__side {
    min-width: 48px;
  }
  .p-time-table__number {
    font-size: 12px;
  }
  .p-time-table__session > * {
    max-width: calc(100% - 20px);
    height: calc(100% - 10px);
  }
  .c-time-table-header {
    padding: 0 10px 10px;
  }
  .-pc {
    display: none !important;
  }
}

@media screen and (max-width: 768px){
  :root {
    --header-height: 60px;
  }
  .l-grid.-cards {
    --grid-items-per-row: 1;
    --grid-items-gap-x: 20px;
    --grid-items-gap-y: 20px;
  }
  .l-grid.-home-cards {
    --grid-items-per-row: 1;
    --grid-items-gap-x: 20px;
    --grid-items-gap-y: 20px;
  }
  .l-grid.-home-cards .l-grid__item,
  .l-grid.-cards .l-grid__item {
    width: 100%;
    max-width: max(300px, 75%);
    margin-right: auto;
    margin-left: auto;
  }
  .c-card-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 50px 15px;
  }
  .c-card-list.-modal .c-card-list__title {
    font-size: 16px;
  }
  .c-card-list.-item-1,
  .c-card-list.-col-1 {
    gap: 50px 15px;
  }
  .c-card-list.-item-1 .c-card-list__item,
  .c-card-list.-col-1 .c-card-list__item {
    flex-direction: column;
  }
  .c-drawer-button {
    --drawer-button-bar-gap: 8px;
    width: 60px;
  }
  .c-drawer-button span {
    left: calc(50% - 12px);
    width: 24px;
  }
  .c-mainvisual__information {
    transform: rotate(-10deg);
    padding: 0px 25px 25px 75%;
  }
  .c-mainvisual-topics__date span:nth-child(1) {
    font-size: 21px;
  }
  .c-mainvisual-topics__date span:nth-child(2) {
    font-size: 34px;
  }
  .c-mainvisual-topics__date span:nth-child(3) {
    font-size: 15px;
  }
  .c-mainvisual-topics__text {
    font-size: 46px;
  }
  .c-modal-section-title {
    min-height: 35px;
    font-size: 16px;
  }
  .c-pre-columns {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .c-pre-columns__title {
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-session-ticket__item {
    flex-direction: column;
  }
  .c-session-ticket__header {
    flex: 0 0 auto;
  }
  .c-session-ticket__time {
    align-items: center;
  }
  .c-session-ticket__body {
    padding: 20px;
  }
  .c-session-ticket__title {
    font-size: 18px;
  }
  .p-footer-main-content {
    flex-direction: column;
    align-items: center;
    justify-content: start;
  }
  .p-footer-main-content__group {
    flex-direction: column;
  }
  .p-footer-main-content__logo img {
    max-height: 178px;
  }
  .p-header__logo {
    flex: 1 1 0px;
    min-height: 60px;
  }
  .p-header__logo img {
    max-height: 30px;
  }
}

@media (hover: hover){
  .c-button:hover {
    --dsp-theme-button-border-color: var(--dsp-theme-button-hover-border-color);
    --dsp-theme-button-text-color: var(--dsp-theme-button-hover-text-color);
    background-position: 0% 0%;
  }
  a.c-exhibition-card:hover {
    --exhibition-card-thumbnail-scale: 1.05;
  }
  .c-nav-link:hover {
    background-position: 0% 0%;
    color: var(--dsp-theme-color-blue);
  }
  .c-nav-link.-primary:hover {
    color: var(--dsp-theme-color-blue);
  }
  a.c-session-card:hover {
    --session-card-thumbnail-scale: 1.05;
    --session-card-title-color: var(--dsp-theme-color-blue);
  }
  .c-sns__item a:hover img,
  .c-sns__item a:hover svg {
    transform: scale(0.8);
  }
}