.character .character-group .character-outline__main-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.character .character-group .character-outline__sub-title, .character .character-group .character-outline__handle-title, .character .character-group .character-outline__main-title, .character .character-group .character-outline__voice-title, .character .character-group .character-outline__voice-title--new {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

/*********************************/
/*           Character           */
/*********************************/
.character {
  position: relative;
  width: 100%;
}
.character::before {
  content: "";
  background-position: left top;
  background-image: url("../img/cast/character_bg01__sp.jpg");
  background-size: 100% auto;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 0;
}
.character__inner {
  margin: 0 auto;
  width: 94%;
}
.character .character-skew {
  margin-bottom: 15vw;
  padding-top: 4vw;
}
.character .character-skew::before, .character .character-skew::after {
  -webkit-transform: skewY(-7deg);
          transform: skewY(-7deg);
  height: 0;
}
.character .character-skew .skew {
  -webkit-transform: skewY(-7deg);
          transform: skewY(-7deg);
  height: 40vw;
}
.character .character-skew .skew::after {
  padding-top: 5vw;
  width: 0;
}
.character .character-skew .skew img {
  -webkit-transform: skewY(7deg) translateX(-50%);
          transform: skewY(7deg) translateX(-50%);
}
.character .character-pattern {
  position: absolute;
  top: 5.5vw;
  left: 0;
  width: 100%;
  z-index: 2;
}
.character .character-titleArea {
  padding: 0 3%;
  position: absolute;
  top: 12.5vw;
  left: 0;
  margin-bottom: 10.2941176471vw;
  width: 100%;
}
.character .character-titleArea__inner {
  width: 100%;
}
.character .character-titleArea__title {
  position: relative;
  width: 18.3823529412vw;
  z-index: 22;
}
.character .character-outline {
  margin-bottom: 13.2352941176vw;
  position: relative;
  width: 100%;
}
.character .character-outline__title {
  margin: 0 auto;
  width: 70.5882352941vw;
}
.character .character-group {
  margin-bottom: 5.8823529412vw;
  position: relative;
  width: 100%;
}
.character .character-group:last-of-type {
  margin-bottom: 0;
}
.character .character-group .character-group__main-title--bakufu, .character .character-group .character-group__main-title--key, .character .character-group .character-group__main-title--shinsen, .character .character-group .character-group__main-title--tosa {
  position: relative;
  margin: 0 auto 4.4117647059vw;
  width: 71.3235294118vw;
  z-index: 5;
}
.character .character-group__thum-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 90.4411764706vw;
  z-index: 10;
}
.character .character-group__thum-list .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: none !important;
          transform: none !important;
  width: 100% !important;
}
.character .character-group__thum-list .slick-track::before, .character .character-group__thum-list .slick-track::after {
  content: none;
}
.character .character-group__thum-item {
  cursor: pointer;
  margin-bottom: 2.9411764706vw;
  width: 44.1176470588vw !important;
}
.character .character-group__thum-item.new-item {
  position: relative;
}
.character .character-group__thum-item.new-item::before {
  background-image: url("../img/cast/icon_new.png");
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: -2vw;
  left: -0.8vw;
  height: 3.5294117647vw;
  width: 15.4411764706vw;
}
.character .character-group__thum-item:nth-of-type(3n) {
  margin-right: 0;
}
.character .character-group__contents-list {
  margin-top: -7vw;
  position: relative;
  width: 100%;
  z-index: 2;
}
.character .character-group__contents-list::before {
  background-size: 100% 100%;
  background-position: left top;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: -3vw;
  height: 100%;
  width: 100vw;
}
.character .character-group__contents-list.tosa-slick::before {
  background-image: url("../img/cast/character_bg02__sp.png");
}
.character .character-group__contents-list.shinsen-slick::before {
  background-image: url("../img/cast/character_bg03__sp.png");
}
.character .character-group__contents-list.key-slick::before {
  background-image: url("../img/cast/character_bg04__sp.png");
}
.character .character-group__contents-list.bakufu-slick::before {
  background-image: url("../img/cast/character_bg05__sp.png");
}
.character .character-group__contents-item {
  width: 100%;
}
.character .character-group.tosa-group::before {
  content: "";
  background-image: url("../img/cast/character_title_bg02.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  position: absolute;
  top: -7vw;
  left: 33vw;
  height: 28.3823529412vw;
  width: 28.3823529412vw;
  z-index: 5;
}
.character .character-group.shinsen-group::before {
  content: "";
  background-image: url("../img/cast/character_title_bg03.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  position: absolute;
  top: -7vw;
  left: 33vw;
  height: 28.3823529412vw;
  width: 28.3823529412vw;
  z-index: 5;
}
.character .character-group.key-group::before {
  content: "";
  background-image: url("../img/cast/character_title_bg04.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  position: absolute;
  top: -7vw;
  left: 33vw;
  height: 28.3823529412vw;
  width: 28.3823529412vw;
  z-index: 5;
}
.character .character-group.bakuhu-group::before {
  content: "";
  background-image: url("../img/cast/character_title_bg05.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  position: absolute;
  top: -7vw;
  left: 33vw;
  height: 28.3823529412vw;
  width: 28.3823529412vw;
  z-index: 5;
}
.character .character-group .character-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 14.7058823529vw 0 11.7647058824vw;
  width: 100%;
}
.character .character-group .character-visual {
  margin-bottom: 5.8823529412vw;
  position: relative;
  width: 100%;
}
.character .character-group .character-visual-nameArea {
  position: relative;
  margin-right: auto;
  width: 29.4117647059vw;
  z-index: 10;
}
.character .character-group .character-visual-imageArea {
  position: absolute;
  top: -12vw;
  right: -18vw;
  width: 100vw;
  z-index: 10;
}
.character .character-group .character-visual-crestArea {
  position: absolute;
  top: 8vw;
  left: 4vw;
  width: 66.6176470588vw;
  z-index: 9;
}
.character .character-group .character-outline {
  padding-left: 3%;
  position: relative;
  z-index: 10;
  width: 100%;
}
.character .character-group .character-outline__sub-title {
  color: #fff;
  font-size: 3.8235294118vw;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 1.4705882353vw;
}
.character .character-group .character-outline__handle-title {
  color: #fff;
  font-size: 2.9411764706vw;
}
.character .character-group .character-outline__main-title {
  color: #fff;
  display: inline-block;
  font-size: 7.3529411765vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 2.2058823529vw;
}
.character .character-group .character-outline__voice-title, .character .character-group .character-outline__voice-title--new {
  color: #fff;
  font-size: 2.6470588235vw;
  margin-left: 2vw;
}
.character .character-group .character-outline__voice-title--new {
  position: relative;
}
.character .character-group .character-outline__voice-title--new::after {
  background-image: url("../img/cast/icon_new02.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  content: "";
  position: absolute;
  right: -19vw;
  bottom: 0vw;
  height: 4.1176470588vw;
  width: 17.6470588235vw;
}
.character .character-group .character-outline__main-text {
  color: #fff;
  font-size: 2.3529411765vw;
  letter-spacing: 0.2em;
  line-height: 2;
}
.character .character-group .character-outline .character-outline-titleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  width: 100%;
}
.character .character-group .slick-list {
  overflow: visible;
}
@media screen and (min-width: 1025px) {
  .character::before {
    background-image: url("../img/cast/character_bg01__pc.jpg");
    background-size: cover;
  }
  .character__inner {
    width: 1080px;
  }
  .character .character-skew {
    margin-bottom: 100px;
  }
  .character .character-skew .skew {
    height: 320px;
  }
  .character .character-pattern {
    position: absolute;
    top: 125px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1760px;
  }
  .character .character-titleArea {
    top: 205px;
    padding: 0;
    margin-bottom: 0;
  }
  .character .character-titleArea__inner {
    margin: 0 auto;
    width: 1080px;
  }
  .character .character-titleArea__title {
    margin-left: 10px;
    width: 120px;
  }
  .character .character-outline {
    margin-bottom: 75px;
  }
  .character .character-outline__title {
    width: 480px;
  }
  .character .character-group {
    margin-bottom: 55px;
  }
  .character .character-group .character-group__main-title--bakufu, .character .character-group .character-group__main-title--key, .character .character-group .character-group__main-title--shinsen, .character .character-group .character-group__main-title--tosa {
    margin-bottom: 40px !important;
    width: 485px;
  }
  .character .character-group__thum-list {
    margin: 0 auto;
    width: 960px;
  }
  .character .character-group__thum-list .slick-track {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .character .character-group__thum-item {
    margin-right: 30px;
    margin-bottom: 15px;
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
    width: 300px !important;
  }
  .character .character-group__thum-item:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .character .character-group__thum-item.new-item::before {
    top: -12px;
    left: -5px;
    height: 24px;
    width: 105px;
  }
  .character .character-group__contents-list {
    margin-top: -115px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
  }
  .character .character-group__contents-list::before {
    background-size: 100% 100%;
    left: 0;
  }
  .character .character-group__contents-list.tosa-slick::before {
    background-image: url("../img/cast/character_bg02__pc.png");
  }
  .character .character-group__contents-list.shinsen-slick::before {
    background-image: url("../img/cast/character_bg03__pc.png");
  }
  .character .character-group__contents-list.key-slick::before {
    background-image: url("../img/cast/character_bg04__pc.png");
  }
  .character .character-group__contents-list.bakufu-slick::before {
    background-image: url("../img/cast/character_bg05__pc.png");
  }
  .character .character-group.tosa-group::before {
    top: -45px;
    left: 442px;
    height: 193px;
    width: 193px;
  }
  .character .character-group.shinsen-group::before {
    top: -45px;
    left: 442px;
    height: 193px;
    width: 193px;
  }
  .character .character-group.key-group::before {
    top: -45px;
    left: 442px;
    height: 193px;
    width: 193px;
  }
  .character .character-group.bakuhu-group::before {
    top: -45px;
    left: 442px;
    height: 193px;
    width: 193px;
  }
  .character .character-group .character-contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    padding: 165px 0 0;
    position: relative;
    width: 1080px;
  }
  .character .character-group .character-contents.tosa-character {
    padding: 165px 0;
  }
  .character .character-group .character-visual {
    width: auto;
  }
  .character .character-group .character-visual-nameArea {
    width: 235px;
  }
  .character .character-group .character-visual-imageArea {
    top: -100px;
    left: 110px;
    width: 550px;
  }
  .character .character-group .character-visual-crestArea {
    left: -100px;
    top: 100px;
    width: 543px;
  }
  .character .character-group .character-outline {
    position: absolute;
    top: 165px;
    left: 610px;
    padding: 0;
    width: 570px;
  }
  .character .character-group .character-outline__sub-title {
    font-size: 20px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
  .character .character-group .character-outline__handle-title {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .character .character-group .character-outline__main-title {
    font-size: 46px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
  .character .character-group .character-outline__voice-title, .character .character-group .character-outline__voice-title--new {
    font-size: 16px;
  }
  .character .character-group .character-outline__voice-title--new::after {
    right: -128px;
    top: -2px;
    height: 28px;
    width: 120px;
  }
  .character .character-group .character-outline__main-text {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}
/*# sourceMappingURL=cast.css.map */
