@charset "UTF-8";
.tab__area{
    max-width:1400px;
    margin: 0 auto;
}
.tab__area img{
    vertical-align: middle;
}
/********************
    メニュー
********************/
.tab__detail__menu{
    width: 100%;
    max-width:1400px;
    margin: 4% auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 2%;
}
.tab__detail__menu li{
    width: 32%;
}
.tab__detail__menu li a{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 62px;
    font-size: 22px;
    line-height: 1;
    color: #FFF;
    background: #b8b8b8;
    border-radius: 15px;
}
.tab__detail__menu li a.active{
    background: #2c2c2c;
}
.tab__detail__menu .arrow {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #FFF;
  border-radius: 100%;
}

.tab__detail__menu .arrow::before,
.tab__detail__menu .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% + 3px);
  width: 2px;
  height: 13px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: 50% calc(100% - 1px);
}

.tab__detail__menu .arrow::before {
  transform: rotate(45deg) translateY(-50%);
  left: auto;
  right: calc(50% + 3px);
}

.tab__detail__menu .arrow::after {
  transform: rotate(-45deg) translateY(-50%);
}


.tab__area .tab__itemdetail{
    display: none;
}
.tab__area .tab__itemdetail.active{
    display: block;
}
@media screen and (max-width: 768px) {
    .tab__detail__menu{
        padding: 0 5%;
    }
    .tab__detail__menu li{
        width: 100%;
    }
    .tab__detail__menu li:not(:last-child){
        margin-bottom: 2%;
    }
    .tab__detail__menu li a{
        height: 44px;
        font-size: 16px;
        border-radius: 8px;
    }
    .tab__detail__menu .arrow {
        right: 3%;
        width: 22px;
        height: 22px;
    }

    .tab__detail__menu .arrow::before,
    .tab__detail__menu .arrow::after {
        top: calc(50% - 1px);
        left: calc(50% + 1.5px);
        width: 1px;
        height: 6px;
    }

    .tab__detail__menu .arrow::before {
        left: auto;
        right: calc(50% + 1.5px);
    }

}

/********************
    ベストレビュー
********************/
#bestreview{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    position: relative;
    background: #f5f5f5;
}
#bestreview p{
    margin: 0;
    padding: 0;
}
#bestreview img{
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

#bestreview .review__area{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
}

#bestreview .review__title{
    display: flex;
    justify-content: flex-end;
    position: relative;
}
#bestreview .review__title::before{
    content: "";
    display: block;
    width: 120px;
    height: 168px;
    background: url(/img/goods/CMT2/bestreviw_tit.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 20px;
}
#bestreview .review__title p{
    width: calc( 100% - 160px );
    padding: 30px 0;
    font-size: 24px;
    font-weight: bold;
    color: #494949;
}

/**** review ****/
#bestreview .user__voice{
    max-width: 725px;
    margin: 0 auto;
}
#bestreview .user__voice__list{
    background: #FFF;
    padding: 20px 3% 2%;
    color: #262626;
    font-size: 16px;
}

#bestreview .user__box::before{
    content: "";
    display: block;
    width: 43px;
    height: 43px;
    background: url(/img/goods/CMT2/bestreviw_person.png) no-repeat;
    background-size: cover;
    margin-right: 15px;
}
#bestreview .user__box{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

#bestreview .user__voice__list dl{
    line-height: 1.8;
    font-weight: 500;
}
#bestreview .user__voice__list dl dt{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.0055em;
    padding: 0 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#bestreview .user__voice__list dl dt .user__star img{
    height: 26px;
    vertical-align: baseline;
}

#bestreview .user__voice__list .marker{
    position: relative;
    background-color: #fffc00;
}



@media screen and (min-width: 769px) {
    .pchidden{display: none;}
    .block-goods-comment2, .block-goods-comment3 {
width: 1400px;
    }

    #bestreview a{
transition: all 0.4s ease;
    }
    #bestreview a:hover{
opacity: 0.8;
    }
    
}
@media screen and (max-width: 768px) {
    .sphidden{display: none;}
    .block-goods-comment2{
    margin-left: -10px;
    margin-right: -10px;
    }
    #bestreview .review__area{
padding: 0 5% 5%;
    }
    #bestreview .review__title::before{
width: 32vw;
height: 44.2vw;
top: 0;
left: 1%;
    }
    #bestreview .review__title p{
width: 55.8vw;
font-size: 4.68vw;
text-align: center;
padding: 5vw 0;
    }
    
    #bestreview .user__box{
justify-content: flex-end;
font-size: 4.5vw;
margin-right: 3%;
    }
    #bestreview .user__box::before{
width: 32px;
height: 32px;
margin-right: 5px;
    }

    #bestreview .user__voice__list dl{
padding: 4% 2%;
font-size: 14px;
line-height: 1.5;
width: 100%;
margin-bottom: 18px;
    }
    #bestreview .user__voice__list dl dt{
padding: 0 0 2%;
font-size: 4.2vw;
line-height: 1;
    }
    #bestreview .user__voice__list dl dt .review__head{
width: 54vw;
    }
    #bestreview .user__voice__list dl dt .user__star{
width: 26vw;
    }
    #bestreview .user__voice__list dl dt .user__star img{
width: 100%;
height: auto;
    }
    #bestreview .user__voice__list dl dd{
padding-top: 3%;
font-size: 14px;
letter-spacing: -0.05em;
    }
    #bestreview .user__voice__list dl:nth-child(2n){
margin-left: 0;
    }
}