

#UserPortfolio #PortfolioHeader{
  padding: 10px 0 0 0;
}
#ContentsHeaderInner{
  display: none;
}
#UserPortfolio #PortfolioHeader h1{
  font-size: 20px !important;
  padding: 0 0 5px 0;
}
#UserPortfolio #PortfolioHeader #MainVisual{
  margin: 0 auto;
}
#NavInner{
  border: none !important;
  background: none !important;
}
#NavLeft{
  display: none;
}
#ViewSelect{
  top: 10px;
  display: block;
  box-sizing: border-box;
  width: 96%;
  text-align: right;
}
#spNavPageType{
  font-weight: bold;
  float: left;
  margin: 2px 10px;
  font-size: 15px;
}
#fixedHeaderNav{
  display: none !important;
}
#UserPortfolio{
  padding: 100px 0 30px 0;
}
#UserPortfolio #ContentsWrap{
  margin: 15px 0 0 0;
}
#PortfolioWorks #UserPortfolio #ContentsWrap{
  margin: 15px 0 0 0;
}



/* ------------------------------
 ナビゲーション
------------------------------ */
#UserPortfolio #PortfolioNav{
  margin: 5px 2% 0 2%;
}
#spPortfolioNav{
  position: absolute;
  top: 45px;
  width: 100%;
  height: auto;
}
#spPortfolioNav.fixed{
  position: fixed;
  z-index: 120;
  top: 0;
  left: 0;
  margin: 0;
}
#spPortfolioNavHeader{
  display: table;
  width: 100%;
  height: 46px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
  cursor: pointer;
}
#spPortfolioNavHeader .userImage{
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  margin: 8px 8px 0 8px;
  border-radius: 15px;
}
#spPortfolioNavHeader .name{
  font-weight: bold;
  display: table-cell;
  width: 100%;
  height: 40px;
  padding: 0 5px 0 0;
  vertical-align: middle;
}
#spPortfolioNavHeaderIcon{
  display: table-cell;
  vertical-align: middle;
}
#spPortfolioNavHeaderIcon .cbIcon{
  margin: 0 5px 0 0;
}
#spPortfolioNavContent{
  position: fixed;
  z-index: 120;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  width: 100%;
  -webkit-transition: top .3s ease, opacity .3s ease;
          transition: top .3s ease, opacity .3s ease;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
#spPortfolioNavContent.show {
  display: block;
}
#spPortfolioNavContent.open{
  top: 0;
  opacity: 1;
}
#spPortfolioNavContentClose{
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ccc;
}
#spPortfolioNavLeft{
  position: relative;
  float: left;
  width: 100px;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
#spPortfolioNavLeft ul{
  width: 100%;
}
#spPortfolioNavLeft ul li a{
  position: relative;
  font-weight: bold;
  line-height: 45px;
  display: block;
  height: 45px;
  padding: 0 0 0 10px;
  color: #666;
  border-left: 3px solid transparent;
}
#spPortfolioNavLeft ul li a .cbIcon{
  position: absolute;
  top: 13px;
  left: -10px;
  transform: rotate(90deg);
}
#spPortfolioNavRight{
  float: right;
  width: calc(100% - 100px);
}
#spPortfolioNavRightContainer{
  /*margin: 0 0 0 100px;*/
}
#spPortfolioNavProfileWrapper,
#spPortfolioNavDataWrapper,
#spPortfolioNavButtonWrapper{
  clear: both;
  padding: 5px 20px 10px 20px;
}
#spPortfolioNavButtonWrapper{
  padding: 5px 20px 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#spPortfolioNavButtonWrapper .FollowBox100,
#spPortfolioNavButtonWrapper .BtnMessageSp{
  float: right;
}
#spPortfolioNavProfileWrapper{
  display: table;
  box-sizing: border-box;
  width: 100%;
  vertical-align: middle;
}
#spPortfolioNavProfileWrapper .userImage{
  display: block;
  width: 50px;
  height: 50px;
  margin: 10px auto;
  border-radius: 25px;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}
#spPortfolioNavProfileWrapper .name{
  font-size: 14px;
  font-weight: bold;
  clear: both;
  text-align: center;
}
#spPortfolioNavProfileWrapper .job{
  font-size: 11px;
  clear: both;
  margin: 8px 0 0 0;
  text-align: center;
}
#spPortfolioNavDataWrapper .data{
  width: 100%;
  list-style: none;
}
@media screen and (min-width: 500px){
  #spPortfolioNavDataWrapper .data{
    float: left;
    box-sizing: border-box;
    width: 50%;
  }
  #spPortfolioNavDataWrapper .data:first-child{
    padding: 0 10px 0 0;
  }
  #spPortfolioNavDataWrapper .data:last-child{
    padding: 0 0 0 10px;
  }
}
#spPortfolioNavDataWrapper .data li{
  line-height: 22px;
  clear: both;
  height: 22px;
  text-align: right;
}
#spPortfolioNavDataWrapper .data li a{
  display: block;
}
#spPortfolioNavDataWrapper .data li .cbIcon{
  float: left;
  margin: 3px 4px 0 0;
}
#spPortfolioNavDataWrapper .data li > span,
#spPortfolioNavDataWrapper .data li a > span{
  float: left;
}
#spPortfolioNavButtonWrapper .BtnMessageSp{
  float: left;
  margin: 0 10px 0 0;
}
#spPortfolioNavButtonWrapper .BtnMessageSp a{
  display: block;
  overflow: hidden;
  width: 25px;
  height: 25px;
  text-align: center;
  color: #a0a0a0;
  border: 1px solid #ccc;
  border-radius: 15px;
  background: #fff;
}
#spPortfolioNavButtonWrapper .BtnMessageSp a .cbIcon{
  font-size: 16px;
  margin: 6px 0 0 0;
}

@keyframes fade-in{
  0%{
    display: none;
    opacity: 0;
  }

  1%{
    display: flex;
    opacity: 0;
  }

  100%{
    display: flex;
    opacity: 1;
  }
}

@-moz-keyframes fade-in{
  0%{
    display: none;
    opacity: 0;
  }

  1%{
    display: flex;
    opacity: 0;
  }

  100%{
    display: flex;
    opacity: 1;
  }
}

@-webkit-keyframes fade-in{
  0%{
    display: none;
    opacity: 0;
  }

  1%{
    display: flex;
    opacity: 0;
  }

  100%{
    display: flex;
    opacity: 1;
  }
}



/* ------------------------------
 Works items
------------------------------ */
@media screen and (max-width: 727px) and (min-width: 415px){
  #ItemList li{
    display: block;
    float: left;
    width: 49%;
    height: auto;
    margin: 0 1% 20px 0;
  }
  #ItemList li:nth-child(odd){
    clear: both;
  }
  #ItemList li:nth-child(even){
    margin: 0 0 20px 1%;
  }
}
@media screen and (max-width: 414px){
  #ItemList li{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
  }
}

#ViewSelect{
  width: 100%;
}
#ViewSelect > .trigger{
  width: auto;
  max-width: 35%;
}
#ViewSelect > .trigger > .btn p {
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 14px;
  line-height: 14px;
}


/* ------------------------------
 Download
------------------------------ */


/* ------------------------------
 Event
------------------------------ */
@media screen and (max-width: 414px){
  #EventList li{
    height: auto;
    padding: 10px;
  }
  #EventList .thumb{
    width: 100%;
  }
  #EventList .itemData{
    width: 100%;
    margin: 20px 0 0 0;
  }
}

/* ------------------------------
 Diary
------------------------------ */
#DiaryList > li{
  padding: 10px;
}
.diaryText img{
  max-width: 98% !important;
  height: auto !important;
  margin: 1%;
}
.diarySns{
  float: left;
}
#DiaryList .detailComment{
  margin: 50px 0 0 0;
}
#DetailComment ul,
.detailComment ul{
  margin: 0;
}
#DetailComment ul.userComment li .commentUserData .date,
.detailComment ul.userComment li .commentUserData .date{
  font-size: 10px;
  float: left;
  margin: 5px 0 0 0;
}

/* ------------------------------
 Profile
------------------------------ */


/* ------------------------------
 Follow, Follwer
------------------------------ */
#UserList > li{
  padding: 20px 0;
}
