@charset "UTF-8";

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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

/* ===============================================
# メディアクエリー
=============================================== */
/* ===============================================
# line-heightの余白削除
=============================================== */
@media screen and (max-width: 1279px) and (min-width: 961px) {
  html {
    font-size: calc(16 / 1280 * 100vw);
  }
}

@media screen and (max-width: 960px) {
  html {
    font-size: calc(16 / 750 * 100vw);
  }
}

body {
  background-color: #e6edf3;
  color: #343436;
  font-family: "Zen Kaku Gothic New", sans-serif;
  min-height: 100vh;
  background: #000;
}

img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media (any-hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

[lang=ja] {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

[lang=en] {
  font-family: "eurostile-extended", sans-serif;
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 961px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: inherit;
  padding: 0 1.25rem;
  margin-inline: auto;
}

@media screen and (max-width: 960px) {
  .l-inner {
    width: 100%;
    max-width: 640px;
    padding: 0 1.25rem;
  }
}

.l-inner__narrow {
  max-width: 50rem;
}

@media screen and (max-width: 960px) {
  .l-inner__narrow {
    padding: 0 1.25rem;
    max-width: 600px;
  }
}

.l-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  color: blue;
}

.l-header__inner {
  display: grid;
  grid-template-columns: 100px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.l-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__btn {
  -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  transition: color 0.3s ease 0s, background 0.3s ease 0s;
}

.l-footer {
  background: #fff;
  color: #fff;
  position: relative;
  overflow: hidden;
  height: 42.875rem;
  margin-top: -13.75rem;
}

@media screen and (max-width: 960px) {
  .l-footer {
    height: 60.8125rem;
    margin-top: -18.125rem;
  }
}

.l-footer__circle-text-wrapper {
  width: 150.875rem;
  height: 150.875rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
  border-radius: 100vmax;
  background: #AB2B2B;
}

@media (max-width: 960px) and (min-width: 760px) {
  .l-footer__circle-text-wrapper {
    width: 118.75rem;
    height: 118.75rem;
  }
}

.l-footer__circle-text-svg {
  width: 100%;
  height: auto;
  position: absolute;
  translate: 0 0rem;
  overflow: visible;
  pointer-events: none;
}

.l-footer__circle-text-svg text {
  font-size: 88px;
  font-weight: 900;
  fill: none;
  stroke: #fff;
  stroke-width: 1;
  font-family: "eurostile-extended", sans-serif;
}

.l-footer__rotating-text {
  -webkit-animation: rotateText 30s linear infinite;
  animation: rotateText 30s linear infinite;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateText {
  from {
    rotate: 0deg;
  }

  to {
    rotate: -180deg;
  }
}

@keyframes rotateText {
  from {
    rotate: 0deg;
  }

  to {
    rotate: -180deg;
  }
}

.l-footer__contents {
  padding: 3rem 0 1.875rem;
  text-align: center;
  z-index: 5;
}

@media screen and (max-width: 960px) {
  .l-footer__contents {
    padding: 0rem 0 1.875rem;
  }
}

.l-footer__btn {
  width: 32.5rem;
  height: 6rem;
  background: #d32026;
  border-radius: 3rem;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-inline: auto;
  position: relative;
  -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  transition: color 0.3s ease 0s, background 0.3s ease 0s;
}

@media screen and (max-width: 960px) {
  .l-footer__btn {
    font-size: 1.1875rem;
  }
}

@media screen and (max-width: 960px) {
  .l-footer__btn {
    width: 41.375rem;
    height: 7rem;
    border-radius: 3.5rem;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .l-footer__btn {
    font-size: 1.625rem;
  }
}

.l-footer__btn::after {
  content: "→";
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1;
  color: #d32026;
  background: #fff;
  border-radius: 100vmax;
  position: absolute;
  top: 50%;
  right: 1.125rem;
  translate: 0 -50%;
  width: 3.75rem;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  transition: color 0.3s ease 0s, background 0.3s ease 0s;
}

@media screen and (max-width: 960px) {
  .l-footer__btn::after {
    font-size: 1.1875rem;
  }
}

@media screen and (max-width: 960px) {
  .l-footer__btn::after {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    width: 4.5rem;
    height: 4.5rem;
    right: 1.25rem;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .l-footer__btn::after {
    font-size: 1.5rem;
  }
}

@media (any-hover: hover) {
  .l-footer__btn:hover {
    color: #d32026;
    background: #fff;
  }

  .l-footer__btn:hover::after {
    color: #fff;
    background: #d32026;
  }
}

.l-footer__logoUrl {
  margin-top: 3.75rem;
  text-decoration: underline;
}

@media screen and (max-width: 960px) {
  .l-footer__logoUrl {
    margin-top: 5rem;
  }
}

@media (any-hover: hover) {
  .l-footer__logoUrl:hover .l-footer__url {
    text-decoration: none;
  }
}

.l-footer__logo {
  width: 17.125rem;
  height: auto;
  margin-inline: auto;
}

@media screen and (max-width: 960px) {
  .l-footer__logo {
    width: 22rem;
  }
}

.l-footer__url {
  display: inline-block;
  margin-top: 1.1875rem;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: underline;
  font-family: "Inter", sans-serif;
  padding-bottom: 1.25rem;
}

@media screen and (max-width: 960px) {
  .l-footer__url {
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 960px) {
  .l-footer__url {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 1.25rem;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .l-footer__url {
    font-size: 1.125rem;
  }
}

.l-footer__sns {
  margin-top: 0.4375rem;
  height: 4.4375rem;
  width: 37.5rem;
  margin-inline: auto;
  border-top: 1px solid rgba(204, 204, 204, 0.2);
  border-bottom: 1px solid rgba(204, 204, 204, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.5625rem;
  -moz-column-gap: 0.5625rem;
  column-gap: 0.5625rem;
}

@media screen and (max-width: 960px) {
  .l-footer__sns {
    margin-top: 2.5rem;
    height: 8.1875rem;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
}

.l-footer__sns__title {
  font-family: "Inter", sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1;
  margin-right: 0.75rem;
}

@media screen and (max-width: 960px) {
  .l-footer__sns__title {
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 960px) {
  .l-footer__sns__title {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1;
    margin-right: 0.6875rem;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .l-footer__sns__title {
    font-size: 1.125rem;
  }
}

.l-footer__sns__item {
  width: 1.75rem;
  height: 1.75rem;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

@media (any-hover: hover) {
  .l-footer__sns__item:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 960px) {
  .l-footer__sns__item {
    width: 4.0625rem;
    height: 4.0625rem;
  }
}

.l-footer__logo--borndigital {
  width: 11.5625rem;
  height: auto;
  margin-top: 3.125rem;
  margin-inline: auto;
}

@media screen and (max-width: 960px) {
  .l-footer__logo--borndigital {
    width: 18.5rem;
    margin-top: 5.9375rem;
  }
}

.l-footer__copy {
  display: block;
  margin-top: 4rem;
  font-family: "Inter", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1;
  opacity: 0.5;
}

@media screen and (max-width: 960px) {
  .l-footer__copy {
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 960px) {
  .l-footer__copy {
    margin-top: 1.875rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .l-footer__copy {
    font-size: 0.875rem;
  }
}

.l-ticket {
  position: fixed;
  top: min(560 / 1280 * 100vw, 560 / 1280 * 1600px);
  right: min(10 / 1280 * 100vw, 10 / 1280 * 1600px);
  z-index: 100;
  width: min(278 / 1280 * 100vw, 278 / 1280 * 1600px);
  height: min(132 / 1280 * 100vw, 132 / 1280 * 1600px);
  opacity: 0;
}

@media screen and (max-width: 960px) {
  .l-ticket {
    top: 66.875rem;
    right: 0.3125rem;
    width: 22.5rem;
    height: 10.625rem;
  }
}

.l-ticket img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  height: auto;
}

@media (any-hover: hover) {
  .l-ticket:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.l-marquee {
  overflow: hidden;
  background: #000;
  height: 2.25rem;
}

@media screen and (max-width: 960px) {
  .l-marquee {
    height: 3rem;
  }
}

.l-marquee__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-column-gap: 0.6875rem;
  -moz-column-gap: 0.6875rem;
  column-gap: 0.6875rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: marquee 40s linear infinite;
  animation: marquee 40s linear infinite;
}

@media screen and (max-width: 960px) {
  .l-marquee__track {
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
  }
}

.l-marquee__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 0.6875rem;
  -moz-column-gap: 0.6875rem;
  column-gap: 0.6875rem;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  font-family: "eurostile-extended", sans-serif;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0px 50px;
}

@media screen and (max-width: 960px) {
  .l-marquee__item {
    font-size: 0.9375rem;
  }
}

.l-marquee__item span {
  font-weight: 400;
  padding: 0px 50px;
}

@media screen and (max-width: 960px) {
  .l-marquee__item {
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .l-marquee__item {
    font-size: 1.25rem;
  }
}

.l-marquee__item img {
  display: block;
  width: 1.3125rem;
  height: auto;
}

@media screen and (max-width: 960px) {
  .l-marquee__item img {
    width: 1.75rem;
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
  }
}

.l-marquee2 {
  overflow: hidden;
  background: #fff;
  height: 9rem;
}

@media screen and (max-width: 960px) {
  .l-marquee2 {
    height: 10rem;
  }
}

.l-marquee2__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: marquee2 35s linear infinite;
  animation: marquee2 35s linear infinite;
}

@media screen and (max-width: 960px) {
  .l-marquee2__track {
    -webkit-column-gap: 1.6875rem;
    -moz-column-gap: 1.6875rem;
    column-gap: 1.6875rem;
  }
}

.l-marquee2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 960px) {
  .l-marquee2__item {
    -webkit-column-gap: 1.6875rem;
    -moz-column-gap: 1.6875rem;
    column-gap: 1.6875rem;
  }
}

.l-marquee2__item img {
  display: block;
  height: auto;
}

.l-marquee2__item img:nth-child(1) {
  width: 99px;
}

.l-marquee2__item img:nth-child(2) {
  width: 220px;
}

.l-marquee2__item img:nth-child(3) {
  width: 128px;
}

.l-marquee2__item img:nth-child(4) {
  width: 203px;
}

.l-marquee2__item img:nth-child(5) {
  width: 237px;
}

.l-marquee2__item img:nth-child(6) {
  width: 195px;
}

.l-marquee2__item img:nth-child(7) {
  width: 78px;
}

.l-marquee2__item img:nth-child(8) {
  width: 188px;
}

.l-marquee2__item img:nth-child(9) {
  width: 71px;
}

@-webkit-keyframes marquee2 {
  0% {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes marquee2 {
  0% {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.l-footer2 {
  background: #000;
  color: #fff;
  padding: 3.75rem 0 1.125rem;
}

@media screen and (max-width: 960px) {
  .l-footer2 {
    padding: 5rem 0 1.125rem;
  }
}

.l-footer2__marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  font-size: 5.5rem;
  font-weight: 900;
  line-height: 1;
  color: transparent;
  /* 中身は透明にする */
  -webkit-text-stroke: 1px #fff;
  /* 白いアウトライン */
  font-family: "eurostile-extended", sans-serif;
}

@media screen and (max-width: 960px) {
  .l-footer2__marquee {
    font-size: 5.5rem;
  }
}

.l-footer2__marquee__track {
  display: inline-block;
  white-space: nowrap;
  -webkit-animation: marqueeScroll 60s linear infinite;
  animation: marqueeScroll 60s linear infinite;
}

.l-footer2__marquee__track span {
  display: inline-block;
}

@-webkit-keyframes marqueeScroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes marqueeScroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.l-footer2__contents {
  text-align: center;
  margin-top: 4.375rem;
}

@media screen and (max-width: 960px) {
  .l-footer2__contents {
    margin-top: 5.625rem;
  }
}

.l-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  /* 初期は非表示 */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000;
}

.l-modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-modal .swiper {
  width: 80%;
}

@media screen and (max-width: 960px) {
  .l-modal .swiper {
    width: 100%;
  }
}

.l-modal .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.swiper {
  cursor: pointer;
}

.swiper .p-timetable__swiper-slide {
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}

.swiper .p-timetable__swiper-slide:hover {
  scale: 1.05;
}

.modal-swiper {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-button-prev,
.swiper-button-next {
  top: 50%;
  translate: 0 -50%;
  width: min(47 / 1280 * 100vw, 47 / 1280 * 1600px);
  height: auto;
}

@media screen and (max-width: 960px) {

  .swiper-button-prev,
  .swiper-button-next {
    width: 3.375rem;
  }
}

.swiper-button-prev {
  left: min(11 / 1280 * 100vw, 11 / 1280 * 1600px);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 960px) {
  .swiper-button-prev {
    left: 1rem;
  }
}

.swiper-button-next {
  right: min(11 / 1280 * 100vw, 11 / 1280 * 1600px);
}

@media screen and (max-width: 960px) {
  .swiper-button-next {
    right: 1rem;
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
}

.c-scrollDown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-scrollDown__text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: min(9 / 1280 * 100vw, 9 / 1280 * 1600px);
  font-weight: 400;
  line-height: 1;
  font-family: "Inter", sans-serif;
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  .c-scrollDown__text {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .c-scrollDown__text {
    font-size: 0.9375rem;
  }
}

.c-scrollDown__bar {
  position: relative;
  margin-top: min(7 / 1280 * 100vw, 7 / 1280 * 1600px);
}

.c-scrollDown__bar span {
  display: inline-block;
  background-color: #fff;
}

.c-scrollDown__bar .bar {
  width: 1px;
  height: min(48 / 1280 * 100vw, 48 / 1280 * 1600px);
}

@media screen and (max-width: 960px) {
  .c-scrollDown__bar .bar {
    height: 5.5rem;
  }
}

.c-scrollDown__bar .circle {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  width: min(6.5 / 1280 * 100vw, 6.5 / 1280 * 1600px);
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-animation: scrollDown 2s ease forwards infinite;
  animation: scrollDown 2s ease forwards infinite;
}

@media screen and (max-width: 960px) {
  .c-scrollDown__bar .circle {
    width: 0.5625rem;
  }
}

@-webkit-keyframes scrollDown {
  0% {
    top: 0;
  }

  80% {
    top: min(41.5 / 1280 * 100vw, 41.5 / 1280 * 1600px);
  }

  100% {
    top: min(41.5 / 1280 * 100vw, 41.5 / 1280 * 1600px);
  }
}

@keyframes scrollDown {
  0% {
    top: 0;
  }

  80% {
    top: min(41.5 / 1280 * 100vw, 41.5 / 1280 * 1600px);
  }

  100% {
    top: min(41.5 / 1280 * 100vw, 41.5 / 1280 * 1600px);
  }
}

@media screen and (max-width: 960px) {
  @-webkit-keyframes scrollDown {
    0% {
      top: 0;
    }

    80% {
      top: 4.9375rem;
    }

    100% {
      top: 4.9375rem;
    }
  }

  @keyframes scrollDown {
    0% {
      top: 0;
    }

    80% {
      top: 4.9375rem;
    }

    100% {
      top: 4.9375rem;
    }
  }
}

.c-time {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-time__container {
  width: 19.75rem;
  height: 1.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  border: 1px solid #fff;
  border-left: none;
  border-radius: 0.65625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 960px) {
  .c-time__container {
    width: 31.25rem;
    height: 2rem;
    border-radius: 1rem;
  }
}

.c-time__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 0.3125rem;
  padding-left: 0.5rem;
  font-family: "eurostile-extended", sans-serif;
  color: #d02026;
  background: #fff;
  width: 9.8rem;
  height: 100%;
  border-left: 1px solid #fff;
  border-radius: 0 0.65625rem 0.65625rem 0;
  z-index: 2;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .c-time__time {
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 960px) {
  .c-time__time {
    gap: 0.5rem;
    padding-left: 1.25rem;
    width: 15.5rem;
    border-radius: 0 1rem 1rem 0;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .c-time__time {
    font-size: 1.25rem;
  }
}

.c-time__time img {
  width: 0.9375rem;
  height: 0.9375rem;
}

@media screen and (max-width: 960px) {
  .c-time__time img {
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media screen and (max-width: 960px) {
  .c-time__time .js-timeCountUp-target {
    translate: 0 -1px;
  }
}

.c-time--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 960px) {
  .c-time--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.c-time--right .c-time__line::after {
  left: -0.21875rem;
}

@media screen and (max-width: 960px) {
  .c-time--right .c-time__line::after {
    left: auto;
  }
}

.c-time__archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex.c-time__archive__text span::after;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .c-time__archive {
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 960px) {
  .c-time__archive {
    font-size: 1.3125rem;
    font-weight: 400;
    line-height: 1;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .c-time__archive {
    font-size: 1.3125rem;
  }
}

.c-time__archive__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .c-time__archive__text {
    gap: 1.875rem;
  }
}

.c-time__archive__text span {
  position: relative;
  padding-left: 20px;
}

.c-time__archive__text span::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0.5rem;
  width: 2px;
  height: 0.8125rem;
  background: #fff;
  opacity: 0.5;
}

@media screen and (max-width: 960px) {
  .c-time__archive__text span::after {
    right: -0.9375rem;
    height: 1.25rem;
  }
}

.c-time__archive__text span img {
  display: inline-block;
  width: 0.9375rem;
  height: auto;
}

@media screen and (max-width: 960px) {
  .c-time__archive__text span img {
    width: 1.4375rem;
  }
}

.c-time__archive--notArchive .c-time__archive__text {
  gap: 2.3125rem;
}

.c-time__archive--notArchive .c-time__archive__text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
}

.c-time__archive--notArchive .c-time__archive__text span::after {
  right: -1.625rem;
  translate: 0 calc(-50% + 1px);
}

@media screen and (max-width: 960px) {
  .c-time__archive--notArchive .c-time__archive__text span::after {
    right: -0.9375rem;
    height: 1.25rem;
  }
}

@-webkit-keyframes marqueeSteps {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(80%);
    transform: translateX(80%);
  }
}

@keyframes marqueeSteps {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(80%);
    transform: translateX(80%);
  }
}

.c-time__note {
  position: absolute;
  bottom: calc(-100% + 0.4375rem);
  left: 10.25rem;
  font-size: 0.625rem;
  font-weight: 200;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .c-time__note {
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 960px) {
  .c-time__note {
    bottom: calc(-100% + 0.625rem);
    left: 16.5rem;
    font-size: 0.9375rem;
    font-weight: 200;
    line-height: 1;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .c-time__note {
    font-size: 0.9375rem;
  }
}

.c-time__line {
  width: 100%;
  height: 1px;
  background: #fff;
  position: relative;
}

.c-time__line::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: -0.21875rem;
  width: 0.4375rem;
  height: 0.4375rem;
  background: #fff;
  border-radius: 50%;
}

.c-btnEntry {
  width: 100%;
  height: 5.9375rem;
  border: 1px solid #d32026;
  background: #d32026;
  border-radius: 3rem;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  transition: color 0.3s ease 0s, background 0.3s ease 0s;
}

@media screen and (max-width: 960px) {
  .c-btnEntry {
    font-size: 1.1875rem;
  }
}

@media screen and (max-width: 960px) {
  .c-btnEntry {
    height: 6.9375rem;
    border-radius: 3.5rem;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .c-btnEntry {
    font-size: 1.625rem;
  }
}

.c-btnEntry::after {
  content: "→";
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1;
  color: #d32026;
  background: #fff;
  border-radius: 100vmax;
  position: absolute;
  top: 50%;
  right: 1.125rem;
  translate: 0 -50%;
  width: 3.75rem;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  transition: color 0.3s ease 0s, background 0.3s ease 0s;
}

@media screen and (max-width: 960px) {
  .c-btnEntry::after {
    font-size: 1.1875rem;
  }
}

@media screen and (max-width: 960px) {
  .c-btnEntry::after {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    width: 4.5rem;
    height: 4.5rem;
    right: 1.25rem;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .c-btnEntry::after {
    font-size: 1.5rem;
  }
}

@media (any-hover: hover) {
  .c-btnEntry:hover {
    color: #d32026;
    background: #fff;
  }

  .c-btnEntry:hover::after {
    color: #fff;
    background: #d32026;
  }
}

.c-btnEntry--white {
  background: #fff;
  color: #d32026;
  border: 1px solid #fff;
}

.c-btnEntry--white::after {
  color: #fff;
  background: #d32026;
}

@media (any-hover: hover) {
  .c-btnEntry--white:hover {
    color: #fff;
    background: #d32026;
    border: 1px solid #fff;
  }

  .c-btnEntry--white:hover::after {
    color: #d32026;
    background: #fff;
  }
}

.c-icon {
  position: relative;
  width: 5.5rem;
  height: 5.5rem;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .c-icon {
    width: 7.5rem;
    height: 7.5rem;
  }
}

@media (any-hover: hover) {
  .c-icon:hover .c-icon__plus {
    display: none;
  }

  .c-icon:hover .c-icon__sns {
    display: block;
  }
}

.c-icon__plus {
  width: 1.18rem;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 960px) {
  .c-icon__plus {
    width: 1.625rem;
    height: 1.625rem;
  }
}

.c-icon__sns {
  position: absolute;
  top: -1.3125rem;
  left: 3.8125rem;
  width: 4.875rem;
  height: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 960px) {
  .c-icon__sns {
    top: -2.5625rem;
    left: 4.6875rem;
    width: 8.3125rem;
  }
}

@media (any-hover: hover) {
  .c-icon:hover .c-icon__sns {
    opacity: 1;
    visibility: visible;
  }
}

.c-icon__sns:has(.c-icon__sns__linkOnly) {
  width: 2.5625rem;
  top: -0.75rem;
}

@media screen and (max-width: 960px) {
  .c-icon__sns:has(.c-icon__sns__linkOnly) {
    width: 5.0625rem;
    top: -2.375rem;
  }
}

.c-icon__sns__linkOnly,
.c-icon__sns__linkLeft,
.c-icon__sns__linkRight {
  position: absolute;
  top: 0;
  height: 100%;
}

@media (any-hover: hover) {

  .c-icon__sns__linkOnly:hover,
  .c-icon__sns__linkLeft:hover,
  .c-icon__sns__linkRight:hover {
    background: #fff;
    opacity: 0.5;
  }
}

.c-icon__sns__linkOnly {
  width: 100%;
  left: 0;
}

@media (any-hover: hover) {
  .c-icon__sns__linkOnly:hover {
    -webkit-clip-path: polygon(51% 0%, 53% 0%, 102% 24%, 103% 72%, 45% 97%, 54% 100%, 0 68%, 0 23%);
    clip-path: polygon(51% 0%, 53% 0%, 102% 24%, 103% 72%, 45% 97%, 54% 100%, 0 68%, 0 23%);
  }
}

.c-icon__sns__linkLeft {
  width: 50%;
  left: 0;
}

@media (any-hover: hover) {
  .c-icon__sns__linkLeft:hover {
    -webkit-clip-path: polygon(44% 0, 100% 0, 100% 94%, 44% 95%, 0 71%, 0 21%);
    clip-path: polygon(44% 0, 100% 0, 100% 94%, 44% 95%, 0 71%, 0 21%);
  }
}

.c-icon__sns__linkRight {
  width: 50%;
  right: 0;
}

@media (any-hover: hover) {
  .c-icon__sns__linkRight:hover {
    -webkit-clip-path: polygon(0 0, 49% 0, 100% 24%, 100% 72%, 55% 95%, 0 94%);
    clip-path: polygon(0 0, 49% 0, 100% 24%, 100% 72%, 55% 95%, 0 94%);
  }
}

.c-btnLive {
  border: 1px solid rgba(204, 204, 204, 0.5);
  border-radius: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  color: rgba(204, 204, 204, 0.5);
  height: 2.5rem;
  width: 36.875rem;
  pointer-events: none;
  position: relative;
}

@media screen and (max-width: 960px) {
  .c-btnLive {
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 960px) {
  .c-btnLive {
    border-radius: 2.25rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    height: 4.5rem;
    width: 42.75rem;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .c-btnLive {
    font-size: 1.5rem;
  }
}

.c-btnLive::after {
  content: "";
  position: absolute;
  background: url(./../img/timetable_comingSoon.png) no-repeat center center/cover;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 12.5rem;
  height: 3.1875rem;
}

@media screen and (max-width: 960px) {
  .c-btnLive::after {
    width: 25rem;
    height: 6.375rem;
  }
}

.c-btnLive.js-open {
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: background 0.3s ease 0s, color 0.3s ease 0s;
  transition: background 0.3s ease 0s, color 0.3s ease 0s;
  pointer-events: auto;
}

@media (any-hover: hover) {
  .c-btnLive.js-open:hover {
    background: #fff;
    color: #d32026;
  }
}

.c-btnLive.js-open::after {
  display: none;
}

.c-otherSession {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-otherSession__arrow {
  width: 1.5625rem;
}

@media screen and (max-width: 960px) {
  .c-otherSession__arrow {
    width: 1.875rem;
  }
}

.c-otherSession__arrow img {
  display: none;
}

.c-otherSession__arrow img.is-open {
  display: block;
}

.c-otherSession__text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  font-family: "eurostile-extended", sans-serif;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .c-otherSession__text {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 960px) {
  .c-otherSession__text {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .c-otherSession__text {
    font-size: 1.25rem;
  }
}

.c-profile {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4375rem;
}

@media screen and (max-width: 960px) {
  .c-profile {
    gap: 0.375rem;
  }
}

.c-profile__position {
  font-family: "eurostile-extended", sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .c-profile__position {
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 960px) {
  .c-profile__position {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .c-profile__position {
    font-size: 1rem;
  }
}

.c-profile__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-profile__company__name {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25;
}

@media screen and (max-width: 960px) {
  .c-profile__company__name {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 960px) {
  .c-profile__company__name {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.2222222222;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .c-profile__company__name {
    font-size: 1.125rem;
  }
}

.c-profile__company__position {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.3636363636;
}

@media screen and (max-width: 960px) {
  .c-profile__company__position {
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 960px) {
  .c-profile__company__position {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .c-profile__company__position {
    font-size: 1rem;
  }
}

.c-profile__name {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  width: 120px;
}

@media screen and (max-width: 960px) {
  .c-profile__name {
    font-size: 1.25rem;
    line-height: 1.6;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .c-profile__name {
    font-size: 1.25rem;
    line-height: 1.6;
    width: 100%;
    max-width: 400px;
  }
}

@media screen and (max-width: 640px) {
  .c-profile__name {
    font-size: 1.25rem;
    line-height: 1.6;
    width: 100%;
    max-width: 300px;
  }
}

@media screen and (max-width: 450px) {
  .c-profile__name {
    font-size: 1.25rem;
    line-height: 1.6;
    width: 100%;
    max-width: 210px;
  }
}

.c-human {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
}

@media screen and (max-width: 960px) {
  .c-human {
    gap: 1.25rem;
  }
}

.c-human--flexDirectionColumn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.4375rem;
}

@media screen and (max-width: 960px) {
  .c-human--flexDirectionColumn {
    gap: 0.875rem;
  }
}

@media screen and (max-width: 960px) {
  .c-human--flexDirectionColumnSp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.75rem;
  }
}

.c-tableNo {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  font-family: "eurostile-extended", sans-serif;
}

@media screen and (max-width: 960px) {
  .c-tableNo {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 960px) {
  .c-tableNo {
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 1;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .c-tableNo {
    font-size: 1.625rem;
  }
}

.p-fv {
  position: relative;
  background: url(./../img/main.png) no-repeat center center/cover;
  height: min(700 / 1280 * 100vw, 700 / 1280 * 1600px);
}

@media screen and (max-width: 960px) {
  .p-fv {
    background: url(./../img/fv_bg_sp.png) no-repeat center center/cover;
    height: 77.8125rem;
  }
}

/* .p-fv::before {
  content: "";
  position: absolute;
  background: url(./../img/fv_bg_maxon.png) no-repeat center center/cover;
  width: min(884 / 1280 * 100vw, 884 / 1280 * 1600px);
  height: min(550 / 1280 * 100vw, 550 / 1280 * 1600px);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
} */

/* @media screen and (max-width: 960px) {
  .p-fv::before {
    background: url(./../img/fv_bg_maxon_sp.png) no-repeat center center/cover;
    width: 46rem;
    height: 61.0625rem;
  }
} */

.p-fv__inner {
  position: relative;
  max-width: calc(min(1220 / 1280 * 100vw, 1220 / 1280 * 1600px) + min(30 / 1280 * 100vw, 30 / 1280 * 1600px) * 2);
  padding-inline: min(30 / 1280 * 100vw, 30 / 1280 * 1600px);
  margin-inline: auto;
  height: 100%;
}

@media screen and (max-width: 960px) {
  .p-fv__inner {
    max-width: 46.875rem;
    padding-inline: 1.25rem;
  }
}

.p-fv__layer1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.p-fv__layer1__item {
  height: auto;
  position: absolute;
}

.p-fv__layer1__item span {
  display: block;
}

.p-fv__layer1__item:nth-child(1) {
  width: min(134 / 1280 * 100vw, 134 / 1280 * 1600px);
  top: max(-36 / 1280 * 100vw, -36 / 1280 * 1600px);
  left: min(440 / 1280 * 100vw, 440 / 1280 * 1600px);
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

@media screen and (max-width: 960px) {
  .p-fv__layer1__item:nth-child(1) {
    width: 8.375rem;
    left: 20.625rem;
    top: -3.75rem;
  }
}

.p-fv__layer1__item:nth-child(2) {
  width: min(148 / 1280 * 100vw, 148 / 1280 * 1600px);
  top: min(104 / 1280 * 100vw, 104 / 1280 * 1600px);
  left: min(630 / 1280 * 100vw, 630 / 1280 * 1600px);
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

@media screen and (max-width: 960px) {
  .p-fv__layer1__item:nth-child(2) {
    width: 9.0625rem;
    left: 11.875rem;
    top: 8.5rem;
  }
}

.p-fv__layer1__item:nth-child(3) {
  width: min(117 / 1280 * 100vw, 117 / 1280 * 1600px);
  bottom: min(130 / 1280 * 100vw, 130 / 1280 * 1600px);
  right: min(133 / 1280 * 100vw, 133 / 1280 * 1600px);
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

@media screen and (max-width: 960px) {
  .p-fv__layer1__item:nth-child(3) {
    width: 6.8125rem;
    bottom: 9.4375rem;
    right: 2.8125rem;
  }
}

.p-fv__layer2 {
  position: absolute;
  width: min(1220 / 1280 * 100vw, 1220 / 1280 * 1600px);
  height: min(640 / 1280 * 100vw, 640 / 1280 * 1600px);
  z-index: 2;
  border: 2px solid #fff;
  color: #fff;
  border-radius: min(10 / 1280 * 100vw, 10 / 1280 * 1600px);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  font-family: "Source Sans 3", sans-serif;
}

@media screen and (max-width: 960px) {
  .p-fv__layer2 {
    width: 44.375rem;
    height: 75.3125rem;
    border-radius: 0.625rem;
  }
}

.p-fv__layer2__logo {
  position: absolute;
  width: min(352 / 1280 * 100vw, 352 / 1280 * 1600px);
  height: auto;
  top: min(21 / 1280 * 100vw, 21 / 1280 * 1600px);
  left: min(22 / 1280 * 100vw, 22 / 1280 * 1600px);
}

@media screen and (max-width: 960px) {
  .p-fv__layer2__logo {
    width: 27.75rem;
    top: 1.3125rem;
    left: 1.375rem;
  }
}

.p-fv__layer2__product {
  position: absolute;
  top: min(22 / 1280 * 100vw, 22 / 1280 * 1600px);
  right: min(20 / 1280 * 100vw, 20 / 1280 * 1600px);
  text-align: right;
  font-family: "Cormorant", serif;
}

@media screen and (max-width: 960px) {
  .p-fv__layer2__product {
    top: 1.9375rem;
    right: 1.25rem;
  }
}

.p-fv__layer2__product__title {
  width: min(126 / 1280 * 100vw, 126 / 1280 * 1600px);
  height: min(15 / 1280 * 100vw, 15 / 1280 * 1600px);
  padding: min(2 / 1280 * 100vw, 2 / 1280 * 1600px) min(3 / 1280 * 100vw, 3 / 1280 * 1600px);
  background: #fff;
  color: #be1316;
  font-size: min(14 / 1280 * 100vw, 14 / 1280 * 1600px);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  position: relative;
}

@media screen and (max-width: 960px) {
  .p-fv__layer2__product__title {
    width: 11.5625rem;
    height: 1.1875rem;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-fv__layer2__product__title {
    font-size: 1.25rem;
  }
}

.p-fv__layer2__product__title::after {
  content: "";
  position: absolute;
  width: min(8 / 1280 * 100vw, 8 / 1280 * 1600px);
  height: 1px;
  background: #fff;
  bottom: max(-16 / 1280 * 100vw, -16 / 1280 * 1600px);
  right: 0;
}

@media screen and (max-width: 960px) {
  .p-fv__layer2__product__title::after {
    width: 0.625rem;
    bottom: -1.25rem;
  }
}

.p-fv__layer2__product__text {
  margin-top: min(27 / 1280 * 100vw, 27 / 1280 * 1600px);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2857142857;
  font-size: min(14 / 1280 * 100vw, 14 / 1280 * 1600px);
  line-height: min(18 / 1280 * 100vw, 18 / 1280 * 1600px);
  translate: min(3 / 1280 * 100vw, 3 / 1280 * 1600px);
}

@media screen and (max-width: 960px) {
  .p-fv__layer2__product__text {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 960px) {
  .p-fv__layer2__product__text {
    margin-top: 2rem;
    font-size: 1.134375rem;
    font-weight: 400;
    line-height: 1.2859504132;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-fv__layer2__product__text {
    font-size: 1.134375rem;
  }
}

.p-fv__layer2__title {
  margin-top: min(260 / 1280 * 100vw, 260 / 1280 * 1600px);
  font-size: 6.5rem;
  font-weight: 900;
  line-height: 1;
  font-size: min(104 / 1280 * 100vw, 104 / 1280 * 1600px);
  line-height: 1;
  text-align: center;
  font-family: "eurostile-extended", sans-serif;
  letter-spacing: -0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .p-fv__layer2__title {
    font-size: 6.5rem;
  }
}

@media screen and (max-width: 960px) {
  .p-fv__layer2__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30.625rem;
    font-size: 6.5rem;
    font-weight: 900;
    line-height: 1;
    translate: 0;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-fv__layer2__title {
    font-size: 6.5rem;
  }
}

.p-fv__layer2__title.js-before {
  translate: max(-4 / 1280 * 100vw, -4 / 1280 * 1600px);
  margin-bottom: min(129 / 1280 * 100vw, 129 / 1280 * 1600px);
}

@media screen and (max-width: 960px) {
  .p-fv__layer2__title.js-before {
    translate: 0;
    margin-bottom: 13.0625rem;
  }
}

.p-fv__layer2__title.js-before .maxon {
  letter-spacing: -0.02em;
  margin-right: min(26 / 1280 * 100vw, 26 / 1280 * 1600px);
}

@media screen and (max-width: 960px) {
  .p-fv__layer2__title.js-before .maxon {
    margin-right: 0;
  }
}

.p-fv__layer2__title.js-after {
  margin-top: min(230 / 1280 * 100vw, 230 / 1280 * 1600px);
  margin-bottom: min(88 / 1280 * 100vw, 88 / 1280 * 1600px);
  translate: min(16 / 1280 * 100vw, 16 / 1280 * 1600px) max(-6 / 1280 * 100vw, -6 / 1280 * 1600px);
  display: none;
}

@media screen and (max-width: 960px) {
  .p-fv__layer2__title.js-after {
    margin-top: 30.6875rem;
    margin-bottom: 8.625rem;
    translate: 0;
  }
}

.p-fv__layer2__title #lottie-party {
  width: min(560 / 1280 * 100vw, 560 / 1280 * 1600px);
  translate: max(-6 / 1280 * 100vw, -6 / 1280 * 1600px) min(8 / 1280 * 100vw, 8 / 1280 * 1600px);
}

@media screen and (max-width: 960px) {
  .p-fv__layer2__title #lottie-party {
    width: 34.75rem;
    translate: -0.0625rem -1.5rem;
  }
}

.p-fv__layer2__date {
  font-size: min(26 / 1280 * 100vw, 26 / 1280 * 1600px);
  font-weight: 500;
  line-height: 1;
  text-align: center;
  font-family: "eurostile-extended", sans-serif;
}

@media screen and (max-width: 960px) {
  .p-fv__layer2__date {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.01em;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-fv__layer2__date {
    font-size: 2.25rem;
  }
}

.p-fv__layer2__time {
  margin-top: min(7 / 1280 * 100vw, 7 / 1280 * 1600px);
  font-size: min(18 / 1280 * 100vw, 18 / 1280 * 1600px);
  font-weight: 400;
  line-height: 1;
  text-align: center;
  font-family: "eurostile-extended", sans-serif;
}

@media screen and (max-width: 960px) {
  .p-fv__layer2__time {
    margin-top: 0.6875rem;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.03em;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-fv__layer2__time {
    font-size: 1.75rem;
  }
}

.p-fv__layer2__copy {
  font-family: "Inter", sans-serif;
  position: absolute;
  display: block;
  font-size: min(9 / 1280 * 100vw, 9 / 1280 * 1600px);
  font-weight: 400;
  line-height: 1.5;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  right: max(-20 / 1280 * 100vw, -20 / 1280 * 1600px);
  top: min(260 / 1280 * 100vw, 260 / 1280 * 1600px);
}

@media screen and (max-width: 960px) {
  .p-fv__layer2__copy {
    top: 32.5rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    left: 0.9375rem;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-fv__layer2__copy {
    font-size: 0.875rem;
  }
}

.p-fv__scrollDown {
  position: absolute;
  bottom: min(21 / 1280 * 100vw, 21 / 1280 * 1600px);
  left: min(21 / 1280 * 100vw, 21 / 1280 * 1600px);
  translate: -50% 0;
}

@media screen and (max-width: 960px) {
  .p-fv__scrollDown {
    left: 1.5625rem;
    bottom: 1.3125rem;
  }
}

.p-fv__layer3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.p-fv__layer3 span {
  display: block;
}

.p-fv__layer3__item {
  position: absolute;
  height: auto;
}

.p-fv__layer3__item:nth-child(1) {
  width: min(183 / 1280 * 100vw, 183 / 1280 * 1600px);
  top: min(100 / 1280 * 100vw, 100 / 1280 * 1600px);
  left: max(-40 / 1280 * 100vw, -40 / 1280 * 1600px);
}

@media screen and (max-width: 960px) {
  .p-fv__layer3__item:nth-child(1) {
    width: 13.75rem;
    top: 10.3125rem;
    left: -3.75rem;
  }
}

.p-fv__layer3__item:nth-child(2) {
  width: min(81 / 1280 * 100vw, 81 / 1280 * 1600px);
  top: min(220 / 1280 * 100vw, 220 / 1280 * 1600px);
  left: min(200 / 1280 * 100vw, 200 / 1280 * 1600px);
}

@media screen and (max-width: 960px) {
  .p-fv__layer3__item:nth-child(2) {
    width: 5.0625rem;
    top: 26.1875rem;
    left: 12.1875rem;
  }
}

.p-fv__layer3__item:nth-child(3) {
  width: min(272 / 1280 * 100vw, 272 / 1280 * 1600px);
  top: max(-58 / 1280 * 100vw, -58 / 1280 * 1600px);
  left: min(810 / 1280 * 100vw, 810 / 1280 * 1600px);
}

@media screen and (max-width: 960px) {
  .p-fv__layer3__item:nth-child(3) {
    width: 17rem;
    top: 9.875rem;
    left: 25.375rem;
  }
}

.p-fv__layer3__item:nth-child(4) {
  width: min(142 / 1280 * 100vw, 142 / 1280 * 1600px);
  bottom: max(-22 / 1280 * 100vw, -22 / 1280 * 1600px);
  left: min(180 / 1280 * 100vw, 180 / 1280 * 1600px);
}

@media screen and (max-width: 960px) {
  .p-fv__layer3__item:nth-child(4) {
    width: 7.375rem;
    bottom: 23.25rem;
    left: auto;
    right: 0;
  }
}

.p-fv__layer3__item:nth-child(5) {
  width: min(137 / 1280 * 100vw, 137 / 1280 * 1600px);
  bottom: max(-100 / 1280 * 100vw, -100 / 1280 * 1500px);
  left: min(397 / 1280 * 100vw, 397 / 1280 * 1600px);
}

@media screen and (max-width: 960px) {
  .p-fv__layer3__item:nth-child(5) {
    width: 8.5625rem;
    bottom: -4.5rem;
    left: 6.5625rem;
  }
}

.p-fv__layer3__item:nth-child(6) {
  width: min(106 / 1280 * 100vw, 106 / 1280 * 1600px);
  bottom: 0;
  left: min(782 / 1280 * 100vw, 782 / 1280 * 1600px);
}

@media screen and (max-width: 960px) {
  .p-fv__layer3__item:nth-child(6) {
    width: 6.625rem;
    bottom: 21.25rem;
    left: -0.625rem;
  }
}

.p-about {
  background: url(./../img/about_bg.png) no-repeat center center/cover;
  position: relative;
  padding: 7.4375rem 0 6.8125rem;
  min-height: 39.9375rem;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .p-about {
    background: url(./../img/about_bg_sp.png) no-repeat center center/cover;
    padding: 11.5rem 0 10rem;
    min-height: 61.25rem;
    overflow: visible;
  }
}

.p-about__bgMarquee {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  height: 5.0625rem;
  width: 100%;
}

.p-about__bgMarquee__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  -webkit-animation: bgScroll 40s linear infinite;
  animation: bgScroll 40s linear infinite;
}

.p-about__bgMarquee__track img {
  width: 179.3125rem;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
  /* 保険として */
}

@-webkit-keyframes bgScroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes bgScroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.p-about__inner {
  position: relative;
  max-width: 80rem;
  padding-inline: 1.875rem;
  margin-inline: auto;
  height: 100%;
  color: #fff;
  text-align: center;
}

.p-about__title {
  font-family: "eurostile-extended", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.0125em;
  letter-spacing: -0.0105em;
  font-style: italic;
}

@media screen and (max-width: 960px) {
  .p-about__title {
    font-size: 4rem;
  }
}

@media screen and (max-width: 960px) {
  .p-about__title {
    font-size: 3.75rem;
    font-weight: 900;
    line-height: 1;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-about__title {
    font-size: 3.75rem;
  }
}

.p-about__subTitle {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.9375rem;
}

@media screen and (max-width: 960px) {
  .p-about__subTitle {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 960px) {
  .p-about__subTitle {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
    margin-top: 1.4375rem;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-about__subTitle {
    font-size: 1.75rem;
  }
}

.p-about__text {
  margin-top: 4.625rem;
  position: relative;
}

.p-about__text::before {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1px;
  background-color: #fff;
  top: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 960px) {
  .p-about__text::before {
    top: -2.0625rem;
  }
}

.p-about__text p {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: -0.0105em;
}

@media screen and (max-width: 960px) {
  .p-about__text p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 960px) {
  .p-about__text p {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.6666666667;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-about__text p {
    font-size: 1.5rem;
  }
}

.p-about__text p:nth-child(2) {
  margin-top: 1.8125rem;
}

@media screen and (max-width: 960px) {
  .p-about__text p:nth-child(2) {
    margin-top: 2.5rem;
  }
}

.p-about__item {
  height: auto;
  position: absolute;
}

.p-about__item span {
  display: block;
}

.p-about__item:nth-child(1) {
  width: 13rem;
  bottom: -4.5rem;
  left: -1.125rem;
}

@media screen and (max-width: 960px) {
  .p-about__item:nth-child(1) {
    bottom: -8.5rem;
    left: -2.625rem;
  }
}

.p-about__item:nth-child(2) {
  width: 10rem;
  top: -2.6875rem;
  right: 2.3125rem;
}

@media screen and (max-width: 960px) {
  .p-about__item:nth-child(2) {
    width: 8.0625rem;
    right: 0;
    top: -8.75rem;
  }
}

.p-about__item:nth-child(3) {
  width: 15.5rem;
  bottom: -6.4375rem;
  right: -3.5rem;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

@media screen and (max-width: 960px) {
  .p-about__item:nth-child(3) {
    width: 10.375rem;
    right: 0;
    bottom: -12.5rem;
  }
}

.p-overview {
  background: url(./../img/overview_bg.png) no-repeat center center/cover;
  padding: 6.3125rem 0 6.25rem;
}

@media screen and (max-width: 960px) {
  .p-overview {
    padding: 12.5rem 0;
  }
}

.p-overview-toptitle {
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
  font-size: 20px;
}

.p-overview__inner {
  max-width: 53.75rem;
  padding-inline: 1.875rem;
  margin-inline: auto;
}

@media screen and (max-width: 960px) {
  .p-overview__inner {
    padding-inline: 2.875rem;
  }
}

.p-overview__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.5rem;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .p-overview__row {
    height: 6rem;
    margin-inline: auto;
  }
}

.p-overview__row__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #cccccc;
  width: 11.25rem;
  padding: 0 2.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .p-overview__row__title {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 960px) {
  .p-overview__row__title {
    width: 13.75rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-overview__row__title {
    font-size: 1.5rem;
  }
}

.p-overview__row__title.--last {
  border-bottom: 1px solid #cccccc;
}

.p-overview__row__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
  width: calc(100% - 11.25rem);
  padding-left: 3.6875rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 960px) {
  .p-overview__row__text {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 960px) {
  .p-overview__row__text {
    width: calc(100% - 13.75rem);
    padding-left: 2.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.053em;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-overview__row__text {
    font-size: 1.5rem;
  }
}

.p-overview__row__text.--last {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  -webkit-transition: -webkit-text-decoration 0.3s ease 0s;
  transition: -webkit-text-decoration 0.3s ease 0s;
  transition: text-decoration 0.3s ease 0s;
  transition: text-decoration 0.3s ease 0s, -webkit-text-decoration 0.3s ease 0s;
  text-decoration: underline;
  text-decoration-color: rgba(204, 204, 204, 0.7);
}

@media (any-hover: hover) {
  .p-overview__row__text.--last:hover {
    text-decoration: none;
  }
}

.p-timeTable {
  background: #d32026;
  padding-top: 2.25rem;
  padding-bottom: 5.3125rem;
  overflow: hidden;
  background: url(./../img/timeTable/bg.png) no-repeat center center/cover;
}

@media screen and (max-width: 960px) {
  .p-timeTable {
    padding-top: 3.8125rem;
    padding-bottom: 6.1875rem;
    background: url(./../img/timeTable/bg_sp.png) no-repeat center center/cover;
  }
}

.p-timeTable__marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  font-size: 5.25rem;
  font-weight: 900;
  line-height: 1;
  color: transparent;
  /* 中身は透明にする */
  -webkit-text-stroke: 1px #fff;
  /* 白いアウトライン */
  font-family: "eurostile-extended", sans-serif;
}

@media screen and (max-width: 960px) {
  .p-timeTable__marquee {
    font-size: 5.25rem;
  }
}

.p-timeTable__marquee__track {
  display: inline-block;
  white-space: nowrap;
  -webkit-animation: marqueeScroll 60s linear infinite;
  animation: marqueeScroll 60s linear infinite;
}

.p-timeTable__marquee__track span {
  display: inline-block;
}

.p-timeTable__bgMarquee__track img {
  width: 78.9375rem;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
  /* 保険として */
}

.p-timeTable__wrapper {
  margin-top: 2.4375rem;
  width: 80rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
  position: relative;
  height: 100%;
  display: grid;
  grid-template: "table1 logo" "table3 table2" "table5 threeD" "...... table4" "...... table6" "table7 table8" "......btnEntry" /1fr 1fr;
}

@media screen and (max-width: 960px) {
  .p-timeTable__wrapper {
    width: 100%;
    padding-left: 1.375rem;
    padding-right: 1.3125rem;
    grid-template-columns: 1fr;
    grid-template-areas: "logo" "table1" "table2" "threeD" "table3" "table4" "table5" "table6" "table7" "table8" "btnEntry";
  }
}

.p-timetable__line {
  position: absolute;
  top: -0.3125rem;
  left: 50%;
  translate: -50% 0;
  margin-inline: auto;
}

@media screen and (max-width: 960px) {
  .p-timetable__line {
    top: 0;
    margin: 0;
    left: auto;
    right: 0.875rem;
    translate: 0;
  }
}

.p-timetable__line img {
  width: 0.9375rem;
  height: 170.625rem;
}

@media screen and (max-width: 960px) {
  .p-timetable__line img {
    width: 0.8125rem;
    height: 516.125rem;
  }
}

.p-timeTable__logo {
  grid-area: logo;
  margin-top: 8.25rem;
  margin-left: auto;
  width: 36.8125rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

@media screen and (max-width: 960px) {
  .p-timeTable__logo {
    width: 42.75rem;
    margin-top: 3.625rem;
    margin-left: 0;
  }
}

.p-timeTable__logo img {
  height: auto;
}

.p-timeTable__table1 {
  grid-area: table1;
}

.p-timeTable__table2 {
  grid-area: table2;
}

.p-timeTable__3d {
  grid-area: threeD;
}

.p-timeTable__table3 {
  grid-area: table3;
}

.p-timeTable__table4 {
  grid-area: table4;
}

.p-timeTable__table5 {
  grid-area: table5;
}

.p-timeTable__table6 {
  grid-area: table6;
}

.p-timeTable__table7 {
  grid-area: table7;
}

.p-timeTable__table8 {
  grid-area: table8;
}

.p-timeTable__btnEntry {
  grid-area: btnEntry;
}

/* ===============================================
# table1
=============================================== */
.p-timeTable__table1__time {
  margin-top: 2.125rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table1__time {
    margin-top: 5.625rem;
  }
}

.p-timeTable__table1__head {
  margin-top: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 1.6875rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table1__head {
    margin-top: 2.125rem;
    padding-right: 1.375rem;
  }
}

.p-timeTable__table1__title {
  margin-top: 0.9375rem;
  width: 11.125rem;
  height: auto;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table1__title {
    width: 13.3125rem;
    margin-top: 0.875rem;
  }
}

.p-timeTable__table1__swiper-container {
  margin-top: 0.3125rem;
  width: 24rem;
  height: 13.5625rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table1__swiper-container {
    margin-top: 0.4375rem;
    width: 27.75rem;
    height: 15.6875rem;
  }
}

.p-timeTable__table1__lead {
  margin-top: 1rem;
  width: 36.9375rem;
  height: auto;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table1__lead {
    margin-top: 1.6875rem;
    width: 42.8125rem;
  }
}

.p-timeTable__table1__body {
  margin-top: 1.9375rem;
  display: grid;
  grid-template-columns: 8rem 1fr;
  -webkit-column-gap: 2.1875rem;
  -moz-column-gap: 2.1875rem;
  column-gap: 2.1875rem;
  position: relative;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table1__body {
    grid-template-columns: 17.625rem 1fr;
    padding-bottom: 19.4375rem;
  }
}

@media screen and (max-width: 960px) {
  .p-timeTable__table1__body__left {
    margin-top: 6.25rem;
  }
}

.p-table1__text {
  margin-top: 1.0625rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5714285714;
}

@media screen and (max-width: 960px) {
  .p-table1__text {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 960px) {
  .p-table1__text {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    position: absolute;
    bottom: -0.6875rem;
    left: 0;
    padding-right: 0.875rem;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-table1__text {
    font-size: 1.5rem;
  }
}

.p-table1__line {
  width: 5.8125rem;
  position: absolute;
  top: -0.1875rem;
    left: 2rem;
}

.p-table1__line img {
  height: auto;
}

@media screen and (max-width: 960px) {
  .p-table1__line {
    width: 7.9375rem;
    top: 0;
    right: 13.4375rem;
  }
}

.p-timeTable__table1__body__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.75rem;
}

@media screen and (max-width: 1200px) {
	.p-timeTable__table1__body__right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 1.75rem;
	}
	
	.p-timeTable__table1__body__right .pc-only{
		display: none;
	}
	
}

@media screen and (max-width: 960px) {
  .p-timeTable__table1__body__right {
    row-gap: 1.875rem;
  }
}

.p-timeTable__table1__btnLive {
  margin-top: 1.5625rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table1__btnLive {
    margin-top: 2.8125rem;
  }
}

.p-timeTable__table1__otherSession,
.p-timeTable__table3__otherSession,
.p-timeTable__table4__otherSession {
  margin-top: 3.5rem;
  padding: 0 3.125rem 0 1.25rem;
}

@media screen and (max-width: 960px) {

  .p-timeTable__table1__otherSession,
  .p-timeTable__table3__otherSession,
  .p-timeTable__table4__otherSession {
    margin-top: 4.875rem;
    padding: 0 2.8125rem 0 1.375rem;
  }
}

/* ===============================================
# table2
=============================================== */
.p-timeTable__table2 {
  margin-top: 1rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table2 {
    margin-top: 4.875rem;
  }
}

.p-timeTable__table2__container {
  padding-left: 1.875rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table2__container {
    padding-left: 0;
  }
}

.p-timeTable__table2__tableNo {
  margin-top: 1.3125rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table2__tableNo {
    margin-top: 2.125rem;
  }
}

.p-timeTable__table2__head {
  margin-top: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.p-timeTable__table2__head__left {
  width: 100%;
}

.p-timeTable__table2__title {
  width: 29.78125rem;
  height: auto;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table2__title {
    width: 35.3125rem;
  }
}

.p-timeTable__table2__swiper-container {
  margin-top: 1.5625rem;
  width: 29.875rem;
  height: 16.8125rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table2__swiper-container {
    margin-top: 1.8125rem;
    width: 34.75rem;
    height: 19.5625rem;
  }
}

@media screen and (max-width: 960px) {
  .p-timeTable__table2__contents {
    margin-top: 1.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.875rem;
  }
}

.p-timeTable__table2__leadSP {
  width: 8.75rem;
  height: 26.3125rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-timeTable__table2__maxons {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.25rem;
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table2__maxons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    row-gap: 2rem;
  }
}

.p-timeTable__table2__maxons .c-profile__company__name {
  white-space: nowrap;
}

.p-timeTable__table2__titleRight img {
  height: 31.125rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table2__titleRight img {
    width: 6.8125rem;
    height: 35.4375rem;
    translate: -1.5rem -0.125rem;
  }
}

.p-timeTable__table2__bottom {
  margin-top: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.3125rem;
  -moz-column-gap: 1.3125rem;
  column-gap: 1.3125rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table2__bottom {
    margin-top: 2.0625rem;
  }
}

.p-timeTable__table2__bottom__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.p-timeTable__table2__lead {
  display: block;
  width: 15.25rem;
  height: auto;
}

.p-table2__logo {
  margin-top: 1.125rem;
}

@media screen and (max-width: 960px) {
  .p-table2__logo {
    margin-top: -0.625rem;
    margin-left: 0.625rem;
  }
}

.p-table2__logo img {
  width: 13.375rem;
  height: auto;
}

@media screen and (max-width: 960px) {
  .p-table2__logo img {
    width: 23.125rem;
  }
}

@media (any-hover: hover) {
  .p-table2__logo:hover p {
    text-decoration: none;
  }
}

.p-table2__logoSP__link {
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-top: 0.25rem;
  text-decoration: underline;
}

@media screen and (max-width: 960px) {
  .p-table2__logoSP__link {
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 960px) {
  .p-table2__logoSP__link {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1;
    margin-top: 0.625rem;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-table2__logoSP__link {
    font-size: 1.125rem;
  }
}

.p-timeTable__table2__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5714285714;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table2__text {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 960px) {
  .p-timeTable__table2__text {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    padding-right: 0.875rem;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-timeTable__table2__text {
    font-size: 1.5rem;
  }
}

.p-timeTable__table2__btnLive {
  margin-top: 1.0625rem;
  z-index: 100;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table2__btnLive {
    margin-top: 2.1875rem;
  }
}

/* ===============================================
# 3d
=============================================== */
.p-timeTable__3d {
  margin-top: -50.4375rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__3d {
    margin-top: 0;
  }
}

.p-timeTable__3d__container {
  margin-left: 8.125rem;
  /* 対応ブラウザによる切り分け
  ------------------------------------------------------ */
}

@media screen and (max-width: 960px) {
  .p-timeTable__3d__container {
    margin-left: 6.3125rem;
  }
}

.p-timeTable__3d__container model-viewer {
  width: 24.6875rem;
  height: 26rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__3d__container model-viewer {
    width: 30.0625rem;
    height: 31.1875rem;
  }
}

.p-timeTable__3d__container model-viewer {
  --progress-bar-height: 0px;
  /* プログレスバーの高さを0にする */
  /* または、色を透明にする方法も */
  /* --progress-bar-color: transparent; */
}

.p-timeTable__3d__container img {
  width: 21.9375rem;
  height: auto;
  translate: 0.9375rem 4.1875rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__3d__container img {
    width: 26.25rem;
    translate: 1.8125rem 5rem;
  }
}

.p-timeTable__3d__container model-viewer>img {
  display: none;
}

.p-timeTable__3d__container model-viewer:not(:defined)>img {
  display: block;
}

.p-timeTable__3d__otherSession {
  margin-top: 2.125rem;
  padding: 0 1.25rem 0 3.125rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__3d__otherSession {
    margin-top: 2.875rem;
    padding: 0 2.75rem 0 1.375rem;
  }
}

/* ===============================================
# table3
=============================================== */
.p-timeTable__table3 {
  margin-top: 12rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table3 {
    margin-top: 4.8125rem;
    padding-bottom: 5rem;
  }
}

.p-timeTable__table3__tableNo {
  margin-top: 1.625rem;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  gap: 2rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table3__tableNo {
    margin-top: 2.125rem;
  }
}

.p-timeTable__table3__container {
  margin-top: 1.0625rem;
  display: grid;
  grid-template-columns: 26rem 1fr;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table3__container {
    margin-top: 0.8125rem;
    grid-template-columns: 27.125rem 1fr;
    -webkit-column-gap: 2.0625rem;
    -moz-column-gap: 2.0625rem;
    column-gap: 2.0625rem;
  }
}

.p-timeTable__table3__title img {
  height: auto;
}

.p-timetable__table3__swiper-container {
  margin-top: 0.9375rem;
  height: 14.375rem;
}

@media screen and (max-width: 960px) {
  .p-timetable__table3__swiper-container {
    margin-top: 1.0625rem;
    height: 15.25rem;
  }
}

.p-timeTable__table3__read {
  margin-top: 0.625rem;
  height: auto;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table3__read {
    margin-top: 0.9375rem;
  }
}

.p-timeTable__table3__text {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5714285714;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table3__text {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 960px) {
  .p-timeTable__table3__text {
    margin-top: 1.25rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-timeTable__table3__text {
    font-size: 1.5rem;
  }
}

.p-timeTable__table3__right {
  margin-top: 0.1875rem;
}

.p-table3__speakerLogo img {
  width: 8.4375rem;
  height: auto;
  translate: -0.9375rem 0.3125rem;
}

@media screen and (max-width: 960px) {
  .p-table3__speakerLogo img {
    width: 13.6875rem;
    translate: -1.5625rem 0.5rem;
  }
}

@media (any-hover: hover) {
  .p-table3__speakerLogo:hover .p-table3__speakerLogo__link {
    text-decoration: none;
  }
}

.p-table3__speakerLogo__link {
  margin-top: 0.875rem;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 960px) {
  .p-table3__speakerLogo__link {
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 960px) {
  .p-table3__speakerLogo__link {
    margin-top: 1.4375rem;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-table3__speakerLogo__link {
    font-size: 1.125rem;
  }
}

.p-table3__speakerLogo__cross {
  display: block;
  width: 1.76875rem;
  height: auto;
  margin-top: 1.1875rem;
  margin-left: 1.8125rem;
}

@media screen and (max-width: 960px) {
  .p-table3__speakerLogo__cross {
    width: 3.5625rem;
    margin-top: 2.5rem;
    margin-left: 1.9375rem;
  }
}

.p-table3__listener {
  margin-top: 1rem;
}

@media screen and (max-width: 960px) {
  .p-table3__listener {
    margin-top: 1.875rem;
  }
}

.p-table3__listenerLogo {
  margin-top: 1.125rem;
  width: 6.6875rem;
}

@media screen and (max-width: 960px) {
  .p-table3__listenerLogo {
    width: 10.875rem;
  }
}

@media (any-hover: hover) {
  .p-table3__listenerLogo:hover .p-table3__listenerLogo__link {
    text-decoration: none;
  }
}

.p-table3__listenerLogo__link {
  margin-top: 0.4375rem;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 960px) {
  .p-table3__listenerLogo__link {
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 960px) {
  .p-table3__listenerLogo__link {
    margin-top: 0.875rem;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-table3__listenerLogo__link {
    font-size: 1.125rem;
  }
}

.p-timeTable__table3__btnLive {
  margin-top: 1.5625rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table3__btnLive {
    margin-top: 2.1875rem;
  }
}

/* ===============================================
# table4
=============================================== */
.p-timeTable__table4 {
  margin-top: -27rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table4 {
    margin-top: 0;
  }
}

.p-timeTable__table4__inner {
  padding-left: 1.875rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table4__inner {
    padding-left: 0;
    padding-right: 1.375rem;
  }
}

.p-timeTable__table4__tableNo {
  margin-top: 1.375rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table4__tableNo {
    margin-top: 2.0625rem;
  }
}

.p-table4__container {
  margin-top: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .p-table4__container {
    margin-top: 1.75rem;
    position: relative;
    padding-bottom: 12.5rem;
  }
}

.p-table4__container__title {
  width: 5.6875rem;
  height: 35.5rem;
}

@media screen and (max-width: 960px) {
  .p-table4__container__title {
    width: 6rem;
    height: 37.25rem;
  }
}

.p-table4__container__right {
  width: 29.3125rem;
}

@media screen and (max-width: 960px) {
  .p-table4__container__right {
    width: 35rem;
  }
}

.p-table4__container__body {
  margin-top: 1.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
}

@media screen and (max-width: 960px) {
  .p-table4__container__body {
    margin-top: 1.4375rem;
    gap: 2.3125rem;
  }
}

.p-table4__logo img {
  width: 12.5rem;
  height: auto;
}

@media screen and (max-width: 960px) {
  .p-table4__logo img {
    width: 13.375rem;
  }
}

@media screen and (max-width: 960px) {
  .p-table4__logo {
    margin-top: 1.875rem;
  }
}

.p-table4__logo__link {
  margin-top: 0.5rem;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 960px) {
  .p-table4__logo__link {
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 960px) {
  .p-table4__logo__link {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-table4__logo__link {
    font-size: 1.125rem;
  }
}

.p-table4__lead {
  margin-top: 0.875rem;
  width: 23.9375rem;
  height: auto;
}

@media screen and (max-width: 960px) {
  .p-table4__lead {
    width: 35rem;
    margin-top: 2rem;
  }
}

.p-table4__text {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5714285714;
  color: #fff;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 960px) {
  .p-table4__text {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 960px) {
  .p-table4__text {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-table4__text {
    font-size: 1.5rem;
  }
}

.p-timeTable__table4__btnLive {
  margin-top: 1.5625rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table4__btnLive {
    margin-top: 2.375rem;
  }
}

.p-timeTable__table4__otherSession {
  display: none;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table4__otherSession {
    display: block;
  }
}

/* ===============================================
# table5
=============================================== */
.p-timeTable__table5 {
  margin-top: 3.3125rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table5 {
    margin-top: 5rem;
  }
}

.p-timeTable__table5__tableNo {
  margin-top: 1.625rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table5__tableNo {
    margin-top: 2.125rem;
  }
}

.p-timeTable__table5__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1.875rem;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table5__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-right: 1.375rem;
  }
}

.p-table5__read {
  margin-top: 1.6875rem;
}

@media screen and (max-width: 960px) {
  .p-table5__read {
    margin-top: 1.875rem;
  }
}

.p-table5__read img {
  width: 12rem;
  height: auto;
}

@media screen and (max-width: 960px) {
  .p-table5__read img {
    width: 41.0625rem;
  }
}

.p-table5__text {
  margin-top: 0.875rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5714285714;
  color: #fff;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 960px) {
  .p-table5__text {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 960px) {
  .p-table5__text {
    margin-top: 1.375rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-table5__text {
    font-size: 1.5rem;
  }
}

.p-table5__rightHead {
  margin-top: -1.125rem;
  width: 23.125rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 960px) {
  .p-table5__rightHead {
    margin-top: 1.0625rem;
    width: 100%;
  }
}

.p-table5__swiper-container {
  width: 100%;
  height: 13rem;
}

@media screen and (max-width: 960px) {
  .p-table5__swiper-container {
    height: 24rem;
  }
}

.p-table5__speakers {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

@media screen and (max-width: 960px) {
  .p-table5__speakers {
    margin-top: 1.875rem;
    -webkit-column-gap: 3.375rem;
    -moz-column-gap: 3.375rem;
    column-gap: 3.375rem;
  }
}

.p-table5__speaker .c-icon__sns {
  z-index: 2;
}

@media screen and (max-width: 960px) {
  .p-table5__speaker:last-child {
    margin-left: -1rem;
  }
}

.p-table5__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.6875rem;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}

@media screen and (max-width: 960px) {
  .p-table5__logos {
    margin-top: 0.6875rem;
    -webkit-column-gap: 1.6875rem;
    -moz-column-gap: 1.6875rem;
    column-gap: 1.6875rem;
  }
}

.p-table5__logoCapcom {
  margin-top: 0.9375rem;
}

@media screen and (max-width: 960px) {
  .p-table5__logoCapcom {
    margin-top: 1.5rem;
  }
}

.p-table5__logoCapcom img {
  width: 11.25rem;
  height: auto;
}

@media screen and (max-width: 960px) {
  .p-table5__logoCapcom img {
    width: 15.5rem;
  }
}

@media (any-hover: hover) {
  .p-table5__logoCapcom:hover .p-table5__logoCapcom__link {
    text-decoration: none;
  }
}

.p-table5__logoCapcom__link {
  margin-top: 0.5rem;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 960px) {
  .p-table5__logoCapcom__link {
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 960px) {
  .p-table5__logoCapcom__link {
    margin-top: 0.75rem;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-table5__logoCapcom__link {
    font-size: 1.125rem;
  }
}

.p-table5__logoZbrush {
  width: 23.125rem;
  height: auto;
}

@media screen and (max-width: 960px) {
  .p-table5__logoZbrush {
    width: 25.5625rem;
  }
}

.p-timeTable__table5__btnLive {
  margin-top: 1.25rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table5__btnLive {
    margin-top: 2.5rem;
  }
}

/* ===============================================
# table6
=============================================== */
.p-timeTable__table6 {
  margin-top: -20rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table6 {
    margin-top: 0;
  }
}

.p-timeTable__table6__inner {
  padding-left: 1.875rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table6__inner {
    padding-left: 0;
    padding-right: 1.375rem;
  }
}

.p-timeTable__table6__tableNo {
  margin-top: 1.375rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table6__tableNo {
    margin-top: 2.0625rem;
  }
}

.p-table6__container {
  margin-top: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .p-table6__container {
    margin-top: 1.75rem;
    position: relative;
    padding-bottom: 12.5rem;
  }
}

.p-table6__container__title {
  width: 5.6875rem;
  height: 35.5rem;
}

@media screen and (max-width: 960px) {
  .p-table6__container__title {
    width: 6rem;
    height: 37.25rem;
  }
}

.p-table6__container__right {
  width: 29.3125rem;
}

@media screen and (max-width: 960px) {
  .p-table6__container__right {
    width: 35rem;
  }
}

.p-table6__container__body {
  margin-top: 1.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
}

@media screen and (max-width: 960px) {
  .p-table6__container__body {
    margin-top: 1.4375rem;
    gap: 2.3125rem;
  }
}

.p-table6__logo img {
  width: 12.5rem;
  height: auto;
}

@media screen and (max-width: 960px) {
  .p-table6__logo img {
    width: 13.375rem;
  }
}

@media screen and (max-width: 960px) {
  .p-table6__logo {
    margin-top: 1.875rem;
  }
}

.p-table6__logo__link {
  margin-top: 0.5rem;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 960px) {
  .p-table6__logo__link {
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 960px) {
  .p-table6__logo__link {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-table6__logo__link {
    font-size: 1.125rem;
  }
}

.p-table6__lead {
  margin-top: 0.875rem;
  width: 23.9375rem;
  height: auto;
}

@media screen and (max-width: 960px) {
  .p-table6__lead {
    width: 35rem;
    margin-top: 2rem;
  }
}

.p-table6__text {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5714285714;
  color: #fff;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 960px) {
  .p-table6__text {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 960px) {
  .p-table6__text {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-table6__text {
    font-size: 1.5rem;
  }
}

.p-timeTable__table6__btnLive {
  margin-top: 1.5625rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table6__btnLive {
    margin-top: 2.375rem;
  }
}

.p-timeTable__table6__otherSession {
  display: none;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table6__otherSession {
    display: block;
  }
}

/* ===============================================
# table7
=============================================== */
.p-timeTable__table7 {
  margin-top: 3.3125rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table7 {
    margin-top: 5rem;
  }
}

.p-timeTable__table7__tableNo {
  margin-top: 1.625rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table7__tableNo {
    margin-top: 2.125rem;
  }
}

.p-timeTable__table7__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1.875rem;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table7__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-right: 1.375rem;
  }
}

.p-table7__read {
  margin-top: 1.6875rem;
}

@media screen and (max-width: 960px) {
  .p-table7__read {
    margin-top: 1.875rem;
  }
}

.p-table7__read img {
  width: 12rem;
  height: auto;
}

@media screen and (max-width: 960px) {
  .p-table7__read img {
    width: 41.0625rem;
  }
}

.p-table7__text {
  margin-top: 0.875rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5714285714;
  color: #fff;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 960px) {
  .p-table7__text {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 960px) {
  .p-table7__text {
    margin-top: 1.375rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-table7__text {
    font-size: 1.5rem;
  }
}

.p-table7__rightHead {
  margin-top: -1.125rem;
  width: 23.125rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 960px) {
  .p-table7__rightHead {
    margin-top: 1.0625rem;
    width: 100%;
  }
}

.p-table7__swiper-container {
  width: 100%;
  height: 13rem;
}

@media screen and (max-width: 960px) {
  .p-table7__swiper-container {
    height: 24rem;
  }
}

.p-table7__speakers {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

@media screen and (max-width: 960px) {
  .p-table7__speakers {
    margin-top: 1.875rem;
    -webkit-column-gap: 3.375rem;
    -moz-column-gap: 3.375rem;
    column-gap: 3.375rem;
  }
}

.p-table7__speaker .c-icon__sns {
  z-index: 2;
}

@media screen and (max-width: 960px) {
  .p-table7__speaker:last-child {
    margin-left: -1rem;
  }
}

.p-table7__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.6875rem;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}

@media screen and (max-width: 960px) {
  .p-table7__logos {
    margin-top: 0.6875rem;
    -webkit-column-gap: 1.6875rem;
    -moz-column-gap: 1.6875rem;
    column-gap: 1.6875rem;
  }
}

.p-table7__logoCapcom {
  margin-top: 0.9375rem;
}

@media screen and (max-width: 960px) {
  .p-table7__logoCapcom {
    margin-top: 1.5rem;
  }
}

.p-table7__logoCapcom img {
  width: 11.25rem;
  height: auto;
}

@media screen and (max-width: 960px) {
  .p-table7__logoCapcom img {
    width: 15.5rem;
  }
}

@media (any-hover: hover) {
  .p-table7__logoCapcom:hover .p-table7__logoCapcom__link {
    text-decoration: none;
  }
}

.p-table7__logoCapcom__link {
  margin-top: 0.5rem;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 960px) {
  .p-table7__logoCapcom__link {
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 960px) {
  .p-table7__logoCapcom__link {
    margin-top: 0.75rem;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-table7__logoCapcom__link {
    font-size: 1.125rem;
  }
}

.p-table7__logoZbrush {
  width: 23.125rem;
  height: auto;
}

@media screen and (max-width: 960px) {
  .p-table7__logoZbrush {
    width: 25.5625rem;
  }
}

.p-timeTable__table7__btnLive {
  margin-top: 1.25rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table7__btnLive {
    margin-top: 2.5rem;
  }
}

/* ===============================================
# table8
=============================================== */
.p-timeTable__table8 {
  margin-top: 10rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table8 {
    margin-top: 4.875rem;
  }
}

.p-timeTable__table8__container {
  padding-left: 1.875rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table8__container {
    padding-left: 0;
  }
}

.p-timeTable__table8__tableNo {
  margin-top: 1.3125rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table8__tableNo {
    margin-top: 2.125rem;
  }
}

.p-timeTable__table8__head {
  margin-top: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.p-timeTable__table8__head__left {
  width: 100%;
}

.p-timeTable__table8__title {
  width: 29.78125rem;
  height: auto;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table8__title {
    width: 35.3125rem;
  }
}

.p-timeTable__table8__swiper-container {
  margin-top: 1.5625rem;
  width: 29.875rem;
  height: 16.8125rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table8__swiper-container {
    margin-top: 1.8125rem;
    width: 34.75rem;
    height: 19.5625rem;
  }
}

@media screen and (max-width: 960px) {
  .p-timeTable__table8__contents {
    margin-top: 1.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.875rem;
  }
}

.p-timeTable__table8__leadSP {
  width: 8.75rem;
  height: 26.3125rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-timeTable__table8__maxons {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.25rem;
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table8__maxons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    row-gap: 2rem;
  }
}

.p-timeTable__table8__maxons .c-profile__company__name {
  white-space: nowrap;
}

.p-timeTable__table8__titleRight img {
  height: 31.125rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table8__titleRight img {
    width: 6.8125rem;
    height: 35.4375rem;
    translate: -1.5rem -0.125rem;
  }
}

.p-timeTable__table8__bottom {
  margin-top: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.3125rem;
  -moz-column-gap: 1.3125rem;
  column-gap: 1.3125rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table8__bottom {
    margin-top: 2.0625rem;
  }
}

.p-timeTable__table8__bottom__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.p-timeTable__table8__lead {
  display: block;
  width: 15.25rem;
  height: auto;
}

.p-table8__logo {
  margin-top: 1.125rem;
}

@media screen and (max-width: 960px) {
  .p-table8__logo {
    margin-top: -0.625rem;
    margin-left: 0.625rem;
  }
}

.p-table8__logo img {
  width: 13.375rem;
  height: auto;
}

@media screen and (max-width: 960px) {
  .p-table8__logo img {
    width: 23.125rem;
  }
}

@media (any-hover: hover) {
  .p-table8__logo:hover p {
    text-decoration: none;
  }
}

.p-table8__logoSP__link {
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-top: 0.25rem;
  text-decoration: underline;
}

@media screen and (max-width: 960px) {
  .p-table8__logoSP__link {
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 960px) {
  .p-table8__logoSP__link {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1;
    margin-top: 0.625rem;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-table8__logoSP__link {
    font-size: 1.125rem;
  }
}

.p-timeTable__table8__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5714285714;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table8__text {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 960px) {
  .p-timeTable__table8__text {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    padding-right: 0.875rem;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-timeTable__table8__text {
    font-size: 1.5rem;
  }
}

.p-timeTable__table8__btnLive {
  margin-top: 1.0625rem;
  z-index: 100;
}

@media screen and (max-width: 960px) {
  .p-timeTable__table8__btnLive {
    margin-top: 2.1875rem;
  }
}

/* ===============================================
# btnEntry
=============================================== */
.p-timeTable__btnEntry {
  margin-top: -5.625rem;
  padding-left: 4.0625rem;
  padding-right: 2.1875rem;
}

@media screen and (max-width: 960px) {
  .p-timeTable__btnEntry {
    margin-top: 6.375rem;
    padding-right: 1.4375rem;
    padding-left: 0;
  }
}

/* swiper
------------------------------------------------------ */
.p-timetable__swiper-container,
.p-timetable__swiper,
.p-timetable__swiper-wrapper,
.p-timetable__swiper-slide {
  position: relative;
}

.p-timetable__swiper {
  width: 100%;
  height: 100%;
}

/* end-swiper------------------------------------------------------ */
.timetable {
  width: 80rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-inline: auto;
}

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

.timetable2 {
  display: none;
}

@media screen and (max-width: 960px) {
  .timetable2 {
    display: block;
    width: 100%;
    height: auto;
  }
}

.p-sponsor {
  background: #fff;
  padding: 5.5rem 0;
}

@media screen and (max-width: 960px) {
  .p-sponsor {
    padding: 9.5rem 0;
  }
}

.p-sponsor__inner {
  width: 100%;
  padding-inline: 1.875rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.75rem;
  -moz-column-gap: 1.75rem;
  gap: 5rem;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 960px) {
  .p-sponsor__inner {
    padding-inline: 1.375rem;
    -webkit-column-gap: 1.0625rem;
    -moz-column-gap: 1.0625rem;
    column-gap: 1.0625rem;
    row-gap: 3.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-sponsor__title {
  font-family: "eurostile-extended", sans-serif;
  font-size: 2.375rem;
  font-weight: 900;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .p-sponsor__title {
    font-size: 2.375rem;
  }
}

.p-sponsor__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1.75rem;
  -moz-column-gap: 1.75rem;
  column-gap: 1.75rem;
}

.p-sponsor__title img {
  width: 1.59375rem;
  height: auto;
}

.p-sponsor__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

@media screen and (max-width: 960px) {
  .p-sponsor__items {
    -webkit-column-gap: 1.0625rem;
    -moz-column-gap: 1.0625rem;
    column-gap: 1.0625rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-sponsor__item {
  width: 14rem;
  height: 14rem;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

@media (any-hover: hover) {
  .p-sponsor__item:hover {
    opacity: 0.4;
  }
}

.p-live {
  background: #d32026;
  padding: 2.34375vw 0;
}

@media screen and (max-width: 960px) {
  .p-live {
    padding: 1.25rem 0 61.5rem;
  }
}

.p-live__container {
  width: 95.3125vw;
  height: 47.8125vw;
  margin: 0 auto;
  padding: 1.640625vw 1.71875vw 1.71875vw;
  border-radius: 0.78125vw;
  border: 1px solid #fff;
  position: relative;
}

@media screen and (max-width: 960px) {
  .p-live__container {
    width: 44.375rem;
    height: 31.375rem;
    padding: 1.375rem 0.75rem 0.75rem;
    border-radius: 0.625rem;
  }
}

.p-live__logo {
  width: 27.5vw;
  height: auto;
}

@media screen and (max-width: 960px) {
  .p-live__logo {
    width: 27.75rem;
    margin-left: 0.625rem;
  }
}

.p-live__contents {
  margin-top: 1.71875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 38.75vw;
}

@media screen and (max-width: 960px) {
  .p-live__contents {
    margin-top: 1.0625rem;
    height: 24.125rem;
  }
}

.p-live__contents__video {
  width: 75%;
  height: 100%;
}

@media screen and (max-width: 960px) {
  .p-live__contents__video {
    width: 100%;
  }
}

.p-live__contents__chat {
  width: 25%;
  height: 100%;
}

.p-live__contents__chat iframe {
  min-height: 0 !important;
}

@media screen and (max-width: 960px) {
  .p-live__contents__chat {
    position: absolute;
    bottom: -58.5rem;
    left: 50%;
    translate: -50%;
    width: 38.625rem;
    height: 55.5rem;
  }
}

.p-live__copy {
  font-family: "Inter", sans-serif;
  position: absolute;
  display: block;
  font-size: 0.5625rem;
  font-weight: 400;
  line-height: 1;
  font-size: 0.703125vw;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  right: -1.5625vw;
  top: 19.921875vw;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .p-live__copy {
    font-size: 0.5625rem;
  }
}

@media screen and (max-width: 960px) {
  .p-live__copy {
    display: none;
  }
}

.u-visually-hidden {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/*きらっと光る*/
.u-btnShine {
  text-decoration: none;
  outline: none;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.4s ease 0s;
  transition: -webkit-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}

.u-btnShine:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.7;
}

/*キラッと光る*/
.u-btnShine::before {
  content: "";
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.u-btnShine::before {
  -webkit-animation: shine 3s infinite linear;
  animation: shine 3s infinite linear;
}

@-webkit-keyframes shine {
  0% {
    left: -75%;
  }

  23.333% {
    left: 125%;
  }

  100% {
    left: 125%;
  }
}

@keyframes shine {
  0% {
    left: -75%;
  }

  23.333% {
    left: 125%;
  }

  100% {
    left: 125%;
  }
}

@keyframes reflect {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes reflect {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@media (min-width: 961px) {
  .u-is--pc {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .u-is--pcTab {
    display: none;
  }
}

@media (min-width: 961px) {
  .u-is--sp {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .u-is--sp {
    display: block;
  }
}

.u-color__blue {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-size: 4.8vw;
  color: #629DE2;
}

@media screen and (max-width: 960px) {
  .u-color__blue {
    font-size: 1.125rem;
  }
}

.u-color__blue2 {
  color: #629DE2;
}

.u-ff-en4 {
  font-family: "Source Sans 3", sans-serif;
}

.u-white-space-nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  .u-white-space-nowrap--sp {
    white-space: nowrap;
  }
}



.footer-overview {
  padding: 10px 0px;
  margin-top: 1rem;
}

@media screen and (max-width: 960px) {
  .footer-overview {
    padding: 4.5rem 0;
  }
}

.footer-overview__inner {
  max-width: 53.75rem;
  padding-inline: 1.875rem;
  margin-inline: auto;
}

@media screen and (max-width: 960px) {
  .footer-overview__inner {
    padding-inline: 2.875rem;
  }
}

.footer-overview__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.5rem;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .footer-overview__row {
    height: 6rem;
    margin-inline: auto;
  }
}

.footer-overview__row:last-child {
  height: 1rem;
}

.footer-overview__row__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #cccccc;
  width: 11.25rem;
  padding: 0 2.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .footer-overview__row__title {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 960px) {
  .footer-overview__row__title {
    width: 13.75rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .footer-overview__row__title {
    font-size: 1.5rem;
  }
}

.footer-overview__row__title.--last {
  border-bottom: 1px solid #cccccc;
}

.footer-overview__row__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
  width: calc(100% - 11.25rem);
  padding-left: 3.6875rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 960px) {
  .footer-overview__row__text {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 960px) {
  .footer-overview__row__text {
    width: calc(100% - 13.75rem);
    padding-left: 2.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.053em;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .footer-overview__row__text {
    font-size: 1.5rem;
  }
}

.footer-overview__row__text.--last {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  -webkit-transition: -webkit-text-decoration 0.3s ease 0s;
  transition: -webkit-text-decoration 0.3s ease 0s;
  transition: text-decoration 0.3s ease 0s;
  transition: text-decoration 0.3s ease 0s, -webkit-text-decoration 0.3s ease 0s;
  text-decoration: underline;
  text-decoration-color: rgba(204, 204, 204, 0.7);
}

@media (any-hover: hover) {
  .footer-overview__row__text.--last:hover {
    text-decoration: none;
  }
}

.padding-0 {
  padding: 0;
}


.contact-container {
  max-width: 1000px;
  margin: 100px auto;
  padding: 0 20px;
}


.contact-container .contact-form {
  color: #fff;
}

.contact-container .contact-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 40px;
  gap: 1rem;
  flex-direction: row;
}

.contact-container .contact-box {
  flex: 1 1 48%;
  padding-bottom: 15px;
  color: #fff;
}

.contact-container .contact-box span {
  font-size: 28px;
}

.contact-container .contact-box hr {
  width: 80%;
  border: 0;
  height: 1px;
  background: #777;
  margin: 10px auto;
}

.contact-container .tel {
  font-size: 43px;
  font-weight: bold;
  margin: 8px 0;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}

.contact-container .mail {
  font-size: 20px;
  font-weight: bold;
  height: 50px;
  font-size: 20px;
  font-weight: bold;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}

@media (max-width: 520px) {
  .contact-container .tel {
    font-size: 24px;
    font-weight: bold;
    margin: 8px 0;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }

  .contact-container .contact-box span {
    font-size: 24px;
  }

  .contact-container .mail {
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }
}

.contact-container span {
  font-weight: normal;
}

.contact-container .time {
  font-size: 16px;
  color: #bbb;
  margin-top: 15px;
}

.contact-container .form-note {
  border: 1px solid #555;
  padding: 30px 10px;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .contact-container .form-note {
    border: 1px solid #555;
    padding: 30px;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 30px;
  }
}

@media (max-width: 520px) {
  .contact-container .form-note {
    border: 1px solid #555;
    padding: 12px;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 30px;
  }
}

.contact-container .required {
  color: #e53935;
}

.contact-container form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-container .form-group {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.contact-container .form-group .row-wrapper {
  width: 100%;
}

.contact-container .form-group p:first-child {
  min-width: 250px;
}

@media (max-width: 768px) {
  .contact-container .form-group p:first-child {
    min-width: 160px;
  }
}

.contact-container .form-group label {
  margin-bottom: 6px;
  font-weight: bold;
  min-width: 250px;
}

@media (max-width: 768px) {
  .contact-container .form-group label {
    margin-bottom: 6px;
    font-weight: bold;
    min-width: 160px;
  }
}

.contact-container .form-group input {
  background: #111;
  border: 1px solid #444;
  color: #fff;
  padding: 20px 30px;
  border-radius: 4px;
  font-size: 1rem;
  width: 100%;
}

.contact-container .form-group input::placeholder {
  color: #888;
}

.contact-container .form-group .radio-group {
  display: flex;
  gap: 5rem;
}

.contact-container .form-group .radio-group label {
  display: flex;
  align-items: center;
  min-width: unset;
  line-height: 1;
  gap: 2rem;
}

.contact-container .form-group .radio-group label input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 2px solid #D02026;
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}

.contact-container .form-group .radio-group label input[type="radio"]:checked {
  background-color: #D02026;
  box-shadow: inset 0 0 0 4px #fff;
}

.contact-container .small-note {
  font-size: 0.8rem;
  color: #aaa;
  margin-top: 5px;
}

.contact-container .notice {
  border: 1px solid #555;
  padding: 15px 20px;
  font-size: 0.9rem;
  margin-top: 40px;
}

.contact-container .notice h4 {
  margin-top: 0;
  font-size: 14px;
    font-weight: 100;
}

.contact-container .notice ul {
  margin: 10px 0 0 20px;
  padding: 0;
}

.contact-container .notice li {
  margin-bottom: 5px;
  line-height: 1.6;
  font-size: 14px;
  position: relative;
}

.contact-container .notice li::before {
    content: "・";
    position: absolute;
    left: -15px;
}

.contact-container .submit-btn {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 300px;
}

.contact-container .submit-btn input {
  background: #A60C0C;
  color: #fff;
  border: none;
  width: 250px;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  padding: 25px;
  border-radius: 3px;
  transition: background 0.3s;
}

.contact-container .submit-btn input:hover {
  background: #a00;
}

@media (max-width: 600px) {
  .contact-container .contact-box {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }
}

.top-mark-txt {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-mark-txt span {
  height: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: "eurostile-extended", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pt-30px {
  padding-top: 30px;
}

.pl-15px {
  padding-left: 15px;
}

.spec-p {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
  width: 98%;
}

.extra-guest {
  font-size: 20px;
  font-weight: bold;
}

.mwform-tel-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.screen-reader-response {
    width: 100% !important;
    height: auto !important;
    position: relative !important;
    clip-path: unset !important;
    text-align: center !important;
    margin: 30px !important;
    font-size: 30px !important;
    font-weight: bold !important;
    color: #00d084 !important;
}