@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  overflow-x: hidden;
  width: 100%;
}

body {
  position: relative;
  background: #000;
}
body.fixed {
  overflow: hidden;
}

a {
  color: #fff;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.u-en {
  font-family: "Shippori Mincho", sans-serif;
}

.u-en-2 {
  font-family: "Inter", sans-serif;
}

.l-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}

.l-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1260px;
}

.pc-only {
  display: block;
}

.br-pc-only {
  display: inline;
}

.sp-only {
  display: none;
}

.br-sp-only {
  display: none;
}

/*===========================================================================*/
/*  header  */
/*===========================================================================*/
.p-header {
  padding-top: 31px;
  padding-bottom: 31px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: transparent;
  transition: background 0.3s ease;
}
.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1024px) {
  .p-header__inner {
    gap: 12px;
  }
}
.p-header__logo {
  display: block;
}
.p-header__logo img {
  width: 165.647px;
}
.p-header__nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.p-header__nav-list {
  display: flex;
  align-items: center;
  gap: 33px;
}
@media (max-width: 1024px) {
  .p-header__nav-list {
    gap: 20px;
  }
}
.p-header__nav-item a {
  color: #FFF;
  font-feature-settings: "palt" on;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.05em;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}
.p-header__nav-item a:hover {
  opacity: 0.7;
}
.p-header__btn {
  display: inline-block;
  padding: 17px 32px 18px;
  background: linear-gradient(98deg, #FC001B 1.25%, #4C00CF 90.95%);
  border-radius: 9999px;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.p-header__btn:hover {
  opacity: 0.8;
}

/*===========================================================================*/
/*  ハンバーガーボタン  */
/*===========================================================================*/
.ham-btn {
  position: relative;
  width: 25px;
  height: 16px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 110;
}
.ham-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
}
.ham-btn span:nth-child(1) {
  top: 0;
}
.ham-btn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.ham-btn span:nth-child(3) {
  bottom: 0;
}
.ham-btn.active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.ham-btn.active span:nth-child(2) {
  opacity: 0;
}
.ham-btn.active span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

/*===========================================================================*/
/*  ハンバーガーメニュー  */
/*===========================================================================*/
.ham-menu {
  display: none;
}

/*===========================================================================*/
/*  MV  */
/*===========================================================================*/
.p-mv {
  height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}
.p-mv .p-mv__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 1;
}
.p-mv .p-mv__inner .p-mv__content {
  flex-shrink: 0;
}
.p-mv .p-mv__inner .p-mv__video {
  width: clamp(350px, 41.27vw, 520px);
  display: block;
  mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent), linear-gradient(to bottom, transparent, black 15%, black 85%, transparent);
  mask-composite: intersect;
  -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent), linear-gradient(to bottom, transparent, black 15%, black 85%, transparent);
  -webkit-mask-composite: source-in;
}
.p-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-mv__bg-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-mv .p-mv__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.p-mv .p-mv__title .title-top {
  font-size: clamp(40px, 4.503vw, 56.739px);
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.02em;
  background: linear-gradient(94deg, #D2C4D2 4.09%, #9E929E 33.23%, #D2C4D2 68.17%, #9E929E 98.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-mv .p-mv__title .title-bottom {
  font-size: clamp(100px, 12.3vw, 155px);
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.02em;
  background: linear-gradient(94deg, #D2C4D2 4.09%, #9E929E 33.23%, #D2C4D2 68.17%, #9E929E 98.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: -0.15em;
}
.p-mv .p-mv__text-wrap {
  position: relative;
}
.p-mv .p-mv__text-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  filter: blur(13.1999998093px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-mv .p-mv__text {
  font-size: clamp(18px, 2.06vw, 26px);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.04em;
  background: linear-gradient(94deg, #D2C4D2 4.09%, #9E929E 33.23%, #D2C4D2 68.17%, #9E929E 98.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
  padding-top: 16px;
  padding-bottom: 17px;
  display: inline-block;
  margin-top: 20px;
}
.p-mv .p-mv__text::after {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  left: 0;
}
.p-mv .p-mv__text::before {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff);
  position: absolute;
  bottom: 0;
  left: 0;
}

/*===========================================================================*/
/*  About  */
/*===========================================================================*/
.p-about {
  padding-bottom: 150px;
  position: relative;
}
.p-about__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 783px;
  width: 70%;
}
.p-about__title {
  display: inline-block;
  padding-bottom: 34px;
  position: relative;
  z-index: 1;
}
.p-about__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
}
.p-about__title .title-top {
  font-feature-settings: "palt" on;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  background: linear-gradient(94deg, #D2C4D2 4.09%, #9E929E 33.23%, #D2C4D2 68.17%, #9E929E 98.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-about__title .title-bottom {
  background: linear-gradient(94deg, #D2C4D2 4.09%, #9E929E 33.23%, #D2C4D2 68.17%, #9E929E 98.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-feature-settings: "palt" on;
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
}
.p-about__title .title-bottom .u-en {
  font-feature-settings: "palt" on;
  font-size: 68px;
  line-height: 140%;
}
.p-about .p-about__text {
  display: flex;
  justify-content: flex-end;
}
.p-about .p-about__text p {
  color: #FFF;
  font-feature-settings: "palt" on;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.04em;
  max-width: 688px;
  padding-top: 52px;
  padding-bottom: 52px;
  position: relative;
  z-index: 1;
}
.p-about .p-about__text p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff);
}

/*===========================================================================*/
/*  Episode  */
/*===========================================================================*/
.p-episode {
  padding-bottom: 100px;
}
.p-episode__title {
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 16px;
  background: linear-gradient(91deg, #FFF 53.2%, #B1B1B1 100.13%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-episode__text {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}
.p-episode__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 27px;
  margin-top: 60px;
}
.p-episode__list .p-episode__item {
  text-align: center;
}
.p-episode__list .p-episode__item .p-episode__img {
  width: 100%;
  filter: drop-shadow(3.407px 3.407px 34.068px 0 rgba(94, 94, 94, 0.1));
}
.p-episode__list .p-episode__item .p-episode__date {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.02em;
  background: linear-gradient(94deg, #D2C4D2 4.09%, #9E929E 33.23%, #D2C4D2 68.17%, #9E929E 98.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 20px;
}
.p-episode__list .p-episode__item .p-episode__btn {
  margin-top: 20px;
  display: inline-block;
  padding: 19px 0;
  background: linear-gradient(98deg, #FC001B 1.25%, #4C00CF 90.95%);
  border-radius: 9999px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  color: #fff;
  width: 100%;
  max-width: 252px;
  transition: opacity 0.3s ease;
}
.p-episode__list .p-episode__item .p-episode__btn:hover {
  opacity: 0.8;
}

/*===========================================================================*/
/*  Navigator  */
/*===========================================================================*/
.p-navigator {
  padding-bottom: 100px;
}
.p-navigator .p-navigator__inner {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0);
  background: #171717;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1100px) {
  .p-navigator .p-navigator__inner {
    flex-direction: column;
    align-items: center;
  }
}
.p-navigator .p-navigator__inner .p-navigator__inner-left {
  padding: 60px 0 60px 60px;
  width: 55%;
}
@media (max-width: 1100px) {
  .p-navigator .p-navigator__inner .p-navigator__inner-left {
    width: 100%;
    padding-bottom: 0;
    padding-right: 60px;
  }
}
.p-navigator .p-navigator__inner .p-navigator__inner-left .p-navigator__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.02em;
  background: linear-gradient(94deg, #D2C4D2 4.09%, #9E929E 33.23%, #D2C4D2 68.17%, #9E929E 98.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-navigator .p-navigator__inner .p-navigator__inner-left .p-navigator__name {
  margin-top: 22px;
}
.p-navigator .p-navigator__inner .p-navigator__inner-left .p-navigator__name .name {
  font-feature-settings: "palt" on;
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.04em;
  background: linear-gradient(94deg, #D2C4D2 4.09%, #9E929E 33.23%, #D2C4D2 68.17%, #9E929E 98.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-navigator .p-navigator__inner .p-navigator__inner-left .p-navigator__name .ttl {
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.04em;
}
.p-navigator .p-navigator__inner .p-navigator__inner-left .p-navigator__name .company {
  font-feature-settings: "palt" on;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.04em;
  margin-left: 14px;
}
.p-navigator .p-navigator__inner .p-navigator__inner-left .p-navigator__text {
  margin-top: 25px;
  font-size: 13px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.04em;
}
.p-navigator .p-navigator__inner .p-navigator__inner-right {
  flex-shrink: 0;
  width: 50%;
  max-width: 520px;
  padding-right: 40px;
  position: relative;
}
.p-navigator .p-navigator__inner .p-navigator__inner-right .p-navigator__bg {
  position: absolute;
  top: 10%;
  width: 100%;
  right: 0;
}
.p-navigator .p-navigator__inner .p-navigator__inner-right .p-navigator__img {
  position: relative;
  z-index: 1;
}

/*===========================================================================*/
/*  Speaker  */
/*===========================================================================*/
.p-speaker {
  overflow: hidden;
  padding-bottom: 120px;
  padding-left: calc((100vw - 1260px) / 2);
}
@media (max-width: 1340px) {
  .p-speaker {
    padding-left: 40px;
  }
}
.p-speaker__head {
  margin-bottom: 32px;
}
.p-speaker__title {
  font-size: 64px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.02em;
  background: linear-gradient(94deg, #D2C4D2 4.09%, #9E929E 33.23%, #D2C4D2 68.17%, #9E929E 98.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}
.p-speaker__text {
  font-feature-settings: "palt" on;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.04em;
  background: linear-gradient(91deg, #FFF 53.2%, #B1B1B1 100.13%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-speaker__slider {
  overflow: visible;
}
.p-speaker .speaker-swiper {
  overflow: visible;
}

/*===========================================================================*/
/*  Archive  */
/*===========================================================================*/
.p-archive {
  padding-bottom: 100px;
}
.p-archive .p-archive__inner {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.p-archive .p-archive__item--inner {
  display: flex;
  gap: 36px;
  margin-top: 32px;
}
.p-archive__content {
  flex: 1;
}
.p-archive__episode {
  position: relative;
}
.p-archive__episode::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
}
.p-archive__episode span {
  background: #000;
  padding-right: 18px;
  font-size: 36px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
  background: linear-gradient(94deg, #D2C4D2 4.09%, #9E929E 33.23%, #D2C4D2 68.17%, #9E929E 98.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-archive__episode span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
}
.p-archive__title {
  margin-top: 30px;
  font-size: 38px;
  font-weight: 500;
  line-height: 140%;
}
.p-archive__date {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 125%;
}
.p-archive__lead {
  margin-top: 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
}
.p-archive__text {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 180%;
}
.p-archive__main {
  width: 100%;
}
.p-archive__btn {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 0;
  background: linear-gradient(98deg, #FC001B 1.25%, #4C00CF 90.95%);
  border-radius: 9999px;
  max-width: 232px;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.p-archive__btn:hover {
  opacity: 0.8;
}
.p-archive__speakers {
  max-width: 412px;
  width: 40%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-archive__speaker {
  display: flex;
  align-items: flex-end;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0);
  background: #171717;
}
.p-archive__speaker-info {
  flex: 1;
  padding: 24px 0 24px 25px;
}
.p-archive__speaker-name {
  font-feature-settings: "palt" on;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.04em;
}
.p-archive__speaker-name .honorific {
  font-size: 14px;
  font-weight: 400;
  margin-left: 4px;
}
.p-archive__speaker-position {
  font-feature-settings: "palt" on;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.04em;
  margin-top: 14px;
}
.p-archive__speaker-img {
  width: 129px;
  flex-shrink: 0;
  overflow: hidden;
}

/*===========================================================================*/
/*  Overview  */
/*===========================================================================*/
.p-overview {
  padding-bottom: 100px;
  position: relative;
}
.p-overview__inner {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 30px;
  padding: 80px 40px;
  background: url(../img/overview-bg.webp) no-repeat center center/cover;
  overflow: hidden;
}
.p-overview__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 23, 23, 0.35);
  backdrop-filter: blur(23.5px);
}
.p-overview__content {
  max-width: 878px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.p-overview__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  margin-bottom: 40px;
  background: linear-gradient(91deg, #FFF 53.2%, #B1B1B1 100.13%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-overview__list {
  display: flex;
  flex-direction: column;
}
.p-overview__item {
  display: flex;
  align-items: center;
  padding: 35px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
.p-overview__item:first-child {
  padding-top: 0;
}
.p-overview__term {
  width: 217px;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 125%;
}
.p-overview__desc {
  flex: 1;
  font-size: 18px;
  font-weight: 400;
  line-height: 125%;
}

/*===========================================================================*/
/*  Footer  */
/*===========================================================================*/
.p-footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #171717;
}
.p-footer__list {
  display: flex;
  justify-content: center;
  gap: 35px;
}
.p-footer__list a {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

@media (max-width: 900px) {
  .l-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-inner {
    max-width: 520px;
  }
  .pc-only {
    display: none;
  }
  .br-pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .br-sp-only {
    display: inline;
  }
  /*===========================================================================*/
  /*  header  */
  /*===========================================================================*/
  .p-header {
    padding-top: 0;
    padding-bottom: 0;
    height: 56px;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .p-header__inner {
    gap: 10px;
    width: 100%;
  }
  .p-header__logo img {
    width: 124.235px;
  }
  .p-header__btn {
    padding: 10px 20px;
    font-size: 12px;
    margin-left: auto;
  }
  body.fixed .p-header {
    background: #000;
  }
  /*===========================================================================*/
  /*  ハンバーガーメニュー  */
  /*===========================================================================*/
  .ham-menu {
    display: block;
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    z-index: 99;
    background: rgba(23, 23, 23, 0.35);
    backdrop-filter: blur(23.5px);
    -webkit-backdrop-filter: blur(23.5px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .ham-menu.active {
    opacity: 1;
    visibility: visible;
  }
  .ham-menu__inner {
    padding: 10px 20px 40px;
    overflow-y: auto;
    max-height: calc(100vh - 56px);
  }
  .ham-menu__nav {
    margin-bottom: 28px;
  }
  .ham-menu__nav-list {
    display: flex;
    flex-direction: column;
  }
  .ham-menu__nav-item {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  }
  .ham-menu__nav-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.09em;
    text-decoration: none;
    transition: opacity 0.3s ease;
  }
  .ham-menu__nav-item a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }
  .ham-menu__nav-item a:hover {
    opacity: 0.7;
  }
  .ham-menu__btn {
    display: block;
    width: 100%;
    max-width: 232px;
    margin: 0 auto;
    padding: 17px 0 18px;
    background: linear-gradient(98deg, #FC001B 1.25%, #4C00CF 90.95%);
    border-radius: 9999px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.3s ease;
  }
  .ham-menu__btn:hover {
    opacity: 0.8;
  }
  /*===========================================================================*/
  /*  MV  */
  /*===========================================================================*/
  .p-mv {
    height: auto;
    justify-content: flex-start;
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 0;
    padding-right: 0;
  }
  .p-mv .p-mv__inner {
    flex-direction: column;
    gap: 30px;
  }
  .p-mv .p-mv__content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-mv .p-mv__video {
    width: 100% !important;
    max-width: 100%;
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent), linear-gradient(to bottom, transparent, black 15%, black 85%, transparent);
    mask-composite: intersect;
    -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent), linear-gradient(to bottom, transparent, black 15%, black 85%, transparent);
    -webkit-mask-composite: source-in;
  }
  .p-mv__bg {
    position: absolute;
    top: initial;
    top: 160px;
    left: 50%;
    transform: translateX(-44%);
    -webkit-transform: translateX(-44%);
    -ms-transform: translateX(-44%);
    width: 740px;
    min-width: 100%;
    height: auto;
    object-fit: initial;
  }
  .p-mv__bg-mask {
    display: none;
  }
  .p-mv .p-mv__title .title-top {
    font-size: 31.785px;
  }
  .p-mv .p-mv__title .title-bottom {
    font-size: 86.831px;
    margin-top: -0.15em;
  }
  .p-mv .p-mv__text {
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 12px;
    display: block;
    width: 100%;
  }
  /*===========================================================================*/
  /*  About  */
  /*===========================================================================*/
  .p-about {
    padding-bottom: 119px;
  }
  .p-about__bg {
    position: absolute;
    left: 50%;
    transform: translateX(-70%);
    -webkit-transform: translateX(-70%);
    -ms-transform: translateX(-70%);
    max-width: 462px;
    width: 462px;
  }
  .p-about__title {
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .p-about__title .title-top {
    font-size: 26px;
  }
  .p-about__title .title-bottom {
    font-size: 62px;
    line-height: 140%;
    margin-top: -0.2em;
  }
  .p-about__title .title-bottom .u-en {
    font-size: 62px;
    line-height: 140%;
  }
  .p-about__title .title-bottom .u-ja {
    font-size: 24px;
    line-height: 140%;
  }
  .p-about .p-about__text p {
    font-size: 16px;
    max-width: 100%;
    padding-top: 26px;
    padding-bottom: 26px;
  }
  /*===========================================================================*/
  /*  Episode  */
  /*===========================================================================*/
  .p-episode {
    padding-bottom: 60px;
  }
  .p-episode__title {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .p-episode__text {
    font-size: 16px;
  }
  .p-episode__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 11px;
    margin-top: 32px;
  }
  .p-episode__list .p-episode__item .p-episode__date {
    font-size: 14px;
    margin-top: 8px;
  }
  .p-episode__list .p-episode__item .p-episode__btn {
    margin-top: 8px;
    padding: 13px 0;
    font-size: 12px;
    max-width: 143px;
  }
  /*===========================================================================*/
  /*  Navigator  */
  /*===========================================================================*/
  .p-navigator {
    padding-bottom: 80px;
  }
  .p-navigator .p-navigator__inner {
    border-radius: 6px;
  }
  .p-navigator .p-navigator__inner .p-navigator__inner-left {
    padding: 25px 20px 0 20px;
  }
  .p-navigator .p-navigator__inner .p-navigator__inner-left .p-navigator__title {
    font-size: 18px;
  }
  .p-navigator .p-navigator__inner .p-navigator__inner-left .p-navigator__name {
    margin-top: 12px;
  }
  .p-navigator .p-navigator__inner .p-navigator__inner-left .p-navigator__name .name {
    font-size: 26px;
  }
  .p-navigator .p-navigator__inner .p-navigator__inner-left .p-navigator__name .ttl {
    font-size: 18px;
  }
  .p-navigator .p-navigator__inner .p-navigator__inner-left .p-navigator__name .company {
    font-size: 12px;
    margin-left: 0;
    margin-top: 5px;
  }
  .p-navigator .p-navigator__inner .p-navigator__inner-left .p-navigator__text {
    margin-top: 16px;
  }
  .p-navigator .p-navigator__inner .p-navigator__inner-right {
    width: 100%;
    max-width: 100%;
    padding-right: 30px;
  }
  /*===========================================================================*/
  /*  Speaker  */
  /*===========================================================================*/
  .p-speaker {
    padding-bottom: 80px;
  }
  .p-speaker__head {
    margin-bottom: 20px;
  }
  .p-speaker__title {
    font-size: 42px;
    margin-bottom: 16px;
  }
  .p-speaker__text {
    font-size: 16px;
  }
  /*===========================================================================*/
  /*  Archive  */
  /*===========================================================================*/
  .p-archive {
    padding-bottom: 60px;
  }
  .p-archive .p-archive__inner {
    gap: 60px;
  }
  .p-archive .p-archive__item--inner {
    flex-direction: column-reverse;
    gap: 28px;
    margin-top: 20px;
  }
  .p-archive__episode {
    position: relative;
  }
  .p-archive__episode span {
    padding-right: 8px;
    font-size: 20px;
  }
  .p-archive__title {
    margin-top: 16px;
    font-size: 24px;
  }
  .p-archive__date {
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .p-archive__lead {
    margin-top: 20px;
    font-size: 16px;
  }
  .p-archive__text {
    margin-top: 4px;
    font-size: 14px;
  }
  .p-archive__main {
    width: 100%;
  }
  .p-archive__btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
  .p-archive__speakers {
    max-width: 100%;
    width: 100%;
  }
  .p-archive__speaker {
    border-radius: 6px;
  }
  .p-archive__speaker-info {
    padding: 20px 0 20px 20px;
  }
  .p-archive__speaker-name {
    font-size: 18px;
  }
  .p-archive__speaker-name .honorific {
    font-size: 12px;
    margin-left: 3px;
  }
  .p-archive__speaker-position {
    font-size: 10px;
    margin-top: 10px;
  }
  .p-archive__speaker-img {
    width: auto;
    height: 110px;
  }
  .p-archive__speaker-img img {
    width: auto;
    height: 100%;
  }
  /*===========================================================================*/
  /*  Overview  */
  /*===========================================================================*/
  .p-overview {
    padding-bottom: 60px;
  }
  .p-overview__inner {
    border-radius: 6px;
    padding: 40px 20px;
  }
  .p-overview__title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .p-overview__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 20px 0;
  }
  .p-overview__term {
    width: 100%;
    font-size: 14px;
  }
  .p-overview__desc {
    font-size: 14px;
  }
  /*===========================================================================*/
  /*  Footer  */
  /*===========================================================================*/
  .p-footer {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .p-footer__list {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}/*# sourceMappingURL=style.css.map */