@charset "UTF-8";

.lp_wrap .cr .movie_area {
  clip-path: inset(0%);
  position: relative;
}
.lp_wrap .cr .movie_area .movie {
  width: 400%;
  height: 100vh;
  position: relative;
}
.lp_wrap .cr .movie_area .movie li {
  position: absolute;
}
.lp_wrap .cr .movie_area .movie li:nth-child(1) {
  top: 8%;
  left: 1%;
  width: 4%;
}
.lp_wrap .cr .movie_area .movie li:nth-child(2) {
  top: 45%;
  left: 7%;
  width: 3%;
}
.lp_wrap .cr .movie_area .movie li:nth-child(3) {
  top: 16%;
  left: 12%;
  width: 7%;
}
.lp_wrap .cr .movie_area .movie li:nth-child(4) {
  top: 33%;
  left: 23%;
  width: 5%;
}
.lp_wrap .cr .movie_area .movie li:nth-child(5) {
  top: 46%;
  left: 32%;
  z-index: 1;
  width: 7%;
}
.lp_wrap .cr .movie_area .movie li:nth-child(6) {
  top: 16%;
  left: 37.4%;
  width: 4%;
}
.lp_wrap .cr .movie_area .movie li:nth-child(7) {
  top: -49%;
  left: 46%;
  width: 7%;
}
.lp_wrap .cr .movie_area .movie li:nth-child(8) {
  top: 66%;
  left: 47%;
  width: 8%;
}
.lp_wrap .cr .movie_area .movie li:nth-child(9) {
  top: 8%;
  left: 55%;
  width: 5%;
}
.lp_wrap .cr .movie_area .movie li .video-state {
  overflow: hidden;
  clip-path: inset(0 0 round 12%);
  transform: scale(0.95, 1);
}
.lp_wrap .cr .movie_area .movie li .smartphone {
  position: absolute;
  top: -1.5%;
  left: -1.3%;
  width: 102%;
}
.lp_wrap .cr .movie_area .bg {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #fa5037;
}
.lp_wrap .cr .movie_area .flow {
  position: absolute;
  top: 50%;
  left: 0%;
  display: flex;
  width: 294.47%;
  height: 50%;
}
.lp_wrap .cr .movie_area .flow div {
  width: 30%;
  margin-right: 3.33%;
  font-size: 8.3vw;
  letter-spacing: 0.05em;
}
.lp_wrap .cr .movie_area .logo {
  position: absolute;
  top: 47.5%;
  left: 0%;
  width: 39.604%;
  height: 52.5%;
}
.lp_wrap .cr .movie_area .logo svg {
  fill: #ffffff;
}
.lp_wrap .cr .head {
  background-color: #fa5037;
  position: relative;
  z-index: 1;
}
.lp_wrap .cr .head span {
  display: inline-block;
  padding: 3% 10% 5%;
  font-size: 4.4vw;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.lp_wrap .cr .slide {
  background-color: #fa5037;
  position: relative;
  z-index: 1;
}
.lp_wrap .cr .slide li {
  width: 89.677%;
  margin: auto;
  position: relative;
}
.lp_wrap .cr .slide li:nth-child(n + 2) {
  margin-top: 5%;
}
.lp_wrap .cr .slide li h3 {
  position: absolute;
  top: 15.5%;
  left: 4.5%;
}
.lp_wrap .cr .slide li.no_movie h3:nth-of-type(2) {
  left: 54%;
}
.lp_wrap .cr .slide li h3 span {
  padding: 1% 3%;
  font-size: 1.9vw;
  line-height: 1.73em;
  letter-spacing: 0.1em;
  color: #ffffff;
  background-color: #fa5037;
  white-space: nowrap;
}
.lp_wrap .cr .slide li .company {
  position: absolute;
  top: 43.6%;
  left: 5%;
  font-size: 1.4vw;
  letter-spacing: 0.05em;
}
.lp_wrap .cr .slide li.no_movie .company:nth-of-type(2) {
  left: 54%;
}
.lp_wrap .cr .slide li .review {
  position: absolute;
  top: 52%;
  left: 5%;
  width: 23.5%;
  text-align: justify;
  font-size: 1vw;
  font-weight: 600;
  line-height: 2.2em;
}
.lp_wrap .cr .slide li.no_photo .review {
  width: 37.5%;
}
.lp_wrap .cr .slide li.no_movie .review:nth-of-type(2) {
  left: 54%;
}
.lp_wrap .cr .slide li .review span {
  font-size: 1.1vw;
  color: #fa5037;
  background-color: #ffffff;
}
.lp_wrap .cr .slide li .marker {
  position: absolute;
}
.lp_wrap .cr .slide li .marker1 {
  top: 10%;
  left: 66%;
  width: 21.959%;
}
.lp_wrap .cr .slide li .marker2 {
  top: -4%;
  left: 64.8%;
  width: 20.489%;
}
.lp_wrap .cr .slide li .marker3 {
  top: 18.4%;
  left: 68.8%;
  width: 19.428%;
}
.lp_wrap .cr .slide li .marker4 {
  top: 16.4%;
  left: 66.8%;
  width: 25.163%;
}
.lp_wrap .cr .slide li .marker svg mask path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 10px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dashoffset: 0;
}
.lp_wrap .cr .slide li .marker1 svg mask path {
  stroke-dasharray: 387 387;
}
.lp_wrap .cr .slide li .marker2 svg mask path {
  stroke-dasharray: 692 692;
}
.lp_wrap .cr .slide li .marker3 svg mask path {
  stroke-dasharray: 326 326;
}
.lp_wrap .cr .slide li .marker4 svg mask path {
  stroke-dasharray: 415 415;
}
.lp_wrap .cr .slide li .marker1.trigger svg mask path {
  transition: 1s;
  stroke-dashoffset: -387;
}
.lp_wrap .cr .slide li .marker2.trigger svg mask path {
  transition: 1s;
  stroke-dashoffset: -692;
}
.lp_wrap .cr .slide li .marker3.trigger svg mask path {
  transition: 1s;
  stroke-dashoffset: 326;
}
.lp_wrap .cr .slide li .marker4.trigger svg mask path {
  transition: 1s;
  stroke-dashoffset: 415;
}
.lp_wrap .cr .slide li .marker.trigger.move svg mask path {
  stroke-dashoffset: 0 !important;
}
.lp_wrap .cr .slide li .imp1 {
  position: absolute;
  top: 3.6%;
  left: 49.9%;
  width: 50.1%;
  text-align: center;
  font-size: 2.5vw;
  letter-spacing: 0.05em;
}
.lp_wrap .cr .slide li .imp1 span {
  font-size: 6.2vw;
  letter-spacing: 0em;
  color: #fa5037;
}
.lp_wrap .cr .slide li .imp2 {
  position: absolute;
  top: 3.6%;
  left: 49.9%;
  width: 50.1%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.lp_wrap .cr .slide li .imp2 .before {
  padding: 0% 7% 1.5% 0%;
  text-align: center;
  font-size: 2.7vw;
  letter-spacing: 0.05em;
  position: relative;
}
.lp_wrap .cr .slide li .imp2 .before::after {
  content: '';
  display: block;
  position: absolute;
  top: 43%;
  right: 7%;
  width: 15%;
  aspect-ratio: 1 / 1.2;
  background-color: #191928;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
.lp_wrap .cr .slide li .imp2 .before span {
  display: block;
  padding-bottom: 2%;
  font-size: 1.6vw;
  letter-spacing: 0.25em;
}
.lp_wrap .cr .slide li .imp2 .after {
  font-size: 2.5vw;
  letter-spacing: 0.05em;
}
.lp_wrap .cr .slide li .imp2 .after span {
  font-size: 6.2vw;
  letter-spacing: 0em;
  color: #fa5037;
}
.lp_wrap .cr .slide li .smartphone {
  position: absolute;
  bottom: 0;
  left: 54%;
  width: 42.204%;
}
@media all and (max-width: 750px) {
  .lp_wrap .cr .movie_area .movie li {
    border-radius: 2vw;
  }
  .lp_wrap .cr .movie_area .movie li:nth-child(1) {
    width: 11%;
  }
  .lp_wrap .cr .movie_area .movie li:nth-child(2) {
    top: 50%;
    left: 9%;
    width: 8%;
  }
  .lp_wrap .cr .movie_area .movie li:nth-child(3) {
    top: 23%;
    left: 20%;
    width: 9%;
  }
  .lp_wrap .cr .movie_area .movie li:nth-child(4) {
    top: 53%;
    left: 26%;
    width: 13%;
  }
  .lp_wrap .cr .movie_area .movie li:nth-child(5) {
    top: 6%;
    width: 8%;
  }
  .lp_wrap .cr .movie_area .movie li:nth-child(6) {
    top: 28%;
    width: 12%;
  }
  .lp_wrap .cr .movie_area .movie li:nth-child(7) {
    top: -1%;
    left: 56%;
    width: 6%;
  }
  .lp_wrap .cr .movie_area .movie li:nth-child(8) {
    top: 68%;
    left: 57%;
    width: 12%;
  }
  .lp_wrap .cr .movie_area .movie li:nth-child(9) {
    top: 26%;
    left: 64%;
    width: 10%;
  }
  .lp_wrap .cr .movie_area .flow {
    width: 555.6%;
  }
  .lp_wrap .cr .movie_area .flow div {
    font-size: 15.6vw;
    letter-spacing: 0.05em;
  }
  .lp_wrap .cr .movie_area .logo {
    width: 72.133%;
  }
  .lp_wrap .cr .head span {
    font-size: 6.4vw;
  }
  .lp_wrap .cr .slide {
    padding-bottom: 10%;
  }
  .lp_wrap .cr .slide li {
    width: 84%;
  }
  .lp_wrap .cr .slide li {
    width: 84%;
  }
  .lp_wrap .cr .slide li h3 {
    top: 5.7%;
    left: 9.5%;
  }
  .lp_wrap .cr .slide li.no_movie h3:nth-of-type(1) {
    top: 5%;
  }
  .lp_wrap .cr .slide li.no_movie h3:nth-of-type(2) {
    top: 58%;
    left: 9.5%;
  }
  .lp_wrap .cr .slide li h3 span {
    padding: 1.7% 3%;
    font-size: 4.4vw;
    line-height: 1.909em;
  }
  .lp_wrap .cr .slide li .company {
    top: 26.7%;
    left: 42.8%;
    font-size: 3.2vw;
  }
  .lp_wrap .cr .slide li.no_photo .company {
    top: 24%;
    left: 10%;
  }
  .lp_wrap .cr .slide li.no_movie .company:nth-of-type(1) {
    top: 23.6%;
  }
  .lp_wrap .cr .slide li.no_movie .company:nth-of-type(2) {
    top: 76.4%;
    left: 42.8%;
  }
  .lp_wrap .cr .slide li .review {
    top: 30.8%;
    left: 10%;
    width: 80%;
    font-size: 3.2vw;
    line-height: 1.875em;
    letter-spacing: 0.05em;
  }
  .lp_wrap .cr .slide li.no_photo .review {
    top: 28%;
    width: 80%;
  }
  .lp_wrap .cr .slide li.no_movie .review:nth-of-type(1) {
    top: 28%;
  }
  .lp_wrap .cr .slide li.no_movie .review:nth-of-type(2) {
    top: 80.4%;
    left: 10%;
  }
  .lp_wrap .cr .slide li .review span {
    font-size: 3.2vw;
  }
  .lp_wrap .cr .slide li .marker1 {
    top: 61%;
    left: 28%;
    width: 58.095%;
  }
  .lp_wrap .cr .slide li .marker2 {
    top: 53.4%;
    left: 26.8%;
    width: 52.424%;
  }
  .lp_wrap .cr .slide li .marker3 {
    top: 63%;
    left: 29.8%;
    width: 53.03%;
  }
  .lp_wrap .cr .slide li .marker4 {
    top: 64%;
    left: 35.8%;
    width: 53.03%;
  }
  .lp_wrap .cr .slide li .marker svg mask path {
    stroke-width: 10px;
  }
  .lp_wrap .cr .slide li .marker1 svg mask path {
    stroke-dasharray: 531 531;
  }
  .lp_wrap .cr .slide li .marker2 svg mask path {
    stroke-dasharray: 965 965;
  }
  .lp_wrap .cr .slide li .marker3 svg mask path {
    stroke-dasharray: 481 481;
  }
  .lp_wrap .cr .slide li .marker4 svg mask path {
    stroke-dasharray: 488 488;
  }
  .lp_wrap .cr .slide li .marker1.trigger svg mask path {
    transition: 1s;
    stroke-dashoffset: -531;
  }
  .lp_wrap .cr .slide li .marker2.trigger svg mask path {
    transition: 1s;
    stroke-dashoffset: -965;
  }
  .lp_wrap .cr .slide li .marker3.trigger svg mask path {
    transition: 1s;
    stroke-dashoffset: 481;
  }
  .lp_wrap .cr .slide li .marker4.trigger svg mask path {
    transition: 1s;
    stroke-dashoffset: 488;
  }
  .lp_wrap .cr .slide li .imp1 {
    top: 57%;
    left: 0%;
    width: 100%;
    font-size: 5.8vw;
  }
  .lp_wrap .cr .slide li .imp1 span {
    font-size: 16vw;
  }
  .lp_wrap .cr .slide li .imp2 {
    top: 57%;
    left: 0%;
    width: 100%;
  }
  .lp_wrap .cr .slide li .imp2 .before {
    font-size: 5.8vw;
  }
  .lp_wrap .cr .slide li .imp2 .before::after {
    right: 5%;
    width: 13%;
  }
  .lp_wrap .cr .slide li .imp2 .before span {
    font-size: 2.8vw;
  }
  .lp_wrap .cr .slide li .imp2 .after {
    font-size: 5.7vw;
  }
  .lp_wrap .cr .slide li .imp2 .after span {
    font-size: 16vw;
  }
  .lp_wrap .cr .slide li .smartphone {
    left: 10%;
    bottom: 0%;
    width: 80%;
  }
}
