/*------------------------------------------
  Clearfix
------------------------------------------*/
.clearfix, .charapla-nav ul, .charapla-news-list ul, .charapla-detail-contents .charapla-detail-contents-in, .present-block .present-top, .present-block .present-bottom .present-list, .present-block .present-bottom .present-list ul {
  *zoom: 1; }
  .clearfix:after, .charapla-nav ul:after, .charapla-news-list ul:after, .charapla-detail-contents .charapla-detail-contents-in:after, .present-block .present-top:after, .present-block .present-bottom .present-list:after, .present-block .present-bottom .present-list ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.cmn-contents-wrapper .breadcrumb {
  background: #e0f1f8; }

.cmn-contents-wrapper .cmn-contents {
  padding-top: 0px; }

/*------------------------------------------
  Groval Nav
------------------------------------------*/
.cmn-global-nav .menu-list .gnav-item03 a:before, .cmn-global-nav .menu-list .gnav-item03 a:after {
  width: 50%; }

/*------------------------------------------
  Top
------------------------------------------*/
.charapla-nav {
  background: #e0f1f8;
  padding-bottom: 40px;
  position: relative;
}
.charapla-nav:after {
  content: "";
  width: 100%;
  height: 14px;
  position: absolute;
  bottom: -14px;
  background: url(/images/charapla/bg_wave.png) repeat-x center;
}
.charapla-nav ul {
  width: 1100px;
  margin: 0 auto;
  font-size: 0;
  text-align: center; 
}
.charapla-nav ul li {
  margin-bottom: 20px;
  display: inline-block;
  margin-right: 19px;
}
.charapla-nav ul li:nth-child(2n) {
  margin-right: 0;
}
.charapla-nav ul li:last-child {
  margin-right: 0;
}
.charapla-nav ul li a {
  display: block;
}
.bnr-present {
  padding: 20px 0 0;
  text-align: center;
}
.charapla-news-block {
  padding-top: 100px; }
  .charapla-news-block .block-title {
    text-align: center;
    margin-bottom: 30px; }
    .charapla-news-block .block-title h1 {
      color: #084e96;
      font-family: "TwCenMTBold", "Kanit", sans-serif;
      font-size: 30px;
      font-size: 3rem;
      letter-spacing: 0.1em;
      line-height: 1; }

.fillter-nav {
  margin-top: 0px;
  margin-bottom: -30px;
}
.fillter-nav ul {
  text-align: center;
  font-size: 1rem;
}
/*.fillter-nav 内の小さい文字*/
.fillter-nav p {
margin-top:0px;
 font-size: 0.7rem;
 display: block;
 margin-block-start: -1em;
 margin-block-end: 0em;
}

.fillter-nav li {
  position: relative;
  display: inline-block;
  height: 47px;
  	transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
}
.fillter-nav li a {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 85px;
    text-decoration: none;
    color: #9d8387;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.fillter-nav li a:hover {
	text-decoration: none;
	color: #4e454a;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}


 
/* じわっと画像が表示される ---------　一度追加していたら不要*/
@keyframes fadeIn { /*アニメーションと名前をそろえる*/
    0% {opacity: 0.2} /* 始め */
    100% {opacity: 1} /* 終わり */
}
 
/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0.2}
    100% {opacity: 1}
}


/*All*/
.fillter-nav li.fill-all {
  width: 82px;
  margin-right: 20px;
}
.fillter-nav li.fill-all a {
  background: url(./images/iconbk7.png) no-repeat center;
  width: 82px;
}
.fillter-nav li.fill-all a:hover {
  transform:scale(1.2,1.2);   
    background: url(../images/iconbk7.png) no-repeat center top;
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: sizeScale fadeIn 3s ease 0s 1 normal;
    background-size:70%;

}
.fillter-nav li.fill-all .current {
  background: url(../images/iconbk7.png) no-repeat center;
}

/*Flyer*/
.fillter-nav li.fill-flyer {
  width: 82px;
  margin-right: 15px;
}
.fillter-nav li.fill-flyer a {
  background: url(./images/iconbk3.png) no-repeat center;
  width: 82px;
}
.fillter-nav li.fill-flyer a:hover {
  transform:scale(1.2,1.2);
  background: url(../images/iconbk3.png) no-repeat center top;
      animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
    background-size:70%;

}
.fillter-nav li.fill-flyer .current {
  background: url(../images/iconbk3.png) no-repeat center;
}

/*Card*/
.fillter-nav li.fill-card {
  width: 82px;
  margin-right: 15px;
}
.fillter-nav li.fill-card a {
  background: url(./images/iconbk6.png) no-repeat center;
  width: 82px;
}
.fillter-nav li.fill-card a:hover {
  transform:scale(1.2,1.2);
  background: url(../images/iconbk6.png) no-repeat center top;
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
    background-size:70%;
}
.fillter-nav li.fill-card .current {
  background: url(../images/iconbk6.png) no-repeat center;
}


/*Web*/
 .fillter-nav li.fill-web {
   width: 82px;
   margin-right: 15px;
 }
.fillter-nav li.fill-web a {
  background: url(./images/iconbk5.png) no-repeat center;
  width: 82px;
}
.fillter-nav li.fill-web a:hover {
  transform:scale(1.2,1.2);
  background: url(../images/iconbk5.png) no-repeat center  top;
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
  background-size:70%;
}

.fillter-nav li.fill-web .current {
  background: url(../images/iconbk5.png) no-repeat center;
}

/*Calender*/
.fillter-nav li.fill-calender {
  width: 82px;
  margin-right: 15px;
}
.fillter-nav li.fill-calender a {
  background: url(./images/iconbk4.png) no-repeat center;
  width: 82px;
}
.fillter-nav li.fill-calender a:hover {
  transform:scale(1.2,1.2);
  background: url(../images/iconbk4.png) no-repeat center top;
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
    background-size:70%;
}
.fillter-nav li.fill-calender.current {
  background: url(../images/iconbk4.png) no-repeat center;
}



/*Mask*/
.fillter-nav li.fill-mask {
  width: 82px;
  margin-right: 15px;
}
.fillter-nav li.fill-mask a {
  background: url(./images/iconbk2.png) no-repeat center;
  width: 82px;
}
.fillter-nav li.fill-mask a:hover {
  transform:scale(1.2,1.2);
  background: url(../images/iconbk2.png) no-repeat center top;
      animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
    background-size:70%;
}
.fillter-nav li.fill-mask .current {
  background: url(../images/iconbk2.png) no-repeat center;
}

/*Case*/
.fillter-nav li.fill-case {
  width: 82px;
  margin-right: 15px;
}
.fillter-nav li.fill-case a {
  background: url(./images/iconbk1.png) no-repeat center;
  width: 82px;
}
.fillter-nav li.fill-case a:hover {
  transform:scale(1.2,1.2);
  background: url(../images/iconbk1.png) no-repeat center top;
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
  background-size:70%;
}
.fillter-nav li.fill-case .current {
  background: url(../images/iconbk1.png) no-repeat center;
}

/*Stamp*/
.fillter-nav li.fill-stamp {
  width: 85px;
  margin-right: 15px;
}
.fillter-nav li.fill-stamp a {
  background: url(./images/iconbk0.png) no-repeat center;
  width: 85px;
}
.fillter-nav li.fill-stamp a:hover {
  transform:scale(1.2,1.2);
  background: url(../images/iconbk0.png) no-repeat center top;
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
    background-size:70%;
}
.fillter-nav li.fill-stamp .current {
  background: url(../images/iconbk0.png) no-repeat center;
}

/*Textile*/
.fillter-nav li.fill-textile {
  width: 85px;
  margin-right: 15px;
}
.fillter-nav li.fill-textile a {
  background: url(./images/iconbk.png) no-repeat center;
  width: 85px;
}
.fillter-nav li.fill-textile a:hover {
  transform:scale(1.2,1.2);
  background: url(../images/iconbk.png) no-repeat center top;
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
    background-size:70%;
}
.fillter-nav li.fill-textile .current {
  background: url(./images/iconbk.png) no-repeat center;
}

/*Logo*/
.fillter-nav li.fill-logo {
  width: 82px;
  margin-right: 15px;
}
.fillter-nav li.fill-logo a {
  background: url(./images/iconbk.png) no-repeat center;
  width: 82px;
}
.fillter-nav li.fill-logo a:hover {
  transform:scale(1.2,1.2);
  background: url(../images/iconbk.png) no-repeat center top;
      animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
    background-size:70%;
}
.fillter-nav li.fill-logo .current {
  background: url(../images/iconbk.png) no-repeat center;
}

/*Not Use*/
.fillter-nav li.fill-simpsons {
  width: 82px;
  margin-right: 15px;
}
.fillter-nav li.fill-simpsons a {
  background: url(/images/charapla/fll_chara10.png) no-repeat center;
  width: 82px;
}
.fillter-nav li.fill-simpsons a:hover {
  background: url(/images/charapla/fll_chara10_on.png) no-repeat center;
}
.fillter-nav li.fill-simpsons .current {
  background: url(/images/charapla/fll_chara10_on.png) no-repeat center;
}

.fillter-nav li.fill-pacman {
  width: 82px;
  margin-right: 15px;
}
.fillter-nav li.fill-pacman a {
  background: url(/images/charapla/fll_chara11.png) no-repeat center;
  width: 82px;
}
.fillter-nav li.fill-pacman a:hover {
  background: url(/images/charapla/fll_chara11_on.png) no-repeat center;
}
.fillter-nav li.fill-pacman .current {
  background: url(/images/charapla/fll_chara11_on.png) no-repeat center;
}

/*Not Use End*/

/*ホバーテキスト表示*/
ul.over{
    list-style: none;   
    display: flex;
    justify-content:space-around;
    margin: 0;
    padding: 0;
}
.over li{
    position: relative;
    width:30%;
}
.over img{
    height: auto;
    width: 100%;
    display: block;
}

.over li div{
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    opacity: 0;
}

.over li:hover div{
    visibility: visible;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    transition: .3s;
    opacity: 1;
}
/*ホバーテキスト表示 End*/


.charapla-news-list li {
  width: 254px;
  float: left;
  padding-top: 48px;
  position: relative;
  margin-right: 28px;
  margin-left: 28px;
  margin-bottom: 34px;
}
.charapla-news-list li:nth-child(4n) {
  margin-right: 0;
}
.charapla-news-list li .list-chara {
  position: absolute;
  top: 0;
  left: 50%;
  height: 88px;
  margin-top: -12px;
  margin-left: -33px;
  width: 66px;
  z-index: 1;
}
.charapla-news-list li a {
  display: block;
  border: 3px solid #ccc;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.charapla-news-list li a:hover {
  text-decoration: none;
}
.charapla-news-list li a:hover .list-img img {
  -webkit-transform: scale(1.06, 1.06);
  -moz-transform: scale(1.06, 1.06);
  -ms-transform: scale(1.06, 1.06);
  -o-transform: scale(1.06, 1.06);
  transform: scale(1.06, 1.06);
}
.charapla-news-list li a:hover .list-img:before, .charapla-news-list li a:hover .list-img:after {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.charapla-news-list li .list-img {
  width: 248px;
  height: 350px;
  overflow: hidden;
  position: relative;
}
.charapla-news-list li .list-img:before, .charapla-news-list li .list-img:after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.charapla-news-list li .list-img:after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.charapla-news-list li .list-img:before {
  width: 103px;
  height: 81px;
  background: url(/images/common/txt_readmore02.png) no-repeat center;
  left: 50%;
  top: 50%;
  z-index: 10;
  margin-top: -40px;
  margin-left: -51px;
}
.charapla-news-list li .list-img img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.charapla-news-list li .list-text {
  padding: 10px 10px;
}
.charapla-news-list li .list-text .date {
  font-family: "TwCenMT", sans-serif;
  color: #9a9a9a;
  font-size: 8px;
  font-size: 0.5rem;
  padding-bottom: 5px;
  line-height: 1;
}
.charapla-news-list li .list-text .title {
  color: #444;
    font-size: 8px;
  font-size: 0.5rem;
}

.charapla-news-list .item-flyer .list-chara {
  width: 74px;
  background: url(/images/charapla/fll_chara01.png) no-repeat center bottom;
  -webkit-background-size: 74px;
  -o-background-size: 74px;
  background-size: 74px; }

.charapla-news-list .item-web .list-chara {
  background: url(/images/charapla/fll_chara02.png) no-repeat center bottom;
  -webkit-background-size: 66px;
  -o-background-size: 66px;
  background-size: 66px; }

.charapla-news-list .item-calender .list-chara {
  background: url(/images/charapla/fll_chara03.png) no-repeat center bottom;
  -webkit-background-size: 74px;
  -o-background-size: 74px;
  background-size: 74px; }

.charapla-news-list .item-wally .list-chara {
  background: url(/images/charapla/fll_chara04.png) no-repeat center bottom;
  -webkit-background-size: 66px;
  -o-background-size: 66px;
  background-size: 66px; }

  .charapla-news-list .item-pacman .list-chara {
    background: url(/images/charapla/fll_chara11.png) no-repeat center bottom;
    -webkit-background-size: 66px;
    -o-background-size: 66px;
    background-size: 66px; }

.charapla-news-list .item-mask .list-chara {
  width: 80px;
  margin-left: -40px;
  background: url(/images/charapla/fll_chara05.png) no-repeat center bottom;
  -webkit-background-size: 80px;
  -o-background-size: 80px;
  background-size: 80px; }

.charapla-news-list .item-case .list-chara {
  background: url(/images/charapla/fll_chara06.png) no-repeat center bottom;
  -webkit-background-size: 66px;
  -o-background-size: 66px;
  background-size: 66px; }

.charapla-news-list .item-stamp .list-chara {
  background: url(/images/charapla/fll_chara07.png) no-repeat center bottom;
  -webkit-background-size: 66px;
  -o-background-size: 66px;
  background-size: 66px; }

.charapla-news-list .item-textile .list-chara {
  background: url(/images/charapla/fll_chara08.png) no-repeat center bottom;
  -webkit-background-size: 66px;
  -o-background-size: 66px;
  background-size: 66px; }

.charapla-news-list .item-logo .list-chara {
  background: url(/images/charapla/fll_chara09.png) no-repeat center bottom;
  -webkit-background-size: 66px;
  -o-background-size: 66px;
  background-size: 66px; }

.charapla-news-list .item-simpsons .list-chara {
  background: url(/images/charapla/fll_chara10.png) no-repeat center bottom;
  -webkit-background-size: 66px;
  -o-background-size: 66px;
  background-size: 66px; }

/*------------------------------------------
  News Detail
------------------------------------------*/
.charapla-detail-contents {
  background: #e0f1f8;
  padding-top: 40px;
  position: relative;
  padding-bottom: 40px; }
  .charapla-detail-contents .charapla-detail-contents-in {
    width: 1100px;
    margin: 0 auto;
    position: relative; }
  .page-charapla-pacman .charapla-detail-contents {
    background: url(/images/charapla/pacman_bg.png) left top repeat;
  }
.charapla-side {
  position: relative;
  float: left;
  width: 260px;
  text-align: center; }
  .charapla-side .charapla-side-in {
    width: 260px;
    padding-bottom: 50px;
    opacity: 0; }
    .charapla-side .charapla-side-in:after {
      content: "";
      position: absolute;
      top: 60px;
      right: -35px;
      width: 0;
      height: 0;
      border-top: 40px solid #fff;
      border-right: 25px solid transparent;
      border-bottom: 40px solid transparent;
      border-left: 25px solid transparent;
      transform: rotate(90deg); }
  .charapla-side .img_character {
    position: absolute; }
  .charapla-side .link-txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px; }
    .charapla-side .link-txt a {
      text-decoration: underline; }

.page-charapla-barbapapa .img_character {
  left: -66px; }

.page-charapla-web .img_character {
  left: -58px; }

.page-charapla-calender .img_character {
  left: -70px; }

.page-charapla-wally .img_character {
  left: -80px; }

.page-charapla-mask .img_character {
  left: -80px; }

.page-charapla-logo .img_character {
  left: -80px; }
.page-charapla-logo .charapla-side .copyright {
  text-align: left;}
.page-charapla-logo .charapla-detail-contents {
  background: #00a0e9;
}

.page-charapla-simpsons .img_character {
  left: -70px; }
.page-charapla-simpsons .charapla-detail-contents {
  background: #ffd700;
}
.page-charapla-pacman .img_character {
  left: -50px; }
.page-charapla-pacman .link-txt a {
  color: #f4d01f;
}
.charapla-main {
  position: relative;
  float: right;
  width: 800px;
  background: #fff;
  padding: 50px 60px 90px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.charapla-detail {
  padding-bottom: 50px;
  background: url(/images/common/border04.png) repeat-x bottom; }
  .charapla-detail + .btn-style {
    margin-top: 70px;
  }
  .charapla-detail .detail-title {
    padding-bottom: 20px;
    margin-bottom: 36px;
    background: url(/images/common/border04.png) repeat-x bottom; }
    .charapla-detail .detail-title .date {
      display: table;
      height: 26px;
      width: 115px;
      text-align: center;
      background: #444;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      margin-bottom: 25px; }
      .charapla-detail .detail-title .date p {
        display: table-cell;
        vertical-align: middle;
        font-family: "TwCenMT", sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        color: #fff;
        line-height: 1; }
    .charapla-detail .detail-title h1 {
      font-size: 22px;
      font-size: 2.2rem;
      margin-bottom: 10px; }
    .charapla-detail .detail-title .sns-list {
      text-align: right; }
      .charapla-detail .detail-title .sns-list li {
        display: inline-block;
        vertical-align: top;
        margin-left: 15px; }
  .charapla-detail .detail-entry {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2; }
  .charapla-detail .entry-contents {
    padding-bottom: 25px; }
    .charapla-detail .entry-contents:last-child {
      padding-bottom: 0; }
    .charapla-detail .entry-contents img {
      display: block;
      margin: 0 auto; }

.festamp-pager {
  padding: 30px 0;
  margin-bottom: 70px;
  background: url(/images/common/border04.png) repeat-x bottom; }
  .festamp-pager .festamp-page {
    border-right: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .festamp-pager .festamp-page:last-child {
      border-right: none; }

/*------------------------------------------
  Present
------------------------------------------*/
body.page-charapla-present .cmn-contents-wrapper .breadcrumb {
  background: #fff; }
  body.page-charapla-present .cmn-contents-wrapper .breadcrumb li {
    height: 74px; }

body.page-charapla-present .cmn-contents-wrapper .cmn-contents {
  padding-top: 15px;
  width: 900px; }

.present-main-bnr {
  margin-bottom: 60px; }

.present {
  margin-bottom: 70px; }
  .present:last-child {
    margin-bottom: 0; }

.present-block ul a {
  display: block;
  color: #084e96;
  line-height: 1;
  border: 2px solid #084e96;
  -webkit-border-radius: 30px;
  border-radius: 30px; }
  .present-block ul a:hover {
    text-decoration: none;
    background: #084e96;
    color: #fff; }

.present-block .present-top {
  margin-bottom: 40px; }
  .present-block .present-top .img-box {
    float: left;
    position: relative; }
  .present-block .present-top .img-box .ico-new {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-family: "TwCenMTBold", "Kanit", sans-serif;
    line-height: 1;
    background: #f7667a;
    padding: 8px 20px 6px;
    z-index: 1;
  }
  .present-block .present-top .link-box {
    width: 252px;
    float: right;
    text-align: center;
    font-family: "TwCenMTBold", "Kanit", sans-serif;
    letter-spacing: 0.1em;
    color: #084e96; }
  .present-block .present-top .chara-name {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 10px; }
  .present-block .present-top .link-list li {
    margin-bottom: 15px; }
    .present-block .present-top .link-list li:last-child {
      margin-bottom: 0; }
  .present-block .present-top .link-list a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 18px 0; }

.present-block .present-bottom .present-list li {
  float: left; }

.present-block .present-bottom .present-list ul {
  text-align: center; }
  .present-block .present-bottom .present-list ul li {
    width: 135px;
    margin-bottom: 10px; }
    .present-block .present-bottom .present-list ul li:nth-child(even) {
      float: right; }
    .present-block .present-bottom .present-list ul li a {
      padding: 8px 0;
      font-size: 14px;
      font-size: 1.4rem;
      font-family: "TwCenMTBold", "Kanit", sans-serif; }

.present-block .present-bottom .present-list > li {
  width: 280px;
  margin-right: 30px; }
  .present-block .present-bottom .present-list > li:last-child {
    margin-right: 0; }

.present-block .present-bottom .present-list .img {
  margin-bottom: 20px; }

/*------------------------------------------
  2017 PINK Promotion
------------------------------------------*/
body.page-pink .charapla-news-block .block-title h1 {
  color: #e3007e;
}
body.page-pink .present-block ul a {
  color: #e3007e;
  border-color: #e3007e;
}
body.page-pink .present-block ul a:hover{
  color: #fff;
  background: #e3007e;
}
body.page-charapla-top-pink .cmn-contents-wrapper .breadcrumb {
  background: #feeaf3;
}
body.page-charapla-top-pink .charapla-nav {
  background: #feeaf3;
}
body.page-charapla-top-pink .charapla-nav:after {
  content: none;
}
body.page-pink {}
body.page-pink {}
body.page-pink {}