@charset "utf-8";

header{
  background: var(--sub-clr);
}

header .logo1 a {
  /*mix-blend-mode: multiply;*/
}

header .menu1>li> a .inr strong,
header .menu1>li> a{
  color: #fff;
}

header .menu1>li> a .inr i,
header .sns>li.icon_x a,
header .sns>li.icon_insta a{
  background-color: #fff !important;
}



.top_contents .section{
  position: relative;
}

/*トップ:メインビジュアル*/
.top_main_visual {
  position: relative;
  background: var(--sub-clr);
}

.top_main_visual .bg1{
  position: absolute;
  left:0;
  top:0;
}

.top_main_visual .bg2{
  position: absolute;
  right:0;
  bottom:0;
}

.top_main_visual .main_slider{
  padding: 0 20px;
  position: relative;
  z-index: 10;
}

.top_main_visual .swiper-slide{
  width: 800px;
  aspect-ratio: 800 / 600;
  overflow: hidden;
  margin-right: 0px;
}

.top_main_visual .swiper-slide>a{
  display: block;
}

.top_main_visual .swiper-slide picture{
  height: 100%;
  overflow: hidden;
  position: relative;
}

.top_main_visual .swiper-slide a{
  display: block;
}

.top_main_visual .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_main_visual .swiper-horizontal>.swiper-pagination-bullets,
.top_main_visual .swiper-pagination-bullets.swiper-pagination-horizontal,
.top_main_visual .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: -30px;
  top:auto;
  position: absolute;
  height: 20px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  transform: translateY(0);
  padding-top: 0px;
  display: block;
}

.top_main_visual .swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 9px;
  width: 15px;
  height: 15px;
  background: #ffffff;
  color: #FAE1EA;
  opacity: 1;
}

.top_main_visual .swiper-pagination-bullets  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0B1F07;
}

.top_main_visual .swiper-button-prev,
.top_main_visual .swiper-button-next{
  width: 70px;
}

.top_main_visual .swiper-button-prev{
  left: 1px;
}

.top_main_visual .swiper-button-next{
  right: 1px;
}

.top_main_visual .swiper-button-next:after,
  .top_main_visual .swiper-button-prev:after {
  display: none;
}

.top_main_visual .swiper-button-next.swiper-button-disabled,
.top_main_visual .swiper-button-prev.swiper-button-disabled{
  pointer-events: auto;
}

@media screen and (max-width: 1100px) {
  .top_main_visual {
    position: relative;
    padding: 0;
    height: auto;
  }

  .top_main_visual .swiper-slide{
    max-width: none;
    width: 100%;
    aspect-ratio: 640 / 480;
  }

  .top_main_visual .swiper-slide picture::before{
    display: none;
  }

  .top_main_visual .main_slider{
    padding: 0px;
  }
  .top_main_visual .swiper-horizontal > .swiper-pagination-bullets, .top_main_visual .swiper-pagination-bullets.swiper-pagination-horizontal, .top_main_visual .swiper-pagination-custom, .swiper-pagination-fraction {
      display:flex;
  }

  .top_main_visual .swiper-button-prev,
  .top_main_visual .swiper-button-next {
    width: 12.5%;
  }

  .top_main_visual .swiper-button-next{
    width: 12.5%;
  }

  .top_main_visual .swiper-slide.in_caption .caption{
    position: absolute;
    left:0px;
    padding: 0 40px;
    bottom:50px;
    font-size: 2.4rem;
    font-weight: bold;
    color:#fff;
  }

}

/*ラップ*/
.top_wrap{
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 1500px) {
  .top_wrap{
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .top_wrap{
    margin: 0 auto;
    padding: 0 2.6%;
  }
}

.top_head{
  position: relative;
  z-index: 2;
  align-items: center;
  display: flex;
}

.top_head .buttons{
  display: flex;
  gap:14px;
  right: 0;
  top:10px;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .top_head{
    position: relative;
    z-index: 2;
    align-items: center;
    display: block
  }

  .top_head .buttons{
    gap:18px;
    right: 0;
    justify-content: center;
    position: static;
  }
}

/*トップ：最新試合結果*/
.top_section_latestgame{
  position: relative;
  min-height: 579px;
  padding: 72px 0 135px;
  color: #fff;
}

.top_section_latestgame .bg{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.top_section_latestgame .board{
  max-width: 848px;
  margin: 90px auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .top_section_latestgame{
    padding: 36px 0 67px;
    min-height: 0;
  }
}
@media screen and (max-width: 768px) {
  .top_section_latestgame .board {
    max-width: 848px;
    margin: 25px auto 0;
  }
}
@media screen and (max-width: 425px) {
  .top_section_latestgame {
    padding: 30px 0 40px;
    min-height: 0;
  }
}

/*ウジェット：得点ボード*/
.widget_board {
  display: flex;
  justify-content: center;
  align-items: center;
}

.widget_board .team{
  text-align: center;
}

.widget_board .team .logo .img{
  width: 120px;
  /*height: 120px;*/
  margin: 0 auto;
}

.widget_board .team .logo .img {
  /*border-radius: 50%;*/
  /*overflow: hidden;*/
  margin-bottom: 5px;
}

.widget_board .team .name{
  font-size: 1.6rem;
  line-height: calc(26 / 16);
  white-space: nowrap;
}

.widget_board .panel .head{
  font-family: var(--sub);
  text-align: center;
  display: flex;
  justify-content: center;
  font-weight: bold;
  gap:1em;
}

.widget_board .panel .head p.date{font-size: 2.1rem;}
.widget_board .panel .head p.date small{font-size: 1.2rem;}
.widget_board .panel .head p.kickoff{ font-size: 2.1rem;}
.widget_board .panel .ttl{
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
}

.widget_board .panel .score{
  display: flex;
  min-width: 560px;
  align-items: center;
  gap: 30px;
  margin: 0 auto;
  justify-content: center;
}

.widget_board .panel .score .total{
  font-size: 5.9rem;
  font-weight: bold;
  font-family: var(--sub);
}

.widget_board .panel .score .total.us{
  color: var(--sub-clr);
}

.widget_board .panel .score .term {
  text-align: center;
  white-space: nowrap;
  width: 218px;
}

.widget_board .panel .score .term .first{
  border-bottom: 1px solid #fff;
  line-height: 1;
  padding:0 20px;
  padding-bottom: 0.8em;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.widget_board .panel .score .term .latter{
  line-height: 1;
  padding:0 20px;
  padding-top: 0.8em;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.widget_board .panel .score .term .first .point,
.widget_board .panel .score .term .latter .point{
  font-size: 2.4rem;
  font-weight: bold;
  font-family: var(--sub);
  width: calc((100% - 2.5em) / 2);
  text-align: center;
}

.widget_board .panel .score .term .first .label,
.widget_board .panel .score .term .latter .label{
  font-size: 1.9rem;
  padding: 0;
  width: 2.5em;
  text-align: center;
}

.widget_board .panel dl.host{
  display: flex;
  justify-content: center;
  align-items: center;
}

.widget_board .panel dl.host dt {
  font-weight: bold;
  font-size: 19px;
  width: 6.5em;
  height: auto;
  max-width: 100px;
  aspect-ratio: 100 / 30;
  line-height: 1.5;
  padding-top: 0.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background: var(--sub-clr);
  font-family: var(--sub);
  font-weight: bold;
}
.widget_board .panel dl.host dt.visitor{
  background: #929292;
  max-width: 120px;
}

.widget_board .panel dl.host dd{
  font-weight: bold;
  font-size: 1.8rem;
  padding-left: 1em;
}

@media screen and (max-width: 1100px) {

  .widget_board .panel .score .term{
    width: 150px;
  }

  .widget_board .panel .score .term .first{
    padding: 0 10px 0.5em;
  }
  .widget_board .panel .score .term .latter{
    padding: 0.5em 10px 0;

  }

  .widget_board .panel .head p.date {
    font-size: 1.7rem;
  }

  .widget_board .panel .head p.date small {
    font-size: 1rem;
  }
  .widget_board .panel .head p.kickoff {
    font-size: 1.7rem;
  }

  .widget_board .panel .ttl{
    font-size: 1.3rem;
  }

  .widget_board .panel .score .total {
    font-size: 5rem;
  }

  .widget_board .panel .score .term .first .point,
  .widget_board .panel .score .term .latter .point{
    font-size: 1.7rem;
  }

  .widget_board .panel .score .term .first .label,
  .widget_board .panel .score .term .latter .label{
    font-size: 1.5rem;
  }

  .widget_board .panel dl.host dt{
    font-size: 1.3rem
  }

  .widget_board .panel dl.host dd{
    font-size: 1.2rem;
  }


  .widget_board .team .name{
    font-size: 1.2rem;
    white-space: normal;
  }

  .widget_board{
    gap: 2%;
  }

  .widget_board .panel {
    width: 62.5%;
  }

  .widget_board .team {
    width: 19.5%;
  }

  .widget_board .panel .score {
      min-width: 0;
      gap: 0.5em;
  }

  .widget_board .team .logo .img{
    width: 100%;
  }

}
@media screen and (max-width: 768px) {

  .widget_board .panel .head p.date {
    font-size: 2.8vw;
  }

  .widget_board .panel .head p.date small {
    font-size: 1.8vw;
  }

  .widget_board .panel .head p.kickoff {
    font-size: 2.8vw;
  }

  .widget_board .panel .ttl{
    font-size: 2.3vw;
  }

  .widget_board .panel .score .total {
    font-size: 6.25vw;
  }

  .widget_board .panel .score .term {
    width: 46%;
  }


  .widget_board .panel .score .term .first{
    padding: 0 0.4em 0.5em;
  }
  .widget_board .panel .score .term .latter{
    padding: 0.5em 0.4em 0;

  }


  .widget_board .panel .score .term .first .label,
  .widget_board .panel .score .term .latter .label{
    font-size: 2.3vw;
    padding: 0 0.5em;
  }


   .widget_board .panel .score .term .first .point,
  .widget_board .panel .score .term .latter .point{
    width: calc((100% - 3.5em) / 2);
     font-size: 2.6vw;
  }

  .widget_board .panel .score .term .first .label,
  .widget_board .panel .score .term .latter .label {
    font-size: 2.3vw;
    width: 3.5em;
  }


  .widget_board .panel dl.host dt{
    font-size: 2vw;
  }

  .widget_board .panel dl.host dd{
    font-size: 2.3vw;
  }

  .widget_board .team .name{
    font-size: 2vw;
  }


}
@media screen and (max-width: 600px) {
/*   .widget_board .panel .score .term .first {
    padding: 0 0.2em 0.4em;
  }
  .widget_board .panel .score .term .latter {
    padding-top: 0.2em;
  } */

  .widget_board .panel .score .total {
    font-size: 5.6vw;
  }
}
/*トップ：次の試合*/
.top_section_nextgame{
  position: relative;
  padding: 76px 0px 96px;
}

.top_section_nextgame .bg{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/*
@media screen and (max-width: 1440px) {
  .nextgame_list{
    gap:2%;
  }

  .nextgame_list .swiper-slide{
    width: calc((100% - 4%) / 3);
  }
}
@media screen and (max-width: 1200px) {
  .nextgame_list{
    display: block;
  }

  .nextgame_list .swiper-slide{
    display: none;
    width: 100%;
    margin-bottom: 30px;
  }

  .nextgame_list .swiper-slide:nth-child(1){
    display: block;
  }

}

@media screen and (max-width: 1100px) {
  .top_section_nextgame{
    padding: 50px 0px 96px;
  }

  .nextgame_list{
    margin: 40px auto 0;
    z-index: 2;
  }
}
*/
@media screen and (max-width: 768px) {
  .top_section_nextgame {
    padding: 30px 0px 20px;
  }
}

.nextgame_list_wrap{
  padding: 0 30px;
  max-width: 1920px;
  margin: 0 auto;
}


.nextgame_list{
  position: relative;
  display: flex;
  max-width: 1860px;
  margin: 65px auto 0;
  z-index: 2;
}

.nextgame_list .swiper-slide{
  /* min-width: 600px; */
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}

.nextgame_list .swiper-slide:first-child{
  margin-left: 0;
}

.nextgame_list .swiper-slide:last-child{
  margin-right: 0px;
}
/* .nextgame_list .swiper-wrapper{
  gap: 30px;
} */

@media screen and (max-width: 1650px) {

  .nextgame_list_wrap{
    padding: 0px;
  }

  .nextgame_list .swiper-slide{
    min-width: 550px;
    margin-right: 30px;
  }
  .nextgame_list .swiper-slide:first-child{
    margin-left: 2.7vw;
  }

  .nextgame_list .swiper-slide:last-child{
    margin-right: 2.7vw;
  }

  .nextgame_list_wrap{
    overflow-x: scroll;
  }
  .nextgame_list_wrap .swiper-button-prev,
  .nextgame_list_wrap .swiper-button-next{
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .nextgame_list {
    padding: 30px 2.7vw 0;
    margin-top: 0;
  }

  .nextgame_list .swiper-slide{
    width: 100%;
    min-width: 0;
    margin-right: 0px;
  }

  .nextgame_list .swiper-slide:first-child{
    margin-left: 0;
  }

  .nextgame_list .swiper-slide:last-child{
    margin-right: 0;
  }

  .nextgame_list_wrap .slide_nav{
    display: flex;
    justify-content: space-between;
    margin-top: 4vw;
  }

  .nextgame_list_wrap .swiper-button-prev,
  .nextgame_list_wrap .swiper-button-next {
    display: block;
    position: relative;
    width: 8.6vw;
    height: auto;
    aspect-ratio: 1;
    top:0;
    transform: translateY(0);
    margin-top: 0;
  }

  .nextgame_list_wrap .swiper-button-prev::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../svg/prev2.svg) no-repeat 50% 50% / 100%;
  }

  .nextgame_list_wrap .swiper-button-next::after{
    content:"";
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: url(../svg/next2.svg) no-repeat 50% 50% / 100%;
  }
}


/*ウィジェット*/
.widget_nextgame_board{
  text-align: center;
  width:100%;
  border-radius: 15px 15px 15px 15px;
  overflow: hidden;
}

.widget_nextgame_board dl.host{
  display: flex;
  gap:0;
  border-radius: 15px 15px 0 0;
}

.widget_nextgame_board dl.host .area {
  display: flex;
  align-items: center;
  width: 100%;
}

.widget_nextgame_board dl.host dt{
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #fff;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--sub);
  text-align: center;
  padding: 0.5em 0;
  padding-left: 0;
  border-radius: 14px 0 0 0;
  background: var(--sub-clr);
}
.widget_nextgame_board dl.host dt.visitor{
  background: #929292;
}

.widget_nextgame_board dl.host dd{
  display: flex;
  align-items: center;
  width: 70%;
  text-align: left;
  background: #fff;
  padding: 0.56em 0;
  padding-left: 1em;
  line-height: 1.3;
  padding-right: 10px;
}

.widget_nextgame_board dl.host dd i{
  width: 14px;
}

.widget_nextgame_board dl.host dd span{
  width: calc(100% - 14px);
  padding-left: 0.5em;
  font-size: 1.6rem;
}

.widget_nextgame_board .ttl{
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #242424;
  margin-bottom: 5px;
  padding-top: 20px;
  line-height: 1.3;
}
.widget_nextgame_board .ttl2{
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 5px;
  line-height: 1.3;
}

.widget_nextgame_board .body{
  background: #fff;
  padding: 0 10px;
  padding-bottom: 30px;
}

.widget_nextgame_board .box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
}

.widget_nextgame_board .box .team {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}

.widget_nextgame_board .box .team .logo{
  width: 93px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.widget_nextgame_board .box .info{
  max-width: 310px;
  width: 50%;
}

.widget_nextgame_board .box .info .date {
  font-family: var(--sub);
  color: var(--sub-clr);
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.5em;
}

.widget_nextgame_board .box .info .date strong{
  font-weight: bold;
  font-size: 5.4rem;
}

.widget_nextgame_board .box .info .date span{
  font-size: 2rem;
}

.widget_nextgame_board .box .info .kickoff{
  font-family: var(--sub);
  font-weight: bold;
  font-size: 2.4rem;
  color: var(--sub-clr);
  line-height: 1;
  margin-bottom: 0.5em;
}

.widget_nextgame_board .vs {
  font-size:  1.6rem;
  line-height: 1.3;
  font-weight: bold;
}

.widget_nextgame_board .buttons{
  display: flex;
  justify-content: center;
  gap:14px;
}

.widget_nextgame_board .buttons a{
  width: 147px;
  display: block;
  height: 37px;
  line-height: 37px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.widget_nextgame_board .buttons .btn1{
  background: #d8a643;
}
.widget_nextgame_board .buttons .btn2{
  background: #248260;
}
.widget_nextgame_board .buttons .btn3{
  background: #4791DB;
}

/* @media screen and (max-width: 1200px) {
  .widget_nextgame_board dl.host dt{
    font-size: 1.8rem;
  }

  .widget_nextgame_board dl.host dd{
    display: flex;
  }

  .widget_nextgame_board dl.host dd span{
    font-size: 1.6rem;
  }

  .widget_nextgame_board .ttl{
    font-size: 1.8rem;
  }

  .widget_nextgame_board .box .info .date strong{
    font-size: 6rem;
  }

  .widget_nextgame_board .box .info .date span{
    font-size: 2rem;
  }

  .widget_nextgame_board .box .info .kickoff{
    font-size: 2.4rem;
  }

  .widget_nextgame_board .vs{
    font-size: 1.8rem;
  }

  .widget_nextgame_board .buttons a{
    font-size: 1.6rem;
  }

  .widget_nextgame_board .buttons a{
    width: 174px;
    aspect-ratio: 174 / 43;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    line-height: 1;
    border-radius: 5px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
  }
} */
@media screen and (max-width: 768px) {

  .widget_nextgame_board .box .team .logo{
    width: 100%;
    max-width: 93px;
  }

  .widget_nextgame_board dl.host dt{
    font-size: 1.8rem;
  }

  .widget_nextgame_board dl.host dd{
    display: flex;
  }

  .widget_nextgame_board dl.host dd span{
    font-size: 1.6rem;
  }

  .widget_nextgame_board .ttl{
    font-size: 1.8rem;
  }

  .widget_nextgame_board .box .info .date strong{
    font-size: 6rem;
  }

  .widget_nextgame_board .box .info .date span{
    font-size: 2rem;
  }

  .widget_nextgame_board .box .info .kickoff{
    font-size: 2.4rem;
  }

  .widget_nextgame_board .vs{
    font-size: 1.8rem;
  }

  .widget_nextgame_board .buttons a{
    font-size: 1.6rem;
    width: 173px;
  }

}
@media screen and (max-width: 640px) {
  .widget_nextgame_board .ttl {
    margin-bottom: 3.5vw;
  }

  .widget_nextgame_board .box{
    margin-bottom: 4vw;
  }

  .widget_nextgame_board dl.host dt{
    font-size: 3.5vw;
    padding:0.1em 0 0;
  }

  .widget_nextgame_board dl.host dd i {
    width: 0.8em;
  }

  .widget_nextgame_board dl.host dd span{
    font-size: 2.8vw;
    width: calc(100% - 0.8em);
  }

  .widget_nextgame_board .ttl{
    font-size: 3.8vw;
  }

  .widget_nextgame_board .box .info .date strong{
    font-size: 9.38vw;
  }

  .widget_nextgame_board .box .info .date span{
    font-size: 3.13vw;
  }

  .widget_nextgame_board .box .info .kickoff{
    font-size: 3.75vw;
  }

  .widget_nextgame_board .vs{
    font-size: 3vw;
  }

  .widget_nextgame_board .buttons{
    gap:0.8em;
  }

  .widget_nextgame_board .buttons a {
    font-size: 3.5vw;
    width: 28vw;
  }

}
@media screen and (max-width: 425px) {
  .widget_nextgame_board .box .team {
    width: 20%;
  }

  .widget_nextgame_board .box .info{
    width: 60%;
  }

  .widget_nextgame_board .box {
    display: flex;
    align-items: center;
  }
}

/*トップ：ニュース*/
.top_section_news{
  padding: 96px 0 50px;
}

@media screen and (max-width: 1200px) {
  .top_section_news{
    padding: 45px 0 50px;
  }

  .top_section_news .buttons{
    right: 0;
    top:3px;
    position: absolute;
  }

}

/*トップ：タブメニュー*/
.tab_nav1 {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 0px;
}

.tab_head1{
  padding: 0 47px;
  margin-bottom: 30px;
  background: var(--main-clr);
}

.tab_nav1>li{
  position: relative;
}

.tab_nav1>li>.tab{
  position: relative;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #f9f9f9;
  padding: 27px 27px;
  white-space: nowrap;
  display: block;
  cursor: pointer;
}

.tab_nav1>li + li::before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 17px;
  margin-top:1px;
  background: #fff;
}

.tab_nav1>li>.tab.active::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 7px;
  background: var(--sub-clr);
  width: 100%;
}

.tab_nav1>li>.tab {
  font-size: 1.8rem;
  padding: 27px 1.25vw;
}
@media screen and (max-width: 1500px) {

  .tab_head1{
    padding: 0 47px;
    background: var(--main-clr);
    overflow-x: scroll;
  }

  .tab_nav1{
    display: flex;
    justify-content: flex-start;
  }
  .tab_nav1>li{
    position: relative;
  }

  .tab_nav1>li>.tab{
    padding: 1em 2em;
  }
}
@media screen and (max-width: 1500px) {
  .tab_nav1>li>.tab {
    padding: 1em 1.5em;
  }
}

@media screen and (max-width: 1100px) {
  .tab_head1{
    margin-bottom: 15px;
  }
  .tab_head1{
    padding: 0 7.3%;
  }

  .tab_nav1>li>.tab {
    padding: 1em 2em;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .tab_head1{
    margin-bottom: 15px;
  }
  .tab_head1{
    padding: 0 7.3%;
  }

  .tab_nav1>li>.tab {
    font-size: 2.3vw;
  }
}

/*ニュースウィジェット*/
.widget_pickup .img {
  margin-bottom: 0.8em;
}

.widget_pickup .info {
  display: flex;
  align-items: center;
  gap: 0.8em;
  margin-bottom: 0.2em;
}

.widget_pickup time {
  font-family:var(--sub);
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  color: #fff;
}

.widget_pickup .info .tags {
  display: flex;
  margin-bottom: 0px;
  margin-top: -0.2em;
}

.widget_pickup .info .tags .tag {
  font-weight: bold;
  font-size: 1.1rem;
  text-align: left;
  color: var(--main-clr);
  width: 105px;
  aspect-ratio: 105 / 25;
  text-align: center;
  line-height: 1;
  border: 1px solid var(--main-clr);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}

.widget_pickup .ttl {
  font-weight: bold;
  font-size: 16px;
  line-height: calc(24 / 16);
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .widget_pickup time {
    font-size: 1.8rem;
  }

  .widget_pickup .info .tags .tag {
    font-size: 1.1rem;
  }

  .widget_pickup .ttl {
    font-size: 1.8rem;
  }

}
@media screen and (max-width: 768px) {

  .widget_pickup time {
    font-size: 3vw;

  }
  .widget_pickup .info .tags{
    align-items: center;
  }

  .widget_pickup .info .tags .tag {
    font-size: 2.18vw;
    width: 10em;
    padding-top: 0;
    aspect-ratio: 100 / 20;
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .widget_pickup .ttl {
    font-size: 3vw;
  }

}
/*ピックアップスライダー*/
.pickup_slider_wrap{
  position: relative;
  overflow: hidden;
  padding-left: 70px;
  padding-top: 117px;
  padding-bottom: 40px;
  width: 100%;
}

.pickup_slider .swiper-slide{
  width: 400px;
  margin-left: 30px;
}

.pickup_slider_wrap .swiper-button-next,
.pickup_slider_wrap .swiper-button-prev {
  left: 0px;
  right: auto;
  height: 100%;
  width: 70px;
  top: 0px;
  background: var(--main-clr);
  transform: none;
  margin-top: 0;
}

.pickup_slider_wrap .swiper-button-next{
  left: auto;
  right: 0;
}
 .pickup_slider_wrap .swiper-button-next::after,
.pickup_slider_wrap .swiper-button-prev::after {
  display: none;
}

/* .pickup_slider_wrap .swiper-button-next::after,
.pickup_slider_wrap .swiper-button-prev::after {
  content: '';
  position: absolute;
  right: 28px;
  top: 50%;
  width: 21px;
  height: 21px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  transform: rotate(-135deg);
}

.pickup_slider_wrap .swiper-button-next::after{
  transform: rotate(45deg);
}
   */

@media screen and (max-width: 1100px) {

  .pickup_slider_wrap {
    padding-left: 0px;
    padding-top: 0;
    padding-bottom: 40px;
    width: 100%;
  }

  .pickup_slider_wrap .swiper-button-next,
  .pickup_slider_wrap .swiper-button-prev {
    height: auto;
    width: 12.5%;
    aspect-ratio: 1;
    top: 32%;
    transform: translateY(-50%);
  }

}

/*トップ：ピックアップ*/
.top_section_pickup{
  padding: 0px 0;
  background: var(--sub-clr);
}

.top_section_pickup .pickup_head {
  position: absolute;
  top: 23px;
  left: 0;
  padding: 0 70px;
  width: 100%;
}
@media screen and (max-width: 1100px) {

  .top_section_pickup{
    padding-top: 20px;
  }

  .top_section_pickup .pickup_head {
    position: static;
    padding-top: 23px;
    left: 0;
    padding: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 425px) {

  .pickup_slider .swiper-slide{
    width: 70%;
    margin-left: 5%;
  }
}


/*トップ：チーム*/
.top_section_wrap{
  display: flex;
}
.top_section_wrap>section{
  width: 50%;
}

.top_section_team,
.top_section_guide{
  padding: 54px 60px 50px;
  height: 300px;
}

.top_section_team .buttons,
.top_section_guide .buttons{
  display: flex;
  gap: 20px;
  padding-left: 1vw;
  justify-content: center;
}
.top_section_team .headline_l,
.top_section_guide .headline_l,
.top_section_academy .headline_l,
.top_section_goods .headline_l{
  position: relative;
  margin-bottom: 75px;
  z-index: 2;
}

.top_section_academy a,
.top_section_goods a{
  display: block;
  padding: 54px 60px 50px;
  height: 300px;
}

.top_section_academy .button_detail,
.top_section_goods .button_detail{
  position: absolute;
  right: 30px;
  bottom:33px;
}
@media screen and (max-width: 1500px) {

  .top_section_wrap{
    display: block;
  }

  .top_section_wrap>section{
    width: 100%;
  }

  .top_section_team,
  .top_section_guide{
    padding: 54px 3% 50px;
  }

}
@media screen and (max-width: 1200px){

  .top_section_team,
  .top_section_guide{
    width: 100%;
  }
  .top_section_team .buttons, .top_section_guide .buttons {
    padding-left: 0;
  }

}
@media screen and (max-width: 1100px) {
   .top_section_team,
   .top_section_guide {
    padding: 4% 2.7% 0px;
    height: auto;
    aspect-ratio: 640 / 300;
   }

   .top_section_guide {
    padding: 4% 2.7% 0px;
    height: auto;
   }
  .top_section_team .headline_l,
  .top_section_guide .headline_l{
    margin-bottom: 4vw;
  }
  .top_section_academy .headline_l,
  .top_section_goods .headline_l {
    position: relative;
    margin-bottom: 2vw;
    z-index: 2;
  }
  .top_section_team .buttons,
  .top_section_guide .buttons{
    flex-direction: column;
    justify-content: center;
    width: 62.5vw;
    gap:0.5em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0 auto;
  }

  .top_section_guide .buttons {
    top: 60%;
  }

  .top_section_team .buttons .button_s2,
  .top_section_guide .buttons .button_s2{
    font-size: 3.125vw;
    padding: 0.3em 2.5em;
  }

  .top_section_team .button_s2::after,
  .top_section_guide .button_s2::after {
    right: 3%;
    width: 1.7vw;
    height: auto;
    aspect-ratio: 10 / 7;
  }

  .top_section_academy a,
  .top_section_goods a {
    display: block;
    padding: 4% 2.7% 20px;
    height:auto;
    aspect-ratio: 640 / 300;
  }

  .top_section_academy .button_detail,
  .top_section_goods .button_detail {
    position: absolute;
    right: 5%;
    bottom: 5%;
  }
}


/*トップ：ファンクラブ*/
.top_section_fanclub {
  background: var(--sub-clr);
  height: 380px;
  padding-top: 79px;
}

.top_section_fanclub .buttons{
  text-align: center;
  display: flex;
  justify-content: center;
  margin: auto;
  max-width: 316px;
}

.top_section_fanclub .logo{
  position: relative;
  margin: 0 auto 50px;
  width: 488px;
  z-index: 2;
}

.top_section_fanclub .deco{
  position: absolute;
  content: '';
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(0%);
}
.top_section_fanclub .deco img{
  object-fit: cover;
}
@media screen and (max-width: 1100px) {
  .top_section_fanclub {
    aspect-ratio: 640 / 380;
    background: var(--sub-clr);
    height: auto;
    padding-top: 10%;
  }

  .top_section_fanclub .logo{
    width: 76%;
  }

  .top_section_fanclub .logo {
    position: relative;
    margin: 6% auto 5%;
    z-index: 2;
    transform: translate(-2%, 0px);
  }

  .top_section_fanclub .buttons{
    display: flex;
    max-width: none;
    flex-direction: column;
    margin: 0;
    width: 100%;
    justify-content: center;
  }

  .top_section_fanclub .button1 {
    width: 65vw;
    max-width: none;
    font-size: 4.2vw;
    margin: 0 auto;
  }

  .top_section_fanclub .button1::after {
    right: 3%;
    width: 2vw;
    height: auto;
    aspect-ratio: 10 / 7;
  }
}

/*トップ：アカデミー*/
.top_section_academy{}

/*トップ：グッズ*/
.top_section_goods{}


@media screen and (max-width: 1200px) {
  .top_section_sponsor .gold,
  .top_section_sponsor .silver{
    display: none;
  }
}