@charset "utf-8";
/*
* sp_common.css
*
*/
@import url("https://fonts.googleapis.com/css?family=Overpass:200,300,400,600,700,800,900");

/* kv-area-top
-------------------------------------------------- */
.visual-area .disp-pc {
    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: 12px;
    font-size: 12px;
}
.visual-area .bx-wrapper img {
    width: 100%;
}
.bx-wrapper .bx-next {
    right: 0px;
    background: url(/img/top/right_arrow.png) no-repeat center;
    background-size: 30% auto;
}
.bx-wrapper .bx-prev {
    left: 0;
    background: url(/img/top/left_arrow.png) no-repeat center;
    background-size: 30% auto;
}
.bx-wrapper .bx-controls-direction a {
    z-index: 2;
}

/* pickup-area
-------------------------------------------------- */
.head-area {
    border: none;
    margin: 0;
}
.head-area h3 {
    text-align: center;
    float: none;
    color: #001e55;
    margin: 0;
}
.head-area h3 span {
    display: block;
}
.head-area h3 .subheading_en {
    font-family: "Overpass", sans-serif;
    font-size: 28px;
    font-weight: 900;
    color: #001e55;
    line-height: 1;
}
.head-area h3 .subheading_jp {
    font-size: 10px;
    line-height: 1;
    padding-top: 5px;
}
/* gnav
-------------------------------------------------- */
nav.disp-pc {
    display: none;
}
/* score-module
-------------------------------------------------- */
#score-module {
    background: #1964c0;
    border-top: 1px solid #fff;
    background: -webkit-linear-gradient(
        to bottom,
        #1964c0,
        #001e55
    ); /* 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+ */
}
#score-module .tabtitle {
    background: #001e55;
    background: -webkit-linear-gradient(to bottom, #022092, #001e55);
    background: linear-gradient(to bottom, #022092, #001e55);
    color: #fff;
    margin-left: 16px;
    width: 50%;
    padding: 8px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
#score-module .schedule {
    letter-spacing: 1.5px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin: 8px 0px;
    font-family: "Overpass", sans-serif;
}

#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;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    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: 10px;
    font-weight: bold;
    min-height: 90px;
    padding: 10px 15px;
}
#score-module ul li .match-box .match-title .date {
    display: block;
    color: #7f7f7f;
    padding-top: 10px;
}
#score-module ul li .match-box .match-card {
    height: 50px;
    background: #fff;
    font-size: 12px;
    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-size: 30px;*/
    font-family: "Overpass", sans-serif;
}
#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: 40%;
    font-size: 20px;
}
#score-module ul li .match-box .match-card span.score-box span.score2 {
    font-size: 14px;
    margin-bottom: -4px;
    margin-left: -9px;
    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-family: "Overpass", sans-serif;
}
#score-module ul li .match-box .match-card .vs {
    /*font-size: 20px;*/
    color: #7f7f7f;
}
#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: 100px;
    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;
    margin-bottom: 0;
}

.slick-prev,
.slick-next {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: rgba(0, 30, 65, 0.5);
    height: 182px;
    width: 22px;
    z-index: 2;
}
.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;
}

/* pickup-area
-------------------------------------------------- */
.pickup-content {
    font-size: 0;
}
.pickup-box {
    margin-top: 25px;
}
.pickup-box .pickup-content li {
    display: inline-block;
    width: 100%;
    height: auto;
    border-left: solid 1px #fff;
    border-bottom: solid 1px #fff;
    box-sizing: border-box;
    position: relative;
}
.pickup-box .pickup-content li:nth-child(n + 2) {
    width: 50%;
}
.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: 25px;
    width: 7px;
    height: 24px;
}

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

/* 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);
  margin: 0 16px;
}

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

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

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

.hide {
  display:none;
}*/

#news-area .head-area {
    border-bottom: none;
    position: relative;
    margin: 0;
    padding: 0;
    padding-top: 25px;
    padding-bottom: 10px;
}
#news-area .head-area h3 {
    width: 100%;
    text-align: center;
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
}
#news-area .head-area .rss {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 15px;
    font-family: "Overpass", sans-serif;
    color: rgba(0, 30, 85, 0.7);
}
#news-area .head-area .rss::before {
    font-family: ionicons;
    font-size: 17px;
    content: "\f23d";
    padding-right: 5px;
}
.moreBtn a {
    display: block;
    width: 176px;
    height: 40px;
    text-align: center;
    background: #000;
    color: #fff;
    border-radius: 2px;
    margin: 0 auto;
    font-family: "Overpass", sans-serif;
    font-size: 15px;
    line-height: 40px;
    font-weight: 200;
}
#news-area .body-area .news-content {
    margin-bottom: 30px;
}
#news-area .body-area .news-content li .kate-blue {
    background: #202287;
}
#news-area .body-area .news-content li .kate-brown {
    background: #d39943;
}
#news-area .body-area .news-content li .new-icon {
    left: 118px;
    position: absolute;
    top: 13px;
    width: 19px;
}
/*
20180530公開　追加
--------------------------------------------------*/
#news-area .body-area .news-content li {
    width: 90%;
    margin: 8px auto;
    position: relative;
    background: #eee;
}
#news-area .body-area .news-content li a {
    padding: 0;
}
#news-area .body-area .news-content li .photo {
    width: 49%;
    display: inline-block;
    border: none;
    float: none;
    vertical-align: top;
}
#news-area .body-area .news-content li .text-contents {
    padding: 0;
    display: inline-block;
    width: 49%;
    padding: 10px 0 0 5px;
    box-sizing: border-box;
}
#news-area .body-area .news-content li .news-kate {
    position: absolute;
    bottom: 0;
    right: 51%;
    width: 110px;
    text-align: center;
    color: #fff;
    font-size: 6px;
    line-height: 9px;
    padding: 6px 0;
}
#news-area .body-area .news-content li .text-contents .date {
    text-align: left;
    font-size: 12px;
    color: #666;
    font-family: "Overpass", sans-serif;
}
#news-area .body-area .news-content li .text-contents .text {
    /*font-size: 12px;*/
    font-size: 11px;
    height: 70px;
    overflow: hidden;
}
#news-area .body-area .news-content li + li {
    border-top: none;
}
/* slider
-------------------------------------------------- */
#slider {
    padding: 1px 0px;
    /*background: #ebebeb;*/
}
#slider .match_link-wrap-sp {
    font-size: 0;
    margin: 34px 8px;
}
#slider .match_link-wrap-sp li {
    width: 50%;
    display: inline-block;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    box-sizing: border-box;
}
#slider .match_link-wrap-sp li:nth-child(2n) {
    margin-right: 0;
}
/* link-area
-------------------------------------------------- */
.link-content li {
    width: 100%;
    margin: 4px 8px;
    height: 104px;
    overflow: hidden;
    border: none;
    box-sizing: border-box;
    padding: 0;
}
.link-content li .photo {
    padding: 0;
}
#link-wrap {
    padding: 24px 0 0;
}
#link-wrap .photo {
    position: relative;
}
#link-wrap .pink {
    background: rgb(239, 81, 149);
}
#link-wrap .blue {
    background: rgb(0, 52, 155);
}
#link-wrap .green {
    background: rgb(1, 121, 128);
}
#link-wrap .yellow {
    background: rgb(236, 205, 4);
}
#link-wrap .disp-pc {
    display: none;
}
#link-wrap .photo .text-area {
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 104px;
    color: #fff;
    top: 0;
    right: 0;
    text-align: center;
}
#link-wrap .photo .text-area .title span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 18px;
}
#link-wrap .photo .text-area .title span.title-ja {
    font-size: 10px;
    padding-top: 5px;
}
#link-wrap .photo .text-area .text,
#link-wrap .photo .text-area .title .disp-pc {
    display: none;
}
#link-wrap .photo .text-area .title {
    margin-top: 20px;
}
#link-wrap .photo .text-area .title .futsal {
    padding-top: 10px;
}
#link-wrap .photo .text-area .title .jfatv {
    padding-top: 18px;
}
.link-content li .title .pc-title-img {
    display: none;
}
/* banner-area
-------------------------------------------------- */
#banner-list {
    padding: 25px 30px;
    background: #ebebeb;
}
#banner-list .linkBunner-content li {
    margin-bottom: 8px;
}

#visual-area-top {
    margin: 0;
}

/* special-area
-------------------------------------------------- */
.special_area {
    background: #ffe5b6;
    padding-bottom: 15px;
    border-bottom: 6px solid #ffd85f;
}
.special_area .special_area_contents {
    font-size: 0;
}
.special_area .special_area_contents ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 15px 0 20px;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
}
ul.special_area li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
ul.special_area li:nth-child(even) {
    margin-right: 0;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
}
.special_area .special_area_contents li {
    display: inline-block;
    font-size: 11px;
    position: relative;
    background: #f9f9f9;
    width: 48%;
    margin: 15px 4% 0 0;
    vertical-align: top;
}
.special_area .special_area_contents li img {
    display: inline;
    left: 0;
    max-width: 100%;
    top: 0;
    vertical-align: top;
}
/* .special_area .special_area_contents li{
  display: inline-block;
  font-size: 11px;
  position: relative;
  background: #f9f9f9;
  width: 48%;
  margin: 15px 4% 0 0;
  height: 340px;
  vertical-align: top;
}  
*/
.special_area .head-area {
    margin-top: 20px;
    background: #fabe00;
    padding: 16px 0 0;
}
.special_area .head-area h3 .subheading_jp {
    letter-spacing: 1em;
}
.special_area .bx-wrapper .bx-controls-direction a {
    top: 30%;
}
.special_contents .bx-wrapper li span {
    display: block;
}
.special_contents .bx-wrapper li .specialtext_wrap {
    background: rgba(255, 255, 255, 0.7);
    background: linear-gradient(
        rgba(255, 255, 255, 0.8) 0,
        rgba(255, 255, 255, 0.3) 40%,
        rgba(255, 255, 255, 0) 80%
    );
    display: block;
    margin: 0 20px;
    padding: 15px;
    position: relative;
    top: -15px;
    color: #001e55;
}
.special_contents .bx-wrapper li .date {
    font-size: 10px;
    font-family: "Overpass", sans-serif;
    font-weight: 200;
}
.special_contents .bx-wrapper li .title {
    font-size: 16px;
    padding-bottom: 10px;
}
.special_contents .bx-wrapper li .text {
    font-size: 10px;
}
.special_contents .bx-wrapper li .text::after {
    font-family: ionicons;
    position: absolute;
    font-size: 18px;
    content: "\f3d3";
    bottom: 0;
    right: 15px;
}

/* jfatv-area
-------------------------------------------------- */
.jfatv_area {
    padding: 20px 10px;
    background: #ebebeb;
}
.jfatv_area .head-area h3 img {
    width: 40%;
}
.jfatv_area .jfatv_contents {
    padding: 10px 0 20px;
}
.jfatv_area .bx-wrapper .bx-controls-direction a {
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}
.jfatv_area .bx-wrapper .bx-next {
    background: url(/img/cup_right_arrow.png) no-repeat 80%;
    background-size: 30% auto;
    background-color: #ebebeb;
    border-radius: 50px 0px 0px 50px;
    right: -10px;
    width: 25px;
    height: 50px;
}
.jfatv_area .bx-wrapper .bx-prev {
    background: url(/img/cup_left_arrow.png) no-repeat 20%;
    background-size: 30% auto;
    background-color: #ebebeb;
    border-radius: 0px 50px 50px 0px;
    left: -10px;
    width: 25px;
    height: 50px;
}
.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: 25px;
    width: 7px;
    height: 24px;
}

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

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

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

#jfatv_area-list {
  padding-top: 10px;
  background: #ebebeb;
  text-align: center;
}

#jfatv_area-list .linkBunner-content li {
  margin-bottom: 8px;
}

#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;
}
#visual-area-top {
  margin: 0;
}
/* カテゴリートップ バナー2列
-------------------------------------------------- */

ul.top_bnr li {
    padding-top: 5px;
}

/* special-area 20240513
-------------------------------------------------- */

/*20160303*/
ul.dispatch_now {
    font-size: 0;
    padding: 0 10px;
}

ul.dispatch_now li {
    display: inline-block;
    font-size: 11px;
    position: relative;
    background: #f9f9f9;
    width: 48%;
    margin: 15px 4% 0 0;
    vertical-align: top;
}
ul.dispatch_now li:nth-child(even) {
    margin-right: 0;
}

ul.dispatch_now li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    height: 96%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 5px solid #ffd85f;
}

ul.dispatch_now li .text {
    background: #ffd85f;
    color: #0b1e62;
    font-size: 11px;
    padding: 5px;
    text-align: left;
}

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


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


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

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;
  }