@charset "UTF-8";

.product {
    width: 90%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.product__lead {
    font-size: 1.5rem;
}

.product__dealer-link {
    display: block;
    max-width: 334px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 0;
    background: #00a7eb;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
}

.product__set {
    margin-top: 50px;
}

.product__set-figure {
    margin-top: 20px;
}

.product__set-number {
    margin-top: 5px;
}

.product__set-number02 {
    margin-top: 10px;
    font-weight: bold;
}

.product__options {
    margin-top: 50px;
}

.product__options-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    row-gap: 20px;
}

.product__options-item {
    width: 48%;
}

.product__option-image {
    width: 100%;
}

.product__option-figure {
    position: relative;
}

.product__option-caption {
    position: relative;
}

.product__option-name {
    padding: 10px;
    background: #2a2d35;
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;

}

.product__option-number {
    position: absolute;
    top: -25px;
    right: 5px;

    text-shadow: 2px 2px 0 #eee, -2px -2px 0 #eee,
        -2px 2px 0 #eee, 2px -2px 0 #eee,
        0px 2px 0 #eee, 0-2px 0 #eee,
        -2px 0 0 #eee, 2px 0 0 #eee;
}



.-horizon {
    display: flex;
    align-items: center;
}

.-horizon:before,
.-horizon:after {
    display: block;
    flex-grow: 1;
    height: 1px;
    background: #000;
    content: "";
}

.-horizon:before {
    margin-right: .4em;
}

.-horizon:after {
    margin-left: .4em;
}


/* 600px以上：タブレット
------------------------------ */
@media screen and (min-width: 600px) {
    .product__lead {
        font-size: 1.6rem;
    }

    .product__dealer-link {
        margin-top: 50px;
        font-size: 1.6rem;
    }

    .product__set-title,
    .product__options-title {
        font-size: 2.7rem;
    }

    .-horizon:before {
        margin-right: 1em;
    }

    .-horizon:after {
        margin-left: 1em;
    }

    .product__set {
        margin-top: 90px;
    }

    .product__set-figure {
        margin-top: 40px;
    }



    .product__set-number02 {
        font-size: 1.6rem;
    }

    .product__set-number {
        font-size: 1.4rem;
    }

    .product__options {
        margin-top: 90px;
    }

    .product__options-list {
        margin-top: 40px;
        row-gap: 40px;
    }

    .product__options-list::after {
        display: block;
        width: 32%;
        content: "";
    }

    .product__options-item {
        width: 32%;
    }

    .product__options-list.-item2 .product__options-item {
        width: 49%;
    }

    .product__option-number {
        top: -30px;
        right: 10px;
    }
}

/* 960px以上：小型PC
------------------------------ */
@media screen and (min-width: 960px) {
    .product__lead {
        line-height: 1.9;
        text-align: center;
    }

    .product__options-item {
        width: 24%;
    }

    .product__option-caption {
        font-size: 1.6rem;
        text-align: center;
    }

    .product__options-list.-item2 {
        margin-top: 0;
    }

    .product__set-txt-wrap {
        display: flex;
    }

    .product__set-txt-wrap {
        display: flex;
        align-items: center;
    }

    .product__set-number02 {
        margin-top: 0;
        font-size: 1.8rem;
        text-align: center;
        flex: 1;
    }

    .product__set-number {
        font-size: 1.4rem;
    }
}