@charset "utf-8";

/* exchange */
.section_ttl {
    color: transparent;
    background: rgb(187,158,45);
    background: linear-gradient(90deg, rgba(187,158,45,1) 0%, rgba(222,193,100,1) 50%, rgba(187,158,45,1) 100%);
    -webkit-background-clip: text;
}
.lineup_contents_nav_exchange {
    border-top: solid 1px #000;
}
.color_1 .mv_bg {
    background-color: #e51138;
}
.color_2 .mv_bg {
    background-color: #0888d9;
}
.color_3 .mv_bg {
    background-color: #675db3;
}
.color_4 .mv_bg {
    background-color: #686868;
}
.mv_color_list > li:nth-child(1) {
    background-color: #c40024;
}
.mv_color_list > li:nth-child(2) {
    background-color: #0074bd;
}
.mv_color_list > li:nth-child(3) {
    background-color: #5f569e;
}
.mv_color_list > li:nth-child(4) {
    background-color: #595858;
}
.swiper-slide .icon_new {
    position: absolute;
    z-index: 3;
    opacity: 0;
}
.swiper-slide-duplicate-active .icon_new,
.swiper-slide-active .icon_new {
    transition: opacity 0.3s 0.2s;
    opacity: 1;
}
.mv_info_txt {
    font-weight: 900;
    color: transparent;
    background: rgb(187,158,45);
    background: linear-gradient(90deg, rgba(187,158,45,1) 0%, rgba(222,193,100,1) 50%, rgba(187,158,45,1) 100%);
    -webkit-background-clip: text;
    letter-spacing: 0.04em;
    font-style: italic;
    position: relative;
}
.mv_info_txt::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(187,158,45);
    background: linear-gradient(90deg, rgba(187,158,45,1) 0%, rgba(222,193,100,1) 50%, rgba(187,158,45,1) 100%);
}
[data-ruby] {
    position: relative;
    display: inline-block;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin:auto;
}
@media (min-width: 520px) {
    .mv_bg_1 {
        top: -139px;
    }
    .mv_ttl_box {
        top: 102px;
        margin-left: -500px;
    }
    [data-ruby]::before {
        letter-spacing: 0.08em;
        text-indent: 0.08em;
        font-size: 14px;
        top: -16px;
    }
    .mv_ttl {
        font-size: 48px;
        letter-spacing: 0.08em;
    }
    .mv_ttl_en {
        margin-right: -510px;
        bottom: 48px;
    }
    .mv_catch {
        letter-spacing: 0.04em;
    }
    .mv_model {
        margin-left: -260px;
    }
    .mv_pkg {
        bottom: 31px;
        margin-left: -420px;
    }
    .mv_info {
        bottom: 32px;
        margin-left: -287px;
    }
    .swiper-slide .icon_new {
        top: 35px;
        left: 50%;
        margin-left: -502px;
    }
    .mv_info_txt {
        padding-bottom: 15px;
        padding-left: 12px;
        font-size: 24px;
        line-height: calc(30 / 24);
        margin-left: -14px;
        margin-bottom: 27px;
    }
    .mv_info_txt::before {
        height: 2px;
    }
}
@media (max-width: 519px) {
    .mv_bg_1 {
        height: 35.4%;
    }
    .mv_bg_2 {
        height: 39%;
    }
    .mv_ttl_box {
        top: 7.1rem;
        left: 1.6rem;
    }
    .mv_catch {
        letter-spacing: 0.08em;
    }
    .mv_ttl {
        font-size: 2.75rem;
        margin-top: 0.6rem;
        letter-spacing: 0.08em;
    }
    [data-ruby]::before {
        text-indent: 0.04em;
        letter-spacing: 0.04em;
        font-size: 0.7rem;
        top: -1rem;
    }
    .mv_ttl_en {
        top: 8.1rem;
    }
    .swiper-slide .icon_new {
        top: 4.8%;
        left: 4.2%;
        width: 9.2%;
        height: auto;
    }
    .mv_pkg {
        width: 16%;
        left: 1.6rem;
        bottom: 1.3rem;
    }
    .mv_pkg,
    .mv_model {
        height: auto;
    }
    .mv_info {
        left: 8.6rem;
    }
    .mv_info_txt {
        position: absolute;
        padding-bottom: 0.8rem;
        left: -7.1rem;
        top: -7rem;
        font-size: 1.4rem;
        line-height: calc(34 / 28);
    }
    .mv_info_txt::before {
        height: 1px;
    }
}

/* lineup */
.lineup_inner{
    display: flex;
    justify-content: center;
    align-items: start;
}
.product_list_ttl{
    font-weight: 700;
    font-style: italic;
    text-align: center;
}
.product_listitem_s .product_name{
    color: #fff;
}
.product_listitem_s_link{
    background-color: #282828;
}
.product_list_ttl_w{
    border: solid 1px #000;
}
.product_list_ttl_s{
    color: #fff;
    background-color: #282828;
}
.product_list{
    display: flex;
    justify-content: center;
    align-items: start;
}
@media (min-width: 520px) {
    .product_list_wrap .product_list{
        margin-top: 32px;
    }
    .product_list_wrap_s .product_list{
        margin-top: 8px;
    }
    .lineup_inner {
        padding: 40px 0 63px;
        width: 1080px;
        column-gap: 40px;
    }
    .product_listitem {
        margin: 0;
    }
    .product_list_ttl{
        font-size: 24px;
        line-height: calc(30 / 24);
    }
    .product_list_ttl_w{
        padding: 24px;
        min-width: 596px;
    }
    .product_list_ttl_s{
        padding-block: 10px;
    }
    .product_list{
        column-gap: 63px;
    }
    .product_listitem_s_link{
        padding: 24px 168px 21px;
        position: relative;
    }
}

@media (max-width: 519px) {
    .product_list_wrap {
        width: 100%;
    }
    .product_list_wrap .product_list{
        margin-top: 1.2rem;
    }
    .product_list_wrap_s .product_list{
        margin-top: 0.4rem;
    }
    .lineup_inner {
        padding: 2.4rem 1.6rem;
        flex-direction: column;
        row-gap: 2.4rem;
        align-items: center;
    }
    .product_list_ttl{
        font-size: 1.4rem;
        line-height: calc(32/28);
        padding: 0.55rem 4.3rem;
    }
    .product_listitem img{
        width: 5.4rem;
        height: auto;
    }
    .product_list{
        column-gap: 2rem;
    }
    .product_listitem_s_link{
        padding: 1.2rem 12rem;
        display: block;
        position: relative;
    }
    .product_name {
        width: 120%;
        margin-left: -10%;
    }
}

/* color */
.colort_item_inner {
    background-color: #fff;
}
.color_item_box {
    display: flex;
    margin: auto;
}
.color_item_ttl_box {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.colors_crystalred .color_item_ttl_box {
    background-color: #d03350;
}
.colors_indigoblue .color_item_ttl_box {
    background-color: #3390ca;
}
.colors_fineviolet .color_item_ttl_box {
    background-color: #7f78b1;
}
.colors_coolblack .color_item_ttl_box {
    background-color: #7a7979;
}
@media (min-width: 520px) {

    .color_item + .color_item {
        border-top: 1px solid #000;
        margin-top: 46px;
    }
    .colort_item_inner {
        border-bottom: 1px solid #000;
    }
    .color_notes {
        border-top: 1px solid #000;
        margin-top: 46px;
    }
    .color_item_img_box {
        border-left: 1px solid #000;
        border-right: 1px solid #000;
    }
    .color_item_box {
        width: 966px;
    }
    .color_item_ttl_box {
        justify-content: flex-start;
        width: 286px;
        padding-top: 36px;
    }
    .color_item_ttl {
        color: #fff;
    }
    .color_item_img {
        margin-top: 32px;
        filter: drop-shadow(12px 30px 30px rgba(0, 0, 0, 0.16));
    }
    .color_notes_inner {
        width: 966px;
    }
}
@media (max-width: 519px) {
    .colors .content {
        background-color: #eee;
    }
    .color_item {
        padding: 2.4rem 0;
        background-color: #fff;
    }
    .color_notes {
        border-top: 1px solid #000;
        margin-top: 1.2rem;
        background-color: #fff;
    }
    .color_item_ttl_box {
        width: 10.4rem;
        padding-top: 3rem;
    }
    .color_item_ttl {
        font-size: 1.2rem;
        background-color: transparent;
    }
    .color_item_img {
        width: 5.2rem;
        height: auto;
        margin: auto;
        display: block;
        filter: drop-shadow(0.6rem 1.5rem 1.5rem rgba(0, 0, 0, 0.16));
    }
    .color_item_img_box {
        flex: 1;
    }
    .color_item_img_box img {
        width: 100%;
        height: auto;
    }
}

/* hoyu_special_wrap */
.hoyu_special_wrap {
    background-color: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.hoyu_special_inner {
    display: flex;
    justify-content: center;
    margin: auto;
}
.hoyu_area,
.special_area {
    text-align: center;
}
.hoyu_area_ttl,
.special_area_ttl {
    font-weight: 700;
}
.special_area_btn {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: 900;
    border: solid 1px #000;
    display: block;
    text-align: center;
    margin: auto;
}
.hoyu_area_btn {
    display: block;
    margin: auto;
}
@media (min-width: 520px) {
    .hoyu_special_wrap {
        margin-top: 48px;
        padding: 40px 0;
    }
    .hoyu_special_inner {
        width: 1080px;
    }
    .hoyu_area,
    .special_area {
        width: 420px;
    }
    .hoyu_area_ttl,
    .special_area_ttl {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .special_area_btn {
        width: 346px;
        height: 80px;
        line-height: 80px;
        font-size: 24px;
    }
}
@media (max-width: 519px) {
    .hoyu_special_wrap {
        margin-top: 2.4rem;
        padding: 2rem 0;
    }
    .hoyu_special_inner {
        flex-direction: column;
        align-items: center;
        gap: 2.3rem 0;
    }
    .hoyu_area_ttl,
    .special_area_ttl {
        font-size: 1.2rem;
        margin-bottom: 1.4rem;
    }
    .special_area_btn,
    .hoyu_area_btn {
        width: 15.15rem;
        height: 6rem;
        line-height: 6rem;
        font-size: 1.2rem;
    }
    .hoyu_area_btn img {
        width: 100%;
        height: auto;
    }
}
