.lp-backbround {
    background-color: #000;
    color: #fff;
  }
  .lp-wrapper {
    max-width: 1200px;
    padding: 120px 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 120px;
  }
  .lp-gradationBackground {
    position: absolute;
    top: 0;
    height: 180px;
    width: 100%;
    border-top: 2px solid #7B47D2;
    background: linear-gradient(180deg, #333 0%, #000 100%);
  }
  .lp-heading {
    display: flex;
    gap: 60px;
    flex-direction: column;
    align-items: center;
  }
  .lp-heading__logos {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 0 auto;
  }
  .lp-heading__logo {
    max-width: 194px;
    width: 100%;
  }
  .lp-heading__catch {
    max-width: 612px;
    width: 100%;
    padding-left: 60px;
    border-left: 1px solid #fff;
  }
  .lp-heading__logo, .lp-heading__catch {
    display: block;
    height: auto;
  }
  .lp-heading__read {
    text-align: center;
    font-size: 16px;
    line-height: 160%;
    margin: 0;
    padding: 0;
  }
  .lp-header {
    color: #fff;
    text-align: center;
    font-family: "GT America Y","Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, "Droid Sans", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    padding: 80px 0 0;
    margin: 0;
  }
  .lp-header__sub {
    color: #fff;
    text-align: center;
    font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, "Droid Sans", sans-serif;
    font-size: 28px;
    line-height: 1.6;
    margin: 10px 0 0;
    padding: 0;
  }
  .lp-content {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 60px;
  }
  .lp-arrowLink {
    display: flex;
    align-items: baseline;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
  }
  .lp-arrowLink:hover, .lp-arrowLink:focus{
    color: #FFF;
  }
  .lp-arrowLink::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 14px;
    margin-right: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='14' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.5 0.919434L5.5 5.91943L0.5 10.9194' stroke='white' stroke-width='1.39535'/%3E%3C/svg%3E");
    background-size: contain;
  }
  .lp-arrowLink__text {
    flex: 1;
  }
  .lp-button {
    background-color: #4B1E78;
    display: flex;
    padding: 16px 26px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
  }
  .lp-button:hover{
    color: #FFF;
  }
  .lp-button::after{
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.5 0.919434L5.5 5.91943L0.5 10.9194' stroke='white' stroke-width='1.39535'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
  }
  .lp-abouts,
  .lp-models,
  .lp-futures,
  .lp-news,
  .lp-stores {
    position: relative;
    border-top: 2px solid #7B47D2;
    background: linear-gradient(180deg, #333 0%, #000 180px, #000 181px);
  }
  .lp-abouts {
  }
  .lp-about__read {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .lp-about__text {
    margin: 0;
    padding: 0;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
  }
  .lp-about__strong {
    color: #D6A4EA;
    font-size: 16px;
    font-weight: 700;
    line-height: 160%;
  }
  .lp-about__text--note {
    color: #CCC;
  }
  .lp-about__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  .lp-about__item {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .lp-about__item:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
  .lp-about__item:nth-child(2) { grid-area: 1 / 2 / 3 / 3; }
  .lp-about__item:nth-child(3) { grid-area: 2 / 1 / 3 / 2; }
  .lp-about__item {
    padding-left: 20px;
    border-left: 1px solid #fff;
  }
  .lp-about__item img{
    width: 100%;
    height: auto;
  }
  .lp-about__item__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
    padding: 0;
  }
  .lp-about__item__text {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
  }
  .lp-about__item__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .lp-models {
  }
  .lp-models__catch {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
  }
  .lp-models__items {
    display: flex;
    gap: 48px;
  }
  .lp-models__item {
    width: calc(50% - 24px);
    display: flex;
    gap: 20px;
  }
  .lp-models__item__image {
    width: 244px;
    height: 100%;
  }
  .lp-models__item__image img {
    display: block;
    min-width: 244px;
    width: 100%;
    height: 600px;
    object-fit: cover;
  }
  .lp-models__item__content {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .lp-models__item__title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; 
  }
  .lp-models__item__text {
    font-size: 16px;
    line-height: 1.6;
  }
  .lp-models__item__link {
    width: auto;
  }
  .lp-models__item__footer{
    display: flex;
    justify-content: center;
  }
  .lp-models__list {
    margin: 0 0 0 1em;
    padding: 0;
  }
  .lp-models__list__item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    padding: 0;
  }
  .lp-futures {
  }
  .lp-futures__text {
    text-align: center;
  }
  .lp-news {
  }
  .lp-news__items {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .lp-news__item {
    display: flex;
    gap: 48px;
  }
  .lp-news__item__image {
    width: 100%;
    max-width: 264px;
  }
  .lp-news__item__image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .lp-news__item__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .lp-news__item__date {
    color: #CCC;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 -12px;
    padding: 0;
  }
  .lp-news__item__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    padding: 0;
  }
  .lp-news__item__text {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
  }
  .lp-news__footer {
    display: flex;
    justify-content: center;
  }
  .lp-stores__areas {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .lp-stores__area {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .lp-stores__areaTitle {
    color: #fff;
    background-color: #4B1E78;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    text-align: center;
    padding: 4px 0;
    margin: 0;
  }
  .lp-stores__items {
    display: flex;;
    flex-wrap: wrap;
    gap: 40px;
  }
  .lp-stores__item {
    width: calc((100% - (40px * 3)) / 4);
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #fff;
  }
  .lp-stores__item:hover {
    color: #fff;
    text-decoration: none;
  }
  .lp-stores__item__image {
    width: 100%;
    height: auto;
  }
  .lp-stores__item__image img {
    width: 100%;
    height: auto;
  }
  .lp-stores__item__name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    padding: 0;
  }
  .lp-spbr {
    display: inherit;
  }
  .lp-modal__footer.lp-sp-on {
    display: flex;
  }
  @media screen and (max-width: 1240px) {
    .lp-wrapper {
      margin-left: 20px;
      margin-right: 20px;
    }
    .lp-models__items {
      flex-direction: column;
    }
    .lp-models__item {
      width: 100%;
    }
    .lp-stores__item {
      width: calc((100% - 40px) / 2);
    }
  }
  @media screen and (max-width: 900px) {
    .lp-heading__logo {
      width: calc(194 / 899 * 100%);
    }
    .lp-heading__catch {
      width: calc(612 / 899 * 100%);
    }
    .lp-heading__spacer {
      width: 1px;
      height: calc(295 / 900 * 100%);
    }
  }
  @media screen and (max-width: 768px) {
    .lp-wrapper {
      padding-top: 40px;
      margin-left: 0;
      margin-right: 0;
      gap: 80px;
    }
    .lp-heading {
      margin-left: 30px;
      margin-right: 30px;
      gap: 40px;
    }
    .lp-heading__logos {
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }
    .lp-heading__logo {
      width: 80px;
    }
    .lp-heading__catch {
      width: 100%;
      padding-left: 0;
      border-left: none;
    }
    .lp-heading__read {
      text-align: left;
    }
    .lp-carousel {
      width: 100vw;
      margin-left: calc(-50vw + 50%);
      margin-right: calc(-50vw + 50%);
    }
    .lp-header {
      font-size: 32px;
      line-height: 1;
    }
    .lp-abouts,
    .lp-models,
    .lp-futures,
    .lp-news,
    .lp-stores {
      padding-left: 30px;
      padding-right: 30px;
    }
    .lp-about__text ,
    .lp-futures__text{
      text-align: left;
    }
    .lp-about__items {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    .lp-about__item {
      padding-left: 0;
      border-left: none;
    }
    .lp-stores__items {
      gap: 20px 15px;
    }
    .lp-stores__item {
      width: calc((100% - 15px) / 2);
    }
    .lp-models__item {
      width: 100%;
      flex-direction: column;
    }
    .lp-models__item__image {
      width: 100%;
    }
    .lp-models__item__image img{
      object-fit: inherit;
      width: 100%;
      height: auto;
    }
    .lp-models__item__content {
      margin-top: 0;
    }
    .lp-news__item {
      flex-direction: column;
    }
    .lp-news__item__image {
      width: 100%;
      max-width: 100%;
    }
    .lp-news__item__image img {
      width: 100%;
    }
    .lp-news__item__link {
      justify-content: flex-end;
    }
    .lp-stores__item__link {
      font-size: 15px;
    }
    .lp-spbr {
      display: none;
    }
    .lp-modal__footer.lp-sp-on {
      display: block;
    }
  }

  /* モーダル */
  .lp-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    overflow-y: auto;
  }
  .lp-modal.is-active {
    display: block;
  }
  .lp-modal__inner {
    position:fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    max-width: 920px;
    background-color: #000;
    border: 2px solid #fff;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    box-sizing: content-box;
    justify-content: center;
  }
  .lp-modal__content {
    width: 100%;
    max-width: 560px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .lp-modal__image {
    max-width: 320px;
    width: 100%;
  }
  .lp-modal__image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .lp-modal__title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin: 0;
    padding: 0;
  }
  .lp-modal__description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; 
    margin: 0;
    padding: 0;
  }
  .lp-modal__map {
    width: 100%;
    height: 200px;
    margin: 0;
    padding: 0;
  }
  .lp-modal__section-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 160%; 
    margin: 0;
    padding: 0;
  }
  .lp-modal__info {
    color: #FFF;
    font-size: 16px;
    line-height: 160%;
  }
  .lp-modal__info-item {
    margin: 0;
    padding: 0;
  }
  .lp-modal__info-item a{
    color: #FFF;
    text-decoration: underline;
  }
  .lp-modal__footer {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .lp-modal__close {
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    background-color: #4B1E78;
    padding: 16px 32px;
  }
  @media screen and (max-width: 1240px) {
    .lp-modal__inner {
      width: calc(100% - 80px);
      padding: 20px;
    }
    .lp-modal__content {
      max-width: 100%;
    }
  }
  @media screen and (max-width: 768px) {

    .lp-modal__inner {
      margin: 0;
      padding: 10px;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      border: none;
      overflow: scroll;
      top: 0;
      left: 0;
      transform: none;
      align-items: flex-start;
    }
    .lp-modal__title {
      font-size: 20px;
    }
    .lp-modal__map {
      height: 200px;
    }
  }