/*----共通----*/
.-stcmn_bnt_more01{
  display: none;
}
.-stcmn_bnt_more01._on{
  width: 100%;
  display: flex;
  justify-content: center;
}
.-stcmn_bnt_more01>span{
  font-size: 13px;
  line-height: 1;
  padding: 1em;
  border: 1px solid #111;
  background-color: #fff;
  transition: .5s ease;
}
.-stcmn_bnt_more01>span:hover{
  cursor: pointer;
  opacity: .66;
  transition: .2s ease;
}

.-stcmn_bnt_more02{
  width: 100%;
  display: flex;
  justify-content: center;
}
.-stcmn_bnt_more02>a{
  display: flex;
  justify-content: center;
  text-decoration: none;
}
.-stcmn_bnt_more02>a:hover{
  text-decoration: none;
}
.-stcmn_bnt_more02>a>span{
  font-size: 13px;
  line-height: 1;
  padding: 1em;
  border: 1px solid #111;
  background-color: #fff;
  transition: .5s ease;
}
.-stcmn_bnt_more02>a>span:hover{
  cursor: pointer;
  opacity: .66;
  transition: .2s ease;
}

.sort-selectbox {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  -ms-appearance: auto;
}


.see-more-btn-block{
  width: 100%;
  display: flex;
  justify-content: center;
}
.see-more-btn-block>.see-more-btn{
  font-size: 13px;
  line-height: 1;
  padding: 1em;
  border: 1px solid #111;
  background-color: #fff;
  transition: .5s ease;
  display: flex;
  align-items: center;
}
.see-more-btn-block>.see-more-btn::before{
  content: "+";
  display: inline-block;
  margin-right: 0.5em;
}
.see-more-btn-block>.see-more-btn:hover{
  cursor: pointer;
  opacity: .66;
  transition: .2s ease;
}

/*タグ表示*/
.-ssTagWrap01{
  width: 100%;
  display: flex;
  margin: 1em 0;
  flex-flow: row nowrap;
  align-items: flex-start;
}
.-ssTagWrap01_tit01{
  font-size: 13px;
  line-height: 1.4;
  font-weight: bold;
  color: #111;
  margin: 0 1em 0 0;
  white-space: nowrap;
  padding: 0.33em 0;
}
.-ssTagWrap01_ul01{
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
}
.-ssTagWrap01_ul01 li{
  border: 1px solid #ccc;
  font-size: 13px;
  line-height: 1;
  padding: 0.33em 1em .2em;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin: 0 .5em .5em 0;
  border-radius: 100px;
  transition: .5s ease;
}
.-ssTagWrap01_ul01 li:hover{
  background-color: #eee;
  transition: .5s ease;
  cursor: pointer;
}
.-ssTagWrap01_ul01 li::after{
  content: "×";
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  color: #999;
  margin: 0 0 0 .25em;
}
/*//タグ表示*/

/*ヘッダーメニュー*/
.-ssMenu01{
  width: 1020px;
  margin: 0 auto 3em;
  /* padding-bottom: 1em; */
  /* border-bottom: 1px solid #ddd; */
  display: flex;
  align-items: center;
}
.-ssMenu01_tit01{
  display: flex;
  /* margin-right: 5em; */
  margin: 1em 5em 1em 0;
}
.-ssMenu01_tit01>a{
  display: flex;
  flex-flow: column nowrap;
  text-decoration: none;
}
.-ssMenu01_tit01>a:hover{
  text-decoration: none;
}
.-ssMenu01_tit01>a>.-TxtL01{
  font-size: 24px;
  font-weight: bold;
  margin: .1em 0;
  line-height: 1;
}
.-ssMenu01_tit01>a>.-TxtM01{
  font-size: 16px;
  font-weight: normal;
  color: #999;
  margin: .1em 0;
  line-height: 1;
}
.-ssMenu01_ul01{
  display: flex;
}
.-ssMenu01_ul01>li{
  margin-right: 3em;
}
.-ssMenu01_ul01>li>a{
  display: flex;
  align-items: center;
  line-height: .2;
  font-size: 14px;
  text-decoration: none;
  opacity: .33;
  /* padding: .5em 0; */
  transition: .5s ease;
}
.-ssMenu01_ul01>li>a._on{
  font-weight: bold;
  opacity: 1;
  /* border-bottom: 1px solid #111; */
}
.-ssMenu01_ul01>li>a:hover{
  text-decoration: none;
  opacity: 1;
  transition: .2s ease;
}
.-ssMenu01_ul01>li._on:hover{
  opacity: 1;
}
.-ssMenu01_ul01>li>a::before{
  content: '';
  width: 25px;
  height: 25px;
  margin-right: 0.5em;
}
.-ssMenu01_ul01>li.-review01>a::before{
  background: url(../img/icon_review01.png) no-repeat center center/contain;
}
.-ssMenu01_ul01>li.-coordinate01>a::before{
  background: url(../img/icon_snap01.png) no-repeat center center/contain;
}
.-ssMenu01_ul01>li.-article01>a::before{
  background: url(../img/icon_matome01.png) no-repeat center center/contain;
}
.-ssMenu01_ul01>li.-staff01>a::before{
  background: url(../img/icon_staff01.png) no-repeat center center/contain;
}
/*//ヘッダーメニュー*/

/*ページタイトル*/
.-ssPageTit01{
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.-ssPageTit01>.-titL01{
  font-size: 30px;
  line-height: 0.2;
  font-weight: bold;
  margin-right: 1em;
}
.-ssPageTit01>.-titM01{
  font-size: 16px;
  line-height: 0.2;
  font-weight: normal;
  color: #999;
}
.-ssPageTit01::before{
  content: '';
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 10px;
}
.-ssPageTit01.-review01::before{
  background: url(../img/icon_review01.png) no-repeat center center/contain;
}
.-ssPageTit01.-coordinate01::before{
  background: url(../img/icon_snap01.png) no-repeat center center/contain;
}
.-ssPageTit01.-article01::before{
  background: url(../img/icon_matome01.png) no-repeat center center/contain;
}
.-ssPageTit01.-staff01::before{
  background: url(../img/icon_staff01.png) no-repeat center center/contain;
}
/*ページタイトル*/
/*----共通----*/

/*----左カラム検索ボックス----*/
.staff-contents-content{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.staff-contents-block-left-menu-frame{
  width: 240px;
  margin: 0;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 15px;
  box-sizing: border-box;
}
.staff-contents-block-left-menu-frame .staff-contents-menubox .label{
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 0.6em;
}
.staff-contents-mainframe{
  width: 740px;
  margin: 0;
}
.left-menu-fix-button-search{
  width: 100%;
  background-color: #111;
  border: none;
}
.left-menu-fix-button-reset{
  width: 100%;
  background-color: #f9f9f9;
  border: 1px solid #eee;
}
.staff-contents-block-left-menu-frame__stit01{
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 1em;
  padding: 0 0 .5em;
  border-bottom: 1px solid #ddd;
}
.select-category01,
.select-area{
  width: 100%;
  margin-bottom: 0.5em;
}

.select-category02{
  width: 100%;
}
.select-category02::after{
  content: '┗';
  display: inline-block;
  position: absolute;
  font-size: 13px;
  top: 0;
  left: 0;
}
/*----左カラム検索ボックス----*/


/*----スタッフ一覧----*/
.-sec_staffList{
  width: 740px;
  letter-spacing: .075em;
}
.-sec_staffList_ul01{
  width: 740px;
  display: flex;
  flex-flow: row wrap;
}
.-sec_staffList_ul01_li01{
  width: 195px;
  margin-bottom: 40px;
  padding: 0 40px 40px 0;
  border-bottom: 1px dotted #ccc;
}
.-sec_staffList_ul01_li01:nth-of-type(4n){
  padding-right: 0;
  width: 155px;
}
.-sec_staffList_ul01_li01>a{
  width: 155px;
  text-decoration: none;
  display: flex;
  flex-flow: column nowrap;
  transition: .5s ease;
}
.-sec_staffList_ul01_li01>a:hover{
  text-decoration: none;
  opacity: .5;
  transition: .2s ease;
}
.-sec_staffList_ul01_li01>a>.-staffImg01{
  width: 155px;
  font-size: 0;
  line-height: 0;
  display: flex;
  margin-bottom: 5px;
  overflow: hidden;
  border-radius: 100%;
}
.-sec_staffList_ul01_li01>a>.-staffImg01>img{
  width: 100%;
  height: auto;
}
.-sec_staffList_ul01_li01>a>.-staffLabel01{
  display: none;
}
.-sec_staffList_ul01_li01>a>.-staffStore01{
  font-size: 13px;
  line-height: 1.7;
  max-height: 1.7em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #999;
  display: none;
}
.-sec_staffList_ul01_li01>a>.-staffName01{
  font-size: 16px;
  line-height: 1.7;
  max-height: 1.7em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: bold;
  margin-bottom: 0.2em;
  color: #111;
}
.-sec_staffList_ul01_li01>a>.-staffName01>.-staffKana01{
  font-size: 13px;
  font-weight: normal;
}
.-sec_staffList_ul01_li01>a>.-staffProfile01{
  font-size: 13px;
  line-height: 1.4;
  max-height: 7em;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}



/*----//スタッフ一覧----*/

/*----レビュー一覧----*/
.-sec_reviewList{
  width: 740px;
  letter-spacing: .075em;
}
.-sec_reviewList_ul01{
  width: 740px;
  display: flex;
  flex-flow: row wrap;
}
.-sec_reviewList_ul01_li01{
  width: 260px;
  margin-bottom: 40px;
  padding: 0 40px 40px 0;
  border-bottom: 1px dotted #ccc;
}
.-sec_reviewList_ul01_li01:nth-of-type(3n){
  padding-right: 0;
  width: 220px;
}
.-sec_reviewList_ul01_li01>a{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 10px;
  text-decoration: none;
  transition: .5s ease;
}
.-sec_reviewList_ul01_li01>a:hover{
  text-decoration: underline;
  opacity: .5;
  transition: .2s ease;
}
.-sec_reviewList_ul01_li01>a>.-reviewImg01{
  width: 100%;
  min-height: 293px;
  font-size: 0;
  line-height: 0;
  margin-bottom: 10px;
}
.-sec_reviewList_ul01_li01>a>.-reviewImg01>img{
  width: 100%;
  height: auto;
}
.-sec_reviewList_ul01_li01>a>.-reviewBrand01{
  width: 100%;
  font-size: 13px;
  line-height: 1.4;
  max-height: 1.4em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.-sec_reviewList_ul01_li01>a>.-reviewName01{
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  max-height: 1.4em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.-sec_reviewList_ul01_li01>.-reviewTag01{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  font-size: 13px;
  line-height: 1.4;
  /* height: 2.8em; */
  height: 3.6em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
.-sec_reviewList_ul01_li01>.-reviewTag01>li{
  margin-right: 1em;
  margin-bottom: 8px;
}
.-sec_reviewList_ul01_li01>.-reviewTag01>li>a{
  color: #666;
  text-decoration: underline;
  transition: .5s ease;
}
.-sec_reviewList_ul01_li01>.-reviewTag01>li>a:hover{
  text-decoration: none;
  opacity: .5;
  transition: .2s ease;
}
.-sec_reviewList_ul01_li01>.-reviewTit01{
  width: 100%;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.4;
  height: 2.8em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
.-sec_reviewList_ul01_li01>.-reviewTit01>a{
  text-decoration: none;
  transition: .5s ease;
}
.-sec_reviewList_ul01_li01>.-reviewTit01>a:hover{
  text-decoration: underline;
  opacity: .5;
  transition: .2s ease;
}
.-sec_reviewList_ul01_li01>.-reviewStaff01{
  width: 100%;
}
.-sec_reviewList_ul01_li01>.-reviewStaff01>a{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: .5s ease;
}
.-sec_reviewList_ul01_li01>.-reviewStaff01>a:hover{
  text-decoration: none;
  opacity: .5;
  transition: .2s ease;
}
.-sec_reviewList_ul01_li01>.-reviewStaff01>a>.-staffImg01{
  width: 30%;
  font-size: 0;
  line-height: 0;
  border-radius: 100%;
  overflow: hidden;
}
.-sec_reviewList_ul01_li01>.-reviewStaff01>a>.-staffImg01>img{
  width: 100%;
  height: auto;
}
.-sec_reviewList_ul01_li01>.-reviewStaff01>a>.-staffTxt01{
  width: 67%;
}
.-sec_reviewList_ul01_li01>.-reviewStaff01>a>.-staffTxt01 .-staffLabel01{
  display: none;
}
.-sec_reviewList_ul01_li01>.-reviewStaff01>a>.-staffTxt01 .-staffStore01{
  width: 100%;
  font-size: 12px;
  color: #888;
  line-height: 1.4;
  max-height: 1.4em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: none;
}
.-sec_reviewList_ul01_li01>.-reviewStaff01>a>.-staffTxt01 .-staffName01{
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
  max-height: 2.8em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: bold;
}
.-sec_reviewList_ul01_li01>.-reviewStaff01>a>.-staffTxt01 .-staffName01 .-staffKana01{
  font-size: 12px;
  line-height: 1.4;
  font-weight: normal;
}
/*----レビュー一覧----*/



/*----SNAP PLAY一覧----*/
.-sec_snapplayList{
  width: 740px;
  letter-spacing: .075em;
}
.-sec_snapplayList_ul01{
  width: 740px;
  display: flex;
  flex-flow: row wrap;
}
.-sec_snapplayList_ul01_li01{
  width: 260px;
  margin-bottom: 40px;
  padding: 0 40px 40px 0;
  border-bottom: 1px dotted #ccc;
}
.-sec_snapplayList_ul01_li01:nth-of-type(3n){
  padding-right: 0;
  width: 220px;
}
.-sec_snapplayList_ul01_li01>a{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 10px;
  text-decoration: none;
  transition: .5s ease;
}
.-sec_snapplayList_ul01_li01>a:hover{
  text-decoration: underline;
  opacity: .5;
  transition: .2s ease;
}
.-sec_snapplayList_ul01_li01>a>.-snapplayImg01{
  width: 100%;
  min-height: 293px;
  font-size: 0;
  line-height: 0;
  margin-bottom: 10px;
}
.-sec_snapplayList_ul01_li01>a>.-snapplayImg01>img{
  width: 100%;
  height: auto;
}
.-sec_snapplayList_ul01_li01>.-snapplayTag01{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  font-size: 13px;
  line-height: 1.4;
  /* height: 2.8em; */
  height: 3.6em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
.-sec_snapplayList_ul01_li01>.-snapplayTag01>li{
  margin-right: 1em;
  margin-bottom: 8px;
}
.-sec_snapplayList_ul01_li01>.-snapplayTag01>li>a{
  color: #666;
  text-decoration: underline;
  transition: .5s ease;
}
.-sec_snapplayList_ul01_li01>.-snapplayTag01>li>a:hover{
  text-decoration: none;
  opacity: .5;
  transition: .2s ease;
}
.-sec_snapplayList_ul01_li01>.-snapplayComment01{
  width: 100%;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.4;
  height: 2.8em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
.-sec_snapplayList_ul01_li01>.-snapplayComment01>a{
  text-decoration: none;
  transition: .5s ease;
}
.-sec_snapplayList_ul01_li01>.-snapplayComment01>a:hover{
  text-decoration: underline;
  opacity: .5;
  transition: .2s ease;
}
.-sec_snapplayList_ul01_li01>.-snapplayStaff01{
  width: 100%;
}
.-sec_snapplayList_ul01_li01>.-snapplayStaff01>a{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: .5s ease;
}
.-sec_snapplayList_ul01_li01>.-snapplayStaff01>a:hover{
  text-decoration: none;
  opacity: .5;
  transition: .2s ease;
}
.-sec_snapplayList_ul01_li01>.-snapplayStaff01>a>.-staffImg01{
  width: 30%;
  font-size: 0;
  line-height: 0;
  border-radius: 100%;
  overflow: hidden;
}
.-sec_snapplayList_ul01_li01>.-snapplayStaff01>a>.-staffImg01>img{
  width: 100%;
  height: auto;
}
.-sec_snapplayList_ul01_li01>.-snapplayStaff01>a>.-staffTxt01{
  width: 67%;
}
.-sec_snapplayList_ul01_li01>.-snapplayStaff01>a>.-staffTxt01 .-staffLabel01{
  display: none;
}
.-sec_snapplayList_ul01_li01>.-snapplayStaff01>a>.-staffTxt01 .-staffStore01{
  width: 100%;
  font-size: 12px;
  color: #888;
  line-height: 1.4;
  max-height: 1.4em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: none;
}
.-sec_snapplayList_ul01_li01>.-snapplayStaff01>a>.-staffTxt01 .-staffName01{
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
  max-height: 2.8em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: bold;
}
.-sec_snapplayList_ul01_li01>.-snapplayStaff01>a>.-staffTxt01 .-staffName01 .-staffKana01{
  font-size: 12px;
  line-height: 1.4;
  font-weight: normal;
}
/*----SNAP PLAY一覧----*/


/*----まとめ記事一覧----*/
.-sec_blogList{
  width: 740px;
  letter-spacing: .075em;
}
.-sec_blogList_ul01{
  width: 740px;
  display: flex;
  flex-flow: row wrap;
}
.-sec_blogList_ul01_li01{
  width: 260px;
  margin-bottom: 40px;
  padding: 0 40px 40px 0;
  border-bottom: 1px dotted #ccc;
}
.-sec_blogList_ul01_li01:nth-of-type(3n){
  padding-right: 0;
  width: 220px;
}
.-sec_blogList_ul01_li01>a{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 10px;
  text-decoration: none;
  transition: .5s ease;
}
.-sec_blogList_ul01_li01>a:hover{
  text-decoration: underline;
  opacity: .5;
  transition: .2s ease;
}
.-sec_blogList_ul01_li01>a>.-blogImg01{
  width: 100%;
  min-height: 220px;
  font-size: 0;
  line-height: 0;
  margin-bottom: 10px;
}
.-sec_blogList_ul01_li01>a>.-blogImg01>img{
  width: 100%;
  height: auto;
}
.-sec_blogList_ul01_li01>.-blogTag01{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  font-size: 13px;
  line-height: 1.4;
  /* height: 2.8em; */
  height: 3.6em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
.-sec_blogList_ul01_li01>.-blogTag01>li{
  margin-right: 1em;
  margin-bottom: 8px;
}
.-sec_blogList_ul01_li01>.-blogTag01>li>a{
  color: #666;
  text-decoration: underline;
  transition: .5s ease;
}
.-sec_blogList_ul01_li01>.-blogTag01>li>a:hover{
  text-decoration: none;
  opacity: .5;
  transition: .2s ease;
}
.-sec_blogList_ul01_li01>.-blogTit01{
  width: 100%;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.4;
  height: 2.8em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
.-sec_blogList_ul01_li01>.-blogTit01>a{
  text-decoration: none;
  transition: .5s ease;
}
.-sec_blogList_ul01_li01>.-blogTit01>a:hover{
  text-decoration: underline;
  opacity: .5;
  transition: .2s ease;
}
.-sec_blogList_ul01_li01>.-blogStaff01{
  width: 100%;
}
.-sec_blogList_ul01_li01>.-blogStaff01>a{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: .5s ease;
}
.-sec_blogList_ul01_li01>.-blogStaff01>a:hover{
  text-decoration: none;
  opacity: .5;
  transition: .2s ease;
}
.-sec_blogList_ul01_li01>.-blogStaff01>a>.-staffImg01{
  width: 30%;
  font-size: 0;
  line-height: 0;
  border-radius: 100%;
  overflow: hidden;
}
.-sec_blogList_ul01_li01>.-blogStaff01>a>.-staffImg01>img{
  width: 100%;
  height: auto;
}
.-sec_blogList_ul01_li01>.-blogStaff01>a>.-staffTxt01{
  width: 67%;
}
.-sec_blogList_ul01_li01>.-blogStaff01>a>.-staffTxt01 .-staffLabel01{
  display: none;
}
.-sec_blogList_ul01_li01>.-blogStaff01>a>.-staffTxt01 .-staffStore01{
  width: 100%;
  font-size: 12px;
  color: #888;
  line-height: 1.4;
  max-height: 1.4em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: none;
}
.-sec_blogList_ul01_li01>.-blogStaff01>a>.-staffTxt01 .-staffName01{
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
  max-height: 2.8em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: bold;
}
.-sec_blogList_ul01_li01>.-blogStaff01>a>.-staffTxt01 .-staffName01 .-staffKana01{
  font-size: 12px;
  line-height: 1.4;
  font-weight: normal;
}
/*----まとめ記事一覧----*/



/*----スタッフ詳細----*/
.-sec_staffDetail01 .staff-contents-block-staff-info {
  width: 1020px;
  margin: 2em auto 0;
}
.-sec_staffDetail01 .coordinate-detail-staff-info{
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0 0 5em;
}
.-sec_staffDetail01 .coordinate-detail-staff-info-sub{
  width: 250px;
}
.-sec_staffDetail01 .coordinate-detail-staff-info--img{
  width: 100%;
  height: auto;
  border-radius: 0;
  display: block;
  flex: initial;
}
.-sec_staffDetail01 .coordinate-detail-staff-info--img img{
  width: 100%;
  height: auto;
}
.-sec_staffDetail01 .coordinate-detail-staff-info-main{
  width: 740px;
}
.-sec_staffDetail01 .coordinate-detail-staff-info--description{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  min-width: initial;
}
.-sec_staffDetail01 .coordinate-detail-staff-info--shop{
  width: 100%;
  margin: .5em 0;
  display: none;
}
.-sec_staffDetail01 .coordinate-detail-staff-info--shop .-label01{
  display: none;
}
.-sec_staffDetail01 .coordinate-detail-staff-info--shop .-shop01{
  display: none;
}
.-sec_staffDetail01 .-customProfile01_ul01{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.-sec_staffDetail01 .-customProfile01_ul01>li{
  display: inline-block;
  margin: 0 0 .5em;
  font-size: 13px;
  color: #666;
  font-weight: bold;
  display: flex;
}
.-sec_staffDetail01 .-customProfile01_ul01>li:not(:last-of-type)::after{
  content: '／';
  margin: 0 .5em;
}
.-sec_staffDetail01 .coordinate-detail-staff-info--name{
  width: 100%;
  font-size: 21px;
  font-weight: bold;
}
.-sec_staffDetail01 .coordinate-detail-staff-info--name .-kana{
  font-size: .75em;
  font-weight: normal;
}
.-sec_staffDetail01 .coordinate-detail-staff-info--profile{
  font-size: 16px;
  line-height: 1.7;
}

.-sec_staffDetail01 .-staffdetailContents{
  width: 1020px;
  margin: 0 auto;
}
.-sec_staffDetail01 .-staffdetailContents>.-stTabConts01{
  display: none;
  opacity: 0;
}
.-sec_staffDetail01 .-staffdetailContents>.-stTabConts01._on{
  display: block;
  animation: animationTab01 .5s ease 0s 1 normal forwards;
}
@keyframes animationTab01 {
	0% {
    opacity: 0;
	}
	100% {
    opacity: 1;
	}
}

.-sec_staffDetail01 .-staffdetailContents>.-stTabConts01>section>ul>li:nth-of-type(n+9){
  /* display: none;
  opacity: 0; */
}
.-sec_staffDetail01 .-staffdetailContents>.-stTabConts01>section._on>ul>li:nth-of-type(n+9){
  display: block;
  opacity: 1;
}


.-sec_staffDetail01 .-staffdetailContents .-sec_reviewList{
  width: 100%;

}
.-sec_staffDetail01 .-staffdetailContents .-sec_reviewList .-sec_reviewList_ul01 {
  width: 100%;
}
.-sec_staffDetail01 .-staffdetailContents .-sec_reviewList .-sec_reviewList_ul01_li01:nth-of-type(3n) {
  padding: 0 40px 40px 0;
  width: 260px;
}
.-sec_staffDetail01 .-staffdetailContents .-sec_reviewList .-sec_reviewList_ul01_li01:nth-of-type(4n) {
  padding-right: 0;
  width: 220px;
}

.-sec_staffDetail01 .-staffdetailContents .-sec_snapplayList{
  width: 100%;

}
.-sec_staffDetail01 .-staffdetailContents .-sec_snapplayList .-sec_snapplayList_ul01 {
  width: 100%;
}
.-sec_staffDetail01 .-staffdetailContents .-sec_snapplayList .-sec_snapplayList_ul01_li01:nth-of-type(3n) {
  padding: 0 40px 40px 0;
  width: 260px;
}
.-sec_staffDetail01 .-staffdetailContents .-sec_snapplayList .-sec_snapplayList_ul01_li01:nth-of-type(4n) {
  padding-right: 0;
  width: 220px;
}

.-sec_staffDetail01 .-staffdetailContents .-sec_blogList{
  width: 100%;

}
.-sec_staffDetail01 .-staffdetailContents .-sec_blogList .-sec_blogList_ul01 {
  width: 100%;
}
.-sec_staffDetail01 .-staffdetailContents .-sec_blogList .-sec_blogList_ul01_li01:nth-of-type(3n) {
  padding: 0 40px 40px 0;
  width: 260px;
}
.-sec_staffDetail01 .-staffdetailContents .-sec_blogList .-sec_blogList_ul01_li01:nth-of-type(4n) {
  padding-right: 0;
  width: 220px;
}

.-sec_staffDetail01 .-staffdetailContents .-sec_reviewList .-sec_reviewList_ul01>p,
.-sec_staffDetail01 .-staffdetailContents .-sec_snapplayList .-sec_snapplayList_ul01>p,
.-sec_staffDetail01 .-staffdetailContents .-sec_blogList .-sec_blogList_ul01>p{
  width: 100%;
  padding: 5em 0;
  text-align: center;
  font-weight: normal;
  background-color: #f6f6f6;
}



/*タブ*/
.-sec_staffDetail01 .staff-contents-block-sub-list .-staffdetailTab01{
  width: 1020px;
  margin: 0 auto 5em;
  display: flex;
  justify-content: center;
}
.-sec_staffDetail01 .staff-contents-block-sub-list .-staffdetailTab01>li{
  font-size: 13px;
  line-height: 1.7;
  margin: 0 1.5em;
  color: #111;
  display: flex;
  align-items: center;
  padding: 0 1em .75em;
  border-bottom: 1px solid rgba(0,0,0,0);
  opacity: .5;
  transition:  .5s ease;
}
.-sec_staffDetail01 .staff-contents-block-sub-list .-staffdetailTab01>li:hover{
  cursor: pointer;
  opacity: 1;
  transition:  .2s ease;
}
.-sec_staffDetail01 .staff-contents-block-sub-list .-staffdetailTab01>li._on{
  opacity: 1;
  border-bottom: 1px solid rgba(0,0,0,1);
  font-weight: bold;
}
.-sec_staffDetail01 .staff-contents-block-sub-list .-staffdetailTab01>li._on:hover{
  cursor: default;
}
.-sec_staffDetail01 .staff-contents-block-sub-list .-staffdetailTab01>li.-tabReview01::before{
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/icon_review01.png) no-repeat center center/contain;
  margin-right: 0.5em;
}
.-sec_staffDetail01 .staff-contents-block-sub-list .-staffdetailTab01>li.-tabSnapplay01::before{
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/icon_snap01.png) no-repeat center center/contain;
  margin-right: 0.5em;
}
.-sec_staffDetail01 .staff-contents-block-sub-list .-staffdetailTab01>li.-tabBlog01::before{
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/icon_matome01.png) no-repeat center center/contain;
  margin-right: 0.5em;
}
/*タブ*/
/*----//スタッフ詳細----*/

/*----SNAP PLAY 詳細----*/
.-sec_cordinateDetail01 .staff-contents-coordinate-detail-frame {
  width: 1020px;
  margin: 0 auto 5em;
  display: flex;
  justify-content: space-between;
}
.-sec_cordinateDetail01 .coordinate-detail-img-frame {
  width: 390px;
  margin-right: 0;
}
.-sec_cordinateDetail01 .staff-contents-coordinate-detail-description-frame {
  width: 600px;
}
.-sec_cordinateDetail01 .coordinate-detail-staff-info-view {
  width: 100%;
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px dotted #ccc;
}
.-sec_cordinateDetail01 .coordinate-detail-staff-info-view>a{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  text-decoration: none;
  transition: .5s ease;
}
.-sec_cordinateDetail01 .coordinate-detail-staff-info-view>a:hover{
  text-decoration: none;
  opacity: .5;
  transition: .2s ease;
}
.-sec_cordinateDetail01 .coordinate-detail-staff-info-view--img {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  overflow: hidden;
  flex: initial;
  margin: 0 16px 0 0;
  margin-bottom: 1em;
}
.-sec_cordinateDetail01 .coordinate-detail-staff-info-view--img img {
  width: 100%;
  height: auto;
}
.-sec_cordinateDetail01 .coordinate-detail-staff-info-view--description {
  flex-grow: 1;
  width: calc(100% - 80px);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  margin-left: 0;
  margin-bottom: 1em;
}
.-sec_cordinateDetail01 .coordinate-detail-staff-info-view--shop {
  font-size: 13px;
}
.-sec_cordinateDetail01 .coordinate-detail-staff-info-view--shop .-label01{
  display: none;
}
.-sec_cordinateDetail01 .coordinate-detail-staff-info-view--shop .-shop01{
  display: none;
}
.-sec_cordinateDetail01 .coordinate-detail-staff-info-view--name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 0;
}
.-sec_cordinateDetail01 .coordinate-detail-staff-info-view--name .-kana{
  font-size: 13px;
  font-weight: normal;
}

.-sec_cordinateDetail01 .coordinate-detail-date {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 2em;
  color: #999;
}
.-sec_cordinateDetail01 .coordinate-detail-comment {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 3em;
}
.-sec_cordinateDetail01 .coordinate-detail-keyword{
  width: 100%;
  margin: 0 0 2em;
}
.-sec_cordinateDetail01 .coordinate-detail-keyword .keyword-tag-list {
  display: flex;
  flex-wrap: wrap;
}
.-sec_cordinateDetail01 .coordinate-detail-keyword .keyword-tag-item {
  background-color: transparent;
  margin-right: 1em;
  margin-bottom: 1em;
  border: none;
  border-radius: 0;
  font-size: 13px;
  display: inline-block;
  padding: 0;
}
.-sec_cordinateDetail01 .coordinate-detail-keyword .keyword-tag-item a{
  color: #888;
  text-decoration: underline;
  transition: .5s ease;
}
.-sec_cordinateDetail01 .coordinate-detail-keyword .keyword-tag-item a:hover{
  opacity: .5;
  text-decoration: none;
  transition: .2s ease;
}
.-sec_cordinateDetail01 .coordinate-detail-wear-items {
  padding-top: 3em;
  border-top: 1px dotted #ddd;
}
.-sec_cordinateDetail01 .coordinate-detail-wear-items--title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 2em;
  padding-bottom: 0;
  border-bottom: none;
}
.-sec_cordinateDetail01 .coordinate-detail-wear-items .block-thumbnail-t{
  width: 100%;
  margin: 0;
}

.-sec_cordinateDetail01 .coordinate-detail-wear-items .block-thumbnail-t > li {
  display: flex;
  flex-flow: row wrap;
}
.-sec_cordinateDetail01 .coordinate-detail-wear-items .block-thumbnail-t > li .block-thumbnail-t--goods {
  width: 135px;
  margin: 0 20px 40px 0;
  padding-top: 0;
}
.-sec_cordinateDetail01 .coordinate-detail-wear-items .block-thumbnail-t > li .block-thumbnail-t--goods:nth-of-type(4n) {
  margin-right: 0;
}
.-sec_cordinateDetail01 .coordinate-detail-wear-items .block-thumbnail-t--price-infos,
.-sec_cordinateDetail01 .coordinate-detail-wear-items .block-thumbnail-t--goods-condition{
  display: none;
}
.-sec_cordinateDetail01 .staff-coordinate-list-frame {
  padding: 0;
  margin-bottom: 30px;
}
.-sec_cordinateDetail01 .staff-coordinate-list-frame .-sec_snapplayList_ul01 {
  width: 1020px;
}
.-sec_cordinateDetail01 .staff-coordinate-list-frame .-sec_snapplayList_ul01_li01 {
  width: 265px;
  margin-bottom: 40px;
  padding: 0 40px 40px 0;
  border-bottom: 1px dotted #ccc;
}
.-sec_cordinateDetail01 .staff-coordinate-list-frame .-sec_snapplayList_ul01>li:nth-of-type(n+9) {
  display: none;
}
.-sec_cordinateDetail01 .staff-coordinate-list-frame .-sec_snapplayList_ul01._on>li:nth-of-type(n+9) {
  display: block;
}
.-sec_cordinateDetail01 .staff-coordinate-list-frame .-sec_snapplayList_ul01_li01:nth-of-type(3n) {
  padding-right: 40px;
  width: 265px;
}
.-sec_cordinateDetail01 .staff-coordinate-list-frame .-sec_snapplayList_ul01_li01:nth-of-type(4n) {
  padding-right: 0;
  width: 225px;
}

/*スライダー*/
.-cordinateDetail_sliderMain01{
  width: 390px;
  min-height: 520px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.-cordinateDetail_sliderMain01>div{
  width: 390px;
  height: 520px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: .2s ease;
}
.-cordinateDetail_sliderMain01>div.-mv{
  height: 693px;
}
.-cordinateDetail_sliderMain01>div._on{
  opacity: 1;
  position: relative;
  z-index: 10;
  transition: .2s linear;
}
.-cordinateDetail_sliderMain01>div img{
  width: 100%;
  height: auto;
}

.-cordinateDetail_sliderThumb01{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.-cordinateDetail_sliderThumb01 .slick-track {
  transform: unset!important;
}

.-cordinateDetail_sliderThumb01>div{
  width: 70px;
  height: 99px;
  overflow: hidden;
  margin: 0 10px 10px 0;
  opacity: .5;
  transition: .5s ease;
  position: relative;
}
.-cordinateDetail_sliderThumb01>div:hover{
  cursor: pointer;
  opacity: 1;
  transition: .2s ease;
}
.-cordinateDetail_sliderThumb01>div._on{
  opacity: 1;
}
.-cordinateDetail_sliderThumb01>div:nth-of-type(5n){
  margin-right: 0;
}
.-cordinateDetail_sliderThumb01>div img{
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/*スライダー*/

/*----//SNAP PLAY 詳細----*/


/*----まとめ 詳細----*/
.-sec_articleDetail01{
  width: 1020px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
}
.-sec_articleDetail01__boxL{
  width: 740px;
}
.-sec_articleDetail01__boxL .-articleHd01{
  width: 740px;
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px;
}
.-sec_articleDetail01__boxL .-articleHd01 .-articleHd01_img01{
  width: 280px;
}
.-sec_articleDetail01__boxL .-articleHd01 .-articleHd01_img01 img{
  width: 100%;
  height: auto;
}
.-sec_articleDetail01__boxL .-articleHd01 .-articleHd01_cnts01{
  width: 430px;
  display: flex;
  flex-flow: column nowrap;
}
.-sec_articleDetail01__boxL .-articleHd01 .-articleHd01_cnts01 .-articleHd01_cnts01_date01{
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
  color:#999;
  margin: 0 0 .5em;
}
.-sec_articleDetail01__boxL .-articleHd01 .-articleHd01_cnts01 .-articleHd01_cnts01_tit01{
  width: 100%;
  font-size: 24px;
  line-height: 1.7;
  margin: 0 0 .5em;
}
.-sec_articleDetail01__boxL .-articleHd01 .-articleHd01_cnts01 .-articleHd01_cnts01_tag01{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.-sec_articleDetail01__boxL .-articleHd01 .-articleHd01_cnts01 .-articleHd01_cnts01_tag01>li{
  display: inline-block;
  margin: 0 1em .5em 0;
}
.-sec_articleDetail01__boxL .-articleHd01 .-articleHd01_cnts01 .-articleHd01_cnts01_tag01>li>a{
  color: #999;
  text-decoration: underline;
}
.-sec_articleDetail01__boxL .-articleHd01 .-articleHd01_cnts01 .-articleHd01_cnts01_tag01>li>a:hover{
  text-decoration: none;
}

.-sec_articleDetail01__boxR{
  width: 260px;
  padding: 0 0 0 30px;
  border-left: 1px solid #ddd;
}
.-sec_articleDetail01__boxR .-articleDetail_staff01{
  width: 100%;
  display: flex;
  padding: 0 0 3em;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 3em;
}
.-sec_articleDetail01__boxR .-articleDetail_staff01 a{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  align-content: flex-start;
  text-decoration: none;
  transition: .5s ease;
}
.-sec_articleDetail01__boxR .-articleDetail_staff01 a:hover{
  opacity: .66;
  text-decoration: none;
  transition: .2s ease;
}
.-sec_articleDetail01__boxR .-articleDetail_staff01 a .-articleDetail_staff01_boxL{
  width: 64px;
  border-radius: 100%;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.-sec_articleDetail01__boxR .-articleDetail_staff01 a .-articleDetail_staff01_boxL img{
  width:  100%;
  height: auto;
}
.-sec_articleDetail01__boxR .-articleDetail_staff01 a .-articleDetail_staff01_boxR{
  width: 160px;
  display: flex;
  flex-flow: row wrap;
}
.-sec_articleDetail01__boxR .-articleDetail_staff01 a .-articleDetail_staff01_boxR .-articleDetail_staff01_store01{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin: 0 0 .5em;
}
.-sec_articleDetail01__boxR .-articleDetail_staff01 a .-articleDetail_staff01_boxR .-articleDetail_staff01_store01 .-label01{
  width: 100%;
  display: none;
}
.-sec_articleDetail01__boxR .-articleDetail_staff01 a .-articleDetail_staff01_boxR .-articleDetail_staff01_store01 .-shop01{
  width: 100%;
  display: none;
}
.-sec_articleDetail01__boxR .-articleDetail_staff01 a .-articleDetail_staff01_boxR .-articleDetail_staff01_name01{
  width: 100%;
  font-size: 14px;
  font-weight: bold;
}
.-sec_articleDetail01__boxR .-articleDetail_staff01 a .-articleDetail_staff01_boxR .-articleDetail_staff01_name01 .-kana{
  font-size: 13px;
  font-weight: normal;
}

.-sec_articleDetail01__boxR_inner01{
  width: 100%;
  padding: 0 0 3em;
  margin-bottom: 3em;
  border-bottom: 1px dotted #ccc;
}
.-sec_articleDetail01__boxR_inner01 .-sec_articleDetail01__boxR_inner01_tit01{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1em;
}
.-sec_articleDetail01__boxR_inner01 .-sec_blogList_ul01{
  width: 100%;
}
.-sec_articleDetail01__boxR_inner01 .-sec_blogList_ul01 .-sec_blogList_ul01_li01 {
  width: 100%;
  margin-bottom: 5em;
  padding: 0;
  border-bottom: none;
}
.-sec_articleDetail01__boxR_inner01 .-sec_blogList_ul01 .-sec_blogList_ul01_li01:last-of-type{
  margin-bottom: 0;
}
.-sec_articleDetail01__boxR_inner01 .-sec_blogList_ul01 .-sec_blogList_ul01_li01:nth-of-type(3n){
  padding-right: 0;
  width: 100%;
}
.-sec_articleDetail01__boxR_inner01 .-sec_blogList_ul01 .-sec_blogList_ul01_li01 .-blogTag01 {
  height: auto;
}
.-sec_articleDetail01__boxR_inner01 .-sec_blogList_ul01 .-sec_blogList_ul01_li01 .-blogTit01{
  height: auto;
}


.-sec_articleDetail01__boxR_ranking01 .-sec_blogList_ul01 .-sec_blogList_ul01_li01{
  position: relative;
}
.-sec_articleDetail01__boxR_ranking01 .-sec_blogList_ul01 .-sec_blogList_ul01_li01:nth-of-type(1):before{
  content: '1';
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background-color: rgba(193,182,90,.9);
  position: absolute;  
  top: 0;
  left: 0;
  color: #fff;
  font-weight: bold;
  z-index: 10;
}
.-sec_articleDetail01__boxR_ranking01 .-sec_blogList_ul01 .-sec_blogList_ul01_li01:nth-of-type(2):before{
  content: '2';
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background-color: rgba(190,189,184,.9);
  position: absolute;  
  top: 0;
  left: 0;
  color: #fff;
  font-weight: bold;
  z-index: 10;
}
.-sec_articleDetail01__boxR_ranking01 .-sec_blogList_ul01 .-sec_blogList_ul01_li01:nth-of-type(3):before{
  content: '3';
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background-color: rgba(191,101,77,.9);
  position: absolute;  
  top: 0;
  left: 0;
  color: #fff;
  font-weight: bold;
  z-index: 10;
}
.-sec_articleDetail01__boxR_ranking01 .-sec_blogList_ul01 .-sec_blogList_ul01_li01:nth-of-type(4):before{
  content: '4';
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background-color: rgba(55,55,55,.9);
  position: absolute;  
  top: 0;
  left: 0;
  color: #fff;
  font-weight: bold;
  z-index: 10;
}
.-sec_articleDetail01__boxR_ranking01 .-sec_blogList_ul01 .-sec_blogList_ul01_li01:nth-of-type(5):before{
  content: '5';
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background-color: rgba(55,55,55,.9);
  position: absolute;  
  top: 0;
  left: 0;
  color: #fff;
  font-weight: bold;
  z-index: 10;
}
/*----//まとめ 詳細----*/

/*----スタッフレビュー 詳細----*/
.-sec_reviewDetail01{
  width: 1020px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
}

.-sec_reviewDetail01_boxL{
  width: 390px;
  margin-bottom: 3em;
}
.-sec_reviewDetail01_boxL_slideMain01{
  width: 390px;
  min-height: 520px;
  font-size: 0;
  line-height: 0;
  margin: 0 0 10px;
  position: relative;
}
.-sec_reviewDetail01_boxL_slideMain01>div{
  width: 390px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.-sec_reviewDetail01_boxL_slideMain01>div._on{
  opacity: 1;
  z-index: 10;
  transition: .2s ease;
  position: relative;
}

.-sec_reviewDetail01_boxL_slideThumb01{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin: 0 0 3em;
}
.-sec_reviewDetail01_boxL_slideThumb01>div{
  width: 70px;
  height: 70px;
  margin: 0 10px 10px 0;
  opacity: .5;
  transition: .5s ease;
  position: relative;
  overflow: hidden;
}
.-sec_reviewDetail01_boxL_slideThumb01>div:nth-of-type(5n){
  margin-right: 0;
}
.-sec_reviewDetail01_boxL_slideThumb01>div img{
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.-sec_reviewDetail01_boxL_slideThumb01>div:hover{
  cursor: pointer;
  opacity: 1;
  transition: .2s ease;
}
.-sec_reviewDetail01_boxL_slideThumb01>div._on{
  opacity: 1;
}

.-sec_reviewDetail01_boxL_productInfo01{
  width: 100%;
}
.-sec_reviewDetail01_boxL_productInfo01 .-brand01{
  font-size: 13px;
  margin: 0 0 .5em;
}
.-sec_reviewDetail01_boxL_productInfo01 .-product01{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: .25em;
  width: 100%;
}
.-sec_reviewDetail01_boxL_productInfo01 .-product01>a{
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  color: #111;
  text-decoration: none;
}
.-sec_reviewDetail01_boxL_productInfo01 .-product01>a:hover{
  color: #111;
  text-decoration: underline;
}
.-sec_reviewDetail01_boxL_productInfo01 .-price01{
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 1em;
  display: none;
}
.-sec_reviewDetail01_boxL_productInfo01 .-price01 span{
  font-size: .8em;
  font-weight: normal;
  display: none;
}
.-sec_reviewDetail01_boxL_productInfo01 .-tagList01{
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 1em;
}
.-sec_reviewDetail01_boxL_productInfo01 .-tagList01>li{
  margin: 0 1em .5em 0;
}
.-sec_reviewDetail01_boxL_productInfo01 .-tagList01>li>a{
  color: #999;
  font-size: 13px;
  line-height: 1.4;
  text-decoration: underline;
}
.-sec_reviewDetail01_boxL_productInfo01 .-tagList01>li>a:hover{
  text-decoration: none;
}

.-sec_reviewDetail01_boxR{
  width: 600px;
  margin-bottom: 3em;
}

.-sec_reviewDetail01_boxR_staffInfo01{
  width: 100%;
  display: flex;
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px dotted #ccc;
}
.-sec_reviewDetail01_boxR_staffInfo01>a{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  text-decoration: none;
  transition: .5s ease;
}
.-sec_reviewDetail01_boxR_staffInfo01>a:hover{
  opacity: .75;
  transition: .2s ease;
}
.-sec_reviewDetail01_boxR_staffInfo01>a .-staffImg01{
  width: 65px;
  height: 65px;
  border-radius: 100%;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.-sec_reviewDetail01_boxR_staffInfo01>a .-staffImg01 img{
  width: 100%;
  height: auto;
}
.-sec_reviewDetail01_boxR_staffInfo01>a .-staffTxt01{
  width: calc(100% - 65px);
  padding-left: 1em;
  box-sizing: border-box;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.-sec_reviewDetail01_boxR_staffInfo01>a .-staffTxt01 .-staffLabel01{
  display: none;
}
.-sec_reviewDetail01_boxR_staffInfo01>a .-staffTxt01 .-staffStore01{
  font-size: 12px;
  color: #999;
  margin: 0 0 .5em;
  display: none;
}
.-sec_reviewDetail01_boxR_staffInfo01>a .-staffTxt01 .-staffName01{
  font-size: 14px;
  font-weight: bold;
  color: #111;
}
.-sec_reviewDetail01_boxR_staffInfo01>a .-staffTxt01 .-staffName01 .-staffKana01{
  font-size: 12px;
  font-weight:normal;
  color: #111;
}

.-sec_reviewDetail01_boxR_reviewConts01{
  width: 100%;
}
.-sec_reviewDetail01_boxR_reviewConts01 .-date01{
  font-size: 13px;
  color: #999;
  margin-bottom: 1em;
}
.-sec_reviewDetail01_boxR_reviewConts01 .-title01{
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
.-sec_reviewDetail01_boxR_reviewConts01 .-comment01{
  font-size: 16px;
  line-height: 1.7;
  white-space: pre-wrap;
}

.-sec_reviewDetail01 .-sec_reviewList{
  width: 1020px;
  padding: 50px 0;
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
.-sec_reviewDetail01 .-sec_reviewList:nth-of-type(1){
  border-top: 1px solid #ddd;
}

.-sec_reviewDetail01 .-sec_reviewList .-sec_reviewList_stit01{
  width: 100%;
  padding: 0;
  margin: 0 0 2em;
  text-align: center;
  font-size: 21px;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: none;
}

.-sec_reviewDetail01 .-sec_reviewList .-sec_reviewList_ul01 {
  width: 1020px;
}
.-sec_reviewDetail01 .-sec_reviewList .-sec_reviewList_ul01>p{
  width: 100%;
  padding: 5em;
  text-align: center;
  background-color: #f6f6f6;
}
.-sec_reviewDetail01 .-sec_reviewList .-sec_reviewList_ul01 .-sec_reviewList_ul01_li01{
  border-bottom: none;
}
.-sec_reviewDetail01 .-sec_reviewList .-sec_reviewList_ul01 .-sec_reviewList_ul01_li01:nth-of-type(3n) {
  padding-right: 40px;
  width: 260px;
}
.-sec_reviewDetail01 .-sec_reviewList .-sec_reviewList_ul01 .-sec_reviewList_ul01_li01:nth-of-type(4n) {
  padding-right: 0;
  width: 220px;
}
.-sec_reviewDetail01 .-sec_reviewList .-sec_reviewList_ul01 .-sec_reviewList_ul01_li01:nth-of-type(n+5) {
  display: none;
}
.-sec_reviewDetail01 .-sec_reviewList .-sec_reviewList_ul01._on .-sec_reviewList_ul01_li01:nth-of-type(n+5) {
  display: block;
}
/*----//スタッフレビュー 詳細----*/


/*----TOPページデザイン調整----*/
.-ssTopSec01{
  width: 740px;
  display: flex;
  flex-flow: row wrap;
  padding: 40px 0;
  margin-bottom: 40px;
  border-top: 1px dotted #ccc;
  position: relative;
  display: none;/*  SS関連枠を消すとき*/
}

/* .-ssTopSec01:last-of-type{
  border-bottom: 1px dotted #ccc;
  margin-bottom: 75px;
} */

.-ssTopSec01 .-ssPageTit01{
  width: auto;
  padding: 0 0 0 47px;
  border: none;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  align-items: flex-start;
}
.-ssTopSec01 .-ssPageTit01>.-titL01 {
  font-size: 21px;
  line-height: 1.4;
  font-weight: bold;
  margin-right: 0;
}
.-ssTopSec01 .-ssPageTit01>.-titM01 {
  font-size: 15px;
  line-height: 1.4;
  font-weight: normal;
  color: #999;
}
.-ssTopSec01 .-ssPageTit01::before {
  content: '';
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.-ssTopSec01 .-sec_reviewList_ul01_li01 {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.-ssTopSec01 .-sec_snapplayList_ul01_li01 {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.-ssTopSec01 .-sec_blogList_ul01_li01 {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.-ssTopSec01 .-stcmn_bnt_more02{
  width: auto;
  position: absolute;
  top: 30px;
  right: 0;
}

/*----//TOPページデザイン調整----*/

/*----評価スコア関連----*/
.-scoreWrap01{
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin: 2em 0 5em;
}
.-scoreWrap01 .-boxL{
  width: 460px;
}
.-scoreWrap01 .-boxR{
  /* width: 460px; */
  /*カメラ用*/
  width: 90%;
  margin: 0 auto;
  /*カメラ用*/
}

/*線グラフ*/
.-scoreWrap01 .-scoreA{
  position: relative;
}

.-scoreWrap01 .-scoreA .-scoreA_tit01{
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 .5em;
}

.-scoreWrap01 .-scoreA .-scoreA_graph01{
  width: 100%;
  padding-top: 40%;
  position: relative;
  font-size: 0;
  line-height: 0;
}

/* Canvas の場合 */
.-scoreWrap01 .-scoreA #-scoreA_canvas01{
  /* width: 100%;
  height: 100%; */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
/* //Canvas の場合 */

/* svg の場合 */
.-scoreWrap01 .-scoreA .-scoreA_graph01_svg{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.-scoreWrap01 .-scoreA .-scoreA_graph01_svg line{
  stroke: #A40000;
  stroke-width:2;
}
/* //svg の場合 */

.-scoreWrap01 .-scoreA .-scoreA_graph01>.-scoreA_graph01_inner01{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* display: table;
  border-collapse:collapse; */
  display: flex;
}
.-scoreWrap01 .-scoreA .-scoreA_graph01>.-scoreA_graph01_inner01>div{
  width: calc(23% + 1px);
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  margin-right: -1px;
}
.-scoreWrap01 .-scoreA .-scoreA_graph01>.-scoreA_graph01_inner01>div:nth-of-type(1),
.-scoreWrap01 .-scoreA .-scoreA_graph01>.-scoreA_graph01_inner01>div:nth-of-type(6){
  width: calc(4% + 1px);
}
.-scoreWrap01 .-scoreA .-scoreA_graph01>.-scoreA_graph01_inner01>div>span{
  display:block;
  width: 100%;
  height: calc(22% + 1px);
  border: 1px solid #ddd;
  margin-bottom: -1px;
  position: relative;
}
.-scoreWrap01 .-scoreA .-scoreA_graph01>.-scoreA_graph01_inner01>div>span.-active::after{
  content:'';
  width: 12px;
  height: 12px;
  font-size: 0;
  line-height: 0;
  background-color: #A40000;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%,-50%);
}
.-scoreWrap01 .-scoreA .-scoreA_graph01>.-scoreA_graph01_inner01>div>span:nth-of-type(1),
.-scoreWrap01 .-scoreA .-scoreA_graph01>.-scoreA_graph01_inner01>div>span:nth-of-type(6){
  height: calc(6% + 1px);
}
.-scoreWrap01 .-scoreA .-scoreA_graph01_tatejiku{
  position: absolute;
  height: 100%;
  top: 0;
  right: -3.5em;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 3em 0 2em;
}
.-scoreWrap01 .-scoreA .-scoreA_graph01_tatejiku>li{
  font-size: 13px;
  /* font-weight: bold; */
}

.-scoreWrap01 .-scoreA .-scoreA_graph01_yokojiku{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0.5em 0;
  padding: 0 .5em;
}
.-scoreWrap01 .-scoreA .-scoreA_graph01_yokojiku>li{
  font-size: 13px;
  font-weight: bold;
}
/*線グラフ*/

/*左右評価*/
.-scoreWrap01 .-scoreB{
  position: relative;
}

.-scoreWrap01 .-scoreB .-scoreB_tit01{
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 .5em;
}
.-scoreWrap01 .-scoreB .-scoreB_graph01{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 3em;
}
.-scoreWrap01 .-scoreB .-scoreB_graph01:last-of-type{
  margin-bottom: 0;
}
.-scoreWrap01 .-scoreB .-scoreB_graph01 .-scoreB_graph01_yokojiku{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5em;
}
.-scoreWrap01 .-scoreB .-scoreB_graph01 .-scoreB_graph01_yokojiku>li{
  font-size: 13px;
}
.-scoreWrap01 .-scoreB .-scoreB_graph01 .-scoreB_graph01_score{
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 0;
  line-height: 0;
  position: relative;
}
.-scoreWrap01 .-scoreB .-scoreB_graph01 .-scoreB_graph01_score::before{
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #ccc;
  z-index: 1;
}
.-scoreWrap01 .-scoreB .-scoreB_graph01 .-scoreB_graph01_score>span{
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #ccc;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.-scoreWrap01 .-scoreB .-scoreB_graph01 .-scoreB_graph01_score>span.-active{
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #A40000;
}
/*左右評価*/

/*----//評価スコア関連----*/



/*----商品ページデザイン調整----*/
.-ssDetailSec01{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  padding: 40px 0;
  margin-bottom: 40px;
  border-top: 1px dotted #ccc;
  position: relative;
  display: none;/*  SS関連枠を消すとき*/
}
.-ssDetailSec01:last-of-type{
  border-bottom: 1px dotted #ccc;
  margin-bottom: 75px;
}
.-ssDetailSec01 .-ssPageTit01{
  width: 100%;
  padding: 0 0 0 47px;
  border: none;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  align-items: flex-start;
}
.-ssDetailSec01 .-ssPageTit01>.-titL01 {
  font-size: 21px;
  line-height: 1.4;
  font-weight: bold;
  margin-right: 0;
}
.-ssDetailSec01 .-ssPageTit01>.-titM01 {
  font-size: 15px;
  line-height: 1.4;
  font-weight: normal;
  color: #999;
}
.-ssDetailSec01 .-ssPageTit01::before {
  content: '';
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}


.-ssDetailSec01 .-ssPageTit02{
  width: 100%;
  padding: 0 0 0 47px;
  border: none;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  align-items: center;
}
.-ssDetailSec01 .-ssPageTit02>.-titL01 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  margin-right: 0;
}
.-ssDetailSec01 .-ssPageTit02>.-titM01 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
  color: #999;
}

.-ssDetailSec01 .-sec_reviewList {
  width: 100%;
}
.-ssDetailSec01 .-sec_reviewList .-sec_reviewList_ul01{
  width: 100%;
}

.-ssDetailSec01 .-sec_snapplayList {
  width: 100%;
}
.-ssDetailSec01 .-sec_snapplayList .-sec_snapplayList_ul01{
  width: 100%;
}
.-ssDetailSec01 .-sec_blogList {
  width: 100%;
}
.-ssDetailSec01 .-sec_blogList .-sec_blogList_ul01{
  width: 100%;
}

.-ssDetailSec01 .-sec_reviewList .-sec_reviewList_ul01>p,
.-ssDetailSec01 .-sec_snapplayList .-sec_snapplayList_ul01>p,
.-ssDetailSec01 .-sec_blogList .-sec_blogList_ul01>p{
  width: 100%;
  font-weight: normal;
  text-align: center;
  padding: 5em 0;
  background-color: #f6f6f6;
}

.-ssDetailSec01 .-sec_reviewList .-sec_reviewList_ul01>p>strong,
.-ssDetailSec01 .-sec_snapplayList .-sec_snapplayList_ul01>p>strong,
.-ssDetailSec01 .-sec_blogList .-sec_blogList_ul01>p>strong{
  font-weight: normal;
}


.-ssDetailSec01 .-sec_snapplayList_ul01_li01 {
  width: 22%;
  margin-right: 4%;
  border-bottom: none;
  /* margin-bottom: 0; */
  padding-bottom: 0;
  padding-right: 0;
}
.-ssDetailSec01 .-sec_snapplayList_ul01_li01:nth-of-type(4n){
  margin-right: 0;
}
.-ssDetailSec01 .-sec_snapplayList_ul01 .-sec_snapplayList_ul01_li01:nth-of-type(n+5) {
  display: none;
}
.-ssDetailSec01 .-sec_snapplayList_ul01._on .-sec_snapplayList_ul01_li01:nth-of-type(n+5) {
  display: block;
}
.-ssDetailSec01 .-sec_blogList_ul01_li01 {
  width: 22%;
  margin-right: 4%;
  border-bottom: none;
  /* margin-bottom: 0; */
  padding-bottom: 0;
  padding-right: 0;
}
.-ssDetailSec01 .-sec_blogList_ul01 .-sec_blogList_ul01_li01:nth-of-type(n+5) {
  display: none;
}
.-ssDetailSec01 .-sec_blogList_ul01._on .-sec_blogList_ul01_li01:nth-of-type(n+5) {
  display: block;
}
.-ssDetailSec01 .-sec_blogList_ul01_li01:nth-of-type(4n){
  margin-right: 0;
}

.-ssDetailSec01 .-stcmn_bnt_more02{
  width: auto;
  position: absolute;
  top: 30px;
  right: 0;
}

.-ssDetailSec01 .-scoreWrap01{
  margin-bottom: 0;
}


.-ssDetailSec01 .-sec_reviewList_ul01_li01{
  width: 100%;
  border: 1px solid #ddd;
  background-color: #fcfcfc;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 40px;
}
.-ssDetailSec01 .-sec_reviewList_ul01 .-sec_reviewList_ul01_li01:nth-of-type(n+5){
  height: 0;
  border: none;
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}
.-ssDetailSec01 .-sec_reviewList_ul01._on .-sec_reviewList_ul01_li01:nth-of-type(n+3){
  height: auto;
  border: 1px solid #ddd;
  background-color: #fcfcfc;
  padding: 30px;
  margin-bottom: 40px;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxL{
  /* width: 175px; */
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
  max-width: 175px;
  width: 18.22%;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01:nth-of-type(3n)>.-boxL{
  padding: 0;
  /* width: 175px; */
  max-width: 175px;
  width: 18.22%;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxL>a{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 10px;
  text-decoration: none;
  transition: .5s ease;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxL>a:hover{
  text-decoration: underline;
  opacity: .5;
  transition: .2s ease;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxL>a>.-reviewImg01{
  width: 100%;
  font-size: 0;
  line-height: 0;
  margin-bottom: 10px;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxL>a>.-reviewImg01>img{
  width: 100%;
  height: auto;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxL>a>.-reviewBrand01{
  width: 100%;
  font-size: 13px;
  line-height: 1.4;
  max-height: 1.4em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxL>a>.-reviewName01{
  /* width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  max-height: 1.4em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; */
  display: none;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxL>.-reviewTag01{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  font-size: 13px;
  line-height: 1.4;
  /* height: 2.8em; */
  height: 3.6em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxL>.-reviewTag01>li{
  margin-right: 1em;
  margin-bottom: 8px;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxL>.-reviewTag01>li>a{
  color: #666;
  text-decoration: underline;
  transition: .5s ease;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxL>.-reviewTag01>li>a:hover{
  text-decoration: none;
  opacity: .5;
  transition: .2s ease;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxL>.-reviewTit01{
  width: 100%;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.4;
  height: 2.8em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxL>.-reviewTit01>a{
  text-decoration: none;
  transition: .5s ease;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxL>.-reviewTit01>a:hover{
  text-decoration: underline;
  opacity: .5;
  transition: .2s ease;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxL>.-reviewStaff01{
  width: 100%;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxL>.-reviewStaff01>a{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: .5s ease;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxL>.-reviewStaff01>a:hover{
  text-decoration: none;
  opacity: .5;
  transition: .2s ease;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxL>.-reviewStaff01>a>.-staffImg01{
  width: 30%;
  font-size: 0;
  line-height: 0;
  border-radius: 100%;
  overflow: hidden;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxL>.-reviewStaff01>a>.-staffImg01>img{
  width: 100%;
  height: auto;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxL>.-reviewStaff01>a>.-staffTxt01{
  width: 67%;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxL>.-reviewStaff01>a>.-staffTxt01 .-staffLabel01{
  display: none;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxL>.-reviewStaff01>a>.-staffTxt01 .-staffStore01{
  width: 100%;
  font-size: 12px;
  color: #888;
  line-height: 1.4;
  max-height: 1.4em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: none;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxL>.-reviewStaff01>a>.-staffTxt01 .-staffName01{
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
  max-height: 2.8em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: bold;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxL>.-reviewStaff01>a>.-staffTxt01 .-staffName01 .-staffKana01{
  font-size: 12px;
  line-height: 1.4;
  font-weight: normal;
}

.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxR{
  /* width: 755px; */
  max-width: 755px;
  width: 78.64%;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxR>.-stit01{
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 .5em;
  height: 1.4em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxR>.-txt01{
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
  height: 5.1em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*----評価スコア関連----*/
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxR .-scoreWrap01{
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin: 2em 0 0;
  padding-top: 2em;
  border-top: 1px dotted #ddd;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxR .-scoreWrap01 .-boxL{
  width: 45%;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxR .-scoreWrap01 .-boxR{
  /* width: 45%; */
  /*カメラ用*/
  width: 100%;
  /*カメラ用*/
}

/*線グラフ*/
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxR .-scoreWrap01 .-scoreA{
  position: relative;
}

.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxR .-scoreWrap01 .-scoreA .-scoreA_tit01{
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 .5em;
}

.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxR .-scoreWrap01 .-scoreA .-scoreA_graph01{
  width: 100%;
  padding-top: 45%;
  position: relative;
  font-size: 0;
  line-height: 0;
}

/* Canvas の場合 */
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxR .-scoreWrap01 .-scoreA #-scoreA_canvas01{
  /* width: 100%;
  height: 100%; */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
/* //Canvas の場合 */

/* svg の場合 */
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxR .-scoreWrap01 .-scoreA .-scoreA_graph01_svg{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxR .-scoreWrap01 .-scoreA .-scoreA_graph01_svg line{
  stroke: #A40000;
  stroke-width:2;
}
/* //svg の場合 */

.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxR .-scoreWrap01 .-scoreA .-scoreA_graph01>.-scoreA_graph01_inner01{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* display: table;
  border-collapse:collapse; */
  display: flex;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxR .-scoreWrap01 .-scoreA .-scoreA_graph01>.-scoreA_graph01_inner01>div{
  width: calc(23% + 1px);
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  margin-right: -1px;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxR .-scoreWrap01 .-scoreA .-scoreA_graph01>.-scoreA_graph01_inner01>div:nth-of-type(1),
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxR .-scoreWrap01 .-scoreA .-scoreA_graph01>.-scoreA_graph01_inner01>div:nth-of-type(6){
  width: calc(4% + 1px);
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxR .-scoreWrap01 .-scoreA .-scoreA_graph01>.-scoreA_graph01_inner01>div>span{
  display:block;
  width: 100%;
  height: calc(21% + 1px);
  border: 1px solid #ddd;
  margin-bottom: -1px;
  position: relative;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxR .-scoreWrap01 .-scoreA .-scoreA_graph01>.-scoreA_graph01_inner01>div>span.-active::after{
  content:'';
  width: 10px;
  height: 10px;
  font-size: 0;
  line-height: 0;
  background-color: #A40000;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%,-50%);
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxR .-scoreWrap01 .-scoreA .-scoreA_graph01>.-scoreA_graph01_inner01>div>span:nth-of-type(1),
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxR .-scoreWrap01 .-scoreA .-scoreA_graph01>.-scoreA_graph01_inner01>div>span:nth-of-type(6){
  height: calc(8% + 1px);
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxR .-scoreWrap01 .-scoreA .-scoreA_graph01_tatejiku{
  position: absolute;
  height: 100%;
  top: 0;
  right: -3.5em;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 3em 0 2em;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxR .-scoreWrap01 .-scoreA .-scoreA_graph01_tatejiku>li{
  font-size: 13px;
  /* font-weight: bold; */
}

.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxR .-scoreWrap01 .-scoreA .-scoreA_graph01_yokojiku{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0.5em 0;
  padding: 0 .5em;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxR .-scoreWrap01 .-scoreA .-scoreA_graph01_yokojiku>li{
  font-size: 13px;
  font-weight: bold;
}
/*線グラフ*/

/*左右評価*/
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxR .-scoreWrap01 .-scoreB{
  position: relative;
}

.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxR .-scoreWrap01 .-scoreB .-scoreB_tit01{
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 .5em;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxR .-scoreWrap01 .-scoreB .-scoreB_graph01{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 2em;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxR .-scoreWrap01 .-scoreB .-scoreB_graph01:last-of-type{
  margin-bottom: 0;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxR .-scoreWrap01 .-scoreB .-scoreB_graph01 .-scoreB_graph01_yokojiku{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.2em;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxR .-scoreWrap01 .-scoreB .-scoreB_graph01 .-scoreB_graph01_yokojiku>li{
  font-size: 13px;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxR .-scoreWrap01 .-scoreB .-scoreB_graph01 .-scoreB_graph01_score{
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 0;
  line-height: 0;
  position: relative;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxR .-scoreWrap01 .-scoreB .-scoreB_graph01 .-scoreB_graph01_score::before{
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #ccc;
  z-index: 1;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxR .-scoreWrap01 .-scoreB .-scoreB_graph01 .-scoreB_graph01_score>span{
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #ccc;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.-ssDetailSec01 .-sec_reviewList_ul01_li01>.-boxR .-scoreWrap01 .-scoreB .-scoreB_graph01 .-scoreB_graph01_score>span.-active{
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #A40000;
}
/*左右評価*/

/*----//商品ページデザイン調整----*/


/*----まとめ記事詳細----*/
.-articleCnts01{
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .075em;
}
.-articleCnts01 .ss-article-box .ss-boxtype-list li{
  padding: 0;
}
.-articleCnts01 .ss-content-area.content-area-title{
  width: 100%;
  display: block;
}
.-articleCnts01 .ss-content-area.content-area-title h2{
  width: 100%;
  display: block;
  font-weight: bold;
  border-bottom: none;
  border-top: none;
  border-bottom: none;
  background-color: #111;
  color: #fff;
  font-size: 21px;
  line-height: 1.4;
  padding: 0.5em 0.75em;
  margin: 2em 0 1em;
}

.-articleCnts01 .ss-content-area.content-area-image img{
  max-width: 100%;
  max-height: inherit;
  height: auto;
}

.-articleCnts01 .ss-content-area.content-area-product{
  max-width: 350px;
}
.-articleCnts01 .ss-article-box .content-area-product .ss-content-product-img img{
  max-width: 100%;
  max-height: inherit;
  height: auto;
}
.-articleCnts01 .ss-article-box .content-area-product .ss-content-product-info .ss-product-label{
  font-size: 16px;
}
.-articleCnts01 .ss-article-box .content-area-product .ss-content-product-info .ss-product-name{
  font-size: 21px;
  font-weight: bold;
}
.-articleCnts01 .ss-article-box .content-area-product .ss-content-product-info .ss-product-price{
  display: none;
}
.ss-article-box .content-area-coordinate .ss-content-coordinate-img img {
  max-width: 100%;
  max-height: inherit;
}
.ss-article-box .content-area-coordinate .ss-content-user-meta .ss-content-user-meta-list .ss-content-user-label,
.ss-article-box .content-area-coordinate .ss-content-user-meta .ss-content-user-meta-list .ss-content-user-shop
{
  display: none;
}
.ss-article-box .content-area-coordinate .ss-content-user-meta .ss-content-user-meta-list .ss-content-user-name
{
  font-size: 13px;
  color: #111;
}
.ss-article-box .content-area-coordinate .ss-content-user-info-list{
  align-items: center;
  align-content: center;
}
/*----//まとめ記事詳細----*/