@charset "UTF-8";
body {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

body,
html {
  scroll-padding-top: 60px;
}

p:not(.contact) {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

figure {
  margin: 0;
}

img {
  width: 100%;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

.title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .title {
    font-size: 7vw;
  }
}
.title--white {
  color: #fff;
}

.coming-soon {
  font-weight: 600;
  font-size: 22px;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .coming-soon {
    font-size: 4.8vw;
  }
}
.l-pagetop {
  position: relative;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.header__inner {
  height: 70px;
  max-width: 1100px;
  margin: 0 auto;
  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;
}

.logo {
  width: 80px;
}

@media screen and (max-width: 768px) {
  .logo {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
.hamburger-menu {
  width: 50px;
  height: 50px;
  position: relative;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .hamburger-menu {
    left: 0;
  }
}
.hamburger-menu__bar {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #242424;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hamburger-menu__bar:first-child {
  top: 16px;
}

.hamburger-menu__bar:nth-child(2) {
  top: 24px;
}

.hamburger-menu__bar:last-child {
  top: 32px;
}

.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}

.hamburger-menu--open .hamburger-menu__bar:first-child {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.hamburger-menu--open .hamburger-menu__bar:last-child {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}

.bg-cover {
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.bg-cover--open {
  position: fixed;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 1;
}

.navigation {
  opacity: 0;
  display: none;
  background: #fff;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 130px;
  z-index: 100;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 768px) {
  .navigation {
    height: auto;
    border-top: 1px solid #dedede;
  }
}
.navigation--open {
  opacity: 1;
  display: block;
}

.navigation__list {
  max-width: 900px;
  height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .navigation__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.navigation__list-item {
  width: 33.3333333333%;
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  border-left: 1px solid #dedede;
}

@media screen and (max-width: 768px) {
  .navigation__list-item {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 14px;
    text-align: left;
    font-size: 3.8vw;
    border-left: none;
    border-bottom: 1px solid #dedede;
  }
}
.navigation__list-item a {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .navigation__list-item:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 1px solid #7e7e7e;
    border-right: 1px solid #7e7e7e;
    -webkit-transform: translateY(-1px) rotate(45deg);
    transform: translateY(-1px) rotate(45deg);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.navigation__list-item:last-child {
  border-right: 1px solid #dedede;
}

@media screen and (max-width: 768px) {
  .navigation__list-item:last-child {
    border: none;
  }
}
.navigation__link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 24px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    background: #333;
  }
}
.kv {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .kv {
    margin-top: 0;
  }
}
.kv__img {
  max-width: 1360px;
  margin: 0 auto;
}

.kv__message {
  padding: 80px 0;
  text-align: center;
  background-color: #f6f6f6;
}

@media screen and (max-width: 768px) {
  .kv__message {
    padding: 8vw 1rem;
  }
}
.kv__message h1 {
  margin-bottom: 40px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 180%;
  letter-spacing: 0.04em;
  color: #231815;
}

@media screen and (max-width: 768px) {
  .kv__message h1 {
    margin-bottom: 6.4vw;
    font-size: 6.6vw;
  }
}
.kv__message p {
  font-weight: 500;
  font-size: 18px;
  line-height: 210%;
  letter-spacing: 0.04em;
  color: #231815;
}

@media screen and (max-width: 768px) {
  .kv__message p {
    margin: 0 auto;
    font-size: 3.8vw;
    text-align: left;
  }
}
.kv__img {
  position: relative;
  aspect-ratio: 1360/580;
}

@media screen and (max-width: 768px) {
  .kv__img {
    aspect-ratio: 375/470;
  }
}
.kv__item {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  z-index: 1;
  transition: 1s opacity ease-in-out;
}
.kv__item.is-active {
  opacity: 1;
  z-index: 2;
}

.venue {
  position: relative;
  z-index: -1;
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  .venue {
    margin: 0 1rem;
  }
}
.venue-list {
  padding: 240px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.5rem 1%;
  background: url(../img/bg-venue.png) center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .venue-list {
    padding: 20vw 0;
  }
}
.venue-list li {
  width: 24%;
}

@media screen and (max-width: 768px) {
  .venue-list li {
    width: calc(50% - 8px);
  }
}
.venue-list li a {
  color: #fff;
  position: relative;
  display: block;
  padding: 12px 20px;
  background: #231815;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .venue-list li a {
    font-size: 3.8vw;
  }
}
.venue-list li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8%;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-1px) rotate(135deg);
  transform: translateY(-1px) rotate(135deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.venue-info {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .venue-info {
    font-size: 3.8vw;
  }
}
.venue-info h3 {
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #231815;
}

@media screen and (max-width: 768px) {
  .venue-info h3 {
    font-size: 4.8vw;
  }
}
.venue-info-list {
  margin-bottom: 72px;
}

@media screen and (max-width: 768px) {
  .venue-info-list {
    margin-bottom: 8vw;
  }
}
.venue-info-list .title {
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .venue-info-list .title {
    margin-bottom: 3.2vw;
  }
}
.venue-info-list li {
  padding: 32px 0;
  border-top: solid 1px #d4d4d4;
}

@media screen and (max-width: 768px) {
  .venue-info-list li {
    padding: 6.4vw 0;
  }
}
.venue-info__date,
.venue-info__place {
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.venue-info__date dd,
.venue-info__place dd {
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.04em;
  color: #231815;
}

@media screen and (max-width: 768px) {
  .venue-info__date dd,
  .venue-info__place dd {
    font-size: 3.8vw;
  }
}
.venue-info__date dt,
.venue-info__place dt {
  min-width: 82px;
  max-height: 27px;
  margin-right: 1rem;
  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;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .venue-info__date dt,
  .venue-info__place dt {
    min-width: 21vw;
    max-height: 5vw;
    font-size: 3.2vw;
    padding: 4px 0;
  }
}
.venue-info__date dt {
  background-color: #d6001c;
  letter-spacing: 0.04em;
}

.venue-info__place dt {
  background-color: #231815;
  letter-spacing: 1em;
  text-indent: 1em;
}

@media screen and (max-width: 768px) {
  .venue-info__place dt {
    letter-spacing: 4vw;
    text-indent: 4vw;
  }
}
.experience {
  background-color: #231815;
  padding: 5rem 0;
}

@media screen and (max-width: 768px) {
  .experience {
    padding: 8vw 1rem;
  }
}
.experience-items {
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .experience-items {
    padding-top: 4vw;
  }
}
.experience-items li {
  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: 768px) {
  .experience-items li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.experience-items__img,
.experience-items__text {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .experience-items__img,
  .experience-items__text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .experience-items__text {
    margin-top: -5.2vw;
    z-index: 0;
  }
}
.experience-items__text--reverse {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (max-width: 768px) {
  .experience-items__text--reverse {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.experience-items__img--reverse {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (max-width: 768px) {
  .experience-items__img--reverse {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.balloon {
  width: 100%;
  margin: 40px auto;
  position: relative;
  display: inline-block;
  padding: 40px 24px;
  font-size: 16px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .balloon {
    margin: 6.4vw auto;
  }
}
.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}

.balloon__head {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #231815;
}

@media screen and (max-width: 768px) {
  .balloon__head {
    font-size: 5vw;
  }
}
.balloon__txt {
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #231815;
}

@media screen and (max-width: 768px) {
  .balloon__txt {
    font-size: 3.8vw;
    text-align: left;
  }
}
.balloon__txt span {
  font-size: 120%;
  font-weight: 700;
  color: #d6001c;
}

.location {
  padding: 5rem 0;
}

@media screen and (max-width: 768px) {
  .location {
    padding: 8vw 1rem;
    background-color: #f6f6f6;
  }
}
.location-info {
  padding-top: 40px;
  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: 768px) {
  .location-info {
    padding-top: 6.4vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.location-info li {
  width: calc(33.3333333333% - 1rem);
}

@media screen and (max-width: 768px) {
  .location-info li {
    width: 100%;
  }
}
.location-info h3 {
  padding: 12px 16px 12px 24px;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-align: center;
  background: #231815;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .location-info h3 {
    padding: 8px 16px;
    font-size: 4.8vw;
  }
}
.location-info__content {
  padding: 1rem;
  background-color: #f6f6f6;
}

@media screen and (max-width: 768px) {
  .location-info__content {
    background-color: #fff;
  }
}
.location-info__access,
.location-info__address,
.location-info__place,
.location-info__time {
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.04em;
  color: #231815;
}

@media screen and (max-width: 768px) {
  .location-info__access,
  .location-info__address,
  .location-info__place,
  .location-info__time {
    font-size: 3.8vw;
  }
}
.location-info__address,
.location-info__place,
.location-info__time {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.location-info__date {
  margin-bottom: 19px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #231815;
}

@media screen and (max-width: 768px) {
  .location-info__date {
    font-size: 4.4vw;
  }
}
.location-info__access dt,
.location-info__address dt,
.location-info__place dt,
.location-info__time dt {
  font-weight: bold;
}

.message {
  padding: 9vw 0;
  background: url(../img/bg-message.jpg) center/100% auto no-repeat;
}

@media screen and (max-width: 768px) {
  .message {
    padding: 16vw 0;
    background: url(../img/bg-message-sp.jpg) center/100% auto no-repeat;
  }
}
.message p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 150%;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .message p {
    font-size: 7vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .header__inner,
  .container {
    padding: 0 20px;
  }
  body {
    padding-top: 70px;
  }
  #top {
    margin-top: -70px;
    padding-top: 70px;
  }
  .kv {
    margin-top: 0;
  }
}/*# sourceMappingURL=style.css.map */