/* CSS Document */

/* honda_top area ------------------------- */
/*.article_wrap{
  max-width: 630px;
}
.interview h2{
  padding-bottom: 20px;
  margin-top: 10px;
}

.list{
  max-width: 630px !important;
}
.recommend_list{
  display: block;
}*/

.itv_no{
  background-color: #F4C549;
}


.kashiwagi_wrap{
  background-color: #EFE3CF;
}
.kashiwagi_top{
  background-color: #F0DC9E;
  position: relative;
  /*padding-top: 30px;*/
  padding-bottom: 20px;
}
.kashiwagi_top_img{
  width: 100%;
  /*padding-top: 30px;*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/*.mask-img{
  mask-image: url("/assets/img/umemiya/musk_house.svg");
  mask-repeat: no-repeat;
  mask-size: 100%;
}*/

.kashiwagi_top_inner{
  margin-left: 7.46%;
  margin-right: 7.46%;
  position: relative;
}
.kashiwagi_top_ttl{
  position: relative;
  z-index: 1;
}
/*.kashiwagi_top_illust{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
}*/


.kashiwagi_top_sub_ttl{
  font-size: 2rem;
  padding-top: 30px;
}
.kashiwagi_top_sub_ttl span{
  display: inline-block;
  color: #444444;
  position: relative;
}
.kashiwagi_top_sub_ttl span::after{
  content: '';
  width: 100%;
  height: 1px;
  background-color: #F4C549;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.kashiwagi_top_txt{
  padding-top: 40px;
  color: #444444;
}

/*profile*/
.top_profile{
  padding-top: 45px;
}
.top_profile li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 45px;
  
}
.top_profile li img{
  width: 29.55%;
  border-radius: 50%;
}
.top_profile li p{
  width: 66%;
}

/*目次エリア*/
.mokuji_wrap{
  padding-left: 5.33%;
  padding-right: 5.33%;
  padding-bottom: 20px;
}
.mokuji_inner{
  background-color: #FFFFFF;
  border-radius: 24px;
  padding-top: 40px;
  padding-bottom: 30px;
}
.mokuji_inner h2{
  color: #444444;
  font-size: 2rem;
  text-align: center;
  padding-bottom: 40px;
}
.mokuji_list{}
.mokuji_list li{
  width: 86%;
  max-width: 290px;
  margin: 0 auto;
  display: flex;
  padding-bottom: 35px;
  align-items: center;
}
.mokuji_list li span{
  font-size: 2.2rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #F4C549;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5.17%
}
.mokuji_list li a{
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #BCBCBC;
  line-height: 2;
}
.credit{
  padding-left: 5.33%;
  padding-right: 5.33%;
  text-align: right;
  padding-bottom: 20px;
}

/* honda_top area  End------------------------- */