.top-mainVisual{
  text-align: center;
  position: relative;
}
.top-mainVisual h1{
  position: relative;
  z-index: 4;
}
.top-mainVisual h1 img{
  margin: 0 auto;
}

.top-mainVisual__inner{
  position: relative;
  padding: 27px 0 112px;
}
@media screen and (max-width: 767px) {
  .top-mainVisual h1{
    position: relative;
    z-index: 4;
    width: calc(100% + 45px);
    left: -12px;
  }
}

@keyframes mv{
  0%{
    background-position: left 0 top 50%, center;
  }
  100%{
    background-position: left -2806px top 50%, center;
  }
}

@keyframes mv-sp{
  0%{
    background-position: left 0 top 24%, top 20% left 40%;
  }
  100%{
    background-position: left -2806px top 24%, top 20% left 40%;
  }
}

.top-mainVisual__inner:after{
  content: "";
  background-image: url(/soshiki_file/newworld-pj/top/main-bg.png), url(/soshiki_file/newworld-pj/top/main-bg-map.png);
  background-repeat: repeat-x, no-repeat;
  background-position: left 0 top 50%, center;
  background-size: 2806px 187px, auto;
  background-color: #F1F2F5;
  position: absolute;
  top: 0;
  left: 50px;
  z-index: 1;
  width: calc(100% - 100px);
  height: 100%;
  border-radius: 24px;
  animation: mv 15s linear infinite;
}

@media screen and (max-width: 767px) {
  .top-mainVisual__inner:after{
    width: calc(100% - 30px);
    left: 15px;
    background-size: 2806px 187px, 140% auto;
    animation: mv-sp 15s linear infinite;
  }
}

.top-mainVisual__link{
  background: #fff;
  border-radius: 15px;
  max-width: 960px;
  width: calc(100% - 50px);
  margin: -60px auto 0;
  padding: 25px 0 26px;
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.16);
}
.top-mainVisual__link__item{
  width: 50%;
  padding: 15px 20px;
}

.top-mainVisual__link__ttl{
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 15px;
  text-align: center;
}

.top-mainVisual__link__btn{
  text-decoration: none;
  background: #0047C6;
  color: #fff;
  display: block;
  border-radius: 9999px;
  max-width: 360px;
  text-align: center;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 23px 15px;
}
.top-mainVisual__link__btn.is-black{
  background: #111;
}
.top-mainVisual__link__btn:after {
    content: url(/soshiki_file/newworld-pj/arrow-right.svg);
    margin-left: 10px;
    transform: translateY(-2px);
    display: inline-block;
}
@media screen and (min-width: 768px) {
  .top-mainVisual__link__item:nth-of-type(2){
    border-left: 1px solid #E8E8E8;
  }
}
@media screen and (max-width: 767px) {
  .top-mainVisual__link{
    margin-top: -140px;
  }
  .top-mainVisual__link__item{
    width: 100%;
    padding: 0 20px;
  }
  .top-mainVisual__link__ttl{
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  .top-mainVisual__link__btn{
    padding: 20px 15px;
    font-size: 1.8rem;
  }
}


.top-about{
  padding: 150px 0 170px;
}
.top-about__ttl{
  font-size: 4.8rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 50px;
}
.top-about__text{
  font-size: 2rem;
  line-height: 2.2;
  text-align: center;
  font-weight: bold;
  margin: 0 0 50px;
}
.top-about__movie{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-about__movie__item{
  width: calc(50% - 10px);
  max-width: 640px;
}
.top-about__movie__link{
  border-radius: 15px;
  overflow: hidden;
  display: block;
  position: relative;
  margin-bottom: 36px;
}
.top-about__movie__link:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/soshiki_file/newworld-pj/top/btn-movie.svg) no-repeat center;
  background-color: rgba(0, 0, 0, .22);
}
.top-about__movie__btn{
  text-decoration: none;
  background: #111;
  color: #fff;
  display: block;
  border-radius: 9999px;
  max-width: 360px;
  text-align: center;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 25px 15px;
}
.top-about__movie__btn:after{
  content: url(/soshiki_file/newworld-pj/arrow-right.svg);
  margin-left: 10px;
}
.top-about__movie__item.is-comingsoon{
  pointer-events: none;
}
.top-about__movie__item.is-comingsoon .top-about__movie__link:before{
  content: "coming soon";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.6rem;
    color: #fff;
    background-image: none;
    background-color: rgba(0, 0, 0, 0.7);
}.top-about__movie__item.is-comingsoon{
  
}.top-about__movie__item.is-comingsoon{
  
}
@media screen and (max-width: 767px) {
  .top-about{
    padding: 80px 0 170px;
  }
  .top-about__ttl{
    font-size: 3rem;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .top-about__text{
    font-size: 1.7rem;
    line-height: 2.1;
    text-align: left;
    margin-bottom: 35px;
  }
  .top-about__movie__item{
    width: 100%;
    margin: 0 auto;
  }
  .top-about__movie__item:nth-of-type(n+2){
    margin-top: 66px;    
  }
  .top-about__movie__link{
    margin-bottom: 24px;
  }
  .top-about__movie__btn{
    width: calc(100% - 40px);
    padding: 21px 15px;
  }
}

.top-search{
  padding: 424px 0 50px;
  background: linear-gradient(to bottom, transparent 353px, #F1F2F5 353px);
  position: relative;
}
.top-search:before{
  content: "";
  display: block;
  width: calc(100% - 112px);
  height: 480px;
  background: url(/soshiki_file/newworld-pj/top/search-image01.jpg) no-repeat top / cover;
  border-radius: 0 24px 24px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.top-search .container{
  position: relative;
  z-index: 3;
}
.top-search__box{
  background: #fff;
  border-radius: 15px;
  padding: 0 15px 64px;
}
.top-search__ttlWrap{
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.top-search__ttl{
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 30px;
  text-align: center;
}
.top-search__ttlBalloon{
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  background: #fff;
  color: #111;
  border: 2px solid #111;
  border-radius: 500px;
  padding: 5px 17px;
  margin: 0 0 30px;
  width: 244px;
  text-align: center;
  top: -10px;
}
.top-search__ttlBalloon:after{
  content: "";
  background: #fff;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  border-radius: 0px 0 1px 0;
  width: 10px;
  height: 10px;
  transform: rotate(43deg) skew(-5deg);
  position: absolute;
  bottom: -6px;
  left: calc(50% - 5px);
}
.top-search__list{
  max-width: 980px;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
}
.top-search__list__item{
  width: calc((100% - 60px) / 3);
  text-align: center;
  border: 1px solid #111;
  padding: 43px 30px 32px;
  border-radius: 15px;
}
.top-search__list__item img{
  margin: 0 auto 30px;
}
.top-search__list__btn{
  text-decoration: none;
  background: #111;
  color: #fff;
  display: block;
  border-radius: 9999px;
  text-align: center;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 11px 15px;
}
.top-search__list__btn:after{
  content: url(/soshiki_file/newworld-pj/arrow-right.svg);
  margin-left: 10px;
}
.top-search__btn{
  text-decoration: none;
  background: #0047C6;
  color: #fff;
  display: block;
  border-radius: 9999px;
  max-width: 360px;
  text-align: center;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 25px 15px;
}
.top-search__btn:after{
  content: url(/soshiki_file/newworld-pj/arrow-right.svg);
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .top-search{
    padding: 173px 0 40px;
    background: linear-gradient(to bottom, transparent 100px, #F1F2F5 100px);
    position: relative;
  }
  .top-search:before{
    width: 100%;
    height: 210px;
    background: url(/soshiki_file/newworld-pj/top/search-image01-sp.jpg) no-repeat center / cover;
  }
  .top-search:after{
    width: 235px;
    height: 158px;
    top: -127px;
    right: -75px;
  }
  .top-search__box{
    padding-bottom: 50px;
  }
  .top-search__ttl{
    font-size: 2rem;
    margin: 0 0 20px;
  }
  .top-search__ttlBalloon{
    margin-bottom: 0;
    top: -20px;
  }
  .top-search__list__item{
    width: 100%;
  }
  .top-search__btn{
    padding: 21px 15px;
  }
}


.top-case{
  background: #F1F2F5;
  padding: 50px 0 120px;
  position: relative;
}
.top-case:after{
  content: "";
  background: url(/soshiki_file/newworld-pj/top/case-deco.svg) no-repeat center / contain;
  font-size: 0;
  position: absolute;
  bottom: -70px;
  left: -175px;
  z-index: 1;
  width: 392px;
  height: 236px;
}
.top-case__ttlWrap{
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.top-case__ttl{
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 30px;
  text-align: center;
}
.top-case__ttlBalloon{
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  background: #fff;
  color: #111;
  border: 2px solid #111;
  border-radius: 500px;
  padding: 5px 17px;
  margin: 0 0 30px;
  width: 244px;
  text-align: center;
}
.top-case__ttlBalloon:after{
  content: "";
  background: #fff;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  border-radius: 0px 0 1px 0;
  width: 10px;
  height: 10px;
  transform: rotate(43deg) skew(-5deg);
  position: absolute;
  bottom: -6px;
  left: calc(50% - 5px);
}
.top-case__text{
  text-align: center;
  font-weight: bold;
  line-height: 2.25;
  margin: 0 0 40px;
  font-size: 1.8rem;
}
.top-case__images{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 50px;
}
.top-case__images img{
  width: 25%;
}
.top-case__btn{
  text-decoration: none;
  background: #111;
  color: #fff;
  display: block;
  border-radius: 9999px;
  max-width: 360px;
  text-align: center;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 25px 15px;
}
.top-case__btn:after{
  content: url(/soshiki_file/newworld-pj/arrow-right.svg);
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .top-case{
    padding: 45px 0 68px;
  }
  .top-case:after{
    width: 227px;
    height: 138px;
    bottom: -50px;
    left: -127px;
  }
  .top-case__ttl{
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .top-case__ttlBalloon{
    margin-bottom: 20px;
  }
  .top-case__text{
    text-align: left;
    font-size: 1.5rem;
    line-height: 2;
  }
  .top-case__images{
    margin-bottom: 35px;
  }
  .top-case__images img{
    width: 50%;
  }
  .top-case__btn{
    padding: 21px 15px;
  }
}

@keyframes guideDeco{
  0%{
    background-position: top 28px left 0;
  }
  100%{
    background-position: top 28px left -1933px;
  }
}
.top-guide{
  padding: 192px 0 0;
  background: url(/soshiki_file/newworld-pj/top/guide-deco.png) repeat-x top 28px left 50% / 1933px auto;
  animation: guideDeco 15s linear infinite;
}
.top-guide__box{
  background: url(/soshiki_file/newworld-pj/top/guide-frame.svg) no-repeat top / contain;
  padding: 10px 25px 5px;
  position: relative;
  margin-bottom: 150px;
}
.top-guide__text{
  text-align: center;
  font-weight: bold;
  line-height: 2.25;
  margin: 0 0 40px;
  font-size: 1.8rem;
}
.top-guide__faq img{
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .top-guide__faq{
    position: absolute;
    bottom: 5px;
    right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top-guide__box{
    background: url(/soshiki_file/newworld-pj/top/guide-frame-sp.svg) no-repeat top / 100% auto;
    padding-top: 15px;
    margin-bottom: 140px;
  }
  .top-guide__text{
    text-align: left;
    font-size: 1.5rem;
    line-height: 2;
    max-width: 315px;
    margin: 0 auto 20px;
  }
}

.top-link__swiperWrap,
.top-link__swiper__pagerWrap{
  position: relative;
  max-width: 1405px;
  width: calc(100% - 170px);
  margin: 0 auto;
}
.top-link__swiper{
  position: relative;
  overflow: hidden;
  max-width: 688px;
  margin: 0 auto;
}
.top-link__swiper-slide{

}
.top-link__swiper-slide a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  border: 1px solid #707070;
  padding: 10px 15px;
}

.top-link__swiper-slide__ttl{
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
  margin: 10px 0 0;
}
.swiper-button-prev,
.swiper-button-next{
  width: 42px;
  height: 42px;
  border: 3px solid #111;
  border-radius: 50%;
  background: url(/soshiki_file/newworld-pj/top/slide-arrow-left.svg) no-repeat center;
  background-color: #fff;
  position: absolute;
  top: 48px;
  box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.16);
}
.swiper-button-prev{
  left: -70px;
}
.swiper-button-next{
  right: -70px;
  transform: rotate(180deg);
}
.top-link__swiper__pagerWrap{
  text-align: right;
  margin-top: 16px;
}
.top-link__swiper__pagerWrap.stop .swiper_pause{
  display: none;
}
.top-link__swiper__pagerWrap:not(.stop) .swiper_start{
  display: none;
}
.swiper_pause,
.swiper_start{
  border: none;
  background: #F1F2F5;
  display: inline-flex;
  align-items: center;
  gap: 0 10px;
  font-size: 1.4rem;
  padding: 6px 15px;
  border-radius: 5px;
}
.swiper_pause:before{
  content: url(/soshiki_file/newworld-pj/top/slide-stop.svg);
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .top-link__swiperWrap{
    width: calc(100% - 80px);
  }
  .top-link__swiper__pagerWrap{
    width: calc(100% - 30px);
  }
  .swiper-button-prev,
  .swiper-button-next{
    width: 26px;
    height: 26px;
    border: 2px solid #111;
    background-size: 8px;
    top: 32px;
  }
  .swiper-button-prev{
    left: -34px;
  }
  .swiper-button-next{
    right: -34px;
  }
  .top-link__swiper-slide a{
    height: 48px;
  }
  .top-link__swiper-slide img{
    object-fit: contain;
    height: 100%;
  }
  .top-link__swiper-slide__ttl{
    line-height: 1.2;
    font-size: 1.2rem;
  }
}

.news-box{
  max-width: 960px;
  margin: 80px auto 0;
  padding-right: 15px;
  padding-left: 15px;
}
.news-box-title{
  font-weight: bold;
}
.news-item{
  border-bottom: 1px solid #707070;
  padding: 20px 5px;
}
.news-item-date{
  
}
.news-item-title{
  font-weight: bold;
}
.link-summary a{
  text-decoration: none;
  background: #111;
  color: #fff;
  display: block;
  border-radius: 9999px;
  max-width: 360px;
  text-align: center;
  margin: 30px auto 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 25px 15px;
}
.link-summary a:after{
  content: url(/soshiki_file/newworld-pj/arrow-right.svg);
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .link-summary a{
    padding: 21px 15px;
  }
}

.top-about__movie__item iframe{
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top-about__movie__item iframe{
    margin-bottom: 20px;
  }
}