.trans {
  transition: all .2s;
}

/*
---------------------------------------
star-canvas
---------------------------------------
*/
.star-canvas {
  width: 100%;
  background-color: #111129;
}

.star-canvas canvas {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

/*
---------------------------------------
mv
---------------------------------------
*/
.mv {
  background: #111129;
  padding: 98px 0 0;
}

@media (max-width: 650px) {
  .mv {
    padding: 10vw 5% 15vw;
  }
}

.mv .main-visual-wrap {
  position: relative;
  z-index: 1;
  margin: 0 0 0 auto;
}

.mv .main-visual-wrap .img {
  display: block;
  text-align: right;
  width: 66%;
  margin: 0 0 0 auto;
}

@media (max-width: 650px) {
  .mv .main-visual-wrap .img {
    width: 100%;
    position: relative;
    top: -8vw;
    z-index: -1;
  }
}

.mv .main-visual-wrap .img img {
  width: 100%;
  height: auto;
}

.mv .main-visual-wrap .txtbox {
  position: absolute;
  left: 60px;
  top: 30px;
  color: #fff;
  padding: 7vw 0 0 0;
  z-index: 1;
  width: 37%;
}

@media (max-width: 650px) {
  .mv .main-visual-wrap .txtbox {
    position: static;
    width: 100%;
    padding: 15vw 0 0;
  }
}

.mv .main-visual-wrap .txtbox:before {
  content: '';
  background: url(/wp-content/themes/anime/img/top/line-01.png) no-repeat center center/cover;
  width: 43vw;
  background-size: 100%;
  height: 29vw;
  display: block;
  position: absolute;
  left: -2vw;
  top: 0.1vw;
  z-index: -1;
}

@media (max-width: 650px) {
  .mv .main-visual-wrap .txtbox:before {
    content: '';
    background: url(/wp-content/themes/anime/img/top/line-01.png) no-repeat center center/cover;
    width: 110vw;
    background-size: 100%;
    height: 61vw;
    display: block;
    position: absolute;
    left: -12vw;
    top: 10vw;
    z-index: 1;
  }
}

.mv .main-visual-wrap .txtbox .txt {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 30px;
  padding-left: 30px;
}

@media (max-width: 650px) {
  .mv .main-visual-wrap .txtbox .txt {
    font-size: 1.4rem;
    padding-left: 0;
    padding-bottom: 5vw;
    letter-spacing: .05em;
  }
}

.mv .main-visual-wrap .txtbox .txt span {
  display: inline-block;
  line-height: 1.6;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.mv .main-visual-wrap .txtbox .catch {
  display: block;
  padding-bottom: 30px;
  line-height: 0;
}

@media (max-width: 650px) {
  .mv .main-visual-wrap .txtbox .catch {
    padding-bottom: 5vw;
  }
}

.mv .main-visual-wrap .txtbox .catch img {
  width: 100%;
  height: auto;
}

.mv .main-visual-wrap .txtbox .catch-01 {
  padding-left: 15px;
}

@media (max-width: 650px) {
  .mv .main-visual-wrap .txtbox .catch-01 {
    padding-left: 0;
  }
}

.mfp-bg {
  z-index: 9999999 !important;
}

.mfp-wrap {
  z-index: 99999999 !important;
}

/*
---------------------------------------
wrap-star
---------------------------------------
*/
.wrap-star {
  position: relative;
}

@media (max-width: 650px) {
  .wrap-star {
    padding-top: 13vw;
  }
}

#star-canvas-02 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
}

/*
---------------------------------------
movie
---------------------------------------
*/
.movie {
  position: absolute;
  left: 80px;
  top: -140px;
  z-index: 2;
}

@media (max-width: 650px) {
  .movie {
    width: 100%;
    padding: 0 5%;
    left: inherit;
    right: 0;
    top: -26vw;
  }
}

.movie .ttl {
  font-size: 1.2rem;
  color: #fff;
  background: url(/wp-content/themes/anime/img/top/line-movie.png) no-repeat right 10px center;
  background-size: 180px;
  letter-spacing: .1em;
  margin-bottom: 20px;
}

@media (max-width: 650px) {
  .movie .ttl {
    font-size: 3vw;
    position: absolute;
    left: 5%;
    top: 35%;
    width: 49%;
    padding-bottom: 10px;
    background: url(/wp-content/themes/anime/img/top/line-movie.png) no-repeat left bottom;
    background-size: 100%;
    z-index: 2;
  }
}

.movie .movie-wrap {
  position: relative;
}

@media (max-width: 650px) {
  .movie .movie-wrap {
    width: 70%;
    margin: 0 0 0 auto;
  }
}

.movie .movie-wrap a {
  display: block;
}

.movie .movie-wrap .icn-play {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

/*
---------------------------------------
sec-topics
---------------------------------------
*/
.sec-topics {
  width: 66%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
  background: #fff;
}

@media (max-width: 650px) {
  .sec-topics {
    width: 100%;
    padding: 7vw 5% 0;
  }
}

@media (max-width: 650px) {
  .sec-topics .sec-cont {
    position: relative;
  }
}

.sec-topics .sec-cont .sec-ttl {
  font-size: 1.3rem;
  color: #fff;
  background: #111129;
  text-align: center;
  height: 62px;
  line-height: 62px;
  width: 126px;
  letter-spacing: .05em;
}

@media (max-width: 650px) {
  .sec-topics .sec-cont .sec-ttl {
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 27px;
    line-height: 27px;
    font-size: 1rem;
  }
}

.sec-topics .sec-cont .box {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 2.5rem 0 3rem;
  border-bottom: 1px solid #ececf0;
}

@media (max-width: 650px) {
  .sec-topics .sec-cont .box {
    display: block;
    padding: 0 0 2.5rem;
  }
}

.sec-topics .sec-cont .box .post-a {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex: 1;
  padding: 1rem 0;
}

@media (max-width: 650px) {
  .sec-topics .sec-cont .box .post-a {
    display: block;
    padding: 0;
  }
}

.sec-topics .date {
  font-size: 1.3rem;
  color: #8c8c8c;
  padding-right: 2.7rem;
}

@media (max-width: 650px) {
  .sec-topics .date {
    padding: 0 0 2rem 7.5rem;
  }
}

.sec-topics .ttl {
  font-size: 1.3rem;
}

@media (max-width: 650px) {
  .sec-topics .ttl {
    font-size: 1.4rem;
    line-height: 1.8;
    padding-bottom: 2rem;
  }
}

.sec-topics .btn-01 {
  margin: 0 0 0 auto;
  width: 85px;
  height: 26px;
  line-height: 24px;
  font-size: 1rem;
  padding-left: 10px;
}

.sec-topics .btn-01:before {
  margin-right: .5rem;
}

/*
---------------------------------------
sec-story
---------------------------------------
*/
.sec-story {
  padding: 134px 0 0;
  margin-bottom: 105px;
  position: relative;
  z-index: 1;
}

@media (max-width: 650px) {
  .sec-story {
    padding: 15vw 0 5vw;
    margin-bottom: 0;
  }
}

.sec-story .sec-ttl {
  position: relative;
  z-index: 2;
}

.sec-story .bg {
  display: block;
  width: 71%;
  height: 547px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (min-width: 651px) {
  .sec-story .bg {
    background: url(/wp-content/themes/anime/img/top/bg-story.jpg) no-repeat center center/cover;
  }
}

@media (max-width: 650px) {
  .sec-story .bg {
    background: url(/wp-content/themes/anime/img/top/bg-story_sp.jpg) no-repeat center center/cover;
    width: 100%;
    height: 205px;
    bottom: inherit;
    top: 45vw;
  }
}

.sec-story .txtbox {
  background: #fff;
  max-width: 387px;
  margin: 2.8rem 0 0 auto;
  padding: 9rem 0 3.5rem 6rem;
  position: relative;
  z-index: 1;
  text-align: center;
}

@media (max-width: 650px) {
  .sec-story .txtbox {
    max-width: 100%;
    margin: 44vw 0 0;
    padding: 15vw 0 5vw;
  }
}

.sec-story .txtbox .txt {
  font-size: 1.3rem;
  padding-bottom: 4.5rem;
}

/*
---------------------------------------
sec-character
---------------------------------------
*/
.sec-character {
  position: relative;
  padding: 6rem 0 9rem;
  background: #f3f3f4;
  overflow: hidden;
}

@media (max-width: 650px) {
  .sec-character {
    padding: 15vw 0 10vw;
  }
}

.sec-character:before {
  content: '';
  background: #f3f3f4;
  width: 82.5%;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}

@media (max-width: 650px) {
  .sec-character:before {
    content: none;
  }
}

.sec-character .sec-ttl {
  position: relative;
  z-index: 1;
  max-width: 342px;
}

@media (max-width: 650px) {
  .sec-character .sec-ttl {
    max-width: 100%;
  }
}

.sec-character .heading-01-en {
  padding-right: 3rem;
}

.sec-character .heading-01 {
  padding-left: 0;
}

.sec-character .tabs-list {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  max-width: 342px;
  padding: 1rem 0 2rem;
}

@media (max-width: 650px) {
  .sec-character .tabs-list {
    max-width: 100%;
  }
}

.sec-character .tabs-list .item {
  padding: 0 8px;
}

@media (max-width: 650px) {
  .sec-character .tabs-list .item {
    padding: 0 5px;
  }
}

.sec-character .tabs-list .item label {
  display: block;
  padding: 0 15px;
  text-align: center;
  width: 113px;
  height: 32px;
  line-height: 32px;
  font-size: 1.2rem;
  letter-spacing: .05em;
  background: #fff;
}

@media (max-width: 650px) {
  .sec-character .tabs-list .item label {
    width: 140px;
    height: 40px;
    line-height: 40px;
  }
}

.sec-character #panel-1-ctrl:checked ~ .tabs-list .item-01 label {
  color: #fff;
  background: #0082d7;
}

.sec-character #panel-2-ctrl:checked ~ .tabs-list .item-02 label {
  color: #fff;
  background: #d80930;
}

.sec-character label.panel-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.sec-character #panels .main {
  box-sizing: border-box;
  max-height: initial;
  opacity: 0;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
  visibility: hidden;
}

.sec-character #panel-1-ctrl:checked ~ #panels #panel-1 .main,
.sec-character #panel-2-ctrl:checked ~ #panels #panel-2 .main {
  max-height: initial;
  opacity: 1;
  visibility: visible;
}

.sec-character .main {
  position: relative;
}

.sec-character .main .txtbox {
  width: 342px;
  height: 400px;
  background: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 3.5rem 0 0;
}

@media (max-width: 650px) {
  .sec-character .main .txtbox {
    padding: 7vw 0 10vw;
    width: 100%;
    height: auto;
  }
}

.sec-character .main .txtbox .logo {
  padding-bottom: 2rem;
}

.sec-character .main .txtbox .txt {
  font-size: 1.3rem;
  padding-bottom: 3rem;
}

.sec-character .main .imgbox {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 735px;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 650px) {
  .sec-character .main .imgbox {
    position: relative;
    width: 100%;
  }
}

.sec-character .main .imgbox .item {
  width: 19.5%;
}

.sec-character #panel-1-ctrl:not(:checked) ~ #panels #panel-1 .main,
.sec-character #panel-2-ctrl:not(:checked) ~ #panels #panel-2 .main {
  max-height: 0;
}

.sec-character .panel-radios {
  display: none;
}

/*
---------------------------------------
sec-twitter
---------------------------------------
*/
.sec-twitter {
  text-align: center;
  background: #111129;
}

@media (max-width: 650px) {
  .sec-twitter .star-canvas {
    position: relative;
  }
}

.sec-twitter .twitter-wrap {
  padding: 10.5rem 0 9.5rem;
}

@media (max-width: 650px) {
  .sec-twitter .twitter-wrap {
    padding: 20vw 0 10vw;
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 650px) {
  .sec-twitter .star-canvas {
    background: none;
  }
}

@media (max-width: 650px) {
  .sec-twitter .star-canvas canvas {
    z-index: 1;
  }
}

.sec-twitter .heading-01 {
  margin-bottom: 3rem;
  color: #fff;
}

.sec-twitter .heading-01 span {
  background: url(/wp-content/themes/anime/img/common/bg-ttl_blk.png) repeat-x center center/auto 0.7em;
}

.sec-twitter .tw-iframe {
  max-width: 500px;
  margin: 0 auto 5rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 650px) {
  .sec-twitter .tw-iframe {
    margin: 0 auto 3rem;
  }
  .sec-twitter .tw-iframe iframe {
    height: 400px !important;
  }
}

.sec-twitter .btn-01 {
  width: 184px;
  border: 1px solid #fff;
}

/*
---------------------------------------
sec-bnr
---------------------------------------
*/
.sec-bnr {
  background: #eaeaeb;
  padding: 4rem 0 8rem;
  position: relative;
}

@media (max-width: 650px) {
  .sec-bnr {
    padding: 3rem 0;
  }
}

.sec-bnr .slick-prev {
  left: -10px;
}

.sec-bnr .slick-next {
  right: -10px;
}

.sec-bnr .slick-prev, .sec-bnr .slick-next {
  width: 39px;
  height: 39px;
  z-index: 2;
}

.sec-bnr .slick-next:before {
  background-image: url(/wp-content/themes/anime/img/common/arrow-right.png);
}

.sec-bnr .slick-prev:before {
  background-image: url(/wp-content/themes/anime/img/common/arrow-left.png);
}

.sec-bnr .slick-prev:before, .sec-bnr .slick-next:before {
  content: '';
  background-size: 16px;
  background-color: #fff;
  width: 39px;
  height: 39px;
  display: block;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}

.sec-bnr .slick-dots {
  bottom: -65px;
}

@media (max-width: 650px) {
  .sec-bnr .slick-dots {
    bottom: -50px;
  }
}

.sec-bnr .slick-dots li {
  margin: 0 7px;
}

.sec-bnr .slick-dots li button {
  width: 28px;
  height: 2px;
  padding: 0;
}

.sec-bnr .slick-dots li button:before {
  content: '';
  width: 28px;
  height: 2px;
  background: #fff;
  opacity: 1;
}

.sec-bnr .slick-dots li.slick-active button:before {
  background: #111129;
}

.sec-bnr .item {
  margin: 0 10px;
}

.sec-bnr .item img {
  width: 100%;
  height: auto;
}
