<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:#000000;
}
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
---------------------------------------------------------------------------- */
#special .text p strong, /* 霑ｽ蜉� */
.theme-deepblue2 .lb .closeBtn p,
.theme-deepblue2 .menu-trigger p,
.theme-deepblue2 nav li .en,
/*.theme-deepblue2 nav li .jp,*/
.theme-deepblue2 section.top_text_area &gt; p,
.theme-deepblue2 section#nhse .title,
.theme-deepblue2 .lineup_list h3,
.theme-deepblue2 section#members h2,
.theme-deepblue2 section#members .sub_title,
.theme-deepblue2 section#members .main_text,
.theme-deepblue2 .player__img figcaption span,
.theme-deepblue2 .lb .lb_contents .explain .name,
.theme-deepblue2 .lb .lb_contents .explain .reading,
.theme-deepblue2 .lb .lb_contents .btn_prev,
.theme-deepblue2 .lb .lb_contents .btn_next,
.theme-deepblue2 .info_list time,
.theme-deepblue2 .info__title,
.theme-deepblue2 .free-section p strong {
  color: #000066;
}
.theme-deepblue2 .lb .closeBtn .rel span,
.theme-deepblue2 .menu-trigger .rel span,
.theme-deepblue2 section#nhse #about:after,
.theme-deepblue2 section#nhse .rbutton,
.theme-deepblue2 .player__profile,
.theme-deepblue2 .lb .lb_contents .sns a,
.theme-deepblue2 .lb .lb_contents .btn_prev,
.theme-deepblue2 .lb .lb_contents .btn_next,
.theme-deepblue2 .icn-prev::before,
.theme-deepblue2 .icn-prev::after,
.theme-deepblue2 .icn-next::before,
.theme-deepblue2 .icn-next::after,
.theme-deepblue2 .lb .lb_contents .btn_prev:hover span,
.theme-deepblue2 .lb .lb_contents .btn_next:hover span,
.theme-deepblue2 .free-section h2:not(.title) {
  background-color: #000066;
}
.theme-deepblue2 .player__img,
.theme-deepblue2 .lb .lb_contents .img {
  border-color: #000066;
}
.theme-deepblue2 .lb .lb_contents .btn_prev:hover::after,
.theme-deepblue2 .lb .lb_contents .btn_next:hover::after,
.theme-deepblue2 .player__profile::before,
.theme-deepblue2 .lb .lb_contents .btn_prev:before,
.theme-deepblue2 .lb .lb_contents .btn_next:before {
  border-top-color: #000066;
}
.theme-deepblue2 .player_list ul li:nth-child(2n) .player__profile::before {
  border-bottom-color: #000066;
}
@media all and (max-width: 768px) {
  .theme-deepblue2 .lb .lb_contents .btn_prev:before,
  .theme-deepblue2 .lb .lb_contents .btn_next:before,
  .theme-deepblue2 .lb .lb_contents .btn_prev:after,
  .theme-deepblue2 .lb .lb_contents .btn_next:after {
    background-color: #000066;
  }
}
/* 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: #fff!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: #fff!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: #fff!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 &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("/user_data/root_alias/full_screen/image/nh/bg_nhse_bg.png"), #ffffff;
  /*background-position: center;*/
  background-attachment: scroll;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
section.red_area:before {
background: none;
}

section.red_area02 {
  background: url("/user_data/root_alias/full_screen/image/nh/bg_nhse_bg.png"), #ffffff;
  background-position: center;
  background-attachment: scroll;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
section.bg_area h2 {
  background: none;
  -webkit-text-fill-color: #fff;
  color: #fff !important;
  font-family: 'Orbitron', sans-serif;
  font-weight: 500;
}
section.bg_area {
  background: url("/user_data/root_alias/full_screen/image/nh/bg_nhse_lineup.png"), #ffffff;
  background-attachment:scroll;
  color: #000066;
}
@media all and (max-width: 767px) {
  section.red_area {
  background: url("/user_data/root_alias/full_screen/image/nh/bg_nhse_bg.png"), #ffffff;
    background-attachment:  scroll;
    background-repeat: no-repeat;
  background-size: 100% auto;
  }
  section.red_area02 {
  background: url("/user_data/root_alias/full_screen/image/nh/bg_nhse_bg.png"), #ffffff;
    /*background-position: center;*/
    background-attachment: scroll;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  section.bg_area {
  background: url("/user_data/root_alias/full_screen/image/nh/bg_nhse_lineup.png"), #ffffff;
  }
}
.bg-wave {
  padding-bottom: 260px;
  background: none;
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
@media all and (max-width: 1023px) {
  .bg-wave {
    padding-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .bg-wave {
    background-size: 100% auto;
    /*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"), #ffffff;
    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: #fff;
}
.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: #000066 !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#nhse {
  padding: 25px 0 100px;
  overflow: inherit;
}
section#nhse .title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .025em;
}
section#nhse .title .title__big {
  display: block;
  margin-bottom: 15px;
  font-size: 48px;
  font-size: 4.8rem;
}
section#nhse .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#nhse {
    padding: 20px 0 40px;
  }
  section#nhse .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  section#nhse .title .title__en {
    font-size: 20px;
    font-size: 2.0rem;
  }
  section#nhse .title .title__big {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

section#nhse .img img{
	width: 100%;
}
/* about
---------------------------------------------------------------------------- */
#about_target.ancher {
  position: absolute;
  top: -270px;
  pointer-events: none;
}
section#nhse #about {
  position: relative;
  padding-bottom: 100px;
  margin: auto;
}
/*section#nhse #about:after {
  width: 100%;
  max-width: inherit;
}*/
section#nhse #about:after {
    content: '';
    position: absolute;
    display: block;
    width: calc(100% - 30px);
    /*max-width: 600px;*/
    height: 2px;
    background: #000066 !important;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0;
}
section#nhse #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#nhse #about .h3 {
  padding:10px auto;
}
section#nhse #about .text {
  width: 100%;
  position: relative;
  z-index: 3;
}
section#nhse #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:#000066;
}
@media all and (max-width: 1023px) {
  section#nhse #about .text {
    padding: 0 15px;
  }
  section#nhse #about .title {
    margin-left: 50%;
  }
  section#nhse #about .img {
    width: 34%;
    top: -40%;
    left: 10%;
  }
}
@media all and (max-width: 767px) {
  #about_target.ancher {
    top: 0;
  }
  section#nhse #about {
    padding-bottom: 80px;
  }
  section#nhse #about:after {
    width: 87.5%;
  }
  section#nhse #about .img {
    width: 80%;
    position: relative;
    top: -10px;
    left: 0;
    margin-bottom: -20px;
  }
  section#nhse #about .title {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .abot-text__wrap p {
    width: 100%;
  }
}
/* profile
---------------------------------------------------------------------------- */
 section#nhse .youtube{
    margin: 40px 10px 25px;
    text-align: center;
}
section#nhse .youtube iframe{max-width: 100%;}


section#nhse #profile {
  padding-top: 100px;
}
section#nhse #profile.flexBlock {
  align-items: flex-end;
}
section#nhse #profile .title {
  margin-bottom: 50px;
}
section#nhse #profile .text {
  padding-bottom: 30px;
  width: calc(100% - 350px - 90px);
}
section#nhse #profile .text p {
  line-height: 1.75;
  letter-spacing: .05em;
}
section#nhse .rbutton {
  width: auto; /* 邱ｨ髮� */
  max-width: 100%;
  position: relative;
  margin-top: 40px; /* 邱ｨ髮� */
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .05em;
  height: 40px;
 text-align: center;
  line-height: 40px;
}
section#nhse #profile h3 {
  padding:10px 0px;
}


section#nhse .rbutton:nth-of-type(n+2){
  margin-top: 20px !important;
}


section#nhse .rbutton span::before, section#nhse .rbutton span::after {
  content: "";
  width: 8px;
  height: 2px;
  border-radius: 1px 0 0 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
  transform-origin: center right;
}
section#nhse .rbutton span::before {
  transform: rotate(45deg);
}
section#nhse .rbutton span::after {
  transform: rotate(-45deg);
}
@media all and (max-width: 1023px) {
  section#nhse #profile.flexBlock {
    padding: 100px 15px 0;
  }
  section#nhse #profile .text {
    width: calc(100% - 250px - 90px);
    order: 0;
    margin-right: auto;
  }
  section#nhse .text h2.title {
    margin-left: 0;
  }
}
@media all and (max-width: 767px) {
  section#nhse #profile {
    padding-top: 30px;
    padding-bottom: 200px !important;
    position: relative;
  }
  
  section#nhse .flexBlock {
    flex-wrap: wrap;
    justify-content: center;
}
  
  section#nhse #profile .title {
    margin-bottom: 20px;
  }
  section#nhse #profile .text {
    width: 100%;
    padding-bottom: 0;
    order: 1;
  }
  section#nhse #profile .img {
    position: static;
    margin-bottom: 30px;
  }
  section#nhse div.sitelink{
    width: 360px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  section#nhse rbutton :nth-of-type(n+2){
    bottom: -40px;
}
}

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

/* lineup
---------------------------------------------------------------------------- */
section#lineup {
  padding: 80px 0 50px;
}
section#lineup:before, section#nhse: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: #fff!important;
}
section#lineup p:not(.sub_title) {
  font-weight: 500;
  letter-spacing: .05em;
}
.lineup_list h3 {
  background: #000066;
  font-weight: 500;
  color: #fff!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: #000066 !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: rgba(0, 0, 0, .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: #FFFFFF!important;
}
.player__reading {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #FFFFFF!important;
}
.player__profile {
  width: 135px;
  height: 30px;
  position: relative;
  margin-left: auto;
  text-align: center;
  color: #fff;
  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: #000066 !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("/user_data/root_alias/full_screen/image/nh/bg_nhse_bg.png"), #ffffff;
  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:#000066;
}
.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;
}
.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;
}
.lb .lb_contents .sns a {
  display: inline-block;
  width: 145px;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-family: 'Orbitron', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .025em;
  margin-bottom: 4px;
}
.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;

}
.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: #000066;
  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 #000066;
  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: url("/user_data/root_alias/full_screen/image/nh/bg_nhse_bg.png"), #ffffff;
    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: #000066;
  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 #000066;
  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: #000066;
}
.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__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#nhse #color {
  position: relative;
  padding-top: 150px; /* 邱ｨ髮� */
  padding-bottom: 100px; /* 隱ｿ遽 */
  margin: auto;
}
section#nhse #color:before {
    content: '';
    position: absolute;
    display: block;
    width: calc(100% - 30px);
    /*max-width: 600px;*/
    height: 2px;
    background: #000066;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top:40px;
    
}
section#nhse #color .img {
width: 400px;
max-width: 100%;
position: absolute;
top: 150px;
left: 30px;
z-index: 4;
}
section#nhse #color .text {
  width: 100%;
  position: relative;
  z-index: 3;
}
section#nhse #color .title {
  margin-top: 40px;
  margin-left: 490px;
  margin-bottom: 85px;
}
.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: #000066;
}

@media all and (max-width: 1023px) {
  section#nhse #color .text {
    padding: 0 15px;
  }
  section#nhse #color .title {
    margin-left: 50%;
  }
  section#nhse #color .img {
    width: 45%;
    top: 20%;
    left: 3%;
  }
}
@media all and (max-width: 767px) {
  section#nhse #color {
    padding-bottom: 80px;
  }
  section#nhse #color:after {
    width: 87.5%;
    bottom: -80px; /* 霑ｽ蜉� */
  }
  section#nhse #color .img {
	  /* 邱ｨ髮�
	  width: 50%;
    position: relative;
    top: 10px;
    left: 0;
    margin-bottom: -20px;	  */
	  position: static; /* 霑ｽ蜉� */
   	margin-bottom: 30px; /* 霑ｽ蜉� */
  }
  section#nhse #color .title {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .color-text__wrap p {
    width: 100%;
  }
}



  
</pre></body></html>