/*Now the CSS*/
* {
    margin: 0; padding: 0;
    font-family: 'Kosugi', sans-serif;
}
body{
    background-image: url(xxx.png);
}
.next{
    width: auto;
    height: auto;
}
input#minimum_dasu_all, input#minimum_dasu_all2,  input#minimum_innings_all, input#minimum_innings_all2{
    width: 50px;
}
input[type="submit"]{
    font-size: 16px;
    padding: 4px 8px;
}
.search button{
    box-shadow: 1px 1px 2px #333;
}
.graph button {
    font-size: 14px;
    padding: 2px 5px;
}
.batter{
    border-collapse: collapse;
}
.prof1{
    font-weight: 100;
}
.total{
    font-weight: bold;
}
.batter tr:hover{
    background-color: rgb(125, 179, 226);
}
.batter tr:hover td.kote{
  background-color: rgb(125, 179, 226) !important;
}
.pitcher{
    border-collapse: collapse;
}
.pitcher tr:hover{
    background-color: rgb(125, 179, 226);
}
.pitcher tr:hover td.kote{
  background-color: rgb(125, 179, 226) !important;
}
.next img{
    width: 75px;
    height: 75px;
    object-fit: cover;
    object-position: 50% 5%;
    border-radius: 50%;
    border: 2px solid #c0c0c0;
}
    .search-form-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border: 2px solid #535a5f;
    border-radius: 3px;
}
.search-form-1 input {
    width: 150px;
    height: 45px;
    padding: 5px 15px;
    border: none;
    box-sizing: border-box;
    font-size: 1em;
    outline: none;
}
.search-form-1 input::placeholder{
    color: #777777;
}
.search-form-1 button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 45px;
    border: none;
    background-color: #535a5f;
    cursor: pointer;
}
.search-form-1 button::after {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
}
.graph{
    position: relative;
}
.xxx{
    width: 200px;
    z-index: 1;
    position: fixed;
    top: 10px;
    right: 10px;
}
.button1{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
button#prev {
    padding: 5px;
}
button#next {
    padding: 5px;
}
.download {
  border: none;
  background: transparent;
  padding: 6px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.download:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}
.download:active {
  transform: scale(0.95);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.download img {
  width: 48px;
  height: 48px;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  transition: transform 0.2s ease;
}
.download img:hover {
  transform: scale(1.08);
}
.name01{
    padding-bottom: 2px;
    text-align: left;
}
.league{
    font-weight: bold;
}
.ranking2{
    border-collapse: collapse;
    text-align: center;
}
.ranking2 th{
    width: 75px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid #ddd;
  background: linear-gradient(to bottom, #f0f0f3, #dcdde1);
  color: #333;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05);
  font-family: 'Segoe UI', 'Hiragino Sans', 'Noto Sans JP', sans-serif;
}
.ranking2 td{
    width: 90px;
    border-bottom: 1px solid #ffffff3b;
    border-right: 10px solid #fff;
    height: 25px;
    font-size: 12px;
}
.ranking2 a{
    text-decoration: none;
    display: block;
    color: #333;
    height: 100%;
    align-content: center;
}
.ranking2 a:visited{
    color: #333;
}
.ranking2 a:hover{
    background-color: rgb(244, 245, 247);
}
.ranking3{
    border-collapse: collapse;
    text-align: center;
}
.ranking3 th{
    width: 75px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid #ddd;
  background: linear-gradient(to bottom, #f0f0f3, #dcdde1);
  color: #333;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05);
  font-family: 'Segoe UI', 'Hiragino Sans', 'Noto Sans JP', sans-serif;
}
.ranking3 td{
    width: 80px;
    border-bottom: 1px solid #ffffff3b;
    border-right: 10px solid #fff;
    height: 25px;
    font-size: 12px;
}
.ranking3 a{
    text-decoration: none;
    display: block;
    color: #333;
    height: 100%;
    align-content: center;
}
.ranking3 a:visited{
    color: #333;
}
.ranking3 a:hover{
    background-color: rgb(244, 245, 247);
}
.ranking4{
    border-collapse: collapse;
    text-align: center;
}
.ranking4 th{
    width: 75px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid #ddd;
  background: linear-gradient(to bottom, #f0f0f3, #dcdde1);
  color: #333;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05);
  font-family: 'Segoe UI', 'Hiragino Sans', 'Noto Sans JP', sans-serif;
}
.ranking4 td{
    width: 90px;
    border-bottom: 1px solid #ffffff3b;
    border-right: 10px solid #fff;
    height: 25px;
    font-size: 12px;
}
.ranking4 a{
    text-decoration: none;
    display: block;
    color: #333;
    height: 100%;
    align-content: center;
}
.ranking4 a:visited{
    color: #333;
}
.ranking4 a:hover{
    background-color: rgb(244, 245, 247);
}
.ranking5{
    margin-left: auto;
    margin-right: auto;
}
.ranking5 td{
    border: 1px solid #c4c4c4;
}
.ranking5 a{
    text-decoration: none;
    display: block;
    color: #333;
    min-height: 25px;
}
.ranking5 a:visited{
    color: #333;
}
.ranking5 a:hover{
    background-color: rgb(244, 245, 247);
}
.bg1{
    background-color: rgb(153, 153, 153);
}
.bg2{
    background-color: rgb(77, 91, 218);
}
.bg3{
    background-color: rgb(116, 116, 117);
}
.bg4{
    background-color: rgb(162, 192, 102);
}
.bg5{
    background-color: rgb(228, 182, 58);
}
.bg6{
    background-color: rgb(245 231 106);
}
.bg7{
    background-color: rgb(144, 187, 153);
}
.quiz-result {
  font-size: 2rem;
  font-weight: bold;
  margin: 10px auto 20px auto;
  padding: 0.2em 0.5em;
  font-family: "Comic Sans MS", "Arial Rounded MT Bold", sans-serif;
  letter-spacing: 1px;
  display: table;
  line-height: 1.4;
  transform: rotate(-2deg); /* 遊び心 */
}
.incorrect {
  background: repeating-linear-gradient(
    -45deg,
    #ffeb3b,
    #ffeb3b 8px,
    #ffe082 8px,
    #ffe082 16px
  );
  color: #d32f2f;
}
.correct {
  background: repeating-linear-gradient(
    -20deg,
    #e1f5fe,
    #e1f5fe 8px,
    #b3e5fc 8px,
    #b3e5fc 16px
  );
  color: #1976d2;
}
.box-015 {
position: relative;
    max-width: 500px;
    margin: 0 auto 20px auto;
    padding: 10px;
    border-radius: 3px;
    background: linear-gradient(to bottom, #fffdf9, #fff9ea);
    color: #333333;
    text-align: center;
    line-height: 22px;
    box-shadow: 2px 2px 2px #bcbcbc;
}
.box-015::before,
.box-015::after {
    position: absolute;
    content: '';
}
.box-015::before {
    top: -15px;
    right: 10px;
    height: 50px;
    width: 15px;
    border: 3px solid #999;
    border-radius: 10px;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
    transform: rotate(10deg);
}
.box-015::after {
    top: 0;
    width: 10px;
    right: 20px;
    border: solid 5px #fffdf9;
}
.q03 td{
    line-height: 18px;
    padding: 0 5px;
}
.sch{
    justify-content: center;
    margin-bottom: 20px;
    color: rgb(37, 37, 37);
}
.q02{
    text-align: center;
}
.xx{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.ggr2{
padding: 10px;
    background: linear-gradient(to bottom, #fafdff, aliceblue);
    border-radius: 10px;
    width: 65%;
    margin: 0 auto;
    box-shadow: 1px 1px 2px #333;
}
.zz{
    text-align: center;
    margin-bottom: 10px;
}
.ggr3{
    display: flex;
    justify-content:space-evenly;
}
.search{
    margin-bottom: 25px;
}
.menu2{
    display: flex;
    justify-content:space-around;
    background-color: aliceblue;
    padding: 10px;
    border-radius: 10px;
}
.kote{
    position: sticky;
    left: 0;
    z-index: 1;
    background-color:rgb(244, 245, 247);
  }
.players a{
    text-decoration: none;
    color: #272727;
}
.players a:hover{
    color: #e4e2da;
}
.graph a{
    text-decoration: none;
    color: #272727;
}
.graph a:hover{
    color: #e4e2da;
}
.vv{
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.heading-31 {
    position: relative;
    padding: .3em 0 .2em 1em;
    border-bottom: 3px solid #454545;
    color: #333333;
    margin: 15px;
    width: fit-content;
    padding-right: 50px;
}
.heading-31::before {
    position: absolute;
    top: 0;
    left: .3em;
    transform: rotate(55deg);
    height: 11px;
    width: 12px;
    background: #2f5dff;
    content: '';
}
.heading-31::after {
    position: absolute;
    transform: rotate(15deg);
    top: .6em;
    left: 0;
    height: 8px;
    width: 8px;
    background: #2f5dff;
    content: '';
}
.graph p{
    box-shadow: 1px 1px 2px #333;
}
.quiz2{
    background-color: #ebe16d38;
    border-radius: 10px;
    padding: 5px 15px 5px 15px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    box-shadow: 2px 2px 2px #b3b3b3;
}
.prof2 th{
    border-bottom: 2px solid #005e90;
    align-content: end;
    padding: 0 10px 3px 10px;
    white-space: nowrap;
}
.prof2 td{
    border-bottom: 2px solid #005e90;
    align-content: end;
    padding: 0 10px 3px 10px;
}
.s-pl{
    height: 25px;
}
/* リンクのベーススタイル */
.over2 a,
.ggr_title a,
.ranking a,
.sei-b a,
.sei-p a {
    color: #333; /* ダークグレー */
    text-decoration: none; /* デフォルトの下線を削除 */
    font-weight: 500; /* 少し太めの文字に設定 */
    border-bottom: 1px solid #3979e4;
}
/* リンクのホバースタイル */
.over2 a:hover,
.ggr_title a:hover,
.ranking a:hover,
.sei-b a:hover,
.sei-p a:hover {
    color: #000; /* ホバー時に黒色に変更 */
    border-bottom-color: #2f5dff;
    border-bottom-width: 2px; /* ホバー時に下線を太く */
    font-weight: bold;
}
.sei-b{
    background-color: #f3fafe;
}
.sei-p{
    background-color: #fdf2f2;
}
.sei{
    color: #666666;
}
.icon img{
    border-radius: 50%;
    border: 2px solid #c0c0c0;
    margin: 2px;
    object-fit: cover;
    object-position: 50% 5%;
}
.icon a{
    border-bottom: none;
}
.ww{
    font-size: 22px;
}
ruby{
    ruby-align: center;
    font-weight: 100;
}
rt{
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 4px;
}
#loadMoreBtn{
    font-family: Arial, sans-serif;
    background-color: #333;
    color: #fff;
    border: 2px solid #aaa;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
    margin: 10px auto;
}
.page_title{
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 22px;
    color: #222;
    text-align: center;
    margin: 0 auto;
    position: relative;
    font-weight: bold;
    width: fit-content;
    padding: 20px 10px 16px;
    line-height: 1.3;
    letter-spacing: 1px;
}
.page_title::after{
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    max-width: 200px;
    background: linear-gradient(to right, #999, #333, #999);
    margin: 10px auto 0;
    border-radius: 2px;
}
.t002{
    text-align: center;
}
.ss001 {
    font-weight: bold;
    padding: 10px 0 5px 0;
}
.search-tab {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  justify-content: center;
}
.tab-btn {
  flex: 1;
  max-width: 180px;
  text-align: center;
  padding: 12px 0;
  background: #f4f4f4;
  color: #222;
  font-weight: bold;
  text-decoration: none;
  border-radius: 12px;
  border: 1px solid #ccc;
  box-shadow: inset 0 -1px 0 #ddd;
  transition: all 0.25s ease-in-out;
}
.tab-btn:hover {
  background: #e0e0e0;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.tab-btn.active {
  background: #2f2f2f;
  color: #fff;
  border-color: #2f2f2f;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.quiz-title {
  display: inline-block;
  padding: 5px 10px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(45deg, #ff9800, #ff5722); /* ポップなオレンジ系 */
  border-radius: 10px;
  box-shadow: 2px 4px 8px rgba(0,0,0,0.2);
  font-family: "Comic Sans MS", "Arial Rounded MT Bold", sans-serif;
  letter-spacing: 1px;
  transform: rotate(-2deg); /* 傾きは残す：動きではなく静的な表現 */
  margin: 5px 0 20px 0;
}
.quiz-question {
  display: table;
  position: relative;
  font-weight: bold;
  padding-bottom: 0.4em;
  margin: 10px auto;
}
.quiz-question::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: rgba(255, 152, 0, 0.7);
  transform: skewX(-20deg);
  filter: blur(1px);
  border-radius: 3px;
}
.quiz-score {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  border-bottom: 3px solid #1976d2;
  display: table;
  font-family: "Helvetica Neue", "Yu Gothic", sans-serif;
  margin: 0 auto 20px auto;
}
@media screen and (min-width:640px){
.head{
    width: 100vw;
    height: 215px;
    background-color: #fff;
}
.t002{
    margin: 25px 0 10px 0;
}
.radar{
    display: flex;
    justify-content: space-evenly;
    margin-top: 5px;
    background: linear-gradient(to bottom, #fcfcfc, #f2f2f2);
}
.t001{
    position: absolute;
    left: 190px;
    top: 15px;
}
.quiz{
    display: flex;
    justify-content: space-evenly;
}
.f001{
    display: table;
    margin: 0 auto 25px auto;
}
.base{
    padding-top: 10px;
}
.base a{
    text-decoration: none;
}
.tt{
    text-align: center;
    font-size: 14px;
}
.base a:visited{
    color: #ffffff;
}
.menu{
    display: flex;
    justify-content: center;
    background: #333;
        width: 100vw;
        margin-top: 16px;
}
.menu1{
    display: flex;
}
.menu p{
    width: 176px;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}
.menu a{
    display: block;
    line-height: 60px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}
.menu a:hover{
    background-color: #c0c0c0;
    color: #333;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-color: #ccc;
}
.menu a:active {
    transform: translateY(1px);
    box-shadow: none;
  }
.banner{
    font-size: 22px;
    font-weight: normal;
    margin-bottom: auto;
    text-align: center;
    margin-top: 10px;
}
.graph2{
    position: absolute;
    top: 20px;
    right: 20px;
}
.test1{
    width: 450px;
    position: relative;
}
.graph{
    width: 450px;
}
.main{
    margin-top: 24px;
    border-radius: 5px;
    padding: 10px;
    height: 100vh;
    width: 1216px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    height:fit-content;
    position: relative;
}
.team{
    font-size: 22px;
    margin: 10px 0px 5px 12px;
}
.graph form {
    position: absolute;
    top: 75px;
}
h2{
    font-size: 22px;
    margin: 5px;
}
.prof1{
    margin-left: 15px;
    padding: .5em .75em;
    background: linear-gradient(to right, #333, #ffffff);
    width: 70%;
    color: #fff;
    text-shadow: 1px 1px 2px #000000;
    position: absolute;
    z-index: 1;
}
.prof1 h2{
    font-size: 32px;
    margin-left: 10px;
}
.prof{
    max-width: 25%;
}
.prof2{
    text-align: left;
    border-collapse: collapse;

}
.prof2 tr{
    height: 32px;
}
.over{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 80px;
}
.over2{
    display: flex;
}
.over2 div{
    width: 150px;
}
.graph_vw{
    width: 275px;
}
.graph p{
    height: 18px;
    font-weight: bold;
    white-space: nowrap;
}
.graph tr{
    height: 25px;
}
.footer{
  width: 100vw;
  height: 120px;
  background-color: white;
      color: #333;
      font-size: 14px;
      margin-top: 24px;
}
.footer2{
  display: flex;
  justify-content:space-between;
  width: 1216px;
  margin: 0 auto;
      padding: 50px 0 10px 0;
}
.footer2 img{
  height: 50px;
}
.footer3{
  display: flex;
  margin-bottom: 15px;
}
.footer3 a{
      text-decoration: none;
    color: #333;
    border-left: solid 1px;
    padding: 5px 10px;
    transition: background-color 0.3s ease;
}
.footer3 a:hover{
    background-color: rgb(244, 245, 247);
}
.footer4{
  text-align: end;
}
.footer5{
    border-right: solid 1px;
}
.sei{
    display: flex;
}
.sei p{
    margin: 10px;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: 1px 1px 2px #333;
}
.players{
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    width: auto;
}
.batter{
    margin: 5px;
    background: linear-gradient(to bottom, #fcfcfc, #f2f2f2);
    border-radius: 5px;
}
.batter th{
    text-align: right;
    padding-left: 10px;
}
.batter td{
    text-align: right;
    padding-left: 15px;
    padding-right: 2px;
}
.batter tr{
    height: 21px;
}
.pitcher{
    margin: 5px;
    background: linear-gradient(to bottom, #fcfcfc, #f2f2f2);
    border-radius: 5px;
}
.pitcher th{
    text-align: right;
    padding-left: 10px;
}
.pitcher td{
    text-align: right;
    padding-left: 15px;
    padding-right: 2px;
}
.pitcher tr{
    height: 20px;
}
.list{
    display: flex;
    justify-content: space-around;
}
.title{
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    margin: 10px;
}
.on50{
    font-size: 18px;
    padding: 5px;
}
.ranking{
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}
.ranking tr{
    height: 20px;
}
.ranking td{
    border-bottom: 2px solid gray;
    padding: 10px 10px 2px 10px;
}
th.t2-8 {
    width: 100px;
}
th.t2-7 {
    width: 100px;
}
th.res.t2-6 {
    width: 100px;
}
th.res.t2-5 {
    min-width: 150px;
    max-width: 250px;
}
th.t2-3 {
    width: 150px;
}
th.t1-3 {
    width: 150px;
}
th.res.t1-7 {
    width: 150px;
}
.ggr_title {
    margin-top: 20px;
}
.rank_menu{
    padding: 0 30px;
        width: 100%;
    border-collapse: separate;
    border-spacing: 6px;
    table-layout: fixed;
}
.rank_menu a{
    text-decoration: none;
        display: block;
    background: linear-gradient(to bottom, #fdfdfd, #f0f0f0);
    border: 1px solid #ccc;
    border-radius: 50px;
    text-align: center;
    padding: 10px 5px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.25s ease;
    height: 100%;
}
.rank_menu a:link{
    color: rgb(37, 37, 37);
}
.rank_menu a:visited{
    color: rgb(37, 37, 37);
}
.rank_menu a:hover{
    background: #fafafa;
    border-color: #999;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
  table.rank_menu th a:active {
    transform: translateY(1px);
    box-shadow: none;
  }
.bold{
    font-weight: bold;
    text-align: right;
    padding-right: 20px;
    padding-left: 0px;
}
.rank{
    text-align: right;
}
.ggr{
    display: flex;
    justify-content: space-evenly;
}
.content1 div{
    margin-top: 5px;
    margin-bottom: 5px;
}
input#text{
    font-size: 16px;
}
.page{
    margin: auto;
    height: 100px;
    width: 40px;
    border-radius: 5px;
    background-color: #333;
    text-align: center;
}
.page a{
    font-size: 22px;
    color: #f3f3f3;
    display: block;
    line-height: 100px;
}
.page a:hover{
    background-color:#b3b3b3;
    color: #333;
    border-radius: 5px;
}
.search button{
    width: 75px;
    height: 30px;
    font-size: 16px;
    margin-top: 5px;
}
.ppv{
    text-align: center;
    margin-bottom: 20px;
    line-height: 20px;
}
.buttons{
    text-align: center;
}
.buttons2{
    text-align: center;
}
.buttons2 button{
    width: 100px;
    height: 40px;
}
.view {
    text-align: center;
  }
.ranking-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  max-width: 800px;
  margin: auto;
}
.ranking-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 10px;
background: linear-gradient(145deg, #ffffff, #dddddd);
border-radius: 0 10px 10px 0;
  box-shadow: 2px 2px 2px #bcbcbc;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  position: relative;
  border-left: 8px solid #333;
}
.ranking-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 75%;
        background: linear-gradient(to bottom, rgb(255 255 255), rgb(255 255 255 / 0%));
        pointer-events: none;
        z-index: 1;
    }
.ranking-card > * {
  position: relative;
  z-index: 2;
}
.ranking-card:hover {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.5),
    0 6px 12px rgba(0, 0, 0, 0.25);
}
.ranking-card.active {
  border-left: 8px solid #ffd900;
}
.rank-badge {
  font-size: 1.3rem;
  font-weight: bold;
  min-width: 3.5rem;
  text-align: center;
  /* color: #007BFF; */
}
.card-image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 5%;
  border: 2px solid #ccc;
}
.card-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
.card-name a {
  font-weight: 600;
  font-size: 18px;
  color: #222;
  text-decoration: none;
}
.card-value {
  margin: 0.25rem 0;
  font-weight: bold;
  color: #000;
  font-size: 17px;
}
.card-subinfo {
  font-size: 0.85rem;
  color: #555;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 15px;
}
#inputValue {
    width: 750px;
    height: 100px;
    font-size: 28px;
}
.page_title2{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}
.page_title2 a{
    color: #414141;
    text-decoration: none;
}
.page_title2 a:hover{
    color: #fdf2f2;
    font-weight: 100;
    text-decoration: none;
}
.next{
    text-align: center;
}
.ranking5 td{
    width: 350px;
}
.ranking5 h2{
    font-size: 20px;
}
/* スライダーメニュー */
.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.slider-wrapper {
    display: flex;
    transition: transform 0.3s ease;
}
.slider-item {
    min-width: 100%;
    box-sizing: border-box;
    text-align: center;
    background-color: #fafafa;
}
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    z-index: 10;
}
.slider-btn.prev {
    left: 10px;
}
.slider-btn.next {
    right: 10px;
}
.res2{
    display: none;
}
}

@media screen and (max-width:639px) {
    /*スマホ用のcssを記述*/
.res{
    display: none;
}
.f001{
    display: table;
    margin: 0 auto 20px auto;
}
.box-015{
    font-size: 14px;
    margin: 0 10px;
}
.head{
    width: 100vw;
    background-color: #fff;
}
.base{
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /* display: flex;
    justify-content: space-between; */
    /* height: 60px; */
}
.base a{
    text-decoration: none;
    color: rgb(37, 37, 37);
}
.base p{
    text-align: center;
    padding: 10px;
    font-size: 14px;
}
.base img{
    width: 80%;
}
.base a:visited{
    color: rgb(37, 37, 37);
}
.menu p{
    /* width: 176px; */
    font-size: 14px;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    height: 30px;
}
.fff{
    display: flex;
    justify-content: space-evenly;
}
.menu a:hover{
    background-color: rgb(244, 245, 247);
}
.banner{
    font-size: 18px;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;}
.main{
    margin-top: 16px;
    border-radius: 5px;
    height: 100vh;
    width: 100vw;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    height:fit-content;
    padding-top: 1px;
}
.quiz-result{
    font-size: 22px;
}
.team{
    font-size: 18px;
    margin: 7px;
}
.team2{
    overflow-x: scroll;
    overflow-y: hidden;
    width: auto;
}
.team2 th{
    white-space: nowrap;
}
.ranking2 th{
    min-width: 50px;
}
.ranking2 td{
    min-width: 75px;
}
.ranking3 th{
    min-width: 50px;
}
.ranking3 td{
    min-width: 75px;
}
.ranking4 th{
    min-width: 50px;
}
.ranking4 td{
    min-width: 75px;
}
h2{
    font-size: 22px;
    margin: 5px;
}
.graph2{
    position: absolute;
    top: 185px;
    right: 15px;
}
.view {
    margin: 5px 10px;
}
.menu1{
    display: flex;
    justify-content: space-evenly;
    overflow: scroll;
}
.vvv{
    flex-direction: row-reverse;
}
.menu3{
    color: rgb(37, 37, 37);
    align-content: center;
    font-weight: bold;
}
.search-tab {
        padding: 10px 5px;
}
.prof{
    margin: 10px;
}
.prof1{
    padding-top: 10px;
    padding: .5em .75em;
    background: linear-gradient(to right, #333, #ffffff);
    color: #fff;
    text-shadow: 1px 1px 2px #000000;
}
.prof2{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    border-collapse: collapse;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
}
.prof2 tr{
    height: 27px;
}
.photo{
    text-align: center;
    margin-bottom: 30px;
}
.graph{
    margin-top: auto;
    margin-bottom: auto;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px 0 10px;
}
.graph_vw{
    width: 200px;
}
.graph p{
    height: 14px;
    font-weight: bold;
    white-space: nowrap;
}
.graph tr{
    height: 0px;
}
.sei{
    display: flex;
}
.sei p{
    margin: 15px 10px 5px 10px;
    padding: 5px 10px 5px 10px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: 1px 1px 2px #333;
}
.players{
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    width: auto;
}
.batter{
    margin: 5px;
    background: linear-gradient(to bottom, #fcfcfc, #f2f2f2);
    border-radius: 5px;
    font-size: 14px;
}
.batter th{
    text-align: right;
    padding-left: 10px;
}
.t001{
    text-align: center;
}
.batter td{
    text-align: right;
    padding-left: 10px;
}
.batter tr{
    height: 20px;
}
.pitcher{
    margin: 5px;
    background: linear-gradient(to bottom, #fcfcfc, #f2f2f2);
    border-radius: 5px;
    font-size: 14px;
}
.pitcher th{
    text-align: right;
    padding-left: 10px;
}
.pitcher td{
    text-align: right;
    padding-left: 10px;
}
.pitcher tr{
    height: 20px;
}
.list{
    display: flex;
    justify-content: space-around;
}
.title{
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    margin: 10px;
}
.graph form {
    position: absolute;
    top: 25px;
}
.button1{
    margin-top: 15px;
}
.on50{
    font-size: 18px;
    padding: 5px;
}
.ranking{
    height: 100%;
    border-collapse: collapse;
    font-size: 14px;
    margin: 15px;
}
.ranking tr{
    height: 20px;
}
.ranking td{
    padding-right: 10px;
    padding-top: 10px;
    border-bottom: 2px solid #1f1f1c;
}
.accordion-area{
    font-size: 14px;
}
.t003{
    font-size: 14px;
}
.page{
    margin-top: 15px;
}
.ggr_title {
    margin-top: 15px;
}
.ggr2{
        width: initial;
    margin: 0 10px;
    font-size: 14px;
}
.rank_menu{
    padding: 0 30px 100px 30px;
        width: 100%;
    border-collapse: separate;
    border-spacing: 6px;
    table-layout: fixed;
}
.rank_menu a{
    text-decoration: none;
        display: block;
    background: linear-gradient(to bottom, #fdfdfd, #f0f0f0);
    border: 1px solid #ccc;
    border-radius: 50px;
    text-align: center;
    padding: 10px 5px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.25s ease;
    height: 100%;
}
.rank_menu a:link{
    color: rgb(37, 37, 37);
}
.rank_menu a:visited{
    color: rgb(37, 37, 37);
}
.rank_menu a:hover{
    background: #fafafa;
    border-color: #999;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
  table.rank_menu th a:active {
    transform: translateY(1px);
    box-shadow: none;
  }
.footer{
  width: 100vw;
  background-color: white;
      color: #333;
      font-size: 12px;
      margin-top: 24px;
}
.footer2{
  text-align: center;
  width: 100vw;
  margin: 0 auto;
      padding: 50px 0 10px 0;
}
.footer2 img{
  height: 50px;
  margin-bottom: 10px;
}
.footer3{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.footer3 a{
      text-decoration: none;
    color: #333;
    width: 45%;
    padding: 5px 0;
    transition: background-color 0.3s ease;
}
.footer3 a:hover{
    background-color: rgb(244, 245, 247);
}
.footer4{
  margin-bottom: 10px;
}
.bold{
    font-weight: bold;
    text-align: right;
    padding-right: 20px;
    padding-left: 0px;
}
.rank{
    text-align: right;
}
/* .ggr{
    display: flex;
    justify-content: space-around;
} */
.content1 div{
    margin-top: 5px;
    margin-bottom: 5px;
}
input#text{
    font-size: 16px;
}
.page{
    margin: auto;
    height: 50px;
    width: 50px;
    text-align: center;
}
.page a{
    font-size: 28px;
    color: #333;
}
.page a:hover{
    background-color:#b3b3b3;
    color: #333;
}
.buttons button{
    width: 45px;
    height: 20px;
    font-size: 12px;
    margin-top: 5px;
}
.ppv{
    text-align: center;
    font-size: 12px;
    margin: 20px;
    line-height: 15px;
}
#inputValue {
    width: 100%;
    height: 100px;
    font-size: 18px;
}
.buttons{
    text-align: center;
}
.buttons2{
    text-align: center;
}
.buttons2 button{
    width: 75px;
    height: 30px;
}
.page_title{
    font-size: 18px;
}
.page_title2{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
}
.page_title2 a{
    color: #414141;
    text-decoration: none;
}
.page_title2 a:hover{
    color: #fdf2f2;
    font-weight: 100;
    text-decoration: none;
}
.ranking-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  max-width: 800px;
  margin: auto;
}
.ranking-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 10px;
background: linear-gradient(145deg, #ffffff, #dddddd);
border-radius: 0 10px 10px 0;
  box-shadow: 2px 2px 2px #bcbcbc;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  position: relative;
  border-left: 8px solid #333;
}
.ranking-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 75%;
        background: linear-gradient(to bottom, rgb(255 255 255), rgb(255 255 255 / 0%));
        pointer-events: none;
    }
.ranking-card > * {
  position: relative;
  z-index: 1.5;
}
.ranking-card:hover {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.5),
    0 6px 12px rgba(0, 0, 0, 0.25);
}
.ranking-card.active {
  border-left: 8px solid #ffd900;
}
.rank-badge {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  /* color: #007BFF; */
}
.card-image img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 5%;
  border: 2px solid #ccc;
}
.card-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.card-name a {
  font-weight: 600;
  font-size: 18px;
  color: #222;
  text-decoration: none;
}
.card-value {
  margin: 0.25rem 0;
  font-weight: bold;
  color: #000;
  font-size: 17px;
}
.card-subinfo {
  color: #555;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  font-size: 14px;
}
.oop a{
    width: 45px;
}
.oop th{
    display: table-cell;
}
.next{
    padding-left: 25px;
}
.next p{
    text-align: center;
}
.ranking5{
    margin: 0 10px;
}
.ranking5 td{
    width: 50%;
}
.ranking5 h2{
    font-size: 14px;
}
.tab-4{
    padding: 10px 10px 0 10px;
    white-space: nowrap;
}
td.name01{
    max-width: 80px;
    min-width: 80px;
    white-space: initial;
}
td.aff{
    max-width: 100px;
    white-space: initial;
}
.rmb{
    text-decoration: none;
    background: linear-gradient(to bottom, #fdfdfd, #5d8fff);
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px 5px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.rmp{
    text-decoration: none;
    background: linear-gradient(to bottom, #fdfdfd, #ff5d5d);
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px 5px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.quiz2{
    width: 85%;
    padding: 10px;
    white-space: normal;
}
.over2{
    display: flex;
    overflow-x: auto;
}
/* メニューボタンのスタイル */
.menu-btn {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 5;
}
#menu-btn {
    font-size: 24px;
    font-weight: bold;
    color: #fff; /* アイコンの色を白に設定 */
    background-color: #000; /* 背景を黒に設定 */
    padding: 10px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-align: center;
    width: 30px;
    height: 30px;
    border: 2px solid #c0c0c0;
    line-height: 30px;
}
/* アイコンの文字設定 */
#menu-btn::before {
    content: "☰"; /* アイコンとしてiを使用 */
    font-family: Arial, sans-serif;
    font-size: 24px;
}
#menu-btn:hover {
    background-color: #444; /* ホバー時の背景色を変更 */
    color: #C0C0C0; /* ホバー時のアイコン色をシルバーに変更 */
}
.menu-btn-right {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 2;
}
/* 情報アイコンスタイル */
#menu-btn-right {
    font-size: 24px;
    font-weight: bold;
    color: #fff; /* アイコンの色を白に設定 */
    background-color: #333; /* 背景を黒に設定 */
    padding: 10px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-align: center;
    width: 30px;
    height: 30px;
    border: 2px solid #c0c0c0;
}
#menu-btn-right:hover {
    background-color: #444; /* ホバー時の背景色を変更 */
    color: #C0C0C0; /* ホバー時のアイコン色をシルバーに変更 */
}
/* アイコンの文字設定 */
#menu-btn-right::before {
    content: "i"; /* アイコンとしてiを使用 */
    font-family: Arial, sans-serif;
    font-size: 24px;
}
/* 左側メニューのスタイル */
.slide-menu {
    position: fixed;
    top: 0;
    left: -252px; /* 初期状態は左側に隠れている */
    width: 250px;
    height: 100%;
    background-color: #fff;
    color: white;
    overflow: hidden;
    transition: left 0.3s ease; /* スライドするアニメーション */
    z-index: 4;
    box-shadow: 1px 1px 4px #333;
}
.slide-menu ul {
    list-style: none;
    padding: 0;
    text-align: center;
}
.slide-menu ul li {
    padding: 5px;
    border-bottom: 1px solid #444;
}
.slide-menu ul li a {
    color: white;
    text-decoration: none;
}
.slide-menu ul li a:hover {
    text-decoration: underline;
}
/* 右側メニューのスタイル */
.slide-menu-right {
    position: fixed;
    top: 0;
    right: -252px; /* 初期状態は右側に隠れている */
    width: 250px;
    height: 100%;
    background-color: #fff;
    color: white;
    overflow: hidden;
    transition: right 0.3s ease; /* スライドするアニメーション */
    z-index: 1;
    box-shadow: -1px 1px 4px #333;
    padding: 50px 0;
    overflow: scroll;
}
.slide-menu-right ul {
    list-style-type: disclosure-closed;
    padding: 0;
    margin-left: 20%;
}
.slide-menu-right ul li {
    padding: 5px;
    border-bottom: 1px solid #444;
}
.slide-menu-right ul li a {
    color: white;
    text-decoration: none;
}
.slide-menu-right ul li a:hover {
    text-decoration: underline;
}
/* メインコンテンツのスタイル */
body.menu-open .slide-menu {
    left: 0; /* 左側メニューが表示される */
}
body.menu-open-right .slide-menu-right {
    right: 0; /* 右側メニューが表示される */
}

}

/* 以下、jsアニメーション関連 */
.box{
    font-size: 20px;
    padding-left: 10px;
    /* color:#ff70f8;
    color:#ff11f3;
    color:#ff1919;
    color:#ffa025;
    color:#fbff11;
    color:#2fd854;
    color:#362aa1;
    color:#31106e; */
  }
  
  /*==================================================
  スタート時は要素自体を透過0にするためのopacity:0;を指定する
  ===================================*/
  
  .box{
    opacity: 0;
  }
  
  /*==================================================
  ふわっ
  ===================================*/
  
  .fadeUp {
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity: 0;
  }
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  
  /* アニメーションスタートの遅延時間を決めるCSS*/
  
  .d1{
  animation-delay: 0.1s;
  }
  .d2{
  animation-delay: 0.2s;
  }
  .d3{
    animation-delay: 0.3s;
    }
    .d4{
    animation-delay: 0.4s;
    }
    .d5{
        animation-delay: 0.5s;
        }
        .d6{
        animation-delay: 0.6s;
        }
        .d7{
            animation-delay: 0.7s;
            }
            .d8{
            animation-delay: 0.8s;
            }
            .d9{
                animation-delay: 0.9s;
                }
                .d10{
                animation-delay: 1.0s;
                }
                .d11{
                    animation-delay: 1.1s;
                    }
                    .d12{
                    animation-delay: 1.2s;
                    }
/* 以下ページトップcss */
/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#272727;
	border-radius: 5px;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:18px;
	transition:all 0.3s;
}

#page-top a:hover{
	background: #777;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}
/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 98%;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
	border: 1px solid #111;
    border-radius: 5px;
    background-color: #333;
    color: #fff;
}
/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    /* padding: 3% 3% 3% 50px; */
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #fff;
    
}
.title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
	transform: rotate(45deg);
}

.title.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box2 {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
	margin:0 10px 10px 10px;
    padding: 10px;
    color: #111;
}