: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 {
  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;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  word-wrap: break-word;
  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] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  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-listDescription-content > *:last-child, .lp-listDescription > *:last-child, .lp-media-body > *:last-child, .lp-media > *:last-child, .lp-card-body > *:last-child, .lp-card-header > *:last-child, .lp-section.of-primary .lp-section-inner > *:last-child, .lp-section.of-primary .lp-section-content > *:last-child, .lp-section-content > *:last-child, .lp-section > *:last-child, .lp-jumbotron-body > *:last-child, .lp-jumbotron-content > *:last-child, .lp-jumbotron > *:last-child, .lp-navigationHeader-Outer > *:last-child, .lp-layout-footer-content > *:last-child, .lp-layout-container > *:last-child {
  margin-bottom: 0;
}

html {
  scroll-behavior: smooth;
}

@media only screen and (max-width: 1023px) {
  .lp-layout-header {
    position: relative;
  }
}
.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1688px;
  margin: 0 auto;
  padding: 40px 24px 66px;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-header-content {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
}
.lp-layout-header-logo {
  display: flex;
  justify-content: center;
  width: 135px;
  margin-bottom: 0;
}
.lp-layout-header-logo img {
  width: 135px;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-header-logo img {
    width: 91px;
  }
}
.lp-layout-header-utilityGroup {
  position: fixed;
  float: left;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-header-utilityGroup {
    position: static;
    width: 100%;
    float: none;
  }
}
.lp-layout-header-navigation {
  display: flex;
}
.lp-layout-header-navigation li {
  padding-right: 17px;
}
.lp-layout-header-navigation li:last-child {
  padding-right: 0;
}
.lp-layout-header-menu {
  display: flex;
  position: relative;
  z-index: 1000;
  justify-content: end;
  min-width: 307px;
  min-height: 24px;
  margin-right: 20px;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-header-menu {
    position: static;
    z-index: 1000;
    width: 100%;
    height: auto;
    transition: visibility 0.3s, opacity 0.3s;
    background: #fff;
  }
}
.lp-layout-header-menuButton {
  display: none;
}
.lp-layout-container {
  max-width: 800px;
  margin: 0 auto 32px;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-container {
    max-width: calc(28rem + (1vw - 0.36rem) * (78.313253012));
    margin-bottom: calc(2.4rem + (1vw - 0.36rem) * (1.2048192771));
  }
}
@media only screen and (max-width: 359px) {
  .lp-layout-container {
    max-width: 280px;
    margin-bottom: 24px;
  }
}
.lp-layout-container.of-primary {
  width: 100%;
  max-width: 960px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-container.of-primary {
    margin-bottom: calc(6.4rem + (1vw - 0.36rem) * (2.4096385542));
  }
}
@media only screen and (max-width: 359px) {
  .lp-layout-container.of-primary {
    margin-bottom: 64px;
  }
}
.lp-layout-container.of-secondary {
  max-width: 1640px;
  margin: 0 auto;
}
@media only screen and (max-width: 1680px) {
  .lp-layout-container.of-secondary {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 1639px) {
  .lp-layout-container.of-secondary {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 359px) {
  .lp-layout-container.of-secondary {
    min-width: 320px;
  }
}
.lp-layout-container.of-border {
  border: 1px solid #dc1c35;
}
.lp-layout-footer-content {
  max-width: 1688px;
  margin: 0 auto;
  padding: 24px;
  text-align: center;
}
@media only screen and (max-width: 359px) {
  .lp-layout-footer-content {
    padding: 20px;
  }
}
.lp-layout-footer-copyright {
  font-size: 1.2rem;
  line-height: 1.4;
}

.lp-navigationHeader {
  display: flex;
  flex-wrap: wrap;
  margin: -16px 0 16px -16px;
}
@media only screen and (max-width: 1023px) {
  .lp-navigationHeader {
    flex-direction: column;
    margin-top: -32px;
    margin-left: 0;
    text-align: center;
  }
}
.lp-navigationHeader-Outer {
  max-width: 740px;
}
@media only screen and (max-width: 1023px) {
  .lp-navigationHeader-Outer {
    width: 100%;
    max-width: 900px;
    margin: 32px auto 0;
    padding: 0 40px 32px;
  }
}
.lp-navigationHeader li {
  position: relative;
  margin-top: 16px;
  padding-left: 16px;
}
@media only screen and (max-width: 1023px) {
  .lp-navigationHeader li {
    margin-top: 32px;
    padding-left: 0;
  }
}
.lp-navigationHeader li::before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  width: 1px;
  height: 24px;
  background-color: #dedede;
}
@media only screen and (max-width: 1023px) {
  .lp-navigationHeader li::before {
    top: -16px;
    left: 0;
    width: 100%;
    height: 1px;
  }
}
.lp-navigationHeader li:first-child::before {
  content: none;
}
.lp-navigationLink {
  display: block;
  color: #e30519;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.lp-jumbotron {
  background-color: #f6f6f6;
}
.lp-jumbotron-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: start;
  justify-content: center;
  width: 100%;
  max-width: 1392px;
  margin: 0 auto 24px;
  padding: 120px 20px 45px 84px;
}
@media only screen and (max-width: 1639px) {
  .lp-jumbotron-content {
    padding-left: calc(14rem + (1vw - 1.4rem) * (-23.3333333333));
  }
}
@media only screen and (max-width: 1399px) {
  .lp-jumbotron-content {
    padding-left: calc(2.4rem + (1vw - 1.024rem) * (30.8510638298));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-content {
    flex-direction: column;
    padding: calc(3.2rem + (1vw - 0.36rem) * (4.8192771084)) 20px calc(2rem + (1vw - 0.36rem) * (1.8072289157));
  }
}
@media only screen and (max-width: 359px) {
  .lp-jumbotron-content {
    padding: 32px 20px 20px;
  }
}
.lp-jumbotron-image {
  width: 100%;
  max-width: 670px;
  margin-right: 70px;
}
@media only screen and (max-width: 1639px) {
  .lp-jumbotron-image {
    max-width: calc(43rem + (1vw - 1.024rem) * (38.961038961));
    margin-right: calc(4rem + (1vw - 1.024rem) * (4.8701298701));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-image {
    width: calc(23.5rem + (1vw - 0.36rem) * (65.5120481928));
    margin: 0 auto;
  }
}
@media only screen and (max-width: 359px) {
  .lp-jumbotron-image {
    min-width: 235px;
  }
}
.lp-jumbotron-body {
  flex: 1;
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-body {
    flex: auto;
    min-width: calc(27.5rem + (1vw - 0.36rem) * (48.9457831325));
    max-width: fit-content;
    margin: 0 auto 26px;
  }
}
@media only screen and (max-width: 359px) {
  .lp-jumbotron-body {
    min-width: 275px;
  }
}
.lp-jumbotron-title {
  margin-bottom: 24px;
  font-size: 9rem;
  line-height: 1.2;
}
@media only screen and (max-width: 1639px) {
  .lp-jumbotron-title {
    font-size: calc(7.2rem + (1vw - 1.024rem) * (2.9220779221));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-title {
    display: flex;
    flex-direction: column;
    font-size: calc(4.4rem + (1vw - 0.36rem) * (6.9277108434));
  }
}
@media only screen and (max-width: 359px) {
  .lp-jumbotron-title {
    font-size: 4.4rem;
  }
}

.lp-section {
  display: flex;
  justify-content: center;
  background-color: #f6f6f6;
}
.lp-section-content {
  width: 100%;
  max-width: 1008px;
  margin: 0 auto 24px;
  padding: 45px 20px 100px;
}
@media only screen and (max-width: 1023px) {
  .lp-section-content {
    padding: 20px 20px 64px;
  }
}
.lp-section.of-primary .lp-section-content {
  position: relative;
  max-width: 1680px;
  padding: 0 20px 80px;
}
@media only screen and (max-width: 1023px) {
  .lp-section.of-primary .lp-section-content {
    padding-bottom: calc(3.2rem + (1vw - 0.36rem) * (7.2289156627));
  }
}
@media only screen and (max-width: 359px) {
  .lp-section.of-primary .lp-section-content {
    padding-bottom: 32px;
  }
}
.lp-section.of-primary .lp-section-content::before, .lp-section.of-primary .lp-section-content::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 65px;
  width: 100%;
  max-width: 485px;
  height: 100%;
}
@media only screen and (max-width: 1399px) {
  .lp-section.of-primary .lp-section-content::before, .lp-section.of-primary .lp-section-content::after {
    display: none;
  }
}
.lp-section.of-primary .lp-section-content::before {
  left: 0;
  background: url("../../../../img/products/rk/172077001/172077001_bg_01.png") no-repeat bottom;
}
.lp-section.of-primary .lp-section-content::after {
  right: 0;
  background: url("../../../../img/products/rk/172077001/172077001_bg_02.png") no-repeat bottom;
}
.lp-section.of-primary .lp-section-inner {
  max-width: 968px;
  margin: 0 auto 24px;
}
.lp-section.of-secondary {
  background-color: #fff;
}
.lp-section.of-secondary .lp-section-content {
  max-width: 1048px;
  padding: 130px 40px 80px;
  border-style: none;
}
@media only screen and (max-width: 1023px) {
  .lp-section.of-secondary .lp-section-content {
    padding: calc(6.4rem + (1vw - 0.36rem) * (9.9397590361)) 40px calc(4.4rem + (1vw - 0.36rem) * (5.421686747));
  }
}
@media only screen and (max-width: 359px) {
  .lp-section.of-secondary .lp-section-content {
    padding: 64px 40px 44px;
  }
}

.lp-text {
  margin-bottom: 32px;
  font-size: 1.6rem;
  line-height: 1.9;
}
@media only screen and (max-width: 1023px) {
  .lp-text {
    font-size: calc(1.4rem + (1vw - 0.36rem) * (0.3012048193));
    line-height: 1.5;
  }
}
@media only screen and (max-width: 359px) {
  .lp-text {
    margin-bottom: 24px;
    font-size: 1.4rem;
  }
}
.lp-textLead {
  display: block;
  margin: 0 auto 40px;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (max-width: 1023px) {
  .lp-textLead {
    margin-bottom: calc(1.6rem + (1vw - 0.36rem) * (3.6144578313));
    font-size: calc(1.6rem + (1vw - 0.36rem) * (2.4096385542));
    line-height: 1.5;
  }
}
@media only screen and (max-width: 359px) {
  .lp-textLead {
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
}

.lp-video-outer {
  margin-bottom: 80px;
  border: 16px solid #333;
  border-radius: 8px;
}
@media only screen and (max-width: 1023px) {
  .lp-video-outer {
    margin-bottom: calc(6.4rem + (1vw - 0.36rem) * (2.4096385542));
    border: calc(0.6rem + (1vw - 0.36rem) * (1.5060240964)) solid #333;
  }
}
@media only screen and (max-width: 359px) {
  .lp-video-outer {
    margin-bottom: 64px;
    border: 6px solid #333;
  }
}

.lp-headingLevel2 {
  margin-bottom: 40px;
  padding: 8px 16px;
  border: 1px solid #e30519;
  color: #e30519;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .lp-headingLevel2 {
    margin-bottom: calc(2.4rem + (1vw - 0.36rem) * (2.4096385542));
    padding: calc(0.4rem + (1vw - 0.36rem) * (0.6024096386)) calc(0.8rem + (1vw - 0.36rem) * (1.2048192771));
    font-size: calc(2rem + (1vw - 0.36rem) * (2.4096385542));
    line-height: 1.5;
  }
}
@media only screen and (max-width: 359px) {
  .lp-headingLevel2 {
    margin-bottom: 24px;
    padding: 4px 8px;
    font-size: 2rem;
  }
}

.lp-card {
  display: grid;
  grid-row: span 3;
  gap: 8px;
  grid-template-rows: subgrid;
  padding: 24px 32px;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .lp-card {
    width: 100%;
    max-width: calc(23.2rem + (1vw - 0.36rem) * (9.6385542169));
    padding: calc(1.6rem + (1vw - 0.36rem) * (1.2048192771)) calc(1.6rem + (1vw - 0.36rem) * (2.4096385542));
    gap: 4px;
  }
}
@media only screen and (max-width: 359px) {
  .lp-card {
    min-width: 232px;
    padding: 16px;
  }
}
.lp-card-group {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(296px, 1fr));
  margin-bottom: 80px;
}
@media only screen and (max-width: 1639px) {
  .lp-card-group {
    gap: calc(1.6rem + (1vw - 1.024rem) * (3.8961038961));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-card-group {
    grid-template-columns: none;
    min-width: 232px;
    max-width: fit-content;
    margin: 0 auto 56px;
    row-gap: 24px;
    place-items: center;
  }
}
.lp-card-title {
  margin-bottom: 16px;
  color: #e30519;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9;
}
@media only screen and (max-width: 1023px) {
  .lp-card-title {
    font-size: calc(1.4rem + (1vw - 0.36rem) * (0.3012048193));
    line-height: 1.5;
  }
}
@media only screen and (max-width: 359px) {
  .lp-card-title {
    margin-bottom: 4px;
    font-size: 1.4rem;
  }
}
.lp-card-body {
  order: 3;
}
.lp-card.of-primary {
  max-width: 800px;
  padding: 32px;
  text-align: left;
}
@media only screen and (max-width: 359px) {
  .lp-card.of-primary {
    padding: 20px;
  }
}
@media only screen and (max-width: 359px) {
  .lp-card-image {
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 1023px) {
  .lp-card-image img {
    width: calc(6rem + (1vw - 0.36rem) * (9.0361445783));
  }
}
@media only screen and (max-width: 359px) {
  .lp-card-image img {
    width: 60px;
  }
}

.lp-headingLevel3 {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 8px;
  color: #e30519;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
}
@media only screen and (max-width: 1023px) {
  .lp-headingLevel3 {
    font-size: calc(1.6rem + (1vw - 0.36rem) * (1.2048192771));
    line-height: 1.5;
  }
}
@media only screen and (max-width: 359px) {
  .lp-headingLevel3 {
    margin-bottom: 24px;
    font-size: 1.6rem;
  }
}
.lp-headingLevel3::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 212px;
  height: 1px;
  background-color: #e30519;
}
@media only screen and (max-width: 1023px) {
  .lp-headingLevel3::before {
    width: calc(6.5rem + (1vw - 0.36rem) * (22.1385542169));
  }
}
@media only screen and (max-width: 359px) {
  .lp-headingLevel3::before {
    width: 65px;
  }
}

.lp-media {
  display: flex;
  align-items: center;
}
.lp-media.of-primary {
  flex-direction: column;
}
.lp-media.of-primary .lp-media-body {
  margin-bottom: 64px;
}
@media only screen and (max-width: 1023px) {
  .lp-media.of-primary .lp-media-body {
    margin-bottom: calc(2.4rem + (1vw - 0.36rem) * (6.0240963855));
  }
}
@media only screen and (max-width: 359px) {
  .lp-media.of-primary .lp-media-body {
    margin-bottom: 24px;
  }
}
.lp-media.of-primary .lp-media-image {
  position: static;
  z-index: 2;
  width: 100%;
  max-width: 760px;
  margin-right: 0;
}
@media only screen and (max-width: 1023px) {
  .lp-media.of-primary .lp-media-image {
    max-width: calc(24.2rem + (1vw - 0.36rem) * (78.0120481928));
  }
}
@media only screen and (max-width: 359px) {
  .lp-media.of-primary .lp-media-image {
    min-width: 242px;
  }
}
.lp-media-body {
  flex: 1;
}
.lp-media-text {
  margin-bottom: 16px;
  line-height: 1.8;
}
@media only screen and (max-width: 1023px) {
  .lp-media-text {
    font-size: calc(1.4rem + (1vw - 0.36rem) * (0.3012048193));
    line-height: 1.5;
  }
}
@media only screen and (max-width: 359px) {
  .lp-media-text {
    font-size: 1.4rem;
  }
}
.lp-media-title {
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (max-width: 1023px) {
  .lp-media-title {
    font-size: calc(1.6rem + (1vw - 0.36rem) * (0.6024096386));
  }
}
@media only screen and (max-width: 679px) {
  .lp-media-title {
    text-align: center;
  }
}
@media only screen and (max-width: 359px) {
  .lp-media-title {
    font-size: 1.6rem;
  }
}
.lp-media-image {
  width: 100%;
  max-width: 112px;
  margin-right: 24px;
}
@media only screen and (max-width: 1023px) {
  .lp-media-image {
    max-width: calc(8rem + (1vw - 0.36rem) * (4.8192771084));
  }
}
@media only screen and (max-width: 679px) {
  .lp-media-image {
    margin-right: 0;
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 359px) {
  .lp-media-image {
    min-width: 80px;
  }
}

.lp-listDescription {
  margin-bottom: 24px;
}
.lp-listDescription-content {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #dedede;
}
.lp-listDescription-content:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media only screen and (max-width: 1023px) {
  .lp-listDescription-content {
    margin-bottom: calc(1.6rem + (1vw - 0.36rem) * (2.4096385542));
    padding-bottom: calc(1.6rem + (1vw - 0.36rem) * (2.4096385542));
  }
}
@media only screen and (max-width: 359px) {
  .lp-listDescription-content {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}
.lp-listDescription-content dt {
  position: relative;
  margin-bottom: 16px;
  padding-left: 16px;
  color: #e30519;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}
@media only screen and (max-width: 1023px) {
  .lp-listDescription-content dt {
    margin-bottom: calc(0.8rem + (1vw - 0.36rem) * (1.2048192771));
    font-size: calc(1.6rem + (1vw - 0.36rem) * (0.3012048193));
  }
}
@media only screen and (max-width: 359px) {
  .lp-listDescription-content dt {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
}
.lp-listDescription-content dt::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 2px;
  background-color: #e30519;
}
.lp-listDescription-content dd {
  margin-bottom: 16px;
  font-size: 1.6rem;
  line-height: 1.9;
}
@media only screen and (max-width: 1023px) {
  .lp-listDescription-content dd {
    font-size: calc(1.4rem + (1vw - 0.36rem) * (0.3012048193));
    line-height: 1.5;
  }
}
@media only screen and (max-width: 359px) {
  .lp-listDescription-content dd {
    font-size: 1.4rem;
  }
}

[data-script-enabled=true] .swiper-slide {
  margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-layout-header-content {
    visibility: visible;
    justify-content: center;
    padding: 20px;
    background-color: #fff;
  }
  [data-script-enabled=true] .lp-layout-header-menu {
    visibility: hidden;
    position: absolute;
    z-index: -10;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100vh - 84px);
    transition: visibility 0.3s, opacity 0.3s;
    background: #fff;
  }
  [data-script-enabled=true] .lp-layout-header-menuButton {
    display: block;
    position: fixed;
    z-index: 1000;
    top: 20px;
    right: 50%;
    width: 100%;
    max-width: 1200px;
    height: 25px;
    transform: translateX(50%);
    pointer-events: none;
  }
  [data-script-enabled=true] .lp-layout-header-menuButtonContent {
    display: block;
    position: absolute;
    top: 0;
    right: 26px;
    width: 24px;
    height: 20px;
    overflow: hidden;
    line-height: 1;
    pointer-events: auto;
  }
  [data-script-enabled=true] .lp-layout-header-menuButtonContent::before, [data-script-enabled=true] .lp-layout-header-menuButtonContent::after {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 2px;
    transform: rotate(0);
    transition: all 0.2s;
    background-color: #e30519;
  }
  [data-script-enabled=true] .lp-layout-header-menuButtonContent::before {
    top: 0;
  }
  [data-script-enabled=true] .lp-layout-header-menuButtonContent::after {
    top: 9px;
  }
  [data-script-enabled=true] .lp-layout-header-menuButtonContent[aria-expanded=true]::before {
    top: 9px;
    left: 0;
    transform: rotate(45deg);
    background-color: #e30519;
  }
  [data-script-enabled=true] .lp-layout-header-menuButtonContent[aria-expanded=true]::after {
    top: 9px;
    left: 0;
    transform: rotate(-45deg);
    background-color: #e30519;
  }
  [data-script-enabled=true] .lp-layout-header-menuButtonContent .lp-layout-header-menuButtonBody {
    display: block;
    width: 24px;
    height: 18px;
  }
  [data-script-enabled=true] .lp-layout-header-menuButtonContent .lp-layout-header-menuButtonBody::before {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    width: 24px;
    height: 2px;
    transform: scale(1);
    transition: background-color 0.2s ease, transform 0.2s ease;
    background-color: #e30519;
  }
  [data-script-enabled=true] .lp-layout-header-menuButtonContent[aria-expanded=true] .lp-layout-header-menuButtonBody {
    transform: scale(0);
    background-color: transparent;
  }
  [data-script-enabled=true] body.is-menu-show {
    overflow: hidden;
  }
  [data-script-enabled=true] .lp-navigationHeader {
    display: none;
  }
  [data-script-enabled=true] body.is-menu-show .lp-layout-header {
    position: fixed;
    z-index: 1000;
    width: 100%;
  }
  [data-script-enabled=true] body.is-menu-show .lp-layout-header-logo {
    width: 100%;
    margin-top: -20px;
    padding: 20px;
    background-color: #fff;
    text-align: center;
  }
  [data-script-enabled=true] body.is-menu-show .lp-layout-header-menu {
    visibility: visible;
    overflow: auto;
  }
  [data-script-enabled=true] body.is-menu-show .lp-layout-header-menuButton {
    top: 0;
  }
  [data-script-enabled=true] body.is-menu-show .lp-layout-header-menuButtonContent {
    top: 18px;
  }
  [data-script-enabled=true] body.is-menu-show .lp-navigationHeader {
    display: block;
  }
  [data-script-enabled=true] body.is-menu-show .lp-layout-main,
  [data-script-enabled=true] body.is-menu-show .lp-layout-footer {
    visibility: hidden;
  }
  [data-script-enabled=true] body.is-menu-show .lp-layout-main {
    overflow: hidden;
  }
}
.lp-utility-textAlign-center {
  text-align: center;
}
.lp-utility-fontSize-primary {
  font-size: 2.2rem;
}
@media only screen and (max-width: 1639px) {
  .lp-utility-fontSize-primary {
    font-size: calc(1.8rem + (1vw - 1.024rem) * (0.6493506494));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-utility-fontSize-primary {
    font-size: calc(1.2rem + (1vw - 0.36rem) * (1.5060240964));
  }
}
@media only screen and (max-width: 359px) {
  .lp-utility-fontSize-primary {
    font-size: 1.2rem;
  }
}
.lp-utility-fontSize-secondary {
  font-size: 3.7rem;
}
@media only screen and (max-width: 1639px) {
  .lp-utility-fontSize-secondary {
    font-size: calc(3.2rem + (1vw - 1.024rem) * (0.8116883117));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-utility-fontSize-secondary {
    font-size: calc(2rem + (1vw - 0.36rem) * (2.5602409639));
  }
}
@media only screen and (max-width: 359px) {
  .lp-utility-fontSize-secondary {
    font-size: 2rem;
  }
}
.lp-utility-fontSize-tertiary {
  font-size: 2.6rem;
}
@media only screen and (max-width: 1023px) {
  .lp-utility-fontSize-tertiary {
    font-size: calc(1.6rem + (1vw - 0.36rem) * (1.5060240964)) !important;
  }
}
@media only screen and (max-width: 359px) {
  .lp-utility-fontSize-tertiary {
    font-size: 1.6rem !important;
  }
}
.lp-utility-fontWeight-bold {
  font-weight: bold;
}
.lp-utility-letterSpacing-primary {
  letter-spacing: -0.11rem;
}
@media only screen and (max-width: 1023px) {
  .lp-utility-letterSpacing-primary {
    letter-spacing: -0.06rem;
  }
}
.lp-utility-letterSpacing-secondary {
  letter-spacing: -0.185rem;
}
@media only screen and (max-width: 1023px) {
  .lp-utility-letterSpacing-secondary {
    letter-spacing: -0.1rem;
  }
}
.lp-utility-letterSpacing-tertiary {
  letter-spacing: -0.45rem;
}
@media only screen and (max-width: 1023px) {
  .lp-utility-letterSpacing-tertiary {
    letter-spacing: -0.22rem;
  }
}
.lp-utility-line-break {
  display: block;
}
.lp-utility-color-primary {
  color: #e30519;
}
.lp-utility-marginBottom-primary {
  margin-bottom: 40px;
}
.lp-utility-marginBottom-secondary {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1023px) {
  .lp-utility-marginBottom-secondary {
    margin-bottom: calc(5.6rem + (1vw - 0.36rem) * (3.6144578313));
  }
}
@media only screen and (max-width: 359px) {
  .lp-utility-marginBottom-secondary {
    margin-bottom: 56px;
  }
}
.lp-utility-marginBottom-tertiary {
  margin-bottom: 4px;
}
.lp-utility-flexDirection-primary {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 679px) {
  .lp-utility-flexDirection-primary {
    flex-direction: column-reverse;
  }
}
.lp-utility-marginBottom-quaternary {
  margin-bottom: 32px;
}
@media only screen and (max-width: 1023px) {
  .lp-utility-marginLeft-primary {
    margin-left: 64px;
  }
}
@media only screen and (max-width: 679px) {
  .lp-utility-marginLeft-primary {
    margin-left: calc(3rem + (1vw - 0.36rem) * (10.625));
  }
}
@media only screen and (max-width: 359px) {
  .lp-utility-marginLeft-primary {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .lp-smallScreen-textAlign-center {
    text-align: center;
  }
}
@media only screen and (max-width: 1023px) {
  .lp-smallScreen-line-break {
    display: block;
  }
}

.swiper-slide {
  display: flex;
  height: auto;
}

.lp-generalSlider > *:last-child {
  margin-bottom: 0;
}
.lp-generalSlider-inner {
  position: relative;
  margin-bottom: 24px;
}
.lp-generalSlider-inner > *:last-child {
  margin-bottom: 0;
}
.lp-generalSlider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-generalSlider .swiper {
  position: relative;
  overflow: hidden;
}
.lp-generalSlider .swiper-pagination + .swiper-autoplay {
  margin-left: 16px;
}
.lp-generalSlider .swiper-autoplay-button {
  position: relative;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border: 1px solid #fff;
}
.lp-generalSlider .swiper-autoplay-button::after,
.lp-generalSlider .lp-generalSlider .swiper-autoplay-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 3px;
  height: 12px;
  transform: translateY(-50%);
  background: #fff;
}
.lp-generalSlider .swiper-autoplay-button::before {
  left: 10px;
}
.lp-generalSlider .swiper-autoplay-button::after {
  right: 10px;
}
.lp-generalSlider .swiper-autoplay-button:not(.is-swiper-playing)::after {
  content: none;
}
.lp-generalSlider .swiper-autoplay-button:not(.is-swiper-playing)::before {
  width: 12px;
  border-width: 6px 0 6px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  background: none;
}
.lp-generalSlider .swiper-autoplay-button > span {
  position: absolute;
  left: 100%;
  white-space: nowrap;
}
.lp-generalSlider .swiper-button-prev, .lp-generalSlider .swiper-button-next {
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  margin-top: 0;
  background-image: none;
}
.lp-generalSlider .swiper-button-prev {
  left: 0;
}
.lp-generalSlider .swiper-button-next {
  right: 0;
}
.lp-generalSlider .swiper-button-inner {
  display: block;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  background: #fff 0% 0% no-repeat padding-box;
}
.lp-generalSlider .swiper-button-inner > span {
  display: block;
  position: relative;
}
.lp-generalSlider .swiper-button-inner > span::before {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  width: 14px;
  height: 14px;
  border-top: 3px solid #4d505b;
  border-right: 3px solid #4d505b;
}
.lp-generalSlider .swiper-button-prev .swiper-button-inner {
  left: 0;
}
.lp-generalSlider .swiper-button-prev .swiper-button-inner > span::before {
  left: 16px;
  transform: rotate(-136deg);
}
.lp-generalSlider .swiper-button-next .swiper-button-inner {
  right: 0;
}
.lp-generalSlider .swiper-button-next .swiper-button-inner > span::before {
  right: 16px;
  transform: rotate(45deg);
}
.lp-generalSlider .swiper-pagination {
  position: static;
}
.lp-generalSlider .swiper-pagination > .swiper-pagination-bullet {
  margin-right: 16px;
}
.lp-generalSlider .swiper-pagination > .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.lp-generalSlider .swiper-pagination.is-pagination-unclickable {
  position: relative;
}
.lp-generalSlider .swiper-pagination.is-pagination-unclickable::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lp-generalSlider .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  overflow: hidden;
  border: 1px solid #e30519;
  opacity: 1;
  background: transparent;
}
.lp-generalSlider .swiper-pagination-bullet > span {
  position: absolute;
  left: 100%;
  white-space: nowrap;
}
.lp-generalSlider .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background-color: #e30519;
}

html:not([data-script-enabled=true]) .lp-generalSlider .swiper-wrapper {
  display: block;
}
