@charset "UTF-8";

.main{
  font-size: 18px;
  line-height: 1.8;
}
section{
  padding-bottom: 50px;
}

@media screen and (max-width:759px){
  .main{
    font-size: 14px;
    line-height: 1.5;
  }
  section{
    padding-bottom: 30px;
  }
}

/*  about  */
.about .mascot .flex-box .single:first-child{
  width: 30%;
}
.about .mascot .flex-box .single:last-child{
  width: 63%;
}

.about .mascot ul li{
  padding: 5px 0;
}
.about .mascot ul li:not(:last-child){
  border-bottom: 1px dotted #09003e;
}
.about .cheering iframe{
  max-width: 100%;
}
@media screen and (max-width:759px){
  .about .mascot .flex-box .single:first-child, .about .mascot .flex-box .single:last-child{
    width: 100%;
  }
  .about .mascot .flex-box .single:first-child{
    text-align: center;
  }
  .about .mascot .flex-box .single:first-child img{
    width: 50%;
  }
}

/*  history  */
.history dl:after {
  content: "";
  display: block;
  clear: both;
}
.history dt {
    float: left;
    width: 14em;
    font-size: 18px;
    font-weight: bold;
}
.history dd {
    font-size: 18px;
    padding-left: 14em;
}
.history dl{
  padding: 7px 0;
}
.history dl:not(:last-child) {
    border-bottom: 1px dotted #09003e;
}
.history dt span.y {
    width: 2.5em;
    display: inline-block;
    text-align: right;
}

.history dt span.d {
    width: 2.5em;
    display: inline-block;
    text-align: right;
}

.history .albam {
  margin-top: 20px;
  background: url(../../img/about/history_img.jpg) top right no-repeat;
}
.history .albam img {
    padding-bottom: 10px;
}
.history .albam .f-box{
  margin-top: 20px;
}
.history .albam .f-box .single{
  max-width:49%;
}
.history .albam .f-box .single:first-child{
  margin-right: 2%;
}
@media screen and (max-width:759px){
  .history dt {
    float: none;
    width: 100%;
    font-size:16px;
  }
  .history dd {
      padding-left: 0;
      font-size:14px;
  }
  .history .albam {
    background-size: contain;
    background-position: bottom center;
    padding-bottom: 86%;
  }
}
/* player-list */
.player-list .posi-box-inner{
  max-width: 1240px;
  margin: auto;
  padding: 30px 20px;
}
.player-list .ttl-box .ttl-en {
  color: #014073;
  font-size: 72px;
  font-family: 'Helvetica', 'Arial';
  transform: scale(0.8, 1) translate(-13%, 0);
  font-weight: bold;
  line-height: 0.8;
  text-shadow: 1px 1px 0 #014073, 0px 1px 0 #014073, 1px -1px 0 #014073, -1px 0px 0 #014073, 1px 1px 0 #014073, 1px 0px 0 #014073, 1px -1px 0 #014073, 0px -1px 0 #014073;
}
.player-list .ttl-box .ttl-jp {
  font-size: 20px;
  color: #014073;
  font-weight: bold;
}
.player-list .posi-box-inner .player-box{
  margin: 30px 0;
  font-weight: bold;
  color: #fff;
}
.player-list .flex-box .single{
  margin-bottom: 40px;
  width: 18.334%;
}
.player-list .player-box .single a:hover{
  display: block;
  background: #fff;
}
.player-list .posi-box-inner .name-box .left{
  float: left;
  font-size: 68px;
  font-family: 'Helvetica', 'Arial';
  line-height: 1;
  transform: scale(0.9, 1) translate(-7%, 0);
}
.player-list .posi-box-inner .name-box .right{
  float: left;
  font-size: 25px;
  line-height: 1.5;
  margin-top: 5px;
}
.player-list .posi-box-inner .name-box .right span{
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}
.player-list .staff{
  background: url(../../img/player-list/bg01.png) top center no-repeat;
  background-size: cover;
}
.player-list .pitcher{
  margin-top: -19%;
  padding-top: 17%;
  background: url(../../img/player-list/bg02.png) top center no-repeat;
  background-size: cover;
}
.player-list .pitcher .ttl-en{
  transform: scale(0.8, 1) translate(12.5%, 0);
}
.player-list .catcher{
  margin-top: -23%;
  padding: 16% 0 0 0;
  background: url(../../img/player-list/bg03.png) top center no-repeat;
  background-size: cover;
}

.player-list .infielder{
  background: url(../../img/player-list/bg04.png) top center no-repeat;
  background-size: cover;
}
.player-list .infielder .ttl-en{
  transform: scale(0.8, 1) translate(12.5%, 0);
}
.player-list .outfielder{
  background: url(../../img/player-list/bg05.png) top center no-repeat;
  background-size: cover;
  padding: 15% 0 0 0;
  margin-top: -21%;
}
.player-list .outfielder .ttl-box img{
  max-width: 10em;
}
.player-list .name-box {
  display: flex;
}
.player-list .posi-box-inner .name-box .right .small {
  font-size: 13px;
  display: inline-flex;
  margin: auto 0;
  align-items: center;
  line-height: 1.3;
}
@media screen and (max-width:1499px) and (min-width:760px){
  .player-list .posi-box-inner .ttl-box img{
    font-size: 4vw;
  }
  .player-list .posi-box-inner .name-box .left{
    font-size: 4.5vw;
    margin-right: 2%;
  }
  .player-list .posi-box-inner .name-box .right{
    font-size: 1.5vw;
    margin-top: 2%;
  }
  .player-list .posi-box-inner .name-box .right span{
    font-size: 1.1vw;
  }
  .player-list .ttl-box .ttl-en{
    font-size: 4.9vw;
  }
  .player-list .ttl-box .ttl-jp{
    font-size: 1.3vw;
  }
  .player-list .posi-box-inner .name-box .right .small {
    font-size: 0.8vw;
  }
}
@media screen and (max-width:759px){
  .player-link-box{
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .player-link-box .single:nth-child(3n-1){
    margin: 0 2% 20px;
  }
  .player-list .flex-box .single{
    margin-bottom: 20px;
  }
  .player-list .posi-box-inner .ttl-box img{
    font-size: 30px;
  }
  .player-list .player-box .flex-box .single{
    width: 31%;
  }
  .player-list .posi-box-inner .name-box .left{
    font-size: 4vw;
    line-height: 2;
    margin-right: 8px;
    /* float: none; */
  }
  .player-list .posi-box-inner .name-box .right{
    font-size: 4vw;
    margin-top: 6%;
  }
  .player-list .posi-box-inner .name-box .right span{
    font-size: 3vw;
  }
  .player-list .pitcher{
    margin-top: -48%;
    padding-top: 23%;
  }
  .player-list .catcher{
    margin-top: -41%;
    padding-top: 21%;
  }
  .player-list .outfielder{
    margin-top: -46%;
    padding-top: 24%;
  }
  .player-list .ttl-box .ttl-en{
    font-size: 9vw;
    text-shadow: none;
  }
  .player-list .ttl-box .ttl-jp{
    font-size: 2.5vw;
  }
  .player-list .posi-box-inner .name-box .right .small {
    font-size: 2.4vw;
  }
}
@media screen and (max-width:419px){
  .player-list .posi-box-inner .name-box .right{
    font-size: 3.5vw;
  }
  .player-list .posi-box-inner .name-box .right {
    font-size: 3.5vw;
  }
  .player-list .posi-box-inner .name-box .right span{
    font-size: 2.5vw;
  }
  .player-list .posi-box-inner .name-box .right .small {
    font-size: 2vw;
  }
}

.player-about-box{
  margin-bottom: 20px;
  font-size: 18px;
}
.player-about-box .flex-box .num{
  font-size: 130px;
  width: auto;
  font-weight: bold;
  font-family: 'Helvetica', 'Arial';
  transform: scale(0.9, 1) translate(-5%, 0);
  line-height: 1;
}
.player-about-box .flex-box .name-box{
  width: calc( 100% - 1.2em );
  font-weight: bold;
  font-size: 130px;
  padding: 19px 0;
}
.player-about-box .flex-box{
  color: #024073;
  justify-content: flex-start;
}
.player-about-box .flex-box .name-box .class{
  font-size: 18px;
  line-height: 1;
}
.player-about-box .flex-box .name-box .name{
  font-size: 40px;
  line-height: 1.4;
}
.player-about-box .flex-box .name-box .name_en{
  font-size: 18px;
  line-height: 1;
}
.player-about-box .message-ttl{
  font-weight: bold;
}
.player-about-box .message-txt{
  margin-bottom: 20px;
}
.player-profile-box{
  margin-bottom: 40px;
}
.player-profile-box .left{
  width: 30%;
}
.player-profile-box .right{
  width: 70%;
  padding-left: 20px;
}
.player-profile-box .right{
  width: 70%;
  padding-left: 20px;
}
.player-profile-box .right dl:after {
  content: "";
  display: block;
  clear: both;
}
.player-profile-box .right dt {
    float: left;
    width: 9em;
    color: #f0af17;
    font-size: 18px;
    font-weight: bold;
}
.player-profile-box .right dd {
    font-size: 18px;
    padding-left: 9em;
}
.player-profile-box .right dl{
  padding: 7px 0;
}
.player-profile-box .right dl:not(:last-child) {
    border-bottom: 1px dotted #09003e;
}

@media screen and (min-width:760px){
  .player-data .content-inner .conntent-inner-left{
    padding-right: 20px;
  }
}
@media screen and (max-width:1499px) and (min-width:760px){
  .player-about-box .flex-box .num{
    font-size: 8.6vw;
  }
  .player-about-box .flex-box .name-box{
    font-size: 9vw;
    padding-top: 3.4%;
  }
  .player-about-box .flex-box .name-box .name{
    font-size: 2.7vw;
  }
  .player-about-box .flex-box .name-box .class, .player-about-box .flex-box .name-box .name_en{
    font-size: 1.3vw;
  }
}
@media screen and (max-width:759px){
  .player-about-box .flex-box .num{
    font-size: 70px;
  }
  .player-about-box .flex-box .name-box{
    font-size: 70px;
    padding-top: 5px;
  }
  .player-about-box .flex-box .name-box .name{
    font-size: 20px;
  }
  .player-about-box .flex-box .name-box .class, .player-about-box .flex-box .name-box .name_en{
    font-size: 13px;
  }
  .player-about-box .message-ttl, .player-about-box .message-txt,
  .player-profile-box .right dt, .player-profile-box .right dd{
    font-size: 14px;
  }
  .player-about-box .img-box{
    text-align: center;
  }
  .player-data #twitterWrp {
    width: 80%;
    margin: auto;
  }
  .player-data .twitter-timeline{
    width: 100%!important;
  }
  .player-profile-box .left{
    text-align: center;
    margin-bottom: 20px;
  }
  .player-profile-box .left, .player-profile-box .right{
    width: 100%;
    padding-left: 0;
  }
}

.game_data .article-list article {
    padding-bottom: 50px;
}
.game_data .article-list article:not(:last-child){
    border:0;
}
.competition_name {
    border: 3px solid #18406f;
    display: table;
    width: 100%;
}
.competition_name h3 {
    border: 0;
    width: 62%;
    margin: 0;
    height: 100%;
    display: table-cell;
    padding: 17px 15px;
    vertical-align: middle;
}
.competition_name p {
    width: 38%;
    background: #024078;
    color: #fff;
    height: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    padding: 10px;
}
.game_data article .taR > .back-btn{
	margin-bottom: 0;
}
.game_data article .taR {
  margin: 5px 0 0;
}
.schedule-tbl{
	margin-top: 10px;
}
.schedule-tbl td:not(:last-child){
  text-align: left;
}
.schedule-tbl .back-btn{
  display: block;
  margin: auto;
  color: #fff;
  background: #024073;
  border-color: #024073;
}
.schedule-tbl .back-btn:hover {
  background: #fff;
  color: #024073;
}
.schedule-tbl .back-btn:before{
  content: url(../../img/cmn/link-arrow_w.png);
}
.schedule-tbl .back-btn:hover:before{
  content: url(../../img/cmn/link-arrow_db.png);
}
.game_data .field{
  font-size: 18px;
}
.game_data span{
  font-weight: bold;
}

.game_data iframe{
  max-width: 100%;
}
@media screen and (max-width:759px){
  .competition_name h3, .competition_name p{
    display: block;
    width: 100%;
  }
  .game_data article .taR {
    margin: 10px 0 0;
  }
  .schedule-tbl thead{
    display: none;
  }
  .schedule-tbl td:first-child{
    background: #f0af17;
    text-align: center;
    font-weight: bold;
  }
  .game_data .field{
    font-size: 14px;
  }
}

.game_result .competition_name{
  margin-bottom: 15px;
}
.game_result h4{
  color: #024073;
  font-size: 20px;
}
.game_result .game_txt, .game_result .result_txt{
  margin-bottom: 30px;
}
.game_result div.game_results_table, table.game_results_table_wrp td {
    background:#fff;
    color:#201613;
    font-weight:bold;
}
table.game_results_table_wrp thead td{
  padding: 0 5px;
}
table.game_results_table_wrp tbody td{
  padding: 10px;
}
table.game_results_table_wrp thead td:not(:first-child),
table.game_results_table_wrp tbody td:first-child{
    background: #f0af17;
}
@media screen and (max-width:759px){
  .game_result h4{
    font-size: 15px;
  }
  .game_result .game_txt, .game_result .result_txt{
    margin-bottom: 15px;
  }
}

.game_break_news .content-inner h2{
  background: none;
  border: none;
  margin-bottom: 0;
  padding: 10px;
}
.game_break_news h2::before{
  display: none;
}
.game_break_news .live_area{
  text-align: center;
  margin-bottom: 20px;
}
.game_break_news .live_area iframe{
  max-width: 100%;
}
.game_break_news .competition_name{
  margin-bottom: 30px;
}
.game_break_news .rhe, .game_results_table .rhe{
  background: #cccccc!important;
}
.game_break_news .time_area{
  color: #024073;
  font-size: 20px;
  font-weight: bold;
}
.break_news_box h2 {
  margin: 30px 0 30px;
}
.break_news_box p {
  border-top: 1px dotted #024073;
  line-height: 2;
  font-size: 20px;
}
.break_news_box h2 + p{
  border-top:none;
}
.page_top{
  margin-top: 20px;
}
.page_top a{
  color: #024073;
}
@media screen and (min-width:760px){
  .break_news_box h2 {
    padding: 0 10px 0 15px!important;
  }
}
@media screen and (max-width:759px){
  .game_break_news .time_area, .break_news_box p{
    font-size: 15px;
  }
}


.player-history{
  margin-bottom: 30px;
}
.player-history .histry_single{
  border-bottom: 1px dotted #09003e;
  margin-bottom: 15px;
}
.player-history .histry_single:last-child{
  border: none;
}
.player-history .histry_single .txt-box, .player-history .histry_single .photo-box {
    margin-bottom: 15px;
}
.player-history .histry_single strong{
  color: #f0af17;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 10px;
}
.player-history .histry_single .photo-box .single{
    margin-bottom:10px;
}
@media screen and (max-width:759px){
  .player-history .histry_single strong, .player-history .histry_single{
    font-size: 15px;
  }
}
