@charset "UTF-8";
main {
    background: #fff;
    /*    max-width: 75%;*/
    margin: auto;
}

p {
    line-height: 2.1;
    font-weight: bold;
    margin-bottom: 0;
}

.genre {
    max-width: 75%;
    position: relative;
    border: 5px solid #ffe1e2;
    padding: 3px;
    margin: auto;
    margin-bottom: 1em;
    margin-top: 1em;
}

#highPrice {
    /* position: absolute; */
    background-image: url(../images/good_point/top-1.png);
    background-size: cover;
    height: 220px;
}

@media screen and (max-width:767px) {
    #highPrice {
        height: 120px;
    }
}

.titleWrap {
    height: 125px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: auto;
    padding-top: 65px;
    margin-bottom: 30px;
}

@media screen and (max-width:767px) {
    .titleWrap {
        height: 60px;
        top: 0;
        bottom: 0;
        padding-top: 0;
    }
}

@media screen and (max-width:480px) {
    .titleWrap .bigLetter {
        font-size: 1.4rem;
    }
}

#noBuy {
    border: #d5cfcc;
    background: #eeeceb;
}

#noBuy .ng {
    color: #f50000;
}

.pointCont {
    background: white;
    width: 80%;
    margin: auto;
    padding: 0 15px 25px;
}

@media screen and (max-width:480px) {
    .pointCont {
        width: 90%;
    }
}

.pointCont p {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width:900px) {
    .pointTop p {
    }
}

@media screen and (max-width:900px) {
    .pointCont p {
        /*font-size: 0.8em;*/
    }
}

#noBuy .pointCont {
    margin-bottom: 2em;
}
#noBuy .pointCont p{
    max-width: 590px;
    font-size: 25px;
}
#noBuy .pointCont .ngList li{
    max-width: 560px;
    margin-right: auto;
    margin-left:auto; 
    font-weight: bold;
    font-size: 14px;
}
#noBuy .description {
    height: auto;
    color: #f50000;
    top:initial;
    bottom: 0;
    line-height: 1.5;
}

#noBuy .description .mark {
    top: 0;
}

#noBuy .bigLetter {
    color: #f50000;
    font-weight: bold;
    text-shadow: 1px 1px white, -1px 1px white, 1px -1px white, -1px -1px white;
    display: inline-block;
    text-align: center;
    top:initial;
    font-size: 90%;
    bottom: 0;
}

.titleImage img {
    display: block;
    width: 100%;
    margin: auto;
}

.titleImage {
    /*    height: 15vh;*/
    position: relative;
    width: 100%;
}

.bigLetter {
    font-size: 30px;
}

@media screen and (max-width:900px) {
    .bigLetter {
        font-size: 27px;
    }
}

@media screen and (max-width:767px) {
    .bigLetter {
        font-size: 22px;
    }
}

body.point .yellow {
    font-size: 0.8em;
    color: #fff27c;
}

.description {
    position: absolute;
    top: 0;
    margin: auto;
    display: inline-table;
    height: 10vh;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 24px;
}

@media screen and (max-width:767px) {
    .description {
        position: relative;
        height: auto;
    }
}

.pointTop {
    position: relative;
}

.pointTop img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 600px;
    padding-top: 1.5rem;
}

#figure {
    background: #fff8f8;
    margin-top: 18rem;
}

#figure .description {
    color: #e30045;
    font-weight: bold;
    top:initial;
    bottom: 0;
    text-shadow: 1px 1px white, -1px 1px white, 1px -1px white, -1px -1px white;
}

#soft {
    border: 5px solid #ffdcc8;
    background: #fffaf1;
}

#soft .description {
    color: #e35b00;
    top:initial;
    bottom: 0;
    text-shadow: 1px 1px white, 1px -1px white, -1px 1px white, -1px -1px white;
}

#animGood {
    border: 5px solid #c7fff1;
    background: #f1fff6;
}

#animGood .description {
    color: #00b461;
    top:initial;
    bottom: 0;
    text-shadow: 1px 1px white, 1px -1px white, -1px 1px white, -1px -1px white;
}

.ok {
    color: #e73f67;
}

.ng {
    color: #1967d1;
}

.excl {
    color: #eac600;
}

.mark {
    font-size: 6em;
    text-align: center;
    position: relative;
}

.ng.mark img {
    width: 1.5em;
}

.excl.mark {
    font-size: 5.5em;
}

@media screen and (max-width:900px) {
    .excl.mark {
        font-size: 4.0em;
    }
}

@media screen and (max-width:900px) {
    .mark {
        font-size: 4.5em;
    }
}
@media screen and (max-width:767px) {
    .genre {
        min-width: 100%;
        position: relative;
        
    }
    #figure{
        margin-top: 0rem;
    }
}

@media screen and (max-width: 767px) {
    .mark {
        font-size: 50px;
    }
}

@media screen and (max-width:767px) {
    .okPoint .casePoint {
        color: #e73f67;
        text-align: center;
    }
}

.casePoint {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    margin-bottom:1rem;
}

@media screen and (max-width:767px) {
    .casePoint {
        font-size: 20px;
    }
}

@media screen and (max-width:900px) {
    .casePoint {
        /*font-size: 1rem;*/
    }
}

.ngList p {
    padding: 0.4em;
    font-size: 25px;
    line-height: 1.5;
}

@media screen and (max-width:900px) {
    .ngList p {
        font-size: 85%;
/*        word-break: keep-all;
*/    }
}

@media screen and (max-width:767px) {
    .ngList p {
        /*font-size: 22px;*/
        margin-bottom: 0.86em;
        line-height: 1.5em;
    }
    #noBuy .pointCont p{
        font-size: 20px;
    }
}

.okPoint {
    margin: 1.5em 0;
}

.ngPoint {
    margin: 1.5em 0;
}

.sellPoint {
    margin: 1.5em 0;
}