@charset "UTF-8";
/*
* common.css
* 社会貢献活動
*
*/
@import url("https://fonts.googleapis.com/css?family=Overpass:200,300,400,600,700,800,900");
/* kv-area-top
-------------------------------------------------- */
.visual-area {
  min-width: 1136px;
}

.visual-area .disp-sp {
  display: none;
}

.visual-area .bxslider {
  margin: 0px;
}

.visual-area .bx-wrapper {
  position: relative;
}

.visual-area li a span {
  position: absolute;
  bottom: 5%;
  color: #fff;
  left: 18px;
  font-size: 18px;
}

.visual-area .bx-wrapper img {
  width: 100%;
}

.bx-wrapper .bx-next {
  right: 7px;
  background: url(/img/top/right_arrow.png) no-repeat;
  z-index: 999 !important;
}

.bx-wrapper .bx-prev {
  left: 15px;
  background: url(/img/top/left_arrow.png) no-repeat;
  z-index: 999 !important;
}

/* score-module
-------------------------------------------------- */
#score-module {
  background: #1964c0;
  border-top: 1px solid #fff; /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #1964c0, #001e55); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  min-width: 1136px;
}

#score-module .tabtitle {
  background: #001e55; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #022092, #001e55); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding: 0 20px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin-left: 20px;
  height: 48px;
  line-height: 40px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#score-module .schedule {
  font-family: "Overpass", sans-serif;
  letter-spacing: 1.5px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin: 8px 0;
  line-height: 1;
}

_:-ms-lang(x),
#score-module .schedule {
  position: relative;
  top: 3px;
}

#score-module.score-module-block {
  margin: 0 auto;
  position: relative;
}

#score-module.score-module-block .score-module-inner {
  margin: 0 auto;
  position: relative;
  width: 95%;
}

#score-module ul li a {
  display: block;
}

#score-module ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  transition: 0.3s ease-in-out;
}

#score-module ul li .match-box {
  background: #eee;
  position: relative;
}

#score-module ul li .match-box .match-title {
  font-size: 12px;
  font-weight: bold;
  min-height: 115px;
  padding: 16px 16px 16px;
}

#score-module ul li .match-box .match-title .date {
  display: block;
  color: #7f7f7f;
  padding-top: 10px;
  font-size: 11px;
}

#score-module ul li .match-box .match-card {
  height: 65px;
  background: #fff;
  font-size: 16px;
  text-align: center;
  display: table;
  table-layout: fixed;
  width: 100%;
}

#score-module ul li .match-box .match-card span {
  display: table-cell;
  vertical-align: middle;
}

#score-module ul li .match-box .match-card span.score-box {
  font-family: "Overpass", sans-serif;
  width: 100px;
}

#score-module ul li .match-box .match-card span.score-box span {
  display: inline-block;
}

#score-module ul li .match-box .match-card span.score-box span.score {
  width: 35%;
  font-size: 30px;
}

#score-module ul li .match-box .match-card span.score-box span.score2 {
  font-size: 16px;
  margin-bottom: -6px;
  margin-left: -6px;
  margin-right: 6px;
}

#score-module ul li .match-box .match-card span.score-box span.red {
  color: #ca0000;
}

#score-module ul li .match-box .match-card .vs {
  font-size: 17px;
  color: #7f7f7f;
  letter-spacing: 1.5px;
}

#score-module ul li .match-box .match-card .score em {
  font-style: normal;
  color: #ca0000;
}

#score-module ul li .match-box .status {
  font-size: 11px;
  width: 85px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  background: #333;
  color: #fff;
  border-radius: 20px;
  top: 95px;
  transform: translateX(-50%);
  left: 50%;
  text-align: center;
  letter-spacing: 1.5px;
}

#score-module ul li .match-box .status.live {
  background: #ca0000;
}

#score-module ul li .match-box .status.before-game {
  background: #fff;
  border: solid 1px #7f7f7f;
  color: #7f7f7f;
}

#score-module .slick-dotted.slick-slider {
  background: #001e55;
  padding: 16px 0;
}

.slick-prev,
.slick-next {
  transform: translate(0, -50%);
  background: rgba(0, 30, 65, 0.5);
  height: 218px;
  width: 30px;
  z-index: 999;
}

.slick-next {
  right: 0px;
}

.slick-prev {
  left: 0px;
}

.slick-next:before,
.slick-prev:before {
  font-family: ionicons;
  font-size: 20px;
}

.slick-next:before {
  content: "\f3d3";
}

.slick-prev:before {
  content: "\f3d2";
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: rgba(0, 30, 65, 0.5);
}

.slick-slider .slick-disabled {
  display: none !important;
}

/*スライド画像の横幅可変*/
#score-module .multiple-item li {
  max-width: 100%;
  height: auto;
}

.slick-slider {
  background: #001e55;
  padding: 10px 0;
}

.slick-slider li {
  min-width: 200px !important;
}

.multiple-item li .match-box {
  background: #eee;
  margin: 0 5px;
}

.multiple-item li {
  margin: 0 5px;
}

/* news-area
-------------------------------------------------- */
/* tab
.tab{
  overflow:hidden;
  font-size: 0;
  margin-bottom: 32px;
  -webkit-box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.6);
}

.tab li{
  background: #001e55;
  color: #fff;
  padding: 16px 0;
  display: inline-block;
  border-right: 1px solid #fff;
  width: 20%;
  font-size: 14px;
  box-sizing: border-box;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  text-align: center;
  letter-spacing: 3.5px;
}

.tab li:last-child{
  border-right:0;
}

.tab li.select{
  background:#fff;
  color: #001e55;
}

.hide {
  display:none;
}*/
#news-area {
  background: none;
  margin: 56px auto 56px;
}

#news-area .body-area .news-content li .new-icon {
  position: absolute;
  top: 5;
  left: 100px;
}

#news-area .head-area {
  margin: 0 0 32px;
}

#news-area .head-area h3 {
  text-align: center;
  float: none;
  position: relative;
}

#news-area .head-area h3 span {
  display: block;
}

#news-area .head-area .rss {
  position: absolute;
  right: 0;
  top: 30px;
  font-size: 16px;
  font-family: "Overpass", sans-serif;
  color: rgba(0, 30, 85, 0.7);
}

#news-area .head-area .rss::before {
  font-family: ionicons;
  font-size: 18px;
  content: "\f23d";
  padding-right: 5px;
}

.body-area .news-content li {
  height: auto;
}

.moreBtn a {
  display: block;
  width: 240px;
  height: 48px;
  text-align: center;
  background: #000;
  color: #fff;
  border-radius: 3px;
  margin: 0 auto;
  font-family: "Overpass", sans-serif;
  font-size: 18px;
  line-height: 48px;
  font-weight: 200;
  /*margin-top: 16px;*/
}

.moreBtn a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  transition: 0.3s ease-in-out;
}

.outer-block .outer-inner {
  width: 1136px;
}

.body-area .news-content li {
  width: 272px;
  margin: 0 16px 16px 0;
  overflow: hidden;
}

.body-area .news-content li.rightLi {
  margin: 0 0 16px 0;
}

/*
20180530公開　追加
--------------------------------------------*/
#news-area .body-area .news-content li .text-contents {
  bottom: 0;
  color: #000;
  font-size: 12px;
  /*height: 100px;*/
  height: 10em;
  left: 0;
  margin: 0px;
  overflow: hidden;
  position: relative;
  background: #eee;
  padding: 0 16px;
  z-index: -1;
}

#news-area .body-area .news-content li .news-kate {
  position: absolute;
  top: 195px;
  left: 0;
  width: 145px;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  z-index: 1;
}

#news-area .body-area .news-content li .text-contents .date {
  padding: 20px 0 0;
  text-align: right;
  color: #666;
  font-size: 14px;
  font-weight: 200;
  font-family: "Overpass", sans-serif;
}

/* link-area
--------------------------------------------------*/
#link-wrap {
  min-width: 1136px;
}

#link-wrap .photo {
  position: relative;
  display: block;
}

#link-wrap .pink {
  background: rgba(255, 0, 110, 0.7);
}

#link-wrap .blue {
  background: rgba(0, 52, 155, 0.7);
}

#link-wrap .green {
  background: rgba(1, 121, 128, 0.7);
}

#link-wrap .yellow {
  background: rgba(220, 167, 0, 0.7);
}

#link-wrap .disp-sp {
  display: none;
}

.link-content {
  font-size: 0;
}

/*2カラム*/
.link_2clm .link-content li {
  margin: 64px 0;
  background: none;
  width: 560px;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 16px;
  height: 330px;
  overflow: hidden;
}

.link_2clm .link-content li:nth-child(2) {
  margin-right: 0;
}

.link_2clm .photo .text-contents {
  position: absolute;
  top: 200px;
  width: 100%;
  height: 130px;
  color: #fff;
}

.link_2clm .link-content li .text {
  margin: 10px 25px 0;
  font-size: 14px;
}

.link_2clm .link-content li .title {
  color: #fff;
  padding: 25px 0 0 25px;
  font-size: 20px;
  letter-spacing: 1.5px;
}

.link_2clm .link-content li .title span {
  font-size: 20px;
  display: inline-block;
}

.link_2clm .link-content li .title span.title-ja {
  display: inline-block;
  font-size: 12px;
}

/*3カラム*/
.link_3clm .link-content li {
  margin: 56px 0;
  background: none;
  width: 368px;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 16px;
  height: 228px;
  overflow: hidden;
}

.link_3clm .link-content li:nth-child(3) {
  margin-right: 0;
}

.link_3clm .photo .text-area {
  position: absolute;
  top: 118px;
  width: 100%;
  height: 110px;
  color: #fff;
}

.link_3clm .link-content li .text {
  margin: 4px 16px 0;
  font-size: 12px;
  line-height: 20px;
}

.link_3clm .link-content li .title {
  color: #fff;
  padding: 10px 0 0 16px;
  font-size: 18px;
  letter-spacing: 1.5px;
}

.link_3clm .link-content li .title span {
  font-size: 20px;
  display: inline-block;
}

.link_3clm .link-content li .title span.title-ja {
  display: inline-block;
  font-size: 12px;
}

.link-content li img {
  width: 100%;
}

.link-content li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  transition: 0.3s ease-in-out;
}

/* banner-area
-------------------------------------------------- */
#banner-list {
  padding: 56px 0 56px;
  height: 439px;
  background: #ebebeb;
  min-width: 1136px;
}

#banner-list .linkBunner-content li {
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
}

#banner-list .linkBunner-content li a {
  display: block;
}

#banner-list .linkBunner-content li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  transition: 0.3s ease-in-out;
}

#banner-list .linkBunner-content li:nth-child(2n) {
  margin-right: 0;
}

#banner-list2 {
  margin-bottom: 40px;
}

#banner-list2 .linkBunner-content li {
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
}

#banner-list2 .linkBunner-content li a {
  display: block;
}

#banner-list2 .linkBunner-content li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  transition: 0.3s ease-in-out;
}

#banner-list2 .linkBunner-content li:nth-child(2n) {
  margin-right: 0;
}

/* slider
-------------------------------------------------- */
#slider .match_link-wrap-sp {
  display: none;
}

#slider {
  padding: 0 0 56px;
  /* height: 113px;*/
  /* background: #ebebeb;*/
  min-width: 1136px;
}

#slider .bx-wrapper .bx-prev {
  left: -25px;
  background: url(/img/top/left_arrow_black.png) no-repeat;
}

#slider .bx-wrapper .bx-next {
  right: -25px;
  background: url(/img/top/right_arrow_black.png) no-repeat right;
}

#slider .bx-wrapper .bx-controls-direction a {
  /*right: 0;*/
}

#slider .slider-wrap .frame-wrap {
  width: 1136px;
}

#slider .slider-wrap .frame li {
  width: 272px;
  /*height: 113px;*/
  margin-right: 16px;
}

#slider .slider-wrap .bx-wrapper .frame li {
  margin-right: 0;
}

#slider .slider-wrap .frame li:last-child {
  margin-right: 0;
}

#slider .slider-wrap .frame li a {
  /*height: 113px;*/
  width: 272px;
}

/*.bx-wrapper .bx-viewport{
  height: 113px !important;
}*/
/* pickup-area
-------------------------------------------------- */
.pickup-box {
  min-width: 1136px;
}

.pickup-box .head-area {
  margin-top: 56px;
  margin-bottom: 32px;
}

.pickup-box .pickup-content li {
  float: left;
  width: 50%;
  height: auto;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
  box-sizing: border-box;
  position: relative;
}

.pickup-box .pickup-content li a:hover {
  opacity: 0.7;
}

.pickup-box .pickup-content li:nth-child(n+3) {
  width: 33.333%;
}

.pickup-box .pickup-content li.video::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  z-index: 1;
}

.pickup-box .pickup-content li.video::after {
  position: absolute;
  font-family: "ionicons";
  content: "\f10a";
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 30px;
  width: 10px;
  height: 30px;
  z-index: 1;
}

.pickup-box .pickup-content li img {
  width: 100%;
  height: auto;
}

.head-area h3 {
  text-align: center;
  float: none;
  color: #001e55;
}

.head-area h3 span {
  display: block;
}

.head-area h3 .subheading_en {
  font-family: "Overpass", sans-serif;
  font-size: 37px;
  font-weight: 900;
  color: #001e55;
  letter-spacing: 3.5px;
  line-height: 1;
}

/* special-area
-------------------------------------------------- */
.special_area {
  min-width: 1136px;
  background: #ffe5b6;
  /*padding-bottom: 56px;*/
}

.special_area .special_area_contents {
  font-size: 0;
}

.special_area .special_area_contents ul {
  padding: 0 0 25px;
  /* height: 113px;*/
  /* background: #ebebeb;*/
  min-width: 1136px;
  text-align: center;
}

.special_area .special_area_contents li {
  display: inline-block;
  width: 23%;
  border: 5px solid #ffd85f;
  margin-right: 15px;
  box-sizing: border-box;
}

.special_area .special_area_contents li img {
  width: 100%;
}

.special_area .special_area_contents li .text {
  background: #ffd85f;
  color: #0b1e62;
  height: 40px;
  font-size: 13px;
  padding: 5px;
  text-align: left;
}

.link-content {
  width: 100%;
  position: relative;
}

.special_area,
.special_contents {
  min-width: 1136px;
}

.special_area .head-area {
  background: #fabe00;
  padding: 30px 0 16px;
}

.special_area .head-area h3 .subheading_jp {
  letter-spacing: 1em;
}

.special_contents .bx-wrapper {
  position: relative;
}

.special_contents .bx-wrapper li {
  position: relative;
}

.special_contents .bx-wrapper li .specialtext_wrap {
  position: absolute;
  background: rgba(250, 190, 0, 0.95);
  /*background: rgba(250,190,0,0.7);
  background: linear-gradient(rgba(250,190,0, 0.9) 0, rgba(250,190,0, .7) 40%, rgba(250,190,0, 0.5) 80%);*/
  display: block;
  font-size: 15px;
  color: #000;
  width: 480px;
  /*width: 415px;*/
  height: 380px;
  bottom: 0;
  left: 85px;
  /*left: 150px;*/
  color: #001e55;
  padding: 30px 40px;
  /*padding: 40px 40px;*/
  box-sizing: border-box;
  overflow: hidden;
}

.special_contents .bx-wrapper li span {
  display: block;
}

.special_contents .bx-wrapper li .date {
  font-size: 20px;
  font-family: "Overpass", sans-serif;
  font-weight: 200;
}

.special_contents .bx-wrapper li .title {
  font-size: 25px;
  padding-top: 10px;
  padding-bottom: 25px;
}

.special_contents .bx-wrapper li .text {
  font-size: 13px;
  line-height: 30px;
  position: relative;
  /*height: 160px;*/
  overflow: hidden;
}

.special_contents .bx-wrapper li .text::after {
  font-family: ionicons;
  position: absolute;
  font-size: 18px;
  content: "\f3d3";
  bottom: 0;
  right: 0;
}

.special_contents .bx-wrapper img {
  width: 100%;
}

.special_contents .moreBtn a {
  margin-top: 32px;
}

.special_contents .youtube a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.special_contents .youtube a img {
  height: 60%;
  margin-right: 10px;
}

/*
.special_area .bx-wrapper .bx-controls-direction a{
  z-index: 2;
}*/
/* jfatv-area
-------------------------------------------------- */
.jfatv_area {
  min-width: 1136px;
  background: #ebebeb;
  padding-bottom: 56px;
}

.jfatv_area .head-area {
  padding: 26px 0 32px;
}

.jfatv_area .jfatv_contents {
  font-size: 0;
}

.jfatv_area .jfatv_contents ul {
  box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.6);
}

.jfatv_area .jfatv_contents li {
  display: inline-block;
  width: 33.33%;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}

/*.jfatv_area .jfatv_contents li:last-child{
  border-right: 0;
  padding-right: 1px;
}*/
.jfatv_area .jfatv_contents li img {
  width: 100%;
}

.jfatv_area .moreBtn a {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.jfatv_area .moreBtn a img {
  height: 30%;
  margin-right: 10px;
}

.jfatv_area .jfatv_contents li a {
  position: relative;
  display: block;
}

.jfatv_area .jfatv_contents li a:after {
  position: absolute;
  font-family: "ionicons";
  content: "\f10a";
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 30px;
  width: 10px;
  height: 30px;
}

.jfatv_area .jfatv_contents li a:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

#jfatv_area-list {
  padding: 10px 0 10px;
  height: 300px;
  background: #ebebeb;
  min-width: 1136px;
}

#jfatv_area-list .linkBunner-content li {
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
}

#jfatv_area-list .linkBunner-content li a {
  display: block;
}

#jfatv_area-list .linkBunner-content li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  transition: 0.3s ease-in-out;
}

#jfatv_area-list .linkBunner-content li:nth-child(2n) {
  margin-right: 0;
}

/* トップニュース臨時パートナー表示用
-------------------------------------------------- */
.news .partners__title {
  margin-right: 10px !important;
}

.news .partners__bnr {
  width: 100px !important;
}

.news .partners__bnrList__item {
  width: 100px !important;
}

/* カテゴリートップ バナー2列
-------------------------------------------------- */
.top_bnr {
  display: flex;
  width: 100%;
  justify-content: space-around;
  flex-wrap: wrap;
}

ul.top_bnr li {
  width: 49%;
  margin-top: 20px;
}

ul.top_bnr li img {
  width: 100%;
}

/* ------------------------------------------------------------------------
---------------------------------------------------------------------------


アクセシビリティ追加分　ここから


---------------------------------------------------------------------------
------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------

commo.css、sp_commo.css　修正分

------------------------------------------------------------------------ */
.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

.icon_newwindow {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  margin-top: -2px;
  vertical-align: middle;
}

.icon_sns {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

@media (max-width: 640px) {
  .icon_sns {
    width: 20px;
    height: 20px;
  }
}
/*
カテゴリーアイコンカラー
******************************************/
.kate-youth {
  background: #018740;
}

.kate-coach {
  background: #276c03;
}

.kate-grass_roots {
  background: #de2c03;
}

/*
gnav
-------------------------------------------------- */
/* ナビ部分とりあえず非表示 */
#gnav {
  background: #001e55;
  min-width: auto;
  border-bottom: solid 1px #fff;
  height: 60px;
  box-sizing: border-box;
  position: relative;
}

/* --------------------------------------------------
//Gナビ　PC用　2024.11　アクセシビリティ対応
// グローバルナビゲーション
// Tabキーでフォーカスした時に子メニューを表示する
-------------------------------------------------- */
/* ナビ部分とりあえず非表示 */
@media (min-width: 641px) {
  .g-nav__block-sub {
    width: 100%;
    min-width: none;
    padding: 30px 50px;
    box-sizing: border-box;
    /* transition: all 0.4s linear; */
    z-index: 1000;
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    color: #fff;
    background: rgba(25, 100, 192, 0.9);
    opacity: 0;
    overflow-x: auto;
    visibility: hidden;
  }
  .g-nav__main .g-nav__block:hover .g-nav__block-sub,
  .g-nav__main .g-nav__block .g-nav__block-sub.is-active {
    opacity: 1;
    visibility: visible;
  }
  .g-nav__block > button {
    padding: 18px 2em 18px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5em;
    line-height: 24px;
    position: relative;
  }
  .g-nav__block > button:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 100%;
    height: 7px;
    background: rgb(25, 100, 192);
    opacity: 0;
    visibility: hidden;
  }
  .g-nav__block > button:hover::after {
    opacity: 1;
    visibility: visible;
  }
  .mini .g-nav__block > button {
    padding: 10px 2em;
  }
  .mini .g-nav__block-sub {
    top: 45px;
  }
}
@media (max-width: 640px) {
  .menu-trigger {
    position: relative;
    width: 50px;
    height: 46px;
    z-index: 2;
    left: 10px;
    top: 2px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
}
/* header
-------------------------------------------------- */
@media (min-width: 641px) {
  .header-nav {
    position: relative;
    padding: 20px 0;
    min-width: auto;
  }
}
@media (max-width: 900px) {
  .header-nav h1 {
    left: 10%;
    transform: translateX(0%);
  }
}
@media (max-width: 640px) {
  .header-nav {
    font-size: 0;
    min-height: 50px;
    position: relative;
    background: #fff;
  }
  .header-nav h1 {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    margin-top: 12px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
  }
}
.header-nav .top-menu li.entry,
.header-nav .top-menu li.shop {
  background: #1964c0;
  border-radius: 3px;
  letter-spacing: 1.5px;
  transition: 0.3s ease-in-out;
}

.header-nav .top-menu li.entry:hover,
.header-nav .top-menu li.shop:hover {
  background: #001e55;
}

.header-nav a:hover {
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transition: 0.3s ease-in-out;
}

/* sitemap-area
-------------------------------------------------- */
#sitemap .sns-area li a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  transition: 0.3s ease-in-out;
}

#sitemap .contents-wrap h4 {
  margin: 16px 0 6px;
  font-size: 15px;
  color: #001e55;
}

#sitemap .contents-wrap h5 {
  margin: 10px 0 0 0;
  font-size: 11px;
  font-weight: bold;
}

#sitemap .contents-wrap > li > .sub-sitemap li img {
  position: static;
  top: auto;
  left: auto;
}

@media (max-width: 640px) {
  #sitemap .contents-wrap li h5 {
    margin: 10px 0 0 0;
    font-size: 12px;
    font-weight: bold;
  }
  .g-nav .sub-sitemap li img {
    position: static;
    top: auto;
  }
}
/* philosophy-area
-------------------------------------------------- */
#philosophy-area .head h4 {
  font-size: 25px;
  margin: 0;
  font-weight: normal;
}

@media (max-width: 640px) {
  #philosophy-area .head h4 {
    font-size: 20px;
    margin: 0;
    font-weight: normal;
  }
}
/* footer-area
-------------------------------------------------- */
@media (max-width: 640px) {
  #footer-area .sns-area li {
    display: inline-block;
    padding: 0 5px 0 0;
  }
  #footer-area .sns-area li a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
  }
}
/* ------------------------------------------------------------------------

renewal2018.css,sp_renewal2018.css　修正分

------------------------------------------------------------------------ */
/* ニュースカラム
---------------------------------------------------------------------------*/
.body-area .news-content li a .text-contents .text {
  /* color: #0b8fba; */
  color: #005ab4;
}

/* NEW Gナビゲーション
-------------------------------------------------------------- */
.subnav__logo__text a span:hover {
  opacity: 1;
  text-decoration: underline;
}

.subnav__nav__item a:hover {
  opacity: 1;
}

.subnav__nav__item a span:hover {
  text-decoration: underline;
}

.subnav__btn a {
  font-size: 12px;
  font-weight: 700 !important;
  padding: 5px 15px 5px 5px;
  text-align: center;
}

/* ------------------------------------------------------------------------

top_new.css、sp_top_new.css　修正分

------------------------------------------------------------------------ */
#score-module .schedule h2 {
  font-family: "Overpass", sans-serif;
  letter-spacing: 1.5px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin: 8px 0;
  line-height: 1;
  padding: 0;
  font-weight: normal;
}

#score-module ul li .match-box .match-title .date {
  display: block;
  /* color: #7f7f7f; */
  color: #666;
  padding-top: 10px;
  font-size: 11px;
}

@media (max-width: 640px) {
  #score-module .schedule h2 {
    letter-spacing: 1.5px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin: 8px 0px;
    font-family: "Overpass", sans-serif;
    padding: 0;
    font-weight: normal;
  }
  #score-module ul li .match-box .match-title .date {
    display: block;
    /* color: #7f7f7f; */
    color: #666;
    padding-top: 10px;
  }
}
#score-module ul.multiple-item li a:hover {
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transition: 0.3s ease-in-out;
}

#score-module ul.multiple-item li a:hover .match-title {
  transition: 0.3s ease-in-out;
  background: #fff;
}

/* news-area
-------------------------------------------------- */
.body-area .news-content li {
  width: 272px;
  margin: 0 16px 16px 0;
  overflow: visible;
}

/* link-area
--------------------------------------------------*/
#link-wrap .pink {
  /* background: rgba(255, 0, 110, 0.7); */
  background: rgba(255, 0, 110, 0.9);
}

#link-wrap .blue {
  /* background: rgba(0, 52, 155, 0.7); */
  background: rgba(0, 52, 155, 0.9);
}

#link-wrap .yellow {
  /* background: rgba(220, 167, 0, 0.7); */
  background: rgba(148, 95, 26, 0.9);
}

.link-content li a:hover {
  text-decoration: none;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  opacity: 0.9;
}

/* special-area
-------------------------------------------------- */
@media (max-width: 640px) {
  .special_area .special_area_contents li {
    border: 5px solid #ffd85f;
    margin-right: 0;
    box-sizing: border-box;
  }
  ul.dispatch_now li a {
    position: static;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: visible;
    border: none;
  }
}
/* ------------------------------------------------------------------------
---------------------------------------------------------------------------


アクセシビリティ追加分　ここから
英語版用

---------------------------------------------------------------------------
------------------------------------------------------------------------ */
.eng-header {
  /*
  gnav
  -------------------------------------------------- */
  /* ナビ部分とりあえず非表示 */
  /* --------------------------------------------------
  //Gナビ　PC用　2024.11　アクセシビリティ対応
  // グローバルナビゲーション
  // Tabキーでフォーカスした時に子メニューを表示する
  -------------------------------------------------- */
  /* ナビ部分とりあえず非表示 */
  /* ------------------------------------------------------------------------

  common_eng.css、sp_common_eng.css　修正分

  ------------------------------------------------------------------------ */
}
.eng-header #gnav {
  background: #001e55;
  min-width: auto;
  border-bottom: solid 1px #fff;
  height: 60px;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 641px) {
  .eng-header .g-nav__block-sub {
    width: 100%;
    min-width: none;
    padding: 30px 50px;
    box-sizing: border-box;
    /* transition: all 0.4s linear; */
    z-index: 1000;
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    color: #fff;
    background: rgba(25, 100, 192, 0.9);
    opacity: 0;
    overflow-x: auto;
    visibility: hidden;
  }
  .eng-header .g-nav__main .g-nav__block:hover .g-nav__block-sub,
  .eng-header .g-nav__main .g-nav__block .g-nav__block-sub.is-active {
    opacity: 1;
    visibility: visible;
  }
  .eng-header .g-nav__block > button {
    padding: 18px 2em 18px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 24px;
    position: relative;
  }
  .eng-header .g-nav__block > button:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 100%;
    height: 7px;
    background: rgb(25, 100, 192);
    opacity: 0;
    visibility: hidden;
  }
  .eng-header .g-nav__block > button:hover::after {
    opacity: 1;
    visibility: visible;
  }
  .eng-header .mini .g-nav__block > button {
    padding: 10px 2em;
  }
  .eng-header .mini .g-nav__block-sub {
    top: 45px;
  }
}
@media (max-width: 640px) {
  .eng-header .menu-trigger {
    position: relative;
    width: 50px;
    height: 46px;
    z-index: 2;
    left: 10px;
    top: 2px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
}
@media (max-width: 640px) {
  .eng-header .menu-trigger {
    position: relative;
    width: 50px;
    height: 46px;
    z-index: 2;
    left: 10px;
    top: 2px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
}
.eng-header .g-nav__menu {
  width: 100%;
  min-width: 1000px;
  margin: 0 auto;
  font-size: 11px;
}
.eng-header .g-nav__menu a {
  margin: 0;
  padding: 0;
  font-size: 11px;
}
.eng-header .g-nav__menu .menu_tit {
  font-size: 14px;
  margin: 0 10px;
  width: 100%;
}
.eng-header .g-nav__menu .menu_wrap {
  display: flex;
  /* justify-content: space-between; */
}
.eng-header .g-nav__menu .menu_inner_wrap {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  margin: 0 10px;
}
.eng-header .g-nav__menu .menu_title {
  width: calc(100% - 20px);
  margin: 5px 0 10px 0;
  text-align: left;
  line-height: 1;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  padding: 7px 10px;
}
.eng-header .g-nav__menu .menu_inner {
  margin-bottom: 10px;
}
.eng-header .g-nav__menu .menu_inner li {
  display: block;
  margin: 0;
  text-align: left;
  font-size: 11px;
  line-height: 1;
  margin: 10px 0;
}
.eng-header .subnav__nav__item a::after {
  margin: 0;
  content: none;
}

