@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: "Arial", "Helvetica", sans-serif;
}
* p {
  font-size: 16px;
  line-height: 1.5;
}
* a {
  text-decoration: none;
}
* a:hover {
  cursor: pointer;
}
* .pc-only {
  display: block;
}
@media screen and (max-width: 1024px) {
  * .pc-only {
    display: none;
  }
}
* .sp-only {
  display: none;
}
@media screen and (max-width: 1024px) {
  * .sp-only {
    display: block;
  }
}

.header {
  width: 100%;
  margin: 0 auto;
  padding: 8px 80px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  background-color: white;
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.3));
  z-index: 9999999;
}
@media screen and (max-width: 1024px) {
  .header {
    width: 100%;
    padding: 8px 10px;
  }
}
.header .header__logo-link {
  display: contents;
}
.header .header__logo-link .header__logo {
  width: 160px;
  height: 24px;
  margin: auto 0;
}
@media screen and (max-width: 1024px) {
  .header .header__logo-link .header__logo {
    width: auto;
    height: 20px;
    margin-left: 8px;
  }
}
.header .header__menu {
  display: flex;
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .header .header__menu {
    width: 50%;
  }
}
.header .header__menu .header__link {
  width: 50%;
  text-align: center;
  padding: 5px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header .header__menu .header__link .header__link-icon {
  width: auto;
  height: 24px;
}
.header .header__menu .header__link .header__link-text {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .header .header__menu .header__link .header__link-text {
    font-size: 12px;
  }
}
.header .header__menu .header__link:hover {
  opacity: 0.5;
}

body {
  overflow-x: hidden;
}

.fv .fv__inner {
  width: 100vw;
  padding-top: 48px;
  background-image: url(../images/back-img.webp);
  background-size: cover;
  text-align: center;
  background-position: center;
}
.fv .fv__inner .fv__heading {
  font-size: 56px;
  font-weight: 700;
  text-align: center;
  padding: 80px 0;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .fv .fv__inner .fv__heading {
    font-size: 40px;
    font-weight: bolder;
    padding: 80px 0;
  }
}

.link__box {
  width: 15%;
  position: fixed;
  right: 0;
  bottom: 60px;
  text-align: center;
  border-radius: 8px 0px 0px 8px;
  background: linear-gradient(to left, #78C1EA, #8299EB, #C78CD3, #E98BA6, #E99593);
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0 0 8px rgba(51, 51, 51, 0.5);
  z-index: 2;
}
.link__box:hover {
  box-shadow: none;
  opacity: 0.9;
}
@media screen and (max-width: 1024px) {
  .link__box {
    width: 44%;
    font-size: 14px;
  }
}
.link__box .link__box-link {
  display: inline-flex;
  text-align: center;
  padding: 16px;
  color: #fff;
  align-items: center;
}
.link__box .link__box-link .material-symbols-outlined {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .link__box .link__box-link .material-symbols-outlined {
    font-size: 16px;
  }
}

.link__box-icon {
  position: fixed;
  right: 0;
  bottom: 140px;
  display: inline-block;
  border-radius: 8px 0px 0px 8px;
  background: linear-gradient(to left, #78C1EA, #8299EB, #C78CD3, #E98BA6, #E99593);
  box-shadow: 0 0 8px rgba(51, 51, 51, 0.5);
  z-index: 999999;
}
.link__box-icon .link__box-link {
  display: inline-flex;
  text-align: center;
  padding: 16px;
}
.link__box-icon .link__box-link .link__box-linkimg {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 1024px) {
  .link__box-icon .link__box-link .link__box-linkimg {
    width: 24px;
    height: 24px;
  }
}
.link__box-icon:hover {
  box-shadow: none;
  opacity: 0.9;
}

.event {
  width: 85%;
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .event {
    width: 90%;
    margin-top: 80px;
  }
}
.event .event__heading {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 60px;
}
@media screen and (max-width: 1024px) {
  .event .event__heading {
    font-size: 24px;
    padding-top: 80px;
    margin-top: -80px;
  }
}
.event .event__heading-trip {
  position: relative;
}
.event .event__heading-trip::before {
  content: "";
  background-image: url(../images/trip-img.png);
  background-size: cover;
  z-index: -1;
  position: absolute;
  top: 40px;
  right: 200px;
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 1024px) {
  .event .event__heading-trip::before {
    top: 60px;
    right: 0;
    width: 120px;
    height: 120px;
  }
}
.event .event__heading-rise {
  position: relative;
}
.event .event__heading-rise::before {
  content: "";
  background-image: url(../images/video-img.png);
  background-size: cover;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 160px;
  width: 220px;
  height: 200px;
}
@media screen and (max-width: 1024px) {
  .event .event__heading-rise::before {
    top: 50px;
    right: 0;
    width: 120px;
    height: 110px;
  }
}
.event .event__box {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .event .event__box {
    margin-top: 40px;
  }
}
.event .event__box .event__box-heading {
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  background: linear-gradient(to left, #78C1EA, #8299EB, #C78CD3, #E98BA6, #E99593);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .event .event__box .event__box-heading {
    font-size: 24px;
  }
}
.event .event__box .event__text-heading {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 1;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .event .event__box .event__text-heading {
    line-height: 1.2;
  }
}
.event .event__box .event__text {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.5;
}
.event .event__box .event__text .event__text-heading {
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  background: linear-gradient(to left, #78C1EA, #8299EB, #C78CD3, #E98BA6, #E99593);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .event .event__box .event__text .event__text-heading {
    font-size: 24px;
  }
}
.event .event__box .event__text .event__text-bold {
  font-weight: bold;
}
.event .event__box .event__text .event__link {
  color: rgb(78, 121, 208);
  text-decoration: underline;
}
.event .event__box .event__text .event__button {
  display: inline-block;
  background: linear-gradient(to left, #78C1EA, #8299EB, #C78CD3, #E98BA6, #E99593);
  color: #fff;
  padding: 24px 40px;
  max-width: 320px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 0 4px rgba(51, 51, 51, 0.7);
}
.event .event__box .event__text .event__button:hover {
  opacity: 0.9;
  box-shadow: none;
}
.event .event__box .event__list {
  margin-top: 8px;
  font-size: 16px;
  line-height: 2;
  list-style: none;
}
.event .event__box .event__list .event__list-block {
  margin-top: 12px;
  margin-left: 16px;
  text-indent: -20px;
  line-height: 1.6;
}
.event .event__box .event__list .event__list-block:before {
  content: "・";
}
.event .event__box .event__list .event__list-block .event__span {
  color: rgb(78, 121, 208);
  text-decoration: underline;
}
.event .event__box .event__list .event__link {
  color: rgb(78, 121, 208);
  text-decoration: underline;
}
.event .event__box .event__list .event__list-block--bold {
  font-weight: bold;
}
.event .event__box .event__list .event__list-warn {
  margin-top: 12px;
  margin-left: 14px;
  text-indent: -14px;
  line-height: 1.6;
}
.event .event__box .event__list .event__list-warn:before {
  content: "※";
}
.event .event__box .event__link {
  color: rgb(78, 121, 208);
  text-decoration: underline;
}
.event .event__box-form {
  margin-top: 5px;
  padding-top: 55px;
}

.check {
  width: 75%;
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .check {
    width: 85%;
    margin-top: 80px;
  }
}
.check .check__heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 60px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .check .check__heading {
    font-size: 24px;
    padding-top: 0;
  }
}
.check .check__heading-small {
  font-size: 16px;
  margin-left: 16px;
}
.check .check__box {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .check .check__box {
    margin-top: 40px;
  }
}
.check .check__box .check__box-heading {
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  background: linear-gradient(to left, #78C1EA, #8299EB, #C78CD3, #E98BA6, #E99593);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .check .check__box .check__box-heading {
    font-size: 24px;
  }
}
.check .check__box .check__text-heading {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 1;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .check .check__box .check__text-heading {
    line-height: 1.2;
  }
}
.check .check__box .check__text {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.5;
}
.check .check__box .check__text .check__text-heading {
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  background: linear-gradient(to left, #78C1EA, #8299EB, #C78CD3, #E98BA6, #E99593);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .check .check__box .check__text .check__text-heading {
    font-size: 24px;
  }
}
.check .check__box .check__text .check__text-bold {
  font-weight: bold;
}
.check .check__box .check__text .check__text-color {
  color: rgb(78, 121, 208);
}
.check .check__box .check__text .check__link {
  color: rgb(78, 121, 208);
  text-decoration: underline;
}
.check .check__box .check__text .check__button {
  display: inline-block;
  background: linear-gradient(to left, #78C1EA, #8299EB, #C78CD3, #E98BA6, #E99593);
  color: #fff;
  padding: 24px 40px;
  max-width: 320px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 0 4px rgba(51, 51, 51, 0.7);
}
.check .check__box .check__text .check__button:hover {
  opacity: 0.9;
  box-shadow: none;
}
.check .check__box .check__text-right {
  text-align: right;
  margin-top: 20px;
}
.check .check__box .check__list {
  margin-top: 8px;
  font-size: 16px;
  line-height: 2;
  list-style: none;
}
.check .check__box .check__list .check__list-block {
  margin-top: 12px;
  margin-left: 40px;
  text-indent: -20px;
  line-height: 1.6;
}
.check .check__box .check__list .check__list-block:before {
  content: "◻︎";
}
.check .check__box .check__list .check__list-block .check__span {
  color: rgb(78, 121, 208);
  text-decoration: underline;
}
.check .check__box .check__list .check__link {
  color: rgb(78, 121, 208);
  text-decoration: underline;
}
.check .check__box .check__list .check__list-block--bold {
  font-weight: bold;
}
.check .check__box .check__list .check__list-warn {
  margin-top: 12px;
  margin-left: 14px;
  text-indent: -14px;
  line-height: 1.6;
}
.check .check__box .check__list .check__list-warn:before {
  content: "※";
}

.footer {
  width: 100vw;
  background-color: #333333;
  margin-top: 160px;
}
@media screen and (max-width: 1024px) {
  .footer {
    margin-top: 80px;
  }
}
.footer .footer__copyright {
  padding: 16px 0;
  color: white;
  text-align: center;
  font-size: 12px;
}/*# sourceMappingURL=style.css.map */
