.p_lp {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    overflow: hidden;
}

.p_lp * {
    box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}

.p_lp ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pc {
    display: block;
}

@media (max-width: 767px) {
    .pc {
        display: none;
    }
}

.sp {
    display: none;
}

@media (max-width: 767px) {
    .sp {
        display: block;
    }
}

.inner {
    max-width: 1160px;
    padding: 0 40px;
    width: 100%;
    margin: auto;
}

@media (max-width: 767px) {
    .inner {
        width: 100%;
        padding: 0 20px;
    }
}

.p_lp a:hover {
    opacity: 0.6;
}

/*************************************************/

.lp-kv {}

.lp-kv__content {
    position: relative;
}

.lp-kv__image img {
    width: 100%;
    max-width: 100%
}

.lp-kv__navi {
    position: absolute;
    background: #0F1245E6;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 16px 0;
}

@media (max-width: 767px) {
    .lp-kv__navi {
        padding: 0 0;
        position: static;
    }
}

.lp-kv__navi ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .lp-kv__navi ul {
        flex-wrap: wrap;
    }
}

.lp-kv__navi ul li {
    padding: 0 40px;
    border-right: 1px solid #FFF;
}

@media (max-width: 767px) {
    .lp-kv__navi ul li {
        width: 50%;
        padding: 0 0;
        border-right: 1px solid #FFFFFF80;
    }

    .lp-kv__navi ul li:nth-child(2n) {
        border-right: none;
    }

    .lp-kv__navi ul li:nth-child(-n+2) {
        border-bottom: 1px solid #FFFFFF80;
    }
}

.lp-kv__navi ul li:last-child {
    border-right: none;
}

.lp-kv__navi ul li a {
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
}

@media (max-width: 767px) {
    .lp-kv__navi ul li a {
        /* padding: 16px 0; */
        padding: 4.267vw 0;
        display: block;
    }
}

.lp-kv__navi ul li a span {
    display: block;
}

.lp-kv__navi ul li a span.lp-kv__navi--en {
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
}

@media (max-width: 767px) {
    .lp-kv__navi ul li a span.lp-kv__navi--en {
        /* font-size: 14px; */
        font-size: 3.733vw;
    }
}

.lp-kv__navi ul li a span.lp-kv__navi--jp {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
}

@media (max-width: 767px) {
    .lp-kv__navi ul li a span.lp-kv__navi--jp {
        /* font-size: 12px; */
        font-size: 3.2vw;
    }
}

.lp-design {
    padding: 80px 0 332px;
    background-image: url(../img/design_bg.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .lp-design {
        padding: 60px 0 112px;
        background-image: url(../img/design_bg_sp.png);
        background-size: cover;
        background-position: bottom;
    }
}

.lp-design:after {
    position: absolute;
    top: -421px;
    left: 0;
    background-image: url(../img/design_bg02.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 1480px;
    height: 2012px;
    content: "";
    z-index: 1;
}

@media (max-width: 767px) {
    .lp-design:after {
        top: 0;
        left: 0;
        background-image: url(../img/design_bg02_sp.png);
        width: 100%;
        /* height: 694px; */
        height: 185.067vw;
        content: "";
        z-index: 1;
    }
}

.lp-design:before {
    position: absolute;
    bottom: 0px;
    right: 0;
    background-image: url(../img/design_bg03.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 1280px;
    height: 1389px;
    content: "";
    z-index: 1;
}

@media (max-width: 767px) {
    .lp-design:before {
        bottom: 0px;
        right: 0;
        background-image: url(../img/design_bg03_sp.png);
        width: 100%;
        /* height: 922px; */
        height: 245.867vw;
    }
}

.lp-design__content {}

.c__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5em;
    color: #3F88BC;
    text-align: center;
}

@media (max-width: 767px) {
    .c__title {
        font-size: 16px;
    }
}

.c__title span {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5em;
    background: linear-gradient(90deg, #0C334F 0%, #6E9AC2 50.48%, #0C334F 97.6%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block;
}

@media (max-width: 767px) {
    .c__title span {
        font-size: 24px;
    }
}


.lp-design__title {
    margin-bottom: 162px;
    position: relative;
    z-index: 3;
}

@media (max-width: 767px) {
    .lp-design__title {
        margin-bottom: 16px;
    }
}

.lp-design__cards {
    display: flex;
    flex-direction: column;
    gap: 480px;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .lp-design__cards {
        gap: 80px;
        max-width: 375px;
        width: 100%;
        margin: auto;
    }
}

.lp-design__card {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .lp-design__card {
        flex-direction: column;
        justify-content: flex-start;
        gap: 20px;
    }
}

.lp-design__card:nth-child(2) {
    flex-direction: row-reverse
}

@media (max-width: 767px) {
    .lp-design__card:nth-child(2) {
        flex-direction: column
    }
}

.lp-design__image {
    position: relative;
}

.lp-design__image img {
    position: absolute;
    top: -200px;
    right: 60px;
    width: 749px;
    max-width: 749px;
    display: block;
}

@media (max-width: 767px) {
    .lp-design__image img {
        position: relative;
        top: unset;
        right: unset;
        width: 386px;
        max-width: 386px;
        display: block;
        left: -100px;
    }
}

.lp-design__card:nth-child(2) .lp-design__image img {
    width: 732px;
    max-width: 732px;
    top: -312px;
    right: unset;
    left: 60px;
}

@media (max-width: 767px) {
    .lp-design__card:nth-child(2) .lp-design__image img {
        width: 386px;
        max-width: 386px;
        top: unset;
        left: unset;
        right: -60px;
    }
}

.lp-design__body {
    width: 500px;
}

@media (max-width: 767px) {
    .lp-design__body {
        width: 100%;
    }
}

.lp-design__body>*:last-child {
    margin-bottom: 0;
}

.lp-design__lead {
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .lp-design__lead {
        margin-bottom: 8px;
    }
}

.lp-design__lead span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 56px;
    line-height: 1.25em;
    background: linear-gradient(90deg, #141B21 0%, #1D8FE0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

@media (max-width: 767px) {
    .lp-design__lead span {
        font-size: 33px;
    }
}

.lp-design__sublead {
    margin-bottom: 32px;
}

@media (max-width: 767px) {
    .lp-design__sublead {
        margin-bottom: 32px;
    }
}

.lp-design__sublead span {
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    background: linear-gradient(90deg, #141B21 0%, #1D8FE0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block;
}

@media (max-width: 767px) {
    .lp-design__sublead span {
        font-size: 18px;
    }
}


.lp-design__disp {
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: #000000;
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .lp-design__disp {
        font-size: 16px;
        margin-bottom: 16px;
    }
}


.lp-features {
    padding: 60px 0;
}

@media (max-width: 767px) {
    .lp-features {
        padding: 60px 0;
    }
}

.lp-features__content {}

.lp-features__title {
    margin-bottom: 32px;
}

@media (max-width: 767px) {
    .lp-features__title {
        margin-bottom: 20px;
    }
}
.lp-features__movie{
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .lp-features__movie {
        margin-bottom: 32px;
    }
}

.lp-features__movieVideo {
    padding-top: 56.25%;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .lp-features__movieVideo {
        margin-bottom: 12px;
    }
}


.lp-features__movieVideo img {
    max-width: 100%;
    width: 100%;
}

.lp-features__movieVideo iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.lp-features__movieNote{
    text-align: center;
    font-size: 14px;
    line-height: 1.5em;
}
@media (max-width: 767px) {
    .lp-features__movieNote{
        font-size: 12px;
        text-align: left;
    }
}
.lp-features__movieNote span{
    position:relative;
    padding-left: 1.5em;
    display: inline-block;
}
.lp-features__movieNote span:before{
    position:absolute;
    content: "※";
    top: 0;
    left: 0;
}

.lp-features__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

@media (max-width: 767px) {
    .lp-features__cards {
        flex-direction: column;
        gap: 20px;
    }
}


.lp-features__card {
    width: calc(50% - 12px);
    box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.05);
    background: linear-gradient(316.67deg, rgba(56, 78, 240, 0.3) -56.24%, rgba(212, 243, 253, 0.2) 54.7%);
}

@media (max-width: 767px) {
    .lp-features__card {
        width: 100%;
    }
}

.lp-features__image {}

.lp-features__image img {
    max-width: 100%;
    width: 100%;
}

.lp-features__body {
    padding: 32px 32px;
    gap: 28px;
    display: flex;
}

@media (max-width: 767px) {
    .lp-features__body {
        padding: 32px 20px 40px;
        gap: 28px;
        display: flex;
    }
}


.lp-features__tag {
    width: 100px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 80px;
    line-height: 0.75em;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #3F88BC;
}

@media (max-width: 767px) {
    .lp-features__tag {
        width: 76px;
        font-size: 60px;
    }
}

.lp-features__text {
    width: calc(100% - 100px - 28px);
}

@media (max-width: 767px) {
    .lp-features__text {
        width: calc(100% - 76px - 28px);
    }
}

.lp-features__lead {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25em;
    background: linear-gradient(90deg, #0C334F 0%, #6E9AC2 50.48%, #0C334F 97.6%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    .lp-features__lead {
        font-size: 20px;
        line-height: 1.5em;
        margin-bottom: 16px;
    }
}

.lp-features__list {}

.lp-features__list li {
    font-weight: 500;
    font-size: 16px;
    line-height: 200%;
    color: #000000;
    padding-left: 1.5em;
    position: relative;
}

@media (max-width: 767px) {
    .lp-features__list li {
        font-size: 14px;
        line-height: 160%;
        margin-bottom: 16px;
    }

    .lp-features__list li:last-child {
        margin-bottom: 0;
    }
}

.lp-features__list li:before {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #73CAF9;
    top: 10px;
    left: 0;
}

@media (max-width: 767px) {
    .lp-features__list li:before {
        width: 12px;
        height: 12px;
        top: 6px;
    }
}

.lp-features__disp {
    font-weight: 500;
    font-size: 16px;
    line-height: 200%;
    color: #000000;
    position: relative;
}

@media (max-width: 767px) {
    .lp-features__disp {
        font-size: 14px;
        line-height: 160%;
    }
}


.lp-visual {
    padding: 60px 0;
    background-image: url(../img/visual_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .lp-visual {
        padding: 60px 0;
        background-image: url(../img/visual_bg_sp.png);
    }
}


.lp-visual__content {}

.lp-visual__title {
    margin-bottom: 32px;
}

@media (max-width: 767px) {
    .lp-visual__title {
        margin-bottom: 20px;
    }
}

.lp-visual__movie {
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}

/* .lp-visual__movie img {
    max-width: 100%;
    width: 100%;
} */

.lp-visual__movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.lp-spec {
    padding: 60px 0;
    background-image: url(../img/spec_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .lp-spec {
        padding: 32px 0 76px;
        background-image: url(../img/spec_bg_sp.png);
    }
}

.lp-spec__content {}

.lp-spec__title {
    margin-bottom: 32px;
}

@media (max-width: 767px) {
    .lp-spec__title {
        margin-bottom: 32px;
    }
}

.lp-spec__table {}

.lp-spec__table--inner {
    width: 1080px;
}

@media (max-width: 767px) {
    .lp-spec__table--inner {
        width: 100%;
    }
}


.lp-spec__table dl {
    display: flex;
    border-bottom: 4px solid #CBCBCB;
    gap: 0;
    margin: 0;
    width: 100%;
}

@media (max-width: 767px) {
    .lp-spec__table dl {
        border-bottom: 4px solid #CBCBCB;
    }
}

.lp-spec__table dl:last-child {
    border-bottom: none;
}

.lp-spec__table dl dt {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E8E8E8;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25em;
    text-align: center;
    color: #000000;
    padding: 14px 20px;
    margin: 0;
}

@media (max-width: 767px) {
    .lp-spec__table dl dt {
        width: 140px;
        font-size: 14px;
        padding: 28px 20px;
    }
}

.lp-spec__table dl dd {
    width: 70%;
    background-color: #F2F2F2;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.75em;
    color: #000000;
    padding: 14px 20px;
    margin: 0;
}

@media (max-width: 767px) {
    .lp-spec__table dl dd {
        width: calc(100% - 140px);
        font-size: 14px;
        padding: 28px 20px;
    }
}

.lp-lineup {
    padding: 60px 0;
    background-image: url(../img/spec_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .lp-lineup {
        padding: 60px 0;
        background-image: url(../img/spec_bg_sp.png);
    }
}

.lp-lineup__content {}

.lp-lineup__title {
    margin-bottom: 32px;
}

@media (max-width: 767px) {
    .lp-lineup__title {
        margin-bottom: 20px;
    }
}

.lp-lineup__table {
  cursor: grab;             /* つかめる感じのカーソル */
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain; /* スクロール連鎖を抑制 */
}

.lp-lineup__table.grabbing {
  cursor: grabbing;
  user-select: none;        /* ドラッグ中に文字選択されないように */
}

.lp-lineup__table table {
    /* width: 100%; */
    width: 1600px;
    border-collapse: collapse;
}

.lp-lineup__table table thead {}

.lp-lineup__table table thead th {
    width: 172px;
}

.lp-lineup__table table thead td {
    width: 235px;
    padding: 0 2px 10px;
}

.lp-lineup__table table thead td img {
    height: 200px;
    object-fit: contain;
    object-position: center;
    max-width: 100%;
    width: auto;
    display: block;
}

.lp-lineup__name {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    /* margin-bottom: 10px; */
}

.lp-lineup__table--headText {
    background-color: #F5F5F5;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.75em;
    text-align: center;
    color: #000000;
    padding: 8px 12px;
}

.lp-lineup__table table tbody {}

.lp-lineup__table table tbody tr {
    background-color: #E8E8E8;
}

.lp-lineup__table table tbody tr:nth-child(2n) {
    background-color: #F3F3F3;
}

.lp-lineup__table table tbody tr th {
    padding: 16px 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    color: #000000;
}

.lp-lineup__table table tbody tr td {
    padding: 16px 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
}


/* --- 横スクロール時に左列(th)を固定 --- */
/* .lp-lineup__table tbody tr th {
    position: sticky;
    left: 0;
    z-index: 2;
    background-color: #E8E8E8;
}
.lp-lineup__table tbody tr:nth-child(2n) th{
    background-color: #F3F3F3;
} */

.lp-lineup__table--btn{
    
}

.lp-lineup__table--btn a{
    border-radius: 30px;
    background-color: #FFF;
    padding: 10px 20px ;
    display: block;
    text-decoration: none;
    color: #000;
}