body {
  color: white;
  font-size: 3.33333vw;
  line-height: 5.55556vw;
}

@media only screen and (min-width: 960px) {
  body {
    font-size: 12px;
    line-height: 20px;
  }
}

a {
  cursor: pointer;
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

@media only screen and (min-width: 960px) {
  a:hover {
    text-decoration: underline;
  }
}

::selection {
  background-color: rgba(255, 255, 255, 0.2);
}

::-moz-selection {
  background-color: rgba(255, 255, 255, 0.2);
}

.-font {
  font-family: 'Noto Sans JP', sans-serif;
}

.-pc {
  display: none;
}

@media only screen and (min-width: 960px) {
  .-pc {
    display: block;
  }
}

@media only screen and (min-width: 960px) {
  .-sp {
    display: none;
  }
}

.wrapper {
  background: url(../images/top/main-bg-sp.jpg) no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 960px) {
  .wrapper {
    background: url(../images/top/main-bg.jpg) center top no-repeat;
  }
}

.btn {
  display: block;
  margin: 0 auto;
  width: 66.66667vw;
}

.btn.-back {
  margin-top: 11.11111vw;
}

@media only screen and (min-width: 960px) {
  .btn.-back {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 960px) {
  .btn {
    width: 240px;
  }
}

.contents {
  background: url(../images/common/bg-content-sp.png) center top no-repeat #f5f7fa;
  background-size: cover;
  background-size: 100% auto;
  padding: 11.11111vw 2.77778vw 27.77778vw;
  position: relative;
}

@media only screen and (min-width: 960px) {
  .contents {
    background-image: url(../images/common/bg-content.jpg);
    background-repeat: repeat-x;
    background-size: auto;
    margin: 0;
    padding: 40px 0 160px;
  }
}

@media only screen and (min-width: 960px) {
  .contents.-top {
    background: none;
    margin-top: -60px;
    padding: 0;
  }
  .contents.-top::after, .contents.-top::before {
    display: none;
  }
}

.contents.-anchor {
  padding-top: 5.55556vw;
}

@media only screen and (min-width: 960px) {
  .contents.-anchor {
    padding-top: 40px;
  }
}

.contents::before {
  background: url(../images/common/line.png) repeat-x;
  background-size: auto 100%;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.75);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.33333vw;
}

@media only screen and (min-width: 960px) {
  .contents::before {
    height: 12px;
  }
}

.contents::after {
  background: url(../images/common/bg-content2.png) center bottom no-repeat;
  background-size: auto 100%;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16.66667vw;
}

@media only screen and (min-width: 960px) {
  .contents::after {
    height: 120px;
  }
}

.content {
  margin: 0 auto;
  max-width: 880px;
}

.bottom1 {
  background: url(../images/common/bg-bottom.png);
  background-size: 10px auto;
}

.bottom2 {
  background: -webkit-linear-gradient(#c3cfe2, #f5f7fa);
  background: linear-gradient(#c3cfe2, #f5f7fa);
  padding: 11.11111vw 0 16.66667vw;
  position: relative;
}

@media only screen and (min-width: 960px) {
  .bottom2 {
    padding: 60px 0 30px;
  }
}

.bottom2::before {
  background: url(../images/common/line.png) repeat-x;
  background-size: auto 100%;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.75);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.33333vw;
}

@media only screen and (min-width: 960px) {
  .bottom2::before {
    height: 12px;
  }
}

.copyright {
  color: #333;
  display: block;
  font-size: 10px;
  text-align: center;
}

.article {
  margin-bottom: 11.11111vw;
}

.article:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 960px) {
  .article {
    margin-bottom: 40px;
  }
}

.article.-detail {
  background: url(../images/common/sub-bg.png) right top no-repeat;
  background-size: auto 8.33333vw;
  margin-top: 2.77778vw;
  padding-top: 8.33333vw;
}

@media only screen and (min-width: 960px) {
  .article.-detail {
    background-size: auto 30px;
    margin-top: 10px;
    padding-top: 30px;
  }
}

.article__title img {
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .article__title img {
    width: auto;
  }
}

.article__content {
  background: rgba(0, 0, 0, 0.8);
  position: relative;
}

.article__content::after {
  background: url(../images/common/sub-footer-sp.png) left bottom no-repeat;
  background-size: 100% auto;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5.55556vw;
}

@media only screen and (min-width: 960px) {
  .article__content::after {
    background: url(../images/common/sub-footer.png) right bottom no-repeat;
    background-size: auto;
    height: 20px;
  }
}

.article__content.-red::after {
  background-image: url(../images/common/sub-footer2-sp.png);
  pointer-events: none;
}

@media only screen and (min-width: 960px) {
  .article__content.-red::after {
    background-image: url(../images/common/sub-footer2.png);
  }
}

.article__content.-detail {
  padding-bottom: 16.66667vw;
}

@media only screen and (min-width: 960px) {
  .article__content.-detail {
    padding-bottom: 80px;
  }
}

.article__content.-topics {
  padding: 5.55556vw 2.77778vw 11.11111vw;
}

@media only screen and (min-width: 960px) {
  .article__content.-topics {
    padding: 20px 0px 40px 0;
  }
}

.article__content.-music {
  padding: 4.16667vw 4.16667vw 16.66667vw;
}

@media only screen and (min-width: 960px) {
  .article__content.-music {
    padding: 40px 40px 90px;
  }
}

.article__content.-episode1 {
  padding: 5.55556vw 0 16.66667vw;
}

@media only screen and (min-width: 960px) {
  .article__content.-episode1 {
    padding: 40px 40px 100px;
  }
}

.article__content.-episode3 {
  padding-bottom: 16.66667vw;
}

@media only screen and (min-width: 960px) {
  .article__content.-episode3 {
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 960px) {
  .article__content.-about1 {
    padding: 40px;
  }
}

.article__content.-about2 {
  padding: 11.11111vw 4.16667vw 16.66667vw;
}

@media only screen and (min-width: 960px) {
  .article__content.-about2 {
    padding: 40px;
  }
}

.article__content.-about3 {
  padding: 11.11111vw 4.16667vw 16.66667vw;
  padding: 11.11111vw 1.38889vw 16.66667vw;
}

@media only screen and (min-width: 960px) {
  .article__content.-about3 {
    padding: 40px !important;
  }
}

.article__content.-about4 {
  padding: 11.11111vw 4.16667vw 16.66667vw;
}

@media only screen and (min-width: 960px) {
  .article__content.-about4 {
    padding: 40px !important;
  }
}

@media only screen and (min-width: 960px) {
  .article__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.article__image {
  margin-bottom: 8.33333vw;
}

@media only screen and (min-width: 960px) {
  .article__image {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0;
    width: 310px;
  }
}

.article__image figure {
  border-radius: 4px;
  overflow: hidden;
}

@media only screen and (min-width: 960px) {
  .article__image figure {
    margin-bottom: 40px;
  }
}

.article__image .btn {
  display: none;
}

@media only screen and (min-width: 960px) {
  .article__image .btn {
    display: block;
  }
}

@media only screen and (min-width: 960px) {
  .article__text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 15px 0 0 50px;
  }
}

.article__text .btn {
  margin-top: 11.11111vw;
}

@media only screen and (min-width: 960px) {
  .article__text .btn {
    display: none;
  }
}

.anim-item .anim-scale-small,
.anim-item.anim-scale-small,
.op-item .anim-scale-small,
.op-item.anim-scale-small {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity,transform;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: opacity 0.1s ease 0.1s, -webkit-transform 2.5s cubic-bezier(0, 1, 0, 1) 0.1s;
  transition: opacity 0.1s ease 0.1s, -webkit-transform 2.5s cubic-bezier(0, 1, 0, 1) 0.1s;
  transition: opacity 0.1s ease 0.1s, transform 2.5s cubic-bezier(0, 1, 0, 1) 0.1s;
  transition: opacity 0.1s ease 0.1s, transform 2.5s cubic-bezier(0, 1, 0, 1) 0.1s, -webkit-transform 2.5s cubic-bezier(0, 1, 0, 1) 0.1s;
}

.anim-item .anim-scale,
.anim-item.anim-scale,
.op-item .anim-scale,
.op-item.anim-scale {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity,transform;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: opacity 0.1s ease 0.1s, -webkit-transform 1.5s cubic-bezier(0, 1, 0, 1) 0.1s;
  transition: opacity 0.1s ease 0.1s, -webkit-transform 1.5s cubic-bezier(0, 1, 0, 1) 0.1s;
  transition: opacity 0.1s ease 0.1s, transform 1.5s cubic-bezier(0, 1, 0, 1) 0.1s;
  transition: opacity 0.1s ease 0.1s, transform 1.5s cubic-bezier(0, 1, 0, 1) 0.1s, -webkit-transform 1.5s cubic-bezier(0, 1, 0, 1) 0.1s;
}

.anim-item .anim-show,
.anim-item.anim-show,
.op-item .anim-show,
.op-item.anim-show {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.anim-item .anim-slide-right,
.anim-item.anim-slide-right,
.op-item .anim-slide-right,
.op-item.anim-slide-right {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity,transform;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0.1s, -webkit-transform 1s cubic-bezier(0, 1, 0, 1) 0.1s;
  transition: opacity 0.5s ease 0.1s, -webkit-transform 1s cubic-bezier(0, 1, 0, 1) 0.1s;
  transition: opacity 0.5s ease 0.1s, transform 1s cubic-bezier(0, 1, 0, 1) 0.1s;
  transition: opacity 0.5s ease 0.1s, transform 1s cubic-bezier(0, 1, 0, 1) 0.1s, -webkit-transform 1s cubic-bezier(0, 1, 0, 1) 0.1s;
}

.anim-item .anim-slide-left,
.anim-item.anim-slide-left,
.op-item .anim-slide-left,
.op-item.anim-slide-left {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity,transform;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0.1s, -webkit-transform 1s cubic-bezier(0, 1, 0, 1) 0.1s;
  transition: opacity 0.5s ease 0.1s, -webkit-transform 1s cubic-bezier(0, 1, 0, 1) 0.1s;
  transition: opacity 0.5s ease 0.1s, transform 1s cubic-bezier(0, 1, 0, 1) 0.1s;
  transition: opacity 0.5s ease 0.1s, transform 1s cubic-bezier(0, 1, 0, 1) 0.1s, -webkit-transform 1s cubic-bezier(0, 1, 0, 1) 0.1s;
}

.anim-item .anim-mask,
.anim-item.anim-mask,
.op-item .anim-mask,
.op-item.anim-mask {
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(1, 0, 0, 1) 0s;
  transition: all 0.3s cubic-bezier(1, 0, 0, 1) 0s;
}

.anim-item .anim-fade,
.anim-item.anim-fade,
.op-item .anim-fade,
.op-item.anim-fade {
  will-change: opacity,transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: opacity 0.5s ease 0s, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: opacity 0.5s ease 0s, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: opacity 0.5s ease 0s, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.anim-item.hide .anim-scale,
.anim-item.hide.anim-scale,
.op-item.hide .anim-scale,
.op-item.hide.anim-scale {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}

.anim-item.hide .anim-scale-small,
.anim-item.hide.anim-scale-small,
.op-item.hide .anim-scale-small,
.op-item.hide.anim-scale-small {
  opacity: 0;
  -webkit-transform: scale3d(2, 2, 1);
  transform: scale3d(2, 2, 1);
}

.anim-item.hide .anim-show,
.anim-item.hide.anim-show,
.op-item.hide .anim-show,
.op-item.hide.anim-show {
  visibility: hidden;
  opacity: 0;
}

.anim-item.hide .anim-slide-right,
.anim-item.hide.anim-slide-right,
.op-item.hide .anim-slide-right,
.op-item.hide.anim-slide-right {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.anim-item.hide .anim-slide-left,
.anim-item.hide.anim-slide-left,
.op-item.hide .anim-slide-left,
.op-item.hide.anim-slide-left {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.anim-item.hide .anim-mask,
.anim-item.hide.anim-mask,
.op-item.hide .anim-mask,
.op-item.hide.anim-mask {
  width: 0;
}

.anim-item.hide .anim-fade,
.anim-item.hide.anim-fade,
.op-item.hide .anim-fade,
.op-item.hide.anim-fade {
  opacity: 0;
  -webkit-transform: translate3d(0px, 100px, 0px);
  transform: translate3d(0px, 100px, 0px);
}

.anim-delay-1 {
  -webkit-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

.anim-delay-2 {
  -webkit-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.anim-delay-3 {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.anim-delay-4 {
  -webkit-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}

.anim-delay-5 {
  -webkit-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}

.anim-delay-6 {
  -webkit-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}

.anim-delay-7 {
  -webkit-transition-delay: 0.7s !important;
  transition-delay: 0.7s !important;
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}

.anim-delay-8 {
  -webkit-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important;
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}

.anim-delay-9 {
  -webkit-transition-delay: 0.9s !important;
  transition-delay: 0.9s !important;
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}

.anim-delay-10 {
  -webkit-transition-delay: 1s !important;
  transition-delay: 1s !important;
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}

.anim-delay-11 {
  -webkit-transition-delay: 1.1s !important;
  transition-delay: 1.1s !important;
  -webkit-animation-delay: 1.1s !important;
  animation-delay: 1.1s !important;
}

.anim-delay-12 {
  -webkit-transition-delay: 1.2s !important;
  transition-delay: 1.2s !important;
  -webkit-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}

.anim-delay-13 {
  -webkit-transition-delay: 1.3s !important;
  transition-delay: 1.3s !important;
  -webkit-animation-delay: 1.3s !important;
  animation-delay: 1.3s !important;
}

.anim-delay-14 {
  -webkit-transition-delay: 1.4s !important;
  transition-delay: 1.4s !important;
  -webkit-animation-delay: 1.4s !important;
  animation-delay: 1.4s !important;
}

.anim-delay-15 {
  -webkit-transition-delay: 1.5s !important;
  transition-delay: 1.5s !important;
  -webkit-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}

.anim-delay-16 {
  -webkit-transition-delay: 1.6s !important;
  transition-delay: 1.6s !important;
  -webkit-animation-delay: 1.6s !important;
  animation-delay: 1.6s !important;
}

.anim-delay-17 {
  -webkit-transition-delay: 1.7s !important;
  transition-delay: 1.7s !important;
  -webkit-animation-delay: 1.7s !important;
  animation-delay: 1.7s !important;
}

.anim-delay-18 {
  -webkit-transition-delay: 1.8s !important;
  transition-delay: 1.8s !important;
  -webkit-animation-delay: 1.8s !important;
  animation-delay: 1.8s !important;
}

.anim-delay-19 {
  -webkit-transition-delay: 1.9s !important;
  transition-delay: 1.9s !important;
  -webkit-animation-delay: 1.9s !important;
  animation-delay: 1.9s !important;
}

.anim-delay-20 {
  -webkit-transition-delay: 2s !important;
  transition-delay: 2s !important;
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important;
}

.anim-delay-21 {
  -webkit-transition-delay: 2.1s !important;
  transition-delay: 2.1s !important;
  -webkit-animation-delay: 2.1s !important;
  animation-delay: 2.1s !important;
}

.anim-delay-22 {
  -webkit-transition-delay: 2.2s !important;
  transition-delay: 2.2s !important;
  -webkit-animation-delay: 2.2s !important;
  animation-delay: 2.2s !important;
}

.anim-delay-23 {
  -webkit-transition-delay: 2.3s !important;
  transition-delay: 2.3s !important;
  -webkit-animation-delay: 2.3s !important;
  animation-delay: 2.3s !important;
}

.anim-delay-24 {
  -webkit-transition-delay: 2.4s !important;
  transition-delay: 2.4s !important;
  -webkit-animation-delay: 2.4s !important;
  animation-delay: 2.4s !important;
}

.anim-delay-25 {
  -webkit-transition-delay: 2.5s !important;
  transition-delay: 2.5s !important;
  -webkit-animation-delay: 2.5s !important;
  animation-delay: 2.5s !important;
}

.anim-delay-26 {
  -webkit-transition-delay: 2.6s !important;
  transition-delay: 2.6s !important;
  -webkit-animation-delay: 2.6s !important;
  animation-delay: 2.6s !important;
}

.anim-delay-27 {
  -webkit-transition-delay: 2.7s !important;
  transition-delay: 2.7s !important;
  -webkit-animation-delay: 2.7s !important;
  animation-delay: 2.7s !important;
}

.anim-delay-28 {
  -webkit-transition-delay: 2.8s !important;
  transition-delay: 2.8s !important;
  -webkit-animation-delay: 2.8s !important;
  animation-delay: 2.8s !important;
}

.anim-delay-29 {
  -webkit-transition-delay: 2.9s !important;
  transition-delay: 2.9s !important;
  -webkit-animation-delay: 2.9s !important;
  animation-delay: 2.9s !important;
}

.anim-delay-30 {
  -webkit-transition-delay: 3s !important;
  transition-delay: 3s !important;
  -webkit-animation-delay: 3s !important;
  animation-delay: 3s !important;
}

.anim-item.hide,
.anim-item.hide *,
.op-item.hide,
.op-item.hide * {
-webkit-transition: all  0s 0s !important;
transition: all  0s 0s !important;
}

/* Top Contents
   ========================================================================== */
.main {
  position: relative;
  overflow: hidden;
}

#cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background-attachment: fixed;
  z-index: 51;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

#cover .mark {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

#cover.hide .mark {
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  /*-webkit-transform: scale3D(0.8,0.8,1);
	   -moz-transform: scale3D(0.8,0.8,1);
	    -ms-transform: scale3D(0.8,0.8,1);
	     -o-transform: scale3D(0.8,0.8,1);
	        transform: scale3D(0.8,0.8,1);*/
}

#cover.hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1.5s cubic-bezier(0.7, 0, 0.03, 0.97) 0.2s;
  transition: all 1.5s cubic-bezier(0.7, 0, 0.03, 0.97) 0.2s;
}

#cover .mark > div {
  position: relative;
  width: 100%;
  height: 100%;
}

#cover .mark .base {
  opacity: 0.5;
}

#cover .mark .loader {
  opacity: 1;
  stroke-dasharray: 130;
  stroke-dashoffset: 100;
  animation: load 1s linear 0s infinite;
  -o-animation: load 1s linear 0s infinite;
  -ms-animation: load 1s linear 0s infinite;
  -moz-animation: load 1s linear 0s infinite;
  -webkit-animation: load 1s linear 0s infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#cover .mark svg {
  position: absolute;
  top: 0;
  left: 0;
}

#cover .mark svg circle {
  fill: none;
  stroke: #de2204;
  stroke-miterlimit: 10;
  stroke-width: 5px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

#cover.hide .base svg circle {
  stroke-width: 50px;
}

#cover.hide .loader svg circle {
  stroke-width: 0px;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/****************************************************/
/****************************************************/
#trailer-wrapper {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#trailer-wrapper.show {
  top: 0;
}

#trailer-wrapper.op {
  background: #000;
  display: block;
}

#trailer-wrapper.op #trailer-nav {
  display: none;
}

#trailer {
  width: 90%;
  max-width: 960px;
  text-align: center;
  /*border:solid 1px #3b3932;*/
}

#trailer-inner {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  text-align: center;
}

#trailer-wrapper.hide {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#trailer-wrapper .btn-close {
  /*position: a bsolute;
	right:15px;
	top:15px; */
  text-align: center;
  color: #000;
  cursor: pointer;
  margin-top: 30px;
}

#trailer-wrapper.op .btn-close {
  display: none;
}

#trailer-player {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* height:100%; */
  background: #000;
}

#trailer-nav {
  text-align: center;
  padding: 10px 0;
  line-height: 1 !important;
  /**********************/
  display: none;
  /**********************/
}

#trailer-wrapper.op #trailer-nav {
  display: block;
}

#trailer .btn-skip {
  opacity: 1;
  color: #000;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

#trailer .btn-skip:hover {
  opacity: 0.8;
}

#trailer-wrapper ul {
  display: block;
  width: 100%;
  margin: 0 auto;
  /*display: none;*/
}

body.op #trailer-wrapper ul {
  display: none;
}

body.op #trailer-wrapper #trailer {
  margin-top: 0;
}

#trailer-wrapper ul li {
  display: inline-block;
  width: 20%;
  box-sizing: border-box;
  padding: 0px 10px 0 0;
}

#trailer-wrapper ul li:last-child {
  padding-right: 0;
}

#trailer-wrapper ul li.small {
  width: 40%;
}

#trailer-wrapper ul li.small a {
  letter-spacing: 0;
}

#trailer-wrapper ul li.new a:after {
  content: "NEW";
  display: block;
  padding: 2px 5px;
  letter-spacing: 0;
  line-height: 1;
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  background: #fff;
  color: #ff3492;
  top: 10px;
  left: 5px;
}

#trailer-wrapper ul li.cur a:after,
#trailer-wrapper ul li a:hover:after {
  color: #000;
  background: #81169a;
}

#trailer-wrapper ul li a {
  position: relative;
  display: block;
  padding: 10px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #81169a;
  text-align: center;
  background: #000;
  letter-spacing: 0.1em;
  color: #81169a;
  line-height: 1;
  /*border-radius: 5px;*/
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

#trailer-wrapper ul li.cur a,
#trailer-wrapper ul li a:hover {
  background: #81169a;
  border: 1px solid #81169a;
  color: #000;
}

#trailer-wrapper ul li.cur a {
  cursor: default;
}

#trailer-wrapper.op #trailer-nav ul {
  display: none;
}

#btn-skip {
  text-align: center;
  /*color:#666;*/
  display: block;
  margin: 0 auto;
  /*
	background:#000;
	border:1px solid #666;*/
  width: 150px;
  padding: 7px;
  display: none;
  box-sizing: border-box;
  /*opacity: 0.6;*/
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

#btn-skip:hover {
  opacity: 1;
}

#trailer-wrapper.op #btn-skip {
  display: block;
}

.top__massage {
  max-width: 640px;
  margin: 0 auto;
  padding: 0.5em;
  background: #fff;
  margin-bottom: 2em;
}

.top__massage__inner {
  border: 1px solid #111;
  background: #fff;
  color: #222;
  padding: 1em 1.25em 1.5em;
  font-size: 3.5vw;
  line-height: 1.8;
}

.top__massage__inner dt {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #111;
  margin-bottom: 1em;
  padding-bottom: 0.4em;
}

@media only screen and (min-width: 960px) {
  .top__massage {
    margin-bottom: 4em;
  }
  .top__massage__inner {
    font-size: 14px;
    line-height: 2;
    padding: 1em 1.25em 1.5em;
  }
}

@media only screen and (min-width: 960px) {
  .top__content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 40px;
    max-width: 960px;
  }
}

/************************************************/
/* 20200417 バナー追加 */
/*************************************************/
.top__movie {
  margin-bottom: 11.11111vw;
  position: relative;
}

@media only screen and (min-width: 960px) {
  .top__movie {
    cursor: pointer;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0;
    overflow: hidden;
    width: 480px;
    height: 320px;
    height: 100%;
  }
}

.top__movie__bnr {
  display: block;
}

.top__movie__bnr .-pc {
  display: none;
}

@media only screen and (min-width: 960px) {
  .top__movie__bnr .-pc {
    display: block;
  }
  .top__movie__bnr .-sp {
    display: none;
  }
  .top__movie__bnr img {
    display: block;
    height: auto;
    margin: 0 0 0 auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

.top__movie__content {
  margin-bottom: 16px;
  position: relative;
}

/************************************************/
/* 20200417 バナー追加 */
/*************************************************/

@media only screen and (min-width: 960px) {
  .top__movie__content {
    margin-bottom: 0;
    overflow: hidden;
  }
}

@media only screen and (min-width: 960px) {
  .top__movie__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
  }
}

.top__movie__title img {
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .top__movie__title img {
    width: auto;
    max-width: none;
    height: 40px;
  }
}

.top__movie__wrap {
  padding-top: 58.82353%;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 960px) {
  .top__movie__wrap {
    margin-top: -30px;
    padding-top: 0;
    height: 310px;
  }
}

.top__movie__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top__movie__cover {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top__movie__cover img {
  width: 48px;
}

@media only screen and (min-width: 960px) {
  .top__movie__cover {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.top__news {
  position: relative;
}

@media only screen and (min-width: 960px) {
  .top__news {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    width: 464px;
  }
}

.top__news__content::after {
  background: url(../images/common/sub-footer-sp.png) left bottom no-repeat;
  background-size: 100% auto;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5.55556vw;
}

@media only screen and (min-width: 960px) {
  .top__news__content::after {
    background: url(../images/top/sub-footer.png) right bottom no-repeat;
    background-size: auto 100%;
    height: 5px;
  }
}

@media only screen and (min-width: 960px) {
  .top__news__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
}

.top__news__title img {
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .top__news__title img {
    width: auto;
    max-width: none;
    height: 40px;
  }
}

.top__news__wrap {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5.55556vw 2.77778vw 11.11111vw;
}

@media only screen and (min-width: 960px) {
  .top__news__wrap {
    padding: 20px 30px 40px 60px;
  }
  .top__news__wrap .btn {
    transform: translateX(-20px);
  }
}

.top__news ul {
  padding-bottom: 5.55556vw;
}
/*2020_05_08 修正*/
@media only screen and (min-width: 960px) {
  .top__news ul {
    padding-bottom: 30px;
  }
}
/* 2020_05_08 修正 ここまで*/
.top__news li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 5.55556vw;
  padding: 2.77778vw 0 5.55556vw 13.88889vw;
  position: relative;
}

@media only screen and (min-width: 960px) {
  .top__news li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 20px;
    padding: 16px 0 15px;
  }
}
/*2020_05_08 修正*/
.top__news li.-new::before {
  background: url(../images/common/icon-new.png) center center no-repeat;
  background-size: 100% auto;
  content: '';
  display: block;
  /* -webkit-transform: translateY(-50%); */
  /* -ms-transform: translateY(-50%); */
  /* transform: translateY(-50%); */
  position: absolute;
  /* top: 50%; */
  left: 2.36111vw;
  width: 8.47222vw;
  height: 9.44444vw;
}

@media only screen and (min-width: 960px) {
  .top__news li.-new::before {
    left: -35px;
    width: 30px;
    height: 34px;
    margin-top:-7px;
  }
}
/*2020_05_08 修正　ここまで*/

.top__news li span {
  display: block;
  padding-bottom: 0.69444vw;
}
/*2020_05_08 修正*/
@media only screen and (min-width: 960px) {
  .top__news li span {
    padding-bottom: 0;
    padding: 0 1em;
    width: 100px;
  }
}
/*2020_05_08 修正　ここまで*/
.top__news li a {
  text-decoration: underline;
  flex: 1;
}

.top__twitter {
  background: url(../images/top/bg-twitter.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom: 8.33333vw;
}
/*2020_05_08 修正*/
@media only screen and (min-width: 960px) {
  .top__twitter {
    padding-bottom: 40px;
  }
}
/*2020_05_08 修正　ここまで*/
.top__twitter__title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8.33333vw;
  overflow: hidden;
  position: relative;
  display: block;
}

@media only screen and (min-width: 960px) {
  .top__twitter__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
  .top__twitter__title::after {
    background-color: #3f429a;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
  }
}

.top__twitter__title img {
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .top__twitter__title img {
    max-width: none;
    width: auto;
    height: 40px;
  }
}

.top__twitter__flex {
  display: block;
}

@media only screen and (min-width: 960px) {
  .top__twitter__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.top__twitter__wrap {
  border-radius: 1.11111vw;
  margin: 0 6.94444vw 5.55556vw;
  overflow-y: auto;
  height: 77.77778vw;
}

@media only screen and (min-width: 960px) {
  .top__twitter__wrap {
    border-radius: 4px;
    margin: 0 auto 20px;
    width: 620px;
    height: 280px;
  }
}

.top__line__wrap {
  width: auto;
  padding-top: 10vw;
  padding-bottom: 5vw;
  border-radius: 6px;
  overflow: hidden;
}

@media only screen and (min-width: 960px) {
  .top__line__wrap {
    padding-top: 0;
    padding-bottom: 0;
    width: 280px;
    margin-left: 50px;
  }
}

.top__line__wrap img {
  display: block;
  width: 250px;
  margin: 0 auto;
}

.top__line__wrap img.-pc {
  display: none;
  width: 280px;
}

@media only screen and (min-width: 960px) {
  .top__line__wrap img.-pc {
    display: block;
  }
  .top__line__wrap img.-sp {
    display: none;
  }
}

.topics__list {
	padding-bottom: 5.55556vw;
	display: flex;
	justify-content: space-between;
	width:auto;
	flex-wrap:wrap;
	 margin: 0 auto;
}

@media only screen and (min-width: 960px) {
  .topics__list {
    padding:20px 0 40px;
    width:95%;

  }
}





.topics__list li {

  line-height: 5.55556vw;
  padding: 10px 0;
  position: relative;
  font-size: 3.8vw;
  width:47.5%;
}

@media only screen and (min-width: 960px) {
  .topics__list li {

    line-height: 1.8;
    font-size: 15px;
    padding: 15px 0 15px 0px;

  width:31.5%;

  }
}


p.list_ph{width:100%;display:block;margin-bottom:10px;}

p.list_txt{font-size:0.825em;width:100%;display:block;line-height:1.25em;margin-bottom:15px;}

@media only screen and (min-width: 960px) {
p.list_txt{font-size:0.935em;width:100%;display:block;line-height:1.25em;margin-bottom:15px;}
}
.topics__list li.-new::before {
    background: url(../images/common/icon-new.png) center center no-repeat;
    background-size: 80% auto;
    content: '';
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 5%;
    left: -8px;
    width: 8.47222vw;
    height: 9.44444vw;
  }

@media only screen and (min-width: 960px) {
  .topics__list li.-new::before {
    left: -13px;
    width: 40px;
    height: 34px;
  }
}

.topics__list li span {
  display: block;
  padding-bottom: 3px;
    font-size:0.935em;
   color:#ccc;
}

@media only screen and (min-width: 960px) {
  .topics__list li span {
    padding-bottom: 0;
    width: auto;
    font-size:0.875em;
  }
}

.topics__list li a {
  text-decoration: underline;
}

.topics__list li a:hover {
  text-decoration: none;
  opacity:0.6;
}

.topics__detail {
  font-size: 3.88889vw;
}

.topics__detail > figure img {
  width: 100%;
}

.topics__detail a {
  text-decoration: underline;
}

.topics__detail a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 960px) {
  .topics__detail {
    font-size: 14px;
  }
}

.topics__detail .block {
  padding: 0 4.16667vw;
}

.topics__detail .block figure {
  margin: 1em 0;
}

@media only screen and (min-width: 960px) {
  .topics__detail .block {
    padding: 0 40px;
  }
}

.topics__detail h1 {
  font-size: 5.55556vw;
  font-weight: bold;
  line-height: 9.72222vw;
  padding: 5.55556vw 0 0;
}

@media only screen and (min-width: 960px) {
  .topics__detail h1 {
    font-size: 24px;
    line-height: 1.5;
    padding: 40px 0 0;
  }
}

.topics__detail h2 {
  font-size: 4.44444vw;
  font-weight: bold;
  line-height: 8.33333vw;
}

@media only screen and (min-width: 960px) {
  .topics__detail h2 {
    font-size: 16px;
    line-height: 30px;
  }
}

.topics__detail p {
  padding: 0 0 5.55556vw;
  line-height: 1.8;
}

@media only screen and (min-width: 960px) {
  .topics__detail p {
    padding: 20px 0;
  }
}

.topics__detail p.-date {
  color: #999;
  font-size: 3.33333vw;
  font-weight: bold;
  padding: 2.77778vw 0;
}

@media only screen and (min-width: 960px) {
  .topics__detail p.-date {
    font-size: 12px;
    padding: 10px 0;
  }
}

.topics__detail hr {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 5.55556vw 0;
}

@media only screen and (min-width: 960px) {
  .topics__detail hr {
    font-size: 12px;
    margin: 10px 0;
  }
}

.topics__detail dl {
  line-height: 1.8;
  padding-top: 1em;
}

.topics__detail dl dt {
  font-weight: bold;
}

.topics__detail dl dd {
  padding-bottom: 1em;
}

@media only screen and (min-width: 960px) {
  .topics__detail .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .topics__detail .flex * {
    padding-right: 1.5rem;
  }
}

.topics__detail .yt {
  margin-bottom: 1em;
  padding-bottom: 56.25%;
  position: relative;
}

.topics__detail .yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.-btn {
  background-color: #3f429a;
  display: inline-block;
  font-weight: bold;
  -webkit-transform: skewX(-24deg);
  -ms-transform: skewX(-24deg);
  transform: skewX(-24deg);
  margin: 1em 0 1em .8em;
  padding: 10px 20px;
  text-decoration: none;
  font-size:1.5em;
}

.-btn.-sp {
  display: inline-block;
}

@media only screen and (min-width: 960px) {
.-btn.-sp {
    display: none;
  }
}

.-btn span {
  display: block;
  -webkit-transform: skewX(24deg);
  -ms-transform: skewX(24deg);
  transform: skewX(24deg);
}

.topics__detail .-img {
  margin: 20px 0;
}

.topics__detail .-img.-double {
  display: block;
}

.topics__detail .-img.-double__item {
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .topics__detail .-img.-double {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .topics__detail .-img.-double__item {
    width: 49%;
  }
}

@media only screen and (min-width: 960px) {
  .character__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1117.5px;
  }
}

.character__list li {
  padding-bottom: 11.11111vw;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .character__list li {
    padding: 0 13.75px 20px;
    width: 33.33333%;
  }
}

.character__list li:last-of-type {
  padding-bottom: 0;
}

@media only screen and (min-width: 960px) {
  .character__list li:last-of-type {
    padding-bottom: 20px;
  }
}

.character__digimon {
  color: #333;
  font-size: 3.88889vw;
  line-height: 5.83333vw;
}

@media only screen and (min-width: 960px) {
  .character__digimon {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 21px;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 800px;
  }
}

.character__digimon__main {
  padding-bottom: 13.88889vw;
}

@media only screen and (min-width: 960px) {
  .character__digimon__main {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 40px 0 0;
    width: 50%;
  }
}

.character__digimon__main figure {
  padding-bottom: 8.33333vw;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .character__digimon__main figure {
    padding-bottom: 30px;
  }
}

.character__digimon__main p {
  border-top: 2px solid #000;
  padding: 6.94444vw 1.38889vw 0;
}

@media only screen and (min-width: 960px) {
  .character__digimon__main p {
    padding: 25px 5px 0;
  }
}

.character__digimon__list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 960px) {
  .character__digimon__list {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 0 0 40px;
    width: 50%;
  }
}

.character__digimon__list li {
  margin: 0 1.80556vw 2.77778vw 0;
  width: 22.22222vw;
}

@media only screen and (min-width: 960px) {
  .character__digimon__list li {
    margin: 0 1.91176% 2.94118% 0;
    width: 23.52941%;
  }
}

.character__digimon__list li:nth-child(4n) {
  margin-right: 0;
}

.character__digimon__list img {
  display: block;
}

.character__modal {
  background-color: rgba(0, 0, 0, 0.8);
  color: #333;
  font-size: 3.88889vw;
  line-height: 5.83333vw;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 13.88889vw 1.38889vw;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 4;
}

@media only screen and (min-width: 960px) {
  .character__modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 21px;
    padding: 60px 0;
  }
}

@media only screen and (min-width: 960px) and (min-height: 880px) {
  .character__modal {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.character__modal.-active {
  opacity: 1;
  visibility: visible;
}

.character__modal__close {
  display: block;
  margin: 0 2.77778vw 13.88889vw auto;
  width: 6.25vw;
}

@media only screen and (min-width: 960px) {
  .character__modal__close {
    margin: 0;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 22.5px;
  }
}

.character__modal__wrap {
  background-color: #fff;
  border-radius: 8px;
  padding: 1.38889vw 0;
}

@media only screen and (min-width: 960px) {
  .character__modal__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 17.5px;
    max-width: 1040px;
    min-height: 700px;
  }
}

.character__modal__item {
  padding-bottom: 16.66667vw;
}

@media only screen and (min-width: 960px) {
  .character__modal__item {
    padding: 0;
    width: 350px;
  }
}

.character__modal__item.-p figure {
  display: none;
}

.character__modal__item.-p figure.-active {
  display: block;
}

.character__modal__item.-p p {
  display: none;
}

.character__modal__item.-p p.-active {
  display: block;
}

.character__modal figure {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 2.77778vw;
  overflow: hidden;
}

@media only screen and (min-width: 960px) {
  .character__modal figure {
    padding-bottom: 10px;
    overflow: visible;
  }
}

.character__modal figure img {
  display: block;
  max-width: none;
  width: 100%;
}

.character__modal figure.-c3p img {
  width: 112%;
  margin-left: -6%;
}

.character__modal figure.-c4 img {
  width: 112.57143%;
  margin-left: -5.71429%;
}

.character__modal figure.-c5p img {
  width: 118.57143%;
  margin-left: -9.28571%;
}

.character__modal figure.-c7 img {
  width: 118.28571%;
  margin-left: -9.14286%;
}

.character__modal__status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 960px) {
  .character__modal__status {
    padding: 20px 0;
  }
}

.character__modal__status li {
    cursor: pointer;
    padding: 0 0.8em;
    white-space: nowrap;
    font-size: 0.875em;
}

.character__modal__status li.-active {
  color: #3f429a;
  cursor: default;
}

.character__modal__status li.-off {
  color: #aaa;
  cursor: default;
}

.character__modal__text {
  border-top: 2px solid #000;
  margin: 0 2.77778vw;
  padding: 6.94444vw 2.77778vw 0;
}

@media only screen and (min-width: 960px) {
  .character__modal__text {
    margin: 0 20px;
    padding: 25px 10px 0;
  }
}

@media only screen and (min-width: 960px) {
  .character__modal__container {
    overflow: visible;
    max-width: 1040px;
  }
}

@media only screen and (min-width: 960px) {
  .character__modal__slide {
    padding: 0 120px;
  }
}

.character__modal__prev {
  color: #fff;
  display: none;
}

.character__modal__next {
  color: #fff;
  display: none;
}

@media only screen and (min-width: 960px) {
  .character__modal__prev {
    display: block;
  }
  .character__modal__next {
    display: block;
  }
}

.character__modal .swiper-button-disabled {
  opacity: 0;
}

.music__sub {
  font-size: 7.63889vw;
  font-weight: bold;
  line-height: 8.33333vw;
  margin-bottom: 4.16667vw;
}

@media only screen and (min-width: 960px) {
  .music__sub {
    font-size: 35px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}

.music__artist {
  color: #999;
  font-size: 5.55556vw;
  font-weight: bold;
}

@media only screen and (min-width: 960px) {
  .music__artist {
    font-size: 24px;
  }
}

.music__release {
  padding: 5.55556vw 0;
}

@media only screen and (min-width: 960px) {
  .music__release {
    padding: 20px 0;
  }
}

.music__other {
  color: #999;
  padding-top: 2em;
}

@media only screen and (min-width: 960px) {
  .music__other {
    font-size: 14px;
  }
}

.-music {
  padding: 15vw 5vw 8vw !important;
}

@media only screen and (min-width: 960px) {
  .-music {
    padding: 40px 40px 60px !important;
  }
}

.-music .article__wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.-music .article__image figure {
  margin-bottom: 0;
  padding-top: 10vw;
  padding: 10vw 5vw 0;
}

@media only screen and (min-width: 960px) {
  .-music .article__image figure {
    padding-top: 0;
    margin-bottom: 0;
    padding-right: 30px;
    padding: 0 30px 0 0;
  }
}

.-music .article__text .btn {
  margin-top: 0;
  display: block;
  margin: 30px 0 0;
}

.episode__wrap {
  position: relative;
}

@media only screen and (min-width: 960px) {
  .episode__wrap {
    padding-left: 360px;
  }
}

.episode__basic {
  padding: 0 3.88889vw 5.55556vw;
}

@media only screen and (min-width: 960px) {
  .episode__basic {
    padding: 0;
  }
}

.episode__sub {
  color: #e60012;
  font-size: 5vw;
  font-weight: bold;
  line-height: 11.11111vw;
}

@media only screen and (min-width: 960px) {
  .episode__sub {
    font-size: 18px;
    line-height: 40px;
  }
}

.episode__title {
  font-size: 6.66667vw;
  font-weight: bold;
  line-height: 8.33333vw;
  padding: 2.77778vw 0 4.16667vw;
}

@media only screen and (min-width: 960px) {
  .episode__title {
    font-size: 24px;
    line-height: 30px;
    padding: 10px 0 15px;
  }
}

.episode__staff {
  padding-bottom: .5em;
}

.episode__date {
  color: #999;
  padding-bottom: 0.5em;
}

@media only screen and (min-width: 960px) {
  .episode__date {
    padding: 10px 0;
  }
}

@media only screen and (min-width: 960px) {
  .episode__photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
  }
}

.episode__image img {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
}

.episode__image img.-hide {
  opacity: 0;
}

.episode__thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.41667vw;
}

@media only screen and (min-width: 960px) {
  .episode__thumb {
    padding: 20px 0 0;
  }
}

.episode__thumb li {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 1.11111vw 0.97222vw;
  text-align: center;
  width: 25%;
}

@media only screen and (min-width: 960px) {
  .episode__thumb li {
    padding: 4px;
  }
}

.episode__text {
  font-size: 3.88889vw;
  padding: 4.44444vw 3.88889vw 5.55556vw;
  line-height: 2;
}

@media only screen and (min-width: 960px) {
  .episode__text {
    font-size: 14px;
    line-height: 24px;
    padding: 34px 0 0;
  }
}

.episode__video {
  padding-top: 58.82353%;
  position: relative;
}

.episode__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.episode__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2.77778vw 0.97222vw 0;
}

@media only screen and (min-width: 960px) {
  .episode__list {
    padding: 20px 15px 0;
  }
}

.episode__item {
  display: block;
  padding: 0 1.38889vw 2.77778vw;
  width: 50%;
}

@media only screen and (min-width: 960px) {
  .episode__item {
    padding: 5px 5px 20px;
    width: 20%;
  }
}

.episode__item p {
  line-height: 5vw;
  padding: 1.38889vw 0;
  font-size: 2.9vw;
}

@media only screen and (min-width: 960px) {
  .episode__item p {
    line-height: 18px;
    padding: 5px 0;
    font-size: inherit;
  }
}

.episode__item p span {
  font-weight: bold;
}

.intro__wrap {
  font-size: 3.88889vw;
  line-height: 6.66667vw;
  padding: 11.11111vw 4.16667vw 8.33333vw;
  text-align: justify;
}

@media only screen and (min-width: 960px) {
  .intro__wrap {
    font-size: 16px;
    line-height: 2.5;
    padding: 0 0 30px;
    text-align: left;
  }
}

.intro__title {
  padding: 0 1.94444vw 11.11111vw 0;
}

@media only screen and (min-width: 960px) {
  .intro__title {
    padding: 0 0 40px;
  }
  .intro__title img {
    width: 462px;
  }
}

.cast__title {
  line-height: 11.11111vw;
}

@media only screen and (min-width: 960px) {
  .cast__title {
    line-height: 40px;
  }
}

.cast__title img {
  height: 4.16667vw;
}

@media only screen and (min-width: 960px) {
  .cast__title img {
    height: 15px;
  }
}

@media only screen and (min-width: 960px) {
  .cast__wrap__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 960px) {
  .cast__wrap {
    padding-bottom: 30px;
  }
  .cast__wrap .cast__list dd {
    width: 240px;
  }
}

.cast__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 3.61111vw;
  line-height: 8.33333vw;
  padding-bottom: 2.14em;
}

@media only screen and (min-width: 960px) {
  .cast__list {
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 0;
  }
}

.cast__list dt {
  color: #999;
  width: 46.77419%;
}

@media only screen and (min-width: 960px) {
  .cast__list dt {
    width: 160px;
  }
}

.cast__list dd {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: bold;
  width: 53.22581%;
}

@media only screen and (min-width: 960px) {
  .cast__list dd {
    width: 560px;
  }
}

.about__table {
  margin-bottom: 1.38889vw;
  width: 100%;
  border-top: 2px solid #000;
}

@media only screen and (min-width: 960px) {
  .about__table {
    border-top: none;
    border: 1px solid #666;
    border-width: 1px 0 0 1px;
    margin-bottom: 10px;
  }
  .about__table br {
    display: none;
  }
}

.about__table th,
.about__table td {
  border: 1px solid #666;
  border-width: 0 1px 1px 0;
  padding: 2.77778vw 0.69444vw;
  text-align: center;
  line-height: 1.4;
}


.about__table th {
  background-color: #2c2e6c;
  font-size: 3vw;
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 960px) {
  .about__table th,.about__table td {
    padding: 12px 10px;
    font-size: 14px;
  }
}


.about__table a {
  text-decoration: underline;
}

.about .-red {
  color: #ff0000;
}

.about .-about3 {
  padding: 0 0 6vw;
}

.about .-about3 .-red {
  font-size: 2.8vw;
  padding: 0 2vw;
}

@media only screen and (min-width: 960px) {
  .about .-about3 th {
    font-size: inherit;
  }
  .about .-about3 .-red {
    font-size: inherit;
    padding: 0 !important;
  }
}

.about .-about4 {
  padding: 0 0 4vw;
}

.about .-about4 th {
  border-width: 0;
  font-size: 4vw;
}

.about .-about4 td {
  border-width: 1px 0 0 0;
}

.about .-about4 td a {
  display: block;
  font-size: 3.8vw;
  padding: 0.5em 0;
}

@media only screen and (min-width: 960px) {
  .about .-about4 th, .about .-about4 td a {
    font-size: inherit;
  }
  .about .-about4 th, .about .-about4 td {
    border-width: 0 1px 1px 0 !important;
  }
}

.banner {
  padding: 0 6.94444vw 5.55556vw;
}

@media only screen and (min-width: 960px) {
  .banner {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 960px) {
  .banner ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.banner li {
  padding-bottom: 2.77778vw;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .banner li {
    margin-left: 15px;
    padding-bottom: 20px;
    width: 320px;
  }

}



.streaming{width:auto;display:block;padding:10px 10px;}

.stTitle{font-size:1.25em;margin-bottom:10px;display:block;}
.movieList{width:35%;margin:0 auto 20px;}
.movieIn{justify-content: space-between;display:flex;}
.movieSt{margin-bottom:25px;width:47.5%;}
.movieTxt{padding: 10px 0px;font-size: 0.875em;line-height: 1.5em;}


.streamingSite{width:100%;}
.siteIn{
    justify-content: space-between;
   display:flex;
   flex-wrap:wrap;

}

.fmovieIn{width:100%;justify-content: space-between;display:flex;padding:0px;}
.fmovieIn div{width:48%;position:relative;}
p.btn2{ position: absolute;width: 20%;top: 25%;left: 0px;right: 0px;margin: 0 auto;opacity: 0.7;}
a :hover p.btn2{opacity: 1.0;}
/*
.siteIn dl{width:48%; background-color:#FFF;margin-bottom:15px;}
.siteIn dl dt{width:100%;color:#666;padding:0px;text-align:center;}
.siteIn dl dt img {width:80%;display:block;margin:0 auto;}
.siteIn dl dt a {color:#333;text-decoration:underline;font-size:2.8vw;margin:10px;display:block;}
.siteIn dl dt a:hover{color:#333;text-decoration:none;font-size:2.8vw;margin:10px;display:block;}
*/
.siteIn div{width:48%; background-color:#FFF;margin-bottom:15px;}
.siteIn  div img {width:100%;display:block;margin:0 auto;}
.siteIn  div a {margin:10px;display:block;}
.siteIn  div a:hover{margin:10pxpx;display:block;}


/* 画像追加前
.siteIn dl dd{width:100%;color:#666;padding:0px 10px 10px 10px;text-align:center;}
.siteIn dl dd a{color:#666;text-decoration:underline;font-size: 0.875em;}
.siteIn dl dd a:hover{text-decoration:none;}
*/




@media only screen and (min-width: 960px) {
.streaming{width:auto;
    justify-content: space-between;
   display:flex;
   padding:0px;
}
.stTitle{font-size:1.5em;margin-bottom:15px;display:block;}
.movieList{width:27%; }
.movieIn{display:block;}
.movieSt{margin-bottom:25px;width:100%;}
.movieTxt{padding:10px;font-size: 1.125em;line-height: 1.5em;}

.streamingSite{width:70%;}

.fmovieIn{width:100%;justify-content: space-between;display:flex;padding:0px;}
.fmovieIn div{width:49%;position:relative;}
p.btn2{ position: absolute;width: 20%;top: 25%;left: 0px;right: 0px;margin: 0 auto;opacity: 0.7;}
a :hover p.btn2{opacity: 1.0;}

.siteIn{width:100%;justify-content: space-between;display:flex;flex-wrap:wrap;}

.siteIn dl{width:32%; background-color:#FFF;margin-bottom:15px;}

.siteIn dl dt{width:100%;color:#666;padding:0px;text-align:center;}
.siteIn dl dt img {width:100%;display:block;margin:0 auto;}
.siteIn dl dt a {    color: #333;
    text-decoration: underline;
    font-size: 1.1em;
    padding: 10px 0px;
    display: inline-block;
    width: 100%;font-weight:700;}
.siteIn dl dt a:hover{    color: #333;
    text-decoration: none;
    font-size: 1.1em;
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    font-weight:700;}

.siteIn dl dt a.nolink{
    text-decoration:none !important;
}


.siteIn div{width:32%; background-color:#FFF;}
.siteIn  div img {width:auto;display:block;margin:0 auto;}
.siteIn  div a {
	width:auto;display:block;padding:5px;margin:0px;
	transition:initial;
	-webkit-transition: initial;
}

.siteIn  div a:hover{
	display:block;padding:2px;border:3px #ff1e00 solid;
 transition:initial;
 -webkit-transition: initial;
}




.siteIn dl dd{display:none;}
/* 画像追加時
.siteIn dl dd{width:100%;color:#666;padding:0px 10px 10px 10px;text-align:center;font-size:1.125em;}
.siteIn dl dd a{color:#666;text-decoration:underline;}
.siteIn dl dd a:hover{text-decoration:none;}
*/
}




/* Common Parts
   ========================================================================== */
.header {
  background: url(../images/common/main-bg-sp.jpg) center top no-repeat;
  background-size: cover;
  padding: 2.77778vw 0 19.44444vw;
}

@media only screen and (min-width: 960px) {
  .header {
    background-image: url(../images/common/main-bg.jpg);
    padding: 95px 0 20px;
  }
}

.header__logo {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 69.44444vw;
  max-width: 500px;
}

.header__title {
  margin-top: 19.44444vw;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .header__title {
    margin-top: 35px;
  }
}

.header__title img {
  height: 10.27778vw;
}

@media only screen and (min-width: 960px) {
  .header__title img {
    height: 40px;
  }
}

.nav {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  position: fixed;
  right: 0;
  top: 0;
  width: 77.77778vw;
  height: 100vh;
  z-index: 1;
}

.nav.-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.nav__bg {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}

.nav__bg.-active {
  opacity: 1;
  visibility: visible;
}

.nav__main {
  background: url(../images/common/nav-bg-sp.jpg);
  background-size: 100%;
  position: relative;
  padding: 11.11111vw 0 0 11.11111vw;
  height: 100%;
}

.nav__trigger {
  background: -webkit-linear-gradient(right, #fafbfc, #eaeef4);
  background: linear-gradient(to left, #fafbfc, #eaeef4);
  border-radius: 5px 0 0 5px;
  margin-bottom: 4.16667vw;
  padding: 0 2.77778vw;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  position: absolute;
  top: 2.77778vw;
  left: 0;
  width: 13.88889vw;
  height: 13.88889vw;
  max-width: 60px;
  max-height: 60px;
  box-shadow: 0 0 10vw rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 768px) {
  .nav__trigger {
    display: none;
  }
}

.nav__trigger span {
  background-color: #3f429a;
  display: block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  left: 20%;
  width: 60%;
  height: 2px;
}

.nav__trigger span:nth-child(1) {
  top: 33%;
}

.nav__trigger span:nth-child(2) {
  top: 49%;
}

.nav__trigger span:nth-child(3) {
  top: 63%;
}

.nav__trigger.-active span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 15%;
}

.nav__trigger.-active span:nth-child(2) {
  opacity: 0;
}

.nav__trigger.-active span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -15%;
}

.nav__delivery {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  position: absolute;
  top: 18.75vw;
  left: 0;
  width: 13.88889vw;
  max-width: 60px;
}

.nav__delivery__vod {
  background: -webkit-linear-gradient(right, #fafbfc, #eaeef4);
  background: linear-gradient(to left, #fafbfc, #eaeef4);
  border-radius: 5px 0 0 5px;
  margin-bottom: 2vw;
  box-shadow: 0 0 10vw rgba(0, 0, 0, 0.5);
}

.nav__delivery dd:last-child {
  background: url(../images/common/nav-line.png) top right no-repeat;
  background-size: 88% auto;
}

.nav__delivery__yt {
  display: block;
  background: -webkit-linear-gradient(right, #fafbfc, #eaeef4);
  background: linear-gradient(to left, #fafbfc, #eaeef4);
  border-radius: 5px 0 0 5px;
  box-shadow: 0 0 10vw rgba(0, 0, 0, 0.5);
  height: 10vw;
  position: relative;
  overflow: hidden;
}

.nav__delivery__yt img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 11vw;
  margin: 0 auto;
  display: block;
}

@media only screen and (min-width: 768px) {
  .nav__delivery {
    top: 30px;
  }
  .nav__delivery__vod {
    margin-bottom: 10px;
  }
  .nav__delivery__yt {
    height: 50px;
  }
}

.nav__item {
  line-height: 11.11111vw;
  padding: 0 0 2.77778vw;
}

.nav__item img {
  height: 4.16667vw;
}

.nav__twitter {
  display: block;
  line-height: 11.11111vw;
  margin-top: 13.88889vw;
}

.nav__twitter img {
  height: 5.83333vw;
}

.nav__line {
  display: block;
  line-height: 11.11111vw;
}

.nav__line img {
  height: 5.83333vw;
}

@media only screen and (min-width: 768px) {
  body.top .nav__delivery {
    top: 300px;
  }
}

.nav-inner {
  background: url(../images/common/nav-inner-sp.png) center top no-repeat;
  background-size: 100% auto;
  padding: 5.83333vw 3.33333vw 5.83333vw;
  height: 40.27778vw;
  z-index: 3;
}

@media only screen and (min-width: 960px) {
  .nav-inner {
    background-image: url(../images/common/nav-inner.png);
    background-position: center top;
    background-size: auto;
    padding: 23px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 94px;
  }
  .nav-inner::after {
    background-color: #c3cfe2;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    z-index: -1;
    box-shadow: 0 0 25px black, 0 0 10px black;
  }
}

.nav-inner ul {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    width: 91%;
}

@media only screen and (min-width: 960px) {
  .nav-inner ul {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
  }
}

.nav-inner li {
    padding: 0vw 1vw;
}
/*2020_05_08 修正*/
@media only screen and (min-width: 960px) {
  .nav-inner li {
    padding: 0 2px;
  }
}
/*2020_05_08 修正　ここまで*/

.nav-inner img {
  height: 8.05556vw;
}

@media only screen and (min-width: 960px) {
  .nav-inner img {
    height: 30px;
  }
}

.anchor {
  margin-bottom: 13.88889vw;
  padding: 0 4.16667vw;
  width:100%;
  margin:0 auto;
}

@media only screen and (min-width: 960px) {
  .anchor {
    margin: 0 auto 60px;
    padding: 0;
    width: 1000px;
  }
}

body.toy .ntoy a .anchor__item,body.apparel .napparel a .anchor__item,body.food .nfood a .anchor__item,body.bluray .bluray a .anchor__item{font-size:1em;color:#3f429a;}

@media only screen and (min-width: 960px) {
body.toy .ntoy a .anchor__item,body.apparel .napparel a .anchor__item,body.food .nfood a .anchor__item,body.other .nother a .anchor__item,body.bluray .nbluray a .anchor__item{font-size:1.5em;color:#3f429a;}
}

.anchor ul {
  background: -webkit-linear-gradient(#f5f7fa, #c3cfe2);
  background: linear-gradient(#f5f7fa, #c3cfe2);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

@media only screen and (min-width: 960px) {
  .anchor ul {
    height: 60px;
  }
}

.anchor li {
  background: url(../images/common/sep-v.png) right center no-repeat;
  background-size: 0.27778vw auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  height: 13.88889vw;
}

@media only screen and (min-width: 960px) {
  .anchor li {
    background-size: 1px auto;
    width: 25%;
    height: 100%;
  }
}

.anchor li:last-of-type {
  background: none;
}

.anchor__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 4.16667vw;
  line-height: 4.16667vw;
  font-weight: bold;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 .5em;
  text-shadow: #fff 2px 0px 0px, #fff 1.75517px 0.95885px 0px, #fff 1.0806px 1.68294px 0px, #fff 0.14147px 1.99499px 0px, #fff -0.83229px 1.81859px 0px, #fff -1.60229px 1.19694px 0px, #fff -1.97998px 0.28224px 0px, #fff -1.87291px -0.70157px 0px, #fff -1.30729px -1.5136px 0px, #fff -0.42159px -1.95506px 0px, #fff 0.56732px -1.91785px 0px, #fff 1.41734px -1.41108px 0px, white 1.92034px -0.55883px 0px;
  height: 100%;
  font-size:0.875em;
}

@media only screen and (min-width: 960px) {
  .anchor__item {
    font-size: 15px;
    line-height: 15px;
    font-size: 1.5em;
  }
}

.anchor__item.-small {
  font-size: 3.33333vw;
}

@media only screen and (min-width: 960px) {
  .anchor__item.-small {
    font-size: 12px;
  }
}

.anchor__item.-mid {
  font-size: 3.88889vw;
}

@media only screen and (min-width: 960px) {
  .anchor__item.-mid {
    font-size: 16px;
  }
}

.anchor__item.-active {
  color: #3f429a;
}

.anchor__item.-off {
  opacity: .2;
}

.anchor__item:hover {
  text-decoration: none;
}

.anchor img {
  max-width: none;
  height: 100%;
}

@media only screen and (min-width: 960px) {
  .anchor img {
    height: 55px;
  }
}



.anchor.-about,.anchor.-onair {
  margin-bottom: 0;
  padding: 0vw 5vw 4vw !important;
}

@media only screen and (min-width: 960px) {
.anchor.-about,.anchor.-onair {
    padding: 0px 40px 60px !important;
  }
}




.anchor.-character li {
  width: 50%;
}

.anchor.-about li,.anchor.-onair li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}





.share {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 24px 0 18px;
}

.share dt {
  padding-bottom: 16px;
  text-align: center;
  width: 100%;
}

.share dt img {
  width: 73px;
}

.share dd {
  margin: 0 18px;
  width: 44px;
}

.footer {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7.5vw 2.77778vw 7.5vw 5.55556vw;
  position: relative;
}

@media only screen and (min-width: 960px) {
  .footer {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 20px 30px 28px;
  }
}

.footer__btn {
  display: block;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  position: absolute;
  top: 0;
  right: 2.77778vw;
  width: 33.88889vw;
}

@media only screen and (min-width: 960px) {
  .footer__btn {
    right: 40px;
    width: 120px;
  }
}

.footer__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .footer__sns {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
  }
}

.footer__sns li {
  width: 7.22222vw;
  margin-right: 16px;
}

@media only screen and (min-width: 960px) {
  .footer__sns li {
    width: 26px;
  }
}

.footer__logo {
  display: block;
  margin-left: auto;
  width: 54.16667vw;
}

@media only screen and (min-width: 960px) {
  .footer__logo {
    width: 195px;
  }
}

/* Print
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    border-color: black !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  header {
    display: none;
  }
  footer::after {
    content: '';
  }
  .noprint {
    display: none;
  }
}



.goods__sub {
  font-size: 7.63889vw;
  font-weight: bold;
  line-height: 8.33333vw;
  margin-bottom: 4.16667vw;
}

@media only screen and (min-width: 960px) {
  .goods__sub {
    font-size: 35px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}

.goods__artist {
  color: #999;
  font-size: 5.55556vw;
  font-weight: bold;
}

@media only screen and (min-width: 960px) {
  .goods__artist {
    font-size: 24px;
  }
}

.goods__release {
  padding: 5.55556vw 0;
}

@media only screen and (min-width: 960px) {
  .goods__release {
    padding: 20px 0;
  }
}

.goods__other {
  color: #999;
  padding-top: 2em;
}

@media only screen and (min-width: 960px) {
  .goods__other {
    font-size: 14px;
  }
}

.goods__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 4.16667vw 2.08333vw 0;
}

@media only screen and (min-width: 960px) {
  .goods__list {
    padding: 20px 15px 0;
    width:100%;
  }
}

.goods__item {
  display: block;
  padding: 0 2.08333vw 4.16667vw;
  width: 50%;
}

.goods__item a {
  display: block;
}

.goods__item figure {
  display: block;
}

.goods__item figure img {
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .goods__item {
    padding: 5px 10px 20px;
    width: 24.5%;
  }
}

.goods__item dl {
  line-height: 5vw;
  padding: 1.38889vw 0 2.77778vw;
  font-size: 2.9vw;
}

@media only screen and (min-width: 960px) {
  .goods__item dl {
    line-height: 18px;
    padding: 5px 0 10px;
    font-size: inherit;
  }
}

.goods__item dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5em 0;
  text-decoration: none !important;
}

@media only screen and (min-width: 960px) {
  .goods__item dl dt {
    font-size: 10px;
  }
}

.goods__item dl dt .-cat {
  background: #fff;
  color: #000;
  display: inline-block;
  border-radius: 1em;
  padding: 0 0.8em;
}

.goods__item dl dd {
  font-weight: bold;
}

.goods__basic {
  padding: 0 0 5.55556vw;
}

@media only screen and (min-width: 960px) {
  .goods__basic {
    padding: 0;
    width:52%;
  }
}

.goods__sub {
  color: #e60012;
  font-size: 5vw;
  font-weight: bold;
  line-height: 11.11111vw;
}

@media only screen and (min-width: 960px) {
  .goods__sub {
    font-size: 18px;
    line-height: 40px;
  }
}

.goods__title {
  font-size: 6.66667vw;
  font-weight: bold;
  line-height: 8.33333vw;
  padding: 2.77778vw 0 5.55556vw;
}

@media only screen and (min-width: 960px) {
  .goods__title {
    font-size: 24px;
    line-height: 30px;
    padding: 10px 0 20px;
  }
}

.goods__staff {
  padding-bottom: .5em;
}

.goods__date {
  color: #999;
  padding-bottom: 0.5em;
}

@media only screen and (min-width: 960px) {
  .goods__date {
    padding: 10px 0;
  }
}

.goods__spec {
  color: #999;
  padding-bottom: 0.5em;
}

.goods__spec dt {
  clear: both;
  float: left;
  padding-bottom: 0.3em;
}

.goods__spec dd {
  padding-left: 5em;
  color: #fff;
  font-size: 1.2em;
  padding-bottom: 0.3em;
}

.goods__spec dd span {
  font-weight: bold;
  font-size: 1.5em;
}

.goods__spec:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

@media only screen and (min-width: 960px) {
  .goods__photo {
    top: 0;
    left: 0;
	width:45%;
    padding-bottom:20px;
  }
}

.goods__text {
  font-size: 3.88889vw;
  padding: 4.44444vw 0 5.55556vw;
  line-height: 2;
  text-align: justify;
}

@media only screen and (min-width: 960px) {
  .goods__text {
    font-size: 14px;
    line-height: 24px;
    padding: 34px 0 0;
  }
}

.goods__btns {
  padding-top: 0em;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .goods__btns {
    padding-top: 2em;
  }
}

.-goods {
  /* padding:15vw 5vw 8vw!important; */
}

.-goods .article__wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 2em;
}

.-goods .article__image figure {
  margin-bottom: 0;
  padding-top: 10vw;
  padding: 10vw 5vw 0;
}

@media only screen and (min-width: 960px) {
  .-goods .article__image figure {
    padding-top: 0;
    margin-bottom: 0;
    padding-right: 30px;
    padding: 0 30px 0 0;
  }
}

.-goods .article__text .btn {
  margin-top: 0;
  display: block;
  margin: 30px 0 0;
}

.-goods.-notlist {
  padding: 10vw 5vw 8vw !important;
}

@media only screen and (min-width: 960px) {
  .-goods.-notlist {
    padding: 40px 40px 70px !important;
  }
}

.-goods.-notlist .goods__wrap {
display:block;
}

@media only screen and (min-width: 960px) {
  .-goods.-notlist .goods__wrap {
	display:flex;
   justify-content: space-between;
  }
}

.anchor.-goods {
  margin-bottom: 0;
  padding: 0vw 0 4vw !important;
}

@media only screen and (min-width: 960px) {
  .anchor.-goods {
    padding: 0px 40px 60px !important;
  }
}

.anchor.-goods ul {
  height: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.anchor.-goods li {
  width: 19.5%;
  height: 60px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/*2020_05_08 追加*/
body.top .nav-inner .nav-top{
  display: none;
}
/*2020_05_08 修正　ここまで*/


#pagetop {
    position: fixed;
    bottom: 65px;
    right: 10px;
    width: 95px;
}

@media only screen and (min-width: 960px) {
#pagetop {
    position: fixed;
    bottom: 100px;
    right: 35px;
    width: 150px;
}
}

.goodsContets{margin-top:0px;}
@media only screen and (min-width: 960px) {

.goodsContets{margin-top:-75px;}




.streamingSite .siteIn{

	width: 100%;
    justify-content: left;
    display: flex;
    flex-wrap: wrap;
}

.siteIn div {
    width: 32%;
    background-color: #FFF;
    margin-right: 2%;
}

.siteIn div:nth-child(3n) {
    margin-right: 0%;
}



}
