/* CSS Document */






body {
  /*  font-family: 'M PLUS 1p', 'Montserrat', sans-serif;*/
  color:rgb(255, 255, 255);
  }
  
  main {
    overflow: hidden;
  }
  img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .pc-none {
    display: none;
  }
  @media all and (max-width: 767px) {
    .pc-none {
      display: block;
    }
    .sp-none {
      display: none;
    }
  }
  /* color
  ---------------------------------------------------------------------------- */
  #profile .text p strong,
  #special .text p strong,
  .free-section p strong,
  .abot-text__wrap p strong,
  .color-text__wrap p strong{
  color:#ffc000!important;
  }
  
  
  
  
  .theme-fullscreen_tpl .lb .closeBtn p,
  .theme-fullscreen_tpl .menu-trigger p,
  .theme-fullscreen_tpl nav li .en,
  /*.theme-fullscreen_tpl nav li .jp,*/
  .theme-fullscreen_tpl section.top_text_area > p,
  .theme-fullscreen_tpl section#no1 .title,
  .theme-fullscreen_tpl .lineup_list h3,
  /*.theme-fullscreen_tpl section#collabo h2,*/
  .theme-fullscreen_tpl section#collabo .sub_title,
  .theme-fullscreen_tpl section#collabo .main_text,
  /*.theme-fullscreen_tpl .player__img figcaption span,*/
  .theme-fullscreen_tpl .lb .lb_contents .explain .name,
  .theme-fullscreen_tpl .lb .lb_contents .explain .reading,
  .theme-fullscreen_tpl .lb .lb_contents .btn_prev,
  .theme-fullscreen_tpl .lb .lb_contents .btn_next,
  .theme-fullscreen_tpl .info_list time,
  .theme-fullscreen_tpl .info__title,
  .theme-fullscreen_tpl .free-section p strong {
    color: #ffc000;
  }
  .theme-fullscreen_tpl .lb .closeBtn .rel span,
  .theme-fullscreen_tpl .menu-trigger .rel span,
  .theme-fullscreen_tpl section#no1 #about:after,
  .theme-fullscreen_tpl section#no1 .rbutton,
  .theme-fullscreen_tpl .player__profile,
  .theme-fullscreen_tpl .lb .lb_contents .sns a,
  .theme-fullscreen_tpl .lb .lb_contents .btn_prev,
  .theme-fullscreen_tpl .lb .lb_contents .btn_next,
  /*.theme-fullscreen_tpl .icn-prev::before,
  .theme-fullscreen_tpl .icn-prev::after,
  .theme-fullscreen_tpl .icn-next::before,
  .theme-fullscreen_tpl .icn-next::after,*/
  .theme-fullscreen_tpl .lb .lb_contents .btn_prev:hover span,
  .theme-fullscreen_tpl .lb .lb_contents .btn_next:hover span,
  .theme-fullscreen_tpl .free-section h2:not(.title) {
    background-color: #ffc000;
  }
  .theme-fullscreen_tpl .player__img,
  .theme-fullscreen_tpl .lb .lb_contents .img {
    border-color: #ffc000;
  }
  .theme-fullscreen_tpl .lb .lb_contents .btn_prev:hover::after,
  .theme-fullscreen_tpl .lb .lb_contents .btn_next:hover::after,
  .theme-fullscreen_tpl .player__profile::before,
  .theme-fullscreen_tpl .lb .lb_contents .btn_prev:before,
  .theme-fullscreen_tpl .lb .lb_contents .btn_next:before {
    border-top-color: #ffc000;
  }
  .theme-fullscreen_tpl .player_list ul li:nth-child(2n) .player__profile::before {
    border-bottom-color: #ffc000;
  }
  @media all and (max-width: 768px) {
    .theme-fullscreen_tpl .lb .lb_contents .btn_prev:before,
    .theme-fullscreen_tpl .lb .lb_contents .btn_next:before,
    .theme-fullscreen_tpl .lb .lb_contents .btn_prev:after,
    .theme-fullscreen_tpl .lb .lb_contents .btn_next:after {
      background-color: #ffc000;
    }
  }
  /* header
  ---------------------------------------------------------------------------- */
  header > .flexBlock {
    border-bottom: none;
  }
  /* nav */
  .lb .closeBtn, .menu-trigger {
    width: 70px;
    height: 70px;
    padding: 20px 15px 15px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
  }
  .lb .closeBtn .rel, .menu-trigger .rel {
    width: 100%;
    height: 14px;
  }
  .lb .closeBtn .rel span, .menu-trigger .rel span {
    height: 2px;
    background: #ffffff!important;
    left: 0;
    width: 100%;
    transform-origin: center center;
  }
  .menu-trigger .rel span:nth-child(1) {
    top: 0;
    transform: rotate(360deg);
  }
  .menu-trigger .rel span:nth-child(2) {
    bottom: 0;
    transform: rotate(-360deg);
  }
  .lb .closeBtn .rel span:nth-child(1), header.open + * .menu-trigger .rel span:nth-child(1) {
    top: calc(50% - 1px);
    transform: rotate(25deg);
  }
  .lb .closeBtn .rel span:nth-child(2), header.open + * .menu-trigger .rel span:nth-child(2) {
    bottom: calc(50% - 1px);
    transform: rotate(-25deg);
  }
  .lb .closeBtn p, .menu-trigger p {
    color: #ffc000!important;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 12px;
  }
  .lb .closeBtn p span, .menu-trigger p span {
    width: 100%;
  }
  .menu-trigger p span:nth-child(1) {
    opacity: 1;
  }
  .menu-trigger p span:nth-child(2) {
    opacity: 0;
  }
  header.open + * .menu-trigger p span:nth-child(2) {
    opacity: 1;
  }
  header.open + * .menu-trigger p span:nth-child(1) {
    opacity: 0;
  }
  nav {
    position: fixed;
    top: 70px;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    height: calc(100vh - 70px);
    width: 100%;
    max-width: 450px;
    padding: 0 50px;
    text-align: left;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(100%);
    opacity: 0;
  }
  header.open + * nav {
    transform: translate(0);
    opacity: 1;
    z-index: 99;
  }
  nav ul {
    width: 100%;
    height: auto;
    padding: 30px 0 30px;
  }
  nav li .en {
    font-size: 3.0rem;
    font-weight: 600;
    color: #ffc000!important;
    display: block;
    line-height: 1;
    margin-bottom: 3px;
  }
  nav li .jp {
    font-size: 1.8rem;
    color: #FFFFFF;
    display: block;
  }
  nav li {
    margin-bottom: 25px;
  }
  nav li:last-child {
    margin-bottom: 0;
  }
  .lb .closeBtn, .menu-trigger {
    cursor: pointer;
  }
  nav li {
    margin-bottom: 30px;
  }
  nav li .en, .abs {
    font-family: 'Orbitron', sans-serif;
  }
  nav li .en {
    font-weight: 500;
    letter-spacing: .05em;
  }
  nav li .jp {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.5;
    letter-spacing: .05em;
  }
  @media all and (max-width: 767px) {
    header > .flexBlock > p {
      width: 182px;
    }
    /* nav */
    .lb .closeBtn, .menu-trigger {
      width: 50px;
      height: 50px;
      padding: 12px 10px 5px;
    }
    .lb .closeBtn p, .menu-trigger p {
      font-size: 10px;
    }
    nav {
      top: 50px;
      height: calc(100vh - 50px);
      padding: 0 40px;
    }
    nav li .en {
      font-size: 25px;
      font-size: 2.5rem;
    }
    nav li .jp {
      font-size: 15px;
      font-size: 1.5rem;
    }
  }
  /* footer
  ---------------------------------------------------------------------------- */
  footer {
    border-top: none;
  }
  footer a {
    color: #FFF !important;
  }
  footer p {
    color: #FFF !important;
  }
  /* contents
  ============================================================================ */
  section.red_area {
    /*background: url("https://www.pc-koubou.jp/wp/wp-content/uploads/2022/07/bg_pc_game_no1_fs.png"), #000;
    background-position: center;
    background-attachment: fixed;
    background-size: 100% auto;
    background-repeat: no-repeat;*/

    /*padding-bottom: 260px;*/
    background: url("https://www.pc-koubou.jp/wp/wp-content/uploads/2022/07/bg_pc_game_no1_fs.png"), #000;
    /*background-size: 100% auto*/
    background-position: top;
    background-attachment: fixed;
  }
  
  section.red_area02 {
    background: url("https://www.pc-koubou.jp/wp/wp-content/uploads/2022/01/bg_no1_bg.png"), #000;
    background-attachment: fixed;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  section.bg_area {
  background-color:#000000;
  }
  
  /*section.bg_area {
    background: url("https://www.pc-koubou.jp/wp/wp-content/uploads/2022/01/lineup_no1.jpg"), #000;
    background-position: center;
    background-attachment:scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(217deg, #000000,#000000,#006f39,#000000,#000000,#000000,#000000,#006f39,#000000,#000000);
  }*/
  @media all and (max-width: 767px) {
    section.red_area {
      background: url("https://www.pc-koubou.jp/wp/wp-content/uploads/2022/07/bg_pc_game_no1_sp.jpg"), #000;
      /*background-size: 100% auto;*/
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-position: top 100px center;
    }
    
    section.red_area02 {
    background: url("https://www.pc-koubou.jp/wp/wp-content/uploads/2021/12/bg_no1_re_bg.png"), #000;
      /*background-position: center;*/
      background-attachment: scroll;
      background-size: 100% auto;
      background-repeat: no-repeat;
    }



    @media all and (max-width: 767px) {
    section.red_area02 {
    background: url("https://www.pc-koubou.jp/wp/wp-content/uploads/2022/01/bg_no1_bg_02.png"), #000;
      background-size: 100% auto;
      background-attachment: fixed;
      background-repeat: no-repeat;
    }
  }
      
    section.bg_area {
    background-position: center;
    background-attachment:scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(135deg, #000000,#000000,#000000,#006f39,#000000,#000000,#000000);
  } }

  .bg-wave {
    padding-bottom: 260px;
    background: url("https://www.pc-koubou.jp/wp/wp-content/uploads/2022/07/bg_pc_game_no1_fs.png"), #000;
    /*background-size: 100% auto*/
    background-position: top;
    background-attachment: fixed;
    
  }
  @media all and (max-width: 1023px) {
    .bg-wave {
      padding-bottom: 30px;
    }
  }
  @media all and (max-width: 767px) {
    .bg-wave {
      background: url("https://www.pc-koubou.jp/wp/wp-content/uploads/2022/07/bg_pc_game_no1_sp.jpg"), #000;
     /* background-size: 100% auto;*/
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-position: top 100px center;
    }
  }
  /* top text
  ---------------------------------------------------------------------------- */
  /*section.top_text_area {
    background: url("https://www.pc-koubou.jp/wp/wp-content/uploads/2021/06/---.png"), #000;
      background-size: 100% auto;
    background-position: top;
  }*/
  section.top_text_area {
    background: none;
  }
  section.top_text_area > p {
    min-height: inherit;
    /*padding: 40px 0 300px;*/
    padding: 40px 0 40px;
    background: none;
    line-height: 1.75;
    letter-spacing: .05em;
  }
  
  @media all and (max-width: 1023px) {
    section.top_text_area > p {
      min-height: 280px;
      padding-bottom: 100px;
    }
  }
  @media all and (max-width: 767px) {
    section.top_text_area {
      padding: 0 20px;
    }
    section.top_text_area > p {
      padding: 30px 0 80px;
      text-align: left;
    }
  }
  /* free
  ---------------------------------------------------------------------------- */
  .free-section {
    margin-top: 60px;
    /*padding-bottom: 100px;*/
  }
  .free-section h2 {
    min-height: inherit;
    margin-bottom: 15px;
    padding: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: rgb(0, 0, 0);
    background: #f90d0d;
  }
  .free-section * + h2 {
    margin-top: 50px;
  }
  .free-section p {
    margin: 0 15px 25px;
    font-size: 14px;
    font-weight: 400;
  }
  .free-section p:last-child {
    margin-bottom: 0;
  }
  .free-section a {
    color: #ffc000 !important;
  }
  .free-section a:hover {
    text-decoration: underline !important;
  }
  .free-section .row {
    margin: 12px -8px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .free-section .row::after {
    content: "";
    display: block;
    clear: both;
  }
  .free-section .row .columns {
    float: left;
    clear: none;
    margin-bottom: 8px;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .free-section .row .column.img-left,
  .free-section .row .columns.img-left {
    width: 31%;
  }
  .free-section .row .column.textarea-right,
  .free-section .row .columns.textarea-right {
    width: 69%;
  }
  @media all and (max-width: 767px) {
  body{min-width:auto !important;}
    .free-section {
      padding: 0;
      margin-top: 0;
    }
    .free-section * + h2 {
      margin-top: 30px;
    }
    .free-section p {
      padding: 0 15px;
      margin-left: 0;
      margin-right: 0;
    }
    .free-section .row {
      margin: 0;
    }
    .free-section .row .column.img-left,
  .free-section .row .columns.img-left,
    .free-section .row .column.textarea-right,
    .free-section .row .columns.textarea-right {
      width: 100%;
    }
    .free-section .row .column,
    .free-section .row .columns {
      padding: 0 10px;
    }
    .free-section .row .column p,
    .free-section .row .columns p {
      padding: 0 5px;
    }
  }
  
  /* team UNITE
  ---------------------------------------------------------------------------- */
  section#no1 {
   /* padding: 25px 0 100px;*/
    overflow: inherit;
  }
  section#no1 .title {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .025em;
  }
  section#no1 .title .title__big {
    display: block;
    margin-bottom: 15px;
    font-size: 48px;
    font-size: 4.8rem;
  }
  section#no1 .title .title__en {
    display: block;
    margin-bottom: 15px;
    font-family: 'Orbitron', sans-serif;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 500;
    letter-spacing: .05em;
  }
  @media all and (max-width: 767px) {
  
    section#no1 {
      padding: 20px 0 40px;
    }
    section#no1 .title {
      font-size: 18px;
      font-size: 1.8rem;
    }
    section#no1 .title .title__en {
      font-size: 20px;
      font-size: 2.0rem;
    }
    section#no1 .title .title__big {
      font-size: 25px;
      font-size: 2.5rem;
    }
  }
  
  section#no1 .img img{
    width: 100%;
  }
  /* about
  ---------------------------------------------------------------------------- */
  #about_target.ancher {
    position: absolute;
    top: -270px;
    pointer-events: none;
  }
  section#no1 #about {
    position: relative;
    padding-bottom: 100px;
    margin: auto;
  }
  /*section#no1 #about:after {
    width: 100%;
    max-width: inherit;
  }*/
  section#no1 #about:after {
      content: '';
      position: absolute;
      display: block;
      width: calc(100% - 30px);
      /*max-width: 600px;*/
      height: 2px;
      background: #ffc000 !important;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      bottom: 0;
  }
  section#no1 #about .img {
   /* width: 925%;
    max-width: 100%;
    position: absolute;
    top: -215px;
    left: -140px;
    z-index: 2;*/
    
    
  width: 480px;
  max-width: 100%;
  position: absolute;
  top: -360px;
  z-index: 2;
    
    
    
  }
  section#no1 #about .h3 {
    padding:10px auto;
  }
  section#no1 #about .text {
    width: 100%;
    position: relative;
    z-index: 3;
  }
  section#no1 #about .title {
    margin-left: 490px;
    margin-bottom: 85px;
  }
  .abot-text__wrap {
    display: flex;
    flex-wrap: wrap;
    margin: auto -16px;
  }
  .abot-text__wrap p {
    width: 50%;
    padding: 0 16px;
    line-height: 1.75;
    letter-spacing: .05em;
  }
  .abot-text__wrap p strong{
    color:#ffc000;
  }
  @media all and (max-width: 1023px) {
    section#no1 #about .text {
      padding: 0 15px;
    }
    section#no1 #about .title {
      margin-left: 50%;
    }
    section#no1 #about .img {
      width: 34%;
      top: -40%;
      left: 10%;
    }
  }
  @media all and (max-width: 767px) {
    #about_target.ancher {
      top: 0;
    }
    section#no1 #about {
      padding-bottom: 80px;
    }
    section#no1 #about:after {
      width: 87.5%;
    }
    section#no1 #about .img {
      width: 80%;
      position: relative;
      top: -10px;
      left: 0;
      margin-bottom: -20px;
    }
    section#no1 #about .title {
      margin-left: 0;
      margin-bottom: 20px;
    }
    .abot-text__wrap p {
      width: 100%;
    }
  }
  /* profile
  ---------------------------------------------------------------------------- */
   section#no1 .youtube{
      margin: 40px 10px 25px;
      text-align: center;
  }
  section#no1 .youtube iframe{max-width: 100%;}
  
  
  section#no1 #profile {
    padding-top: 100px;
  }
  section#no1 #profile.flexBlock {
    align-items: flex-end;
  }
  section#no1 #profile .title {
    margin-bottom: 50px;
  }
  section#no1 #profile .text {
    padding-bottom: 30px;
    width: calc(100% - 350px - 90px);
  }
  section#no1 #profile .text p {
    line-height: 1.75;
    letter-spacing: .05em;
  }
  section#no1 .rbutton {
    width: auto; /* 編集 */
    max-width: 100%;
    position: relative;
    margin-top: 40px; /* 編集 */
    color: rgb(0, 0, 0);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .05em;
    height: 40px;
   text-align: center;
    line-height: 40px;
  }
  section#no1 #profile h3 {
    padding:10px 0px;
  }
  
  
  section#no1 .rbutton:nth-of-type(n+2){
    margin-top: 20px !important;
  }
  
  
  section#no1 .rbutton span::before, section#no1 .rbutton span::after {
    content: "";
    width: 8px;
    height: 2px;
    border-radius: 1px 0 0 1px;
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    margin: auto;
    transform-origin: center right;
  }
  section#no1 .rbutton span::before {
    transform: rotate(45deg);
  }
  section#no1 .rbutton span::after {
    transform: rotate(-45deg);
  }
  @media all and (max-width: 1023px) {
    section#no1 #profile.flexBlock {
      padding: 100px 15px 0;
    }
    section#no1 #profile .text {
      width: calc(100% - 250px - 90px);
      order: 0;
      margin-right: auto;
    }
    section#no1 .text h2.title {
      margin-left: 0;
    }
  }
  @media all and (max-width: 767px) {
    section#no1 #profile {
      padding-top: 30px;
      padding-bottom: 200px !important;
      position: relative;
    }
    
    section#no1 .flexBlock {
      flex-wrap: wrap;
      justify-content: center;
  }
    
    section#no1 #profile .title {
      margin-bottom: 20px;
    }
    section#no1 #profile .text {
      width: 100%;
      padding-bottom: 0;
      order: 1;
    }
    section#no1 #profile .img {
      position: static;
      margin-bottom: 30px;
    }
    section#no1 div.sitelink{
      width: 360px;
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
    }
    section#no1 rbutton :nth-of-type(n+2){
      bottom: -40px;
  }
  }



  section#no1 #special {
    padding-top: 150px;
	position: relative;
  }
  section#no1 #special p a {
    color:#ffc000;
  }
  section#no1 #special.flexBlock {
    align-items: flex-end;
  }
  section#no1 #special .title {
    margin-bottom: 50px;
  }
  section#no1 #special .text {
    padding-bottom: 30px;
    width: calc(100% - 350px - 90px);
  }
  section#no1 #special .text p {
    line-height: 1.75;
    letter-spacing: .05em;
  }
  section#no1 #special h3 {
    padding:10px 0px;
  }
  section#no1 #special .img {
  width: 350px
  }
    section#no1 #special:before {
      content: '';
      position: absolute;
      display: block;
      width: calc(100% - 30px);
      /*max-width: 600px;*/
      height: 2px;
      background: #ffc000;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      top:80px; 
  }
  
  @media all and (max-width: 1023px) {
    section#no1 #special.flexBlock {
      padding: 150px 15px 0;
    }
    section#no1 #special .text {
      width: calc(100% - 250px - 90px);
      order: 0;
      margin-right: auto;
    }
  }
  @media all and (max-width: 767px) {
    section#no1 #special {
      padding-top: 30px;
      padding-bottom: 100px !important;
      position: relative;
    }
    section#no1 #special .title {
      margin-bottom: 20px;
    }
    section#no1 #special .text {
      width: 100%;
      padding-bottom: 0;
      order: 1;
    }
    section#no1 #special .img {
      position: static;
      margin-bottom: 30px;
	  width: 80%; 
    }
  }

  /* lineup
  ---------------------------------------------------------------------------- */
  section#lineup {
    padding: 80px 0 50px;
	background-image:none;
	background-color:#000;
  }
  section#lineup:before, section#no1:after {
    display: none;
  }
  .lineup_list h3 {
    background: #ffc000;
    font-weight: 500;
    color: rgb(0, 0, 0)!important;
  }
  @media all and (max-width: 1023px) {
    section#lineup .inner {
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  @media all and (max-width: 767px) {
    section#lineup {
      padding: 40px 0;
    }
    section#lineup h2 {
      font-size: 30px;
      font-size: 3.0rem;
    }
    section#lineup .sub_title {
      font-size: 17px;
      font-size: 1.7rem;
    }
    section#lineup p:not(.sub_title) {
      text-align: left;
    }
    .lineup_list h3 {
      margin-bottom: auto;
    }
    .lineup_list > div.rel {
      padding: 20px 0;
    }
  }
  /* player
  ---------------------------------------------------------------------------- */
  section#collabo {
    padding: 80px 0;
  }
  section#collabo::before {
    display: none;
  }
  section#collabo::after {
    height: auto;
    padding-bottom: 29.375%;
   /* background-image: url("https://www.pc-koubou.jp/wp/wp-content/uploads/2021/06/bg__----.png");*/
   background: none;
    background-size: 100% auto;
    background-position: top center;
    z-index: 1;
  }
  section#collabo .inner {
    z-index: 2;
  }
/*  section#collabo h2 {
    text-align: center;
    font-family: 'Orbitron', sans-serif;
    font-size: 50px;
    font-size: 5.0rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .05em;
  }*/
  section#collabo .sub_title {
    margin-top: 25px;
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .025em;
  }
  section#collabo .main_text {
    margin-top: 40px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: .05em;
  }
  .player_list {
    margin-top: 70px;
  }
    .player_list h3 {
      font-size: 3.0rem;
      text-align: left;
      padding-top: 30px;
      padding-bottom: 20px;
      color: #ffc000 !important;
      background: none !important;
  }
  .player_list ul {
    display: flex;
    flex-wrap: wrap;
    margin: -15px -10px;
    justify-content: flex-start;
  }
  .player_list ul li {
    display: flex;
    flex-direction: column;
    width: 25%;
    padding: 15px 10px;
    cursor: pointer;
    overflow: hidden;
  }
  .player__img {
    position: relative;
    border: 2px solid;
    margin: 0;
  }
  .player__img img {
    width: 100%;
  }
  .player__img .img-on {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .3s;
  }
  .player_list ul li:hover .player__img .img-on {
    opacity: 1;
  }
  .player__img figcaption {
    width: 100%;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, .85);
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .player__reading {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffc000!important;
  }
  .player__profile {
    width: 135px;
    height: 30px;
    position: relative;
    margin-left: auto;
    text-align: center;
    color: #000;
    font-family: 'Orbitron', sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: .025em;
  }
  .player__profile::before {
    content: "";
    display: block;
    width: 15px;
    height: 30px;
    border-top: 30px solid;
    border-left: 15px solid transparent;
    position: absolute;
    top: 0;
    right: 100%;
  }
  .player__profile span::before, .player__profile span::after {
    content: "";
    width: 8px;
    height: 2px;
    border-radius: 1px 0 0 1px;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11px;
    margin: auto;
    transform-origin: center right;
  }
  .player__profile span::before {
    transform: rotate(45deg);
  }
  .player__profile span::after {
    transform: rotate(-45deg);
  }
  .player_list ul li:nth-child(2n) .player__profile::before {
    border-top: 0;
    border-bottom: 30px solid;
  }
  .player__profile span {
    display: block;
  }
  .player_list ul li.player__logo {
    width: 50%;
    text-align: center;
    cursor: inherit;
  }
  .player_list ul li.player__logo img {
    margin: auto;
  }
  @media all and (max-width: 1023px) {
    section#collabo .inner {
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  @media all and (max-width: 767px) {
    section#collabo {
      padding: 40px 0;
    }
    section#collabo::after {
      display: none;
    }
    section#collabo h2 {
      font-size: 30px;
      font-size: 3.0rem;
    }
    section#collabo .sub_title {
      margin-top: 20px;
      font-size: 17px;
      font-size: 1.7rem;
    }
    section#collabo .main_text {
      margin-top: 20px;
      text-align: left;
      font-size: 12px;
      font-size: 1.2rem;
    }
    .player_list {
      margin-top: 30px;
    }
    .player_list ul {
      margin: -10px;
    }
    .player_list h3 {
      font-size: 3.0rem;
      text-align: left;
      padding-top: 30px;
      padding-bottom: 20px;
      color: #ffc000 !important;
      background: none !important;
  }
    
    .player_list ul li {
      width: 50%;
      padding: 10px;
    }
    .player_list ul li.player__logo {
      width: 100%;
      margin-top: 20px;
    }
    .player_list ul li.player__logo img {
      width: 160px;
      height: auto;
    }
    .player__img {
      border-width: 1px;
    }
    .player__img figcaption {
      padding: 8px 0;
    }
    .player__name {
      font-size: 15px;
      font-size: 1.5rem;
    }
    .player__reading {
      font-size: 10px;
      font-size: 1.0rem;
    }
    .player__profile {
      width: 85px;
      height: 20px;
      padding-left: 5px;
      text-align: left;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 20px;
    }
    .player__profile::before {
      height: 20px;
      border-top-width: 20px;
    }
    .player_list ul li:nth-child(2n) .player__profile::before {
      border-bottom-width: 20px;
    }
    .player__profile span::before, .player__profile span::after {
      width: 6px;
      height: 1px;
      right: 7px;
    }
  }
  /* popup */
  .lb {
    width: 100%;
    background: url("https://www.pc-koubou.jp/wp/wp-content/uploads/2022/02/bg_no1_02.jpg"), rgb(255, 255, 255);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    background: linear-gradient(0deg, #0d0d0d,#000000, #151515);
  }
  .lb .closeBtn {
    cursor: pointer;
  }
  .lb .lb_contents > .rel > .flexBlock {
    border-bottom: none;
    padding-bottom: 0;
  }
  .lb .lb_contents > .rel {
    padding-bottom: 0;
  }
  .lb .lb_contents .img {
    width: 320px;
    height: 320px;
    padding: 10px;
    border: 2px solid;
    background: none;
  }
  .lb .lb_contents .img img {
    width: 100%;
    transform: none;
    position: static;
  }
  .lb .lb_contents .explain {
    display: flex;
    flex-direction: column;
    width: calc(100% - 320px - 40px);
    padding-bottom: 0;
  }
  .lb .lb_contents .explain .teamName {
    font-size: 12px;
    color:#ffc000;
  }
  .lb .lb_contents .explain .name {
    padding: 5px 10px 0;
    margin-bottom: 10px;
    font-family: 'Orbitron', sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .025em;
    color: #ffc000;
  }
  .lb .lb_contents .explain .reading {
    padding: 0 10px;
    margin-bottom: 5px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: .025em;
    color: #ffc000;
  }
  .lb .lb_contents .sns a {
    display: inline-block;
    width: 145px;
    padding: 10px;
    text-align: center;
    color: #000;
    font-family: 'Orbitron', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .025em;
    margin-bottom: 4px;
    background-color: #ffc000;
  }
  .lb .lb_contents .explain .text {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px 10px 18px;
    background: rgba(0, 0, 0, .5);
    line-height: 2;
    letter-spacing: .05em;
    min-height: 140px!important;
    max-height: 150px!important;
    overflow: auto;
    scrollbar-color: #ffc000 #e0e0e0;
    scrollbar-width: thin;
  
  }
  .lb .lb_contents .sns {
  flex-wrap: wrap;
    width: calc(100% - 300px - 40px - 40px);
   /* top: auto;*/
    bottom: 10px;
    right: 10px;
    background: none;
  }
  .is-pc .lb .sns a.active:before {
    display: none;
  }
  .lb .lb_contents .sns a img {
    display: inline-block;
  }
  .lb .lb_contents .sns a.twitter img {
    width: 20px;
    margin-right: 8px;
  }
  .lb .lb_contents .sns a.youtube img {
    width: 25px;
    margin-right: 10px;
  }
  .lb .lb_contents .sns a.twitch img {
    width: 25px;
    margin-right: 10px;
  }
  .lb .lb_contents .sns a.mildom img {
    width: 25px;
    margin-right: 18px;
  }
  .lb .sns a.inactive {
    display: none!important;
  }
  .lb .lb_contents .btn_prev, .lb .lb_contents .btn_next {
    width: 130px;
    height: 30px;
    padding: 1px;
    /*top: auto;*/
    bottom: -70px;
    font-family: 'Orbitron', sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .025em;
  }
  .lb .lb_contents .btn_prev span, .lb .lb_contents .btn_next span {
    display: block;
    width: 100%;
    line-height: 28px;
    background-color: #ffc000;
    text-align: center;
    color: #000!important;
  }
  .lb .lb_contents .btn_prev:before, .lb .lb_contents .btn_next:before, .lb .lb_contents .btn_prev:after, .lb .lb_contents .btn_next:after {
    content: "";
    width: 15px;
    position: absolute;
    transform: none;
  }
  .lb .lb_contents .btn_prev:before, .lb .lb_contents .btn_next:before {
    border-top: 30px solid;
    top: 0;
  }
  .lb .lb_contents .btn_prev:after, .lb .lb_contents .btn_next:after {
    border-top: 28px solid #ffc000;
    top: 1px;
  }
  .lb .lb_contents .btn_prev:before, .lb .lb_contents .btn_prev:after {
    border-right: 15px solid transparent;
    border-left: none;
    left: 100%;
  }
  .lb .lb_contents .btn_next:before, .lb .lb_contents .btn_next:after {
    border-left: 15px solid transparent;
    border-right: none;
    right: 100%;
  }
  .lb .lb_contents .btn_prev:after {
    border-right-width: 14px;
    transform: translateX(-2px);
  }
  .lb .lb_contents .btn_next:after {
    border-left-width: 14px;
    transform: translateX(2px);
  }
  .icn-prev::before, .icn-prev::after, .icn-next::before, .icn-next::after {
    content: "";
    width: 8px;
    height: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .icn-prev::before, .icn-prev::after {
    border-radius: 0 1px 1px 0;
    transform-origin: center left;
    left: 11px;
  }
  .icn-next::before, .icn-next::after {
    border-radius: 1px 0 0 1px;
    transform-origin: center right;
    right: 11px;
  }
  .icn-prev::before, .icn-next::after {
    transform: rotate(45deg);
  }
  .icn-prev::after, .icn-next::before {
    transform: rotate(-45deg);
  }
  .lb .lb_contents .btn_prev:hover span, .lb .lb_contents .btn_next:hover span {
    color: #fff;
  }
  .btn_prev:hover .icn-prev::before, .btn_prev:hover .icn-prev::after, .btn_next:hover .icn-next::before, .btn_next:hover .icn-next::after {
    background-color: rgb(0, 0, 0);
  }
  @media all and (max-width: 768px) {
  
    .lb {
      /*background: url("https://www.pc-koubou.jp/wp/wp-content/uploads/2022/02/bg_no1_02.jpg"), #000;
      background-position: top center;
      background-size: 100% auto;*/
      background-repeat: no-repeat;
      background: linear-gradient(0deg, #000000,#000000, #3a3a3a);
  
    }
    .lb .lb_contents {
      max-width: 250px;
    }
    .lb .lb_contents > .rel {
      width: 100%;
    }
    .lb .lb_contents > .rel > .flexBlock {
      padding: 40px 0 0;
    }
    .lb .lb_contents .img {
      width: 250px;
      height: 250px;
      border-width: 1px;
    }
    .lb .lb_contents .explain {
      width: 100%;
      background: none;
      position: static;
      margin-top: 10px;
    }
    .lb .lb_contents .explain .name {
      padding-top: 0;
      position: absolute;
      top: -14px;
      left: 0;
      font-size: 25px;
      font-size: 2.5rem;
    }
    .lb .lb_contents .explain .reading {
      margin: 0;
      font-size: 15px;
      font-size: 1.5rem;
    }
    .lb .lb_contents .explain .text {
      min-height: 160px;
    }
    .lb .lb_contents .sns {
      width: 250px;
      padding: 0;
      border: none;
      right: 0;
      bottom: 20px;
    }
    .lb .lb_contents .sns a {
      width: 120px;
      padding: 10px 0;
      font-size: 15px;
      font-size: 1.5rem;
    }
    .lb .lb_contents .sns a.twitter img, .lb .lb_contents .sns a.youtube img {
      margin-right: 3px;
    }
    .lb .lb_contents .btn_prev, .lb .lb_contents .btn_next {
      display: block;
      width: 10px;
      height: 20px;
      background: none !important;
      top: 0;
      bottom: 0;
      margin: auto;
      transform: translateY(-90px);
    }
    .lb .lb_contents .btn_prev {
      left: -25px;
    }
    .lb .lb_contents .btn_next {
      right: -25px;
    }
    .lb .lb_contents .btn_prev span, .lb .lb_contents .btn_next span {
      display: none;
    }
    .lb .lb_contents .btn_prev:before, .lb .lb_contents .btn_next:before, .lb .lb_contents .btn_prev:after, .lb .lb_contents .btn_next:after {
      content: "";
      display: block;
      width: 14px;
      height: 1px;
      border: none;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
    }
    .lb .lb_contents .btn_prev:before, .lb .lb_contents .btn_prev:after {
      transform-origin: center left;
    }
    .lb .lb_contents .btn_next:before, .lb .lb_contents .btn_next:after {
      transform-origin: center right;
    }
    .lb .lb_contents .btn_prev:before, .lb .lb_contents .btn_next:after {
      transform: rotate(45deg);
    }
    .lb .lb_contents .btn_prev:after, .lb .lb_contents .btn_next:before {
      transform: rotate(-45deg);
    }
  }
  
  @media all and (max-width: 1023px) {
  
    .lb {
      background-position: top center;
      background-size: 100% auto;
  
    }
  }
  
  /* information
  ---------------------------------------------------------------------------- */
  section#information {
    padding: 80px 0;
  }
  section#information h2 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 50px;
    font-size: 5.0rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .05em;
  }
  section#information .sub_title {
    margin-bottom: 50px;
    text-align: center;
    color: #000;
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: .025em;
  }
  .info_list {
    flex-wrap: wrap;
    margin: -10px -5px;
  }
  .info_list li {
    display: flex;
    flex-direction: column;
    width: 25%;
    padding: 10px 5px;
    border: none;
    margin: 0;
  }
  .info_list li a {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .info_list time {
    display: block;
    width: 165px;
    background-color: #ffc000;
    position: relative;
    font-family: 'Orbitron', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: .05em;
    color: #fff!important;
  }
  .info_list time::before {
    content: "";
    display: block;
    border-bottom: 30px solid #ffc000;
    border-right: 15px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
  }
  .info__box {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 320px;
    padding: 20px;
    background-color: #ffc000;
  }
  .info_list li a img {
    height: auto;
  }
  .info__title {
    margin-bottom: 20px;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.714;
    letter-spacing: .05em;
    text-decoration: underline;
    color: #fff!important;
  }
  
  .info__txt {
      font-size: 70%;
      text-align: left;
      padding-bottom: 10px;
  }
  
  .info__cat {
    margin-top: auto;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.333;
    letter-spacing: .05em;
  }
  .info__cat .flexBlock {
    justify-content: flex-start;
  }
  .info__cat span.rel {
    display: inline-block;
    margin-right: 5px;
  }
  .info__cat img.rel {
    width: 16px;
  }
  @media all and (max-width: 1023px) {
    section#information .inner {
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  @media all and (max-width: 767px) {
    section#information {
      padding: 40px 0;
    }
    section#information h2 {
      margin-bottom: 20px;
      font-size: 30px;
      font-size: 3.0rem;
    }
    section#information .sub_title {
      margin-bottom: 15px;
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 2;
    }
    .info_list {
      margin: -5px;
    }
    .info_list li {
      width: 50%;
      padding: 5px;
    }
    .info_list time {
      width: 85px;
      font-size: 10px;
      font-size: 1.0rem;
      line-height: 20px;
    }
    .info__box {
      min-height: inherit;
      padding: 10px;
    }
    .info__title {
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 1.5;
    }
    .info__cat {
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 1.454;
    }
  }
  
  
  
  
  /* Color
  ---------------------------------------------------------------------------- */
  section#no1 #color {
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px;
    margin: auto;
  }
  section#no1 #color:before {
      content: '';
      position: absolute;
      display: block;
      width: calc(100% - 30px);
      /*max-width: 600px;*/
      height: 2px;
      background: #ffc000;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      top:80px;
      
  }
  section#no1 #color .img {
  width: 400px;
  max-width: 100%;
  position: absolute;
  top: 150px;
  left: 30px;
  z-index: 2;
  }
  section#no1 #color .text {
    width: 100%;
    position: relative;
    z-index: 3;
  }
  section#no1 #color .title {
    margin-top: 40px;
    margin-left: 490px;
    margin-bottom: 50px;
  }
  .color-text__wrap {
    display: flex;
    flex-wrap: wrap;
    margin: auto -16px;
    justify-content: flex-end;
  }
  .color-text__wrap p {
    width: 50%;
    padding: 0 16px;
    line-height: 1.75;
    letter-spacing: .05em;
  }
  
  .color-text__wrap strong{
    color: #ffc000;
  }
  
  @media all and (max-width: 1023px) {
    section#no1 #color .text {
      padding: 0 15px;
    }
    section#no1 #color .title {
      margin-left: 50%;
    }
    section#no1 #color .img {
      width: 45%;
      top: 20%;
      left: 3%;
    }
  }
  @media all and (max-width: 767px) {
    section#no1 #color {
      padding-bottom: 80px;
    }
    section#no1 #color:after {
      width: 87.5%;
    bottom: -80px;
    }
    section#no1 #color .img {
      width: 50%;
      position: relative;
      top: 10px;
      left: 0;
      margin-bottom: -20px;
      position: static; /* 追加 */
   	 margin-bottom: 30px; /* 追加 */

    }
    section#no1 #color .title {
      margin-left: 0;
      margin-bottom: 20px;
    }
    .color-text__wrap p {
      width: 100%;
    }
  }
  
  .SJ-items__none--title{
    color:#000000!important;
    }
  
    
    section.red_area:before {
      background: none;
  }

  .theme-fullscreen_tpl .icn-prev::before,
  .theme-fullscreen_tpl .icn-prev::after,
  .theme-fullscreen_tpl .icn-next::before,
  .theme-fullscreen_tpl .icn-next::after{
  background-color: #000000;
}



/*追加*/
.rgb__heading,
section.bg_area .rgb__heading{
    text-align: center;
    font-family: 'Orbitron', 'Noto Sans Japanese','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,'メイリオ','ＭＳ Ｐゴシック','MS P Gothic',Osaka,Arial,Helvetica,Verdana,sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: .05em;
	color:#fff;
	background-image:none;
	-webkit-text-fill-color:#ffc000;
}

section.bg_area .rgb__lead{
color:#fff;
}
section#collabo .rgb__lead{
text-align:center;
}

.rgb__heading span {
    display: block;
    margin-top: 0.25em;
    font-size: 60px;
    font-size: 6.0rem;
}
.rgb__sub-heading {
    margin-top: 15px;
    text-align: center !important;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: .025em;
	color:#fff;
}
.player__s-site {
    margin-top: 15px;
}

.bg-radiation {
    background-image: url(https://www.pc-koubou.jp/wp/wp-content/uploads/2021/07/bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
/* player
---------------------------------------------------------------------------- */

.player__s-site a {
    display: block;
    padding: 5px;
    background-color: #000;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .05em;
}

.player__img figcaption span {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 2.666em;
    color: rgb(255, 255, 255);
    font-family: Orbitron, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Arial, Helvetica, Verdana, sans-serif;
    font-weight: 700;
    line-height: 1.333;
    word-break: break-word;
}
section#collabo {
  padding: 80px 0;
}
section#collabo::before {
  display: none;
}
section#collabo::after {
  height: auto;
  padding-bottom: 29.375%;
  background-image: url("https://www.pc-koubou.jp/wp/wp-content/uploads/2021/06/bg__wave.png");
  background-size: 100% auto;
  background-position: top center;
  z-index: 1;
}
section#collabo .inner {
  z-index: 2;
}

section#collabo .main_text {
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .05em;
}
.player_list {
  margin-top: 70px;
}
.player_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -10px;
}
.player_list ul li {
  display: flex;
  flex-direction: column;
  width: 25%;
  padding: 15px 10px;
  cursor: pointer;
  overflow: hidden;
}
.player__img {
  position: relative;
  border: 2px solid;
  margin: 0;
}
.player__img img {
  width: 100%;
}
.player__img .img-on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .3s;
}
.player_list ul li:hover .player__img .img-on {
  opacity: 1;
}
.player__img figcaption {
  width: 100%;
  padding: 15px 0;
  background-color: rgba(0, 0, 0, .75);
  position: absolute;
  bottom: 0;
  left: 0;
}
.player__name {
  font-family: 'Orbitron', sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
}
.player__reading {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
.player__profile {
  width: 135px;
  height: 30px;
  position: relative;
  margin-left: auto;
  text-align: center;
  color: #000;
  font-family: 'Orbitron', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: .025em;
}
.player__profile::before {
  content: "";
  display: block;
  width: 15px;
  height: 30px;
  border-top: 30px solid;
  border-left: 15px solid transparent;
  position: absolute;
  top: 0;
  right: 100%;
}
.player__profile span::before, .player__profile span::after {
  content: "";
  width: 8px;
  height: 2px;
  border-radius: 1px 0 0 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  margin: auto;
  transform-origin: center right;
}
.player__profile span::before {
  transform: rotate(45deg);
}
.player__profile span::after {
  transform: rotate(-45deg);
}
.player_list ul li:nth-child(2n) .player__profile::before {
  border-top: 0;
  border-bottom: 30px solid;
}
.player__profile span {
  display: block;
}
.player_list ul li.player__logo {
  width: 50%;
  text-align: center;
  cursor: inherit;
}
.player_list ul li.player__logo img {
  margin: auto;
}
@media all and (max-width: 1023px) {
  section#collabo .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media all and (max-width: 767px) {
  section#collabo {
    padding: 40px 0;
  }
  section#collabo::after {
    display: none;
  }
  section#collabo h2 {
    font-size: 30px;
    font-size: 3.0rem;
  }
  section#collabo .sub_title {
    margin-top: 20px;
    font-size: 17px;
    font-size: 1.7rem;
  }
  section#collabo .main_text {
    margin-top: 20px;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .player_list {
    margin-top: 30px;
  }
  .player_list ul {
    margin: -10px;
  }
  .player_list ul li {
    width: 50%;
    padding: 10px;
  }
  .player_list ul li.player__logo {
    width: 100%;
    margin-top: 20px;
  }
  .player_list ul li.player__logo img {
    width: 160px;
    height: auto;
  }
  .player__img {
    border-width: 1px;
  }
  .player__img figcaption {
    padding: 8px 0;
  }
  .player__name {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .player__reading {
    font-size: 10px;
    font-size: 1.0rem;
  }
  .player__profile {
    width: 85px;
    height: 20px;
    padding-left: 5px;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
  .player__profile::before {
    height: 20px;
    border-top-width: 20px;
  }
  .player_list ul li:nth-child(2n) .player__profile::before {
    border-bottom-width: 20px;
  }
  .player__profile span::before, .player__profile span::after {
    width: 6px;
    height: 1px;
    right: 7px;
  }
}


/*ZETA DIVISION*/
.player_list ul li.rel.item-zetadivision .player__img{border-color: #E5FF00;}
.player_list ul li.rel.item-zetadivision .player__profile{background-color: #E5FF00;}
.theme-fullscreen_tpl .player_list ul li.rel.item-zetadivision .player__profile:before{border-top-color: #E5FF00;}
.theme-fullscreen_tpl .player_list ul li.rel.item-zetadivision .player__s-site a{color: #E5FF00;}
.theme-fullscreen_tpl .player_list ul li.rel.item-zetadivision .player__s-site a:before , 
.theme-fullscreen_tpl .player_list ul li.rel.item-zetadivision .player__s-site a:after{background-color: #E5FF00;}

/*父ノ背中*/
.theme-fullscreen_tpl .player_list ul li.rel.item-fathersback .player__img{border-color: #44D62B;}
.theme-fullscreen_tpl .player_list ul li.rel.item-fathersback .player__profile{background-color: #44D62B;}
.theme-fullscreen_tpl .player_list ul li.rel.item-fathersback .player__profile:before{border-top-color: #44D62B;}
.theme-fullscreen_tpl .player_list ul li.rel.item-fathersback .player__s-site a{color: #44D62B;}
.theme-fullscreen_tpl .player_list ul li.rel.item-fathersback .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-fathersback .player__s-site a:after{background-color: #44D62B;}

/*PPエンタープライズ*/
.theme-fullscreen_tpl .player_list ul li.rel.item-ppe .player__img{ border-color: #ff1493;}
.player_list ul li.rel.item-ppe .player__profile{background-color: #ff1493;}
.player_list ul li.rel.item-ppe .player__profile:before{border-top-color: #ff1493;}
.player_list ul li.rel.item-ppe .player__s-site a{color: #ff1493;}
.player_list ul li.rel.item-ppe .player__s-site a:before,
.player_list ul li.rel.item-ppe .player__s-site a:after{background-color: #ff1493;}

/*田中理恵 */
.theme-fullscreen_tpl .player_list ul li.rel.item-an .player__img{border-color: #ee82ee;}
.theme-fullscreen_tpl .player_list ul li.rel.item-an .player__profile{background-color: #ee82ee;}
.theme-fullscreen_tpl .player_list ul li.rel.item-an .player__profile:before{border-top-color: #ee82ee;}
.theme-fullscreen_tpl .player_list ul li.rel.item-an .player__s-site a{color: #ee82ee;}
.theme-fullscreen_tpl .player_list ul li.rel.item-an .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-an .player__s-site a:after{background-color: #ee82ee;}

/*石黒千尋 */
.theme-fullscreen_tpl .player_list ul li.rel.item-ic .player__img{border-color: #9400d3;}
.theme-fullscreen_tpl .player_list ul li.rel.item-ic .player__profile{background-color: #9400d3;}
.theme-fullscreen_tpl .player_list ul li.rel.item-ic .player__profile:before{border-top-color: #9400d3;}
.theme-fullscreen_tpl .player_list ul li.rel.item-ic .player__s-site a{color: #9400d3;}
.theme-fullscreen_tpl .player_list ul li.rel.item-ic .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-ic .player__s-site a:after{background-color: #9400d3;}

/*SBI e-Sports */
.theme-fullscreen_tpl .player_list ul li.rel.item-sb .player__img{border-color: #0000ff;}
.theme-fullscreen_tpl .player_list ul li.rel.item-sb .player__profile{background-color: #0000ff;}
.theme-fullscreen_tpl .player_list ul li.rel.item-sb .player__profile:before{border-top-color: #0000ff;}
.theme-fullscreen_tpl .player_list ul li.rel.item-sb .player__s-site a{color: #0000ff;}
.theme-fullscreen_tpl .player_list ul li.rel.item-sb .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-sb .player__s-site a:after{background-color: #0000ff;}

/*BLUE BEES */
.theme-fullscreen_tpl .player_list ul li.rel.item-bb .player__img{border-color: #0000ff;}
.theme-fullscreen_tpl .player_list ul li.rel.item-bb .player__profile{background-color: #0000ff;}
.theme-fullscreen_tpl .player_list ul li.rel.item-bb .player__profile:before{border-top-color: #0000ff;}
.theme-fullscreen_tpl .player_list ul li.rel.item-bb .player__s-site a{color: #0000ff;}
.theme-fullscreen_tpl .player_list ul li.rel.item-bb .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-bb .player__s-site a:after{background-color: #0000ff;}

/*NORTHEPTION */
.theme-fullscreen_tpl .player_list ul li.rel.item-nt .player__img{border-color: #ffcc33;}
.theme-fullscreen_tpl .player_list ul li.rel.item-nt .player__profile{background-color: #ffcc33;}
.theme-fullscreen_tpl .player_list ul li.rel.item-nt .player__profile:before{border-top-color: #ffcc33;}
.theme-fullscreen_tpl .player_list ul li.rel.item-nt .player__s-site a{color: #ffcc33;}
.theme-fullscreen_tpl .player_list ul li.rel.item-nt .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-nt .player__s-site a:after{background-color: #ffcc33;}

/*A2 esports */
.theme-fullscreen_tpl .player_list ul li.rel.item-a2 .player__img{border-color: #a20de4;}
.theme-fullscreen_tpl .player_list ul li.rel.item-a2 .player__profile{background-color: #a20de4;}
.theme-fullscreen_tpl .player_list ul li.rel.item-a2 .player__profile:before{border-top-color: #a20de4;}
.theme-fullscreen_tpl .player_list ul li.rel.item-a2 .player__s-site a{color: #a20de4;}
.theme-fullscreen_tpl .player_list ul li.rel.item-a2 .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-a2 .player__s-site a:after{background-color: #a20de4;}

/*REIGNITE */
.theme-fullscreen_tpl .player_list ul li.rel.item-rg .player__img{border-color: #FF002B;}
.theme-fullscreen_tpl .player_list ul li.rel.item-rg .player__profile{background-color: #FF002B;}
.theme-fullscreen_tpl .player_list ul li.rel.item-rg .player__profile:before{border-top-color: #FF002B;}
.theme-fullscreen_tpl .player_list ul li.rel.item-rg .player__s-site a{color: #FF002B;}
.theme-fullscreen_tpl .player_list ul li.rel.item-rg .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-rg .player__s-site a:after{background-color: #FF002B;}

/*N/S高 */
.theme-fullscreen_tpl .player_list ul li.rel.item-nh .player__img{border-color: #3333ff;}
.theme-fullscreen_tpl .player_list ul li.rel.item-nh .player__profile{background-color: #3333ff;}
.theme-fullscreen_tpl .player_list ul li.rel.item-nh .player__profile:before{border-top-color: #3333ff;}
.theme-fullscreen_tpl .player_list ul li.rel.item-nh .player__s-site a{color: #3333ff;}
.theme-fullscreen_tpl .player_list ul li.rel.item-nh .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-nh .player__s-site a:after{background-color: #3333ff;}

/*GameWith */
.theme-fullscreen_tpl .player_list ul li.rel.item-gw .player__img{border-color: #34b792;}
.theme-fullscreen_tpl .player_list ul li.rel.item-gw .player__profile{background-color: #34b792;}
.theme-fullscreen_tpl .player_list ul li.rel.item-gw .player__profile:before{border-top-color: #34b792;}
.theme-fullscreen_tpl .player_list ul li.rel.item-gw .player__s-site a{color: #34b792;}
.theme-fullscreen_tpl .player_list ul li.rel.item-gw .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-gw .player__s-site a:after{background-color: #34b792;}

/*Riddle re  */
.theme-fullscreen_tpl .player_list ul li.rel.item-rdre .player__img{border-color: #FFE200;}
.theme-fullscreen_tpl .player_list ul li.rel.item-rdre .player__profile{background-color: #FFE200;}
.theme-fullscreen_tpl .player_list ul li.rel.item-rdre .player__profile:before{border-top-color: #FFE200;}
.theme-fullscreen_tpl .player_list ul li.rel.item-rdre .player__s-site a{color: #FFE200;}
.theme-fullscreen_tpl .player_list ul li.rel.item-rdre .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-rdre .player__s-site a:after{background-color: #FFE200;}

/*GXSU  */
.theme-fullscreen_tpl .player_list ul li.rel.item-gs .player__img{border-color: #ff00e9;}
.theme-fullscreen_tpl .player_list ul li.rel.item-gs .player__profile{background-color: #ff00e9;}
.theme-fullscreen_tpl .player_list ul li.rel.item-gs .player__profile:before{border-top-color: #ff00e9;}
.theme-fullscreen_tpl .player_list ul li.rel.item-gs .player__s-site a{color: #ff00e9;}
.theme-fullscreen_tpl .player_list ul li.rel.item-gs .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-gs .player__s-site a:after{background-color: #ff00e9;}

/*MZKR */
.theme-fullscreen_tpl .player_list ul li.rel.item-mz .player__img{border-color: #FFD700;}
.theme-fullscreen_tpl .player_list ul li.rel.item-mz .player__profile{background-color: #FFD700;}
.theme-fullscreen_tpl .player_list ul li.rel.item-mz .player__profile:before{border-top-color: #FFD700;}
.theme-fullscreen_tpl .player_list ul li.rel.item-mz .player__s-site a{color: #FFD700;}
.theme-fullscreen_tpl .player_list ul li.rel.item-mz .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-mz .player__s-site a:after{background-color: #FFD700;}

/*山吹りょう */
.theme-fullscreen_tpl .player_list ul li.rel.item-ry .player__img{border-color: #ff0a2c;}
.theme-fullscreen_tpl .player_list ul li.rel.item-ry .player__profile{background-color: #ff0a2c;}
.theme-fullscreen_tpl .player_list ul li.rel.item-ry .player__profile:before{border-top-color: #ff0a2c;}
.theme-fullscreen_tpl .player_list ul li.rel.item-ry .player__s-site a{color: #ff0a2c;}
.theme-fullscreen_tpl .player_list ul li.rel.item-ry .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-ry .player__s-site a:after{background-color: #ff0a2c;}

/*alba esports  */
.theme-fullscreen_tpl .player_list ul li.rel.item-alba .player__img{border-color: #EE1510;}
.theme-fullscreen_tpl .player_list ul li.rel.item-alba .player__profile{background-color: #EE1510;}
.theme-fullscreen_tpl .player_list ul li.rel.item-alba .player__profile:before{border-top-color: #EE1510;}
.theme-fullscreen_tpl .player_list ul li.rel.item-alba .player__s-site a{color: #EE1510;}
.theme-fullscreen_tpl .player_list ul li.rel.item-alba .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-alba .player__s-site a:after{background-color: #EE1510;}

/*Focus e-Sports Team */
.theme-fullscreen_tpl .player_list ul li.rel.item-fcs .player__img{border-color: #1FD3FF;}
.theme-fullscreen_tpl .player_list ul li.rel.item-fcs .player__profile{background-color: #1FD3FF;}
.theme-fullscreen_tpl .player_list ul li.rel.item-fcs .player__profile:before{border-top-color: #1FD3FF;}
.theme-fullscreen_tpl .player_list ul li.rel.item-fcs .player__s-site a{color: #1FD3FF;}
.theme-fullscreen_tpl .player_list ul li.rel.item-fcs .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-fcs .player__s-site a:after{background-color: #1FD3FF;}

/*Quintette Shizuoka */
.theme-fullscreen_tpl .player_list ul li.rel.item-qte .player__img{border-color: #CC0000;}
.theme-fullscreen_tpl .player_list ul li.rel.item-qte .player__profile{background-color: #CC0000;}
.theme-fullscreen_tpl .player_list ul li.rel.item-qte .player__profile:before{border-top-color: #CC0000;}
.theme-fullscreen_tpl .player_list ul li.rel.item-qte .player__s-site a{color: #CC0000;}
.theme-fullscreen_tpl .player_list ul li.rel.item-qte .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-qte .player__s-site a:after{background-color: #CC0000;}

/*声優e-Sports部 */
.theme-fullscreen_tpl .player_list ul li.rel.item-sec .player__img{border-color: #EB6D80;}
.theme-fullscreen_tpl .player_list ul li.rel.item-sec .player__profile{background-color: #EB6D80;}
.theme-fullscreen_tpl .player_list ul li.rel.item-sec .player__profile:before{border-top-color: #EB6D80;}
.theme-fullscreen_tpl .player_list ul li.rel.item-sec .player__s-site a{color: #EB6D80;}
.theme-fullscreen_tpl .player_list ul li.rel.item-sec .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-sec .player__s-site a:after{background-color: #EB6D80;}

/*らいふがーど*/
.theme-fullscreen_tpl .player_list ul li.rel.item-lg .player__img{border-color: #7cfc00;}
.theme-fullscreen_tpl .player_list ul li.rel.item-lg .player__profile{background-color: #7cfc00;}
.theme-fullscreen_tpl .player_list ul li.rel.item-lg .player__profile:before{border-top-color: #7cfc00;}
.theme-fullscreen_tpl .player_list ul li.rel.item-lg .player__s-site a{color: #7cfc00;}
.theme-fullscreen_tpl .player_list ul li.rel.item-lg .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-lg .player__s-site a:after{background-color: #7cfc00;}

/*ゼロイチゲーム部 */
.theme-fullscreen_tpl .player_list ul li.rel.item-zeroichi .player__img{border-color: #87CEFA;}
.theme-fullscreen_tpl .player_list ul li.rel.item-zeroichi .player__profile{background-color: #87CEFA;}
.theme-fullscreen_tpl .player_list ul li.rel.item-zeroichi .player__profile:before{border-top-color: #87CEFA;}
.theme-fullscreen_tpl .player_list ul li.rel.item-zeroichi .player__s-site a{color: #87CEFA;}
.theme-fullscreen_tpl .player_list ul li.rel.item-zeroichi .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-zeroichi .player__s-site a:after{background-color: #87CEFA;}

/*まゆちゃんねる */
.theme-fullscreen_tpl .player_list ul li.rel.item-mq .player__img{border-color: #87CEFA;}
.theme-fullscreen_tpl .player_list ul li.rel.item-mq .player__profile{background-color: #87CEFA;}
.theme-fullscreen_tpl .player_list ul li.rel.item-mq .player__profile:before{border-top-color: #87CEFA;}
.theme-fullscreen_tpl .player_list ul li.rel.item-mq .player__s-site a{color: #87CEFA;}
.theme-fullscreen_tpl .player_list ul li.rel.item-mq .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-mq .player__s-site a:after{background-color: #87CEFA;}

.player__img figcaption span {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 2.666em;
    color: #FFF;
    font-family: 'Orbitron', 'Noto Sans Japanese','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,'メイリオ','ＭＳ Ｐゴシック','MS P Gothic',Osaka,Arial,Helvetica,Verdana,sans-serif;
    font-weight: 700;
    line-height: 1.333;
    word-break: break-word;
}
.player__img figcaption span {
     text-align: center;
    letter-spacing: .025em;
}
.player__name {
    font-size: 30px;
    /* font-size: 3.0rem; */
}
.player__img figcaption {
    padding: 10px 0;
}

/*JapanKillerAngelコラボ */
.theme-fullscreen_tpl .player_list ul li.rel.item-jka .player__img{border-color: #ffff00;}
.theme-fullscreen_tpl .player_list ul li.rel.item-jka .player__profile{background-color: #ffff00;}
.theme-fullscreen_tpl .player_list ul li.rel.item-jka .player__profile:before{border-top-color: #ffff00;}
.theme-fullscreen_tpl .player_list ul li.rel.item-jka .player__s-site a{color: #ffff00;}
.theme-fullscreen_tpl .player_list ul li.rel.item-jka .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-jka .player__s-site a:after{background-color: #ffff00;}

/*雨栗コラボ */
.theme-fullscreen_tpl .player_list ul li.rel.item-agr .player__img{border-color: #f62828;}
.theme-fullscreen_tpl .player_list ul li.rel.item-agr .player__profile{background-color: #f62828;}
.theme-fullscreen_tpl .player_list ul li.rel.item-agr .player__profile:before{border-top-color: #f62828;}
.theme-fullscreen_tpl .player_list ul li.rel.item-agr .player__s-site a{color: #f62828;}
.theme-fullscreen_tpl .player_list ul li.rel.item-agr .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-agr .player__s-site a:after{background-color: #f62828;}

/*PULVEREX コラボ */
.theme-fullscreen_tpl .player_list ul li.rel.item-pvx .player__img{ border-color: #00FF82;}
.theme-fullscreen_tpl .player_list ul li.rel.item-pvx .player__profile{background-color: #00FF82;}
.theme-fullscreen_tpl .player_list ul li.rel.item-pvx .player__profile:before{border-top-color: #00FF82;}
.theme-fullscreen_tpl .player_list ul li.rel.item-pvx .player__s-site a{color: #00FF82;}
.theme-fullscreen_tpl .player_list ul li.rel.item-pvx .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-pvx .player__s-site a:after{background-color: #00FF82;}

/*えなこコラボ */
.theme-fullscreen_tpl .player_list ul li.rel.item-enk .player__img{border-color: #FF1493;}
.theme-fullscreen_tpl .player_list ul li.rel.item-enk .player__profile{background-color: #FF1493;}
.theme-fullscreen_tpl .player_list ul li.rel.item-enk .player__profile:before{border-top-color: #FF1493;}
.theme-fullscreen_tpl .player_list ul li.rel.item-enk .player__s-site a{color: #FF1493;}
.theme-fullscreen_tpl .player_list ul li.rel.item-enk .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-enk .player__s-site a:after{background-color: #FF1493;}

/*FC Destroy コラボ */
.theme-fullscreen_tpl .player_list ul li.rel.item-fcd .player__img{border-color: #C8330B;}
.theme-fullscreen_tpl .player_list ul li.rel.item-fcd .player__profile{background-color: #C8330B;}
.theme-fullscreen_tpl .player_list ul li.rel.item-fcd .player__profile:before{border-top-color: #C8330B;}
.theme-fullscreen_tpl .player_list ul li.rel.item-fcd .player__s-site a{color: #C8330B;}
.theme-fullscreen_tpl .player_list ul li.rel.item-fcd .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-fcd .player__s-site a:after{background-color: #C8330B;}

/*伊織もえコラボ*/
.theme-fullscreen_tpl .player_list ul li.rel.item-moe .player__img{border-color: #0165FD;}
.theme-fullscreen_tpl .player_list ul li.rel.item-moe .player__profile{background-color: #0165FD;}
.theme-fullscreen_tpl .player_list ul li.rel.item-moe .player__profile:before{border-top-color: #0165FD;}
.theme-fullscreen_tpl .player_list ul li.rel.item-moe .player__s-site a{color: #0165FD;}
.theme-fullscreen_tpl .player_list ul li.rel.item-moe .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-moe .player__s-site a:after{background-color: #0165FD;}

/*篠崎こころコラボ */
.theme-fullscreen_tpl .player_list ul li.rel.item-kokoro .player__img{border-color: #41DDD0;}
.theme-fullscreen_tpl .player_list ul li.rel.item-kokoro .player__profile{background-color: #41DDD0;}
.theme-fullscreen_tpl .player_list ul li.rel.item-kokoro .player__profile:before{border-top-color: #41DDD0;}
.theme-fullscreen_tpl .player_list ul li.rel.item-kokoro .player__s-site a{color: #41DDD0;}
.theme-fullscreen_tpl .player_list ul li.rel.item-kokoro .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-kokoro .player__s-site a:after{background-color: #41DDD0;}

/*篠原みなみコラボ*/
.theme-fullscreen_tpl .player_list ul li.rel.item-mnm .player__img{border-color: #60BFEB;}
.theme-fullscreen_tpl .player_list ul li.rel.item-mnm .player__profile{background-color: #60BFEB;}
.theme-fullscreen_tpl .player_list ul li.rel.item-mnm .player__profile:before{border-top-color: #60BFEB;}
.theme-fullscreen_tpl .player_list ul li.rel.item-mnm .player__s-site a{color: #60BFEB;}
.theme-fullscreen_tpl .player_list ul li.rel.item-mnm .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-mnm .player__s-site a:after{background-color: #60BFEB;}

/*FOR7 コラボ */
.theme-fullscreen_tpl .player_list ul li.rel.item-for7 .player__img{border-color: #0653b1;}
.theme-fullscreen_tpl .player_list ul li.rel.item-for7 .player__profile{background-color: #0653b1;}
.theme-fullscreen_tpl .player_list ul li.rel.item-for7 .player__profile:before{border-top-color: #0653b1;}
.theme-fullscreen_tpl .player_list ul li.rel.item-for7 .player__s-site a{color: #0653b1;}
.theme-fullscreen_tpl .player_list ul li.rel.item-for7 .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-for7 .player__s-site a:after{background-color: #0653b1;}

/*AlphaAzurコラボ */
.theme-fullscreen_tpl .player_list ul li.rel.item-azur .player__img{border-color: #d0121b;}
.theme-fullscreen_tpl .player_list ul li.rel.item-azur .player__profile{background-color: #d0121b;}
.theme-fullscreen_tpl .player_list ul li.rel.item-azur .player__profile:before{border-top-color: #d0121b;}
.theme-fullscreen_tpl .player_list ul li.rel.item-azur .player__s-site a{color: #d0121b;}
.theme-fullscreen_tpl .player_list ul li.rel.item-azur .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-azur .player__s-site a:after{ background-color: #d0121b;}

/*えい梨コラボ*/
.theme-fullscreen_tpl .player_list ul li.rel.item-eili .player__img{border-color: #FDF001;}
.theme-fullscreen_tpl .player_list ul li.rel.item-eili .player__profile{background-color: #FDF001;}
.theme-fullscreen_tpl .player_list ul li.rel.item-eili .player__profile:before{border-top-color: #FDF001;}
.theme-fullscreen_tpl .player_list ul li.rel.item-eili .player__s-site a{color: #FDF001;}
.theme-fullscreen_tpl .player_list ul li.rel.item-eili .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-eili .player__s-site a:after{background-color: #FDF001;}

/*Cold コラボゲーミングPC */
.theme-fullscreen_tpl .player_list ul li.rel.item-cold .player__img{border-color: #0654B6;}
.theme-fullscreen_tpl .player_list ul li.rel.item-cold .player__profile{background-color: #0654B6;}
.theme-fullscreen_tpl .player_list ul li.rel.item-cold .player__profile:before{border-top-color: #0654B6;}
.theme-fullscreen_tpl .player_list ul li.rel.item-cold .player__s-site a{color: #0654B6;}
.theme-fullscreen_tpl .player_list ul li.rel.item-cold .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-cold .player__s-site a:after{background-color: #0654B6;}

/*Unloq コラボゲーミングPC */
.theme-fullscreen_tpl .player_list ul li.rel.item-unloq .player__img{ border-color: #ffffff;}
.theme-fullscreen_tpl .player_list ul li.rel.item-unloq .player__profile{background-color: #ffffff;}
.theme-fullscreen_tpl .player_list ul li.rel.item-unloq .player__profile:before{border-top-color: #ffffff;}
.theme-fullscreen_tpl .player_list ul li.rel.item-unloq .player__s-site a{color: #ffffff;}
.theme-fullscreen_tpl .player_list ul li.rel.item-unloq .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-unloq .player__s-site a:after{background-color: #ffffff;}

/*だんたい コラボゲーミングPC */
.theme-fullscreen_tpl .player_list ul li.rel.item-danntai .player__img{border-color: #A203F1;}
.theme-fullscreen_tpl .player_list ul li.rel.item-danntai .player__profile{background-color: #A203F1;}
.theme-fullscreen_tpl .player_list ul li.rel.item-danntai .player__profile:before{ border-top-color: #A203F1;}
.theme-fullscreen_tpl .player_list ul li.rel.item-danntai .player__s-site a{color: #A203F1;}
.theme-fullscreen_tpl .player_list ul li.rel.item-danntai .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-danntai .player__s-site a:after{background-color: #A203F1;}

/*Rush Gaming コラボゲーミングPC */
.theme-fullscreen_tpl .player_list ul li.rel.item-rush .player__img{border-color: #C21322;}
.theme-fullscreen_tpl .player_list ul li.rel.item-rush .player__profile{background-color: #C21322;}
.theme-fullscreen_tpl .player_list ul li.rel.item-rush .player__profile:before{border-top-color: #C21322;}
.theme-fullscreen_tpl .player_list ul li.rel.item-rush .player__s-site a{color: #C21322;}
.theme-fullscreen_tpl .player_list ul li.rel.item-rush .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-rush .player__s-site a:after{background-color: #C21322;}

/*はづきみゆ コラボゲーミングPC */
.theme-fullscreen_tpl .player_list ul li.rel.item-hzm .player__img{border-color: #ff1051;}
.theme-fullscreen_tpl .player_list ul li.rel.item-hzm .player__profile{background-color: #ff1051;}
.theme-fullscreen_tpl .player_list ul li.rel.item-hzm .player__profile:before{border-top-color: #ff1051;}
.theme-fullscreen_tpl .player_list ul li.rel.item-hzm .player__s-site a{color: #ff1051;}
.theme-fullscreen_tpl .player_list ul li.rel.item-hzm .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-hzm .player__s-site a:after{background-color: #ff1051;}

/*神谷ねこ コラボゲーミングPC */
.theme-fullscreen_tpl .player_list ul li.rel.item-neco .player__img{border-color: #FF69B4;}
.theme-fullscreen_tpl .player_list ul li.rel.item-neco .player__profile{background-color: #FF69B4;}
.theme-fullscreen_tpl .player_list ul li.rel.item-neco .player__profile:before{border-top-color: #FF69B4;}
.theme-fullscreen_tpl .player_list ul li.rel.item-neco .player__s-site a{color: #FF69B4;}
.theme-fullscreen_tpl .player_list ul li.rel.item-neco .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-neco .player__s-site a:after{background-color: #FF69B4;}

/*Nebula e-Sports コラボゲーミングPC */
.theme-fullscreen_tpl .player_list ul li.rel.item-nes .player__img{border-color: #0066A8;}
.theme-fullscreen_tpl .player_list ul li.rel.item-nes .player__profile{background-color: #0066A8;}
.theme-fullscreen_tpl .player_list ul li.rel.item-nes .player__profile:before{border-top-color: #0066A8;}
.theme-fullscreen_tpl .player_list ul li.rel.item-nes .player__s-site a{color: #0066A8;}
.theme-fullscreen_tpl .player_list ul li.rel.item-nes .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-nes .player__s-site a:after{background-color: #0066A8;}

/*NENE×YOCHU コラボゲーミングPC */
.theme-fullscreen_tpl .player_list ul li.rel.item-nny .player__img{ border-color: #7b68ee;}
.theme-fullscreen_tpl .player_list ul li.rel.item-nny .player__profile{ background-color: #7b68ee;}
.theme-fullscreen_tpl .player_list ul li.rel.item-nny .player__profile:before{ border-top-color: #7b68ee;}
.theme-fullscreen_tpl .player_list ul li.rel.item-nny .player__s-site a{ color: #7b68ee;}
.theme-fullscreen_tpl .player_list ul li.rel.item-nny .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-nny .player__s-site a:after{ background-color: #7b68ee;}

/*REALIZE コラボゲーミングPC */
.theme-fullscreen_tpl .player_list ul li.rel.item-realize .player__img{ border-color: #4A0EF7;}
.theme-fullscreen_tpl .player_list ul li.rel.item-realize .player__profile{ background-color: #4A0EF7;}
.theme-fullscreen_tpl .player_list ul li.rel.item-realize .player__profile:before{ border-top-color: #4A0EF7;}
.theme-fullscreen_tpl .player_list ul li.rel.item-realize .player__s-site a{ color: #4A0EF7;}
.theme-fullscreen_tpl .player_list ul li.rel.item-realize .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-realize .player__s-site a:after{ background-color: #4A0EF7;}

/*ドズル社 コラボゲーミングPC */
.theme-fullscreen_tpl .player_list ul li.rel.item-dozle .player__img{ border-color: #BC0C16;}
.theme-fullscreen_tpl .player_list ul li.rel.item-dozle .player__profile{ background-color: #BC0C16;}
.theme-fullscreen_tpl .player_list ul li.rel.item-dozle .player__profile:before{ border-top-color: #BC0C16;}
.theme-fullscreen_tpl .player_list ul li.rel.item-dozle .player__s-site a{ color: #BC0C16;}
.theme-fullscreen_tpl .player_list ul li.rel.item-dozle .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-dozle .player__s-site a:after{ background-color: #BC0C16;}

/*梶裕貴 コラボゲーミングPC */
.theme-fullscreen_tpl .player_list ul li.rel.item-kaji .player__img{  border-color: #009E90;}
.theme-fullscreen_tpl .player_list ul li.rel.item-kaji .player__profile{  background-color: #009E90;}
.theme-fullscreen_tpl .player_list ul li.rel.item-kaji .player__profile:before{  border-top-color: #009E90;}
.theme-fullscreen_tpl .player_list ul li.rel.item-kaji .player__s-site a{  color: #009E90;}
.theme-fullscreen_tpl .player_list ul li.rel.item-kaji .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-kaji .player__s-site a:after{  background-color: #009E90;}

/*NIRU コラボゲーミングPC */
.theme-fullscreen_tpl .player_list ul li.rel.item-niru .player__img{  border-color: #ffffff;}
.theme-fullscreen_tpl .player_list ul li.rel.item-niru .player__profile{  background-color: #ffffff;}
.theme-fullscreen_tpl .player_list ul li.rel.item-niru .player__profile:before{  border-top-color: #ffffff;}
.theme-fullscreen_tpl .player_list ul li.rel.item-niru .player__s-site a{  color: #ffffff;}
.theme-fullscreen_tpl .player_list ul li.rel.item-niru .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-niru .player__s-site a:after{  background-color: #ffffff;}

/*島崎信長 コラボゲーミングPC */
.theme-fullscreen_tpl .player_list ul li.rel.item-nbs .player__img{  border-color: #60BFEB;}
.theme-fullscreen_tpl .player_list ul li.rel.item-nbs .player__profile{  background-color: #60BFEB;}
.theme-fullscreen_tpl .player_list ul li.rel.item-nbs .player__profile:before{  border-top-color: #60BFEB;}
.theme-fullscreen_tpl .player_list ul li.rel.item-nbs .player__s-site a{  color: #60BFEB;}
.theme-fullscreen_tpl .player_list ul li.rel.item-nbs .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-nbs .player__s-site a:after{  background-color: #60BFEB;}

/*花江夏樹 コラボゲーミングPC */
.theme-fullscreen_tpl .player_list ul li.rel.item-hanae .player__img{  border-color: #ff8c00;}
.theme-fullscreen_tpl .player_list ul li.rel.item-hanae .player__profile{  background-color: #ff8c00;}
.theme-fullscreen_tpl .player_list ul li.rel.item-hanae .player__profile:before{  border-top-color: #ff8c00;}
.theme-fullscreen_tpl .player_list ul li.rel.item-hanae .player__s-site a{  color: #ff8c00;}
.theme-fullscreen_tpl .player_list ul li.rel.item-hanae .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-hanae .player__s-site a:after{  background-color: #ff8c00;}

/*hapi コラボゲーミングPC */
.theme-fullscreen_tpl .player_list ul li.rel.item-hapi .player__img{  border-color: #DB90B8;}
.theme-fullscreen_tpl .player_list ul li.rel.item-hapi .player__profile{  background-color: #DB90B8;}
.theme-fullscreen_tpl .player_list ul li.rel.item-hapi .player__profile:before{  border-top-color: #DB90B8;}
.theme-fullscreen_tpl .player_list ul li.rel.item-hapi .player__s-site a{  color: #DB90B8;}
.theme-fullscreen_tpl .player_list ul li.rel.item-hapi .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-hapi .player__s-site a:after{  background-color: #DB90B8;}

/*椎名ひかり コラボゲーミングPC */
.theme-fullscreen_tpl .player_list ul li.rel.item-hks .player__img{  border-color: #AF011C;}
.theme-fullscreen_tpl .player_list ul li.rel.item-hks .player__profile{  background-color: #AF011C;}
.theme-fullscreen_tpl .player_list ul li.rel.item-hks .player__profile:before{  border-top-color: #AF011C;}
.theme-fullscreen_tpl .player_list ul li.rel.item-hks .player__s-site a{  color: #AF011C;}
.theme-fullscreen_tpl .player_list ul li.rel.item-hks .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-hks .player__s-site a:after{  background-color: #AF011C;}

/*SPYGEA コラボゲーミングPC */
.theme-fullscreen_tpl .player_list ul li.rel.item-spy .player__img{  border-color: #68E800;}
.theme-fullscreen_tpl .player_list ul li.rel.item-spy .player__profile{  background-color: #68E800;}
.theme-fullscreen_tpl .player_list ul li.rel.item-spy .player__profile:before{  border-top-color: #68E800;}
.theme-fullscreen_tpl .player_list ul li.rel.item-spy .player__s-site a{  color: #68E800;}
.theme-fullscreen_tpl .player_list ul li.rel.item-spy .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-spy .player__s-site a:after{  background-color: #68E800;}

/*赤見かるび コラボゲーミングPC */
.theme-fullscreen_tpl .player_list ul li.rel.item-akami .player__img{  border-color: #ea5869;}
.theme-fullscreen_tpl .player_list ul li.rel.item-akami .player__profile{  background-color: #ea5869;}
.theme-fullscreen_tpl .player_list ul li.rel.item-akami .player__profile:before{  border-top-color: #ea5869;}
.theme-fullscreen_tpl .player_list ul li.rel.item-akami .player__s-site a{  color: #ea5869;}
.theme-fullscreen_tpl .player_list ul li.rel.item-akami .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-akami .player__s-site a:after{  background-color: #ea5869;}

/*ragis コラボゲーミングPC */
.theme-fullscreen_tpl .player_list ul li.rel.item-ragis .player__img{  border-color: #0000FF;}
.theme-fullscreen_tpl .player_list ul li.rel.item-ragis .player__profile{  background-color: #0000FF;}
.theme-fullscreen_tpl .player_list ul li.rel.item-ragis .player__profile:before{  border-top-color: #0000FF;}
.theme-fullscreen_tpl .player_list ul li.rel.item-ragis .player__s-site a{  color: #0000FF;}
.theme-fullscreen_tpl .player_list ul li.rel.item-ragis .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-ragis .player__s-site a:after{  background-color: #0000FF;}

/*みゃこ コラボゲーミングPC */
.theme-fullscreen_tpl .player_list ul li.rel.item-myako .player__img{  border-color: #9F00FF;}
.theme-fullscreen_tpl .player_list ul li.rel.item-myako .player__profile{  background-color: #9F00FF;}
.theme-fullscreen_tpl .player_list ul li.rel.item-myako .player__profile:before{  border-top-color: #9F00FF;}
.theme-fullscreen_tpl .player_list ul li.rel.item-myako .player__s-site a{  color: #9F00FF;}
.theme-fullscreen_tpl .player_list ul li.rel.item-myako .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-myako .player__s-site a:after{  background-color: #9F00FF;}

/*東雲うみ コラボゲーミングPC */
.theme-fullscreen_tpl .player_list ul li.rel.item-umi .player__img{  border-color: #04afff;}
.theme-fullscreen_tpl .player_list ul li.rel.item-umi .player__profile{  background-color: #04afff;}
.theme-fullscreen_tpl .player_list ul li.rel.item-umi .player__profile:before{  border-top-color: #04afff;}
.theme-fullscreen_tpl .player_list ul li.rel.item-umi .player__s-site a{  color: #04afff;}
.theme-fullscreen_tpl .player_list ul li.rel.item-umi .player__s-site a:before,
.theme-fullscreen_tpl .player_list ul li.rel.item-umi .player__s-site a:after{  background-color: #04afff;}

/*ボタン*/
a.rel.rbutton{color:#000000!important;}
.rbutton {
    width: auto;
    max-width: 100%;
    position: relative;
    margin-top: 40px;
    color: rgb(0, 0, 0);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .05em;
    height: 40px;
    text-align: center;
    line-height: 40px;
background-color: #ffc000;
margin:auto;
width:60%;
}
.rbutton span::before, .rbutton span::after {
    content: "";
    width: 8px;
    height: 2px;
    border-radius: 1px 0 0 1px;
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    margin: auto;
    transform-origin: center right;
}
.rbutton span::before {
    transform: rotate(45deg);
}
.rbutton span::after {
    transform: rotate(-45deg);
}

@media all and (max-width: 767px) {
.rbutton {
height:53px;
line-height:180%;
font-size:14px;
width:80%;
}
}



.t-collabo-movie__group {
    margin-top: 35px;
}
.t-collabo-movie__group-item {
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
}
.t-collabo_movie_heading-ja {
    margin-top: 0px;
    margin-bottom: 45px;
	text-align:center!important;
	font-size: 3.0rem!important;
	
}

.t-collabo__section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.t-collabo-campaign__container {
    padding: 55px 0 100px;
}
.t-collabo__container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-right: auto;
    margin-left: auto;
}
.t-collabo__heading {
    min-width: 480px;
    max-width: 100%;
    padding-bottom: 0px;
    position: relative;
    color: #ffc000;
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    font-size: 6.0rem!important;
    font-weight: 600!important;
    font-style: italic;
}

.t-collabo__heading {
    position: relative;
    text-align: center;
    font-size: 54px;
    font-size: 5.4rem;
    line-height: 1.131;
    letter-spacing: .025em;
}
.t-collabo-movie__iframe-wrap {
padding-bottom: 56.17%;
position: relative;
}

.t-collabo-movie__iframe-wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}