@charset "UTF-8";
.s5-breadcrumbs {
  background: #ffffff;
  padding: 10px 30px 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.s5-breadcrumbs::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
}
.s5-breadcrumbs > * {
  position: relative;
}

@media screen and (max-width: 767px) {
  .s5-breadcrumbs.s5-breadcrumbs:not(.s5-breadcrumbs--max950):not(.s5-breadcrumbs--fix950):not(.s5-breadcrumbs--fix1200) {
    padding: 25px 20px 0;
    margin: 0 !important;
  }
}
.s5-frontLoginContainer {
  display: none;
}

.s5-pageFooter {
  position: relative;
  z-index: 10;
}

.s5-returnToTop {
  margin-top: 0;
  display: none !important;
}

.s5-returnToTop__button {
  top: -110px;
}
@media screen and (min-width: 768px) {
  .s5-returnToTop__button {
    top: -46px;
  }
}

.s5-categoryNav {
  margin-bottom: 0;
}

.s5-categoryHeader {
  margin: 0 -10px !important;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .s5-categoryHeader {
    margin: 0 !important;
    padding: 25px 0 20px;
  }
}

.s5-container-wrap {
  background: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
}

.s5-pageHeader__navMain li a {
  padding-top: 64px !important;
}

:root {
  --offset-height: 60px;
}

html {
  font-size: 100%;
}

.lp-main ::selection {
  background: #333;
}
.lp-main img,
.lp-main picture {
  vertical-align: top;
}
.lp-main br.sp {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .lp-main br.sp {
    display: none;
  }
}
.lp-main br.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .lp-main br.pc {
    display: inline-block;
  }
}
.lp-main sup {
  font-size: 0.6em;
  vertical-align: super;
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.lp-main {
  color: #212121;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.lp-title-xl-en {
  text-align: center;
  margin: 0;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
@media screen and (min-width: 768px) {
  .lp-title-xl-en {
    font-size: 65px;
    font-size: 4.0625rem;
  }
}
.lp-title-xl-ja {
  text-align: center;
  margin: 8px 0 0;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .lp-title-xl-ja {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.lp-title-lg {
  margin: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .lp-title-lg {
    font-size: 32px;
    font-size: 2rem;
    letter-spacing: 0.2em;
    margin-bottom: 60px;
  }
}
.lp-title-md {
  margin: 0;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lp-title-md {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.3571428571;
  }
}
.lp-text-lg {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .lp-text-lg {
    line-height: 2;
  }
}
.lp-text-lg + .lp-text-lg {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .lp-text-lg + .lp-text-lg {
    margin-top: 40px;
  }
}
.lp-text-md {
  margin: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
}
@media screen and (min-width: 768px) {
  .lp-text-md {
    line-height: 2.1333333333;
  }
}
.lp-text-note {
  margin: 30px 0 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .lp-text-note {
    text-align: center;
  }
}
.lp-btn {
  display: flex;
  justify-content: center;
}
.lp-btn-link {
  width: 160px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #333333;
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid #ffffff;
  border-radius: 100px;
  transition: background-color 0.3s ease, color 0.3s ease !important;
}
.lp-btn-link:hover, .lp-btn-link:focus-visible {
  background: transparent;
  color: #ffffff;
  text-decoration: none;
}
.lp-btn-link:hover svg, .lp-btn-link:focus-visible svg {
  fill: #ffffff;
}
.lp-btn-external {
  margin-left: 7px;
  width: 8px;
  height: 8px;
  transform: translateY(1px);
}
.lp-btn-external svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #333333;
  transition: fill 0.3s ease !important;
}
.lp-center {
  text-align: center;
}
.lp-center-sp {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lp-center-sp {
    text-align: left;
  }
}
.lp-center-pc {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .lp-center-pc {
    text-align: center;
  }
}
.lp-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--lvh) * 100);
  overflow: hidden;
  z-index: -1;
}
.lp-bg.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .lp-bg.pc {
    display: block;
  }
}
.lp-bg.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .lp-bg.sp {
    display: none;
  }
}
.lp-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.lp-bg img,
.lp-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.lp-bnr {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px 20px;
  box-sizing: border-box;
  z-index: 99;
  transition: bottom 0.2s ease-in-out;
}
@media screen and (min-width: 360px) {
  .lp-bnr {
    padding: 0 40px 20px;
  }
}
@media screen and (min-width: 768px) {
  .lp-bnr {
    width: 60px;
    bottom: 0;
    left: calc(100% - 60px);
    padding: 0 0 100px;
  }
}
.lp-bnr.is-static {
  position: absolute;
}
.lp-bnr.is-stacking {
  bottom: 70px;
}
@media screen and (min-width: 768px) {
  .lp-bnr.is-stacking {
    bottom: 0px;
  }
}
.lp-bnr-link {
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #ffffff;
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  height: 46px;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease !important;
}
@media screen and (min-width: 768px) {
  .lp-bnr-link {
    flex-direction: column;
    border-radius: 15px 0 0 15px;
    height: auto;
  }
}
.lp-bnr-link:hover, .lp-bnr-link:focus-visible {
  background: #222222;
  color: #ffffff;
  border-color: #222222;
  text-decoration: none;
}
.lp-bnr-link:hover #row-1, .lp-bnr-link:focus-visible #row-1 {
  fill: #ffffff;
}
.lp-bnr-img {
  width: 100px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .lp-bnr-img {
    height: 65px;
  }
}
.lp-bnr-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.lp-bnr-body {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .lp-bnr-body {
    writing-mode: vertical-rl;
    padding: 15px 0;
  }
}
.lp-bnr-text {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.3846153846;
  text-align: center;
}
.lp-bnr-text .red {
  color: #e63d30;
}
.lp-bnr-text #row-1 {
  fill: #212121;
  transition: fill 0.3s ease;
}
.lp-float {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  padding: 0 20px 20px;
  box-sizing: border-box;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 360px) {
  .lp-float {
    padding: 0 40px 20px;
  }
}
@media screen and (min-width: 768px) {
  .lp-float {
    background: rgba(29, 29, 29, 0.7);
    padding: 0 40px;
  }
}
.lp-float.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease 0.15s, visibility 0.3s ease 0.15s;
}
.lp-float.is-end {
  position: absolute;
}
.lp-float-btn {
  width: 100%;
  height: 50px;
  border-radius: 100px;
  background: #cb4b09;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  transition: color 0.3s ease, background-color 0.3s ease !important;
}
@media screen and (min-width: 768px) {
  .lp-float-btn {
    width: 300px;
  }
}
.lp-float-btn:hover, .lp-float-btn:focus-visible {
  text-decoration: none;
  color: #ffffff;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .lp-float-btn:hover, .lp-float-btn:focus-visible {
    background-color: #ffffff;
    color: #212121;
  }
}
.lp-control {
  display: none;
  position: fixed;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .lp-control {
    display: block;
    background: transparent;
    border: 0;
    width: 22px;
    height: 22px;
    padding: 10px;
    box-sizing: content-box;
    bottom: 90px;
    right: 30px;
    cursor: pointer;
  }
}
.lp-control:hover img, .lp-control:focus-visible img {
  filter: brightness(2);
}
.lp-control-icon img {
  display: block;
  transition: filter 0.3s ease;
}
.lp-control-icon-play {
  display: none;
}
.lp-control-icon-pause {
  display: block;
}
.lp-control.is-paused .lp-control-icon-play {
  display: block;
}
.lp-control.is-paused .lp-control-icon-pause {
  display: none;
}
.lp-control.is-end {
  position: absolute;
}
.lp-header {
  height: calc(var(--svh) * 100 - var(--offset-height) - var(--banner-height));
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lp-header {
    min-height: calc(620px - var(--offset-height));
    height: calc(var(--svh) * 100 - var(--offset-height));
  }
}
.lp-header-in {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  position: relative;
  z-index: 1;
  max-width: 970px;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .lp-header-in {
    padding: 0;
    max-width: 1200px;
    box-sizing: borer-box;
    flex-direction: row;
    margin: 0 auto;
  }
}
.lp-header-title img, .lp-header-product img {
  width: 100%;
  height: auto;
  display: block;
}
.lp-header-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 539px;
  flex: 0 0 50%;
}
@media screen and (min-width: 768px) {
  .lp-header-title {
    padding-left: 60px;
    margin: 0;
    flex: 0 0 calc(50% - 60px);
    transform: translateY(-100px);
  }
}
@media screen and (min-width: 1025px) {
  .lp-header-title {
    padding-left: 80px;
    flex: 0 0 calc(50% - 80px);
    transform: translateY(-60px);
  }
}
.lp-header-title img {
  width: 71.7948717949vw;
}
@media screen and (min-width: 768px) {
  .lp-header-title img {
    width: 140%;
  }
}
@media screen and (min-width: 1025px) {
  .lp-header-title img {
    width: 100%;
  }
}
.lp-header-product {
  flex: 0 0 calc(50% - 50px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lp-header-product {
    flex: 0 0 calc(50% - 20px);
  }
}
@media screen and (min-width: 768px) {
  .lp-header-product-top, .lp-header-product-bottom {
    width: 160%;
    margin-left: -60%;
  }
}
@media screen and (min-width: 1025px) {
  .lp-header-product-top, .lp-header-product-bottom {
    width: 120%;
    margin-left: -20%;
  }
}
@media screen and (min-width: 1280px) {
  .lp-header-product-top, .lp-header-product-bottom {
    width: 100%;
    margin-left: 0;
  }
}
.lp-header-product-bottom {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
}
.lp-section-header {
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .lp-section-header {
    aspect-ratio: unset;
    height: 788px;
  }
}
.lp-section-header + .lp-section-body {
  margin-top: -7.6923076923vw;
}
@media screen and (min-width: 768px) {
  .lp-section-header + .lp-section-body {
    margin-top: -7.1428571429vw;
  }
}
.lp-section-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .lp-section-header-bg {
    top: -10%;
    height: 120%;
  }
}
.lp-section-header-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.lp-section-header-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
  padding: 0 20px;
}
.lp-section-header-title-en, .lp-section-header-title-ja {
  line-height: 1.2;
}
.lp-section-header-title-en {
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .lp-section-header-title-en {
    font-size: 62px;
    font-size: 3.875rem;
  }
}
.lp-section-header-title-ja {
  margin: 8px 0 0;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .lp-section-header-title-ja {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.lp-section-body {
  position: relative;
  padding-bottom: calc(7.6923076923vw + 80px);
}
@media screen and (min-width: 768px) {
  .lp-section-body {
    padding-bottom: calc(7.1428571429vw + 100px);
  }
}
.lp-section-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000000;
  clip-path: polygon(0 7.6923076923vw, 100% 0, 100% calc(100% - 7.6923076923vw), 0% 100%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .lp-section-bg {
    clip-path: polygon(0 7.1428571429vw, 100% 0, 100% calc(100% - 7.1428571429vw), 0% 100%);
  }
}
.lp-section-cont {
  width: 100%;
  max-width: 1000px;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.lp-section + .lp-section {
  margin-top: -7.6923076923vw;
}
@media screen and (min-width: 768px) {
  .lp-section + .lp-section {
    margin-top: -7.1428571429vw;
  }
}
.lp-section-meta {
  transform: translateY(-40px);
}
@media screen and (min-width: 768px) {
  .lp-section-meta {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1025px) {
  .lp-section-meta {
    transform: translateY(-20px);
    margin-bottom: 28px;
  }
}
.lp-section-meta-img {
  width: 176px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lp-section-meta-img {
    width: 239px;
  }
}
.lp-section-meta-img img {
  width: 100%;
  height: auto;
}
.lp-section-meta-tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 15px 0 0;
  padding: 0 6px;
}
.lp-section-meta-tag {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: 500;
  color: #ffffff;
  background: #000000;
  border-radius: 100px;
  flex: 0 0 auto;
  width: calc((100% - 10px) / 2);
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 161px;
}
@media screen and (min-width: 768px) {
  .lp-section-meta-tag {
    height: 36px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.lp-section-img-cap {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  margin: 15px 0 0;
}
@media screen and (min-width: 768px) {
  .lp-section-img-cap {
    text-align: center;
    margin-top: 20px;
  }
}
.lp-section-img-xl {
  margin: 50px auto 80px;
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  .lp-section-img-xl {
    margin: 70px auto 120px;
  }
}
.lp-section-img-xl img {
  width: 100%;
  height: auto;
  display: block;
}
.lp-section-img-lg img {
  width: 100%;
  height: auto;
  display: block;
}
.lp-section-img-lg + .lp-section-img-lg {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .lp-section-img-lg + .lp-section-img-lg {
    margin-top: 80px;
  }
}
.lp-between {
  position: relative;
  height: 0;
  z-index: 2;
}
.lp-between + .lp-section {
  margin-top: -7.6923076923vw;
}
@media screen and (min-width: 768px) {
  .lp-between + .lp-section {
    margin-top: -7.1428571429vw;
  }
}
.lp-between-in {
  transform: translateY(-50%);
  max-width: 900px;
  padding: 0 30px;
  margin: 0 auto;
}
.lp-intro-bg {
  top: -100px;
}
@media screen and (min-width: 768px) {
  .lp-intro-bg {
    top: -12vw;
  }
}
@media screen and (min-width: 1025px) {
  .lp-intro-bg {
    top: -11.4285714286vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-intro-bg {
    top: -11.4285714286vw;
  }
}
@media screen and (min-width: 1441px) {
  .lp-intro-bg {
    top: -9.1428571429vw;
  }
}
.lp-intro-body {
  padding-top: calc(120px + var(--banner-height));
  padding-bottom: 38.4615384615vw;
}
@media screen and (min-width: 768px) {
  .lp-intro-body {
    padding-top: 140px;
    padding-bottom: 320px;
  }
}
.lp-intro-3col {
  margin-top: 60px;
}
.lp-intro-3col-title {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.2em;
  line-height: 2;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lp-intro-3col-title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}
.lp-intro-3col-list {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 20px auto 0;
  max-width: 680px;
}
@media screen and (min-width: 768px) {
  .lp-intro-3col-list {
    margin-top: 32px;
    gap: 40px;
  }
}
.lp-intro-3col-item {
  aspect-ratio: 1/1;
  width: calc(100% - 6.6666666667px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #444444;
  color: #ffffff;
  border-radius: 50%;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3846153846;
}
@media screen and (min-width: 768px) {
  .lp-intro-3col-item {
    width: calc((100% - 80px) / 3);
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.lp-columns {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  gap: 60px;
}
@media screen and (min-width: 768px) {
  .lp-columns {
    flex-direction: row;
    gap: 20px;
    margin-top: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .lp-columns {
    gap: 48px;
  }
}
.lp-columns .lp-column {
  margin-top: 0;
  flex: 0 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .lp-columns .lp-column {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (min-width: 1025px) {
  .lp-columns .lp-column {
    width: calc((100% - 48px) / 2);
  }
}
.lp-column {
  margin-top: 60px;
}
.lp-column.column-lg {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.lp-column-img {
  overflow: hidden;
  border-radius: 10px;
}
.lp-column-img img {
  width: 100%;
  height: auto;
}
.lp-column-caption {
  margin-top: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4615384615;
}
.lp-column-caption span + span {
  margin-left: 20px;
}
.lp-column-caption .icon-framing {
  margin-right: 10px;
}
.lp-column-caption .icon-framing img {
  vertical-align: middle;
}
.lp-column-caption + .lp-column-body {
  margin-top: 20px;
}
.lp-column-body {
  margin-top: 30px;
}
.lp-column-title {
  margin: 0 0 5px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.375;
}
.lp-column-text {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
.lp-column-note {
  margin: 5px 0 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
}
.lp-cont {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.55);
  padding-top: 46.1538461538vw;
}
@media screen and (min-width: 768px) {
  .lp-cont {
    padding-top: 46.4285714286vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-cont {
    padding-top: 500px;
  }
}
@media screen and (min-width: 1441px) {
  .lp-cont {
    padding-top: 550px;
  }
}
.lp-cont-list {
  margin: 60px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 80px;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .lp-cont-list {
    gap: 120px;
    margin-top: 120px;
  }
}
.lp-cont-item-img {
  overflow: hidden;
  border-radius: 10px;
}
.lp-cont-item-img img {
  width: 100%;
  height: auto;
}
.lp-cont-item-body {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .lp-cont-item-body {
    margin-top: 60px;
  }
}
.lp-cont-item-heading {
  margin-bottom: 30px;
  text-align: center;
}
.lp-cont-item-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4545454545;
  margin: 0;
}
.lp-cont-item-subtitle {
  margin: 8px 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 2.7142857143;
}
.lp-cont-item .lp-btn {
  margin-top: 40px;
}
.lp-outro-body {
  padding-top: calc(7.6923076923vw + 60px);
  padding-bottom: calc(20px + var(--banner-height) + 80px);
}
@media screen and (min-width: 768px) {
  .lp-outro-body {
    padding-top: calc(7.1428571429vw + 150px);
    padding-bottom: 150px;
  }
}
.lp-outro-bg {
  clip-path: polygon(0 7.6923076923vw, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (min-width: 768px) {
  .lp-outro-bg {
    clip-path: polygon(0 7.1428571429vw, 100% 0, 100% 100%, 0% 100%);
  }
}
.lp-outro-title {
  margin: 0 0 60px;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lp-outro-title {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 100px;
  }
}
.lp-outro-caution {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .lp-outro-caution {
    margin-top: 140px;
  }
}
.lp-outro-caution ::selection {
  background: #000000;
}
.lp-outro-caution-ttl {
  background: #222222;
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 15px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .lp-outro-caution-ttl {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
.lp-outro-caution-txt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6666666667;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .lp-outro-caution-txt {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.lp-outro-caution-txt:nth-child(n+2) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .lp-outro-caution-txt:nth-child(n+2) {
    margin-top: 40px;
  }
}
.lp-outro-caution-txt .underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.lp-outro-caution-h4, .lp-outro-caution-list {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6666666667;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .lp-outro-caution-h4, .lp-outro-caution-list {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.lp-outro-caution-h4 {
  margin-top: 20px;
  margin-bottom: 0;
}
.lp-outro-caution-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lp-outro-caution-list li {
  position: relative;
  padding-left: 1em;
}
.lp-outro-caution-list li::before {
  position: absolute;
  left: 0;
  content: "・";
}
.lp-outro-caution-body {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  padding: 15px 20px 20px;
  background: #333333;
  color: #ffffff;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .lp-outro-caution-body {
    padding: 28px 40px 32px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6666666667;
  }
}
.lp-prod {
  display: flex;
  flex-direction: column;
  margin: 60px 0 0;
  padding: 0;
  list-style: none;
  gap: 70px;
}
@media screen and (min-width: 768px) {
  .lp-prod {
    margin-top: 100px;
    gap: 40px;
    flex-direction: row;
  }
}
@media screen and (min-width: 1025px) {
  .lp-prod {
    gap: 64px;
  }
}
.lp-prod-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .lp-prod-item {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (min-width: 1025px) {
  .lp-prod-item {
    width: calc((100% - 128px) / 3);
  }
}
.lp-prod-img {
  display: flex;
  align-items: flex-end;
  width: 81.8181818182%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lp-prod-img {
    aspect-ratio: 270/180;
    width: 100%;
  }
}
.lp-prod-img a {
  display: block;
  width: 100%;
  transition: opacity 0.3s ease !important;
}
.lp-prod-img a:hover, .lp-prod-img a:focus-visible {
  opacity: 0.7;
}
.lp-prod-img img {
  width: 100%;
  height: auto;
}
.lp-prod-body {
  margin-top: 30px;
}
.lp-prod-copy {
  display: flex;
  justify-content: center;
  margin: 0;
}
.lp-prod-copy-text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.2;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 6px 0;
}
@media screen and (min-width: 768px) {
  .lp-prod-copy-text {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.8333333333;
  }
}
.lp-prod-title {
  margin: 20px 0 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .lp-prod-title {
    margin-top: 28px;
  }
}
.lp-prod-title-sub {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
}
.lp-prod-title-main {
  font-family: "Lato", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.34;
}
.lp-prod-title-ver {
  font-family: "Lato", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.34;
  color: #ff0000;
}
.lp-prod-title-ver-cap {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.34;
  color: #ff0000;
}
.lp-prod-link {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .lp-prod-link {
    margin-top: 30px;
  }
}
.lp-contact-link {
  display: block;
  color: #ffffff;
  position: relative;
  padding: 70px 0;
}
@media screen and (min-width: 768px) {
  .lp-contact-link {
    padding: 100px 0;
  }
}
.lp-contact-link:hover, .lp-contact-link:focus-visible {
  color: #ffffff !important;
  text-decoration: none;
}
.lp-contact-link:hover::before, .lp-contact-link:focus-visible::before {
  opacity: 1;
}
.lp-contact-link:hover .lp-contact-text, .lp-contact-link:focus-visible .lp-contact-text {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.lp-contact-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.3s ease !important;
}
@media screen and (min-width: 768px) {
  .lp-contact-link::before {
    background: rgba(0, 0, 0, 0.5);
  }
}
.lp-contact-in {
  text-align: center;
  padding: 0 30px;
  position: relative;
}
.lp-contact-title {
  width: 155px;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lp-contact-title {
    width: 202px;
  }
}
.lp-contact-title img {
  width: 100%;
  height: auto;
  display: block;
}
.lp-contact-body {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0;
}
@media screen and (min-width: 768px) {
  .lp-contact-body {
    margin-top: 18px;
  }
}
.lp-contact-text {
  margin: 0;
}
.lp-contact-external {
  margin-left: 7px;
  width: 8px;
  height: 8px;
  transform: translateY(1px);
}
.lp-contact-external svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #ffffff;
}
.lp-related {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .lp-related {
    flex-direction: row;
    margin-top: 110px;
  }
}
.lp-related a {
  display: block;
}
.lp-related a:hover img, .lp-related a:focus-visible img {
  filter: brightness(0.7);
}
.lp-related a:hover .lp-related-cap, .lp-related a:focus-visible .lp-related-cap {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #ffffff !important;
}
.lp-related a img {
  width: 100%;
  height: auto;
  display: block;
  transition: filter 0.3s ease !important;
}
.lp-related-cap {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 5px;
  line-height: 1.7777777778;
  transition: none !important;
  color: #ffffff !important;
}
@media screen and (min-width: 768px) {
  .lp-related-cap {
    margin-top: 10px;
  }
}
.lp-video-trigger {
  display: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lp-video-trigger {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
}
.lp-video-trigger:hover > img, .lp-video-trigger:focus-visible > img {
  filter: brightness(0.7);
}
.lp-video-trigger > img {
  transition: filter 0.3s ease !important;
  display: block;
  width: 100%;
  height: auto;
}
.lp-video-trigger-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15.1111111111%;
  aspect-ratio: 1/1;
}
.lp-video-trigger-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.lp-video-content.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .lp-video-content.sp {
    display: none;
  }
}
.lp-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
.lp-modal.is-open {
  visibility: visible;
  opacity: 1;
}
.lp-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .lp-modal-overlay {
    padding: 80px;
  }
}
.lp-modal-container {
  width: 100%;
  max-width: 1160px;
  position: relative;
}
.lp-modal-content {
  position: relative;
}
.lp-modal-close {
  position: absolute;
  top: -48px;
  right: 0;
  width: 48px;
  height: 48px;
  padding: 15px;
  box-sizing: border-box;
  background: transparent;
  border: 0;
  cursor: pointer;
  z-index: 1;
  transition: opacity 0.3s ease;
}
.lp-modal-close:hover, .lp-modal-close:focus-visible {
  opacity: 0.7;
}
.lp-modal-close img {
  width: 100%;
  height: 100%;
  display: block;
}
.lp-modal-body {
  width: 100%;
}
.lp-modal-body video-js {
  width: 100%;
  display: block;
}

@media screen and (min-width: 768px) {
  .is-middle-height .lp-header-product {
    padding-left: 5%;
    flex: 0 0 45%;
  }
  .is-middle-height .lp-header-product-top, .is-middle-height .lp-header-product-bottom {
    width: 105%;
    margin-left: -30%;
  }
  .is-middle-height .lp-header-title {
    transform: translateY(-60px);
  }
  .is-middle-height .lp-header-title img {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .is-middle-height .lp-header-product {
    padding-left: 5%;
    flex: 0 0 45%;
  }
  .is-middle-height .lp-header-product-top, .is-middle-height .lp-header-product-bottom {
    width: 100%;
    margin-left: 0;
  }
  .is-middle-height .lp-header-title {
    transform: translateY(-60px);
  }
  .is-middle-height .lp-header-title img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .is-small-height .lp-header-product {
    padding-left: 5%;
    flex: 0 0 45%;
  }
  .is-small-height .lp-header-product-top, .is-small-height .lp-header-product-bottom {
    width: 105%;
    margin-left: -30%;
  }
  .is-small-height .lp-header-title {
    transform: translateY(-50px);
  }
  .is-small-height .lp-header-title img {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .is-small-height .lp-header-product {
    padding-left: 5%;
    flex: 0 0 45%;
  }
  .is-small-height .lp-header-product-top, .is-small-height .lp-header-product-bottom {
    width: 105%;
    margin-left: -30%;
  }
  .is-small-height .lp-header-title {
    transform: translateY(-50px);
  }
  .is-small-height .lp-header-title img {
    width: 100%;
  }
}
