@charset "UTF-8";

/* =================================================================================================
contents
================================================================================================= */
.lp-jumbotron {
  position: relative;
  overflow: hidden;
  background: #e7e7e7;
}

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

.lp-jumbotron::before {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 97px;
  background: #191919;
  content: "";
}

@media only screen and (max-width: 800px) {
  .lp-jumbotron::before {
    content: none;
  }
}

.lp-jumbotron-content {
  display: flex;
  position: relative;
  max-width: 970px;
  margin: 0 auto;
  padding: 0;
}

@media only screen and (max-width: 1200px) {
  .lp-jumbotron-content {
    max-width: 1200px;
    padding: 0 30px;
  }
}

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

.lp-jumbotron-body {
  flex: 1 0 auto;
  max-width: 490px;
  margin: 39px 0 31px;
}

@media only screen and (max-width: 800px) {
  .lp-jumbotron-body {
    max-width: 100%;
    margin: 0;
    padding: 20px 0 30px;
    color: #191919;
  }
}

.lp-jumbotron-imageGroup {
  position: absolute;
  right: -114px;
  bottom: -8px;
}

@media only screen and (max-width: 1200px) {
  .lp-jumbotron-imageGroup {
    right: 30px;
    bottom: calc((-8 * 100vw) / 1200);
  }
}

@media only screen and (max-width: 800px) {
  .lp-jumbotron-imageGroup {
    position: static;
    width: 100%;
    min-height: 0%;
    margin-left: 0;
    padding: 30px 0 0;
  }
  .lp-jumbotron-imageGroup img {
    position: relative;
  }
}

.lp-jumbotron-image {
  z-index: 10;
  position: relative;
  width: 570px;
}

@media only screen and (max-width: 1200px) {
  .lp-jumbotron-image {
    width: calc((570 * 100vw) / 1200);
  }
}

@media only screen and (max-width: 800px) {
  .lp-jumbotron-image {
    width: 100%;
    text-align: center;
  }
}

.lp-jumbotron .lp-buttonConversion-outer {
  position: absolute;
  bottom: 26px;
  margin-bottom: 0;
}

@media only screen and (max-width: 800px) {
  .lp-jumbotron .lp-buttonConversion-outer {
    position: static;
    text-align: center;
  }
}

.lp-jumbotron .lp-buttonConversion {
  margin-bottom: 0;
}

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

.lp-jumbotron-slider {
  position: absolute;
  top: 7px;
  left: 6px;
  width: 385px;
  height: 207px;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .lp-jumbotron-slider {
    top: calc((7 * 100vw) / 1200);
    left: calc((6 * 100vw) / 1200);
    width: calc((385 * 100vw) / 1200);
    height: calc((207 * 100vw) / 1200);
  }
}

.lp-jumbotron-slider .lp-listImage {
  display: block;
}

.lp-jumbotron-slider-body li {
  margin: 0;
  padding: 0;
  background: none;
}

.lp-jumbotron-titleGroup {
  margin-bottom: 12px;
  padding-bottom: 70px;
}

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

.lp-jumbotron-title {
  display: block;
  margin-bottom: 12px;
  font-size: 6.5rem;
  line-height: 1.25;
}

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

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

.lp-jumbotron-subtitle {
  display: block;
  margin-bottom: 10px;
  font-size: 3.1rem;
  line-height: 1.3;
}

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

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

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

@media only screen and (max-width: 800px) {
  .lp-jumbotron-seriesGroup {
    justify-content: center;
  }
}
.lp-jumbotron-icon {
  display: inline-block;
  padding: 5px 16px;
  background: #dc002f;
  color: #fff;
  font-size: 21px;
  line-height: 1em;
  font-weight: normal;
  margin-right: 12px;
}

.lp-jumbotron-icon.of-primary {
  background: #c60909;
}

.lp-jumbotron-series {
  display: block;
  align-items: center;
  font-size: 2.5rem;
  font-weight: normal;
}

@media only screen and (max-width: 969px) {
  .lp-jumbotron-icon {
    padding: 4px 13px;
    font-size: calc((21 * 100vw) / 970);
  }
  .lp-jumbotron-series {
    font-size: calc((25 * 100vw) / 970);
    align-items: center;
  }
}

@media only screen and (max-width: 969px) {
  .lp-jumbotron-icon {
    font-size: 1.8rem;
  }
  .lp-jumbotron-series {
    font-size: 2rem;
    align-items: center;
    font-weight: normal;
  }
}

.lp-section {
  background: #303030;
  color: #ffffff;
}

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

.lp-section.of-primary .lp-section-content {
  padding: 20px 20px 30px;
}

.lp-section.of-primary .lp-section-content > *:last-child {
  margin-bottom: 0;
}

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

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

@media only screen and (max-width: 640px) {
  .lp-media {
    min-height: 0%;
    padding-top: 20px;
    padding-left: 0;
    border-top: 1px solid #4a4a4a;
  }
  .lp-media:first-child {
    border-top: 0;
  }
}

.lp-media-title {
  order: -2;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

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

.lp-media-text {
  font-size: 1.5rem;
}

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

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

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

.lp-media-image.of-border img {
  border: 1px solid #666;
}

.lp-layout-grid {
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
  margin-left: -20px;
}

@media only screen and (max-width: 640px) {
  .lp-layout-grid {
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
    margin-left: 0;
  }
}

.lp-layout-grid.of-primary {
  margin-bottom: 50px;
}

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

.lp-layout-grid-column {
  min-height: 0%;
}

.lp-listImage {
  display: flex;
}

.lp-listImage li {
  min-height: 0%;
}

@media only screen and (max-width: 640px) {
  .lp-listImage {
    flex-wrap: wrap;
  }
}

.lp-listImage-image {
  flex: 1;
}

.lp-listImage-image.of-border {
  border: 1px solid #666;
}

@media only screen and (max-width: 640px) {
  .lp-listImage-image {
    flex: none;
    width: 33.333333%;
  }
  .lp-listImage-image img {
    width: 100%;
  }
}

.lp-figure {
  margin-bottom: 16px;
  text-align: center;
}

.lp-figure > *:last-child {
  margin-bottom: 0;
}

.lp-cardZoom {
  position: relative;
  width: 310px;
  height: 180px;
  margin: auto;
  overflow: hidden;
  transform: translateX(0);
  background: #ffffff;
  vertical-align: top;
  opacity: 1;
  transition: opacity 0.6s ease 0.35s, transform 0.6s ease-out 0.35s;
}

@media only screen and (max-width: 969px) {
  .lp-cardZoom {
    width: calc((280 * 100vw) / 970);
    height: calc((163 * 100vw) / 970);
  }
}

@media only screen and (max-width: 640px) {
  .lp-cardZoom {
    max-width: 560px;
    width: 100%;
    height: calc((326 * 100vw) / 640);
  }
}

.lp-cardZoom-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  opacity: 0;
}

.lp-cardZoom-image img {
  width: 110%;
}

.lp-cardZoom-image:first-child {
  -ms-transform: scale(1);
  -ms-transform-origin: 9vw 4vw;
  z-index: 0;
  transform: scale(1);
  transform-origin: 9vw 4vw;
  opacity: 1;
}

.lp-cardZoom-image:nth-child(2) {
  -ms-transform-origin: 9vw 4vw;
  z-index: 0;
  transform-origin: 9vw 4vw;
  animation: zoomAnimation01 14s ease-in-out infinite 1.5s;
  opacity: 0;
}

.lp-cardZoom-image:nth-child(3) {
  z-index: 5;
  animation: zoomAnimation02 14s ease-in-out infinite 1.5s;
}

.lp-cardZoom-image:nth-child(4) {
  z-index: 10;
  animation: zoomAnimation03 14s ease-in-out infinite 1.5s;
}

.lp-cardZoom-image:nth-child(5) {
  z-index: 15;
  animation: zoomAnimation04 14s ease-in-out infinite 1.5s;
}

.lp-cardZoom-image:last-child {
  z-index: 20;
  animation: zoomAnimationEnd 14s ease-in-out infinite 1.5s;
}

@keyframes zoomAnimation01 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  25% {
    transform: scale(1.7);
    opacity: 1;
  }
  90%,
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}

@keyframes zoomAnimation02 {
  0%,
  20% {
    transform: scale(1);
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  45% {
    transform: scale(1.7);
    opacity: 1;
  }
  90%,
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}

@keyframes zoomAnimation03 {
  0%,
  40% {
    transform: scale(1);
    opacity: 0;
  }
  44% {
    opacity: 1;
  }
  65% {
    transform: scale(1.7);
    opacity: 1;
  }
  90%,
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}

@keyframes zoomAnimation04 {
  0%,
  60% {
    transform: scale(1);
    opacity: 0;
  }
  64% {
    opacity: 1;
  }
  85%,
  95% {
    transform: scale(1.7);
    opacity: 1;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}

@keyframes zoomAnimationEnd {
  0%,
  80% {
    opacity: 0;
  }
  86%,
  96% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

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

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

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

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

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

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

.lp-mediaAsset-body.of-primary {
  padding: 0 20px 30px;
}

.lp-mediaAsset-body.of-primary > *:last-child {
  margin-bottom: 0 !important;
}

.lp-mediaAsset-body.of-primary::before {
  content: none;
}

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

.lp-mediaAsset-titleGroup {
  margin-bottom: 20px;
}

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

.lp-mediaAsset-seriesName.of-primary {
  padding-bottom: 16px;
}

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

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

.lp-mediaAsset-text.of-primary {
  margin-bottom: 24px;
}
.lp-mediaAsset-image {
  order: -1;
}
.lp-mediaAsset-image.of-border img {
  border: 1px solid #ccc;
}

@media only screen and (max-width: 1200px) {
  .lp-mediaAsset-image {
    width: calc((260 * 100vw) / 1200);
  }
}

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

@media only screen and (max-width: 1200px) {
  .lp-mediaAsset-productImage {
    width: calc((260 * 100vw) / 1200);
  }
}

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

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

@media only screen and (min-width: 801px) {
  .lp-largeScreen-hide {
    display: none !important;
  }
  .lp-smallScreen-hide {
    display: block;
  }
}
@media only screen and (min-width: 801px) {
  .lp-jumbotron .lp-largeScreen-hide {
    display: none !important;
  }
  .lp-jumbotron .lp-smallScreen-hide {
    display: block;
  }
}

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

.utility-width-large {
  width: 300px;
}

@media only screen and (max-width: 969px) {
  .utility-width-large {
    width: calc((280 * 100vw) / 970);
  }
}

@media only screen and (max-width: 640px) {
  .utility-width-large {
    width: 100%;
  }
}

.of-column {
  flex-direction: column;
}

.of-column-3 {
  width: 33.333333%;
  padding-left: 20px;
}

@media only screen and (max-width: 640px) {
  .of-column-3 {
    width: 100%;
    padding-left: 0;
  }
}

.of-width-small {
  max-width: 235px;
}

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

@media screen and (max-width: 640px) {
  .lp-smallScreen-height-auto {
    height: auto !important;
  }
}

@media screen and (min-width: 641px) {
  .lp-largeScreen-lastChild {
    margin-bottom: 0;
  }
}

[title="Messenger button"] {
  display: none;
}

.lp-buttonConversion {
  display: inline-block;
  max-width: 100%;
  background: #e60012;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.2s;
  transition-property: color, background-color;
}

@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 > 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: #129e83;
}

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

.lp-buttonConversion.of-tertiary {
  background: #dc002f;
}

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

.lp-buttonConversion.of-quaternary {
  background: #13778f;
}

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

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  margin: -24px 0 16px -24px;
}

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

.lp-listButton > li {
  margin-top: 24px;
  padding-left: 24px;
}

.lp-jumbotron .lp-listButton {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .lp-smallScreen-show {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .lp-largeScreen-show {
    display: none;
  }
  .lp-jumbotron-content.of-primary {
    align-items: stretch;
  }
  .lp-jumbotron-content.of-primary .lp-jumbotron-imageGroup {
    margin: 0 auto;
  }
}

.lp-listTel {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: -16px 0 16px -16px;
}

.lp-listTel-body {
  margin-top: 16px;
  padding-left: 16px;
  width: 100%;
  max-width: 360px;
  text-align: center;
}

.lp-listTel > *:last-child {
  margin-bottom: 0;
}

.lp-listTel-body > a {
  color: #333;
  text-decoration: none;
  font-size: 2rem;
  display: block;
  border: 2px solid #d0d0d0;
  padding: 5px 35px 5px 25px;
}

.lp-listTel-icon {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.lp-listTel.of-primary .lp-listTel-icon {
  fill: #fff;
}

.lp-listTel.of-primary .lp-listTel-text {
  color: #fff;
}

.lp-jumbotron-body > *:last-child {
  margin-bottom: 0;
}

.lp-utility-justifyContent-center {
  justify-content: center;
}

.lp-utility-alignItems-center {
  align-items: center;
}

.lp-utility-width-full {
  width: 100%;
}
