@charset "utf-8";
/* ****************************************************

top.css
-----------------------------------
1: parts for PC
-----------------------------------
2: parts for Smartphone
-----------------------------------
ex: clearfix

******************************************************/

/*=================================

  1: parts for PC

================================*/
#contents .contentsInner{
  padding-top: 25px;
}


#mainContents{
  background: url('/ph/coccoapo/common/img/movie/background.gif') center 70px;
  color: #101010;
}


.sp{
  display: none;
}

.pc{
  display: block;
}

#mainContents h2,
.movieExplanation,
.profileArea .profileFigure p{
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#mainContents h2{
  color: #fff;
  font-size: 24px;
  background: url('/ph/coccoapo/common/img/movie/icon_third_pc.png') no-repeat -20px center;
  padding: 20px 0 20px 126px;
  margin-bottom: 4px;
}

.matchingMovieAreaInner,
.firstMovieArea,
.secondMovieArea{
  background: #fff;
  border-radius: 36px;
}

.matchingMovieAreaInner{
  padding-bottom: 20px;
}

.matchingMovieArea .movieCaption{
  font-size: 15px;
  text-align: center;
  position: relative;
}

.matchingMovieArea .movieCaption b{
  font-size: 22px;
  font-weight: normal;
}

.matchingMovieArea ul {
  margin: 5px 20px 0 20px;
  background: url('/ph/coccoapo/common/img/movie/movie_background.jpg') no-repeat bottom right;
  background-size: 611px auto;
}

@media (-webkit-min-device-pixel-ratio: 2){
  .matchingMovieArea ul {
    background-image: url('/ph/coccoapo/common/img/movie/movie_background@2x.jpg');
  }
}

.matchingMovieArea li{
  width: 282px;
  margin-right: 57px;
  margin-bottom: 5px;
  float: left;
}

.matchingMovieArea li.item03{
  margin-right: 0;
}

.btnArea{
  background: url('/ph/coccoapo/common/img/movie/btnArea_char.png') center left no-repeat;
  padding-left: 70px;
  width: 700px;
  margin: 45px auto 40px;
}

.firstMovieArea,
.secondMovieArea{
  padding: 23px 10px 25px 10px;
}

.movieExplanation{
  font-size: 17px;
  text-align: center;
  margin-bottom: 10px;
}

.secondMovieArea{
  margin-bottom: 65px;
}

.secondMovieArea .secondMovieInner{
  background: url('/ph/coccoapo/common/img/movie/second_char_pc.png') no-repeat bottom;
  text-align: center;
}

.secondMovieArea .secondMovieInner img{
  width: 278px;
}

.secondMovieArea .secondMovieInner p{
  margin-top: 10px;
}

.firstMovieArea{
  margin-bottom: 84px;
}

.firstMovieArea .firstMovie01{
  background: url('/ph/coccoapo/common/img/movie/first_star_01.png') no-repeat;
  background-position: left 40%;
  background-size: 90px auto;
  float: left;
  margin-left: 63px;
  padding-left: 115px;
}

.firstMovieArea .firstMovie02{
  background: url('/ph/coccoapo/common/img/movie/first_star_02.png') no-repeat;
  background-position: right 40%;
  background-size: 90px auto;
  float: right;
  margin-right: 63px;
  padding-right: 115px;
}

.firstMovieArea .firstMovie01 img,
.firstMovieArea .firstMovie02 img{
  width: 278px;
}

.firstMovieArea .firstMovieCaption{
  text-align: center;
  font-size: 15px;
  margin-top: 10px;
}

.firstMovie__icon {
  width: 90px;
  text-align: center;
}

.firstMovie__icon img {
  width: auto !important;
  max-width: 100% !important;
}

.profileArea{
  width: 890px;
  margin: auto;
}

.profileArea .profileFigure{
  float: left;
}

.profileArea .profileFigure .profileFigure__img {
  max-width: 320px;
}

.profileArea .profileFigure p{
  text-align: center;
  color: #fff;
  font-size: 19px;
  margin-top: 5px;
}

.profileArea .profileText{
  float: right;
  width: 480px;
  padding: 20px 35px;
  background: #fff;
  border-radius: 2px;
}

.profileArea .profileText .paragraphTop{
  margin-top: 0;
}
.profileArea .profileText a{
  color: #e60012;
  text-decoration: none;
}
.profileArea .profileText a:hover{
  text-decoration: underline;
}

.hover:hover {
  opacity: 0.65;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
}

.invitation a {
  display: block;
}
.invitation a:hover {
  opacity: 0.65;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
}
.new{
  position: absolute;
  top: 8px;
  left: 0;
  background: #f00;
  color: #fff;
  font-size: 1.5rem;
  padding: 2px 7px;
  font-weight: bold;
}

.entry__title-wrap {
  background-color: #3b0056;
  margin-bottom: 25px;
  padding: 10px 20px;
}

.entry__title {
  font-size: 25px !important;
  font-size: 2.5rem !important;
  color: #fff;
  letter-spacing: .025em !important;
  line-height: 1.6 !important;
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.more {
  padding-bottom: 80px;
}

.more__bar {
  margin: 25px 0;
}

.more__bar::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
}

.more-content-container {
  font-size: 0;
}

.more-content {
  width: 100%;
  background-color: #fff;
}

.more-content__link, .more-content__link:visited, .more-content__link:link, .more-content__link:active, .more-content__link:hover {
  text-decoration: none;
}

.more-content__link {
  display: block;
  padding: 15px 10px 0;
}

.more-content__link:hover {
  opacity: .8;
}

.more-content__img {
  max-width: 375px;
  text-align: center;
}

.more-content__title-wrap {
  text-align: center;
  padding: 10px 0;
}

.more-content--page-link .more-content__title {
  color: #3b0056;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.more-content__title-wrap {
  width: 100%;
  text-align: center;
}

.more-content__text {
  margin-top: 0;
  color: #030000;
  letter-spacing: .05em;
  line-height: 1.75;
  font-size: 15px;
  font-size: 1.5rem;
}

.more-content__title {
  font-size: 18px;
  font-size: 1.8rem;
  color: #030000;
  line-height: 1.26;
  letter-spacing: .075em;
}

.more-content-container {
  text-align: center;
}

@media only screen and (min-width: 641px) {
  .mv {
    background: url('/ph/coccoapo/common/img/magazine/mv-bg-01.jpg') repeat;
    background-position: center;
    max-height: 180px;
    text-align: center;
    padding: 15px 0;
    box-sizing: border-box;
  }

  .is-disp-sp {
    display: none;
  }

  .more-content {
    display: inline-block;
    margin: 10px 10px 0;
  }

  .more-content--page-link {
    margin: 0 10px;
    border-radius: 5px;
    max-width: 245px;
  }
}

@media only screen and (max-width: 640px) {
  /*=================================

    2: parts for Smartphone

  ================================*/
  .is-disp-pc {
    display: none;
  }

  #contents .contentsInner {
    padding-top: 40px;
  }

  #mainContents{
    background-position: center 20px;
    color: #101010;
  }

  #mainContents .pc{
    display: none;
  }

  #mainContents .sp{
    display: block;
  }

  #mainContents h2{
    background: url('/ph/coccoapo/common/img/movie/icon_third_sp.png') no-repeat 0 5px;
    background-size: 18.75vw auto;
    margin-bottom: 25px;
    padding: 0 0 0 21.875vw;
    font-size: 1.8rem;
  }

  @media (-webkit-min-device-pixel-ratio: 2){
    #mainContents h2 {
      background-image: url('/ph/coccoapo/common/img/movie/icon_third_sp@2x.png');
    }
  }

  .matchingMovieArea li{
    box-sizing: border-box;
    width: 50%;
    margin: 0 0 20px 0;
  }

  .matchingMovieArea li:nth-of-type(odd) {
    padding-right: 5px;
  }

  .matchingMovieArea li:nth-of-type(even) {
    padding-left: 5px;
  }

  .matchingMovieArea ul{
    background-position: center bottom;
    background-size: 87.5vw auto;
    padding-bottom: 29.6875vw;
  }

  .matchingMovieAreaInner {
    padding-bottom: 45px;
  }

  .btnArea{
    background: none;
    padding-left: 0;
    width: 100%;
  }

  .firstMovieArea,
  .secondMovieArea{
    padding: 10px 10px;
  }

  .secondMovieArea{
    margin-bottom: 60px;
  }

  .secondMovieArea .secondMovieInner {
    padding-bottom: 57.8125vw;
    background: url('/ph/coccoapo/common/img/movie/second_char_sp.png') no-repeat;
    background-position: center bottom;
    background-size: 69.53125vw auto;
    text-align: center;
  }

  @media (-webkit-min-device-pixel-ratio: 2){
    .secondMovieArea .secondMovieInner {
      background-image: url('/ph/coccoapo/common/img/movie/second_char_sp@2x.png');
    }
  }

  .secondMovieArea .secondMovieInner img{
    width: 100%;
  }

  .firstMovieArea{
    padding-top: 20px;
    margin-bottom: 50px;
  }

  .firstMovieArea .firstMovie01{
    background: none;
    padding-top: 15px;
    float: none;
    margin-left: 0;
    padding-left: 0;
  }

  .firstMovieArea .firstMovie02{
    background: none;
    padding-top: 30px;
    float: none;
    margin-right: 0;
    padding-right: 0;
  }

  .firstMovieArea .firstMovie01 img,
  .firstMovieArea .firstMovie02 img{
    width: 100%;
  }

  .firstMovieArea .firstMovieCaption{
    margin: 5px 0 10px 0;
  }

  .firstMovie__icon {
    width: 18%;
    margin: 0 auto;
  }

  .movieExplanation{
    margin-bottom: 0;
  }

  .profileArea{
    width:100%;
    margin-bottom: 55px;
  }

  .profileArea .profileFigure{
    float: none;
  }

  .profileArea .profileFigure .profileFigure__img {
    max-width: none;
    padding: 0 7.8vw;
  }

  .profileArea .profileFigure img{
    width: 100%;
  }

  .profileArea .profileFigure p{
    text-align: center;
    color: #fff;
    font-size: 19px;
  }

  .profileArea .profileText{
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 40px;
  }

  .profileArea .profileText h3,
  .profileArea .profileText p{
    margin-left: 10px;
    margin-right: 10px;
  }

  .profileArea .profileText .paragraphTop{
    margin-top: 0;
  }
  .profileArea .profileText a{
    color: #e60012;
    text-decoration: none;
  }
  .profileArea .profileText a:hover{
    text-decoration: underline;
  }

  .profileArea .profileFigure p{
    margin: 5px 0 20px 0;
  }

  .matchingMovieArea .movieCaption {
    font-size: 2.34375vw;
  }

  .matchingMovieArea .movieCaption b {
    font-size: 3.4375vw;
  }

  .entry__title-wrap {
    margin-bottom: 35px;
    padding: 10px 20px;
  }

  .entry__title {
    font-size: 26px !important;
    font-size: 2.6rem !important;
    text-align: center !important;
  }

  .more {
    padding-bottom: 100px;
  }

  .more__title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 50px;
  }

  .more-content {
    margin-bottom: 50px;
  }

  .more-content:last-of-type {
    margin-bottom: 0;
  }

  .more-content--page-link {
    margin: 0 auto 20px;
    max-width: 370px;
  }

  .more-content__title-wrap {
    padding: 20px 0;
  }

  .more-content__img {
    max-width: none;
  }

  .more-content__title {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .more-content__text {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .more__bar {
    margin: 50px 0;
  }

}

/*=================================

  clearfix

=================================*/
.invitation a:after {
  content: "";
  display: block;
  clear: both;
}
.invitation a {
  zoom: 1;
}