@charset "UTF-8";
header {
  border: 0;
  background-color: #fff;
  width: 100%;
  /*top: 0!important;*/
  /*position: fixed;*/
  position: relative;
  z-index: 11;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.06);
}
header a {
  color: #333;
}
header .container {
  max-width: 100%;
}
@media screen and (max-width: 1199px) {
  header .container {
    padding: 0;
  }
}
header .container .wrap {
  position: relative;
  padding-right: 0;
  display: flex;
  width: 100%;
  overflow: auto;
}
@media screen and (max-width: 1400px) {
  header .container .wrap {
    text-align: right;
    display: block;
    padding-right: 0;
  }
}
header .container .nav-sp-btn {
  position: relative;
  top: 0;
  right: 0;
}
header .container .nav-sp-btn img {
  width: 32px;
}
@media screen and (min-width: 1025px) {
  header .container .nav-sp-btn {
    display: none;
  }
}
header .container .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 200px;
  height: 80px;
  /*padding-top: 18px;*/
  /*padding-left: 24px;*/
  float: left;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  header .container .logo {
    height: 60px;
    /*padding-left: 16px;*/
    /*padding-top: 0;*/
    width: 118px;
  }
}
header .container .logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .container .logo img {
  height: 45px;
}
@media screen and (max-width: 1024px) {
  header .container .logo img {
    width: 82px;
    height: auto;
  }
}
header .container navigation {
  border: 0;
  padding-top: 0;
  float: left;
}
@media screen and (max-width: 1400px) {
  header .container navigation {
    display: inline-block;
    text-align: center;
    /*padding-top: 5px;*/
  }
}
@media screen and (max-width: 1024px) {
  header .container navigation {
    display: none;
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #fff;
  }
}
header .container navigation > ul {
  display: flex;
  margin: 0;
  padding: 0 20px;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  header .container navigation > ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  header .container navigation > ul > li {
    width: 100%;
  }
}
header .container navigation > ul > li > a {
  line-height: 15.7px;
  font-size: 13px;
  padding: 15px 12px 11px;
  font-weight: 700;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-bottom: 4px solid #fff;
}
@media screen and (max-width: 1400px) {
  header .container navigation > ul > li > a {
    min-height: 0;
  }
}
header .container navigation > ul > li > a:hover {
  border-bottom: 4px solid #00822d;
  text-decoration: none;
  color: #333;
}
@media screen and (min-width: 1480px) {
  header .container navigation > ul > li > a {
    padding: 15px 16px 11px;
  }
}
@media screen and (max-width: 1400px) {
  header .container navigation > ul > li > a {
    padding: 15px 16px 11px;
  }
}
@media screen and (max-width: 1200px) {
  header .container navigation > ul > li > a {
    padding: 15px 8px 11px;
  }
}
@media screen and (max-width: 1024px) {
  header .container navigation > ul > li > a {
    padding: 16px 0;
    border-width: 0 0 1px;
    border-color: #e6e6e6;
    border-style: solid;
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 15px;
  }
}
header .container navigation > ul .sub-menu {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  width: 100vw;
  background-color: #fff;
  padding-top: 32px;
  padding-bottom: 32px;
  top: 79px;
  border-top: 1px solid #d5d5d5;
}
@media screen and (max-width: 1272px) {
  header .container navigation > ul .sub-menu {
    padding-left: 16px;
    padding-right: 16px;
  }
}
header .container navigation > ul .sub-menu .sub-menu-inner {
  max-width: 1240px;
  margin: 0 auto;
}
header .container navigation > ul .sub-menu p {
  color: #333333;
}
header .container navigation > ul .sub-menu a {
  cursor: pointer;
}
header .container navigation > ul .sub-menu a:hover {
  color: #00822d;
}
header .container navigation > ul .sub-menu .link-tab {
  padding-right: 56px !important;
  background-image: url(../images/icon-for-title.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  line-height: 40px;
  height: 40px;
  overflow: visible;
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 32px;
}
header .container navigation > ul .sub-menu ul {
  padding: 0;
  list-style: none;
}
header .container navigation > ul .sub-menu ul.common-menu {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #e6e6e6;
}
header .container navigation > ul .sub-menu ul.common-menu li {
  margin: 0;
  width: 25%;
}
header .container navigation > ul .sub-menu ul.common-menu li:nth-of-type(-n+4) {
  border-top: 1px solid #e6e6e6;
}
header .container navigation > ul .sub-menu ul.common-menu a {
  border-width: 0 1px 1px 0;
  border-style: solid;
  padding: 20px 20px;
  border-color: #e6e6e6;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  min-height: 85px;
  font-weight: 700;
  text-align: left;
  box-sizing: border-box;
}
header .container navigation > ul .sub-menu ul.common-menu a:hover {
  color: #00822d;
  background: #efefef;
}
header .container navigation > ul .sub-menu-news .tab__btns {
  border-bottom: 2px solid #333;
  margin-bottom: 31px;
  display: flex;
}
header .container navigation > ul .sub-menu-news .tab__btn {
  display: inline-block;
  font-weight: bold;
}
header .container navigation > ul .sub-menu-news .tab__btn:before {
  width: 1px;
  height: 18px;
  right: -22px;
}
header .container navigation > ul .sub-menu-news .tab__btn:after {
  width: 100%;
  opacity: 0;
  left: 0;
}
header .container navigation > ul .sub-menu-news .tab__btn:last-child:before {
  display: none;
}
header .container navigation > ul .sub-menu-news .tab__btn--active,
header .container navigation > ul .sub-menu-news .tab__btn:hover {
  color: #00822d;
}
header .container navigation > ul .sub-menu-news .tab__btn--active:after,
header .container navigation > ul .sub-menu-news .tab__btn:hover:after {
  opacity: 1;
  background-color: #00822d;
}
header .container navigation > ul .sub-menu-news .tab__item {
  display: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
header .container navigation > ul .sub-menu-news .tab__item .col {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}
header .container navigation > ul .sub-menu-news .tab__item .col:nth-child(4n) {
  margin-right: 0;
}
header .container navigation > ul .sub-menu-news .tab__item a {
  padding: 0;
  font-weight: normal;
}
header .container navigation > ul .sub-menu-news .tab__item a:hover .img {
  opacity: 0.6;
}
header .container navigation > ul .sub-menu-news .tab__item a:hover .title {
  color: #00822d;
}
header .container navigation > ul .sub-menu-news .tab__item .img {
  position: relative;
  margin-bottom: 5px;
  transition: all ease-in-out 0.3s;
  max-width: 295px;
  aspect-ratio: 3/2;
  height: auto;
}
header .container navigation > ul .sub-menu-news .tab__item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .container navigation > ul .sub-menu-news .tab__item .cat {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 56px;
  padding: 5px;
  line-height: 1;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
header .container navigation > ul .sub-menu-news .tab__item .content {
  display: block;
  text-align: left;
}
header .container navigation > ul .sub-menu-news .tab__item .date {
  font-size: 13px;
  margin-bottom: 3px;
}
header .container navigation > ul .sub-menu-news .tab__item .title {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  transition: all ease-in-out 0.3s;
}
header .container navigation > ul .sub-menu-news .tab__item--active {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
header .container navigation > ul .sub-menu-news .link-tab {
  bottom: -84px;
}
header .container navigation > ul .sub-menu-tournament ul {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
header .container navigation > ul .sub-menu-tournament ul.image-menu li {
  width: calc(100% - 16px);
  margin-right: 24px;
  margin-bottom: 24px;
}
header .container navigation > ul .sub-menu-tournament ul.image-menu li:last-child {
  margin-right: 0;
}
header .container navigation > ul .sub-menu-tournament ul.image-menu a {
  padding: 14px 14px 14px 18px;
  border: 1px solid #d9d9d9;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
header .container navigation > ul .sub-menu-tournament ul.image-menu a img {
  width: 112px;
}
header .container navigation > ul .sub-menu-tournament ul.image-menu a p {
  margin: 0;
}
header .container navigation > ul .sub-menu-tournament ul.image-menu a:hover img {
  opacity: 0.6;
}
header .container navigation > ul .sub-menu-tournament ul.image-menu a:hover p {
  color: #00822d;
}
header .container navigation > ul .sub-menu-tournament li {
  width: calc((100% - 60px) / 3);
}
.lang-en header .container navigation > ul .sub-menu-tournament li {
  width: calc((100% - 60px) / 4);
}
header .container navigation > ul .sub-menu-tournament li img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
header .container navigation > ul .sub-menu-tournament li:nth-of-type(4n) {
  margin-right: 0;
}
header .container navigation > ul .sub-menu-tournament li p {
  color: #333;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  margin: 10px 0 19px;
  transition: all 0.3s ease-in-out;
}
header .container navigation > ul .sub-menu-stats .link-tab {
  width: 100%;
  color: #333;
}
header .container navigation > ul .sub-menu-stats .sub-menu-inner {
  display: flex;
  flex-wrap: wrap;
}
header .container navigation > ul .sub-menu-stats .header-tabs {
  width: 100%;
}
header .container navigation > ul .sub-menu-stats .tab__btns {
  border-bottom: 2px solid #333;
  margin-bottom: 31px;
}
header .container navigation > ul .sub-menu-stats .tab__btn {
  font-weight: bold;
}
header .container navigation > ul .sub-menu-stats .tab__btn:before {
  width: 1px;
  height: 18px;
  top: 3px;
  right: -22px;
}
header .container navigation > ul .sub-menu-stats .tab__btn:hover {
  color: #00822d;
}
header .container navigation > ul .sub-menu-stats .tab__btn:hover:after {
  bottom: 0;
  background-color: #00822d;
}
header .container navigation > ul .sub-menu-stats .tab__btn--active:after {
  bottom: 0;
  background-color: #00822d;
}
header .container navigation > ul .sub-menu-stats .tab__item {
  display: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
header .container navigation > ul .sub-menu-stats .tab__item--active {
  display: block;
}
header .container navigation > ul .sub-menu-stats table {
  table-layout: auto;
}
header .container navigation > ul .sub-menu-stats table:nth-child(n+2) {
  margin-top: -1px;
}
header .container navigation > ul .sub-menu-stats table th, header .container navigation > ul .sub-menu-stats table td {
  border: 1px solid #d9d9d9;
}
header .container navigation > ul .sub-menu-stats table th {
  width: 295px;
  background-color: #efefef;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}
header .container navigation > ul .sub-menu-stats table th a {
  padding: 13px 16px 11px 16px;
  display: block;
}
header .container navigation > ul .sub-menu-stats table th a:hover {
  color: #00822d;
}
header .container navigation > ul .sub-menu-stats table th img {
  max-width: 204px;
  display: block;
  margin: 0 auto 8px;
}
header .container navigation > ul .sub-menu-stats table td {
  transition: all ease-in-out 0.3s;
}
header .container navigation > ul .sub-menu-stats table td:hover {
  background: #efefef;
}
header .container navigation > ul .sub-menu-stats table td a {
  font-size: 14px;
  padding: 10px 24px;
  min-height: 40px;
  display: flex;
  align-items: center;
}
header .container navigation > ul .sub-menu-stats table.table-3col td {
  width: calc((100% - 295px) / 2);
}
header .container navigation > ul .sub-menu-stats table.table-4col th a {
  padding: 16px;
}
header .container navigation > ul .sub-menu-stats table.table-4col td {
  width: calc((100% - 295px) / 3);
}
header .container navigation > ul .sub-menu-stats .tournament-search a {
  width: 295px;
  height: 82px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  padding: 20px;
  display: flex;
  align-items: center;
  margin-top: 9px;
  box-sizing: border-box;
  font-weight: bold;
}
header .container navigation > ul .sub-menu-broadcast ul {
  display: flex;
  justify-content: center;
}
header .container navigation > ul .sub-menu-broadcast li {
  margin-right: 20px;
  text-align: center;
}
header .container navigation > ul .sub-menu-broadcast li:last-child {
  margin-right: 0;
}
header .container navigation > ul .sub-menu-broadcast li a {
  font-size: 14px;
}
header .container navigation > ul .sub-menu-broadcast li a:hover img {
  opacity: 0.6;
}
header .container navigation > ul .sub-menu-broadcast li img {
  width: auto;
  height: auto;
  max-height: 180px;
  margin-bottom: 15px;
  display: block;
  transition: all 0.3s ease-in-out;
}
header .container navigation > ul .sub-menu-ticket ul {
  display: flex;
  justify-content: center;
}
header .container navigation > ul .sub-menu-ticket li {
  margin-right: 20px;
  text-align: center;
}
header .container navigation > ul .sub-menu-ticket li:last-child {
  margin-right: 0;
}
header .container navigation > ul .sub-menu-ticket li a {
  font-size: 14px;
}
header .container navigation > ul .sub-menu-ticket li a:hover img {
  opacity: 0.6;
}
header .container navigation > ul .sub-menu-ticket li img {
  width: auto;
  height: auto;
  max-height: 180px;
  margin-bottom: 15px;
  display: block;
  transition: all 0.3s ease-in-out;
}
header .container .right-header {
  display: flex;
  position: absolute;
  right: 0;
  padding-right: 4px;
  top: 0;
  bottom: 0;
  align-items: center;
  font-size: 16px;
  vertical-align: initial;
  line-height: 1rem;
}
@media screen and (min-width: 1025px) {
  header .container .right-header .nav-sp-btn {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  header .container .right-header {
    position: unset;
    justify-content: flex-end;
    padding-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  header .container .right-header {
    padding-right: 12px;
    line-height: 24px;
  }
}
header .container .right-header .search-btn {
  color: #333;
  display: flex;
  height: 22px;
  width: 42px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  header .container .right-header .search-btn {
    display: none;
  }
}
header .container .right-header .search-btn:hover {
  color: #00822d;
}
header .container .right-header .sns-icon {
  margin: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  header .container .right-header .sns-icon {
    display: none;
  }
}
header .container .right-header .sns-icon li {
  width: 23px;
  margin: 0 8px;
}
header .container .right-header .sns-icon li a {
  color: #c2c2c2;
  font-size: 23px;
}
header .container .right-header .sns-icon li a:hover {
  filter: brightness(0.6);
}
header .container .right-header .lange {
  display: flex;
  margin: 0;
  padding-left: 3px;
  color: #333333;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  header .container .right-header .lange {
    padding-right: 30px;
    padding-top: 14px;
  }
}
@media screen and (max-width: 1024px) {
  header .container .right-header .lange span {
    display: none;
  }
}
header .container .right-header .lange li {
  margin: 0 12px;
  color: #333333;
  position: relative;
}
@media screen and (max-width: 1024px) {
  header .container .right-header .lange li {
    margin: 0 8px;
  }
  header .container .right-header .lange li:first-child {
    position: relative;
    top: -16px;
    right: -13px;
  }
  header .container .right-header .lange li:first-child:after {
    content: "";
    position: absolute;
    width: 32px;
    height: 2px;
    background-color: #1e551e;
    transform: rotate(-53deg);
    top: 22px;
    right: -17px;
  }
}
header .container .right-header .lange li::marker {
  content: none;
}
header .container .right-header .lange li.active a, header .container .right-header .lange li:hover a {
  color: #1e551e;
}
header .container .right-header .lange li.active a::after, header .container .right-header .lange li:hover a::after {
  background: #1e551e;
}
header .container .right-header .lange li:not(.active) a {
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  header .container .right-header .lange li.active a::after, header .container .right-header .lange li:hover a::after {
    display: none;
  }
}
header .container .right-header .lange li a {
  font-size: 14px;
  /*line-height: 15.7px;*/
  letter-spacing: 1.68px;
  padding-bottom: 2px;
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  header .container .right-header .lange li a {
    font-weight: bold;
    font-size: 12px;
  }
}
header .container .right-header .lange li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 1px;
  background: transparent;
}
header .container .search-container {
  /*display: none;*/
  position: fixed;
  top: 81px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 11;
  margin: 0;
  padding: 50px 20px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  header .container .search-container {
    display: none;
  }
}
header .container .search-container:not(.active) {
  height: 0;
  padding: 0;
}
header .container .search-container div {
  position: relative;
  height: 42px;
  width: 400px;
  margin: 0 auto;
  display: flex;
}
header .container .search-container:not(.active) div {
  height: 0;
  display: none;
}
header .container .search-container input {
  line-height: 40px;
  border-radius: 20px;
  border: 1px solid #c2c2c2;
  font-size: 13px;
  color: #333;
  padding: 0 20px;
  width: 100%;
}
header .container .search-container input::-moz-placeholder {
  color: #c2c2c2;
}
header .container .search-container input::placeholder {
  color: #c2c2c2;
}
header .container .search-container i {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #1e551e;
  cursor: pointer;
}
header .fx-banner {
  position: fixed;
  right: 0;
  z-index: 22;
  width: 45px;
  top: 750px;
}

.sidenav {
  /*display: none;*/
  z-index: 88;
  background: #fff;
  width: 100%;
  height: 100%;
  transform: translateX(0%);
  top: 60px;
  left: 0;
  margin: 0;
  position: fixed;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 1024px) {
  body.noscroll {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  body.noscroll .nav-sp-btn .menu-btn {
    display: none;
  }
  body.noscroll .nav-sp-btn .menu-btn-close {
    display: block;
  }
  header .container #sp-menu {
    overflow-y: scroll;
    list-style: outside none none;
    padding: 10px 23px 0px;
    text-align: left;
    height: calc(100% - 60px);
  }
  header .container #sp-menu > li {
    position: relative;
    border-bottom: 2px solid #d9d9d9;
  }
  header .container #sp-menu > li.active {
    border: 0 none;
  }
  header .container #sp-menu > li.social {
    margin-top: 40px;
    border: 0 none;
    padding: 34px 0 25px;
    margin-left: calc((100vw - 100%) / 2 * -1);
    margin-right: calc((100vw - 100%) / 2 * -1);
    background-image: url(../images/bg-social-header.png);
    background-size: cover;
  }
  header .container #sp-menu > li.social .title {
    text-transform: uppercase;
    margin: 0 0 0px;
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    font-family: "JLPGA-Regular", sans-serif;
    text-align:center;
  }
  header .container #sp-menu > li.social .sns-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: outside none none;
    max-width: 200px;
    margin: 0 auto;
  }
  header .container #sp-menu > li.social .sns-icon > li {
    padding-right: 24px;
    color: #fff;
  }
  header .container #sp-menu > li.social .sns-icon > li:last-child {
    padding-right: 0;
  }
  header .container #sp-menu > li.social .sns-icon > li img {
    max-height: 24px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  header .container #sp-menu > li.social .sns-icon > li:nth-child(2) img {
    max-height: 20px;
  }
  header .container #sp-menu > li.social .sns-icon > li:nth-child(3) img {
    max-height: 28px;
  }
  header .container #sp-menu > li.social .sns-icon > li > a {
    padding: 12px 0 18px;
  }
  header .container #sp-menu > li.menu-has-icon a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 23px;
  }
  header .nav-sp-btn {
    cursor: pointer;
  }
  header .nav-sp-btn .menu-btn-close {
    /*display: none;*/
    transition: all 0.3s ease-in-out;
  }
  header .nav-sp-btn .menu-btn {
    display: block;
    transition: all 0.3s ease-in-out;
  }
  .sidenav .collapsibl-header {
    padding: 24px 6px 16px 0;
    background-color: transparent;
    border: none;
    line-height: normal;
    height: auto;
    display: block;
    font-weight: 700;
  }
  .sidenav .collapsibl-header:hover {
    background: transparent;
    text-decoration: none;
    color: #333;
  }
  .sidenav .collapsibl-body {
    background-color: #efefef;
    /*border-top: 2px solid #d9d9d9;*/
    /*display: none;*/
  }
  .sidenav .collapsibl-body li {
    border-bottom: 1px solid #fff;
    list-style: none;
  }
  .sidenav .collapsibl-body li a {
    padding: 15px 16px 16px 25px;
    line-height: normal;
    height: auto;
    font-weight: 400;
    display: block;
  }
  .sidenav .collapsibl-body .sp-sub-menu-content li a {
    padding-left: 40px;
  }
  .sidenav .collapsibl-body .long-txt {
    width: 100%;
    display: inline-block;
  }
  .sidenav .collapsibl-body .long-txt span {
    display: inline-block;
  }
  .sidenav > li > a {
    font-weight: 700;
  }
  .sidenav li > a {
    padding: 20px 0;
    display: block;
  }
  .sidenav li > a:hover {
    background: transparent;
    text-decoration: none;
    color: #333;
  }
  .sidenav li a {
    font-size: 15px;
  }
  .sidenav li .collapsibl-header .sidenav-menu {
    position: relative;
  }
  .sidenav li .collapsibl-header .sidenav-menu::after {
    position: absolute;
    content: "＋";
    top: 50%;
    right: 10px;
    font-family: fontAwesome;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #00822d;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    transition: all 0.3s ease-in-out;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .sidenav li.active {
    background: transparent;
  }
  .sidenav li.active .collapsibl-header .sidenav-menu::after {
    content: "―";
  }
  .sidenav .stats-menu {
    position: relative;
  }
  .sidenav .stats-menu::after {
    position: absolute;
    top: 50%;
    right: 10px;
    content: "";
    padding: 5px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #00822d;
    border-left: 2px solid #00822d;
    transform: rotate(135deg) translateY(-50%);
    color: #fff;
    transition: transform 0.3s;
    transform-origin: 50% 0%;
    cursor: pointer;
  }
  .sidenav .stats-menu.active::after {
    transform: rotate(225deg) translateY(-50%);
  }
}/*# sourceMappingURL=header.css.map */

.main-filter,
.main-filter-search {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
  display: none;
}

.main-filter.show,
.main-filter-search.show {
  display: block;
}

.gcse-search-wrapper {
  height: 0;
  overflow: hidden;
}

.sidenav li>a>i, .sidenav li>a>[class^="mdi-"], .sidenav li>a li>a>[class*="mdi-"], .sidenav li>a>i.material-icons {
  float: none;
  height: auto;
  line-height: unset;
  margin: 0;
  width: auto;
  color: rgba(0,0,0,0.54);
}

/* ニュースタブ用*/ 
.tab__btn {
  position: relative;
  padding: 0 0 5px;
  margin: 0 18px 10px;
  border: none;
  font-size: 15px;
  color: #333333;
  background-color: transparent;
}
@media screen and (max-width: 1024px) {
  .tab__btn {
    margin: 0 18px 10px;
  }
  .tab__btn:first-child {
    margin-left: 0;
  }
}
.tab__btn:hover, .tab__btn.tab__btn--active {
  background: transparent;
}
.tab__btn:hover::after, .tab__btn.tab__btn--active::after {
  opacity: 1;
}
.tab__btn::before {
  content: "";
  background-color: #9a9a9a;
  height: 18px;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.tab__btn::after {
  content: "";
  background-color: #9a9a9a;
  height: 1px;
  left: 0;
  width: 100%;
  opacity: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  position: absolute;
}
.tab__btn:first-child {
  padding-left: 0;
}
.tab__btn:first-child::after {
  left: 0;
  right: 0;
}
.tab__btn:first-child:hover::after, .tab__btn:first-child.tab__btn--active::after {
  width: 100%;
  height: 1px;
  bottom: 3px;
}

.tab__btn--active {
  opacity: 1;
}

.tab__btn:hover {
  opacity: 1;
}

header .container navigation > ul .sub-menu.sub-menu-ranking ul.common-menu{
  border-left: none;
}
header .container navigation > ul .sub-menu.sub-menu-ranking ul.common-menu li{
  width: calc( (100% - 38px) / 3 );
  margin: 0 10px 10px 0;
  border-left: 1px solid #e6e6e6;
  min-height: 82px;
}
header .container navigation > ul .sub-menu.sub-menu-ranking ul.common-menu li a{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 82px;
}
/*header .container navigation > ul .sub-menu.sub-menu-ranking ul.common-menu li:nth-child(3n){*/
/*  margin-right: 0;*/
/*}*/
header .container navigation > ul .sub-menu.sub-menu-ranking ul.common-menu li.link-img{
  display: flex;
}
header .container navigation > ul .sub-menu.sub-menu-ranking ul.common-menu li.link-img a{
  background-color: #212121;
  padding: 0;
  color: #fff;
  text-align: center;
  flex-wrap: wrap;
  font-size: 10px;
  padding: 15px;
  line-height: 1;
}
header .container navigation > ul .sub-menu.sub-menu-ranking ul.common-menu li.link-img a:hover{
  opacity: 0.7;
}
header .container navigation > ul .sub-menu.sub-menu-ranking ul.common-menu li.link-img a img{
  max-width: 266px;
}

header .container navigation > ul .sub-menu.sub-menu-ranking .link-tab{
  margin-top: 0;
}

@media screen and (min-width: 1401px) {
  header .container navigation > ul > li > a{
    padding: 15px 12px 11px !important;
  }
}
@media screen and (max-width: 1300px) {
  header .container navigation > ul > li > a{
    padding: 15px 12px 11px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1070px) {
  header .container navigation > ul > li > a{
    font-size: 12px;
  }
}