html,
body {
  overflow-x: hidden;
}

body {
  background-color: #fff;
  font-family: "century-gothic", "hiragino-kaku-gothic-pron", "Arial", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 0;
}

figure {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
}

p {
  margin-block-start: 0;
  margin-block-end: 0;
}

#lp .limit1 {
  background-image: url("../img/obi.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: auto;
  font-size: 40px;
  color: #fff;
  text-align: center;
}
@media (max-width: 919px) {
  #lp .limit1 {
    font-size: 22px;
  }
}
#lp .limit2 {
  font-size: 30px;
  font-weight: normal;
  background-color: #ffed00;
  color: #ed0000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 919px) {
  #lp .limit2 {
    font-size: 16px;
    gap: 10px;
  }
  #lp .limit2 img {
    width: 20px !important;
    height: auto !important;
  }
}
#lp .timer {
  background-color: #ed0000;
  color: #fff;
  text-align: center;
  font-size: 48px;
}
@media (max-width: 919px) {
  #lp .timer {
    font-size: 35px;
  }
}
#lp .timer .small {
  font-size: 30px;
}
@media (max-width: 919px) {
  #lp .timer .small {
    font-size: 20px;
  }
}
#lp .pc-d {
  display: block !important;
}
@media (max-width: 919px) {
  #lp .pc-d {
    display: none !important;
  }
}
#lp .sp-d {
  display: none;
}
@media (max-width: 919px) {
  #lp .sp-d {
    display: block !important;
  }
}
#lp .marker {
  background: linear-gradient(transparent 60%, #ffed00 60%);
}
#lp .header {
  color: #00a4e9;
  display: flex;
  max-width: 1080px;
  justify-content: space-between;
  margin: auto;
  align-items: center;
  padding: 20px 0;
}
@media (max-width: 919px) {
  #lp .header {
    font-size: 20px;
    padding: 20px 15px;
  }
}
#lp .header .cta-btn-header {
  text-decoration: none;
  color: #000;
  padding: 10px 20px;
  gap: 5px;
  font-size: 20px;
  display: inline-block;
  border-radius: 999px;
  background-image: linear-gradient(45deg, rgb(255, 237, 0) 0%, rgb(255, 198, 0) 100%);
  box-shadow: 5px 3px 0 #d7d7d7;
  text-align: center;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
@media (max-width: 919px) {
  #lp .header .cta-btn-header {
    font-size: 15px;
  }
}
#lp .why-pain {
  font-size: 28px;
  color: #2e2e2e !important;
}
@media (max-width: 919px) {
  #lp .why-pain {
    font-size: 16px;
  }
}
#lp .campaign-box {
  max-width: 845px;
  margin: auto;
  background-color: #fff;
  border: 3px solid #00a4e9;
  border-radius: 82px;
  padding: 60px 0;
  text-align: center;
}
@media (max-width: 919px) {
  #lp .campaign-box {
    margin: 0 25px;
    border-radius: 41px;
    padding: 40px 0;
  }
}
#lp .campaign-box .serif {
  font-size: 24px;
}
@media (max-width: 919px) {
  #lp .campaign-box .serif {
    font-size: 17px;
  }
}
#lp .campaign-box .limit-tag span {
  font-size: 24px;
  color: #ffed00;
  background-color: #ed0000;
  border-radius: 999px;
  padding: 10px 50px;
}
@media (max-width: 919px) {
  #lp .campaign-box .limit-tag span {
    font-size: 17px;
    padding: 10px 14px;
  }
}
#lp .campaign-box .surprise-price {
  padding-top: 10px;
}
#lp .campaign-box .surprise-price span {
  font-size: 36px;
  color: #00a4e9;
}
@media (max-width: 919px) {
  #lp .campaign-box .surprise-price span {
    font-size: 23px;
  }
}
#lp .campaign-box .normal {
  margin-top: 10px;
  font-size: 24px;
}
@media (max-width: 919px) {
  #lp .campaign-box .normal {
    font-size: 16px;
  }
}
#lp .campaign-box .normal .normal-tag {
  background-color: #000;
  color: #fff;
  font-size: 19px;
  padding: 5px 7px;
  margin-right: 10px;
}
@media (max-width: 919px) {
  #lp .campaign-box .normal .normal-tag {
    font-size: 11px;
  }
}
#lp .campaign-box .normal .tax {
  font-size: 20px;
}
@media (max-width: 919px) {
  #lp .campaign-box .normal .tax {
    font-size: 13px;
  }
}
#lp .campaign-box .first-price {
  color: #ed0000;
  display: flex;
  justify-content: center;
  align-items: end;
  font-size: 98px;
  line-height: 1;
}
@media (max-width: 919px) {
  #lp .campaign-box .first-price {
    font-size: 50px;
  }
}
#lp .campaign-box .first-price .first {
  border: solid 3px #ed0000;
  font-weight: bold;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  line-height: 1.2;
  margin-right: 10px;
}
@media (max-width: 919px) {
  #lp .campaign-box .first-price .first {
    border: solid 1.5px #ed0000;
    font-size: 15px;
    width: 41px;
    height: 41px;
  }
}
#lp .campaign-box .first-price .en {
  font-size: 57px;
}
@media (max-width: 919px) {
  #lp .campaign-box .first-price .en {
    font-size: 28px;
  }
}
#lp .campaign-box .tags {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 919px) {
  #lp .campaign-box .tags {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
}
#lp .campaign-box .tag {
  display: flex;
  margin-top: 40px;
}
@media (max-width: 919px) {
  #lp .campaign-box .tag {
    margin: 6px auto 0;
    justify-content: center;
  }
}
#lp .campaign-box .tag-ttl {
  background-color: #3b3b3b;
  padding: 0 10px;
  color: #fff;
  font-size: 20px;
  height: 36px;
  display: inline-block;
}
@media (max-width: 919px) {
  #lp .campaign-box .tag-ttl {
    font-size: 15px;
    height: 26px;
    line-height: 1.6;
  }
}
#lp .campaign-box .tag-course {
  height: 32px;
  font-size: 20px;
  border: solid 2px #3b3b3b;
  padding: 0 20px;
  line-height: 1.6;
}
@media (max-width: 919px) {
  #lp .campaign-box .tag-course {
    font-size: 15px;
    height: 22px;
    line-height: 1.4;
  }
}
#lp .campaign-box .symptoms {
  margin: 15px 0 30px;
  font-size: 20px;
}
@media (max-width: 919px) {
  #lp .campaign-box .symptoms {
    font-size: 10px;
    letter-spacing: 0;
  }
}
#lp .cta-btn {
  text-decoration: none;
  color: #000;
  padding: 20px 50px;
  gap: 5px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 460px;
  margin: auto;
  border-radius: 999px;
  background-image: linear-gradient(45deg, rgb(255, 237, 0) 0%, rgb(255, 198, 0) 100%);
  box-shadow: 5px 3px 0 #d7d7d7;
  transform: scale(1);
  animation: scaleanime 1.2s infinite normal none running;
}

#lp .cta-btn-store {
  text-decoration: none;
  color: #000;
  padding: 16px 20px;
  gap: 5px;
  font-size: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
  border-radius: 999px;
  background-image: linear-gradient(45deg, rgb(255, 237, 0) 0%, rgb(255, 198, 0) 100%);
  box-shadow: 5px 3px 0 #d7d7d7;
  transform: scale(1);
  animation: scaleanime 1.2s infinite normal none running;
}
@media (max-width: 919px) {
  #lp .cta-btn {
    font-size: 17px;
    padding: 15px 20px;
    width: 90%;
  }
  #lp .cta-btn img {
    height: 16px;
    width: auto;
  }
}
@keyframes scaleanime {
  0% {
    transform: scale(1);
    filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.3));
    -webkit-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.3));
    -moz-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.3));
    -o-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.3));
    -ms-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.3));
  }
  30% {
    transform: scale(0.9);
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
    -moz-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
    -o-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
    -ms-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
  }
  100% {
    transform: scale(1);
    filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.3));
    -webkit-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.3));
    -moz-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.3));
    -o-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.3));
    -ms-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.3));
  }
}
#lp .bd-blue {
  border-bottom: solid 3px #00a4e9;
  width: 40px;
  margin: 30px auto 10px;
}
#lp .video {
  width: 100vw;
  height: auto;
}
#lp .sec1 {
  background-color: #d1e8f3;
  margin-top: -20px;
  padding: 110px 0 100px;
}
@media (max-width: 919px) {
  #lp .sec1 {
    padding: 60px 0 35px;
  }
}
#lp .sec2 {
  position: relative;
  padding: 190px 0 70px;
  text-align: center;
}
@media (max-width: 919px) {
  #lp .sec2 {
    padding: 75px 0;
  }
}
#lp .sec2 .reviews {
  position: relative;
  font-size: 46px;
  line-height: 1.2;
}
@media (max-width: 919px) {
  #lp .sec2 .reviews {
    font-size: 24px;
  }
}
#lp .sec2 .reviews span {
  color: #00a4e9;
}
#lp .sec2 .reviews::before {
  content: "REVIEWS";
  position: absolute;
  color: #eef6fd;
  font-size: 150px;
  top: -110%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}
@media (max-width: 919px) {
  #lp .sec2 .reviews::before {
    font-size: 75px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#lp .sec2 .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
#lp .sec2 .scroll-infinity__list {
  display: flex;
  gap: 35px;
  list-style: none;
  padding: 0;
}
@media (max-width: 919px) {
  #lp .sec2 .scroll-infinity__list {
    gap: 15px;
  }
}
#lp .sec2 .scroll-infinity__list img {
  border-radius: 36px;
}
@media (max-width: 919px) {
  #lp .sec2 .scroll-infinity__list img {
    border-radius: 15px;
  }
}
#lp .sec2 .scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
#lp .sec2 .scroll-infinity__item {
  width: 16.6666666667vw;
}
@media (max-width: 919px) {
  #lp .sec2 .scroll-infinity__item {
    width: 33.3333333333vw;
  }
}
#lp .sec2 .scroll-infinity__item > img {
  width: 100%;
}
#lp .sec2::before {
  content: "";
  background-image: url("https://file.mysquadbeyond.com/uploads/article_photo/photo/6392628/1a525600-54c2-4d48-ab8a-24869fe6aeb3.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 358px;
  height: 1290px;
  position: absolute;
  left: -10vw;
  top: 0;
  z-index: -1;
}
@media (max-width: 919px) {
  #lp .sec2::before {
    width: 100vw;
    height: 140vh;
    left: -90vw;
  }
}
#lp .sec3 {
  background-color: #d1e8f3;
  padding: 190px 0 70px;
  text-align: center;
  margin-top: -40px;
  position: relative;
  z-index: -2;
}
@media (max-width: 919px) {
  #lp .sec3 {
    padding: 80px 0 50px;
  }
}
#lp .sec3 .sugoude {
  position: relative;
  font-size: 46px;
  line-height: 1.2;
}
@media (max-width: 919px) {
  #lp .sec3 .sugoude {
    font-size: 24px;
  }
}
#lp .sec3 .sugoude span {
  color: #00a4e9;
}
#lp .sec3 .sugoude::before {
  content: "SUGOUDE";
  position: absolute;
  color: #e6f3f8;
  font-size: 150px;
  top: -110%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}
@media (max-width: 919px) {
  #lp .sec3 .sugoude::before {
    font-size: 75px;
    top: -80%;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
#lp .sec3 .sec3-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
@media (max-width: 919px) {
  #lp .sec3 .sec3-content {
    display: block;
  }
  #lp .sec3 .sec3-content figure {
    margin-block-end: 0;
  }
  #lp .sec3 .sec3-content img {
    width: 60%;
    height: auto;
  }
}
#lp .sec3 .sec3-content .sec-3-text {
  text-align: left;
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 919px) {
  #lp .sec3 .sec3-content .sec-3-text {
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
  }
}
#lp .sec3 .sec3-content .sec-3-text span {
  color: #ed0000;
  background-color: #fff;
}
#lp .sec4 {
  position: relative;
  padding: 190px 0 70px;
  text-align: center;
}
@media (max-width: 919px) {
  #lp .sec4 {
    padding: 75px 0 250px;
  }
}
#lp .sec4 .illust1 {
  position: absolute;
  left: 7%;
  bottom: 5%;
}
@media (max-width: 919px) {
  #lp .sec4 .illust1 {
    width: 40%;
    height: auto;
    left: 40%;
  }
}
#lp .sec4 .illust2 {
  position: absolute;
  right: 9%;
  top: 5%;
}
@media (max-width: 919px) {
  #lp .sec4 .illust2 {
    width: 34%;
    height: auto;
    top: 69%;
    left: 15%;
  }
}
@media (max-width: 919px) {
  #lp .sec4 .illust-sp {
    position: absolute;
    width: 70%;
    height: auto;
    left: 20%;
    bottom: 10px;
  }
}
#lp .sec4 .athlete {
  position: relative;
  font-size: 46px;
  line-height: 1.2;
}
@media (max-width: 919px) {
  #lp .sec4 .athlete {
    font-size: 24px;
  }
}
#lp .sec4 .athlete span {
  color: #00a4e9;
}
#lp .sec4 .athlete::before {
  content: "ATHLETE";
  position: absolute;
  color: #eef6fd;
  font-size: 150px;
  top: -75%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}
@media (max-width: 919px) {
  #lp .sec4 .athlete::before {
    font-size: 75px;
    top: -90%;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
#lp .sec4 .sec4-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  margin-top: 30px;
}
@media (max-width: 919px) {
  #lp .sec4 .sec4-content {
    display: block;
  }
  #lp .sec4 .sec4-content figure {
    margin-block-end: 0;
  }
}
#lp .sec4 .sec4-content .sec-4-text {
  text-align: left;
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 919px) {
  #lp .sec4 .sec4-content .sec-4-text {
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
  }
}
#lp .sec4 .sec4-content .sec-4-text span {
  color: #ed0000;
  background-color: #fff;
}
#lp .sec4::before {
  content: "";
  background-image: url("https://file.mysquadbeyond.com/uploads/article_photo/photo/6392630/2b0777de-9e16-4bfc-b061-c2080176f240.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  height: 730px;
  position: absolute;
  right: -3vw;
  top: 0;
  z-index: -1;
}
@media (max-width: 919px) {
  #lp .sec4::before {
    background-image: url("https://file.mysquadbeyond.com/uploads/article_photo/photo/6392628/1a525600-54c2-4d48-ab8a-24869fe6aeb3.png");
    width: 100vw;
    height: 140vh;
    left: -90vw;
  }
}
#lp .sec5 {
  background-color: #d1e8f3;
  padding: 190px 0 70px;
  text-align: center;
  position: relative;
  z-index: -2;
}
@media (max-width: 919px) {
  #lp .sec5 {
    padding: 90px 0 50px;
  }
}
#lp .sec5 figure {
  margin-block-end: 0;
  margin-inline-end: 0;
}
#lp .sec5 .whats {
  position: relative;
  font-size: 46px;
  line-height: 1.2;
}
@media (max-width: 919px) {
  #lp .sec5 .whats {
    font-size: 24px;
  }
}
#lp .sec5 .whats .why {
  font-size: 28px;
  color: #2e2e2e;
}
@media (max-width: 919px) {
  #lp .sec5 .whats .why {
    font-size: 16px;
  }
}
#lp .sec5 .whats span {
  color: #00a4e9;
}
#lp .sec5 .whats::before {
  content: "WHAT'S";
  position: absolute;
  color: #e6f3f8;
  font-size: 150px;
  top: -70%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}
@media (max-width: 919px) {
  #lp .sec5 .whats::before {
    font-size: 75px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
#lp .sec5 .sec5-text {
  font-size: 56px;
  color: #eb1d1d;
  line-height: 1.2;
  margin-top: 0;
}
@media (max-width: 919px) {
  #lp .sec5 .sec5-text {
    font-size: 28px;
    margin-top: -10px;
  }
}
#lp .sec5 .sec5-text .small {
  font-size: 26px;
  color: #2e2e2e;
}
@media (max-width: 919px) {
  #lp .sec5 .sec5-text .small {
    font-size: 15px;
    margin-top: 10px;
  }
}
#lp .sec5 .sec5-text .letter-stroke {
  color: #fff;
  -webkit-text-stroke: 4px #eb1d1d;
  text-stroke: 4px #eb1d1d;
  paint-order: stroke;
}
#lp .sec6 {
  position: relative;
  padding: 190px 0 70px;
  text-align: center;
}
@media (max-width: 919px) {
  #lp .sec6 {
    padding: 75px 0 30px;
  }
}
#lp .sec6 .reviews {
  position: relative;
  font-size: 46px;
  line-height: 1.2;
}
@media (max-width: 919px) {
  #lp .sec6 .reviews {
    font-size: 24px;
  }
}
#lp .sec6 .reviews span {
  color: #00a4e9;
}
#lp .sec6 .reviews::before {
  content: "REVIEWS";
  position: absolute;
  color: #eef6fd;
  font-size: 150px;
  top: -60%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}
@media (max-width: 919px) {
  #lp .sec6 .reviews::before {
    font-size: 75px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#lp .sec6 .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
#lp .sec6 .scroll-infinity__list {
  display: flex;
  gap: 35px;
  list-style: none;
  padding: 0;
}
@media (max-width: 919px) {
  #lp .sec6 .scroll-infinity__list {
    gap: 15px;
  }
}
#lp .sec6 .scroll-infinity__list img {
  border-radius: 36px;
}
@media (max-width: 919px) {
  #lp .sec6 .scroll-infinity__list img {
    border-radius: 15px;
  }
}
#lp .sec6 .scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
#lp .sec6 .scroll-infinity__item {
  width: 16.6666666667vw;
}
@media (max-width: 919px) {
  #lp .sec6 .scroll-infinity__item {
    width: 33.3333333333vw;
  }
}
#lp .sec6 .scroll-infinity__item > img {
  width: 100%;
}
#lp .sec6::before {
  content: "";
  background-image: url("https://file.mysquadbeyond.com/uploads/article_photo/photo/6392628/1a525600-54c2-4d48-ab8a-24869fe6aeb3.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  height: 945px;
  position: absolute;
  left: -10vw;
  top: 0;
  z-index: -1;
}
@media (max-width: 919px) {
  #lp .sec6::before {
    width: 100vw;
    height: 140vh;
    left: -90vw;
  }
}
#lp .sec7 {
  background-color: #d1e8f3;
  padding: 190px 0 70px;
  text-align: center;
  position: relative;
  z-index: -2;
}
@media (max-width: 919px) {
  #lp .sec7 {
    padding: 100px 0 50px;
  }
}
#lp .sec7 .symptoms {
  position: relative;
  font-size: 46px;
  line-height: 1.2;
}
@media (max-width: 919px) {
  #lp .sec7 .symptoms {
    font-size: 24px;
  }
}
#lp .sec7 .symptoms .why {
  font-size: 28px;
  color: #2e2e2e;
}
#lp .sec7 .symptoms span {
  color: #00a4e9;
}
#lp .sec7 .symptoms::before {
  content: "SYMPTOMS";
  position: absolute;
  color: #e6f3f8;
  font-size: 150px;
  top: -80%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}
@media (max-width: 919px) {
  #lp .sec7 .symptoms::before {
    font-size: 75px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
#lp .sec8 {
  position: relative;
  padding: 190px 0 70px;
  text-align: center;
}
@media (max-width: 919px) {
  #lp .sec8 {
    padding: 75px 0 50px;
  }
}
#lp .sec8 .trouble {
  position: relative;
  font-size: 46px;
  line-height: 1.2;
}
@media (max-width: 919px) {
  #lp .sec8 .trouble {
    font-size: 24px;
  }
}
#lp .sec8 .trouble span {
  color: #00a4e9;
}
#lp .sec8 .trouble::before {
  content: "TROUBLE";
  position: absolute;
  color: #eef6fd;
  font-size: 150px;
  top: -75%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}
@media (max-width: 919px) {
  #lp .sec8 .trouble::before {
    font-size: 75px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
#lp .sec8::before {
  content: "";
  background-image: url("https://file.mysquadbeyond.com/uploads/article_photo/photo/6392630/2b0777de-9e16-4bfc-b061-c2080176f240.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  height: 730px;
  position: absolute;
  right: -3vw;
  top: 0;
  z-index: -1;
}
@media (max-width: 919px) {
  #lp .sec8::before {
    background-image: url("https://file.mysquadbeyond.com/uploads/article_photo/photo/6392628/1a525600-54c2-4d48-ab8a-24869fe6aeb3.png");
    width: 100vw;
    height: 140vh;
    left: -90vw;
  }
}
#lp .sec9 {
  background-color: #d1e8f3;
  margin-top: -15px;
  padding: 110px 0 180px;
}
@media (max-width: 919px) {
  #lp .sec9 {
    padding: 60px 0 90px;
  }
}
#lp .sec10 {
  position: relative;
  padding: 140px 0 70px;
  text-align: center;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 35px 35px;
  background-repeat: repeat;
  background-position: center center;
}
@media (max-width: 919px) {
  #lp .sec10 {
    padding: 75px 0 30px;
    background-size: 20px 20px;
  }
}
#lp .sec10 .know {
  position: absolute;
  top: -6%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media (max-width: 919px) {
  #lp .sec10 .know img {
    width: 90px;
    height: auto;
  }
}
#lp .sec10 .cause {
  position: relative;
  font-size: 46px;
  line-height: 1.2;
}
@media (max-width: 919px) {
  #lp .sec10 .cause {
    font-size: 24px;
  }
}
#lp .sec10 .cause span {
  color: #00a4e9;
}
#lp .sec10 .cause::before {
  content: "CAUSE";
  position: absolute;
  color: #eef6fd;
  font-size: 150px;
  top: -65%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}
@media (max-width: 919px) {
  #lp .sec10 .cause::before {
    font-size: 75px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
#lp .sec10 .sec10-text {
  font-size: 56px;
  color: #eb1d1d;
  line-height: 1.2;
}
@media (max-width: 919px) {
  #lp .sec10 .sec10-text {
    font-size: 28px;
    margin-top: -10px;
  }
}
#lp .sec10 .sec10-text .small {
  font-size: 26px;
  color: #2e2e2e;
}
@media (max-width: 919px) {
  #lp .sec10 .sec10-text .small {
    font-size: 15px;
    margin-top: 10px;
  }
}
#lp .sec10 .sec10-text .letter-stroke {
  color: #fff;
  -webkit-text-stroke: 4px #eb1d1d;
  text-stroke: 4px #eb1d1d;
  paint-order: stroke;
}
#lp .sec10::before {
  content: "";
  background-image: url("https://file.mysquadbeyond.com/uploads/article_photo/photo/6392629/501b9dc6-d8aa-45fc-8129-d2aefed1d125.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 460px;
  height: 1320px;
  position: absolute;
  left: -14vw;
  top: 0;
}
@media (max-width: 919px) {
  #lp .sec10::before {
    width: 100vw;
    height: 140vh;
    left: -90vw;
  }
}
#lp .sec11 {
  background-color: #d1e8f3;
  padding: 190px 0 100px;
  text-align: center;
  position: relative;
  z-index: -2;
}
@media (max-width: 919px) {
  #lp .sec11 {
    padding: 70px 0 50px;
  }
}
#lp .sec11 .why {
  position: relative;
  font-size: 46px;
  line-height: 1.2;
}
@media (max-width: 919px) {
  #lp .sec11 .why {
    font-size: 24px;
  }
}
#lp .sec11 .why span {
  color: #00a4e9;
}
#lp .sec11 .why::before {
  content: "WHY";
  position: absolute;
  color: #e6f3f8;
  font-size: 150px;
  top: -40%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}
@media (max-width: 919px) {
  #lp .sec11 .why::before {
    font-size: 75px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
#lp .sec12 figure {
  width: 100vw;
}
#lp .sec12 figure img {
  width: 100%;
  height: auto;
}
#lp .sec13 {
  background-color: #d1e8f3;
  padding: 190px 0 100px;
  text-align: center;
  position: relative;
  margin-top: -20px;
  z-index: -2;
}
@media (max-width: 919px) {
  #lp .sec13 {
    padding: 100px 0 50px;
  }
}
#lp .sec13 .reason {
  position: relative;
  font-size: 46px;
  line-height: 1.2;
}
@media (max-width: 919px) {
  #lp .sec13 .reason {
    font-size: 24px;
  }
}
#lp .sec13 .reason .why-pain {
  font-size: 28px;
  color: #2e2e2e;
}
#lp .sec13 .reason .why {
  font-size: 28px;
  color: #2e2e2e;
}
#lp .sec13 .reason span {
  color: #00a4e9;
}
#lp .sec13 .reason::before {
  content: "REASON";
  position: absolute;
  color: #e6f3f8;
  font-size: 150px;
  top: -100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}
@media (max-width: 919px) {
  #lp .sec13 .reason::before {
    font-size: 75px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
#lp .sec14 {
  position: relative;
  padding: 50px 0 100px;
  text-align: center;
}
@media (max-width: 919px) {
  #lp .sec14 {
    padding: 30px 0 50px;
  }
}
#lp .sec14 .and {
  position: relative;
  font-size: 46px;
  line-height: 1.2;
}
@media (max-width: 919px) {
  #lp .sec14 .and {
    font-size: 24px;
  }
}
#lp .sec14 .and span {
  color: #00a4e9;
}
#lp .sec14::before {
  content: "";
  background-image: url("https://file.mysquadbeyond.com/uploads/article_photo/photo/6392630/2b0777de-9e16-4bfc-b061-c2080176f240.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  height: 750px;
  position: absolute;
  right: -3vw;
  top: 0;
  z-index: -1;
}
@media (max-width: 919px) {
  #lp .sec14::before {
    background-image: url("https://file.mysquadbeyond.com/uploads/article_photo/photo/6392628/1a525600-54c2-4d48-ab8a-24869fe6aeb3.png");
    width: 100vw;
    height: 140vh;
    left: -95vw;
  }
}
#lp .sec15 {
  background-color: #d1e8f3;
  padding: 190px 0 100px;
  text-align: center;
  position: relative;
  margin-top: -20px;
  z-index: 2;
}
#lp .sec15 .table-sp {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#lp .sec15 .table-sp img {
  margin: 20px 20px 0;
  z-index: 3;
  position: relative;
}
@media (max-width: 919px) {
  #lp .sec15 {
    padding: 100px 0 50px;
  }
}
#lp .sec15 .difference {
  position: relative;
  font-size: 46px;
  line-height: 1.2;
}
@media (max-width: 919px) {
  #lp .sec15 .difference {
    font-size: 24px;
  }
}
#lp .sec15 .difference span {
  color: #00a4e9;
}
#lp .sec15 .difference::before {
  content: "DIFFERENCE";
  position: absolute;
  color: #e6f3f8;
  font-size: 150px;
  top: -120%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}
@media (max-width: 919px) {
  #lp .sec15 .difference::before {
    font-size: 75px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
#lp .sec18 {
  position: relative;
  padding: 190px 0 70px;
  text-align: center;
}
@media (max-width: 919px) {
  #lp .sec18 {
    padding: 75px 0 60px;
  }
}
#lp .sec18 .flow {
  position: relative;
  font-size: 46px;
  line-height: 1.2;
}
@media (max-width: 919px) {
  #lp .sec18 .flow {
    font-size: 24px;
  }
}
#lp .sec18 .flow span {
  color: #00a4e9;
}
#lp .sec18 .flow::before {
  content: "FLOW";
  position: absolute;
  color: #eef6fd;
  font-size: 150px;
  top: -210%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}
@media (max-width: 919px) {
  #lp .sec18 .flow::before {
    font-size: 75px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#lp .sec18 .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
#lp .sec18 .scroll-infinity__list {
  display: flex;
  gap: 35px;
  list-style: none;
  padding: 0;
}
@media (max-width: 919px) {
  #lp .sec18 .scroll-infinity__list {
    gap: 15px;
  }
}
#lp .sec18 .scroll-infinity__list img {
  border-radius: 36px;
}
@media (max-width: 919px) {
  #lp .sec18 .scroll-infinity__list img {
    border-radius: 15px;
  }
}
#lp .sec18 .scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
#lp .sec18 .scroll-infinity__item {
  width: 16.6666666667vw;
}
@media (max-width: 919px) {
  #lp .sec18 .scroll-infinity__item {
    width: 33.3333333333vw;
  }
}
#lp .sec18 .scroll-infinity__item > img {
  width: 100%;
}
#lp .sec18::before {
  content: "";
  background-image: url("https://file.mysquadbeyond.com/uploads/article_photo/photo/6392628/1a525600-54c2-4d48-ab8a-24869fe6aeb3.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  height: 995px;
  position: absolute;
  left: -13vw;
  top: 0;
  z-index: -1;
}
@media (max-width: 919px) {
  #lp .sec18::before {
    width: 100vw;
    height: 140vh;
    left: -90vw;
  }
}
#lp .sec19 {
  background-color: #d1e8f3;
  padding: 190px 0 100px;
  text-align: center;
  position: relative;
  margin-top: -20px;
  z-index: -2;
}
@media (max-width: 919px) {
  #lp .sec19 {
    padding: 100px 0 50px;
  }
}
#lp .sec19 .difference {
  position: relative;
  font-size: 46px;
  line-height: 1.2;
}
@media (max-width: 919px) {
  #lp .sec19 .difference {
    font-size: 24px;
  }
}
#lp .sec19 .difference span {
  color: #00a4e9;
}
#lp .sec19 .difference::before {
  content: "DIFFERENCE";
  position: absolute;
  color: #e6f3f8;
  font-size: 150px;
  top: -120%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}
@media (max-width: 919px) {
  #lp .sec19 .difference::before {
    font-size: 75px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
#lp .sec20 {
  position: relative;
  padding: 190px 0 70px;
  text-align: center;
}
#lp .sec20 .address {
  display: flex;
  justify-content: center;
  gap: 26px;
  margin-top: 50px;
  margin-bottom: 80px;
}
@media (max-width: 919px) {
  #lp .sec20 .address {
    display: block;
    margin-bottom: 40px;
  }
}
#lp .sec20 .store {
  background-color: #00a4e9;
  width: 340px;
  padding: 6px;
  line-height: 1.2;
}
@media (max-width: 919px) {
  #lp .sec20 .store {
    margin: auto;
    margin-top: 20px;
  }
}
#lp .sec20 .store-inner {
  border-radius: 30px;
  background-color: #fff;
  height: auto;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  padding: 10px 20px 30px;
}
#lp .sec20 .store-inner span {
  color: #00a4e9;
  font-weight: bold;
  font-size: 18px;
}
#lp .sec20 .store-name {
  width: 220px;
  background-color: #00a4e9;
  font-weight: bold;
  color: #fff;
  border-radius: 999px;
  padding: 6px;
  text-align: center;
  margin: 20px auto;
  font-size: 22px;
}
#lp .sec20 .mt20 {
  margin-top: 20px;
}
@media (max-width: 919px) {
  #lp .sec20 {
    padding: 75px 0 30px;
  }
}
#lp .sec20 .access {
  position: relative;
  font-size: 46px;
  line-height: 1.2;
}
@media (max-width: 919px) {
  #lp .sec20 .access {
    font-size: 24px;
  }
}
#lp .sec20 .access span {
  color: #00a4e9;
}
#lp .sec20 .access::before {
  content: "ACCESS";
  position: absolute;
  color: #eef6fd;
  font-size: 150px;
  top: -210%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}
@media (max-width: 919px) {
  #lp .sec20 .access::before {
    font-size: 75px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#lp .sec20 .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
#lp .sec20 .scroll-infinity__list {
  display: flex;
  gap: 35px;
  list-style: none;
  padding: 0;
}
@media (max-width: 919px) {
  #lp .sec20 .scroll-infinity__list {
    gap: 15px;
  }
}
#lp .sec20 .scroll-infinity__list img {
  border-radius: 36px;
}
@media (max-width: 919px) {
  #lp .sec20 .scroll-infinity__list img {
    border-radius: 15px;
  }
}
#lp .sec20 .scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
#lp .sec20 .scroll-infinity__item {
  width: 16.6666666667vw;
}
@media (max-width: 919px) {
  #lp .sec20 .scroll-infinity__item {
    width: 33.3333333333vw;
  }
}
#lp .sec20 .scroll-infinity__item > img {
  width: 100%;
}
#lp .sec20::before {
  content: "";
  background-image: url("https://file.mysquadbeyond.com/uploads/article_photo/photo/6392628/1a525600-54c2-4d48-ab8a-24869fe6aeb3.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  height: 995px;
  position: absolute;
  left: -13vw;
  top: 0;
  z-index: -1;
}
@media (max-width: 919px) {
  #lp .sec20::before {
    width: 100vw;
    height: 140vh;
    left: -90vw;
  }
}
#lp .sec21 {
  background-color: #d1e8f3;
  padding: 190px 0 100px;
  text-align: center;
  position: relative;
  margin-top: -20px;
  z-index: -2;
}
@media (max-width: 919px) {
  #lp .sec21 {
    padding: 100px 30px 50px 60px;
  }
}
#lp .sec21 .q-a {
  position: relative;
  font-size: 46px;
  line-height: 1.2;
}
@media (max-width: 919px) {
  #lp .sec21 .q-a {
    font-size: 24px;
  }
}
#lp .sec21 .q-a span {
  color: #00a4e9;
}
#lp .sec21 .q-a::before {
  content: "Q&A";
  position: absolute;
  color: #e6f3f8;
  font-size: 150px;
  top: -200%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}
@media (max-width: 919px) {
  #lp .sec21 .q-a::before {
    font-size: 75px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
#lp .sec21 .qa-box {
  max-width: 675px;
  margin: 0 auto 200px;
  text-align: left;
  font-size: 18px;
}
#lp .sec21 .qa-box .question {
  color: #00a4e9;
  padding-bottom: 10px;
  border-bottom: solid 2px #2e2e2e;
  position: relative;
  margin-top: 80px;
}
@media (max-width: 919px) {
  #lp .sec21 .qa-box .question {
    margin-top: 40px;
  }
}
#lp .sec21 .qa-box .question::before {
  content: "Q";
  width: 35px;
  height: 35px;
  background-color: #00a4e9;
  color: #fff;
  border-radius: 999px;
  position: absolute;
  left: -42px;
  text-align: center;
}
#lp .sec21 .qa-box .ask {
  font-weight: normal;
  padding-top: 10px;
  position: relative;
}
#lp .sec21 .qa-box .ask::before {
  content: "A";
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #2e2e2e;
  border-radius: 999px;
  border: solid 2px #2e2e2e;
  position: absolute;
  left: -42px;
  text-align: center;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */