@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
body {
  font-family: ryo-display-plusn, serif;
  margin: 0;
}
*:focus {
  outline: none;
  }
.u-sans {
  font-family: 'Noto Sans JP', sans-serif;
}

.l-wrapper {
  overflow: hidden;
  position: relative;
}

.c-inner {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
}

.switch-logo {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  z-index: 500;
}
.switch-logo img {
  display: block;
  width: 100%;
}
.pc{
  display: block;
}
.sp{
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .switch-logo {
    margin-top: 1.6%;
    right: 1.6%;
    width: 13.33%;
  }
}
.c-btn-cart {
  background: #e60012;
  border-radius: 5px;
  color: #FFF;
  font-size: 16px;
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  max-width: 340px;
  text-decoration: none;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  width: 100%;
}
.c-btn-cart .c-btn-cart-inner {
  display: block;
  padding-top: 17.64%;
  position: relative;
}
.c-btn-cart .c-btn-cart-inner .c-btn-cart-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #b60000;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 17.64%;
}
.c-btn-cart .c-btn-cart-inner .c-btn-cart-icon img {
  display: block;
  width: 45%;
}
.c-btn-cart .c-btn-cart-inner .c-btn-cart-body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 17.64%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 82.36%;
}
.c-btn-cart .c-btn-cart-inner .c-btn-cart-body .c-btn-cart-text {
  letter-spacing: 3px;
}
.c-btn-cart .c-btn-cart-inner .c-btn-cart-body .c-btn-cart-text .c-btn-cart-text_sub {
  display: block;
  font-size: 72%;
  letter-spacing: 0;
  margin-top: 6px;
  opacity: .7;
}
.c-btn-cart:hover {
  opacity: .8;
}

/*------------------------------------------ utility
*/
@media only screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
  .c-btn-cart .c-btn-cart-inner {
    padding-top: 19.64%;
    }
}
/* hover img */
.u-hover-wrap {
  display: inline-block;
  position: relative;
}
.u-hover-wrap .u-hover {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.u-hover-wrap .u-hover.-out {
  position: relative;
}
.u-hover-wrap .u-hover.-over {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.u-hover-trigger.-is-mute:hover .u-hover.-out {
  opacity: 0;
}
.u-hover-trigger.-is-mute:hover .u-hover.-over {
  opacity: 1;
}
.u-hover-trigger.-is-mute:hover .u-hover.-over {
  opacity: 0;
}



.u-hover-trigger.-is-play:hover .u-hover.-out {
  opacity: 0;
}
.u-hover-trigger.-is-play:hover .u-hover.-over {
  opacity: 1;
}
.u-hover-trigger.-is-play:hover .u-hover.-over {
  opacity: 0;
}


.u-hover-trigger:hover .u-hover.-out {
  opacity: 0;
}
.u-hover-trigger:hover .u-hover.-over {
  opacity: 1;
}

/* btn-play */
.c-btn-play_wrap {
  display: inline-block;
  position: relative;
}
.c-btn-play_wrap .c-btn-play.-play {
  left: 0;
  position: absolute;
  top: 0;
}
.c-btn-play_wrap.-is-mute .c-btn-play.-mute {
  opacity: 1;
}
.c-btn-play_wrap.-is-mute .c-btn-play.-play {
  opacity: 0;
  pointer-events: none;
}
.c-btn-play_wrap.-is-play .c-btn-play.-mute {
  opacity: 0;
  pointer-events: none;
}
.c-btn-play_wrap.-is-play .c-btn-play.-play {
  opacity: 1;
}

.c-btn-movie-play.-is-hide {
  opacity: 0;
  pointer-events: none;
}

.c-cero {
  display: inline-block;
  width: 38px;
  position: absolute;
  right: 8.5%;
}
.c-cero img {
  display: block;
  width: 100%;
}
.c-top-bottom-special .c-cero {
  top:44%
}

/*------------------------------------------ animation
*/
.aos-blur {
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0;
  -webkit-transition: filter 1s ease-in-out, opacity 1s ease-in-out;
  transition: filter 1s ease-in-out, opacity 1s ease-in-out;
  -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.aos-blur.aos-animate {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    /*transition-timing-function:ease-in-out;*/
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  .aos-blur.aos-animate {
  -webkit-filter: blur(0.04px);
          filter: blur(0.04px);
  }
}
.aos-fade {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.aos-fade2 {
  opacity: 0;
  transition: all 3s cubic-bezier(.215,.61,.355,1);
}
.aos-animate.aos-fade{
  opacity: 1;
}
.aos-animate.aos-fade2.show {
  opacity: 1;
}
.aos-delay05 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.aos-delay20 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.slider-blur {
  -webkit-filter: blur(8px);
          filter: blur(8px);
  opacity: 0;
  -webkit-transition: filter .5s ease-in-out, opacity .5s ease-in-out;
  transition: filter .5s ease-in-out, opacity .5s ease-in-out;
  -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.slider-blur.slider-animate {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  .slider-blur.slider-animate {
  -webkit-filter: blur(0.04px);
          filter: blur(0.04px);
  }
}
@media only screen and (max-width: 767px) {
}


/*------------------------------------------ footer
*/
.l-footer {
  background: #000;
  position: relative;
  z-index: 10;
}
.l-footer .c-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer .c-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
}
.l-footer .c-footer-nav li a {
  color: #8c8c8c;
  display: block;
  font-size: 13px;
  padding: 0 10px;
  text-decoration: none;
}
.l-footer .c-footer-nav li a:hover {
  opacity: .7;
}
.l-footer .c-footer-nav li:first-of-type {
  border-right: 1px solid #A1A09C;
}
.l-footer .c-footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 20px 0 0;
  padding: 0;
}
.l-footer .c-footer-sns li.facebook {
  margin-left: 5px;
}
.l-footer .c-footer-sns li.facebook img {
  height: 20px;
}
.footer-share__btn{
  margin-left: 8%;
}

@media only screen and (max-width: 767px) {
  .l-footer .c-footer-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    width: 100%;
  }
  .l-footer .c-footer-nav li a {
    font-size: 3vw;
    padding: 0 10px;
    text-decoration: none;
  }
  .l-footer .c-footer-sns {
    left: 50%;
    margin: 0;
    position: absolute;
    top: -30px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/*------------------------------------------ modal
*/
.modal-inner {
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 1000px;
  padding: 30px;
  position: relative;
}

.soft-products__specTable--controller .soft-products__specIconWrap {
  text-align: center;
}

/*------------------------------------------------- top-main
*/
.-is-top {
  background: url(../img/top/top_bg.jpg) center top;
  background-size: 100% auto;
}

.l-top-main {
  padding: 30px;
}
.l-top-main .c-inner {
  height: 1100px;
}
.l-top-main .c-top-mainimg {
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.l-top-main .c-top-mainimg .main_logo{
  position: absolute;
  z-index: 10;
  top: 9%;
  width: 32%;
  margin-left: 36.5%;
}
.l-top-main .c-top-mainimg .main_logo.aos-blur{
  animation-delay: 1s;
}
.l-top-main .c-top-mainimg img {
  display: block;
  width: 100%;
}
.l-top-main .c-top-release {
  left: 50%;
  margin: 0;
  position: absolute;
  top: 760px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 43.07%;
}
.l-top-main .c-top-release img {
  display: block;
  width: 100%;
}
.l-top-main .c-top-lead_heading {
  left: 50%;
  margin: 0;
  position: absolute;
  top: 950px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 61.53%;
}
.l-top-main .c-top-lead_heading img {
  display: block;
  width: 100%;
}
.l-top-main .c-top-lead {
  color: #B5AF9D;
  font-size: 18px;
  line-height: 1.9;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 1030px;
  width: 100%;
}
.l-top-main .c-top-main-movie {
  margin: 0;
  position: absolute;
  right: 3px;
  top: 640px;
  width: 23.69%;
}
.l-top-main .c-top-main-movie .c-top-main-movie-heading {
  margin: 0;
  position: absolute;
  right: 0%;
  top: -9%;
  z-index: 2;
}
.l-top-main .c-top-main-movie .c-top-main-movie-body img {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
}

.l-top-main .c-top-main-movie .c-top-main-movie-heading:before {
  position: absolute;
  content: '';
  width: 68px;
  height: 50px;
  /* background-image: url(../img/top/icon_new.png); */
  background-size: 68px auto;
  top: -25px;
  left: 13%;
  z-index: 999;
  margin-left: -34px;
  -webkit-animation: new 1.2s ease infinite;
  animation: new 1.2s ease infinite;
}
.l-top-main .c-top-main-movie .c-top-main-movie-body{
  position: relative;
}
.l-top-main .c-top-main-movie .c-top-main-movie-body video{
  position: absolute;
  top: 9%;
  left: 5%;
  width: 90%;
  z-index: 0;
}
.l-top-main .l-top-nav {
  left: 5px;
  position: absolute;
  top: 600px;
}
.l-top-main .l-top-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-top-main .l-top-nav ul li {
  position: relative;
  margin-left: 13px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
/* .l-top-main .l-top-nav ul li:nth-child(1):before,
.l-top-main .l-top-nav ul li:nth-child(2):before {
  position: absolute;
  content: '';
  width: 68px;
  height: 50px;
  background-image: url(../img/top/icon_new.png);
  background-size: 68px auto;
  top: -26px;
  left: 50%;
  z-index: 999;
  margin-left: -34px;
  -webkit-animation: new 1.2s ease infinite;
  animation: new 1.2s ease infinite;
} */
@-webkit-keyframes new {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  30% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes new {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  30% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.l-top-main .l-top-nav ul li a {
  background: url(../img/top/top_main_nav_bg.png) no-repeat 0 0;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  display: block;
  font-size: 18px;
  height: 276px;
  line-height: 41px;
  padding-top: 40px;
  position: relative;
  text-decoration: none;
  top: 0;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  width: 41px;
}
.l-top-main .l-top-nav ul li a:before {
  background: #960000;
  content: '';
  display: block;
  height: 16px;
  left: 50%;
  position: absolute;
  top: 14px;
  width: 1px;
}
.l-top-main .l-top-nav ul li a:after {
  background: url(../img/arrow_down.png) no-repeat 0 0;
  background-size: contain;
  bottom: 20px;
  content: '';
  display: block;
  height: 9px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 11px;
}
.l-top-main .l-top-nav ul li a:hover {
  text-shadow: 0 0 8px red, 0 0 8px red, 0 0 8px red, 0 0 8px red, 0 0 8px red, 0 0 8px red;
  top: -10px;
}
.l-top-main .l-top-nav ul li a:hover:after {
  background-image: url(../img/arrow_down_r.png);
}
.l-top-main .l-top-nav ul li.-is-info a {
  background-image: url(../img/top/top_main_nav_bg_r.png);
}
.l-top-main .l-top-nav ul li.-is-info a:before {
  background: #000;
}
.l-top-main .l-top-nav ul li.-is-info a:hover:after {
  background-image: url(../img/arrow_down.png);
}






@media only screen and (max-width: 1279px) {
  .l-top-main .c-inner {
    padding-top: 85.93%;
    height: auto;
  }
  .l-top-main .c-top-release {
    top: 69.4%;
  }
  .l-top-main .c-top-lead_heading {
    top: 86%;
  }
  .l-top-main .c-top-lead {
    font-size: 1.4vw;
    top: 93%;
  }
  .l-top-main .c-top-main-movie {
    top: 56%;
  }
  .l-top-main .c-top-main-movie .c-top-main-movie-heading {
    right: 0%;
    top: -6%;
    width: 76%;
  }
  .l-top-main .c-top-main-movie .c-top-main-movie-heading:before{
    width: 50px;
    height: 40px;
    /* background-image: url(../img/top/icon_new.png); */
    background-size: 50px auto;
    top: -18px;
    left: 13%;
    z-index: 999;
    margin-left: -34px;
  }
  .l-top-main .c-top-main-movie ..u-hover-wrap .u-hover.-out {

  }
  .l-top-main .c-top-main-movie .c-top-main-movie-heading img {
    width: 100%;
  }
  .l-top-main .l-top-nav {
    left: 5px;
    position: absolute;
    top: 40%;
  }
  .l-top-main .l-top-nav ul li {
    margin-left: 13px;
  }
  .l-top-main .l-top-nav ul li a {
    font-size: 15px;
    height: 240px;
    line-height: 30px;
    width: 30px;
  }
  .l-top-main .l-top-nav ul li:nth-child(1):before,
  .l-top-main .l-top-nav ul li:nth-child(2):before {
    width: 50px;
    height: 35px;
    background-size: 50px auto;
    top: -17px;
    margin-left: -25px;
  }
}
@media only screen and (max-width: 767px) {
  .l-top-main .c-top-mainimg .main_logo {
    position: absolute;
    z-index: 10;
    top: 10%;
    width: 45%;
    margin-left: 28%;
  }
  .-is-top {
    background: url(../img/top/top_bg_sp.jpg) center top;
  }

  .l-top-main {
    padding-bottom: 6%;
    padding: 0;
  }
  .l-top-main .c-inner {
    padding-top: 0;
  }
  .l-top-main .c-top-mainimg {
    position: static;

  }
  .l-top-main .c-top-main-movie .c-top-main-movie-body video{
    width: 94.2% !important;
    top: 5%;
    left: 2.8%;
  }
  .l-top-main .c-top-release {
    left: 0;
    margin: -19% auto 2%;
    position: static;
    top: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 96%;
  }
  .l-top-main .c-top-lead_heading {
    left: 0;
    margin: 0 auto 3%;
    position: static;
    top: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 70%;
  }
  .l-top-main .c-top-lead {
    font-size: 3.8vw;
    margin-bottom: 10%;
    position: static;
    top: 0;
  }
  .l-top-main .c-top-main-movie {
    display: block;
    margin: 0 auto 8%;
    position: relative;
    right: 0;
    top: 0;
    width: 90%;
  }
  .l-top-main .c-top-main-movie .c-top-main-movie-heading {
    right: -3%;
    top: -9%;
    width: 63%;
  }
  .l-top-main .l-top-nav {
    position: static;
  }
  .l-top-main .l-top-nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-top-main .l-top-nav ul li {
    margin-left: 2%;
  }
  .l-top-main .l-top-nav ul li:nth-child(1):before,
  .l-top-main .l-top-nav ul li:nth-child(2):before {
    width: 55px;
    height: 38px;
    background-size: 55px auto;
    top: -18px;
    margin-left: -27px;
  }
  .l-top-main .l-top-nav ul li a {
    font-size: 4.6vw;
    height: 230px;
    line-height: 1.2;
    padding: 40px 10px;
    width: auto;
  }
  .c-btn-cart {
    font-size: 14px;
  }
}
/*------------------------------------------------- famitan1
*/
.l-top-01 {
  height: 689px;
  position: relative;
}
.l-top-01:before {
  background: url(../img/top/top_01_bg_line.png) no-repeat center 0;
  background-size: 100% auto;
  content: '';
  display: block;
  left: 0;
  padding-top: 51.17%;
  position: absolute;
  top: -10%;
  width: 100%;
}
.l-top-01 .c-inner:before {
  background: url(../img/top/top_01_jacket.png) no-repeat 0 0;
  background-size: contain;
  content: '';
  display: block;
}
.l-top-01 .c-top-01-lead {
  left: 69%;
  margin: 0;
  position: absolute;
  top: 46px;
  width: 5.92%;
  z-index: 1;
}
.l-top-01 .c-top-01-lead img {
  display: block;
  width: 100%;
}
.l-top-01 .c-top-01-jacket {
  margin: 0;
  position: absolute;
  right: -5%;
  top: -40px;
  width: 41.69%;
}
.l-top-01 .c-top-01-jacket img {
  display: block;
  width: 100%;
}
.l-top-01 .c-top-01-movie {
  left: 2%;
  position: absolute;
  top: 50px;
  width: 62.69%;
}
.l-e-movie .c-btn-play_wrap{
  display: inline-block;
  position: absolute;
  right: -4%;
  z-index: 100;
  top: 10%;
  width: 9%;
}
.l-e-movie .c-btn-play_wrap img{
  width:100%;
}
.l-e-movie .c-btn-play_wrap:hover{
  opacity: 0.8;
}
.l-top-01 .c-top-01-movie:before {
  background: url(../img/top/top_01_movie_border.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: '';
  display: block;
  height: 100.8%;
  left: -.4%;
  position: absolute;
  top: -.6%;
  width: 100.8%;
}
.l-top-01 .c-top-01-movie video {
  width: 100%;
}
.l-top-01 .c-top-01-movie .c-btn-play_wrap {
  position: absolute;
  right: 5px;
  top: 20px;
  transform: .5s;
  width: 10%;
}
.l-top-01 .c-top-01-movie .c-btn-play_wrap img{
  width:100% ;
}
.l-top-01 .c-top-01-movie .c-btn-play_wrap:hover{
  opacity: 0.7;
}
.l-top-01 .c-top-btn_todetail {
  left: 50%;
  margin: 0;
  position: absolute;
  top: 565px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 1279px) {
  .l-top-01 {
    height: auto;
    margin-top: 4%;
  }
  .l-top-01 .c-inner {
    padding-top: 53.37%;
  }
  .l-top-01 .c-top-01-lead {
    top: 9%;
  }
  .l-top-01 .c-top-01-jacket {
    right: -4%;
    top: -7%;
  }
  .l-top-01 .c-top-01-movie {
    top: 10%;
  }
  .l-top-01 .c-top-btn_todetail {
    top: 80%;
  }
  .l-top-01 .c-top-btn_todetail img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .l-top-01 {
    height: auto;
  }
  .l-top-01:before {
    top: -3%;
  }
  .l-top-01 .c-inner {
    padding-top: 0;
  }
  .l-top-01 .c-top-01-lead {
    left: 10%;
    position: absolute;
    top: 0;
    width: 14%;
  }
  .l-top-01 .c-top-01-jacket {
    position: static;
    width: 100%;
  }
  .l-top-01 .c-top-01-movie {
    margin: -26% 0 4%;
    position: relative;
    width: 100%;
    left:0%;
  }
  .l-top-01 .c-top-01-movie .c-btn-play_wrap {
    right: -3px;
    top: 6px;
    width: 60px;
  }
  .l-top-01 .c-top-01-movie .c-btn-play_wrap img {
    width: 100%;
  }
  .l-top-01 .c-top-btn_todetail {
    margin: 0 auto;
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .l-e-movie .c-btn-play_wrap{
    display: inline-block;
    position: absolute;
    left: 10%;
    z-index: 100;
    top: -16%;
    width: 13%;
  }
  .l-e-movie .c-btn-play_wrap img{
    width: 100%;
  }
}
/*------------------------------------------------- famitan2
*/
.l-top-02 {
  height: 730px;
  position: relative;
}
.l-top-02:before {
  background: url(../img/top/top_02_bg_line.png) no-repeat center 0;
  background-size: 100% auto;
  content: '';
  display: block;
  left: 0;
  padding-top: 51.17%;
  position: absolute;
  top: -10%;
  width: 100%;
}
.l-top-02 .c-inner:before {
  background: url(../img/top/top_02_jacket.png) no-repeat 0 0;
  background-size: contain;
  content: '';
  display: block;
}
.l-top-02 .c-top-02-lead {
  margin: 0;
  position: absolute;
  right: 66%;
  top: -47px;
  width: 14.84%;
  z-index: 1;
}
.l-top-02 .c-top-02-lead img {
  display: block;
  width: 100%;
}
.l-top-02 .c-top-02-jacket {
  left: -4%;
  margin: 0;
  position: absolute;
  top: -40px;
  width: 38.3%;
}
.l-top-02 .c-top-02-jacket img {
  display: block;
  width: 100%;
}
.l-top-02 .c-top-02-movie {
  position: absolute;
  right: 2%;
  top: 50px;
  width: 62.69%;
}
.l-top-02 .c-top-02-movie:before {
  background: url(../img/top/top_02_movie_line.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: '';
  display: block;
  height: 100.8%;
  left: -.4%;
  position: absolute;
  top: -.6%;
  width: 100.8%;
}
.l-top-02 .c-top-02-movie video {
  width: 100%;
}
.l-top-02 .c-top-02-movie .c-btn-play_wrap {
  position: absolute;
  right: 5px;
  top: 20px;
  transform: .5s;
  width: 10%;
}
.l-top-02 .c-top-02-movie .c-btn-play_wrap img{
  width: 100%;
}
.l-top-02 .c-top-02-movie .c-btn-play_wrap:hover{
  opacity: 0.7;
}
.l-top-02 .c-top-btn_todetail {
  left: 50%;
  margin: 0;
  position: absolute;
  top: 565px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 1279px) {
  .l-top-02 {
    height: auto;
  }
  .l-top-02 .c-inner {
    padding-top: 56.37%;
  }
  .l-top-02 .c-top-02-lead {
    top: 1%;
  }
  .l-top-02 .c-top-01-jacket {
    right: -4%;
    top: -7%;
  }
  .l-top-02 .c-top-02-movie {
    top: 10%;
  }
  .l-top-02 .c-top-btn_todetail {
    top: 78%;
  }
  .l-top-02 .c-top-btn_todetail img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .l-top-02 {
    height: auto;
    /* padding-bottom: 4%; */
    padding-bottom: 0;
  }
  .l-top-02:before {
    top: 4%;
  }
  .l-top-02 .c-inner {
    padding-top: 0;
  }
  .l-top-02 .c-top-02-lead {
    left: auto;
    right: 3%;
    top: 5%;
    width: 30%;
  }
  .l-top-02 .c-top-02-jacket {
    position: static;
    width: 100%;
  }
  .l-top-02 .c-top-02-movie {
    margin: -40% 0 4%;
    position: relative;
    width: 100%;
    right:0%;
  }
  .l-top-02 .c-top-02-movie .c-btn-play_wrap {
    right: -3px;
    top: 6px;
    width: 60px;
}
  .l-top-02 .c-top-02-movie .c-btn-play_wrap img {
    width: 100%;
  }
  .l-top-02 .c-top-btn_todetail {
    margin: 0 auto;
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .u-hover-trigger:hover .u-hover.-over{
    display: none;
  }
}

/*------------------------------------------------- character introduction
*/
.l-top-character.famitan01{
  margin-top: 2%;
}
.l-top-character .l-top-character--title {
  position: relative;
  display: block;
  margin: 0 auto;
  top: 32px;
  z-index: 999;
  max-width: 1480px;
  width: calc(100% - 80px);
}
.l-top-character.famitan01 .l-top-character--title {
  padding-top: 5px;
}
.l-top-character .l-top-character--title .title__wrap {
  position: relative;
  display: block;
  background-image: url(../img/top/bg_title.png);
  background-repeat: no-repeat;
  background-size: 243px auto;
  width: 243px;
  height: 40px;
  text-align: center;
  padding-top: 6px;
}
.l-top-character .l-top-character--title .title__wrap::after {
  position: absolute;
  content: '';
  background-image: url(../img/top/bg_title-new.png);
  background-size: 71px auto;
  width: 71px;
  height: 50px;
  top: -26px;
  left: 7px;
}
.l-top-character .l-top-character--title .title__wrap span {
  font-size: 21px;
  color: #ffffff;
  font-style: italic;
  letter-spacing: 0.08em;
}
.l-top-character.famitan02 .l-top-character--title span {
  margin-left: auto;
}
.l-top-character .c-top__slider {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 44px;
  z-index: 10;
}
.l-top-character .c-top__slider::before,
.l-top-character .c-top__slider::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #5e5854;
}
.l-top-character .c-top__slider::before {
  top: 10px;
}
.l-top-character .c-top__slider::after {
  bottom: 10px;
}
.l-top-character .c-top__slider ul {
  background-image: url(../img/top/bg_character.png);
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
  padding: 0;
  list-style-type: none;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  overflow:hidden
}
.l-top-character .c-top__slider.famitan02 {
  justify-content: flex-end;
}
.l-top-character .c-top__slider.famitan02 ul {
  flex-direction: row-reverse;
}
.l-top-character .c-top__slider.famitan01 ul:first-child {
  animation: slide1 120s -60s linear infinite;
}
.l-top-character .c-top__slider.famitan01 ul:last-child {
  animation: slide1_2 120s linear infinite;
}
.l-top-character .c-top__slider.famitan02 ul:first-child {
  animation: slide2 120s -60s linear infinite;
}
.l-top-character .c-top__slider.famitan02 ul:last-child {
  animation: slide2_2 120s linear infinite;
}
.l-top-character .c-top__slider ul li {
  max-width: 100%;
  border-top: solid 1px #5e5854;
  border-bottom: solid 1px #5e5854;
  border-right: solid 1px #5e5854;
}
.l-top-character .c-top__slider ul li a {
  position: relative;
  display: block;
  width: 210px;
  height: 358px;
  overflow: hidden;
  line-height: 358px;
}
.l-top-character .c-top__slider ul li a::before {
  position: absolute;
  content: '';
  background-image: url(../img/top/bg_character-name.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 269px;
  background-size: 20px auto;
  top: 0;
  right: 0;
}
.l-top-character .c-top__slider ul li a::after {
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  background-size: 60px auto;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.l-top-character .c-top__slider.famitan01 ul li a::after {
  background-image: url(../img/top/arw_famitan01.png),url(../img/top/arw_famitan01_hover.png);
  transition: all .2s linear;
}
.l-top-character .c-top__slider.famitan02 ul li a::after {
  background-image: url(../img/top/arw_famitan02.png),url(../img/top/arw_famitan02_hover.png);
  transition: all .2s linear;
}
.l-top-character .c-top__slider.famitan01 ul li a:hover::after {
  background-image: url(../img/top/arw_famitan01_hover.png);
}
.l-top-character .c-top__slider.famitan02 ul li a:hover::after {
  background-image: url(../img/top/arw_famitan02_hover.png);
}
.l-top-character .c-top__slider ul li a span {
  position: absolute;
  display: block;
  top: 16px;
  right: 11px;
  width: 23px;
  font-size: 26px;
  color: #d9d4cf;
  line-height: 1;
  transform: scaleX(0.9);
  z-index: 100;
}
.l-top-character .c-top__slider ul li a img {
  vertical-align: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
  transition: all .2s linear;
}
/* キャラクターホバー時処理 */
.l-top-character .c-top__slider ul li a img:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
}
.l-top-character .c-top__slider ul li:hover a img:last-child {
  opacity: 0;
}

@keyframes slide1 {
  0% {
    transform: perspective(400px) translate3d(100%, 0, 0);
  }
  to {
    transform: perspective(400px) translate3d(-100%, 0, 0);
  }
}
@keyframes slide1_2 {
  0% {
    transform: perspective(400px) translate3d(0, 0, 0);
  }
  to {
    transform: perspective(400px) translate3d(-200%, 0, 0);
  }
}
@keyframes slide2 {
  0% {
    transform: perspective(400px) translate3d(0, 0, 0);
  }
  to {
    transform: perspective(400px) translate3d(200%, 0, 0);
  }
}
@keyframes slide2_2 {
  0% {
    transform: perspective(400px) translate3d(-100%, 0, 0);
  }
  to {
    transform: perspective(400px) translate3d(100%, 0, 0);
  }
}

@media only screen and (max-width: 1283px) {
  .l-top-character .c-top__slider ul li a {
    width: 19vw;
    height: 32vw;
    max-width: 210px;
    max-height: 358px;
  }
}
@media only screen and (max-width: 767px) {
  .l-top-character .l-top-character--title {
    width: 100%;
    top: 24px;
    text-align: right;
    padding-top: 5px;
  }
  .l-top-character .l-top-character--title .title__wrap {
    position: relative;
    left: 40px;
    display: block;
    background-image: url(../img/top/bg_title.png);
    background-repeat: no-repeat;
    background-size: auto 29px;
    width: 153px;
    height: 26px;
    text-align: center;
    padding-top: 4px;
  }
  .l-top-character .l-top-character--title .title__wrap {
    left: inherit;
    display: inline-block;
  }
  .l-top-character .l-top-character--title .title__wrap::after {
    position: absolute;
    content: '';
    background-image: url(../img/top/bg_title-new.png);
    background-size: auto 37px;
    width: 54px;
    height: 37px;
    top: -21px;
    left: 4px;
  }  
  .l-top-character .l-top-character--title .title__wrap span {
    position: relative;
    font-size: 16px;
    left: 5px;
    z-index: 10;
    margin-left: inherit;
  }
  .l-top-character .c-top__slider {
    width: 100vw;
    margin-bottom: 0;
  }
  .l-top-character .c-top__slider.famitan02 {
    margin-bottom: 25px;
  }
  .l-top-character .c-top__slider::before,
  .l-top-character .c-top__slider::after {
    height: 2px;
  }
  .l-top-character .c-top__slider::before {
    top: 10px;
  }
  .l-top-character .c-top__slider::after {
    bottom: 10px;
  }
  .l-top-character .c-top__slider.famitan02 ul {
    width: 1155px;
  }
  .l-top-character .c-top__slider ul li {
    max-width: 50%;
  }
  .l-top-character .c-top__slider ul li a::before {
    width: 10px;
    height: 110px;
    background-size: 10px auto;
  }
  .l-top-character .c-top__slider ul li a::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background-size: 30px auto;
    right: 0;
    bottom: 0;
  }
  .l-top-character .c-top__slider.famitan01 ul li a::after {
    background-image: url(../img/top/arw_famitan01.png);
  }
  .l-top-character .c-top__slider.famitan02 ul li a::after {
    background-image: url(../img/top/arw_famitan02.png);
  }
  .l-top-character .c-top__slider.famitan01 ul li a:hover::after {
    background-image: url(../img/top/arw_famitan01_hover.png);
  }
  .l-top-character .c-top__slider.famitan02 ul li a:hover::after {
    background-image: url(../img/top/arw_famitan02_hover.png);
  }
  .l-top-character .c-top__slider ul li a {
    width: 105px;
    height: 179px;
  }
  .l-top-character .c-top__slider ul li a span {
    position: absolute;
    display: block;
    top: 8px;
    right: 2px;
    width: 16px;
    font-size: 13px;
    color: #d9d4cf;
    line-height: 1.1;
  }
  .l-top-character .c-top__slider ul li a img {
    display: block;
    /* width: 100%; */
    height: auto;
  }
  /* キャラクターホバー時処理 */
  .l-top-character .c-top__slider ul li:hover a img:last-child {
    opacity: 1;
  }
}

/*------------------------------------------------- about
*/
.l-top-03 {
  background: url(../img/top/top_03_bg.jpg) center 0;
  background-size: cover;
  overflow: hidden;
  padding: 30px 0;
  position: relative;
}
.l-top-03:before {
  background: url(../img/top/top_03_bg_img.png) no-repeat center 0;
  background-size: 125% auto;
  content: '';
  display: block;
  left: 0;
  padding-top: 30.42%;
  position: absolute;
  top: -3%;
  width: 100%;
}
.l-top-03 .c-top-03-heading {
  margin: 0 auto 20px;
  width: 35.38%;
}
.l-top-03 .c-top-03-heading img {
  display: block;
  width: 100%;
}
.l-top-03 .c-top-03-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-top-03 .c-top-03-contents .c-top-03-item.-video {
  width: 51.53%;
}
.l-top-03 .c-top-03-contents .c-top-03-item.-video .c-top-03-item-img {
  position: relative;
}
.l-top-03 .c-top-03-contents .c-top-03-item.-video .c-top-03-item-img video {
  width: 100%;
}
.l-top-03 .c-top-03-contents .c-top-03-item.-video .c-top-03-item-img .c-top-03-btn_play {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-top-03 .c-top-03-contents .c-top-03-item.-img {
  margin-left: 2.3%;
  padding-top: 11.6%;
  width: 29.23%;
}
.l-top-03 .c-top-03-contents .c-top-03-item.-img .c-top-03-item-img img {
  display: block;
  width: 100%;
}
.l-top-03 .c-top-03-contents .c-top-03-item .c-top-03-item-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  margin: 10px 0 0;
}

@media only screen and (max-width: 1279px) {
  .l-top-03 .c-top-03-contents .c-top-03-item .c-top-03-item-text {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-top-03:before {
    display: none;
  }
  .l-top-03 .c-top-03-heading {
    margin: 0 auto 6%;
    width: 90%;
  }
  .l-top-03 .c-top-03-contents {
    display: block;
  }
  .l-top-03 .c-top-03-contents .c-top-03-item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 8%;
  }
  .l-top-03 .c-top-03-contents .c-top-03-item.-video {
    margin-bottom: 6%;
    width: 100%;
  }
  .l-top-03 .c-top-03-contents .c-top-03-item.-video .c-top-03-item-img .c-top-03-btn_play {
    width: 74px;
  }
  .l-top-03 .c-top-03-contents .c-top-03-item.-video .c-top-03-item-img .c-top-03-btn_play img {
    width: 100%;
  }
  .l-top-03 .c-top-03-contents .c-top-03-item.-img {
    margin-left: 0;
    padding-top: 0;
    width: 100%;
  }
  .l-top-03 .c-top-03-contents .c-top-03-item .c-top-03-item-text {
    font-size: 4vw;
    margin: 2% 0 0;
  }
}
/*------------------------------------------------- info
*/
.l-top-bottom {
  background: url(../img/bottom_bg.png) center top;
  color: #C8C8C8;
  padding: 50px 0 20px;
}
.l-top-bottom .c-inner {
  max-width: 960px;
  padding: 0 20px;
}
.l-top-bottom .c-top-bottom-heading {
  border: 1px solid #A1A09C;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 25px;
  padding: 10px;
  text-align: center;
}
.l-top-bottom .c-top-bottom-lead {
  font-size: 20px;
  margin: 0;
  text-align: center;
}
.l-top-bottom .c-top-bottom-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 45px 0 60px;
}
.l-top-bottom .c-top-bottom-dl .c-top-bottom-dl-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}
.l-top-bottom .c-top-bottom-dl .c-top-bottom-dl-item:first-child {
  border-right: 1px solid #A1A09C;
}
.l-top-bottom .c-top-bottom-dl .c-top-bottom-dl-item .c-top-bottom-dl-img {
  margin: 0 auto 25px;
  position: relative;
  width: 68.75%;
}
.l-top-bottom .c-top-bottom-dl .c-top-bottom-dl-item .c-top-bottom-dl-img picture img {
  display: block;
  width: 100%;
  transition: .3s;
}
.l-top-bottom .c-top-bottom-dl .c-top-bottom-dl-item .c-top-bottom-dl-img picture:hover img{
  opacity: .8;
}
.c-cero img:hover{
  opacity: .8;
}
.l-top-bottom .c-top-bottom-dl .c-top-bottom-dl-item .c-top-bottom-dl-img .c-cero {
  bottom: 0;
  position: absolute;
  right: 56px;
}
.l-top-bottom .c-top-bottom-dl .c-top-bottom-dl-item .c-top-bottom-dl-name {
  font-size: 19px;
  margin: 0 0 25px;
  text-align: center;
}
.c-top-bottom-dl-name a{
  color:#fff;
  text-decoration: none;
}
.c-top-bottom-dl-name a i{
  margin-left: 10px;
    position: relative;
}
.c-top-bottom-dl-name a:hover{
  opacity: .8;
}
.l-top-bottom .c-top-bottom-dl .c-top-bottom-dl-item .c-top-bottom-dl-btn {
  text-align: center;
}
.l-top-bottom .c-top-bottom-special {
  margin: 40px 0 0;
  position: relative;
}
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img {
  display: flex;
  flex-flow: row-reverse;
  width: 100%;
}
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame{
  position: relative;
  width: 80%;
}
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-product{
  position: absolute;
  top: 33%;
  right: -0.5%;
  width: 45%;
  z-index: 999;
}
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-include,
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-title1,
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-title2,
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-strong1,
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-strong2,
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-strong3,
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-strong4,
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-text1,
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-text2,
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-text3,
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-text4{
  font-weight: bold;
  position: absolute;
  writing-mode: vertical-rl;
  z-index: 10;
  line-height: 1.2em;
}
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-include{
  top: 5%;
  right: 39%;
  color: #c8c8c8;
  font-size: 17px;
}
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-title1{
  top: -5%;
  right: 1%;
  height: 43%;
}
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-title2{
  top: -2%;
  right: 6%;
  height: 43%;
}
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-title1 p,
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-title2 p{
  color: #000;
  padding: 7% 7%;
  background: url(../img/top/top_bottom_frame_gra.jpg);
  background-size: cover;
  font-size: 17px;
}
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-strong1{
  height: 73%;
  top: 5%;
  right: 44%;
}
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-strong2{
  height: 73%;
  top: 5%;
  right: 57.5%;
}
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-strong3{
  height: 73%;
  top: 5%;
  right: 72.5%;
}
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-strong4{
  height: 73%;
  top: 5%;
  right: 84%;
}
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-strong1 p,
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-strong2 p,
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-strong3 p,
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-strong4 p{
  color: #000;
  padding: 3% 1%;
  background: url(../img/top/top_bottom_frame_s_gra.png) repeat-x;
  height: 100%;
  background-size: contain;
  font-size: 15px;
}
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-text1{
  height: 100%;
  top: 6%;
  right: 53.5%;
  font-size: 13.5px;
}
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-text2{
  height: 90%;
  top: 6%;
  right: 62%;
}
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-text1 .yoko,
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-text2 .yoko,
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-text3 .yoko,
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-text4 .yoko{
  writing-mode: horizontal-tb;
}
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-text3{
  height: 90%;
  top: 6%;
  right: 77%;
}
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-text4{
  height: 90%;
  top: 6%;
  right: 88.5%;
}
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-text2 p,
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-text3 p,
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-text4 p{
  color: #c8c8c8;
  height: 100%;
  font-size: 14px;
}
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-text1 p{
  color: #c8c8c8;
  height: 100%;
  font-size: 14px;
}
@media only screen and (max-width: 1120px){
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-title1 p,
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-title2 p{
    font-size: 1.5vw;
  }
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-strong1 p,
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-strong2 p,
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-strong3 p,
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-strong4 p{
    font-size: 1.4vw;
    line-height: 1.2em;
  }
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-text2 p,
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-text3 p,
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-text4 p{
    font-size: 1.3vw;
  }
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-text1 p{
    font-size: 1.3vw;
  }
}
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .logo{
  position: relative;
  width: 20%;
}
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img img {
  display: block;
  width: 100%;
}
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .c-cero {
  bottom: 29px;
  position: absolute;
  right: 83px;
}
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0;
}
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-body .c-top-bottom-special-name {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 19px;
  line-height: 1.7;
  margin: 0;
  padding-right: 20px;
  width: calc(100% - 340px);
  color:#fff;
}
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-body .c-top-bottom-dl-btn {
  text-align: center;
  width: 380px;
}
.l-top-bottom .c-top-bottom-attention {
  font-size: 12px;
  margin: 0;
  text-align: center;
}
.l-top-bottom .c-top-bottom-about_play {
  border-top: 1px solid #A1A09C;
  font-size: 17px;
  margin: 40px 0 60px;
  padding-top: 20px;
  text-align: center;
}
.l-top-bottom .c-top-bottom-about_play a {
  color: #c8c8c8;
  text-decoration: none;
}
.l-top-bottom .c-top-bottom-about_play a i {
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.l-top-bottom .c-top-bottom-about_play a:hover {
  opacity: .7;
}
.l-top-bottom .c-bottom-copy {
  font-size: 12px;
  margin: 0;
  text-align: center;
  color:#8c8c8c;
}
.l-top-bottom .c-bottom-copy small {
  display: inline-block;
  font-size: 100%;
  margin: 0 5px;
}
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame img.pc{
  display: block;
}
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame img.sp{
  display: none;
}
@media only screen and (max-width: 767px){
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame img.pc{
    display: none;
  }
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame img.sp{
    display: block;
    height: 138vw;
  }
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img{
    flex-wrap: wrap;
  }
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame{
    width: 100%;
    margin-top: 16%;
  }
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .logo{
    width: 40%;
    margin-right: 30%;
  }
  .c-top-bottom-special .c-cero {
    top: 14%;
    right: 26%;
    width: 30px;
  }
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-include,
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-strong1,
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-strong2,
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-strong3,
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-strong4,
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-text1,
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-text2,
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-text3,
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-text4{
  writing-mode: horizontal-tb;
}
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-include p,
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-strong1 p,
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-strong2 p,
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-strong3 p,
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-strong4 p{
  font-size: 3.5vw;
  line-height: 1.4em;

  }
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-include{
    width: 50%;
    text-align: center;
    left:25%;
    top: 28%;
  }
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-text1 p{
    font-size: 3.11104vw;
  }
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-text2 p,
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-text3 p,
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-text4 p{
    font-size: 3.11104vw;
    line-height: 1.4em;
}
.l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-title1{
  top: -5%;
  right: -6%;
  height: 26%;
}
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-title2{
    height: 26%;
    right: 2%;
  }
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-title1 p,
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-title2 p{
    font-size: 3.8888vw;
    padding: 5% 5%;
  }
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-product {
    position: absolute;
    top: -6%;
    left: 1.5%;
    width: 80%;
    z-index: 999;
  }
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-strong1 {
    height: auto;
    top: 32%;
    left: 9%;
    width: 79%;
  }
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-text1{
    top: 45%;
    left: 10%;
    font-size: 13px;
    width: 100%;
  }
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-strong2 {
    height: auto;
    top: 49%;
    left: 9%;
    width: 79%;
  }
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-text2{
    top: 55%;
    left: 10%;
    font-size: 14px;
    width: 80%;
  }
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-strong3 {
    height: auto;
    top: 66%;
    left: 9%;
    width: 79%;
  }
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-text3{
    top: 72%;
    left: 10%;
    font-size: 14px;
    width: 80%;
  }
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-strong4 {
    height: auto;
    top: 80%;
    left: 9%;
    width: 79%;
  }
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-text4{
    top: 86%;
    left: 10%;
    font-size: 14px;
    width: 80%;
  }
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-strong1 p,
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-strong2 p,
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-strong3 p,
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .frame .c-top-bottom-special-strong4 p{
    padding: 1% 3%;
    background: url(../img/top/top_bottom_frame_s_gra_sp.png) repeat-y;
    height: auto;
    background-size: contain;
    padding-left: 4%;
  }
}

@media only screen and (max-width: 959px) {
  .l-top-bottom .c-top-bottom-heading {
    font-size: 2.4vw;
  }
  .l-top-bottom .c-top-bottom-lead {
    font-size: 2vw;
  }
  .l-top-bottom .c-top-bottom-dl .c-top-bottom-dl-item .c-top-bottom-dl-img .c-cero {
    right: 17.5%;
    width: 11%;
  }
  .l-top-bottom .c-top-bottom-dl .c-top-bottom-dl-item .c-top-bottom-dl-name {
    font-size: 1.8vw;
  }
  .l-top-bottom .c-top-bottom-dl .c-top-bottom-dl-item .c-top-bottom-dl-btn {
    margin: 0 auto;
    width: 76%;
  }
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .c-cero {
    bottom: 8%;
    right: 8.6%;
    width: 4.1%;
  }
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-body .c-top-bottom-special-name {
    font-size: 1.8vw;
  }
  .l-top-bottom .c-top-bottom-attention {
    font-size: 1.3vw;
  }
  .l-top-bottom .c-top-bottom-about_play {
    font-size: 1.7vw;
  }
  .l-top-bottom .c-bottom-copy {
    font-size: 1.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-top-bottom {
    padding: 8% 0 13%;
  }
  .l-top-bottom .c-top-bottom-dl .c-top-bottom-dl-item:first-child{
    border: none;
  }
  .l-top-bottom .c-inner {
    padding: 0 6%;
  }
  .l-top-bottom .c-top-bottom-heading {
    font-size: 4.9vw;
    line-height: 1.3;
    margin: 0% 0 5%;
  }
  .l-top-bottom .c-top-bottom-lead {
    font-size: 4.6vw;
    line-height: 1.6;
  }
  .l-top-bottom .c-top-bottom-dl {
    display: block;
    margin: 6% 0 10%;
  }
  .l-top-bottom .c-top-bottom-dl .c-top-bottom-dl-item {
    width: 100%;
  }
  .l-top-bottom .c-top-bottom-dl .c-top-bottom-dl-item:last-of-type {
    border-right: none;
    border-top: 1px solid #A1A09C;
    margin-top: 8%;
    padding-top: 8%;
  }
  .l-top-bottom .c-top-bottom-dl .c-top-bottom-dl-item .c-top-bottom-dl-img {
    margin: 0 auto 6%;
    width: 90%;
  }
  .l-top-bottom .c-top-bottom-dl .c-top-bottom-dl-item .c-top-bottom-dl-img .c-cero {
    right: 0;
    width: 9%;
  }
  .l-top-bottom .c-top-bottom-dl .c-top-bottom-dl-item .c-top-bottom-dl-name {
    font-size: 4.6vw;
    margin: 0 0 6%;
    width: 120%;
    margin-left: -10%;
  }
  .l-top-bottom .c-top-bottom-special {
    margin: 4% 0 0;
  }
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-img .c-cero {
    bottom: auto;
    right: 25%;
    top: 22%;
    width: 9%;
  }
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-body {
    display: block;
    margin: 4% 0;
    z-index: 100;
    position: relative;
  }
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-body .c-top-bottom-special-name {
    font-size: 4.6vw;
    margin-bottom: 6%;
    padding-right: 0;
    text-align: center;
    width: 100%;
  }
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-body .c-top-bottom-dl-btn {
    margin: 0 auto;
  }
  .l-top-bottom .c-top-bottom-attention {
    font-size: 3vw;
    line-height: 1.6;
  }
  .l-top-bottom .c-top-bottom-about_play {
    font-size: 4vw;
    margin: 10% 0 15%;
    padding-top: 6%;
    position: relative;
    z-index: 1000;
  }
  .l-top-bottom .c-bottom-copy {
    font-size: 3vw;
    line-height: 1.6;
  }
}
.-is-e {
  background: #000;
}

/*------------------------------------------------- main
*/
.l-e-main {
  background: url(../img/famitan1/famitan1_bg_top.png) no-repeat center bottom;
  background-size: 100% auto;
  padding: 0 30px;
  position: relative;
  z-index: 10;
}
.l-e-main .c-back_top {
  left: 20px;
  margin: 0;
  position: absolute;
  top: 30px;
}
.l-e-main .c-back_top a {
  color: #c8c8c8;
  text-decoration: none;
}
.l-e-main .c-back_top a i {
  display: inline-block;
  left: 0;
  margin-right: 10px;
  position: relative;
  top: 2px;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}
.l-e-main .c-back_top a:hover {
  opacity: .8;
}
.l-e-main .c-back_top a:hover i {
  left: -5px;
}
.l-e-main .c-e-mainimg {
  margin: 0;
  padding-left: 30px;
  padding-top: 30px;
  position: relative;
}
.l-e-main .c-e-mainimg img {
  display: block;
  width: 100%;
}
.l-e-main .c-e-mainimg .main_logo{
  width: 24%;
  position: absolute;
  top: 10%;
  left: 3%;
}
.l-e-main .c-e-mainimg a {
  display: inline-block;
  margin-top: 30px;
  position: relative;
  left: -10px;
  z-index: 1;
}
.l-e-main .c-e-mainimg a:hover {
  opacity: .7;
}

@media only screen and (max-width: 767px) {
  .l-e-main {
    background-size: 100% 100%;
    padding: 0;
  }
  .l-e-main .c-e-mainimg .main_logo{
    width: 47%;
    position: absolute;
    top: 6%;
    left: 0%;
  }
  .l-e-main .c-back_top {
    display: none;
  }
  .l-e-main .c-back_top i img {
    width: 90%;
  }
  .l-e-main .c-e-mainimg {
    padding-left: 0;
    padding-bottom: 40px;
  }
  .l-e-main .c-e-mainimg a {
    margin-top: 8px;
    left: -14px;
  }
}
/*------------------------------------------------- movie
*/
.l-e-movie {
  background: #000;
}
.l-e-movie .c-inner {
  height: 63vw;
  max-height: 715px;
}
.l-e-movie .c-e-lead {
  margin: 0;
  position: absolute;
  right: 65px;
  top: -180px;
  width: 9.76%;
  z-index: 10;
}
.l-e-movie .c-e-lead img {
  display: block;
  width: 100%;
}
.l-e-movie .c-e-movie-wrapper {
  height: 77%;
  left: 10%;
  position: absolute;
  top: 31%;
  width: 86%;
  z-index: 0;
}
.l-e-movie .c-e-movie-wrapper:after {
  background: url(../img/famitan1/famitan1_movie_bg.png) no-repeat center center;
  background-size: 100% 100%;
  content: '';
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
.l-e-movie .c-e-movie-wrapper video {
  height: 97%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 99%;
  top: 1.5%;
  left: 0.5%;
}
.l-e-movie .c-e-movie-wrapper.-is-show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.l-e-movie .c-e-text {
  left: 40px;
  margin: 0;
  position: absolute;
  top: 12%;
  width: 30%;
}
.l-e-movie .c-e-text img {
  display: block;
  width: 75%;
}
#movie-end{
  margin-top: 9%;
}

@media only screen and (max-width: 767px) {

  .l-e-movie .c-inner {
    height: auto;
    padding-top: 200%;
  }
  .l-e-movie .c-e-lead {
    right: 6%;
    top: -22.5%;
    width: 20.3%;
  }
  .l-e-movie .c-e-movie-wrapper {
    height: 35%;
    left: -10%;
    top: 9%;
    width: 120%;
  }
  .l-e-movie .c-e-movie-wrapper video {
    height: 91%;
  }
  .l-e-movie .c-e-movie-wrapper:after{
    height: 95%;
    left: 0px;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .l-e-movie .c-e-text {
    left: 20%;
    top: 49%;
    width: 60%;
  }
  .l-e-movie .c-e-text img{
    width: 100%;
  }

}
/*------------------------------------------------- imgs
*/
@-webkit-keyframes CrossFade {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  31% {
    opacity: 1;
  }
  35% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
    opacity: 0;
  }
}
@keyframes CrossFade {
  0% {
    opacity: 0;
  }
  4% {
    opacity: 1;
  }
  31% {
    opacity: 1;
  }
  35% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
    opacity: 0;
  }
}

.l-e-imgs {
  background: #000;
  position: relative;
  z-index: 10;
}
.l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list {
  list-style: none;
  margin: 0;
  padding: 56.32% 0 0;
  position: relative;
}
.l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li {
  height: 50%;
  overflow: hidden;
  position: absolute;
  width: 50%;
}
.l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li span img {
  -webkit-animation: CrossFade 16s 0s infinite;
          animation: CrossFade 16s 0s infinite;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(1), .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(5), .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(9), .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(13) {
  left: 0;
  top: 0;
}
.l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(2), .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(6), .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(10), .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(14) {
  left: 50%;
  top: 0;
}
.l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(3), .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(7), .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(11), .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(15) {
  left: 0;
  top: 50%;
}
.l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(4), .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(8), .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(12) , .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(16){
  left: 50%;
  top: 50%;
}
.l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(1) img, .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(2) img, .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(3) img, .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(4) img {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(5) img, .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(6) img, .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(7) img, .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(8) img {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(9) img, .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(10) img, .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(11) img, .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(12) img {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(13) img, .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(14) img, .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(15) img, .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(16) img {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}

@-webkit-keyframes CrossFadeSp {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  11% {
    opacity: 1;
  }
  12% {
    opacity: 0;
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
    z-index: 9;
  }
  25% {
    opacity: 0;
  }
}

@keyframes CrossFadeSp {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  11% {
    opacity: 1;
  }
  12% {
    opacity: 0;
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
    z-index: 9;
  }
  25% {
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list {
    list-style: none;
    margin: 0;
    padding: 55.71% 0 0;
    position: relative;
  }
  .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li {
    height: 100%;
    left: 0 !important;
    top: 0 !important;
    width: 100%;
  }
  .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li span img {
    -webkit-animation: CrossFadeSp 64s 0s infinite;
            animation: CrossFadeSp 64s 0s infinite;
  }
  .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(1) img {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(2) img {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
  }
  .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(3) img {
    -webkit-animation-delay: 8s;
            animation-delay: 8s;
  }
  .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(4) img {
    -webkit-animation-delay: 12s;
            animation-delay: 12s;
  }
  .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(5) img {
    -webkit-animation-delay: 16s;
            animation-delay: 16s;
  }
  .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(6) img {
    -webkit-animation-delay: 20s;
            animation-delay: 20s;
  }
  .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(7) img {
    -webkit-animation-delay: 24s;
            animation-delay: 24s;
  }
  .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(8) img {
    -webkit-animation-delay: 28s;
            animation-delay: 28s;
  }
  .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(9) img {
    -webkit-animation-delay: 32s;
            animation-delay: 32s;
  }
  .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(10) img {
    -webkit-animation-delay: 36s;
            animation-delay: 36s;
  }
  .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(11) img {
    -webkit-animation-delay: 40s;
            animation-delay: 40s;
  }
  .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(12) img {
    -webkit-animation-delay: 44s;
            animation-delay: 44s;
  }
  .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(13) img {
    -webkit-animation-delay: 48s;
            animation-delay: 48s;
  }
  .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(14) img {
    -webkit-animation-delay: 52s;
            animation-delay: 52s;
  }
  .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(15) img {
    -webkit-animation-delay: 56s;
            animation-delay: 56s;
  }
  .l-e-imgs .c-e-imgs-wrapper .c-e-imgs-list li:nth-of-type(16) img {
    -webkit-animation-delay: 60s;
            animation-delay: 60s;
  }
}
/*------------------------------------------------- chara
*/
.l-e-chara {
  background: url(../img/famitan1/famitan1_char_bg.png) center 0;
  position: relative;
  z-index: 10;
}
.l-e-chara .l-e-chara__inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
.l-e-chara .l-e-chara__inner .c-chara-heading {
  margin: 0;
  position: absolute;
  right: 2%;
  top: 95px;
  width: 0%;
  max-width: 85px;
  min-width: 41px;
  padding-right: 4%;
}
.l-e-chara .l-e-chara__inner .c-chara-heading img:first-child {
  position: absolute;
  top: -60px;
  right: 0;
  width: 40px;
}
.l-e-chara .l-e-chara__inner .c-chara-heading img:last-child {
  width: 100%;
}
.l-e-chara .l-e-chara__inner .c-chara-item {
  position: relative;
}
.l-e-chara .l-e-chara__inner .c-chara-item .c-chara-img {
  position: absolute;
  z-index: 10;
  transform:translate3d(0,0,0); /*重なり順調整*/
}
.l-e-chara .l-e-chara__inner .c-chara-item .c-chara-img img {
  display: block;
  width: 100%;
}
/* 紹介文位置 */
.l-e-chara .l-e-chara__inner .c-chara-item .c-chara-body {
  position: absolute;
  z-index: 15;
  top: 66%;
  width: 44%;
}
.l-e-chara .l-e-chara__inner .c-chara-item.-main .c-chara-body {
  left: 12.4%;
}
.l-e-chara .l-e-chara__inner .c-chara-item.-ayu .c-chara-body {
  left: 50%;
  margin-left: -130px;
}
.l-e-chara .l-e-chara__inner .c-chara-item.-amachi .c-chara-body {
  left: 14.5%;
}
.l-e-chara .l-e-chara__inner .c-chara-item.-kiku .c-chara-body {
  left: 50%;
  margin-left: -130px;
}
.l-e-chara .l-e-chara__inner .c-chara-item.-kanji .c-chara-body {
  left: 14.5%;
}
.l-e-chara .l-e-chara__inner .c-chara-item.-azusa .c-chara-body {
  left: 50%;
  margin-left: -130px;
}
.l-e-chara .l-e-chara__inner .c-chara-item.-jiro .c-chara-body {
  left: 14.5%;
}
.l-e-chara .l-e-chara__inner .c-chara-item.-tanabe .c-chara-body {
  left: 50%;
  margin-left: -130px;
}
.l-e-chara .l-e-chara__inner .c-chara-item.-akane .c-chara-body {
  left: 14%;
}
.l-e-chara .l-e-chara__inner .c-chara-item.-kumada .c-chara-body {
  left: 50%;
  margin-left: -130px;
}
.l-e-chara .l-e-chara__inner .c-chara-item.-genshin .c-chara-body {
  left: 14%;
}
.l-e-chara .l-e-chara__inner .c-chara-item.-ekiin .c-chara-body {
  left: 50%;
  margin-left: -130px;
}

.l-e-chara .l-e-chara__inner .c-chara-item .c-chara-body .c-chara-introduction {
  position: relative;
  width: 100%;
  transform:translate3d(0,0,0); /*重なり順調整*/
}
.l-e-chara .l-e-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__actor {
  position: absolute;
  background-color: #fff;
  border: 2px solid #a39e99;
  width: 35%;
  padding: 2% 0;
  text-align: center;
  top: -50px;
  z-index: 100;
}
.l-e-chara .l-e-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__actor span {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #000;
}
.l-e-chara .l-e-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__name {
  position: relative;
  background: rgba(84, 73, 66, .4);
  width: 47.368%;
  padding: 3.6% 0;
  text-align: center;
  z-index: 10;
  left: 30px;
}
.l-e-chara .l-e-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__name span {
  position: relative;
  font-size: 44px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #fff;
  left: 5px;
  top: 10px;
}
.l-e-chara .l-e-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__name span ruby rt{
  font-size: 14px;
}
.l-e-chara .l-e-chara__inner .c-chara-item.-main .c-chara-body .c-chara-introduction .c-chara-introduction__name span {
  top: 0px;
}
.l-e-chara .l-e-chara__inner .c-chara-item.-ayu .c-chara-body .c-chara-introduction .c-chara-introduction__name span {
  letter-spacing: 0.06em;
}

.l-e-chara .l-e-chara__inner .c-chara-item.-kiku .c-chara-body .c-chara-introduction .c-chara-introduction__name span {
  letter-spacing: 0.06em;
}
.l-e-chara .l-e-chara__inner .c-chara-item.-kanji .c-chara-body .c-chara-introduction .c-chara-introduction__name span {
  letter-spacing: 0.06em;
  left: 0;
}
.l-e-chara .l-e-chara__inner .c-chara-item.-azusa .c-chara-body .c-chara-introduction .c-chara-introduction__name span {
  letter-spacing: 0;
  left: 4px;
}
.l-e-chara .l-e-chara__inner .c-chara-item.-jiro .c-chara-body .c-chara-introduction .c-chara-introduction__name span {
  letter-spacing: 0.04em;
  left: 0;
}
.l-e-chara .l-e-chara__inner .c-chara-item.-kaori .c-chara-body .c-chara-introduction .c-chara-introduction__name span {
  letter-spacing: 0.04em;
  left: 0;
}
.l-e-chara .l-e-chara__inner .c-chara-item.-tanabe .c-chara-body .c-chara-introduction .c-chara-introduction__name span {
  letter-spacing: 0.06em;
  left: 0;
}
.l-e-chara .l-e-chara__inner .c-chara-item.-akane .c-chara-body .c-chara-introduction .c-chara-introduction__name span {
  letter-spacing: 0.08em;
  left: 0;
}
.l-e-chara .l-e-chara__inner .c-chara-item.-kumada .c-chara-body .c-chara-introduction .c-chara-introduction__name span {
  letter-spacing: 0.06em;
  left: 0;
}
.l-e-chara .l-e-chara__inner .c-chara-item.-genshin .c-chara-body .c-chara-introduction .c-chara-introduction__name span {
  letter-spacing: 0.06em;
  left: 0;
}
.l-e-chara .l-e-chara__inner .c-chara-item.-amachi .c-chara-body .c-chara-introduction .c-chara-introduction__name span {
  letter-spacing: 0.06em;
  left: 0;
}
.l-e-chara .l-e-chara__inner .c-chara-item.-ekiin .c-chara-body .c-chara-introduction .c-chara-introduction__name span {
  letter-spacing: 0.06em;
  left: 2px;
  top:0px;
}
.l-e-chara .l-e-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
  position: absolute;
  padding: 6% 0 4.3% 7%;
  background: rgba(250, 249, 237, .75);
  width: 94%;
  top: 67%;
  height: 116%;
}
.l-e-chara .l-e-chara__inner .c-chara-item.-amachi .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
  width: 105%;
}
.l-e-chara .l-e-chara__inner .c-chara-item.-akane .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
  width: 86%;
}
.l-e-chara .l-e-chara__inner .c-chara-item.-genshin .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
  width: 90%;
}
.l-e-chara .l-e-chara__inner .c-chara-item.-kiku .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
  width: 100%;
}
.l-e-chara .l-e-chara__inner .c-chara-item.-azusa .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
  width: 97%;
}
.l-e-chara .l-e-chara__inner .c-chara-item.-jiro .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
  width: 99%;
}
.l-e-chara .l-e-chara__inner .c-chara-item.-ekiin .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
  width: 107%;
}
.l-e-chara .l-e-chara__inner .c-chara-item.-kumada .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
  width: 106%;
}
.l-e-chara .l-e-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__detail span {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #000;
}
.l-e-chara .l-e-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__detail span i.pc {
  display: inline;
  font-style: normal;
}
.l-e-chara .l-e-chara__inner .c-chara-item .c-chara-body .c-chara-name img {
  display: block;
  width: 100%;
}
.l-e-chara .l-e-chara__inner .c-chara-item .c-chara-body .c-chara-voice {
  display: flex;
  bottom: 36%;
  left: 54.5%;
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0;
  position: absolute;
  transform:translate3d(0,0,0); /*重なり順調整*/
}
.l-e-chara .c-chara-item .c-chara-body .c-chara-voice li {
  margin-top: 10px;
  margin-right: 8px;
}
.l-e-chara .c-chara-item .c-chara-body .c-chara-voice li:last-child {
  margin-right: 0;
}
.l-e-chara .c-chara-item .c-chara-body .c-chara-voice li .c-chara-btn-voice {
  background: #000;
  border-radius: 16px;
  color: #FFF;
  display: block;
  height: 32px;
  line-height: 32px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  width: 88px;
  font-size: 16px;
}
.l-e-chara .c-chara-item .c-chara-body .c-chara-voice li .c-chara-btn-voice:before {
  border: 1px solid #FFF;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: '';
  display: block;
  height: calc(100% - 6px);
  left: 3px;
  opacity: .6;
  pointer-events: none;
  position: absolute;
  top: 3px;
  width: calc(100% - 6px);
}
.l-e-chara .c-chara-item .c-chara-body .c-chara-voice li .c-chara-btn-voice.-play {
  background: #A00;
}
.l-e-chara .c-chara-item .c-chara-body .c-chara-voice li .c-chara-btn-voice:hover {
  background: #A00;
}
.l-e-chara .c-chara-item .c-chara-movie {
  -webkit-mask-image: url(../img/famitan1/famitan1_char_movie_border.svg);
  mask-image: url(../img/famitan1/famitan1_char_movie_border.svg);
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  position: absolute;
  width: 71.07%;
  overflow: hidden;
}
.l-e-chara .c-chara-item .c-chara-movie video {
  width: 100%;
}
.l-e-chara .c-chara-item {
  padding-top: 918px;
}
/* キャラクターサイズ */
.l-e-chara .c-chara-item.-main .c-chara-img {
  right: 15.3%;
  top: -16px;
  width: 25%;
}
.l-e-chara .c-chara-item.-ayu .c-chara-img {
  left: 12.4%;
  top: 10px;
  width: 33.6%;
}
.l-e-chara .c-chara-item.-amachi .c-chara-img {
  right: 15.5%;
  top: -24px;
  width: 20.8%;
}
.l-e-chara .c-chara-item.-kiku .c-chara-img {
  left: 13.8%;
  top: 20px;
  width: 20.4%;
}
.l-e-chara .c-chara-item.-kanji .c-chara-img {
  right: 11.5%;
  top: -22px;
  width: 30.4%;
}
.l-e-chara .c-chara-item.-azusa .c-chara-img {
  left: 10.4%;
  top: 20px;
  width: 24.8%;
}
.l-e-chara .c-chara-item.-jiro .c-chara-img {
  right: 17%;
  top: -22px;
  width: 18%;
}
.l-e-chara .c-chara-item.-tanabe .c-chara-img {
  left: 18.5%;
  top: -2px;
  width: 20.2%;
}
.l-e-chara .c-chara-item.-akane .c-chara-img {
  right: 15%;
  top: 10px;
  width: 18.4%;
}
.l-e-chara .c-chara-item.-kumada .c-chara-img {
  left: 13.3%;
  top: 4px;
  width: 24.1%;
}
.l-e-chara .c-chara-item.-genshin .c-chara-img {
  right: 9%;
  top: 34px;
  width: 32%;
}
.l-e-chara .c-chara-item.-ekiin .c-chara-img {
  left: 16.2%;
  top: -5px;
  width: 16.6%;
}

/* 動画位置 */
.l-e-chara .c-chara-item.-main .c-chara-movie {
  right: 26%;
  top: 90px;
}
.l-e-chara .c-chara-item.-ayu .c-chara-movie {
  right: 10%;
  top: 70px;
}
.l-e-chara .c-chara-item.-amachi .c-chara-movie {
  right: 23.5%;
  top: 70px;
}
.l-e-chara .c-chara-item.-kiku .c-chara-movie {
  right: 10%;
  top: 82px;
}
.l-e-chara .c-chara-item.-kanji .c-chara-movie {
  right: 23.5%;
  top: 70px;
}
.l-e-chara .c-chara-item.-azusa .c-chara-movie {
  right: 10%;
  top: 82px;
}
.l-e-chara .c-chara-item.-jiro .c-chara-movie {
  right: 23.5%;
  top: 70px;
}
.l-e-chara .c-chara-item.-tanabe .c-chara-movie {
  right: 10%;
  top: 70px;
}
.l-e-chara .c-chara-item.-akane .c-chara-movie {
  right: 23.5%;
  top: 82px;
}
.l-e-chara .c-chara-item.-kumada .c-chara-movie {
  right: 10%;
  top: 70px;
}
.l-e-chara .c-chara-item.-genshin .c-chara-movie {
  right: 23.5%;
  top: 82px;
}
.l-e-chara .c-chara-item.-ekiin .c-chara-movie {
  right: 10%;
  top: 82px;
}

.l-e-chara .c-chara-item.-ayumi {
  padding-top: 697px;
}
.l-e-chara .c-chara-item.-ayumi .c-chara-img {
  bottom: 1px;
  left: 21%;
  width: 33.76%;
}
.l-e-chara .c-chara-item.-ayumi .c-chara-body {
  bottom: 141px;
  left: 12%;
  width: 11.95%;
  z-index: 10;
}
.l-e-chara .c-chara-item.-ayumi .c-chara-body .c-chara-voice {
  left: -42px;
  margin: 0;
}
.l-e-chara .c-chara-item.-ayumi .c-chara-movie {
  bottom: 100px;
  left: 34%;
  -webkit-mask-size: 91% 100%;
  mask-size: 91% 100%;
}
.l-e-chara .c-chara-item.-ayumi .c-chara-movie video{
  width: 100%;
}

@media only screen and (max-width: 1279px) {
  .l-e-chara .l-e-chara__inner .c-chara-item {
    padding-top: 72%;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__actor span {
    font-size: 1.6vw;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__name span {
    font-size: 3.6vw;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__detail span {
    font-size: 1.4vw;
  }
  .l-e-chara .c-chara-item .c-chara-body .c-chara-voice li .c-chara-btn-voice {
    font-size: 1.3vw;
    width: 6.8vw;
    min-width: 66px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-main .c-chara-img {
    width: 24%;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-akane .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
    width: 92%;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-genshin .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
    width: 95%;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-kiku .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
    width: 110%;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-azusa .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
    width: 100%;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-kumada .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
    width: 113%;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-ekiin .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
    width: 106%;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-amachi .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
    width: 110%;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-ekiin .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
    width: 112%;
  }
}
@media only screen and (max-width: 767px) {
  .l-e-chara .l-e-chara__inner {
    max-width: inherit;
  }
  .l-e-chara .l-e-chara__inner .c-chara-heading {
    right: 26px;
    padding-right: 10%;
    min-width: 100px;
    top: 40px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-heading img:first-child {
    width: 33.3%;
    top: -27px;
  }  
  .l-e-chara .l-e-chara__inner .c-chara-item {
    position: relative;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item .c-chara-img {
    position: absolute;
    z-index: 10;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item .c-chara-img img {
    display: block;
    width: 100%;
  }
  /* 紹介文位置 */
  .l-e-chara .l-e-chara__inner .c-chara-item .c-chara-body {
    position: absolute;
    z-index: 999;
    width: inherit;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-main .c-chara-body {
    top: 61px;
    left: 50%;
    width: inherit;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-ayu .c-chara-body {
    top: 42px;
    margin-left: -110px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-amachi .c-chara-body {
    top: 61px;
    left: 50%;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-kiku .c-chara-body {
    top: 42px;
    margin-left: -110px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-kanji .c-chara-body {
    top: 61px;
    left: 50%;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-azusa .c-chara-body {
    top: 42px;
    margin-left: -110px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-jiro .c-chara-body {
    top: 61px;
    left: 50%;
    margin-left: -12px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-tanabe .c-chara-body {
    top: 42px;
    margin-left: -110px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-akane .c-chara-body {
    top: 61px;
    left: 47%;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-kumada .c-chara-body {
    top: 42px;
    margin-left: -110px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-genshin .c-chara-body {
    top: 61px;
    left: 50%;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-ekiin .c-chara-body {
    top: 42px;
    margin-left: -110px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item .c-chara-body .c-chara-introduction {
    position: relative;
    height: 280px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-main .c-chara-body .c-chara-introduction {
    position: relative;
    height: 260px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-amachi .c-chara-body .c-chara-introduction {
    position: relative;
    height: 260px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-genshin .c-chara-body .c-chara-introduction {
    position: relative;
    height: 270px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-kanji .c-chara-body .c-chara-introduction {
    position: relative;
    height: 250px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-jiro .c-chara-body .c-chara-introduction {
    position: relative;
    height: 250px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-akane .c-chara-body .c-chara-introduction {
    position: relative;
    height: 250px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-genshin .c-chara-body .c-chara-introduction {
    position: relative;
    height: 250px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__actor {
    position: absolute;
    background-color: #fff;
    border: 2px solid #a39e99;
    width: 35px;
    padding: 10px 0 6px;
    text-align: center;
    top: -35px;
    left: 5px;
    z-index: 100;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-amachi .c-chara-body .c-chara-introduction .c-chara-introduction__actor {
    left: 2px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-genshin .c-chara-body .c-chara-introduction .c-chara-introduction__actor {
    padding: 18px 0 13px;
    left: -2px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-ekiin .c-chara-body .c-chara-introduction .c-chara-introduction__actor {
    padding: 18px 0 13px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__actor span {
    font-size: 15px;
    color: #000;
    line-height: 0;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__actor i {
    display: inline-block;
    height: 6px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__name {
    width: 63px;
    left: 33px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-main .c-chara-body .c-chara-introduction .c-chara-introduction__name {
    padding: 31px 0;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-ayu .c-chara-body .c-chara-introduction .c-chara-introduction__name {
    padding: 12px 0;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-amachi .c-chara-body .c-chara-introduction .c-chara-introduction__name {
    padding: 40px 0 31px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-kiku .c-chara-body .c-chara-introduction .c-chara-introduction__name {
    padding: 20px 0;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-kanji .c-chara-body .c-chara-introduction .c-chara-introduction__name {
    padding: 20px 0;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-azusa .c-chara-body .c-chara-introduction .c-chara-introduction__name {
    padding: 15px 0 24px;
    top: -13px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-jiro .c-chara-body .c-chara-introduction .c-chara-introduction__name {
    padding: 20px 0;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-tanabe .c-chara-body .c-chara-introduction .c-chara-introduction__name {
    padding: 20px 0;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-akane .c-chara-body .c-chara-introduction .c-chara-introduction__name {
    padding: 30px 0;
    top: 10px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-kumada .c-chara-body .c-chara-introduction .c-chara-introduction__name {
    padding: 20px 0;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-genshin .c-chara-body .c-chara-introduction .c-chara-introduction__name {
    padding: 40px 0 31px;
    top: 10px;
    left: 26px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-ekiin .c-chara-body .c-chara-introduction .c-chara-introduction__name {
    padding: 40px 0 31px;
    top: 10px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__name span {
    font-size: 30px;
    letter-spacing: 0.2em;
    color: #fff;
    left: 0;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-amachi .c-chara-body .c-chara-introduction .c-chara-introduction__name span,
  .l-e-chara .l-e-chara__inner .c-chara-item.-genshin .c-chara-body .c-chara-introduction .c-chara-introduction__name span,
  .l-e-chara .l-e-chara__inner .c-chara-item.-ekiin .c-chara-body .c-chara-introduction .c-chara-introduction__name span {
    letter-spacing: .4em;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-ayu .c-chara-body .c-chara-introduction .c-chara-introduction__name span,
  .l-e-chara .l-e-chara__inner .c-chara-item.-kanji .c-chara-body .c-chara-introduction .c-chara-introduction__name span,
  .l-e-chara .l-e-chara__inner .c-chara-item.-amachi .c-chara-body .c-chara-introduction .c-chara-introduction__name span,
  .l-e-chara .l-e-chara__inner .c-chara-item.-jiro .c-chara-body .c-chara-introduction .c-chara-introduction__name span,
  .l-e-chara .l-e-chara__inner .c-chara-item.-tanabe .c-chara-body .c-chara-introduction .c-chara-introduction__name span,
  .l-e-chara .l-e-chara__inner .c-chara-item.-akane .c-chara-body .c-chara-introduction .c-chara-introduction__name span,
  .l-e-chara .l-e-chara__inner .c-chara-item.-kumada .c-chara-body .c-chara-introduction .c-chara-introduction__name span,
  .l-e-chara .l-e-chara__inner .c-chara-item.-genshin .c-chara-body .c-chara-introduction .c-chara-introduction__name span{
    top:0px;
    left:5px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-ayu .c-chara-body .c-chara-introduction .c-chara-introduction__name{
    top: 2px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-akane .c-chara-body .c-chara-introduction .c-chara-introduction__name{
    top: 3px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-genshin .c-chara-body .c-chara-introduction .c-chara-introduction__name{
    top: 7px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-azusa .c-chara-body .c-chara-introduction .c-chara-introduction__name span {
    left: 2px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-kiku .c-chara-body .c-chara-introduction .c-chara-introduction__name span {
    left: 3px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
    position: absolute;
    padding: 25px 10px 5px 14px;
    width: 84px;
    height: 112%;
    top: 140px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-ayu .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
    width: 65px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-amachi .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
    width: 65px;
    left: 12px;
    top: 130px;
    height: 116%;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-kiku .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
    width: 84px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-azusa .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
    width: 57px;
    height: 105%;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-jiro .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
    width: 65px;
    left: 13px;
    height: 111%;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-tanabe .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
    width: 65px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-akane .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
    width: 65px;
    left: 15px;
    height: 111%;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-kumada .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
    width: 64px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-genshin .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
    width: 65px;
    left: 10px;
    height: 114%;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-ekiin .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
    width: 69px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__detail span {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.61;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-azusa .c-chara-body .c-chara-introduction .c-chara-introduction__detail span {
    left: 6px;
    padding-top: 5px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__detail span ruby rt {
    font-size: 10px;
    transform: scale(0.8);
    letter-spacing: 0.02em;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__detail span i.sp {
    display: inline;
    font-style: normal;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__detail span i.pc {
    display: none;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item .c-chara-body .c-chara-name img {
    display: block;
    width: 100%;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item .c-chara-body .c-chara-voice {
    display: flex;
    flex-direction: column;
    top: 210px;
    left: 114px;
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
    position: absolute;
    transform:translate3d(0,0,0); /*重なり順調整*/
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-main .c-chara-body .c-chara-voice {
    top: 213px;
    left: 120px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-ayu .c-chara-body .c-chara-voice {
    top: 237px;
    left: -39px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-amachi .c-chara-body .c-chara-voice {
    top: 213px;
    left: 113px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-kiku .c-chara-body .c-chara-voice {
    top: 416px;
    left: -39px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-kanji .c-chara-body .c-chara-voice {
    top: 203px;
    left: 120px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-azusa .c-chara-body .c-chara-voice {
    top: 217px;
    left: -39px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-jiro .c-chara-body .c-chara-voice {
    top: 201px;
    left: 114px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-tanabe .c-chara-body .c-chara-voice {
    top: 237px;
    left: -39px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-akane .c-chara-body .c-chara-voice {
    top: 200px;
    left: 116px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-kumada .c-chara-body .c-chara-voice {
    top: 236px;
    left: -39px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-genshin .c-chara-body .c-chara-voice {
    left: 111px;
    top: 208px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-ekiin .c-chara-body .c-chara-voice {
    top: 237px;
    left: -39px;
  }
  .l-e-chara .c-chara-item .c-chara-body .c-chara-voice li {
    margin-top: 10px;
    margin-right: 0;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .l-e-chara .c-chara-item .c-chara-body .c-chara-voice li:last-child {
    margin-right: 0;
  }
  .l-e-chara .c-chara-item .c-chara-body .c-chara-voice li .c-chara-btn-voice {
    width: 27px;
    height: 80px;
    line-height: 28px;
    font-size: 15px;
    min-width: inherit;
  }
  .l-e-chara .c-chara-item .c-chara-body .c-chara-voice li .c-chara-btn-voice:before {
    border: 1px solid #FFF;
    border-radius: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: '';
    display: block;
    height: calc(100% - 6px);
    left: 3px;
    opacity: .6;
    pointer-events: none;
    position: absolute;
    top: 3px;
    width: calc(100% - 6px);
  }
  .l-e-chara .c-chara-item .c-chara-body .c-chara-voice li .c-chara-btn-voice.-play {
    background: #A00;
  }
  .l-e-chara .c-chara-item .c-chara-body .c-chara-voice li .c-chara-btn-voice:hover {
    background: #A00;
  }
  .l-e-chara .c-chara-item .c-chara-movie {
    -webkit-mask-image: url(../img/famitan1/famitan1_char_movie_border.svg);
    mask-image: url(../img/famitan1/famitan1_char_movie_border.svg);
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    position: absolute;
    width: 118%;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item .c-chara-movie video {
    width: 100%;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-main {
    padding-top: 790px;
  }
  /* キャラクターサイズ */
  .l-e-chara .l-e-chara__inner .c-chara-item.-main .c-chara-img {
    left: 35px;
    top: 11px;
    width: 48.27%;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-ayu .c-chara-img {
    left: 36%;
    top: 42px;
    width: 64.2%;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-amachi .c-chara-img {
    left: 46px;
    top: 8px;
    width: 41.3%;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-kiku .c-chara-img {
    left: 50%;
    top: 42px;
    width: 40%;
    margin-left: -25px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-kanji .c-chara-img {
    left: 18px;
    top: 26px;
    width: 59.8%;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-azusa .c-chara-img {
    left: 50%;
    margin-left: -25px;
    top: 45px;
    width: 49.2%;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-jiro .c-chara-img {
    right: 50%;
    margin-right: 7px;
    top: 12px;
    width: 35%;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-tanabe .c-chara-img {
    left: 50%;
    margin-left: -25px;
    top: 25px;
    width: 39%;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-akane .c-chara-img {
    left: 51px;
    top: 27px;
    width: 35.2%;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-kumada .c-chara-img {
    left: 50%;
    margin-left: -38px;
    top: 23px;
    width: 47.8%;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-genshin .c-chara-img {
    left: 18px;
    top: 23px;
    width: 64.8%;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-ekiin .c-chara-img {
    left: 50%;
    margin-left: -19px;
    top: 16px;
    width: 32.5%;
  }
  /* 動画位置 */
  .l-e-chara .c-chara-item.-main .c-chara-movie,
  .l-e-chara .c-chara-item.-ayu .c-chara-movie,
  .l-e-chara .c-chara-item.-kiku .c-chara-movie,
  .l-e-chara .c-chara-item.-kanji .c-chara-movie,
  .l-e-chara .c-chara-item.-azusa .c-chara-movie,
  .l-e-chara .c-chara-item.-jiro .c-chara-movie,
  .l-e-chara .c-chara-item.-kaori .c-chara-movie,
  .l-e-chara .c-chara-item.-tanabe .c-chara-movie,
  .l-e-chara .c-chara-item.-akane .c-chara-movie,
  .l-e-chara .c-chara-item.-kumada .c-chara-movie,
  .l-e-chara .c-chara-item.-genshin .c-chara-movie,
  .l-e-chara .c-chara-item.-amachi .c-chara-movie,
  .l-e-chara .c-chara-item.-ekiin .c-chara-movie {
    left: 50%;
    transform: translateX(-50%);
    top: 528px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width:767px) {
  _::-webkit-full-page-media, _:future, :root
  .l-e-chara .l-e-chara__inner .c-chara-item.-main .c-chara-body .c-chara-voice,
  .l-e-chara .l-e-chara__inner .c-chara-item.-kanji .c-chara-body .c-chara-voice {
    left: 147px;
  }
  _::-webkit-full-page-media, _:future, :root
  .l-e-chara .l-e-chara__inner .c-chara-item.-amachi .c-chara-body .c-chara-voice {
    left: 139px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item.-jiro .c-chara-body .c-chara-voice {
    left: 120px;
  }
  _::-webkit-full-page-media, _:future, :root
  .l-e-chara .l-e-chara__inner .c-chara-item.-genshin .c-chara-body .c-chara-voice {
    left: 138px;
  }
  _::-webkit-full-page-media, _:future, :root
  .l-e-chara .l-e-chara__inner .c-chara-item.-akane .c-chara-body .c-chara-voice {
    left: 143px;
  }
  _::-webkit-full-page-media, _:future, :root
  .l-e-chara .l-e-chara__inner .c-chara-item.-ayu .c-chara-body .c-chara-voice,
  .l-e-chara .l-e-chara__inner .c-chara-item.-kiku .c-chara-body .c-chara-voice,
  .l-e-chara .l-e-chara__inner .c-chara-item.-azusa .c-chara-body .c-chara-voice,
  .l-e-chara .l-e-chara__inner .c-chara-item.-tanabe .c-chara-body .c-chara-voice,
  .l-e-chara .l-e-chara__inner .c-chara-item.-kumada .c-chara-body .c-chara-voice,
  .l-e-chara .l-e-chara__inner .c-chara-item.-ekiin .c-chara-body .c-chara-voice {
    left: -12px;
  }
}

/*------------------------------------------------- slider
*/
.swiper-container.slider {
  overflow: inherit;
}
.swiper-container.slider .swiper-button-prev,
.swiper-container.slider .swiper-button-next {
  max-width: 80px;
  width: 8%;
  height: 170px;
  background-size: 43% auto, 0 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 47.4%;
}
.swiper-container.slider .swiper-button-prev::after,
.swiper-container.slider .swiper-button-next::after {
  content: '';
}
.swiper-container.slider .swiper-button-prev {
  background-image: url(../img/famitan1/slider_arw-prev.png);
  left: 4%;
}
.swiper-container.slider .swiper-button-next {
  background-image: url(../img/famitan1/slider_arw-next.png);
  right: 4%;
}
.slider-thumbnail {
  position: relative;
  background-color: #000;
  margin-bottom: 70px;
  border-top: 1px solid #767472;
  border-bottom: 1px solid #767472;
  z-index: 10;
}
.slider-thumbnail .swiper-wrapper .swiper-slide {
  position: relative;
  width: 20%;
  max-width: 280px;
  border-right: 1px solid #767472;
  cursor: pointer;
  box-sizing: border-box;
}
.slider-thumbnail .swiper-wrapper .swiper-slide:last-child {
  border-right: none;
}
.slider-thumbnail .swiper-wrapper .swiper-slide picture {
  width: 100%;
  display: block;
}
.slider-thumbnail .swiper-wrapper .swiper-slide picture img {
  width: 100%;
  vertical-align: bottom;
}
.slider-thumbnail .swiper-wrapper .swiper-slide picture:first-child {
  opacity: 0;
  transition: all .2s linear;
}
.slider-thumbnail .swiper-wrapper .swiper-slide picture:last-child {
  position: absolute;
  top: 0;
  left: 0;
  transition: all .2s linear;
}
.slider-thumbnail .swiper-wrapper .swiper-slide:hover picture:first-child {
  opacity: 1;
}
.slider-thumbnail .swiper-wrapper .swiper-slide:hover picture:last-child {
  opacity: 0;
}
.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active picture:first-child {
  opacity: 1;
}
.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active picture:last-child {
  opacity: 0;
}
.swiper-parent {
  position: relative;
}
.swiper-pagebtn {
  position: absolute;
  width: 158px;
  bottom: -45px;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-pagebtn .swiper-button-prev,
.swiper-pagebtn .swiper-button-next {
  width: 17px;
  height: 21px;
  background-size: 17px auto, 0 0;
  background-repeat: no-repeat;
  z-index: 100;
}
.swiper-pagebtn .swiper-button-prev {
  background-image: url(../img/famitan1/thumb_arw-prev.png);
}
.swiper-pagebtn .swiper-button-next {
  background-image: url(../img/famitan1/thumb_arw-next.png);
}
.l-e-chara .swiper-container.slider .swiper-button-prev {
  background-image: url(../img/famitan1/slider_arw-prev.png), url(../img/famitan1/slider_arw-prev-hover.png);
}
.l-e-chara .swiper-container.slider .swiper-button-next {
  background-image: url(../img/famitan1/slider_arw-next.png), url(../img/famitan1/slider_arw-next-hover.png);
}
.l-e-chara .swiper-container.slider .swiper-button-prev:hover {
  background-image: url(../img/famitan1/slider_arw-prev-hover.png);
  transition: all .2s linear;
}
.l-e-chara .swiper-container.slider .swiper-button-next:hover {
  background-image: url(../img/famitan1/slider_arw-next-hover.png);
  transition: all .2s linear;
}
.swiper-pagebtn .swiper-button-prev::after,
.swiper-pagebtn .swiper-button-next::after {
  content: '';
}
.l-e-chara .swiper-pagebtn .swiper-button-prev {
  background-image: url(../img/famitan1/thumb_arw-prev.png),url(../img/famitan1/thumb_arw-prev-hover.png);
  transition: all .2s linear;
}
.l-e-chara .swiper-pagebtn .swiper-button-next {
  background-image: url(../img/famitan1/thumb_arw-next.png),url(../img/famitan1/thumb_arw-next-hover.png);
  transition: all .2s linear;
}
.l-e-chara .swiper-pagebtn .swiper-button-prev:hover {
  background-image: url(../img/famitan1/thumb_arw-prev-hover.png);
  transition: all .2s linear;
  background-size: 17px auto;
}
.l-e-chara .swiper-pagebtn .swiper-button-next:hover {
  background-image: url(../img/famitan1/thumb_arw-next-hover.png);
  transition: all .2s linear;
  background-size: 17px auto;
}

@media only screen and (max-width: 1279px) {
  .slider-thumbnail .swiper-wrapper .swiper-slide {
    position: relative;
    width: 180px !important;
  }
  .swiper-container.slider .swiper-button-prev {
    left: 40px;
  }
  .swiper-container.slider .swiper-button-next {
    right: 40px;
  }  
}

@media only screen and (max-width: 767px) {
  .slider-thumbnail .swiper-wrapper .swiper-slide {
    width: 140px !important;
  }
  .slider-thumbnail .swiper-wrapper .swiper-slide picture img {
    max-width: 100%;
  }
  .slider-thumbnail .swiper-wrapper .swiper-slide:hover picture:first-child {
    opacity: 0;
  }
  .slider-thumbnail .swiper-wrapper .swiper-slide:hover picture:last-child {
    opacity: 1;
  }
  .slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active picture:first-child {
    opacity: 1;
  }
  .slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active picture:last-child {
    opacity: 0;
  }

  .swiper-container.slider .swiper-button-prev,
  .swiper-container.slider .swiper-button-next {
    width: 17px;
    height: 43px;
    background-size: 17px auto , 0 0;
    top: 210px;
  }
  .swiper-container.slider .swiper-button-prev {
    left: 10px;
  }
  .swiper-container.slider .swiper-button-next {
    right: 10px;
  }
  .l-e-chara .l-e-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__name span ruby rt{
    font-size: 10px;
  }
}

/*------------------------------------------------- bottom
*/
.l-under-bottom {
  background: url(../img/bottom_bg.png);
  padding: 40px 0 10px;
  position: relative;
  z-index: 10;
}
.l-under-bottom .c-under-bottom-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-under-bottom .c-under-bottom-top .c-under-bottom-logo {
  width: 13.07%;
}
.l-under-bottom .c-under-bottom-top .c-under-bottom-logo img {
  display: block;
  width: 100%;
}
.l-under-bottom .c-under-bottom-top .c-under-bottom-detail {
  margin: 0 5%;
  width: 26.15%;
}
.l-under-bottom .c-under-bottom-top .c-under-bottom-detail ul {
  color: #c8c8c8;
  font-size: 17px;
  line-height: 1.4;
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-under-bottom .c-under-bottom-top .c-under-bottom-detail ul li {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  border-top: 1px solid #5f5f5f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0;
}
.l-under-bottom .c-under-bottom-top .c-under-bottom-detail ul li:first-of-type {
  border-top: none;
}
.l-under-bottom .c-under-bottom-top .c-under-bottom-detail .c-under-bottom-detail-bottom {
  position: relative;
}
.l-under-bottom .c-under-bottom-top .c-under-bottom-detail .c-under-bottom-detail-bottom .c-under-bottom-about_play {
  margin: 10px 0;
}
.l-under-bottom .c-under-bottom-top .c-under-bottom-detail .c-under-bottom-detail-bottom .c-under-bottom-about_play a {
  color: #FFF;
  text-decoration: none;
}
.l-under-bottom .c-under-bottom-top .c-under-bottom-detail .c-under-bottom-detail-bottom .c-under-bottom-about_play a i {
  margin-left: 5px;
}
.l-under-bottom .c-under-bottom-top .c-under-bottom-detail .c-under-bottom-detail-bottom .c-under-bottom-about_play a:hover {
  opacity: .7;
}
.l-under-bottom .c-under-bottom-top .c-under-bottom-detail .c-under-bottom-detail-bottom div .c-under-bottom-detail-label {
  border: 1px solid #5f5f5f;
  color: #c8c8c8;
  display: inline-block;
  font-size: 13px;
  margin-top: 10px;
  padding: 6px 15px;
}
.l-under-bottom .c-under-bottom-top .c-under-bottom-detail .c-under-bottom-detail-bottom .c-under-bottom-detail-cero {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 38px;
}
.l-under-bottom .c-under-bottom-top .c-under-bottom-detail .c-under-bottom-detail-bottom .c-under-bottom-detail-cero img {
  display: block;
  width: 100%;
}
.l-under-bottom .c-under-bottom-top .c-under-bottom-buy {
  width: 26.15%;
}
.l-under-bottom .c-under-bottom-top .c-under-bottom-buy .c-under-bottom-btn-buy_special {
  display: block;
  margin-top: 20px;
}
.l-under-bottom .c-under-bottom-top .c-under-bottom-buy .c-under-bottom-btn-buy_special img {
  display: block;
  width: 100%;
}
.l-under-bottom .c-under-bottom-top .c-under-bottom-buy .c-under-bottom-btn-buy_special:hover {
  opacity: .8;
}
.l-under-bottom .c-under-bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 159px;
  margin-top: 35px;
}
.l-under-bottom .c-under-bottom-link .c-under-bottom-link-famitan1 {
  background: url(../img/bottom_famitan1_jacket.jpg) no-repeat right 0 #5C0F07;
  background-size: auto 100%;
  position: relative;
  width: 50%;
}
.l-under-bottom .c-under-bottom-link .c-under-bottom-link-famitan1 p {
  margin: 0;
  position: absolute;
  left: 40px;
  max-width: 180px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 27.69%;
}
.l-under-bottom .c-under-bottom-link .c-under-bottom-link-famitan1 p img {
  display: block;
  width: 100%;
}
.l-under-bottom .c-under-bottom-link .c-under-bottom-link-famitan1 .u-hover-wrap {
  left: 20px;
  max-width: 246px;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  width: 38%;
}
.l-under-bottom .c-under-bottom-link .c-under-bottom-link-famitan1:hover .u-hover-wrap {
  left: 10px;
}
.l-under-bottom .c-under-bottom-link .c-under-bottom-link-famitan2 {
  background: url(../img/bottom_famitan2_jacket.jpg) no-repeat left 0 #083590;
  background-size: auto 100%;
  position: relative;
  width: 50%;
}
.l-under-bottom .c-under-bottom-link .c-under-bottom-link-famitan2 p {
  margin: 0;
  max-width: 178px;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  width: 27.69%;
}
.l-under-bottom .c-under-bottom-link .c-under-bottom-link-famitan2 p img {
  display: block;
  width: 100%;
}
.l-under-bottom .c-under-bottom-link .c-under-bottom-link-famitan2 .u-hover-wrap {
  max-width: 247px;
  right: 20px;
  width: 38%;
}
.l-under-bottom .c-under-bottom-link .c-under-bottom-link-famitan2:hover .u-hover-wrap {
  right: 10px;
}
.l-under-bottom .c-under-bottom-totop {
  margin-top: 30px;
  text-align: center;
}
.l-under-bottom .c-under-bottom-totop a {
  border: 1px solid #c8c8c8;
  color: #c8c8c8;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  width: 240px;
}
.l-under-bottom .c-under-bottom-totop a i {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.l-under-bottom .c-under-bottom-totop a:hover {
  opacity: .8;
}
.l-under-bottom .c-under-bottom-copy {
  color: #c8c8c8;
  font-size: 12px;
  margin: 50px 0 0;
  text-align: center;
}
.l-under-bottom .c-under-bottom-copy small {
  font-size: 100%;
}

@media only screen and (max-width: 1279px) {
  .l-under-bottom .c-under-bottom-top {
    margin-bottom: 20px;
  }
  .l-under-bottom .c-under-bottom-top .c-under-bottom-detail {
    margin: 0 4%;
  }
  .l-under-bottom .c-under-bottom-top .c-under-bottom-detail ul {
    font-size: 1.4vw;
  }
  .l-under-bottom .c-under-bottom-top .c-under-bottom-detail .c-under-bottom-detail-bottom .c-under-bottom-about_play a {
    font-size: 1.3vw;
  }
  .l-under-bottom .c-under-bottom-top .c-under-bottom-buy .c-btn-cart {
    font-size: 1.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-under-bottom {
    padding: 10% 0 15%;
  }
  .l-under-bottom .c-under-bottom-top {
    display: block;
  }
  .l-under-bottom .c-under-bottom-top .c-under-bottom-logo {
    margin: 0 auto 4%;
    width: 36%;
  }
  .l-under-bottom .c-under-bottom-top .c-under-bottom-detail {
    margin: 0 5% 4%;
    width: 90%;
  }
  .l-under-bottom .c-under-bottom-top .c-under-bottom-detail ul {
    font-size: 4vw;
  }
  .l-under-bottom .c-under-bottom-top .c-under-bottom-detail ul li span {
    width: 50%;
  }
  .l-under-bottom .c-under-bottom-top .c-under-bottom-detail .c-under-bottom-detail-bottom {
    position: static;
  }
  .l-under-bottom .c-under-bottom-top .c-under-bottom-detail .c-under-bottom-detail-bottom .c-under-bottom-about_play{
    text-align: center;
  }
  .l-under-bottom .c-under-bottom-top .c-under-bottom-detail .c-under-bottom-detail-bottom .c-under-bottom-about_play a {
    font-size: 3.6vw;
  }
  .l-under-bottom .c-under-bottom-top .c-under-bottom-detail .c-under-bottom-detail-bottom div .c-under-bottom-detail-label {
    font-size: 3.2vw;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 2% 12%;
  }
  .l-under-bottom .c-under-bottom-top .c-under-bottom-detail .c-under-bottom-detail-bottom .download_soft{
    text-align: center;
  }
  .l-under-bottom .c-under-bottom-top .c-under-bottom-detail .c-under-bottom-detail-bottom .c-under-bottom-detail-cero {
    bottom: auto;
    margin-top: 41.5%;
    right: 27%;
    top: 0;
    width: 7.5%;
  }
  .l-under-bottom .c-under-bottom-top .c-under-bottom-buy {
    margin: 0 auto 8%;
    text-align: center;
    width: 80%;
  }
  .l-under-bottom .c-under-bottom-top .c-under-bottom-buy .c-btn-cart {
    font-size: 16px;
  }
  .l-under-bottom .c-under-bottom-link {
    height: auto;
  }
  .l-under-bottom .c-under-bottom-link .c-under-bottom-link-famitan1 {
    background-image: url(../img/bottom_famitan1_jacket_sp.png);
    padding-top: 50%;
  }
  .l-under-bottom .c-under-bottom-link .c-under-bottom-link-famitan1 p {
    bottom: 5%;
    left: 10%;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 70%;
  }
  .l-under-bottom .c-under-bottom-link .c-under-bottom-link-famitan1 p img {
    display: block;
    width: 100%;
  }
  .l-under-bottom .c-under-bottom-link .c-under-bottom-link-famitan1 .u-hover-wrap {
    bottom: 1%;
    left: 4%;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 90%;
  }
  .l-under-bottom .c-under-bottom-link .c-under-bottom-link-famitan1:hover .u-hover-wrap {
    left: 4%;
  }
  .l-under-bottom .c-under-bottom-link .c-under-bottom-link-famitan2 {
    background-image: url(../img/bottom_famitan2_jacket_sp.png);
    padding-top: 50%;
  }
  .l-under-bottom .c-under-bottom-link .c-under-bottom-link-famitan2 p {
    bottom: 5%;
    right: 10%;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 70%;
  }
  .l-under-bottom .c-under-bottom-link .c-under-bottom-link-famitan2 p img {
    display: block;
    width: 100%;
  }
  .l-under-bottom .c-under-bottom-link .c-under-bottom-link-famitan2 .u-hover-wrap {
    bottom: 1%;
    right: 4%;
    width: 90%;
  }
  .l-under-bottom .c-under-bottom-link .c-under-bottom-link-famitan2:hover .u-hover-wrap {
    right: 4%;
  }
  .l-under-bottom .c-under-bottom-totop {
    font-size: 4vw;
    margin-top: 6%;
  }
  .l-under-bottom .c-under-bottom-copy {
    font-size: 3vw;
    margin: 4% 0 0;
  }

  .-is-d .l-under-bottom .c-under-bottom-top .c-under-bottom-detail .c-under-bottom-detail-bottom .c-under-bottom-detail-cero {
    margin-top: 47.5%;
  }
}
.-is-d {
  background: #000;
}

/*------------------------------------------------- main
*/
.l-d-main {
  background: url(../img/famitan2/famitan2_bg_top.png) no-repeat center bottom;
  background-size: 100% auto;
  padding: 0 30px;
  position: relative;
  z-index: 10;
}
.l-d-main .c-back_top {
  left: 20px;
  margin: 0;
  position: absolute;
  top: 30px;
}
.l-d-main .c-back_top a {
  color: #c8c8c8;
  text-decoration: none;
}
.l-d-main .c-back_top a i {
  display: inline-block;
  left: 0;
  margin-right: 10px;
  position: relative;
  top: 2px;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}
.l-d-main .c-back_top a:hover {
  opacity: .8;
}
.l-d-main .c-back_top a:hover i {
  left: -5px;
}
.l-d-main .c-d-mainimg {
  margin: 0;
  padding-left: 30px;
  padding-top: 30px;
}
.l-d-main .c-d-mainimg img {
  display: block;
  width: 100%;
}
.l-d-main .c-d-mainimg .main_logo{
  width: 21.5%;
  position: absolute;
  top: 10%;
  left: 4.4%;
}
.l-d-main .c-d-mainimg a {
  display: inline-block;
  margin-top: 30px;
  position: relative;
  left: -23px;
  width: 104%;
}
.l-d-main .c-d-mainimg a:hover {
  opacity: .7;
}
.l-d-main .c-d-mainimg a img {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .l-d-main {
    background-size: 100% 100%;
    padding: 0;
  }
  .l-d-main .c-d-mainimg .main_logo{
    width: 44%;
    position: absolute;
    top: 6%;
    left: 0;
  }
  .l-d-main .c-back_top {
    display: none;
  }
  .l-d-main .c-back_top i img {
    width: 90%;
  }
  .l-d-main .c-d-mainimg {
    padding-left: 0;
  }
  .l-d-main .c-d-mainimg a {
    left: -16px;
    width: 182px;
    margin-top: 4px;
  }
}
/*------------------------------------------------- movie
*/
.l-d-movie .c-inner {
  height: 63vw;
    max-height: 715px;
}
.l-d-movie .c-d-lead {
  margin: 0;
  position: absolute;
  right: -15px;
  top: -280px;
  width: 25.69%;
  z-index: 10;
}
.l-d-movie .c-d-lead img {
  display: block;
  width: 100%;
}
.l-d-movie .c-d-movie-wrapper {
  height: 77%;
  left: 10%;
  position: absolute;
  top: 31%;
  width: 86%;
  z-index: 0;
}
.l-d-movie .c-d-movie-wrapper:after {
  background: url(../img/famitan2/famitan2_movie_bg.png) no-repeat center center;
  background-size: 100% 100%;
  content: '';
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
.l-d-movie .c-d-movie-wrapper video {
  height: 98%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 99%;
  top: 0.5%;
  left: 0%;
}
.l-d-movie .c-d-movie-wrapper.-is-show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.l-d-movie .c-d-text {
  left: 39px;
  margin: 0;
  position: absolute;
  top: 12%;
  width: 32%;
}
.l-d-movie .c-d-text img {
  display: block;
  width: 81%;
}
.l-d-movie .c-btn-play_wrap{
  display: inline-block;
  position: absolute;
  right: -4%;
  z-index: 100;
  top: 10%;
  width: 9%;
}
.l-d-movie .c-btn-play_wrap img{
  width: 100%;
}
.l-d-movie .c-btn-play_wrap:hover{
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .l-d-movie .c-d-movie-wrapper:after {
    background-size: 100% 100%;
    }
  .l-d-movie{
    margin-top: 5%;
  }
  .l-d-movie .c-inner {
    height: auto;
    padding-top: 200%;
  }
  .l-d-movie .c-d-lead {
    right: -4%;
    top: -22%;
    width: 39.6%;
  }
  .l-d-movie .c-d-movie-wrapper {
    height: auto;
    padding-top: 56.21%;
    left: -10%;
    top: 9%;
    width: 120%;
  }
  .l-d-movie .c-d-movie-wrapper:after{
    height: 100%;
    left: 0px;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .l-d-movie .c-d-movie-wrapper video{
    height: 100%;
    left: 0.5%;
    top: 0;
    width: 99%;
  }
  .l-d-movie .c-d-text {
    left: 15%;
    top: 42%;
    width: 70%;
  }
  .l-d-movie .c-d-text img{
    width: 100%;
  }
  .l-d-movie .c-btn-play_wrap{
    display: inline-block;
    position: absolute;
    left: 10%;
    z-index: 100;
    top: -16%;
    width: 13%;
  }
  .l-d-movie .c-btn-play_wrap img{
    width: 100%;
  }
}
/*------------------------------------------------- imgs
*/
.l-d-imgs {
  background: #000;
  position: relative;
  z-index: 10;
}
.l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list {
  list-style: none;
  margin: 0;
  padding: 56.32% 0 0;
  position: relative;
}
.l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li {
  height: 50%;
  overflow: hidden;
  position: absolute;
  width: 50%;
}
.l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li span img {
  -webkit-animation: CrossFade 16s 0s infinite;
          animation: CrossFade 16s 0s infinite;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(1), .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(5), .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(9), .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(13) {
  left: 0;
  top: 0;
}
.l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(2), .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(6), .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(10), .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(14)  {
  left: 50%;
  top: 0;
}
.l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(3), .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(7), .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(11), .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(15)  {
  left: 0;
  top: 50%;
}
.l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(4), .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(8), .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(12), .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(16)  {
  left: 50%;
  top: 50%;
}
.l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(1) img, .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(2) img, .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(3) img, .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(4) img {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(5) img, .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(6) img, .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(7) img, .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(8) img {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(9) img, .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(10) img, .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(11) img, .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(12) img {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(13) img, .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(14) img, .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(15) img, .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(16) img {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}

@media only screen and (max-width: 767px) {
  .l-top-bottom .c-top-bottom-special .c-top-bottom-special-body .c-top-bottom-dl-btn {
    width: 76%;
  }
  .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list {
    list-style: none;
    margin: 0;
    padding: 55.71% 0 0;
    position: relative;
  }
  .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li {
    height: 100%;
    left: 0 !important;
    top: 0 !important;
    width: 100%;
  }
  .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li span img {
    -webkit-animation: CrossFadeSp 64s 0s infinite;
            animation: CrossFadeSp 64s 0s infinite;
  }
  .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(1) img {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(2) img {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
  }
  .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(3) img {
    -webkit-animation-delay: 8s;
            animation-delay: 8s;
  }
  .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(4) img {
    -webkit-animation-delay: 12s;
            animation-delay: 12s;
  }
  .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(5) img {
    -webkit-animation-delay: 16s;
            animation-delay: 16s;
  }
  .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(6) img {
    -webkit-animation-delay: 20s;
            animation-delay: 20s;
  }
  .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(7) img {
    -webkit-animation-delay: 24s;
            animation-delay: 24s;
  }
  .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(8) img {
    -webkit-animation-delay: 28s;
            animation-delay: 28s;
  }
  .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(9) img {
    -webkit-animation-delay: 32s;
            animation-delay: 32s;
  }
  .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(10) img {
    -webkit-animation-delay: 36s;
            animation-delay: 36s;
  }
  .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(11) img {
    -webkit-animation-delay: 40s;
            animation-delay: 40s;
  }
  .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(12) img {
    -webkit-animation-delay: 44s;
            animation-delay: 44s;
  }
  .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(13) img {
    -webkit-animation-delay: 48s;
            animation-delay: 48s;
  }
  .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(14) img {
    -webkit-animation-delay: 52s;
            animation-delay: 52s;
  }
  .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(15) img {
    -webkit-animation-delay: 56s;
            animation-delay: 56s;
  }
  .l-d-imgs .c-d-imgs-wrapper .c-d-imgs-list li:nth-of-type(16) img {
    -webkit-animation-delay: 60s;
            animation-delay: 60s;
  }
  #movie-end.l-d-imgs{
    margin-top: 0%;
  }
}
/*------------------------------------------------- chara
*/
.l-d-chara {
  background: url(../img/famitan2/famitan2_char_bg.png) center 0;
  position: relative;
  z-index: 10;
}
.l-d-chara .l-d-chara__inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
.l-d-chara .l-d-chara__inner .c-chara-heading {
  margin: 0;
  position: absolute;
  right: 2%;
  top: 95px;
  width: 0%;
  max-width: 85px;
  min-width: 41px;
  padding-right: 4%;
}
.l-d-chara .l-d-chara__inner .c-chara-heading img:first-child {
  position: absolute;
  top: -60px;
  right: 0;
}
.l-d-chara .l-d-chara__inner .c-chara-heading img {
  display: block;
  width: 100%;
}
.l-d-chara .l-d-chara__inner .c-chara-item {
  position: relative;
}
.l-d-chara .l-d-chara__inner .c-chara-item .c-chara-img {
  position: absolute;
  z-index: 10;
  transform:translate3d(0,0,0); /*重なり順調整*/
}
.l-d-chara .l-d-chara__inner .c-chara-item .c-chara-img img {
  display: block;
  width: 100%;
}
/* 紹介文位置 */
.l-d-chara .l-d-chara__inner .c-chara-item .c-chara-body {
  position: absolute;
  z-index: 1;
  top: 66%;
  width: 44%;
}
.l-d-chara .l-d-chara__inner .c-chara-item.-main .c-chara-body {
  left: 39.8%;
}
.l-d-chara .l-d-chara__inner .c-chara-item.-ayu .c-chara-body {
  left: 14.5%;
}
.l-d-chara .l-d-chara__inner .c-chara-item.-soraki .c-chara-body {
  left: 39.8%;
}
.l-d-chara .l-d-chara__inner .c-chara-item.-yoko .c-chara-body {
  left: 14.5%;
}
.l-d-chara .l-d-chara__inner .c-chara-item.-hibino .c-chara-body {
  left: 39.8%;
}
.l-d-chara .l-d-chara__inner .c-chara-item.-komada .c-chara-body {
  left: 14.5%;
}
.l-d-chara .l-d-chara__inner .c-chara-item.-hayama .c-chara-body {
  left: 39.8%;
}
.l-d-chara .l-d-chara__inner .c-chara-item.-urabe .c-chara-body {
  left: 14.5%;
}
.l-d-chara .l-d-chara__inner .c-chara-item.-tazaki .c-chara-body {
  left: 39.8%;
}
.l-d-chara .l-d-chara__inner .c-chara-item.-akie .c-chara-body {
  left: 14.5%;
}
.l-d-chara .l-d-chara__inner .c-chara-item.-maruyama .c-chara-body {
  left: 39.8%;
}


.l-d-chara .l-d-chara__inner .c-chara-item .c-chara-body .c-chara-introduction {
  position: relative;
  width: 100%;
  transform:translate3d(0,0,0); /*重なり順調整*/
}
.l-d-chara .l-d-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__actor {
  position: absolute;
  background-color: #fff;
  border: 2px solid #525252;
  width: 35%;
  padding: 2% 0;
  text-align: center;
  top: -50px;
  z-index: 100;
}
.l-d-chara .l-d-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__actor span {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #000;
}
.l-d-chara .l-d-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__name {
  position: relative;
  background: rgba(0, 0, 0, .4);
  width: 47.368%;
  padding: 3.6% 0;
  text-align: center;
  z-index: 10;
  left: 30px;
}
.l-d-chara .l-d-chara__inner .c-chara-item.-hibino .c-chara-body .c-chara-introduction .c-chara-introduction__name {
  width: 50%;
  left: 20px;
}
.l-d-chara .l-d-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__name span {
  position: relative;
  font-size: 44px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
  left: 3px;
  font-feature-settings: "palt";
  left: 5px;
  top: 10px;
}
.l-d-chara .l-d-chara__inner .c-chara-item.-main .c-chara-body .c-chara-introduction .c-chara-introduction__name span {
  letter-spacing: 0.2em;
  left: 5px;
  top:0px;
}
.l-d-chara .l-d-chara__inner .c-chara-item.-hibino .c-chara-body .c-chara-introduction .c-chara-introduction__name span {
  left: 1px;
}
.l-d-chara .l-d-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__name span ruby rt {
  font-size: 14px;
}
.l-d-chara .l-d-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
  position: absolute;
  padding: 6% 4% 4.3% 7%;
  background: rgba(213, 218, 224, .75);
  top: 67%;
  width: 96%;
  height: 116%;
}
.l-d-chara .l-d-chara__inner .c-chara-item.-akie .c-chara-body .c-chara-introduction .c-chara-introduction__detail{
  height: 78%;
}
.l-d-chara .l-d-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__detail span {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #000;
}
.l-d-chara .l-d-chara__inner .c-chara-item .c-chara-body .c-chara-name img {
  display: block;
  width: 100%;
}
.l-d-chara .l-d-chara__inner .c-chara-item .c-chara-body .c-chara-voice {
  display: flex;
  bottom: 36%;
  left: 54.5%;
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0;
  position: absolute;
}
.l-d-chara .c-chara-item .c-chara-body .c-chara-voice li {
  margin-top: 10px;
  margin-right: 8px;
}
.l-d-chara .c-chara-item .c-chara-body .c-chara-voice li:last-child {
  margin-right: 0;
}
.l-d-chara .c-chara-item .c-chara-body .c-chara-voice li .c-chara-btn-voice {
  background: #000;
  border-radius: 16px;
  color: #FFF;
  display: block;
  height: 32px;
  line-height: 32px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  width: 88px;
  font-size: 16px;
}
.l-d-chara .c-chara-item .c-chara-body .c-chara-voice li .c-chara-btn-voice:before {
  border: 1px solid #FFF;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: '';
  display: block;
  height: calc(100% - 6px);
  left: 3px;
  opacity: .6;
  pointer-events: none;
  position: absolute;
  top: 3px;
  width: calc(100% - 6px);
}
.l-d-chara .c-chara-item .c-chara-body .c-chara-voice li .c-chara-btn-voice.-play {
  background: #A00;
}
.l-d-chara .c-chara-item .c-chara-body .c-chara-voice li .c-chara-btn-voice:hover {
  background: #A00;
}
.l-d-chara .c-chara-item .c-chara-movie {
  -webkit-mask-image: url(../img/famitan1/famitan1_char_movie_border.svg);
  mask-image: url(../img/famitan1/famitan1_char_movie_border.svg);
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  position: absolute;
  width: 71.07%;
  overflow: hidden;
}
.l-d-chara .c-chara-item .c-chara-movie video {
  width: 100%;
}
.l-d-chara .c-chara-item {
  padding-top: 918px;
}
/* キャラクターサイズ */
.l-d-chara .l-d-chara__inner .c-chara-item.-main .c-chara-img {
  left: 13%;
  top: -28px;
  width: 21.3%;
}
.l-d-chara .l-d-chara__inner .c-chara-item.-ayu .c-chara-img {
  right: 15.3%;
  top: 15px;
  width: 16.8%;
}
.l-d-chara .l-d-chara__inner .c-chara-item.-soraki .c-chara-img {
  left: 13%;
  top: -10px;
  width: 23%;
}
.l-d-chara .l-d-chara__inner .c-chara-item.-yoko .c-chara-img {
  right: 15.3%;
  top: 15px;
  width: 15.8%;
}
.l-d-chara .l-d-chara__inner .c-chara-item.-hibino .c-chara-img {
  left: 13%;
  top: -10px;
  width: 19.2%;
}
.l-d-chara .l-d-chara__inner .c-chara-item.-komada .c-chara-img {
  right: 15.3%;
  top: 15px;
  width: 24%;
}
.l-d-chara .l-d-chara__inner .c-chara-item.-hayama .c-chara-img {
  left: 13%;
  top: 35px;
  width: 18%;
}
.l-d-chara .l-d-chara__inner .c-chara-item.-urabe .c-chara-img {
  right: 15.3%;
  top: -20px;
  width: 20%;
}
.l-d-chara .l-d-chara__inner .c-chara-item.-tazaki .c-chara-img {
  left: 13%;
  top: 35px;
  width: 20%;
}
.l-d-chara .l-d-chara__inner .c-chara-item.-akie .c-chara-img {
  right: 15.3%;
  top: 38px;
  width: 16.5%;
}
.l-d-chara .l-d-chara__inner .c-chara-item.-maruyama .c-chara-img {
  left: 13%;
  top: -25px;
  width: 21.6%;
}
/* 動画位置 */
.l-d-chara .c-chara-item.-main .c-chara-movie {
  right: 10%;
  top: 72px;
}
.l-d-chara .c-chara-item.-ayu .c-chara-movie {
  right: 23.5%;
  top: 70px;
}
.l-d-chara .c-chara-item.-soraki .c-chara-movie {
  right: 10%;
  top: 72px;
}
.l-d-chara .c-chara-item.-yoko .c-chara-movie {
  right: 23.5%;
  top: 70px;
}
.l-d-chara .c-chara-item.-hibino .c-chara-movie {
  right: 10%;
  top: 72px;
}
.l-d-chara .c-chara-item.-komada .c-chara-movie {
  right: 23.5%;
  top: 70px;
}
.l-d-chara .c-chara-item.-hayama .c-chara-movie {
  right: 10%;
  top: 72px;
}
.l-d-chara .c-chara-item.-urabe .c-chara-movie {
  right: 23.5%;
  top: 70px;
}
.l-d-chara .c-chara-item.-tazaki .c-chara-movie {
  right: 10%;
  top: 72px;
}
.l-d-chara .c-chara-item.-akie .c-chara-movie {
  right: 23.5%;
  top: 70px;
}
.l-d-chara .c-chara-item.-maruyama .c-chara-movie {
  right: 10%;
  top: 72px;
}

.l-d-chara .c-chara-item.-ayumi {
  padding-top: 697px;
}
.l-d-chara .c-chara-item.-ayumi .c-chara-img {
  bottom: 1px;
  left: 21%;
  width: 33.76%;
}
.l-d-chara .c-chara-item.-ayumi .c-chara-body {
  bottom: 141px;
  left: 12%;
  width: 11.95%;
  z-index: 10;
}
.l-d-chara .c-chara-item.-ayumi .c-chara-body .c-chara-voice {
  left: -42px;
  margin: 0;
}
.l-d-chara .c-chara-item.-ayumi .c-chara-movie {
  bottom: 100px;
  left: 34%;
  -webkit-mask-size: 91% 100%;
  mask-size: 91% 100%;
}
.l-d-chara .c-chara-item.-ayumi .c-chara-movie video{
  width: 100%;
}

@media only screen and (max-width: 1279px) {
  .l-d-chara .l-d-chara__inner .c-chara-item {
    padding-top: 72%;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__actor span {
    font-size: 1.6vw;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__name span {
    font-size: 3.6vw;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__detail span {
    font-size: 1.4vw;
  }
  .l-d-chara .c-chara-item .c-chara-body .c-chara-voice li .c-chara-btn-voice {
    font-size: 1.3vw;
    width: 6.8vw;
    min-width: 66px;
  }
  /* キャラクターサイズ */
  .l-d-chara .l-d-chara__inner .c-chara-item.-main .c-chara-img {
    width: 21%;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-komada .c-chara-img {
    right: 13%;
    width: 22%;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-akie .c-chara-img {
    right: 12.8%;
  }
}
@media only screen and (max-width: 767px) {
  .l-d-chara .l-d-chara__inner {
    max-width: inherit;
  }
  .l-d-chara .l-d-chara__inner .c-chara-heading {
    right: 26px;
    padding-right: 10%;
    min-width: 100px;
    top: 40px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-heading img:first-child {
    width: 33.3%;
    top: -27px;
    right: 0;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item {
    position: relative;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-main {
    padding-top: 790px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item .c-chara-img {
    position: absolute;
    z-index: 10;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item .c-chara-img img {
    display: block;
    width: 100%;
  }
  /* 紹介文位置 */
  .l-d-chara .l-d-chara__inner .c-chara-item .c-chara-body {
    position: absolute;
    z-index: 999;
    width: inherit;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-main .c-chara-body {
    left: 23.8%;
    top: 42px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-ayu .c-chara-body,
  .l-d-chara .l-d-chara__inner .c-chara-item.-yoko .c-chara-body,
  .l-d-chara .l-d-chara__inner .c-chara-item.-komada .c-chara-body,
  .l-d-chara .l-d-chara__inner .c-chara-item.-urabe .c-chara-body,
  .l-d-chara .l-d-chara__inner .c-chara-item.-akie .c-chara-body {
    left: calc(50% + 2px);
    top: 61px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-soraki .c-chara-body,
  .l-d-chara .l-d-chara__inner .c-chara-item.-hibino .c-chara-body,
  .l-d-chara .l-d-chara__inner .c-chara-item.-hayama .c-chara-body,
  .l-d-chara .l-d-chara__inner .c-chara-item.-tazaki .c-chara-body,
  .l-d-chara .l-d-chara__inner .c-chara-item.-maruyama .c-chara-body {
    left: 21.8%;
    top: 42px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item .c-chara-body .c-chara-introduction {
    position: relative;
    width: 100%;
    height: 280px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__actor {
    position: absolute;
    background-color: #fff;
    border: 2px solid #525252;
    width: 35px;
    padding: 14px 0 11px;
    text-align: center;
    top: -35px;
    left: 0;
    z-index: 100;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__actor {
    left: -10px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-main .c-chara-body .c-chara-introduction .c-chara-introduction__actor {
    height: 140px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-yoko .c-chara-body .c-chara-introduction .c-chara-introduction__actor,
  .l-d-chara .l-d-chara__inner .c-chara-item.-hibino .c-chara-body .c-chara-introduction .c-chara-introduction__actor,
  .l-d-chara .l-d-chara__inner .c-chara-item.-akie .c-chara-body .c-chara-introduction .c-chara-introduction__actor {
    padding: 6px 0 2px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__actor span {
    font-size: 15px;
    color: #000;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
            line-height: 0;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__actor i {
    display: inline-block;
    height: 6px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-hibino .c-chara-body .c-chara-introduction .c-chara-introduction__actor{
    top: -55px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__name {
    width: 63px;
    padding: 5px 0 15px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-main .c-chara-body .c-chara-introduction .c-chara-introduction__name {
    padding: 30px 0;
    left: 23px;
    height: 113px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-ayu .c-chara-body .c-chara-introduction .c-chara-introduction__name,
  .l-d-chara .l-d-chara__inner .c-chara-item.-yoko .c-chara-body .c-chara-introduction .c-chara-introduction__name,
  .l-d-chara .l-d-chara__inner .c-chara-item.-komada .c-chara-body .c-chara-introduction .c-chara-introduction__name,
  .l-d-chara .l-d-chara__inner .c-chara-item.-urabe .c-chara-body .c-chara-introduction .c-chara-introduction__name,
  .l-d-chara .l-d-chara__inner .c-chara-item.-akie .c-chara-body .c-chara-introduction .c-chara-introduction__name {
    left: 16px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-ayu .c-chara-body .c-chara-introduction .c-chara-introduction__name{
    top:1px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-yoko .c-chara-body .c-chara-introduction .c-chara-introduction__name{
    padding: 10px 0 22px;
    top: 6px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-soraki .c-chara-body .c-chara-introduction .c-chara-introduction__name{
    padding: 20px 0 17px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-ayu .c-chara-body .c-chara-introduction .c-chara-introduction__name span,
  .l-d-chara .l-d-chara__inner .c-chara-item.-yoko .c-chara-body .c-chara-introduction .c-chara-introduction__name span,
  .l-d-chara .l-d-chara__inner .c-chara-item.-komada .c-chara-body .c-chara-introduction .c-chara-introduction__name span,
  .l-d-chara .l-d-chara__inner .c-chara-item.-urabe .c-chara-body .c-chara-introduction .c-chara-introduction__name span,
  .l-d-chara .l-d-chara__inner .c-chara-item.-akie .c-chara-body .c-chara-introduction .c-chara-introduction__name span,
  .l-d-chara .l-d-chara__inner .c-chara-item.-maruyama .c-chara-body .c-chara-introduction .c-chara-introduction__name span  {
    left: 5px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-hibino .c-chara-body .c-chara-introduction .c-chara-introduction__name  {
    padding: 9px 0 21px !important;
    top: -24px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-komada .c-chara-body .c-chara-introduction .c-chara-introduction__name  {
    padding: 9px 0 21px !important;
    top: 8px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-hayama .c-chara-body .c-chara-introduction .c-chara-introduction__name  {
    padding: 9px 0 21px !important;
    top: 8px;
    left:3px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-hayama .c-chara-body .c-chara-introduction .c-chara-introduction__name span{
    left:3px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-urabe .c-chara-body .c-chara-introduction .c-chara-introduction__name,
  .l-d-chara .l-d-chara__inner .c-chara-item.-tazaki .c-chara-body .c-chara-introduction .c-chara-introduction__name,
  .l-d-chara .l-d-chara__inner .c-chara-item.-akie .c-chara-body .c-chara-introduction .c-chara-introduction__name,
  .l-d-chara .l-d-chara__inner .c-chara-item.-maruyama .c-chara-body .c-chara-introduction .c-chara-introduction__name {
    padding: 9px 0 21px !important;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-soraki .c-chara-body .c-chara-introduction .c-chara-introduction__name,
  .l-d-chara .l-d-chara__inner .c-chara-item.-hayama .c-chara-body .c-chara-introduction .c-chara-introduction__name,
  .l-d-chara .l-d-chara__inner .c-chara-item.-tazaki .c-chara-body .c-chara-introduction .c-chara-introduction__name,
  .l-d-chara .l-d-chara__inner .c-chara-item.-maruyama .c-chara-body .c-chara-introduction .c-chara-introduction__name {
    left: 20px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-hibino .c-chara-body .c-chara-introduction .c-chara-introduction__name {
    left: 20px;
    width: 63px;
    padding: 8px 0 1px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__name span {
    font-size: 30px;
    letter-spacing: 0.2em;
    color: #fff;
    left: 0;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-main .c-chara-body .c-chara-introduction .c-chara-introduction__name span {
    left: 0;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-soraki .c-chara-body .c-chara-introduction .c-chara-introduction__name span {
    left: 3px;
    top: 0;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__name span {
    letter-spacing: 0.08em;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__name span ruby rt {
    font-size: 10px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
    position: absolute;
    padding: 26px 16px 10px 17px;
    top: 142px;
    right: -6px;
    width: 89%;
    height: 103%;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-tazaki .c-chara-body .c-chara-introduction .c-chara-introduction__name{
    top:10px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-akie .c-chara-body .c-chara-introduction .c-chara-introduction__name{
    top:10px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-maruyama .c-chara-body .c-chara-introduction .c-chara-introduction__name{
    top:5px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-main .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
    top: 147px;
    right: -10px;
    width: 66%;
    height: 112%;
    padding: 25px 14px 5px 19px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-ayu .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
    width: 70%;
    height: 99%;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-soraki .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
    width: 92%;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-yoko .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
    width: 65%;
    height: 105%;
    padding-right: 24px;
    padding-left: 13px;
    right: -20px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-hibino .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
    width: 82%;
    padding-left: 15px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-komada .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
    height: 100%;
    right: -20px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-urabe .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
    height: 95%;
    right: -20px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-hayama .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
    height: 113%;
    padding-right: 11px;
    padding-left: 14px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-tazaki .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
    height: 112%;
    width: 97%;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-akie .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
    width: 55%;
    height: 107%;
    right: -5px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-maruyama .c-chara-body .c-chara-introduction .c-chara-introduction__detail {
    height: 113%;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__detail span {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.61;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
            white-space: nowrap;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__detail span {
    left: -3px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-ayu .c-chara-body .c-chara-introduction .c-chara-introduction__detail span {
    left: -1px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-yoko .c-chara-body .c-chara-introduction .c-chara-introduction__detail span,
  .l-d-chara .l-d-chara__inner .c-chara-item.-hibino .c-chara-body .c-chara-introduction .c-chara-introduction__detail span {
    left: 4px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-hayama .c-chara-body .c-chara-introduction .c-chara-introduction__detail span {
    left: 5px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item .c-chara-body .c-chara-introduction .c-chara-introduction__detail span ruby rt {
    font-size: 10px;
    transform: scale(0.8);
  }
  .l-d-chara .l-d-chara__inner .c-chara-item .c-chara-body .c-chara-name img {
    display: block;
    width: 100%;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item .c-chara-body .c-chara-voice {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-main .c-chara-body .c-chara-voice {
    top: 245px;
    left: -40px;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-soraki .c-chara-body .c-chara-voice {
    top: 220px;
    left: calc(50% - 92px);
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-maruyama .c-chara-body .c-chara-voice {
    top: 246px;
    left: calc(50% - 90px);
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-tazaki .c-chara-body .c-chara-voice {
    top: 245px;
    left: calc(50% - 95px);
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-hayama .c-chara-body .c-chara-voice {
    top: 247px;
    left: calc(50% - 82px);
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-hibino .c-chara-body .c-chara-voice {
    top: 220px;
    left: calc(50% - 84px);
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-ayu .c-chara-body .c-chara-voice {
    top: 209px;
    left: calc(66% + 40px);
    bottom: inherit;
    right: inherit;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-yoko .c-chara-body .c-chara-voice {
    top: 225px;
    left: calc(86% + 41px);
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-akie .c-chara-body .c-chara-voice {
    top: 230px;
    left: calc(86% + 25px);
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-urabe .c-chara-body .c-chara-voice {
    top: 199px;
    left: calc(86% + 41px);
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-komada .c-chara-body .c-chara-voice {
    top: 211px;
    left: calc(86% + 41px);
  }
  .l-d-chara .c-chara-item .c-chara-body .c-chara-voice li {
    margin-top: 10px;
    margin-right: 0;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .l-d-chara .c-chara-item .c-chara-body .c-chara-voice li:last-child {
    margin-right: 0;
  }
  .l-d-chara .c-chara-item .c-chara-body .c-chara-voice li .c-chara-btn-voice {
    width: 27px;
    height: 80px;
    line-height: 28px;
    font-size: 15px;
    min-width: inherit;
  }
  .l-d-chara .c-chara-item .c-chara-body .c-chara-voice li .c-chara-btn-voice:before {
    border: 1px solid #FFF;
    border-radius: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: '';
    display: block;
    height: calc(100% - 6px);
    left: 3px;
    opacity: .6;
    pointer-events: none;
    position: absolute;
    top: 3px;
    width: calc(100% - 6px);
  }
  .l-d-chara .c-chara-item .c-chara-body .c-chara-voice li .c-chara-btn-voice.-play {
    background: #A00;
  }
  .l-d-chara .c-chara-item .c-chara-body .c-chara-voice li .c-chara-btn-voice:hover {
    background: #A00;
  }
  .l-d-chara .c-chara-item .c-chara-movie {
    -webkit-mask-image: url(../img/famitan1/famitan1_char_movie_border.svg);
    mask-image: url(../img/famitan1/famitan1_char_movie_border.svg);
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    position: absolute;
    width: 118%;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item .c-chara-movie video {
    width: 100%;
  }
  /* キャラクターサイズ */
  .l-d-chara .l-d-chara__inner .c-chara-item.-main .c-chara-img {
    left: 50%;
    margin-left: -36px;
    top: 11px;
    width: 42%;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-ayu .c-chara-img {
    right: 50%;
    margin-right: 11px;
    top: 30px;
    width: 33.4%;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-soraki .c-chara-img {
    left: 50%;
    margin-left: -30px;
    top: 8px;
    width: 48%;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-yoko .c-chara-img {
    right: 50%;
    margin-right: 14px;
    top: 23px;
    width: 32%;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-hibino .c-chara-img {
    left: 50%;
    margin-left: -26px;
    top: 18px;
    width: 38.4%;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-komada .c-chara-img {
    right: 50%;
    margin-right: -13px;
    top: 37px;
    width: 45.4%;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-hayama .c-chara-img {
    left: 50%;
    margin-left: -24px;
    top: 56px;
    width: 36%;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-urabe .c-chara-img {
    right: 50%;
    margin-right: -9px;
    top: 7px;
    width: 40%;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-tazaki .c-chara-img {
    left: 50%;
    margin-left: -24px;
    top: 55px;
    width: 40%;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-akie .c-chara-img {
    right: 50%;
    margin-right: 16px;
    top: 33px;
    width: 32.4%;
  }
  .l-d-chara .l-d-chara__inner .c-chara-item.-maruyama .c-chara-img {
    left: 50%;
    margin-left: -31px;
    top: 23px;
    width: 41.4%;
  }
  .l-d-chara .c-chara-item.-main .c-chara-movie,
  .l-d-chara .c-chara-item.-ayu .c-chara-movie,
  .l-d-chara .c-chara-item.-soraki .c-chara-movie,
  .l-d-chara .c-chara-item.-yoko .c-chara-movie,
  .l-d-chara .c-chara-item.-hibino .c-chara-movie,
  .l-d-chara .c-chara-item.-komada .c-chara-movie,
  .l-d-chara .c-chara-item.-hayama .c-chara-movie,
  .l-d-chara .c-chara-item.-urabe .c-chara-movie,
  .l-d-chara .c-chara-item.-tazaki .c-chara-movie,
  .l-d-chara .c-chara-item.-akie .c-chara-movie,
  .l-d-chara .c-chara-item.-maruyama .c-chara-movie {
    left: 50%;
    transform: translateX(-50%);
    top: 525px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width:767px) {
  _::-webkit-full-page-media, _:future, :root
  .l-d-chara .l-d-chara__inner .c-chara-item.-main .c-chara-body .c-chara-voice {
    left: -15px;
  }
  _::-webkit-full-page-media, _:future, :root
  .l-d-chara .l-d-chara__inner .c-chara-item.-soraki .c-chara-body .c-chara-voice,
  .l-d-chara .l-d-chara__inner .c-chara-item.-maruyama .c-chara-body .c-chara-voice {
    left: calc(50% - 64px) !important;
  }
  _::-webkit-full-page-media, _:future, :root
  .l-d-chara .l-d-chara__inner .c-chara-item.-tazaki .c-chara-body .c-chara-voice {
    left: calc(50% - 68px) !important;
  }
  _::-webkit-full-page-media, _:future, :root
  .l-d-chara .l-d-chara__inner .c-chara-item.-hibino .c-chara-body .c-chara-voice,
  .l-d-chara .l-d-chara__inner .c-chara-item.-hayama .c-chara-body .c-chara-voice {
    left: calc(50% - 56px) !important;
  }
  _::-webkit-full-page-media, _:future, :root
  .l-d-chara .l-d-chara__inner .c-chara-item.-ayu .c-chara-body .c-chara-voice {
    left: calc(86% + 55px) !important;
  }
  _::-webkit-full-page-media, _:future, :root
  .l-d-chara .l-d-chara__inner .c-chara-item.-yoko .c-chara-body .c-chara-voice {
    left: calc(86% + 70px);
  }
  _::-webkit-full-page-media, _:future, :root
  .l-d-chara .l-d-chara__inner .c-chara-item.-akie .c-chara-body .c-chara-voice {
    left: calc(86% + 53px) !important;
  }
  _::-webkit-full-page-media, _:future, :root
  .l-d-chara .l-d-chara__inner .c-chara-item.-komada .c-chara-body .c-chara-voice,
  .l-d-chara .l-d-chara__inner .c-chara-item.-urabe .c-chara-body .c-chara-voice {
    left: calc(86% + 67px) !important;
  }
}


/*------------------------------------------------- slider
*/
.l-d-chara .swiper-container.slider .swiper-button-prev::after,
.l-d-chara .swiper-container.slider .swiper-button-next::after {
  content: '';
}
.l-d-chara .swiper-container.slider .swiper-button-prev {
  background-image: url(../img/famitan2/slider_arw-prev.png),url(../img/famitan2/slider_arw-prev-hover.png);
}
.l-d-chara .swiper-container.slider .swiper-button-next {
  background-image: url(../img/famitan2/slider_arw-next.png),url(../img/famitan2/slider_arw-next-hover.png);
}
.l-d-chara .swiper-container.slider .swiper-button-prev:hover {
  background-image: url(../img/famitan2/slider_arw-prev-hover.png);
  transition: all .2s linear;
}
.l-d-chara .swiper-container.slider .swiper-button-next:hover {
  background-image: url(../img/famitan2/slider_arw-next-hover.png);
  transition: all .2s linear;
}
.l-d-chara .swiper-pagebtn .swiper-button-prev {
  background-image: url(../img/famitan2/thumb_arw-prev.png),url(../img/famitan2/thumb_arw-prev-hover.png);
}
.l-d-chara .swiper-pagebtn .swiper-button-next {
  background-image: url(../img/famitan2/thumb_arw-next.png),url(../img/famitan2/thumb_arw-next-hover.png);
}
.l-d-chara .swiper-pagebtn .swiper-button-prev:hover {
  background-image: url(../img/famitan2/thumb_arw-prev-hover.png);
  transition: all .2s linear;
}
.l-d-chara .swiper-pagebtn .swiper-button-next:hover {
  background-image: url(../img/famitan2/thumb_arw-next-hover.png);
  transition: all .2s linear;
}





.soft-products__sectionInner {
  padding: 35px 0 0px !important;
}


.-is-top .main_logo img {
  opacity: 0;
  transform: scale3d(1.1, 1.1, 1.1);
  transition: all 3.2s cubic-bezier(.215, .61, .355, 1);
  margin-bottom: 16px;
  max-width: 720px;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
.-is-top .main_logo.show img {
  opacity: 1;
  transform: scaleX(1);
  visibility: visible;
}




.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  left: 30px !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  right: 30px !important;
}


#section02 p.cation{
  font-size: 0.8em;
  line-height: 1.6em;
}