@-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);
  }
}

.u-nav-cat {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  margin: -30px 15px 20px;
}
.u-nav-cat::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 720/5;
  margin: 0 auto;
  content: "";
  background: url(../../../assets/img/bg_line_l.png) no-repeat top center;
  background-size: cover;
}
.u-nav-cat li {
  width: 50%;
  text-align: center;
}
.u-nav-cat li a {
  position: relative;
  display: inline-block;
  max-width: 161px;
  opacity: 0.5;
}
.u-nav-cat li a.is-current {
  opacity: 1;
}
.u-nav-cat li a.is-current:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 115px;
  height: 76px;
  content: "";
  background-image: url(../../../assets/img/news/tab_active.png);
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.u-nav-preure {
  margin: 30px -2px 0;
}
.u-nav-preure .preure-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.u-nav-preure .preure-list li {
  width: 25%;
  padding: 0 8px;
  font-size: 1rem;
}
.u-nav-preure .preure-list li:nth-child(n+5) {
  margin-top: 10px;
}
.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;
}
.u-nav-preure .preure-list li .list-link .link-name {
  display: block;
  margin: 3px -5px 0;
  font-weight: bold;
  line-height: 1.25;
  color: #3b3d48;
  text-align: center;
}

.u-nav-enemy {
  margin: 30px -2px 0;
}
.u-nav-enemy .enemy-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.u-nav-enemy .enemy-list li {
  width: 25%;
  padding: 0 8px;
  font-size: 1rem;
}
.u-nav-enemy .enemy-list li:nth-child(n+5) {
  margin-top: 10px;
}
.u-nav-enemy .enemy-list li .list-link {
  display: block;
}
.u-nav-enemy .enemy-list li .list-link .link-img {
  display: block;
  padding: 0 2px;
  text-align: center;
}
.u-nav-enemy .enemy-list li .list-link .link-name {
  display: block;
  margin-top: 3px;
  font-weight: bold;
  line-height: 1.25;
  color: #7e5e97;
  text-align: center;
}

.u-character-box {
  padding-bottom: 30px;
  margin-top: 15px;
}
.u-character-box .box-precure {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  padding: 15px;
  margin-right: -15px;
  margin-left: -15px;
}
.u-character-box .box-precure .precure-inner {
  width: 100%;
  margin: auto;
}
.u-character-box .box-precure.precure-01 {
  background: url(../../../assets/img/character/p_01_open_bg_sp.png) top center no-repeat;
  background-size: 100%;
}
.u-character-box .box-precure.precure-02 {
  background: url(../../../assets/img/character/p_02_open_bg_sp.png) top center no-repeat;
  background-size: 100%;
}
.u-character-box .box-precure.precure-02 .precure-slide-inner .swiper-slide img {
  margin-left: -15px;
}
.u-character-box .box-precure.precure-03 {
  background: url(../../../assets/img/character/p_03_open_bg_sp.png) top center no-repeat;
  background-size: 100%;
}
.u-character-box .box-precure.precure-04 {
  background: url(../../../assets/img/character/p_04_open_bg_sp.png) top center no-repeat;
  background-size: 100%;
}
.u-character-box .box-precure.ally-05 {
  background: url(../../../assets/img/character/p_05_open_bg_sp.png) top center no-repeat;
  background-size: 100%;
}
.u-character-box .box-precure .precure-slide-inner > .swiper-wrapper > .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: left;
}
.u-character-box .box-precure .precure-slide[data-character-slide] > .swiper-wrapper > .swiper-slide {
  height: auto;
}
.u-character-box .box-precure .precure-slide[data-character-slide] > .swiper-wrapper > .swiper-slide > .swiper-container {
  height: 100%;
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] {
  position: absolute;
  top: 10px;
  right: -3px;
  bottom: auto;
  left: auto;
  z-index: 1;
  width: 27.46vw;
  max-width: 103px;
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  background: transparent;
  border-radius: 0;
  outline: none;
  opacity: 1;
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn + .pager-btn {
  margin-top: 7px;
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn button {
  position: relative;
  display: inline-block;
  width: 27.46vw;
  max-width: 103px;
  height: 11.46vw;
  max-height: 43px;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  outline: none;
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn button:after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  transition: all 0.3s ease;
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.swiper-pagination-bullet-active button:after {
  opacity: 1;
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure01-01 button {
  background-image: url(../../../assets/img/character/b_01_style01.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure01-01 button:after {
  background-image: url(../../../assets/img/character/b_01_style01_on.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure01-02 button {
  background-image: url(../../../assets/img/character/b_01_style02.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure01-02 button:after {
  background-image: url(../../../assets/img/character/b_01_style02_on.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure01-03 button {
  background-image: url(../../../assets/img/character/b_01_style03.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure01-03 button:after {
  background-image: url(../../../assets/img/character/b_01_style03_on.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure01-04 button {
  background-image: url(../../../assets/img/character/b_01_style04.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure01-04 button:after {
  background-image: url(../../../assets/img/character/b_01_style04_on.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure01-05 button {
  background-image: url(../../../assets/img/character/b_01_style05.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure01-05 button:after {
  background-image: url(../../../assets/img/character/b_01_style05_on.png);
}

.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure02-01 button {
  background-image: url(../../../assets/img/character/b_02_style01.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure02-01 button:after {
  background-image: url(../../../assets/img/character/b_02_style01_on.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure02-02 button {
  background-image: url(../../../assets/img/character/b_02_style02.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure02-02 button:after {
  background-image: url(../../../assets/img/character/b_02_style02_on.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure02-03 button {
  background-image: url(../../../assets/img/character/b_02_style03.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure02-03 button:after {
  background-image: url(../../../assets/img/character/b_02_style03_on.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure02-04 button {
  background-image: url(../../../assets/img/character/b_02_style04.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure02-04 button:after {
  background-image: url(../../../assets/img/character/b_02_style04_on.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure02-05 button {
  background-image: url(../../../assets/img/character/b_02_style05.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure02-05 button:after {
  background-image: url(../../../assets/img/character/b_02_style05_on.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure03-01 button {
  background-image: url(../../../assets/img/character/b_03_style01.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure03-01 button:after {
  background-image: url(../../../assets/img/character/b_03_style01_on.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure03-02 button {
  background-image: url(../../../assets/img/character/b_03_style02.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure03-02 button:after {
  background-image: url(../../../assets/img/character/b_03_style02_on.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure03-03 button {
  background-image: url(../../../assets/img/character/b_03_style03.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure03-03 button:after {
  background-image: url(../../../assets/img/character/b_03_style03_on.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure03-04 button {
  background-image: url(../../../assets/img/character/b_03_style04.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure03-04 button:after {
  background-image: url(../../../assets/img/character/b_03_style04_on.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure03-05 button {
  background-image: url(../../../assets/img/character/b_03_style05.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure03-05 button:after {
  background-image: url(../../../assets/img/character/b_03_style05_on.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure04-01 button {
  background-image: url(../../../assets/img/character/b_04_style01.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure04-01 button:after {
  background-image: url(../../../assets/img/character/b_04_style01_on.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure04-02 button {
  background-image: url(../../../assets/img/character/b_04_style02.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure04-02 button:after {
  background-image: url(../../../assets/img/character/b_04_style02_on.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure04-03 button {
  background-image: url(../../../assets/img/character/b_04_style03.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure04-03 button:after {
  background-image: url(../../../assets/img/character/b_04_style03_on.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure04-04 button {
  background-image: url(../../../assets/img/character/b_04_style04.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure04-04 button:after {
  background-image: url(../../../assets/img/character/b_04_style04_on.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure04-05 button {
  background-image: url(../../../assets/img/character/b_04_style05.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure04-05 button:after {
  background-image: url(../../../assets/img/character/b_04_style05_on.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure05-01 button {
  background-image: url(../../../assets/img/character/b_05_style01.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure05-01 button:after {
  background-image: url(../../../assets/img/character/b_05_style01_on.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure05-02 button {
  background-image: url(../../../assets/img/character/b_05_style02.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure05-02 button:after {
  background-image: url(../../../assets/img/character/b_05_style02_on.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure05-03 button {
  background-image: url(../../../assets/img/character/b_05_style03.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure05-03 button:after {
  background-image: url(../../../assets/img/character/b_05_style03_on.png);
}


.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure07-01 button {
  background-image: url(../../../assets/img/character/b_sky01_style01.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure07-01 button:after {
  background-image: url(../../../assets/img/character/b_sky01_style01_on.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure07-02 button {
  background-image: url(../../../assets/img/character/b_sky01_style02.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn.precure07-02 button:after {
  background-image: url(../../../assets/img/character/b_sky01_style02_on.png);
}







.u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 10px;
  left: auto;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  background: transparent;
  border-radius: 0;
  outline: none;
  opacity: 1;
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn + .pager-btn {
  margin-left: 10px;
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn button {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  outline: none;
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn button:after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  transition: all 0.3s ease;
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn.swiper-pagination-bullet-active button:after {
  opacity: 1;
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn.precure01-01::before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -70px;
  display: inline-block;
  width: 62px;
  height: 33px;
  margin: auto;
  pointer-events: none;
  content: "";
  background-image: url(../../../assets/img/character/b_01_change.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s ease;
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn.precure01-01 button {
  background-image: url(../../../assets/img/character/b_01_01.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn.precure01-01 button:after {
  background-image: url(../../../assets/img/character/b_01_01_on.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn.precure01-02 button {
  background-image: url(../../../assets/img/character/b_01_02.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn.precure01-02 button:after {
  background-image: url(../../../assets/img/character/b_01_02_on.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn.precure02-01::before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -70px;
  display: inline-block;
  width: 62px;
  height: 33px;
  margin: auto;
  pointer-events: none;
  content: "";
  background-image: url(../../../assets/img/character/b_02_change.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s ease;
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn.precure02-01 button {
  background-image: url(../../../assets/img/character/b_02_01.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn.precure02-01 button:after {
  background-image: url(../../../assets/img/character/b_02_01_on.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn.precure02-02 button {
  background-image: url(../../../assets/img/character/b_02_02.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn.precure02-02 button:after {
  background-image: url(../../../assets/img/character/b_02_02_on.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn.precure03-01::before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -70px;
  display: inline-block;
  width: 62px;
  height: 33px;
  margin: auto;
  pointer-events: none;
  content: "";
  background-image: url(../../../assets/img/character/b_03_change.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s ease;
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn.precure03-01 button {
  background-image: url(../../../assets/img/character/b_03_01.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn.precure03-01 button:after {
  background-image: url(../../../assets/img/character/b_03_01_on.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn.precure03-02 button {
  background-image: url(../../../assets/img/character/b_03_02.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn.precure03-02 button:after {
  background-image: url(../../../assets/img/character/b_03_02_on.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn.precure04-01::before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -70px;
  display: inline-block;
  width: 62px;
  height: 33px;
  margin: auto;
  pointer-events: none;
  content: "";
  background-image: url(../../../assets/img/character/b_04_change.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s ease;
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn.precure04-01 button {
  background-image: url(../../../assets/img/character/b_04_01.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn.precure04-01 button:after {
  background-image: url(../../../assets/img/character/b_04_01_on.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn.precure04-02 button {
  background-image: url(../../../assets/img/character/b_04_02.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn.precure04-02 button:after {
  background-image: url(../../../assets/img/character/b_04_02_on.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn.precure05-01::before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -70px;
  display: inline-block;
  width: 62px;
  height: 33px;
  margin: auto;
  pointer-events: none;
  content: "";
  background-image: url(../../../assets/img/character/b_05_change.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s ease;
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn.precure05-01 button {
  background-image: url(../../../assets/img/character/b_05_01.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn.precure05-01 button:after {
  background-image: url(../../../assets/img/character/b_05_01_on.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn.precure05-02 button {
  background-image: url(../../../assets/img/character/b_05_02.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn.precure05-02 button:after {
  background-image: url(../../../assets/img/character/b_05_02_on.png);
}




.u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn.precure07-01::before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -70px;
  display: inline-block;
  width: 62px;
  height: 33px;
  margin: auto;
  pointer-events: none;
  content: "";
  background-image: url(../../../assets/img/character/b_07_change.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s ease;
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn.precure07-01 button {
  background-image: url(../../../assets/img/character/b_sky01_style01.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn.precure07-01 button:after {
  background-image: url(../../../assets/img/character/b_sky01_style01_on.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn.precure07-02 button {
  background-image: url(../../../assets/img/character/b_sky01_style02.png);
}
.u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn.precure07-02 button:after {
  background-image: url(../../../assets/img/character/b_sky01_style02_on.png);
}




.u-character-box .box-enemy {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  padding: 15px;
  margin-right: -15px;
  margin-left: -15px;
  background: url(../../../assets/img/character/bg_enemy_sp.png) top center no-repeat;
  background-size: 100%;
}
.u-character-box .box-enemy.enemy-06 img {
  -webkit-transform: translate(0 -27px);
          transform: translate(0 -27px);
}
.u-character-box .box-enemy .enemy-inner {
  width: 100%;
  margin: auto;
}
.u-character-box .box-enemy .enemy-slide-inner > .swiper-wrapper > .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: left;
}
.u-character-box .box-enemy .enemy-slide[data-character-slide] > .swiper-wrapper > .swiper-slide {
  height: auto;
}
.u-character-box .box-enemy .enemy-slide[data-character-slide] > .swiper-wrapper > .swiper-slide > .swiper-container {
  height: 100%;
}
.u-character-box .box-enemy .enemy-slide .slide-pagination[data-character-pager] {
  position: absolute;
  top: 10px;
  right: -3px;
  bottom: auto;
  left: auto;
  z-index: 1;
  width: 27.46vw;
  max-width: 103px;
}
.u-character-box .box-enemy .enemy-slide .slide-pagination[data-character-pager] .pager-btn {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  background: transparent;
  border-radius: 0;
  outline: none;
  opacity: 1;
}
.u-character-box .box-enemy .enemy-slide .slide-pagination[data-character-pager] .pager-btn + .pager-btn {
  margin-top: 7px;
}
.u-character-box .box-enemy .enemy-slide .slide-pagination[data-character-pager] .pager-btn button {
  position: relative;
  display: inline-block;
  width: 27.46vw;
  max-width: 103px;
  height: 11.46vw;
  max-height: 43px;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  outline: none;
}
.u-character-box .box-enemy .enemy-slide .slide-pagination[data-character-pager] .pager-btn button:after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  transition: all 0.3s ease;
}
.u-character-box .box-enemy .enemy-slide .slide-pagination[data-character-pager] .pager-btn.swiper-pagination-bullet-active button:after {
  opacity: 1;
}
.u-character-box .box-enemy .enemy-slide .slide-pagination[data-character-pager] .pager-btn.enemy01-01 button {
  background-image: url(../../../assets/img/character/b_enemy01_style01.png);
}
.u-character-box .box-enemy .enemy-slide .slide-pagination[data-character-pager] .pager-btn.enemy01-01 button:after {
  background-image: url(../../../assets/img/character/b_enemy01_style01_on.png);
}
.u-character-box .box-enemy .enemy-slide .slide-pagination[data-character-pager] .pager-btn.enemy01-02 button {
  background-image: url(../../../assets/img/character/b_enemy01_style02.png);
}
.u-character-box .box-enemy .enemy-slide .slide-pagination[data-character-pager] .pager-btn.enemy01-02 button:after {
  background-image: url(../../../assets/img/character/b_enemy01_style02_on.png);
}
.u-character-box .box-enemy .enemy-slide .slide-pagination[data-character-pager] .pager-btn.enemy03-01 button {
  background-image: url(../../../assets/img/character/b_enemy03_style01.png);
}
.u-character-box .box-enemy .enemy-slide .slide-pagination[data-character-pager] .pager-btn.enemy03-01 button:after {
  background-image: url(../../../assets/img/character/b_enemy03_style01_on.png);
}
.u-character-box .box-enemy .enemy-slide .slide-pagination[data-character-pager] .pager-btn.enemy03-02 button {
  background-image: url(../../../assets/img/character/b_enemy03_style02.png);
}
.u-character-box .box-enemy .enemy-slide .slide-pagination[data-character-pager] .pager-btn.enemy03-02 button:after {
  background-image: url(../../../assets/img/character/b_enemy03_style02_on.png);
}
.u-character-box .box-enemy .enemy-slide .slide-pagination[data-character-pager] .pager-btn.enemy03-03 button {
  background-image: url(../../../assets/img/character/b_enemy03_style03.png);
}
.u-character-box .box-enemy .enemy-slide .slide-pagination[data-character-pager] .pager-btn.enemy03-03 button:after {
  background-image: url(../../../assets/img/character/b_enemy03_style03_on.png);
}



.u-character-box .box-enemy .enemy-slide .slide-pagination[data-character-pager] .pager-btn.enemy07-01 button {
  background-image: url(../../../assets/img/character/b_enemy07_style02.png);
}
.u-character-box .box-enemy .enemy-slide .slide-pagination[data-character-pager] .pager-btn.enemy07-01 button:after {
  background-image: url(../../../assets/img/character/b_enemy07_style02_on.png);
}
.u-character-box .box-enemy .enemy-slide .slide-pagination[data-character-pager] .pager-btn.enemy07-02 button {
  background-image: url(../../../assets/img/character/b_enemy07_style01.png);
}
.u-character-box .box-enemy .enemy-slide .slide-pagination[data-character-pager] .pager-btn.enemy07-02 button:after {
  background-image: url(../../../assets/img/character/b_enemy07_style01_on.png);
}






.u-character-box .box-enemy + .box-info .info-cv {
  margin-top: -10px;
}
.u-character-box .box-infowrap[data-character-name] .box-info {
  display: none;
}
.u-character-box .box-infowrap[data-character-name] .box-info.is-active {
  display: block;
}
.u-character-box .box-info {
  margin-top: -30px;
}
.u-character-box .box-info .info-name {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
}
.u-character-box .box-info .info-name img {
  max-height: 16vw;
}
.u-character-box .box-info .info-cv {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.u-character-box .box-info .info-cv .cv-kana {
  font-size: 1.2rem;
}
.u-character-box .box-info .info-prof {
  margin-top: 25px;
}
.u-character-box .box-other {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.u-character-box .box-other.people2 {
  margin-top: 50px;
}
.u-character-box .box-other .other-item {
  position: relative;
  width: calc(33% - 10px);
  margin-bottom: 15px;
}
.u-character-box .box-other .other-item:nth-child(3n+2) {
  margin-left: 10px;
}
.u-character-box .box-other .other-item:nth-child(3n+3) {
  margin-left: 10px;
}
.u-character-box .box-other .other-item .item-img {
  margin: 0 auto;
}
.u-character-box .box-other .other-item .item-other {
  margin-top: 15px;
  line-height: 1.4;
  color: #3b3d48;
  text-align: center;
}
.u-character-box .box-other .other-item .item-other .other-name {
  font-size: 1.6rem;
  font-weight: bold;
}
.u-character-box .box-other .other-item .item-other .other-cv {
  margin-top: 5px;
  font-size: 0.9rem;
}
.u-character-box .box-other .other-item > a {
  transition: all 0.3s ease;
  display: block;
}

.u-ttl-sub {
  position: relative;
  padding-top: 50px;
  margin-top: 35px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #007bc7;
}
.u-ttl-sub:before {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  display: inline-block;
  height: 22px;
  content: "";
  background: url(../../../assets/img/bg_subt.png) top left repeat-x;
  background-size: 167px 22px;
}

.u-box-movie {
  margin-top: 10px;
}
.u-box-movie > a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  color: #ffffff;
  background: #007bc7;
  border: 2px solid #007bc7;
  border-radius: 10px;
  outline: none;
}
.u-box-movie > a .slide-img,
.u-box-movie > a iframe {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  text-align: center;
  pointer-events: none;
  border-radius: 10px;
}
.u-box-movie > a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  content: "";
  background: url("/tv/hirogaru-sky_precure/assets/img/icon_play.png") center no-repeat;
  background-size: 70px 70px;
}
.u-box-movie > a::after {
  display: block;
  padding-top: 56.5%;
  content: "";
}

.u-item,
.u-movie {
  position: relative;
  padding-top: 10px;
  padding-bottom: 30px;
}
.u-item::after,
.u-movie::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 720/5;
  margin: 0 auto;
  content: "";
  background: url(../../../assets/img/bg_line_l.png) no-repeat top center;
  background-size: cover;
}

.u-item-list {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -5px 0;
}
.u-item-list li {
  width: 50%;
  padding: 0 5px;
}
.u-item-list li:nth-child(n+3) {
  margin-top: 15px;
}
.u-item-list li .list-item {
  display: block;
  height: 100%;
  padding: 10px;
  margin: 0;
  border: 1px solid #007bc7;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 123, 199, 0.25);
}
.u-item-list li .list-item .item-img {
  text-align: center;
}
.u-item-list li .list-item .item-name {
  font-size: 1.4rem;
  font-weight: bold;
  color: #3b3d48;
}
.u-item-list li .list-item figcaption {
  margin-top: 10px;
  line-height: 1.5;
  text-align: center;
}

.u-box-modalitem {
  background-color: #fff;
  border: 1px solid #007bc7;
  border-radius: 5px;
}
.u-box-modalitem::-webkit-scrollbar {
  display: none;
}
.u-box-modalitem .modalitem-item {
  padding: 10px;
}
.u-box-modalitem .modalitem-item .item-img {
  text-align: center;
}
.u-box-modalitem .modalitem-item .item-name {
  font-size: 1.8rem;
  font-weight: bold;
}
.u-box-modalitem .modalitem-item .item-desc {
  position: relative;
  padding-top: 10px;
  margin-top: 10px;
}
.u-box-modalitem .modalitem-item .item-desc::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 360/5;
  margin: 0 auto;
  content: "";
  background: url(../../../assets/img/bg_line_l.png) no-repeat top center;
  background-size: cover;
}

#cboxOverlay.modal-item {
  background-color: rgba(59, 61, 72, 0.5);
}

#colorbox.modal-item {
  margin-top: -30px;
  overflow: visible !important;
  outline: 0;
}

.modal-item {
  /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
  /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
}
.modal-item .cboxIframe {
  background: #fff;
}
.modal-item #cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
.modal-item #cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  color: #949494;
  text-align: center;
}
.modal-item #cboxCurrent {
  display: none !important;
}
.modal-item #cboxPrevious,
.modal-item #cboxNext,
.modal-item #cboxSlideshow,
.modal-item #cboxClose {
  width: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  background: none;
  border: 0;
}
.modal-item #cboxPrevious:active,
.modal-item #cboxNext:active,
.modal-item #cboxSlideshow:active,
.modal-item #cboxClose:active {
  outline: 0;
}
.modal-item #cboxSlideshow {
  position: absolute;
  right: 30px;
  bottom: 4px;
  color: #0092ef;
}
.modal-item #cboxPrevious {
  position: absolute;
  top: 160px;
  right: auto;
  left: -10px;
  width: 26px;
  height: 39px;
  margin-top: -25px;
  text-indent: -9999px;
  background: url(../../../assets/img/character/character_arrow_sp.png) no-repeat top right;
  background-size: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.modal-item #cboxNext {
  position: absolute;
  top: 160px;
  right: -10px;
  left: auto;
  width: 26px;
  height: 39px;
  margin-top: -25px;
  text-indent: -9999px;
  background: url(../../../assets/img/character/character_arrow_sp.png) no-repeat top right;
  background-size: 100%;
}
.modal-item #cboxCurrent {
  display: none !important;
}
.modal-item #cboxLoadedContent {
  max-height: calc(100vh - 125px);
}
.modal-item #cboxClose {
  position: absolute;
  right: 0;
  right: 50%;
  bottom: 0;
  width: 25px;
  width: 230px;
  height: 25px;
  height: 50px;
  text-indent: -9999px;
  background: url(../../../assets/img/character/item_close.png) center no-repeat;
  background-size: 100%;
  -webkit-transform: translate(50%, calc(100% + 30px));
          transform: translate(50%, calc(100% + 30px));
  transition: all 0.3s ease;
}

#modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  background: rgba(59, 61, 72, 0.5);
  opacity: 0;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
#modal.act {
  z-index: 1300;
  opacity: 1;
}
#modal .u-box-modalitem {
  position: absolute;
  position: relative;
  top: 20px;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: calc(100vh - 130px);
  max-height: calc(var(--vh, 1vh) * 100 - 130px);
  margin: 0 15px;
  background-color: #fff;
  border: 1px solid #007bc7;
  border-radius: 5px;
}
#modal .u-box-modalitem::-webkit-scrollbar {
  display: none;
}
#modal .u-box-modalitem .modalitem_wrap {
  position: relative;
  max-height: inherit;
  overflow-y: scroll;
}
#modal .u-box-modalitem .modalitem_wrap::-webkit-scrollbar {
  display: none;
}
#modal .u-box-modalitem .modalitem_wrap .modalitem-item {
  padding: 10px;
}
#modal .u-box-modalitem .modalitem_wrap .modalitem-item .item-img {
  width: 126px;
  margin: 10px auto 0;
  text-align: center;
}
#modal .u-box-modalitem .modalitem_wrap .modalitem-item .item-wrap {
  padding: 0px 10px 5px;
  margin-top: 0px;
}
#modal .u-box-modalitem .modalitem_wrap .modalitem-item .item-name {
  font-size: 1.8rem;
  font-weight: bold;
}
#modal .u-box-modalitem .modalitem_wrap .modalitem-item .item-cv {
  font-size: 1.4rem;
  font-weight: bold;
}
#modal .u-box-modalitem .modalitem_wrap .modalitem-item .item-desc {
  position: relative;
  padding-top: 10px;
  margin-top: 10px;
  line-height: 1.6em;
}
#modal .u-box-modalitem .modalitem_wrap .modalitem-item .item-desc::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 360/5;
  margin: 0 auto;
  content: "";
  background: url(../../../assets/img/bg_line_l.png) no-repeat top center;
  background-size: cover;
}
#modal .u-box-modalitem .btnPrev {
  position: absolute;
  top: 160px;
  right: auto;
  left: -10px;
  z-index: 500;
  width: 26px;
  height: 39px;
  margin-top: -25px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#modal .u-box-modalitem .btnNext {
  position: absolute;
  top: 160px;
  right: -10px;
  left: auto;
  width: 26px;
  height: 39px;
  margin-top: -25px;
}
#modal .u-box-modalitem .btnClose {
  position: absolute;
  right: 0;
  bottom: 0;
  bottom: -55px;
  left: 0;
  width: 230px;
  height: 50px;
  margin: 0 auto;
  transition: all 0.3s ease;
}
#modal .u-box-modalitem.character-item .modalitem_wrap .modalitem-item .item-img {
  width: 100%;
}

.slideup {
  -webkit-animation: slideUp 1s forwards;
          animation: slideUp 1s forwards;
}

@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media print, screen and (min-width: 768px) {
  #l-content .content-area {
    width: 1040px;
  }
  .u-nav-cat::after {
    width: 880px;
  }
  .u-nav-cat {
    justify-content: center;
    width: 880px;
    margin: 0 auto 15px;
  }
  .u-nav-cat li {
    width: 215px;
  }
  .u-nav-cat li + li {
    margin-left: 6px;
  }
  .u-nav-cat li a {
    width: 215px;
    max-width: 215px;
    padding: 10px 0;
  }
  .u-nav-cat li a.is-current:before {
    width: 120px;
    height: 80px;
  }
  .u-nav-cat li a:hover::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 80px;
    content: "";
    background-image: url(../../../assets/img/news/tab_active.png);
    background-size: contain;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .u-nav-preure {
    margin: 40px -7px 0;
  }
  .u-nav-preure .preure-list li {
    width: 148px;
    padding: 0 7px;
    font-size: 1.6rem;
  }
  .u-nav-preure .preure-list li:nth-child(n+5) {
    margin-top: 0px;
  }
  .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 {
    margin-top: 5px;
  }
  .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;
  }
  .u-nav-enemy {
    margin: 40px -7px 0;
  }
  .u-nav-enemy .enemy-list li {
    width: 148px;
    padding: 0 7px;
    font-size: 1.6rem;
    margin-bottom:20px;
  }
  .u-nav-enemy .enemy-list li:nth-child(n+5) {
    margin-top: 0px;
  }
  .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 {
    margin-top: 5px;
  }
  .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;
  }
  .u-character-box {
    padding-bottom: 50px;
    margin-top: 30px;
  }
  .u-character-box .box-precure {
    min-width: 100vw;
    min-height: 850px;
    margin: 0;
    margin-left: calc(-50vw + 50%);
    text-align: center;
  }
  .u-character-box .box-precure .precure-inner {
    width: 1040px;
  }
  .u-character-box .box-precure.precure-01 {
    background: url(../../../assets/img/character/p_bg_pc_bottom.png) bottom -150px center no-repeat, url(../../../assets/img/character/p_01_bg_pc.png) top center no-repeat;
    background-size: 100%, cover;
  }
  .u-character-box .box-precure.precure-02 {
    background: url(../../../assets/img/character/p_bg_pc_bottom.png) bottom -150px center no-repeat, url(../../../assets/img/character/p_02_bg_pc.png) top center no-repeat;
    background-size: 100%, cover;
  }
  .u-character-box .box-precure.precure-03 {
    background: url(../../../assets/img/character/p_bg_pc_bottom.png) bottom -150px center no-repeat, url(../../../assets/img/character/p_03_bg_pc.png) top center no-repeat;
    background-size: 100%, cover;
  }
  .u-character-box .box-precure.precure-04 {
    background: url(../../../assets/img/character/p_bg_pc_bottom.png) bottom -150px center no-repeat, url(../../../assets/img/character/p_04_bg_pc.png) top center no-repeat;
    background-size: 100%, cover;
  }
  .u-character-box .box-precure.ally-05 {
    background: url(../../../assets/img/character/p_bg_pc_bottom.png) bottom -150px center no-repeat, url(../../../assets/img/character/p_05_bg_pc.png) top center no-repeat;
    background-size: 100%, cover;
  }
  .u-character-box .box-precure .precure-slide-inner > .swiper-wrapper > .swiper-slide {
    justify-content: center;
  }
  .u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] {
    top: 20px;
    right: -4px;
    width: 166px;
    max-width: 166px;
  }
  .u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn button {
    width: 166px;
    max-width: 166px;
    height: 70px;
    max-height: 70px;
  }
  .u-character-box .box-precure .precure-slide .slide-pagination[data-character-pager] .pager-btn button:hover:after {
    opacity: 1;
  }
  .u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] {
    bottom: 50px;
  }
  .u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn button {
    width: 70px;
    height: 70px;
  }
  .u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn button:hover:after {
    opacity: 1;
  }
  .u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn.precure01-01::before {
    bottom: 45px;
    left: -77px;
    width: 300px;
    height: 232px;
    background-image: url(../../../assets/img/character/b_01_change_pc.png);
  }
  .u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn.precure02-01::before {
    bottom: 45px;
    left: -77px;
    width: 300px;
    height: 232px;
    background-image: url(../../../assets/img/character/b_02_change_pc.png);
  }
  .u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn.precure03-01::before {
    bottom: 45px;
    left: -77px;
    width: 300px;
    height: 232px;
    background-image: url(../../../assets/img/character/b_03_change_pc.png);
  }
  .u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn.precure04-01::before {
    bottom: 45px;
    left: -77px;
    width: 300px;
    height: 232px;
    background-image: url(../../../assets/img/character/b_04_change_pc.png);
  }
  .u-character-box .box-precure .precure-slide .slide-pagination[data-style-pager] .pager-btn.precure05-01::before {
    bottom: 45px;
    left: -77px;
    width: 300px;
    height: 232px;
    background-image: url(../../../assets/img/character/b_05_change_pc.png);
  }
  
  
  
  
  
  
  
  
  
  .u-character-box .box-enemy {
    min-width: 100vw;
    min-height: 850px;
    margin: 0;
    margin-left: calc(-50vw + 50%);
    text-align: center;
    background: url(../../../assets/img/character/p_bg_pc_bottom.png) bottom -150px center no-repeat, url(../../../assets/img/character/bg_enemy_pc.png) top center no-repeat;
    background-size: 100%, cover;
  }
  .u-character-box .box-enemy.enemy-06 img {
    -webkit-transform: translate(17px, 28px);
            transform: translate(17px, 28px);
  }
  .u-character-box .box-enemy .enemy-inner {
    width: 1040px;
  }
  .u-character-box .box-enemy .enemy-slide-inner > .swiper-wrapper > .swiper-slide {
    justify-content: center;
  }
  .u-character-box .box-enemy .enemy-slide .slide-pagination[data-character-pager] {
    top: 20px;
    right: -4px;
    width: 166px;
    max-width: 166px;
  }
  .u-character-box .box-enemy .enemy-slide .slide-pagination[data-character-pager] .pager-btn button {
    width: 166px;
    max-width: 166px;
    height: 70px;
    max-height: 70px;
  }
  .u-character-box .box-enemy .enemy-slide .slide-pagination[data-character-pager] .pager-btn button:hover:after {
    opacity: 1;
  }
  .u-character-box .box-info {
    margin-top: -65px;
  }
  .u-character-box .box-info .info-name img {
    max-height: 120px;
  }
  .u-character-box .box-info .info-cv {
    font-size: 3rem;
  }
  .u-character-box .box-info .info-cv .cv-kana {
    font-size: 1.8rem;
  }
  .u-character-box .box-info .info-prof {
    margin-top: 30px;
  }
  .u-character-box .box-other {
    margin: 0 -16px;
  }
  .u-character-box .box-other.people2 {
    margin-top: 0;
  }
  .u-character-box .box-other .other-item {
    width: 24%;
    padding: 0 16px;
    font-size: 0.875em;
  }
  .u-character-box .box-other .other-item .item-other {
    margin-top: 10px;
  }
  .u-character-box .box-other .other-item .item-other .other-name {
    font-size: 2.4rem;
  }
  .u-character-box .box-other .other-item > a:hover {
    text-decoration: none;
    opacity: 0.6;
  }
  .u-ttl-sub {
    margin-top: 40px;
    font-size: 2.4rem;
  }
  .u-box-movie > a {
    border: 4px solid #007bc7;
  }
  .u-box-movie > a:hover {
    -webkit-animation: btnhoverpush 0.3s linear;
            animation: btnhoverpush 0.3s linear;
  }
  .u-box-movie > a::before {
    width: 140px;
    height: 140px;
    margin-top: -70px;
    margin-left: -70px;
    background-size: 140px 140px;
  }
  .u-box-movie {
    width: 720px;
    margin: 30px auto 0;
  }
  .u-item::after,
.u-movie::after {
    width: 880px;
  }
  .u-item {
    padding-bottom: 50px;
  }
  .u-movie {
    padding-bottom: 0;
  }
  .u-item-list {
    margin: 30px -10px 0;
  }
  .u-item-list li {
    width: 25%;
    padding: 0 10px;
  }
  .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 {
    border: 2px solid #007bc7;
    border-radius: 10px;
  }
  .u-item-list li .list-item:hover {
    text-decoration: none;
  }
  .u-item-list li .list-item:hover .item-img {
    -webkit-animation: btnhoverpush 0.3s linear;
            animation: btnhoverpush 0.3s linear;
  }
  .u-box-modalitem {
    width: 880px;
    max-height: 400px;
    overflow-y: scroll;
    border: 2px solid #007bc7;
    border-radius: 10px;
  }
  .u-box-modalitem .modalitem-item {
    display: flex;
    align-items: center;
  }
  .u-box-modalitem .modalitem-item .item-img {
    width: 50%;
    padding: 30px;
    padding-left: 50px;
  }
  .u-box-modalitem .modalitem-item .item-wrap {
    width: 50%;
    padding: 30px;
    padding-right: 50px;
  }
  .u-box-modalitem .modalitem-item .item-name {
    font-size: 2.4rem;
  }
  .u-box-modalitem .modalitem-item .item-desc {
    padding-top: 20px;
    margin-top: 20px;
  }
  .modal-item #cboxPrevious {
    left: -90px;
    width: 119px;
    height: 96px;
    background: url(../../../assets/img/character/character_arrow_l_pc.png) no-repeat top right;
    background-size: 100%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .modal-item #cboxNext {
    right: -90px;
    width: 119px;
    height: 96px;
    background: url(../../../assets/img/character/character_arrow_r_pc.png) no-repeat top right;
    background-size: 100%;
  }
  .modal-item #cboxClose {
    width: 320px;
    height: 80px;
  }
  .modal-item #cboxClose:hover {
    opacity: 0.6;
  }
  #modal .u-box-modalitem {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 880px;
    height: 640px;
    max-height: 640px;
    margin: 0 auto;
    overflow: visible;
    border: 2px solid #007bc7;
    border-radius: 10px;
  }
  #modal .u-box-modalitem .modalitem_wrap {
    width: 100%;
    overflow: auto;
  }
  #modal .u-box-modalitem .modalitem_wrap .modalitem-item {
    display: flex;
    align-items: center;
  }
  #modal .u-box-modalitem .modalitem_wrap .modalitem-item .item-img {
    width: 35%;
    padding: 60px 30px 50px 50px;
    margin-top: 0;
  }
  #modal .u-box-modalitem .modalitem_wrap .modalitem-item .item-wrap {
    width: 65%;
    padding: 60px 50px 50px 30px;
    margin-top: 0;
  }
  #modal .u-box-modalitem .modalitem_wrap .modalitem-item .item-name {
    font-size: 2.4rem;
  }
  #modal .u-box-modalitem .modalitem_wrap .modalitem-item .item-cv {
    font-size: 1.6rem;
  }
  #modal .u-box-modalitem .modalitem_wrap .modalitem-item .item-desc {
    padding-top: 20px;
    margin-top: 20px;
  }
  #modal .u-box-modalitem .btnPrev {
    top: 0;
    bottom: 0;
    left: -90px;
    width: 119px;
    height: 96px;
    margin: auto 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  #modal .u-box-modalitem .btnNext {
    top: 0;
    right: -90px;
    bottom: 0;
    width: 119px;
    height: 96px;
    margin: auto 0;
  }
  #modal .u-box-modalitem .btnClose {
    bottom: -90px;
  }
  #modal .u-box-modalitem .btnClose:hover {
    opacity: 0.6;
  }
  #modal .u-box-modalitem.character-item {
    height: 400px;
    max-height: 400px;
  }
  #modal .u-box-modalitem.character-item .modalitem_wrap .modalitem-item .item-img {
    width: 35%;
    padding: 0 30px 0 50px;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
  .u-character-box .box-precure {
    width: 1260px;
    margin-left: calc(-630px + 50%);
  }
  .u-character-box .box-enemy {
    width: 1260px;
    margin-left: calc(-630px + 50%);
  }
}