@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

body {
    background-color: #F5F8FA;
}

.-wrapper {
    margin: 0 auto;
}

@media screen and (min-width: 769px) {

    .-wrapper {
        max-width: 1000px;
        width: 90%;
    }

}

@media screen and (max-width: 768px) {

    .-wrapper {
        width: 92%;
    }

}




/* comment */

.comment {

}

.comment-head {
    position: relative;
}

.commnet-head-bg {
    width: 100%;
}

.comment-head-wrapper {
}

.comment-head-ttl {
    position: absolute;
    left: 50%;
    font-size: 80px;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
    letter-spacing: 0.08em;
    line-height: 1.45;
    text-align: center;
    color: #fff;
    margin-bottom: 12.005vw;
}

.comment-head-nav {
    display: flex;
    justify-content: space-between;
    width: 34.553%;
    position: absolute;
    bottom: 3.513vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);

}

.comment-head-nav-item {
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #fff;
    width: 48.305%;
    padding: 8px 0 9px;
    text-align: center;
    font-size: min(1.464vw, 20px);
    font-weight: bold;
}

.comment-head-nav-item::after {
    content: '';
    width: 1.171vw;
    height: 0.878vw;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    right: 1.171vw;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.comment-head-nav-item.-famous {
    background-color: #C3A75F;
    border: 1px solid #C3A75F;
}

.comment-head-nav-item.-bookstore {
    background-color: #657F9B;
    border: 1px solid #657F9B;
}


.comment-body{
}

.comment-body-box.-famous {
    background-color: #EFF4F7;
}

.comment-body-box.-bookstore {
    background-color: #F7F7F7;
}

.comment-body-wrapper {
    padding: 80px 0;
}

.comment-body-ttl {
    background-color: #657F9A;
    padding: 2px 0 3px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.416;
    text-align: center;
    color: #fff;
    margin: 0 0.98% 0;
}

.comment-body-box.-famous .comment-body-ttl {
    background-color: #C3A75F;
}

.comment-body-satisfaction {
    width: 13.333%;
    margin: 40px auto 8px;
}

.comment-body-note {
    font-size: 14px;
    line-height: 1.428;
    text-align: center;
    color: #717171;
    margin-bottom: 48px;
}

.comment-body-order {
    color: #657F9A;
    text-align: center;
    margin: 16px 0 40px;
}

.comment-body-list {
    padding-bottom: 70px;
}

.comment-body-list-item {
    width: 31.372%;
    background-color: #fff;
    margin: 0 0.98% 20px;
}

.comment-body-list-inner {
    width: 85%;
    margin: 0 auto;
    padding: 24px 0;
}

.comment-body-list-txt {
    padding-bottom: 24px;
}

.comment-body-list-img {
    width: 86.764%;
    margin: 0 auto 24px;
}

.comment-body-list-img-link {
    display: block;
    position: relative;
    padding: 0 2.78vw;
}

.comment-body-list-img-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../img/comment/ico_zoom.png);
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 2.196vw;
    height: 2.196vw;
    max-width: 30px;
    max-height: 30px;
}

.comment-body-list-txt-sentence {
    line-height: 2.125;
}

.comment-body-list-txt-sentence-big {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
    color: #C3A75F;
}

.comment-body-list-txt-sentence-small {
    font-size: 12px;
}

.comment-body-list-human {
    border-top: 1px solid #657F9A;
    padding-top: 16px;
}

.comment-body-list-human-name {
    line-height: 1.5;
    text-align: center;
    color: #657F9A;
}

.comment-body-list-human-name-big {
    font-size: 20px;
}

.comment-btn {
}

@media screen and (min-width: 769px) {

    .comment-head {
    }

    .comment-head-ttl {
        top: 50%;
        transform:translate(-50%, -50%);
        -webkit-transform:translate(-50%, -50%);
        -moz-transform:translate(-50%, -50%);
        -ms-transform:translate(-50%, -50%);
        -o-transform:translate(-50%, -50%);
    }

    .comment-head-nav-item {
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
}

    .comment-head-nav-item.-famous:hover {
        /* background-color: #fff; */
        background: #EFF4F7;
        color: #C3A75F;
    }
    
    .comment-head-nav-item.-bookstore:hover {
        background-color: #fff;
        color: #657F9B;
    }

    .comment-head-nav-item.-famous:hover.comment-head-nav-item::after {
        background-color: #C3A75F;
    }

    .comment-head-nav-item.-bookstore:hover.comment-head-nav-item::after {
        background-color: #657F9B;
    }

    .comment-body-wrapper {
        max-width: 1020px;
        width: 100%;
    }

    .comment-body-list {
        margin: 0 auto;
    }

    .comment-body-list-item {
        box-sizing: content-box;
    }
    
    .comment-body-list-img-link {
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .comment-body-list-img-link:hover {
        opacity: 0.7;
    }

}

@media screen and (max-width: 768px) {

    .comment-head {
    }
    
    .commnet-head-bg {
    }
    
    .comment-head-wrapper {
        
    }
    
    .comment-head-ttl {
        font-size: 56px;
        line-height: 1.44;
        margin-bottom: 2.133vw;
        bottom: 21.6vw;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .comment-head-nav {
        width: 92%;
        bottom: 10.666vw;
    }
    
    .comment-head-nav-item {
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        width: 48.405%;
        font-size: min(4.266vw, 16px);
    }
    
    .comment-head-nav-item::after {
        width: 2.933vw;
        height: 2.133vw;
        right: 2.666vw;
    }

    .comment-body-order {
        margin: 4.266vw 0 8.533vw;
    }
    
    .comment-satisfaction {
        width: 34.492%;
        margin: 0 auto 2.133vw;
    }
    
    .comment-note {
        font-size: 12px;
        line-height: 1.666;
    }
    
    .comment-body{
    }
    
    .comment-body-wrapper {
        padding: 12.8vw 0;
    }

    .comment-body-ttl {
        padding: 3px 0;
        font-size: 18px;
        line-height: 1.888;
    }
    
    .comment-body-satisfaction {
        width: 34.492%;
        margin: 8.533vw auto 2.133vw;
    }
    
    .comment-body-note {
        font-size: 12px;
        line-height: 1.666;
        margin-bottom: 10.933vw;
    }
    
    .comment-body-list {
        padding-bottom: 6.666vw;
    }
    
    .comment-body-list-item {
        width: 100%;
        margin: 0 0 4vw;
    }
    
    .comment-body-list-inner {
        width: 91.304%;
        padding: 6.4vw 0;
    }
    
    .comment-body-list-txt {
        padding-bottom: 6.4vw;
    }

    .comment-body-list-img {
        width: 74.92%;
        margin: 0 auto 6.4vw;
    }
    
    .comment-body-list-img-link {
        padding: 0 10.133vw;
    }

    .comment-body-list-img-link::after {
        right: 0;
        width: 8vw;
        height: 8vw;
    }
    
    .comment-body-list-txt-sentence {
        font-size: 14px;
        line-height: 2;
    }
    
    .comment-body-list-txt-sentence-big {
        font-size: 18px;
        line-height: 1.55;
    }
    
    .comment-body-list-human {
        padding-top: 4.266vw;
    }
    
    .comment-body-list-human-name {
        font-size: 14px;
        line-height: 1.428;
    }

    .comment-body-list-human-name-big {
        font-size: 18px;
    }
    
    .comment-btn {
    }
    
}