/* top
------------------------------------------------ */
.p-top-bg {
  z-index: 80;
  content: "";
  display: block;
  width: 100%;
  min-height: 2780px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/top_mv_bg.png") no-repeat center top;
}

@media screen and (min-width: 1851px) {
  .p-top-bg {
    background-size: 100% auto;
  }
}
.p-top-bg-img {
  z-index: 90;
  content: "";
  display: block;
  width: 83.027027027vw;
  height: 40.3783783784vw;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/top_mv_img.png") no-repeat 0 0;
  background-size: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}
.p-top-bg-img.is-active {
  opacity: 1;
  visibility: visible;
}

.p-top-footer {
  z-index: 80;
  content: "";
  display: block;
  width: 100%;
  min-height: 1361px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../images/top_footer_bg.png") no-repeat center bottom;
  overflow-x: hidden;
}

.p-top-footer-img {
  z-index: 90;
  content: "";
  display: block;
  width: 1249px;
  height: 1293px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../images/top_footer_img.png") no-repeat 0 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-out, visibility 0.4s ease-out;
}
.p-top-footer-img.is-active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s;
}

.c-section-title {
  margin-bottom: 53px;
}

.c-section-title-en {
  display: block;
  font-size: 6rem;
  line-height: 1;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  margin-bottom: 25px;
}

.c-section-title-ja {
  display: block;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: 700;
  text-align: center;
}

.p-top-mv {
  position: relative;
  z-index: 100;
  margin-bottom: 258px;
  min-height: 28.0540540541vw;
}

.p-top-mv-title {
  width: 39.8918918919vw;
  max-width: 738px;
  margin: 0 auto -2.5945945946vw;
  padding-top: 12.1081081081vw;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}
.p-top-mv-title.is-active {
  opacity: 1;
  visibility: visible;
  transition-delay: 1s;
}

.p-top-mv-sticker {
  width: 13.3513513514vw;
  position: relative;
  left: calc(50% + 16.2702702703vw);
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}
.p-top-mv-sticker.is-active {
  opacity: 1;
  visibility: visible;
  transition-delay: 2s;
}

.p-top-mv-info {
  width: 55.1891891892vw;
  position: relative;
  margin-top: -3.7837837838vw;
  left: calc(50% - 30.2702702703vw);
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}
.p-top-mv-info.is-active {
  opacity: 1;
  visibility: visible;
  transition-delay: 2s;
}
.p-top-mv-info::before {
  content: "";
  position: absolute;
  left: -19.7297297297vw;
  top: -23px;
  display: block;
  height: 0.1081081081vw;
  width: 27.1351351351vw;
  background-color: #ffffff;
}

.p-top-sticky-btn {
  z-index: 110;
  position: fixed;
  right: 52px;
  bottom: 52px;
  display: block;
  width: 180px;
  height: 180px;
}
.p-top-sticky-btn a {
  display: block;
  width: 180px;
  height: 180px;
  background: url("../images/top_sticky_btn.svg") no-repeat 0 0;
  background-size: 100%;
  text-indent: -9999px;
  overflow: hidden;
}
.p-top-sticky-btn a:hover {
  background-image: url("../images/top_sticky_btn_on.svg");
}

.p-top-contact-sp {
  display: none;
}

.p-top-outline {
  position: relative;
  z-index: 100;
}

.p-top-outline-text p {
  font-size: 2rem;
  line-height: 2.2;
  margin-bottom: 2.2em;
}

.p-top-schedule {
  position: relative;
  z-index: 100;
  min-height: 2651px;
  background: url("../images/top_schedule_bg.png") no-repeat center top;
  padding-top: 226px;
  padding-bottom: 186px;
}
.p-top-schedule .c-section-title {
  margin-bottom: 27px;
}

.p-top-schedule-open {
  font-size: 2.2rem;
  text-align: center;
  margin: 22px 0 53px;
}

.p-top-schedule-table-wrap {
  margin-bottom: 30px;
}

.p-top-schedule-table tr {
  margin-bottom: 23px;
}
.p-top-schedule-table th {
  width: 160px;
  padding: 20px 0 0 0;
  font-size: 2.2rem;
  line-height: 1.1818181818;
  font-weight: 700;
  text-align: left;
}
.p-top-schedule-table td {
  padding: 20px 0 43px 25px;
  position: relative;
}
.p-top-schedule-table td::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 23px;
  width: 2px;
  background-color: #ffffff;
}
.p-top-schedule-table td h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-weight: 700;
  margin-bottom: 14px;
}
.p-top-schedule-table td h3 small {
  font-size: 1.8rem;
  display: inline-block;
  margin-bottom: 6px;
}
.p-top-schedule-table td h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 14px 0 6px;
}
.p-top-schedule-table td p {
  font-size: 1.8rem;
  line-height: 1.8333333333;
}

.p-top-schedule-note {
  font-size: 2rem;
  text-align: center;
}

.p-top-contact {
  position: relative;
  z-index: 100;
  margin-top: -83px;
  margin-bottom: 105px;
}

.p-top-contact-btn {
  width: 800px;
  height: 94px;
  margin: 0 auto;
}
.p-top-contact-btn a {
  display: block;
  width: 800px;
  height: 94px;
  background: url("../images/top_contact_btn.svg") no-repeat 0 0;
  background-size: 100%;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
.p-top-contact-btn a:hover {
  background-image: url("../images/top_contact_btn_on.svg");
}

.p-top-organizer {
  position: relative;
  z-index: 100;
}

.p-top-organizer-list {
  margin-bottom: 82px;
}
.p-top-organizer-list dt {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 26px;
}
.p-top-organizer-list dt::after {
  content: "";
  margin: 0 auto;
  display: block;
  width: 49px;
  height: 2px;
  background-color: #ffffff;
  position: relative;
  top: 9px;
}
.p-top-organizer-list dd {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 32px;
}

.p-top-organizer-link {
  width: 800px;
  height: 94px;
  margin: 0 auto 75px;
}
.p-top-organizer-link a {
  display: block;
  width: 800px;
  height: 94px;
  background: url("../images/top_organizer_link.png") no-repeat 0 0;
  background-size: 100%;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
.p-top-organizer-link a:hover {
  background-image: url("../images/top_organizer_link_on.png");
}

.p-top-organizer-copy {
  text-align: center;
  margin-left: 20px;
  padding-bottom: 268px;
}
.p-top-organizer-copy img {
  width: 300px;
}

/* Tablet
------------------------------------------------ */
@media screen and (max-width: 1120px) {
  .p-top-contact-btn {
    width: 100%;
  }
  .p-top-organizer-link {
    width: 100%;
  }
}
/* Smartphone
------------------------------------------------ */
@media screen and (max-width: 750px) {
  .p-top-bg {
    min-height: 448vw;
    background-image: url("../images/top_mv_bg_sp.png");
    background-size: 100% auto;
  }
  .p-top-bg-img {
    width: 100vw;
    height: 143.4666666667vw;
    background-image: url("../images/top_mv_img_sp.png");
  }
  .p-top-footer {
    min-height: 235.7333333333vw;
    background-image: url("../images/top_footer_bg_sp.png");
    background-size: 100% auto;
    background-position: left bottom;
  }
  .p-top-footer-img {
    width: 100vw;
    height: 174.1333333333vw;
    background-image: url("../images/top_footer_img_sp.png");
    background-size: 100% auto;
  }
  .c-section-title {
    margin-bottom: 5.0666666667vw;
  }
  .c-section-title-en {
    font-size: 9.3333333333vw;
    margin-bottom: 4vw;
  }
  .c-section-title-ja {
    font-size: 4.2666666667vw;
  }
  .p-top-mv {
    margin-bottom: 20vw;
    min-height: 170.4vw;
  }
  .p-top-mv-title {
    width: 82.1333333333vw;
    max-width: none;
    margin: 0 auto 9.8666666667vw;
    padding-top: 30.9333333333vw;
  }
  .p-top-mv-sticker {
    width: 30.6666666667vw;
    position: absolute;
    left: auto;
    top: 151.4666666667vw;
    right: 4.2666666667vw;
  }
  .p-top-mv-info {
    width: 91.2vw;
    margin-top: 0;
    left: 0;
  }
  .p-top-mv-info img {
    width: 100%;
  }
  .p-top-mv-info::before {
    display: none;
  }
  .p-top-sticky-btn {
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 21.0666666667vw;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
  }
  .p-top-sticky-btn.is-active {
    opacity: 1;
    visibility: visible;
  }
  .p-top-sticky-btn a {
    width: 100vw;
    height: 21.0666666667vw;
    background-image: url("../images/top_sticky_btn_sp.svg");
  }
  .p-top-sticky-btn a:hover {
    background-image: url("../images/top_sticky_btn_sp.svg");
  }
  .p-top-contact-sp {
    display: block;
    position: relative;
    z-index: 100;
    margin-top: -5.3333333333vw;
    margin-bottom: 18.9333333333vw;
  }
  .p-top-contact-sp a {
    display: block;
  }
  .p-top-outline-text {
    margin: 0 8.8vw;
  }
  .p-top-outline-text p {
    font-size: 4.2666666667vw;
    line-height: 1.8em;
    margin-bottom: 1.8em;
  }
  .p-top-schedule {
    min-height: 488vw;
    background-image: url("../images/top_schedule_bg_sp.png");
    background-size: 100% auto;
    padding-top: 21.8666666667vw;
    padding-bottom: 15.4666666667vw;
  }
  .p-top-schedule .c-section-title {
    margin-bottom: 2.9333333333vw;
  }
  .p-top-schedule-open {
    font-size: 4.2666666667vw;
    margin: 0 0 13.6vw;
  }
  .p-top-schedule-table-wrap {
    margin: 0 5.3333333333vw 10.4vw;
  }
  .p-top-schedule-table tr {
    margin-bottom: 2.6666666667vw;
  }
  .p-top-schedule-table th {
    width: 17.3333333333vw;
    white-space: wrap;
    padding: 1.6vw 0 0 0;
    font-size: 4.2666666667vw;
    line-height: 1.6em;
  }
  .p-top-schedule-table td {
    padding: 1.6vw 0 1.6vw 4.2666666667vw;
  }
  .p-top-schedule-table td::before {
    bottom: 2.6666666667vw;
    width: 0.2666666667vw;
  }
  .p-top-schedule-table td h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 1.6vw;
  }
  .p-top-schedule-table td h3 small {
    font-size: 3.7333333333vw;
    margin-bottom: 1.6vw;
  }
  .p-top-schedule-table td h4 {
    font-size: 3.7333333333vw;
    margin: 3.2vw 0 1.6vw;
  }
  .p-top-schedule-table td p {
    font-size: 3.7333333333vw;
    margin-bottom: 1.6vw;
  }
  .p-top-schedule-note {
    font-size: 3.2vw;
  }
  .p-top-contact {
    margin-top: -5.3333333333vw;
    margin-bottom: 18.9333333333vw;
  }
  .p-top-contact-btn {
    width: 85.0666666667vw;
    height: 21.0666666667vw;
  }
  .p-top-contact-btn a {
    width: 85.0666666667vw;
    height: 21.0666666667vw;
    background-image: url("../images/top_contact_btn_sp.svg");
    background-size: 100% 100%;
  }
  .p-top-contact-btn a:hover {
    background-image: url("../images/top_contact_btn_sp.svg");
  }
  .p-top-organizer-list {
    margin-bottom: 22.1333333333vw;
  }
  .p-top-organizer-list dt {
    font-size: 4.2666666667vw;
    margin-bottom: 4.5333333333vw;
  }
  .p-top-organizer-list dt::after {
    width: 13.0666666667vw;
    height: 1px;
    top: 2.1333333333vw;
  }
  .p-top-organizer-list dd {
    font-size: 3.2vw;
    margin-bottom: 7.7333333333vw;
  }
  .p-top-organizer-link {
    width: 82.4vw;
    height: 18.6666666667vw;
    margin: 0 auto 10.4vw;
  }
  .p-top-organizer-link a {
    width: 82.4vw;
    height: 18.6666666667vw;
    background-image: url("../images/top_organizer_link_sp.png");
    background-size: 100% 100%;
  }
  .p-top-organizer-link a:hover {
    background-image: url("../images/top_organizer_link_sp.png");
  }
  .p-top-organizer-copy {
    margin-left: auto;
    padding-bottom: 53.3333333333vw;
  }
  .p-top-organizer-copy img {
    width: 50.6666666667vw;
  }
}