.wrapper {
  background: #F2F0ED;
}

section {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
}

.main-img {
  position: relative;
  /*
  .splide {
      position: fixed;
      top: 0;
      width: 100%;

      .splide__slide {
          position: relative;
          width: 100%;
          height: 100vh;

          &.splide__slide01 {
              background: url('https://picsum.photos/800/600') no-repeat center center;
              background-size: cover;
              background-attachment: fixed;

          }

          &.splide__slide02 {
              background: url('https://picsum.photos/800/600') no-repeat center center;
              background-size: cover;
              background-attachment: fixed;

          }

          &.splide__slide03 {
              background: url('https://picsum.photos/800/600') no-repeat center center;
              background-size: cover;
              background-attachment: fixed;
          }
      }

      .splide__pagination {
          left: auto;
          right: 0;
      }

      .splide__arrow {
          display: none;
      }
  }
  */
}
.main-img .area-text {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.main-img .area-text .title01 {
  white-space: nowrap;
  margin: 0 auto 24px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.25;
  box-shadow: 0px 0px 4px 0px #000000;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2509803922);
}
.main-img .area-text .title01 span {
  display: block;
  margin: 16px 0 0;
  padding: 7px 0;
  text-align: center;
  font-size: 18px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.main-img .area-text .date {
  white-space: nowrap;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.main-img .area-text .date em {
  font-style: normal;
  font-size: 28px;
}
.main-img .vertical {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
}
.main-img .vertical .img {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .main-img .area-text {
    top: 100px;
  }
  .main-img .area-text .title01 {
    font-size: 80px;
    line-height: 1.2;
  }
  .main-img .area-text .title01 span {
    font-size: 24px;
  }
  .main-img .area-text .date {
    font-size: 32px;
  }
  .main-img .area-text .date em {
    font-size: 48px;
  }
  .main-img .vertical {
    position: absolute;
    left: 50%;
    bottom: 100px;
  }
  .main-img .vertical .img {
    width: 130px;
  }
}

.intro {
  padding: 0 0 144px;
  background: #1a1a1a;
  background: linear-gradient(180deg, rgba(27, 27, 27, 0) 0%, #1B1B1B 5.23%);
}
.intro .inner {
  padding: 0;
}
.intro .inner .area-text {
  padding: 200px 0 0;
}
.intro .inner .area-text .title01 {
  color: #fff;
}
.intro .inner .area-text .title02 {
  margin: 0 0 48px;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
.intro .inner .area-text .title02 span {
  display: block;
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.intro .inner .area-text .title03 {
  margin: 0 0 48px;
  color: #fff;
  font-size: 24px;
}
.intro .inner .area-text .text {
  margin: 0;
  font-size: 16px;
  line-height: 2.25;
  color: #fff;
}
.intro .inner .area-text .text + .text {
  margin: 36px 0 0;
}
@media screen and (min-width: 768px) {
  .intro {
    position: relative;
    padding: 0 0 144px;
    background: linear-gradient(180deg, rgba(27, 27, 27, 0) 0%, #1B1B1B 10.23%);
    z-index: 2;
  }
  .intro .inner {
    padding: 0;
  }
  .intro .inner .area-text {
    padding: 164px 0 0;
  }
  .intro .inner .area-text .title02 {
    margin: 0 0 48px;
    font-size: 36px;
  }
  .intro .inner .area-text .title02 span {
    font-size: 24px;
  }
  .intro .inner .area-text .title03 {
    font-size: 28px;
  }
  .intro .inner .area-text .text {
    font-size: 18px;
    line-height: 2;
  }
  .intro .inner .area-text .text + .text {
    margin: 36px 0 0;
  }
}

.event {
  margin: 0 0 72px;
  padding: 120px 0 96px;
  background: url(../img/top/bg-event01_sp.png) no-repeat 0 0;
  background-size: cover;
}
.event .title01 {
  color: #fff;
}
.event .list {
  margin: 0 0 54px;
}
.event .list .item {
  position: relative;
}
.event .list .item + .item {
  margin: 64px 0 0;
}
.event .list .item .area-img {
  position: relative;
  margin: 0 0 32px;
}
.event .list .item .area-img .img {
  position: relative;
  z-index: 2;
}
.event .list .item .area-img .img + .img {
  margin: 24px 0 0;
}
.event .list .item .area-img .delta {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 -15px;
}
.event .list .item .block-text .area-text {
  padding: 32px 16px;
  background: #fff;
}
.event .list .item .block-text .area-text + .area-text {
  margin: 16px 0 0;
  background: none;
  color: #fff;
  border: solid 1px #fff;
}
.event .list .item .block-text .area-text .title02 {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 700;
}
.event .list .item .block-text .area-text .text {
  margin: 0;
  font-size: 16px;
  line-height: 2;
}
.event .list .item .block-text .area-text .features {
  counter-reset: num;
  margin: 32px 0 0;
}
.event .list .item .block-text .area-text .features .features-list .features-item {
  text-indent: -0.9em;
  padding: 0 0 0 0.8em;
  line-height: 2;
}
.event .list .item .block-text .area-text .features .features-list .features-item:before {
  counter-increment: num;
  content: counter(num) ".";
}
.event .list .item .block-text .area-text .schedule {
  margin: 16px 0 0;
}
.event .list .item .block-text .area-text .schedule .schedule-list .schedule-item span {
  display: inline-block;
  width: 120px;
}
@media screen and (min-width: 768px) {
  .event {
    margin: 0 0 96px;
    padding: 96px 0;
    background: url(../img/top/bg-event01_pc.png) no-repeat 0 0;
    background-size: cover;
  }
  .event .list {
    margin: 0 0 64px;
    /*
    display: flex;
    justify-content: center;
    gap: 24px;
    */
  }
  .event .list .item {
    position: relative;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .event .list .item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    padding: 45% 0 0;
    background: url(../img/top/bg-event02.png) no-repeat 0 0;
    background-size: cover;
  }
  .event .list .item + .item {
    margin: 0 calc(50% - 50vw);
    padding: 66px 0 0;
  }
  .event .list .item.reverse:before {
    bottom: auto;
    left: auto;
    top: 0;
    right: 0;
    background: url(../img/top/bg-event03.png) no-repeat 0 0;
    background-size: cover;
  }
  .event .list .item.reverse .item-inner {
    flex-direction: row-reverse;
    align-items: start;
  }
  .event .list .item .item-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 64px;
    max-width: 1040px;
    margin: 0 auto;
  }
  .event .list .item .item-inner .area-img .delta {
    display: none;
  }
  .event .list .item .item-inner .img {
    max-width: 424px;
  }
  .event .list .item .item-inner .block-text {
    width: calc(100% - 467px);
  }
  .event .list .item .item-inner .block-text .area-text {
    padding: 32px 24px;
  }
  .event .list .item .item-inner .block-text .area-text + .area-text {
    margin: 16px 0 0;
  }
  .event .list .item .item-inner .block-text .area-text .text {
    margin: 0;
    font-size: 16px;
    line-height: 2;
  }
  .event .list .item .item-inner .block-text .area-text .features {
    counter-reset: num;
    margin: 32px 0 0;
  }
  .event .list .item .item-inner .block-text .area-text .features .features-list .features-item {
    text-indent: -0.9em;
    padding: 0 0 0 0.8em;
    line-height: 2;
  }
  .event .list .item .item-inner .block-text .area-text .features .features-list .features-item:before {
    counter-increment: num;
    content: counter(num) ".";
  }
}

.overview {
  margin: 0 0 104px;
  background: #F2F0ED;
}
.overview .info table {
  table-layout: fixed;
  border-collapse: collapse;
  border-bottom: solid 1px #ccc;
  margin: 0 0 96px;
}
.overview .info table tbody tr {
  border-top: solid 1px #ccc;
}
.overview .info table tbody tr th {
  width: 122px;
  padding: 0 0 0 12px;
  text-align: left;
  font-weight: 500;
}
.overview .info table tbody tr td {
  width: calc(100% - 122px);
  padding: 24px 0;
  font-size: 16px;
}
.overview .info table tbody tr td .list {
  counter-reset: num;
}
.overview .info table tbody tr td .list.mt {
  margin: 24px 0 0;
}
.overview .info table tbody tr td .list .item {
  display: block;
  text-indent: -0.9em;
  padding: 0 0 0 0.8em;
}
.overview .info table tbody tr td .list .item:before {
  counter-increment: num;
  content: counter(num) ".";
}
.overview .overview-list .item.item02 .content .img::before {
  padding-top: 42.937062937%;
}
.overview .overview-list .item .content {
  position: relative;
}
.overview .overview-list .item .content .img {
  margin: 0;
  position: relative;
}
.overview .overview-list .item .content .img::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 66.89944134%;
  background: linear-gradient(180deg, rgba(27, 27, 27, 0) 0%, #1B1B1B 61.54%);
}
.overview .overview-list .item .content .img img {
  aspect-ratio: 9/16;
  -o-object-fit: cover;
     object-fit: cover;
}
.overview .overview-list .item .content .area-text {
  position: absolute;
  bottom: 20px;
  padding: 0 20px;
}
.overview .overview-list .item .content .area-text .title02 {
  margin: 0 0 16px;
  color: #fff;
}
.overview .overview-list .item .content .area-text .text {
  color: #fff;
}
.overview .area-ticket {
  padding: 96px 15px;
  background: linear-gradient(180deg, #55A3D0 0%, #255D8F 100%);
}
.overview .detail {
  padding: 96px 0 0;
}
.overview .detail .area-img-list {
  margin: 0 0 64px;
  padding: 0 0 64px;
  background: #255D8F;
}
.overview .detail .area-img-list .btn {
  padding: 0 15px;
}
.overview .detail .img-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 40px 15px 16px;
}
.overview .detail .img-list .item {
  width: calc(50% - 6px);
  cursor: pointer;
}
.overview .detail .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.overview .detail .modal.active {
  display: block;
}
.overview .detail .modal .splide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 800px;
}
.overview .detail .modal .splide .splide__slide {
  display: flex;
  align-items: center;
}
.overview .detail .modal .modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
}
.overview .detail .modal .modal-close span {
  position: relative;
}
.overview .detail .modal .modal-close span:before, .overview .detail .modal .modal-close span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 40px;
  background: #fff;
}
.overview .detail .modal .modal-close span:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.overview .detail .modal .modal-close span:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.overview .detail .bunkacho {
  margin: 64px 0 56px;
  padding: 32px 24px;
  background: #fff;
  border-radius: 15px;
}
.overview .detail .bunkacho .img {
  max-width: 320px;
  margin: 0 auto 24px;
}
.overview .detail .bunkacho .text {
  text-align: center;
}
.overview .detail .content + .content {
  margin: 56px 0 0;
}
.overview .detail .content .title02 {
  margin: 0 0 32px;
  font-size: 32px;
  font-weight: 700;
}
.overview .detail .content .title02 span {
  display: block;
  font-size: 20px;
  line-height: 1;
}
.overview .detail .content .list {
  margin: 32px 0 16px;
}
.overview .detail .content .list .item {
  width: 170px;
  margin: 0 auto;
}
.overview .detail .content .list .item + .item {
  margin-top: 32px;
}
.overview .detail .content .list .item.item02 {
  width: 192px;
}
.overview .detail .content .list .item.item03 {
  width: 56px;
}
.overview .detail .content .text.strong {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .overview {
    margin: 0 0 120px;
  }
  .overview .info table {
    max-width: 800px;
    margin: 0 auto 96px;
    table-layout: fixed;
    border-collapse: collapse;
  }
  .overview .info table tbody tr {
    border-top: solid 1px #ccc;
  }
  .overview .info table tbody tr th {
    width: 170px;
    padding: 0 0 0 24px;
  }
  .overview .info table tbody tr td {
    width: calc(100% - 170px);
    padding: 24px 0;
  }
  .overview .overview-list .item + .item {
    margin: 0;
  }
  .overview .overview-list .item .content {
    position: relative;
  }
  .overview .overview-list .item .content .img {
    margin: 0;
  }
  .overview .overview-list .item .content .img::before {
    padding-top: 42.877094972%;
    background: linear-gradient(180deg, rgba(27, 27, 27, 0) 0%, #1B1B1B 100%);
  }
  .overview .overview-list .item .content .img img {
    aspect-ratio: auto;
    -o-object-fit: initial;
       object-fit: initial;
  }
  .overview .overview-list .item .content .area-text {
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%);
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .overview .overview-list .item .content .area-text .title02 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 24px;
  }
  .overview .overview-list .item .content .area-text .text {
    color: #fff;
  }
  .overview .detail .img-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 720px;
    margin: 0 auto 64px;
  }
  .overview .detail .img-list .item {
    width: calc(33% - 20px);
  }
  .overview .detail .img-list .item + .item {
    margin: 0;
  }
  .overview .detail .bunkacho {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 64px;
    margin: 64px auto 56px;
    padding: 34px 0;
  }
  .overview .detail .bunkacho .img {
    width: 300px;
    margin: 0;
  }
  .overview .detail .bunkacho .text {
    text-align: left;
    font-size: 18px;
    line-height: 1.7777777778;
  }
  .overview .detail .content + .content {
    margin: 40px 0 0;
  }
  .overview .detail .content .title02 {
    margin: 0 0 16px;
    text-align: center;
  }
  .overview .detail .content .text {
    margin: 0 auto;
    text-align: center;
  }
  .overview .detail .content .list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 56px;
    margin: 0 0 32px;
  }
  .overview .detail .content .list .item {
    margin: 0;
  }
  .overview .detail .content .list .item + .item {
    margin: 0;
  }
}

.access {
  padding: 0 0 80px;
  background: #F2F0ED;
}
.access .area-info {
  margin: 0 0 24px;
}
.access .area-info .img {
  margin: 0 0 24px;
}
.access .area-info .area-text .title02 {
  margin: 0 0 16px;
}
.access .area-info .info dl + dl {
  margin: 16px 0 0;
}
.access .area-info .info dl dt {
  font-size: 12px;
}
.access .area-info .info dl dd {
  font-size: 12px;
}
.access .access-info {
  margin: 32px 0 0;
}
.access .access-info .title02 {
  margin: 0 0 24px;
}
.access .access-info .text {
  margin: 0 0 24px;
}
.access .access-info .btn a {
  display: block;
  max-width: 320px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border: solid 1px #000;
  border-radius: 10px;
}
.access .access-info .btn a:hover {
  border: solid 1px #255D8F;
  background: #255D8F;
  color: #fff;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .access {
    padding: 0 0 96px;
  }
  .access .area-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 40px;
  }
  .access .area-info .img {
    width: 47.5%;
    margin: 0;
  }
  .access .area-info .area-text {
    width: 47.5%;
  }
  .access .area-info .area-text .title02 {
    font-size: 28px;
  }
  .access .area-info .info {
    width: 48%;
  }
  .access .area-info .info dl {
    display: table;
  }
  .access .area-info .info dl + dl {
    margin: 8px 0 0;
  }
  .access .area-info .info dl dt {
    display: table-cell;
    width: 8em;
    font-size: 14px;
  }
  .access .area-info .info dl dd {
    display: table-cell;
    font-size: 14px;
  }
  .access .access-info .title02 {
    font-size: 28px;
  }
  .access .access-info .text {
    margin: 0 0 24px;
  }
  .access .access-info .btn a {
    width: 335px;
  }
}/*# sourceMappingURL=en.css.map */