@charset "UTF-8";
html {
  overflow-y: scroll;
  scroll-behavior: smooth;
  scroll-padding-top: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 5.46875vw;
  }
}

body {
  margin: 0;
  padding: 0;
  background: #160f63;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", sans-serif;
  line-height: 1.75;
  letter-spacing: 0;
}

/*===================================================
  reset
=====================================================*/
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
section,
article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

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

ol,
ul {
  list-style: none;
  list-style-type: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.l-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  height: 13.3333333333vw;
  width: 100%;
  background-color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 5.46875vw;
  }
}
.l-header__logo {
  width: 6.9333333333vw;
  display: block;
  box-sizing: content-box;
  padding: 0 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    width: 3.28125vw;
    padding: 0 2.1875vw;
  }
}
.l-header__logo img {
  display: block;
  width: 100%;
  filter: invert(1);
}
.l-header__menubtn {
  padding: 0 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .l-header__menubtn {
    padding: 0 1.5625vw;
  }
}
.l-header__menubtn span {
  display: block;
  width: 6.9333333333vw;
  height: 0.5333333333vw;
  background-color: #fff;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .l-header__menubtn span {
    width: 2.578125vw;
    height: 2px;
  }
}
.l-header__menubtn span + span {
  margin: 0 auto;
  margin-top: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .l-header__menubtn span + span {
    margin-top: 0.78125vw;
  }
}
.l-header__menubtn.is-active span:nth-child(1) {
  transform: rotate(405deg);
}
.l-header__menubtn.is-active span:nth-child(2) {
  width: 0;
  height: 0;
  margin: 0 auto;
}
.l-header__menubtn.is-active span:nth-child(3) {
  transform: rotate(-405deg);
  margin-top: -0.5333333333vw;
}
@media screen and (min-width: 768px) {
  .l-header__menubtn.is-active span:nth-child(3) {
    margin-top: -2px;
  }
}
.l-header__menu {
  position: fixed;
  top: 13.3333333333vw;
  right: 0;
  background-color: #000;
  padding: 5.3333333333vw;
  transform: translateX(100%);
  transition: transform 0.5s;
}
@media screen and (min-width: 768px) {
  .l-header__menu {
    top: 5.46875vw;
    bottom: 0;
    padding: 2.34375vw;
  }
}
.is-active + .l-header__menu {
  transform: translateX(0);
}
.l-header__menu ul li {
  font-size: 3.7333333333vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-header__menu ul li {
    font-size: 1.25vw;
  }
}
.l-header__menu ul li + li {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .l-header__menu ul li + li {
    margin-top: 0.78125vw;
  }
}
.l-header__menu ul li a {
  display: flex;
  align-items: center;
}
.l-header__menu ul li a::before {
  content: "";
  height: 1px;
  width: 1em;
  margin-right: 0.5em;
  background-color: #fff;
}

.l-footer {
  background-color: #160f63;
  padding: 13.3333333333vw 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 3.125vw 4.21875vw 3.125vw 5.3125vw;
    display: flex;
    justify-content: space-between;
  }
}
.l-footer__list {
  display: flex;
  align-items: flex-end;
}
.l-footer__list ul {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .l-footer__list ul {
    width: auto;
    margin-right: 5.46875vw;
  }
}
.l-footer__list ul li {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .l-footer__list ul li {
    font-size: 1.25vw;
  }
}
.l-footer__logo {
  margin: 10.6666666667vw auto 0 auto;
  width: 56vw;
  display: block;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    margin: 0;
    width: 17.03125vw;
  }
}

.l-main {
  margin-top: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .l-main {
    margin-top: 5.46875vw;
  }
}

.slick-arrow {
  background-color: #fff;
  border: none;
  font-size: 0;
  display: block;
  margin: 0;
  padding: 0;
  height: 3.2vw;
  width: 1.6vw;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}
@media screen and (min-width: 768px) {
  .slick-arrow {
    height: 1.171875vw;
    width: 0.625vw;
  }
}
.slick-arrow.slick-next {
  transform: rotate(180deg);
}

.c-ttl {
  display: flex;
  align-items: flex-start;
}
.c-ttl span {
  font-size: 5.3333333333vw;
  font-weight: normal;
  border: solid 1px;
  border-radius: 100vh;
  padding: 0 4vw;
  height: 6.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-ttl span {
    font-size: 2.421875vw;
    padding: 0 2.34375vw;
    height: 3.125vw;
  }
}

.c-btn {
  font-size: 2.6666666667vw;
  font-weight: normal;
  font-weight: bold;
  border: solid 1px;
  border-radius: 100vh;
  width: 21.8666666667vw;
  height: 3.7333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-btn {
    font-size: 1.328125vw;
    width: 10.15625vw;
    height: 1.71875vw;
  }
}
.c-btn::after {
  content: "";
  display: block;
  width: 1.0666666667vw;
  height: 2.4vw;
  margin-left: 1.0666666667vw;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (min-width: 768px) {
  .c-btn::after {
    width: 0.546875vw;
    height: 1.171875vw;
    margin-left: 0.625vw;
  }
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}
/* --------------------------------------------------
  動き
-------------------------------------------------- */
.js-slide-in {
  opacity: 0;
  transform: translateY(10px);
  transition: all 1s;
}
.js-slide-in.is-active {
  opacity: 1;
  transform: translateY(0);
}

.js-slide-in-list > * {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translateY(40px);
  display: block;
}
.js-slide-in-list.is-active > * {
  opacity: 1;
  transform: translateY(0);
}
.js-slide-in-list.is-active > *:nth-child(1) {
  transition-delay: 0.25s;
}
.js-slide-in-list.is-active > *:nth-child(2) {
  transition-delay: 0.5s;
}
.js-slide-in-list.is-active > *:nth-child(3) {
  transition-delay: 0.75s;
}
.js-slide-in-list.is-active > *:nth-child(4) {
  transition-delay: 1s;
}
.js-slide-in-list.is-active > *:nth-child(5) {
  transition-delay: 1.25s;
}
.js-slide-in-list.is-active > *:nth-child(6) {
  transition-delay: 1.5s;
}
.js-slide-in-list.is-active > *:nth-child(7) {
  transition-delay: 1.75s;
}
.js-slide-in-list.is-active > *:nth-child(8) {
  transition-delay: 2s;
}
.js-slide-in-list.is-active > *:nth-child(9) {
  transition-delay: 2.25s;
}
.js-slide-in-list.is-active > *:nth-child(10) {
  transition-delay: 2.5s;
}

/* --------------------------------------------------
  kv
-------------------------------------------------- */
.p-kv {
  height: calc(100svh - 13.3333333333vw);
  background-image: url("../images/mv_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-kv {
    height: calc(100vh - 5.46875vw);
  }
}
.p-kv__logo {
  margin: auto;
  width: 69.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-kv__logo {
    width: 40.15625vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-kv__logo {
    width: 30.15625vw;
  }
}
@media screen and (min-width: 1580px) {
  .p-kv__logo {
    width: 25.15625vw;
  }
}
.p-kv__logo img {
  display: block;
  width: 100%;
}
.p-kv__data {
  margin: auto;
  line-height: 1;
  text-align: center;
}
.p-kv__data .day {
  font-size: 8vw;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-kv__data .day {
    font-size: 5.3125vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-kv__data .day {
    font-size: 4.3125vw;
  }
}
.p-kv__data .place {
  font-size: 6.1333333333vw;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-kv__data .place {
    font-size: 3.90625vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-kv__data .place {
    font-size: 2.90625vw;
  }
}
.p-kv__data .place .ttl {
  border: solid 1px;
  font-size: 3.7333333333vw;
  margin-right: 2px;
  padding: 0 2px;
  vertical-align: 3px;
}
@media screen and (min-width: 768px) {
  .p-kv__data .place .ttl {
    font-size: 1.953125vw;
    margin-right: 0.46875vw;
    padding: 0 0.3125vw;
  }
}
.p-kv__data .line {
  display: inline-block;
  font-size: inherit;
	height: 1em;
	width:4vw;
	border-bottom: solid 1px;
}
@media screen and (min-width: 768px) {
  .p-kv__data .line {
    width: 2.76875vw;
  }
}
.p-kv__news {
  margin-top: auto;
  background-color: #160f63;
  font-size: 3.7333333333vw;
  letter-spacing: 0.075em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.3333333333vw 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-kv__news {
    font-size: 1.71875vw;
    padding: 0.78125vw 28.125vw;
  }
}
.p-kv__news li > div {
  display: flex;
  align-items: center;
}
.p-kv__news li > div span {
  border: solid 1px;
  border-radius: 100vh;
  padding: 0 0.75em;
  line-height: 1.4;
  font-size: 3.2vw;
  letter-spacing: 0;
  margin-right: 1em;
}
@media screen and (min-width: 768px) {
  .p-kv__news li > div span {
    font-size: 1.71875vw;
    margin-right: 1.171875vw;
  }
}
.p-kv__news .slick-list {
  width: 90%;
}

.p-about {
  padding: 13.3333333333vw 5.3333333333vw;
  text-align: center;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .p-about {
    padding: 7.03125vw 5.3333333333vw 12.5vw 5.3333333333vw;
  }
}
.p-about__logo {
  display: block;
  filter: invert(1);
  width: 8.8vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-about__logo {
    width: 4.21875vw;
  }
}
.p-about__ttl {
  margin-top: 8vw;
  font-weight: bold;
  font-size: 5.8666666667vw;
  line-height: 1.7352;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-about__ttl {
    margin-top: 3.90625vw;
    font-size: 2.65625vw;
  }
}
.p-about__text {
  margin-top: 10.6666666667vw;
  font-size: 5.3333333333vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    margin-top: 4.296875vw;
    font-size: 2.421875vw;
  }
}
.p-about__text2 {
  margin-top: 10.6666666667vw;
  font-size: 4.2666666667vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-about__text2 {
    margin-top: 4.6875vw;
    font-size: 2.03125vw;
  }
}
.p-about__movie {
  margin-top: 10.6666666667vw;
  padding: 0 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-about__movie {
    margin-top: 7.03125vw;
    padding: 0 9.53125vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .p-about__movie li {
    width: 37.890625vw;
	margin-right:1vw;
  }
}
.p-about__movie li + li {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-about__movie li + li {
    margin-top: 0;
  }
}
.p-about__movie li .ttl img {
  display: block;
  height: 7.4666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-about__movie li .ttl img {
    height: 3.4375vw;
  }
}
.p-about__movie li .c-youtube {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .p-about__movie li .c-youtube {
    margin-top: 3.515625vw;
  }
}
.p-about__movie li .c-youtube iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.p-news {
  padding: 13.3333333333vw 5.3333333333vw;
  background-image: url("../images/news_bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-news {
    padding: 5.625vw 16.71875vw 7.8125vw 9.375vw;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.p-news .c-ttl span {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-news .c-ttl span {
    margin: 0;
  }
}
.p-news__list {
  margin-top: 10.6666666667vw;
  font-size: 3.7333333333vw;
  border-bottom: solid 1px;
}
@media screen and (min-width: 768px) {
  .p-news__list {
    margin-top: 0;
    font-size: 1.640625vw;
    width: 55.078125vw;
  }
}
.p-news__list li {
  border-top: solid 1px;
}
.p-news__list li a {
  display: flex;
  align-items: center;
  height: 16vw;
}
@media screen and (min-width: 768px) {
  .p-news__list li a {
    height: 7.34375vw;
  }
}
.p-news__list li a .data {
  width: 26.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-news__list li a .data {
    width: 18.28125vw;
  }
}
.p-news .c-btn {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-news .c-btn {
    margin-top: 3.4375vw;
  }
}

.p-ticket {
  background-color: #160f63;
  padding: 13.3333333333vw 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-ticket {
    padding: 5.859375vw 11.875vw 10.15625vw 11.875vw;
  }
}
.p-ticket .c-ttl span {
  margin-right: auto;
  margin-left: auto;
}
.p-ticket__ttl {
  margin-top: 6.4vw;
  font-size: 3.7333333333vw;
  line-height: 2;
  text-align: center;
  border-radius: 100vh;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .p-ticket__ttl {
    margin-top: 2.734375vw;
    font-size: 1.71875vw;
    width: 63.125vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-ticket__type {
  margin-top: 6.4vw;
}
@media screen and (min-width: 768px) {
  .p-ticket__type {
    margin-top: 3.125vw;
    width: 63.125vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-ticket__type li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 3.7333333333vw;
  line-height: 1.34;
}
@media screen and (min-width: 768px) {
  .p-ticket__type li {
    font-size: 1.640625vw;
  }
}
.p-ticket__type li + li {
  margin-top: 6.4vw;
}
@media screen and (min-width: 768px) {
  .p-ticket__type li + li {
    margin-top: 2.578125vw;
  }
}
.p-ticket__type li > div {
  flex-shrink: 0;
  border-radius: 5.3333333333vw;
  background-color: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2666666667vw;
  font-weight: bold;
  width: 40vw;
  height: 21.3333333333vw;
  margin-right: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-ticket__type li > div {
    border-radius: 1.5625vw;
    font-size: 3.03125vw;
    width: 19.0625vw;
    height: 10.15625vw;
    margin-right: 3.90625vw;
  }
}

.p-data {
  margin-top: 26.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-data {
    margin-top: 10.15625vw;
  }
}
.p-data__ttl {
  display: flex;
  align-items: baseline;
  font-size: 6.4vw;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-data__ttl {
    font-size: 2.96875vw;
  }
}
.p-data__ttl::after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  margin-left: 2.6666666667vw;
  flex-shrink: 99;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-data__ttl::after {
    margin-left: 1.171875vw;
  }
}
.p-data__box {
  margin-top: 6.4vw;
}
@media screen and (min-width: 768px) {
  .p-data__box {
    margin-top: 3.125vw;
    display: flex;
    flex-wrap: wrap;
    gap: 3.90625vw 0;
  }
}
.p-data__box dl {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .p-data__box dl {
    font-size: 1.640625vw;
    width: 50%;
  }
}
.p-data__box dl dt {
  display: inline-block;
  border-bottom: solid 1px;
}
.p-data__box dl dd {
  width: 100%;
}
.p-data__box dl + dl {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-data__box dl + dl {
    margin-top: 0;
  }
}
.p-data__box strong {
  font-size: 4vw;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .p-data__box strong {
    font-size: 1.796875vw;
  }
}

.p-instructor {
  padding: 13.3333333333vw 5.3333333333vw;
  background-image: url("../images/instructor_bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-instructor {
    padding: 5.859375vw 7.03125vw 5.46875vw 7.03125vw;
  }
}
.p-instructor .c-ttl span {
  margin-right: auto;
  margin-left: auto;
}
.p-instructor__tab {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-instructor__tab {
    margin-top: 2.65625vw;
    gap: 0 6.5625vw;
    justify-content: center;
  }
}
.p-instructor__tab li {
  border-bottom: solid 1px;
  font-size: 5.3333333333vw;
  color: #999;
  transition: color 0.5s;
}
@media screen and (min-width: 768px) {
  .p-instructor__tab li {
    font-size: 2.421875vw;
  }
}
.p-instructor__tab li small {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .p-instructor__tab li small {
    font-size: 1.71875vw;
  }
}
.p-instructor__tab li.is-active {
  color: #fff;
}
.p-instructor__box {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-instructor__box {
    margin-top: 2.34375vw;
  }
}
.p-instructor__navi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.3333333333vw 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-instructor__navi {
    gap: 0 1.171875vw;
  }
}
.p-instructor__navi li {
  border: solid 1px;
  border-radius: 100vh;
  font-size: 3vw;
  font-feature-settings: "palt";
  padding: 0.5333333333vw 4vw;
  line-height: 1.34;
  text-align: center;
  color: #999999;
  transition: color 0.5s;
}
@media screen and (min-width: 768px) {
  .p-instructor__navi li {
    font-size: 1.25vw;
    padding: 0.15625vw 1.09375vw;
  }
}
.p-instructor__navi li small {
  font-size: 2.1333333333vw;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-instructor__navi li small {
    display: inline;
    font-size: 0.9375vw;
  }
}
.p-instructor__navi li.is-active {
  color: #fff;
  background-color: #160f63;
}
.p-instructor__slide {
  margin-top: 5.3333333333vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-instructor__slide {
    margin-top: 3.125vw;
    padding: 0 4.6875vw;
  }
}
.p-instructor__slide .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
@media screen and (min-width: 768px) {
  .p-instructor__slide .slick-arrow {
    width: 0.859375vw;
    height: 1.796875vw;
  }
}
.p-instructor__slide .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.p-instructor__slide li img {
  width: 100%;
  display: block;
}

.p-schedule {
  background-color: #000;
  padding: 13.3333333333vw 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-schedule {
    padding: 5.46875vw 7.8125vw 9.375vw 7.8125vw;
  }
}
.p-schedule .c-ttl span {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-schedule__box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.p-schedule__list {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-schedule__list {
    margin-top: 4.6875vw;
    width: 39.609375vw;
  }
}
.p-schedule__list dt {
  font-size: 4.2666666667vw;
  text-align: center;
  padding: 2.6666666667vw;
  letter-spacing: 0.1em;
  border-bottom: solid 1px;
}
@media screen and (min-width: 768px) {
  .p-schedule__list dt {
    font-size: 1.875vw;
    padding: 1.5625vw 0;
  }
}
.p-schedule__list dd {
  display: flex;
  align-items: center;
  font-size: 3.2vw;
  padding: 2.6666666667vw;
  border-bottom: solid 1px;
}
@media screen and (min-width: 768px) {
  .p-schedule__list dd {
    font-size: 1.5625vw;
    padding: 1.171875vw 2.34375vw;
  }
}
.p-schedule__list dd .time {
  font-size: 3.4666666667vw;
  width: 20vw;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-schedule__list dd .time {
    font-size: 1.640625vw;
    width: 10.15625vw;
  }
}

.p-program {
  background: #160f63;
  padding: 13.3333333333vw 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-program {
    padding: 8.59375vw 12.5vw 12.5vw 12.5vw;
  }
}
.p-program .c-ttl span {
  margin-left: auto;
  margin-right: auto;
}
.p-program__list {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-program__list {
    margin-top: 7.03125vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5.46875vw 0;
  }
}
.p-program__list li {
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-program__list li {
    font-size: 1.796875vw;
    width: 35.3125vw;
  }
}
.p-program__list li + li {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-program__list li + li {
    margin-top: 0;
  }
}
.p-program__list li div {
  border: solid 1px;
  border-radius: 4vw;
  padding: 0.3333333333vw;
  display: flex;
  align-items: flex-start;
  text-align: left;
  font-size: 3.2vw;
  font-weight: normal;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-program__list li div {
    border-radius: 1.5625vw;
    padding: 0.34375vw;
    font-size: 1.40625vw;
    margin-bottom: 1.5625vw;
  }
}
.p-program__list li div img {
  width: 26.6666666667vw;
  display: block;
  margin-right: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-program__list li div img {
    width: 12.265625vw;
    margin-right: 2.03125vw;
  }
}

.p-goods {
  padding: 13.3333333333vw 5.3333333333vw;
  background-image: url("../images/goods_bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-goods {
    padding: 5.46875vw 17.1875vw 5.46875vw 17.1875vw;
  }
}
.p-goods .c-ttl span {
  margin-left: auto;
  margin-right: auto;
}
.p-goods__slide {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-goods__slide {
    margin-top: 5.46875vw;
    padding: 0 5.46875vw;
  }
}
.p-goods__slide .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
@media screen and (min-width: 768px) {
  .p-goods__slide .slick-arrow {
    width: 1.875vw;
    height: 3.59375vw;
  }
}
.p-goods__slide .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.p-goods__slide li img {
  display: block;
  width: 100%;
}

.p-access {
  background-color: #000;
  padding: 13.3333333333vw 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-access {
    padding: 5.859375vw 4.296875vw 7.8125vw 4.296875vw;
  }
}
.p-access .c-ttl span {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-access__box {
    margin-top: 5.859375vw;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.p-access__img {
  display: block;
  width: 100%;
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-access__img {
    margin-top: 0;
    width: 48.125vw;
  }
}
.p-access__contents {
  margin-top: 5.3333333333vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-access__contents {
    margin-top: 0;
  }
}
.p-access__contents a {
  border: solid 1px;
  border-radius: 100vh;
  font-size: 3.2vw;
  margin-left: 4vw;
  padding: 0.5333333333vw 2.6666666667vw;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-access__contents a {
    font-size: 1.484375vw;
    margin-left: 1.5625vw;
    padding: 0.15625vw 0.625vw;
  }
}
.p-access__contents dt {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-access__contents dt {
    font-size: 1.875vw;
  }
}
.p-access__contents dd {
  margin-top: 2.6666666667vw;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .p-access__contents dd {
    font-size: 1.71875vw;
    margin-top: 3.90625vw;
  }
}

.p-faq {
  padding: 13.3333333333vw 5.3333333333vw;
  background-color: #160f63;
}
@media screen and (min-width: 768px) {
  .p-faq {
    padding: 5.46875vw 25.78125vw 7.8125vw 25.78125vw;
  }
}
.p-faq .c-ttl span {
  margin-left: auto;
  margin-right: auto;
}
.p-faq__list {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-faq__list {
    margin-top: 3.59375vw;
  }
}
.p-faq__list dl {
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .p-faq__list dl {
    font-size: 1.40625vw;
  }
}
.p-faq__list dl + dl {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-faq__list dl + dl {
    margin-top: 1.5625vw;
  }
}
.p-faq__list dl dt {
  display: flex;
  align-items: center;
}
.p-faq__list dl dt::before {
  content: "";
  display: block;
  width: 4.8vw;
  height: 6.4vw;
  background-image: url("../images/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  filter: invert(1);
  margin-right: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-faq__list dl dt::before {
    width: 2.34375vw;
    height: 2.890625vw;
    margin-right: 0.9375vw;
  }
}
.p-faq__list dl dt::after {
  content: "";
  display: block;
  width: 3.2vw;
  height: 1.6vw;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-left: 0.5333333333vw;
  margin-bottom: 0.5333333333vw;
}
@media screen and (min-width: 768px) {
  .p-faq__list dl dt::after {
    width: 1.5625vw;
    height: 0.78125vw;
    margin-left: 0.625vw;
    margin-bottom: 0.15625vw;
  }
}
.p-faq__list dl dt.is-active::after {
  transform: rotate(180deg);
}
.p-faq__list dl dd {
  margin-top: 1.3333333333vw;
  display: none;
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-faq__list dl dd {
    margin-top: 0.78125vw;
    padding-bottom: 1.5625vw;
  }
}
.p-faq .c-btn {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-faq .c-btn {
    margin-top: 3.90625vw;
  }
}

.p-sponsor {
  background-color: #fff;
  padding: 13.3333333333vw 5.3333333333vw;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-sponsor {
    padding: 5.46875vw 14.84375vw 15.625vw 14.84375vw;
  }
}
.p-sponsor__ttl {
  display: flex;
  justify-content: center;
}
.p-sponsor__ttl span {
  font-size: 5.0666666667vw;
  font-weight: normal;
  letter-spacing: 0.1em;
  border-bottom: solid 1px;
}
@media screen and (min-width: 768px) {
  .p-sponsor__ttl span {
    font-size: 2.34375vw;
  }
}
.p-sponsor__list {
  margin-top: 10.6666666667vw;
  display: flex;
  justify-content: center;
  gap: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-sponsor__list {
    margin-top: 7.8125vw;
    gap: 3.125vw;
  }
}
.p-sponsor__list li {
  width: 25%;
}
.p-sponsor__list li img {
  display: block;
  width: 100%;
}

.p-topbtn {
  display: block;
  position: fixed;
  bottom: 2.6666666667vw;
  right: 2.6666666667vw;
  width: 10.6666666667vw;
  transform: translateY(calc(100% + 2.6666666667vw));
  transition: transform 0.5s;
}
@media screen and (min-width: 768px) {
  .p-topbtn {
    bottom: 1.5625vw;
    right: 3.90625vw;
    width: 4.53125vw;
    transform: translateY(calc(100% + 1.5625vw));
  }
}
.p-topbtn.is-active {
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .p-topbtn.is-active {
    transform: translateY(0);
  }
}
.p-topbtn img {
  width: 100%;
}

.p-page {
  padding: 13.3333333333vw 5.3333333333vw;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .p-page {
    padding: 7.8125vw 11.71875vw;
    font-size: 1.40625vw;
  }
}
.p-page h1 {
  text-align: center;
  font-size: 7.4666666667vw;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-page h1 {
    font-size: 3.125vw;
    margin-bottom: 4.6875vw;
  }
}
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center;
}

.modal-button {
    color: #ffffff;
    background-color: #000000;
    border-style: ridge;
    border-width: 1px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
    margin-bottom: 1px;
    padding: 2px 2px;
    max-width: 4em;
    text-decoration: none;
}

.modal-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*下に動く*/

}

/*ラベルホバー時*/
.modal-button:hover {
  color: #FFFFFF;
  background-color: #4f96f6;
  transition: .6s;
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 95%;
  max-width: 960px;
  padding: 0px 0px 0px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left
}

.modal_title {
  font-size: 1em;
  position: relative;
  overflow: hidden;
  padding: 5px;
  color: #000000;
  font-weight: bold;
}

.modal_title::before,
.modal_title::after{
	content: "";
	position: absolute;
	bottom: 0;
}

/* h2 プライマリカラー*/
.modal_title:before{
	border-bottom: 4px solid #6bb6ff;
	width: 100%;
}
/* h2 セカンダリカラー*/
.modal_title:after{
	border-bottom: 4px solid #c8e4ff;
	width: 100%;
}

.modal-content p {
  margin: 10px 0 0 0;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  color: #95979c !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}
.fa-times-circle:before {
    font-family: "Font Awesome 5 Free";
    content: "\f057";
    font-weight: 400;
    font-style: normal;
}


/*# sourceMappingURL=styles.css.map */