@charset "UTF-8";
/* CSS Document */
/* main
-----------------------------------------------*/
#main {
  padding: 0;
}
#main h1 {
  border: none;
}
@media only screen and (max-width:767px) {
  #main {
    position: relative;
    padding-left: 100px;
    margin-bottom: 15px;
  }
  #main::before {
    position: absolute;
    display: block;
    content: "";
    background: url("/image/jagr/img_side_01.jpg")no-repeat;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 78px;
    height: 74px;
    background-size: cover;
  }
  #main h1 {
    padding-bottom:0;
  }
}
/* container
-----------------------------------------------*/
#container {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 60px;
  max-width: 1380px;
  padding: 0;
}
@media only screen and (max-width:1300px) {
  #container {
    margin-top: 0;
  }
}
@media only screen and (max-width:767px) {
  #container {
    display: block;
  }
}
/* contents
-----------------------------------------------*/
#contents {
  overflow: hidden;
  width: calc(100% - 300px);
  padding: 0 80px;
}
#contentsInner {
  max-width: 920px;
  margin: 0 auto;
}
@media only screen and (max-width:1300px) {
  #contents {
    padding: 0 20px;
  }
}
@media only screen and (max-width:767px) {
  #contents {
    width: 100%;
    position: relative;
  }
}
/* section
-----------------------------------------------*/
section p {
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width:767px) {
  section p {
    font-size: 14px;
  }
}
/* ranking
-----------------------------------------------*/
#ranking {
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
}
#ranking .women, 
#ranking .men {
  width: 440px;
  overflow-x: auto;
  white-space: nowrap;
}
#ranking .men {
  margin-right: 40px;
}
#ranking .women h2, 
#ranking .men h2 {
  font-size: 28px;
  position: relative;
  margin-bottom: 20px;
}
#ranking .women h2 span, 
#ranking .men h2 span {
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: normal;
}
#ranking .btn {
  max-width: 250px;
  margin: 30px auto;
}
#ranking .btn a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #333;
  border-radius: 45px;
}
#ranking .btn a span {
  position: relative;
  padding-right: 25px;
  font-size: 16px;
  line-height: 45px;
}
#ranking .btn a span::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg)translateY(-50%);
  margin-top: -1px;
}
#ranking .btn a span::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 50%;
  right: 2px;
  width: 15px;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
}
#ranking .note li {
  font-size: 12px;
  line-height: 1.75;
}
@media only screen and (max-width:1300px) {
#ranking .women h2 span, 
#ranking .men h2 span {
    display: block;
    position: relative;
    text-align: right;
  }
}
@media only screen and (max-width:767px) {
  #ranking {
    margin-top: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  #ranking .women, 
  #ranking .men {
    width: 100%;
  }
  #ranking .men {
    margin-right: 0;
    margin-bottom: 40px;
  }
  #ranking .women h2, 
  #ranking .men h2 {
    margin-bottom: 10px;
  }
  #ranking .note li {
    font-size: 12px;
    line-height: 1.75;
  }
  #ranking .btn {
    margin: 20px auto;
  }
  #ranking .women h2 span, 
#ranking .men h2 span {
    display: unset;
    position: absolute;
  }
}
/* tableArea
-----------------------------------------------*/
.tableArea th {
  background: #333;
  color: #fff;
  padding: 20px 10px;
}
.tableArea td, 
.tableArea th {
  text-align: center;
}
.tableArea tr {
  cursor: pointer;
}
.tableArea tr td {
  border-bottom: #ccc 1px solid;
}
.tableArea td:first-child {
  font-weight: bold;
}
.tableArea tr:nth-child(even) td {
  background: #f2f2f2;
}
.tableArea td:nth-child(3) {
  text-align: left;
}
#ranking .men .tableArea tr:hover td, 
#ranking .men .tableArea tr:nth-child(even):hover td {
  background: #3D80DF !important;
}
#ranking .men .tableArea tr:hover td a, 
#ranking .men .tableArea tr:nth-child(even):hover td a {
  color: #FFFFFF !important;
  font-weight: normal;
}
#ranking .women .tableArea tr:hover td, 
#ranking .women .tableArea tr:nth-child(even):hover td {
  background: #df3d3d !important;
}
#ranking .women .tableArea tr:hover td a, 
#ranking .women .tableArea tr:nth-child(even):hover td a {
  color: #FFFFFF;
  font-weight: normal;
}
.tableArea tr td a {
  padding: 20px 10px;
  display: block;
}
.tableArea tr:hover td a:hover {
  opacity: 1;
}
@media only screen and (max-width:767px) {
  .tableArea {
    overflow-x: auto;
    white-space: nowrap;
  }
  .tableArea th {
    background: #333;
    color: #fff;
    padding: 20px 10px;
  }
  .tableArea td, 
  .tableArea th {
    text-align: center;
  }
  .tableArea tr {
    cursor: pointer;
  }
  .tableArea tr td {
    border-bottom: #ccc 1px solid;
  }
  .tableArea td:first-child {
    font-weight: bold;
  }
  .tableArea tr:nth-child(even) td {
    background: #f2f2f2;
  }
  .tableArea td:nth-child(3) {
    text-align: left;
  }
  #ranking .men .tableArea tr:hover td, 
  #ranking .men .tableArea tr:nth-child(even):hover td {
    background: #3D80DF !important;
  }
  #ranking .men .tableArea tr:hover td a, 
  #ranking .men .tableArea tr:nth-child(even):hover td a {
    color: #FFFFFF !important;
    font-weight: normal;
  }
  #ranking .women .tableArea tr:hover td, 
  #ranking .women .tableArea tr:nth-child(even):hover td {
    background: #df3d3d !important;
  }
  #ranking .women .tableArea tr:hover td a, 
  #ranking .women .tableArea tr:nth-child(even):hover td a {
    color: #FFFFFF;
    font-weight: normal;
  }
  .tableArea tr td a {
    padding: 20px 10px;
    display: block;
  }
  .tableArea tr:hover td a:hover {
    opacity: 1;
  }
}
/* bnrArea
-----------------------------------------------*/
#bnrArea {
  display: none;
}
/* side
-----------------------------------------------*/
#side {
  width: 300px;
  padding: 50px 20px;
}
#side .inner {
  position: sticky;
  top: 140px;
}
#side .img {
  text-align: center;
}
#side h2 {
  text-align: center;
  font-size: 18px;
  margin: 40px auto 20px;
}
#side h3 {
  position: relative;
  padding-left: 25px;
  margin: 30px auto 15px;
}
#side h3::before {
  position: absolute;
  display: block;
  content: "";
  background: url("/image/jagr/icon_search.svg")no-repeat;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#side .tab {
  border-bottom: 2px solid #333;
  padding: 0 20px;
}
#side input[name="tab_item"] {
  display: none;
}
#side .tabs {
  text-align: center;
}
#side .tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  border-top: 2px solid #333;
}
#side #men:checked ~ #men_content, 
#side #women:checked ~ #women_content {
  display: block;
}
#side .tab_item {
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  max-width: 110px;
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
#side input:checked + .tab_item {
  background: #333;
  color: #fff;
}
#side .search {
  padding: 0 20px;
  text-align: left;
}
#side #aiueo td {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
#side .selectBtn {
  background: #f2f2f2;
  padding: 12px 15px;
  width: 100%;
  position: relative;
}
#side .selectBtn::before {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  right: 15px;
  top: 16px;
  transform: rotate(135deg);
}
#side #selectbox {
  background: #f2f2f2;
  font-weight: bold;
}
#side .age li {
  margin-bottom: 2px;
}
#side .age li a, #side .rank a {
  display: block;
  background: #f2f2f2;
  padding: 12px 15px;
  width: 100%;
  position: relative;
  font-weight: bold;
}
#side .age li a::before, 
#side .rank a::before {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  right: 15px;
  top: 16px;
  transform: rotate(45deg);
}
#side .note {
  font-size: 12px;
  margin-top: 10px;
}
#side .rank {
  margin-top: 30px;
}
#side .list {
  margin-top: 45px;
}
#side .list li {
  border-top: 1px #333 solid;
}
#side .list li:last-child {
  border-bottom: 1px #333 solid;
}
#side .list li a {
  position: relative;
  padding: 20px 10px;
  display: block;
  font-weight: bold;
}
#side .list li a::before {
  display: block;
  content: '';
  width: 13px;
  height: 13px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#side .list li.link a::before {
  background: url("/image/common/icon_link.svg")no-repeat;
}
#side .list li.dl a::before {
  background: url("/image/common/icon_DL.svg")no-repeat;
}
@media only screen and (max-width:1300px) {
  #side {
    padding: 20px 20px 40px;
    margin-top: 0;
  }
  #side .inner {
    top: 70px;
}
  #side .search {
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
  }
  #side .search > div {
    float: left;
    width: 30%;
    min-width: 300px;
    margin-right: 20px;
  }
  #side .search > div:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width:767px) {
  #side {
    display: none;
  }

}
/* searchBtn
-----------------------------------------------*/
#searchBtn {
  display: none;
}
@media only screen and (max-width:767px) {
  #searchBtn {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 10px;
    max-width: 70px;
    width: 100%;
  }

}


/* modal
-----------------------------------------------*/
.modalArea {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}
.modalWrapper {
    margin-top: 20px;
    width: 90%;
    padding: 20px 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  overflow: auto;
  max-height: 500px;
  background-color: #fff;
  border-radius: 10px;
}
.closeModal {
  position: absolute;
  top: 10px;
  right: 30px;
  cursor: pointer;
}
.closeModal span {
  font-size: 0;
  position: relative;
  width: 50px;
  height: 50px;
}
.closeModal span::before, .closeModal span::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
}
.closeModal span::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.closeModal span::after {
  bottom: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}
#openModal {
  background: #333;
  border-radius: 6px;
  width: 70px;
  height: 70px;
}
#openModal span {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  position: relative;
  padding-top: 25px;
  display: block;
}
#openModal span::before {
  position: absolute;
  display: block;
  content: "";
  background: url("/image/common/icon_search.svg")no-repeat;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.modalWrapper h2 {
  text-align: center;
  font-size: 18px;
  margin: 40px auto 20px;
}
.modalWrapper h3 {
  position: relative;
  padding-left: 25px;
  margin: 30px auto 15px;
}
.modalWrapper h3::before {
  position: absolute;
  display: block;
  content: "";
  background: url("/image/jagr/icon_search.svg")no-repeat;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.modalWrapper input[name="modal_tab_item"] {
  display: none;
}
.modalWrapper .tabs {
  text-align: center;
  padding-bottom: 40px;
}
.modalWrapper .tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  border-top: 2px solid #333;
}
.modalWrapper #modal_men:checked ~ #modal_men_content, 
.modalWrapper #modal_women:checked ~ #modal_women_content {
  display: block;
}
.modalWrapper .modal_tab_item {
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  max-width: 110px;
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.modalWrapper input:checked + .modal_tab_item {
  background: #333;
  color: #fff;
}
.modalWrapper .search {
  padding: 0 20px;
  text-align: left;
}
.modalWrapper #aiueo td {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.modalWrapper .selectBtn {
  background: #f2f2f2;
  padding: 12px 15px;
  width: 100%;
  position: relative;
}
.modalWrapper .selectBtn::before {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  right: 15px;
  top: 16px;
  transform: rotate(135deg);
}
.modalWrapper #selectbox {
  background: #f2f2f2;
  font-weight: bold;
}
.modalWrapper .age li {
  margin-bottom: 2px;
}
.modalWrapper .age li a, .modalWrapper .rank a {
  display: block;
  background: #f2f2f2;
  padding: 12px 15px;
  width: 100%;
  position: relative;
  font-weight: bold;
}
.modalWrapper .age li a::before, 
.modalWrapper .rank a::before {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  right: 15px;
  top: 16px;
  transform: rotate(45deg);
}
.modalWrapper .note {
  font-size: 12px;
  margin-top: 10px;
}
.modalWrapper .rank {
  margin-top: 30px;
}
.modalWrapper .list {
  margin-top: 45px;
}
.modalWrapper .list li {
  border-top: 1px #333 solid;
}
.modalWrapper .list li:last-child {
  border-bottom: 1px #333 solid;
}
.modalWrapper .list li a {
  position: relative;
  padding: 20px 10px;
  display: block;
  font-weight: bold;
}
.modalWrapper .list li a::before {
  display: block;
  content: '';
  width: 13px;
  height: 13px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.modalWrapper .list li.link a::before {
  background: url("/image/common/icon_link.svg")no-repeat;
}
.modalWrapper .list li.dl a::before {
  background: url("/image/common/icon_DL.svg")no-repeat;
}