@charset "UTF-8";

#ntv-every .left-box .every-box-profile ul li {
  margin: 15px 0;
  line-height: 1.6;
  border-bottom: 1px solid #efefef;
}

#ntv-every .left-box .every-box-profile ul li:last-child {
  border-bottom: none;
}

#ntv-every .left-box .every-box-profile ul li .cast-name {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 25px 15px 15px;
  padding-bottom: 15px;
  padding-right: 25px;
  cursor: pointer;
}

#ntv-every .left-box .every-box-profile ul li .cast-name .tabmenu-ico {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 20px;
  width: 16px;
  height: 16px;
  transition: all 0.3s;
}

#ntv-every .left-box .every-box-profile ul li .cast-name .tabmenu-ico:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 15px;
  height: 1px;
  background: #000;
}

#ntv-every .left-box .every-box-profile ul li .cast-name .tabmenu-ico:after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0;
  left: 7px;
  width: 1px;
  height: 15px;
  background: #000;
}

#ntv-every .left-box .every-box-profile ul li .cast-name.active .tabmenu-ico {
  transform: rotate(45deg);
}

#ntv-every .left-box .every-box-profile ul li .cast-img {
  width: 100px;
  min-width: 100px;
  height: 100px;
  background-image: url(../images/profile/cast/noimage.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fccfd7;
  border-radius: 5px;
}

#ntv-every .left-box .every-box-profile ul li h3 {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -ms-transform: rotate(0.001deg);
  -webkit-transform: rotate(0.03deg);
  margin-left: 15px;
  letter-spacing: 0.1em;
}

#ntv-every .left-box .every-box-profile ul li h3 span {
  font-size: 10px;
  font-family: "FOT-ロダン Pro DB", "RodinPro-DB", sans-serif;
  -webkit-font-smoothing: antialiased;
  -ms-transform: rotate(0.001deg);
  -webkit-transform: rotate(0.03deg);
}

#ntv-every .left-box .every-box-profile ul li h3 .category {
  font-family: "FOT-ロダン Pro B", "RodinPro-B", sans-serif;
  -webkit-font-smoothing: antialiased;
  -ms-transform: rotate(0.001deg);
  -webkit-transform: rotate(0.03deg);
  display: block;
  font-size: 14px;
  color: #ff73a2;
  margin-bottom: 5px;
}

#ntv-every .left-box .every-box-profile ul li .cast-txt .profile {
  color: #848484;
  margin-bottom: 15px;
  padding: 0 20px;
}

#ntv-every .left-box .every-box-profile ul li .cast-txt .comment {
  background: #efefef;
  padding: 20px;
}

#ntv-every .left-box .every-box-profile ul li .cast-txt .comment h4 {
  font-family: "FOT-ロダン Pro B", "RodinPro-B", sans-serif;
  -webkit-font-smoothing: antialiased;
  -ms-transform: rotate(0.001deg);
  -webkit-transform: rotate(0.03deg);
  letter-spacing: 0.1em;
  color: #ff73a2;
  margin-bottom: 15px;
}

#ntv-every .left-box .every-box-profile ul li .cast-txt .comment .txt p {
  margin-bottom: 15px;
}

#ntv-every .left-box .every-box-profile ul li.borderBottom {
  border-bottom: 3px solid #efefef;
}

#ntv-every .left-box .every-box-profile ul li.no-txt {
  pointer-events: none;
}

#ntv-every .left-box .every-box-profile ul .fujii .cast-img {
  background-image: url(../images/profile/cast/fujii.png);
}

#ntv-every .left-box .every-box-profile ul .suzue .cast-img {
  background-image: url(../images/profile/cast/suzue.png);
}

#ntv-every .left-box .every-box-profile ul .tsujioka .cast-img {
  background-image: url(../images/profile/cast/tsujioka.png);
}

#ntv-every .left-box .every-box-profile ul .kobayashi .cast-img {
  background-image: url(../images/profile/cast/kobayashi.png);
}

#ntv-every .left-box .every-box-profile ul .tono .cast-img {
  background-image: url(../images/profile/cast/tono.png);
}

#ntv-every .left-box .every-box-profile ul .sugahara .cast-img {
  background-image: url(../images/profile/cast/sugahara.png);
}

#ntv-every .left-box .every-box-profile ul .tomita .cast-img {
  background-image: url(../images/profile/cast/tomita.png);
}

#ntv-every .left-box .every-box-profile ul .nukariya .cast-img {
  background-image: url(../images/profile/cast/nukariya.png);
}

#ntv-every .left-box .every-box-profile ul .yamazaki .cast-img {
  background-image: url(../images/profile/cast/yamazaki.png);
}

#ntv-every .left-box .every-box-profile ul .watanabe .cast-img {
  background-image: url(../images/profile/cast/watanabe.png);
}

#ntv-every .left-box .every-box-profile ul .kihara .cast-img {
  background-image: url(../images/profile/cast/kihara.png);
}

#ntv-every .left-box .every-box-profile ul .hkonno .cast-img {
  background-image: url(../images/profile/cast/hkonno.png);
}

#ntv-every .left-box .every-box-profile ul .mkano .cast-img {
  background-image: url(../images/profile/cast/mkano.png);
}

#ntv-every .left-box .every-box-profile ul .mori .cast-img {
  background-image: url(../images/profile/cast/mori.png);
}

#ntv-every .left-box .every-box-profile ul .saito .cast-img {
  background-image: url(../images/profile/cast/saito.png);
}

#ntv-every .left-box .every-box-profile ul .kiritani .cast-img {
  background-image: url(../images/profile/cast/kiritani.png);
}

#ntv-every .left-box .every-box-profile ul .takiguchi .cast-img {
  background-image: url(../images/profile/cast/takiguchi.png);
}

#ntv-every .left-box .every-box-profile ul .nougawa .cast-img {
  background-image: url(../images/profile/cast/nougawa.png);
}

@media only screen and (max-width: 600px) {
  #ntv-every .left-box .every-box-profile ul li .cast-name {
    padding: 0 15px 15px 15px;
  }

  #ntv-every .left-box .every-box-profile ul li .cast-name .tabmenu-ico {
    right: 15px;
  }

  #ntv-every .left-box .every-box-profile ul li h3 {
    margin-left: 10px;
    margin-right: 31px;
  }
}