html {
  font-size: 62.5%;
}

body {
  margin: 0 auto;
  color: #fff;
  background-color: #201712;
  box-sizing: border-box;
  font-family: "Noto Sans", "Inter", sans-serif;
  font-weight: normal;
  line-height: 1;
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

ul {
  list-style: none;
}

.l-header {
  padding: 1.3888888889vw 3.4722222222vw;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.l-header__inner {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.l-header__logo {
  width: 12.1527777778vw;
  height: 1.3888888889vw;
}
.l-header__logo__link img {
  width: 100%;
}
.l-header__links {
  display: flex;
  gap: 1.0416666667vw;
}
.l-header__links__company {
  font-size: 0.9722222222vw;
  font-weight: 700;
  padding: 1.0416666667vw 2.0833333333vw;
  color: #FF6600;
  border: #FF6600 0.0694444444vw solid;
  background-color: rgba(0, 0, 0, 0.7019607843);
  transition: all 0.6s;
}
.l-header__links__company:hover {
  color: #fff;
  border: #fff 0.0694444444vw solid;
}
.l-header__links__ticket {
  font-size: 0.9722222222vw;
  font-weight: 700;
  padding: 1.0416666667vw 2.0833333333vw;
  color: #fff;
  background-color: #FF6600;
  transition: all 0.6s;
}
.l-header__links__ticket:hover {
  color: #FF6600;
  background-color: #fff;
}

@media screen and (max-width: 440px) {
  .l-header {
    padding: 4.6153846154vw 5.1282051282vw;
  }
  .l-header__logo {
    width: 44.8717948718vw;
    height: 5.1282051282vw;
  }
  .l-header__links {
    text-align: center;
    gap: 0;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .l-header__links__company {
    width: 50vw;
    font-size: 3.5897435897vw;
    padding: 3.8461538462vw 0;
    border: #FF6600 0.2564102564vw solid;
  }
  .l-header__links__company:hover {
    border: 0;
  }
  .l-header__links__ticket {
    width: 50vw;
    font-size: 3.5897435897vw;
    padding: 3.8461538462vw 0 4.1025641026vw;
  }
}
.l-footer {
  background-color: #FF6600;
  text-align: center;
  color: #fff;
  padding: 5.5555555556vw 0 6.9444444444vw;
}
.l-footer__inner {
  max-width: 26.4583333333vw;
  margin: 0 auto;
}
.l-footer__logo {
  max-width: 20.0694444444vw;
  margin: 0 auto;
  margin-bottom: 2.7777777778vw;
}
.l-footer__logo__img {
  width: 20.0694444444vw;
  height: auto;
  margin-bottom: 1.3888888889vw;
}
.l-footer__logo__img img {
  width: 100%;
}
.l-footer__logo__url {
  font-size: 1.6666666667vw;
  font-family: "Inter", sans-serif;
}
.l-footer__sns {
  display: flex;
  margin-bottom: 2.7458333333vw;
  align-items: center;
  gap: 2.7777777778vw;
  justify-content: center;
}
.l-footer__sns__facebook {
  width: 3.3652777778vw;
}
.l-footer__sns__facebook img {
  width: 100%;
}
.l-footer__sns__x {
  width: 2.7715277778vw;
}
.l-footer__sns__x img {
  width: 100%;
}
.l-footer__address {
  font-size: 0.9722222222vw;
  line-height: 1.5277777778vw;
  margin-bottom: 1.0416666667vw;
}

small {
  font-family: "Inter", sans-serif;
  font-size: 0.8333333333vw;
  line-height: 0.9722222222vw;
}

@media screen and (max-width: 440px) {
  .l-footer {
    padding: 20.5128205128vw 0 25.641025641vw;
  }
  .l-footer__inner {
    max-width: 97.6923076923vw;
    margin: 0 auto;
  }
  .l-footer__logo {
    max-width: 74.1025641026vw;
    margin: 0 auto;
    margin-bottom: 10vw;
  }
  .l-footer__logo__img {
    width: 74.1025641026vw;
    height: auto;
    margin-bottom: 5.1282051282vw;
  }
  .l-footer__logo__url {
    font-size: 6.1538461538vw;
  }
  .l-footer__sns {
    display: flex;
    margin-bottom: 10.1384615385vw;
    align-items: center;
    gap: 10.2564102564vw;
    justify-content: center;
  }
  .l-footer__sns__facebook {
    width: 12.4256410256vw;
  }
  .l-footer__sns__x {
    width: 10.2333333333vw;
  }
  .l-footer__address {
    font-size: 3.5897435897vw;
    line-height: 5.641025641vw;
    margin-bottom: 3.8461538462vw;
  }
  small {
    font-size: 3.0769230769vw;
    line-height: 3.5897435897vw;
  }
}
.p-hero {
  width: 100%;
  height: 50vw;
  position: relative;
  overflow: hidden;
}
.p-hero__background {
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
.p-hero__inner {
  z-index: 1;
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-hero__subTitle {
  font-size: 0.9722222222vw;
  letter-spacing: 0.0972222222vw;
  font-weight: bold;
  margin-bottom: 1.1111111111vw;
}
.p-hero__imgSp {
  display: none;
}
.p-hero__img {
  width: 50.5069444444vw;
  height: 24.5138888889vw;
}
.p-hero__img::before {
  content: "";
  display: block;
  position: absolute;
  left: -1.25vw;
  bottom: -4.7222222222vw;
  width: 1.875vw;
  height: 18.6805555556vw;
  background-image: url(../img/hero_text.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.p-hero__img::after {
  content: "";
  display: block;
  position: absolute;
  left: 1.6666666667vw;
  top: -18.0555555556vw;
  width: 0.0694444444vw;
  height: 17.3611111111vw;
  background-image: url(../img/hero_line_top.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.p-hero__img img {
  width: 100%;
}
.p-hero__copy {
  font-size: 1.25vw;
  font-weight: bold;
  line-height: 2.0833333333vw;
  letter-spacing: 0.0347222222vw;
  margin-top: 0.9722222222vw;
  margin-left: 3.2638888889vw;
}
.p-hero__scroll {
  position: absolute;
  display: flex;
  gap: 0.7638888889vw;
  bottom: -5.5555555556vw;
  left: 1.6416666667vw;
  align-items: end;
  overflow: hidden;
}
.p-hero__scroll__text {
  font-size: 0.8333333333vw;
  margin-bottom: 0.7638888889vw;
  font-family: "Inter";
  position: relative;
}
.p-hero__scroll__border {
  position: relative;
  height: 22.0138888889vw;
  width: 0.6944444444 vw;
}
.p-hero__scroll__border::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0.2083333333vw;
  right: 0;
  width: 0.0694444444vw;
  height: 22.0138888889vw;
  background-color: #fff;
  overflow: hidden;
  margin: auto;
  animation: scrollBorder 2s ease-in-out infinite;
}
.p-hero__scroll__border::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0.0347222222vw;
  right: 0;
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  border-radius: 3.4722222222vw;
  background-color: #fff;
  margin: auto;
}

@keyframes scrollBorder {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.p-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
  background-image: url("../img/pc_bg.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

@media screen and (max-width: 440px) {
  .p-hero {
    height: 100vh;
  }
  .p-hero__inner {
    top: 30.7692307692vw;
    left: 5.1282051282vw;
    transform: translate(0);
  }
  .p-hero__subTitle {
    font-size: 3.5897435897vw;
    letter-spacing: 0.358974359vw;
    margin-bottom: 3.8461538462vw;
  }
  .p-hero__imgSp {
    display: block;
    width: 89.7435897436vw;
  }
  .p-hero__imgSp::before {
    content: "";
    display: block;
    position: absolute;
    right: 0.5128205128vw;
    bottom: -22.5641025641vw;
    width: 6.1538461538vw;
    height: 60vw;
    background-image: url(../img/hero_text.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .p-hero__imgSp::after {
    display: none;
  }
  .p-hero__imgSp img {
    width: 100%;
  }
  .p-hero__img {
    display: none;
  }
  .p-hero__copy {
    font-size: 4.1025641026vw;
    line-height: 6.6666666667vw;
    letter-spacing: 0.1282051282vw;
    margin-top: 3.8461538462vw;
    margin-left: 0;
  }
  .p-hero__scroll {
    gap: 2.5641025641vw;
    bottom: -38.0051282051vw;
    left: 0;
  }
  .p-hero__scroll__text {
    font-size: 2.5641025641vw;
    margin-bottom: 2.8205128205vw;
  }
  .p-hero__scroll__border {
    height: 35.0769230769vw;
    width: 2.5641025641vw;
  }
  .p-hero__scroll__border::before {
    left: 0.7692307692vw;
    right: 0;
    width: 0.2564102564vw;
    height: 37.0769230769vw;
  }
  .p-hero__scroll__border::after {
    bottom: -0.0512820513vw;
    left: 0.7692307692vw;
    right: 0;
    width: 1.0256410256vw;
    height: 1.0256410256vw;
    border-radius: 12.8205128205vw;
  }
  .p-video {
    background-image: url("../img/sp_bg.jpg");
  }
}
.p-timetable {
  background-color: rgba(32, 23, 18, 0.8);
  padding: 4.6527777778vw 6.9444444444vw 1.7361111111vw;
}
.p-timetable__desc {
  font-size: 0.9722222222vw;
  line-height: 1.7361111111vw;
  width: 42.3055555556vw;
  margin: 0 auto;
  margin-bottom: 6.8055555556vw;
  position: relative;
}
.p-timetable__desc::before {
  content: "";
  display: inline-block;
  background-image: url(../img/tt_line_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16.9444444444vw;
  height: 21.1458333333vw;
  position: absolute;
  left: -19.1vw;
  top: -4.6527777778vw;
}

.p-content {
  display: flex;
  gap: 5.5555555556vw;
  justify-content: center;
  position: relative;
}
.p-content::before {
  content: "";
  display: inline-block;
  background-image: url(../img/tt_line_middle.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 0.0694444444vw;
  height: 190.2527777778vw;
  position: absolute;
  top: 0;
}
.p-content__left {
  position: relative;
}
.p-content__left::before {
  content: "";
  display: inline-block;
  background-image: url(../img/tt_line_03.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 4.0972222222vw;
  height: 39.1111111111vw;
  position: absolute;
  top: 17.2222222222vw;
  left: -4.0972222222vw;
}
.p-content__left::after {
  content: "";
  display: inline-block;
  background-image: url(../img/tt_line_05.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 7.1527777778vw;
  height: 60.5416666667vw;
  position: absolute;
  bottom: 65.25vw;
  left: -7.1444444444vw;
}
.p-content__left__date {
  font-family: "Inter";
  font-size: 1.25vw;
  margin-bottom: 1.7361111111vw;
  display: inline-block;
  border-bottom: #fff 0.0694444444vw solid;
  padding-bottom: 0.5555555556vw;
}
.p-content__left__date span {
  font-weight: bold;
}
.p-content__right {
  position: relative;
}
.p-content__right::before {
  content: "";
  display: inline-block;
  background-image: url(../img/tt_line_02.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 21.5972222222vw;
  height: 18.9583333333vw;
  position: absolute;
  top: -12.5694444444vw;
  right: -6.9444444444vw;
}
.p-content__right::after {
  content: "";
  display: inline-block;
  background-image: url(../img/tt_line_04.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 12.2916666667vw;
  height: 38.3680555556vw;
  position: absolute;
  top: 34.7222222222vw;
  right: -6.9444444444vw;
}
.p-content__right__date {
  font-family: "Inter";
  font-size: 1.25vw;
  margin-bottom: 1.7361111111vw;
  display: inline-block;
  border-bottom: #fff 0.0694444444vw solid;
  padding-bottom: 0.5555555556vw;
}
.p-content__right__date span {
  font-weight: bold;
}

.p-session {
  margin-bottom: 4.8611111111vw;
  font-family: "Inter";
  height: 33.8888888889vw;
}
.p-session--line06 {
  position: relative;
}
.p-session--line06::before {
  content: "";
  display: inline-block;
  background-image: url(../img/tt_line_06.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 0.0694444444vw;
  height: 9.25vw;
  position: absolute;
  bottom: -6.4666666667vw;
  left: 22.9166666667vw;
}
.p-session--line07 {
  position: relative;
}
.p-session--line07::before {
  content: "";
  display: inline-block;
  background-image: url(../img/tt_line_07.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 3.6111111111vw;
  height: 36.1111111111vw;
  position: absolute;
  bottom: -19.8611111111vw;
  right: -3.6805555556vw;
}
.p-session--line08 {
  position: relative;
}
.p-session--line08::before {
  content: "";
  display: inline-block;
  background-image: url(../img/tt_line_08.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 10.2222222222vw;
  height: 8.6319444444vw;
  position: absolute;
  bottom: -5.8055555556vw;
  left: 18.5277777778vw;
}
.p-session--line09 {
  position: relative;
}
.p-session--line09::before {
  content: "";
  display: inline-block;
  background-image: url(../img/tt_line_09.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 4.4722222222vw;
  height: 24.5416666667vw;
  position: absolute;
  bottom: -6.5972222222vw;
  right: -3.4722222222vw;
}
.p-session__time {
  font-size: 1.3888888889vw;
  margin-bottom: 1.3888888889vw;
}
.p-session__time span {
  font-weight: 300;
  margin-left: 1.0416666667vw;
}
.p-session__img {
  width: 40.2777777778vw;
  height: 22.6388888889vw;
  display: block;
  margin-bottom: 1.3888888889vw;
  overflow: hidden;
  transition: all 0.6s;
  position: relative;
}
.p-session__img img {
  width: 100%;
}
.p-session__img__figcaption {
  display: block;
  transition: all 0.6s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3019607843);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.p-session__img__figcaption span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  font-size: 0.9722222222vw;
  letter-spacing: 0.4861111111vw;
}
.p-session__img:hover .p-session__img__figcaption {
  opacity: 1;
}
.p-session__bottom {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.p-session__title {
  width: 27.6388888889vw;
  font-family: "Noto Sans", sans-serif;
  display: block;
  font-size: 1.25vw;
  line-height: 1.8055555556vw;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1.0416666667vw;
}

@media screen and (max-width: 440px) {
  .p-timetable {
    padding: 12.8205128205vw 5.1282051282vw 10vw;
  }
  .p-timetable__desc {
    font-size: 3.5897435897vw;
    line-height: 6.4102564103vw;
    width: 89.7435897436vw;
    margin: 0 auto;
    margin-bottom: 24.8717948718vw;
    position: relative;
  }
  .p-timetable__desc::before {
    content: "";
    display: inline-block;
    background-image: url(../img/sp_tt_line.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 41.7948717949vw;
    height: 20.2564102564vw;
    position: absolute;
    left: 12.0512820513vw;
    top: 57.1538461538vw;
  }
  .p-area {
    display: none;
  }
  .p-area.is-active {
    display: block;
  }
  .p-spTab {
    display: flex;
    gap: 13.5897435897vw;
    justify-content: center;
    margin-bottom: 6.4102564103vw;
  }
  .p-spTab__item__title {
    font-family: "Inter";
    color: rgba(255, 255, 255, 0.4);
    font-size: 3.8461538462vw;
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 1.2820512821vw;
  }
  .p-spTab__item.active .p-spTab__item__title {
    color: #fff;
    border-bottom: #fff 0.2564102564vw solid;
  }
  .p-content {
    display: block;
    justify-content: center;
    position: relative;
  }
  .p-content::before {
    display: none;
  }
  .p-content__left {
    width: 100%;
  }
  .p-content__left::before {
    display: none;
  }
  .p-content__left::after {
    display: none;
  }
  .p-content__left__date {
    display: none;
  }
  .p-content__right::before {
    display: none;
  }
  .p-content__right::after {
    display: none;
  }
  .p-content__right__date {
    display: none;
  }
  .p-session {
    margin-bottom: 9.7435897436vw;
    height: auto;
  }
  .p-session__btn {
    display: flex;
    justify-content: center;
    margin-top: 3.8461538462vw;
  }
  .p-session--line06::before {
    display: none;
  }
  .p-session--line07::before {
    display: none;
  }
  .p-session--line08::before {
    display: none;
  }
  .p-session--line09::before {
    display: none;
  }
  .p-session__time {
    font-size: 3.8461538462vw;
    margin-bottom: 3.8461538462vw;
  }
  .p-session__time span {
    margin-left: 2.5641025641vw;
  }
  .p-session__img {
    width: 89.7435897436vw;
    height: 50.5128205128vw;
    margin-bottom: 2.5641025641vw;
  }
  .p-session__img__figcaption:hover .p-session__img__figcaption {
    opacity: 0;
  }
  .p-session__bottom {
    display: block;
  }
  .p-session__title {
    width: 100%;
    font-size: 3.8461538462vw;
    line-height: 5.641025641vw;
    margin-bottom: 3.4090909091vw;
  }
}
.c-title {
  color: #FF6600;
  margin-bottom: 1.8055555556vw;
}
.c-title--black {
  color: #000;
  margin-bottom: 1.3888888889vw;
}
.c-title--white {
  color: #fff;
  margin-bottom: 3.4722222222vw;
}
.c-title__en {
  width: 21.4111111111vw;
  height: auto;
  margin-bottom: 0.775vw;
}
.c-title__en--black {
  width: 13.7479166667vw;
}
.c-title__en--white {
  width: 17.5361111111vw;
}
.c-title__en img {
  width: 100%;
}
.c-title__jp {
  font-size: 0.9722222222vw;
}
.c-title__jp--white {
  letter-spacing: 0.125vw;
}

.c-white__btn {
  font-family: "Inter", sans-serif;
  font-size: 0.9722222222vw;
  color: #fff;
  border: #fff 0.0694444444vw solid;
  padding: 0.9027777778vw 1.7361111111vw 0.9027777778vw 3.4027777778vw;
  border-radius: 3.4722222222vw;
  display: inline-block;
  position: relative;
  transition: all 0.6s;
}
.c-white__btn:hover {
  background-color: rgba(255, 255, 255, 0.5019607843);
}
.c-white__btn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 1.8055555556vw;
  width: 0.9027777778vw;
  height: 0.0694444444vw;
  background: #fff;
}
.c-white__btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 1.9444444444vw;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  border-top: 0.0694444444vw solid #fff;
  border-right: 0.0694444444vw solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-white__btn--web {
  padding: 0.9027777778vw 4.0277777778vw 0.9027777778vw 5.625vw;
  margin-bottom: 4.8611111111vw;
}
.c-white__btn--web::before {
  left: 4.0277777778vw;
}
.c-white__btn--web::after {
  left: 4.1666666667vw;
}

.c-file {
  width: 17.4611111111vw;
}
.c-file p {
  width: 100%;
  background-color: #D9D9D9;
  border-radius: 2.4305555556vw;
  font-size: 0.9722222222vw;
  color: #000;
  padding: 0.7638888889vw 1.3930555556vw 0.6944444444vw 3.6763888889vw;
  position: relative;
}
.c-file p::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../img/object.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.5930555556vw;
  height: 1.25vw;
  top: 0.625vw;
  left: 1.3888888889vw;
}

.u-spVisible {
  display: none;
}

.scroll {
  transition: 0.7s ease-in-out;
  opacity: 0;
}

.scroll.on {
  opacity: 1;
}

@media screen and (max-width: 440px) {
  .u-spVisible {
    display: block;
  }
  .u-spHidden {
    display: none;
  }
  .c-title {
    margin-bottom: 7.6923076923vw;
  }
  .c-title--black {
    margin-bottom: 6.4102564103vw;
  }
  .c-title--white {
    margin-bottom: 7.6923076923vw;
  }
  .c-title__en {
    width: 60.3307692308vw;
    height: auto;
    margin-bottom: 2.9128205128vw;
  }
  .c-title__en--black {
    width: 38.6743589744vw;
  }
  .c-title__en img {
    width: 100%;
  }
  .c-title__en--white {
    width: 49.3307692308vw;
  }
  .c-title__jp {
    font-size: 3.5897435897vw;
  }
  .c-title__jp--white {
    letter-spacing: 0.3846153846vw;
  }
  .c-white__btn {
    font-size: 3.5897435897vw;
    border: #fff 0.2564102564vw solid;
    padding: 3.3333333333vw 6.4102564103vw 3.3333333333vw 12.5641025641vw;
    border-radius: 12.8205128205vw;
  }
  .c-white__btn::before {
    left: 5.641025641vw;
    width: 3.3333333333vw;
    height: 0.2564102564vw;
  }
  .c-white__btn::after {
    left: 6.1538461538vw;
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    border-top: 0.2564102564vw solid #fff;
    border-right: 0.2564102564vw solid #fff;
  }
  .c-white__btn:hover {
    background-color: transparent;
  }
  .c-white__btn--web {
    padding: 3.3333333333vw 14.8717948718vw 3.3333333333vw 20.7692307692vw;
    margin-bottom: 7.6923076923vw;
  }
  .c-white__btn--web::before {
    left: 14.8717948718vw;
  }
  .c-white__btn--web::after {
    left: 15.3846153846vw;
  }
  .c-file {
    width: 56.9181818182vw;
    margin: 0 auto;
  }
  .c-file p {
    border-radius: 7.9545454545vw;
    font-size: 3.1818181818vw;
    padding: 2.5vw 4.5590909091vw 2.2727272727vw 12.0318181818vw;
  }
  .c-file p::before {
    width: 5.2136363636vw;
    height: 4.0909090909vw;
    top: 2.0454545455vw;
    left: 4.5454545455vw;
  }
}
.p-ticket {
  padding: 3.8305555556vw 0 6.9444444444vw;
  background-color: #D9D9D9;
  position: relative;
}
.p-ticket::before {
  content: "";
  display: inline-block;
  background-image: url(../img/ticket_line_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 29.2361111111vw;
  height: 0.0694444444vw;
  position: absolute;
  left: 0;
  top: 5.6944444444vw;
}
.p-ticket::after {
  content: "";
  display: inline-block;
  background-image: url(../img/ticket_line_02.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 9.5486111111vw;
  height: 29.2013888889vw;
  position: absolute;
  right: 0;
  top: 0;
}
.p-ticket__inner {
  max-width: 40.1388888889vw;
  margin: 0 auto;
}
.p-ticket__img {
  width: 40.2083333333vw;
  height: auto;
  margin-bottom: 1.0416666667vw;
}
.p-ticket__img img {
  width: 100%;
}
.p-ticket__imgSp {
  display: none;
}
.p-ticket__note {
  color: #000;
  margin-bottom: 2.0833333333vw;
}
.p-ticket__note__text {
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
}
.p-ticket__btn {
  padding: 1.3194444444vw 0;
  display: block;
  text-align: center;
  font-size: 1.25vw;
  font-weight: bold;
  color: #fff;
  background-color: #FF6600;
  width: 40.1388888889vw;
  transition: all 0.6s;
}
.p-ticket__btn:hover {
  background-color: #000;
  color: #FF6600;
}

@media screen and (max-width: 440px) {
  .p-ticket {
    padding: 10.6051282051vw 5.1282051282vw 15.3846153846vw;
    background-color: #D9D9D9;
    position: relative;
  }
  .p-ticket__inner {
    max-width: 89.7435897436vw;
    margin: 0 auto;
  }
  .p-ticket::before {
    display: none;
  }
  .p-ticket::after {
    display: none;
  }
  .p-ticket__img {
    display: none;
  }
  .p-ticket__imgSp {
    display: block;
    width: 89.7435897436vw;
    height: auto;
    margin-bottom: 3.8461538462vw;
  }
  .p-ticket__imgSp img {
    width: 100%;
  }
  .p-ticket__note {
    margin-bottom: 3.8461538462vw;
  }
  .p-ticket__note__text {
    font-size: 3.0769230769vw;
    line-height: 4.6153846154vw;
  }
  .p-ticket__btn {
    padding: 5.1282051282vw 0;
    font-size: 4.6153846154vw;
    width: 89.7435897436vw;
  }
  .p-ticket__btn:hover {
    background-color: #FF6600;
    color: #fff;
    background-color: #FF6600;
  }
}
.p-flow {
  padding: 6.25vw 0 1.3888888889vw;
}
.p-flow--brown {
  background-color: #201712;
}
.p-flow__inner {
  max-width: 40.2777777778vw;
  margin: 0 auto;
  position: relative;
}
.p-flow__inner::before {
  content: "";
  display: inline-block;
  background-image: url(../img/flow_line.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 0.0694444444vw;
  height: 5vw;
  position: absolute;
  left: 2.1527777778vw;
  top: -6.25vw;
}
.p-flow__inner::after {
  content: "";
  display: inline-block;
  background-image: url(../img/flow_line.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 0.0694444444vw;
  height: 5vw;
  position: absolute;
  left: 2.1527777778vw;
  top: 18.0555555556vw;
}
.p-flow__title {
  font-size: 1.25vw;
  letter-spacing: 0.25vw;
  font-weight: bold;
  margin-bottom: 1.3888888889vw;
}
.p-flow__box--margin {
  margin-top: 7.5vw;
  margin-bottom: 3.1944444444vw;
}
.p-flow__box__title {
  font-size: 2.0833333333vw;
  font-weight: bold;
  letter-spacing: 0.0625vw;
  margin-bottom: 1.3888888889vw;
}
.p-flow__box__title span {
  color: #FF6600;
  font-size: 1.3888888889vw;
  letter-spacing: -0.0555555556vw;
  margin-bottom: 0.4861111111vw;
  display: block;
  font-family: "Inter", sans-serif;
}
.p-flow__box__text {
  font-size: 0.9722222222vw;
  line-height: 1.7361111111vw;
  margin-bottom: 1.0416666667vw;
}
.p-flow__box__note {
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
}

.p-backFont {
  max-width: 97.2222222222vw;
  margin: 0 auto;
}
.p-backFont img {
  width: 100%;
}

@media screen and (max-width: 440px) {
  .p-flow {
    padding: 12.8205128205vw 0 5.1282051282vw;
  }
  .p-flow__inner {
    max-width: 89.7435897436vw;
  }
  .p-flow__inner::before {
    background-image: url(../img/flow_line.png);
    width: 0.2564102564vw;
    height: 10.2564102564vw;
    left: 2.3076923077vw;
    top: -12.8205128205vw;
  }
  .p-flow__inner::after {
    background-image: url(../img/flow_line.png);
    width: 0.2564102564vw;
    height: 10.2564102564vw;
    left: 2.3076923077vw;
    top: 81.5641025641vw;
  }
  .p-flow__title {
    font-size: 3.8461538462vw;
    letter-spacing: 0.7692307692vw;
    font-weight: bold;
    margin-bottom: 3.8461538462vw;
  }
  .p-flow__box--margin {
    margin-top: 15.3846153846vw;
    margin-bottom: 9.2307692308vw;
  }
  .p-flow__box__title {
    font-size: 6.4102564103vw;
    letter-spacing: 0.2051282051vw;
    margin-bottom: 5.1282051282vw;
  }
  .p-flow__box__title span {
    font-size: 4.6153846154vw;
    letter-spacing: -0.1794871795vw;
    margin-bottom: 1.7948717949vw;
  }
  .p-flow__box__text {
    font-size: 3.5897435897vw;
    line-height: 6.4102564103vw;
    margin-bottom: 3.8461538462vw;
  }
  .p-flow__box__note {
    font-size: 3.0769230769vw;
    line-height: 4.6153846154vw;
  }
  .p-backFont {
    max-width: 89.7435897436vw;
    margin: 0 auto;
  }
  .p-backFont img {
    width: 100%;
  }
}
.p-detail {
  background-color: #201712;
  padding: 10.4166666667vw 0 6.9444444444vw;
}
.p-detail__wrapper {
  padding: 0 1.3888888889vw 0;
}
.p-detail__inner {
  max-width: 66.6666666667vw;
  margin: 0 auto;
}
.p-detail__img {
  max-width: 66.6666666667vw;
  height: auto;
  margin: 0 auto 2.0833333333vw auto;
}
.p-detail__img img {
  width: 100%;
}
.p-detail__time {
  font-family: "Inter", sans-serif;
  font-size: 1.3888888889vw;
  margin-bottom: 1.3888888889vw;
}
.p-detail__time span {
  font-weight: 300;
}
.p-detail__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.6666666667vw;
}
.p-detail__title {
  width: 41.25vw;
  font-size: 1.6666666667vw;
  line-height: 2.3611111111vw;
  font-weight: bold;
}
.p-detail__title--fileNone {
  width: 100%;
}
.p-detail__text {
  font-size: 0.9722222222vw;
  line-height: 1.7361111111vw;
  margin-bottom: 1.5972222222vw;
}
.p-detail__subTitle {
  font-size: 0.9722222222vw;
  font-weight: bold;
  line-height: 1.7361111111vw;
  margin-bottom: 0.4166666667vw;
  text-decoration: underline;
}
.p-detail__desc__img__pc {
  display: flex;
  flex-wrap: wrap;
  gap: 2.7777777778vw;
  margin-bottom: 1.3888888889vw;
}
.p-detail__desc__img__pc img {
  width: 31.9444444444vw;
}
.p-detail__desc__text {
  font-size: 0.8333333333vw;
  line-height: 1.5277777778vw;
}

@media screen and (max-width: 440px) {
  .p-detail {
    padding: 17.9487179487vw 0 20.5128205128vw;
  }
  .p-detail__wrapper {
    padding: 0 5.1282051282vw 0;
  }
  .p-detail__inner {
    max-width: 89.7435897436vw;
    margin: 0 auto;
  }
  .p-detail__img {
    max-width: 100vw;
    height: auto;
    margin: 0 auto 7.6923076923vw auto;
  }
  .p-detail__time {
    font-family: "Inter", sans-serif;
    font-size: 3.8461538462vw;
    margin-bottom: 3.8461538462vw;
  }
  .p-detail__top {
    display: block;
    margin-bottom: 9.0909090909vw;
  }
  .p-detail__title {
    width: 100%;
    font-size: 5.1282051282vw;
    line-height: 7.6923076923vw;
    margin-bottom: 3.4090909091vw;
  }
  .p-detail__text {
    font-size: 3.5897435897vw;
    line-height: 6.4102564103vw;
    margin-bottom: 7.6923076923vw;
  }
  .p-detail__subTitle {
    font-size: 3.5897435897vw;
    font-weight: bold;
    line-height: 6.4102564103vw;
    margin-bottom: 5.1282051282vw;
  }
  .p-detail__desc__img__pc {
    display: none;
  }
  .p-detail__desc__img__sp {
    display: block;
    margin-bottom: 5.1282051282vw;
  }
  .p-detail__desc__img__sp img {
    width: 89.7435897436vw;
  }
  .p-detail__desc__img__sp__margin {
    margin-bottom: 2.5641025641vw;
  }
  .p-detail__desc__text {
    font-size: 3.0769230769vw;
    line-height: 5.641025641vw;
  }
}
.p-speaker {
  background-color: #787878;
  padding: 4.525vw 1.3888888889vw 6.9444444444vw;
}
.p-speaker__inner {
  max-width: 66.6666666667vw;
  margin: 0 auto;
}
.p-speaker__detail {
  display: flex;
  justify-content: center;
  gap: 3.4722222222vw;
  margin-bottom: 1.3888888889vw;
}
.p-speaker__detail__left {
  width: 13.8888888889vw;
  min-width: 13.8888888889vw;
  height: auto;
}
.p-speaker__detail__left img {
  width: 100%;
}
.p-speaker__detail__right {
  min-width: 49.3055555556vw;
}
.p-speaker__detail__right__position {
  font-family: "Inter", sans-serif;
  font-size: 0.9722222222vw;
  line-height: 1.4583333333vw;
  margin-bottom: 0.4166666667vw;
}
.p-speaker__detail__right__name {
  font-size: 1.6666666667vw;
  font-weight: bold;
  padding-bottom: 1.3888888889vw;
  border-bottom: #fff 0.0694444444vw solid;
}
.p-speaker__detail__right__text {
  font-size: 0.9722222222vw;
  line-height: 1.7361111111vw;
  padding-top: 1.0416666667vw;
}

.p-return {
  display: flex;
  justify-content: center;
}

.p-topBtn {
  display: block;
  text-align: center;
  font-weight: bold;
  padding: 1.3194444444vw 0;
  font-size: 1.25vw;
  background-color: #000;
  color: #fff;
  width: 40.1388888889vw;
  transition: all 0.6s;
}
.p-topBtn:hover {
  background-color: #FF6600;
}

@media screen and (max-width: 440px) {
  .p-speaker {
    padding: 10.6051282051vw 5.1282051282vw 15.3846153846vw;
  }
  .p-speaker__inner {
    max-width: 89.7435897436vw;
    margin: 0 auto;
  }
  .p-speaker__detail {
    display: block;
    margin-bottom: 5.8974358974vw;
  }
  .p-speaker__detail__left {
    width: 46.1538461538vw;
    min-width: 0;
    margin: 0 auto 6.6666666667vw auto;
  }
  .p-speaker__detail__left img {
    width: 100%;
  }
  .p-speaker__detail__right {
    min-width: 0;
    width: 89.7435897436vw;
  }
  .p-speaker__detail__right__position {
    font-size: 3.0769230769vw;
    line-height: 4.6153846154vw;
    margin-bottom: 3.3333333333vw;
  }
  .p-speaker__detail__right__name {
    font-size: 5.1282051282vw;
    padding-bottom: 4.1025641026vw;
    border-bottom: #fff 0.2564102564vw solid;
  }
  .p-speaker__detail__right__text {
    font-size: 3.3333333333vw;
    line-height: 5.8974358974vw;
    padding-top: 3.0769230769vw;
  }
  .p-webBtn {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
  }
  .p-return {
    display: flex;
    justify-content: center;
  }
  .p-topBtn {
    font-size: 3.5897435897vw;
    padding: 3.8461538462vw 0;
    width: 89.7435897436vw;
  }
  .p-topBtn:hover {
    background-color: #000;
  }
}/*# sourceMappingURL=style.css.map */