.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: 1200px;
    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%;
    display:block;
}

.lp-kv__navi {
    position: absolute;
    background: #333333;
    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%;
    color: #E4A50E;
}

@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;
    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;
        background-color: #000;
    }
}

.lp-design__content {}

.c__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5em;
    color: #FFFFFF;
    text-align: center;
}

@media (max-width: 767px) {
    .c__title {
        font-size: 18px;
    }
}

.c__title span {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5em;
    background: linear-gradient(90.13deg, #FDB70E 2.68%, #FCD48F 21.94%, #FDB70E 40.72%, #FDE0AD 75.48%, #FDB70E 99.9%);
    -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: 32px;
    }
}


.lp-design__title {
    margin-bottom: 40px;
    position: relative;
    z-index: 3;
}

@media (max-width: 767px) {
    .lp-design__title {
        margin-bottom: 32px;
    }
}

.lp-design__cards {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .lp-design__cards {
        gap: 32px;
        max-width: 375px;
        width: 100%;
        margin: auto;
    }
}

.lp-design__card {
    display: flex;
}

@media (max-width: 767px) {
    .lp-design__card {
        flex-direction: column;
    }
}

.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;
    width: 50%;
}
@media (max-width: 767px) {
    .lp-design__image {
        width: 100%;
    }
}

.lp-design__image img {
    width: 100%;
}

.lp-design__body {
    width: 50%;
    padding: 40px 40px;
    background-color: #333333;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 767px) {
    .lp-design__body {
        width: 100%;
        padding: 40px 20px;
    }
}

.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-weight: 900;
    font-size: 32px;
    line-height: 1.25em;
    background: linear-gradient(90.13deg, #FDB70E 2.68%, #FCD48F 21.94%, #FDB70E 40.72%, #FDE0AD 75.48%, #FDB70E 99.9%);
    -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: 24px;
    }
}

.lp-design__sublead {
    margin-bottom: 32px;
}

@media (max-width: 767px) {
    .lp-design__sublead {
        margin-bottom: 32px;
    }
}

.lp-design__sublead span {
    color: #E4A50E;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
}

@media (max-width: 767px) {
    .lp-design__sublead span {
        font-size: 24px;
    }
}


.lp-design__disp {
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 16px;
    color: #FFFFFF;
}

@media (max-width: 767px) {
    .lp-design__disp {
        font-size: 16px;
        margin-bottom: 16px;
    }
}


.lp-features {
    padding: 80px 0;
    background-image: url(../img/features_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@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: 32px;
    }
}
.lp-features__movie{
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .lp-features__movie {
        margin-bottom: 32px;
    }
}

.lp-features__movieVideo {
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}


.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__image{
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .lp-features__image {
        max-width: 375px;
        width: 100%;
        margin:auto;
        margin-bottom: 32px;
    }
}
.lp-features__image img{
    width: 100%;
}

.lp-features__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

@media (max-width: 767px) {
    .lp-features__cards {
        max-width: 375px;
        width: 100%;
        margin: auto;
        flex-direction: column;
        gap: 40px;
    }
}


.lp-features__card {
    width: calc(33.333% - (64px / 3));
    background-color: #333333;
}

@media (max-width: 767px) {
    .lp-features__card {
        width: 100%;
    }
}

.lp-features__thum {}

.lp-features__thum img {
    max-width: 100%;
    width: 100%;
}

.lp-features__body {
    padding: 24px 24px;
}

@media (max-width: 767px) {
    .lp-features__body {
        padding: 24px 24px;
    }
}

.lp-features__tag {
    margin-bottom: 8px;
}
@media (max-width: 767px) {
    .lp-features__tag {
        margin-bottom: 8px;
    }
}
.lp-features__tag span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 104px;
    height: 26px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;
    background-color: #E4A50E;
}

.lp-features__text {
    width: 100%;
}

.lp-features__lead {
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    color: #FFFFFF;
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .lp-features__lead {
        font-size: 24px;
        line-height: 1.5em;
        margin-bottom: 16px;
    }
}

.lp-features__list {}

.lp-features__list li {
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;
    padding-left: 1.5em;
    position: relative;
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .lp-features__list li {
        font-size: 16px;
        line-height: 160%;
        margin-bottom: 16px;
    }
}

.lp-features__list li:last-child {
    margin-bottom: 0;
}

.lp-features__list li:before {
    position: absolute;
    content: "・";
    top: 0;
    left: 0;
}

.lp-features__disp {
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;
    position: relative;
}

@media (max-width: 767px) {
    .lp-features__disp {
        font-size: 16px;
        line-height: 160%;
    }
}

.lp-spec {
    padding: 80px 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: 40px;
}

@media (max-width: 767px) {
    .lp-spec__title {
        margin-bottom: 32px;
    }
}

.lp-spec__table {}

.lp-spec__table--inner {
    width: 1120px;
}

@media (max-width: 767px) {
    .lp-spec__table--inner {
        width: 100%;
    }
}


.lp-spec__table dl {
    display: flex;
    border-bottom: 4px solid #000;
    gap: 0;
    margin: 0;
    width: 100%;
}

@media (max-width: 767px) {
    .lp-spec__table dl {
        border-bottom: 4px solid #000;
    }
}

.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: #555555;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25em;
    text-align: center;
    color: #FFF;
    padding: 14px 20px;
    margin: 0;
}

@media (max-width: 767px) {
    .lp-spec__table dl dt {
        width: 140px;
        font-size: 14px;
        padding: 20px 20px;
        line-height: 1.5em;
    }
}

.lp-spec__table dl dd {
    width: 70%;
    background-color: #BBBBBB;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.75em;
    color: #000;
    padding: 14px 20px;
    margin: 0;
}

@media (max-width: 767px) {
    .lp-spec__table dl dd {
        width: calc(100% - 140px);
        font-size: 14px;
        padding: 20px 20px;
    }
}

.lp-lineup {
    padding: 80px 0;
    background-color: #000000;
}

@media (max-width: 767px) {
    .lp-lineup {
        padding: 60px 0;
    }
}

.lp-lineup__content {}

.lp-lineup__title {
    margin-bottom: 32px;
}

@media (max-width: 767px) {
    .lp-lineup__title {
        margin-bottom: 32px;
    }
}

.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: 1380px;
    border-collapse: collapse;
}
@media (max-width: 767px) {
    .lp-lineup__table table {
        width: 1060px;
    }
}

.lp-lineup__table table thead {}

.lp-lineup__table table thead th {
    width: 172px;
}
@media (max-width: 767px) {
    .lp-lineup__table table thead th {
        width: 150px;
    }
}


.lp-lineup__table table thead td {
    width: 235px;
    padding: 0 2px 10px;
}
@media (max-width: 767px) {
    .lp-lineup__table table thead td {
        width: 200px;
        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: #FFF;
    /* 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: #999999;
    border-bottom: 4px solid #000;
}

.lp-lineup__table table tbody tr:nth-child(2n) {
    background-color: #CCCCCC;
}

.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;
}