/* ---------------------------------------------------------
header_pc
--------------------------------------------------------- */
.header_pc {
  position: relative;
  z-index: 1000;
  background: #f3f3f3;
}
.header_pc .nav_primary {
  padding: 0 0.32rem;
}
.header_pc .nav_primary .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 0.7rem;
}
.header_pc .nav_primary .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.2rem 0 0;
}
.header_pc .nav_primary .left li {
  border-right: 0.01rem solid #d2d2d2;
}
.header_pc .nav_primary .left .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 2.7rem;
  height: 100%;
  padding: 0 0.3rem 0 0;
}
.header_pc .nav_primary .left .logo img {
  max-width: 2.4rem;
}
.header_pc .nav_primary .left .tv a,
.header_pc .nav_primary .left .portal a,
.header_pc .nav_primary .left .tournament a,
.header_pc .nav_primary .left .pro a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.7rem;
  height: 100%;
  padding: 0.08rem 0;
  background-repeat: no-repeat;
  background-position: center 0.14rem;
  background-size: 100% 0.23rem;
}
.header_pc .nav_primary .left .tv a {
  background-image: url("../img/ic_tv.svg");
}
.header_pc .nav_primary .left .portal a {
  background-image: url("../img/ic_portal.svg");
}
.header_pc .nav_primary .left .tournament a {
  background-image: url("../img/ic_tournament.svg");
}
.header_pc .nav_primary .left .pro a {
  background-image: url("../img/ic_pro.png");
  background-size: 0.26rem auto;
}
.header_pc .nav_primary .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_pc .nav_primary .right .search form {
  position: relative;
  width: 22vw;
  max-width: 2.3rem;
  height: 0.3rem;
}
.header_pc .nav_primary .right .search input[type=text] {
  width: 100%;
  height: 100%;
  padding: 0 0.45rem 0 0.15rem;
  font-size: 0.15rem;
  background: #fff;
  border: 0.02rem solid #dcdcdc;
  border-radius: 0.3rem;
}
.header_pc .nav_primary .right .search input[type=text]::-webkit-input-placeholder {
  color: #a0a0a0;
}
.header_pc .nav_primary .right .search input[type=text]::-moz-placeholder {
  color: #a0a0a0;
}
.header_pc .nav_primary .right .search input[type=text]:-ms-input-placeholder {
  color: #a0a0a0;
}
.header_pc .nav_primary .right .search input[type=text]::-ms-input-placeholder {
  color: #a0a0a0;
}
.header_pc .nav_primary .right .search input[type=text]::placeholder {
  color: #a0a0a0;
}
.header_pc .nav_primary .right .search input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.45rem;
  height: 100%;
  margin: auto;
  background: url("../img/ic_search.svg") no-repeat center/0.18rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header_pc .nav_primary .right .search input[type=submit]:hover {
  opacity: 0.6;
}
.header_pc .nav_primary .right .account {
  position: relative;
  height: 100%;
  margin: 0 0 0 0.5rem;
  font-size: 0.16rem;
  font-weight: bold;
  white-space: nowrap;
}
.header_pc .nav_primary .right .account .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  cursor: pointer;
}
.header_pc .nav_primary .right .account .user:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header_pc .nav_primary .right .account .user.active .arrow::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header_pc .nav_primary .right .account .user .arrow {
  position: relative;
  width: 0.2rem;
  height: 0.2rem;
  margin: 0 0 0 0.14rem;
  background: #38a1db;
}
.header_pc .nav_primary .right .account .user .arrow::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 0.05rem 0.05rem 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header_pc .nav_primary .right .account .setting {
  position: absolute;
  top: 0.7rem;
  right: 0;
  z-index: 1000;
  display: none;
  background: #fff;
  border: 0.01rem solid #fff;
  border-top: none;
}
.header_pc .nav_primary .right .account .setting li {
  border-bottom: 0.01rem solid #fff;
}
.header_pc .nav_primary .right .account .setting li:last-child {
  border: none;
}
.header_pc .nav_primary .right .account .setting a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.98rem;
  height: 0.52rem;
  padding: 0 0.2rem;
  color: #fff;
  background: #38a1db;
}
.header_pc .nav_primary .right .entry {
  margin: 0 0.2rem 0 0.25rem;
}
.header_pc .nav_primary .right .entry a {
  font-weight: bold;
  text-decoration: underline;
  white-space: nowrap;
}
.header_pc .nav_primary .right .entry a:hover {
  text-decoration: none;
}
.header_pc .nav_primary .right .login a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12vw;
  max-width: 1.4rem;
  height: 0.36rem;
  font-size: 0.16rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  background: #38a1db;
  border-radius: 0.36rem;
}
.header_pc .nav_secondary {
  padding: 0 0.32rem;
  color: #fff;
  background: #000;
}
.header_pc .nav_secondary .txt_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.34rem;
  line-height: 1;
}
.header_pc .nav_secondary .txt_link li {
  padding: 0 0.2rem 0 0;
  margin: 0 0.2rem 0 0;
  border-right: 0.01rem solid #fff;
}
.header_pc .nav_secondary .txt_link li:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
@media screen and (max-width: 750px) {
  .header_pc {
    display: none;
  }
}

/* ---------------------------------------------------------
header_sp
--------------------------------------------------------- */
.header_sp {
  position: relative;
  z-index: 1000;
  background: #f3f3f3;
}
.header_sp .nav_primary ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  font-size: 0.18rem;
}
.header_sp .nav_primary li:nth-child(-n+2) {
  border-right: 0.01rem solid #d2d2d2;
}
.header_sp .nav_primary a,
.header_sp .nav_primary .user,
.header_sp .nav_primary .toggle {
  min-width: 1rem;
  height: 100%;
}
.header_sp .nav_primary .logo {
  width: calc(100% - 2rem);
}
.header_sp .nav_primary .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 0.3rem 0 0.2rem;
}
.header_sp .nav_primary .logo img {
  max-width: 2.94rem;
}
.header_sp .nav_primary .tv a,
.header_sp .nav_primary .portal a,
.header_sp .nav_primary .tournament a,
.header_sp .nav_primary .pro a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.7rem;
  height: 100%;
  padding: 0.12rem 0;
  background-repeat: no-repeat;
  background-position: center 0.2rem;
  background-size: 100% 0.33rem;
}
.header_sp .nav_primary .tv a {
  background-image: url("../img/ic_tv.svg");
}
.header_sp .nav_primary .portal a {
  background-image: url("../img/ic_portal.svg");
}
.header_sp .nav_primary .tournament a {
  background-image: url("../img/ic_tournament.svg");
}
.header_sp .nav_primary .pro a {
  background-image: url("../img/ic_pro.png");
  background-size: 0.34rem auto;
}
.header_sp .nav_primary .login a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background: #38a1db;
}
.header_sp .nav_primary .user {
  position: relative;
  display: block;
  cursor: pointer;
  background: #38a1db url("../img/ic_user.svg") no-repeat center 0.19rem/0.33rem;
}
.header_sp .nav_primary .user.active::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header_sp .nav_primary .user::before {
  position: absolute;
  right: 0;
  bottom: 0.14rem;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 0.13rem 0.11rem 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header_sp .nav_primary .user:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header_sp .nav_primary .toggle {
  position: relative;
  cursor: pointer;
  background: #000;
}
.header_sp .nav_primary .toggle:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header_sp .nav_primary .toggle span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0.46rem;
  height: 0.04rem;
  margin: auto;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header_sp .nav_primary .toggle span:nth-child(1) {
  -webkit-transform: translateY(-0.17rem);
          transform: translateY(-0.17rem);
}
.header_sp .nav_primary .toggle span:nth-child(3) {
  -webkit-transform: translateY(0.17rem);
          transform: translateY(0.17rem);
}
.header_sp .nav_primary .toggle.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header_sp .nav_primary .toggle.active span:nth-child(2) {
  opacity: 0;
}
.header_sp .nav_primary .toggle.active span:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header_sp .setting {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  font-size: 0.3rem;
  color: #fff;
  visibility: hidden;
  background: #38a1db;
  border-top: 0.01rem solid #c7c7c7;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header_sp .setting.open {
  visibility: inherit;
  opacity: 1;
}
.header_sp .setting li {
  border-bottom: 0.01rem solid #c7c7c7;
}
.header_sp .setting a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1rem;
}
.header_sp .nav_secondary {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  font-size: 0.3rem;
  visibility: hidden;
  background: #f3f3f3;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header_sp .nav_secondary.open {
  visibility: inherit;
  opacity: 1;
}
.header_sp .nav_secondary .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1rem;
  border-top: 0.01rem solid #d2d2d2;
  border-bottom: 0.01rem solid #d2d2d2;
}
.header_sp .nav_secondary .search form {
  position: relative;
  width: calc(100% - 1.24rem);
  height: 0.6rem;
}
.header_sp .nav_secondary .search input[type=text] {
  width: 100%;
  height: 100%;
  padding: 0 1rem 0 0.32rem;
  background: #fff;
  border: 0.02rem solid #dcdcdc;
  border-radius: 0.6rem;
}
.header_sp .nav_secondary .search input[type=text]::-webkit-input-placeholder {
  color: #a0a0a0;
}
.header_sp .nav_secondary .search input[type=text]::-moz-placeholder {
  color: #a0a0a0;
}
.header_sp .nav_secondary .search input[type=text]:-ms-input-placeholder {
  color: #a0a0a0;
}
.header_sp .nav_secondary .search input[type=text]::-ms-input-placeholder {
  color: #a0a0a0;
}
.header_sp .nav_secondary .search input[type=text]::placeholder {
  color: #a0a0a0;
}
.header_sp .nav_secondary .search input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1rem;
  height: 100%;
  margin: auto;
  background: url("../img/ic_search.svg") no-repeat center/0.35rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header_sp .nav_secondary .search input[type=submit]:hover {
  opacity: 0.6;
}
.header_sp .nav_secondary .txt_link li {
  border-bottom: 0.01rem solid #d2d2d2;
}
.header_sp .nav_secondary .txt_link a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1rem;
}
.header_sp .nav_secondary .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem 0 0;
}
.header_sp .nav_secondary .sns li {
  width: 0.8rem;
  margin: 0 0.3rem 0 0;
}
.header_sp .nav_secondary .sns li:last-child {
  margin: 0;
}
@media screen and (min-width: 751px) {
  .header_sp {
    display: none;
  }
}