html {
    scroll-behavior: smooth;
}
body {
    font-family: "Noto Sans JP", sans-serif;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.header {
    padding: 20px 15%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: unset !important;
}
.header img:hover {
    opacity: .7;
}
.color-slider__container {
    border-radius: 10px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    place-items: center;
    position: relative;
    padding-block: 80px 100px;
    min-height: 300px
}
.color-slider__container .swiper {
    overflow: visible;
    border-radius: 8px;
    width: 100%;
    height: 100%
}
.color-slider__container .swiper-wrapper {
    display: -webkit-flex;
    display: flex;
    height: auto
}
.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.4);
    transform: scale(1.4);
    z-index: 10
}
.color-slider__container .swiper-slide:not(.swiper-slide-active) {
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1
}
.slider__content {
    text-align: center;
    height: 100%
}
.slider__color-name {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    opacity: 0;
    transition: opacity .3s ease
}
.slider__img {
    width: 100%;
    height: auto
}
.swiper-slide-active .slider__color-name {
    opacity: 1
}
.slider__nav {
    display: -webkit-flex;
    display: flex;
    max-width: 598px;
    width: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    pointer-events: none;
    z-index: 10
}
.slider__btn {
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    pointer-events: auto;
    transition: all .3s ease
}
.slider__btn img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    transition: all .2s ease
}
.slider__btn img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
.color-pagination {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 18px;
    z-index: 1
}
.color-pagination .swiper-pagination-bullet {
    display: none
}
.color-dot {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    border: 1px solid #505050
}
.color-dot:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
.color-dot.active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}
@font-face {
    font-family: D-DIN;
    src: url(D-DIN-Bold.otf) format("opentype");
    font-display: swap
}
.lineup-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(auto, 478px))[2];
    grid-template-columns: repeat(2, minmax(auto, 478px));
    gap: 33px;
}
.lineup-block__item {
    background-color: #fffcf6;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px;
    border-radius: 20px;
    overflow: hidden
}
.lineup-block__content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 16px;
}
.lineup-block__name {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 27px;
    text-align: center;
}
.lineup-block__header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 80px
}
.lineup-block__color-name {
    font-size: 16px;
    letter-spacing: 0;
    white-space: normal;
    text-align: center
}
.price {
    font-size: 43px;
    font-weight: bold;
    line-height: 1.0;
    color: #222222;
    display: flex;
    align-items: flex-end;
    gap: 5px;
    margin-bottom: 13px;
}
.price .small {
    font-size: 20px;
    font-weight: bold;
    color: #111111;
}
.color_btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.color_btn button {
  max-width: 24px;
  width: 100%;
  height: 24px;
  border-radius: 50%;
  transition: all .3s ease;
}
.color_btn button:hover {
  transform: scale(1.1);
}
.color_btn button.F3ECDA {
  background-color: #F3ECDA;
}
.color_btn button.EEEFE8 {
  background-color: #EEEFE8;
}
.color_btn button.B6B6B6 {
  background-color: #B6B6B6;
}
.color_btn button.black {
  background-color: #090505;
}
.color_btn button.D1C5DE {
  background-color: #D1C5DE;
}
.color_btn button.AEBCD4 {
  background-color: #AEBCD4;
}
.color_btn button.brown {
  background-color: #6D4334;
}
.color_btn button.twotone_brown {
    background: linear-gradient(
    to bottom,
    #F3ECDA 50%,
    #C9A579 50%
  );
}
.color_btn button.twotone_purple {
    background: linear-gradient(
    to bottom,
    #B6B6B6 50%,
    #D1C5DE 50%
  );
}
.color_btn button.twotone_ivory {
    background: linear-gradient(
    to bottom,
    #F3ECDA 50%,
    #EEEFE8 50%
  );
}
.color_btn button.twotone_green {
    background: linear-gradient(
    to bottom,
    #89A89E 50%,
    #EEEFE8 50%
  );
}
.color_btn button.twotone_blue {
    background: linear-gradient(
    to bottom,
    #485E8E 50%,
    #EEEFE8 50%
  );
}
.color_btn button.gray {
    background: #403B3A;
}
.color_btn button.C9A579 {
    background: #C9A579;
}
.color_btn button.cl905F79 {
    background: #905F79;
}
.color_btn button.cl89A89E {
    background: #89A89E;
}
.color_btn button.active {
    border: solid 1px #C3002F;
}
.priceboard-img {
    width: 100%;
    margin-bottom: 15px;
}
.payment-example {
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.payment-summary {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.payment-details {
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 8px;
}
.lineup-block__price {
    display: -webkit-flex;
    display: flex;
    gap: 5px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 5px
}
.lineup-block__price__label {
    font-size: 20px;
    color: #111;
    font-weight: 700
}
.lineup-block__price__value {
    font-family: D-DIN;
    font-size: 43px;
    line-height: 1.2
}
.lineup-block__colors {
    margin-top: 10px
}
.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: 24px;
    height: 24px;
    border-radius: 50%;
    display: -webkit-inline-flex;
    display: inline-flex;
    border: 1px solid #ddd
}
.lineup-block__option {
    background-color: #ececec;
    padding: 10px 9px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.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
}
.main {
    overflow: hidden
}
.is-mobile {
    display: none
}
.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;
    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;
    transition: all .3s ease;
    background-position: center center;
    position: fixed;
    bottom: 5%;
    right: 8%;
    padding-inline: 25px;
    padding-block: 22px 20px;
    max-width: 464px;
    max-height: 143px;
    width: 100%;
    text-decoration: none;
    color: #000;
    z-index: 999;
    gap: 17px;
    border-radius: 100px;
    box-shadow: rgba(0, 0, 0, .25) 3px 3px 30px
}
.float-btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}
.float-btn__lead {
    max-width: 302px;
    width: 100%;
    height: auto
}
.float-btn__note {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: baseline;
    align-items: baseline;
    font-size: 25px;
    white-space: nowrap;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .13em
}
.float-btn__note--post {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    object-fit: cover
}
.float-btn__caption {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative
}
.float-btn__caption:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 8px;
    background: url(../img/icons/ico-float_right.svg) no-repeat center/contain;
    vertical-align: middle;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}
.float-text_wrapper {
    display: flex;
    align-items: flex-end;
}
.float-text_01 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.09em;
}
.float-text_01 span {
    color: #C3002F;
}
.float-text_02 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-align: center;
}
.kv {
    position: relative;
    z-index: -10;
    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/kv-area/bg-kv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-clip: border-box;
    max-height: 954px;
    padding-top: 55px
}
.kv__container {
    width: 100%;
    height: auto;
    padding-inline: 55px
}
.kv__visual {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 18px
}
.kv__img {
    position: relative;
    width: 100%;
    height: auto;
    padding: 2px;
    border-radius: 50px
}
.ticker {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin-block: 20px 37px;
    background-size: 400% 400%;
    overflow: hidden
}
.ticker__lead {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .13em
}
.ticker__note {
    display: none
}
.ticker__wrapper {
    position: absolute;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    white-space: nowrap;
    will-change: transform;
    gap: 25px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -999
}
.ticker__item {
    display: inline-block
}
.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
}
.ticker__title__img {
    width: 100%;
    height: auto;
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px)
}
.ticker__title__svg svg {
    width: 448px;
    -webkit-transform: translateY(10%);
    transform: translateY(25%)
}
.ticker__title__svg svg .ticker__sentence {
    font-weight: 700;
    letter-spacing: .1em;
    dominant-baseline: middle
}
.anime {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    -webkit-transform-origin: center;
    transform-origin: center
}
.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-position: center 70%;
    background-size: contain
}
.introduction__container {
    margin-top: 57px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start
}
.introduction__title {
    position: relative;
    margin-bottom: 10px
}
.introduction__title:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 18px;
    height: 1px;
    background-color: #000
}
.introduction__section {
    max-width: 1032px;
    width: 100%;
    margin-inline: auto
}
.introduction__content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 60px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}
.introduction__img {
    display: block;
    max-width: 736px;
    margin: 0 auto;
    width: 100%;
    height: auto;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-order: 3;
    order: 3
}
.introduction .left {
    -webkit-order: 1;
    order: 1
}
.introduction .left__note {
    width: 366px;
    height: auto;
    margin-bottom: 36px
}
.introduction .right {
    -webkit-order: 2;
    order: 2
}
.introduction .right__note {
    max-width: 567px;
    width: 100%
}
.features {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #000
}
.features__title {
    margin-block: 71px 94px;
    padding-inline: 16px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    letter-spacing: .02em;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}
.features__title__img {
    width: 100%;
    height: auto
}
.features__container {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    max-width: 1440px;
    margin-inline: auto
}
.features__container__second {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-block: 63px 71px
}
.features__container__slide {
    position: absolute;
    border-radius: 40px;
    width: auto;
    z-index: 10;
    width: 100%;
    height: auto
}
.features__container__slide--first {
    top: 80%;
    left: 20%;
    max-width: 611px;
    border-radius: 60px
}
.features__container__slide--second {
    max-width: 463px;
    width: auto;
    height: auto;
    top: 65%;
    left: 48%
}
.features__container__slide--third {
    display: static;
    max-width: 414px;
    height: auto;
    margin-bottom: 50px;
    border-radius: 46px;
    top: 70%;
    left: 37%
}
.features__container__title {
    max-height: 169px;
    height: 100%;
    width: 100%
}
.features__section {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%
}
.features__section__title {
    margin-top: 19px;
    padding-block: 20px 14px;
    font-size: 20px;
    border-top: 1px solid #484848;
    border-bottom: 1px solid #484848;
    text-align: center;
    width: 100%;
    max-width: 442px
}
.features__section__lead {
    margin-block: 35px;
    max-width: 347px;
    height: auto
}
.features__section__lead--second {
    max-width: 388px
}
.features__section__note {
    min-width: 265px;
    height: auto
}
.features__first {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 1275px;
    background-image: url(../img/features/bg-features_01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-clip: border-box
}
.features__second {
    width: 100%;
    height: 100%;
    min-height: 1021px;
    background-image: url(../img/features/bg-features_02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-clip: border-box
}
.features__third {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 1021px;
    background-image: url(../img/features/bg-features_03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-clip: border-box;
    background-size: 100% 250%;
    padding-block: 67px 61px;
}
.reserve {
    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: 13px;
    margin-top: 230px
}
.reserve__lead {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: auto;
    gap: 7px
}
.reserve__lead--decorated {
    margin: 0;
    height: 32px;
    width: auto
}
.reserve__icon_left, .reserve__icon_right {
    width: 24px;
    height: auto;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}
.reserve__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: 845px;
    width: 100%;
    max-height: 67px;
    height: 100%;
    padding-block: 13px;
    border: 2px solid #448ad5;
    border-radius: 100px;
    background-color: #fff;
    box-shadow: #448ad5 4px 6px 0
}
.reserve__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}
.reserve__btn__note {
    width: inherit;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 700;
    font-size: 31px;
    letter-spacing: .08em;
    position: relative
}
.reserve__btn__note:after {
    content: "";
    position: absolute;
    right: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 11px;
    height: 9px;
    background: url(../img/icons/ico-arrow_right_reserve.svg) no-repeat center/contain;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}
.conversion-and-colors {
    background-image: url(../img/bg-colors_and_conversion.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-clip: border-box;
    background-position: center bottom
}
.conversion {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-block: 122px 95px;
}
.conversion__lead {
    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: 16px;
    margin-bottom: 13px
}
.conversion__lead__img {
    width: 100%;
    height: auto
}
.conversion__container {
    border: 2px solid #000;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0.6);
}
.conversion__header {
    background: linear-gradient(to right, #ffec8c 0, #e5c358 14%, #fff9b7 50%, #e5c358 85%, #ffec8c 100%);
    font-size: 26px;
    letter-spacing: .08em;
    padding-block: 8px 10px;
    text-align: center;
    font-weight: 700
}
.conversion__price {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: baseline;
    align-items: baseline;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 0;
    gap: 9px;
    overflow: hidden
}
.conversion__price--red {
    font-size: 155px;
    font-family: D-DIN;
    font-weight: 700;
    color: #c3002f;
    line-height: .9;
    letter-spacing: 0
}
.conversion__content {
    display: -webkit-flex;
    display: flex;
    gap: 24px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-block: 61px 56px;
    padding-inline: 62px;
    position: relative;
}
.label {
    margin-bottom: -33px;
    position: relative;
    z-index: 99999;
}
.label_sp {
    display: none;
}
.conversion__content .text {
    max-width: 674px;
    width: 100%;
}
.conversion__content .text_sp {
    display: none;
}
.conversion__content .cv_btn {
    max-width: 706px;
    width: 100%;
    display: block;
    transition: all .3s ease;
}
.conversion__content a:hover .cv_btn {
    transform: scale(1.05);
}
.cv_btn_sp {
    display: none;
}
.conversion__content__note__img {
    width: 100%;
    height: auto
}
.conversion__caption {
    margin-top: 24px;
    width: 100%;
    height: auto
}
.conversion__btn {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    transition: all .3s ease;
    background: linear-gradient(to right, #ffec8c 0, #e5c358 14%, #fff9b7 50%, #e5c358 85%, #ffec8c 100%);
    max-width: 708px;
    width: 100%;
    height: 92px;
    font-size: 34px;
    font-weight: 700;
    box-shadow: #000 5px 8px 0;
    margin-top: 20px;
    border-radius: 50px;
    padding-block: 12px;
    max-height: 92px;
    position: relative
}
.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
}
.conversion__btn__img:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 13px;
    right: 44px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    background: url(../img/icons/ico-arrow_right_reserve.svg) no-repeat center/contain;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}
.autech {
    position: relative
}
.autech__img {
    width: 100%;
    height: auto
}
.autech__lead {
    position: absolute;
    max-width: 910px;
    width: 100%;
    height: auto;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 2;
    margin-top: 41px
}
.autech__caption {
    position: absolute;
    max-width: 660px;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 2;
    margin-bottom: 70px
}
.colors {
    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-position: center -30px;
    background-size: 100%;
    text-align: center;
    padding-block: 83px 90px;
    overflow: hidden
}
.colors__title {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding-bottom: 30px
}
.colors__title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 18px;
    height: 1px;
    background-color: #000
}
.colors__title__img {
    display: block;
    margin: 0 auto
}
.colors__img {
    margin-block: 35px 55px
}
.colors__lead {
    max-width: 802px;
    width: 100%;
    height: auto;
    margin-bottom: 10px
}
.lineup {
    background-image: url(../img/lineup/bg-lineup.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-clip: border-box;
    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-block: 81px 84px
}
.lineup__title {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding-bottom: 30px
}
.lineup__title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 18px;
    height: 1px;
    background-color: #000
}
.lineup__title__img {
    display: block;
    margin: 0 auto
}
.lineup__img {
    margin-block: 35px 40px
}
.lineup__lead__img {
    width: 100%;
    height: auto
}
.lineup__grade {
    margin-top: 61px
}
.other {
    background-image: url(../img/other/bg-other.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-clip: border-box;
    background-position: center bottom;
    text-align: center;
    padding-block: 134px 95px;
}
.other .conversion {
    padding-top: 0px;
}
.other__conversion {
    padding: 0;
    background: none;
    margin-block: 0 150px
}
.other__tickers {
    margin: 0
}
.other__tickers__title {
    width: 100%;
    height: auto
}
.other__btns {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 44px;
    -webkit-align-items: stretch;
    align-items: stretch
}
.other__btns__check {
    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;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 10px
}
.other__btns__check__icon-left, .other__btns__check__icon-right {
    width: 11px;
    height: auto;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}
.other__btns__check--decorated {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 10px
}
.other__btns--simple {
    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;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}
.other__btn {
    color: #fff;
    font-weight: 700;
    border: none;
    cursor: pointer;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    background-color: #c3002f;
    width: 400px;
    height: 78px;
    border-radius: 50px;
    justify-content: center
}
.other__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}
.other__btn__img {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}
.other__btn__img:after {
    content: "";
    position: relative;
    width: 11px;
    height: 11px;
    left: 15%;
    background: url(../img/icons/ico-arrow_right.svg) no-repeat center/contain
}
.other__cars {
    height: auto;
    width: 100%
}
.roox-footer {
    padding-block: 40px;
    padding-inline: 210px;
    background-color: #484848
}
.roox-footer__note {
    color: #fff;
    line-height: 1.6
}
@media(max-width:1250px) {
    .features__container__slide--first {
        top: 110%;
        left: 20%
    }
    .features__container__slide--second {
        max-width: 350px;
        top: 110%
    }
    .features__container__slide--third {
        top: 110%;
        left: 20%
    }
    .features__container__fade {
        width: 100%;
        height: auto;
        border-radius: 50px 0 0 50px
    }
    .features__container__fade--second {
        width: 100%;
        height: auto;
        border-radius: 0 50px 50px 0
    }
    .autech__lead {
        width: auto;
        max-height: 140px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}
@media(min-width:1441px) {
    .features__container__fade {
        border-radius: 50px
    }
    .features__container__fade--second {
        border-radius: 50px
    }
}
@media(max-width:1250px) and (min-width:768px) {
    .features__container__third+.reserve {
        margin-top: 420px
    }
}
.footer {
    padding-right: 210px;
    padding-block: 41px 33px;
    background-color: #000;
    position: relative;
}
.footer p {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 13px;
    color: #C1C1C1;
    margin: 0;
    text-align: right;
}
.top_btn {
    position: absolute;
    top: 0px;
    right: 117px;
}