@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500&display=swap");
@media all and (min-width: 768px) {
  .-sp {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .-pc {
    display: none;
  }
}
#contents {
  width: 100%;
}

#contents-body .section.breadcrumb {
  display: none;
}

#contents-body {
  padding: 0;
}
#contents-body .section h3.title {
  display: none;
}
#contents-body .section {
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  #contents-body .section {
    margin-left: 0;
    margin-right: 0;
  }
}

.global-footer {
  margin-top: 0;
}

div[data-component=footer-nav] {
  display: none;
}

@media all and (max-width: 767px) {
  .m-commonHeader .m-commonHeader-nav .m-commonHeader-nav-menu {
    overflow: hidden;
    text-indent: -9999px;
  }
}

:root {
  --ff-en:"Barlow", sans-serif;
  --cc-red:#a71900;
  --cc-gray:#8f99a2;
}

#event {
  position: relative;
  overflow: hidden;
  background: #000;
  color: #fff;
  font-family: "Zen Kaku Gothic New", serif;
  position: relative;
  font-weight: 500;
  font-size: 16px;
}
@media all and (max-width: 767px) {
  #event {
    font-size: 14px;
  }
}
#event .fixBtnBlock {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
#event .fixBtnBlock .fixBtn {
  margin: 0 auto;
  background: var(--cc-red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  width: 100%;
  height: 90px;
  font-size: 25px;
}
@media all and (min-width: 768px) {
  #event .fixBtnBlock .fixBtn {
    transition: color 0.2s;
  }
  #event .fixBtnBlock .fixBtn:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
  }
}
@media all and (max-width: 767px) {
  #event .fixBtnBlock .fixBtn {
    height: 60px;
    font-size: 20px;
  }
}
#event li {
  list-style: none;
}
#event a:hover {
  color: #000;
}
#event .l-in {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 768px) {
  #event .l-in {
    max-width: 1000px;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  #event .l-in {
    max-width: 83.3333333333vw;
  }
}
@media all and (max-width: 767px) {
  #event .l-in {
    max-width: 88.2666666667vw;
  }
}
#event .kvSec {
  line-height: 0;
}
#event .kvSec img {
  width: 100%;
}
#event .conceptSec {
  padding: 120px 30px;
}
@media all and (max-width: 767px) {
  #event .conceptSec {
    padding: 60px 25px;
  }
}
#event .conceptSec__cnt {
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
#event .conceptSec .enTtl {
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  font-family: var(--ff-en);
  font-size: 60px;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  #event .conceptSec .enTtl {
    font-size: 40px;
  }
}
#event .conceptSec .ttl {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 1em;
}
@media all and (max-width: 767px) {
  #event .conceptSec .ttl {
    font-size: 22px;
  }
}
#event .conceptSec .txt {
  line-height: 2;
}
@media all and (max-width: 767px) {
  #event .conceptSec .txt br {
    display: none;
  }
}
#event .cntBg {
  background: #fff;
}
#event .cntBg__in {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 150px 30px 150px;
  gap: 130px;
}
@media all and (max-width: 767px) {
  #event .cntBg__in {
    padding: 60px 25px 25px;
    gap: 10px;
  }
}
#event .imgBgBlock {
  clip-path: inset(0 0 0 0);
  will-change: clip-path;
}
#event .imgBgBlock__img {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#event .imgBgBlock__img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#event .imgBgBlock__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 767px) {
  #event .imgBgBlock__img img {
    -o-object-position: top left;
       object-position: top left;
    height: 150%;
  }
}
#event .subTtl {
  font-weight: 700;
  font-size: 22px;
  position: relative;
  top: -35px;
}
@media all and (max-width: 767px) {
  #event .subTtl {
    font-size: 18px;
    top: -20px;
  }
}
#event .sec {
  position: relative;
  background: #fff;
  color: #000;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 50px;
}
@media all and (max-width: 767px) {
  #event .sec {
    padding: 50px 20px;
  }
}
#event .sec__cnt.-clm {
  display: flex;
}
@media all and (min-width: 768px) {
  #event .sec__cnt.-clm {
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media all and (max-width: 767px) {
  #event .sec__cnt.-clm {
    flex-direction: column;
    gap: 35px;
  }
}
@media all and (min-width: 768px) {
  #event .sec__cnt.-clm .txtarea {
    width: 45%;
  }
}
#event .sec__cnt .txtarea {
  line-height: 2;
}
#event .sec__cnt .txtarea.-clm {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
#event .sec__cnt .imgBlock {
  line-height: 0;
  position: relative;
}
#event .sec__cnt .imgBlock img {
  width: 100%;
}
#event .sec__cnt .imgBlock .-img1 {
  width: 80%;
}
#event .sec__cnt .imgBlock .-img2 {
  position: absolute;
  right: -20%;
  bottom: -50%;
  width: 60%;
  z-index: 1;
}
@media all and (max-width: 767px) {
  #event .sec__cnt .imgBlock .-img2 {
    right: -12%;
    bottom: -45%;
  }
}
@media all and (min-width: 768px) {
  #event .sec__cnt .imgBlock {
    width: 50%;
  }
}
#event .sec__cnt .imgBlock .slick-dots {
  bottom: 20px;
}
#event .sec__cnt .imgBlock .slick-dots li {
  width: auto;
  height: auto;
}
#event .sec__cnt .imgBlock .slick-dots li button {
  border-radius: 50%;
  padding: 0;
  width: 7px;
  height: 7px;
  background: var(--cc-gray);
}
#event .sec__cnt .imgBlock .slick-dots li button:before {
  display: none;
}
#event .sec__cnt .imgBlock .slick-dots li.slick-active button {
  background: #000;
}
#event .sec .enTtl {
  position: absolute;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  font-family: var(--ff-en);
  font-size: 60px;
  top: 0;
  left: 50px;
  transform: translateY(-50%);
}
@media all and (max-width: 767px) {
  #event .sec .enTtl {
    left: 20px;
    font-size: 40px;
  }
}
#event .sec .bold {
  font-weight: 700;
  margin-bottom: 0.5em;
  font-size: 18px;
}
#event .programSec {
  background: transparent;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
#event .programSec .enTtl {
  left: 0;
  transform: translateY(0);
}
@media all and (max-width: 767px) {
  #event .programSec .enTtl {
    left: 0;
  }
}
#event .programSec .sec__cnt {
  display: flex;
  padding: 25px 0;
}
@media all and (min-width: 768px) {
  #event .programSec .sec__cnt {
    justify-content: space-between;
  }
}
@media all and (max-width: 767px) {
  #event .programSec .sec__cnt {
    flex-direction: column;
    padding: 0;
    gap: 60px;
    margin-top: 20px;
  }
}
#event .programSec .txtBlock {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media all and (min-width: 768px) {
  #event .programSec .txtBlock {
    width: 61%;
  }
}
#event .programSec .txtBlock .txt {
  line-height: 2;
}
#event .programSec .txtBlock .special {
  position: relative;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
}
@media all and (max-width: 767px) {
  #event .programSec .txtBlock .special {
    padding: 15px;
  }
}
#event .programSec .txtBlock .special__ttl {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 1em;
}
@media all and (max-width: 767px) {
  #event .programSec .txtBlock .special__ttl {
    font-size: 20px;
  }
}
#event .programSec .txtBlock .special__list {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  line-height: 1.8;
  font-size: 19px;
}
#event .programSec .txtBlock .special__list .sml {
  font-size: 0.8em;
}
@media all and (max-width: 767px) {
  #event .programSec .txtBlock .special__list {
    font-size: 17px;
  }
}
#event .programSec .txtBlock .special__list .subList {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  padding-left: 1em;
  font-size: 0.9em;
  line-height: normal;
  margin-top: 0.3em;
}
#event .programSec .txtBlock .special .note {
  margin-top: 2em;
}
#event .programSec .txtBlock .special .eventImg {
  position: absolute;
  right: 20px;
  width: 35%;
  top: 80px;
}
@media (max-width: 990px) {
  #event .programSec .txtBlock .special .eventImg {
    position: relative;
    right: 0;
    top: 0;
    width: 70%;
    margin: 35px auto 20px;
  }
}
#event .programSec .txtBlock .special .eventImg img {
  width: 100%;
}
#event .programSec .txtBlock .special .eventImg figcaption {
  text-align: right;
  font-size: 11px;
}
#event .programSec .txtBlock .note {
  font-size: 14px;
  margin-top: -15px;
}
#event .programSec .txtBlock .note a {
  text-decoration: underline;
  color: inherit;
}
#event .programSec .txtBlock .btn a {
  display: inline-block;
  background: var(--cc-red);
  text-decoration: none;
  padding: 15px 25px;
  color: #fff;
  font-weight: bold;
}
@media all and (min-width: 768px) {
  #event .programSec .txtBlock .btn a {
    transition: color 0.2s;
  }
  #event .programSec .txtBlock .btn a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
  }
}
@media all and (max-width: 767px) {
  #event .programSec .txtBlock .btn a {
    display: block;
    text-align: center;
  }
}
#event .programSec .imgBlock {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media all and (min-width: 768px) {
  #event .programSec .imgBlock {
    width: 35%;
  }
}
@media all and (max-width: 767px) {
  #event .aboutSec {
    padding-bottom: 20px;
  }
}
#event .aboutSec .enTtl {
  position: relative;
  left: 0;
}
@media all and (max-width: 767px) {
  #event .aboutSec .sec__cnt {
    gap: 60px;
  }
}
#event .aboutSec .txtarea {
  display: flex;
  flex-direction: column;
  gap: 1.3em;
  line-height: 2;
  font-size: 19px;
}
@media all and (max-width: 767px) {
  #event .aboutSec .txtarea {
    font-size: 17px;
  }
}
#event .aboutSec .txtarea dl {
  display: flex;
  flex-direction: column;
}
#event .aboutSec .txtarea dl dt {
  font-weight: bold;
  white-space: nowrap;
}
#event .aboutSec .txtarea dl dd a {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
#event .aboutSec .txtarea dl dd .-sml {
  display: inline-block;
  font-size: 0.7em;
  line-height: 1.5;
  margin-top: 0.5em;
}
#event .aboutSec .txtarea dl dd .-red {
  color: red;
}
@media all and (min-width: 768px) {
  #event .aboutSec__btn {
    display: flex;
    justify-content: center;
    margin-top: 70px;
  }
}
@media all and (max-width: 767px) {
  #event .aboutSec__btn {
    margin-top: 20px;
  }
}
#event .aboutSec__btn a {
  display: inline-block;
  background: var(--cc-red);
  text-decoration: none;
  padding: 15px 25px;
  color: #fff;
  font-weight: bold;
}
@media all and (min-width: 768px) {
  #event .aboutSec__btn a {
    transition: color 0.2s;
  }
  #event .aboutSec__btn a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
  }
}
@media all and (max-width: 767px) {
  #event .aboutSec__btn a {
    text-align: center;
    display: block;
  }
}
#event .venueSec {
  position: relative;
  background: #e6ecf1;
  padding: 30px;
}
@media all and (min-width: 768px) {
  #event .venueSec {
    width: 50%;
    margin-top: 15px;
  }
}
@media all and (max-width: 767px) {
  #event .venueSec {
    padding: 20px;
  }
}
#event .venueSec__head {
  margin-top: -52px;
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  #event .venueSec__head {
    margin-top: -37px;
    margin-bottom: 30px;
  }
}
#event .venueSec__head .entxt {
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  font-family: var(--ff-en);
  font-size: 40px;
}
@media all and (max-width: 767px) {
  #event .venueSec__head .entxt {
    font-size: 30px;
  }
}
#event .venueSec a {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
#event .venueSec .geBlock .blockTtl {
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  font-family: var(--ff-en);
  font-size: 40px;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  #event .venueSec .geBlock .blockTtl {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
#event .venueSec .geBlock .btn {
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  #event .venueSec .geBlock .btn {
    margin-top: 10px;
  }
}
#event .venueSec .info {
  display: flex;
  flex-direction: column;
  line-height: 1.8;
  gap: 2em;
  margin-top: 35px;
  font-size: 0.85em;
}
@media all and (max-width: 767px) {
  #event .venueSec .info {
    margin-top: 40px;
  }
}
#event .venueSec .accessBlock {
  margin-top: 55px;
}
@media all and (max-width: 767px) {
  #event .venueSec .accessBlock {
    margin-top: 40px;
  }
}
#event .venueSec .accessBlock__ttl {
  line-height: 1;
  font-style: italic;
  font-family: var(--ff-en);
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 20px;
}
@media all and (max-width: 767px) {
  #event .venueSec .accessBlock__ttl {
    margin-bottom: 20px;
  }
}
#event .venueSec .accessBlock__cnt {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 45px;
}
@media all and (max-width: 767px) {
  #event .venueSec .accessBlock__cnt {
    gap: 10px;
  }
}
#event .venueSec .accessBlock__cnt dl dt {
  margin-left: -0.5em;
  line-height: 1;
  font-size: 0.9em;
}
#event .venueSec .accessBlock__cnt dl dd {
  font-weight: normal;
  margin-top: 0.5em;
  line-height: 1.8;
  font-size: 0.85em;
}
#event .reqSec {
  background: #e6ecf1;
  padding: 120px 50px;
}
@media all and (max-width: 767px) {
  #event .reqSec {
    padding: 50px 25px;
  }
}
#event .reqSec__cnt {
  background: #fff;
  position: relative;
  color: #000;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 50px;
}
@media all and (max-width: 767px) {
  #event .reqSec__cnt {
    padding: 20px;
  }
}
#event .reqSec__ttl {
  font-size: 20px;
  margin-bottom: 2em;
}
@media all and (max-width: 767px) {
  #event .reqSec__ttl {
    font-size: 18px;
  }
}
#event .reqSec__txt {
  display: flex;
  flex-direction: column;
  gap: 3em;
  line-height: 2;
}
#event .reqSec__txt a {
  text-decoration: underline;
}
#event .reqSec__txt img {
  width: 100%;
  max-width: 800px;
  padding-top: 0.5em;
}
#event .reqSec__txt dt {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#event .reqSec__txt dd {
  padding-left: 1em;
}
#event .mot-up {
  opacity: 0;
  transform: translateY(50px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.3ms;
}
#event .mot-up.-step1 {
  transition-delay: 100ms;
}
#event .mot-up.-step2 {
  transition-delay: 200ms;
}
#event .mot-up.-step3 {
  transition-delay: 500ms;
}
#event .mot-up.-step4 {
  transition-delay: 800ms;
}
#event .js-iv.-viewed {
  opacity: 1;
  transform: translateY(0);
}
#event .js-iv.-viewed .mot-up {
  opacity: 1;
  transform: translateY(0);
}
#event .yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#event .yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.is-btnFix .fixBtnBlock {
  position: absolute !important;
}/*# sourceMappingURL=style.css.map */