@charset "utf-8";

*, *::before, *::after {
  box-sizing: border-box;
}

/* clerafix */
.cf::before,
.cf::after {
  content:"";
  display:table;
}
.cf::after {
  clear:both;
}
.cf {
  zoom:1;
}

#mainContents {
  background-image: url('/ph/coccoapo/common/img/gallery/bg-01.png');
  background-size: cover;
  background-position: center 0;
  overflow-x: hidden;
}

@media only screen and (max-width: 640px) {
  #mainContents {
    background-image: url('/ph/coccoapo/common/img/gallery/bg-01-sp.png');
  }
}

/* @entry */
.entry {
  margin-bottom: 30px;
}

.entry--cm {
  margin-bottom: 125px;
}

.entry--music {
  max-width: 850px;
  margin: 0 auto 160px;
}

.entry__date {
  margin: 0 0 10px;
  padding-left: 10px;
  line-height: 1;
  color: #030000;
  letter-spacing: .025em;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", serif,"メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.entry__title-wrap {
  background-color: #3b0056;
  margin-bottom: 25px;
  padding: 10px 20px;
}

.entry--music .entry__title-wrap {
  background-color: transparent;
  margin-bottom: 10px;
  text-align: center;
  padding: 0;
}

.entry__title {
  font-size: 25px;
  font-size: 2.5rem;
  color: #fff;
  letter-spacing: .025em;
  line-height: 1.6;
}

.entry__img {
  text-align: center;
}

.entry__text {
  margin-top: 0;
  line-height: 1.75;
  letter-spacing: .05em;
  color: #221815;
}

@media only screen and (min-width: 641px) {
  .entry--cm .entry__content {
    text-align: center;
  }

  .entry--cm .more-content:nth-of-type(1) {
    position: relative;
    margin: 0 30px 35px auto;
  }

  .entry--cm .more-content:nth-of-type(1)::before {
    content: '';
    position: absolute;
    left: -1115px;
    bottom: 115px;
    display: block;
    width: 1084px;
    height: 126px;
    background: url('/ph/coccoapo/common/img/gallery/bg-04.png') no-repeat;
    background-position: center;
    background-size: contain;
  }

  .entry--cm .more-content:nth-of-type(2) {
    position: relative;
    margin: 0 auto 35px 30px;
  }

  .entry--cm .more-content:nth-of-type(2)::before {
    content: '';
    position: absolute;
    left: 190px;
    bottom: -100px;
    display: block;
    width: 1310px;
    height: 167px;
    background: url('/ph/coccoapo/common/img/gallery/bg-05.png') no-repeat;
    background-position: center;
    background-size: contain;
  }

  .entry--cm .more-content:nth-of-type(3) {
    position: relative;
    margin: 0 auto;
  }

  .entry--cm .more-content:nth-of-type(3)::before {
    content: '';
    position: absolute;
    left: -360px;
    bottom: 0;
    display: block;
    width: 324px;
    height: 217px;
    background: url('/ph/coccoapo/common/img/gallery/bg-02.png') no-repeat;
    background-position: center;
    background-size: contain;
  }

  .entry--cm .more-content:nth-of-type(3)::after {
    content: '';
    position: absolute;
    right: -370px;
    bottom: 0;
    display: block;
    width: 326px;
    height: 213px;
    background: url('/ph/coccoapo/common/img/gallery/bg-03.png') no-repeat;
    background-position: center;
    background-size: contain;
  }

  .entry--cm .more-content__title {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .entry--music .entry__content {
    position: relative;
  }

  .entry--music .entry__content::before {
    content: '';
    position: absolute;
    right: -1130px;
    bottom: -55px;
    display: block;
    width: 1281px;
    height: 125px;
    background: url('/ph/coccoapo/common/img/gallery/bg-07.png') no-repeat;
    background-position: center;
    background-size: contain;
  }

  .entry--music .entry__content::after {
    content: '';
    position: absolute;
    right: 600px;
    bottom: 365px;
    display: block;
    width: 1230px;
    height: 131px;
    background: url('/ph/coccoapo/common/img/gallery/bg-06.png') no-repeat;
    background-position: center;
    background-size: contain;
  }

  .entry--music .more-content {
    position: relative;
    z-index: 10;
  }

}

@media only screen and (max-width: 640px) {
  .entry {
    margin-bottom: 65px;
  }

  .entry__date {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .entry--music .entry__title-wrap {
    margin-bottom: 25px;
    text-align: left;
  }

  .entry__title-wrap {
    margin-bottom: 35px;
    padding: 10px 20px;
  }

  .entry__title {
    font-size: 26px;
    font-size: 2.6rem;
    text-align: center;
  }

  .entry__text {
    margin: 35px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .entry__text:last-of-type {
    margin-bottom: 0;
  }

}
/* @entry END */

/* @more */
.more {
  padding-bottom: 80px;
}

.more__bar {
  margin-bottom: 25px;
}

.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;
}

.entry--cm .more-content {
  max-width: 380px;
}

.entry--music .more-content {
  margin: 0;
  padding: 25px;
}

.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;
}

.entry--music .more-content__title-wrap {
  display: block;
  padding-bottom: 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;
}

.entry--music .more-content__title {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
}

.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;
  }

  .is-disp-sp {
    display: none;
  }

  .entry__img {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 345px;
  }

  .entry__img:first-of-type {
    margin-top: 0;
  }

  .entry__img.is-f-l-pc {
    margin-right: 45px;
    float: left;
  }

  .entry__img.is-f-r-pc {
    margin-left: 45px;
    float: right;
  }

  .more-content {
    display: inline-block;
    margin: 10px 10px 0;
  }

  .more-content--page-link {
    margin: 0 10px;
    border-radius: 5px;
    max-width: 245px;
  }

  .entry--music .more-content__head {
    float: left;
  }

  .entry--music .more-content__title-wrap {
    max-width: 400px;
    float: right;
    text-align: left;
  }

}

@media only screen and (max-width: 640px) {
  .is-disp-pc {
    display: none;
  }

  .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;
  }

  .entry--cm .more-content {
    max-width: none;
  }

  .more-content--page-link {
    margin: 0 auto 20px;
    max-width: 370px;
  }

  .more-content__title-wrap {
    padding: 20px 0;
  }

  .entry--music .more-content {
    padding: 35px 30px 0;
  }

  .entry--music .more-content__title-wrap {
    padding: 40px 0 35px;
  }

  .more-content__img {
    max-width: none;
  }

  .more-content__title {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .entry--music .more-content__title {
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 2rem;
  }

  .more-content__text {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .more__bar {
    margin-bottom: 50px;
  }

}
/* @more END */