﻿/*========================================
 スタッフ一覧パーツ
=========================================*/
 .story_wrap .right_blk #top_recommend_curetor {
  background-color: #f4f4f4;
  padding: 40px 20px 0;
  margin-bottom: 25px;
}

 .story_wrap .right_blk #top_recommend_curetor .recommend_curetor_ttl {
  font-family: semplicitapro, sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 177px;
  margin: 0 auto 36px;
  font-size: 23px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: .05em;
}

 .story_wrap .right_blk #top_recommend_curetor .recommend_curetor_ttl .ttl_white {
  display: block;
  color: #fff;
  text-shadow: 1px  1px 0px #0a0e1f,
  -1px  1px 0px #0a0e1f,
  1px -1px 0px #0a0e1f,
  -1px -1px 0px #0a0e1f,
  1px  0px 0px #0a0e1f,
  0px  1px 0px #0a0e1f,
  -1px  0px 0px #0a0e1f,
  0px -1px 0px #0a0e1f;
}

 .story_wrap .right_blk #top_recommend_curetor .recommend_curetor_ttl .ttl_small {
  display: block;
  font-size: 11px;
  padding-top: 9px;
  letter-spacing: .1em;
  font-weight: normal;
}

 .story_wrap .right_blk #top_recommend_curetor .recommend_curator_inner {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

 .story_wrap .right_blk #top_recommend_curetor .recommend_curator_inner .curator_blk {
  width: 125px;
  margin: auto;
  margin-bottom: 28px;
}


 .story_wrap .right_blk #top_recommend_curetor .recommend_curator_inner .curator_blk a:hover .curator_img::before, .story_wrap .right_blk #top_recommend_curetor .recommend_curator_inner .curator_blk a:hover img {
  opacity: .7;
}

 .story_wrap .right_blk #top_recommend_curetor .recommend_curator_inner .curator_blk a img {
  display: block;
  width: 100%;
  height: 100%;
}

 .story_wrap .right_blk #top_recommend_curetor .recommend_curator_inner .curator_blk a .curator_img {
  display: block;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  margin-bottom: 12px;
}

 .story_wrap .right_blk #top_recommend_curetor .recommend_curator_inner .curator_blk .curator_img::before {
  border-radius: 50%;
}

 .story_wrap .right_blk #top_recommend_curetor .recommend_curator_inner .curator_blk .curator_img.bg_orange {
  border: 2px solid grey;
  padding: 2px;
}

 .story_wrap .right_blk #top_recommend_curetor .recommend_curator_inner .curator_blk a .curator_img.bg_orange img {
  border-radius: 50%;
}

 .story_wrap .right_blk #top_recommend_curetor .recommend_curator_inner .curator_blk a .curator_name {
  display: block;
  font-size: 13px;
  text-align: center;
}