<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */






body {
  /*  font-family: 'M PLUS 1p', 'Montserrat', sans-serif;*/
  color: #1E0064;
  }
  
  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: #1E0064;
  }
  
  
  
  
  .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 &gt; p,
  .theme-fullscreen_tpl section#vtuber774 .title,
  .theme-fullscreen_tpl .lineup_list h3,
  .theme-fullscreen_tpl section#members h2,
  .theme-fullscreen_tpl section#members .sub_title,
  .theme-fullscreen_tpl section#members .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:#ff3278;
  }
  .theme-fullscreen_tpl .lb .closeBtn .rel span,
  .theme-fullscreen_tpl .menu-trigger .rel span,
  .theme-fullscreen_tpl section#vtuber774 #about:after,
  .theme-fullscreen_tpl section#vtuber774 .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: #ff3278;
  }
  .theme-fullscreen_tpl .player__img,
  .theme-fullscreen_tpl .lb .lb_contents .img {
    border-color: #ff3278;
  }
  .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: #ff3278;
  }
  .theme-fullscreen_tpl .player_list ul li:nth-child(2n) .player__profile::before {
    border-bottom-color: #ff3278;
  }
  @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: #1e0064;
    }
  }
  /* header
  ---------------------------------------------------------------------------- */
  header &gt; .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: #ff3278!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: #ff3278!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: #ff3278!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;
  }

    .t-collabo-movie__iframe-wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	}
	
.t-collabo-movie__group {margin-top: 35px;}
.textarea-right h3{margin-left: 14px;}
.t-collabo-movie__group-item {max-width: 940px;margin-right: auto;margin-left: auto;}
.t-collabo__heading-ja {margin-top: 0px;margin-bottom: 45px;margin-top: 45px;text-align: center;font-size: 30px;
    font-size: 3.0rem;font-weight: 700;letter-spacing: .039em;}	
	.t-collabo-movie__iframe-wrap {padding-bottom: 56.17%;position: relative;}
@media all and (max-width: 767px) {


    header &gt; .flexBlock &gt; 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/2023/11/bg_774_re.png"), #f5f5fa;
    /*background-position: center;*/
    background-attachment: fixed;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  
  section.red_area02 {
    background: url("https://www.pc-koubou.jp/wp/wp-content/uploads/2023/11/bg_774_re.png"), #f5f5fa;
    background-attachment: fixed;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  section.bg_area h2 {
    background: none;
    -webkit-text-fill-color: #ff3278;
    color: #ff3278 !important;
    font-family: 'Orbitron', sans-serif;
    font-weight: 500;
  }
  section.bg_area {
    background: url("https://www.pc-koubou.jp/wp/wp-content/uploads/2023/11/bg_774_re.png"), #f5f5fa;
    background-position: center;
    background-attachment:scroll;
    background-repeat: no-repeat;
    background-size: cover;
  }
  @media all and (max-width: 767px) {
    section.red_area {
      background: url("https://www.pc-koubou.jp/wp/wp-content/uploads/2023/11/bg_774_re.png"), #f5f5fa;
      background-size: 100% auto;
      background-attachment: fixed;
      background-repeat: no-repeat;
    }
    
    section.red_area02 {
    background: url("https://www.pc-koubou.jp/wp/wp-content/uploads/2023/11/bg_774_re.png"), #f5f5fa;
      /*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/2023/11/bg_774_re.png"), #f5f5fa;
      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;
    }
  }
  .bg-wave {
    padding-bottom: 0px;
    background: url("https://www.pc-koubou.jp/wp/wp-content/uploads/2023/11/bg_774_re.png"), #f5f5fa;
    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/2023/11/bg_774_re.png"), #f5f5fa;
      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/bg__wave.png"), #000;
      background-size: 100% auto;
    background-position: top;
  }*/
  section.top_text_area {
    background: none;
  }
  section.top_text_area &gt; 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 &gt; p {
      min-height: 280px;
      padding-bottom: 100px;
    }
  }
  @media all and (max-width: 767px) {
    section.top_text_area {
      padding: 0 20px;
    }
    section.top_text_area &gt; 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: #ffffff;
    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 p:has(&gt;small) {
    margin-bottom: 0;
	text-align:right;
  }
  .free-section a {
    color: #ff3278 !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#vtuber774 {
    padding: 25px 0 100px;
    overflow: inherit;
  }
  section#vtuber774 .title {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .025em;
  }
  section#vtuber774 .title .title__big {
    display: block;
    margin-bottom: 15px;
    font-size: 48px;
    font-size: 4.8rem;
  }
  section#vtuber774 .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#vtuber774 {
      padding: 20px 0 40px;
    }
    section#vtuber774 .title {
      font-size: 18px;
      font-size: 1.8rem;
    }
    section#vtuber774 .title .title__en {
      font-size: 20px;
      font-size: 2.0rem;
    }
    section#vtuber774 .title .title__big {
      font-size: 25px;
      font-size: 2.5rem;
    }
  }
  
  section#vtuber774 .img img{
    width: 100%;
  }
  /* about
  ---------------------------------------------------------------------------- */
  #about_target.ancher {
    position: absolute;
    top: -270px;
    pointer-events: none;
  }
  section#vtuber774 #about {
    position: relative;
    padding-bottom: 100px;
    margin: auto;
  }
  /*section#vtuber774 #about:after {
    width: 100%;
    max-width: inherit;
  }*/
  section#vtuber774 #about:after {
      content: '';
      position: absolute;
      display: block;
      width: calc(100% - 30px);
      /*max-width: 600px;*/
      height: 2px;
      background: #1e0064 !important;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      bottom: 0;
  }
  section#vtuber774 #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#vtuber774 #about .h3 {
    padding:10px auto;
  }
  section#vtuber774 #about .text {
    width: 100%;
    position: relative;
    z-index: 3;
  }
  section#vtuber774 #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:#1e0064;
  }
  @media all and (max-width: 1023px) {
    section#vtuber774 #about .text {
      padding: 0 15px;
    }
    section#vtuber774 #about .title {
      margin-left: 50%;
    }
    section#vtuber774 #about .img {
      width: 34%;
      top: -40%;
      left: 10%;
    }
  }
  @media all and (max-width: 767px) {
    #about_target.ancher {
      top: 0;
    }
    section#vtuber774 #about {
      padding-bottom: 80px;
    }
    section#vtuber774 #about:after {
      width: 87.5%;
    }
    section#vtuber774 #about .img {
      width: 80%;
      position: relative;
      top: -10px;
      left: 0;
      margin-bottom: -20px;
    }
    section#vtuber774 #about .title {
      margin-left: 0;
      margin-bottom: 20px;
    }
    .abot-text__wrap p {
      width: 100%;
    }
  }
  /* profile
  ---------------------------------------------------------------------------- */
   section#vtuber774 .youtube{
      margin: 40px 10px 25px;
      text-align: center;
  }
  section#vtuber774 .youtube iframe{max-width: 100%;}
  
  
  section#vtuber774 #profile {
    padding-top: 100px;
  }
  section#vtuber774 #profile.flexBlock {
    align-items: flex-end;
  }
  section#vtuber774 #profile .title {
    margin-bottom: 50px;
  }
  section#vtuber774 #profile .text {
    padding-bottom: 30px;
    width: calc(100% - 350px - 90px);
  }
  section#vtuber774 #profile .text p {
    line-height: 1.75;
    letter-spacing: .05em;
  }
  section#vtuber774 .rbutton {
    width: auto; /* ﾃｧﾂｷﾂｨﾃｩ窶ｺ窶� */
    max-width: 100%;
    position: relative;
    margin-top: 40px; /* ﾃｧﾂｷﾂｨﾃｩ窶ｺ窶� */
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .05em;
    height: 40px;
   text-align: center;
    line-height: 40px;
  }
  section#vtuber774 #profile h3 {
    padding:10px 0px;
  }
  
  
  section#vtuber774 .rbutton:nth-of-type(n+2){
    margin-top: 20px !important;
  }
  
  
  section#vtuber774 .rbutton span::before, section#vtuber774 .rbutton span::after {
    content: "";
    width: 8px;
    height: 2px;
    border-radius: 1px 0 0 1px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    margin: auto;
    transform-origin: center right;
  }
  section#vtuber774 .rbutton span::before {
    transform: rotate(45deg);
  }
  section#vtuber774 .rbutton span::after {
    transform: rotate(-45deg);
  }
  @media all and (max-width: 1023px) {
    section#vtuber774 #profile.flexBlock {
      padding: 10px 15px 0;
    }
    section#vtuber774 #profile .text {
      width: calc(100% - 250px - 90px);
      order: 0;
      margin-right: auto;
    }
    section#vtuber774 .text h2.title {
      margin-left: 0;
    }
  }
  @media all and (max-width: 767px) {
    section#vtuber774 #profile {
      padding-top: 30px;
      padding-bottom: 200px !important;
      position: relative;
    }
    
    section#vtuber774 .flexBlock {
      flex-wrap: wrap;
      justify-content: center;
  }
    
    section#vtuber774 #profile .title {
      margin-bottom: 20px;
    }
    section#vtuber774 #profile .text {
      width: 100%;
      padding-bottom: 0;
      order: 1;
    }
    section#vtuber774 #profile .img {
      position: static;
      margin-bottom: 30px;
    }
    section#vtuber774 div.sitelink{
      width: 360px;
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
    }
    section#vtuber774 rbutton :nth-of-type(n+2){
      bottom: -40px;
  }
  }

  /* special ﾃｨﾂｿﾂｽﾃ･ﾅ�ﾂ�
  ---------------------------------------------------------------------------- */
  section#vtuber774 #special {
    padding-top: 150px;
	  position: relative;
  }
  section#vtuber774 #special p a {
    color:#1e0064;  /* ﾃｨ窶ｰﾂｲﾃｧﾂｷﾂｨﾃｩ窶ｺ窶� */
  }
  section#vtuber774 #special.flexBlock {
    align-items: flex-end;
  }
  section#vtuber774 #special .title {
    margin-bottom: 50px;
  }
  section#vtuber774 #special .text {
    padding-bottom: 30px;
    width: calc(100% - 350px - 90px);
  }
  section#vtuber774 #special .text p {
    line-height: 1.75;
    letter-spacing: .05em;
  }
  section#vtuber774 #special h3 {
    padding:10px 0px;
  }
  section#vtuber774 #special .img {
  width: 350px
  }
  section#vtuber774 #special:before {
      content: '';
      position: absolute;
      display: block;
      width: calc(100% - 30px);
      /*max-width: 600px;*/
      height: 2px;
      background: #1e0064;  /* ﾃｨ窶ｰﾂｲﾃｧﾂｷﾂｨﾃｩ窶ｺ窶� */
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      top:80px; 
  }
  
  @media all and (max-width: 1023px) {
    section#vtuber774 #special.flexBlock {
      padding: 150px 15px 0;
    }
    section#vtuber774 #special .text {
      width: calc(100% - 250px - 90px);
      order: 0;
      margin-right: auto;
    }
  }
  @media all and (max-width: 767px) {
    section#vtuber774 #special {
      padding-top: 30px;
      padding-bottom: 100px !important;
      position: relative;
    }
    section#vtuber774 #special .title {
      margin-bottom: 20px;
    }
    section#vtuber774 #special .text {
      width: 100%;
      padding-bottom: 0;
      order: 1;
    }
    section#vtuber774 #special .img {
      position: static;
      margin-bottom: 30px;
	  width: 80%; 
    }
  }

  /* lineup
  ---------------------------------------------------------------------------- */
  section#lineup {
    padding: 80px 0 50px;
  }
  section#lineup:before, section#vtuber774:after {
    display: none;
  }
  section#lineup h2 {
    margin-bottom: 25px;
    line-height: 1;
  }
  section#lineup .sub_title {
    margin: auto;
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: .025em;
    color: #ff3278;
  }
  section#lineup p:not(.sub_title) {
    font-weight: 500;
    letter-spacing: .05em;
  }
  .lineup_list h3 {
    background: #1e0064;
    font-weight: 500;
    color: #ffffff!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 &gt; div.rel {
      padding: 20px 0;
    }
  }
  /* player
  ---------------------------------------------------------------------------- */
  section#members {
    padding: 80px 0;
  }
  section#members::before {
    display: none;
  }
  section#members::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: none;
    background-size: 100% auto;
    background-position: top center;
    z-index: 1;
  }
  section#members .inner {
    z-index: 2;
  }
  section#members 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#members .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#members .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: #1E0064 !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_list ul li:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .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: rgb(177 201 255 / 75%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .player__img figcaption span {
    display: block;
    text-align: center;
    line-height: 1;
    letter-spacing: .025em;
  }
  .player__name {
    font-family: 'Orbitron', sans-serif;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 500;
    color:#000000!important;
  }
  .player__reading {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #000000!important;
  }
  .player__profile {
    width: 135px;
    height: 30px;
    position: relative;
    margin-left: auto;
    text-align: center;
    color: #ffffff;
    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: #fff;
    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#members .inner {
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  @media all and (max-width: 767px) {
    section#members {
      padding: 40px 0;
    }
    section#members::after {
      display: none;
    }
    section#members h2 {
      font-size: 30px;
      font-size: 3.0rem;
    }
    section#members .sub_title {
      margin-top: 20px;
      font-size: 17px;
      font-size: 1.7rem;
    }
    section#members .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: #1e0064 !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/2023/11/bg_774_re.png"), rgb(255, 255, 255);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
  }
  .lb .closeBtn {
    cursor: pointer;
  }
  .lb .lb_contents &gt; .rel &gt; .flexBlock {
    border-bottom: none;
    padding-bottom: 0;
  }
  .lb .lb_contents &gt; .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: #ff3278;
  }
  .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: #1e0064;
  }
  .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: #1e0064;
  }
  .lb .lb_contents .sns a {
    display: inline-block;
    width: 145px;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    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: #ff3278;
  }
  .lb .lb_contents .explain .text {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px 10px 18px;
    background-color:#c0d4ff;
    line-height: 2;
    letter-spacing: .05em;
    min-height: 140px!important;
    max-height: 150px!important;
    overflow: auto;
    scrollbar-color: #ff3278 #e0e0e0;
    scrollbar-width: thin;
	color:#1E0064;
  
  }
  .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: #ff3278;
    text-align: center;
    color: #fff!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 #ff3278;
    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: #fff;
  }
  @media all and (max-width: 768px) {
  
    .lb {
      background-position: top center;
      background-size: 100% auto;
      background-repeat: no-repeat;
  
    }
    .lb .lb_contents {
      max-width: 250px;
    }
    .lb .lb_contents &gt; .rel {
      width: 100%;
    }
    .lb .lb_contents &gt; .rel &gt; .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: #1e0064;
    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 #1e0064;
    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: #1e0064;
  }
  .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#vtuber774 #color {
    position: relative;
    padding-top: 150px; /* ﾃｧﾂｷﾂｨﾃｩ窶ｺ窶� */
    padding-bottom: 100px; /* ﾃｨﾂｪﾂｿﾃｧﾂｯ竄ｬ */
    margin: auto;
  }
  section#vtuber774 #color:before {
      content: '';
      position: absolute;
      display: block;
      width: calc(100% - 30px);
      /*max-width: 600px;*/
      height: 2px;
      background: #1e0064; /* ﾃｨ窶ｰﾂｲﾃｧﾂｷﾂｨﾃｩ窶ｺ窶� */
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      top:80px; /* ﾃｧﾂｷﾂｨﾃｩ窶ｺ窶� */
      
  }
  section#vtuber774 #color .img {
  width: 400px;
  max-width: 100%;
  position: absolute;
  top: 150px;
  left: 30px;
  z-index: 4;
  }
  section#vtuber774 #color .text {
    width: 100%;
    position: relative;
    z-index: 3;
  }
  section#vtuber774 #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: #1e0064;
  }
  
  @media all and (max-width: 1023px) {
    section#vtuber774 #color .text {
      padding: 0 15px;
    }
    section#vtuber774 #color .title {
      margin-left: 50%;
    }
    section#vtuber774 #color .img {
      width: 45%;
      top: 20%;
      left: 3%;
    }
  }
  @media all and (max-width: 767px) {
    section#vtuber774 #color {
      padding-bottom: 80px;
    }
    section#vtuber774 #color:after {
      width: 87.5%;
      bottom: -80px; /* ﾃｨﾂｿﾂｽﾃ･ﾅ�ﾂ� */
    }
    section#vtuber774 #color .img {
      /*
      width: 50%;
      position: relative;
      top: 10px;
      left: 0;
      margin-bottom: -20px;
      */

      position: static; /* ﾃｨﾂｿﾂｽﾃ･ﾅ�ﾂ� */
      margin-bottom: 30px; /* ﾃｨﾂｿﾂｽﾃ･ﾅ�ﾂ� */

    }
    section#vtuber774 #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;
  }
  
  
  
</pre></body></html>