.s5-breadcrumbs {
  background: #ffffff;
  padding: 10px 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;
}

.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;
  }
}

.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;
}
@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-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::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}
.lp-bg img {
  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: #555;
  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 {
    background: #000000;
    color: #ffffff;
    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-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 60px;
    max-width: 1060px;
  }
}
.lp-header-title {
  margin: 0;
  padding: 0 15px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  min-height: 180px;
}
@media screen and (min-width: 768px) {
  .lp-header-title {
    flex: 0 0 40%;
  }
}
@media screen and (min-width: 1025px) {
  .lp-header-title {
    flex: 0 0 43%;
  }
}
.lp-header-title-main, .lp-header-title-sub {
  display: block;
  text-align: center;
}
.lp-header-title-main img {
  display: block;
  width: 100%;
  max-width: 330px;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lp-header-title-main img {
    width: 100%;
    max-width: 872px;
  }
}
.lp-header-title-sub {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1.5555555556;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .lp-header-title-sub {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}
@media screen and (min-width: 768px) {
  .lp-header-product {
    flex: 0 0 60%;
  }
}
@media screen and (min-width: 1025px) {
  .lp-header-product {
    flex: 0 0 57%;
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .lp-header-product-in {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  .lp-header-product-in {
    flex-direction: row;
    align-items: flex-start;
  }
}
.lp-header-product-img img {
  width: 100%;
  height: auto;
  max-width: 400px;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .lp-header-product-img img {
    width: 560px;
    max-width: 560px;
    max-height: 360px;
    min-height: 248px;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .lp-header-product-img img {
    width: 640px;
    max-width: 640px;
  }
}
.lp-header-product-body {
  display: none;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .lp-header-product-body {
    display: block;
    transform: translateY(-40px);
  }
}
@media screen and (min-width: 1025px) {
  .lp-header-product-body {
    transform: translateY(0);
  }
}
.lp-header-product-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 10px;
}
.lp-header-product-name img {
  width: 100%;
  height: auto;
  max-width: 240px;
}
.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: #ffffff;
  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;
}
.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-intro-bg {
  top: -72px;
}
@media screen and (min-width: 768px) {
  .lp-intro-bg {
    top: -12vw;
  }
}
@media screen and (min-width: 1025px) {
  .lp-intro-bg {
    top: -16vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-intro-bg {
    top: -13.7142857143vw;
  }
}
@media screen and (min-width: 1441px) {
  .lp-intro-bg {
    top: -10.8571428571vw;
  }
}
.lp-intro-body {
  padding-top: calc(60px + var(--banner-height));
}
@media screen and (min-width: 768px) {
  .lp-intro-body {
    padding-top: 140px;
  }
}
.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-works {
  padding-top: calc(7.6923076923vw + 60px);
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .lp-works {
    padding-top: calc(7.1428571429vw + 120px);
  }
}
.lp-works-list {
  margin: 60px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 80px;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .lp-works-list {
    gap: 120px;
    margin-top: 120px;
  }
}
.lp-works-item-img {
  overflow: hidden;
  border-radius: 10px;
}
.lp-works-item-img img {
  width: 100%;
  height: auto;
}
.lp-works-item-body {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .lp-works-item-body {
    margin-top: 60px;
  }
}
.lp-works-item-heading {
  margin-bottom: 30px;
  text-align: center;
}
.lp-works-item-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4545454545;
  margin: 0;
}
.lp-works-item-subtitle {
  margin: 8px 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 2.7142857143;
}
.lp-works-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: 24px;
  font-size: 1.5rem;
  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-ttl {
  background: rgba(0, 0, 0, 0.8);
  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-body {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  padding: 15px 20px 20px;
  background: rgba(0, 0, 0, 0.6);
  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;
  }
}
@media screen and (min-width: 1025px) {
  .lp-outro-caution-body {
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
.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 #212121;
  border-bottom: 1px solid #212121;
  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-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.5);
  opacity: 0;
  transition: opacity 0.3s ease !important;
}
.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;
}

.is-small-height .lp-header-title {
  flex: 0 0 45%;
  min-height: 0;
}
.is-small-height .lp-header-title-main img {
  height: 42px;
}
.is-small-height .lp-header-product {
  flex: 0 0 55%;
}
.is-small-height .lp-header-product-img img {
  width: 560px;
  max-width: 560px;
}
@media screen and (min-width: 768px) {
  .is-small-height .lp-intro-bg {
    top: -6.4285714286vw;
  }
}

.is-middle-height .lp-header-title {
  flex: 0 0 40%;
  min-height: 0;
}
.is-middle-height .lp-header-title-main img {
  height: 50px;
}
.is-middle-height .lp-header-product {
  flex: 0 0 60%;
}
.is-middle-height .lp-header-product-img img {
  width: 600px;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .is-middle-height .lp-intro-bg {
    top: -14.2857142857vw;
  }
}
@media screen and (min-width: 1280px) {
  .is-middle-height .lp-intro-bg {
    top: -12.1428571429vw;
  }
}
@media screen and (min-width: 1441px) {
  .is-middle-height .lp-intro-bg {
    top: -10vw;
  }
}
