@charset "UTF-8";
/**
 *
 * index: トップページ
 *
*/
/*----------------------------
	ツール
-----------------------------*/
.calendar iframe {
  width: 100%;
  aspect-ratio: 3/2;
}

@media all and (min-width: 768px) {
  .calendar iframe {
    aspect-ratio: 3/4;
  }
}
@-webkit-keyframes mvbg_circle-r {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes mvbg_circle-r {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes mvbg_flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes mvbg_flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.6;
  }
}
/*----------------------------
	Keyvisual
-----------------------------*/
#Keyvisual {
  width: 100vw;
  height: 47.8125vw;
  position: relative;
  padding: 0;
  overflow: hidden;
}
#Keyvisual .mv_obj {
  position: absolute;
  z-index: 3;
}
#Keyvisual h1 {
  width: 12.2916666667%;
  top: 1.9607843137%;
  left: 2.65625%;
}
#Keyvisual #MvBg {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
#Keyvisual #MvBg .mvbg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
#Keyvisual #MvBgObj1 {
  width: 27.8645833333%;
  top: 76.0348583878%;
  left: 72.1354166667%;
  opacity: 0.6;
  -webkit-animation: mvbg_flash 0.8s infinite alternate ease-in-out;
          animation: mvbg_flash 0.8s infinite alternate ease-in-out;
}
#Keyvisual #MvBgObj2 {
  width: 65.15625%;
  top: 3.7037037037%;
  left: 17.5520833333%;
  opacity: 0.6;
  -webkit-animation: mvbg_flash 0.8s infinite alternate ease-in-out;
          animation: mvbg_flash 0.8s infinite alternate ease-in-out;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#Keyvisual #MvBgCircle1 {
  width: 50.1041666667%;
  top: 1.74291939%;
  left: 24.1145833333%;
  opacity: 0.6;
  -webkit-animation: mvbg_circle-r 5s infinite linear;
          animation: mvbg_circle-r 5s infinite linear;
  animation-direction: reverse;
}
#Keyvisual #MvBgCircle2 {
  width: 50.1041666667%;
  top: 1.74291939%;
  left: 24.1145833333%;
  opacity: 0.6;
  -webkit-animation: mvbg_circle-r 5s infinite linear;
          animation: mvbg_circle-r 5s infinite linear;
}
#Keyvisual #MvNeon {
  width: 45.8854166667%;
  top: 15.0326797386%;
  left: 27.03125%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#Keyvisual #MvChara {
  width: 53.8541666667%;
  top: -12.2004357298%;
  left: 22.96875%;
}
#Keyvisual #MvTitle {
  width: 36.6666666667%;
  top: 36.0566448802%;
  left: 30.9895833333%;
}
#Keyvisual .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6vw;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
#Keyvisual .mask.white {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

@media all and (max-width: 1024px) {
  #Keyvisual {
    height: 104vw;
    /*#MvBg{
      .mvbg{
        height: 100%;
      }
    }*/
  }
  #Keyvisual h1 {
    width: 16%;
    top: 2.3076923077%;
    left: 2.4%;
  }
  #Keyvisual #MvBgObj1 {
    width: 41.3333333333%;
    top: 83.7179487179%;
    left: 60.4%;
  }
  #Keyvisual #MvBgObj2 {
    width: 96.4%;
    top: 19.6153846154%;
    left: 2.1333333333%;
  }
  #Keyvisual #MvBgCircle1 {
    width: 74%;
    top: 18.5897435897%;
    left: 12%;
  }
  #Keyvisual #MvBgCircle2 {
    width: 74%;
    top: 18.5897435897%;
    left: 12%;
  }
  #Keyvisual #MvNeon {
    width: 68.1333333333%;
    top: 28.5897435897%;
    left: 16.1333333333%;
  }
  #Keyvisual #MvChara {
    width: 80%;
    top: 5%;
    left: 10.1333333333%;
  }
  #Keyvisual #MvTitle {
    width: 58.6666666667%;
    top: 38.3333333333%;
    left: 18.2666666667%;
  }
  #Keyvisual .mask {
    height: 8vw;
  }
}
#Test {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100px 100px 100px;
  border-color: transparent transparent rgba(0, 0, 0, 0) transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 0.2rem solid #fff;
  border-radius: 2rem;
  color: #fff;
  padding: 0.4em;
  box-shadow: 0 0 0.2rem #fff, 0 0 0.2rem #fff, 0 0 2rem #bc13fe, 0 0 0.8rem #bc13fe, 0 0 2.8rem #bc13fe, inset 0 0 1.3rem #bc13fe;
}

/*----------------------------
	About
-----------------------------*/
#About {
  padding-top: 120px;
}
#About .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6vw;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
#About .top_bannar {
  width: 100%;
  max-width: 1200px;
  padding: 0 2.66667vw;
  margin: 0 auto 100px auto;
}
@media screen and (min-width: 1025px) {
  #About .top_bannar:hover {
    opacity: 0.7;
  }
}
#About .inner .end_contents {
  border: solid 1px #fff;
  padding: 50px 20px;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto 100px auto;
}
#About .inner .end_contents .endtitle {
  width: 400px;
  margin: 0 auto 50px auto;
}
#About .inner .end_contents h5 {
  font-size: 26px;
  line-height: 42px;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
#About .inner .end_contents p {
  font-size: 23px;
  line-height: 45px;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}
#About .inner .article_contents {
  max-width: 800px;
}
#About .inner .article_contents .morebtn {
  width: 100%;
  max-width: 800px;
  margin: 50px auto 0 auto;
  position: relative;
}
#About .inner .article_contents .morebtn .src_active {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 1025px) {
  #About .inner .article_contents .morebtn:hover {
    opacity: 1;
  }
  #About .inner .article_contents .morebtn:hover .src_active {
    opacity: 1;
  }
}

@media all and (max-width: 1024px) {
  #About {
    padding-top: 10.6666666667vw;
  }
  #About .mask {
    height: 8vw;
  }
  #About .top_bannar {
    margin: 0 auto 8vw auto;
  }
  #About .inner .end_contents {
    padding: 5.3333333333vw 2.6666666667vw;
    margin: 0 auto 13.3333333333vw auto;
  }
  #About .inner .end_contents .endtitle {
    width: 52vw;
    margin: 0 auto 8vw auto;
  }
  #About .inner .end_contents h5 {
    font-size: 3.4666666667vw;
    line-height: 6.6666666667vw;
    margin-bottom: 8vw;
  }
  #About .inner .end_contents p {
    font-size: 3.2vw;
    line-height: 6.4vw;
  }
  #About .inner .article_contents .morebtn {
    width: 102%;
    margin: 4vw auto 0 -1%;
  }
}
/*----------------------------
	App
-----------------------------*/
#App .inner .section_text .yellow {
  font-weight: 600;
  font-size: 30px;
  line-height: 80px;
  color: #ffea00;
}

@media all and (max-width: 1024px) {
  #App .inner .section_text .yellow {
    font-size: 4.8vw;
    line-height: 7.4666666667vw;
    margin: 2.6666666667vw 0;
    display: block;
  }
}
/*----------------------------
	Ranking
-----------------------------*/
#Ranking .inner .ranking {
  width: 700px;
  margin: 0 auto;
  border: solid 2px #fff;
  border-radius: 10px;
  overflow: hidden;
  height: 1130px;
  background: url("../images/top_ranking_bg.jpg") center top 4px/22px;
  box-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 10px #9b0f6b, 0 0 4px #9b0f6b, 0 0 14px #9b0f6b, inset 0 0 6px #9b0f6b;
  padding: 20px;
}
#Ranking .inner .ranking iframe {
  width: 100%;
  height: 1090px;
}
#Ranking .inner .ranking .comingsoon {
  width: 90%;
}

@media all and (max-width: 1024px) {
  #Ranking .inner .ranking {
    width: 100%;
    border: solid 1px #fff;
    border-radius: 2vw;
    height: 152vw;
    background: url("../images/top_ranking_bg.jpg") center top 0.5vw/4vw;
    box-shadow: 0 0 0.25vw #fff, 0 0 0.25vw #fff, 0 0 2.5vw #9b0f6b, 0 0 1vw #9b0f6b, 0 0 3.5vw #9b0f6b, inset 0 0 1.5vw #9b0f6b;
    padding: 3vw;
  }
  #Ranking .inner .ranking iframe {
    height: 146vw;
  }
}
/*----------------------------
	Machine
-----------------------------*/
#Machine .inner .common_movie {
  width: 100%;
  margin: 0 auto 70px auto;
  max-width: 700px;
  aspect-ratio: 16/9;
  padding: 15px;
}
#Machine .inner .common_movie iframe {
  width: 100%;
  height: 100%;
}
#Machine .inner .common_movie a.coming {
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  #Machine .inner .common_movie a:hover {
    opacity: 1;
    filter: brightness(120%);
  }
}
#Machine .inner .neonbox .neonbox_in {
  background: #000;
  padding-right: 0;
}
#Machine .inner .neonbox .neonbox_in .scroll-area {
  width: 100%;
  height: 1000px;
  overflow: hidden;
}
#Machine .inner .machinebtn {
  width: 100%;
  max-width: 800px;
  margin: 50px auto 0 auto;
  position: relative;
}
#Machine .inner .machinebtn .src_active {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 1025px) {
  #Machine .inner .machinebtn:hover {
    opacity: 1;
  }
  #Machine .inner .machinebtn:hover .src_active {
    opacity: 1;
  }
}
#Machine .inner .flex_box {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 50px auto 70px auto;
}
#Machine .inner .flex_box .box_l {
  margin: 0 auto;
}
#Machine .inner .flex_box .box_l h4 {
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 10px;
}
#Machine .inner .flex_box .box_l h4 label {
  width: 40px;
}
#Machine .inner .flex_box .box_l h4 p {
  width: calc(100% - 40px);
}
#Machine .inner .flex_box .box_l .pointlist {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
#Machine .inner .flex_box .box_l .pointlist .point {
  font-weight: 500;
  font-size: 26px;
  line-height: 45px;
  letter-spacing: 0;
  color: #fff;
  justify-content: flex-start;
}
#Machine .inner .flex_box .box_l .pointlist .point .strong {
  font-size: 26px;
}
#Machine .inner .flex_box .box_r {
  width: 630px;
  position: relative;
  margin: 50px auto 0 auto;
}
#Machine .inner .flex_box .box_r .btn1, #Machine .inner .flex_box .box_r .btn2 {
  position: absolute;
  width: 254px;
  top: 193px;
  right: 0;
  pointer-events: none;
}
#Machine .inner .flex_box .box_r .btn2 {
  top: 275px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 50px;
}

.mCSB_draggerContainer::before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 2px);
}
.mCSB_draggerContainer .mCSB_draggerRail {
  display: none;
}

.mCSB_draggerContainer::before {
  background: rgba(255, 255, 255, 0.2);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgb(189, 0, 138) !important;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(189, 0, 138, 0.7) !important;
}

@media all and (max-width: 1024px) {
  #Machine .inner .common_movie {
    max-width: 94.6666666667vw;
    margin: 0 auto 6.6666666667vw auto;
    padding: 2.6666666667vw;
  }
  #Machine .inner .neonbox .neonbox_in {
    padding: 2.6666666667vw;
  }
  #Machine .inner .neonbox .neonbox_in .scroll-area {
    height: auto;
    border-radius: 2vw;
  }
  #Machine .inner .machinebtn {
    width: 102%;
    margin: 4vw auto 0 -1%;
  }
  #Machine .inner .flex_box {
    width: auto;
    margin: 6.6666666667vw auto 6.6666666667vw auto;
  }
  #Machine .inner .flex_box .box_l {
    width: 100%;
  }
  #Machine .inner .flex_box .box_l h4 {
    font-size: 4.8vw;
    line-height: 6.6666666667vw;
    margin-bottom: 2.1333333333vw;
  }
  #Machine .inner .flex_box .box_l h4 label {
    width: 6.2vw;
  }
  #Machine .inner .flex_box .box_l h4 p {
    width: calc(100% - 6.2vw);
  }
  #Machine .inner .flex_box .box_l .pointlist .point {
    font-size: 3.7333333333vw;
    line-height: 7.4666666667vw;
  }
  #Machine .inner .flex_box .box_l .pointlist .point .strong {
    font-size: 3.7333333333vw;
  }
  #Machine .inner .flex_box .box_r {
    width: 85%;
    margin: 6.6666666667vw auto 0 auto;
  }
  #Machine .inner .flex_box .box_r .btn1, #Machine .inner .flex_box .box_r .btn2 {
    width: 41%;
    top: 53%;
    right: 0;
    pointer-events: auto;
  }
  #Machine .inner .flex_box .box_r .btn2 {
    top: 75.1%;
  }
  #Machine .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
  }
  #Machine .mCSB_inside > .mCSB_container {
    margin-right: 0;
  }
  #Machine #mCSB_1_scrollbar_vertical {
    display: none !important;
  }
}
/*----------------------------
	Campaign
-----------------------------*/
#Campaign .inner .image {
  margin-bottom: 70px;
  box-shadow: 10px 13px 5px rgba(0, 0, 0, 0.8);
}
#Campaign .inner .textlist .text {
  margin-bottom: 30px;
}
#Campaign .inner .textlist .text:last-child {
  margin-bottom: 0;
}
#Campaign .inner .xbtn {
  width: 100%;
  max-width: 800px;
  margin: 50px auto 0 auto;
  position: relative;
}
#Campaign .inner .xbtn .src_active {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 1025px) {
  #Campaign .inner .xbtn:hover {
    opacity: 1;
  }
  #Campaign .inner .xbtn:hover .src_active {
    opacity: 1;
  }
}

@media all and (max-width: 1024px) {
  #Campaign .inner .image {
    margin-bottom: 6.6666666667vw;
    box-shadow: 1.3333333333vw 1.8666666667vw 0.8vw rgba(0, 0, 0, 0.8);
  }
  #Campaign .inner .textlist .text {
    margin-bottom: 4vw;
  }
  #Campaign .inner .textlist .text:last-child {
    margin-bottom: 0;
  }
  #Campaign .inner .xbtn {
    margin: 6.6666666667vw auto 0 auto;
  }
}
/*# sourceMappingURL=index.css.map */