@charset "UTF-8";

:root {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  min-width: 320px;
  background: #fff;
  color: #333;
  font-family: source-han-sans-japanese, notosans, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  word-break: break-word;
  overflow-wrap: anywhere;
}

main {
  display: block;
}

p {
  margin-bottom: 16px;
}

ul,
ol {
  list-style: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: underline;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

em {
  font-style: normal;
  font-weight: bold;
}

dfn,
cite {
  font-style: normal;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 100%;
}

i {
  font-style: italic;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
}

table {
  width: 100%;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  border-radius: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  border: 0;
  background: none;
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.lp-buttonConversion {
  display: inline-block;
  max-width: 100%;
  background: #dc002f;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media only screen and (max-width: 640px) {
  .lp-buttonConversion {
    font-size: 1.6rem;
  }
}

@media (hover: hover) {
  .lp-buttonConversion:hover {
    background-color: #c6002a;
  }
}

.lp-buttonConversion-body {
  display: flex;
  align-items: center;
  padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 640px) {
  .lp-buttonConversion-body {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.lp-buttonConversion-text {
  margin-right: 16px;
}

@media only screen and (max-width: 1560px) {
  .lp-buttonConversion-text {
    font-size: 1.282vw;
  }
}

@media only screen and (max-width: 1340px) {
  .lp-buttonConversion-text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .lp-buttonConversion-text {
    font-size: 3.129vw;
  }
}

.lp-buttonConversion-image {
  margin: -22px 0;
  border: 1px solid #ccc;
}

.lp-buttonConversion-image>img {
  min-width: 42px;
  max-width: 60px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body,
.lp-buttonConversion.of-anchor .lp-buttonConversion-body,
.lp-buttonConversion.of-arrow .lp-buttonConversion-body,
.lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before,
.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before,
.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before,
.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
  left: 26px;
  height: 12px;
  border-width: 7px 0 7px 13px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
  background: #13778f;
}

@media (hover: hover) {
  .lp-buttonConversion.of-primary:hover {
    background-color: #116b81;
  }
}

.lp-buttonConversion.of-secondary {
  background: #0065bb;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: url("../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
  background: url("../../../../../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center !important;
}

/*	base
-----------------------------------------*/
.lp-textPhone {
  margin-bottom: 24px;
  color: #333;
}

.lp-textPhone>*:last-child {
  margin-bottom: 0;
}

.lp-textPhone.lp-smallScreen-hide {
  display: block;
}

@media screen and (max-width: 767px) {
  .lp-textPhone.lp-smallScreen-hide {
    display: none;
  }
}

.lp-textPhone-body {
  display: inline-block;
  color: #333;
  text-decoration: none;
  cursor: default;
  opacity: 1;
}

.lp-textPhone-body>*:last-child {
  margin-bottom: 0;
}

.lp-textPhone-body:hover {
  display: inline-block;
  color: #333;
  text-decoration: none;
  cursor: default;
}

.lp-textPhone-number {
  font-size: 24px;
  font-weight: bold;
}

.lp-textPhone-numberGroup {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.lp-textPhone-note {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
}

.lp-textPhone-icon {
  width: 36px;
  min-width: 36px;
  height: 20px;
  min-height: 20px;
  margin-top: 0.2rem;
  margin-right: 8px;
}

.lp-textPhone-icon .of-iconColor-primary {
  fill: #00a23f;
}

.lp-textPhone-icon .of-iconColor-secondary {
  fill: #fe8800;
}

.lp-textPhone-icon .of-iconColor-tertiary {
  fill: #0086b1;
}

.lp-textPhone-icon .of-iconColor-quaternary {
  fill: #838079;
}

.lp-textPhone-icon .of-iconColor-quinary {
  fill: #1e1c1c;
}

.lp-textPhone.of-center {
  text-align: center;
}

.lp-textPhone.of-center .lp-textPhone-numberGroup {
  justify-content: center;
}

.lp-layout-container {
  max-height: 100vh;
  margin: 0 auto;
  background-color: #fff;
}

.lp-layout-container>*:last-child {
  margin-bottom: 0;
}

.lp-layout-header {
  width: 100%;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: calc(1560px + 40px);
  margin: 0 auto;
  padding: 12px 20px;
}

.lp-layout-header-content>*:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .lp-layout-header-content {
    justify-content: center;
    padding: 15px;
  }
}

.lp-layout-header-logo {
  margin-bottom: 0;
}

.lp-layout-header-logo img {
  width: 137px;
}

@media screen and (max-width: 767px) {
  .lp-layout-header-logo img {
    width: 100px;
  }
}

.lp-layout-main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: calc(1560px + 40px);
  min-height: calc(100vh - 149px);
  margin: 0 auto;
  padding: 15px 0;
}

.lp-layout-main>*:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1560px) {
  .lp-layout-main {
    padding: 0.962vw 0;
  }
}

@media screen and (max-width: 1340px) {
  .lp-layout-main {
    padding: 60px 20px 40px;
  }
}

@media screen and (max-width: 767px) {
  .lp-layout-main {
    padding: 16px 12px 48px;
    min-height: auto;
  }
}

.lp-layout-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
}

.lp-layout-footer-content {
  margin: 0 auto;
  padding: 20px;
}

.lp-layout-footer-content>*:last-child {
  margin-bottom: 0;
}

.lp-layout-footer-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .lp-layout-footer-list {
    flex-wrap: wrap;
  }
}

.lp-layout-footer-list>li {
  position: relative;
  margin: 0 15px;
  color: #fff;
  font-size: 14px;
}

.lp-layout-footer-list>li>a {
  color: inherit;
  font-size: 14px;
  text-decoration: none;
}

.lp-layout-footer-list>li+li::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -17px;
  width: 1px;
  height: 14px;
  transform: translateY(-50%);
  background-color: #a8a8a8;
  content: "";
}

@media screen and (max-width: 767px) {
  .lp-layout-footer-list>li+li.lp-layout-footer-copyright {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }

  .lp-layout-footer-list>li+li.lp-layout-footer-copyright::before {
    display: none;
  }
}

.lp-jumbotron {
  width: 100%;
}

.lp-jumbotron-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 80px;
}

@media screen and (max-width: 1560px) {
  .lp-jumbotron-content {
    gap: 0 5.13vw;
  }
}

@media screen and (max-width: 1340px) {
  .lp-jumbotron-content {
    flex-direction: column-reverse;
    gap: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .lp-jumbotron-content {
    gap: 5.215vw 0;
  }
}

.lp-jumbotron-body {
  display: flex;
  flex-direction: column;
  max-width: 524px;
  align-items: center;
}

.lp-jumbotron-body>*:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1560px) {
  .lp-jumbotron-body {
    width: 33.590vw;
  }
}

@media screen and (max-width: 1340px) {
  .lp-jumbotron-body {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .lp-jumbotron-body {
    max-width: 100%;
  }
}

.lp-jumbotron-side {
  width: 896px;
}

@media screen and (max-width: 1560px) {
  .lp-jumbotron-side {
    width: 57.436vw;
  }
}

@media screen and (max-width: 1340px) {
  .lp-jumbotron-side {
    width: 100%;
    margin: 0 auto;
  }
}

.lp-jumbotron-titleGroup {
  font-size: 100%;
}

@media screen and (max-width: 1560px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: 0;
  }
}

.lp-jumbotron-seriesGroup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
  font-weight: normal;
}

@media screen and (max-width: 1560px) {
  .lp-jumbotron-seriesGroup {
    margin-bottom: 1.28vw;
  }
}

@media screen and (max-width: 1340px) {
  .lp-jumbotron-seriesGroup {
    display: inline-block;
  }
}

.lp-jumbotron-seriesGroup>*:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1340px) {
  .lp-jumbotron-seriesGroup {
    display: inline-block;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .lp-jumbotron-seriesGroup {
    margin-bottom: 8px;
  }
}

.lp-jumbotron-seriesName {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.3;
}

@media screen and (max-width: 1560px) {
  .lp-jumbotron-seriesName {
    font-size: 1.410vw;
  }
}

@media screen and (max-width: 1340px) {
  .lp-jumbotron-seriesName {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .lp-jumbotron-seriesName {
    font-size: 2.868vw;
  }
}

.lp-jumbotron-title {
  display: inline-block;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.25;
  text-align: left;
  letter-spacing: -0.75px;
}

@media screen and (max-width: 1560px) {
  .lp-jumbotron-title {
    font-size: 3.333vw;
  }
}

@media screen and (max-width: 1340px) {
  .lp-jumbotron-title {
    font-size: 52px;
  }
}

@media screen and (max-width: 767px) {
  .lp-jumbotron-title {
    font-size: 6.780vw;
  }
}

.lp-label {
  display: inline-block;
  margin-right: 8px;
  padding: 2px 10px;
  background-color: #dc002f;
  color: #fff;
  font-size: 16px;
  line-height: 1.56;
}

@media screen and (max-width: 1560px) {
  .lp-label {
    font-size: 1.026vw;
    margin-right: 0.513vw;
  }
}

@media screen and (max-width: 1340px) {
  .lp-label {
    font-size: 16px;
    margin-right: 8px;
  }
}

@media screen and (max-width: 767px) {
  .lp-label {
    margin-right: 0;
    font-size: 2.086vw;
  }
}

.lp-label-outer {
  display: inline-flex;
}

.lp-label-outer>*:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .lp-label-outer {
    margin-bottom: 8px;
  }
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  margin: -24px 0 28px -24px;
  gap: 20px;
}

.lp-smallScreen-hide {
  display: block;
}

@media screen and (max-width: 767px) {
  .lp-smallScreen-hide {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .lp-largeScreen-lastChild {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .lp-smallScreen-text-newLine {
    display: block;
  }
}

.lp-textPhone-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.lp-textPhone-group>*:last-child {
  margin-bottom: 0;
}

.lp-textPhone-group.lp-largeScreen-hide {
  display: none;
}

@media screen and (max-width: 767px) {
  .lp-textPhone-group.lp-largeScreen-hide {
    display: flex;
  }
}

.lp-textContact {
  margin-bottom: 8px;
}

.lp-utility-text-small {
  font-size: 38px;
}

@media screen and (max-width: 1560px) {
  .lp-utility-text-small {
    font-size: 2.436vw;
  }
}

@media screen and (max-width: 1340px) {
  .lp-utility-text-small {
    font-size: 38px;
  }
}

@media screen and (max-width: 767px) {
  .lp-utility-text-small {
    font-size: 4.954vw;
  }
}

.lp-utility-text-emphasis {
  color: #289b8f;
}

.lp-utility-justifyContent-center {
  justify-content: center;
}

/* タブ切り替え start */
.lp-tab-wrap {
  display: flex;
  flex-direction: column-reverse;
  margin: 20px 0 20px;
}

@media screen and (max-width: 1560px) {
  .lp-tab-wrap {
    margin: 1.282vw 0;
  }
}
@media screen and (max-width: 1340px) {
  .lp-tab-wrap {
    margin: 20px 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .lp-tab-wrap {
    margin: 2.61vw 0 7.82vw;
  }
}

.lp-tab-switch-wrap {
  margin: 25px 0 0;
  display: flex;
  gap: 8px;
  justify-content: center;
}

@media screen and (max-width: 1560px) {
  .lp-tab-switch-wrap {
    margin: 1.603vw 0 0;
  }
}

@media screen and (max-width: 1340px) {
  .lp-tab-switch-wrap {
    margin: 20px 0 0;
  }
}

.lp-tab-switch-wrap .lp-tab-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding: 20px 25px;
  transition: all 0.2s ease;
  cursor: pointer;
  width: 50%;
  line-height: 1;
}

.lp-tab-switch-wrap .lp-tab-label:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1560px) {
  .lp-tab-switch-wrap .lp-tab-label {
    font-size: 1.154vw;
    padding: 1.28vw;
  }
}

@media screen and (max-width: 1340px) {
  .lp-tab-switch-wrap .lp-tab-label {
    font-size: 16px;
    padding: 20px 25px;
  }
}

@media screen and (max-width: 767px) {
  .lp-tab-switch-wrap .lp-tab-label {
    font-size: 2.61vw;
    padding: 2.61vw 1.30vw;
  }
}

input[name="tab_item"] {
  display: none;
}

.lp-tab-label[for="tab-01"] {
  color: #777777;
  background: #fff;
  border: 1px solid #777777;
}

input:checked+.lp-tab-label[for="tab-01"] {
  color: #fff;
  background: #777777;
}

.lp-tab-label[for="tab-02"] {
  color: #289B8F;
  background: #fff;
  border: 1px solid #289B8F;
}

input:checked+.lp-tab-label[for="tab-02"] {
  color: #fff;
  background: linear-gradient(235deg, #008f59 0%, #30aea4 100%);
  border: none;
}

.lp-tab-contents {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 410px;
}

@media screen and (max-width: 1560px) {
  .lp-tab-contents {
    height: 26.282vw;
  }
}

@media screen and (max-width: 1340px) {
  .lp-tab-contents {
    height: 410px;
  }
}

@media screen and (max-width: 767px) {
  .lp-tab-contents {
    height: 53.455vw;
  }
}

.lp-tab-content {
  display: none;
  opacity: 0.6s ease 0s;
  visibility: 0.6s ease 0s;
}

#tab-01-content.active,
#tab-02-content.active {
  display: block;
}

@media screen and (max-width: 1560px) {
  .lp-tab-content img {
    width: 33.590vw;
  }
}

@media screen and (max-width: 1340px) {
  .lp-tab-content img {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .lp-tab-content img {
    width: 68.318vw;
  }
}

.lp-textProduct-lead {
  text-align: center;
  color: #289B8F;
  margin: 0;
  font-size: 24px;
}

.lp-textProduct-lead em {
  font-size: 32px;
}

@media screen and (max-width: 1560px) {
  .lp-textProduct-lead {
    font-size: 1.538vw;
  }

  .lp-textProduct-lead em {
    font-size: 2.051vw;
  }
}

@media screen and (max-width: 1340px) {
  .lp-textProduct-lead {
    font-size: 24px;
  }

  .lp-textProduct-lead em {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .lp-textProduct-lead {
    font-size: 3.129vw;
  }

  .lp-textProduct-lead em {
    font-size: 4.172vw;
  }
}

.lp-jumbotron-movie+.lp-listButton {
  margin: 103px 0 0;
}

@media screen and (max-width: 1560px) {
  .lp-jumbotron-movie+.lp-listButton {
    margin: 6.603vw 0 0;
  }
}

@media screen and (max-width: 1340px) {
  .lp-jumbotron-movie+.lp-listButton {
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .lp-jumbotron-movie+.lp-listButton {
    margin: 5.215vw 0 0;
  }
}

.videoJs-outer {
  margin: 0 auto;
}

.lp-textLink {
  display: flex;
  align-items: center;
  font-size: 2rem;
}
.lp-textLink a {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  color: #06c;
  text-decoration: none;
}
.lp-textLink a:hover {
  opacity: .7;
}
.lp-textLink a:visited {
  color: #06c;
}
.lp-textLink a::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  transform: translateY(-50%);
  border-width: 7px 0 7px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #06c;
  content: "";
}
@media only screen and (max-width: 1560px) {
  .lp-textLink {
    font-size: 1.282vw;
  }
}
@media only screen and (max-width: 1340px) {
  .lp-textLink {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .lp-textLink {
    font-size: 3.129vw;
  }
  .lp-textLink a {
    padding-left: 2.4vw;
  }
  .lp-textLink a::before {
    border-width: 1vw 0 1vw 1.3vw;
  }
}