@-webkit-keyframes btnhovermov {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes btnhovermov {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@-webkit-keyframes btnhoverpush {
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes btnhoverpush {
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media print, screen and (min-width: 768px) {
  #l-content .content-area {
    width: 1040px;
  }
}

.u-nav-cat {
  margin: 30px 25px 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .u-nav-cat {
    width: 1000px;
    margin: 0 auto 15px;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.u-nav-cat li {
  width: 50%;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .u-nav-cat li {
    width: 195px;
  }
  .u-nav-cat li + li {
    margin-left: 6px;
  }
}

.u-nav-cat li a {
  display: inline-block;
  max-width: 161px;
}

@media print, screen and (min-width: 768px) {
  .u-nav-cat li a {
    width: 195px;
    max-width: 195px;
    padding: 10px 0;
  }
}

.u-nav-cat li a.is-current {
  background: url(/tv/tropical-rouge_precure/assets/img/character/tab_active_sp.png) center no-repeat;
  background-size: contain;
}

@media print, screen and (min-width: 768px) {
  .u-nav-cat li a.is-current {
    background-image: url(/tv/tropical-rouge_precure/assets/img/character/tab_active_pc.png);
  }
}

@media print, screen and (min-width: 768px) {
  .u-nav-cat li a:hover {
    background: url(/tv/tropical-rouge_precure/assets/img/character/tab_active_sp.png) center no-repeat;
    background-size: contain;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .u-nav-cat li a:hover {
    background-image: url(/tv/tropical-rouge_precure/assets/img/character/tab_active_pc.png);
  }
}

.u-nav-preure {
  margin: 30px -2px 0;
}

@media print, screen and (min-width: 768px) {
  .u-nav-preure {
    margin: 40px -7px 0;
  }
}

.u-nav-preure .preure-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.u-nav-preure .preure-list li {
  width: 20%;
  padding: 0 2px;
  font-size: 10px;
  font-size: 1.0rem;
}

@media print, screen and (min-width: 768px) {
  .u-nav-preure .preure-list li {
    width: 148px;
    padding: 0 7px;
    font-size: 1.6rem;
  }
}

.u-nav-preure .preure-list li .list-link {
  display: block;
}

.u-nav-preure .preure-list li .list-link .link-img {
  display: block;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .u-nav-preure .preure-list li .list-link .link-img {
    width: 106px;
    margin: 0 auto;
  }
}

.u-nav-preure .preure-list li .list-link .link-name {
  display: block;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  margin-top: 3px;
}

@media print, screen and (min-width: 768px) {
  .u-nav-preure .preure-list li .list-link .link-name {
    margin-top: 5px;
  }
}

@media print, screen and (min-width: 768px) {
  .u-nav-preure .preure-list li .list-link:hover {
    text-decoration: none;
  }
  .u-nav-preure .preure-list li .list-link:hover .link-img {
    -webkit-animation: btnhoverpush 0.3s linear;
            animation: btnhoverpush 0.3s linear;
  }
  .u-nav-preure .preure-list li .list-link:hover .link-img:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.u-nav-enemy {
  margin: 30px -2px 0;
}

@media print, screen and (min-width: 768px) {
  .u-nav-enemy {
    margin: 40px -7px 0;
  }
}

.u-nav-enemy .enemy-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.u-nav-enemy .enemy-list li {
  width: 20%;
  padding: 0 2px;
  font-size: 10px;
  font-size: 1.0rem;
}

.u-nav-enemy .enemy-list li:nth-child(n + 6) {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .u-nav-enemy .enemy-list li {
    width: 148px;
    padding: 0 7px;
    font-size: 1.6rem;
  }
  .u-nav-enemy .enemy-list li:nth-child(n + 6) {
    margin-top: 0px;
  }
}

.u-nav-enemy .enemy-list li .list-link {
  display: block;
}

.u-nav-enemy .enemy-list li .list-link .link-img {
  display: block;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .u-nav-enemy .enemy-list li .list-link .link-img {
    width: 106px;
    margin: 0 auto;
  }
}

.u-nav-enemy .enemy-list li .list-link .link-name {
  display: block;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  margin-top: 3px;
  color: #006791;
}

@media print, screen and (min-width: 768px) {
  .u-nav-enemy .enemy-list li .list-link .link-name {
    margin-top: 5px;
  }
}

@media print, screen and (min-width: 768px) {
  .u-nav-enemy .enemy-list li .list-link:hover {
    text-decoration: none;
  }
  .u-nav-enemy .enemy-list li .list-link:hover .link-img {
    -webkit-animation: btnhoverpush 0.3s linear;
            animation: btnhoverpush 0.3s linear;
  }
  .u-nav-enemy .enemy-list li .list-link:hover .link-img:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.u-character-box {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .u-character-box {
    margin-top: 30px;
  }
}

.u-character-box .box-precure.precure-01 {
  background: url(/tv/tropical-rouge_precure/assets/img/character/bg_01_sp_open.png) center no-repeat;
  background-size: contain;
}

@media print, screen and (min-width: 768px) {
  .u-character-box .box-precure.precure-01 {
    background-image: url(/tv/tropical-rouge_precure/assets/img/character/bg_01_pc.png);
  }
}

.u-character-box .box-precure.precure-02 {
  background: url(/tv/tropical-rouge_precure/assets/img/character/bg_02_sp_open.png) center no-repeat;
  background-size: contain;
}

@media print, screen and (min-width: 768px) {
  .u-character-box .box-precure.precure-02 {
    background-image: url(/tv/tropical-rouge_precure/assets/img/character/bg_02_pc.png);
  }
}

.u-character-box .box-precure.precure-03 {
  background: url(/tv/tropical-rouge_precure/assets/img/character/bg_03_sp_open.png) center no-repeat;
  background-size: contain;
}

@media print, screen and (min-width: 768px) {
  .u-character-box .box-precure.precure-03 {
    background-image: url(/tv/tropical-rouge_precure/assets/img/character/bg_03_pc.png);
  }
}

.u-character-box .box-precure.precure-04 {
  background: url(/tv/tropical-rouge_precure/assets/img/character/bg_04_sp_open.png) center no-repeat;
  background-size: contain;
}

@media print, screen and (min-width: 768px) {
  .u-character-box .box-precure.precure-04 {
    background-image: url(/tv/tropical-rouge_precure/assets/img/character/bg_04_pc.png);
  }
}

.u-character-box .box-precure.precure-05 {
  background: url(/tv/tropical-rouge_precure/assets/img/character/bg_05_sp_open.png) center no-repeat;
  background-size: contain;
}

@media print, screen and (min-width: 768px) {
  .u-character-box .box-precure.precure-05 {
    background-image: url(/tv/tropical-rouge_precure/assets/img/character/bg_05_pc.png);
  }
}

.u-character-box .box-precure.precure-06 {
  background: url(/tv/tropical-rouge_precure/assets/img/character/bg_06_sp.png) center no-repeat;
  background-size: contain;
}

@media print, screen and (min-width: 768px) {
  .u-character-box .box-precure.precure-06 {
    background-image: url(/tv/tropical-rouge_precure/assets/img/character/bg_06_pc.png);
  }
}

.u-character-box .box-precure .precure-slide .slide-pagination {
  position: absolute;
  right: -3px;
  top: 10px;
  left: auto;
  bottom: auto;
  width: 27.46vw;
  max-width: 103px;
  z-index: +1;
}

@media print, screen and (min-width: 768px) {
  .u-character-box .box-precure .precure-slide .slide-pagination {
    right: -4px;
    top: 20px;
    width: 166px;
    max-width: 166px;
  }
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn {
  display: block;
  margin: 0;
  background: transparent;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  position: relative;
  outline: none;
  border-radius: 0;
  width: auto;
  height: auto;
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn + .pager-btn {
  margin-top: 7px;
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn button {
  display: inline-block;
  width: 27.46vw;
  max-width: 103px;
  height: 11.46vw;
  max-height: 43px;
  border: none;
  padding: 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
}

@media print, screen and (min-width: 768px) {
  .u-character-box .box-precure .precure-slide .slide-pagination .pager-btn button {
    width: 166px;
    max-width: 166px;
    height: 70px;
    max-height: 70px;
  }
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn button:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0.3s ease;
}

@media print, screen and (min-width: 768px) {
  .u-character-box .box-precure .precure-slide .slide-pagination .pager-btn button:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.swiper-pagination-bullet-active button:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.summer-01 button {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_01_style01.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.summer-01 button:after {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_01_style01_on.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.summer-02 button {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_01_style02.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.summer-02 button:after {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_01_style02_on.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.summer-03 button {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_01_style05.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.summer-03 button:after {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_01_style05_on.png);
}


.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.summer-04 button {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_01_style03.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.summer-04 button:after {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_01_style03_on.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.summer-05 button {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_01_style04.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.summer-05 button:after {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_01_style04_on.png);
}







.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.coral-01 button {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_02_style01.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.coral-01 button:after {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_02_style01_on.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.coral-02 button {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_02_style02.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.coral-02 button:after {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_02_style02_on.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.coral-03 button {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_02_style05.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.coral-03 button:after {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_02_style05_on.png);
}


.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.coral-04 button {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_02_style03.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.coral-04 button:after {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_02_style03_on.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.coral-05 button {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_02_style04.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.coral-05 button:after {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_02_style04_on.png);
}







.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.papaya-01 button {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_03_style01.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.papaya-01 button:after {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_03_style01_on.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.papaya-02 button {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_03_style02.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.papaya-02 button:after {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_03_style02_on.png);
}


.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.papaya-03 button {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_03_style05.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.papaya-03 button:after {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_03_style05_on.png);
}


.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.papaya-04 button {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_03_style03.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.papaya-04 button:after {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_03_style03_on.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.papaya-05 button {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_03_style04.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.papaya-05 button:after {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_03_style04_on.png);
}





.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.flamingo-01 button {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_04_style01.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.flamingo-01 button:after {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_04_style01_on.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.flamingo-02 button {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_04_style02.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.flamingo-02 button:after {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_04_style02_on.png);
}


.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.flamingo-03 button {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_04_style05.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.flamingo-03 button:after {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_04_style05_on.png);
}


.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.flamingo-04 button {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_04_style03.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.flamingo-04 button:after {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_04_style03_on.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.flamingo-05 button {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_04_style04.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.flamingo-05 button:after {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_04_style04_on.png);
}





.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.lola-01 button {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_05_style01.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.lola-01 button:after {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_05_style01_on.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.lola-02 button {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_05_style02.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.lola-02 button:after {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_05_style02_on.png);
}


.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.lola-03 button {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_05_style07.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.lola-03 button:after {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_05_style07_on.png);
}


.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.lola-04 button {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_05_style05.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.lola-04 button:after {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_05_style05_on.png);
}




.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.lola-05 button {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_05_style06.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.lola-05 button:after {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_05_style06_on.png);
}



.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.lola-06 button {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_05_style03.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.lola-06 button:after {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_05_style03_on.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.lola-07 button {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_05_style04.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.lola-07 button:after {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_05_style04_on.png);
}



.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.oasis-01 button {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_08_style01.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.oasis-01 button:after {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_08_style01_on.png);
}



.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.oasis-02 button {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_08_style02.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination .pager-btn.oasis-02 button:after {
  background-image: url(/tv/tropical-rouge_precure/assets/img/character/b_08_style02_on.png);
}




.u-character-box .box-enemy {
 background: url(/tv/tropical-rouge_precure/assets/img/character/bg_enemy_sp.png) center no-repeat; 
 /* background: url(/tv/tropical-rouge_precure/assets/img/character/bg_enemy_sp.png) center no-repeat; */
  background-size: contain;
}

@media print, screen and (min-width: 768px) {
  .u-character-box .box-enemy {
	background-image: url(/tv/tropical-rouge_precure/assets/img/character/bg_enemy_pc.png);
 /* background-image: url(/tv/tropical-rouge_precure/assets/img/character/bg_enemy_pc.png);@*/
  }
}

.u-character-box .box-info {
  margin-top: -30px;
}

@media print, screen and (min-width: 768px) {
  .u-character-box .box-info {
    margin-top: -65px;
  }
}

.u-character-box .box-info .info-name {
  max-width: 342px;
  margin: 0 auto;
  position: relative;
  z-index: +1;
  -webkit-filter: drop-shadow(0px -7px 5px #ffffff) drop-shadow(0px -7px 5px #ffffff);
          filter: drop-shadow(0px -7px 5px #ffffff) drop-shadow(0px -7px 5px #ffffff);
}

@media print, screen and (min-width: 768px) {
  .u-character-box .box-info .info-name {
    max-width: 684px;
    -webkit-filter: drop-shadow(0px -10px 20px #ffffff) drop-shadow(0px -10px 20px #ffffff) drop-shadow(0px -10px 20px #ffffff);
            filter: drop-shadow(0px -10px 20px #ffffff) drop-shadow(0px -10px 20px #ffffff) drop-shadow(0px -10px 20px #ffffff);
  }
}

.u-character-box .box-info .info-cv {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .u-character-box .box-info .info-cv {
    font-size: 3.0rem;
  }
}

.u-character-box .box-info .info-cv .cv-kana {
  font-size: 12px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .u-character-box .box-info .info-cv .cv-kana {
    font-size: 1.8rem;
  }
}

.u-character-box .box-info .info-prof {
  margin-top: 25px;
}

@media print, screen and (min-width: 768px) {
  .u-character-box .box-info .info-prof {
    margin-top: 30px;
  }
}

.u-character-box .box-other {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: url(/tv/tropical-rouge_precure/assets/img/character/bg_other_sp.jpg) top center repeat-y;
  background-size: 100% auto;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .u-character-box .box-other {
    background: none;
    margin: 0 -16px;
  }
  .u-character-box .box-other:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0px;
    left: -45px;
    right: -45px;
    bottom: 0px;
    background: url(/tv/tropical-rouge_precure/assets/img/character/bg_other_pc.jpg) top center repeat-y;
  }
}




.u-character-box .box-other .other-item {
  width: calc(50% - 10px);
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .u-character-box .box-other .other-item {
    width: 25%;
    padding: 0 16px;
  }
}



.u-character-box .box-other .other-item:nth-child(even) {
  margin-left: 20px;
}


.u-character-box .box-other .other-item {
  width: calc(50% - 10px);
  position: relative;
}



@media print, screen and (min-width: 768px) {
  .u-character-box .box-other .other-item {
    width: 25%;
    padding: 0 16px;
  }
}


@media print, screen and (min-width: 768px) {
  .u-character-box .box-other .other-item:nth-child(even) {
    margin-left: 0;
  }
}

/*
.u-character-box .box-other .other-item:nth-child(n + 3) {
  margin-top: 25px;
}

@media print, screen and (min-width: 768px) {
  .u-character-box .box-other .other-item:nth-child(n + 3) {
    margin-top: 0;
  }
}



@media print, screen and (min-width: 768px) {
  .u-character-box .box-other .other-item:nth-child(n + 5) {
    margin-top: 50px;
  }
*/}




.u-character-box .box-other .other-item .item-img {
  max-width: 100px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .u-character-box .box-other .other-item .item-img {
    width: 196px;
    max-width: 196px;
  }
}





.u-character-box .box-other .other-item .item-other {
  margin-top: 10px;
  text-align: center;
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  .u-character-box .box-other .other-item .item-other {
    margin-top: 25px;
  }
}

.u-character-box .box-other .other-item .item-other .other-name {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .u-character-box .box-other .other-item .item-other .other-name {
    font-size: 2.4rem;
  }
}

.u-character-box .box-other .other-item .item-other .other-cv {
  margin-top: 5px;
}



.u-character-box .box-other .other-item2 {
  width: calc(100% - 10px);
  position: relative;
      margin:30px auto;
}

@media print, screen and (min-width: 768px) {
  .u-character-box .box-other .other-item2 {
    width: 50%;
    padding: 0 16px;
    margin:60px auto;
  }
}



.u-character-box .box-other .other-item2 .item-img {
  width:100%;
  margin: 30px auto 0;
}

@media print, screen and (min-width: 768px) {
  .u-character-box .box-other .other-item2 .item-img {
    width: 100%;
  }
}


.u-character-box .box-other .other-item2 .item-other .other-name {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  text-align:center;
}

@media print, screen and (min-width: 768px) {
  .u-character-box .box-other .other-item2 .item-other .other-name {
    font-size: 2.4rem;
  text-align:center;
  }
}


.u-character-box .box-other .other-item3 {
  width: calc(100% - 10px);
  position: relative;
      margin:30px auto;
}

@media print, screen and (min-width: 768px) {
  .u-character-box .box-other .other-item3 {
    width: 55%;
    padding: 0px 16px;
    margin: 35px auto 0;
	}
}



.u-character-box .box-other .other-item3 .item-img {
  width:100%;
    margin:0 auto;
}

@media print, screen and (min-width: 768px) {
  .u-character-box .box-other .other-item3 .item-img {
    width: 100%;
  }
}


.u-character-box .box-other .other-item3 .item-other {
  margin-top: 10px;
  text-align: center;
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  .u-character-box .box-other .other-item3 .item-other {
   margin-top: 23px;
  }
}



.u-character-box .box-other .other-item3 .item-other .other-name {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  text-align:center;
}

@media print, screen and (min-width: 768px) {
  .u-character-box .box-other .other-item3 .item-other .other-name {
    font-size: 2.4rem;
  text-align:center;
  }
}






.u-character-box .box-other .other-item4 {
  width: calc(100% - 10px);
  position: relative;
      margin:30px auto;
}

@media print, screen and (min-width: 768px) {
  .u-character-box .box-other .other-item4 {
    width: 100%;
    padding: 0px 16px;
    margin: 0px auto 60px;
	}
}



.u-character-box .box-other .other-item4 .item-img {
  width:100%;
    margin:0 auto;
}

@media print, screen and (min-width: 768px) {
  .u-character-box .box-other .other-item4 .item-img {
    width: 100%;
  }
}


.u-character-box .box-other .other-item4 .item-other {
  margin-top: 10px;
  text-align: center;
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  .u-character-box .box-other .other-item4 .item-other {
   margin-top: 23px;
  }
}



.u-character-box .box-other .other-item4 .item-other .other-name {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  text-align:center;
}

@media print, screen and (min-width: 768px) {
  .u-character-box .box-other .other-item4 .item-other .other-name {
    font-size: 2.4rem;
  text-align:center;
  }
}








.u-character-box .box-other .other-item5 {
  width: calc(100% - 10px);
  position: relative;
      margin:30px auto;
}

@media print, screen and (min-width: 768px) {
  .u-character-box .box-other .other-item5 {
	width: 37%;
    padding: 68px 0px;
    margin: -137px 0 -70px;
	}
}



.u-character-box .box-other .other-item5 .item-img {
  width:60%;
    margin:0 auto;
}

@media print, screen and (min-width: 768px) {
  .u-character-box .box-other .other-item5 .item-img {
    width: 100%;
  }
}


.u-character-box .box-other .other-item5 .item-other {
  margin-top: 10px;
  text-align: center;
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  .u-character-box .box-other .other-item5 .item-other {
   margin-top: 23px;
  }
}



.u-character-box .box-other .other-item5 .item-other .other-name {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  text-align:center;
}

@media print, screen and (min-width: 768px) {
  .u-character-box .box-other .other-item5 .item-other .other-name {
    font-size: 2.4rem;
  text-align:center;
  }
}







.u-ttl-sub {
  margin-top: 35px;
  position: relative;
  padding-top: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #0db5c4;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .u-ttl-sub {
    margin-top: 40px;
    font-size: 2.4rem;
  }
}

.u-ttl-sub:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 22px;
  background: url(/tv/tropical-rouge_precure/assets/img/bg_subt.png) top left repeat-x;
  background-size: 167px 22px;
}

@media print, screen and (min-width: 768px) {
  .u-box-movie {
    width: 650px;
    margin: 0 auto;
  }
}

.u-item-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 20px -9px 0;
}

@media print, screen and (min-width: 768px) {
  .u-item-list {
    margin: 20px -18px 0;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.u-item-list li {
  width: 50%;
  padding: 0 9px;
}

.u-item-list li:nth-child(n + 3) {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .u-item-list li {
    width: 25%;
    padding: 0 18px;
  }
  .u-item-list li:nth-child(n + 3) {
    margin-top: 0px;
  }
  .u-item-list li:nth-child(n + 5) {
    margin-top: 20px;
  }
}

.u-item-list li .list-item {
  margin: 0;
}

.u-item-list li .list-item .item-img {
  text-align: center;
}

.u-item-list li .list-item figcaption {
  margin-top: 10px;
  text-align: center;
  line-height: 1.5;
}


.u-item-list li .change{

	cursor: pointer;
	display: block;

	position:relative;
	width:auto;
	height:100%;
}


.u-item-list li .change img{
	position:absolute;
	display: block;
	transition: .4s ease-in-out;
}

.u-item-list li p.item-name00{
	text-align:center;
}


.u-item-list li .change p.item-name01,.u-item-list li .change p.item-name02{
	padding-top:100%;
	position:absolute;
	left:0px;right:0px;
	text-align:center;
}


/* _ 
.u-item-list li .change img:nth-of-type(1){
    animation:blink 1.2s ease-in-out infinite alternate;
}

@keyframes blink{
    0% {opacity:0.2;}

    90% {opacity:1;}
    100% {opacity:1;}
}


.u-item-list li .change:hover img:nth-of-type(1){
    animation:unset;
}
*/



.change p.item-name02{
opacity:0;

}

.u-item-list li .change:hover p.item-name01  {
	opacity: 0;
}

.u-item-list li .change:hover p.item-name02  {
	opacity: 1;
}

.u-item-list li .change img:nth-of-type(2){
	opacity: 0;
}

.u-item-list li .change:hover img:nth-of-type(1)  {
	opacity: 0;
}


.u-item-list li .change:hover img:nth-of-type(2)  {
	opacity: 1;
}
