@-webkit-keyframes bgGrad {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0.2;
  }

  20% {
    opacity: 0.4;
  }

  30% {
    opacity: 0.6;
  }

  40% {
    opacity: 0.8;
  }

  50% {
    opacity: 1.0;
  }

  60% {
    opacity: 0.8;
  }

  70% {
    opacity: 0.6;
  }

  80% {
    opacity: 0.4;
  }

  90% {
    opacity: 0.2;
  }

  100% {
    opacity: 0;
  }
}

@keyframes bgGrad {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0.2;
  }

  20% {
    opacity: 0.4;
  }

  30% {
    opacity: 0.6;
  }

  40% {
    opacity: 0.8;
  }

  50% {
    opacity: 1.0;
  }

  60% {
    opacity: 0.8;
  }

  70% {
    opacity: 0.6;
  }

  80% {
    opacity: 0.4;
  }

  90% {
    opacity: 0.2;
  }

  100% {
    opacity: 0;
  }
}

body#Top #Wrap {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 0.4s ease-in,-webkit-transform 0.6s ease-out;
  transition: opacity 0.4s ease-in,-webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out,opacity 0.4s ease-in;
  transition: transform 0.6s ease-out,opacity 0.4s ease-in,-webkit-transform 0.6s ease-out;
}

body#Top #Wrap.scrollShow {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

body#Top #Visual {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 60px 50px 100px;
  max-width: 1124px;
}

body#Top #Visual > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body#Top #Visual .scroll {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 20;
  text-align: center;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body#Top #Visual .scroll .mouse {
  fill: #000;
}

body#Top #Visual .scroll .mouse .cursor {
  -webkit-animation: scroll_pc 1.6s infinite ease-out;
  animation: scroll_pc 1.6s infinite ease-out;
}

body#Top #Visual .scroll span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.0em;
  font-family: 'Raleway',sans-serif;
  font-weight: 700;
}

@-webkit-keyframes scroll_pc {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}

@keyframes scroll_pc {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}

@-webkit-keyframes scroll_sp {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes scroll_sp {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

body#Top #Visual .main {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 670px;
  flex: 0 1 670px;
  position: relative;
  z-index: 1;
}

body#Top #Visual .main > ul {
  position: relative;
  z-index: 1;
  width: 100%;
}

body#Top #Visual .main > ul > li {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  -webkit-transition: opacity 1.0s;
  transition: opacity 1.0s;
}

body#Top #Visual .main > ul > li:first-child {
  position: relative;
}

body#Top #Visual .main > ul > li.cur {
  opacity: 1;
  z-index: 1;
}

body#Top #Visual .main > ul > li > a,
body#Top #Visual .main > ul > li > span {
  overflow: hidden;
  display: block;
  border-radius: 16px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
}

body#Top #Visual .main > ul > li > a {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

body#Top #Visual .main > ul > li > a:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

body#Top #Visual .main > nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: -40px;
  z-index: 10;
  width: 100%;
}

body#Top #Visual .main > nav ul > li {
  opacity: 0.2;
  margin: 0 4px;
  border-radius: 14px;
  width: 8px;
  height: 8px;
  background: #000;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

body#Top #Visual .main > nav ul > li.cur {
  opacity: 1;
  cursor: default;
}

body#Top #Visual .main > nav .arrow > span {
  position: absolute;
  top: 41%;
  z-index: 10;
  width: 40px;
  height: 60px;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}

body#Top #Visual .main > nav .arrow > span.prev {
  left: -20px;
  background-image: url(../img/img_arrow_left_w.png);
}

body#Top #Visual .main > nav .arrow > span.next {
  right: -20px;
  background-image: url(../img/img_arrow_right_w.png);
}

body#Top #Visual .pickup {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 320px;
  flex: 0 1 320px;
}

body#Top #Visual .pickup > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

body#Top #Visual .pickup > ul > li > a {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 0 8px 8px 8px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

body#Top #Visual .pickup > ul > li > a:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

body#Top #Visual .pickup > ul > li > a::before {
  content: 'PICK UP';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 0 0 20px 0;
  padding: 8px 20px 8px;
  background: #fff;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.0em;
  font-family: 'Raleway',sans-serif;
  font-weight: 700;
  font-weight: 900;
}

body#Top #Visual .pickup > ul > li > a::after {
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border: 5px solid #fff;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

body#Top #News {
  padding: 100px 50px;
  background: transparent url(../img/bg_hatching.jpg) center repeat;
  color: #fff;
}

body#Top #News > div {
  margin: 0 auto;
  max-width: 1024px;
}

body#Top #News header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Raleway',sans-serif;
  font-weight: 700;
  font-weight: 900;
}

body#Top #News header h1 {
  margin-right: 60px;
  font-size: 6.0rem;
  line-height: 1.0em;
}

body#Top #News header > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

body#Top #News header > ul > li {
  position: relative;
  z-index: 1;
  margin-right: 35px;
  font-size: 2.0rem;
  line-height: 1.0em;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body#Top #News header > ul > li::before {
  content: '';
  opacity: 0;
  position: absolute;
  left: calc(50% - 4px);
  top: 0;
  z-index: -1;
  border-radius: 14px;
  width: 8px;
  height: 8px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body#Top #News header > ul > li.cur,
body#Top #News header > ul > li:hover {
  color: #d9fe00;
}

body#Top #News header > ul > li.cur::before,
body#Top #News header > ul > li:hover::before {
  opacity: 1;
  top: -15px;
  background: #d9fe00;
}

body#Top #News header > ul > li.cur {
  cursor: default;
}

body#Top #News .newsBox {
  display: none;
  margin-top: 30px;
}

body#Top #News .newsBox > ul {
  border-color: #fff;
}

body#Top #News .newsBox > ul a {
  color: #fff;
}

body#Top #News .newsBox > ul a:hover {
  color: #d9fe00;
}

body#Top #News .newsBox > ul > li > div {
  border-bottom-color: #fff;
}

body#Top #Banners {
  position: relative;
  z-index: 10;
  padding: 80px 50px 100px;
}

body#Top #Banners::before,
body#Top #Banners::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-position: center;
  background-repeat: repeat;
}

body#Top #Banners::before {
  opacity: 0.1;
  z-index: 3;
  background-image: url(../img/bg_noise.gif);
}

body#Top #Banners::after {
  opacity: 0.8;
  z-index: 2;
  background-image: url(../img/bg_slash.png);
  background-repeat: no-repeat;
  background-size: cover;
}

body#Top #Banners a {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

body#Top #Banners a:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

body#Top #Banners .large {
  position: relative;
  z-index: 10;
}

body#Top #Banners .sub {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  padding: 0 42px;
  max-width: 936px;
}

body#Top #Banners .sub > div {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 160px;
}

body#Top #Banners .sub ul {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  white-space: nowrap;
}

body#Top #Banners .sub ul > li {
  margin: 0;
  padding: 0 6px;
  width: 300px;
  vertical-align: middle;
}

body#Top #Banners .sub ul > li a {
  overflow: hidden;
  border-radius: 4px;
}

body#Top #Banners .sub ul > li img {
  display: block;
}

body#Top #Banners .sub .nv {
  display: none;
}

body#Top #Banners .sub .nv > span {
  position: absolute;
  top: calc(50% - 17px);
  z-index: 10;
  width: 34px;
  height: 54px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 34px auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}

body#Top #Banners .sub .nv > span.prev {
  left: 0;
  background-image: url(../img/img_arrow_left_w.png);
}

body#Top #Banners .sub .nv > span.prev:hover {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}

body#Top #Banners .sub .nv > span.next {
  right: 0;
  background-image: url(../img/img_arrow_right_w.png);
}

body#Top #Banners .sub .nv > span.next:hover {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

body#Top #Banners .sub.slide .nv {
  display: block;
}

body#Top #Banners .bg > div {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-animation: bgGrad 12s infinite;
  animation: bgGrad 12s infinite;
}

body#Top #Banners .bg > div:nth-of-type(1) {
  background: -webkit-gradient(linear, left top, right top, from(#ffea00),to(#26ffa6));
  background: linear-gradient(to right, #ffea00,#26ffa6);
  -webkit-animation-delay: -6s;
  animation-delay: -6s;
}

body#Top #Banners .bg > div:nth-of-type(2) {
  background: -webkit-gradient(linear, left top, right top, from(#26ffa6),to(#6df3ff));
  background: linear-gradient(to right, #26ffa6,#6df3ff);
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
}

body#Top #Banners .bg > div:nth-of-type(3) {
  background: -webkit-gradient(linear, left top, right top, from(#6df3ff),to(#a352ff));
  background: linear-gradient(to right, #6df3ff,#a352ff);
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

body#Top #Banners .bg > div:nth-of-type(4) {
  background: -webkit-gradient(linear, left top, right top, from(#a352ff),to(#ff4ed7));
  background: linear-gradient(to right, #a352ff,#ff4ed7);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

body#Top #Banners .bg > div:nth-of-type(5) {
  background: -webkit-gradient(linear, left top, right top, from(#ff4ed7),to(#ff7e00));
  background: linear-gradient(to right, #ff4ed7,#ff7e00);
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

body#Top #Banners .bg > div:nth-of-type(6) {
  background: -webkit-gradient(linear, left top, right top, from(#ff7e00),to(#ffea00));
  background: linear-gradient(to right, #ff7e00,#ffea00);
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

@media screen and (max-width: 750px) {
  body#Top #Visual {
    padding: 100px 40px;
  }

  body#Top #Visual > .inner {
    display: block;
  }

  body#Top #Visual .scroll {
    bottom: 25px;
  }

  body#Top #Visual .scroll img {
    -webkit-animation: scroll_sp 1.6s infinite ease-out;
    animation: scroll_sp 1.6s infinite ease-out;
  }

  body#Top #Visual .scroll span {
    margin-top: 10px;
    font-size: 1.6rem;
    line-height: 1.0em;
  }

  body#Top #Visual .main {
    padding-bottom: 70px;
  }

  body#Top #Visual .main > nav ul {
    bottom: 40px;
  }

  body#Top #Visual .main > nav ul > li {
    margin: 0 7px;
    width: 14px;
    height: 14px;
  }

  body#Top #Visual .pickup > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }

  body#Top #Visual .pickup > ul > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 320px;
    flex: 0 1 320px;
  }

  body#Top #News header {
    display: block;
  }

  body#Top #News header h1 {
    font-size: 8.4rem;
    line-height: 1.0em;
    text-align: left;
  }

  body#Top #News header > ul {
    margin-top: 60px;
  }

  body#Top #News header > ul > li {
    font-size: 3.0rem;
    line-height: 1.0em;
  }

  body#Top #News header > ul > li::before {
    left: calc(50% - 7px);
    width: 14px;
    height: 14px;
  }

  body#Top #News header > ul > li.cur::before,
  body#Top #News header > ul > li:hover::before {
    top: -24px;
  }

  body#Top #News .newsBox {
    margin-top: 56px;
  }

  body#Top #Banners {
    padding: 80px 0 100px;
  }

  body#Top #Banners .sub {
    padding: 0;
  }

  body#Top #Banners .sub > div {
    height: 280px;
  }

  body#Top #Banners .sub ul {
    padding: 40px 0 0;
  }

  body#Top #Banners .sub ul > li {
    padding: 0 9px;
    width: 520px;
  }

  body#Top #Banners .sub ul > li a {
    border-radius: 6px;
  }

  body#Top #Banners .sub .nv > span {
    top: 40px;
    width: 74px;
    height: 240px;
  }

  body#Top #Banners .sub .nv > span.prev {
    left: 0;
    background-image: url(../img/img_arrow_left_b.png);
    background-position: 100% 50%;
  }

  body#Top #Banners .sub .nv > span.prev:hover {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  body#Top #Banners .sub .nv > span.next {
    right: 0;
    background-image: url(../img/img_arrow_right_b.png);
    background-position: 0 50%;
  }

  body#Top #Banners .sub .nv > span.next:hover {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*# sourceMappingURL=../map/tcg_top.css.map */
