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

.lp-main {
  overflow: hidden;
}
.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-curtain {
  position: absolute;
  inset: 0;
  background: #000000;
  opacity: 0.34;
  z-index: 1;
  pointer-events: none;
}
.lp-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.lp-bg-curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.34;
  background: #000000;
}
.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-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 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .lp-header-in {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 115.5px;
  }
}
@media screen and (min-width: 1280px) {
  .lp-header-in {
    gap: 154px;
  }
}
.lp-header-title {
  margin: 0;
  height: 40%;
}
@media screen and (min-width: 1025px) {
  .lp-header-title {
    height: unset;
  }
}
.lp-header-title-in {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lp-header-title-main, .lp-header-title-sub, .lp-header-title-en {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.lp-header-title-main img, .lp-header-title-sub img, .lp-header-title-en img {
  display: block;
  width: 100%;
  height: auto;
}
.lp-header-title-main {
  width: 262px;
  width: 67.1795vw;
  max-width: 301.3px;
}
@media screen and (min-width: 1025px) {
  .lp-header-title-main {
    width: 351px;
    max-width: none;
  }
}
@media screen and (min-width: 1280px) {
  .lp-header-title-main {
    width: 468px;
  }
}
.lp-header-title-sub {
  width: 257px;
  width: 65.8975vw;
  margin-top: 30px;
  max-width: 295.55px;
}
@media screen and (min-width: 1025px) {
  .lp-header-title-sub {
    margin-top: 40.5px;
    width: 344.25px;
    max-width: none;
  }
}
@media screen and (min-width: 1280px) {
  .lp-header-title-sub {
    margin-top: 54px;
    width: 459px;
  }
}
.lp-header-title-en {
  width: 168px;
  width: 43.077vw;
  margin-top: 18px;
  max-width: 193.2px;
}
@media screen and (min-width: 1025px) {
  .lp-header-title-en {
    margin-top: 22.5px;
    width: 225.75px;
    max-width: none;
  }
}
@media screen and (min-width: 1280px) {
  .lp-header-title-en {
    margin-top: 30px;
    width: 301px;
  }
}
.lp-header-product {
  overflow: hidden;
  height: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .lp-header-product {
    overflow: unset;
    height: unset;
  }
}
.lp-header-product-in {
  aspect-ratio: 437/520;
  position: relative;
  width: 217px;
  width: 55.6411vw;
  max-width: 271.25px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .lp-header-product-in {
    width: 327.75px;
    max-width: none;
  }
}
@media screen and (min-width: 1280px) {
  .lp-header-product-in {
    width: 437px;
  }
}
.lp-header-product-img img {
  width: 100%;
  height: auto;
}
.lp-header-product-img.shadow {
  position: absolute;
  aspect-ratio: 437/310;
  top: 100%;
  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: 740px;
    height: 46.25vw;
  }
}
.lp-section-header + .lp-section-body {
  margin-top: -12.3076923077vw;
}
@media screen and (min-width: 768px) {
  .lp-section-header + .lp-section-body {
    margin-top: -12.2857142857vw;
  }
}
.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: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .lp-section-header-title-en {
    font-size: 58px;
    font-size: 3.625rem;
  }
}
.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-header-title.static {
  position: static;
  transform: none;
  padding: 0 0 60px;
}
@media screen and (min-width: 768px) {
  .lp-section-header-title.static {
    padding-bottom: 120px;
  }
}
.lp-section-body {
  position: relative;
  padding-bottom: 12.3076923077vw;
}
@media screen and (min-width: 768px) {
  .lp-section-body {
    padding-bottom: 12.2857142857vw;
  }
}
.lp-section-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000000;
  clip-path: polygon(0 12.3076923077vw, 100% 0, 100% calc(100% - 12.3076923077vw), 0% 100%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .lp-section-bg {
    clip-path: polygon(0 12.2857142857vw, 100% 0, 100% calc(100% - 12.2857142857vw), 0% 100%);
  }
}
.lp-section-cont {
  position: relative;
  z-index: 2;
  color: #ffffff;
  padding-top: 12.3076923077vw;
}
@media screen and (min-width: 768px) {
  .lp-section-cont {
    padding-top: 12.2857142857vw;
  }
}
.lp-section + .lp-section {
  margin-top: -12.3076923077vw;
}
@media screen and (min-width: 768px) {
  .lp-section + .lp-section {
    margin-top: -12.2857142857vw;
  }
}
.lp-section + .lp-section.mt-lg {
  margin-top: -14.8717948718vw;
}
@media screen and (min-width: 768px) {
  .lp-section + .lp-section.mt-lg {
    margin-top: -13vw;
  }
}
.lp-section-main {
  width: 100%;
  max-width: 1140px;
  padding: 60px 30px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lp-section-main {
    padding: 60px 30px 80px;
  }
}
.lp-section-main.full-width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.lp-intro .lp-section-main {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .lp-intro .lp-section-main {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.lp-intro-bg {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12.3076923077vw), 0% 100%);
  background: transparent;
}
.lp-intro-bg::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 12.3076923077vw;
  left: 0;
  width: 100%;
  height: 12.3076923077vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
}
@media screen and (min-width: 768px) {
  .lp-intro-bg::before {
    bottom: 12.2857142857vw;
    height: 12.2857142857vw;
  }
}
.lp-intro-bg::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12.3076923077vw;
  background: #000000;
}
@media screen and (min-width: 768px) {
  .lp-intro-bg::after {
    height: 12.2857142857vw;
  }
}
.lp-intro-body {
  padding-top: calc(60px + var(--banner-height));
}
@media screen and (min-width: 768px) {
  .lp-intro-body {
    padding-top: 120px;
  }
}
.lp-intro-cont {
  padding-top: 0;
}
.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;
    flex-wrap: wrap;
    gap: 60px 40px;
    margin-top: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .lp-columns {
    gap: 60px 80px;
  }
}
.lp-columns.not-mt {
  margin-top: 0 !important;
}
.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% - 40px) / 2);
  }
}
@media screen and (min-width: 1025px) {
  .lp-columns .lp-column {
    width: calc((100% - 80px) / 2);
  }
}
.lp-columns.bb-columns {
  gap: 0;
}
@media screen and (min-width: 768px) {
  .lp-columns.bb-columns {
    align-items: center;
    margin-top: -30px;
  }
}
@media screen and (min-width: 1025px) {
  .lp-columns.bb-columns {
    margin-left: -60px;
    width: calc(100% + 120px);
  }
}
.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-img + .lp-column-body {
  margin-top: 30px;
}
.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-note {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .lp-column-note {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.lp-column-body + .lp-column-body {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .lp-column-body + .lp-column-body {
    margin-top: 60px;
  }
}
.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(12.3076923077vw + 60px);
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .lp-works {
    padding-top: calc(12.2857142857vw + 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-bg {
  background: rgba(0, 0, 0, 0.5);
  clip-path: polygon(0 12.3076923077vw, 100% 0, 100% 100%, 0% 100%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .lp-outro-bg {
    clip-path: polygon(0 12.2857142857vw, 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: 80px;
}
@media screen and (min-width: 768px) {
  .lp-outro-caution {
    margin-top: 120px;
  }
}
.lp-outro-caution + .lp-outro-caution {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .lp-outro-caution + .lp-outro-caution {
    margin-top: 80px;
  }
}
.lp-outro-caution ::selection {
  background: #000000;
}
.lp-outro-caution-ttl {
  background: #222222;
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 20px 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;
    padding: 28px 0;
  }
}
.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;
}
@media screen and (min-width: 768px) {
  .lp-outro-caution-txt.pc-center {
    text-align: center;
  }
}
.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 50px 32px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6666666667;
  }
}
.lp-outro-main {
  max-width: 1000px;
}
.lp-outro-bnrs {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .lp-outro-bnrs {
    flex-direction: row;
    gap: 40px;
    margin-top: 0;
  }
}
.lp-outro-bnr {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: #000000;
  color: #ffffff !important;
}
.lp-outro-bnr:hover, .lp-outro-bnr:focus-visible {
  text-decoration: none;
}
.lp-outro-bnr:hover .lp-outro-bnr-img img, .lp-outro-bnr:focus-visible .lp-outro-bnr-img img {
  transform: scale(1.05);
}
.lp-outro-bnr-img {
  overflow: hidden;
}
.lp-outro-bnr-img img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease !important;
}
.lp-outro-bnr-body {
  padding: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lp-outro-bnr-body {
    padding: 28px;
  }
}
.lp-outro-bnr-copy, .lp-outro-bnr-title {
  margin: 0;
}
.lp-outro-bnr-copy {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6923076923;
}
@media screen and (min-width: 768px) {
  .lp-outro-bnr-copy {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6666666667;
  }
}
.lp-outro-bnr-title {
  margin-top: 2px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .lp-outro-bnr-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
.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;
}
.lp-items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .lp-items {
    gap: 50px;
  }
}
.lp-item-title {
  margin: 0 0 15px;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.9;
  display: flex;
  align-items: flex-start;
}
.lp-item-title::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../../img/icon-focus-w.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 15px;
  flex: 0 0 auto;
  top: 0.5em;
  position: relative;
}
.lp-item-title.has-sup::before {
  top: 0.6em;
}
.lp-item-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  list-style: none;
  margin: 0;
  padding: 0;
}
.lp-item-text li {
  position: relative;
  padding-left: 1rem;
}
.lp-item-text li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
}
.lp-item-note {
  margin: 5px 0 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
}
.lp-rel {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .lp-rel {
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
    overflow: hidden;
  }
}
.lp-rel-img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .lp-rel-img {
    width: calc((100% - 30px) / 2);
    position: relative;
    height: 318px;
    padding-top: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .lp-rel-img {
    height: 544px;
    padding-top: 0;
  }
}
.lp-rel-img img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .lp-rel-img img {
    width: 600px;
    height: auto;
    right: 0;
    position: absolute;
  }
}
@media screen and (min-width: 1025px) {
  .lp-rel-img img {
    width: 1026px;
  }
}
.lp-rel-body {
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .lp-rel-body {
    padding: 0 60px 0 0;
    width: calc((100% - 30px) / 2);
    max-width: 450px;
  }
}
.lp-title {
  margin: 10px 0 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
.lp-note {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.5454545455;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .lp-note {
    text-align: center;
    margin-top: 12px;
  }
}
.lp-block + .lp-block {
  margin-top: 140px;
}
.lp-link {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .lp-link {
    margin-top: 30px;
  }
}
.lp-link-text {
  border: 1px solid #ffffff;
  border-radius: 100px;
  padding: 11px 30px;
  color: #ffffff;
  transition: color 0.3s ease, background-color 0.3s ease !important;
  font-size: 13px;
  font-size: 0.8125rem;
}
.lp-link-text:hover, .lp-link-text:focus-visible {
  text-decoration: none;
  background-color: #ffffff;
  color: #212121;
}
.lp-link-text[target=_blank] {
  padding-right: 26px;
}
.lp-link-text[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("../../img/icon-external-w.svg") no-repeat center center/contain;
  margin-left: 5px;
  transition: background-image 0.3s ease;
}
.lp-link-text[target=_blank]:hover::after, .lp-link-text[target=_blank]:focus-visible::after {
  background-image: url("../../img/icon-external.svg");
}
.lp-lineups {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 768px) {
  .lp-lineups {
    gap: 130px;
    margin-bottom: 180px;
  }
}
.lp-lineup {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .lp-lineup {
    flex-direction: row;
    align-items: center;
    gap: 38px;
  }
}
.lp-lineup--as10 .lp-lineup-body {
  margin-top: -35px;
}
@media screen and (min-width: 768px) {
  .lp-lineup--as10 .lp-lineup-body {
    margin-top: 0;
  }
}
.lp-lineup--xs10 .lp-lineup-body {
  margin-top: -42px;
}
@media screen and (min-width: 768px) {
  .lp-lineup--xs10 .lp-lineup-body {
    margin-top: 0;
  }
}
.lp-lineup-img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .lp-lineup-img {
    aspect-ratio: 617/391;
    position: relative;
  }
}
.lp-lineup-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .lp-lineup-img img {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.lp-lineup-body {
  width: 100%;
  max-width: 285px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lp-lineup-body {
    text-align: left;
  }
}
.lp-lineup-copy {
  margin: 0 0 35px;
  padding: 10px 0 13px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3636363636;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.lp-lineup-title {
  margin: 0;
}
.lp-lineup-title-sub, .lp-lineup-title-main {
  display: block;
  line-height: 1.2;
}
.lp-lineup-title-sub {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
.lp-lineup-title-main {
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 6px;
}
.lp-lineup-label {
  color: #ff0000;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  margin: 5px 0 0;
}

.is-small-mobile-height .lp-header-title-in {
  transform: scale(0.8);
}
.is-small-mobile-height .lp-header-product-in {
  transform: scale(0.8);
}
