@charset "UTF-8";
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
}
body.lp {
  color: #000;
}
body.lp .content {
  width: 1220px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
body.lp .content.w {
  width: 1366px;
  padding: 0 40px;
}
body.lp .content.n {
  width: 1100px;
}
body.lp .content.nn {
  width: 930px;
}
body.lp #lp-header {
  padding: 20px 0;
}
body.lp #lp-header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.lp #lp-header .content p a {
  display: flex;
  align-items: center;
}
body.lp #lp-header .content p a img {
  width: 135px;
}
body.lp #lp-header .content p a span {
  margin-left: 20px;
  font-size: 110%;
}
body.lp #lp-header .content ul li {
  text-align: center;
  font-size: 86%;
}
body.lp #lp-header .content ul li a img {
  width: 80px;
}
body.lp #lp-header .content ul li a span {
  display: inline-block;
  margin-top: 8px;
}
body.lp #lp-footer {
  padding: 50px 0;
}
body.lp #lp-footer .content ul {
  display: flex;
  justify-content: center;
  padding: 25px 0;
  border-bottom: 1px solid #e8e8e8;
}
body.lp #lp-footer .content ul li {
  padding: 0 16px;
  border-right: 1px solid #e8e8e8;
  font-size: 86%;
}
body.lp #lp-footer .content ul li:nth-last-child(1) {
  border-right: none;
}
body.lp #lp-footer .content p {
  padding: 18px 0 0 0;
  font-family: "Lato", sans-serif;
  font-size: 86%;
  color: #3a3a3a;
  text-align: center;
}
body.lp #lp-content {
  font-size: 16px;
  line-height: 1.6;
}
body.lp #lp-content a {
  color: #0042d3;
  text-decoration: underline;
  opacity: 1;
  transition: all 300ms ease-in-out;
}
body.lp #lp-content a:hover {
  opacity: 0.9;
}
body.lp #lp-content img {
  max-width: 100%;
  height: auto;
}
body.lp #lp-content .m {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
}
body.lp #lp-content .m * {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
}
body.lp #lp-content .btn {
  display: flex;
  justify-content: center;
}
body.lp #lp-content .btn a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 440px;
  height: 90px;
  border-radius: 12px;
  background: #29abe2;
  background: linear-gradient(180deg, #ee0000 0%, #660000 100%);
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  text-align: center;
}
body.lp #lp-content .btn.v2 a {
  position: relative;
  width: 528px;
  height: 117px;
  padding-left: 60px;
  font-size: 28px;
  font-weight: 800;
}
body.lp #lp-content .btn.v2 a::before {
  content: url(../img/btn-arrow.png);
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translate(0, -50%);
}
body.lp #lp-content .btn.v2 a span {
  margin-top: 8px;
  font-size: 24px;
}
body.lp #lp-content #mv {
  background: #000;
  color: #fff;
  overflow: hidden;
}
body.lp #lp-content #mv .content {
  position: relative;
}
body.lp #lp-content #mv .content::before {
  content: "";
  position: absolute;
  right: -130px;
  top: 0;
  z-index: 1;
  width: 926px;
  height: 500px;
  background: url(../img/mv-bg.jpg) 150% 0 no-repeat;
}
body.lp #lp-content #mv .content h1 {
  margin-top: 30px;
  font-size: 30px;
}
body.lp #lp-content #mv .content h1 span {
  font-size: 118px;
}
body.lp #lp-content #mv .content h2 {
  font-size: 26px;
}
body.lp #lp-content #mv .content h2 span.l {
  font-size: 36px;
}
body.lp #lp-content #mv .content h2 span.b {
  font-weight: 600;
}
body.lp #lp-content #mv .content .btn {
  margin-top: 60px;
}
body.lp #lp-content #mv .content > div {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.lp #lp-content #mv .content > div > div {
  position: relative;
  z-index: 1;
}
body.lp #lp-content #mv .content > div > div:nth-of-type(2) {
  text-align: center;
}
body.lp #lp-content #lineup {
  background: #dddddd url(../img/lineup-bg.jpg) 50% 50% no-repeat;
}
body.lp #lp-content #lineup h2 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
body.lp #lp-content #lineup .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  height: 400px;
}
body.lp #lp-content #lineup .content .btn {
  margin-top: 60px;
}
body.lp #lp-content #catalogue {
  padding: 40px 0;
  background: #dddddd;
}
body.lp #lp-content #catalogue .content h2 {
  padding-bottom: 20px;
  border-bottom: solid 1px #000;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}
body.lp #lp-content #catalogue .content > div {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding: 0 40px;
}
body.lp #lp-content #catalogue .content > div > div:nth-of-type(1) {
  width: 373px;
}
body.lp #lp-content #catalogue .content > div > div:nth-of-type(1) ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.lp #lp-content #catalogue .content > div > div:nth-of-type(1) ul li {
  margin-top: 10px;
}
body.lp #lp-content #catalogue .content > div > div:nth-of-type(1) ul li:nth-child(1) {
  width: 100%;
  margin-top: 0;
}
body.lp #lp-content #catalogue .content > div > div:nth-of-type(2) {
  flex: 1;
  padding-left: 40px;
}
body.lp #lp-content #catalogue .content > div > div:nth-of-type(2) h3 {
  color: #c70000;
  font-size: 38px;
  font-weight: 700;
}
body.lp #lp-content #catalogue .content > div > div:nth-of-type(2) p {
  font-size: 30px;
  font-weight: 700;
}
body.lp #lp-content #catalogue .content > div > div:nth-of-type(2) .btn {
  justify-content: flex-start;
  margin-top: 20px;
}
body.lp #lp-content #catalogue .content > div > div:nth-of-type(2) > div:not(.btn) {
  max-width: 528px;
  margin-top: 60px;
  padding: 10px 20px;
  border-radius: 12px;
  background: #fff;
}
body.lp #lp-content #catalogue .content > div > div:nth-of-type(2) > div:not(.btn) h4 {
  font-size: 18px;
  font-weight: 700;
}
body.lp #lp-content #catalogue .content > div > div:nth-of-type(2) > div:not(.btn) ul {
  list-style-type: disc;
  margin-left: 1em;
  padding-left: 1em;
}
body.lp #lp-content #catalogue .content > div > div:nth-of-type(2) > div:not(.btn) ul li {
  font-size: 14px;
}
body.lp #lp-content > section {
  padding: 50px 0;
}
body.lp #lp-content > section h2 {
  margin-bottom: 40px;
  font-size: 31px;
  text-align: center;
}
body.lp #lp-content > section#problem .content > ul {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0;
}
body.lp #lp-content > section#problem .content > ul li {
  width: 26.5%;
}
body.lp #lp-content > section#problem .content > ul li p {
  margin-top: 30px;
}
body.lp #lp-content > section#solution {
  position: relative;
  background: #dddddd;
}
body.lp #lp-content > section#solution::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1px;
  height: calc(60px / 2);
  width: 60px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #fff;
  transform: translate(-50%, 0);
}
body.lp #lp-content > section#solution .content {
  text-align: center;
}
body.lp #lp-content > section#solution .content p {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.8;
}
body.lp #lp-content > section#solution .content p span {
  border-bottom: solid 1px #000;
}
body.lp #lp-content > section#features .content ul li {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
body.lp #lp-content > section#features .content ul li > div h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}
body.lp #lp-content > section#features .content ul li > div p {
  margin-top: 8px;
}
body.lp #lp-content > section#features .content ul li > div:nth-of-type(1) {
  width: 50%;
  margin-right: 50px;
}
body.lp #lp-content > section#features .content ul li > div:nth-of-type(2) {
  flex: 1;
}
body.lp #lp-content > section#features .content ul li:nth-of-type(1) {
  margin-top: 0;
}
body.lp #lp-content > section#example .content > ul {
  display: flex;
  justify-content: space-between;
}
body.lp #lp-content > section#example .content > ul li {
  width: 29%;
}
body.lp #lp-content > section#example .content > ul li h3 {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}
body.lp #lp-content > section#example .content > ul li div {
  margin-top: 10px;
  text-align: center;
}
body.lp #lp-content > section#example .content > ul li p {
  margin-top: 20px;
  font-size: 14px;
}
body.lp #lp-content > section#example .content > div {
  margin-top: 60px;
  padding: 30px;
  background: #dddddd;
  text-align: center;
}
body.lp #lp-content > section#example .content > div h3 {
  font-size: 28px;
  font-weight: 700;
}
body.lp #lp-content > section#example .content > div .btn {
  margin: 30px 0 20px;
}
body.lp #lp-content > section#example .content > div p {
  font-size: 18px;
}
body.lp #lp-content > section#flow .content ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin: 50px 0 0;
  padding: 5px 30px;
  background: #dddddd;
}
body.lp #lp-content > section#flow .content ul li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -40px;
  height: calc(60px / 2);
  width: 60px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #000;
  transform: translate(-50%, 0);
}
body.lp #lp-content > section#flow .content ul li h3 {
  width: 200px;
  font-size: 21px;
  font-weight: 700;
}
body.lp #lp-content > section#flow .content ul li p {
  font-size: 14px;
}
body.lp #lp-content > section#flow .content ul li:nth-child(1) {
  margin-top: 0;
}
body.lp #lp-content > section#flow .content ul li:nth-child(1)::before {
  display: none;
}
body.lp #lp-content > section#faq .content ul {
  border-bottom: solid 1px #000;
}
body.lp #lp-content > section#faq .content ul li {
  border-top: solid 1px #000;
  font-size: 14px;
}
body.lp #lp-content > section#faq .content ul li h3 {
  position: relative;
  cursor: pointer;
  padding: 15px 60px 15px 0;
}
body.lp #lp-content > section#faq .content ul li h3::before, body.lp #lp-content > section#faq .content ul li h3::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 21px;
  height: 1px;
  background: #000;
  transform: translate(0, -50%);
}
body.lp #lp-content > section#faq .content ul li h3::after {
  transform: rotate(90deg) translate(0, -50%);
  transition: all 300ms ease-in-out;
}
body.lp #lp-content > section#faq .content ul li p {
  background: #dddddd;
  line-height: 0;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
body.lp #lp-content > section#faq .content ul li.opened h3::after {
  transform: rotate(0) translate(0, -50%);
}
body.lp #lp-content > section#faq .content ul li.opened p {
  margin-bottom: 15px;
  padding: 10px 10px 10px 42px;
  line-height: 1.6;
  opacity: 1;
}
body.lp #lp-content > section#faq .content > p {
  margin-top: 15px;
  font-size: 18px;
  text-align: center;
}

@media only screen and (min-width: 815px) {
  .sp-only {
    display: none !important;
  }
}
@media only screen and (max-width: 814px) {
  .pc-only {
    display: none !important;
  }

  body.lp .content {
    padding: 0 20px;
  }
  body.lp .content.w {
    padding: 0 20px;
  }
  body.lp #lp-header {
    padding: 10px 0;
  }
  body.lp #lp-header .content p a {
    flex-direction: column;
    align-items: flex-start;
  }
  body.lp #lp-header .content p a img {
    width: 52px;
  }
  body.lp #lp-header .content p a span {
    margin-top: 8px;
    margin-left: 0;
    font-size: 75%;
  }
  body.lp #lp-header .content ul li a img {
    width: 56px;
  }
  body.lp #lp-header .content ul li a span {
    display: none;
  }
  body.lp #lp-footer {
    padding: 20px 0;
  }
  body.lp #lp-footer .content ul {
    flex-direction: column;
    align-items: center;
    padding: 25px 0 0;
    border-bottom: 1px solid #e8e8e8;
  }
  body.lp #lp-footer .content ul li {
    width: 100%;
    padding: 0;
    border-top: 1px solid #e8e8e8;
    border-right: none;
    text-align: center;
  }
  body.lp #lp-footer .content ul li a {
    display: block;
    padding: 15px 0;
  }
  body.lp #lp-footer .content p {
    padding: 18px 0 0 0;
    font-family: "Lato", sans-serif;
    font-size: 86%;
    color: #3a3a3a;
    text-align: center;
  }
  body.lp #lp-content {
    overflow: hidden;
    font-size: 14px;
  }
  body.lp #lp-content .btn a {
    width: 300px;
    max-width: 100%;
    height: 66px;
    border-radius: 12px;
    font-size: 20px;
  }
  body.lp #lp-content .btn.v2 a {
    width: 335px;
    height: 90px;
    padding-left: 40px;
    font-size: 20px;
    font-weight: 800;
  }
  body.lp #lp-content .btn.v2 a::before {
    left: 10px;
    top: 50%;
    transform-origin: 0 50%;
    transform: translate(0, -50%) scale(0.5);
  }
  body.lp #lp-content .btn.v2 a span {
    margin-top: 4px;
    font-size: 18px;
  }
  body.lp #lp-content .btn.v3 a {
    width: 300px;
    height: 70px;
  }
  body.lp #lp-content .btn.v3 a::before {
    left: 20px;
  }
  body.lp #lp-content #mv {
    position: relative;
    background: #000 url(../img/mv-bg.jpg) 50% 100% no-repeat;
  }
  body.lp #lp-content #mv::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }
  body.lp #lp-content #mv .content {
    padding: 30px 20px;
  }
  body.lp #lp-content #mv .content::before {
    display: none;
  }
  body.lp #lp-content #mv .content h1 {
    margin-top: 5px;
    font-size: 20px;
    text-align: center;
  }
  body.lp #lp-content #mv .content h1 span {
    font-size: 60px;
  }
  body.lp #lp-content #mv .content h2 {
    font-size: 14px;
  }
  body.lp #lp-content #mv .content h2 span.l {
    font-size: 20px;
  }
  body.lp #lp-content #mv .content .btn {
    margin-top: 20px;
  }
  body.lp #lp-content #mv .content > div {
    height: auto;
    flex-direction: column;
  }
  body.lp #lp-content #mv .content > div > div:nth-of-type(2) img {
    width: 200px;
  }
  body.lp #lp-content #lineup {
    background-size: 814px;
  }
  body.lp #lp-content #lineup h2 {
    font-size: 20px;
  }
  body.lp #lp-content #lineup .content {
    height: 240px;
  }
  body.lp #lp-content #lineup .content .btn {
    margin-top: 20px;
  }
  body.lp #lp-content #catalogue {
    padding: 20px 0;
  }
  body.lp #lp-content #catalogue .content h2 {
    padding-bottom: 10px;
    border-bottom: solid 1px #000;
    font-size: 20px;
  }
  body.lp #lp-content #catalogue .content > div {
    flex-direction: column;
    margin-top: 20px;
    padding: 0;
  }
  body.lp #lp-content #catalogue .content > div > div:nth-of-type(1) {
    width: 335px;
  }
  body.lp #lp-content #catalogue .content > div > div:nth-of-type(1) ul li {
    width: 48%;
  }
  body.lp #lp-content #catalogue .content > div > div:nth-of-type(2) {
    margin-top: 20px;
    padding-left: 0;
  }
  body.lp #lp-content #catalogue .content > div > div:nth-of-type(2) h3 {
    font-size: 25px;
  }
  body.lp #lp-content #catalogue .content > div > div:nth-of-type(2) p {
    font-size: 19px;
  }
  body.lp #lp-content #catalogue .content > div > div:nth-of-type(2) .btn {
    margin-top: 20px;
  }
  body.lp #lp-content #catalogue .content > div > div:nth-of-type(2) > div:not(.btn) {
    max-width: 100%;
    margin-top: 30px;
    padding: 10px 20px;
    border-radius: 12px;
  }
  body.lp #lp-content #catalogue .content > div > div:nth-of-type(2) > div:not(.btn) h4 {
    font-size: 16px;
  }
  body.lp #lp-content #catalogue .content > div > div:nth-of-type(2) > div:not(.btn) ul li {
    font-size: 12px;
  }
  body.lp #lp-content > section {
    padding: 30px 0;
  }
  body.lp #lp-content > section h2 {
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: -0.01em;
  }
  body.lp #lp-content > section#problem .content > ul {
    margin: 20px 0 0;
  }
  body.lp #lp-content > section#problem .content > ul li {
    width: 30%;
  }
  body.lp #lp-content > section#problem .content > ul li p {
    margin-top: 30px;
  }
  body.lp #lp-content > section#solution::before {
    height: calc(40px / 2);
    width: 40px;
  }
  body.lp #lp-content > section#solution .content {
    text-align: center;
  }
  body.lp #lp-content > section#solution .content p {
    margin-top: 20px;
    font-size: 14px;
    text-align: left;
  }
  body.lp #lp-content > section#features .content ul li {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }
  body.lp #lp-content > section#features .content ul li > div h3 {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
  }
  body.lp #lp-content > section#features .content ul li > div p {
    margin-top: 8px;
  }
  body.lp #lp-content > section#features .content ul li > div:nth-of-type(1) {
    width: auto;
    margin-right: 0;
  }
  body.lp #lp-content > section#features .content ul li > div:nth-of-type(2) {
    margin-top: 10px;
  }
  body.lp #lp-content > section#example .content > ul {
    flex-direction: column;
  }
  body.lp #lp-content > section#example .content > ul li {
    width: auto;
    margin-top: 40px;
  }
  body.lp #lp-content > section#example .content > ul li h3 {
    font-size: 19px;
  }
  body.lp #lp-content > section#example .content > ul li p {
    margin-top: 15px;
    font-size: 12px;
  }
  body.lp #lp-content > section#example .content > ul li:nth-of-type(1) {
    margin-top: 0;
  }
  body.lp #lp-content > section#example .content > div {
    margin-top: 40px;
    padding: 20px;
  }
  body.lp #lp-content > section#example .content > div h3 {
    font-size: 19px;
    font-weight: 700;
  }
  body.lp #lp-content > section#example .content > div .btn {
    margin: 20px 0 15px;
  }
  body.lp #lp-content > section#example .content > div p {
    font-size: 16px;
  }
  body.lp #lp-content > section#flow .content ul li {
    flex-direction: column;
    margin: 40px 0 0;
    padding: 5px 10px;
  }
  body.lp #lp-content > section#flow .content ul li::before {
    top: -30px;
    height: calc(40px / 2);
    width: 40px;
  }
  body.lp #lp-content > section#flow .content ul li h3 {
    width: auto;
    font-size: 19px;
  }
  body.lp #lp-content > section#flow .content ul li p {
    font-size: 12px;
  }
  body.lp #lp-content > section#faq .content ul li {
    font-size: 12px;
  }
  body.lp #lp-content > section#faq .content ul li h3 {
    position: relative;
    cursor: pointer;
    padding: 10px 35px 10px 0;
  }
  body.lp #lp-content > section#faq .content ul li h3::before, body.lp #lp-content > section#faq .content ul li h3::after {
    right: 10px;
    top: 50%;
    width: 15px;
  }
  body.lp #lp-content > section#faq .content ul li.opened p {
    margin-bottom: 10px;
    padding: 10px;
  }
  body.lp #lp-content > section#faq .content > p {
    font-size: 16px;
  }
}