.first-view_wrap {
  background: #eee;
}
@media (max-width: 880px) {
  .first-view_wrap {
    margin-bottom: 45px;
  }
}
.first-view_wrap img {
  width: 100%;
}

@media (max-width: 880px) {
  .swiper-pagination {
    bottom: 10px !important;
    z-index: 4;
    width: auto !important;
    left: inherit !important;
    right: 0;
  }
}

.swiper-pagination-bullet {
  width: 65px;
  height: 5px;
  border-radius: inherit;
  margin-right: 10px !important;
}
@media (max-width: 880px) {
  .swiper-pagination-bullet {
    width: 40px;
    margin-right: 8px;
  }
}
.swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
@media (max-width: 880px) {
  .swiper-pagination-bullet:last-child {
    margin-right: 8px !important;
  }
}

.swiper-pagination-bullet-active {
  background-color: #864796;
}

@-webkit-keyframes ani1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-filter: blur(15px);
            filter: blur(15px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  40% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  75% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
}

@keyframes ani1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-filter: blur(15px);
            filter: blur(15px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  40% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  75% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
}
@-webkit-keyframes ani2 {
  0% {
    opacity: 0.9;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  70% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani2 {
  0% {
    opacity: 0.9;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  70% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ani3 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  60% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
}
@keyframes ani3 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  60% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
}
@-webkit-keyframes ani4 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-filter: blur(15px);
            filter: blur(15px);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  70% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
}
@keyframes ani4 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-filter: blur(15px);
            filter: blur(15px);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  70% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
}
.cap-white {
  color: #fff;
  text-shadow: 0 0 5px #333;
  text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
}

.cap-black {
  color: #000;
  text-shadow: 0 0 5px #fff;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

.swiper-slide1 .txt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 20%;
  left: 15%;
  position: absolute;
  z-index: 3;
}
@media (max-width: 880px) {
  .swiper-slide1 .txt_wrap {
    left: 2%;
    top: 15%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.swiper-slide1 .txt_wrap .txt1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 1200px) {
  .swiper-slide1 .txt_wrap .txt1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1200px) and (max-width: 880px) {
  .swiper-slide1 .txt_wrap .txt1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.swiper-slide1 .txt_wrap .txt1 .txt1-1 {
  max-width: 350px;
  padding-bottom: 25px;
}
@media (max-width: 1200px) {
  .swiper-slide1 .txt_wrap .txt1 .txt1-1 {
    padding-bottom: 0;
  }
}
@media (max-width: 1200px) and (max-width: 880px) {
  .swiper-slide1 .txt_wrap .txt1 .txt1-1 {
    max-width: 45vw;
    padding-bottom: 10px;
  }
}
.swiper-slide1 .txt_wrap .txt1 .txt1-2 {
  max-width: 400px;
  margin-left: -30px;
}
@media (max-width: 1200px) {
  .swiper-slide1 .txt_wrap .txt1 .txt1-2 {
    margin-top: -3%;
  }
}
@media (max-width: 1200px) and (max-width: 880px) {
  .swiper-slide1 .txt_wrap .txt1 .txt1-2 {
    max-width: 47vw;
    margin-left: -3vw;
    padding-top: 0;
  }
}
.swiper-slide1 .txt_wrap .txt2 {
  max-width: 530px;
  margin-bottom: 8%;
}
@media (max-width: 1200px) and (max-width: 880px) {
  .swiper-slide1 .txt_wrap .txt2 {
    max-width: 65vw;
    margin-bottom: 15%;
    margin-top: -2%;
  }
}
.swiper-slide1 .txt_wrap .txt3 {
  font-size: 2.2rem;
  letter-spacing: 0.2rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  position: relative;
  text-shadow: 0 0 8px #fff;
  text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
}
@media (max-width: 1200px) {
  .swiper-slide1 .txt_wrap .txt3 {
    font-size: 1.5vw;
  }
}
@media (max-width: 1200px) and (max-width: 880px) {
  .swiper-slide1 .txt_wrap .txt3 {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    bottom: inherit;
    text-align: left;
    padding-left: 3%;
    color: #fff;
    text-shadow: 0 0 15px #00306e;
    text-shadow: 0 0 15px #00306e, 0 0 15px #00306e, 0 0 15px #00306e, 0 0 15px #00306e;
  }
}
.swiper-slide1 .txt_wrap .txt3::after {
  width: 50%;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  top: -2vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #333;
}
@media (max-width: 880px) {
  .swiper-slide1 .txt_wrap .txt3::after {
    background-color: #98c6ec;
    left: 5%;
    top: -3vh;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.swiper-slide1 .pers {
  max-width: 800px;
  position: absolute;
  right: 3%;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 1600px) {
  .swiper-slide1 .pers {
    max-width: 43vw;
    right: 0;
  }
}
@media (max-width: 1600px) and (max-width: 1400px) {
  .swiper-slide1 .pers {
    max-width: 48vw;
    right: -5%;
  }
}
@media (max-width: 1600px) and (max-width: 1400px) and (max-width: 1200px) and (max-width: 880px) {
  .swiper-slide1 .pers {
    max-width: 75vw;
    right: -22%;
    bottom: -3%;
  }
}
@media (max-width: 1600px) and (max-width: 1400px) and (max-width: 1200px) and (max-width: 880px) and (max-width: 640px) {
  .swiper-slide1 .pers {
    max-width: 100vw;
  }
}
.swiper-slide1 .pers .cap {
  position: absolute;
  bottom: 5px;
  right: 15px;
}
@media (max-width: 1400px) {
  .swiper-slide1 .pers .cap {
    right: 15%;
  }
}
@media (max-width: 1400px) and (max-width: 880px) {
  .swiper-slide1 .pers .cap {
    max-width: 100vw;
    right: 25%;
    bottom: 5%;
  }
}
.swiper-slide1 .bg {
  width: 100%;
}
.swiper-slide1 .bg img {
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
  -o-object-position: top right;
     object-position: top right;
}
@media (max-width: 880px) {
  .swiper-slide1 .bg img {
    height: 95svh;
  }
}
.swiper-slide1.swiper-slide-active .txt {
  opacity: 0;
  -webkit-animation: ani4 2s ease-in-out forwards;
          animation: ani4 2s ease-in-out forwards;
}
.swiper-slide1.swiper-slide-active .txt1 {
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
.swiper-slide1.swiper-slide-active .txt2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.swiper-slide1.swiper-slide-active .txt3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.swiper-slide-fl ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.swiper-slide-fl ul li {
  width: 50%;
  height: 100svh;
}
@media (max-width: 880px) {
  .swiper-slide-fl ul li {
    width: 100%;
    height: 95svh;
  }
}
.swiper-slide-fl ul li.fl-revers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (max-width: 880px) {
  .swiper-slide-fl ul li.fl-revers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.swiper-slide-fl ul li:nth-child(1) figure .cap {
  left: 5px;
}
@media (max-width: 880px) {
  .swiper-slide-fl ul li.big {
    height: 55svh;
  }
}
.swiper-slide-fl ul li.big .txt {
  color: #fff;
  font-size: 5.2rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6%;
}
@media (max-width: 1600px) {
  .swiper-slide-fl ul li.big .txt {
    font-size: 3vw;
  }
}
@media (max-width: 1600px) and (max-width: 880px) {
  .swiper-slide-fl ul li.big .txt {
    font-size: 6.5vw;
    margin-top: auto;
    margin-bottom: 3svh;
  }
}
@media (max-width: 880px) {
  .swiper-slide-fl ul li.small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: 40svh;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.swiper-slide-fl ul li.small .txt {
  font-size: 2rem;
  display: grid;
  place-content: center;
  place-items: center;
  margin-top: 7%;
  line-height: 2;
  letter-spacing: 0.1rem;
}
@media (max-width: 1200px) {
  .swiper-slide-fl ul li.small .txt {
    font-size: 1.4rem;
  }
}
@media (max-width: 1200px) and (max-width: 880px) {
  .swiper-slide-fl ul li.small .txt {
    font-size: 3.3vw;
    color: #fff;
    margin-top: 0;
    margin-bottom: auto;
    text-align: center;
  }
}
@media (max-width: 880px) {
  .swiper-slide-fl ul li.small .img img {
    height: 30svh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 880px) and (max-width: 640px) {
  .swiper-slide-fl ul li.small .img img {
    height: 25svh;
  }
}
.swiper-slide-fl ul li .img {
  width: 100%;
  position: relative;
}
@media (max-width: 1600px) {
  .swiper-slide-fl ul li .img img {
    height: 70svh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.swiper-slide-fl ul li .img .cap {
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 999;
}
.swiper-slide-fl ul li .font-small {
  font-size: 80%;
}
.swiper-slide-fl.swiper-slide-active figure {
  -webkit-animation: ani2 2s ease-in forwards;
          animation: ani2 2s ease-in forwards;
}
.swiper-slide-fl.swiper-slide-active .txt {
  opacity: 0;
  -webkit-animation: ani3 1.5s ease-out forwards 0.9s;
          animation: ani3 1.5s ease-out forwards 0.9s;
}
.swiper-slide-fl.swiper-slide-active li.small .txt {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.swiper-slide2 ul li.small {
  background-color: #f8f3f8;
}
@media (max-width: 880px) {
  .swiper-slide2 ul li.small {
    background-color: #570053;
  }
}
.swiper-slide2 ul li.big {
  background-color: #570053;
}

.swiper-slide3 ul li.small {
  background-color: #f2f3f7;
}
@media (max-width: 880px) {
  .swiper-slide3 ul li.small {
    background-color: #000f73;
  }
}
.swiper-slide3 ul li.big {
  background-color: #000f73;
}

@media (max-width: 880px) {
  .swiper-slide2 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 880px) {
  .swiper-slide2 ul li.big .img img {
    height: 40svh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 880px) and (max-width: 640px) {
  .swiper-slide2 ul li.big .img img {
    height: 40svh;
  }
}

@media (max-width: 880px) {
  .swiper-slide3 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.swiper-slide3 ul li.big .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.swiper-slide3 ul li.big .img figure {
  width: 50%;
  position: relative;
}
.swiper-slide3 ul li.big .img figure:last-child {
  width: 100%;
}
@media (max-width: 1600px) {
  .swiper-slide3 ul li.big .img img {
    height: 35vh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1600px) and (max-width: 880px) {
  .swiper-slide3 ul li.big .img img {
    height: 20svh;
  }
}
@media (max-width: 1600px) and (max-width: 880px) and (max-width: 640px) {
  .swiper-slide3 ul li.big .img img {
    height: 20svh;
  }
}
.swiper-slide3 ul li.big .img .cap {
  right: inherit !important;
}
.swiper-slide3 ul li.small .img img {
  -o-object-position: 45% 100%;
     object-position: 45% 100%;
}
.swiper-slide3 ul li.small .img .cap {
  padding-left: 5px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 880px) {
  .swiper-slide3 ul li.small .img .cap {
    text-align: right;
  }
}
.swiper-slide3 ul li .txt {
  place-items: inherit !important;
}
.swiper-slide3 ul li .txt .df {
  position: relative;
}
.swiper-slide3 ul li .txt .df .font-small {
  display: inline-block;
  font-size: 1.1rem;
  position: absolute;
  top: -1px;
  right: 17px;
}
@media (max-width: 1200px) {
  .swiper-slide3 ul li .txt .df .font-small {
    font-size: 1rem;
    top: -3px;
    right: 8px;
  }
}
@media (max-width: 1200px) and (max-width: 880px) {
  .swiper-slide3 ul li .txt .df .font-small {
    font-size: 60%;
    position: relative;
    right: 0;
    top: inherit;
    bottom: 0;
    padding-right: 1px;
  }
}

.swiper-slide4 .ab {
  position: absolute;
  z-index: 3;
}
.swiper-slide4 .txt_wrap {
  top: 25%;
  left: 10%;
}
@media (max-width: 880px) {
  .swiper-slide4 .txt_wrap {
    top: 25%;
    left: 0%;
  }
}
@media (max-width: 880px) and (max-width: 640px) {
  .swiper-slide4 .txt_wrap {
    top: inherit;
    bottom: 32%;
    left: 0%;
  }
}
.swiper-slide4 .txt_wrap .txt {
  font-size: 5rem;
  letter-spacing: 0.7rem;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 0 10px #000;
  padding-left: 10%;
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .swiper-slide4 .txt_wrap .txt {
    font-size: 4vw;
  }
}
@media (max-width: 1200px) and (max-width: 880px) {
  .swiper-slide4 .txt_wrap .txt {
    font-size: 6vw;
    letter-spacing: 0.2rem;
    text-shadow: 0 0 10px #1b1818;
    text-shadow: 0 0 10px #1b1818, 0 0 10px #1b1818, 0 0 10px #1b1818, 0 0 10px #1b1818, 0 0 10px #1b1818, 0 0 10px #1b1818;
    margin-bottom: 10px;
    text-align: center;
    padding-left: 0;
  }
}
@media (max-width: 1200px) and (max-width: 880px) and (max-width: 640px) {
  .swiper-slide4 .txt_wrap .txt {
    font-size: 7.5vw;
  }
}
.swiper-slide4 .txt_wrap .txt .font-small {
  font-size: 80%;
}
.swiper-slide4 .txt_wrap .kakaku {
  max-width: 700px;
  width: 100%;
}
.swiper-slide4 .wappen {
  max-width: 350px;
  top: 16%;
  right: 3%;
}
@media (max-width: 1200px) {
  .swiper-slide4 .wappen {
    max-width: 23vw;
    width: 23vw;
  }
}
@media (max-width: 1200px) and (max-width: 880px) {
  .swiper-slide4 .wappen {
    top: 10%;
    max-width: 25vw;
    width: 25vw;
  }
}
@media (max-width: 1200px) and (max-width: 880px) and (max-width: 640px) {
  .swiper-slide4 .wappen {
    top: inherit;
    bottom: 5%;
    right: 2%;
    max-width: 42vw;
    width: 42vw;
  }
}
.swiper-slide4 .wappen a {
  display: block;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.swiper-slide4 .wappen a:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.swiper-slide4 .bg {
  z-index: 2;
}
.swiper-slide4 .bg .cap {
  position: absolute;
  right: 10px;
  bottom: 5px;
}
.swiper-slide4 .bg img {
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100svh;
  -o-object-position: 60% 0%;
     object-position: 60% 0%;
}
@media (max-width: 880px) {
  .swiper-slide4 .bg img {
    height: 95svh;
  }
}
.swiper-slide4.swiper-slide-active .txt_wrap .txt {
  -webkit-animation: ani4 2s ease-in-out forwards;
          animation: ani4 2s ease-in-out forwards;
}
.swiper-slide4.swiper-slide-active .txt_wrap .kakaku {
  -webkit-animation: ani4 2s ease-in-out forwards;
          animation: ani4 2s ease-in-out forwards;
  opacity: 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.swiper-slide4.swiper-slide-active .wappen {
  -webkit-animation: ani4 2s ease-in-out forwards;
          animation: ani4 2s ease-in-out forwards;
  opacity: 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}/*# sourceMappingURL=top-first-view.css.map */