.pc {
    display: none;
}
.sp {
    display: block;
}
.header {
    padding: 20px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo_sp {
    width: 68px;
    height: 16px;
}
.lineup-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(auto, 1fr))[1];
    grid-template-columns: repeat(1, minmax(auto, 1fr));
    gap: 22px;
    border-radius: 20px;
    overflow: hidden;
}
.lineup-block__image {
    overflow: hidden;
}
.lineup-block__img {
    width: 100%;
    max-width: none;
    height: auto;
    margin-inline: -20px;
    width: calc(100% + 40px);
    margin-bottom: 8px;
}
.lineup-block__content {
    margin-bottom: 0;
}
.lineup-block__header {
    min-height: 87px;
}
.lineup-block__name {
    font-size: 17px;
    line-height: 1.6;
}
.lineup-block__color-name {
    font-size: 14px;
}
.lineup-block__price {
    -webkit-flex-direction: row;
    flex-direction: row;
    gap: 5px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: baseline;
    align-items: baseline;
}
.lineup-block__price__label {
    font-size: 17px;
    white-space: nowrap;
}
.lineup-block__price__value {
    font-size: 37px;
}
.lineup-block__colors {
    margin-block: 13px 21px;
}
.lineup-block__color__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 10px;
}
.lineup-block__color-item {
    width: 18px;
    height: 18px
}
.lineup-block__option {
    background-color: #ececec;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 0px;
}
.lineup-block__option__text {
    font-size: 10px;
    letter-spacing: 0;
    line-height: 14px;
}
@font-face {
    font-family: D-DIN;
    src: url(D-DIN-Bold.otf) format("opentype");
    font-display: swap
}
.slider__nav {
    position: absolute;
    top: auto;
    bottom: 11%
}
.slider__img {
    max-height: 247px;
    height: 100%;
    width: auto
}
.slider__btn {
    bottom: 0
}
.slider__btn img {
    max-width: 48px;
    width: 100%;
    max-height: 48px;
    height: 100%
}
.slider__color-name {
    position: absolute;
    bottom: 2%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 10px
}
.color-pagination {
    gap: 0;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    max-width: 349px;
    margin-inline: auto
}
.color-slider__container {
    padding-block: 120px 110px
}
.color-slider__container .swiper-slide {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    transition: all .3s ease;
    width: auto;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}
.color-slider__container .swiper-slide.swiper-slide-active {
    opacity: 1;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 10
}
.color-slider__container .swiper-slide:not(.swiper-slide-active) {
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1
}
.roox__logo {
    width: 100%;
    max-width: 150px;
    height: auto
}
.main {
    overflow: hidden
}
.is-mobile {
    display: block
}
.float-text_wrapper {
    align-items: center;
}
.float-text_wrapper img {
    width: 96px;
    height: 16px;
    object-fit: cover;
}
.float-text_02 {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.05em;
}
.float-text.sp {
    width: 216px;
    height: 20px;
    object-fit: cover;
}
.color-slider__container .swiper {
    overflow: visible;
    border-radius: 8px;
    width: 100%;
    height: 100%
}
.kv {
    background-image: url(../img/kv-area/bg-kv_sp.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-clip: border-box;
    background-size: cover;
    padding-top: 22px
}
.kv__container {
    padding-inline: 16px;
    padding-top: 0
}
.kv__img {
    border-radius: 30px
}
.float-btn {
    background-image: url(../img/float/bg-float.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-clip: border-box;
    background-position: center center;
    bottom: 2%;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    padding-block: 6px 8px;
    max-width: 285px;
    width: 100%;
    max-height: 79px;
    height: 100%;
    gap: 7px;
    margin-inline: auto
}
.float-btn:hover {
    -webkit-transform: translateX(50%) scale(1.05);
    transform: translateX(50%) scale(1.05)
}
.float-btn__lead {
    max-width: 206px;
    width: 100%;
    height: auto
}
.float-btn__note {
    font-size: 16px;
    white-space: nowrap;
}
.float-btn__note--post {
    max-width: 96px;
    width: 100%;
    height: 16px;
    object-fit: contain;
}
.float-btn__caption img {
    width: 96px;
    height: 16px;
    object-fit: contain;
}
.float-btn__caption {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 96px;
    width: 100%;
    height: auto
}
.float-btn__caption:after {
    display: -webkit-inline-flex;
    display: inline-flex;
    max-width: 16px;
    max-height: 16px;
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
}
.ticker {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: auto;
    background-size: 400% 400%;
    overflow: visible;
    margin-block: 30px 0;
    padding-bottom: 12px
}
.ticker-path {
    font-size: 14px;
    line-height: 1.5
}
.ticker__wrapper {
    position: relative;
    width: 524px;
    height: 72px;
    gap: 10px;
    -webkit-transform: none;
    transform: none;
    top: auto
}
.ticker__note {
    display: none
}
.ticker__title {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0;
    max-height: 97px
}
.ticker__title__img {
    width: 100%;
    max-width: 285px;
    height: 100%;
    display: block;
    position: relative;
    z-index: 10;
    opacity: 1;
    margin: 0 auto
}
.ticker__title__svg {
    -webkit-transform: translate(0, 10%);
    transform: translate(0, 10%)
}
.ticker__title__svg svg {
    width: 448px;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transform-origin: center;
    transform-origin: center
}
.ticker__title__svg svg .ticker__sentence {
    font-weight: 700;
    letter-spacing: .1em;
    dominant-baseline: middle
}
.introduction {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    background-image: url(../img/introduction/bg-introduction.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-clip: border-box;
    background-size: 100%;
    background-position: 60% 20%;
    padding-inline: 16px;
    margin-block: 56px 75px
}
.introduction__container {
    margin-top: 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}
.introduction__title {
    position: relative;
    margin: 0;
    margin-bottom: 10px
}
.introduction__title:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 18px;
    height: 1px;
    background-color: #000
}
.introduction__section {
    width: 100%
}
.introduction__content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 42px
}
.introduction__img {
    width: calc(100% + 32px);
    margin-inline: -16px;
    height: 280px;
    overflow: visible;
    object-position: bottom;
    object-fit: contain;
    -webkit-order: 1;
    order: 1
}
.introduction .left__note {
    width: 366px;
    height: auto;
    -webkit-order: 0;
    order: 0;
    margin-block: 10px 20px
}
.introduction .right {
    margin-top: 0;
    -webkit-order: 2;
    order: 2
}
.features__title {
    margin: 0;
    margin-bottom: 58px
}
.features__title__img {
    max-width: 347px;
    width: 100%;
    display: block
}
.features__first, .features__second, .features__third {
    height: 100%;
    min-height: 0;
    max-height: 100%;
    padding: 0
}
.features__first {
    background-image: url(../img/features/bg-features_01_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-clip: border-box;
    padding-block: 40px;
    height: 1180px
}
.features__second {
    background-image: url(../img/features/bg-features_02_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-clip: border-box;
    height: 958px
}
.features__third {
    background-image: url(../img/features/bg-features_03_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-clip: border-box;
    padding-block: 44px 0;
    /* height: 1119px; */
    gap: 0
}
.features__container {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0
}
.features__container__second {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 40px
}
.features__container__block {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-top: 27px;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}
.features__container__block--left {
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}
.features__container__slide {
    position: absolute;
    border-radius: 40px;
    width: auto;
    z-index: 10
}
.features__container__slide--first {
    top: 107%;
    left: 0;
    max-width: 335px;
    width: 100%;
    height: auto;
    margin-left: 16px
}
.features__container__slide--second {
    top: 105%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: 219px;
    width: 100%;
    height: auto
}
.features__container__slide--third {
    top: 105%;
    left: 12%;
    max-width: 274px;
    width: 100%;
    height: auto;
    display: inline-block
}
.features__container__fade {
    max-width: 350px;
    width: 100%;
    max-height: 287px;
    height: auto;
    border-radius: 30px 0 0 30px
}
.features__container__fade--second {
    border-radius: 0 30px 30px 0
}
.features__section {
    padding-inline: 16px
}
.features__section__lead {
    width: 100%;
    max-width: 310px;
    height: auto;
    margin-block: 52px 8px
}
.features__section__lead--second {
    max-width: 322px
}
.features__section__note {
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    height: auto;
    margin-top: 11px
}
.features__section__note--second {
    max-width: 242px
}
.features__section__title {
    margin: 0;
    padding-block: 16px 11px
}
.reserve {
    margin: 0;
    margin-top: 310px;
    padding-inline: 16px;
    gap: 11px
}
.reserve__btn {
    max-height: 92px;
    height: 100%;
    padding-block: 13px
}
.reserve__btn__note {
    font-size: 16px;
    overflow: visible;
    text-align: center;
}
.reserve__btn__note:after {
    right: 20px
}
.reserve__lead {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 231px
}
.reserve__lead--decorated {
    max-width: 164px;
    width: 100%;
    height: auto
}
.conversion-and-colors {
    background-position: center -150%;
    padding-bottom: 45px;
    padding-inline: 16px;
}
.conversion {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0 16px;
    padding-block: 128px 0;
}
.conversion.sp_padding {
    padding-block: 88px 55px;
}
.conversion__container {
    max-width: 348px;
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column
}
.conversion__content {
    padding-block: 64px 50px;
    padding-inline: 20px;
    min-width: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column
}
.label {
    display: none;
}
.label_sp {
    display: block;
    max-width: 374px;
    width: 110%;
    margin-bottom: -47px;
    position: relative;
    z-index: 9999;
}
.cv_btn {
    display: none !important;
}
.cv_btn_sp {
    display: block;
    max-width: 308px;
    width: 100%;
    transition: all .3s ease;
}
.cv_btn_sp:hover {
    transform: scale(1.05);
}
.conversion__content .text {
    display: none;
}
.conversion__content .text_sp {
    display: block;
}
.conversion__content__note {
    display: block;
    max-width: 230px;
    width: 100%;
    height: auto;
    margin: 0 auto
}
.conversion__lead {
    margin: 0
}
.conversion__lead__img {
    max-width: 250px;
    width: 100%;
    height: auto
}
.conversion__underline {
    max-width: 326px;
    width: 100%
}
.conversion__header {
    font-size: 14px;
    letter-spacing: .02em;
    padding-block: 10px 11px;
    line-height: 2;
    width: 100%
}
.conversion__price {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 8px;
    gap: 0
}
.conversion__price__pre {
    max-width: 70px;
    width: auto
}
.conversion__price__post {
    max-width: 120px;
    width: auto
}
.conversion__price--red {
    font-size: 100px
}
.conversion__caption {
    width: 100%;
    max-height: 68px;
    height: 100%;
    margin-top: 5px
}
.conversion__btn {
    transition: all .3s ease;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 308px;
    width: 100%;
    height: 72px;
    margin-top: 20px
}
.conversion__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}
.conversion__btn__img {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 232px;
    max-height: 48px;
    width: 100%;
    height: auto
}
.conversion__btn__img:after {
    width: 8px;
    height: 7px;
    right: 12px
}
.colors {
    padding-inline: 16px;
    padding-block: 118px 0
}
.colors__img {
    margin-block: 20px 10px
}
.lineup {
    background-image: url(../img/lineup/bg-lineup_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-clip: border-box;
    padding-inline: 16px;
    padding-block: 50px 89px
}
.lineup__img {
    max-width: 320px;
    width: 100%;
    height: auto;
    margin-block: 27px 14px
}
.lineup__lead__img {
    margin-block: 0 8px
}
.lineup__grade {
    margin-top: 27px
}
.autech__img {
    width: 100%;
    height: auto
}
.autech__lead {
    max-width: 324px;
    width: 100%;
    max-height: 78px;
    height: auto;
    margin-top: 20px
}
.autech__caption {
    max-width: 255px;
    width: 100%;
    margin-bottom: 19px
}
.other {
    background-image: url(../img/other/bg-other_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-clip: border-box;
    background-position: center bottom;
    padding: 80px 16px;
    height: 100%;
}
.other .conversion.sp_padding {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 107px;
}
.other__conversion {
    margin: 0;
    margin-bottom: 107px;
    padding: 0
}
.other__tickers {
    height: 100%;
    margin: 0;
    padding: 0
}
.other__tickers__title {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    margin: 0
}
.other__btns {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    -webkit-align-items: stretch;
    align-items: stretch
}
.other__btns__check {
    gap: 16px
}
.other__btn {
    max-width: 350px
}
.other__btn__note {
    max-width: 300px;
    width: 100%
}
.other__cars {
    display: block;
    overflow: visible;
    margin-inline: -16px;
    width: calc(100% + 32px);
    max-width: none;
    height: auto;
    -webkit-transform: none;
    transform: none;
    margin-block: 58px 62px;
}
.roox-footer {
    padding: 40px 15px;
}
.roox-footer__note {
    font-size: 10px;
}
.footer {
    padding-left: 16px;
    padding-right: 0px;
    padding-block: 26px 24px;
    background-color: #000;
    position: relative;
}
.footer p {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #C1C1C1;
    margin: 0;
    text-align: left;
}
.top_btn {
    position: absolute;
    top: 0px;
    right: 15.72px;
}
.price {
    font-size: 40.31px;
    font-weight: bold;
    line-height: 1.0;
    color: #222222;
    display: flex;
    align-items: flex-end;
    gap: 5px;
    margin-bottom: 13px;
}
.price .small {
    font-size: 16px;
    font-weight: bold;
    color: #111111;
}