@charset "UTF-8";
@media (min-width: 768px) {
  html {
    font-size: 0.6944vw;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 62.5%;
  }
}
.lp {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  background-color: #040000;
  color: #fff;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lp *,
.lp *::before,
.lp *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lp picture {
  display: block;
}
.lp button {
  font-family: "source-han-sans-japanese", sans-serif;
  cursor: pointer;
}
.lp img,
.lp svg {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .lp .pc {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .lp .sp {
    display: none;
  }
}
.lp .scrollbar {
  scrollbar-color: rgb(101, 88, 177) transparent;
  scrollbar-width: thin;
}
.lp .fadeIn {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
}
.lp .fadeIn.viewed {
  opacity: 1;
  visibility: visible;
}
.lp .zoomOut {
  overflow: hidden;
  position: relative;
}
.lp .zoomOut img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: opacity 0.6s ease-in, -webkit-transform 3.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s ease-in, -webkit-transform 3.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 3.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s ease-in;
  transition: transform 3.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s ease-in, -webkit-transform 3.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.lp .zoomOut.viewed img {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.basic_smallList {
  max-width: 67rem;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .basic_smallList {
    max-width: 128.5rem;
  }
}
.basic_smallList li {
  position: relative;
  padding-left: 3rem;
  font-size: 2.048rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8672rem; /* 140% */
  opacity: 0.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .basic_smallList li {
    font-size: 1.2rem;
    line-height: 1.8rem; /* 150% */
    letter-spacing: 0.1rem;
    margin-bottom: 0.5rem;
    padding-left: 1.8rem;
  }
}
.basic_smallList li span {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
}
.basic_smallList.number li {
  padding-left: 4.2rem;
}
@media only screen and (min-width: 768px) {
  .basic_smallList.number li {
    padding-left: 2.5rem;
  }
}
.basic_button a,
.basic_button button {
  width: 54.8rem;
  height: 10.6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.6624rem;
  font-weight: 500;
  letter-spacing: 0.2048rem;
  position: relative;
  border: 1px solid #fff;
  color: #fff;
  padding: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .basic_button a,
  .basic_button button {
    font-size: 1.6rem;
    line-height: 3.4rem; /* 212.5% */
    letter-spacing: 0.1rem;
  }
  .basic_button a:hover::after,
  .basic_button button:hover::after {
    opacity: 1;
  }
}
.basic_button a::after,
.basic_button button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.basic_button a svg,
.basic_button button svg {
  width: 3.2rem;
  position: absolute;
  right: 3.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .basic_button a svg,
  .basic_button button svg {
    width: 1.8rem;
    right: 2.2rem;
  }
}
.basic_ttl1 {
  text-align: center;
  font-size: 2.048rem;
  font-weight: 400;
  letter-spacing: 0.2048rem;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .basic_ttl1 {
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: 0.2rem;
  }
}
.basic_ttl1 span {
  font-family: "futura-pt", sans-serif;
  font-size: 7.3728rem;
  font-weight: 400;
  letter-spacing: 0.4096rem;
  display: block;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .basic_ttl1 span {
    font-size: 5.6rem;
    letter-spacing: 0.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .basic_ttl1 span i {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    display: inline-block;
    -webkit-transition: -webkit-transform 2s cubic-bezier(0.08, 0.82, 0.17, 1);
    transition: -webkit-transform 2s cubic-bezier(0.08, 0.82, 0.17, 1);
    transition: transform 2s cubic-bezier(0.08, 0.82, 0.17, 1);
    transition: transform 2s cubic-bezier(0.08, 0.82, 0.17, 1), -webkit-transform 2s cubic-bezier(0.08, 0.82, 0.17, 1);
  }
}
.basic_ttl1 em,
.basic_ttl1 i {
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .basic_ttl1 em {
    opacity: 0;
    -webkit-filter: blur(3px);
            filter: blur(3px);
    -webkit-transition: all 1s ease-in 0.2s;
    transition: all 1s ease-in 0.2s;
  }
  .basic_ttl1.viewed span i {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .basic_ttl1.viewed em {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

.lp .lp_opening {
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  background: #242829;
}
.lp .lp_opening-logo {
  width: 17rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  fill: white;
  overflow: hidden;
  -webkit-clip-path: inset(0% 0% 100% 0%);
          clip-path: inset(0% 0% 100% 0%);
}
@media only screen and (min-width: 768px) {
  .lp .lp_opening-logo {
    width: 8rem;
  }
}

.lp .lp_cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  width: 12.8rem;
  height: 12.8rem;
  z-index: 10;
  pointer-events: none;
  -webkit-transform: scale(0);
          transform: scale(0);
  will-change: transform;
}
@media only screen and (max-width: 767px) {
  .lp .lp_cursor {
    display: none;
  }
}

.lp .lp_background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .lp .lp_background {
    height: 100vh;
  }
}
.lp .lp_background video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .lp .lp_background video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
    height: 80%;
  }
}
.lp .lp_background::after, .lp .lp_background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.lp .lp_background::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(4, 0, 0, 0.7)), color-stop(50%, rgba(4, 0, 0, 0.5)), to(rgba(4, 0, 0, 0.7)));
  background: linear-gradient(0deg, rgba(4, 0, 0, 0.7) 0%, rgba(4, 0, 0, 0.5) 50%, rgba(4, 0, 0, 0.7) 100%);
}
@media only screen and (min-width: 768px) {
  .lp .lp_background::after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(4, 0, 0)), color-stop(10%, rgb(4, 0, 0)), color-stop(50%, rgba(4, 0, 0, 0)), color-stop(90%, rgb(4, 0, 0)), to(rgb(4, 0, 0)));
    background: linear-gradient(0deg, rgb(4, 0, 0) 0%, rgb(4, 0, 0) 10%, rgba(4, 0, 0, 0) 50%, rgb(4, 0, 0) 90%, rgb(4, 0, 0) 100%);
  }
}
.lp .lp_background::before {
  display: none;
}
@media only screen and (min-width: 768px) {
  .lp .lp_background::before {
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(rgb(4, 0, 0)), color-stop(50%, rgba(4, 0, 0, 0)), to(rgb(4, 0, 0)));
    background: linear-gradient(90deg, rgb(4, 0, 0) 0%, rgba(4, 0, 0, 0) 50%, rgb(4, 0, 0) 100%);
  }
}
.lp .lp_background_color1 {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #343739;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.lp .lp_background_color1 div {
  opacity: 0;
  background-color: #1a1b1c;
  width: 100%;
  height: 100%;
}

.lp .lp_menu {
  position: fixed;
  top: 4.1rem;
  right: 6.6rem;
  width: 63.7rem;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  z-index: 10;
  height: calc(var(--vh, 1vh) * 100 - 4.1rem - 17.4rem);
  border-radius: 0.8192rem;
  border: 1px solid #747474;
  background: rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: none;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .lp .lp_menu {
    top: 11.3rem;
    width: 24rem;
    max-height: 59.7rem;
    right: 3.8rem;
    height: calc(100vh - 11.2rem - 2.4rem);
  }
}
.lp .lp_menu-overlay {
  width: 100%;
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  height: calc(100 * var(--vh));
  background: rgba(4, 0, 0, 0.7);
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .lp .lp_menu-overlay {
    background: transparent;
  }
}
.lp .lp_menu-button {
  position: fixed;
  right: 4.1rem;
  bottom: 4.1rem;
  z-index: 10;
  width: 9.2rem;
  height: 9.2rem;
  border-radius: 20rem;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) {
  .lp .lp_menu-button {
    width: 4.8rem;
    height: 4.8rem;
    top: 4.1rem;
  }
  .lp .lp_menu-button:hover::before {
    opacity: 1;
  }
  .lp .lp_menu-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    border-radius: 50%;
  }
}
.lp .lp_menu-button svg {
  width: 3.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 768px) {
  .lp .lp_menu-button svg {
    width: 1.6rem;
  }
}
.lp .lp_menu-button::after {
  content: "";
  position: absolute;
  width: 1.3rem;
  height: 1.3rem;
  background-color: white;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 768px) {
  .lp .lp_menu-button::after {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.lp .lp_menu-close {
  position: absolute;
  width: 3.2rem;
  right: 3.8rem;
  top: 3.8rem;
  padding: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .lp .lp_menu-close {
    width: 1.6rem;
    right: 1.8rem;
    top: 1.8rem;
  }
  .lp .lp_menu-close:hover {
    opacity: 0.6;
  }
}
.lp .lp_menu-inner {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  padding: 10.7rem 6.5rem 8rem 6.5rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_menu-inner {
    padding: 3.5rem 3rem;
  }
}
.lp .lp_menu-nav_list > li:not(:last-child) {
  margin-bottom: 6rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_menu-nav_list > li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.lp .lp_menu-nav_list > li > button {
  color: white;
  font-family: "futura-pt", sans-serif;
  font-size: 4.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.68rem; /* 78.261% */
  letter-spacing: 0.4rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .lp .lp_menu-nav_list > li > button {
    font-size: 1.8rem;
    line-height: 1.8rem; /* 100% */
    letter-spacing: 0.2rem;
  }
  .lp .lp_menu-nav_list > li > button:hover {
    opacity: 0.6;
  }
}
.lp .lp_menu-nav_subList {
  margin: 3.5rem 0 -0.8rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_menu-nav_subList {
    margin: 0.5rem 0 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .lp .lp_menu-nav_subList > li {
    line-height: 1.4;
  }
}
.lp .lp_menu-nav_subList > li:not(:last-child) {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_menu-nav_subList > li:not(:last-child) {
    margin-bottom: 0;
  }
}
.lp .lp_menu-nav_subList > li > button {
  color: #fff;
  font-size: 2.2528rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.8912rem; /* 172.727% */
  letter-spacing: 0.2048rem;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .lp .lp_menu-nav_subList > li > button {
    font-size: 1.1rem;
    line-height: 1.9rem; /* 172.727% */
    letter-spacing: 0.1rem;
  }
  .lp .lp_menu-nav_subList > li > button:hover {
    opacity: 0.3;
  }
}
.lp .lp_menu-snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6rem;
  margin: 11rem 0 0;
}
@media only screen and (min-width: 768px) {
  .lp .lp_menu-snsList {
    margin: 4.8rem 0 0;
    gap: 2.4rem;
  }
}
.lp .lp_menu-snsList li a,
.lp .lp_menu-snsList li span {
  display: block;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .lp .lp_menu-snsList li a:hover,
  .lp .lp_menu-snsList li span:hover {
    opacity: 0.6;
  }
}
.lp .lp_menu-snsList li a.sns_x, .lp .lp_menu-snsList li a.sns_instagram, .lp .lp_menu-snsList li a.sns_line,
.lp .lp_menu-snsList li span.sns_x,
.lp .lp_menu-snsList li span.sns_instagram,
.lp .lp_menu-snsList li span.sns_line {
  width: 4.5rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_menu-snsList li a.sns_x, .lp .lp_menu-snsList li a.sns_instagram, .lp .lp_menu-snsList li a.sns_line,
  .lp .lp_menu-snsList li span.sns_x,
  .lp .lp_menu-snsList li span.sns_instagram,
  .lp .lp_menu-snsList li span.sns_line {
    width: 1.8rem;
  }
}
.lp .lp_menu-snsList li a.sns_share,
.lp .lp_menu-snsList li span.sns_share {
  width: 3.1rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_menu-snsList li a.sns_share,
  .lp .lp_menu-snsList li span.sns_share {
    width: 1.2rem;
  }
}

.menu-open .lp_menu-button svg {
  -webkit-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
}
.menu-open .lp_menu-button::after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.modal-open {
  overflow: hidden;
}

.lp .lp_modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background-color: rgba(4, 0, 0, 0.8);
  z-index: 11;
  opacity: 0;
  display: none;
}
.lp .lp_modal-close {
  width: 4.9rem;
  right: 4.8rem;
  top: 4.8rem;
  position: absolute;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .lp .lp_modal-close {
    width: 3.2rem;
    right: 3.1rem;
    top: 3.1rem;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .lp .lp_modal-close:hover {
    opacity: 0.6;
  }
}
.lp .lp_modal-inner {
  height: 100%;
  width: 100%;
  overflow: scroll;
}
@media only screen and (min-width: 768px) {
  .lp .lp_modal-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 100vh;
    padding: 7.7rem 0;
  }
}
.lp .lp_modal-container {
  padding: 6.6rem;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  background: #25282a;
  min-height: calc(100 * var(--vh, 1vh));
}
@media only screen and (min-width: 768px) {
  .lp .lp_modal-container {
    min-height: auto;
    padding: 7rem 2rem 8rem;
    width: 72rem;
    border-radius: 0.5rem;
    position: relative;
    height: auto;
  }
}
.lp .lp_modal-containerInner {
  width: 100%;
}
.lp .lp_modal-basicContainer {
  padding: 12rem 0 8rem 0;
}
@media only screen and (min-width: 768px) {
  .lp .lp_modal-basicContainer {
    padding: 1.8rem 0 1rem;
    max-width: 50rem;
    margin: auto;
  }
}
.lp .lp_modal-title {
  font-size: 3.68rem;
  letter-spacing: 0.2048rem;
  padding-bottom: 2.5rem;
  margin-bottom: 5.3rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .lp .lp_modal-title {
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
    padding-bottom: 1.8rem;
    margin-bottom: 2.3rem;
  }
}
.lp .lp_modal-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(217, 217, 217)), color-stop(55%, rgb(217, 217, 217)), to(rgba(116, 116, 116, 0)));
  background: linear-gradient(90deg, rgb(217, 217, 217) 0%, rgb(217, 217, 217) 55%, rgba(116, 116, 116, 0) 100%);
}
@media only screen and (min-width: 768px) {
  .lp .lp_modal-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}
.lp .lp_modal-list li {
  font-size: 3.2768rem;
  letter-spacing: 0.2048rem;
  border-bottom: 1px solid rgba(167, 168, 170, 0.3);
  padding: 3rem 1.9rem 4rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_modal-list li {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    padding: 2rem 0.8rem 2rem;
  }
}
.lp .lp_modal-list li::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 1.4rem;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .lp .lp_modal-list li::before {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.8rem;
  }
}
.lp .lp_modal-smallList {
  margin-top: 5.5rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_modal-smallList {
    margin-top: 3.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .lp .lp_modal-addresses {
    padding-bottom: 1rem;
  }
}
.lp .lp_modal-addresses_item {
  border-bottom: 1px solid rgba(167, 168, 170, 0.3);
  padding: 3.5rem 1rem 5.5rem;
}
.lp .lp_modal-addresses_item:not(:last-child) {
  margin-bottom: 3.9rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_modal-addresses_item:not(:last-child) {
    margin-bottom: 1rem;
    padding: 2rem 0.7rem 4rem;
  }
}
.lp .lp_modal-addresses_item-title {
  font-size: 3.27rem;
  letter-spacing: 0.2048rem;
  line-height: 4.096rem; /* 125% */
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_modal-addresses_item-title {
    font-size: 2rem;
    letter-spacing: 0.1rem;
    margin-bottom: 1.5rem;
  }
}
.lp .lp_modal-addresses_item-title::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 1.4rem;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .lp .lp_modal-addresses_item-title::before {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .lp .lp_modal-addresses_item-list {
    padding-left: 1.3rem;
  }
}
.lp .lp_modal-addresses_item-list div:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_modal-addresses_item-list div:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.lp .lp_modal-addresses_item-list dt {
  font-family: "futura-pt", sans-serif;
  font-size: 2.4576rem;
  letter-spacing: 0.2048rem;
  opacity: 0.5;
}
@media only screen and (min-width: 768px) {
  .lp .lp_modal-addresses_item-list dt {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
  }
}
.lp .lp_modal-addresses_item-list dd {
  font-size: 2.86rem;
  letter-spacing: 0.2048rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_modal-addresses_item-list dd {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
}
.lp .lp_modal-addresses_item-list a {
  color: white;
}

.lp .lp_buy-button {
  position: fixed;
  bottom: 4.1rem;
  right: 16.5rem;
  z-index: 10;
  color: #fff;
  font-size: 2.6624rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22.528rem;
  height: 9.2rem;
  border-radius: 20rem;
  border: 1px solid #fff;
  background: rgba(101, 88, 177, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media only screen and (min-width: 768px) {
  .lp .lp_buy-button {
    width: 14.7rem;
    height: 4.8rem;
    border-radius: 9.9rem;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    font-size: 1.5rem;
    top: 4.1rem;
    right: 10.7rem;
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: -webkit-filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  }
  .lp .lp_buy-button:hover {
    -webkit-filter: opacity(0.6);
            filter: opacity(0.6);
  }
}
.lp .lp_buy-button svg {
  width: 3.6663rem;
  margin-right: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_buy-button svg {
    width: 1.9rem;
    margin-right: 1.2rem;
  }
}
.lp .lp_buy-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .lp .lp_buy-container {
    width: 83.6rem;
  }
}
.lp .lp_buy-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp .lp_buy-text {
  padding-left: 7.8rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_buy-text {
    padding-left: 5rem;
  }
}
.lp .lp_buy-text_ttl {
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  line-height: 4.9152rem; /* 160% */
  letter-spacing: 0.2048rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_buy-text_ttl {
    font-size: 2rem;
    line-height: 3.334rem; /* 166.701% */
    letter-spacing: 0.1389rem;
    margin-top: 0.5rem;
  }
}
.lp .lp_buy-text_price {
  margin-top: 4rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_buy-text_price {
    margin-top: 0.8rem;
  }
}
.lp .lp_buy-text_price strong {
  font-family: "futura-pt", sans-serif;
  font-size: 2.8672rem;
  font-weight: 400;
  line-height: 4.9152rem; /* 171.429% */
  letter-spacing: 0.0614rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_buy-text_price strong {
    font-size: 2rem;
    line-height: 3.334rem; /* 166.701% */
    letter-spacing: 0.0417rem;
  }
}
.lp .lp_buy-text_price span {
  font-size: 1.6384rem;
  font-weight: 400;
  line-height: 4.9152rem;
  letter-spacing: 0.0614rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_buy-text_price span {
    font-size: 1.2rem;
    line-height: 3.334rem;
    letter-spacing: 0.0417rem;
  }
}
.lp .lp_buy-reserve {
  font-size: 3.072rem;
  font-weight: 400;
  line-height: 4.9152rem; /* 160% */
  letter-spacing: 0.4096rem;
  text-align: center;
  margin: 11.5rem 0 7.2rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_buy-reserve {
    font-size: 1.6rem;
    line-height: 3.334rem; /* 208.376% */
    letter-spacing: 0.2778rem;
    margin: 3rem 0 3.5rem;
  }
}
.lp .lp_buy-reserve span {
  font-size: 3.6864rem;
  font-weight: 400;
  line-height: 4.9152rem; /* 133.333% */
  letter-spacing: 0.4096rem;
  display: block;
  margin-top: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_buy-reserve span {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.2778rem;
    margin-top: 0;
  }
}
.lp .lp_buy-picture {
  width: 9.8rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_buy-picture {
    width: 6.6rem;
  }
}
.lp .lp_buy-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.4rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1.4rem;
     -moz-column-gap: 1.4rem;
          column-gap: 1.4rem;
  row-gap: 2.1rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_buy-list {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1.6rem;
    max-width: 49.1rem;
    margin: auto;
  }
}
.lp .lp_buy-list li a {
  height: 9.4rem;
  border-radius: 20.2rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 2.2528rem;
  font-weight: 400;
  letter-spacing: 0.4096rem;
  position: relative;
  padding-bottom: 0.15rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_buy-list li a {
    height: 5.6rem;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    position: relative;
  }
  .lp .lp_buy-list li a:hover::before {
    opacity: 1;
  }
}
.lp .lp_buy-list li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  z-index: -1;
  opacity: 0;
  border-radius: 20.2rem;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.lp .lp_buy-list li a::after {
  content: "";
  width: 2.048rem;
  height: 2.048rem;
  position: absolute;
  right: 2.9rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon_arrow02.svg) no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .lp .lp_buy-list li a::after {
    width: 1rem;
    height: 1rem;
    right: 2.2rem;
  }
}
.lp .lp_buy-list li a.deactivate {
  opacity: 0.3;
  pointer-events: none;
}

.lp .lp_header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 4.8rem 0 0 5.53rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_header {
    padding: 4.2rem 0 0 4rem;
  }
}
.lp .lp_header_ttl {
  width: 18.62rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_header_ttl {
    width: 12.1rem;
  }
}

.lp .lp_mv {
  background-color: #040000;
  padding-bottom: 1px;
}
.lp .lp_mv_viewport {
  padding: 18.8em 0 0;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .lp .lp_mv_viewport {
    height: 100vh;
    padding: 0;
  }
}
.lp .lp_mv_ttl {
  text-align: center;
  position: absolute;
  top: 19.8rem;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .lp .lp_mv_ttl {
    text-align: left;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 120rem;
    top: 50%;
  }
}
.lp .lp_mv_ttl em {
  font-size: 6.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 8.6016rem; /* 140% */
  letter-spacing: 0.2048rem;
  text-shadow: #040000 0px 0 20px;
}
@media only screen and (min-width: 768px) {
  .lp .lp_mv_ttl em {
    font-size: 4.8rem;
    font-weight: 350;
    line-height: 6.8rem; /* 141.667% */
    letter-spacing: 0.5rem;
  }
}
.lp .lp_mv_ttl span {
  display: block;
  margin-top: 3.5rem;
  font-size: 2.6624rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
  text-shadow: #040000 0px 0 20px;
}
@media only screen and (min-width: 768px) {
  .lp .lp_mv_ttl span {
    font-size: 1.8rem;
    margin-top: 2.2rem;
    letter-spacing: 0.3rem;
  }
}
.lp .lp_mv_ttl span sup {
  font-size: 55%;
  -webkit-transform: translateY(-0.2em);
          transform: translateY(-0.2em);
}
.lp .lp_mv_ttl img {
  width: 32.9175rem;
  margin: 6.5rem auto 0;
  -webkit-filter: drop-shadow(0 0 0.75rem #040000);
          filter: drop-shadow(0 0 0.75rem #040000);
}
@media only screen and (min-width: 768px) {
  .lp .lp_mv_ttl img {
    width: 23.6rem;
    margin: 4.8rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .lp .lp_mv_picture {
    height: 100%;
    width: 100%;
  }
  .lp .lp_mv_picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.lp .lp_mv_video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.lp .lp_mv_smallList {
  margin-top: 4.2rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_mv_smallList {
    margin-top: 1.8rem;
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.lp .lp_mv_scroll {
  position: absolute;
  right: 3rem;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .lp .lp_mv_scroll {
    right: 4rem;
    bottom: 1.6rem;
  }
}
.lp .lp_mv_scroll em {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #6558b1;
  font-family: "futura-pt", sans-serif;
  font-size: 2.4576rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.4096rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_mv_scroll em {
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
  }
}
.lp .lp_mv_scroll span {
  height: 16.384rem;
  width: 1px;
  margin-top: 2rem;
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2509803922);
}
@media only screen and (min-width: 768px) {
  .lp .lp_mv_scroll span {
    height: 8rem;
    margin-top: 1rem;
  }
}
.lp .lp_mv_scroll span::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #6558b1;
  -webkit-animation: scroll 2.5s ease-in-out infinite;
          animation: scroll 2.5s ease-in-out infinite;
}

.lp .lp_intro {
  padding: 34rem 0 5rem;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#040000), color-stop(80rem, #040000), color-stop(150rem, rgba(4, 0, 0, 0)), to(rgba(4, 0, 0, 0)));
  background: linear-gradient(180deg, #040000 0%, #040000 80rem, rgba(4, 0, 0, 0) 150rem, rgba(4, 0, 0, 0) 100%);
}
@media only screen and (min-width: 768px) {
  .lp .lp_intro {
    padding: 27.1rem 0 15.5rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#040000), color-stop(20rem, #040000), color-stop(80rem, rgba(4, 0, 0, 0)), color-stop(rgba(4, 0, 0, 0)), to(#040000));
    background: linear-gradient(180deg, #040000 0%, #040000 20rem, rgba(4, 0, 0, 0) 80rem, rgba(4, 0, 0, 0) calc(100% - 50rem), #040000 100%);
  }
}
.lp .lp_intro_bg {
  display: none;
}
@media only screen and (min-width: 768px) {
  .lp .lp_intro_bg {
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% + 17.5rem);
    height: 100%;
  }
  .lp .lp_intro_bg-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lp .lp_intro_bg picture {
    width: 30.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .lp .lp_intro_container {
    max-width: 102rem;
    margin: auto;
  }
}
.lp .lp_intro_01 {
  max-width: 67rem;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .lp .lp_intro_01 {
    max-width: 100%;
    margin: 0;
  }
}
.lp .lp_intro_01_ttl {
  text-align: center;
  font-size: 4.5056rem;
  line-height: 1.98;
  letter-spacing: 0.2048rem;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .lp .lp_intro_01_ttl {
    font-size: 3.6rem;
    line-height: 6rem; /* 166.667% */
    letter-spacing: 0.2rem;
    text-align: left;
  }
}
.lp .lp_intro_01_p {
  text-align: justify;
  font-size: 2.8672rem;
  line-height: 2.25;
  letter-spacing: 0.2048rem;
  font-weight: 400;
  margin: 13.7rem 0 4rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_intro_01_p {
    font-size: 1.8rem;
    line-height: 3.6rem; /* 200% */
    letter-spacing: 0.2rem;
    max-width: 38.8rem;
    margin: 6.3rem 0 2rem;
  }
}
.lp .lp_intro_01_picture {
  width: 43.5rem;
  height: 66.6rem;
  margin: 8.5rem auto 4rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_intro_01_picture {
    display: none;
  }
}
.lp .lp_intro_02 {
  padding: 25.2rem 0 6rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_intro_02 {
    max-width: 44.6rem;
    padding: 22.1rem 0 0;
  }
}
.lp .lp_intro_02_p {
  text-align: center;
  font-size: 2.8672rem;
  font-weight: 400;
  line-height: 4.9152rem; /* 171.429% */
  letter-spacing: 0.2048rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_intro_02_p {
    font-size: 1.8rem;
    line-height: 3rem; /* 166.667% */
    letter-spacing: 0.2rem;
  }
}
.lp .lp_intro_02_ttl {
  text-align: center;
  font-size: 6.144rem;
  font-weight: 400;
  line-height: 9.0112rem; /* 146.667% */
  margin: 0.3rem 0 5.5rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_intro_02_ttl {
    font-size: 4rem;
    line-height: 4.4rem; /* 110% */
    margin: 2rem 0 4rem;
  }
}
.lp .lp_intro_02_ttl sup {
  font-size: 40%;
}
.lp .lp_intro_02_video {
  position: relative;
  overflow: hidden;
  height: 53.8rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_intro_02_video {
    height: 32.4rem;
  }
}
.lp .lp_intro_02_video video {
  width: 130%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lp .lp_intro_02_video p {
  position: absolute;
  left: 4.8rem;
  bottom: 9.4rem;
  z-index: 1;
  opacity: 0.6;
  font-size: 2.048rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8672rem; /* 140% */
}
@media only screen and (min-width: 768px) {
  .lp .lp_intro_02_video p {
    font-size: 1rem;
    bottom: 3rem;
    left: 2rem;
  }
}
.lp .lp_intro_02_video::after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: calc(100% + 2px);
  height: 20.4rem;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #040000), to(rgba(4, 0, 0, 0)));
  background: linear-gradient(0deg, #040000 10%, rgba(4, 0, 0, 0) 100%);
}
@media only screen and (min-width: 768px) {
  .lp .lp_intro_02_video::after {
    height: 10rem;
  }
}
.lp .lp_intro_02_specs {
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#040000), color-stop(5rem, #040000), color-stop(30rem, rgba(4, 0, 0, 0)), to(rgba(4, 0, 0, 0)));
  background: linear-gradient(180deg, #040000 0%, #040000 5rem, rgba(4, 0, 0, 0) 30rem, rgba(4, 0, 0, 0) 100%);
  padding: 1.3rem 11.3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .lp .lp_intro_02_specs {
    background: transparent;
    padding: 2.3rem 7.3rem 0;
  }
}
.lp .lp_intro_02_specs-maru {
  width: 19.25rem;
  height: 19.25rem;
  border-radius: 50%;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.4;
  position: relative;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
@media only screen and (min-width: 768px) {
  .lp .lp_intro_02_specs-maru {
    width: 11rem;
    height: 11rem;
    cursor: pointer;
  }
}
.lp .lp_intro_02_specs-maru::after, .lp .lp_intro_02_specs-maru::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #9287d0;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.3, 0, 0.1, 1);
          animation-timing-function: cubic-bezier(0.3, 0, 0.1, 1);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  opacity: 0;
}
.lp .lp_intro_02_specs-maru::before {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.lp .lp_intro_02_specs-maru.active {
  opacity: 1;
  border-color: #9287d0;
}
.lp .lp_intro_02_specs-maru.active::after, .lp .lp_intro_02_specs-maru.active::before {
  -webkit-animation-name: ripple;
          animation-name: ripple;
}
.lp .lp_intro_02_specs-text em {
  font-size: 2.6624rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0.2048rem;
  display: block;
}
@media only screen and (min-width: 768px) {
  .lp .lp_intro_02_specs-text em {
    font-size: 1.6rem;
    line-height: 2rem; /* 125% */
    letter-spacing: 0.1rem;
  }
}
.lp .lp_intro_02_specs-text span {
  font-size: 2.2528rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.2rem;
  letter-spacing: 0.2048rem;
  display: block;
}
@media only screen and (min-width: 768px) {
  .lp .lp_intro_02_specs-text span {
    font-size: 1.1rem;
    line-height: 1.6rem; /* 145.455% */
    letter-spacing: 0.1rem;
  }
}
.lp .lp_intro_02_specs-text strong {
  font-size: 2.4576rem;
  font-style: normal;
  line-height: 3.2rem;
  letter-spacing: 0.2048rem;
  display: block;
}
@media only screen and (min-width: 768px) {
  .lp .lp_intro_02_specs-text strong {
    font-size: 1.4rem;
    line-height: 1.8rem;
    letter-spacing: 0.1rem;
  }
}
.lp .lp_intro_02_specs-text strong i {
  font-size: 3.2768rem;
  font-style: normal;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .lp .lp_intro_02_specs-text strong i {
    font-size: 2.2rem;
    line-height: 1.8rem; /* 81.818% */
    letter-spacing: 0.1rem;
  }
}
.lp .lp_intro_02_specs svg {
  width: 4.3rem;
  position: absolute;
  left: 50%;
  top: calc(50% + 0.7rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .lp .lp_intro_02_specs svg {
    width: 2rem;
    top: calc(50% + 1.1rem);
  }
}
.lp .lp_intro_02_slider {
  position: relative;
  max-width: 60rem;
  margin: 3.1rem auto 5rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_intro_02_slider {
    margin: 4.5rem auto 3.2rem;
  }
}
.lp .lp_intro_02_slider p {
  font-size: 2.8672rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5.3248rem; /* 185.714% */
  letter-spacing: 0.2048rem;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
@media only screen and (min-width: 768px) {
  .lp .lp_intro_02_slider p {
    font-size: 1.6rem;
    line-height: 2.8rem; /* 175% */
    letter-spacing: 0.3rem;
  }
}
.lp .lp_intro_02_slider p:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.lp .lp_intro_02_slider p.active {
  opacity: 1;
}
@-webkit-keyframes progress {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes progress {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.lp .lp_intro_02_progress {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.6rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3.6rem;
  max-width: 60rem;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .lp .lp_intro_02_progress {
    max-width: 100%;
    grid-gap: 1rem;
  }
}
.lp .lp_intro_02_progress div {
  border-radius: 0.2rem;
  overflow: hidden;
  height: 0.4rem;
  background-color: rgba(255, 255, 255, 0.2509803922);
  position: relative;
}
@media only screen and (min-width: 768px) {
  .lp .lp_intro_02_progress div {
    height: 1px;
  }
}
.lp .lp_intro_02_progress div::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(#6558b1), to(#9287d0));
  background: linear-gradient(90deg, #6558b1 0%, #9287d0 100%);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.lp .lp_intro_02_progress div.active::after {
  -webkit-animation-name: progress;
          animation-name: progress;
}
.lp .lp_intro_03 {
  padding: 7rem 0 6rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_intro_03 {
    max-width: 44.6rem;
    padding: 16.3rem 0 0;
  }
}
.lp .lp_intro_03_ttl {
  text-align: center;
  font-size: 4.096rem;
  font-weight: 400;
  line-height: 9.0112rem; /* 220% */
  letter-spacing: 0.2048rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_intro_03_ttl {
    font-size: 2.4rem;
    line-height: 4.4rem; /* 183.333% */
    letter-spacing: 0.1rem;
  }
}
.lp .lp_intro_03_iconList {
  max-width: 62.1rem;
  margin: 4rem auto 5.2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6.3rem 1fr 6.3rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 6.3rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_intro_03_iconList {
    grid-gap: 4.8rem;
    margin: 3.2rem auto 3rem;
    max-width: 39.6rem;
  }
}
.lp .lp_intro_03_iconList li {
  text-align: center;
}
.lp .lp_intro_03_iconList li span {
  margin-top: 2rem;
  display: block;
  font-size: 2.8672rem;
  font-weight: 400;
  line-height: 3.5rem;
  letter-spacing: 0.2048rem;
  opacity: 0;
  -webkit-transition: opacity 2s ease-in 0.2s;
  transition: opacity 2s ease-in 0.2s;
}
@media only screen and (min-width: 768px) {
  .lp .lp_intro_03_iconList li span {
    font-size: 1.6rem;
    line-height: 2.2rem; /* 137.5% */
    letter-spacing: 0.1rem;
    margin-top: 1rem;
  }
}
.lp .lp_intro_03_iconList li .circle {
  stroke-dasharray: 310;
  stroke-dashoffset: 310;
  -webkit-transition: stroke-dashoffset 4s cubic-bezier(0.08, 0.82, 0.17, 1);
  transition: stroke-dashoffset 4s cubic-bezier(0.08, 0.82, 0.17, 1);
}
.lp .lp_intro_03_iconList li .icon {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in 0s;
  transition: opacity 0.8s ease-in 0s;
}
.lp .lp_intro_03_iconList.viewed .circle {
  stroke-dashoffset: 0;
}
.lp .lp_intro_03_iconList.viewed .icon {
  opacity: 1;
}
.lp .lp_intro_03_iconList.viewed span {
  opacity: 1;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
.modal-video {
  background-color: rgb(4, 0, 0);
}

@media only screen and (max-width: 767px) {
  .modal-video-movie-wrap {
    padding-bottom: 84dvh !important;
    background-color: transparent;
  }
  .modal-video-body {
    padding: 3dvh 5.8dvh 0;
  }
}
.lp .lp_movie_sp {
  padding: 25.5rem 0 28rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_movie_sp {
    display: none;
  }
}
.lp .lp_movie_sp_img01 {
  width: 47.5rem;
  height: 32.35rem;
  margin: 0 0 0 auto;
}
.lp .lp_movie_sp_text {
  max-width: 67rem;
  margin: 13.3rem auto 17.9rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_movie_sp_text {
    margin: 9.8rem 0 0 12.2rem;
  }
}
.lp .lp_movie_sp_text p {
  font-size: 2.8672rem;
  font-weight: 400;
  line-height: 7.7824rem; /* 271.429% */
  letter-spacing: 0.4096rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_movie_sp_text p {
    font-size: 1.7rem;
    line-height: 5rem; /* 294.118% */
    letter-spacing: 0.4rem;
  }
}
.lp .lp_movie_sp_text .basic_smallList {
  margin-top: 2rem;
}
.lp .lp_movie_sp_container {
  position: relative;
}
.lp .lp_movie_sp_play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 19.2rem;
  height: 19.2rem;
  border-radius: 50%;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .lp .lp_movie_sp_play {
    width: 12.8rem;
    height: 12.8rem;
  }
}
.lp .lp_movie_sp_play p {
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-size: 2.2528rem;
  font-weight: 450;
  letter-spacing: 0.2048rem;
  margin-top: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_movie_sp_play p {
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
  }
}
.lp .lp_movie_sp_play svg {
  width: 3.27rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_movie_sp_play svg {
    width: 2.1rem;
  }
}
.lp .lp_movie_sp_play::after, .lp .lp_movie_sp_play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-animation-name: ripple;
          animation-name: ripple;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-timing-function: cubic-bezier(0.3, 0, 0.1, 1);
          animation-timing-function: cubic-bezier(0.3, 0, 0.1, 1);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  opacity: 0;
}
.lp .lp_movie_sp_play::before {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.lp .lp_movie_sp_img03 {
  width: 36.4544rem;
  height: 51.2rem;
  margin: 17.8rem 0 0 11rem;
}
.lp .lp_movie_pc {
  position: relative;
  padding: 150vh 0 100vh;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .lp .lp_movie_pc {
    display: none;
  }
}
.lp .lp_movie_pc_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.lp .lp_movie_pc_bg-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
}
.lp .lp_movie_pc_bg-sticky video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp .lp_movie_pc_bg-sticky::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#040000), color-stop(50rem, rgba(4, 0, 0, 0)), color-stop(rgba(4, 0, 0, 0)), to(#040000));
  background: linear-gradient(180deg, #040000 0%, rgba(4, 0, 0, 0) 50rem, rgba(4, 0, 0, 0) calc(100% - 50rem), #040000 100%);
}
.lp .lp_movie_pc_container {
  max-width: 128rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp .lp_movie_pc_picture {
  width: 71.1rem;
  position: relative;
}
.lp .lp_movie_pc_picture picture:nth-child(1) {
  width: 55.6rem;
  height: 38rem;
}
.lp .lp_movie_pc_picture picture:nth-child(2) {
  width: 32rem;
  position: absolute;
  right: 0;
  top: 25.5rem;
  height: 44.5rem;
}

@-webkit-keyframes ripple2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(4);
            transform: translate(-50%, -50%) scale(4);
    opacity: 0;
  }
}

@keyframes ripple2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(4);
            transform: translate(-50%, -50%) scale(4);
    opacity: 0;
  }
}
.lp .lp_feature {
  padding: 7rem 0 6rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature {
    padding: 23rem 0 27.5rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#040000), color-stop(20rem, #040000), color-stop(80rem, rgba(4, 0, 0, 0)), to(rgba(4, 0, 0, 0)));
    background: linear-gradient(180deg, #040000 0%, #040000 20rem, rgba(4, 0, 0, 0) 80rem, rgba(4, 0, 0, 0) 100%);
  }
  .lp .lp_feature_container {
    max-width: 144rem;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lp .lp_feature_nav {
    width: 42.4rem;
  }
  .lp .lp_feature_nav-sticky {
    position: sticky;
    top: 0;
    padding: 2rem 12rem 0 8.2rem;
  }
}
.lp .lp_feature_nav-ttl {
  font-size: 2.048rem;
  font-weight: 400;
  line-height: 2.8672rem; /* 140% */
  letter-spacing: 0.2048rem;
  text-align: center;
  margin-bottom: 5.6rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_nav-ttl {
    font-size: 1.4rem;
    line-height: 1.4rem; /* 100% */
    letter-spacing: 0.2rem;
    text-align: left;
    margin-bottom: 7.5rem;
  }
}
.lp .lp_feature_nav-ttl span {
  display: block;
  margin-bottom: 2rem;
  font-family: "futura-pt", sans-serif;
  font-size: 7.3728rem;
  font-style: normal;
  font-weight: 400;
  line-height: 8.192rem; /* 111.111% */
  letter-spacing: 0.4096rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_nav-ttl span {
    font-size: 4.4rem;
    line-height: 4rem; /* 90.909% */
    letter-spacing: 0.2rem;
    margin-bottom: 1.1rem;
  }
}
.lp .lp_feature_nav-ttl em,
.lp .lp_feature_nav-ttl i {
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .lp .lp_feature_nav-ttl i {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    display: inline-block;
    -webkit-transition: -webkit-transform 3s cubic-bezier(0.08, 0.82, 0.17, 1);
    transition: -webkit-transform 3s cubic-bezier(0.08, 0.82, 0.17, 1);
    transition: transform 3s cubic-bezier(0.08, 0.82, 0.17, 1);
    transition: transform 3s cubic-bezier(0.08, 0.82, 0.17, 1), -webkit-transform 3s cubic-bezier(0.08, 0.82, 0.17, 1);
  }
}
@media only screen and (max-width: 767px) {
  .lp .lp_feature_nav-ttl em {
    opacity: 0;
    -webkit-filter: blur(3px);
            filter: blur(3px);
    -webkit-transition: all 1s ease-in 0.1s;
    transition: all 1s ease-in 0.1s;
  }
  .lp .lp_feature_nav-ttl.viewed span i {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .lp .lp_feature_nav-ttl.viewed em {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
.lp .lp_feature_nav-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_nav-list {
    display: block;
  }
}
.lp .lp_feature_nav-item {
  position: relative;
  padding: 4rem 3.8rem 5.6rem;
  border-color: rgba(255, 255, 255, 0.3);
  border-width: 1px;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_nav-item {
    cursor: pointer;
    border: none !important;
    padding: 0.5rem 0 0 3.1rem;
    height: 13rem;
  }
}
.lp .lp_feature_nav-item[data-point="01"] {
  border-right-style: solid;
  border-top-style: solid;
}
.lp .lp_feature_nav-item[data-point="01"] .lp_feature_nav-item_icon {
  width: 9.6256rem;
  top: 8rem;
  right: 3.2rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_nav-item[data-point="01"] .lp_feature_nav-item_icon {
    width: 4.7rem;
    top: 3rem;
    right: 3.5rem;
  }
}
.lp .lp_feature_nav-item[data-point="02"] {
  border-top-style: solid;
}
.lp .lp_feature_nav-item[data-point="02"] .lp_feature_nav-item_icon {
  width: 8.192rem;
  top: 8.3rem;
  right: 5rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_nav-item[data-point="02"] .lp_feature_nav-item_icon {
    width: 4rem;
    top: 3rem;
    right: 3.5rem;
  }
}
.lp .lp_feature_nav-item[data-point="03"] {
  border-right-style: solid;
  border-top-style: solid;
  border-bottom-style: solid;
}
.lp .lp_feature_nav-item[data-point="03"] .lp_feature_nav-item_icon {
  width: 6.9632rem;
  top: 7.5rem;
  right: 3.2rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_nav-item[data-point="03"] .lp_feature_nav-item_icon {
    width: 3.4rem;
    top: 2.5rem;
    right: 3.5rem;
  }
}
.lp .lp_feature_nav-item[data-point="04"] {
  border-top-style: solid;
  border-bottom-style: solid;
}
.lp .lp_feature_nav-item[data-point="04"] .lp_feature_nav-item_icon {
  width: 9.9004rem;
  top: 7rem;
  right: 4.2rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_nav-item[data-point="04"] .lp_feature_nav-item_icon {
    width: 4.8342rem;
    top: 2.8rem;
    right: 3.5rem;
  }
}
.lp .lp_feature_nav-item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border-bottom: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_nav-item::after {
    display: none;
  }
}
.lp .lp_feature_nav-item.active .lp_feature_nav-item_maru::after, .lp .lp_feature_nav-item.active .lp_feature_nav-item_maru::before {
  -webkit-animation-name: ripple2;
          animation-name: ripple2;
}
.lp .lp_feature_nav-item.active .lp_feature_nav-item_ttl {
  opacity: 1;
}
.lp .lp_feature_nav-item.active .lp_feature_nav-item_icon {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}
.lp .lp_feature_nav-item_nbr {
  font-family: "futura-pt", sans-serif;
  font-size: 2.2528rem;
  font-weight: 450;
  letter-spacing: 0.2048rem;
  opacity: 0.5;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_nav-item_nbr {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    margin-bottom: 0.3rem;
  }
}
.lp .lp_feature_nav-item_ttl {
  font-size: 3.072rem;
  font-weight: 400;
  line-height: 3.8912rem; /* 126.667% */
  letter-spacing: 0.2048rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_nav-item_ttl {
    opacity: 0.5;
    font-size: 1.6rem;
    line-height: 2rem; /* 137.5% */
    letter-spacing: 0.1rem;
  }
}
.lp .lp_feature_nav-item_icon {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_nav-item_icon {
    opacity: 0.5;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
}
.lp .lp_feature_nav-item_maru {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .lp .lp_feature_nav-item_maru {
    display: none;
  }
}
.lp .lp_feature_nav-item_maru::after, .lp .lp_feature_nav-item_maru::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid white;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.3, 0, 0.1, 1);
          animation-timing-function: cubic-bezier(0.3, 0, 0.1, 1);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  opacity: 0;
}
.lp .lp_feature_nav-item_maru::before {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.lp .lp_feature_nav-item_progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 767px) {
  .lp .lp_feature_nav-item_progress {
    display: none;
  }
}
.lp .lp_feature_nav-item_progress div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#6558b1), to(#9287d0));
  background: linear-gradient(180deg, #6558b1 0%, #9287d0 100%);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.lp .lp_feature_nav-smallList {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_nav-smallList {
    margin-top: 1.1rem;
  }
}
.lp .lp_feature_body {
  margin-top: 24rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_body {
    width: 89.8rem;
    margin-top: 2.1rem;
  }
}
.lp .lp_feature_point:not(:last-child) {
  margin-bottom: 24.7rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point:not(:last-child) {
    margin-bottom: 26.5rem;
  }
}
.lp .lp_feature_point-nbr {
  color: #6558b1;
  font-family: "futura-pt", sans-serif;
  font-size: 2.8672rem;
  font-weight: 450;
  letter-spacing: 0.2048rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-nbr {
    font-size: 2rem;
    letter-spacing: 0.1rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.lp .lp_feature_point-nbr svg {
  width: 4.1rem;
  margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-nbr svg {
    width: 2.4rem;
    margin-left: 0.6rem;
  }
}
.lp .lp_feature_point-ttl {
  text-align: center;
  font-size: 4.9152rem;
  font-weight: 400;
  letter-spacing: 0.2048rem;
  line-height: 1.45;
  margin: 4.5rem 0 6.1rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-ttl {
    text-align: left;
    font-size: 4rem;
    letter-spacing: 0.2rem;
    margin: 2.3rem 0 4.7rem;
  }
}
.lp .lp_feature_point-ttl span {
  font-size: 3.6864rem;
  font-weight: 400;
  letter-spacing: 0.2048rem;
  display: block;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-ttl span {
    font-size: 2.4rem;
    line-height: 3.6rem; /* 150% */
    letter-spacing: 0.1rem;
  }
}
.lp .lp_feature_point-picture {
  height: 76.8rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-picture {
    height: 54rem;
  }
}
.lp .lp_feature_point-video {
  height: 76.9rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-video {
    height: 54rem;
  }
}
.lp .lp_feature_point-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.lp .lp_feature_point-video p {
  position: absolute;
  left: 4.8rem;
  bottom: 4.8rem;
  z-index: 1;
  opacity: 0.6;
  font-size: 2.048rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8672rem; /* 140% */
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-video p {
    font-size: 1rem;
    bottom: 1rem;
    left: 2rem;
  }
}
.lp .lp_feature_point-p {
  text-align: justify;
  font-size: 2.8672rem;
  font-weight: 400;
  line-height: 6.144rem; /* 214.286% */
  letter-spacing: 0.0614rem;
  max-width: 67rem;
  margin: 4.1rem auto 2.2rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-p {
    font-size: 1.8rem;
    line-height: 3.8rem; /* 211.111% */
    letter-spacing: 0.2rem;
    max-width: 100%;
    margin: 3.1rem auto 3rem;
  }
}
.lp .lp_feature_point-small {
  max-width: 67rem;
  margin: auto;
  font-size: 2.048rem;
  font-weight: 400;
  line-height: 2.8672rem; /* 140% */
  opacity: 0.6;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-small {
    font-size: 1.2rem;
    line-height: 1.8rem; /* 150% */
    letter-spacing: 0.1rem;
    max-width: 100%;
  }
}
.lp .lp_feature_point-ttl2 {
  color: #fff;
  text-align: center;
  font-size: 3.6864rem;
  font-weight: 400;
  line-height: 6.5536rem; /* 177.778% */
  letter-spacing: 0.2048rem;
  margin-top: 12rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-ttl2 {
    font-size: 2.8rem;
    line-height: 3.2rem; /* 114.286% */
    letter-spacing: 0.2rem;
    margin: 10rem 0 -4rem;
  }
}
.lp .lp_feature_point-box {
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  max-width: 67rem;
  margin: 4.9rem auto 0;
  padding: 6rem 0 6.2rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-box {
    max-width: 100%;
    padding: 6.8rem 0;
    margin: 10rem auto 0;
  }
  .lp .lp_feature_point-box .pc-Layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 77rem;
    margin: auto;
  }
  .lp .lp_feature_point-box .pc-Layout .lp_feature_point-box_p {
    font-size: 1.6rem;
    line-height: 2.8rem; /* 175% */
    margin: 3rem 0 0 0;
  }
  .lp .lp_feature_point-box .pc-Layout .lp_feature_point-box_ttl {
    font-size: 2.4rem;
    text-align: left;
    padding-bottom: 1.5rem;
  }
  .lp .lp_feature_point-box .pc-Layout .lp_feature_point-box_ttl::after {
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgb(217, 217, 217)), color-stop(55%, rgb(217, 217, 217)), to(rgba(116, 116, 116, 0)));
    background: linear-gradient(90deg, rgb(217, 217, 217) 0%, rgb(217, 217, 217) 55%, rgba(116, 116, 116, 0) 100%);
  }
  .lp .lp_feature_point-box.ipx7 {
    padding-top: 4.7rem;
    padding-bottom: 4.7rem;
  }
  .lp .lp_feature_point-box.ipx7 .pc-Layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .lp .lp_feature_point-box.ipx7 .pc-Layout .lp_feature_point-box_picture {
    width: 32rem;
    margin: 0 4rem 0 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .lp .lp_feature_point-box.ems .pc-Layout .basic_smallList {
    width: 100%;
  }
  .lp .lp_feature_point-box.ems .pc-Layout .ems-second-p {
    margin: 1.5rem 0 2rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .lp .lp_feature_point-box.ems .pc-Layout .lp_feature_point-box_p {
    font-size: 1.4rem;
    line-height: 3rem; /* 214.286% */
    letter-spacing: 0.1rem;
  }
}
.lp .lp_feature_point-box_ttl {
  text-align: center;
  font-size: 3.072rem;
  font-weight: 500;
  line-height: 6.5536rem; /* 213.333% */
  letter-spacing: 0.1024rem;
  position: relative;
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-box_ttl {
    font-size: 2.4rem;
    line-height: 3.2rem; /* 133.333% */
    letter-spacing: 0.2rem;
    padding-bottom: 3rem;
  }
}
.lp .lp_feature_point-box_ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0px;
  width: 90%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(116, 116, 116, 0)), color-stop(45%, rgb(217, 217, 217)), color-stop(55%, rgb(217, 217, 217)), to(rgba(116, 116, 116, 0)));
  background: linear-gradient(90deg, rgba(116, 116, 116, 0) 0%, rgb(217, 217, 217) 45%, rgb(217, 217, 217) 55%, rgba(116, 116, 116, 0) 100%);
}
.lp .lp_feature_point-box_p {
  max-width: 56.4rem;
  margin: 3.5rem auto;
  font-size: 2.6624rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.5056rem; /* 169.231% */
  letter-spacing: 0.07rem;
}
.lp .lp_feature_point-box_picture {
  max-width: 56.4rem;
  margin: 4rem auto;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-box_picture {
    max-width: 74.6rem;
    margin: 5.5rem auto;
  }
}
.lp .lp_feature_point-box_graph {
  width: 50rem;
  margin: 8.3rem auto 6rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-box_graph {
    width: 58rem;
    margin: 7.2rem auto 3.1rem;
  }
}
.lp .lp_feature_point-box_graph-b {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
.lp .lp_feature_point-box_graph-up1, .lp .lp_feature_point-box_graph-up2 {
  position: absolute;
  width: 12.6rem;
  position: absolute;
  bottom: 6.6rem;
  border-radius: 1.6rem 1.6rem 0rem 0rem;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-box_graph-up1, .lp .lp_feature_point-box_graph-up2 {
    width: 15rem;
    border-radius: 0.8rem 0.8rem 0rem 0rem;
    bottom: 5.8rem;
  }
}
.lp .lp_feature_point-box_graph-up1 {
  background: #ccccec;
  left: 8.2rem;
  height: 10.6rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-box_graph-up1 {
    height: 9rem;
    left: 10.2rem;
  }
}
.lp .lp_feature_point-box_graph-up2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#6558b1), to(#9596d9));
  background: linear-gradient(180deg, #6558b1 0%, #9596d9 100%);
  left: 29.5rem;
  height: 19.98rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-box_graph-up2 {
    height: 17rem;
    left: 33rem;
  }
}
.lp .lp_feature_point-box_compare {
  width: 53rem;
  margin: 2rem auto 7.8rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-box_compare {
    width: 45.6rem;
    margin: 1.5rem auto 7.8rem;
  }
}
.lp .lp_feature_point-box_smallList {
  width: 87%;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-box_smallList {
    width: 75rem;
  }
}
.lp .lp_feature_point-box_dl {
  max-width: 56.32rem;
  margin: 3.8rem auto 2rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-box_dl {
    max-width: 73.5rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    margin: 5.7rem auto 0;
  }
}
.lp .lp_feature_point-box_dl div {
  padding-bottom: 1.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.lp .lp_feature_point-box_dl div:not(:last-child) {
  margin-bottom: 2.8rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-box_dl div:not(:last-child) {
    margin-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-box_dl div {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.lp .lp_feature_point-box_dl dt,
.lp .lp_feature_point-box_dl dd {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-box_dl dt,
  .lp .lp_feature_point-box_dl dd {
    display: block;
  }
}
.lp .lp_feature_point-box_dl dt {
  font-size: 2.6rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-box_dl dt {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 0.3rem;
  }
}
.lp .lp_feature_point-box_dl dt::after {
  content: "：";
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-box_dl dt::after {
    display: none;
  }
}
.lp .lp_feature_point-box_dl dd {
  font-size: 2.3rem;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-box_dl dd {
    font-size: 1.4rem;
    line-height: 2rem; /* 142.857% */
  }
}
.lp .lp_feature_point-attention {
  max-width: 67rem;
  margin: 5.5rem auto 16.5rem;
  padding: 3.4rem 5rem 4.5rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-attention {
    max-width: 100%;
    padding: 3.4rem 5rem 3rem;
    margin: 5rem auto 18rem;
  }
}
.lp .lp_feature_point-attention_ttl {
  font-size: 2.8672rem;
  font-weight: 500;
  line-height: 6.9632rem; /* 242.857% */
  letter-spacing: 0.2048rem;
  margin-bottom: 0.7rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-attention_ttl {
    font-size: 2rem;
    line-height: 3.4rem; /* 170% */
    letter-spacing: 0.1rem;
    margin-bottom: 2rem;
  }
}
.lp .lp_feature_point-attention_list li {
  font-size: 2.4576rem;
  font-weight: 400;
  line-height: 4.096rem; /* 166.667% */
  letter-spacing: 0.0614rem;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-attention_list li {
    font-size: 1.4rem;
    line-height: 1.8rem; /* 128.571% */
    letter-spacing: 0.2rem;
    margin-bottom: 1.6rem;
  }
}
.lp .lp_feature_point-attention_list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.lp .lp_feature_point-heat {
  padding: 10.6rem 0;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-heat {
    padding: 7.3rem 0 17rem;
  }
}
.lp .lp_feature_point-heat_ttl {
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 6.9632rem; /* 154.545% */
  letter-spacing: 0.2048rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-heat_ttl {
    font-size: 2.8rem;
    line-height: 3.2rem; /* 114.286% */
    letter-spacing: 0.2rem;
  }
}
.lp .lp_feature_point-heat_container {
  width: 67rem;
  margin: 9.4rem auto 0;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-heat_container {
    margin: 10rem auto 0;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 6.1rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 6.1rem;
       -moz-column-gap: 6.1rem;
            column-gap: 6.1rem;
  }
}
.lp .lp_feature_point-heat_item:not(:last-child) {
  margin-bottom: 10.3rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-heat_item:not(:last-child) {
    margin-bottom: 0;
  }
  .lp .lp_feature_point-heat_item:not(:last-child) .lp_feature_point-heat_item-ttl {
    padding-bottom: 1.5rem;
  }
}
.lp .lp_feature_point-heat_item-ttl {
  font-size: 3.48rem;
  font-weight: 400;
  line-height: 6.9632rem; /* 200% */
  letter-spacing: 0.2048rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 2.8rem;
  margin-bottom: 6.6rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-heat_item-ttl {
    font-size: 2.4rem;
    line-height: 3.2rem; /* 133.333% */
    letter-spacing: 0.2rem;
    padding-bottom: 1rem;
    margin-bottom: 3.5rem;
  }
}
.lp .lp_feature_point-heat_item-ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(217, 217, 217)), color-stop(35%, rgb(217, 217, 217)), to(rgba(116, 116, 116, 0)));
  background: linear-gradient(90deg, rgb(217, 217, 217) 0%, rgb(217, 217, 217) 35%, rgba(116, 116, 116, 0) 100%);
}
.lp .lp_feature_point-heat_item-ttl img {
  width: 5.73rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-heat_item-ttl img {
    width: 4rem;
    margin-right: 1rem;
  }
}
.lp .lp_feature_point-heat_item-picture {
  margin: 3rem 0 3rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-heat_item-picture {
    margin: 3rem 0 2.5rem;
  }
}
.lp .lp_feature_point-heat_item-ttl2 {
  font-size: 3.4816rem;
  font-weight: 400;
  line-height: 6.5536rem; /* 188.235% */
  margin: 3.8rem 0 1.5rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-heat_item-ttl2 {
    font-size: 2rem;
    line-height: 3rem; /* 150% */
    letter-spacing: 0.1rem;
    margin: 2.5rem 0 1.5rem;
  }
}
.lp .lp_feature_point-heat_item-p {
  font-size: 2.4576rem;
  font-weight: 400;
  line-height: 4.7104rem; /* 191.667% */
  letter-spacing: 0.0614rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-heat_item-p {
    font-size: 1.4rem;
    line-height: 2.8rem; /* 200% */
    letter-spacing: 0.2rem;
  }
}
.lp .lp_feature_point-heat_item-smallList {
  margin-top: 2.7rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-heat_item-smallList {
    margin-top: 1.3rem;
  }
}
.lp .lp_feature_point-ems {
  padding: 11.5rem 0;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-ems {
    padding: 1px;
  }
}
.lp .lp_feature_point-ems_face {
  width: 43.3rem;
  margin: 5.5rem auto 4.5rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_feature_point-ems_face {
    width: 29.2rem;
    margin: 0 6rem 0 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.lp .lp_howto {
  padding: 31rem 0 16.5rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .lp .lp_howto {
    padding: 27.5rem 0 16.5rem;
  }
}
.lp .lp_howto_ttl2 {
  text-align: center;
  font-size: 2.6624rem;
  font-weight: 400;
  line-height: 4.7104rem; /* 176.923% */
  letter-spacing: 0.0614rem;
  margin: 9.7rem 0 12.2rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_howto_ttl2 {
    font-size: 1.6rem;
    line-height: 3.2rem; /* 200% */
    letter-spacing: 0.2rem;
    margin: 8.7rem 0 7rem;
  }
}
.lp .lp_howto_ttl2 span {
  display: block;
  font-size: 3.4816rem;
  font-weight: 400;
  letter-spacing: 0.2048rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_howto_ttl2 span {
    font-size: 2.4rem;
    line-height: 3.2rem; /* 133.333% */
    letter-spacing: 0.2rem;
    margin-bottom: 2.5rem;
  }
}
.lp .lp_howto_container {
  max-width: 67rem;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .lp .lp_howto_container {
    max-width: 116.6rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5.6rem 1fr 5.6rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 5.6rem;
       -moz-column-gap: 5.6rem;
            column-gap: 5.6rem;
  }
}
.lp .lp_howto_item:not(:last-child) {
  margin-bottom: 9.1rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_howto_item:not(:last-child) {
    margin-bottom: 0;
  }
}
.lp .lp_howto_item-p {
  text-align: justify;
  font-size: 2.4576rem;
  font-weight: 400;
  line-height: 4.7104rem; /* 191.667% */
  letter-spacing: 0.0614rem;
  margin: 2.5rem 0 2rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_howto_item-p {
    font-size: 1.6rem;
    line-height: 2.8rem; /* 175% */
    letter-spacing: 0.1rem;
  }
}
.lp .lp_howto_attention {
  max-width: 67rem;
  margin: 11rem auto 1rem;
  padding: 4rem 5rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_howto_attention {
    max-width: 116.6rem;
    margin: 6.3rem auto 1rem;
    padding: 4rem 6.2rem;
  }
}
.lp .lp_howto_attention-ttl {
  font-size: 2.8672rem;
  font-weight: 500;
  line-height: 6.9632rem; /* 242.857% */
  letter-spacing: 0.2048rem;
  margin-bottom: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_howto_attention-ttl {
    font-size: 2rem;
    line-height: 3.4rem; /* 170% */
    letter-spacing: 0.1rem;
  }
}
.lp .lp_howto_attention-list > li {
  font-size: 2.4576rem;
  font-weight: 400;
  line-height: 4.096rem; /* 166.667% */
  letter-spacing: 0.0614rem;
  position: relative;
  padding-left: 3rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_howto_attention-list > li {
    font-size: 1.4rem;
    line-height: 2.4rem; /* 171.429% */
    letter-spacing: 0.1rem;
  }
}
.lp .lp_howto_attention-list > li:not(:last-child) {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_howto_attention-list > li:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.lp .lp_howto_attention-list > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.lp .lp_howto_attention-smallList {
  margin: 1.1rem 0 1.5rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_howto_attention-smallList {
    margin: 0.8rem 0 1rem;
  }
}
.lp .lp_howto_button {
  text-align: center;
  margin-top: 7.5rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_howto_button {
    margin-top: 6.4rem;
  }
  .lp .lp_howto_button a {
    width: 39rem;
    height: 6.4rem;
  }
}

.lp .lp_product {
  background: -webkit-gradient(linear, left bottom, left top, from(#040000), to(#343739));
  background: linear-gradient(0deg, #040000 0%, #343739 100%);
  padding: 15.5rem 0 16.2rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_product {
    padding: 14.3rem 0 20rem;
  }
  .lp .lp_product_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 83.6rem;
    margin: 8rem auto 0;
  }
}
.lp .lp_product_picture {
  width: 17.2rem;
  margin: 8.1rem auto 1rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_product_picture {
    width: 12rem;
    margin: 0 0 0 11rem;
  }
}
.lp .lp_product_text {
  text-align: center;
  padding: 3rem 0 1rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_product_text {
    padding: 3.5rem 0 1rem 11.9rem;
  }
}
.lp .lp_product_text-ttl {
  font-size: 2.45rem;
  font-weight: 400;
  line-height: 4.5rem;
  letter-spacing: 0.0614rem;
}
.lp .lp_product_text-ttl span {
  font-family: "futura-pt", sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 8.192rem; /* 181.818% */
  letter-spacing: 0.2048rem;
  display: block;
}
@media only screen and (min-width: 768px) {
  .lp .lp_product_text-ttl span {
    font-family: "futura-pt", sans-serif;
    font-size: 2.8rem;
    line-height: 4rem; /* 142.857% */
    letter-spacing: 0.1rem;
    margin-bottom: 0.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .lp .lp_product_text-ttl {
    font-size: 1.6rem;
    line-height: 2.4rem; /* 150% */
    letter-spacing: 0.03rem;
  }
}
.lp .lp_product_text-price {
  margin: 4rem 0 7.5rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_product_text-price {
    margin: 2.5rem 0 5.7rem;
  }
}
.lp .lp_product_text-price strong {
  font-family: "futura-pt", sans-serif;
  font-size: 3.4816rem;
  font-weight: 450;
  line-height: 4.9152rem; /* 141.176% */
  letter-spacing: 0.0614rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_product_text-price strong {
    font-family: "futura-pt", sans-serif;
    font-size: 2.2rem;
    line-height: 2.4rem; /* 109.091% */
    letter-spacing: 0.03rem;
  }
}
.lp .lp_product_text-price span {
  font-size: 2.048rem;
  font-weight: 400;
  line-height: 4.9152rem;
  letter-spacing: 0.0614rem;
  margin-left: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_product_text-price span {
    font-size: 1.2rem;
    line-height: 2.4rem;
    letter-spacing: 0.03rem;
  }
}
.lp .lp_product_text-button button,
.lp .lp_product_text-button a {
  background: rgba(101, 88, 177, 0.5);
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_product_text-button button,
  .lp .lp_product_text-button a {
    width: 32rem;
    height: 6.4rem;
  }
}
.lp .lp_product_text-reserve {
  text-align: center;
  font-size: 3.4816rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.2048rem;
  margin: 5.5rem 0 10.6rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_product_text-reserve {
    font-size: 1.6rem;
    line-height: 2.4rem; /* 150% */
    letter-spacing: 0.1rem;
    margin: 2.5rem 0 11rem;
  }
}
.lp .lp_product_cycle {
  max-width: 67rem;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .lp .lp_product_cycle {
    max-width: 83.6rem;
  }
}
.lp .lp_product_cycle-container {
  padding: 6.3rem 5.9rem 8.1rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_product_cycle-container {
    padding: 4.7rem 6.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .lp .lp_product_cycle-picture {
    width: 32rem;
  }
}
.lp .lp_product_cycle-text {
  font-size: 2.4576rem;
  font-weight: 400;
  line-height: 4.7104rem; /* 191.667% */
  letter-spacing: 0.2048rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_product_cycle-text {
    font-size: 1.6rem;
    line-height: 2.8rem; /* 175% */
    letter-spacing: 0.2rem;
    width: calc(100% - 32rem);
    padding-left: 4rem;
  }
}
.lp .lp_product_cycle-text strong {
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.lp .lp_product_cycle-text strong::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1rem;
  background: rgb(101, 88, 177);
  z-index: -1;
}
.lp .lp_product_cycle-text_p {
  margin: 3.2rem 0 5rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_product_cycle-text_p {
    margin: 0 0 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .lp .lp_product_cycle-text_button a {
    width: 24rem;
    height: 4.8rem;
    font-size: 1.3rem;
    line-height: 3.4rem; /* 261.538% */
    letter-spacing: 0.1rem;
  }
  .lp .lp_product_cycle-text_button svg {
    right: 1.4rem;
  }
}
.lp .lp_product_compare {
  padding: 15rem 0 4rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_product_compare {
    padding: 10.5rem 0 4rem;
    position: relative;
    margin-top: 12rem;
  }
  .lp .lp_product_compare::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 128rem;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(217, 217, 217, 0)), color-stop(35%, rgb(217, 217, 217)), color-stop(75%, rgb(217, 217, 217)), to(rgba(116, 116, 116, 0)));
    background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, rgb(217, 217, 217) 35%, rgb(217, 217, 217) 75%, rgba(116, 116, 116, 0) 100%);
  }
}
.lp .lp_product_compare-ttl {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 4.9152rem; /* 141.176% */
  letter-spacing: 0.2048rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_product_compare-ttl {
    font-size: 2.8rem;
    line-height: 3.2rem; /* 114.286% */
    letter-spacing: 0.2rem;
  }
}
.lp .lp_product_compare-table {
  width: 67rem;
  margin: 5.5rem auto 0;
}
@media only screen and (min-width: 768px) {
  .lp .lp_product_compare-table {
    width: 116.6rem;
    margin: 5rem auto 0;
  }
}
.lp .lp_product_compare-table table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.lp .lp_product_compare-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0.7rem 0.8rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_product_compare-table tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0.8rem;
    margin-bottom: 0.5rem;
    gap: 0.5rem;
  }
}
.lp .lp_product_compare-table tr:nth-child(1) {
  background: rgba(101, 88, 177, 0.3);
}
.lp .lp_product_compare-table tr:nth-child(1) td {
  background: rgba(101, 88, 177, 0.4);
}
.lp .lp_product_compare-table tr:nth-child(1) .lp_product_compare-table_ttl {
  background: #6558b1;
}
.lp .lp_product_compare-table tr:nth-child(2) {
  background: rgba(255, 255, 255, 0.1);
}
.lp .lp_product_compare-table tr:nth-child(2) td {
  background: rgba(255, 255, 255, 0.1);
}
.lp .lp_product_compare-table tr:nth-child(2) .lp_product_compare-table_ttl {
  background: #a7a8aa;
}
.lp .lp_product_compare-table tbody {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.6rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  -webkit-column-gap: 0.6rem;
     -moz-column-gap: 0.6rem;
          column-gap: 0.6rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .lp .lp_product_compare-table tbody {
    display: block;
  }
}
.lp .lp_product_compare-table td {
  padding: 2.5rem 1rem 3rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_product_compare-table td {
    height: 18rem;
    padding: 0;
    width: 18rem;
  }
}
.lp .lp_product_compare-table td:not(:last-child) {
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_product_compare-table td:not(:last-child) {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .lp .lp_product_compare-table td:first-of-type {
    width: 23.3rem;
    position: relative;
    padding: 6.2rem 0 0 6.2rem;
  }
}
.lp .lp_product_compare-table td:first-of-type picture img {
  margin: 2.5rem auto 2rem;
  height: 20.4rem;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .lp .lp_product_compare-table td:first-of-type picture img {
    height: 13rem;
    margin: 0;
    position: absolute;
    left: 2.4rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.lp .lp_product_compare-table th {
  font-size: 3.072rem;
  font-weight: 500;
  line-height: 4.096rem; /* 133.333% */
  height: 14.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .lp .lp_product_compare-table th {
    font-size: 1.4rem;
    line-height: 2rem; /* 142.857% */
    letter-spacing: 0.1rem;
    width: 18rem;
    height: 18rem;
  }
}
.lp .lp_product_compare-table_ttl {
  font-size: 2.4576rem;
  font-weight: 500;
  line-height: 4.096rem; /* 166.667% */
  letter-spacing: 0.0614rem;
  width: 27.44rem;
  height: 4.91rem;
  border-radius: 20.2rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .lp .lp_product_compare-table_ttl {
    font-size: 1.2rem;
    line-height: 2rem; /* 166.667% */
    letter-spacing: 0.03rem;
    width: 13rem;
    height: 2.4rem;
    margin-bottom: 0.7rem;
  }
}
.lp .lp_product_compare-table_price strong {
  font-family: "futura-pt", sans-serif;
  font-size: 3.072rem;
  font-weight: 450;
  line-height: 3.072rem; /* 100% */
}
@media only screen and (min-width: 768px) {
  .lp .lp_product_compare-table_price strong {
    font-size: 1.7rem;
    line-height: 1.5rem; /* 88.235% */
  }
}
.lp .lp_product_compare-table_price span {
  font-size: 1.6384rem;
  font-weight: 500;
  line-height: 3.072rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_product_compare-table_price span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.lp .lp_product_compare-table_spec {
  font-size: 2.048rem;
  font-weight: 500;
  line-height: 3.072rem; /* 150% */
  opacity: 0.5;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_product_compare-table_spec {
    font-size: 1.4rem;
    line-height: 1.5rem; /* 107.143% */
    margin: 3.8rem 0 3.7rem;
  }
}
.lp .lp_product_compare-table_data {
  font-size: 3.072rem;
  font-weight: 400;
  line-height: 3.2768rem; /* 106.667% */
}
@media only screen and (min-width: 768px) {
  .lp .lp_product_compare-table_data {
    font-size: 2rem;
    line-height: 1.6rem; /* 80% */
  }
}
.lp .lp_product_smallList {
  margin: 3.5rem 0 1.8rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_product_smallList {
    margin: 1.5rem 0 2.5rem;
  }
}
.lp .lp_product_button {
  text-align: center;
}
.lp .lp_product_button a {
  width: 67rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_product_button a {
    width: 39rem;
    height: 6.4rem;
  }
}

.parallax {
  position: relative;
  overflow: hidden;
  height: 50rem;
}
@media only screen and (min-width: 768px) {
  .parallax {
    height: 48.611vw;
  }
}
.parallax img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 30%;
}
@media only screen and (min-width: 768px) {
  .parallax img {
    bottom: 40%;
  }
}

.lp .lp_column {
  padding: 15.5rem 0 16.5rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_column {
    padding: 28rem 0;
  }
  .lp .lp_column_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 100rem;
    margin: auto;
  }
  .lp .lp_column .basic_ttl1 {
    text-align: left;
  }
  .lp .lp_column .basic_ttl1 span {
    font-size: 4rem;
    letter-spacing: 0.3rem;
  }
}
.lp .lp_column_text {
  max-width: 67rem;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .lp .lp_column_text {
    max-width: 44.4rem;
    margin: 0;
    padding: 1rem 0 0 0;
  }
}
.lp .lp_column_ttl {
  font-size: 3.4816rem;
  font-weight: 400;
  line-height: 5.3248rem; /* 152.941% */
  letter-spacing: 0.2048rem;
  padding-bottom: 2.9rem;
  margin: 4.3rem 0 4.2rem;
  border-bottom: solid 1px #a7a8aa;
}
@media only screen and (min-width: 768px) {
  .lp .lp_column_ttl {
    font-size: 2rem;
    line-height: 3.4rem; /* 170% */
    letter-spacing: 0.2rem;
    margin: 7rem 0 2.8rem;
    padding-bottom: 1.3rem;
  }
}
.lp .lp_column_p {
  font-size: 2.86rem;
  font-weight: 400;
  line-height: 5.7344rem; /* 200% */
  letter-spacing: 0.0614rem;
  margin-bottom: 6.3rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_column_p {
    font-size: 1.6rem;
    line-height: 2.8rem; /* 175% */
    letter-spacing: 0.2rem;
    margin-bottom: 5rem;
  }
}
.lp .lp_column_button {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .lp .lp_column_button {
    text-align: left;
  }
  .lp .lp_column_button a {
    width: 24rem;
    height: 6.4rem;
  }
}
.lp .lp_column_picture {
  width: 54.8rem;
  height: 54.8rem;
  margin: 7.5rem auto 0;
}
@media only screen and (min-width: 768px) {
  .lp .lp_column_picture {
    width: 44.5rem;
    height: 44.5rem;
    margin: 0;
  }
}

.lp .lp_campaign {
  background: -webkit-gradient(linear, left bottom, left top, from(#040000), to(#343739));
  background: linear-gradient(0deg, #040000 0%, #343739 100%);
  padding: 12.8rem 0 17rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_campaign {
    padding: 18rem 0 17rem;
  }
}
.lp .lp_campaign_container {
  max-width: 67rem;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .lp .lp_campaign_container {
    max-width: 144rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .lp .lp_campaign_text {
    width: calc(100% - 69.4rem);
    padding: 4.3rem 10.9rem 0 13.7rem;
  }
  .lp .lp_campaign_ttl {
    text-align: left;
  }
}
.lp .lp_campaign_picture {
  margin: 7.5rem auto 0;
  height: 61.44rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_campaign_picture {
    width: 69.4rem;
    margin: 0;
    height: 50rem;
  }
}
.lp .lp_campaign_ttl2 {
  font-size: 3.4816rem;
  font-weight: 400;
  line-height: 5.3248rem; /* 152.941% */
  letter-spacing: 0.2048rem;
  margin: 3.8rem 0 3.3rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_campaign_ttl2 {
    font-size: 2rem;
    line-height: 3.2rem; /* 160% */
    letter-spacing: 0.2rem;
    margin: 6.8rem 0 2.5rem;
  }
}
.lp .lp_campaign_date {
  width: 100%;
  height: 7.7824rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #a7a8aa;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 5.3248rem; /* 200% */
  letter-spacing: 0.01rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .lp .lp_campaign_date {
    font-size: 1.5rem;
    line-height: 2.6rem; /* 173.333% */
    letter-spacing: 0.03rem;
    width: 45rem;
    height: 4.4rem;
  }
}
.lp .lp_campaign_date span {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2048rem;
  margin-right: 1rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_campaign_date span {
    font-size: 1.7rem;
    line-height: 2.6rem; /* 152.941% */
    letter-spacing: 0.1rem;
    margin-right: 1.5rem;
  }
}
.lp .lp_campaign_p {
  font-size: 2.8672rem;
  font-weight: 400;
  line-height: 5.3248rem; /* 185.714% */
  letter-spacing: 0.0614rem;
  margin: 4.7rem 0 0;
}
@media only screen and (min-width: 768px) {
  .lp .lp_campaign_p {
    font-size: 1.4rem;
    line-height: 2.8rem; /* 200% */
    letter-spacing: 0.2rem;
    margin: 3.7rem 0 0;
  }
}
.lp .lp_campaign_entry {
  margin: 10rem 0 8rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_campaign_entry {
    margin: 13.3rem 0 8rem;
  }
}
.lp .lp_campaign_entry_ttl1 {
  text-align: center;
  font-size: 3.4816rem;
  font-weight: 400;
  line-height: 5.3248rem; /* 152.941% */
  letter-spacing: 0.2048rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_campaign_entry_ttl1 {
    font-size: 2.8rem;
    line-height: 3.2rem; /* 114.286% */
    letter-spacing: 0.2rem;
    margin-bottom: 5.1rem;
  }
}
.lp .lp_campaign_entry_container {
  background: rgba(255, 255, 255, 0.1);
  max-width: 67rem;
  margin: 3.5rem auto 4.2rem;
  padding: 4.3rem 5rem 6.6rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_campaign_entry_container {
    max-width: 94.4rem;
    margin: 3.1rem auto 3.1rem;
    padding: 4.5rem 5.6rem 6.4rem;
  }
  .lp .lp_campaign_entry_container#campaign-instagram .lp_campaign_entry_steps {
    -ms-grid-columns: 1fr 9rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 9rem;
       -moz-column-gap: 9rem;
            column-gap: 9rem;
  }
}
.lp .lp_campaign_entry_ttl2 {
  font-size: 3.4816rem;
  font-weight: 400;
  line-height: 6.9632rem; /* 200% */
  letter-spacing: 0.2048rem;
  text-align: center;
  padding-bottom: 1.2rem;
  margin-bottom: 5rem;
  border-bottom: 1px solid #a7a8aa;
}
@media only screen and (min-width: 768px) {
  .lp .lp_campaign_entry_ttl2 {
    font-size: 2rem;
    line-height: 3.4rem; /* 170% */
    letter-spacing: 0.1rem;
    padding-bottom: 1.4rem;
    margin-bottom: 5.3rem;
  }
}
.lp .lp_campaign_entry_steps {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2.7rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_campaign_entry_steps {
    max-width: 74.2rem;
    margin: 0 auto 3.2rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 2.5rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
.lp .lp_campaign_entry_steps-item_ttl1 {
  font-family: "futura-pt", sans-serif;
  font-size: 2.8672rem;
  font-weight: 450;
  line-height: 5.3248rem; /* 185.714% */
  letter-spacing: 0.2048rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_campaign_entry_steps-item_ttl1 {
    font-size: 1.7rem;
    line-height: 2.6rem; /* 152.941% */
    letter-spacing: 0.1rem;
  }
}
.lp .lp_campaign_entry_steps-item_ttl1::before {
  content: "";
  width: 3.2rem;
  height: 1px;
  background-color: white;
  margin-right: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_campaign_entry_steps-item_ttl1::before {
    width: 1.6rem;
  }
}
.lp .lp_campaign_entry_steps-item_p {
  font-size: 2.8672rem;
  font-weight: 400;
  line-height: 5.3248rem; /* 185.714% */
  letter-spacing: 0.0614rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_campaign_entry_steps-item_p {
    font-size: 1.4rem;
    line-height: 2.6rem; /* 185.714% */
    letter-spacing: 0.2rem;
    word-break: break-all;
  }
}
.lp .lp_campaign_entry_point {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 2.3rem 4rem 3.9rem;
  margin: 3.5rem 0 2.5rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_campaign_entry_point {
    max-width: 74.2rem;
    margin: 3.2rem auto 0;
    padding: 2.1rem 2rem 3.2rem;
  }
}
.lp .lp_campaign_entry_point-ttl {
  font-family: "futura-pt", sans-serif;
  font-size: 2.4576rem;
  font-weight: 450;
  line-height: 5.3248rem; /* 216.667% */
  letter-spacing: 0.2048rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_campaign_entry_point-ttl {
    font-size: 1.7rem;
    font-weight: 450;
    line-height: 2.6rem; /* 152.941% */
    letter-spacing: 0.1rem;
    margin-bottom: 1rem;
  }
}
.lp .lp_campaign_entry_point-p {
  font-size: 2.8672rem;
  font-weight: 400;
  line-height: 4.9152rem; /* 171.429% */
  letter-spacing: 0.0614rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_campaign_entry_point-p {
    font-size: 1.4rem;
    line-height: 2.4rem; /* 171.429% */
    letter-spacing: 0.2rem;
    text-align: center;
  }
}
.lp .lp_campaign_entry_smallList {
  margin-top: 1rem;
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .lp .lp_campaign_entry_smallList {
    max-width: 74.2rem;
    margin: 1.1rem auto 0;
  }
}
.lp .lp_campaign_entry_button {
  margin-top: 4rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .lp .lp_campaign_entry_button {
    margin-top: 3.6rem;
  }
}
.lp .lp_campaign_entry_button a {
  max-width: 49.2rem;
  font-size: 2.4576rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_campaign_entry_button a {
    max-width: 39rem;
    height: 6.4rem;
    font-size: 1.6rem;
    line-height: 3.4rem; /* 212.5% */
    letter-spacing: 0.1rem;
  }
}
.lp .lp_campaign_entry_button a svg {
  width: 4.2rem;
  left: 3rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_campaign_entry_button a svg {
    width: 2rem;
  }
}
.lp .lp_campaign_rules {
  max-width: 67rem;
  margin: 5.5rem auto 0;
  height: 67rem;
  border: 1px solid #a7a8aa;
  overflow-y: scroll;
  padding: 5.2rem 5rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_campaign_rules {
    max-width: 94.4rem;
    height: 40rem;
    padding: 3.5rem 4.6rem;
  }
}
.lp .lp_campaign_rules::-webkit-scrollbar-track, .lp .lp_campaign_rules::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
.lp .lp_campaign_rules p {
  font-size: 2.2528rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.096rem; /* 181.818% */
}
@media only screen and (min-width: 768px) {
  .lp .lp_campaign_rules p {
    font-size: 1.4rem;
    line-height: 2.8rem; /* 200% */
  }
}

.lp .lp_shopping {
  padding: 14.8rem 0 16.5rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_shopping {
    padding: 10.8rem 0 16.5rem;
  }
}
.lp .lp_shopping_container {
  max-width: 67rem;
  margin: auto;
  position: relative;
  padding-bottom: 13.5rem;
  margin-bottom: 11.2rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_shopping_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 105.5rem;
    padding-bottom: 9.8rem;
    margin-bottom: 9.5rem;
  }
}
.lp .lp_shopping_container::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(217, 217, 217, 0)), color-stop(35%, rgb(217, 217, 217)), color-stop(65%, rgb(217, 217, 217)), to(rgba(116, 116, 116, 0)));
  background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, rgb(217, 217, 217) 35%, rgb(217, 217, 217) 65%, rgba(116, 116, 116, 0) 100%);
}
.lp .lp_shopping_picture {
  height: 43.8rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_shopping_picture {
    width: 61.3rem;
    height: 44.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .lp .lp_shopping_text {
    width: 33.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .lp .lp_shopping_ttl {
    text-align: left;
  }
  .lp .lp_shopping_ttl span {
    font-size: 4rem;
    line-height: 4rem; /* 100% */
    letter-spacing: 0.3rem;
    margin-bottom: 1rem;
  }
}
.lp .lp_shopping_p {
  font-size: 2.8672rem;
  font-weight: 400;
  line-height: 5.3248rem; /* 185.714% */
  letter-spacing: 0.0614rem;
  margin: 5.5rem auto 3.7rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_shopping_p {
    font-size: 1.6rem;
    line-height: 2.8rem; /* 175% */
    letter-spacing: 0.2rem;
    margin: 7.4rem auto 0;
  }
}
.lp .lp_shopping_button {
  margin-top: 6.2rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .lp .lp_shopping_button {
    margin-top: 4rem;
  }
  .lp .lp_shopping_button button {
    width: 100%;
    height: 6.4rem;
  }
}
.lp .lp_shopping_return_ttl {
  font-size: 3.4816rem;
  font-weight: 400;
  line-height: 5.3248rem; /* 152.941% */
  letter-spacing: 0.2048rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .lp .lp_shopping_return_ttl {
    max-width: 110rem;
    margin: auto;
    font-size: 2.4rem;
    line-height: 3.2rem; /* 133.333% */
    letter-spacing: 0.2rem;
  }
}
.lp .lp_shopping_return_container {
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  max-width: 67rem;
  margin: 5.5rem auto 0;
}
@media only screen and (min-width: 768px) {
  .lp .lp_shopping_return_container {
    max-width: 105.5rem;
    margin: 4rem auto 0;
  }
}
.lp .lp_shopping_return_container .silver-border-inner {
  height: 67rem;
  overflow-y: scroll;
  padding: 5rem 5rem 7rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_shopping_return_container .silver-border-inner {
    height: auto;
    padding: 4rem 4rem 4.5rem;
  }
}
.lp .lp_shopping_return_block:not(:last-child) {
  margin-bottom: 2rem;
}
.lp .lp_shopping_return_block p,
.lp .lp_shopping_return_block li,
.lp .lp_shopping_return_block span {
  font-size: 2.4576rem;
  font-weight: 400;
  line-height: 4.096rem; /* 166.667% */
}
@media only screen and (min-width: 768px) {
  .lp .lp_shopping_return_block p,
  .lp .lp_shopping_return_block li,
  .lp .lp_shopping_return_block span {
    font-size: 1.4rem;
    line-height: 2.8rem; /* 200% */
  }
}
.lp .lp_shopping_return_block li {
  padding-left: 3rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .lp .lp_shopping_return_block li {
    padding-left: 2rem;
  }
}
.lp .lp_shopping_return_block li:not(:last-child) {
  margin-bottom: 1.2rem;
}
.lp .lp_shopping_return_block li span {
  position: absolute;
  left: 0;
  top: 0;
}
.lp .lp_shopping_return_link {
  text-align: center;
  margin-top: 4rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_shopping_return_link {
    margin-top: 3.1rem;
  }
}
.lp .lp_shopping_return_link a,
.lp .lp_shopping_return_link button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 2.6624rem;
  font-weight: 500;
  line-height: 6.9632rem; /* 261.538% */
  letter-spacing: 0.2048rem;
  position: relative;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .lp .lp_shopping_return_link a,
  .lp .lp_shopping_return_link button {
    font-size: 1.7rem;
    line-height: 3.4rem; /* 200% */
    letter-spacing: 0.1rem;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .lp .lp_shopping_return_link a:hover,
  .lp .lp_shopping_return_link button:hover {
    opacity: 0.6;
  }
}
.lp .lp_shopping_return_link a::after,
.lp .lp_shopping_return_link button::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #a7a8aa;
}
.lp .lp_shopping_return_link svg {
  width: 3.8rem;
  margin-left: 2rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_shopping_return_link svg {
    width: 1.8rem;
    margin-left: 0.5rem;
  }
}

.lp .lp_sns {
  padding: 13.5rem 0 0rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_sns {
    padding: 6.3rem 0 6.8rem;
  }
}
.lp .lp_sns_ttl {
  font-family: "futura-pt", sans-serif;
  font-size: 4.5056rem;
  text-align: center;
  font-weight: 400;
  line-height: 8.192rem; /* 181.818% */
  letter-spacing: 0.4096rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_sns_ttl {
    font-size: 3.2rem;
    line-height: 4rem; /* 125% */
    letter-spacing: 0.2rem;
  }
}
.lp .lp_sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6.5rem;
  margin: 7rem 0 5rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_sns_list {
    gap: 4rem;
    margin: 7rem 0 24rem;
  }
}
.lp .lp_sns_list li a,
.lp .lp_sns_list li span {
  display: block;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .lp .lp_sns_list li a:hover,
  .lp .lp_sns_list li span:hover {
    opacity: 0.6;
  }
}
.lp .lp_sns_list li a.sns_x, .lp .lp_sns_list li a.sns_instagram, .lp .lp_sns_list li a.sns_line,
.lp .lp_sns_list li span.sns_x,
.lp .lp_sns_list li span.sns_instagram,
.lp .lp_sns_list li span.sns_line {
  width: 4.9rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_sns_list li a.sns_x, .lp .lp_sns_list li a.sns_instagram, .lp .lp_sns_list li a.sns_line,
  .lp .lp_sns_list li span.sns_x,
  .lp .lp_sns_list li span.sns_instagram,
  .lp .lp_sns_list li span.sns_line {
    width: 2.4rem;
  }
}
.lp .lp_sns_list li a.sns_share,
.lp .lp_sns_list li span.sns_share {
  width: 3.3rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_sns_list li a.sns_share,
  .lp .lp_sns_list li span.sns_share {
    width: 1.5rem;
  }
}
.lp .lp_sns_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .lp .lp_sns_container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 128rem;
    margin: auto;
  }
}
.lp .lp_sns_copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_sns_copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 5.5rem;
  }
}
.lp .lp_sns_logo {
  width: 27rem;
  padding: 6rem 0 0 11.6rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_sns_logo {
    padding: 10.6rem 0 0 16.5rem;
    width: 30rem;
  }
}
.lp .lp_sns_picture1 {
  width: 30.7rem;
  height: 40.96rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_sns_picture1 {
    width: 44.5rem;
    height: 29.7046rem;
  }
}
.lp .lp_sns_picture2 {
  width: 60rem;
  height: 45rem;
  margin: 27.5rem 0 8.2rem auto;
}
@media only screen and (min-width: 768px) {
  .lp .lp_sns_picture2 {
    width: 61.3rem;
    height: 42rem;
  }
}
.lp .lp_sns_link a {
  width: 60.4rem;
  height: 15.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #fff;
  margin: 30.7rem auto 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .lp .lp_sns_link a {
    width: 39rem;
    height: 8.8rem;
    margin: 15.9rem auto 0;
  }
  .lp .lp_sns_link a:hover::after {
    opacity: 1;
  }
}
.lp .lp_sns_link a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.lp .lp_sns_link a img {
  width: 20.48rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_sns_link a img {
    width: 11rem;
    margin: 1rem 0 0.8rem;
  }
}
.lp .lp_sns_link a span {
  color: #fff;
  font-family: "futura-pt", sans-serif;
  font-size: 2.4576rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2048rem;
}
@media only screen and (min-width: 768px) {
  .lp .lp_sns_link a span {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
  }
}
.lp .lp_sns_small {
  position: relative;
  padding-left: 3rem;
  color: #fff;
  text-align: justify;
  font-size: 2.048rem;
  font-weight: 400;
  line-height: 3.6864rem; /* 180% */
  letter-spacing: 0.2048rem;
  max-width: 67rem;
  margin: 17rem auto 0;
}
@media only screen and (min-width: 768px) {
  .lp .lp_sns_small {
    font-size: 1.2rem;
    line-height: 1.8rem; /* 150% */
    letter-spacing: 0.1rem;
    max-width: 100rem;
    margin: 12.2rem auto 0;
    padding-left: 1.7rem;
  }
}
.lp .lp_sns_small span {
  position: absolute;
  left: 0;
  top: 0;
}
.lp .lp_sns_small a {
  color: #fff;
  text-decoration-line: underline;
}

.silver-border-top {
  position: relative;
}
.silver-border-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#747474), color-stop(60%, #d9d9d9), to(#747474));
  background: linear-gradient(90deg, #747474 0%, #d9d9d9 60%, #747474 100%);
}

.silver-border {
  position: relative;
}

.silver-border::before,
.silver-border::after,
.silver-border-inner::before,
.silver-border-inner::after {
  content: "";
  position: absolute;
}

.silver-border::before,
.silver-border::after {
  height: 100%;
  width: 1px;
  top: 0;
  background: #747474;
}

.silver-border-inner::before,
.silver-border-inner::after {
  height: 1px;
  width: 100%;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#747474), color-stop(60%, #d9d9d9), to(#747474));
  background: linear-gradient(90deg, #747474 0%, #d9d9d9 60%, #747474 100%);
}

.silver-border::before {
  left: 0;
}

.silver-border::after {
  right: 0;
}

.silver-border-inner::before {
  top: 0;
}

.silver-border-inner::after {
  bottom: 0;
}