* {
  font-family: sans-serif;
}

body {
  color: white;
  overflow-x: hidden;
  background-color: #360271;
}

.sp-none {
  display: block;
}

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

.pc-none {
  display: none;
}

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

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.inner-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .inner-container {
    padding: 0 10px;
  }
}

.bg-title {
  padding: 32px 0px 32px 50px;
  background: -webkit-gradient(linear, left top, right top, from(#1b0090), color-stop(#8000aa), to(#d000bf));
  background: linear-gradient(to right, #1b0090, #8000aa, #d000bf);
}

@media screen and (max-width: 468px) {
  .bg-title {
    padding: 32px 0px;
  }
}

@media screen and (max-width: 468px) {
  .bg-title {
    padding: 20px 0px;
  }
  .bg-title img {
    height: 20px;
  }
}

.side-nav {
  width: 35px;
  height: 480px;
  margin: auto;
  background-color: #350042;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-left: 2px solid #7b279b;
  border-bottom: 2px solid #bf8fb5;
}

.nav-list {
  text-align: center;
}

.nav-item {
  margin-top: 40px;
}

.nav-item a {
  display: block;
}

.nav-item:last-child a {
  margin-top: 30px;
}

.nav-item:last-child a:first-child {
  margin-top: 75px;
}

header {
  margin: 0 auto;
  width: 100%;
  height: 50px;
  text-align: center;
  overflow: hidden;
  line-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-read-text {
  display: inline-block;
  padding-left: 50px;
  white-space: nowrap;
  line-height: 1em;
  -webkit-animation: scrollText 25s linear infinite;
          animation: scrollText 25s linear infinite;
  color: white;
  font-size: 13px;
  letter-spacing: 2px;
}

@-webkit-keyframes scrollText {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scrollText {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.main {
  overflow: hidden;
}

.main .video {
  width: 100%;
}

.news {
  background: url(../images/common/bg-stripe.gif);
  position: relative;
  overflow: hidden;
}

.news:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 61px;
  background-color: #fa9dfc;
}

.news:after {
  content: "";
  width: 1px;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 61px;
  left: 0;
  right: 0;
  background-color: #fa9dfc;
}

.news h2 {
  padding: 20px 0;
}

.news .inner-container {
  max-width: 1100px;
}

@media screen and (max-width: 960px) {
  .news:after {
    content: unset;
  }
}

@media screen and (max-width: 468px) {
  .news .inner-container {
    padding: 0;
  }
  .news h2 img {
    height: 20px;
  }
}

.news-list {
  padding: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .news-list {
    padding: 0 0 32px;
    display: block;
  }
}

.news-item--twitter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 960px) {
  .news-item--twitter {
    margin-top: 50px;
    text-align: center;
    display: block;
  }
}

.article-item {
  max-width: 450px;
  margin-top: 38px;
  padding-left: 10px;
  padding-bottom: 40px;
  position: relative;
  border-bottom: 1px solid #fa9dfc;
  letter-spacing: 2px;
}

.article-item:last-child {
  border-bottom: none;
}

@media screen and (max-width: 960px) {
  .article-item {
    max-width: unset;
  }
  .article-item:last-child {
    border-bottom: 1px solid #fa9dfc;
  }
}

.article-title {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 1.6;
}

@media screen and (max-width: 468px) {
  .article-title {
    font-size: 12px;
  }
}

.article-button {
  text-align: right;
}

.article-link {
  padding: 5px 25px;
  border: 1px solid white;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}

.article-link:after, .article-link:before {
  text-align: center;
  right: 0;
  bottom: 0;
  margin: auto;
  background: white;
  border-radius: 20px;
}

@media screen and (max-width: 468px) {
  .article-link {
    font-size: 10px;
  }
}

.article-date {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  right: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 12px;
  color: #fa9dfc;
  letter-spacing: 2px;
}

.article-date:after, .article-date:before {
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 960px) {
  .article-date {
    margin-bottom: 20px;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    position: unset;
  }
  .article-date:after, .article-date:before {
    text-align: center;
    left: 11px;
    right: unset;
    margin: auto;
  }
}

.ready-for-suger {
  background: url(../images/ready-for-suger/bg-cokie.svg) no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.ready-for-suger .inner-container {
  padding-top: 150px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .ready-for-suger .inner-container img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .ready-for-suger {
    background: url(../images/ready-for-suger/sp-bg-cokie.png) no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.ready-for-suger-button {
  width: 100%;
  max-width: 700px;
  margin: 20px auto 50px;
  padding: 10px;
  background-color: #8343da;
  border: 4px solid black;
}

.scroll {
  height: 250px;
  background: url(../images/common/bg-stripe.gif);
}

.scroll-title {
  text-align: center;
  line-height: 150px;
}

.teams {
  padding-bottom: 200px;
  overflow: hidden;
  position: relative;
}

.teams-title {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .teams {
    background: url(../images/teams/sp-bg-team.png) no-repeat center;
    background-size: cover;
  }
}

@media screen and (max-width: 468px) {
  .teams {
    padding-bottom: 0;
  }
}

.teams .video {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  min-width: 100%;
  z-index: 0;
}

.promotion {
  position: relative;
  z-index: 1;
}

.promotion:after {
  content: "";
  background: url("");
}

@media screen and (max-width: 960px) {
  .promotion-title {
    text-align: center;
    margin-top: 50px;
  }
}

@media screen and (max-width: 468px) {
  .promotion-title img {
    width: 70%;
  }
}

.promotion-list {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .promotion-list {
    margin: 20px 0 100px;
  }
  .promotion-list li img {
    width: 70%;
  }
}

.promotion-film {
  margin-top: -100px;
}

@media screen and (max-width: 960px) {
  .promotion-film {
    margin-top: 0px;
  }
}

.promotion-video {
  width: 100%;
  max-width: 750px;
  margin: auto;
  padding-top: 50px;
  position: absolute;
  top: 330px;
  right: 0;
  left: 0;
  text-align: center;
  border: 10px solid white;
  background-color: white;
  z-index: 100;
}

.promotion-video:after {
  content: "";
  background: url(../images/teams/video-bar.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
}

.promotion-video iframe {
  max-width: 750px;
}

@media screen and (max-width: 960px) {
  .promotion-video {
    top: 250px;
  }
  .promotion-video iframe {
    height: 300px;
  }
}

@media screen and (max-width: 468px) {
  .promotion-video {
    padding-top: 30px;
  }
}

.promoation-waku {
  position: absolute;
  top: 280px;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  z-index: 100;
}

.promoation-waku li {
  width: 100%;
  max-width: 750px;
  height: 520px;
  margin: auto;
  padding-top: 50px;
  position: absolute;
  top: 20px;
  right: -60px;
  left: 0;
  text-align: center;
  border: 10px solid white;
  background-color: white;
  position: absolute;
}

.promoation-waku li:nth-child(2) {
  top: -10px;
  right: -125px;
  z-index: -1;
}

.promoation-waku li:nth-child(3) {
  top: -40px;
  right: -185px;
  z-index: -2;
}

.promoation-waku li:nth-child(4) {
  top: -70px;
  right: -250px;
  z-index: -3;
}

.promoation-waku li:nth-child(5) {
  top: -100px;
  right: -315px;
  z-index: -4;
}

.promoation-waku li:after {
  content: "";
  background: url(../images/teams/video-bar.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
}

.promoation-waku li:before {
  content: "";
  background-color: black;
  width: 100%;
  height: 450px;
  display: block;
  position: absolute;
  top: 50px;
}

@media screen and (max-width: 960px) {
  .promoation-waku {
    display: none;
  }
}

.animation-title {
  margin-top: 50px;
  background: rgba(14, 0, 141, 0.5);
}

.animation-title h2,
.animation-title ul {
  margin: 0px;
  display: inline-block;
  padding-left: 100%;
  -webkit-animation: 5s linear 0s infinite normal none running scrollText;
          animation: 5s linear 0s infinite normal none running scrollText;
}

.animation-title ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}

.animation-title li {
  padding-left: 20px;
}

@media screen and (max-width: 468px) {
  .animation-title img {
    height: 80px;
  }
}

.haruka {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}

.haruka:before {
  content: "";
  width: 245px;
  height: 269px;
  background: url(../images/common/candy-parts-02.gif) no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 20%;
  z-index: 1;
}

@media screen and (max-width: 468px) {
  .haruka:before {
    content: "";
    width: 100px;
    height: 100px;
    top: 0;
  }
}

.haruka .animation-title {
  border-top: 2px solid #4effff;
  border-bottom: 2px solid #4effff;
}

.haruka-profile {
  margin: 50px 0 150px;
}

@media screen and (max-width: 960px) {
  .haruka-profile {
    padding: 0 20px;
  }
}

@media screen and (max-width: 468px) {
  .haruka-profile {
    padding: 0 10px;
  }
}

.haruka-profile-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.haruka-profile-inner:after {
  content: "";
  width: 100%;
  height: 98%;
  background: rgba(14, 0, 141, 0.5);
  display: block;
  position: absolute;
  top: 10%;
  z-index: 1;
  border: 2px solid #4effff;
}

.haruka-profile-inner img {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 960px) {
  .haruka-profile-inner img {
    width: 80%;
  }
}

@media screen and (max-width: 468px) {
  .haruka-profile-inner img {
    width: 98%;
  }
}

.circle-large {
  width: 33px;
  height: 33px;
  background: white;
  border: 6px solid #4effff;
  position: absolute;
  top: calc(10% - 15px);
  left: -15px;
  z-index: 2;
}

.circle-large--bottom {
  bottom: -10%;
  top: unset;
}

@media screen and (max-width: 960px) {
  .circle-large--bottom {
    bottom: calc(-10% - 5px);
  }
}

.circle-large--right {
  right: -15px;
  left: unset;
}

@media screen and (max-width: 468px) {
  .circle-large {
    width: 15px;
    height: 15px;
    border: 4px solid #4effff;
    top: 7%;
    left: -7px;
  }
  .circle-large--right {
    right: -7px;
    left: unset;
  }
  .circle-large--bottom {
    bottom: -11%;
    top: unset;
  }
}

.circle-small {
  width: 19px;
  height: 19px;
  margin: auto;
  background: white;
  border: 4px solid #4effff;
  position: absolute;
  top: calc(10% - 8px);
  left: 0;
  right: 0;
  z-index: 2;
}

.circle-small--bottom {
  bottom: calc(-10% + 8px);
  top: unset;
}

@media screen and (max-width: 960px) {
  .circle-small--bottom {
    bottom: -10%;
  }
}

@media screen and (max-width: 468px) {
  .circle-small {
    width: 12px;
    height: 12px;
    top: 8%;
  }
  .circle-small--bottom {
    top: unset;
  }
}

.sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  bottom: -14%;
  left: 70px;
  z-index: 2;
}

@media screen and (max-width: 960px) {
  .sns-list {
    bottom: -100px;
    left: -20px;
    right: 0px;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sns-item a {
  width: 90px;
  height: 90px;
  margin-left: 20px;
  background-color: #24002d;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 2px solid #4effff;
}

.sns-item a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 960px) {
  .sns-item a {
    width: 50px;
    height: 50px;
  }
  .sns-item a img {
    width: auto;
    height: 20px;
  }
}

.toto {
  position: relative;
  z-index: 1;
}

.toto:before {
  content: "";
  width: 318px;
  height: 286px;
  background: url(../images/common/candy-parts-03.gif) no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: -60px;
  right: 5%;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .toto {
    overflow: hidden;
    padding-bottom: 150px;
  }
  .toto:before {
    top: 0;
  }
}

@media screen and (max-width: 468px) {
  .toto:before {
    width: 120px;
    height: 120px;
    top: 0;
  }
}

.toto .animation-title {
  border-top: 2px solid #fa9dfc;
  border-bottom: 2px solid #fa9dfc;
}

.toto-profile {
  margin: 50px 0 150px;
  position: relative;
}

.toto-profile:before {
  content: "";
  width: 200px;
  height: 200px;
  background: url(../images/common/candy-parts-04.gif) no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  bottom: -40%;
  left: 15%;
  z-index: 2;
}

@media screen and (max-width: 960px) {
  .toto-profile {
    padding: 0px 20px;
  }
  .toto-profile:before {
    bottom: -50%;
    bottom: -70%;
    left: 0;
  }
}

@media screen and (max-width: 468px) {
  .toto-profile {
    padding: 0px 10px;
  }
  .toto-profile:before {
    width: 100px;
    height: 120px;
    bottom: -90%;
  }
}

.toto-profile-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.toto-profile-inner:after {
  content: "";
  width: 688px;
  height: 380px;
  background: url(../images/teams/profile-parts-02.gif) no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  bottom: -25%;
  right: -50px;
  z-index: 1;
}

.toto-profile-inner:before {
  content: "";
  width: 100%;
  height: 98%;
  background: rgba(14, 0, 141, 0.5);
  display: block;
  position: absolute;
  top: 10%;
  z-index: 2;
  border: 2px solid #fa9dfc;
}

.toto-profile-inner .circle-small,
.toto-profile-inner .circle-large {
  border-color: #fa9dfc;
}

.toto-profile-inner .sns-list {
  right: 70px;
  left: unset;
}

.toto-profile-inner .sns-list a {
  border: 2px solid #fa9dfc;
}

.toto-profile-inner img {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 960px) {
  .toto-profile-inner img {
    width: 80%;
  }
  .toto-profile-inner .sns-list {
    left: -20px;
    right: 0px;
  }
  .toto-profile-inner:after {
    bottom: -70%;
  }
}

@media screen and (max-width: 468px) {
  .toto-profile-inner img {
    width: 98%;
  }
  .toto-profile-inner:after {
    width: 250px;
    bottom: -140%;
  }
}

.game-event img {
  width: 100%;
}

.brand {
  height: 820px;
  background: url(../images/brand/bg-brand.svg) no-repeat;
  background-size: cover;
}

.brand .inner-container {
  padding-top: 80px;
  text-align: center;
}

.brand-loading {
  margin: 90px 0 50px;
}

@media screen and (max-width: 960px) {
  .brand img {
    width: auto;
  }
}

@media screen and (max-width: 468px) {
  .brand {
    height: 700px;
  }
  .brand .inner-container img {
    width: 100%;
  }
  .brand-loading {
    max-width: 250px;
    margin: 90px auto 50px;
  }
  .brand-comingsoon {
    max-width: 200px;
    margin: auto;
  }
}

.contact {
  height: 900px;
  background: url(../images/common/bg-stripe.gif);
  position: relative;
}

.contact .inner-container {
  padding-top: 190px;
  text-align: center;
}

.contact-title {
  background-color: #24002d;
  padding: 32px 0px 32px 50px;
}

.contact-read {
  margin-bottom: 77px;
}

.contact-read {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 77px;
  padding-left: 70px;
  background: url(../images/contact/hand.gif) no-repeat;
  background-size: contain;
}

.contact-form a {
  display: block;
}

@media screen and (max-width: 960px) {
  .contact-title {
    padding: 32px 0px;
  }
  .contact-read {
    width: 100%;
    padding-left: 50px;
  }
}

@media screen and (max-width: 468px) {
  .contact .inner-container img {
    width: 100%;
  }
  .contact-title {
    padding: 20px 0px;
  }
  .contact-title img {
    height: 20px;
  }
}

.copy-right {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
/*# sourceMappingURL=style.css.map */