@charset "UTF-8";
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* SCROLLBAR */
/* ----------Extend---------- */
/*background*/
/* 色の設定 ⋈・。・。⋈・。・。⋈・。・。⋈*/
/* フォントの設定 ⋈・。・。⋈・。・。⋈・。・。⋈*/
@font-face {
  font-family: DINProB;
  font-weight: normal;
  src: url("../../font/DINPro-CondBold.ttf");
}
.clearfix {
  position: relative;
}
.clearfix::after {
  content: "";
  clear: both;
}

#hd {
  font-family: var(--base-font-text);
}

#banner {
  position: fixed;
  z-index: 1;
  top: 0;
}

#container {
  min-height: 800px;
  top: 64vh;
  width: 100%;
  background-color: #000;
  color: #fff;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}

#top {
  position: relative;
  margin-bottom: 100px;
  color: #fff;
}

.information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  position: relative;
  z-index: 4;
}
.information p {
  color: #bcbcbc;
  font-family: var(--base-font-text);
}
.information .pic {
  width: 52%;
}
.information .txt {
  width: 44%;
}

.alliance-txt {
  position: fixed;
  top: 5%;
  right: 5%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

.deco-x {
  position: absolute;
  top: 10%;
  right: 4%;
  width: 4%;
  z-index: 2;
  opacity: 0.7;
}

#brands {
  padding: 0 16px;
  vertical-align: baseline;
  margin-bottom: 120px;
  position: relative;
  color: #fff;
}
#brands .deco-arrow {
  width: 30px;
  position: absolute;
  opacity: 0.8;
}
#brands .arrow-1 {
  right: -5%;
  top: 5%;
}
#brands .arrow-2 {
  right: -8%;
  top: -1%;
}
#brands .arrow-3 {
  right: -5%;
  top: -5%;
}
#brands .waku {
  width: 60px;
  position: absolute;
  opacity: 0.8;
}
#brands .r {
  right: -5%;
}
#brands .l {
  left: -5%;
}

.brand_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.brand_list li {
  height: 130px;
  width: 160px;
  padding: 0 10px;
  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;
}

#series .series-tab-top li .frame,
#series .series-tab-bottom li .frame {
  width: 100%;
  height: 100%;
  background-image: url(../img/alliance/index_series_tab.svg);
  background-size: cover;
}

@media screen and (max-width: 1080px) {
  #series .series-tab-top li:nth-child(1) {
    -webkit-transform: translateX(80px) scale(0.8);
            transform: translateX(80px) scale(0.8);
  }
  #series .series-tab-top li:nth-child(2) {
    -webkit-transform: translateX(30px) scale(0.8);
            transform: translateX(30px) scale(0.8);
  }
  #series .series-tab-top li:nth-child(3) {
    -webkit-transform: translateX(-20px) scale(0.8);
            transform: translateX(-20px) scale(0.8);
  }
  #series .series-tab-top li:nth-child(4) {
    -webkit-transform: translateX(-70px) scale(0.8);
            transform: translateX(-70px) scale(0.8);
  }
}
@media screen and (max-width: 768px) {
  #series .series-tab-top li:nth-child(1) {
    -webkit-transform: translateX(30px) scale(0.8);
            transform: translateX(30px) scale(0.8);
  }
  #series .series-tab-top li:nth-child(2) {
    -webkit-transform: translateX(-20px) scale(0.8);
            transform: translateX(-20px) scale(0.8);
  }
  #series .series-tab-top li:nth-child(3) {
    -webkit-transform: translateX(-20px) scale(0.8);
            transform: translateX(-20px) scale(0.8);
  }
  #series .series-tab-top li:nth-child(4) {
    -webkit-transform: translateX(-70px) scale(0.8);
            transform: translateX(-70px) scale(0.8);
  }
  #series .series-tab-bottom {
    margin-top: 2px;
  }
  #series .next-icon {
    right: 50px;
  }
  #series .prev-icon {
    left: 50px;
  }
}
@media screen and (max-width: 1440px) {
  .tab-container {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1200px) {
  .tab-container {
    max-width: 720px;
    -webkit-transform: scale(0.88);
            transform: scale(0.88);
  }
}
.next-icon,
.prev-icon {
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10%;
  width: 25px;
  height: 25px;
  opacity: 0.8;
}
.next-icon:hover,
.prev-icon:hover {
  cursor: pointer;
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
@media screen and (max-width: 520px) {
  .next-icon:hover,
.prev-icon:hover {
    -webkit-filter: none;
            filter: none;
  }
}

.prev-icon {
  left: 10%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.swiper-button-disabled {
  opacity: 0;
}

#armYourBattle {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#353838), to(#1c1c1d));
  background: linear-gradient(#353838, #1c1c1d);
}
#armYourBattle h3 {
  margin-bottom: 30px;
}
#armYourBattle .content {
  margin-top: 80px;
  position: relative;
}
#armYourBattle .btn {
  text-align: right;
}
#armYourBattle .search-btn {
  width: 200px;
  background-color: #4f5252;
  color: brightness(#bcbcbc, 10%);
  border: none;
  padding: 11px 10px;
  border: 1px solid #4f5252;
}
#armYourBattle input {
  outline: none;
}
#armYourBattle input:focus {
  outline: none !important;
  border: 1px solid #f8b942;
  -webkit-box-shadow: 0 0 10px #f8b942, inset 0 0 10px #f8b942, 0 2px 0 #000;
          box-shadow: 0 0 10px #f8b942, inset 0 0 10px #f8b942, 0 2px 0 #000;
}
#armYourBattle .content-wrap {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#armYourBattle .filter {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
  color: #fff;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
}
@media screen and (max-width: 1280px) {
  #armYourBattle .filter {
    max-width: 170px;
  }
}
#armYourBattle .filter .placeholder {
  position: relative;
  display: block;
  background-color: transparent;
  z-index: 1;
  padding: 8px 0px;
  font-size: 13px;
  font-family: var(--base-font-text);
  letter-spacing: 1px;
  line-height: 1;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
#armYourBattle .filter .placeholder:after {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "+";
  z-index: 10;
}
#armYourBattle .filter.is-open .placeholder:after {
  content: "-";
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
#armYourBattle .filter.is-open ul {
  display: block;
}
#armYourBattle .filter ul {
  font-size: 13px;
  font-family: var(--base-font-text);
  letter-spacing: 1px;
  line-height: 1;
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: transparent;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
  z-index: 100;
}
#armYourBattle .filter ul li {
  display: block;
  text-align: left;
  padding: 0.8em 1em 0.8em 2em;
  color: #a5a5a5;
  cursor: pointer;
  position: relative;
}
#armYourBattle .filter ul li:hover {
  color: #ff9e1b;
}
#armYourBattle .filter ul li::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  border: 1px solid #a5a5a5;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#armYourBattle .filter ul .click::after {
  content: "";
  width: 9px;
  height: 4px;
  position: absolute;
  top: 11px;
  left: 3px;
  border: 3px solid #a5a5a5;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#armYourBattle .left-filter {
  width: 14%;
}
#armYourBattle .right-content {
  position: relative;
  z-index: 10;
  width: 84%;
  display: inline-block;
  color: #fff;
}
#armYourBattle .right-content li {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  width: 20%;
  padding: 0px 12px;
  margin-bottom: 60px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
}
#armYourBattle .right-content li img {
  width: 100%;
  opacity: 0.8;
}
#armYourBattle .right-content li h4 {
  font-size: 14px;
  text-align: center;
  opacity: 0.8;
  height: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
#armYourBattle .right-content li a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#armYourBattle .right-content li a:hover h4,
#armYourBattle .right-content li a:hover img {
  opacity: 1;
}

.product-info {
  width: 50%;
}

.product_tag .product_tag_title {
  border-bottom: 1px solid #FFF;
  padding: 5px 0;
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
  word-break: break-word;
  position: relative;
  text-transform: uppercase;
}

.product_tag .product_tag_title img {
  width: 270px;
  max-width: initial;
  position: absolute;
  top: 0;
  right: -285px;
  z-index: 9;
  display: none;
}

.product_tag .product_tag_title:hover img {
  display: inline-block;
}

.product_tag li {
  text-align: left;
  padding: 10px 0;
}

.product_tag > li:before {
  content: "+";
  float: right;
}

.product_tag > li.active:before {
  content: "-";
  float: right;
}

.product_tag li ul li {
  color: #969696;
  font-size: 0.8rem;
  padding: 5px 0;
}

.product_tag li ul li input,
.product_tag li ul li label {
  cursor: pointer;
  word-break: break-word;
}

.hdau_left {
  width: 15%;
  float: left;
}

.custom_check {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.custom_check + .custom_label {
  display: block !important;
  margin: 0;
  padding: 0 0 0 25px;
  min-height: 20px;
  line-height: 20px;
  position: relative;
  text-transform: none;
}

.custom_check + .custom_label:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #b8b8b8;
  position: absolute;
  top: 0;
  left: 0;
}

.custom_check:checked + .custom_label:after {
  content: "";
  width: 9px;
  height: 4px;
  position: absolute;
  top: 3px;
  left: 3px;
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.view-more {
  color: #000;
  background-repeat: no-repeat;
}

#aaa {
  padding: 40px;
  background: linear-gradient(135deg, transparent 80px, rgba(0, 0, 0, 0.8) 0) top left;
}
#aaa .pop-waku {
  width: 56vw;
  height: 30vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#aaa .pop-waku .waku {
  position: absolute;
  width: 60px;
  bottom: 0;
}
#aaa .sen {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34%;
  right: -5%;
  bottom: 15%;
}
#aaa .pop-container {
  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;
  width: 100%;
}
#aaa .product-img {
  /*background-image: url("//170.p.syniva.es/campaign/tuf-gaming/upload/goods/20180502152939_m1.png");*/
  background-size: cover;
  background-position: 50% 50%;
  width: 42%;
  height: 24vw;
  margin-right: 6%;
}
#aaa h3 {
  font-family: CnBold;
  color: #fff;
}
#aaa button {
  margin-top: 20px;
  color: #fff;
  font-family: var(--base-font-normal);
  letter-spacing: 2px;
  min-width: 205px;
  height: 44px;
  background-image: url(../img/index/index_btn_learn.svg);
  background-size: cover;
  -ms-flex-item-align: end;
      align-self: end;
}
#aaa button:hover {
  font-family: var(--base-font-normal-i);
  padding-left: 20px;
}

.lity {
  background-color: transparent;
}

.lity-content {
  overflow: hidden;
}

.lity-content:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.lity-close {
  position: absolute;
  -webkit-animation: showContent 1s;
          animation: showContent 1s;
  top: 20px;
  right: 20px;
  background-image: url(../img/alliance/pop-up_close.svg);
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  background-image: url(../img/alliance/pop-up_close.svg);
  top: 20px;
  right: 20px;
  opacity: 0.8;
}

.alliance-bg {
  position: absolute;
  width: 40%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.brand_type {
  color: #fff;
}

#decoration03 .right {
  bottom: 0px;
}

#bannerMo {
  display: none;
}

.learnmore-btn {
  display: none;
}

/* レスポンシブ ⋈・。・。⋈・。・。⋈・。・。⋈ */
@media screen and (max-width: 1200px) {
  #armYourBattle .right-content li {
    width: 30%;
  }
  #brands .arrow-2 {
    right: -10%;
  }
  #aaa {
    background: linear-gradient(135deg, transparent 80px, rgba(0, 0, 0, 0.8) 0) top left;
  }
  #aaa h3,
#aaa .h3 {
    font-size: 1.25rem;
  }
  #aaa .waku,
#aaa .sen {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #bannerPC {
    display: none;
  }
  #bannerMO {
    display: block;
  }
  #armYourBattle .content-wrap {
    display: block;
  }
  .hdau_left,
#armYourBattle .right-content {
    width: 100%;
    display: block;
    margin: 0;
    text-align: center;
    padding: 0;
  }
}
@media screen and (max-width: 860px) {
  #banner {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    top: 80px;
  }
  #container {
    top: 40vh;
  }
  #top {
    width: 86%;
  }
  #brands {
    width: 82%;
  }
  #brands .deco-arrow {
    width: 24px;
  }
  #brands .arrow-3 {
    right: 0%;
    top: -10%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  #brands .arrow-1 {
    right: 0%;
    top: -4%;
  }
  #brands .arrow-2 {
    right: -5%;
    top: -7%;
  }
  .tab-container li {
    height: 50px;
  }
  #armYourBattle .right-content {
    width: 78%;
  }
  #armYourBattle .right-content li {
    width: 180px;
  }
  #armYourBattle .left-filter {
    width: 18%;
  }
  #armYourBattle .content {
    width: 86%;
  }
}
@media screen and (max-width: 768px) {
  #bannerMo {
    display: block;
  }
  #container {
    position: relative;
    top: 0;
  }
  #bannerMo {
    width: 100%;
  }
  #bannerMo img {
    width: 100%;
  }
  .tab-container li {
    height: 52px;
  }
  .next-icon {
    right: 5%;
  }
  .prev-icon {
    left: 5%;
  }
  .product-info {
    width: 80%;
    text-align: center;
  }
  #armYourBattle .content {
    margin-top: 50px;
  }
  #armYourBattle .content {
    width: 91%;
  }
  #top {
    width: 100%;
    margin-bottom: 45px;
  }
  .information {
    display: block;
  }
  .information .pic {
    width: 100%;
  }
  .information .pic img {
    width: 100%;
  }
  .information .txt {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .deco-x,
.alliance-txt,
.deco-arrow {
    display: none;
  }
  #brands {
    width: 100%;
    margin-bottom: 80px;
  }
  #brands .waku {
    display: none;
  }
  .main-title .title3 {
    margin-left: 0;
  }
}
@media screen and (max-width: 667px) {
  .brand_list .kakusu {
    display: none;
  }
  .brand_list .shita {
    -webkit-animation: fadeInFromDown 0.5s;
            animation: fadeInFromDown 0.5s;
  }
  .learnmore-btn {
    display: block;
    width: 20px;
    -webkit-transform: rotate(90deg) translateX(10px);
            transform: rotate(90deg) translateX(10px);
    margin: 0 auto;
    opacity: 0.7;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .learnmore-btn:hover {
    opacity: 1;
    cursor: pointer;
  }
  .rotatexxx {
    -webkit-transform: rotate(270deg) translateX(10px);
            transform: rotate(270deg) translateX(10px);
  }
}
@media screen and (max-width: 520px) {
  .brand_list li {
    height: 30vw;
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  
  #aaa {
    background: transparent;
  }
  #armYourBattle .content-wrap {
    display: block;
    margin-top: 8px;
  }
  #armYourBattle .search-btn {
    width: 170px;
    padding: 8px;
  }
  #armYourBattle .left-filter {
    width: 80%;
    margin: 0 auto;
  }
  #armYourBattle .filter {
    max-width: 100%;
  }
  #armYourBattle .filter ul {
    background: rgba(0, 0, 0, 0.5647058824);
    margin: 0;
    padding: 10px;
  }
  #armYourBattle .right-content {
    width: 100%;
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #armYourBattle .right-content li {
    width: 30%;
  }
  #aaa .pop-waku {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lity-container {
    width: 100%;
    height: 100%;
  }
  .lity,
.lity-wrap,
.lity-content {
    height: 100vh;
  }
  .lity {
    background-color: #000;
  }
  #aaa {
    height: 100%;
  }
  #aaa .pop-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  #aaa .product-img {
    width: 50vw;
    height: 52vw;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .lity-close {
    width: 35px;
    height: 35px;
  }
  #aaa button:hover {
    font-family: var(--base-font-normal);
    padding-left: 0;
  }
}
@media screen and (max-width: 520px) {
  #series .tabMask-after::after {
    content: url(../img/index/shadow-mask2.png);
    right: 0;
  }
  #series .tabMask-after::before {
    content: url(../img/index/shadow-mask2.png);
    left: 0;
  }
}
@media screen and (max-width: 512px) {
  #aaa .product-img {
    width: 70vw;
    height: 72vw;
  }
  #series .next-icon {
    right: 5px;
  }
  #series .prev-icon {
    left: 5px;
  }
}
@media screen and (max-width: 488px) {
  #armYourBattle .right-content li {
    width: 48%;
  }
}
#video .view-more::before {
  border-color: transparent transparent transparent #1e1e20;
}
#video .view-more::after {
  border-color: transparent #1e1e20 transparent transparent;
}/*# sourceMappingURL=alliance.css.map */


/* 20230110 */
.banner-container {
  position: relative;
}
.play-btn {
  position: relative;
  height: 110px;
  width: 100%;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 12px;
}
.play-btn  button {
  width: 44px;
  height: 44px;
  background-image: url(../img/alliance/update0110/pause.svg);
  background-size: cover;
  position: relative;
}

.pauseBTN {
  background-image:url(../img/alliance/update0110/play.svg) !important;
}