@charset "utf-8";

/* nav */
/* .cmPage.aex .sideNav.cm>li:nth-child(3) a,
.cmPage.qdx .sideNav.cm>li:nth-child(2) a {
  background: #e2efff;
  background: -moz-linear-gradient(left, #e2efff 0%, #cfe4ff 100%);
  background: -webkit-linear-gradient(left, #e2efff 0%, #cfe4ff 100%);
  background: linear-gradient(to right, #e2efff 0%, #cfe4ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2efff', endColorstr='#cfe4ff', GradientType=1);
} */

/* content */
.secContentArea {
  padding: 50px 0 0;
}

.sideNav.cm {
  margin-top: 0;
}

.videoTitle {
  color: #1d2088;
  font-size: 1.6rem;
  font-weight: bold;
}

.ttlSkin04 {
  margin-top: 51px;
  margin-bottom: 28px;
}

.ttlSkin04~.ttlSkin04 {
  margin-top: 55px;
}

.note {
  margin-top: 8px;
  color: #666666;
  font-size: 1.2rem;
}

.contentWrap p {
  letter-spacing: 0.5px;
}

.contentWrap .cautionText {
  font-size: 12px;
  color: #666666;
}

.profileWrap,
.eveqdxWrap {
  margin-top: 50px;
}

.profileTitle {
  margin-top: 0;
}

.ttlProf {
  margin-top: 45px;
  margin-bottom: 15px;
  padding: 9px;
  background: #191465;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.boxProfile {
  position: relative;
}

.boxProfile .image {
  position: absolute;
  top: 5px;
  right: 0;
  width: 220px;
}

.boxProfile .image img {
  border: 1px solid #cfcfcf;
}

.boxProfile .text {
  padding-right: 250px;
}

.boxProfile .name strong {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
}

.boxProfile .name span {
  font-size: 16px;
  font-weight: bold;
}

.boxProfile .ttlSkin05 {
  margin-top: 17px;
}

.boxProfile .stage {
  margin-top: 30px;
}

.worksList dt {
  margin-bottom: 3px;
  color: #1d2088;
  font-size: 1.3rem;
  font-weight: bold;
}

.worksList dd li {
  margin-bottom: 7px;
  line-height: 1.35;
}

.worksList dd:last-of-type li:last-child {
  margin-bottom: 0;
}

.worksList dd.drama {
  margin-right: -250px;
}

/* tab */
.tabMenu {
  margin-top: 15px;
  margin-left: -10px;
  list-style: none;
}

.tabMenu li {
  position: relative;
  float: left;
  width: 290px;
  margin-left: 10px;
  background: #e3e4ea;
}

.tabMenu li:hover {
  cursor: pointer;
}

.tabMenu li .title {
  padding: 6px 0 5px;
  background: #caccd7;
  color: #666666;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.tabMenu li.active,
.tabMenu li:hover {
  background: #d1e5ff;
  color: #fff;
}

.tabMenu li.active:before {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  content: "";
  border-width: 0 9px 15px 9px;
  border-style: solid;
  border-color: transparent transparent #abceff transparent;
}

.tabMenu li.active .title,
.tabMenu li:hover .title {
  background: #abceff;
  color: #1d2088;
}

.tabMenu li .imageWrap {
  position: relative;
  padding: 10px;
}

.tabMenu li .imageWrap:before {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: "";
  display: block;
  opacity: 0;
  background: url(../img/img_cm_thumb_mask.png) no-repeat center center;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.tabMenu li.active .imageWrap:before,
.tabMenu li:hover .imageWrap:before {
  opacity: 1;
}

/* movieArea */
.movieArea .movieProductName {
  margin-bottom: 40px;
  background: #191465;
  color: #fff;
}
.movieArea .movieTitle {
  margin-bottom: 30px;
  color: #1d2088;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.movieArea .movieContentWrap {
  margin-right: -10px;
  margin-left: -10px;
}

.movieArea .movieContentWrap:not(:last-child) {
  margin-bottom: 40px;
}

.movieArea .movieContentWrap>div {
  position: relative;
  width: 100%;
  padding-top: 56.2295%;
}

.movieArea .movieContentWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* movieTavArea */
.movieArea>.ttlSkin04,
.movieTavArea>.ttlSkin04 {
  margin-top: 0;
}

.movieTavArea .movieContentWrap>div {
  display: none;
}

.movieTavArea .movieContentWrap>div.active {
  display: block;
}

/* photoList */
.photoList {
  margin-left: -30px;
  margin-top: 10px;
}

.photoList li {
  float: left;
  width: 280px;
  margin-left: 30px;
  margin-top: 25px;
}

.photoList li:nth-child(odd) {
  clear: left;
}

.photoList li p {
  margin-top: 5px;
  color: #666666;
  letter-spacing: 0;
}

/* sp向けスタイル */
@media screen and (max-width: 767px) {

  /* content */
  .secContentArea {
    padding: 15px 0 0;
  }

  .boxSkin02 {
    padding-top: 15px;
    padding-bottom: 30px;
  }

  #videoWrap {
    text-align: center;
  }

  #videoWrap iframe {
    width: 270px;
    height: 153px;
  }

  .videoTitle {
    font-size: 1.4rem;
  }

  .ttlSkin04 {
    margin-top: 35px;
    margin-bottom: 12px;
  }

  .ttlSkin04~.ttlSkin04 {
    margin-top: 28px;
  }

  .spIndent10 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .note.spIndent10 {
    font-size: 1.0rem;
    letter-spacing: -0.5px;
  }

  .contentWrap .cautionText {
    font-size: 1.1rem;
  }

  .profileWrap,
  .eveqdxWrap {
    margin-top: 37px;
  }

  .ttlProf {
    margin-top: 35px;
    margin-bottom: 13px;
    padding: 3px;
    font-size: 1.4rem;
  }

  .boxProfile .image {
    position: static;
    text-align: center;
    width: auto;
  }

  .boxProfile .image img {
    width: 150px;
  }

  .boxProfile .text {
    padding: 15px 10px;
  }

  .boxProfile .name {
    line-height: 1.3;
  }

  .boxProfile .name strong {
    font-size: 2.0rem;
    line-height: 1.3;
  }

  .boxProfile .name span {
    font-size: 1.4rem;
  }

  .boxProfile .name+p {
    font-size: 1.3rem;
    line-height: 1.1;
  }

  .boxProfile .ttlSkin05 {
    margin: 30px 0 0 0;
  }

  .boxProfile .stage {
    margin-top: 15px;
    font-size: 1.3rem;
  }

  .worksList dt {
    margin-top: 10px;
    font-size: 1.4rem;
  }

  .worksList dd {
    font-size: 1.3rem;
  }

  .worksList dd li {
    margin-bottom: 0;
  }

  .worksList dd.drama {
    margin-right: 0;
  }

  /* movieArea */
  .movieArea .movieProductName {
    margin-bottom: 15px;
  }

  .movieArea .movieTitle {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .movieArea .movieContentWrap {
    margin-right: 0;
    margin-left: 0;
  }

  .movieArea .movieContentWrap:not(:last-child) {
    margin-bottom: 25px;
  }

  /* movieTavArea */
  .movieTavArea .movieContentWrap>div {
    display: block;
    padding: 0 10px 3px 10px;
    background: #d1e5ff;
    text-align: center;
  }

  .movieTavArea .movieContentWrap>div:nth-child(2) {
    margin-top: 15px;
  }

  .movieContentWrap .title {
    margin: 0 -10px 10px;
    padding: 3px;
    background: #abceff;
    color: #1d2088;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center
  }

  .movieContentWrap iframe {
    width: 250px;
    height: 141px;
  }

  /* .photoList */
  .photoList {
    margin-left: 0;
    margin-top: 15px;
  }

  .photoList li {
    float: none;
    width: auto;
    max-width: 500px;
    margin: 10px auto 0;
    padding: 0 10px;
  }

  .photoList li p {
    font-size: 1.3rem;
  }
}

/* 外部リンク */

.externalLink{
  position: relative;
  padding: 10px 0 0 0;
}

.externalLink::after {
  display: block;
  margin-left: 5px;
  display: inline-block;
  width: 15px;
  height: 12px;
  background: transparent url(../../common/img/icon_window.svg) 0 0 no-repeat;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 767px) {
.externalLink{
  font-size: 1.3rem;
}
}
