<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! Writen by SCSS */
.contaner {
  padding: 0;
}
@media screen and (max-width: 960px) {
  .contaner {
    padding: 0;
  }
}

.main_bg {
  position: relative;
  padding-top: 15%;
  background: url("../images/point10/ttl_bg.webp") center center/cover;
}
@media screen and (max-width: 960px) {
  .main_bg {
    padding-top: 20%;
  }
}
@media screen and (max-width: 520px) {
  .main_bg {
    padding-top: 0;
    background: url("../images/point10/ttl_bg_sp.webp") center center/cover;
  }
}

.main {
  position: absolute;
  inset: 0;
  margin: auto;
  aspect-ratio: 1280/200;
}
@media screen and (max-width: 520px) {
  .main {
    position: relative;
    aspect-ratio: 800/260;
  }
}
.main .inner {
  padding: 25px 20px;
}
@media screen and (max-width: 520px) {
  .main .inner {
    padding: 0 18%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.main .inner p {
  width: 30.3125%;
  max-width: 388px;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .main .inner p {
    width: 37.5%;
  }
}
@media screen and (max-width: 520px) {
  .main .inner p {
    width: 90%;
  }
}

.inner {
  max-width: 1280px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .inner .p_ttl {
    margin-bottom: 2.5em;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
}

.flex_wrap {
  flex-wrap: wrap;
}

.flex_rr {
  flex-direction: row-reverse;
}

.pos_r {
  position: relative;
}

.pos_a {
  position: absolute;
}

.list {
  padding-top: 3.125%;
  display: flex;
  flex-direction: column;
  grid-gap: 60px 0;
}
@media screen and (max-width: 520px) {
  .list {
    background: #fff;
    padding-top: 8.3333333333%;
  }
}
@media screen and (max-width: 960px) {
  .list .inner {
    width: 100%;
  }
}
.list li {
  position: relative;
}
.list li .img {
  background: #fff;
}
.list li .cont {
  background: #fff;
}
.list li .cont .inn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .list li .cont .inn {
    justify-content: center;
  }
}
@media screen and (max-width: 520px) {
  .list li .cont .inn {
    display: block;
  }
}
.list li .cont .inn .no {
  width: 22.65625%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(30px, 11.32vw, 145px);
  line-height: 1;
  color: #1d1d1d;
  font-weight: 300;
  font-style: italic;
}
@media screen and (max-width: 960px) {
  .list li .cont .inn .no {
    width: 32.5520833333%;
    font-size: clamp(80px, 16.27vw, 125px);
    line-height: 0.7;
    position: relative;
    top: -0.1em;
  }
}
@media screen and (max-width: 600px) {
  .list li .cont .inn .no {
    width: 32.5520833333%;
    font-size: clamp(80px, 16.27vw, 125px);
  }
}
@media screen and (max-width: 520px) {
  .list li .cont .inn .no {
    width: 100%;
    display: block;
    text-align: center;
    padding: 25px 10px 0;
    font-size: 12.3076923077vw;
  }
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .list li .cont .inn .no p {
    width: 1.2em;
    position: relative;
    right: -0.2em;
  }
}
.list li .cont .inn .txt {
  text-align: center;
  padding: 3.3854166667% 3.125% 4.9479166667%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .list li .cont .inn .txt {
    padding-right: 10.4166666667vw;
    padding-left: 0;
  }
}
@media screen and (max-width: 520px) {
  .list li .cont .inn .txt {
    width: 100%;
    padding: 20px;
  }
}
.list li .cont .inn .txt .c_ttl {
  font-size: clamp(14px, 2.34vw, 30px);
  letter-spacing: 0.03em;
  line-height: 1.4;
  color: #806219;
  font-weight: 900;
  margin-bottom: 0.6em;
}
.list li .cont .inn .txt .c_ttl .min {
  font-size: 60%;
}
.list li .cont .inn .txt .c_ttl .lg {
  font-size: 130%;
}
.list li .cont .inn .txt .c_ttl .lg120 {
  font-size: 120%;
}
.list li .cont .inn .txt .c_ttl .lg130 {
  font-size: 130%;
}
.list li .cont .inn .txt .c_ttl .lg140 {
  font-size: 140%;
}
@media screen and (max-width: 520px) {
  .list li .cont .inn .txt .c_ttl .sp_lg {
    font-size: 130%;
    line-height: 1.2;
    display: inline-block;
  }
}
@media screen and (max-width: 960px) {
  .list li .cont .inn .txt .c_ttl {
    font-size: 2.8888888889vw;
  }
}
@media screen and (max-width: 520px) {
  .list li .cont .inn .txt .c_ttl {
    font-size: 4.6153846154vw;
  }
}
.list li .cont .inn .txt .c_lead {
  font-size: clamp(12px, 1.56vw, 20px);
  letter-spacing: 0.08em;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .list li .cont .inn .txt .c_lead {
    font-size: 1.5555555556vw;
  }
}
@media screen and (max-width: 520px) {
  .list li .cont .inn .txt .c_lead {
    font-size: 3.3333333333vw;
    line-height: 1.9;
  }
}
.list li .btn {
  transform: translateY(-50%);
  text-align: center;
}
@media screen and (max-width: 520px) {
  .list li .btn {
    transform: none;
  }
}
.list li .btn p {
  width: 60%;
  max-width: 380px;
  font-size: clamp(12px, 1.45vw, 28px);
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 500;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .list li .btn p {
    font-size: 1.5555555556vw;
    max-width: 280px;
  }
}
@media screen and (max-width: 520px) {
  .list li .btn p {
    font-size: 3.0769230769vw;
  }
}
.list li .btn p a {
  width: 100%;
  height: 3.4em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #333333;
  border-radius: 2.2em;
  color: #333333;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.list li .btn p a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 960px) {
  .list li .btn p a {
    height: 3em;
    border-radius: 1.5em;
  }
}
.list li .btn.cs p a {
  pointer-events: none;
  opacity: 0.5;
}
.list li:nth-child(2n) .cont .inn {
  margin-left: auto;
  flex-direction: row-reverse;
}
.list li:nth-child(2n-1) .cont .inn {
  margin-right: auto;
}
.list li:nth-child(1) .cont .inn {
  background: url("../images/point10/bg01.jpg") left center/cover;
}
@media screen and (max-width: 520px) {
  .list li:nth-child(1) .cont .inn {
    background: url("../images/point10/bg01.jpg") 30% center/auto 100%;
  }
}
@media screen and (max-width: 960px) {
  .list li:nth-child(1) .cont .inn .no {
    padding-left: 2.6041666667%;
  }
}
.list li:nth-child(2) .cont .inn {
  background: url("../images/point10/bg02.jpg") center right/auto 100%;
  background-repeat: no-repeat;
  max-width: 100%;
}
@media screen and (max-width: 1280px) {
  .list li:nth-child(2) .cont .inn {
    background: url("../images/point10/bg02.jpg") center right/cover;
  }
}
@media screen and (max-width: 520px) {
  .list li:nth-child(2) .cont .inn {
    background: url("../images/point10/bg02.jpg") 70% center/auto 100%;
  }
}
.list li:nth-child(2) .cont .inn .no {
  width: 22.65625%;
}
@media screen and (max-width: 960px) {
  .list li:nth-child(2) .cont .inn .no {
    width: 32.5520833333%;
    padding-right: 6.5104166667%;
  }
}
@media screen and (max-width: 520px) {
  .list li:nth-child(2) .cont .inn .no {
    width: 100%;
  }
}
.list li:nth-child(2) .cont .inn .txt {
  padding: 5.078125% 0 5.078125% 7.03125%;
}
@media screen and (max-width: 960px) {
  .list li:nth-child(2) .cont .inn .txt {
    width: 65.1041666667%;
    padding: 3.3854166667% 0 4.9479166667% 4.6875%;
  }
}
@media screen and (max-width: 520px) {
  .list li:nth-child(2) .cont .inn .txt {
    width: 100%;
    padding: 20px;
  }
}
.list li:nth-child(3) .img .sld1 {
  text-align: center;
}
.list li:nth-child(3) .img .sld1 figure {
  display: inline-block;
}
@media screen and (max-width: 520px) {
  .list li:nth-child(3) .img .sld1 figure {
    max-width: 740px;
    width: 740px;
  }
}
.list li:nth-child(3) .img .sld1 figure img {
  max-width: 1840px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  .list li:nth-child(3) .img .sld1 figure img {
    max-width: 740px;
    width: 740px;
  }
}
.list li:nth-child(3) .cont .inn {
  margin-inline: auto;
  background: url("../images/point10/bg03.jpg") left center/cover;
}
@media screen and (max-width: 520px) {
  .list li:nth-child(3) .cont .inn {
    background: url("../images/point10/bg03.jpg") 30% center/auto 100%;
  }
}
@media screen and (max-width: 960px) {
  .list li:nth-child(3) .cont .inn .no {
    padding-left: 2.6041666667%;
  }
}
@media screen and (max-width: 520px) {
  .list li:nth-child(3) .cont .inn .no {
    padding: 15px 10px 0;
  }
}
.list li:nth-child(3) .cont .inn .txt {
  padding: 3.3854166667% 6.7708333333% 4.9479166667% 0;
}
@media screen and (max-width: 960px) {
  .list li:nth-child(3) .cont .inn .txt {
    padding-right: 11.71875%;
  }
}
@media screen and (max-width: 520px) {
  .list li:nth-child(3) .cont .inn .txt {
    padding: 20px;
  }
}
.list li:nth-child(4) .cont .inn {
  background: url("../images/point10/bg04.jpg") center right/auto 100%;
  background-repeat: no-repeat;
  max-width: 100%;
}
@media screen and (max-width: 1280px) {
  .list li:nth-child(4) .cont .inn {
    background: url("../images/point10/bg04.jpg") center right/cover;
  }
}
@media screen and (max-width: 520px) {
  .list li:nth-child(4) .cont .inn {
    background: url("../images/point10/bg04.jpg") 70% center/auto 100%;
  }
}
.list li:nth-child(4) .cont .inn .no {
  width: 22.65625%;
}
@media screen and (max-width: 960px) {
  .list li:nth-child(4) .cont .inn .no {
    width: 32.5520833333%;
    padding-right: 6.5104166667%;
  }
}
@media screen and (max-width: 520px) {
  .list li:nth-child(4) .cont .inn .no {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .list li:nth-child(4) .cont .inn .txt {
    width: 65.1041666667%;
  }
}
@media screen and (max-width: 520px) {
  .list li:nth-child(4) .cont .inn .txt {
    width: 100%;
    padding: 20px;
  }
}
.list li:nth-child(5) .cont .inn {
  background: url("../images/point10/bg05.jpg") left center/cover;
}
@media screen and (max-width: 520px) {
  .list li:nth-child(5) .cont .inn {
    background: url("../images/point10/bg05.jpg") 30% center/auto 100%;
  }
}
@media screen and (max-width: 960px) {
  .list li:nth-child(5) .cont .inn .no {
    padding-left: 2.6041666667%;
  }
}
.list li:nth-child(6) .img .cap1 {
  right: auto;
  left: 0;
}
@media screen and (max-width: 520px) {
  .list li:nth-child(6) .img .cap1 {
    top: 0;
    bottom: auto;
  }
}
.list li:nth-child(6) .cont .inn {
  background: url("../images/point10/bg06.jpg") center right/auto 100%;
  background-repeat: no-repeat;
  max-width: 100%;
}
@media screen and (max-width: 1280px) {
  .list li:nth-child(6) .cont .inn {
    background: url("../images/point10/bg06.jpg") center right/cover;
  }
}
@media screen and (max-width: 520px) {
  .list li:nth-child(6) .cont .inn {
    background: url("../images/point10/bg06.jpg") 70% center/auto 100%;
  }
}
.list li:nth-child(6) .cont .inn .no {
  width: 22.65625%;
}
@media screen and (max-width: 960px) {
  .list li:nth-child(6) .cont .inn .no {
    width: 32.5520833333%;
    padding-right: 6.5104166667%;
  }
}
@media screen and (max-width: 520px) {
  .list li:nth-child(6) .cont .inn .no {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .list li:nth-child(6) .cont .inn .txt {
    width: 65.1041666667%;
  }
}
@media screen and (max-width: 520px) {
  .list li:nth-child(6) .cont .inn .txt {
    width: 100%;
    padding: 20px;
  }
}
.list li:nth-child(7) .img .cap1 {
  right: auto;
  left: 0;
}
@media screen and (max-width: 767px) {
  .list li:nth-child(7) .img .cap1 {
    top: 0;
    bottom: auto;
  }
}
.list li:nth-child(7) .cont .inn {
  background: url("../images/point10/bg07.jpg") left center/cover;
}
@media screen and (max-width: 520px) {
  .list li:nth-child(7) .cont .inn {
    background: url("../images/point10/bg07.jpg") 30% center/auto 100%;
  }
}
@media screen and (min-width: 960px) {
  .list li:nth-child(7) .cont .inn .txt {
    padding-left: 0;
  }
}
@media screen and (max-width: 960px) {
  .list li:nth-child(7) .cont .inn .no {
    padding-left: 2.6041666667%;
  }
}
.list li:nth-child(8) .img .cap1 {
  right: auto;
  left: 0;
}
@media screen and (max-width: 767px) {
  .list li:nth-child(8) .img .cap1 {
    left: auto;
    right: 0;
  }
}
.list li:nth-child(8) .img .cap2 {
  right: 33.359375%;
}
@media screen and (max-width: 767px) {
  .list li:nth-child(8) .img .cap2 {
    right: 0;
    top: 0;
    bottom: auto;
  }
}
@media screen and (max-width: 767px) {
  .list li:nth-child(8) .img .cap3 {
    right: auto;
    left: 0;
    top: 0;
    bottom: auto;
  }
}
.list li:nth-child(8) .cont .inn {
  background: url("../images/point10/bg08.jpg") center right/auto 100%;
  background-repeat: no-repeat;
  max-width: 100%;
}
@media screen and (max-width: 1280px) {
  .list li:nth-child(8) .cont .inn {
    background: url("../images/point10/bg08.jpg") center right/cover;
  }
}
@media screen and (max-width: 520px) {
  .list li:nth-child(8) .cont .inn {
    background: url("../images/point10/bg08.jpg") 70% center/auto 100%;
  }
}
.list li:nth-child(8) .cont .inn .no {
  width: 22.65625%;
}
@media screen and (max-width: 960px) {
  .list li:nth-child(8) .cont .inn .no {
    width: 32.5520833333%;
    padding-right: 6.5104166667%;
  }
}
@media screen and (max-width: 520px) {
  .list li:nth-child(8) .cont .inn .no {
    width: 100%;
  }
}
.list li:nth-child(8) .cont .inn .txt {
  padding: 5.078125% 0 5.078125% 7.03125%;
}
@media screen and (max-width: 960px) {
  .list li:nth-child(8) .cont .inn .txt {
    width: 65.1041666667%;
    padding: 3.3854166667% 0 4.9479166667% 4.6875%;
  }
}
@media screen and (max-width: 520px) {
  .list li:nth-child(8) .cont .inn .txt {
    width: 100%;
    padding: 20px;
  }
}
.list li:nth-child(9) .img .cap1 {
  right: auto;
  left: 0;
  color: #000;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  .list li:nth-child(9) .img .cap1 {
    top: 0;
    bottom: auto;
    line-height: 1.2;
    text-align: left;
  }
}
.list li:nth-child(9) .img .cap2 {
  right: 42.1875%;
}
@media screen and (max-width: 767px) {
  .list li:nth-child(9) .img .cap2 {
    top: 0;
    right: 0;
    bottom: auto;
  }
}
.list li:nth-child(9) .img .cap3 {
  right: 12.96875%;
}
@media screen and (max-width: 767px) {
  .list li:nth-child(9) .img .cap3 {
    right: auto;
    left: 0;
  }
}
.list li:nth-child(9) .cont .inn {
  background: url("../images/point10/bg09.jpg") left center/cover;
}
@media screen and (max-width: 520px) {
  .list li:nth-child(9) .cont .inn {
    background: url("../images/point10/bg09.jpg") 30% center/auto 100%;
  }
}
@media screen and (max-width: 960px) {
  .list li:nth-child(9) .cont .inn .no {
    padding-left: 2.6041666667%;
  }
}
.list li:nth-child(10) .img .cap1 {
  right: auto;
  left: 0;
  color: #333;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  .list li:nth-child(10) .img .cap1 {
    top: 0;
    bottom: auto;
    text-align: left;
    line-height: 1.2;
  }
}
.list li:nth-child(10) .img .cap2 {
  right: 42.1875%;
}
@media screen and (max-width: 767px) {
  .list li:nth-child(10) .img .cap2 {
    top: 0;
    right: 0;
    bottom: auto;
  }
}
.list li:nth-child(10) .img .cap3 {
  right: 12.96875%;
}
@media screen and (max-width: 767px) {
  .list li:nth-child(10) .img .cap3 {
    left: 0;
    right: auto;
  }
}
.list li:nth-child(10) .cont .inn {
  background: url("../images/point10/bg10.jpg") center right/auto 100%;
  background-repeat: no-repeat;
  max-width: 100%;
}
@media screen and (max-width: 1280px) {
  .list li:nth-child(10) .cont .inn {
    background: url("../images/point10/bg10.jpg") center right/cover;
  }
}
@media screen and (max-width: 520px) {
  .list li:nth-child(10) .cont .inn {
    background: url("../images/point10/bg10.jpg") 70% center/auto 100%;
  }
}
.list li:nth-child(10) .cont .inn .no {
  width: 22.65625%;
}
@media screen and (max-width: 960px) {
  .list li:nth-child(10) .cont .inn .no {
    width: 32.5520833333%;
    padding-right: 6.5104166667%;
  }
}
@media screen and (max-width: 520px) {
  .list li:nth-child(10) .cont .inn .no {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .list li:nth-child(10) .cont .inn .txt {
    width: 65.1041666667%;
  }
}
@media screen and (max-width: 520px) {
  .list li:nth-child(10) .cont .inn .txt {
    width: 100%;
    padding: 20px;
  }
}

.img_cap.left .cap,
.img_cap.left span {
  text-align: left;
  right: auto;
  left: 0;
}
@media screen and (max-width: 520px) {
  .img_cap.sp_r .cap,
  .img_cap.sp_r span {
    right: 0;
    left: auto;
    text-align: right;
  }
}

@media screen and (max-width: 520px) {
  .cap_wrap .cap_inner .cap {
    font-size: 8px;
  }
}

.mtxt .mtxt_t {
  display: inline-block;
  opacity: 0;
  transform: translateX(50px) translateY(-20px);
  filter: blur(10px);
}

.mtxt .mtxt_t:nth-child(1) {
  transition-delay: 0.04s !important;
  animation-delay: 0.04s !important;
}

.mtxt .mtxt_t:nth-child(2) {
  transition-delay: 0.08s !important;
  animation-delay: 0.08s !important;
}

.mtxt .mtxt_t:nth-child(3) {
  transition-delay: 0.12s !important;
  animation-delay: 0.12s !important;
}

.mtxt .mtxt_t:nth-child(4) {
  transition-delay: 0.16s !important;
  animation-delay: 0.16s !important;
}

.mtxt .mtxt_t:nth-child(5) {
  transition-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.mtxt .mtxt_t:nth-child(6) {
  transition-delay: 0.24s !important;
  animation-delay: 0.24s !important;
}

.mtxt .mtxt_t:nth-child(7) {
  transition-delay: 0.28s !important;
  animation-delay: 0.28s !important;
}

.mtxt .mtxt_t:nth-child(8) {
  transition-delay: 0.32s !important;
  animation-delay: 0.32s !important;
}

.mtxt .mtxt_t:nth-child(9) {
  transition-delay: 0.36s !important;
  animation-delay: 0.36s !important;
}

.mtxt .mtxt_t:nth-child(10) {
  transition-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}

.mtxt .mtxt_t:nth-child(11) {
  transition-delay: 0.44s !important;
  animation-delay: 0.44s !important;
}

.mtxt .mtxt_t:nth-child(12) {
  transition-delay: 0.48s !important;
  animation-delay: 0.48s !important;
}

.mtxt .mtxt_t:nth-child(13) {
  transition-delay: 0.52s !important;
  animation-delay: 0.52s !important;
}

.mtxt .mtxt_t:nth-child(14) {
  transition-delay: 0.56s !important;
  animation-delay: 0.56s !important;
}

.mtxt .mtxt_t:nth-child(15) {
  transition-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}

.mtxt .mtxt_t:nth-child(16) {
  transition-delay: 0.64s !important;
  animation-delay: 0.64s !important;
}

.mtxt .mtxt_t:nth-child(17) {
  transition-delay: 0.68s !important;
  animation-delay: 0.68s !important;
}

.mtxt .mtxt_t:nth-child(18) {
  transition-delay: 0.72s !important;
  animation-delay: 0.72s !important;
}

.mtxt .mtxt_t:nth-child(19) {
  transition-delay: 0.76s !important;
  animation-delay: 0.76s !important;
}

.mtxt .mtxt_t:nth-child(20) {
  transition-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}

.mtxt .mtxt_t:nth-child(21) {
  transition-delay: 0.84s !important;
  animation-delay: 0.84s !important;
}

.mtxt .mtxt_t:nth-child(22) {
  transition-delay: 0.88s !important;
  animation-delay: 0.88s !important;
}

.mtxt .mtxt_t:nth-child(23) {
  transition-delay: 0.92s !important;
  animation-delay: 0.92s !important;
}

.mtxt .mtxt_t:nth-child(24) {
  transition-delay: 0.96s !important;
  animation-delay: 0.96s !important;
}

.mtxt .mtxt_t:nth-child(25) {
  transition-delay: 1s !important;
  animation-delay: 1s !important;
}

.mtxt .mtxt_t:nth-child(26) {
  transition-delay: 1.04s !important;
  animation-delay: 1.04s !important;
}

.mtxt .mtxt_t:nth-child(27) {
  transition-delay: 1.08s !important;
  animation-delay: 1.08s !important;
}

.mtxt .mtxt_t:nth-child(28) {
  transition-delay: 1.12s !important;
  animation-delay: 1.12s !important;
}

.mtxt .mtxt_t:nth-child(29) {
  transition-delay: 1.16s !important;
  animation-delay: 1.16s !important;
}

.mtxt .mtxt_t:nth-child(30) {
  transition-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}

.mtxt .mtxt_t:nth-child(31) {
  transition-delay: 1.24s !important;
  animation-delay: 1.24s !important;
}

.mtxt .mtxt_t:nth-child(32) {
  transition-delay: 1.28s !important;
  animation-delay: 1.28s !important;
}

.mtxt .mtxt_t:nth-child(33) {
  transition-delay: 1.32s !important;
  animation-delay: 1.32s !important;
}

.mtxt .mtxt_t:nth-child(34) {
  transition-delay: 1.36s !important;
  animation-delay: 1.36s !important;
}

.mtxt .mtxt_t:nth-child(35) {
  transition-delay: 1.4s !important;
  animation-delay: 1.4s !important;
}

.mtxt .mtxt_t:nth-child(36) {
  transition-delay: 1.44s !important;
  animation-delay: 1.44s !important;
}

.mtxt .mtxt_t:nth-child(37) {
  transition-delay: 1.48s !important;
  animation-delay: 1.48s !important;
}

.mtxt .mtxt_t:nth-child(38) {
  transition-delay: 1.52s !important;
  animation-delay: 1.52s !important;
}

.mtxt .mtxt_t:nth-child(39) {
  transition-delay: 1.56s !important;
  animation-delay: 1.56s !important;
}

.mtxt .mtxt_t:nth-child(40) {
  transition-delay: 1.6s !important;
  animation-delay: 1.6s !important;
}

.mtxt .mtxt_t:nth-child(41) {
  transition-delay: 1.64s !important;
  animation-delay: 1.64s !important;
}

.mtxt .mtxt_t:nth-child(42) {
  transition-delay: 1.68s !important;
  animation-delay: 1.68s !important;
}

.mtxt .mtxt_t:nth-child(43) {
  transition-delay: 1.72s !important;
  animation-delay: 1.724s !important;
}

.mtxt .mtxt_t:nth-child(44) {
  transition-delay: 1.74s !important;
  animation-delay: 1.74s !important;
}

.mtxt .mtxt_t:nth-child(45) {
  transition-delay: 1.78s !important;
  animation-delay: 1.78s !important;
}

.mtxt .mtxt_t:nth-child(46) {
  transition-delay: 1.82s !important;
  animation-delay: 1.82s !important;
}

.mtxt .mtxt_t:nth-child(47) {
  transition-delay: 1.86s !important;
  animation-delay: 1.86s !important;
}

.mtxt .mtxt_t:nth-child(48) {
  transition-delay: 1.9s !important;
  animation-delay: 1.9s !important;
}

.mtxt .mtxt_t:nth-child(49) {
  transition-delay: 1.94s !important;
  animation-delay: 1.94s !important;
}

.mtxt .mtxt_t:nth-child(50) {
  transition-delay: 1.98s !important;
  animation-delay: 1.98s !important;
}

.mtxt .mtxt_t:nth-child(51) {
  transition-delay: 2.02s !important;
  animation-delay: 2.02s !important;
}

.mtxt .mtxt_t:nth-child(52) {
  transition-delay: 2.06s !important;
  animation-delay: 2.06s !important;
}

.mtxt .mtxt_t:nth-child(53) {
  transition-delay: 2.1s !important;
  animation-delay: 2.1s !important;
}

.mtxt .mtxt_t:nth-child(54) {
  transition-delay: 2.14s !important;
  animation-delay: 2.14s !important;
}

.mtxt .mtxt_t:nth-child(55) {
  transition-delay: 2.18s !important;
  animation-delay: 2.18s !important;
}

.mtxt .mtxt_t:nth-child(56) {
  transition-delay: 2.22s !important;
  animation-delay: 2.22s !important;
}

.mtxt .mtxt_t:nth-child(57) {
  transition-delay: 2.26s !important;
  animation-delay: 2.26s !important;
}

.mtxt .mtxt_t:nth-child(58) {
  transition-delay: 2.3s !important;
  animation-delay: 2.3s !important;
}

.mtxt .mtxt_t:nth-child(59) {
  transition-delay: 2.34s !important;
  animation-delay: 2.34s !important;
}

.mtxt .mtxt_t:nth-child(60) {
  transition-delay: 2.38s !important;
  animation-delay: 2.38s !important;
}

.mtxt .mtxt_t:nth-child(61) {
  transition-delay: 2.42s !important;
  animation-delay: 2.42s !important;
}

.mtxt .mtxt_t:nth-child(62) {
  transition-delay: 2.44s !important;
  animation-delay: 2.44s !important;
}

.mtxt .mtxt_t:nth-child(63) {
  transition-delay: 2.48s !important;
  animation-delay: 2.48s !important;
}

.mtxt .mtxt_t:nth-child(64) {
  transition-delay: 2.52s !important;
  animation-delay: 2.52s !important;
}

.mtxt .mtxt_t:nth-child(65) {
  transition-delay: 2.56s !important;
  animation-delay: 2.56s !important;
}

.mtxt .mtxt_t:nth-child(66) {
  transition-delay: 2.6s !important;
  animation-delay: 2.6s !important;
}

.mtxt .mtxt_t:nth-child(67) {
  transition-delay: 2.64s !important;
  animation-delay: 2.64s !important;
}

.mtxt .mtxt_t:nth-child(68) {
  transition-delay: 2.68s !important;
  animation-delay: 2.68s !important;
}

.mtxt .mtxt_t:nth-child(69) {
  transition-delay: 2.72s !important;
  animation-delay: 2.72s !important;
}

.mtxt .mtxt_t:nth-child(70) {
  transition-delay: 2.74s !important;
  animation-delay: 2.74s !important;
}

.mtxt .mtxt_t:nth-child(71) {
  transition-delay: 2.78s !important;
  animation-delay: 2.78s !important;
}

.mtxt .mtxt_t:nth-child(72) {
  transition-delay: 2.82s !important;
  animation-delay: 2.82s !important;
}

.mtxt .mtxt_t:nth-child(73) {
  transition-delay: 2.86s !important;
  animation-delay: 2.86s !important;
}

.mtxt .mtxt_t:nth-child(74) {
  transition-delay: 2.9s !important;
  animation-delay: 2.9s !important;
}

.mtxt .mtxt_t:nth-child(75) {
  transition-delay: 2.94s !important;
  animation-delay: 2.94s !important;
}

.mtxt .mtxt_t:nth-child(76) {
  transition-delay: 2.98s !important;
  animation-delay: 2.98s !important;
}

.mtxt .mtxt_t:nth-child(77) {
  transition-delay: 3.02s !important;
  animation-delay: 3.02s !important;
}

.mtxt .mtxt_t:nth-child(78) {
  transition-delay: 3.06s !important;
  animation-delay: 3.06s !important;
}

.mtxt .mtxt_t:nth-child(79) {
  transition-delay: 3.1s !important;
  animation-delay: 3.1s !important;
}

.mtxt .mtxt_t:nth-child(80) {
  transition-delay: 3.14s !important;
  animation-delay: 3.14s !important;
}

.mtxt .mtxt_t:nth-child(81) {
  transition-delay: 3.16s !important;
  animation-delay: 3.16s !important;
}

.mtxt .mtxt_t:nth-child(82) {
  transition-delay: 3.2s !important;
  animation-delay: 3.2s !important;
}

.mtxt .mtxt_t:nth-child(83) {
  transition-delay: 3.24s !important;
  animation-delay: 3.24s !important;
}

.mtxt .mtxt_t:nth-child(84) {
  transition-delay: 3.28s !important;
  animation-delay: 3.28s !important;
}

.mtxt .mtxt_t:nth-child(85) {
  transition-delay: 3.324s !important;
  animation-delay: 3.32s !important;
}

.mtxt .mtxt_t:nth-child(86) {
  transition-delay: 3.34s !important;
  animation-delay: 3.34s !important;
}

.mtxt .mtxt_t:nth-child(87) {
  transition-delay: 3.38s !important;
  animation-delay: 3.38s !important;
}

.mtxt .mtxt_t:nth-child(88) {
  transition-delay: 3.42s !important;
  animation-delay: 3.42s !important;
}

.mtxt .mtxt_t:nth-child(89) {
  transition-delay: 3.46s !important;
  animation-delay: 3.46s !important;
}

.mtxt .mtxt_t:nth-child(90) {
  transition-delay: 3.5s !important;
  animation-delay: 3.5s !important;
}

.mtxt .mtxt_t:nth-child(91) {
  transition-delay: 3.54s !important;
  animation-delay: 3.54s !important;
}

.mtxt .mtxt_t:nth-child(92) {
  transition-delay: 3.58s !important;
  animation-delay: 3.58s !important;
}

.mtxt .mtxt_t:nth-child(93) {
  transition-delay: 3.62s !important;
  animation-delay: 3.62s !important;
}

.mtxt .mtxt_t:nth-child(94) {
  transition-delay: 3.66s !important;
  animation-delay: 3.66s !important;
}

.mtxt .mtxt_t:nth-child(95) {
  transition-delay: 3.7s !important;
  animation-delay: 3.7s !important;
}

.mtxt .mtxt_t:nth-child(96) {
  transition-delay: 3.74s !important;
  animation-delay: 3.74s !important;
}

.mtxt .mtxt_t:nth-child(97) {
  transition-delay: 3.78s !important;
  animation-delay: 3.78s !important;
}

.mtxt .mtxt_t:nth-child(98) {
  transition-delay: 3.82s !important;
  animation-delay: 3.82s !important;
}

.mtxt .mtxt_t:nth-child(99) {
  transition-delay: 3.86s !important;
  animation-delay: 3.86s !important;
}

.mtxt .mtxt_t:nth-child(100) {
  transition-delay: 3.9s !important;
  animation-delay: 3.9s !important;
}

.mtxt.p-view .mtxt_t {
  animation: pcpy7bani1 1s ease-in-out forwards;
}

@keyframes pcpy7bani1 {
  0% {
    opacity: 0;
    transform: translateX(80px) translateY(-20px);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: scale(1, 1);
    filter: blur(0);
  }
}
.parallax.fadel {
  transition: opacity 2.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s, transform 2.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  opacity: 0;
  transform: translateX(-40px);
  will-change: opacity, transform;
}

.parallax.fadel.p-view {
  opacity: 1;
  transform: translateY(0px);
}

.parallax.fader {
  transition: opacity 2.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s, transform 2.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  opacity: 0;
  transform: translateX(40px);
  will-change: opacity, transform;
}

.parallax.fader.p-view {
  opacity: 1;
  transform: translateY(0px);
}

.vsp1200 {
  display: none;
}
@media screen and (max-width: 1200px) {
  .vsp1200 {
    display: block;
  }
}

.sup1 {
  font-size: 0.6em;
}

.sup2 {
  font-size: 0.5em;
}/*# sourceMappingURL=point10.css.map */</pre></body></html>