@charset "shift_jis";









/*  main
-----------------------*/

body {
    background: #000;
}

#wrapper {}




#contents {
    color: #ffffff;
}


div#contents {
    clear: both;
    width: 1050px;
    margin: 0 auto;
}

h1.logo {
    width: 290px;
    float: left;
    margin-bottom: 0;
}

h1.logo img {
    width: 100%;
}

.special-site {
    width: 244px;
    padding-top: 23px;
    margin-bottom: 0;
    float: right;
}

.special-site img {
    width: 100%;
}

.header {
    width: 1050px;
    margin: 15px auto 15px;
}

.header:after {
    content: "";
    display: block;
    clear: both;
}

.main-image-pc {
    position: relative;
    display: block;
    height: 490px;
}

.main-image-sp {
    position: relative;
    display: none;
}

p.main {
    margin: 0;
}


.main-image-pc .lead {
    color: #fff;
    text-align: left;
    position: absolute;
    left: 0px;
    top: 300px;
    line-height: 1.6;
}
.main-product {
    position: absolute;
    right: -43px;
    top: -20px;
}

.main-product img {
    width: 457px;
}

h2.title {
    margin: 3px 0 25px 0;
    font-size: 24px;
    float: left;
}

span.category {
    display: inline-block;
    float: left;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    padding: 3px 10px;
    margin: 0 10px 0 25px;
    font-size: 16px;
}

h2.bottom {
    margin: 35px 0;
}

.notice {
    background: #ffffff;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

.notice a {
    color: #000000;
}

.reviewer-list-box {
    margin-bottom: 20px;
}

.reviewer-list {
    clear: both;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
}

.reviewer-list:after {
    content: "";
    display: block;
    clear: both;
}

.reviewer-list>li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 25px 48px 25px;
}


.reviewer-list>li:last-child {
    border-left: solid 1px #000;
}

.reviewer-list>li {
    display: table;
    width: 100%;
}

.reviewer-list>li p.text {
    word-break: break-all;
    margin: 0;
    line-height: 1.5;
    padding: 10px;
}

.reviewer-list>li p.text.gray {
    color: #C0C0C0;
}

.comingsoon {
    display: block;
    color: #ffffff;
}

.reviewer-list>li p.text a {
    color: #ffffff;
}

.reviewer-list>li .left,
.reviewer-list>li .right {
    display: table-cell;
    vertical-align: top;
}

.reviewer-list>li p.left {
    width: 130px;
}

.reviewer-list>li p.left img {
    width: 100%;
}

.reviewer-list>li p.name {
    display: inline-block;
    padding: 0 10px 3px 10px;
    margin: 0;
    border-bottom: solid 1px #ffffff;
}

.reviewer-list>li p.name .shi {
    padding-left: 2px;
    font-size: 12px;
    display: inline-block;
}

.product-bottom {
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #fff;
    padding: 12px;
}

.product-bottom .left,
.product-bottom .right {
    display: table-cell;
}

.product-bottom .left {
    width: 185px;
}
.product-bottom .left img {
    width: 100%;
}

.product-bottom .right {
    padding-left: 10px;
}
.product-bottom .right .name {
    font-size: 22px;
}

.product-bottom .right .name span {
    display: block;
    font-size: 14px;
}
.product-bottom .right .text {
    margin-bottom: 0;
    font-size: 11px;
        line-height: 1.5;
}
.sp-contents .lead {
    display: none;
}

@media screen and (max-width: 768px) {
    div#contents,
    .header,
    div#wrapper {
        width: auto;
    }
    .reviewer-list>li{
        width: 100%;
    }
    .reviewer-list>li {
        margin-bottom: 20px;
    }
    h2.title {
        clear: both;
        font-size: 16px;
        line-height: 1.35;
        margin: 5px 0 5px 0;
        padding: 5px 0;
        border-top: solid 1px #000;
        border-bottom: solid 1px #000;
    }
    span.category {
        display: inline-block;
        float: left;
        border-top: solid 1px #ffffff;
        border-bottom: solid 1px #ffffff;
        padding: 3px 10px;
        margin: 0;
        font-size: 16px;
    }
    h2.title span {
        display: block;
    }
    h1.logo {
        width: 180px;
        float: left;
        padding-left: 10px;
    }
    .special-site {
        width: 100px;
        padding-top: 15px;
        padding-right: 10px;
        float: right;
    }
    .special-site img {
        width: 100%;
    }
    .header {
        margin: 10px 0;
    }
    div#wrapper {
        width: auto;
        min-width: 0;
    }
    .main-image-pc {
        display: none;
    }
    .main-image-sp {
        display: block;
    }
    .main-image-sp img {
        width: 100%;
    }
    .reviewer-list {
        border-right: none;
        border-left: none;
    }

    .reviewer-list>li {
        border-bottom: solid 1px #3E3E3E;
        border-left: none;
        padding: 0;
    }
    .reviewer-list>li:last-child {
        border-bottom: none;
        border-left: none;
        padding: 0;
    }
    .reviewer-list>li p.left{
        width: 100px;
    }
    .sp-contents {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
    }
    .sp-contents .notice {
        margin-bottom: 0;
        font-size: 16px;
        padding: 10px;
        margin: 10px 0;
    }
    .sp-contents .notice span {
        display: block;
    }

    .sp-contents .lead {
        font-size: 13px;
        font-weight: bold;
        display: block;
        text-align: center;
        margin: 20px 0;
        padding: 0;
    }
    .sp-contents .lead img {
        width: 100%;
    }

    .reviewer-list>li p.pic {
        width: 80px;
    }
    .reviewer-list>li p.text {
        font-size: 14px;
    }

    .product-bottom {
        font-size: 14px;
    }


    .product-bottom {

        display: table;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: solid 1px #fff;
        padding: 12px;
    }

    .product-bottom .left,
    .product-bottom .right {
        display: table-cell;
    }

    .product-bottom .left {
        width: 100px;
    }
    .product-bottom .right .name {
        font-size: 22px;
    }
    .product-bottom .right .name span {
        display: block;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .product-bottom .right .text {
        font-size: 12px;

    }
}