/*-----------CSS上書き箇所-------------*/
body{
  background: #111;
}
main,main.second{
  position: relative;
  background: url(../img/ebaseball/bg_main.jpg) no-repeat top center fixed #efefef;
}
main:after{
  content: '';
  display: inline-block;
  background: url(../img/ebaseball/ch_right.png) no-repeat center center;
  background-size: contain;
  width: 235px;
  height: 300px;
  position: absolute;
  left: 5em;
  bottom: -10em;
  z-index: 10;
  animation: fluffy1 2s ease infinite;
}
header nav ul{
  align-items: center;
}
header nav ul li a{
  color: #fff;
  font-size: 1.8rem;
}
section + section{
  margin-top: 8em;
}
main.second .sub_ttl{
  margin-bottom: 30px !important;
}
.mb3{
  margin-bottom: 3em;
}
@media screen and (max-width: 1400px) {
  main:after{
    width: 150px;
    height: 190px;
    left: 1.5em;
    bottom: -7em;
  }
}
@media screen and (max-width: 812px) {
  main,main.second{
    background: #efefef !important;
  }
}
@media screen and (max-width: 414px) {
  main,main.second{
    background: #efefef !important;
  }
  main:after{
    width: 100px;
    height: 140px;
    left: .8em;
    bottom: -12em;
  }
  section + section{
    margin-top: 5em;
  }
  main.second .sub_ttl{
    margin-bottom: 20px !important;
  }
}
@keyframes fluffy1 {
  0% {
    transform: translateY(0); }
  5% {
    transform: translateY(0); }
  10% {
    transform: translateY(0); }
  20% {
    transform: translateY(-10px); }
  25% {
    transform: translateY(0); }
  30% {
    transform: translateY(-10px); }
  50% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }

/*-----------メインビジュアル-------------*/
.mainvisual{
  position: relative;
  background: #111;
  width: 100%;
  padding-bottom: 5em;
}
.mainvisual:after{
  content: '';
  display: inline-block;
  background: url(../img/ebaseball/ch_left.png) no-repeat center center;
  background-size: contain;
  width: 235px;
  height: 300px;
  position: absolute;
  right: 5em;
  bottom: -10em;
  z-index: 10;
  animation: fluffy1 2s ease infinite;
}
.mainvisual h1{
  position: relative;
  width: 100%;
  margin-bottom: 6em;
}
.mainvisual h1 img{
  width: 100%;
}
.mainvisual ul{
  background: #3e3e3e;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 15px 20px;
  border-top: #fcc800 3px solid;
  border-bottom: #fcc800 3px solid;
}
.mainvisual ul li{
  width: 10%;
}
.mainvisual ul li img{
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .mainvisual:after{
    width: 150px;
    height: 190px;
    right: 1.5em;
    bottom: -7em;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual ul{
    padding: 10px 20px;
    gap: 5px;
    border-top: #fcc800 2px solid;
    border-bottom: #fcc800 2px solid;
  }
  .mainvisual ul li{
    width: 15%;
  }
}
@media screen and (max-width: 414px) {
  .mainvisual:after{
    width: 100px;
    height: 140px;
    right: .8em;
    bottom: -8em;
  }
  .mainvisual h1{
    margin-bottom: 3em;
  }
  .mainvisual ul{
    gap: 3px;
    padding: 5px 15px;
  }
  .mainvisual ul li{
    width: 25%;
  }
}

h4.child_ttl{
  border-bottom: #102031 3px solid;
  padding-bottom: 12px;
  margin-bottom: 28px;
  color: #102031;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 414px) {
  h4.child_ttl{
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}

/*sns*/
#sns{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin: 0 auto 5em;
}
#movie{
  width: 50%;
  height: auto;
  overflow: hidden;
}
#movie iframe{
  width: 600px;
  height: 336px;
  display: block;
  right: 0;
  left:0; 
  margin:auto;
}
.sns-twitter{
  background: #fff;
  width: 49%;
  height: 336px;
  height: auto;
  border-radius: 10px;
}
.sns-twitter .twitter-timeline{
  margin-left: auto;
  margin-right: auto;
}
.sns-twitter iframe{
  height: 336px;
  margin: 0 auto;
  display: block!important;
}
@media screen and (max-width: 1000px) {
  #movie iframe{
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  #sns{
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  #movie{
    width: 100%;
    margin-bottom: 30px;
  }
  #movie iframe{
    width: 100%;
    height: 350px;
  }
  .sns-twitter{
    width: 100%;
    height: 350px;
  }
}
@media screen and (max-width: 414px) {
  #sns{
    width: 95%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
  }
  #movie{
    margin-bottom: 10px;
  }
  #movie iframe{
    width: 100%;
    height: 200px;
  }
  .sns-twitter{
    background: none;
    width: 100%;
    height: 300px;
    margin: 2em auto 0 auto;
  }
}

/*-----------試合スケジュール-------------*/
.game-schedule{
  background: #fff;
  padding-bottom: 35px;
}
.event_title{
  display: flex;
  align-items: center;
  width: 100%;
  background: #102031;
  padding: 12px 25px 15px;
}
.event_title img{
  width: 50px;
  margin-top: 3px;
  margin-right: 18px;
}
.event_title h4{
  color: #fff;
  font-size: 2.2em;
  font-weight: bold;
  line-height: 1.3;
}
.event_title h4 span{
  font-size: .7em;
  font-weight: normal;
}
@media screen and (max-width: 414px) {
  .event_title{
    padding: 12px 20px 11px;
  }
  .event_title img{
    width: 35px;
    margin-top: 0;
    margin-right: 15px;
  }
  .event_title h4{
    font-size: 1.8em;
    line-height: 1.1;
  }
}

/*対戦チーム*/
.event_team{
  background: url(../img/ebaseball/bg_team.png) no-repeat center center #fcc800;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 20px;
  height: 180px;
  margin-bottom: 25px;
  font-size: 3.5em;
  font-weight: bold;
}
.event_team img{
  width: 160px;
}
@media screen and (max-width: 414px) {
  .event_team{
    font-size: 2em;
    height: 100px;
  }
  .event_team img{
    width: 85px;
  }
}

/*メンバー*/
.event_member{
  display: flex;
  gap: 30px;
  width: 100%;
  height: auto;
  padding: 0 30px;
  margin: 0 auto 25px;
  overflow: hidden;
  text-align: center;
}
.event_member li{
  background:#efefef;
  width: calc(100%/3);
  border-radius: 8px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.event_member li h5{
  background: #102031;
  padding: 5px 0 8px;
  border-radius: 8px 8px 0 0;
  color: #fff;
}
.event_member li p{
  padding: 8px 0 8px 8px;
}
.event_member li p.result{
  position: relative;
  padding: 8px 8px 10px;
  font-size: 2em;
  font-weight: bold;
}
.event_member li p.result:after{
  position: absolute;
  top: 0;
  left: -8px;
  width: 60px;
  padding: 0 5px 2px;
  margin-left: 10px;
  color: #fff;
  font-size: .5em;
}
.event_member li p.result.win:after{
  content: 'WIN';
  background: #f00;
}
.event_member li p.result.lose:after{
  content: 'LOSE';
  background: #00f;
}
.event_member li div{
  border-bottom: #ccc 1px solid;
}
.event_member li p span{
  margin-left: 5px;
  color: #f00;
  font-size: .6em;
}
.event_member li p span.lose{
  color: #00f !important;
}
@media screen and (max-width: 820px) {
  .event_member{
    gap: 20px;
  }
  .event_member li p.result:after{
    font-size: .4em;
  }
}
@media screen and (max-width: 600px) {
  .event_member{
    display: block;
    margin: 0 auto 10px;
  }
  .event_member li{
    width: 100%;
    margin-bottom: 15px;
  }
  .event_member li h5{
    padding: 3px 0 5px;
  }
  .event_member li p{
    padding: 5px;
  }
  .event_member li p.result{
    font-size: 1.8em;
  }
}

/*試合情報*/
.event_item{
  display: flex;
  align-items: center;
  align-content: center;
  width: 100%;
  height: auto;
  padding: 0 30px;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.event_item h5{
  background: #102031;
  width: 100px;
  padding: 5px 5px 7px;
  margin-right: 15px;
  border-radius: 3px;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
}
.event_item p{
  line-height: 1.4;
}
.event_title_day_title{
  padding: 15px 0 10px 0;
}
.event_media{
  display: flex;
}
.event_media li{
  width: 130px;
}
.event_media li a{
  position: relative;
  display: block;
  background: #ff6956;
  width: 100%;
  padding: 5px 10px 7px;
  color:#fff;
}
.event_media li a:after{
  content: "≫";
  position: absolute;
  right: 5px;
  top: 5px;
  font-weight: normal;
  color: #fff;
}
.event_media a:hover{
  opacity: 0.8;
}
@media screen and (max-width: 414px) {
  .event_item{
    display: block;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .event_item h5{
    width: 100%;
    margin-bottom: 5px;
  }
  .event_media li{
    width: 100%;
    text-align: center;
  }
  .event_media li a{
    padding: 14px 10px 16px;
  }
  .event_media li a:after{
    top: 14px;
  }
}

/*アコーディオン*/
.event_review{
  margin-top: 30px;
}
.acd-check{
  display: none;
}
.acd-label{
  position: relative;
  background: #efefef;
  display: block;
  max-width: 400px;
  border: #102031 2px solid;
  padding: 15px 10px 17px;
  margin: auto;
  color: #102031;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.acd-content{
  height: 0;
  opacity: 0;
  padding: 0 20px;
  visibility: hidden;
  overflow: hidden;
  font-size: 1.6rem;
}
.acd-check:checked + .acd-label + .acd-content{
  height: auto;
  opacity: 1;
  visibility: visible;
}
.acd-label:after{
  position: absolute;
  right: 15px;
  bottom: 11px;
  font-size: .8em;
  line-height: 1.9;
  content: "▼";
}
.acd-check:checked + .acd-label:after{
  content: "▲";
}
.acd-content + .acd-check + .acd-label{
  margin-top: 20px;
}
@media screen and (max-width: 414px) {
  .event_review{
    margin-top: 20px;
  }
  .acd-label{
    max-width: 100%;
    margin: 0 20px;
  }
}

/*アコーディオン内*/
.accordion_title{
  background: #102031;
  padding: 13px 0 15px;
  margin: 20px 0 15px;
  border-top: #fcc800 3px solid;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.5;
}
.accordion_title span{
  font-size: 0.7em;
}
.acd-content h4{
  margin:0 auto 1em auto;
  color: #102031;
  font-size: 1.5em;
  border-bottom: 4px solid #102031;
}
.acd-content h4 img{
  width: 70px;
  height: 70px;
  margin: 0 10px 0 0;
  object-fit: cover;
  object-position: 0 0;
  vertical-align: middle;
}
.acd-content h4 span{
  font-size: 0.8em;
  color: #000080 !important;
}
.event_afer_score table{
  background: #fff;
  width: 60%;
  border-collapse: collapse;
  margin: 0 auto 2em auto;
}
.event_afer_score table th,
.event_afer_score table td{
  border: #ccc 2px solid;
  text-align: center;
  vertical-align: middle;
}
.event_afer_score table th{
  background: #eee;
}
.event_afer_score table th.score{
  background: #7b7a7b;
  color: #fff;
}
.event_afer_score table td{
  width: 30px;
}
.event_afer_score_team{
  width: 20%;
}
.event_afer_score_team img{
  width: 72px !important;
}
.highlights{
  padding: 20px;
  border: #ddd 1px solid;
  border-radius: 5px;
  line-height: 1.5;
}
.highlights h5{
  font-weight: bold;
  margin-bottom: 10px;
}
.highlights h5:before{
  content: '◆';
  margin-right: 5px;
}
div.highlights + p.accordion_title{
  margin-top: 30px;
}
@media screen and (max-width: 820px) {
  .event_afer_score table{
    width: 100%;
  }
  .event_afer_score table th{
    font-size: .7em;
    padding: 3px 0;
  }
  .event_afer_score_team img{
    width: 45px !important;
  }
}
@media screen and (max-width: 414px) {
  .accordion_title{
    padding: 10px 0 12px;
    font-size: 1em;
    letter-spacing: 2px;
    line-height: 1.3;
  }
  .acd-content h4{
    margin:0 auto 1em auto;
    font-size: 1em;
  }
  .acd-content h4 img{
    width: 60px;
    height: 60px;
  }
  .acd-content h4 span{
    display: block;
    background: #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
  }
  .highlights{
    padding: 15px;
    line-height: 1.6;
  }
  .highlights h5{
    margin-bottom: 5px;
  }
}

/*-----------順位表-------------*/
.standing_table {
  background: #fff;
  width: 100%;
  max-width: 1100px;
  border-collapse: collapse;
  margin: 0 auto 15px;
  font-size: 1.6em;
}
.standing_table th,
.standing_table td{
  border: #59626f 1px solid;
  text-align: center;
  vertical-align: middle;
}
.standing_table th{
  background: #102031;
  padding: 5px 0;
  color: #fff;
  font-size: .9em;
  font-weight: normal;
}
.standing_table th .standing_team{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
.standing_table th .standing_team img{
  width: 72px;
  margin-left: 13px;
}
.standing_table tr:hover{
  background: #fff3d1;
}
.standing_table td{
  width: 7%;
}
#rankings p.day{
  max-width: 1100px;
  margin: auto;
  font-size: 1.2em;
  text-align: right;
}
#rankings div.banner{
  background: #102031;
  width: 90%;
  max-width: 500px;
  margin: 3em auto 0;
}
#rankings div.banner img{
  border: #102031 1px solid;
  width: 100%;
  line-height: 1;
}
#rankings div.banner span{
  display: block;
  padding: 5px 0 7px;
  color: #fff;
  font-size: 1.4em;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .standing_table {
    width: 720px;
    max-width: 720px;
  }
  .standing_team p {
    float: left;
    margin: 8px 10px 0 10px;
  }
  .standing_table th{
    font-size: .7em;
  }
  .standing_table th .standing_team{
  }
  .standing_team img {
    width: 50px !important;
    margin-left: 0 !important;
  }
  .standing_table td{
    width: 7.2%;
  }
  .scrollTable{
    width: 100%;
    overflow-x: scroll;
  }
}

/*-----------メンバー-------------*/
.member-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.member-box{
  display: flex;
  background: #fff;
  width: calc((100% - 20px) / 2);
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.member-box:first-child,.member-box:nth-child(2){
  margin-top: 0 !important;
}
.m-photo{
  width: 45%;
  line-height: 0;
}
.m-photo img{
  width: 100%;
}
.m-none{
  align-self: center;
  width: 100%;
  text-align: center;
}
.member-box div{
  width: 55%;
}
.member-box dl{
  padding: 17px 20px 3px;
}
.member-box dl dt{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3px;
  margin-bottom: 12px;
  border-bottom: #102031 3px solid;
  color: #102031;
  font-size: 1.6em;
  font-weight: bold;
}
.member-box dl dt span.nick{
  padding-left: 10px;
  margin-left: 10px;
  border-left: #102031 1px solid;
  font-size: .6em;
}
.member-box ul{
  margin-bottom: 12px;
}
.member-box li{
  margin-bottom: 1px;
  padding-left: 75px;
  text-indent: -75px;
  line-height: 1.15;
}
.member-box li a{
  color: #0067c0;
  text-decoration: underline;
}
.member-box li a:before{
  /*content: '≫';*/
}
.member-box li.m-place:before,
.member-box li.m-career:before,
.member-box li.m-birthday:before,
.member-box li.m-skill:before,
.member-box li.m-player:before,
.member-box li.m-play:before,
.member-box li.m-sns:before,
.member-box li.m-youtube:before,
.member-box li.m-insta:before{
  display: inline-block;
  background: #102031;
  width: 65px;
  text-indent: 0;
  padding: 2px 0 3px;
  margin-right: 8px;
  border-radius: 2px;
  color: #fff;
  font-size: .8em;
  text-align: center;
}
.member-box li.m-place:before{
  content: '\51FA\8EAB\5730';
}
.member-box li.m-career:before{
  content: '\51FA\8EAB\6821';
}
.member-box li.m-play:before{
  content: '\30D7\30EC\30FC\6B74';
}
.member-box li.m-birthday:before{
  content: '\8A95\751F\65E5';
}
.member-box li.m-skill:before{
  content: '\7279\6280';
}
.member-box li.m-player:before{
  content: '\a0\597D\304D\306A\9078\624B';
}
.member-box li.m-sns:before{
  content: 'Twitter'; 
}
.member-box li.m-youtube:before{
  content: 'Youtube';
}
.member-box li.m-insta:before{
  content: 'Instagram';
}
.member-box dd h5{
  color: #102031;
  font-weight: bold;
  margin-bottom: 3px;
}
.member-box dd h5:before{
  content: '◆';
  margin-right: 5px;
}
@media screen and (max-width: 1000px) {
  .member-list{
    justify-content: center;
  }
  .member-box{
    width: 90%;
    max-width: 800px;
  }
  .member-box:nth-child(2){
    margin-top: 20px !important;
  }
  .member-box div{
    width: 100%;
  }
  .m-photo{
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .member-list{
    display: block;
  }
  .member-box{
    display: block;
    width: 100%;
  }
  .member-box dl{
    padding: 20px;
  }
  .m-photo{
    width: infinite;
    height: 300px;
    overflow: hidden;
    text-align: center;
  }
  .m-photo img{
    height: 300px;
    object-fit: cover;
    object-position: top center;
  }
  .m-none{
    padding: 20px;
  }
}

/*-----------ニュース一覧-------------*/
.n-list{
  font-size: 1.6rem;
  line-height: 1.2;
}
.n-list li{
  display: flex;
  align-items: center;
  padding: 25px 0 25px 5px;
  border-bottom: #000 1px solid;
}
.n-list li:first-child{
  padding: 0 0 25px 5px;
}
.n-list .day{
  width: 120px;
  font-weight: bold;
}
.n-list a{
  text-decoration: underline;
}
.n-list a:hover{
  text-decoration: none;
}
@media screen and (max-width: 414px) {
  .n-list li{
    flex-wrap: wrap;
  }
  .n-list .day{
    font-size: .9em;
    margin-bottom: 5px;
  }
  .n-list a{
    width: 100%;
  }
}

/*-----------スポンサー-------------*/
#sponser img{
  width: 100%;
}
.s-list{
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.s-list a+a img{
  margin-top: 20px;
}
@media screen and (max-width: 414px) {
  .s-list{
    width: 85%;
    max-width: auto;
  }
  .s-list a+a img{
    margin-top: 15px;
  }
}