@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

#pageTtl{
	display: none;
}
#contents,
#contentsMain{
	margin: 0;
	padding: 0;
	width: auto !important;
}
h2,
h2 span
{
	width: auto !important;
	background: none !important;
	font-size: 100% !important;
	margin-top: 5px !important;
	margin-bottom: 0 !important;
	line-height: 1.5em !important;
}
h3{
	border: none !important;
	padding: 0;
}
.flexBox{
	display: flex;
}
.fwrap{
	flex-wrap: wrap;
}
.dcolumn{
	flex-direction: column;
}
.sb{
	justify-content: space-between;
}
.ac{
	align-items: center;
}
.afs{
	align-items: flex-start;
}

.sSP{
	display: none;
}
.center{
	text-align: center;
}
.f12{
	font-size: 12px;
line-height: 1.5em;
}
.block{
	display: block;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 30%);
  transition: 1s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}


#reviews{
    padding-bottom: 150px;
    position: relative;
    background: url(/uservoice/lcd/img/content_bg.png) top no-repeat;
    background-size: contain;
    background-attachment: fixed;
    font-family: "Noto Sans JP", sans-serif;
}
#reviews::before{
    content: "";
    background: #F2FBFF;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.9;
}
#MainVisual::before{
    position: fixed;
}
#MainVisual .MainVisualIn{
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
#MainVisual .MainVisualIn .caption{
    position: absolute;
    font-size: 12px;
    right: 10px;
    bottom: 5px;
    color: #6C6C6C;
    font-weight: 600;
}
.reviewsIn{
    max-width: 1440px;
    margin: auto;
    padding: 0 20px;
}
.com-aside{
    position: relative;
    padding: 30px 0;
}
.com-asidein-box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.com-asidein-box img{
    width: 50px;
}
.com-asidein-box > div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.com-asidein-box > div p{
    margin-bottom: 0 !important;
    font-size: 36px;
    color: #1B1464;
    font-weight: 500;
}
.reviews_content{
    position: relative;
}
.reviews_content_item{
    width: calc(20% - 30px);
    min-width: 250px;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}
.review-card{
    padding: 20px;
    border-top: solid 6px #0082F2;
}
.post-user {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}
.post-user .post-firstb{
    min-width: 50px;
}
.post-user-name-date{
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 5px !important;
    color: #9A9A9A;
}
.model-number{
    color: #1B1464;
    font-weight: bold;
    margin: 6px 0;
}
.model-number a{
    color: #1B1464 !important;
}
.like-area{
    margin-top: 6px;
}
.like-area button{
    border: none;
    cursor: pointer;
    padding: 8px 16px;
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
    background: #F1F1F6;
    border: #F1F1F6 solid 2px;
}
.like-area button.liked{
    background: #bab8d0;
    border: #1b1464 solid 2px;
}
/* .like-area button:hover{
    opacity: 0.6;
} */
.like-area .like-count{
    font-weight: bold;
    color: #1B1464;
}
/* 2025_7_14アニメーション用追記 */
@keyframes like-bounce {
    0% { transform: scale(1); }
    30% { transform: scale(1.3); }
    50% { transform: scale(0.9); }
    70% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.like-button.animate img {
    animation: like-bounce 0.4s ease;
}



.review-card .reply{
    padding-top: 15px;
    margin-top: 20px;
    position: relative;
}
.review-card .reply:before{
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: calc(100% + 40px);
    height: 1px;
    background: #BFBFBF;
}
.reviews_post{
    position: relative;
    background: #0181EF;
    border-radius: 30px;
    padding: 35px 20px 35px 60px;
    margin-top: 60px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.reviews_post .reviews_post_img{
    position: absolute;
    bottom: 20px;
    left: 80px;
    width: 10%;
    max-width: 140px;
}
.reviews_post .reviews_post_img img{
    width: 100%;
}
.reviews_post .reviews_post_text{
    width: 45%;
    padding-left: 90px;
    min-width: 480px;
}
.reviews_post .reviews_post_text p{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5em;
    white-space: nowrap;
}
.reviews_post .reviews_post_text .caption{
    font-size: 15px;
    margin-top: 0.5em !important;
    display: block;
    text-indent: -1em;
    padding-left: 1em;
}
.reviews_post_button{
    width: 35%;
    max-width: 430px;
    white-space: nowrap;
}
.reviews_post_button a{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px 20px 16px;
    border: none;
    background: #fff;
    border-radius: 60px;
    color: #1B1465;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.reviews_post_button a p{
    line-height: 1em;
}
.reviews_post_button a span{
    font-size: 18px;
    display: block;
    line-height: 1em;
    margin-bottom: 0.5em;
}
.reviews_post_button a img{
    width: 75px;
}
.headerInfo{
    /*背景色の指定場所*/
    background: linear-gradient(to right, #1E1A9C, #1994DF);
}
.headerInfo a{
    width: fit-content;
    height: 45px;
    margin: auto;
    color: #fff !important;
    display: flex;
    gap: 7.5px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
.headerInfo img{
    width: 25px;
}
html:not(.mobile) .headerInfo .showSP{
	display: none;
}


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

@media screen and (max-width:1500px){
    .com-asidein-box > div p{
        font-size: clamp(20px,2.2vw,36px);
    }
    .com-asidein-box img{
        width: 3.3vw;
    }
    .reviews_post .reviews_post_img img{

    }
    .reviews_post .reviews_post_img{
        left: 3vw;
    }
    /* .reviews_post .reviews_post_text{
        padding-left: 11vw;
    } */
    .reviews_post .reviews_post_text p{
        font-size: clamp(18px,1.6vw,24px);
    }
    .reviews_post_button a span{
        font-size: clamp(12px,1vw,18px);
    }
    .reviews_post_button a{
        font-size: clamp(20px,1.8vw,28px);
    }
    .reviews_post_button a img{
        width: 25%;
    }
}

@media screen and (max-width:1100px){
    /* .reviews_post{
        flex-wrap: wrap;
        padding-left: 20px;
    } */
    /* .reviews_post_button{
        width: 60%;
    } */
    .reviews_post .reviews_post_text{
        /* width: 50%;
        text-align: center;
        padding-left: 0; */
        padding-left: 8vw;
    }
    /* .reviews_post .reviews_post_img {
        left: 5vw;
        top: -30px;
        width: 13%;
    } */
}
@media screen and (max-width:1000px){
    .reviews_post{
        padding-left: 30px;
    }
    .reviews_post .reviews_post_img{
        position: relative;
        left: -2vw;
        bottom: 0;
    }
    .reviews_post .reviews_post_text{
        min-width: auto;
        padding-left: 0;
        margin-left: -3vw;
    }
    .reviews_post .reviews_post_text .caption {
        font-size: 14px;
    }
}
@media screen and (max-width:768px){
    .sPC{
        display: none;
    }
    .sSP{
        display: block;
    }

    #reviews{
        padding-bottom: 50px;
    }
    #MainVisual .MainVisualIn .caption{
        -webkit-text-stroke: 5px white;
        text-stroke: 5px width;
        paint-order: stroke;
        text-align: right;
        right: 20px;
        bottom: 7px;
    }

    .review-card{
        padding: 15px 20px;
    }
    .post-user-photo img{
        width: 45px;
    }
    .like-area{
        margin-top: 15px;
    }
    .reviews_content_item{
        width: 100%;
    }
    .reviews_post{
        padding: 80px 15px 25px;
        flex-flow: column;
        gap: 20px;
    }
    .reviews_post .reviews_post_img{
        left: auto;
        top: -65px;
        width: 85px;
        height: fit-content;
        position: absolute;
    }
    .reviews_post .reviews_post_text{
        padding-left: 0;
        width: 100%;
        text-align: center;
        line-height: 1.5;
        min-width: auto;
        margin-left: 0;
    }
    .reviews_post .reviews_post_text .caption{
        font-size: 12px;
    }
    .reviews_post .reviews_post_text p{
        white-space: normal;
        font-size: clamp(16px,1.6vw,24px);
    }
    .reviews_post_button{
        width: 100%;
    }
    .reviews_post_button a {
        padding: 15px;
    }
    .reviews_post_button a img{
        width: 15%;
    }
    .reviews_post_button a p{
        margin-bottom: 0 !important;
    }
    .headerInfo a{
        width: fit-content;
        height: 30px;
        margin: auto;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }
    .headerInfo img{
        width: 15px;
    }
    .headerInfo .showPC{
        display: none;
    }
}



/*SP*/
