/* ---- NEWバッジ ----- */
.lineup-list-items-title.lineup-new:after {
    content: 'NEW';
    background: #333;
    font-size: 0.5em;
    font-weight: bold;
    color: #FFF;
    vertical-align: 4px;
    display: inline-block;
    margin: 0 0 0 8px;
    padding: 5px;
    border-radius: 3px;
}

/* ---- AR-1画像 ---- */
.lineup-items__ar .lineup-list-items-pict.lineup-list-items-pict00 {
    width: 271px;
    height: 150px;
    background: url("../img/products/ar/lineup-list-items-pict00.png") no-repeat center center;
}

@media only screen and (max-width: 1060px) {
    .lineup-items__ar .lineup-list-items-pict.lineup-list-items-pict00 {
        width: calc((100vw / 1060) *271);
        height: calc((100vw / 1060) *150);
        background: url("../img/products/ar/lineup-list-items-pict00.png") no-repeat top center;
        background-size: 100%;
    }
}

@media only screen and (max-width: 750px) {
    .lineup-items__ar .lineup-list-items-pict.lineup-list-items-pict00 {
        width: calc((100vw / 750) *375);
        height: calc((100vw / 750) *200);
        background: url("../img/products/ar/lineup-list-items-pict00_sp.png") no-repeat center center;
        background-size: 100%;
        margin: auto;
    }
}

/* ---- AR-2画像 ----- */
.lineup-items__ar .lineup-list-items-pict.lineup-list-items-pict01 {
    width: 271px;
    height: 191px;
    background: url("../img/products/ar/lineup-list-items-pict01.png") no-repeat top center;
}

@media only screen and (max-width: 1060px) {
    .lineup-items__ar .lineup-list-items-pict.lineup-list-items-pict01 {
        width: calc((100vw / 1060) *271);
        height: calc((100vw / 1060) *191);
        background: url("../img/products/ar/lineup-list-items-pict01.png") no-repeat top center;
        background-size: 100%;
    }
}

@media only screen and (max-width: 750px) {
    .lineup-items__ar .lineup-list-items-pict.lineup-list-items-pict01 {
        width: calc((100vw / 750) *361);
        height: calc((100vw / 750) *300);
        background: url("../img/products/ar/lineup-list-items-pict01_sp.png") no-repeat center center;
        background-size: 100%;
        margin: auto;
    }
}

/* ---- AR-3画像 ---- */
.lineup-items__ar .lineup-list-items-pict.lineup-list-items-pict02 {
    width: 271px;
    height: 263px;
    background: url("../img/products/ar/lineup-list-items-pict02.png") no-repeat top center;
}

@media only screen and (max-width: 1060px) {
    .lineup-items__ar .lineup-list-items-pict.lineup-list-items-pict02 {
        width: calc((100vw / 1060) *271);
        height: calc((100vw / 1060) *300);
        background: url("../img/products/ar/lineup-list-items-pict02.png") no-repeat top center;
        background-size: 100%;
    }
}

@media only screen and (max-width: 750px) {
    .lineup-items__ar .lineup-list-items-pict.lineup-list-items-pict02 {
        width: calc((100vw / 750) *378);
        height: calc((100vw / 750) *410);
        background: url("../img/products/ar/lineup-list-items-pict02_sp.png") no-repeat center center;
        background-size: 100%;
        margin: auto;
    }
}

/* ---- AR-4画像 ---- */
.lineup-items__ar .lineup-list-items-pict.lineup-list-items-pict03 {
    width: 271px;
    height: 345px;
}

@media only screen and (max-width: 1060px) {
    .lineup-items__ar .lineup-list-items-pict.lineup-list-items-pict03 {
        width: calc((100vw / 1060) *271);
        height: calc((100vw / 1060) *345);
        background: url("../img/products/ar/lineup-list-items-pict03.png") no-repeat top center;
        background-size: 100%;
    }
}

@media only screen and (max-width: 750px) {
    .lineup-items__ar .lineup-list-items-pict.lineup-list-items-pict03 {
        width: calc((100vw / 750) *386);
        height: calc((100vw / 750) *519);
        background: url("../img/products/ar/lineup-list-items-pict03_sp.png") no-repeat center center;
        background-size: 100%;
        margin: auto;
    }
}

/* ---- AR-5画像 ---- */
.lineup-items__ar .lineup-list-items-pict.lineup-list-items-pict00-2 {
    width: 341px;
    height: 374px;
    background: url("../img/products/ar/lineup-list-items-pict03-2.png") no-repeat top center;
}

@media only screen and (max-width: 1060px) {
    .lineup-items__ar .lineup-list-items-pict.lineup-list-items-pict00-2 {
        width: calc((100vw / 1060) *341);
        height: calc((100vw / 1060) *374);
        background: url("../img/products/ar/lineup-list-items-pict03-2.png") no-repeat top center;
        background-size: 100%;
    }
}

@media only screen and (max-width: 750px) {
    .lineup-items__ar .lineup-list-items-pict.lineup-list-items-pict00-2 {
        width: calc((100vw / 750) *386);
        height: calc((100vw / 750) *519);
        background: url("../img/products/ar/lineup-list-items-pict03-2_sp.png") no-repeat center center;
        background-size: 100%;
        margin: auto;
    }
}

/* ---- 評論家の声 ---- */
.criticvoice-img.usersvoice-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 16px;
}
.criticvoice-img ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 8px;
}
.criticvoice-img ul li p {
    margin: 10px 0;
}
.criticvoice-img ul li p span {
    display: block;
    font-size: 0.75em;
    color: #b3b3b3;
    margin-top: 4px;
    letter-spacing: 0.03em;
    line-height: 1.2em;
}
.criticvoice-img ul li img {
    max-width: 100%;
    height: auto;
}
.critic-section p.critic-name {
    display: block;
    padding: 0 55px;
    font-size: 0.8em;
    text-align: center;
}

.criticvoice-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.critic-section {
    text-align: center;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    padding: 2% 4% 2% 0;
}
.critic-section:nth-child(2n) {padding: 2% 0;}
.critic-section p.critic-name:before {left: 0;}
.critic-section p.critic-name:after {right: 0;}
.critic-section .critic-n1 {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    margin: 8px 0;
}
.critic-section .critic-n2 {
    color: #b3b3b3;
}
.critic-title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
    font-size: 1.4em;
    line-height: 1.45em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    margin: 16px 0;
    padding: 8px 24px;
}
.critic-title:before,
.critic-title:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.critic-title:before {
    top: 0;
    left: 0;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
}
.critic-title:after {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
}
.critic-content {
    text-align: left;
}
.critic-content span {
    font-weight: bold;
}
.customer-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cs-ttl-item:nth-child(1) {
    -ms-flex-preferred-size: 13%;
    flex-basis: 13%;
}
.cs-ttl-item:nth-child(2) {
    -ms-flex-preferred-size: 87%;
    flex-basis: 87%;
}
@media only screen and (max-width: 1060px) {
    .critic-title {
        text-align: left;
        font-size: 0.97em;
        font-weight: bold;
    }
    .cs-ttl-item:nth-child(1) {
        -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    }
    .cs-ttl-item:nth-child(2) {
        -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    }
}
@media only screen and (max-width: 750px) {
    .criticvoice-img ul li {
        width: 30.66667%;
        margin-right: 4%;
    }    
    .criticvoice-img ul li:nth-child(3n){
        margin-right: 0;
    }
    .critic-section {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 32px;
        padding: 0;
    }
    .critic-title {
        text-align: left;
        font-size: 0.97em;
        font-weight: bold;
    }
    .cs-ttl-item:nth-child(1) {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center;
    }
    .cs-ttl-item:nth-child(2) {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center;
    }
}

/* === アウトレット === */
.outlet-section {
    background: url('../img/products/ar/outlet-back.jpg') center center no-repeat;
    background-size: cover;
    padding: 120px 0;
    text-align: center;
}
.outlet-section h3 {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.outlet-section h3:before,
.outlet-section h3:after {
    position: absolute;
    top: 0;
    content: '';
    width: 20px;
    height: 100%;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.outlet-section h3:before {
    left: 0;
    border-left: 1px solid #FFF;
}
.outlet-section h3:after {
    right: 0;
    border-right: 1px solid #FFF;
}
.outlet-section h3 img {
    padding: 0 36px;
    max-width: 100%;
    height: auto;
}
.outlet-button {
    margin: 64px 0 0 0;
}
.outlet-button a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 12px 56px;
    background: transparent;
    border: 2px solid #FFF;
    color: #FFF;
}
.outlet-button a:hover {
    background: rgba(255,255,255,.2);
}

/* === ラインナップタイトル === */
#line_up {
    padding-top: 0!important;
}
.lineup-ttl-wrap {
    padding: 50px 0 400px 0;
    overflow-y: hidden;
    background-color: #000;
    background-image: url('../img/products/ar/products-item-pict05.png');
    background-repeat: no-repeat;
    background-size: 600px auto;
    background-position: 50% 50%;
}
@media only screen and (max-width: 750px) {
    .lineup-ttl-wrap {
        padding: 50px 0 200px 0;
        background-size: 380px auto;
    }
}