<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.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;
}

.lp-buttonConversion:hover {
  background-color: #c6002a;
}

@media only screen and (max-width: 640px) {
  .lp-buttonConversion {
    font-size: 1.6rem;
  }
}

.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;
}

.lp-buttonConversion-image {
  margin: -22px 0;
  border: 1px solid #ccc;
}

.lp-buttonConversion-image &gt; 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;
}

.lp-buttonConversion.of-primary:hover {
  background: #116b81;
}

.lp-buttonConversion.of-secondary {
  background: #1a90db;
}

.lp-navigationSeries {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1240px;
  margin: 20px auto;
  padding: 4px 10px;
  border: 2px solid #e5e5e5;
  color: #999;
}

div#MainContent .lp-navigationSeries {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: anywhere;
}

@media only screen and (max-width: 1279px) {
  .lp-navigationSeries {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 969px) {
  .lp-navigationSeries {
    flex-direction: column;
    align-items: center;
  }
}

.lp-navigationSeries-title {
  max-width: 600px;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.3;
}

@media only screen and (max-width: 969px) {
  .lp-navigationSeries-title {
    width: 100%;
    max-width: none;
    margin-bottom: 3px;
    text-align: center;
  }
}

.lp-navigationSeries-title + .lp-navigationSeries-linkList {
  margin-left: 10px;
}

@media only screen and (max-width: 969px) {
  .lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: -10px;
  }
}

div#MainContent .lp-navigationSeries-title {
  margin-bottom: 0;
  color: #999;
  font-size: 11px;
  line-height: 1.3;
  text-transform: none;
}

div#MainContent .lp-navigationSeries-title + .lp-navigationSeries-linkList {
  margin-left: 10px;
}

@media only screen and (max-width: 969px) {
  .lp-navigationSeries-seriesNameText,
  .lp-navigationSeries-seriesText {
    display: block;
  }
}

.lp-navigationSeries-linkList {
  display: flex;
  flex-wrap: wrap;
  margin: -3px 0 0 -10px;
  color: #999;
}

div#MainContent .lp-navigationSeries-linkList {
  margin: -3px 0 0 -10px;
}

@media only screen and (max-width: 969px) {
  .lp-navigationSeries-linkList {
    justify-content: center;
    width: 100%;
  }
}

.lp-navigationSeries-linkList &gt; li {
  display: flex;
  position: relative;
  margin-top: 3px;
  margin-left: 10px;
  background: none;
  font-size: 1.1rem;
  line-height: 1.3;
}

div#MainContent .lp-navigationSeries-linkList &gt; li {
  margin: 3px 0 0 10px;
  padding: 0;
  background: none;
  font-size: 11px;
}

.lp-navigationSeries-linkList &gt; li &gt; a {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 9px;
  color: #999;
  line-height: 1.3;
  text-decoration: none;
}

.lp-navigationSeries-linkList &gt; li &gt; a::before {
  display: block;
  position: absolute;
  top: 4px;
  left: -2px;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  content: "";
}

div#MainContent .lp-navigationSeries-linkList &gt; li &gt; a:link {
  color: #999;
}

div#MainContent .lp-navigationSeries-linkList &gt; li &gt; a::before {
  top: 0.3em;
}

.lp-navigationSeries-linkList &gt; li &gt; a:hover,
.lp-navigationSeries-linkList &gt; li &gt; a:focus {
  text-decoration: underline;
}

.lp-jumbotron {
  position: relative;
  overflow: hidden;
  background: transparent linear-gradient(104deg, #5e7e82 0%, #0d2c47 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  line-height: 1.2;
}

.lp-jumbotron &gt; *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .lp-jumbotron {
    background: #5e7e82;
  }
}

.lp-jumbotron-content {
  display: flex;
  position: relative;
  align-items: center;
  max-width: calc(1120px + 40px);
  margin: 0 auto;
  padding: 40px 20px;
}

@media only screen and (max-width: 1239px) {
  .lp-jumbotron-content {
    padding: calc((40 * 100vw) / 1239) 20px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-jumbotron-content {
    flex-direction: column-reverse;
    align-items: center;
    padding: 0;
  }
}

.lp-jumbotron-body {
  z-index: 3;
  flex: 1;
}

@media only screen and (max-width: 768px) {
  .lp-jumbotron-body {
    flex: none;
    width: 100%;
    padding: 10px 20px 24px;
    background: transparent linear-gradient(180deg, #5e7e82 0%, #0d2c47 100%) 0% 0% no-repeat padding-box;
  }
}

.lp-jumbotron-titleGroup {
  z-index: 0;
  margin-bottom: 16px;
}

.lp-jumbotron-titleGroup &gt; *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: 24px;
    padding: 0 20px;
    text-align: center;
  }
}

.lp-jumbotron-title {
  display: block;
  margin-bottom: 10px;
  font-size: 6.5rem;
}

@media only screen and (max-width: 1239px) {
  .lp-jumbotron-title {
    font-size: calc((65 * 100vw) / 1239);
  }
}

@media only screen and (max-width: 768px) {
  .lp-jumbotron-title {
    margin-bottom: 20px;
    font-size: 3.5rem;
  }
}

.lp-jumbotron-subtitle {
  display: block;
  margin-bottom: 24px;
  font-size: 3.2rem;
  font-weight: normal;
}

@media only screen and (max-width: 1239px) {
  .lp-jumbotron-subtitle {
    margin-bottom: calc((24 * 100vw) / 1239);
    font-size: calc((32 * 100vw) / 1239);
  }
}

@media only screen and (max-width: 768px) {
  .lp-jumbotron-subtitle {
    margin-bottom: 24px;
    font-size: 2rem;
  }
}

.lp-jumbotron-series {
  display: block;
  margin-bottom: 16px;
  font-size: 2.5rem;
  font-weight: normal;
}

@media only screen and (max-width: 969px) {
  .lp-jumbotron-series {
    font-size: calc((25 * 100vw) / 970);
  }
}

@media only screen and (max-width: 768px) {
  .lp-jumbotron-series {
    font-size: 2rem;
    font-weight: normal;
  }
}

.lp-jumbotron-imageGroup {
  width: 524px;
  min-height: 372px;
  margin-left: 50px;
}

@media only screen and (max-width: 1239px) {
  .lp-jumbotron-imageGroup {
    width: calc((524 * 100vw) / 1239);
    min-height: calc((372 * 100vw) / 1239);
    margin-left: calc((50 * 100vw) / 1239);
  }
}

@media only screen and (max-width: 768px) {
  .lp-jumbotron-imageGroup {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    margin-bottom: 0;
    margin-left: 0;
  }
}

.lp-jumbotron-imageGroup-image {
  min-height: 0%;
}

[data-script-enabled="true"] .lp-listImage {
  position: relative;
  max-width: 524px;
  min-height: 372px;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (max-width: 1239px) {
  [data-script-enabled="true"] .lp-listImage {
    max-width: calc((524 * 100vw) / 1239);
    min-height: calc((372 * 100vw) / 1239);
  }
}

@media only screen and (max-width: 768px) {
  [data-script-enabled="true"] .lp-listImage {
    max-width: 524px;
    min-height: 372px;
    text-align: center;
  }
}

@media only screen and (max-width: 524px) {
  [data-script-enabled="true"] .lp-listImage {
    max-width: calc((524 * 100vw) / 524);
    min-height: calc((372 * 100vw) / 524);
  }
}

[data-script-enabled="true"] .lp-listImage &gt; li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 2s;
}

[data-script-enabled="true"] .lp-listImage &gt; li.is-active {
  z-index: 1;
  opacity: 1;
}

.lp-mediaSeries {
  display: flex;
  align-items: center;
}

.lp-mediaSeries-body {
  max-width: 300px;
}

@media only screen and (max-width: 1239px) {
  .lp-mediaSeries-body {
    max-width: calc((300 * 100vw) / 1239);
  }
}

@media only screen and (max-width: 768px) {
  .lp-mediaSeries-body {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
}

.lp-mediaSeries-body &gt; *:last-child {
  margin-bottom: 0;
}

.lp-mediaSeries-image {
  width: 250px;
  min-height: 0%;
  margin-left: 32px;
}

@media only screen and (max-width: 1239px) {
  .lp-mediaSeries-image {
    width: calc((250 * 100vw) / 1239);
    margin-left: calc((32 * 100vw) / 1239);
  }
}

@media only screen and (max-width: 768px) {
  .lp-mediaSeries {
    justify-content: center;
  }
}

.lp-section {
  line-height: 1.2;
}

.lp-section-content {
  max-width: calc(970px + 40px);
  margin: 0 auto;
  padding: 32px 20px;
}

.lp-section-content &gt; *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .lp-section-content {
    padding-top: 0;
  }
}

.lp-layout-container {
  max-width: calc(970px + 40px);
  margin: 0 auto;
  padding: 0 20px;
}

.lp-layout-container.of-width-small {
  max-width: calc(924px + 40px);
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  .lp-layout-container.of-width-small {
    padding: 0;
  }
}

.lp-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .lp-media {
    min-height: 0%;
    padding-top: 30px;
    padding-left: 0;
    border-top: 1px solid #b5b5b5;
  }
}

.lp-media-title {
  order: -2;
  max-width: 100%;
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .lp-media-title {
    font-size: 2rem;
  }
}

.lp-media-body {
  max-width: 100%;
}

.lp-media-text {
  margin-bottom: 0;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .lp-media-text {
    font-size: 1.6rem;
  }
}

.lp-media-image {
  order: -1;
  width: 100%;
  min-height: 0%;
  margin-bottom: 16px;
}

.lp-media.of-width-small {
  width: 220px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .lp-media.of-width-small {
    width: 100%;
  }
}

.lp-layout-grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .lp-layout-grid {
    margin-bottom: 16px;
  }
}

.lp-layout-grid.of-column-3 {
  margin-top: -24px;
  margin-left: -72px;
}

@media screen and (max-width: 768px) {
  .lp-layout-grid.of-column-3 {
    margin-top: -32px;
    margin-left: 0;
  }
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column {
  width: 33.333333%;
  margin-top: 24px;
  padding-left: 72px;
}

@media screen and (max-width: 768px) {
  .lp-layout-grid.of-column-3 .lp-layout-grid-column {
    width: 100%;
    margin-top: 32px;
    padding-left: 0;
  }
}

.lp-layout-grid.of-column-5 {
  margin-top: -20px;
  margin-left: -5px;
}

.lp-layout-grid.of-column-5 .lp-layout-grid-column {
  width: 20%;
  margin-top: 20px;
  padding-left: 5px;
}

@media screen and (max-width: 768px) {
  .lp-layout-grid.of-column-5 .lp-layout-grid-column {
    width: 50%;
    padding-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .lp-layout-grid.of-column-5 {
    justify-content: center;
    margin-left: -10px;
  }
}

@media screen and (max-width: 768px) {
  .lp-layout-grid.of-column-5:last-child {
    margin-bottom: 0;
  }
}

.lp-layout-grid-column {
  width: 100%;
}

.lp-layout-grid-column &gt; *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .lp-layout-grid-column:first-child .lp-media {
    border-top: 0;
  }
}

.lp-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp-figure &gt; img {
  width: 100%;
  min-height: 0%;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .lp-figure &gt; img {
    margin-bottom: 7px;
  }
}

.lp-figure &gt; img &gt; img {
  border: 1px solid #3f3f3f;
}

.lp-figure-caption {
  max-width: 100%;
  margin-bottom: 0;
  text-align: center;
}

.lp-mediaAsset {
  margin: 32px 0 40px;
}

@media only screen and (max-width: 768px) {
  .lp-mediaAsset {
    margin: 50px 0 20px;
  }
}

.lp-mediaAsset-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .lp-mediaAsset-content {
    flex-direction: column;
    align-items: center;
  }
}

.lp-mediaAsset-body {
  position: relative;
  flex: 1 0 auto;
  max-width: 450px;
  padding: 0 40px 45px;
}

.lp-mediaAsset-body::before {
  position: absolute;
  right: 50%;
  bottom: -35px;
  transform: translateX(50%);
  border: 35px solid transparent;
  border-top: 35px solid #ccc;
  content: "";
}

@media only screen and (max-width: 768px) {
  .lp-mediaAsset-body {
    max-width: 100%;
    padding: 0 0 45px;
  }
}

.lp-mediaAsset-titleGroup {
  margin-bottom: 24px;
  line-height: 1.28;
}

.lp-mediaAsset-seriesName {
  display: block;
  margin-bottom: 16px;
  font-size: 2.8rem;
  font-weight: bold;
}

.lp-mediaAsset-series {
  display: block;
  font-size: 2rem;
  font-weight: normal;
}

.lp-mediaAsset-text {
  margin-bottom: 0;
  font-size: 2.8rem;
}

.lp-mediaAsset-image {
  order: -1;
  width: 100%;
  min-height: 0%;
}

@media only screen and (max-width: 768px) {
  .lp-mediaAsset-image {
    margin-bottom: 48px;
  }
}

.lp-mediaAsset-image &gt; img {
  max-width: 140px;
  border: 1px solid #ccc;
}

@media only screen and (max-width: 1239px) {
  .lp-mediaAsset-image &gt; img {
    max-width: calc((140 * 100vw) / 1239);
  }
}

@media only screen and (max-width: 768px) {
  .lp-mediaAsset-image &gt; img {
    max-width: 140px;
  }
}

.lp-mediaAsset-productImage {
  width: 100%;
  min-height: 0%;
}

@media only screen and (max-width: 768px) {
  .lp-mediaAsset-productImage {
    display: none;
  }
}

.lp-buttonConversion-outer {
  margin-bottom: 24px;
}

.lp-buttonConversion-outer &gt; *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1239px) {
  .lp-buttonConversion {
    font-size: calc(1.6rem + ((1vw - 0.768rem) * (0.78125)));
  }
}

@media only screen and (max-width: 768px) {
  .lp-buttonConversion {
    font-size: 1.6rem;
  }
}

.lp-smallScreen-show {
  display: none;
}

@media only screen and (max-width: 768px) {
  .lp-smallScreen-show {
    display: block;
  }
  .lp-smallScreen-hide {
    display: none;
  }
}

.lp-largeScreen-hide {
  display: none;
}

@media only screen and (max-width: 768px) {
  .lp-largeScreen-hide {
    display: block;
  }
}

.lp-list-outer {
  margin-bottom: 24px;
}

@media only screen and (max-width: 768px) {
  .lp-list-outer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.lp-list-outer &gt; *:last-child {
  margin-bottom: 0;
}

.lp-list {
  margin-bottom: 24px;
  font-size: 3.2rem;
}

@media only screen and (max-width: 1239px) {
  .lp-list {
    margin-bottom: calc((24 * 100vw) / 1239);
    font-size: calc((32 * 100vw) / 1239);
  }
}

@media only screen and (max-width: 768px) {
  .lp-list {
    margin-bottom: 24px;
    font-size: 2rem;
    text-align: left;
  }
}

.lp-list li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 16px;
}

.lp-list li::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
  content: "";
}

@media only screen and (max-width: 768px) {
  .lp-list li::before {
    width: 4px;
    height: 4px;
  }
}

.lp-list &gt; *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .lp-smallScreen-textAlign-center {
    text-align: center;
  }
}

.lp-jumbotron.of-buttonColor-primary .lp-buttonConversion,
.lp-section.of-buttonColor-primary .lp-buttonConversion,
.lp-layout-container.of-buttonColor-primary .lp-buttonConversion {
  background: #dc002f;
}

.lp-jumbotron.of-buttonColor-primary .lp-buttonConversion.of-primary,
.lp-section.of-buttonColor-primary .lp-buttonConversion.of-primary,
.lp-layout-container.of-buttonColor-primary .lp-buttonConversion.of-primary {
  background: #13778f;
}
</pre></body></html>