@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes moveItem {
  0% {
    left: 45%;
    opacity: 1;
  }
  30% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}
@keyframes moveTxt1 {
  0% {
    left: 24%;
    opacity: 1;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}
@keyframes moveTxt2 {
  0% {
    left: 22%;
    opacity: 1;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}
@keyframes moveTxt3 {
  0% {
    left: 26%;
    opacity: 1;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}
.moBr {
  display: none;
}

.miniPcBr {
  display: none;
}

.wrap {
  background-color: #fff;
}
.wrap .main-visual {
  position: relative;
  width: 100%;
  height: 920px;
  overflow: hidden;
  background: linear-gradient(to left, #4677d6, #4cc3fe);
}
.wrap .main-visual .fade-out-visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 920px;
  background-color: #98a4cb;
  z-index: 14;
}
.wrap .main-visual .fade-out-visual.active {
  animation: fadeOut 6s ease forwards;
}
.wrap .main-visual .fade-out-visual .fade-out-item {
  position: absolute;
  top: 55%;
  left: 56%;
  width: 660px;
  transform: translate(-50%, -50%);
}
.wrap .main-visual .fade-out-visual .fade-out-item img {
  width: 100%;
}
.wrap .main-visual .fade-out-visual .fade-out-item.active {
  animation: moveItem 15s ease forwards;
}
.wrap .main-visual .fade-out-visual .txt {
  position: absolute;
  font-size: 1.3em;
  color: #fff;
  font-weight: 600;
}
.wrap .main-visual .fade-out-visual .txt.txt1 {
  top: 37%;
  left: 16.3%;
}
.wrap .main-visual .fade-out-visual .txt.txt1.active {
  animation: moveTxt1 10s ease forwards;
}
.wrap .main-visual .fade-out-visual .txt.txt2 {
  top: 47%;
  left: 26%;
}
.wrap .main-visual .fade-out-visual .txt.txt2.active {
  animation: moveTxt2 12s ease forwards;
}
.wrap .main-visual .fade-out-visual .txt.txt3 {
  top: 57%;
  left: 19%;
}
.wrap .main-visual .fade-out-visual .txt.txt3.active {
  animation: moveTxt3 10s ease forwards;
}
.wrap .main-visual .fade-out-visual .txt.txt4 {
  top: 48%;
  right: 14%;
  font-size: 1.1em;
  line-height: 1.5em;
  transform: translate(0, -50%);
}
.wrap .main-visual .fade-out-visual .txt.txt4::after {
  content: "";
  position: absolute;
  top: 56%;
  left: -180px;
  width: 150px;
  height: 1px;
  transform: translate(0, -50%);
  background-color: #555;
}
.wrap .main-visual .fade-out-visual .click-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  padding: 4px 0;
  width: 120px;
  font-size: 1.2em;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 30px;
  transform: translate(-50%, 0);
}
.wrap .main-visual .fade-out-visual .click-btn span {
  animation: blink 1.5s ease infinite;
}
.wrap .main-visual .main-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 530px;
  transform: translate(-50%, -41%);
  z-index: 10;
}
.wrap .main-visual .main-item img {
  width: 100%;
}
.wrap .main-visual .item01-link {
  position: absolute;
  top: 2%;
  left: 50%;
  width: 320px;
  height: 180px;
  transform: translate(-58%, 0);
  z-index: 11;
  cursor: pointer;
}
.wrap .main-visual .item {
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.wrap .main-visual .item p {
  position: absolute;
  font-size: 1.4em;
  font-weight: 600;
  color: #fff;
  line-height: 1.4em;
  text-align: center;
  letter-spacing: 2px;
}
.wrap .main-visual .item.item01 {
  top: -320px;
  left: 36%;
  width: 645px;
  height: 622px;
  background-image: url("../images/main-item02.png");
}
.wrap .main-visual .item.item01 p {
  bottom: 25%;
  left: 22%;
}
.wrap .main-visual .item.item02 {
  top: 15%;
  left: -120px;
  width: 584px;
  height: 699px;
  background-image: url("../images/main-item03.png");
}
.wrap .main-visual .item.item02 p {
  right: 35%;
  bottom: 45%;
}
.wrap .main-visual .item.item03 {
  top: 40%;
  right: 5%;
  width: 427px;
  height: 537px;
  background-image: url("../images/main-item04.png");
}
.wrap .main-visual .item.item03 p {
  bottom: 45%;
  left: 25%;
}
.wrap .main-visual .main-icon {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}
.wrap .main-visual .main-icon img {
  display: block;
}
.wrap .main-visual .vol-txt {
  position: absolute;
  left: 12%;
  bottom: 20px;
  font-weight: 600;
  color: #fff;
  vertical-align: middle;
}
.wrap .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.wrap .section {
  padding: 60px 0;
}
.wrap .section .section-title {
  margin-bottom: 20px;
  font-size: 2.5em;
  font-family: "MapoGoldenPier";
  letter-spacing: -4px;
}
.wrap .section1 {
  background-color: #ededed;
}
.wrap .section1 .section-title {
  color: #5b81b4;
}
.wrap .section1 .content {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
.wrap .section1 .content .left-content {
  width: calc((100% - 100px) / 2);
}
.wrap .section1 .content .left-content .content-img {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.wrap .section1 .content .left-content .content-img img {
  width: 100%;
}
.wrap .section1 .content .left-content .content-img::after {
  content: "";
  position: absolute;
  top: -6px;
  right: 0;
  width: 180px;
  height: 140px;
  background-image: url("../images/section01-title.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.wrap .section1 .content .right-content {
  width: calc((100% - 100px) / 2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wrap .section1 .content .right-content .item-box {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.wrap .section1 .content .right-content .item-box .item-img {
  width: 30%;
  border-radius: 10px 0 0 10px;
}
.wrap .section1 .content .right-content .item-box .item-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px 0 0 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.2274509804);
}
.wrap .section1 .content .right-content .item-box .item-txt {
  padding: 20px 20px 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}
.wrap .section1 .content .right-content .item-box .item-txt .item-title {
  margin-bottom: 10px;
  font-weight: 600;
}
.wrap .section1 .content .right-content .item-box .item-txt .item-info {
  line-height: 1.3em;
  font-family: "MapoGoldenPier";
  letter-spacing: -2px;
}
.wrap .section1 .content .right-content .item-box .item-txt .item-info span {
  font-family: "MapoGoldenPier";
}
.wrap .section1 .content .right-content .item-box .arrow {
  display: block;
  width: 43px;
  height: 10px;
  background-image: url("../images/icon06.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.wrap .section1 .content .right-content .item-box:hover .item-title {
  color: #5b81b4;
}
.wrap .section2 {
  background-color: #474747;
}
.wrap .section2 .section-title {
  color: #98a4cb;
}
.wrap .section2 .mySwiper {
  position: relative;
}
.wrap .section2 .mySwiper .swiper-slide {
  cursor: pointer;
}
.wrap .section2 .mySwiper .swiper-slide .swiper-img {
  position: relative;
}
.wrap .section2 .mySwiper .swiper-slide .swiper-img .swiper-mini-title {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  padding: 12px 0;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 1em;
  background-color: #5b81b4;
  border-radius: 30px;
}
.wrap .section2 .mySwiper .swiper-slide .swiper-img .arrow-ico {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("../images/icon07.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.wrap .section2 .mySwiper .swiper-slide .swiper-title {
  margin-top: 20px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.3em;
  color: #fff;
}
.wrap .section2 .mySwiper .swiper-slide:hover .swiper-title {
  color: #98a4cb;
}
.wrap .section2 .mySwiper .swiper-button-next,
.wrap .section2 .mySwiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.wrap .section2 .mySwiper .swiper-button-next::after,
.wrap .section2 .mySwiper .swiper-button-prev::after {
  content: "";
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.wrap .section2 .mySwiper .swiper-button-next::after {
  background-image: url("../images/icon_next.png");
}
.wrap .section2 .mySwiper .swiper-button-prev::after {
  background-image: url("../images/icon_prev.png");
}
.wrap .section2 .mySwiper:hover .swiper-button-next, .wrap .section2 .mySwiper:hover .swiper-button-prev {
  opacity: 1;
}
.wrap .section2 .progress-container {
  padding: 20px 0;
  width: 100%;
}
.wrap .section2 .progress-container .swiper-pagination {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  height: 4px;
  background-color: #fff;
  text-align: center;
}
.wrap .section2 .progress-container .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #5b81b4;
  height: 6px;
  margin-top: -1px;
}
.wrap .section3 {
  padding: 100px 0 80px;
}
.wrap .section3 .event-box {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.wrap .section3 .event-box .event-img {
  width: 100%;
}
.wrap .section3 .event-box .event-img img {
  width: 100%;
}
.wrap .section3 .event-box .event-img img.pcimg {
  display: block;
}
.wrap .section3 .event-box .event-img img.moimg {
  display: none;
}
.wrap .section3 .event-box .event-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 30px;
  width: 150px;
  border: 2px solid #5b81b4;
  border-radius: 30px;
  vertical-align: middle;
  background-color: #fff;
  font-size: 1.3em;
  color: #5b81b4;
  font-weight: 600;
}
.wrap .section4 {
  padding: 0 0 120px;
}
.wrap .section4 .inner .title-area {
  display: flex;
  justify-content: space-between;
}
.wrap .section4 .inner .title-area .lastpage-btn {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: right;
  cursor: pointer;
}
.wrap .section4 .inner .title-area .lastpage-btn p {
  font-weight: 900;
  font-size: 1.2em;
}
.wrap .section4 .inner .title-area .lastpage-btn .arrow {
  background-image: url(../images/icon07.png);
  width: 35px;
  height: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.wrap .section4 .inner .content .lastpage-area {
  display: flex;
  gap: 50px;
}
.wrap .section4 .inner .content .lastpage-area .lastpage {
  cursor: pointer;
  display: flex;
  flex-flow: column;
}
.wrap .section4 .inner .content .lastpage-area .lastpage img {
  border-radius: 30px;
  overflow: hidden;
}
.wrap .section4 .inner .content .lastpage-area .lastpage .lastpage-text {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  align-items: center;
  gap: 5px;
}
.wrap .section4 .inner .content .lastpage-area .lastpage .lastpage-text span {
  font-weight: 900;
}
.wrap .section4 .inner .content .lastpage-area .lastpage .lastpage-text span.num {
  color: #5b81b4;
}

@media screen and (max-width: 1440px) {
  .wrap .main-visual .fade-out-visual .txt.txt1 {
    top: 37%;
    left: 10.3%;
  }
  .wrap .main-visual .fade-out-visual .txt.txt2 {
    top: 47%;
    left: 20%;
  }
  .wrap .main-visual .fade-out-visual .txt.txt3 {
    top: 57%;
    left: 13%;
  }
  .wrap .main-visual .fade-out-visual .txt.txt4 {
    top: 48%;
    right: 8%;
    font-size: 1.1em;
    line-height: 1.5em;
    transform: translate(0, -50%);
  }
  .wrap .main-visual .fade-out-visual .txt.txt4::after {
    content: "";
    position: absolute;
    top: 56%;
    left: -180px;
    width: 150px;
    height: 1px;
    transform: translate(0, -50%);
    background-color: #555;
  }
  .wrap .main-visual .item.item01 {
    top: -320px;
    left: 33%;
    width: 605px;
    height: 560px;
  }
  .wrap .main-visual .item.item01 p {
    bottom: 25%;
    left: 22%;
  }
  .wrap .main-visual .item.item02 {
    top: 15%;
    left: -120px;
    width: 504px;
    height: 599px;
  }
  .wrap .main-visual .item.item02 p {
    right: 30%;
    bottom: 45%;
  }
  .wrap .main-visual .item.item03 {
    top: 40%;
    right: 0%;
    width: 427px;
  }
  .wrap .main-visual .item.item03 p {
    bottom: 45%;
    left: 25%;
  }
}
@media screen and (max-width: 1024px) {
  @keyframes moveTxt1 {
    0% {
      left: 10%;
      opacity: 1;
    }
    100% {
      left: -100%;
      opacity: 0;
    }
  }
  @keyframes moveTxt2 {
    0% {
      left: 9%;
      opacity: 1;
    }
    100% {
      left: -100%;
      opacity: 0;
    }
  }
  @keyframes moveTxt3 {
    0% {
      left: 14%;
      opacity: 1;
    }
    100% {
      left: -100%;
      opacity: 0;
    }
  }
  .miniPcBr {
    display: block;
  }
  .wrap .inner {
    padding: 0 20px;
    max-width: 900px;
  }
  .wrap .main-visual .fade-out-visual .fade-out-item {
    left: 62%;
  }
  .wrap .main-visual .fade-out-visual .txt.txt1 {
    top: 25%;
    left: 1%;
  }
  .wrap .main-visual .fade-out-visual .txt.txt2 {
    top: 35%;
    left: 9%;
  }
  .wrap .main-visual .fade-out-visual .txt.txt3 {
    top: 45%;
    left: 9%;
  }
  .wrap .main-visual .fade-out-visual .txt.txt4 {
    top: 37%;
    right: 2%;
  }
  .wrap .main-visual .fade-out-visual .txt.txt4::after {
    display: none;
  }
  .wrap .main-visual .item p {
    font-size: 1.2em;
  }
  .wrap .main-visual .item.item01 {
    top: -320px;
    left: 33%;
    width: 585px;
  }
  .wrap .main-visual .item.item01 p {
    bottom: 25%;
    left: 22%;
  }
  .wrap .main-visual .item.item02 {
    top: 15%;
    left: -120px;
    width: 404px;
    height: 500px;
  }
  .wrap .main-visual .item.item02 p {
    right: 25%;
    bottom: 42%;
  }
  .wrap .main-visual .item.item03 {
    top: 40%;
    right: -15%;
    width: 407px;
    height: 500px;
  }
  .wrap .main-visual .item.item03 p {
    bottom: 45%;
    left: 25%;
  }
  .wrap .main-visual .item01-link {
    top: 0%;
    left: 50%;
    width: 300px;
    height: 180px;
    transform: translate(-40%, 0);
  }
  .wrap .section1 .content {
    gap: 50px;
  }
  .wrap .section1 .content .left-content {
    width: calc((100% - 50px) / 2);
  }
  .wrap .section1 .content .left-content .content-img::after {
    width: 130px;
    height: 100px;
  }
  .wrap .section1 .content .right-content {
    width: calc((100% - 50px) / 2);
  }
  .wrap .section1 .content .right-content .item-box .item-txt {
    padding: 10px 20px 10px 30px;
  }
  .wrap .section1 .content .right-content .item-box .item-txt .txt .item-title {
    font-size: 0.9em;
  }
  .wrap .section1 .content .right-content .item-box .item-txt .txt .item-info {
    font-size: 0.85em;
    letter-spacing: -2px;
  }
  .wrap .section1 .content .right-content .item-box .item-txt .txt .item-info .pc-only {
    display: none;
  }
  .wrap .section1 .content .right-content .item-box .arrow {
    width: 20px;
  }
  .wrap .section2 .mySwiper .swiper-slide .swiper-img .swiper-mini-title {
    width: 115px;
    padding: 2px 0;
    font-size: 0.8em;
  }
  .wrap .section2 .mySwiper .swiper-slide .swiper-img .swiper-mini-title.pd {
    padding: 9px 0;
  }
  .wrap .section2 .mySwiper .swiper-slide .swiper-img .arrow-ico {
    width: 30px;
    height: 30px;
  }
  .wrap .section2 .mySwiper .swiper-slide .swiper-title {
    font-size: 1.2em;
  }
  .wrap .section3 .inner .event-btn {
    padding: 0;
    width: 110px;
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  .wrap .main-visual .fade-out-visual {
    display: none;
  }
  .wrap .main-visual .main-icon {
    width: 30px;
  }
  .wrap .main-visual .main-item {
    width: 450px;
  }
  .wrap .section1 .content {
    flex-direction: column;
    gap: 0;
  }
  .wrap .section1 .content .left-content {
    width: 100%;
    padding: 40px;
  }
  .wrap .section1 .content .left-content .content-img::after {
    width: 20%;
    height: 120px;
  }
  .wrap .section1 .content .right-content {
    width: 100%;
    gap: 20px;
  }
  .wrap .section1 .content .right-content .item-box .item-img {
    width: 20%;
  }
  .wrap .section1 .content .right-content .item-box .item-txt {
    width: 80%;
    gap: 10px;
  }
  .wrap .section2 .mySwiper .swiper-slide .swiper-img .img-box {
    width: 100%;
  }
  .wrap .section2 .mySwiper .swiper-slide .swiper-img .img-box img {
    width: 100%;
  }
  .wrap .section3 .event-box .event-btn {
    width: 90px;
    font-size: 0.9em;
  }
  .wrap .section4 .inner .content .lastpage-area {
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .wrap .section4 .inner .content .lastpage-area .lastpage {
    max-width: 300px;
  }
}
@media screen and (max-width: 425px) {
  .wrap .inner {
    padding: 0 40px;
  }
  .wrap .main-visual .main-item {
    width: 300px;
  }
  .wrap .main-visual .item p {
    font-size: 0.9em;
  }
  .wrap .main-visual .item.item01 {
    top: -230px;
    left: 35%;
    width: 525px;
    height: 500px;
  }
  .wrap .main-visual .item.item01 p {
    bottom: 27%;
    left: 18%;
  }
  .wrap .main-visual .item.item02 {
    top: 15%;
    left: -120px;
    width: 304px;
    height: 370px;
  }
  .wrap .main-visual .item.item02 p {
    right: 19%;
    bottom: 55%;
  }
  .wrap .main-visual .item.item03 {
    top: 55%;
    right: -15%;
    width: 307px;
    height: 400px;
  }
  .wrap .main-visual .item.item03 p {
    bottom: 51%;
    left: 25%;
  }
  .wrap .main-visual .item01-link {
    top: 10%;
    left: 50%;
    width: 180px;
    height: 150px;
    transform: translate(-10%, 0);
  }
  .wrap .main-visual .vol-txt {
    font-size: 0.8em;
    bottom: 6.5%;
    left: 5%;
  }
  .wrap .section1 .content {
    gap: 30px;
  }
  .wrap .section1 .content .left-content {
    padding: 0;
  }
  .wrap .section1 .content .right-content .item-box .item-img {
    width: 30%;
  }
  .wrap .section1 .content .right-content .item-box .item-txt {
    padding-left: 10px;
    padding-right: 10px;
    width: 70%;
  }
  .wrap .section1 .content .right-content .item-box .txt {
    width: calc(100% - 12px);
  }
  .wrap .section1 .content .right-content .item-box .arrow {
    width: 12px !important;
  }
  .wrap .section3 .event-box .event-img img.pcimg {
    display: none;
  }
  .wrap .section3 .event-box .event-img img.moimg {
    display: block;
  }
  .wrap .section3 .event-box .event-btn {
    width: 40%;
  }
  .wrap .section4 .inner .title-area {
    display: flex;
    flex-flow: column;
  }
  .wrap .section4 .inner .title-area .lastpage {
    justify-content: end;
    margin-bottom: 20px;
  }
  .wrap .section4 .inner .title-area .lastpage .arrow {
    width: 25px;
    height: 25px;
  }
}/*# sourceMappingURL=main.css.map */