@charset "utf-8";

.mbYTP_wrapper {
  pointer-events: none;
}

.top {
}

.mainLogo {
  filter: drop-shadow(0 0 5px #000);
}

.mainDate {
  font-size: 62px;
  font-weight: 700;
  color: #fff;
  /*background: -webkit-linear-gradient(#900, #700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 10px #000);*/
  /*filter: drop-shadow(0 0 10px #000);*/
}

.mainTitles .logos {
  filter: drop-shadow(0 0 10px #000);
}


.bnr-top {
  position: absolute;
  left: 20px;
  top: 80px;
  z-index: 2;
  width: 320px;
  transition: opacity .3s;
}

.bnr-top a {
  display: block;
  color: #000;
  position: relative;
  line-height: 1;
}

.bnr-top a img {
  width: 100%;
}

.bnr-top1 {
  top: 80px;
  left: 20px;
}
.bnr-top2 {
  left: 20px;
  top: 480px;
}

.bnr-top3 {
  left: 20px;
  top: 280px;
}

.bnr-top4 {
  left: 20px;
  top: 180px;
}

.bnr-top5 {
  left: 20px;
  top: 380px;
}

/*.bnr-top2 a,.bnr-top3 a {
  background: none;
  line-height: 1;
  font-size: auto;
}*/


.bnr-top.new a:before {
  content: 'NEW';
  color: #333;
  padding: 2px 6px;
  background: #fe0;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
  background-size: 100%;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  z-index: 50;
  margin-right: -10px;
  top: -6px;
  line-height: 1.2;
  text-shadow: none;
  position: absolute;
  right: 0;
}



/* news */
.newsInner {
  display: flex;
 /* height: 266px;*/
  margin: -100px 0 0;
}
.newsInner a {
  display: block;
  height: 365px;
  background: rgba(0,0,0,0.6);
  border-bottom: #e64600 solid 6px;
  box-sizing: border-box;
  text-align: left;
  color: #fff;
  box-shadow: 0 0 10px #000;
}

.newsInner .slick-slide {
  padding-right: 20px;
  height: 100%;
}

.newsInner a article {
  width: 360px;
}

.newsInner a article .newsImg {
  max-width: 360px;
  min-height: 190px;
  overflow: hidden;
  background: #fff;
  position: relative;
}


.newsInner a article.new .newsText .date:after {
  content: 'NEW';
  color: #333;
  padding: 2px 6px;
  background: #fe0;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
  background-size: 100%;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 50;
  margin-left: 10px;
  top: -1px;
  line-height: 1.2;
  text-shadow: none;
}

.newsInner a article .newsImg img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.news-inner a article .newsText {
  width: 200px;
  padding-left: 10px;
}

.news-inner a article {
  display: flex;
  padding: 10px;
  position: relative;
  transition: all 0.3s ease-out;
  margin: 10px;
}


.newsText {
  padding: 10px;
  line-height: 26px;
}

.newsText h4 {
  border-bottom: 1px solid #c00;
  font-size: 20px;
  padding-bottom: 6px;
  line-height: 1.2;
}

.newsText .date {
  font-size: 14px;
  font-weight: bold;
}

.newsText .text {
  font-size: 16px;
  padding-top: 5px;
  line-height: 1.2;
}




/* media */
.mediaTop {
  margin: 100px 0 120px 0;
}





.topNewStagesText {
  width: 400px;
  background: rgba(0,0,0,0.6);
  position: absolute;
  left: 30px;
  top: 60px;
  padding: 30px 50px;
}

.topNewStagesText p,.topNewSystemText p {
  text-align: left;
  line-height: 1.6;
  margin-bottom: 20px;
}


.topNewSystemText h2, .topNewStagesText h2 {
  font-size: 70px;
  font-weight: 700;
  font-style: italic;
  line-height: 90px;
  height: 90px;
  margin-bottom: 20px;
  position: relative;
  text-shadow: 0 0 10px #000,0 0 10px #000,0 0 10px #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.topNewSystemText h2:before, .topNewStagesText h2:before {
  display:block;
  content:attr(title);
  position: absolute;
  background: #fff;
  background: linear-gradient(to top,#666, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  left: 0;
  right: 0;
  margin: auto;
}


.topNewSystemText h2:after, .topNewStagesText h2:after {
  content: "";
  display: block;
  height: 6px;
  background: linear-gradient(to right, rgba(230,70,0,0), rgba(230,70,0,1) 50%, rgba(230,70,0,0));
  position: relative;
}


.btn-order-top {
  width: 300px;
  height: 60px;
  position: relative;
  line-height: 60px;
  font-size: 20px;
  z-index: 10;
  margin-top: 0;
  background: #e64600;
}

.btn-order-top a {
  overflow: hidden;
  position: relative;
  display: block;
  font-weight: bold;
}


.btn-order-top:before {
  border-width: 10px;
}


.btn-order-top:after {
  content: "";
  position: absolute;
  border: #e64600 solid 8px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  border-radius: 100px;
  animation: hvr-ripple-in 1s ease infinite running;
  pointer-events: none;
}


.topBannerArea {
  /*background: rgba(200,60,0,0.3);*/
  padding: 20px 0;
  margin: 60px auto 0;
  display: flex;
  width: 1000px;
  justify-content: space-between;
}

.topBannerArea .new a:before {
  content: 'NEW';
  color: #333;
  padding: 2px 6px;
  background: #fe0;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
  background-size: 100%;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  z-index: 50;
  margin-right: -10px;
  top: -6px;
  line-height: 1.2;
  text-shadow: none;
  position: absolute;
  left: 0;
}

.linkBtn a {
  color: #fff;
  width: 240px;
  line-height: 30px;
  background: #e64600;
  border-radius: 20px;
  transition: all .3s;
  position: relative;
}


@keyframes hvr-ripple-in {

  90% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
  }

  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
  }
}



/*=======================================
PC
=======================================*/


@media screen and (min-width: 961px){

  .linkBtn a:hover {
    background: #fff;
    color: #e64600;
  }

  .bnr-top:hover {
    opacity: 0.6;
  }

/*  .bnr-top2:hover {
    left: -10px;
  }

  .bnr-top2 {
    transition: all .3s;
    animation: slidein .6s ease;
  }

  @keyframes slidein {
    0% {left: -130px;}
    100% {left: -50px;}
  }*/

  .btn-order-top:hover:after {
    display: none;
  }

  .mainimg {
    width: 100%;
    height: 940px;
    background: #000;
    z-index: 2;
    position: relative;
  }

  .news {
    display: block;
    position: relative;
    z-index: 3;
    padding: 0 60px;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 40%,rgba(0,0,0,1) 60%,rgba(0,0,0,0) 100%);
  }

  .mainKasumi {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    filter: drop-shadow(0 0 20px #000);
    pointer-events: none;
  }
  .catch {
    top: 260px;
    position: absolute;
    margin: auto;
    right: 30px;
    z-index: 1;
    filter: drop-shadow(0 0 20px #000);
    width: 26vw;
  }


  .mainTitles {
    position: absolute;
    top: 560px;
    margin: 0 auto;
    left: 0;
    right: 0;
    filter: drop-shadow(0 0 20px #000);
    /*pointer-events: none;*/
    width: 700px;
  }

  .mainTitles .logos {
    width: 300px;
    margin-top: 0;
  }
  .mainTitles .logos div {
    height: 60px;
  }
  .mainTitles .logos div.logos-logo01 {
    height: 40px;
    margin-top: 10px;
    margin-right: -10px;
  }
  .mainTitles .logos div.logos-logo02 {
    height: 50px;
    margin-top: 5px;
  }
  .mainLogo {
  }

  .mainLogo img {
    width: 100%;
    margin-left: 10px;
  }



  .newsInner .slick-slide {
    padding-right: 20px;
  }
  .newsInner a img {
    transition: transform .8s;
  }

  .newsInner a:hover {
    opacity: 0.8;
  }

  .newsInner a:hover img {
    transform: scale(1.05);
  }


  .newsInner a article .newsImg img.newsImgAdjust {
    height: 100%;
    width: auto;
  }

  .top .mainVideo {
  }

  .mediaTop .slick-slide{
    padding: 0 20px;

  }

  .top .charaBtn {
    margin-top: 100px;
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 36px;
    font-weight: 700;
    text-align: left;
  }

  .top .charaBtn a span.btn-arrow {
    right: 15%;
  }

  .top .charaBtn:hover a span.btn-arrow {
    right: 10%;
  }

  .topNewSystem {
  }

  .topNewSystemInner {
    position: relative;
  }

  .topNewSystemImg {
    transform: skewY(-8deg);
    overflow: hidden;
    height: 500px;
    overflow: hidden;
    margin-top: -100px;
    padding-bottom: 100px;
  }

  .topNewSystemImg img {
    transform: skewY(8deg);
    position: relative;
    width: 100%;
    margin-top: -10vw;
    position: relative;
  }

  .topNewSystemText {
    width: 500px;
    background: rgba(0,0,0,0.6);
    position: absolute;
    right: 30px;
    top: 60px;
    padding: 30px 50px;
  }


  .topNewStages {
  }

  .topNewStages {
    position: relative;
  }

  .topNewStagesImg {
    transform: skewY(8deg);
    overflow: hidden;
    height: 500px;
    overflow: hidden;
    margin-bottom: 100px;
    margin-top: 100px;
    padding-bottom: 100px;
  }

  .topNewStagesImg img {
    transform: skewY(-8deg);
    position: relative;
    width: 100%;
    margin-top: -10vw;
    position: relative;
  }

  .topNewStagesText {
    width: 400px;
    background: rgba(0,0,0,0.6);
    position: absolute;
    left: 30px;
    top: 60px;
    padding: 30px 50px;
  }

  .topNewStagesText p,.topNewSystemText p {
    text-align: left;
    line-height: 1.6;
    margin-bottom: 20px;
  }


  .topNewSystemText h2, .topNewStagesText h2 {
    font-size: 70px;
    font-weight: 700;
    font-style: italic;
    line-height: 90px;
    height: 90px;
    margin-bottom: 20px;
    position: relative;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 10px #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
 }

  .topNewSystemText h2:before, .topNewStagesText h2:before {
    display:block;
    content:attr(title);
    position: absolute;
    background: #fff;
    background: linear-gradient(to top,#666, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
    left: 0;
    right: 0;
    margin: auto;
  }


  .topNewSystemText h2:after, .topNewStagesText h2:after {
    content: "";
    display: block;
    height: 6px;
    background: linear-gradient(to right, rgba(230,70,0,0), rgba(230,70,0,1) 50%, rgba(230,70,0,0));
    position: relative;
  }

  .mediaTop .mainVideo span {
    font-size: 30px;
  }


}


/*=======================================
SP
=======================================*/

@media screen and (max-width: 960px){


.bnr-top-sp {
  background: #000;
  display: flex;
  justify-content: space-between;
  padding: 4% 4% 0;
}

.bnr-top {
  position: relative;
  width: 340px;
  height: 80px;
  background: #000;
  height: auto;
  top: auto;
  left: auto;
  right: auto;
  width: 90%;
  text-align: center;
  margin: 0 auto 10px;
}

.bnr-top a {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}


  main {
    background: url(../images/common/bg002.jpg);
    background-size: 100%;
  }

  .mainimg {
    position: relative;
    height: 100vw;
  }

  .mainBGwrapper {
    height: 100vw;
  }

  .btn-order-top {
    color: #fff;
    margin: 0 auto 20px;
    height: 30px;
    width: 60%;
  }

  .btn-order-top a {
    color: #fff;
    line-height: 30px;
    font-size: 14px;
  }

  .mainKasumi {
    width: 100%;
  }

  .mainLogo {
  }

  .mainTitles {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
  }

  .mainLogo img {
    width: 90%;
    padding-left: 2%;
  }

  .mainDate {
    font-size: 30px;
    filter: drop-shadow(0 0 5px #000);
  }

  .mainTitles .logos div {
    height: 8vw;
    max-height: 80px;
  }

  .mainTitles .logos {
    width: 50%;
  }

  .news {
    padding: 40px 20px 0 40px;
    background: -webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0));
    /*background:linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));*/
  }

  .newsInner {
    margin-top: 0;
  }

  .newsInner a {
    height: auto;
  }

  .newsInner a article {
    width: auto;
  }

  .newsInner a article .newsImg {
    max-width: initial;
    min-height: 70px;
  }

  .newsInner a article .newsImg img {
    position: relative;
  }

  .newsText {
    padding: 0;
    min-height: 160px;
  }

  .newsText h4 {
    font-size: 14px;
  }

  .newsText .text {
    font-size: 12px;
    line-height: 1.4;
    padding-bottom: 10px;
  }


  /* media */
  .mediaTop {
    margin-bottom: 0;
    margin-top: 50px;
  }

  /* character */
  .top .characterContent {
    background: none;
  }
  .top .characterArea {
    min-height: initial;
  }
  .top .charaImg {
    min-height: initial;
  }
  .top .charaImg img {
    top: 10px;
    padding-bottom: 30vw;
  }
  .top .diego .charaImg img {
    width: 96%;
    left: -3%;
    -webkit-mask-image: linear-gradient(to top, transparent 25%, black 75%);
    mask-image: linear-gradient(to top, transparent 25%, black 75%);
  }
  .top .charaData {
    bottom: 3%;
  }

  .top .charaBtn {
    width: 90%;
    margin-top: 0;
  }

  .topNewSystem, .topNewStages {
    overflow: visible;
    height: auto;
    margin-top: 80px;
    margin-bottom: 0;
    padding-bottom: 0;
    transform: none;
  }
  .topNewStages {
    margin-bottom: 80px;
  }

  .topNewSystemImg, .topNewStagesImg {
    transform: none;
  }

  .topNewSystemImg img, .topNewStagesImg img {
    margin-top: 0;
    transform: none;
    width: 100%;
  }

  .topNewSystemText, .topNewStagesText {
    width: 90%;
    font-size: 12px;
    right: 0;
    top: 0;
    left: 0;
    position: static;
    padding: 0;
    background: none;
    margin: 0 auto 40px;
  }


  .topNewSystemText h2, .topNewStagesText h2 {
    font-size: 32px;
    height: 40px;
    line-height: 40px;
  }


  .topNewStagesText p, .topNewSystemText p {
    font-size: 12px;
  }


  .topBannerArea {
    width: 90%;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
  }

  .linkBtn {
    width: 48%;
  }

  .topBannerArea .linkBtn:nth-child(1),.topBannerArea .linkBtn:nth-child(2) {
    margin-bottom: 20px;
  }

  .linkBtn a {
    width: 100%;
    font-size: 12px;
  }

}

@media screen and (max-width: 360px){
  .mainVideo span {
    font-size: 20px;
  }
}