@charset "utf-8";
.lineup_contentsInner {
    width: 95%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
#lineup .contents {
    padding-bottom: 7%;
}
@media screen and (min-width: 766px) {
    #lineup .contents {
        padding-bottom: 70px;
    }
}
/*------------------
lineup_navi
--------------------*/
#lineup .item_navi {
    background: #f7f3f0;
}
#lineup .item_navi ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
}
#lineup .item_navi .lineup_contentsInner {
    padding: 0;
    width: 100%;
}

#lineup .item_navi ul li {
    width: 20%;
    padding: 20px 0;
    text-align: center;
}
#lineup .item_navi ul li a {
    display: block;
    color: #707070;
    border-left: solid 1px #aba9a8;
}
#lineup .item_navi ul li:last-child a {
    border-right: solid 1px #aba9a8;
}
#lineup .item_navi_txt {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    position: relative;
    padding-bottom: 20px;
    font-size: 1.4rem;
}
#lineup .item_navi_txt::after {
    content: '';
    position: absolute;
    display: block;
    width: 0.8em;
    height: 0.8em;
    bottom: 8px;
    left: 50%;
    border-top: solid 1px #414042;
    border-right: solid 1px #414042;
    border-radius: 1px;
    transform: rotate(135deg) translate(50%, 0);
}
@media screen and (max-width: 767px) {
    #lineup .item_navi ul {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    #lineup .item_navi .contentsInner {
        padding: 0;
        width: 100%;
    }

    #lineup .item_navi ul li {
        width: 50%;
    }
    #lineup .item_navi ul li:nth-child(-n + 4) {
        border-bottom: solid 1px #aba9a8;
    }
    #lineup .item_navi ul li:nth-child(odd) {
        border-right: solid 1px #aba9a8;
    }
    #lineup .item_navi ul li a {
        display: flex;
        flex-direction: row-reverse;
        border: none;
    }
    #lineup .item_navi ul li:last-child a {
        border: none;
    }
    #lineup .item_navi_txt {
        justify-content: flex-start;
        height: auto;
        width: 60%;
        margin: 0;
        padding: 0 0 0 20px;
        text-align: left;
    }
    #lineup .item_navi_txt::after {
        content: '';
        position: absolute;
        display: block;
        left: auto;
        right: -5px;
        bottom: 48%;
        margin: 0 auto;
    }
    #lineup .item_navi_img {
        display: inline-block;
        height: 100px;
    }
    #lineup .item_navi_img img {
        height: 100%;
    }
}
@media screen and (max-width: 600px) {
    #lineup .item_navi ul li {
        padding: 15px 0;
    }
    #lineup .item_navi_txt {
        width: 70%;
        padding: 0 10px 0 18px;
        font-size: 2.5vw;
    }
    #lineup .item_navi_txt::after {
        right: 0;
    }
    #lineup .item_navi_img {
        height: 80px;
    }
}
@media screen and (max-width: 400px) {
    #lineup .item_navi ul li {
        padding: 10px 0;
    }
    #lineup .item_navi_img {
        height: 50px;
    }
}

/*------------------
アイテム
--------------------*/
#lineup .item {
    padding: 10% 0;
}
#lineup .item:last-child{
    border-bottom: none;
}
#lineup .item_img_pc {
    display: none;
}
#lineup .item_desc_box {
    padding: 0 0 0 4%;
    border-left: 5px solid #a0988e;
}
#lineup .item_desc_inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
#lineup .new_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    margin-right: 8px;
    background-color: #f24e02;
    color: #fff;
    font-size: 1.8rem;
}
@media all and (-ms-high-contrast: none) {
    #lineup .new_item {
        padding-top: 6px;
    }
}
#lineup h2.item_ttl {
    width: 100%;
    padding: 0;
    font-size: 2.6rem;
    text-align: left;
    line-height: 1;
}
#lineup .item_lead {
    margin-top: 6px;
    font-size: 1.4rem;
}
#lineup .item_desc {
    margin-top: 30px;
    font-size: 1.4rem;
}
#lineup .item_img_sp {
    width: 90%;
    margin: 8% auto;
}
#lineup .item_img_sp img {
    width: 100%;
}
#lineup .icon_new {
    position: relative;
}
#lineup .icon_new::before {
    display: flex;
    justify-content: center;
    content: 'NEW';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 16%;
    height: 75px;
    padding: 1% 0 0;
    background-image: url('../images/lineup/icon_new.svg');
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    font-size: 4vw;
}
#lineup .item_subimg {
    display: flex;
    justify-content: space-between;
}
#lineup .item_subimg li {
    width: 30%;
}
#lineup .item_subimg li img {
    width: 100%;
}
#lineup .item_color_ttl {
    margin-top: 3%;
}
#lineup .item_color_type1 {
    margin-top: 5px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
#lineup .item_color_type1 li {
    width: 25%;
    font-size: 1.2rem;
    line-height: 1.5;
}
#lineup .item_color_type1 li img {
    width: 100%;
}
#lineup .item_color_desc {
    margin-top: 2px;
    font-size: 1.2rem;
}
#lineup .item_color_type2 {
    margin-top: 5px;
    display: flex;
    justify-content: flex-start;
}
#lineup .item_color_type2 li {
    margin: 0 60px 0 0;
    width: 18%;
    font-size: 1.2rem;
}
#lineup .item_element_name {
    display: block;
    border-bottom: 1px solid #a0988e;
}
#lineup .item_element_name {
    white-space: nowrap;
}
#lineup .item_element_color_img {
    display: block;
    margin-top: 10px;
}
#lineup .item_element_color_img img {
    width: 100%;
}
#lineup .item_element_color_name {
    white-space: nowrap;
}
@media all and (-ms-high-contrast: none) {
    #lineup .item_color li span {
        display: block;
        padding-top: 5px;
    }
}
@media screen and (min-width: 766px) {
    #lineup .item {
        display: flex;
        padding: 7% 0;
    }
    #lineup .item_img_sp {
        display: none;
    }
    #lineup .item_img_pc {
        display: block;
        width: 50%;
        margin-top: 20px;
        padding: 0 4% 0 3%;
    }
    #lineup .item_img_pc img {
        width: 100%;
    }
    #lineup .icon_new::before {
        width: 12%;
        left: 20px;
        padding: 1% 0 0;
        font-size: 1.6vw;
    }
    #lineup .item_desc_container {
        width: 50%;
    }
    #lineup .item_details {
        margin-top: 6%;
    }
}
@media screen and (min-width: 1240px) {
    #lineup .icon_new::before {
        font-size: 18px;
    }
}

/*------------------
オプション
--------------------*/
.option_contents {
    padding: 5% 0 3%;
}
.option_head_ttl {
    margin: 0;
    text-align: left;
}
.option_container {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-top: 4%;
}
.opBox1 {
    margin: 0 0 30px;
}
.opBox1 li {
    width: 30%;
}
.opBox2 {
    width: 30%;
    margin: 0 5% 0 0;
}
.option_list {
    display: flex;
    justify-content: space-between;
}
.option_list li img {
    width: 100%;
    max-width: 100%;
}
.option_box dt {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    background-color: #a0988e;
    color: #fff;
    height: 50px;
    line-height: 1;
}
@media screen and (min-width: 766px) {
    .option_container {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .opBox1 {
        width: calc(100% * 680 / 1140);
        margin: 0;
    }
    .opBox1 li {
        width: calc(100% * 220 / 680);
    }
    .opBox2 {
        width: calc(100% * 220 / 1140);
        margin: 0;
    }
    .opBox2 li {
        width: auto;
    }
}
