html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

:root {
  --fz-base: 1.4rem;
  --fz-1: 2rem;
  --fz-2: 1.8rem;
  --fz-3: 1.6rem;
  --fz-4: 1.4rem;
  --fz-5: 1.2rem;
  --heading-01: 5rem;
  --heading-02: 3.6rem;
  --heading-03: 3rem;
}

@media (min-width: 768px) {
  :root {
    --fz-base: clamp(1.4rem, 1.4vw, 1.6rem);
    --fz-1: clamp(2rem, 2.2vw, 3.2rem);
    --fz-2: clamp(1.8rem, 1.8vw, 2.6rem);
    --fz-3: clamp(1.6rem, 1.5vw, 2.2rem);
    --fz-4: clamp(1.4rem, 1.5vw, 1.9rem);
    --fz-5: clamp(1.2rem, 1vw, 1.5rem);
    --heading-01: clamp(5rem, 6.5vw, 9rem);
    --heading-02: clamp(3.6rem, 4vw, 7.5rem);
    --heading-03: clamp(3rem, 3.2vw, 4.6rem);
  }
}
html {
  font-size: 62.5%;
}

body {
  font-family: sans-serif;
  background-color: #000000;
  font-size: var(--fz-base);
  color: #ffffff;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

.contents a {
  text-decoration: underline;
}

.inner {
  width: min(100% - 48px, 1240px);
  margin-inline: auto;
}

@media screen and (max-width: 640px) {
  br.brpc {
    display: none;
  }
}

br.brmd {
  display: none;
}
@media screen and (max-width: 768px) {
  br.brmd {
    display: block;
  }
}

br.brsp {
  display: none;
}
@media screen and (max-width: 640px) {
  br.brsp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pcblock {
    display: none;
  }
}

.mdblock {
  display: none;
}
@media screen and (max-width: 768px) {
  .mdblock {
    display: block;
  }
}

.spblock {
  display: none;
}
@media screen and (max-width: 640px) {
  .spblock {
    display: block;
  }
}

.snow-monkey-forms-turnstile--position\:after {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem auto;
}

.c-section-title {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .c-section-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 3rem;
  }
}
.c-section-title__en {
  height: 80px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .c-section-title__en {
    height: 50px;
  }
}
.c-section-title__ja {
  font-size: var(--fz-2);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
}
.loading__animation {
  text-align: center;
  font-size: 1.2rem;
  color: #ffffff;
  line-height: 2;
}
.loading__animation img {
  display: block;
  margin: 0 auto 1rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 2rem 0;
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-100%);
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 768px) {
  .header {
    padding: 1.5rem 0;
  }
}
.header.is-visible {
  transform: translateY(0);
}
.header.is-menu-open {
  z-index: 510;
}
.header > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  position: relative;
  z-index: 101;
}
.header__logo #site_logo {
  margin: 0;
}
.header__logo a {
  display: block;
}
.header__logo img {
  height: 60px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .header__logo img {
    height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .header__gnav {
    display: none;
  }
}
.header__gnav ul {
  display: flex;
  gap: 3rem;
  list-style: none;
}
.header__gnav a {
  font-size: 3.2rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: bold;
  color: #e2e2e2;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .header__gnav a {
    font-size: 2.4rem;
  }
}
.header__gnav a:hover {
  opacity: 0.7;
}

.hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: block;
  }
}
.hamburger__trigger {
  position: relative;
  z-index: 501;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 0;
}
.hamburger__bar {
  display: block;
  width: 28px;
  height: 2px;
  background: #ffffff;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}
.hamburger__trigger--open .hamburger__bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.hamburger__trigger--open .hamburger__bar:nth-child(2) {
  opacity: 0;
}
.hamburger__trigger--open .hamburger__bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.hamburger__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 499;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}
.hamburger__overlay--open {
  opacity: 1;
  visibility: visible;
}
.hamburger__nav {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 500;
  overflow-y: auto;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}
.hamburger__nav--open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.hamburger__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 8rem 2rem;
}
.hamburger__inner ul {
  list-style: none;
  text-align: center;
}
.hamburger__inner li {
  opacity: 0;
  transform: translateY(20px);
  margin-bottom: 1rem;
}
.hamburger__inner a {
  font-size: 2.8rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.hamburger__inner a:hover {
  opacity: 0.7;
}

@keyframes hamburgerFadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hamburger__nav--open .hamburger__inner li {
  animation: hamburgerFadeInUp 0.4s ease forwards;
}
.hamburger__nav--open .hamburger__inner li:nth-child(1) {
  animation-delay: 0.15s;
}
.hamburger__nav--open .hamburger__inner li:nth-child(2) {
  animation-delay: 0.2s;
}
.hamburger__nav--open .hamburger__inner li:nth-child(3) {
  animation-delay: 0.25s;
}
.hamburger__nav--open .hamburger__inner li:nth-child(4) {
  animation-delay: 0.3s;
}
.hamburger__nav--open .hamburger__inner li:nth-child(5) {
  animation-delay: 0.35s;
}
.hamburger__nav--open .hamburger__inner li:nth-child(6) {
  animation-delay: 0.4s;
}

.p-fv {
  position: relative;
  width: 100%;
  padding-top: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-fv {
    padding-top: 7rem;
  }
}
.p-fv picture {
  display: block;
  width: 100%;
}
.p-fv img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1.1);
  transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-fv__curtain {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  background: rgb(0, 0, 0);
  z-index: 10;
  transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}
.p-fv__curtain--left {
  left: 0;
  transform: translateX(0);
}
.p-fv__curtain--right {
  right: 0;
  transform: translateX(0);
}
.p-fv.is-open img {
  transform: scale(1);
}
.p-fv.is-open .p-fv__curtain--left {
  transform: translateX(-100%);
}
.p-fv.is-open .p-fv__curtain--right {
  transform: translateX(100%);
}

.p-intro {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 10vw 0;
}
@media screen and (max-width: 768px) {
  .p-intro {
    padding: 8rem 0;
  }
}
.p-intro__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #000000;
}
.p-intro__bg picture,
.p-intro__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-intro__content {
  position: relative;
  z-index: 2;
  padding: 0 4rem;
}
@media screen and (max-width: 768px) {
  .p-intro__content {
    padding: 0 2rem;
  }
}
.p-intro__text {
  color: #ffffff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: var(--fz-1);
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}
@media screen and (max-width: 768px) {
  .p-intro__text {
    line-height: 2;
    font-size: var(--fz-2);
  }
}
.p-intro__text--highlight {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-intro__text--highlight {
    font-size: 1.8rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.p-intro__text.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.p-intro__catch {
  margin-top: 12rem;
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}
@media screen and (max-width: 768px) {
  .p-intro__catch {
    margin-top: 6rem;
  }
}
.p-intro__catch.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.p-intro__catch img {
  max-width: 90%;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .p-intro__catch img {
    max-width: 100%;
  }
}

.p-speakers {
  position: relative;
  padding: 10rem 0;
  background-image: var(--speakers-bg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  .p-speakers {
    padding: 8rem 0 0;
  }
}
.p-speakers > .inner {
  position: relative;
  z-index: 2;
}
.p-speakers__date {
  font-size: var(--fz-1);
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-speakers__date {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-speakers__date--welcome {
    margin-top: 4rem;
    padding-top: 4rem;
  }
}
.p-speakers__session {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-speakers__session {
    margin-bottom: 8rem;
  }
}
.p-speakers__session-title {
  font-size: var(--fz-1);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
  color: #ffffff;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .p-speakers__session-title {
    gap: 0;
    margin-bottom: 2rem;
  }
}
.p-speakers__session-label {
  color: #ffffff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-speakers__session-label {
    font-size: 1.35em;
  }
}
.p-speakers__session-name {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-speakers__session-name {
    width: 100%;
    letter-spacing: normal;
  }
}
.p-speakers__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-speakers__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .p-speakers__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
.p-speakers__card {
  cursor: pointer;
}
.p-speakers__card-img {
  margin-bottom: 1rem;
  overflow: hidden;
}
.p-speakers__card-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.45s ease;
}
.p-speakers__card-info {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  position: relative;
}
.p-speakers__card-info::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0.2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  line-height: 0.8;
  padding-bottom: 0.2rem;
  background-color: rgba(255, 255, 255, 0.3);
  transition:
    transform 0.45s ease,
    background-color 0.45s ease,
    color 0.45s ease;
}
@media screen and (max-width: 768px) {
  .p-speakers__card-info::after {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.6rem;
    padding-bottom: 0.15rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-speakers__card {
    transition: transform 0.45s ease;
  }
  .p-speakers__card:hover {
    transform: translateY(-6px);
  }
  .p-speakers__card:hover .p-speakers__card-img img {
    transform: scale(1.04);
  }
  .p-speakers__card:hover .p-speakers__card-info::after {
    transform: scale(1.08);
    background-color: rgba(255, 255, 255, 0.45);
    color: #ffffff;
  }
}
.p-speakers__card-name {
  font-size: var(--fz-2);
  font-weight: bold;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
  padding-right: 4rem;
}
@media screen and (max-width: 768px) {
  .p-speakers__card-name {
    padding-right: 3.5rem;
  }
}
.p-speakers__card-title {
  width: 100%;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-speakers__card-title {
    font-size: 1.2rem;
  }
}

.p-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.55s ease,
    visibility 0.55s ease;
}
.p-modal[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
}
.p-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.p-modal__content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  width: 90%;
  max-height: 90vh;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 8px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(24px) scale(0.98);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
  border: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
}
.p-modal[aria-hidden="false"] .p-modal__content {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.p-modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-modal__close:hover {
    background: rgba(0, 0, 0, 0.8);
  }
}
.p-modal__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #ffffff;
}
.p-modal__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-modal__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-modal__body {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-height: 90vh;
  -webkit-overflow-scrolling: touch;
}
.p-modal__img img {
  width: 50%;
  height: auto;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-modal__img img {
    width: 100%;
  }
}
.p-modal__info {
  padding: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-modal__info {
    padding: 2rem;
  }
}
.p-modal__name {
  font-size: 2.4rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-modal__name {
    font-size: 2rem;
  }
}
.p-modal__title {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1.5rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-modal__title {
    font-size: 1.2rem;
  }
}
.p-modal__desc {
  font-size: 1.5rem;
  line-height: 1.9;
  color: #ffffff;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-modal__desc {
    font-size: 1.3rem;
  }
}

body.modal-open {
  overflow: hidden;
}

.fade_blur_img {
  opacity: 0;
  filter: blur(14px);
  will-change: opacity, filter;
}

.p-project {
  background-color: #000000;
  background-image: url("../img/top/project_bg.webp");
  background-repeat: repeat-y;
  background-size: 100% 100%;
  background-position: center;
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .p-project {
    padding: 8rem 0;
  }
}
.p-project__section {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-project__section {
    margin-bottom: 5rem;
  }
}
.p-project__section:last-of-type {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-project__section:last-of-type {
    margin-bottom: 4rem;
  }
}
.p-project__heading {
  margin-bottom: 2rem;
}
.p-project__heading img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-project__heading {
    margin-bottom: 1.5rem;
  }
}
.p-project__lead {
  font-size: var(--fz-4);
  line-height: 2;
  margin-bottom: 8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-project__lead {
    font-size: 1.3rem;
    line-height: 1.9;
    margin-bottom: 3rem;
  }
}
.p-project__text {
  font-size: var(--fz-4);
  color: #ffffff;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-project__text {
    font-size: 1.3rem;
    line-height: 1.9;
  }
  .p-project__text br {
    display: none;
  }
}
.p-project__item {
  display: flex;
  gap: 4rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-project__item {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 4rem;
  }
}
.p-project__item:last-child {
  margin-bottom: 0;
}
.p-project__item--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-project__item--reverse {
    flex-direction: column;
  }
}
.p-project__item-img {
  flex: 0 0 45%;
}
.p-project__item-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-project__item-img {
    flex: none;
  }
}
.p-project__item-content {
  flex: 1;
}
.p-project__item-title {
  font-size: var(--fz-2);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: bold;
  color: #000000;
  margin-bottom: 1.5rem;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 3rem 6rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  line-height: 1;
}
.p-project__item-title .p-project__item-title-text span {
  font-size: var(--fz-4);
}
.p-project__item-title .p-project__item-title-img {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-project__item-title {
    display: block;
    margin-bottom: 1rem;
    padding: 0;
    background-image: none !important;
    color: transparent;
    font-size: 0;
  }
  .p-project__item-title .p-project__item-title-text {
    display: none;
  }
  .p-project__item-title .p-project__item-title-img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
.p-project__item-title--bg1 {
  background-image: url("../img/top/project_title_bg_1.svg");
}
.p-project__item-title--bg2 {
  background-image: url("../img/top/project_title_bg_2.svg");
}
.p-project__item-text {
  font-size: var(--fz-4);
  color: #ffffff;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-project__item-text {
    font-size: 1.3rem;
    line-height: 1.9;
  }
  .p-project__item-text br {
    display: none;
  }
}
.p-project__coming {
  text-align: center;
}
.p-project__coming img {
  max-width: 80%;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-project__coming img {
    max-width: 100%;
  }
}

.p-schedule {
  position: relative;
  background-color: #000000;
  background-image: var(--schedule-bg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
  padding: 20rem 0;
}
@media screen and (max-width: 768px) {
  .p-schedule {
    padding: 6rem 0;
  }
}
.p-schedule__header {
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.03em;
  color: #e2e2e2;
  font-weight: bold;
  display: grid;
  grid-template-columns: 80px 1fr 80px 0.9fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .p-schedule__header {
    grid-template-columns: 80px 1fr 80px 1fr;
  }
}
@media screen and (max-width: 768px) {
  .p-schedule__header {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    font-size: var(--fz-3);
  }
  .p-schedule__header .p-schedule__header-spacer {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .p-schedule__header {
    font-size: 1.6rem;
  }
}
.p-schedule__header-col {
  font-weight: bold;
}
.p-schedule__body {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.p-schedule__row {
  display: grid;
  grid-template-columns: 80px 1fr 80px 0.9fr;
  gap: 1rem;
  align-items: stretch;
  border-top: 1px dotted rgba(255, 255, 255, 0.7);
  padding: 1.5rem 0;
}
@media screen and (max-width: 1024px) {
  .p-schedule__row {
    grid-template-columns: 80px 1fr 80px 1fr;
  }
}
@media screen and (max-width: 768px) {
  .p-schedule__row {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "time-s time-p" "session project";
    gap: 0.4rem 1rem;
    align-items: start;
  }
  .p-schedule__row > .p-schedule__time:nth-child(1) {
    grid-area: time-s;
    margin-bottom: 0;
    text-align: left;
  }
  .p-schedule__row > .p-schedule__session {
    grid-area: session;
  }
  .p-schedule__row > .p-schedule__time:nth-child(3) {
    grid-area: time-p;
    margin-bottom: 0;
    text-align: left;
  }
  .p-schedule__row > .p-schedule__project {
    grid-area: project;
  }
}
.p-schedule__time {
  font-weight: bold;
  font-size: var(--fz-1);
  letter-spacing: 0.03em;
  color: #e2e2e2;
  font-family: "Bebas Neue", sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-schedule__time {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 640px) {
  .p-schedule__time {
    font-size: 1.6rem;
  }
}
.p-schedule__session,
.p-schedule__project {
  min-height: 100px;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .p-schedule__session,
  .p-schedule__project {
    min-height: auto;
  }
}
.p-schedule__card {
  height: 100%;
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-schedule__card {
    padding: 1rem;
    gap: 1.5rem;
  }
}
.p-schedule__card--talk {
  background: rgba(162, 0, 23, 0.8);
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .p-schedule__card--talk {
    border-radius: 8px;
  }
}
.p-schedule__card--project {
  background-color: rgba(98, 98, 98, 0.8);
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .p-schedule__card--project {
    border-radius: 8px;
  }
}
.p-schedule__card-title {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: var(--fz-4);
  font-weight: bold;
  line-height: 1.6;
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 640px) {
  .p-schedule__card-title {
    font-size: 1.2rem;
  }
}
.p-schedule__card-title span {
  font-size: 0.8em;
  line-height: 1.4;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-schedule__card-title span {
    font-size: 0.9rem;
  }
}
.p-schedule__card-speakers {
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .p-schedule__card-speakers {
    display: grid;
    grid-template-columns: repeat(2, 40px);
    gap: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-schedule__card-speakers {
    display: none;
  }
}
.p-schedule__card-speakers img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .p-schedule__card-speakers img {
    width: 40px;
    height: 40px;
  }
}
.p-schedule__card-img {
  max-width: 200px;
  flex: 0 1 200px;
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  .p-schedule__card-img {
    max-width: 120px;
    flex: 0 1 120px;
  }
}
.p-schedule__card-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .p-schedule__card-img {
    display: none;
  }
}
.p-schedule__eve {
  margin-top: 4rem;
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-schedule__eve {
    margin-top: 3rem;
    padding-top: 2rem;
  }
}
.p-schedule__eve-title {
  font-size: var(--fz-2);
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-schedule__eve-title {
    font-size: 1.4rem;
  }
}

.p-event {
  position: relative;
  background-color: #999;
  background-image: var(--event-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .p-event {
    padding: 6rem 0;
  }
}
.p-event__text {
  font-weight: bold;
  color: #000000;
  line-height: 2;
  margin-bottom: 5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-event__text {
    font-size: 1.3rem;
    line-height: 1.9;
    margin-bottom: 3rem;
  }
  .p-event__text br {
    display: none;
  }
}
.p-event__coming {
  text-align: center;
}
.p-event__coming img {
  max-width: 80%;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-event__coming img {
    max-width: 100%;
  }
}

.p-information {
  position: relative;
  background-color: #000000;
  background-image: var(--information-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 10rem 0;
  color: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-information {
    padding: 6rem 0;
  }
}
.p-information__list {
  max-width: 1000px;
  margin: 0 auto 8rem;
}
@media screen and (max-width: 768px) {
  .p-information__list {
    margin-bottom: 5rem;
  }
}
.p-information__item {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 3rem;
  padding: 2.5rem 0;
  border-top: 1px dotted rgba(255, 255, 255, 0.4);
  &.border-none {
    border-top: none;
    padding-top: 0;
  }
}
.p-information__item:first-child {
  border-top: none;
}
.p-information__item:last-child {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 768px) {
  .p-information__item {
    grid-template-columns: 90px 1fr;
    gap: 1rem;
    padding: 2rem 0;
    align-items: center;
  }
}
.p-information__term {
  font-size: var(--fz-4);
  color: #e2e2e2;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.p-information__desc {
  font-size: var(--fz-4);
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .p-information__desc {
    font-size: 1.3rem;
    letter-spacing: normal;
  }
}
.p-information__block + .p-information__block {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-information__block + .p-information__block {
    margin-top: 1.5rem;
  }
}
.p-information__date {
  font-size: var(--fz-3);
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-information__date {
    font-size: 1.4rem;
  }
}
.p-information__sublist {
  display: flex;
  flex-direction: column;
}
.p-information__subitem {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 1.5rem;
}
.p-information__subitem dt {
  font-weight: bold;
}
.p-information__subitem dt a[x-apple-data-detectors],
.p-information__subitem dt a[x-apple-data-detectors-type] {
  color: inherit !important;
  text-decoration: none !important;
  font: inherit !important;
}
.p-information__subitem dd {
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-information__subitem dd {
    padding-bottom: 1.5em;
    &.padding-none {
      padding-bottom: 0;
    }
  }
}
@media screen and (max-width: 768px) {
  .p-information__subitem {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }
}
.p-information__map {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-left: 1rem;
  color: #ffffff;
  text-decoration: underline;
  font-size: 0.9em;
}
.p-information__map i {
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  .p-information__map {
    display: inline-flex;
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
.p-information__price {
  font-size: var(--fz-3);
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-information__price {
    font-size: 1.4rem;
  }
}
.p-information__note {
  font-size: var(--fz-4);
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .p-information__note {
    font-size: 1.2rem;
  }
}
.p-information__committee-inner {
  max-width: 1000px;
  margin: 0 auto 8rem;
}
.p-information__committee-title {
  font-size: var(--fz-2);
  font-weight: bold;
  margin-bottom: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-information__committee-title {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
.p-information__committee-lead {
  font-size: var(--fz-4);
  line-height: 2;
  margin-bottom: 4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-information__committee-lead {
    font-size: 1.3rem;
    line-height: 1.9;
    margin-bottom: 3rem;
  }
  .p-information__committee-lead br {
    display: none;
  }
}
.p-information__members {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .p-information__members {
    gap: 3rem;
  }
}
.p-information__members-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem 3rem;
}
@media screen and (max-width: 768px) {
  .p-information__members-row {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }
}
.p-information__member {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-information__member {
    gap: 2rem;
    width: 100%;
  }
}
.p-information__member-img {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
}
.p-information__member-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.p-information__member-name {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: var(--fz-2);
  font-weight: bold;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
}
.p-information__member-title {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.p-ticket {
  position: relative;
  background-color: #000000;
  background-image: var(--ticket-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 10rem 0;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-ticket {
    padding: 6rem 0;
  }
}
.p-ticket__note {
  font-weight: bold;
  color: #fff;
  line-height: 2;
  margin: 4rem auto;
  letter-spacing: 0.05em;
}
.p-ticket__list {
  max-width: 1000px;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 768px) {
  .p-ticket__list {
    margin-bottom: 3rem;
  }
}
.p-ticket__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.p-ticket__item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .p-ticket__item {
    padding: 2rem 0;
  }
}
.p-ticket__label {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: var(--fz-3);
  font-weight: bold;
  text-align: center;
  padding-right: 3rem;
  letter-spacing: 0.1em;
  background: linear-gradient(to bottom, #ffffff 0%, #8a8a8a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .p-ticket__label {
    font-size: 1.4rem;
    padding-right: 1.5rem;
  }
}
.p-ticket__price {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  line-height: 1;
}
.p-ticket__currency {
  font-size: 3.6rem;
  font-weight: bold;
  background: linear-gradient(to bottom, #ffffff 0%, #8a8a8a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .p-ticket__currency {
    font-size: 2.2rem;
  }
}
.p-ticket__amount {
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: linear-gradient(to bottom, #ffffff 0%, #8a8a8a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .p-ticket__amount {
    font-size: 3.6rem;
  }
}
.p-ticket__btn {
  text-align: center;
}
.p-ticket__btn a {
  display: block;
  max-width: 530px;
  margin: 0 auto;
  background-color: #000000;
  padding: 1.5rem 2rem;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: var(--fz-3);
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  transition: opacity 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-ticket__btn a:hover {
  opacity: 1;
  background-color: #a20017;
}
@media screen and (max-width: 768px) {
  .p-ticket__btn a {
    min-width: 280px;
    padding: 1.2rem 2rem;
    font-size: 1.4rem;
  }
}

.p-sponsor {
  position: relative;
  background-color: #999;
  background-image: var(--sponsor-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 10rem 0;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-sponsor {
    padding: 6rem 0;
  }
}
.p-sponsor__coming {
  text-align: center;
}
.p-sponsor__coming img {
  max-width: 80%;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-sponsor__coming img {
    max-width: 100%;
  }
}
.p-sponsor .c-section-title__ja {
  color: #000000;
}
.p-sponsor__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .p-sponsor__list {
    gap: 3rem;
  }
}
.p-sponsor__item {
  width: 100%;
  max-width: 600px;
  text-align: center;
}
.p-sponsor__item a {
  display: block;
  transition: opacity 0.3s ease;
}
.p-sponsor__item a:hover {
  opacity: 0.7;
}
.p-sponsor__item img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-sponsor__item {
    max-width: 100%;
  }
}

.fixed-cta {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease,
    transform 0.4s ease;
}
@media screen and (max-width: 768px) {
  .fixed-cta {
    right: 1.5rem;
    bottom: 1.5rem;
  }
}
.fixed-cta.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.fixed-cta a {
  display: block;
}
.fixed-cta img {
  width: 160px;
  height: auto;
  display: block;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .fixed-cta img {
    width: 100px;
  }
}
.fixed-cta a:hover img {
  transform: scale(1.08);
}

.footer {
  background: #000000;
  padding: 8rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 4rem 0 13rem;
  }
}
.footer .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__logo {
  margin-bottom: 3rem;
  width: 600px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 60%;
  }
}
.footer__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.footer__slogan {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: var(--fz-2);
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .footer__slogan {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}
.footer__organizer {
  font-size: var(--fz-4);
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .footer__organizer {
    font-size: 1.1rem;
  }
} /*# sourceMappingURL=style.css.map */
