@charset "UTF-8";

@font-face {
    src: url("//library.keyence.co.jp/fonts/NotoSansCJKjp-Regular.eot") format("eot"), url("//library.keyence.com/fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("//library.keyence.com/fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
    font-display: swap;
    font-family: notosans;
}

@font-face {
    src: url("//library.keyence.co.jp/fonts/NotoSansCJKjp-Medium.eot") format("eot"), url("//library.keyence.com/fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("//library.keyence.com/fonts/NotoSansCJKjp-Medium.ttf") format("truetype");
    font-display: swap;
    font-family: notosans;
    font-weight: 600;
}

@font-face {
    src: url("//library.keyence.co.jp/fonts/NotoSansCJKjp-Bold.eot") format("eot"), url("//library.keyence.com/fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("//library.keyence.com/fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
    font-display: swap;
    font-family: notosans;
    font-weight: bold;
}

@font-face {
    src: url("//library.keyence.co.jp/fonts/NotoSerifJP-Regular.eot") format("eot"), url("//library.keyence.com/fonts/NotoSerifJP-Regular.woff") format("woff"), url("//library.keyence.com/fonts/NotoSerifJP-Regular.ttf") format("truetype");
    font-display: swap;
    font-family: notoserif;
}

@font-face {
    src: url("//library.keyence.co.jp/fonts/NotoSerifJP-Light.eot") format("eot"), url("//library.keyence.com/fonts/NotoSerifJP-Light.woff") format("woff"), url("//library.keyence.com/fonts/NotoSerifJP-Light.ttf") format("truetype");
    font-display: swap;
    font-family: notoserif;
    font-weight: 200;
}

@font-face {
    src: url("//library.keyence.co.jp/fonts/NotoSerifJP-Bold.eot") format("eot"), url("//library.keyence.com/fonts/NotoSerifJP-Bold.woff") format("woff"), url("//library.keyence.com/fonts/NotoSerifJP-Bold.ttf") format("truetype");
    font-display: swap;
    font-family: notoserif;
    font-weight: bold;
}

: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, "Hiragino Kaku Gothic Pro", notosans, "メイリオ", 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: 767px) {
  .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: 1340px) {
  .lp-buttonConversion-text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .lp-buttonConversion-text {
    font-size: 1.6rem;
  }
}

.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-layout-container {
  max-height: 100vh;
  margin: 0 auto;
  background-color: #fff;
}

.lp-layout-container > *:last-child {
  margin-bottom: 0;
}
.lp-layout-header {
  z-index: 1;
  position: relative;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1200px) {
  .lp-layout-header {
    box-shadow: none;
  }
}

.lp-layout-header-content {
  display: flex;
  align-items: center;
  max-width: 1240px;
  min-height: 70px;
  margin: 0 auto;
  padding: 21px 20px;
}

@media screen and (max-width: 1200px) {
  .lp-layout-header-content {
    min-height: inherit;
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .lp-layout-header-content {
    flex-direction: column;
    min-height: inherit;
    padding: calc(15 / 375 * 100vw);
    text-align: center;
  }
}

.lp-layout-header-content > *:last-child {
  margin-bottom: 0;
}

.lp-layout-header-logo {
  line-height: 1;
}

.lp-layout-header-logo img {
  width: 126px;
}

@media screen and (max-width: 1200px) {
  .lp-layout-header-logo img {
    width: 103px;
  }
}

@media screen and (max-width: 767px) {
  .lp-layout-header-logo img {
    width: calc(100 / 375 * 100vw);
  }
}

.lp-layout-header-utilityGroup {
  flex: 1;
  margin-left: 20px;
}

@media screen and (max-width: 1200px) {
  .lp-layout-header-utilityGroup {
    flex: none;
    flex-grow: 0;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .lp-layout-header-utilityGroup {
    display: none;
  }
}

.lp-layout-header-utilityList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.lp-layout-header-utilityList > li {
  width: 100%;
  margin-bottom: 16px;
}

.lp-layout-header-utilityList > *:last-child {
  margin-bottom: 0;
}

.lp-layout-main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100vh - 112px);
  margin: 0 auto;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #D8DEE5 100%) 0% 0% no-repeat padding-box;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .lp-layout-main {
    flex-direction: column;
    align-items: stretch;
    height: auto;
    padding: 0;
    background: none;
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .lp-layout-main {
    padding: 0;
  }
}

.lp-layout-main > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .lp-layout-footer {
    border-top: #ccc solid 1px;
  }
}

.lp-layout-footer-content {
  display: flex;
  flex-wrap: wrap;
  max-width: 1240px;
  margin: 0 auto;
  padding: 12px 20px;
}

@media screen and (max-width: 1200px) {
    .lp-layout-footer-content {
        padding: 10px 15px;
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-footer-content {
        flex-direction: column-reverse;
        padding: calc(9 / 375 * 100vw) calc(20 / 375 * 100vw);
    }
}

.lp-layout-footer-content > *:last-child {
  margin-bottom: 0;
}

.lp-layout-footer-utilityGroup {
  flex: 1;
  width: 100%;
  margin-left: 20px;
}

@media screen and (max-width: 1200px) {
  .lp-layout-footer-utilityGroup {
    flex: inherit;
    width: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .lp-layout-footer-utilityGroup {
    margin-left: 0;
  }
}

.lp-layout-footer-utilityList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-top: -8px;
  margin-left: -28px;
  font-size: 1.2rem;
}

@media screen and (max-width: 1200px) {
  .lp-layout-footer-utilityList {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .lp-layout-footer-utilityList {
    font-size: calc(12 / 375 * 100vw);
    margin-bottom: calc(8 / 375 * 100vw);
    margin-left: calc(28 / 375 * 100vw * -1);
  }
}

.lp-layout-footer-utilityList > li {
  position: relative;
  margin-top: 8px;
  margin-left: 28px;
}

@media screen and (max-width: 1200px) {
  .lp-layout-footer-utilityList > li {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .lp-layout-footer-utilityList > li {
    margin-top: calc(8 / 375 * 100vw);
    margin-left: calc(28 / 375 * 100vw);
  }
}

.lp-layout-footer-utilityList > li::before {
  display: block;
  position: absolute;
  top: 50%;
  right: -14px;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background-color: #dedede;
  content: "";
}

@media screen and (max-width: 767px) {
  .lp-layout-footer-utilityList > li::before {
    right: calc(14 / 375 * 100vw * -1);
    width: calc(1 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
  }
}

.lp-layout-footer-utilityList > li:last-child::before {
  display: none;
}

.lp-layout-footer-utilityList a {
  color: #06c;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .lp-layout-footer-utilityList a {
    color: #333;
  }
}

.lp-layout-footer-utilityList a:hover,
.lp-layout-footer-utilityList a:active,
.lp-layout-footer-utilityList a:focus {
  color: #f00;
  text-decoration: underline;
  opacity: 0.7;
}

.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 1.4rem;
  text-decoration: none;
}

.lp-layout-footer-list > li {
  position: relative;
  margin-left: 28px;
}

@media screen and (max-width: 1200px) {
  .lp-layout-footer-list > li {
    margin-left: 16px;
  }
}

.lp-layout-footer-list > li::before {
  display: block;
  position: absolute;
  top: 56%;
  left: -14px;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background-color: #666;
  content: "";
}

@media screen and (max-width: 1200px) {
  .lp-layout-footer-list > li::before {
    left: -8px;
    height: 12px;
  }
}

.lp-layout-footer-list > li:first-child {
  margin-left: 0;
}

.lp-layout-footer-list > li:first-child::before {
  content: none;
}

.lp-layout-footer-list > li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1200px) {
  .lp-layout-footer-list > li.lp-layout-footer-copyright {
    width: 100%;
    margin-top: 4px;
    margin-left: 0;
    text-align: center;
  }
  .lp-layout-footer-list > li.lp-layout-footer-copyright::before {
    content: none;
  }
}

.lp-layout-footer-list a {
  text-decoration: none;
}

.lp-layout-footer-list a:hover,
.lp-layout-footer-list a:focus {
  text-decoration: underline;
}

.lp-layout-footer-list a:link {
  color: #666;
}

.lp-layout-footer-copyright {
  margin-bottom: 0;
  font-size: 1.2rem;
}

@media screen and (max-width: 1200px) {
  .lp-layout-footer-copyright {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .lp-layout-footer-copyright {
    font-size: calc(12 / 375 * 100vw);
  }
}

.lp-jumbotron-content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: min(calc(1430 / 1430 * 100vw), calc(1430 / 995 * 100vh), 1430px);
    height: 100%;
    max-height: 883px;
    margin: 0 auto;
    padding: min(calc(30 / 1430 * 100vw), calc(30 / 995 * 100vh), 30px) min(calc(15 / 1430 * 100vw), calc(15 / 995 * 100vh), 15px);
}

@media screen and (min-width: 1201px) and (min-height: 996px) {
    .lp-jumbotron-content {
        align-items: center;
    }
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        gap: calc(36 / 768 * 100vw);
        max-height: none;
        padding: 0;
    }
    .lp-jumbotron-content * {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-content {
        gap: calc(32 / 375 * 100vw);
    }
}

.lp-jumbotron-content-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(calc(138 / 1430 * 100vw), calc(138 / 995 * 100vh), 138px);
}

@media screen and (min-width: 1201px) {
    .lp-jumbotron-content-inner--narrow {
        gap: min(calc(40 / 1430 * 100vw), calc(40 / 995 * 100vh), 40px);
    }
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-content-inner {
        flex-direction: column-reverse;
        gap: calc(36 / 768 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-content-inner {
        gap: calc(32 / 375 * 100vw);
    }
}

.lp-jumbotron-body {
    flex-shrink: 0;
    position: relative;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-body {
        flex: auto;
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-body {
        flex: auto;
        margin-top: 0;
        margin-left: 0;
        padding: 0;
    }
}

.lp-jumbotron-image {
    width: min(calc(794 / 1430 * 100vw), calc(794 / 995 * 100vh), 794px);
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-image {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-image {
        max-width: 100%;
    }
}

.lp-jumbotron-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: min(calc(32 / 1430 * 100vw), calc(32 / 995 * 100vh), 32px);
    color: #333333;
    font-family: "Hiragino Kaku Gothic Pro", "Noto Sans CJK JP", notosans, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: min(calc(68 / 1430 * 100vw), calc(68 / 995 * 100vh), 6.8rem);
    font-weight: 700;
    line-height: 1.2;
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-title {
        margin-bottom: calc(24 / 768 * 100vw);
        font-size: calc(52 / 768 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-title {
        margin-bottom: calc(10 / 375 * 100vw);
        font-size: calc(26 / 375 * 100vw);
    }
}

.lp-jumbotron-titleGroup {
    display: flex;
    flex-direction: column;
    margin-bottom: min(calc(62 / 1430 * 100vw), calc(62 / 995 * 100vh), 62px);
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(47 / 768 * 100vw);
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-titleGroup {
        justify-content: center;
        align-items: center;
        margin-bottom: calc(34 / 375 * 100vw);
    }
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-text {
    margin-bottom: 20px;
    font-size: 3.6rem;
    font-weight: normal;
    line-height: 1.3;
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-text {
        font-size: calc(2.4rem + ((1vw - 1.024rem) * (6.81818)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-text {
        font-size: 24px;
    }
}

@media screen and (max-width: 677px) {
    .lp-jumbotron-text {
        font-size: 22px;
    }
}

.lp-jumbotron-series {
    display: inline-block;
    margin-bottom: min(calc(40 / 1430 * 100vw), calc(40 / 995 * 100vh), 40px);
    font-family: "Hiragino Kaku Gothic Pro", "Noto Sans CJK JP", notosans, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: min(calc(24 / 1430 * 100vw), calc(24 / 995 * 100vh), 2.4rem);
    font-weight: 400;
    line-height: 1.4;
    vertical-align: middle;
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-series {
        font-size: calc(22 / 768 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-series {
        font-size: calc(16 / 375 * 100vw);
        text-align: left;
    }
}

.lp-jumbotron {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron {
        width: 100%;
        padding: calc(24 / 768 * 100vw) calc(30 / 768 * 100vw) calc(64 / 768 * 100vw);
        background: transparent linear-gradient(180deg, #FFFFFF 0%, #D8DEE5 100%) 0% 0% no-repeat padding-box;
        overflow: visible;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron {
        padding: calc(16 / 375 * 100vw) calc(16 / 375 * 100vw) calc(50 / 375 * 100vw);
    }
}

.lp-cardPhoneLink {
  display: flex;
  justify-content: flex-end;
  background-color: #fff;
  color: inherit;
  text-decoration: none;
  cursor: inherit;
}

@media screen and (max-width: 1200px) {
  .lp-cardPhoneLink {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
  }
}

.lp-cardPhoneLink-notes {
  display: flex;
  flex: 0 1 auto;
  align-items: center;
  margin-right: 6px;
  font-size: 1.2rem;
}

@media screen and (max-width: 1200px) {
  .lp-cardPhoneLink-notes {
    display: block;
    margin-right: 0;
    font-size: 1rem;
  }
}

.lp-cardPhoneLink-number {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  word-break: keep-all;
}

@media screen and (max-width: 1200px) {
  .lp-cardPhoneLink-number {
    font-size: 2rem;
  }
}

.lp-cardPhoneLink-numberGroup {
  display: flex;
  align-items: flex-start;
  min-width: 206px;
}

@media screen and (max-width: 1200px) {
  .lp-cardPhoneLink-numberGroup {
    justify-content: flex-start;
    flex-basis: auto;
    min-width: auto;
    margin-bottom: 4px;
  }
}

.lp-cardPhoneLink-numberGroup > img {
  display: block;
  max-width: 36px;
  margin-top: 0.2rem;
  margin-right: 1rem;
}

@media screen and (max-width: 1200px) {
  .lp-cardPhoneLink-numberGroup > img {
    max-width: 32px;
    margin-top: 0.1rem;
    margin-right: 0.6rem;
  }
}

.lp-listButton {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2rem;
}

@media screen and (max-width: 1200px) {
    .lp-listButton {
        text-align: center;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .lp-listButton {
        gap: 19px;
    }
}

@media screen and (min-width: 1201px) {
    .lp-listButton--pc-nowrap {
        flex-wrap: nowrap;
        flex-direction: row;
    }
}

.lp-buttonPrice{
    color: #222;
    transition: color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none;
    margin-left: 54px;

    &:hover{
        color: #ea0437;
        text-decoration: underline;
    }
}

@media screen and (max-width: 1200px) {
    .lp-buttonPrice{
      margin-left: 0;
    }
}

.lp-utility-textAlign-center {
  text-align: center;
}

.lp-utility-justifyContent-center {
  justify-content: center;
}

.lp-label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: min(calc(10 / 1430 * 100vw), calc(10 / 995 * 100vh), 10px);
  padding: min(calc(6 / 1430 * 100vw), calc(6 / 995 * 100vh), 6px) min(calc(16 / 1430 * 100vw), calc(16 / 995 * 100vh), 16px);
  background-color: #EA0437;
  color: #FFFFFF;
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans CJK JP", notosans, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: min(calc(20 / 1430 * 100vw), calc(20 / 995 * 100vh), 2rem);
  font-weight: 300;
  line-height: 1;
  vertical-align: top;
}

@media screen and (max-width: 1200px) {
  .lp-label {
    margin-right: calc(8 / 768 * 100vw);
    padding: calc(5 / 768 * 100vw) calc(12 / 768 * 100vw);
    font-size: calc(14 / 768 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .lp-label {
    margin-right: calc(8 / 375 * 100vw);
    padding: calc(5 / 375 * 100vw) calc(12 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
}

.lp-label-outer {
  display: flex;
  margin-bottom: min(calc(16 / 1430 * 100vw), calc(16 / 995 * 100vh), 16px);
}

@media screen and (max-width: 1200px) {
    .lp-label-outer {
        justify-content: center;
        margin-bottom: calc(14 / 768 * 100vw);
    }
}

.lp-label-outer .lp-label {
    margin: 0 min(calc(16 / 1430 * 100vw), calc(16 / 995 * 100vh), 16px) 0 0;
}

@media screen and (max-width: 1200px) {
    .lp-label-outer .lp-label {
        margin-right: 0;
        padding: calc(6 / 768 * 100vw) calc(16 / 768 * 100vw);
        font-size: calc(18 / 768 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .lp-label-outer .lp-label {
        margin-right: 0;
        padding: calc(6 / 375 * 100vw) calc(16 / 375 * 100vw);
        font-size: calc(16 / 375 * 100vw);
    }
}

.lp-label-outer > *:last-child {
    margin-bottom: 0;
}

.lp-utility-fontSize-primary {
    font-size: min(calc(80 / 1430 * 100vw), calc(80 / 995 * 100vh), 8rem);
}

@media screen and (max-width: 1200px) {
    .lp-utility-fontSize-primary {
        font-size: calc(62 / 768 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .lp-utility-fontSize-primary {
        font-size: calc(32 / 375 * 100vw);
    }
}

.lp-extraLargeScreen-line-break {
    display: block;
}

@media only screen and (max-width: 1200px) {
    .lp-extraLargeScreen-line-break,
    .lp-notTabletScreen-line-break {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .lp-notTabletScreen-line-break {
        display: block;
    }
}

.lp-extraSmallScreen-line-break,
.lp-smallScreen-line-break {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .lp-smallScreen-line-break {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-line-break {
        display: block;
    }
}

body > img[src^="https://sync.intentiq.com/"] {
    display: none;
}

.lp-recommend {
    margin-top: 80px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .lp-recommend {
        margin-top: 60px;
    }
}

.lp-recommend-text {
    font-size: 1.4rem;
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
    .lp-recommend-text {
        font-size: calc(14 / 768 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .lp-recommend-text {
        font-size: calc(14 / 375 * 100vw);
    }
}

.lp-recommend-linkText {
    font-size: 1.6rem;
    color: #dc002f;
    text-decoration: underline;
}

@media screen and (max-width: 1200px) {
    .lp-recommend-linkText {
        font-size: calc(16 / 768 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .lp-recommend-linkText {
        font-size: calc(16 / 375 * 100vw);

    }
}

.lp-recommend-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.lp-recommend-linkIcon {
    width: 30px;
    height: 32px;
    fill: #dc002f;
}