.elementor.elementor-2224.elementor-location-header {
  display: none;
}

body > div.elementor.elementor-34.elementor-location-footer {
  display: none;
}

.elementor-kit-5 {
  background: none !important;
}

#spot-lp img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  height: auto;
}
#spot-lp h2,
#spot-lp h3,
#spot-lp h4,
#spot-lp p {
  font-size: initial;
  margin: initial;
  padding: initial;
  line-height: initial;
  letter-spacing: initial;
  background-color: initial;
  border: initial;
  font-weight: initial;
}
#spot-lp h3 {
  font-size: clamp(18px, 1.3vw, 24px);
}
#spot-lp li {
  list-style: none;
}
#spot-lp a {
  text-decoration: none;
}
#spot-lp article {
  margin: 20px auto;
}
@media (max-width: 768px) {
  #spot-lp article {
    margin: 15px auto;
  }
}
@media (max-width: 576px) {
  #spot-lp article {
    margin: 10px auto;
  }
}
#spot-lp .center {
  text-align: center;
}
#spot-lp .wrapper {
  width: 80%;
  margin: 0 auto;
  max-width: 1140px;
}
@media (max-width: 768px) {
  #spot-lp .wrapper {
    width: 90%;
    margin: 0 auto;
  }
}
#spot-lp .flex-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #spot-lp .flex-container {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  #spot-lp .flex-reverse {
    flex-direction: column-reverse;
  }
}
#spot-lp section {
  padding: 100px 0;
}
@media (max-width: 768px) {
  #spot-lp section {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  #spot-lp section {
    padding: 40px 0;
  }
}
#spot-lp .btn a {
  background: #eee;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  width: 60%;
  padding: 10px 25px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  border-radius: 10px;
  font-size: 16px;
}
@media (max-width: 576px) {
  #spot-lp .btn a {
    width: 100%;
  }
}
#spot-lp .btn a:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 2px solid #000000;
  transition: 0.2s;
  border-radius: 10px;
}
#spot-lp .btn a:hover:before {
  top: 0;
  left: 0;
}
#spot-lp .section-title {
  text-align: center;
}
#spot-lp .section-title h2 {
  font-size: clamp(32px, 5vw, 64px);
}
#spot-lp .section-title p {
  font-size: 16px;
}
#spot-lp .shadow {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2196078431);
}
#spot-lp .swiper {
  width: 100%;
  height: 100%;
}
#spot-lp .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}
#spot-lp .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#spot-lp .contact-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  opacity: 0;
  transform: translateY(20px);
  z-index: 1000;
  background: linear-gradient(135deg, #4299e1, #3182ce);
}
@media (max-width: 576px) {
  #spot-lp .contact-button {
    width: 80px;
    height: 80px;
    font-size: 12px;
  }
}
#spot-lp .contact-button.visible {
  opacity: 1;
  transform: translateY(0);
}
#spot-lp .top {
  width: 99vw;
  padding: 80px 0;
  background-image: url(../images/spot-lp/fv-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 576px) {
  #spot-lp .top {
    padding: 20px 0 80px;
  }
}
#spot-lp .top .fv {
  background-image: url(../images/spot-lp/fv.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  aspect-ratio: 1444/946;
  position: relative;
}
@media (max-width: 576px) {
  #spot-lp .top .fv {
    background-image: url(../images/spot-lp/fv-sp.png);
    aspect-ratio: 7/16;
  }
}
#spot-lp .top .fv .btn {
  width: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 576px) {
  #spot-lp .top .fv .btn {
    width: 100%;
  }
}
#spot-lp .top .fv .btn a {
  background-color: #F15345;
  color: #fff;
}
@media (max-width: 576px) {
  #spot-lp .top .fv .btn a {
    width: 100%;
  }
}
#spot-lp .about {
  background-image: url(../images/spot-lp/spot-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#spot-lp .about .text {
  background-color: rgba(255, 255, 255, 0.7529411765);
  padding: 40px 0;
  max-width: 800px;
  margin: 60px auto;
}
#spot-lp .about .text h3 {
  text-align: center;
}
#spot-lp .about .text article p {
  text-align: center;
}
#spot-lp .nayami {
  padding-bottom: 0;
}
#spot-lp .nayami .nayami-container {
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  #spot-lp .nayami .nayami-container {
    margin: 0 0 100px;
  }
}
#spot-lp .nayami .nayami-container .title1,
#spot-lp .nayami .nayami-container .title2 {
  text-align: center;
  position: relative;
}
#spot-lp .nayami .nayami-container .title1:before,
#spot-lp .nayami .nayami-container .title2:before {
  content: "";
  display: inline-block;
  width: 150px;
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 1;
}
@media (max-width: 576px) {
  #spot-lp .nayami .nayami-container .title1:before,
  #spot-lp .nayami .nayami-container .title2:before {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 576px) {
  #spot-lp .nayami .nayami-container .title1:before {
    display: none;
  }
}
@media (max-width: 576px) {
  #spot-lp .nayami .nayami-container .title2:before {
    top: 65px;
    left: 0;
  }
}
#spot-lp .nayami .nayami-container .title1:before {
  background-image: url(../images/spot-lp/nayami.png);
}
#spot-lp .nayami .nayami-container .title2:before {
  background-image: url(../images/spot-lp/nayami2.png);
}
#spot-lp .nayami .nayami-container article {
  width: 80%;
  max-width: 370px;
  margin: 40px auto;
}
#spot-lp .nayami .nayami-container article p {
  display: flex;
  align-items: flex-start;
  margin: 20px 0;
}
#spot-lp .nayami .nayami-container article p:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../images/spot-lp/check.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#spot-lp .nayami .triangle {
  margin: 100px 0 0;
  background-color: #23367A;
}
#spot-lp .nayami .triangle:after {
  content: "";
  display: block;
  background-color: #ffffff;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: 100%;
  height: 100px;
}
@media (max-width: 576px) {
  #spot-lp .nayami .triangle:after {
    height: 50px;
  }
}
#spot-lp .features {
  background-color: #23367A;
}
#spot-lp .features .section-title {
  color: #fff;
}
@media (max-width: 768px) {
  #spot-lp .features .point-container {
    display: none;
  }
}
#spot-lp .features .point-container .point-item {
  max-width: 800px;
  margin: 100px auto;
  padding: 20px;
  border-radius: 20px;
}
#spot-lp .features .point-container .point-item .flex-container .text {
  flex: 6;
  position: relative;
  padding-top: 50px;
  display: flex;
  flex-direction: column-reverse;
}
#spot-lp .features .point-container .point-item .flex-container .text .number {
  font-size: 200px;
  position: absolute;
  top: -150px;
  left: 0;
  text-shadow: 1px 1px 4px rgba(54, 54, 54, 0.5490196078);
}
@media (max-width: 768px) {
  #spot-lp .features .point-container .point-item .flex-container .text .number {
    font-size: 150px;
  }
}
@media (max-width: 576px) {
  #spot-lp .features .point-container .point-item .flex-container .text .number {
    font-size: 100px;
    top: -100px;
  }
}
#spot-lp .features .point-container .point-item .flex-container .text h3 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #spot-lp .features .point-container .point-item .flex-container .text h3 {
    text-align: center;
  }
}
#spot-lp .features .point-container .point-item .flex-container .image {
  flex: 4;
}
#spot-lp .features .point-container .point-item .flex-container .image img {
  max-height: 220px;
}
#spot-lp .features .point-container .point1 {
  background-color: #F8F0BD;
}
#spot-lp .features .point-container .point1 .number {
  color: #F15345;
}
#spot-lp .features .point-container .point2 {
  background-color: #83B2D2;
}
#spot-lp .features .point-container .point2 .number {
  color: #F1F1F1;
  left: initial !important;
  right: 0;
}
#spot-lp .features .point-container .point3 {
  background-color: #F15345;
}
#spot-lp .features .point-container .point3 .number {
  color: #83B2D2;
}
#spot-lp .features .point-container .point3 h3 {
  color: #fff;
}
#spot-lp .features .point-container .point4 {
  background-color: #E2E2E2;
}
#spot-lp .features .point-container .point4 .number {
  color: #F15345;
  left: initial !important;
  right: 0;
}
#spot-lp .features .point-container .point5 {
  background-color: #E33497;
}
#spot-lp .features .point-container .point5 .number {
  color: #F1F1F1;
}
#spot-lp .features .point-container .point5 h3 {
  color: #fff;
}
#spot-lp .features .point-detail .point-detail-item {
  background-color: #fff;
  border-radius: 20px;
  padding-bottom: 20px;
  margin: 100px 0;
}
#spot-lp .features .point-detail .point-detail-item .title {
  border-radius: 20px 20px 0 0;
  background-color: #bbbbbb;
  padding: 20px;
  text-align: center;
}
#spot-lp .features .point-detail .point-detail-item .title h3 {
  position: relative;
}
#spot-lp .features .point-detail .point-detail-item .title h3::before {
  content: "1";
  font-size: 200px;
  text-shadow: 1px 1px 4px rgba(54, 54, 54, 0.5490196078);
  color: #888888;
  position: absolute;
  top: -150px;
  left: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  #spot-lp .features .point-detail .point-detail-item .title h3::before {
    font-size: 150px;
    top: -130px;
  }
}
@media (max-width: 576px) {
  #spot-lp .features .point-detail .point-detail-item .title h3::before {
    font-size: 100px;
    top: -115px;
  }
}
#spot-lp .features .point-detail .point-detail-item .detail-item-wrap {
  width: 90%;
  margin: 20px auto;
}
@media (max-width: 576px) {
  #spot-lp .features .point-detail .point-detail-item .detail-item-wrap {
    width: 95%;
  }
}
#spot-lp .features .point-detail .point-detail-item .sub-title {
  display: flex;
  justify-content: center;
}
#spot-lp .features .point-detail .point-detail-item .sub-title h3 {
  display: inline-block;
  background: linear-gradient(transparent 70%, #9c9c9c 70%);
  text-align: center;
  padding: 0 10px;
}
#spot-lp .features .point-detail .point1 .title {
  background-color: #F8F0BD;
}
#spot-lp .features .point-detail .point1 .title h3::before {
  content: "1";
  color: #F15345;
}
#spot-lp .features .point-detail .point1 .sub-title h3 {
  background: linear-gradient(transparent 70%, #F8F0BD 70%);
}
@media (max-width: 576px) {
  #spot-lp .features .point-detail .point1 .sub-title.spnone {
    display: none;
  }
}
#spot-lp .features .point-detail .point1 .main {
  margin: 60px 0;
}
@media (max-width: 768px) {
  #spot-lp .features .point-detail .point1 .main {
    margin: 40px 0;
  }
}
#spot-lp .features .point-detail .point1 .rei .flex-container {
  margin: 60px 0;
  gap: 20px;
}
@media (max-width: 768px) {
  #spot-lp .features .point-detail .point1 .rei .flex-container {
    margin: 40px 0;
  }
}
@media (max-width: 576px) {
  #spot-lp .features .point-detail .point1 .rei .flex-container {
    margin: 30px 0;
  }
}
#spot-lp .features .point-detail .point1 .rei .flex-container .slide {
  flex: 1;
}
#spot-lp .features .point-detail .point1 .rei .flex-container .slide .swiper {
  width: 400px;
  border: 3px solid #10C755;
  border-radius: 10px;
}
@media (max-width: 576px) {
  #spot-lp .features .point-detail .point1 .rei .flex-container .slide .swiper {
    width: 310px;
  }
}
#spot-lp .features .point-detail .point1 .rei .flex-container .slide .swiper .swiper-slide {
  flex-direction: column;
  background-color: #fff;
  padding: 40px 20px;
}
#spot-lp .features .point-detail .point1 .rei .flex-container .slide .swiper .swiper-slide img {
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
#spot-lp .features .point-detail .point1 .rei .flex-container .slide .swiper .swiper-slide h4 {
  margin: 20px 0;
  font-weight: bold;
}
#spot-lp .features .point-detail .point1 .rei .flex-container .slide .swiper .swiper-slide article {
  margin: 0;
}
#spot-lp .features .point-detail .point1 .rei .flex-container .slide .swiper .swiper-button-next {
  right: 15px;
}
#spot-lp .features .point-detail .point1 .rei .flex-container .slide .swiper .swiper-button-next::after {
  content: url(../images/spot-lp/next.png);
}
#spot-lp .features .point-detail .point1 .rei .flex-container .slide .swiper .swiper-button-prev {
  left: 15px;
}
#spot-lp .features .point-detail .point1 .rei .flex-container .slide .swiper .swiper-button-prev::after {
  content: url(../images/spot-lp/prev.png);
}
@media (max-width: 576px) {
  #spot-lp .features .point-detail .point1 .rei .flex-container .slide .swiper .swiper-button-next,
  #spot-lp .features .point-detail .point1 .rei .flex-container .slide .swiper .swiper-button-prev {
    top: initial;
    bottom: 10px;
  }
}
#spot-lp .features .point-detail .point1 .rei .flex-container .text {
  flex: 1;
  position: relative;
  padding-bottom: 20px;
}
#spot-lp .features .point-detail .point1 .rei .flex-container .text .syutten {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
#spot-lp .features .point-detail .point2 .title {
  background-color: #83B2D2;
}
#spot-lp .features .point-detail .point2 .title h3::before {
  content: "2";
  color: #F1F1F1;
}
#spot-lp .features .point-detail .point2 .sub-title h3 {
  background: linear-gradient(transparent 70%, #83B2D2 70%);
}
#spot-lp .features .point-detail .point2 .secu {
  margin: 60px 0;
}
@media (max-width: 768px) {
  #spot-lp .features .point-detail .point2 .secu {
    margin: 40px 0;
  }
}
@media (max-width: 576px) {
  #spot-lp .features .point-detail .point2 .secu {
    margin: 20px 0;
  }
}
#spot-lp .features .point-detail .point2 .secu .flex-container {
  gap: 20px;
}
@media (max-width: 576px) {
  #spot-lp .features .point-detail .point2 .secu .flex-container {
    margin: 40px 0;
  }
}
#spot-lp .features .point-detail .point2 .secu .flex-container .text h4 {
  display: inline-block;
  background-color: #C1C1C1;
  border-radius: 20px;
  padding: 5px 10px;
}
#spot-lp .features .point-detail .point2 .secu .flex-container:nth-of-type(2) h4 {
  background-color: #83B2D2;
  color: #fff;
}
#spot-lp .features .point-detail .point2 .wakeru {
  margin: 60px 0;
}
@media (max-width: 768px) {
  #spot-lp .features .point-detail .point2 .wakeru {
    margin: 40px 0;
  }
}
@media (max-width: 576px) {
  #spot-lp .features .point-detail .point2 .wakeru {
    margin: 20px 0;
  }
}
#spot-lp .features .point-detail .point2 .wakeru .flex-container {
  gap: 20px;
}
#spot-lp .features .point-detail .point2 .wakeru .flex-container .item {
  flex: 1;
  padding: 20px;
  border-radius: 20px;
  border: solid #83B2D2 3px;
}
#spot-lp .features .point-detail .point2 .wakeru .flex-container .item h4 {
  text-align: center;
  margin-bottom: 10px;
}
#spot-lp .features .point-detail .point3 .title {
  background-color: #F15345;
}
#spot-lp .features .point-detail .point3 .title h3 {
  color: #fff;
}
#spot-lp .features .point-detail .point3 .title h3::before {
  content: "3";
  color: #83B2D2;
}
#spot-lp .features .point-detail .point3 .bg {
  width: 100%;
  height: 100px;
  background-image: url(../images/spot-lp/point3bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#spot-lp .features .point-detail .point3 .sub-title h3 {
  background: linear-gradient(transparent 70%, #F15345 70%);
}
@media (max-width: 576px) {
  #spot-lp .features .point-detail .point3 .sub-title h3 span {
    display: none;
  }
}
#spot-lp .features .point-detail .point3 .flex-container {
  margin: 40px 0;
  gap: 20px;
}
#spot-lp .features .point-detail .point3 .about-of {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 10px 20px;
  border: 3px solid #F15345;
  border-radius: 10px;
  margin: 20px 0;
}
@media (max-width: 576px) {
  #spot-lp .features .point-detail .point3 .about-of {
    flex-direction: column;
  }
}
#spot-lp .features .point-detail .point3 .about-of .image {
  flex: 1;
}
#spot-lp .features .point-detail .point3 .about-of article {
  flex: 3;
}
#spot-lp .features .point-detail .point4 .title {
  background-color: #E2E2E2;
}
#spot-lp .features .point-detail .point4 .title h3::before {
  content: "4";
  color: #F15345;
}
#spot-lp .features .point-detail .point4 .sub-title h3 {
  background: linear-gradient(transparent 70%, #83B2D2 70%);
}
#spot-lp .features .point-detail .point4 .saiyou {
  margin: 60px 0;
}
#spot-lp .features .point-detail .point4 .saiyou .flex-container {
  gap: 20px;
  margin: 40px 0;
}
#spot-lp .features .point-detail .point4 .saiyou .flex-container:nth-of-type(2) {
  align-items: center;
}
#spot-lp .features .point-detail .point4 .saiyou .flex-container:nth-of-type(2) .image {
  flex: 1;
}
#spot-lp .features .point-detail .point4 .saiyou .flex-container:nth-of-type(2) ul {
  flex: 1;
}
#spot-lp .features .point-detail .point4 .saiyou .flex-container:nth-of-type(2) ul li {
  list-style: disc;
  margin: 30px 0;
}
#spot-lp .features .point-detail .point4 .saiyou .flex-container:nth-of-type(3) .item p {
  text-align: center;
}
#spot-lp .features .point-detail .point4 .app {
  margin: 60px 0;
}
#spot-lp .features .point-detail .point4 .app .flex-container {
  justify-content: space-around;
  gap: 20px;
  margin: 60px 0;
}
#spot-lp .features .point-detail .point4 .app .flex-container .item p {
  text-align: center;
  margin: 10px 0 0;
}
#spot-lp .features .point-detail .point4 .app .btn a {
  background-color: #83B2D2;
}
#spot-lp .features .point-detail .point5 .title {
  background-color: #E33497;
}
#spot-lp .features .point-detail .point5 .title h3 {
  color: #fff;
}
#spot-lp .features .point-detail .point5 .title h3::before {
  content: "5";
  color: #F1F1F1;
}
#spot-lp .features .point-detail .point5 .flex-container {
  align-items: center;
}
#spot-lp .features .point-detail .point5 .flex-container .left {
  flex: 1;
}
#spot-lp .features .point-detail .point5 .flex-container .right {
  flex: 2.5;
}
#spot-lp .features .point-detail .point5 .flex-container .right p {
  margin: 20px 0;
}
#spot-lp .howtouse {
  background-color: #E7F9FB;
}
#spot-lp .howtouse .flex-container {
  margin: 80px 0;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  #spot-lp .howtouse .flex-container {
    margin: 40px 0;
  }
}
@media (max-width: 576px) {
  #spot-lp .howtouse .flex-container {
    margin: 20px 0;
  }
}
#spot-lp .howtouse .flex-container .left {
  flex: 1;
}
#spot-lp .howtouse .flex-container .left h3 {
  display: none;
}
@media (max-width: 768px) {
  #spot-lp .howtouse .flex-container .left h3 {
    display: block;
    font-size: clamp(32px, 5vw, 64px);
    margin: 0 0 20px;
  }
}
#spot-lp .howtouse .flex-container .left img {
  max-width: 300px;
}
#spot-lp .howtouse .flex-container .right {
  flex: 1;
}
#spot-lp .howtouse .flex-container .right h3 {
  font-size: clamp(32px, 5vw, 64px);
}
@media (max-width: 768px) {
  #spot-lp .howtouse .flex-container .right h3 {
    display: none;
  }
}
#spot-lp .howtouse .flex-container .right .swiper {
  border-radius: 10px;
  aspect-ratio: 3/2;
  height: 300px;
  margin: 20px 0;
}
@media (max-width: 576px) {
  #spot-lp .howtouse .flex-container .right .swiper {
    width: 300px;
  }
}
#spot-lp .howtouse .flex-container .right .swiper .swiper-slide {
  flex-direction: column;
  background-color: #fff;
  padding: 40px 20px;
}
#spot-lp .howtouse .flex-container .right .swiper .swiper-slide .text-container {
  width: 250px;
}
@media (max-width: 768px) {
  #spot-lp .howtouse .flex-container .right .swiper .swiper-slide .text-container {
    width: initial;
  }
}
#spot-lp .howtouse .flex-container .right .swiper .swiper-slide .text-container p {
  text-align: left;
}
#spot-lp .howtouse .flex-container .right .swiper .swiper-slide .text-container p:nth-of-type(1) {
  font-size: 36px;
}
#spot-lp .howtouse .flex-container .right .swiper .swiper-button-next {
  right: 15px;
}
#spot-lp .howtouse .flex-container .right .swiper .swiper-button-next::after {
  content: url(../images/spot-lp/next.png);
}
#spot-lp .howtouse .flex-container .right .swiper .swiper-button-prev {
  left: 15px;
}
#spot-lp .howtouse .flex-container .right .swiper .swiper-button-prev::after {
  content: url(../images/spot-lp/prev.png);
}
@media (max-width: 576px) {
  #spot-lp .howtouse .flex-container .right .swiper .swiper-button-next,
  #spot-lp .howtouse .flex-container .right .swiper .swiper-button-prev {
    top: initial;
    bottom: 10px;
  }
}
#spot-lp .hikari {
  background: #3C34AF;
  background: linear-gradient(90deg, rgb(60, 52, 175) 0%, rgb(0, 9, 93) 100%);
}
#spot-lp .hikari article {
  margin: 80px 0;
}
#spot-lp .hikari p {
  color: #fff;
  text-align: center;
}
#spot-lp .hikari img {
  margin: 40px auto;
  max-width: 50%;
}
@media (max-width: 576px) {
  #spot-lp .hikari img {
    max-width: 100%;
  }
}
#spot-lp .hikari .btn a {
  background-color: #10C755;
  color: #fff;
}
#spot-lp .price {
  background-color: #FEFFF8;
}
#spot-lp .price .text-bottom {
  margin: 40px 0;
}
#spot-lp .price .price-container {
  margin: 60px auto;
  max-width: 800px;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 60px;
}
@media (max-width: 576px) {
  #spot-lp .price .price-container {
    margin: 40px auto;
    padding: 20px;
  }
}
@media (max-width: 576px) {
  #spot-lp .price .price-container table td,
  #spot-lp .price .price-container table th {
    display: block;
  }
  #spot-lp .price .price-container table tr:first-child th {
    border-top: 1px solid #ccc;
  }
  #spot-lp .price .price-container table th {
    background-color: #f7f7f7;
    border-top: none;
    border-bottom: none;
  }
  #spot-lp .price .price-container table td {
    background-color: #fff;
    text-align: center;
  }
}
#spot-lp .price .price-container img {
  margin: 40px 0 0;
}
#spot-lp .price .support {
  margin: 120px 0 60px;
}
#spot-lp .price .support .flex-container {
  margin: 40px 0;
  gap: 20px;
}
#spot-lp .price .support .flex-container .item {
  flex: 1;
  padding: 20px 10px;
  background-color: #fff;
  border-radius: 20px;
}
#spot-lp .price .support .flex-container .item img {
  aspect-ratio: 3/2;
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 20px auto;
}
#spot-lp .price .support .flex-container .item h3 {
  text-align: center;
}
#spot-lp .campaign {
  background-color: #FFE1CE;
}
#spot-lp .campaign h2 {
  color: #fff;
  display: block;
  width: 80%;
  background-color: #FF6600;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(32px, 5vw, 64px);
}
#spot-lp .campaign article {
  text-align: center;
}
#spot-lp .Technology {
  background: #020024;
  background: linear-gradient(130deg, rgb(2, 0, 36) 0%, rgb(9, 9, 121) 35%, rgb(0, 212, 255) 100%);
  color: #fff;
}
#spot-lp .Technology .flex-container {
  gap: 20px;
  align-items: center;
  margin: 40px 0 60px;
}
#spot-lp .Technology .flex-container .left {
  flex: 2;
}
#spot-lp .Technology .flex-container .left h3 {
  font-size: clamp(26px, 5vw, 48px);
}
#spot-lp .Technology .flex-container .left img {
  display: none;
}
@media (max-width: 768px) {
  #spot-lp .Technology .flex-container .left img {
    display: block;
    margin: 40px 20px 20px auto;
    width: 77%;
  }
}
#spot-lp .Technology .flex-container .left article {
  margin: 60px 0 0;
}
#spot-lp .Technology .flex-container .right {
  flex: 1;
}
@media (max-width: 768px) {
  #spot-lp .Technology .flex-container .right {
    display: none;
  }
}
#spot-lp .Technology .btn a {
  color: #245A98;
}
#spot-lp .contact {
  background-color: #E7F9FB;
}
#spot-lp .contact .center {
  margin: 40px 0 80px;
}/*# sourceMappingURL=spot-lp.css.map */