/*
Theme Name:football-club-web-site
Author: TakumiOnodera
Description: This is my original theme.
Version: 1.0
*/

@charset "utf-8";







/* PC版 表示 */
@media(min-width: 600px){

/* -------------------------------------base-------------------------------------- */

body{
  background-color:#dddddd;
  margin:0px 0px 0px 0px;
  text-align:center;
}

li{
  list-style:none;
  text-decoration:none;
  margin:0px 0px 0px 0px;
}

ul{
  margin:0px 0px 0px 0px;
}

/* pc版のデザイン */
.pc-contents{
  display:inline-block;
}

/* モバイル版のデザイン */
.mobile-contents{
  display:none;
}

/* 長方形 ボタン */
.rectangle-btn{
  display:inline-block;
  text-align:center;
  vertical-align:top;
}
.rectangle-btn a{
  width:fit-content;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight:600;
  text-align:center;
  display:inline-block;
  border-radius:50px;
  background-color:#ffffff;
  color:#000000;
  margin:0px 8px 0px 8px;
  line-height:40px;
  text-decoration:none;
  padding:0px 18px 0px 18px;
}
.rectangle-btn :hover{
  background-color:#007bbb;
  color:#ffffff;
}

/* -------------------------------------header-------------------------------------- */

/* ヘッダー 要素全体 */
header{
  width:100%;
  box-shadow: 0px 1px 3px 0px #000000;
}

/* PC用メニュー */
.header-pc-contents{

}

/* モバイル用 メニュー */
.header-mobile-contents{
  display:none;
}

/* ヘッダー(上) */
.header-top{
  background-color:#000000;
  height:70px;
  padding:10px 0px 10px 0px;
  text-align:center;
}
.header-top a{
  text-decoration:none;
}

/* ヘッダー(上) エンブレム */
.header-top-team-logo{
  width:50px;
  height:50px;
  display:inline-block;
  text-align:center;
  background-color:#000000;
}
.header-top-team-logo img{
  width:50px;
  height:50px;
}

/* ヘッダー(上) サイト名 要素全体 */
.header-top-site-name{
  width:210px;
  height:50px;
  display:inline-block;
  text-align:left;
  vertical-align:top;
  padding:4px 0px 0px 0px;
}

/* ヘッダー(上) サイト名 */
.header-top-site-title{
  color:#ffffff;
  font-family: "M+PLUS Rounded 1c", sans-serif;
  font-weight:900;
  font-size: 18px;
  line-height:25px;
  text-align:left;
  margin:0px 0px 0px 0px;
  display:inline-block;
}
.header-top-site-title a{
  text-decoration:none;
}

/* ヘッダー(上) サブサイト名 */
.header-top-site-subtitle{
  color:#ffffff;
  font-family: "M+PLUS Rounded 1c", sans-serif;
  font-weight:900;
  font-size: 12px;
  line-height:15px;
  text-align:left;
  margin:0px 0px 0px 0px;
  text-align:left;
  display:inline-block;
  vertical-align:top;
}
.header-top-site-subtitle a{
  text-decoration:none;
}

/* ヘッダー(下) */
.header-bottom{
  background-color:#113479;
  height:60px;
  font-weight:900;
  margin:0px 0px 0px 0px;
  text-align:center;
}

/* ヘッダー(下) チームロゴ */
.header-bottom-team-logo{
  width:80px;
  height:80px;
  float:left;
  z-index:999;
  margin:5px 50px 0px 15px;
}
.header-bottom-team-logo img{
  width:120%;
}

/* ヘッダー(下) メニュー */
.gnavi__wrap{
}

/* ヘッダー(下) メニュー 要素全体 */
.header-gnavi-lists{
}

/* ヘッダー(下) メニュー 要素 */
.header-gnavi-list{
  width:60px;
  height:60px;
  display:inline-block;
  position: relative;
}
.header-gnavi-list a{
  text-decoration: none;
}
.header-gnavi-list:hover{
  background-color:#007bbb;
}

/* ヘッダー(下) メニュー メニューアイコン */
.header-gnavi-list-menuicon{
  width:60px;
  line-height:25px;
  padding:8px 0px 5px 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:500;
  font-size: 25px;
  text-align:center;
  color:#ffffff;
}

/* ヘッダー(下) メニュー メニュー名 */
.header-gnavi-list-menuname{
  width:60px;
  line-height:12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:500;
  font-size: 10px;
  text-align:center;
  color:#ffffff;
}

/* ヘッダー(下) メニュー サブカテゴリ 要素全体 */
.header-dropdown-lists {
  display: none;/*デフォルトでは非表示の状態にしておく*/
  position: absolute;
  top: 60px;
  left: 0;
  font-size: 12px;
  font-weight:600;
}

/* ヘッダー(下) メニュー ホバー時の動き */
.header-gnavi-list:hover .header-dropdown-lists {
  display: block;
}

/* ヘッダー(下) メニュー サブカテゴリ */
.header-dropdown-list {
  background-color:#007bbb;
  width:150px;
  height: 30px;
  line-height:30px;
  padding:0px 15px 5px 15px;
  position: relative;
  z-index:999;
  font-size: 12px;
  font-weight:600;
  font-family: "Noto Sans JP", sans-serif;
}
.header-dropdown-list:hover {
  filter: brightness(0.8);
}
.header-dropdown-list a {
  display: flex;
  justify-content: left;
  align-items: left;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-size: 12px;
  font-weight:600;
}
.header-dropdown-list a::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  right: 0px;
  top: 10px;
}

/* モバイル用 メニュー 広告 */
.menu-ad{
  display:none;
}

/* -------------------------------------frontpage-------------------------------------- */

/* スライダー要素 pc */
.frontpage-slider-pc{
  background-color:#ffffff;
  width:100%;
  display:inline-block;
  text-align:center;
  margin:0px;
  vertical-align:top;
}

/* スライダー要素 モバイル */
.frontpage-slider-mobile{
  display:none;
}

/* スポンサー 自動スクロールバー 要素全体 */
.sponsor-swiper {
  width: 100%;
  padding:15px 0px 15px 0px;
  background: #ffffff;
  overflow: hidden;
}
.swiper-wrapper{
  transition-timing-function: linear !important;
}

/* スポンサー 自動スクロールバー 要素 */
.swiper-slide {
  width:auto;
  display: flex;
  align-items: center;
}
.swiper-slide img {
  width:100%;
  object-fit: contain;
  vertical-align:middle;
}

/* スライダー下 チーム キャッチフレーズ*/
.frontpage-team-introduction{
  background-color:#113479;
  color:#ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:900;
  font-size:24px;
  line-height:34px;
  margin:0px 0px 0px 0px;
  padding:40px 0px 60px 0px;
  text-align:center;
}

/* フロントページ タイトル 英語 */
.frontpage-title-en{
  color:#ffffff;
  text-align: center;
  font-family: "League Gothic", sans-serif;
  font-weight:500;
  font-size: 70px;
  line-height:50px;
  width:100%;
  margin-top:15px;
}

/* フロントページ タイトル 日本語 */
.frontpage-title-jp{
  color:#ffffff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:700;
  font-size: 20px;
  width:100%;
  padding:10px 0px 30px 0px;
}

/* フロントページ ニュース 要素全体 */
.frontpage-news{
  width:100%;;
  margin-left: auto;
  margin-right: auto;
  display:inline-block;
  background-color:#113479;
  padding:30px 5% 50px 5%;
}

/* フロントページ ニュース リスト 要素全体 */
.frontpage-news-lists{
  width:100%;
  display:block;
  border-radius:20px;
  background-color:#ffffff;
  padding:20px 20px 20px 20px;
  text-align:center;
}

/* フロントページ ニュース リスト */
.frontpage-news-list{
  margin:0px 0px 0px 0px;
  border-bottom: 0.5px solid #000000;
  padding:8px 0px 8px 0px;
}

/* フロントページ ニュース タグ・日付 要素全体 */
.frontpage-news-info{
  width:100%;
  display:flex;
}

/* フロントページ ニュース カテゴリ */
.frontpage-news-category{
  background-color:#000000;
  color:#ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:400;
  font-size: 14px;
  display:inline-block;
  line-height:22px;
  padding:0px 3px 0px 3px;
  margin:0px 5px 0px 0px;
}
.frontpage-news-category a{
  color:#ffffff;
}
.frontpage-news-category :hover{
  background-color:#dddddd;
  color:#000000;
}

/* フロントページ ニュース 日付 */
.frontpage-news-time{
  color:#000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:400;
  font-size: 16px;
  line-height:22px;
}

/* フロントページ ニュース タイトル */
.frontpage-news-title{
  color:#000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:400;
  font-size: 16px;
  padding:0px 0px 0px 0px;
  margin:5px 0px 0px 0px;
  text-align: left;
}
.frontpage-news-title a{
  color:#000000;
  text-decoration:none;
}
.frontpage-news-title :hover{
  color:#000000;
  background-color:#dddddd;
  padding:0px;
  margin:0px;
}

/* フロントページ ニュース もっと見るボタン */
.frontpage-news-btn{
  font-weight:500;
  font-size: 16px;
  text-align: center;
  display:inline-block;
  margin:15px 0px 0px 0px;
}
.frontpage-news-btn a{
  font-family: "Noto Sans JP", sans-serif;
  color:#ffffff;
  background-color:#000000;
  padding:5px 10px 5px 10px;
  text-align:center;
  border-radius:12px;
}
.frontpage-news-btn :hover{
  color:#ffffff;
  background-color:#113479;
}

/* フロントページ 試合 要素全体 */
.frontpage-match{
  width:100%;;
  margin-left: auto;
  margin-right: auto;
  display:inline-block;
  background-color:#000000;
  padding:30px 5% 50px 5%;
  text-align:center;
}

/* フロントページ 試合 スライダー 正方形 */
.frontpage-match-slider-square{
  width:360px;
  height:360px;
  display:inline-block;
  border-radius:0px;
  margin:15px 15px 15px 15px;
  padding:10px;
  background-color:#ffffff;
  vertical-align:top;
}
.frontpage-match-slider-square img{
  width:100%;
}

/* フロントページ 試合 スライダー 長方形 */
.frontpage-match-slider-rectangle{
  width:626px;
  height:360px;
  display:inline-block;
  margin:15px 15px 15px 15px;
  padding:10px;
  background-color:#ffffff;
  vertical-align:top;
}
.frontpage-match-slider-rectangle img{
  width:100%;
}

/* フロントページ 試合 ボタン */
.frontpage-match-btn{
  width:100%;
  font-weight:900;
  font-size: 20px;
  text-align: center;
  display:inline-block;
  margin:30px 0px 50px 0px;
}
.frontpage-match-btn a{
  font-family: "Noto Sans JP", sans-serif;
  color:#000000;
  background-color:#ffffff;
  padding:10px 20px 10px 20px;
  text-align:center;
  border-radius:20px;
  text-decoration:none;
}
.frontpage-match-btn :hover{
  color:#000000;
  filter: brightness(0.6);
}

/* フロントページ リーグ順位 要素全体 */
.frontpage-ranking{
  width:100%;
  margin-left: auto;
  margin-right: auto;
  display:inline-block;
  background-color:#113479;
  padding:30px 5% 50px 5%;
  text-align:center;
}

/* フロントページ クラブ 要素全体 */
.frontpage-club{
  width:100%;
  margin-left: auto;
  margin-right: auto;
  display:inline-block;
  background-color:#000000;
  padding:30px 5% 50px 5%;
  text-align:center;
}

/* フロントページ 写真 要素全体 */
.frontpage-club-img-btn-lists{
  width:100%;
  text-align:center;
  padding:15px 0px 15px 0px;
}

/* フロントページ 写真 全体 */
.frontpage-img-btn-list{
  width:45%;
  padding:10px;
  background-color:#ffffff;
  margin:1.3% 1% 1.3% 1%;
  display:inline-block;
  border-radius:20px;
}
.frontpage-img-btn-list img{
  margin:0%;
  width:100%;
  border-radius:15px;
  vertical-align:middle;
}
.frontpage-img-btn-list :hover{
  filter: brightness(0.6);
}

/* フロントページ 本文 */
.frontpage-sentence{
  width:100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:500;
  font-size: 18px;
  color:#ffffff;
  line-height:26px;
  margin:5px 0px 5px 0px;
  padding:0px 0px 0px 0px;
  display:inline-block;
}

/* フロントページ スポンサー 要素全体 */
.frontpage-sponsor{
  width:100%;;
  margin-left: auto;
  margin-right: auto;
  display:inline-block;
  background-color:#113479;
  padding:30px 5% 50px 5%;
  text-align:center;
}

/* -------------------------------------category-------------------------------------- */


/* カテゴリー トップ 画像 */
.category-top-image{
  width:100%;
  position: relative;
  text-align:center;
}
.category-top-image img{
  width:100%;
  vertical-align: middle;
}

/* カテゴリー タイトル */
.category-title{
  display:block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight:800;
  color:#ffffff;
  background-color:#000000;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  padding:3px 10px 8px 10px;;
  margin:0;
}

/* カテゴリー 背景 #113479; */
.category-bgc-113479{
  background-color:#113479;
  text-align:center;
  padding:30px 0px 50px 0px;
}

/* カテゴリー 背景 #000000; */
.category-bgc-000000{
  background-color:#000000;
  text-align:center;
  padding:30px 0px 50px 0px;
}

/* カテゴリー サブタイトル 英語 */
.category-subtitle-en{
  color:#ffffff;
  text-align: center;
  font-family: "League Gothic", sans-serif;
  font-weight:500;
  font-size: 70px;
  line-height:50px;
  width:100%;
  padding:30px 0px 0px 0px;
}

/* カテゴリー サブタイトル(h2) 日本語 */
.category-subtitle-jp{
  color:#ffffff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:700;
  font-size: 20px;
  width:100%;
  padding:10px 0px 30px 0px;
}

/* カテゴリー サブタイトル 日本語 */
.category-subsubtitle-jp{
  color:#000000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:700;
  font-size: 16px;
  line-height:24px;
  padding:2px 10px 3px 10px;
  margin:10px 10px 10px 10px;
  background-color:#ffffff;
  display:inline-block;
}

/* カテゴリ 本文 */
.category-text{
  width:50%;
  color:#ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight:400;
  margin:15px 10% 15px 10%;
  line-height:24px;
  text-align:center;
  display:inline-block;
}

/* カテゴリー aboutus サブタイトル 日本語 */
.category-aboutus-subsubtitle-jp{
  color:#ffffff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:700;
  font-size: 16px;
  line-height:24px;
  padding:2px 10px 3px 10px;
  margin:10px 10px 10px 10px;
  background-color:#000000;
  display:inline-block;
}

/* カテゴリ aboutus 本文 */
.category-aboutus-text{
  width:50%;
  color:#000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight:400;
  margin:15px 10% 15px 10%;
  line-height:24px;
  text-align:center;
  display:inline-block;
}

/* カテゴリ 選手・スタッフ 要素全体 */
.category-member-lists{
  width:100%;
  text-align:center;
  margin:0px 0px 30px 0px;
}

/* カテゴリ 選手・スタッフ 要素 */
.category-member-list{
  width:220px;
  text-align:center;
  display:inline-block;
  background-color:#000000;
  padding:10px 10px 10px 10px;
  margin:10px 10px 10px 10px;
}
.category-member-list img{
  width:200px;
  height:200px;
}

/* カテゴリ 選手・スタッフ */
.category-member-info{
  margin:0px 0px 0px 0px;
  width:200px;
  text-align:center;
}

/* カテゴリ 選手・スタッフ 背番号 */
.category-member-number{
  font-family: "League Gothic", sans-serif;
  font-size: 45px;
  font-weight:400;
  display:inline-block;
  text-align:right;
  float: right;
  width:50px;
  height:50px;
  color:#c1b04b;
  vertical-align:top;
}

/* 選手紹介スタッフ 肩書き */
.category-member-position{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight:900;
  text-align:center;
  display:inline-block;
  text-align:right;
  float: right;
  height:60px;
  color:#a68232;
  margin:8px 0px -8px 0px;
}

/* カテゴリ 選手・スタッフ 名前 日本語 */
.category-member-name-jp{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight:900;
  text-align:center;
  display:inline-block;
  text-align:left;
  float: left;
  color:#ffffff;
  width:150px;
  height:30px;
}

/* カテゴリ 選手・スタッフ 名前 英語 */
.category-member-name-en{
  font-family: "League Gothic", sans-serif;
  font-size:16px;
  font-weight:400;
  text-align:center;
  display:inline-block;
  text-align:left;
  float: left;
  color:#ffffff;
  width:150px;
  height:20px;
}

/* カテゴリ 記事 スワイパー 要素全体 */
.category-news-swiper-contents{
  width: 100%;
  overflow: hidden;
}

/* カテゴリ 記事 スワイパー 要素 */
.category-news-swiper{
  width:300px;
  height:280px;
  display:inline-block;
  margin:20px 0px 20px 0px;
  background-color:#ffffff;
  vertical-align:top;
  box-shadow: 0px 0px 4px 0px #777777;
}

/* カテゴリ 記事 スワイパー サムネイル要素 */
.category-news-swiper-thumbnail{
  width:100%;
  display:inline-block;
  padding:0px 0px 0px 0px;
}
.category-news-swiper-thumbnail img{
  width:95%;
  padding:2.5%;
  vertical-align:middle;
  margin:0px;
  display:inline-block;
}

/* カテゴリ 記事 スワイパー 記事情報 要素全体 */
.category-news-swiper-info{
  text-align:left;
  display:block;
  padding:0px 10px 0px 10px;
}

/* カテゴリ 記事 スワイパー 投稿時間 */
.category-news-swiper-time{
  text-align:left;
  font-family: "Kosugi", sans-serif;
  font-size:12px;
  font-weight:400;
  display:inline-block;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  line-height:18px;
  color:#000000;
  vertical-align:middle;
}

/* カテゴリ 記事 スワイパー カテゴリ */
.category-news-swiper-category{
  text-align:left;
  font-size:12px;
  font-weight:400;
  font-family: "Kosugi", sans-serif;
  display:inline-block;
  margin:0px 8px 0px 0px;
  padding:0px 5px 0px 5px;
  line-height:18px;
  background-color:#000000;
  color:#ffffff;
  vertical-align:middle;
}

/* カテゴリ 記事 スワイパー タイトル */
.category-news-swiper-title{
  width:95%;
  font-family: "Kosugi", sans-serif;
  font-size: 14px;
  font-weight:400;
  line-height:20px;
  text-align:left;
  display:inline-block;
  color:#000000;
  padding:5px 10px 10px 10px;
  margin:0px 0px 0px 0px;
}

/* カテゴリ 試合 要素全体 */
.category-match-lists{
  text-align:center;
  width:80%;
  margin:0% 10% 0% 10%;
}

/* カテゴリ 試合 要素 */
.category-match-list{
  width:100%;
  border: 8px solid #000000; 
  background-color:#ffffff;
  display:block;
  margin:30px 0px 30px 0px;
}

/* カテゴリ 試合 要素(上) */
.category-match-list-top{
  width:100%;
  background-color:#000000;
  display: flex;
  justify-content: center;
  margin:-4px 0px 0px 0px;
}

/* カテゴリ 試合 要素(下) */
.category-match-list-bottom{
  width:100%;
  display:inline-block;
  padding:0px 8px 0px 8px;
}

/* カテゴリ 試合 要素 大会名 */
.category-match-league{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height:26px;
  font-weight:600;
  color:#ffffff;
  margin:-2px 5px 2px 5px;
}

/* カテゴリ 試合 要素 ラウンド・節 */
.category-match-section{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height:26px;
  font-weight:600;
  color:#ffffff;
  margin:-2px 5px 2px 5px;
}

/* カテゴリ 試合 要素 キックオフ時間 */
.category-match-kickoff{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height:20px;
  font-weight:600;
  text-align:center;
  color:#000000;
  width:100%;
  display:inline-block;
  vertical-align: middle;
  margin:15px 0px 2px 0px;
}

/* カテゴリ 試合 要素 試合会場 */
.category-match-stadium{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height:20px;
  font-weight:600;
  text-align:center;
  color:#000000;
  width:100%;
  display:inline-block;
  vertical-align: middle;
  margin:2px 0px 10px 0px;
}

/* カテゴリ 試合 要素 試合内容 */
.category-match-result{
  width:100%;
  height:40px;
  text-align:center;
  display:inline-block;
  padding:10px 10px 10px 10px;
}

/* カテゴリ 試合 要素 ボタン要素 */
.category-match-linkbtn{
  width:100%;
  text-align:center;
  margin:0px 0px 10px 0px;
}

/* カテゴリ 試合 要素 ボタン */
.category-match-btn{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight:500;
  background-color:#000000;
  color:#ffffff;
  text-align:center;
  padding:3px 10px 5px 10px;
  margin:0px 5px 0px 5px;
  display:inline-block;
}
.category-match-btn a{
  text-decoration:none;
  color:#ffffff;
}
.category-match-btn :hover{
  filter: brightness(0.6);
}

/* カテゴリ 試合 要素 チーム名 ホーム */
.category-match-teamname-home{
  text-align:right;
  display: inline-block; 
  width:25%;
  height:40px;
  vertical-align: middle;
}

/* カテゴリ 試合 要素 チーム名  ホーム 縦センター揃え用 */
.category-match-teamname-home-center{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight:600;
  color:#000000;
  height:35px;
  display: flex;
  align-items: center;
  float:right;
}

/* カテゴリ 試合 要素 チーム名 アウェイ */
.category-match-teamname-away{
  text-align:left;
  display:inline-block; 
  width:25%;
  height:40px;
  vertical-align: middle;
}

/* カテゴリ 試合 要素 チーム名  アウェイ 縦センター揃え用 */
.category-match-teamname-away-center{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight:600;
  color:#000000;
  height:35px;
  display: flex;
  align-items: center;
  float:left;
}

/* カテゴリ 試合 要素 エンブレム */
.category-match-teamlogo{
  width:40px;
  height:40px;
  display: inline-block;  
}
.category-match-teamlogo img{
  width:40px;
  height:40px;
  display: inline-block;
  vertical-align: middle;
}

/* カテゴリ 試合 要素 スコア */
.category-match-score{
  font-family: "League Gothic", sans-serif;
  font-size: 35px;
  font-weight:600;
  line-height:40px;
  width:30px;
  height:40px;
  display: inline-block;
  text-align:center;
  vertical-align: middle;
}

/* カテゴリ 試合 要素 vsマーク */
.category-match-score-vs{
  font-family: "Kosugi", sans-serif;
  font-size:20px;
  font-weight:600;
  line-height:40px;
  width:20px;
  height:40px;
  display: inline-block; 
  text-align:center;
  vertical-align: middle;
}

/* カテゴリ 試合 要素 結果画像 黒背景 */
.category-match-tounament-name{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height:28px;
  font-weight:500;
  color:#ffffff;
  display:flex;
  justify-content: center;
  background-color:#000000;
  margin:-4px 0px 0px 0px;
}

/* カテゴリ 試合 要素 結果画像 白文字 */
.category-match-tounament-name-bk{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height:28px;
  font-weight:500;
  color:#ffffff;
  margin:0px 5px 0px 5px;
  display:inline-block;
}

/* カテゴリ 試合 要素 結果画像 白文字・赤背景 */
.category-match-tounament-name-rd{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height:28px;
  font-weight:500;
  color:#ffffff;
  background-color:#dc143c;
  padding:0px 5px 0px 5px;
  margin:0px 5px 0px 5px;
  display:inline-block;
}

/* カテゴリ 背景白 要素全体 */
.category-box-contents{
  background-color:#ffffff;
  width:80%;
  margin:30px 0% 30px 0%;
  padding:30px 0px 30px 0px;
  text-align:center;
  border-radius:20px;
  display:inline-block;
}

/* カテゴリ お問い合わせ 文字 */
.category-contact-text{
  color:#000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight:900;
  margin:15px 10% 15px 10%;
  line-height:24px;
  text-align:center;
}

/* カテゴリ お問い合わせ 入力エリア */
input[type="text"],
input[type="email"],
textarea{
  background-color:#eeeeee;
  color: #000000;
  width: 90%;
  margin:10px 0px 20px 0px;
  padding:3px;
  text-align:center;
}

/* カテゴリ お問い合わせ 送信ボタン */
input[type="submit"] {
  display:inline-block;
  color:#ffffff;
  background-color:#113479;
  text-decoration:none;
  margin:0px 0px 0px 0px;
  padding:0px 10px 2px 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:500;
  font-size:18px;
  vertical-align:top;
  border-radius:10px;
  line-height:30px;
}
span.wpcf7-spinner {
  display: none;
}

/* カテゴリ スライダー 長方形 */
.category-slider-rectangle{
  width:40%;;
  height:40%;;
  display:inline-block;
  margin:15px 15px 25px 15px;
  padding:10px;
  background-color:#ffffff;
  vertical-align:top;
}
.category-slider-rectangle img{
  width:100%;
}

/* カテゴリ 本文 写真 */
.category-image{
  width:40%;;
  height:40%;;
  display:inline-block;
  margin:15px 15px 25px 15px;
  padding:10px;
  background-color:#ffffff;
  vertical-align:top;
}
.category-image img{
  width:100%;
  display: block;
}

/* カテゴリ クラブ 特徴 要素全体 */
.category-club-point-lists{
  width:100%;
  text-align:center;
  padding:12px 0px 20px 0px;
}

/* カテゴリ クラブ 特徴 要素 */
.category-club-point-list{
  width:40%;
  margin:2%;
  padding:2% 2% 2% 2%;
  display:inline-block;
  background-color:#ffffff;
  border-radius:22px;
}

/* カテゴリ クラブ 特徴 画像 */
.category-club-point-img{
  width:100%;
  margin:0%;
}
.category-club-point-img img{
  border-radius:15px;
  margin:0%;
  max-width:100%;
}

/* カテゴリ クラブ 特徴 タイトル */
.category-club-point-title{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight:600;
  margin:12px 0px 0px 0px;
  line-height:22px;
  border-bottom: 6px solid #007bbb;
  width:fit-content;
  display:inline-block;
}

/* カテゴリ クラブ 特徴 本文 */
.category-club-point-text{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight:400;
  margin:12px 0px 12px 0px;
  line-height:22px;
}

/* カテゴリ クラブ 入団流れ 要素全体 */
.category-club-step-lists{
  width:100%;
  text-align:center;
  padding:12px 0px 20px 0px;
}

/* カテゴリ クラブ 入団流れ 要素 */
.category-club-step-list{
  width:40%;
  margin:2%;
  padding:0% 2% 2% 2%;
  display:inline-block;
  background-color:#ffffff;
  border-radius:22px;
}

/* カテゴリ クラブ 入団流れ 数字 */
.category-club-step-number{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight:600;
  line-height:40px;
  background-color:#007bbb;
  color:#ffffff;
  border-radius:15px;
  padding:0px 15px 0px 15px;
  margin:-6.5% 0% 0% 0%;
  overflow:hidden;
  width:fit-content;
  display:inline-block;
}

/* カテゴリ クラブ 入団流れ アイコン */
.category-club-step-icon{
  font-size: 50px;
}

/* カテゴリ クラブ 入団流れ タイトル */
.category-club-step-title{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight:600;
  margin:12px 0px 12px 0px;
  line-height:22px;
  border-bottom: 6px solid #007bbb;
  width:fit-content;
  display:inline-block;
}

/* カテゴリ クラブ 入団流れ 本文 */
.category-club-step-text{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight:400;
  margin:12px 0px 12px 0px;
  line-height:22px;
}

/* カテゴリ リンクボタン 要素全体 */
.category-btn{
  width:100%;
  text-align:center;
  padding:12px 0px 40px 0px;  
}

/* カテゴリ クラブ 監督プロフィール 要素全体 */
.category-club-headcoach-profile{
  width:50%;
  text-align:center;
  background-color:#ffffff;
  margin:50px 25% 40px 25%;
  padding:15px;
  display:inline-block;
  border-radius:20px;
}

/* カテゴリ クラブ 監督プロフィール 画像 */
.category-club-headcoach-profile-img{
  width:40%;
  margin:10px 30% 0px 30%;
  display:inline-block;
  overflow:hidden;
  width:fit-content;
}
.category-club-headcoach-profile-img img{
  width:100%;
  border-radius:50%;
}

/* カテゴリ クラブ 監督プロフィール 肩書 */
.category-club-headcoach-profile-position{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight:400;
  margin:0px 0px 0px 0px;
  line-height:24px;
  width:fit-content;
  display:inline-block;
  color:#000000;
  width:100%;
}

/* カテゴリ クラブ 監督プロフィール 名前 */
.category-club-headcoach-profile-name{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight:600;
  margin:0px 0px 15px 0px;
  line-height:24px;
  border-bottom: 6px solid #007bbb;
  width:fit-content;
  display:inline-block;
  color:#000000;
}

/* カテゴリ クラブ 監督プロフィール 本文 */
.category-club-headcoach-profile-text{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight:400;
  margin:10px 0px 10px 0px;
  line-height:20px;
  text-align:left;
  color:#000000;
  padding:0px 15px 0px 15px;
}

/* カテゴリ サッカースクール プロフィール 要素全体 */
.category-soccer_school-coach-profile{
  width:50%;
  text-align:center;
  background-color:#ffffff;
  margin:0px 25% 40px 25%;
  padding:15px;
  display:inline-block;
  border-radius:20px;
}

/* カテゴリ サッカースクール プロフィール 画像 */
.category-soccer_school-coach-profile-img{
  width:40%;
  margin:10px 30% 20px 30%;
  display:inline-block;
  text-align:center;
}
.category-soccer_school-coach-profile-img img{
  width:100%;
  border-radius:50%;
  text-align:center;
}

/* カテゴリ サッカースクール プロフィール 肩書 */
.category-soccer_school-coach-profile-position{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight:600;
  margin:0px 0px 5px 0px;
  line-height:24px;
  width:fit-content;
  display:inline-block;
  color:#ffffff;
  background-color:#000000;
  padding:0px 10px 0px 10px;
}

/* カテゴリ カテゴリ サッカースクール プロフィール 名前 */
.category-soccer_school-coach-profile-name{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight:600;
  margin:0px 0px 15px 0px;
  line-height:24px;
  border-bottom: 6px solid #007bbb;
  width:fit-content;
  display:inline-block;
  color:#000000;
}

/* カテゴリ カテゴリ サッカースクール プロフィール 名前 ふりがな */
.category-soccer_school-coach-profile-name-furigana{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight:600;
  margin:0px 0px 0px 0px;
  line-height:20px;
  width:fit-content;
  display:inline-block;
  color:#000000;
}

/* カテゴリ サッカースクール プロフィール 本文 */
.category-soccer_school-coach-profile-text{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight:400;
  margin:10px 0px 10px 0px;
  line-height:20px;
  text-align:center;
  color:#000000;
}

/* 記事一覧 メニュー 中央ぞろえ用 要素 */
.category-news-nav{
  display: flex;
  justify-content: center;
}

/* 記事一覧 メニュー 要素全体 */
.category-news-nav-lists{
  display: flex;
  gap: 0;
  margin: 0 0 30px 0;
}

/* 記事一覧 メニュー 要素 */
.category-news-nav-list{
  width: 70px;
  height: 30px;
  margin: 0;
  background-color: #ffffff;
}
.category-news-nav-list a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  text-decoration: none;
}
.category-news-nav-list a:hover{
  background-color: #000000;
  color: #ffffff;
}

/* 記事一覧 メニュー 要素 選択中 */
.category-news-nav-list-select{
  width: 70px;
  height: 30px;
  margin: 0;
  background-color: #ffffff;
}
.category-news-nav-list-select a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  text-decoration: none;
}
.category-news-nav-list-select a:hover{
  background-color: #000000;
  color: #ffffff;
}
.category-news-nav-list-select a {
  background-color: #000000;
  color: #ffffff;
}

/* 記事一覧 記事 要素全体 */
.article-lists{
  width: 90%;
  margin:0% 5% 0% 5%;
  text-align:center;
}

/* 記事一覧 記事 要素 */
.article-list{
  width:300px;
  height:280px;
  display:inline-block;
  margin:10px 10px 10px 10px;
  background-color:#ffffff;
  vertical-align:top;
  box-shadow: 0px 0px 4px 0px #777777;
}

/* 記事一覧 記事 サムネイル要素 */
.article-list-thumbnail{
  width:100%;
  display:inline-block;
  padding:0px 0px 0px 0px;
}
.article-list-thumbnail img{
  width:100%;
  padding:10px 10px 5px 10px;
  vertical-align:middle;
  margin:0px;
  display:inline-block;
}

/* 記事一覧 記事 記事情報 要素全体 */
.article-list-info{
  text-align:left;
  display:block;
  padding:0px 10px 0px 10px;
}

/* 記事一覧 記事 投稿時間 */
.article-list-time{
  text-align:left;
  font-family: "Noto Sans JP", sans-serif;
  font-size:14px;
  font-weight:400;
  display:inline-block;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  line-height:18px;
  color:#000000;
  vertical-align:middle;
}

/* 記事一覧 記事 カテゴリ */
.article-list-category{
  text-align:left;
  font-size:12px;
  font-weight:400;
  font-family: "Noto Sans JP", sans-serif;
  display:inline-block;
  margin:0px 8px 0px 0px;
  padding:0px 5px 0px 5px;
  line-height:18px;
  background-color:#000000;
  color:#ffffff;
  vertical-align:middle;
}

/* 記事一覧 記事 タイトル */
.article-list-title{
  width:100%;
  font-family: "Kosugi", sans-serif;
  font-size: 14px;
  font-weight:400;
  line-height:20px;
  text-align:left;
  display:inline-block;
  color:#000000;
  padding:5px 10px 10px 10px;
  margin:0px 0px 0px 0px;
}

/* -------------------------------------article-------------------------------------- */

/* 記事 要素全体(サイドバー込み) */
.single-contents{
  width:50%;
  display:inline-block;
  margin:0px 0px 0px 0px;
}

/* 記事 パンくずリスト */
.breadcrumb {
  display:inline-block;
  width:100%;
  height:auto;
  font-size: 12px;
  padding:10px 0px 10px 0px;
  margin:0% 0% 0% 0%;
  text-align:left;
  font-weight:500;
  line-height:18px;
}
.breadcrumb a {
  color: #113479;
  text-decoration: none;
}
.breadcrumb span {
  color: #000;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

/* 記事 要素全体 */
.article-contents{
  width:100%;
  margin:0px 0px 50px 0px;
  padding:20px 20px 20px 20px;
  background-color:#ffffff;
  display:inline-block;
  vertical-align:top;
  text-align:center;
  box-shadow: 0px 0px 4px 0px #777777;
}

/* 記事 公開時間とタグ要素全体 */
.article-info{
  width:100%;
  text-align:left;
  margin:0px 0px 0px 0px;
  vertical-align:middle;
}

/* 記事 公開時間 */
.article-time{
  text-align:left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight:500;
  display:inline-block;
  padding:0px 0px 0px 0px;
  color:#000000;
  line-height:22px;
  vertical-align:middle;
}

/* 記事 カテゴリ */
.article-category{
  text-align:left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px !important;
  background-color:#000000;
  display:inline-block;
  margin:0px 5px 0px 0px;
  padding:0px 5px 0px 5px;
  line-height:22px;
  vertical-align:middle;
}
.article-category a{
  color:#ffffff;
  font-weight:500;
  text-decoration:none;
  display:inline-block;
}
.article-category :hover{
  background-color:#696969;
}

/* 記事 タイトル 要素 */
.article-title{
  display:block;
  text-align:left;
  vertical-align:middle;
  font-family: "Noto Sans JP", sans-serif;
  font-size:20px;
  line-height:24px;
  font-weight:00;
  margin:5px 0px 0px 0px;
}

/* 記事 サムネイル */
.article-thumbnail{
  width:100%;
}
.article-thumbnail img{
  width:100%;
  height:auto;
  vertical-align:middle;
  margin:15px 0px 20px 0px;
  box-shadow: 0px 0px 5px 0px #777777;
}

/* 記事 上部 広告 */
.article-top-ad{
  width:100%;
  height:auto;
  text-align:center;
}

/* 記事 本文 */
.article-text{
  font-family: "Noto Sans JP", sans-serif;
  text-align:left;
  margin:10px 0px 10px 0px;
}

/* 本文 */
p{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight:400;
  margin:10px 0px 10px 0px;
  line-height:22px;
}

/* 記事 見出し(h2) */
.article-subtitle{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight:600;
  line-height:30px;
  text-align:center;
  background-color:#000000;
  color:#ffffff;
  padding:0px 10px 3px 10px;
  margin:20px 0px 20px 0px;
}

/* 記事 見出し(h3) */
.article-subsubtitle{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight:500;
  line-height:28px;
  text-align:left;
  background-color:#113479;
  color:#ffffff;
  padding:5px;
  display:inline-block;
  padding:0px 10px 0px 10px;
  margin:10px 0px 10px 0px;
  width:fit-content;
}

/* 記事 ホームに戻る ボタン */
.article-back-btn{
  display:inline-block;
  text-align:center;
  vertical-align:top;
  width:100%;
}
.article-back-btn a{
  width:fit-content;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight:900;
  text-align:center;
  display:inline-block;
  border-radius:50px;
  background-color:#113479;
  color:#ffffff;
  margin:50px 8px 30px 8px;
  line-height:34px;
  text-decoration:none;
  padding:0px 18px 0px 18px;
}
.article-back-btn :hover{
  background-color:#007bbb;
  color:#ffffff	
}

/* 記事内 ボタン */
.article-link-btn{
  display:inline-block;
  text-align:center;
  vertical-align:top;
  width:100%;
}
.article-link-btn a{
  width:fit-content;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight:900;
  text-align:center;
  display:inline-block;
  border-radius:50px;
  background-color:#113479;
  color:#ffffff;
  margin:30px 8px 30px 8px;
  line-height:34px;
  text-decoration:none;
  padding:0px 18px 0px 18px;
}
.article-link-btn :hover{
  background-color:#007bbb;
  color:#ffffff	
}

/* -------------------------------------sidebar-------------------------------------- */

/* サイドバー 要素全体 */
.sidebar-contents{
  width:300px;
  height:auto;
  display:inline-block;
  vertical-align:top;
  padding:0px 0px 0px 0px;
  margin:0px 0px 50px 20px;
}

/* サイドバー 広告 要素全体 */
.sidebar-top-ad-lists{
  width:300px; 
  box-shadow: 0px 0px 4px 0px #777777;
}

/* サイドバー 広告 */
.sidebar-top-ad{
  margin:0px 0px 20px 0px;
  padding:10px 10px 10px 10px;
  background-color:#ffffff;
}
.sidebar-top-ad img{
  margin:0px;
}

/* サイドバー タイトル */
.sidebar-title{
  width:100%;
  background-color:#000000;
  color:#ffffff;
  font-family: "Kosugi", sans-serif;
  font-weight:500;
  font-size: 16px;
  line-height:30px;
}

/* サイドバー 試合映像 要素全体 */
.sidebar-youtube-lists{
  width:300px;
  box-shadow: 0px 0px 4px 0px #777777;
  margin:0px 0px 20px 0px;
}

/* サイドバー 試合映像 */
.sidebar-youtube{
  padding:10px 10px 10px 10px;
  width:300px;
  height:auto;
  background-color:#ffffff;
  margin:0px 0px 0px 0px;
  display:inline-block;
}

/* サイドバー ニュース 要素全体 */
.sidebar-pickup-news{
  width:300px;
  box-shadow: 0px 0px 4px 0px #777777;
}

/* 記事一覧 記事 要素全体 */
.sidebar-article-lists{
  width:300px;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  text-align:center;
}

/* 記事一覧 記事 要素 */
.sidebar-article-list{
  width:100%;
  display:inline-block;
  margin:0px 0px 0px 0px;
  background-color:#ffffff;
  vertical-align:top;
  border-top: 1px solid #999999;
}

/* 記事一覧 記事 サムネイル要素 */
.sidebar-article-list-thumbnail{
  width:100%;
  display:inline-block;
  padding:0px 0px 0px 0px;
}
.sidebar-article-list-thumbnail img{
  width:100%;
  padding:10px 10px 5px 10px;
  vertical-align:middle;
  margin:0px;
  display:inline-block;
}

/* 記事一覧 記事 記事情報 要素全体 */
.sidebar-article-list-info{
  text-align:left;
  display:block;
  padding:0px 10px 0px 10px;
}

/* 記事一覧 記事 投稿時間 */
.sidebar-article-list-time{
  text-align:left;
  font-family: "Noto Sans JP", sans-serif;
  font-size:14px;
  font-weight:400;
  display:inline-block;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  line-height:18px;
  color:#000000;
  vertical-align:middle;
}

/* 記事一覧 記事 カテゴリ */
.sidebar-article-list-category{
  text-align:left;
  font-size:12px;
  font-weight:400;
  font-family: "Noto Sans JP", sans-serif;
  display:inline-block;
  margin:0px 8px 0px 0px;
  padding:0px 5px 0px 5px;
  line-height:18px;
  background-color:#000000;
  color:#ffffff;
  vertical-align:middle;
}

/* 記事一覧 記事 タイトル */
.sidebar-article-list-title{
  width:100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight:400;
  line-height:20px;
  text-align:left;
  display:inline-block;
  color:#000000;
  padding:5px 10px 10px 10px;
  margin:0px 0px 0px 0px;
}

/* 記事 YouTubeリンク要素 */
.youtube-link{
  width:100%;
  aspect-ratio: 16 / 9;
  margin:30px 0px 30px 0px;
}
.youtube-link iframe{
  width:100%;
  height:100%;
}

/* 記事 Instagaram リンク要素 */
.instagram-link{
  margin:30px 0px 50px 0px;
}
.instagram-link iframe {
  width: 80% !important;
  max-width: 100% !important;
  min-width: 80% !important;
  display: block !important;
  margin: 0 auto !important;
}

/* -------------------------------------footer-------------------------------------- */

footer{
}

/* フッター 要素全体 */
.footer-contents{
  width:100%;
  display:inline-block;
  box-shadow: 0px 0px 4px 0px #777777;
  margin:0px 0px 0px 0px;
}

/* フッター パートナー */
.footer-partner{
  width:100%;
  padding:20px 0px 20px 0px;
  background-color:#113479;
  text-align:center;
}

/* フッター パートナー 要素全体 */
.footer-partner-lists{
  width:100%;
  padding:0.5%;
}

/* フッター スポンサー名 */
.footer-sponsor-type-name{
  width:100%;
  line-height:40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:600;
  font-size: 20px;
  text-align:center;
  color:#ffffff;
}

/* フッター パートナー 要素 大 */
.footer-partner-list-large{
  width:30%;
  margin:0.5%;
  display:inline-block;
}
.footer-partner-list-large img{
  width:100%;
  text-align:center;
  display:inline-block;
}
.footer-partner-list-large a:hover{
  filter: brightness(0.6);
}

/* フッター パートナー 要素 中 */
.footer-partner-list-medium{
  width:22%;
  margin:0.5%;
  display:inline-block;
}
.footer-partner-list-medium img{
  width:100%;
  text-align:center;
  display:inline-block;
}
.footer-partner-list-medium a:hover{
  filter: brightness(0.6);
}

/* フッター パートナー 要素 小 */
.footer-partner-list-small{
  width:16%;
  margin:0.5%;
  display:inline-block;
}
.footer-partner-list-small img{
  width:100%;
  text-align:center;
  display:inline-block;
}
.footer-partner-list-small a:hover{
  filter: brightness(0.6);
}

/* フッター SNSボタン */
.footer-sns-btn{
  width:100%;
  text-align:center;
  display:inline-block;
  padding:20px 0px 20px 0px;
  background-color:#000000;
  border-bottom: 0.5px solid #696969;
}

/* フッター SNSボタン 要素全体 */
.footer-sns-btn-lists{
  width:100%;
  padding:15px 0px 15px 0px;
}

/* フッター SNSボタン 要素 */
.footer-sns-btn-list{
  display:inline-block;
}
.footer-sns-btn-list a{
  font-family: "Kosugi", sans-serif;
  font-size: 30px;
  font-weight:900;
  text-align:center;
  display:inline-block;
  border-radius: 50%;
  background-color:#ffffff;
  color:#000000;
  margin:0px 5px 0px 5px;
  width:50px;
  height:50px;
  line-height:50px;
}
.footer-sns-btn-list :hover{
  background-color:#113479;
  color:#ffffff;
}

/* フッター アーカイブメニュー */
.footer-archive-menu{
  width:100%;
  border-bottom: 0.5px solid #696969;
  width:100%;
  text-align:center;
  display:inline-block;
  padding:20px 0px 20px 0px;
  background-color:#000000; 
}

/* フッター アーカイブメニュー 要素全体 */
.footer-archive-menu-lists{ 
  width:100%;
}

/* フッター アーカイブメニュー 要素 */
.footer-archive-menu-list{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight:400;
  text-align:center;
  display:inline-block;
  color:#ffffff;
  padding:0px 5px 8px 5px;  
}
.footer-archive-menu-list a{
  text-decoration:none;
  color:#ffffff;
}
.footer-archive-menu-list :hover{
  filter: brightness(0.6);
}

/* フッター コピーライト */
.footer-copyright{
  width:100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight:400;
  text-align:center;
  display:inline-block;
  color:#ffffff;
  background-color:#000000;
  padding:20px 0px 20px 0px;
}

/* フッター コピーライト 文字 */
.footer-copyright-text{
  display:inline-block;
}
.footer-copyright-text a{
  text-decoration:none;
  color:#ffffff;
}
.footer-copyright-text :hover{
  filter: brightness(0.6);
}


/* フッター スポンサー 要素全体 */
.footer-sponsor{
  background-color:#113479;
  padding:30px 0px 30px 0px;
}
	
/* フッター スポンサー一覧 要素全体 */
.footer-sponsor-lists{
  width:100%;
  padding:0.5%;
  text-align:center;
}

/* フッター スポンサー名 */
.footer-sponsor-type-name{
  width:100%;
  line-height:40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:600;
  font-size: 20px;
  text-align:center;
  color:#ffffff;
}

/* フッター スポンサー 要素 大 */
.footer-sponsor-list-large{
  width:30%;
  margin:0.5%;
  display:inline-block;
}
.footer-sponsor-list-large img{
  width:100%;
  text-align:center;
  display:inline-block;
}
.footer-sponsor-list-large a:hover{
  filter: brightness(0.6);
}

/* フッター スポンサー 要素 中 */
.footer-sponsor-list-medium{
  width:22%;
  margin:0.5%;
  display:inline-block;
}
.footer-sponsor-list-medium img{
  width:100%;
  text-align:center;
  display:inline-block;
}
.footer-sponsor-list-medium a:hover{
  filter: brightness(0.6);
}

/* フッター スポンサー 要素 小 */
.footer-sponsor-list-small{
  width:16%;
  margin:0.5%;
  display:inline-block;
}
.footer-sponsor-list-small img{
  width:100%;
  text-align:center;
  display:inline-block;
}
.footer-sponsor-list-small a:hover{
  filter: brightness(0.6);
}

/* フロントページ タイトル 英語 */
.footer-pickup{
  background-color:#ffffff;
  padding:30px 0px 30px 0px;
  text-align:center;
}

/* フッター タイトル 英語 */
.footer-title-en{
  color:#113479;
  text-align: center;
  font-family: "League Gothic", sans-serif;
  font-weight:500;
  font-size: 70px;
  line-height:50px;
  width:100%;
  padding:15px 0px 0px 0px;
}

/* フッター タイトル 日本語 */
.footer-title-jp{
  color:#113479;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:700;
  font-size: 20px;
  width:100%;
  padding:5px 0px 25px 0px;
}

/* フッター 試合 スライダー 正方形 */
.footer-slider-square{
  width:360px;
  height:360px;
  display:inline-block;
  border-radius:0px;
  margin:15px 15px 15px 15px;
  padding:10px;
  background-color:#113479;
  vertical-align:top;
}
.footer-slider-square img{
  width:100%;
}

/* フッター スライダー 長方形 */
.footer-slider-rectangle{
  width:626px;
  height:360px;
  display:inline-block;
  margin:15px 15px 15px 15px;
  padding:0px;
  vertical-align:top;
}
.footer-slider-rectangle img{
  width:100%;
}


/* PC版 表示 終了 */
}




















/* モバイル版 表示 */
@media(max-width: 600px){

/* -------------------------------------base-------------------------------------- */

body{
  background-color:#ffffff;
  margin:0px 0px 0px 0px;
}

li{
  list-style:none;
}

/* モバイル版のデザインを非表示 */
.pc-contents{
  display:none;
}

/* モバイル版のデザインを非表示 */
.mobile-contents{
  display:inline-block;
}

/* 長方形 ボタン */
.rectangle-btn{
  display:inline-block;
  text-align:center;
  vertical-align:top;
}
.rectangle-btn a{
  width:fit-content;
  font-family: "Kosugi", sans-serif;
  font-size: 12px;
  font-weight:900;
  text-align:center;
  display:inline-block;
  border-radius:50px;
  background-color:#ffffff;
  color:#000000;
  margin:0px 5px 0px 5px;
  line-height:35px;
  text-decoration:none;
  padding:0px 15px 0px 15px;
}
.rectangle-btn :hover{
  background-color:#007bbb;
  color:#ffffff;
}

/* -------------------------------------header-------------------------------------- */

/* ヘッダー 要素全体 */
header{
  width:100%;
  position:fixed;
  z-index:999;
  box-shadow: 0px 1px 3px 0px #000000;
}

/* PC用メニュー */
.header-pc-contents{
  display:none;
}

/* モバイル用 メニュー */
.header-mobile-contents{
  background-color:#000000;
  width:100%;
  height:65px;
}

/* モバイル用 メニュー エンブレム */
.header-mobile-logo{
  display: inline-block;
  text-align:left;
  float: left;
  vertical-align:middle;
}
.header-mobile-logo img{
  width:50px;
  height:50px;
  margin:7.5px 0px 7.5px 5px;
  vertical-align: middle;
}

/* モバイル用 メニュー チーム名 */
.header-mobile-title{
  width:240px;
  height:65px;
  display: inline-block;
  padding:14px 0px 0px 5px;
}

/* モバイル用 メニュー チーム名 日本語 */
.header-mobile-title-jp{
  width:100%;
  text-align:left;
  display: inline-block;
  line-height:16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:900;
  font-size:16px;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  color:#ffffff;
  vertical-align:top;
}

/* モバイル用 メニュー チーム名 英語 */
.header-mobile-title-en{
  width:100%;
  text-align:left;
  display:inline-block;
  line-height:12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:900;
  font-size: 12px;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  color:#ffffff;
  vertical-align:top;
}

/* スマホ用メニューボタン https://www.asobou.co.jp/blog/web/css-menu */
.menu-btn{
  position:fixed;
  top: 0px;
  right: 0px;
  display: flex;
  height: 65px;
  width: 65px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color:#113479;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}

/* スマホ用メニューボタン 動き */
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
#menu-btn-check {
  display: none;
}
#menu-btn-check:checked ~ .menu-content {
  left: 0;/*メニューを画面内へ*/
}

/* スマホ用メニュー デザイン */
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color:#113479;
  transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
  padding: 70px 10px 0;
}
.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  color:#ffffff;
  text-decoration: none;
  padding: 0px 0px 0px 0;
  position: relative;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
}

/* モバイル用 メニュー */
details {
}

/* モバイル用 メニュー カテゴリ */
summary{
  cursor: pointer;
  list-style: none;
  position: relative;
}

/* モバイル用 メニュー Safari対応 デフォルトの三角形アイコン非表示 */
details summary::-webkit-details-marker {
  display: none;
}

/* モバイル用 メニュー サブカテゴリ */
.header-mobile-menu-list{
  color:#ffffff;
  padding:0px 0px 0px 15px;
}

/* モバイル用 メニュー アイコンの三角矢印 位置調整 */
.icon {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 24px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.5s;
}

/* モバイル用 メニュー アイコンの三角矢印 デザイン */
.icon::before,
.icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background-color: #ffffff;
}
.icon::before {
  left: 0;
  transform: rotate(45deg);
}
.icon::after {
  right: 0;
  transform: rotate(-45deg);
}

/* モバイル用 メニュー アイコンクリック時の動き */
details[open] .icon {
  transform: rotate(180deg);
}

/* モバイル用 メニュー 文字の調整 */
.menu-content summary,
.menu-content .header-mobile-menu-list a {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  padding: 5px 0px 5px 0px;
}

/* モバイル用 メニュー 子カテゴリがある場合の>の調整 */
details.has-children > summary::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: translateY(-50%) rotate(-45deg);
  transition: transform 0.3s;
}

details.has-children[open] > summary::after {
  transform: translateY(-50%) rotate(135deg);
}

/* モバイル用 メニュー 広告 */
.menu-ad{
  width:100%;
  padding:20px 10px 0px 10px;
}

/* -------------------------------------frontpage-------------------------------------- */

/* フロントページ 要素全体 */
.frontpage{
  padding:65px 0px 0px 0px;
}

/* スライダー要素 pc */
.frontpage-slider-pc{
  display:none;
}

/* スライダー要素 モバイル */
.frontpage-slider-mobile{
  background-color:#ffffff;
  width:100%;
  display:inline-block;
  text-align:center;
}
.frontpage-slider-mobile{
  margin:0px;
  vertical-align:top;
}

/* スポンサー 自動スクロールバー 要素全体 */
.sponsor-swiper {
  width: 100%;
  padding:5px 0px 8px 0px;
  background: #ffffff;
  overflow: hidden;
}
.swiper-wrapper{
  transition-timing-function: linear !important;
}

/* スポンサー 自動スクロールバー 要素 */
.swiper-slide {
  width:auto;
  display: flex;
  align-items: center;
}
.swiper-slide img {
  width:100%;
  object-fit: contain;
  vertical-align:middle;
}

/* スライダー下 チーム キャッチフレーズ*/
.frontpage-team-introduction{
  background-color:#113479;
  color:#ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:600;
  font-size:15px;
  line-height:22px;
  margin:0px 0px 0px 0px;
  padding:20px 0px 20px 0px;
  text-align:center;
}

/* フロントページ タイトル 英語 */
.frontpage-title-en{
  color:#ffffff;
  text-align: center;
  font-family: "League Gothic", sans-serif;
  font-weight:500;
  font-size:50px;
  line-height:50px;
  width:100%;
  margin:0px 0px 0px 0px;
}

/* フロントページ タイトル 日本語 */
.frontpage-title-jp{
  color:#ffffff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:700;
  font-size: 14px;
  width:100%;
  margin:0px 0px 20px 0px;
}

/* フロントページ ニュース 要素全体 */
.frontpage-news{
  width:100%;
  margin-left: auto;
  margin-right: auto;
  display:inline-block;
  background-color:#113479;
  padding:20px 5% 40px 5%;
}

/* フロントページ ニュース リスト 要素全体 */
.frontpage-news-lists{
  width:100%;
  display:block;
  border-radius:15px;
  background-color:#ffffff;
  padding:10px 10px 15px 10px;
  text-align:center;
}

/* フロントページ ニュース リスト */
.frontpage-news-list{
  margin:0px 0px 0px 0px;
  border-bottom: 0.5px solid #000000;
  padding:8px 0px 8px 0px;
}

/* フロントページ ニュース タグ・日付 要素全体 */
.frontpage-news-info{
  width:100%;
  display:flex;
}

/* フロントページ ニュース カテゴリ */
.frontpage-news-category{
  background-color:#000000;
  color:#ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:400;
  font-size: 10px;
  display:inline-block;
  line-height:18px;
  padding:0px 3px 0px 3px;
  margin:0px 5px 0px 0px;
}
.frontpage-news-category a{
  color:#ffffff;
}
.frontpage-news-category :hover{
  background-color:#dddddd;
  color:#000000;
}

/* フロントページ ニュース 日付 */
.frontpage-news-time{
  color:#000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:400;
  font-size: 12px;
  line-height:18px;
}

/* フロントページ ニュース タイトル */
.frontpage-news-title{
  color:#000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:400;
  font-size: 13px;
  line-height:15px;
  padding:0px 0px 0px 0px;
  margin:5px 0px 0px 0px;
  text-align: left;
}
.frontpage-news-title a{
  color:#000000;
  text-decoration:none;
}
.frontpage-news-title :hover{
  color:#000000;
  background-color:#dddddd;
  padding:0px;
  margin:0px;
}

/* フロントページ ニュース もっと見るボタン */
.frontpage-news-btn{
  font-weight:500;
  font-size: 12px;
  text-align: center;
  display:inline-block;
  margin:15px 0px 0px 0px;
}
.frontpage-news-btn a{
  font-family: "Noto Sans JP", sans-serif;
  color:#ffffff;
  background-color:#000000;
  padding:5px 10px 5px 10px;
  text-align:center;
  border-radius:20px;
}
.frontpage-news-btn :hover{
  color:#ffffff;
  background-color:#113479;
}

/* フロントページ 試合 要素全体 */
.frontpage-match{
  width:100%;
  margin-left: auto;
  margin-right: auto;
  display:inline-block;
  background-color:#000000;
  padding:20px 5% 40px 5%;
  text-align:center;
}

/* フロントページ 試合 スライダー 正方形 */
.frontpage-match-slider-square{
  width:100%;
  display:inline-block;
  border-radius:0px;
  margin:10px 0px 10px 0px;
  padding:8px;
  background-color:#ffffff;
  vertical-align:top;
}
.frontpage-match-slider-square img{
  width:100%;
}

/* フロントページ 試合 スライダー 長方形 */
.frontpage-match-slider-rectangle{
  width:100%;
  display:inline-block;
  margin:10px 0px 10px 0px;
  padding:8px;
  background-color:#ffffff;
  vertical-align:top;
}
.frontpage-match-slider-rectangle img{
  width:100%;
  display:inline-block;
}

/* フロントページ 試合 ボタン */
.frontpage-match-btn{
  width:100%;
  font-weight:500;
  font-size: 12px;
  text-align: center;
  display:inline-block;
  margin:20px 0px 30px 0px;
}
.frontpage-match-btn a{
  font-family: "Noto Sans JP", sans-serif;
  color:#000000;
  background-color:#ffffff;
  padding:5px 10px 5px 10px;
  text-align:center;
  border-radius:20px;
  text-decoration:none;
}
.frontpage-match-btn :hover{
  color:#000000;
  filter: brightness(0.6);
}

/* フロントページ リーグ順位 要素全体 */
.frontpage-ranking{
  width:100%;
  margin-left: auto;
  margin-right: auto;
  display:inline-block;
  background-color:#113479;
  padding:20px 5% 40px 5%;
}

/* フロントページ クラブ 要素全体 */
.frontpage-club{
  width:100%;
  margin-left: auto;
  margin-right: auto;
  display:inline-block;
  background-color:#000000;
  padding:20px 5% 40px 5%;
  text-align:center;
}

/* フロントページ 写真 要素全体 */
.frontpage-img-btn-lists{
  width:100%;
  text-align:center;
  padding:25px 0px 0px 0px;
}

/* フロントページ 写真 全体 */
.frontpage-img-btn-list{
  width:45%;
  padding:6px;
  background-color:#ffffff;
  margin:1.3% 1% 1.3% 1%;
  display:inline-block;
  border-radius:12px;
}
.frontpage-img-btn-list img{
  margin:0%;
  width:100%;
  border-radius:8px;
  vertical-align:middle;
}
.frontpage-img-btn-list :hover{
  filter: brightness(0.6);
}

/* フロントページ 本文 */
.frontpage-sentence{
  width:100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:500;
  font-size: 12px;
  color:#ffffff;
  line-height:20px;
  margin:5px 0px 5px 0px;
  padding:0px 0px 0px 0px;
  display:inline-block;
}

/* フロントページ スポンサー 要素全体 */
.frontpage-sponsor{
  width:100%;
  margin-left: auto;
  margin-right: auto;
  display:inline-block;
  background-color:#113479;
  padding:20px 5% 40px 5%;
  text-align:center;
}

/* -------------------------------------category-------------------------------------- */

/* カテゴリー トップ 画像 */
.category-top-image{
  width:100%;
  position: relative;
  text-align:center;
}
.category-top-image img{
  width:100%;
  vertical-align: middle;
  margin:65px 0px 0px 0px;
}

/* カテゴリー タイトル */
.category-title{
  display:block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight:800;
  color:#ffffff;
  background-color:#000000;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  padding:5px;
  margin:0;
}

/* カテゴリー 背景 #113479; */
.category-bgc-113479{
  background-color:#113479;
  text-align:center;
  padding:30px 0px 30px 0px;
}

/* カテゴリー 背景 #000000; */
.category-bgc-000000{
  background-color:#000000;
  text-align:center;
  padding:30px 0px 30px 0px;
}

/* カテゴリー サブタイトル 日本語 (h2) */
.category-subtitle-jp{
  color:#ffffff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:700;
  font-size: 14px;
  width:100%;
  margin;0px 0px 0px 0px;
}

/* カテゴリー サブタイトル 英語 */
.category-subtitle-en{
  color:#ffffff;
  text-align: center;
  font-family: "League Gothic", sans-serif;
  font-weight:500;
  font-size: 50px;
  line-height:50px;
  width:100%;
  margin;0px 0px 0px 0px;
}

/* カテゴリー サブサブタイトル 日本語 */
.category-subsubtitle-jp{
  color:#000000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:600;
  font-size: 12px;
  line-height:24px;
  padding:0px 10px 0px 10px;
  margin:0px 10px 0px 10px;
  background-color:#ffffff;
  display:inline-block;
}

/* カテゴリ 本文 */
.category-text{
  width:90%;
  color:#ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight:400;
  margin:15px 0% 15px 0%;
  padding:0px 5px 3px 5px;
  line-height:18px;
  text-align:center;
  display:inline-block;
}

/* カテゴリー aboutus サブサブタイトル 日本語 */
.category-aboutus-subsubtitle-jp{
  color:#ffffff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:600;
  font-size: 12px;
  line-height:24px;
  padding:0px 10px 0px 10px;
  margin:0px 10px 0px 10px;
  background-color:#000000;
  display:inline-block;
}

/* カテゴリ aboutus 本文 */
.category-aboutus-text{
  width:90%;
  color:#000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight:400;
  margin:15px 0% 15px 0%;
  padding:0px 5px 3px 5px;
  line-height:18px;
  text-align:center;
  display:inline-block;
}

/* カテゴリ 選手・スタッフ 要素全体 */
.category-member-lists{
  width:100%;
  text-align:center;
  margin:10px 0px 30px 0px;
}

/* カテゴリ 選手・スタッフ 要素 */
.category-member-list{
  width:42%;
  text-align:center;
  display:inline-block;
  background-color:#000000;
  padding:2.5%;
  margin:5px 3px 5px 3px;
}
.category-member-list img{
  width:100%;
  height:auto;
  margin:0px 0px 0px 0px;
}

/* カテゴリ 選手・スタッフ */
.category-member-info{
  margin:0px 0px 0px 0px;
  width:100%;
  text-align:center;
}

/* カテゴリ 選手・スタッフ 背番号 */
.category-member-number{
  font-family: "League Gothic", sans-serif;
  font-size:35px;
  font-weight:400;
  display:inline-block;
  text-align:right;
  float: right;
  width:25%;
  height:auto;
  color:#c1b04b;
  vertical-align:top;
}

/* 選手紹介スタッフ 肩書き */
.category-member-position{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight:900;
  text-align:center;
  display:inline-block;
  text-align:right;
  float: right;
  height:60px;
  color:#a68232;
  margin:8px 0px -8px 0px;
}

/* カテゴリ 選手・スタッフ 名前 日本語 */
.category-member-name-jp{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight:600;
  text-align:center;
  display:inline-block;
  text-align:left;
  float: left;
  color:#ffffff;
  width:75%;
  height:18px;
  margin:0px 0px 3px 0px;
}

/* カテゴリ 選手・スタッフ 名前 英語 */
.category-member-name-en{
  font-family: "League Gothic", sans-serif;
  font-size:14px;
  font-weight:400;
  text-align:center;
  display:inline-block;
  text-align:left;
  float: left;
  color:#ffffff;
  width:75%;
  height:15px;
}

/* カテゴリ 記事 スワイパー 要素全体 */
.category-news-swiper-contents{
  width: 100%;
  overflow: hidden;
}

/* カテゴリ 記事 スワイパー 要素 */
.category-news-swiper{
  width:300px;
  height:280px;
  display:inline-block;
  margin:20px 0px 20px 0px;
  background-color:#ffffff;
  vertical-align:top;
  box-shadow: 0px 0px 4px 0px #777777;
}

/* カテゴリ 記事 スワイパー サムネイル要素 */
.category-news-swiper-thumbnail{
  width:100%;
  display:inline-block;
  padding:0px 0px 0px 0px;
}
.category-news-swiper-thumbnail img{
  width:95%;
  padding:2.5%;
  vertical-align:middle;
  margin:0px;
  display:inline-block;
}

/* カテゴリ 記事 スワイパー 記事情報 要素全体 */
.category-news-swiper-info{
  text-align:left;
  display:block;
  padding:0px 10px 0px 10px;
}

/* カテゴリ 記事 スワイパー 投稿時間 */
.category-news-swiper-time{
  text-align:left;
  font-family: "Kosugi", sans-serif;
  font-size:12px;
  font-weight:400;
  display:inline-block;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  line-height:18px;
  color:#000000;
  vertical-align:middle;
}

/* カテゴリ 記事 スワイパー カテゴリ */
.category-news-swiper-category{
  text-align:left;
  font-size:12px;
  font-weight:400;
  font-family: "Kosugi", sans-serif;
  display:inline-block;
  margin:0px 8px 0px 0px;
  padding:0px 5px 0px 5px;
  line-height:18px;
  background-color:#000000;
  color:#ffffff;
  vertical-align:middle;
}

/* カテゴリ 記事 スワイパー タイトル */
.category-news-swiper-title{
  width:95%;
  font-family: "Kosugi", sans-serif;
  font-size: 14px;
  font-weight:400;
  line-height:20px;
  text-align:left;
  display:inline-block;
  color:#000000;
  padding:5px 10px 10px 10px;
  margin:0px 0px 0px 0px;
}

/* カテゴリ 試合 要素全体 */
.category-match-lists{
  text-align:center;
  width:90%;
  margin:0% 5% 0% 5%;
}

/* カテゴリ 試合 要素 */
.category-match-list{
  width:100%;
  border: 7px solid #000000; 
  background-color:#ffffff;
  display:block;
  margin:20px 0px 20px 0px;
}

/* カテゴリ 試合 要素(上) */
.category-match-list-top{
  width:100%;
  background-color:#000000;
  display:inline-block;
  justify-content: center;
  margin:-5px 0px 0px 0px;
}

/* カテゴリ 試合 要素(下) */
.category-match-list-bottom{
  width:100%;
  display:inline-block;
  padding:0px 8px 0px 8px;
}

/* カテゴリ 試合 要素 大会名 */
.category-match-league{
  width:100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height:20px;
  font-weight:600;
  color:#ffffff;
  margin:0px 5px 2px 5px;
}

/* カテゴリ 試合 要素 ラウンド・節 */
.category-match-section{
  width:100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height:20px;
  font-weight:600;
  color:#ffffff;
  margin:0px 5px 2px 5px;
}

/* カテゴリ 試合 要素 キックオフ時間 */
.category-match-kickoff{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height:12px;
  font-weight:600;
  text-align:center;
  color:#000000;
  width:100%;
  display:inline-block;
  vertical-align: middle;
  margin:15px 0px 2px 0px;
}

/* カテゴリ 試合 要素 試合会場 */
.category-match-stadium{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height:12px;
  font-weight:600;
  text-align:center;
  color:#000000;
  width:100%;
  display:inline-block;
  vertical-align: middle;
  margin:2px 0px 10px 0px;
}

/* カテゴリ 試合 要素 試合内容 */
.category-match-result{
  width:100%;
  height:40px;
  text-align:center;
  display:inline-block;
  padding:10px 0px 10px 0px;
}

/* カテゴリ 試合 要素 ボタン要素 */
.category-match-linkbtn{
  width:100%;
  text-align:center;
  margin:0px 0px 10px 0px;
}

/* カテゴリ 試合 要素 ボタン */
.category-match-btn{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight:500;
  background-color:#000000;
  color:#ffffff;
  text-align:center;
  padding:3px 5px 5px 5px;
  margin:0px 2px 0px 2px;
  display:inline-block;
}
.category-match-btn a{
  text-decoration:none;
  color:#ffffff;
}
.category-match-btn :hover{
  filter: brightness(0.6);
}

/* カテゴリ 試合 要素 チーム名 ホーム */
.category-match-teamname-home{
  display:none;
}

/* カテゴリ 試合 要素 チーム名  ホーム 縦センター揃え用 */
.category-match-teamname-home-center{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight:600;
  color:#000000;
  height:35px;
  display: flex;
  align-items: center;
  float:right;
}

/* カテゴリ 試合 要素 チーム名 アウェイ */
.category-match-teamname-away{
  text-align:left;
  display:inline-block; 
  width:25%;
  height:40px;
  vertical-align: middle;
}

/* カテゴリ 試合 要素 チーム名  アウェイ 縦センター揃え用 */
.category-match-teamname-away-center{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight:600;
  color:#000000;
  height:40px;
  display: flex;
  align-items: center;
  float:left;
}

/* カテゴリ 試合 要素 エンブレム */
.category-match-teamlogo{
  width:40px;
  height:40px;
  display: inline-block;  
}
.category-match-teamlogo img{
  width:40px;
  height:40px;
  display: inline-block;
  vertical-align: middle;
}

/* カテゴリ 試合 要素 スコア */
.category-match-score{
  font-family: "League Gothic", sans-serif;
  font-size: 35px;
  font-weight:600;
  line-height:40px;
  width:30px;
  height:40px;
  display: inline-block;
  text-align:center;
  vertical-align: middle;
}

/* カテゴリ 試合 要素 vsマーク */
.category-match-score-vs{
  font-family: "Kosugi", sans-serif;
  font-size:20px;
  font-weight:600;
  line-height:40px;
  width:20px;
  height:40px;
  display: inline-block; 
  text-align:center;
  vertical-align: middle;
}

/* カテゴリ 試合 要素 結果画像 黒背景 */
.category-match-tounament-name{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height:28px;
  font-weight:500;
  color:#ffffff;
  display:flex;
  justify-content: center;
  background-color:#000000;
  margin:-4px 0px 0px 0px;
}

/* カテゴリ 試合 要素 結果画像 白文字 */
.category-match-tounament-name-bk{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height:28px;
  font-weight:500;
  color:#ffffff;
  margin:0px 5px 0px 5px;
  display:inline-block;
}

/* カテゴリ 試合 要素 結果画像 白文字・赤背景 */
.category-match-tounament-name-rd{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height:28px;
  font-weight:500;
  color:#ffffff;
  background-color:#dc143c;
  padding:0px 5px 0px 5px;
  margin:0px 5px 0px 5px;
  display:inline-block;
}

/* カテゴリ 背景白 要素全体 */
.category-box-contents{
  background-color:#ffffff;
  width:90%;
  margin:30px 0% 30px 0%;
  padding:20px 0px 20px 0px;
  text-align:center;
  border-radius:20px;
  display:inline-block;
}

/* カテゴリ お問い合わせ 文字 */
.category-contact-text{
  color:#000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight:900;
  margin:15px 10% 15px 10%;
  line-height:24px;
  text-align:center;
}

/* カテゴリ お問い合わせ 入力エリア */
input[type="text"],
input[type="email"],
textarea{
  background-color:#eeeeee;
  color: #000000;
  width:100%;
  margin:10px 0px 20px 0px;
  padding:3px;
  text-align:center;
}

/* カテゴリ お問い合わせ 送信ボタン */
input[type="submit"] {
  display:inline-block;
  color:#ffffff;
  background-color:#113479;
  text-decoration:none;
  margin:0px 0px 0px 0px;
  padding:0px 10px 2px 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:500;
  font-size:14px;
  vertical-align:top;
  border-radius:10px;
  line-height:24px;
}
span.wpcf7-spinner {
  display: none;
}

/* カテゴリページ スライダー 長方形 */
.category-slider-rectangle{
  width:90%;
  display:inline-block;
  margin:10px 0px 20px 0px;
  padding:8px;
  background-color:#ffffff;
  vertical-align:top;
}
.frontpage-match-slider-rectangle img{
  width:100%;
  display:inline-block;
}

/* カテゴリ 本文 写真 */
.category-image{
  width:90%;
  display:inline-block;
  margin:10px 0px 20px 0px;
  padding:8px;
  background-color:#ffffff;
  vertical-align:top;
}
.category-image img{
  width:100%;
  display: block;
}

/* カテゴリ クラブ 特徴 要素全体 */
.category-club-point-lists{
  width:100%;
  text-align:center;
  padding:10px 0px 20px 0px;
}

/* カテゴリ クラブ 特徴 要素 */
.category-club-point-list{
  width:90%;
  height:auto;
  margin:10px 0px 10px 0px;
  padding:2% 2% 2% 2%;
  display:inline-block;
  background-color:#ffffff;
  border-radius:15px;
  vertical-align:top;
}

/* カテゴリ クラブ 特徴 画像 */
.category-club-point-img{
  width:100%;
  margin:0%;
  padding:2% 2% 2% 2%;
}
.category-club-point-img img{
  width:100%;
  border-radius:10px;
  margin:0%;
}

/* カテゴリ クラブ 特徴 タイトル */
.category-club-point-title{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight:500;
  margin:10px 0px 0px 0px;
  line-height:18px;
  border-bottom: 4px solid #007bbb;
  width:fit-content;
  display:inline-block;
}

/* カテゴリ クラブ 特徴 本文 */
.category-club-point-text{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight:400;
  margin:10px 0px 10px 0px;
  line-height:18px;
}

/* カテゴリ クラブ 入団流れ 要素全体 */
.category-club-step-lists{
  width:100%;
  text-align:center;
  padding:20px 0px 20px 0px;
}

/* カテゴリ クラブ 入団流れ 要素 */
.category-club-step-list{
  width:90%;
  height:auto;
  margin:10px 0px 10px 0px;
  padding:2% 2% 2% 2%;
  display:inline-block;
  background-color:#ffffff;
  border-radius:15px;
  vertical-align:top;
}

/* カテゴリ クラブ 入団流れ 数字 */
.category-club-step-number{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight:500;
  line-height:24px;
  background-color:#007bbb;
  color:#ffffff;
  border-radius:10px;
  padding:0px 15px 0px 15px;
  margin:10px 0px 0px 0px;
  overflow:hidden;
  width:fit-content;
  display:inline-block;
}

/* カテゴリ クラブ 入団流れ アイコン */
.category-club-step-icon{
  font-size: 40px;
}

/* カテゴリ クラブ 入団流れ タイトル */
.category-club-step-title{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight:500;
  margin:10px 0px 0px 0px;
  line-height:18px;
  border-bottom: 4px solid #007bbb;
  width:fit-content;
  display:inline-block;
}

/* カテゴリ クラブ 入団流れ 本文 */
.category-club-step-text{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight:400;
  margin:10px 0px 10px 0px;
  line-height:18px;
}

/* カテゴリ クラブ リンクボタン 要素全体 */
.category-btn{
  width:100%;
  text-align:center;
  padding:10px 0px 40px 0px;  
}

/* カテゴリ クラブ 監督プロフィール 要素全体 */
.category-club-headcoach-profile{
  width:90%;
  text-align:center;
  background-color:#ffffff;
  margin:40px 0px 20px 0px;
  padding:15px;
  display:inline-block;
  border-radius:20px;
}

/* カテゴリ クラブ 監督プロフィール 画像 */
.category-club-headcoach-profile-img{
  width:100%;
  margin:0px 0% -10px 0%;
  display:inline-block;
  overflow:hidden;
  width:fit-content;
}
.category-club-headcoach-profile-img img{
  max-width:60%;
  border-radius:50%;
  border: 8px solid #ffffff;
}

/* カテゴリ クラブ 監督プロフィール 肩書 */
.category-club-headcoach-profile-position{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight:400;
  margin:0px 0px 0px 0px;
  line-height:24px;
  width:fit-content;
  display:inline-block;
  color:#000000;
  width:100%;
}

/* カテゴリ クラブ 監督プロフィール 名前 */
.category-club-headcoach-profile-name{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight:500;
  margin:0px 0px 10px 0px;
  line-height:24px;
  border-bottom: 4px solid #007bbb;
  width:fit-content;
  display:inline-block;
  color:#000000;
}

/* カテゴリ クラブ 監督プロフィール 本文 */
.category-club-headcoach-profile-text{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight:400;
  margin:10px 0px 10px 0px;
  line-height:20px;
  text-align:left;
  color:#000000;
}

/* カテゴリ サッカースクール プロフィール 要素全体 */
.category-soccer_school-coach-profile{
  width:90%;
  background-color:#ffffff;
  margin:20px 0px 20px 0px;
  padding:15px;
  display:inline-block;
  border-radius:20px;
  text-align:center;
}

/* カテゴリ サッカースクール プロフィール 画像 */
.category-soccer_school-coach-profile-img{
  width:60%;
  margin:10px 15% 10px 15%;
  display:inline-block;
  text-align:center;
}
.category-soccer_school-coach-profile-img img{
  width:100%;
  border-radius:50%;
  text-align:center;
}

/* カテゴリ サッカースクール プロフィール 肩書 */
.category-soccer_school-coach-profile-position{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight:400;
  margin:0px 0px 5px 0px;
  line-height:20px;
  width:fit-content;
  display:inline-block;
  color:#ffffff;
  background-color:#000000;
  padding:0px 8px 0px 8px;
}

/* カテゴリ サッカースクール プロフィール 名前 */
.category-soccer_school-coach-profile-name{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight:600;
  margin:0px 0px 10px 0px;
  line-height:20px;
  border-bottom: 4px solid #007bbb;
  width:fit-content;
  display:inline-block;
  color:#000000;
}

/* カテゴリ カテゴリ サッカースクール プロフィール 名前 ふりがな */
.category-soccer_school-coach-profile-name-furigana{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight:600;
  margin:0px 0px 0px 0px;
  line-height:10px;
  width:fit-content;
  display:inline-block;
  color:#000000;
}

/* カテゴリ サッカースクール プロフィール 本文 */
.category-soccer_school-coach-profile-text{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight:400;
  margin:10px 0px 10px 0px;
  line-height:20px;
  text-align:left;
  color:#000000;
}

/* カテゴリ クラブ リンクボタン 要素全体 */
.category-btn{
  width:100%;
  text-align:center;
  padding:10px 0px 40px 0px;  
}

/* 記事一覧 メニュー 中央ぞろえ用 要素 */
.category-news-nav{
  display: flex;
  justify-content: center;
}

/* 記事一覧 メニュー 要素全体 */
.category-news-nav-lists{
  display: flex;
  gap: 0;
  margin:20px 0 0px 0;
}

/* 記事一覧 メニュー 要素 */
.category-news-nav-list{
  width: 50px;
  height: 30px;
  margin: 0;
  background-color: #ffffff;
}
.category-news-nav-list a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  text-decoration: none;
}
.category-news-nav-list a:hover{
  background-color: #000000;
  color: #ffffff;
}

/* 記事一覧 メニュー 要素 選択中 */
.category-news-nav-list-select{
  width: 50px;
  height: 30px;
  margin: 0;
  background-color: #ffffff;
}
.category-news-nav-list-select a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  text-decoration: none;
}
.category-news-nav-list-select a:hover{
  background-color: #000000;
  color: #ffffff;
}
.category-news-nav-list-select a {
  background-color: #000000;
  color: #ffffff;
}

/* 記事一覧 記事 要素全体 */
.article-lists{
  width: 90%;
  margin:20px 5% 0% 5%;
  text-align:center;
}

/* 記事一覧 記事 要素 */
.article-list{
  width:250px;
  height:280px;
  display:inline-block;
  margin:10px 0px 10px 0px;
  background-color:#ffffff;
  vertical-align:top;
  box-shadow: 0px 0px 4px 0px #777777;
}

/* 記事一覧 記事 サムネイル要素 */
.article-list-thumbnail{
  width:100%;
  display:inline-block;
  padding:0px 0px 0px 0px;
}
.article-list-thumbnail img{
  width:100%;
  padding:10px 10px 5px 10px;
  vertical-align:middle;
  margin:0px;
  display:inline-block;
}

/* 記事一覧 記事 記事情報 要素全体 */
.article-list-info{
  text-align:left;
  display:block;
  padding:0px 10px 0px 10px;
}

/* 記事一覧 記事 投稿時間 */
.article-list-time{
  text-align:left;
  font-family: "Kosugi", sans-serif;
  font-size:12px;
  font-weight:400;
  display:inline-block;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  line-height:18px;
  color:#000000;
  vertical-align:middle;
}

/* 記事一覧 記事 カテゴリ */
.article-list-category{
  text-align:left;
  font-size:12px;
  font-weight:400;
  font-family: "Kosugi", sans-serif;
  display:inline-block;
  margin:0px 8px 0px 0px;
  padding:0px 5px 0px 5px;
  line-height:18px;
  background-color:#000000;
  color:#ffffff;
  vertical-align:middle;
}

/* 記事一覧 記事 タイトル */
.article-list-title{
  width:100%;
  font-family: "Kosugi", sans-serif;
  font-size: 14px;
  font-weight:400;
  line-height:20px;
  text-align:left;
  display:inline-block;
  color:#000000;
  padding:5px 10px 10px 10px;
  margin:0px 0px 0px 0px;
}

/* -------------------------------------article-------------------------------------- */

/* 記事 パンくずリスト */
.breadcrumb {
  display:inline-block;
  width:100%;
  height:20px;
  line-height:20px;
  font-size: 10px;
  padding:0px 0% 0px 20px;
  margin:65px 0% 0% 0%;
  text-align:left;
  font-weight:500;
  background-color:#ffffff;
}
.breadcrumb a {
  color: #113479;
  text-decoration: none;
}
.breadcrumb span {
  color: #000;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

/* 記事 要素全体 */
.article-contents{
  width:100%;
  margin:0px 0px 0px 0px;
  padding:10px 20px 20px 20px;
  background-color:#ffffff;
  display:inline-block;
  vertical-align:top;
  text-align:center;
}

/* 記事 公開時間とタグ要素全体 */
.article-info{
  width:100%;
  text-align:left;
  margin:0px 0px 0px 0px;
  vertical-align:middle;
}

/* 記事 公開時間 */
.article-time{
  text-align:left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight:500;
  display:inline-block;
  padding:0px 0px 0px 0px;
  color:#000000;
  line-height:20px;
  vertical-align:middle;
}

/* 記事 カテゴリ */
.article-category{
  text-align:left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px !important;
  background-color:#000000;
  display:inline-block;
  margin:0px 5px 0px 0px;
  padding:0px 5px 0px 5px;
  line-height:20px;
  vertical-align:middle;
}
.article-category a{
  color:#ffffff;
  font-weight:500;
  text-decoration:none;
  display:inline-block;
}
.article-category :hover{
  background-color:#696969;
}

/* 記事 タイトル 要素 */
.article-title{
  display:block;
  text-align:left;
  vertical-align:middle;
  font-family: "Noto Sans JP", sans-serif;
  font-size:18px;
  line-height:22px;
  font-weight:900;
  margin:5px 0px 0px 0px;
}

/* 記事 サムネイル */
.article-thumbnail{
  width:100%;
}
.article-thumbnail img{
  width:100%;
  height:auto;
  vertical-align:middle;
  margin:15px 0px 20px 0px;
  box-shadow: 0px 0px 5px 0px #777777;
}

/* 記事 上部 広告 */
.article-top-ad{
  width:100%;
  height:auto;
  text-align:center;
}

/* 記事 本文 */
.article-text{
  font-family: "Noto Sans JP", sans-serif;
  text-align:left;
  margin:10px 0px 10px 0px;
}
	
/* 本文 */
p{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight:400;
  margin:10px 0px 10px 0px;
  line-height:20px;
}

/* 記事 見出し(h2) */
.article-subtitle{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight:600;
  line-height:30px;
  text-align:center;
  background-color:#000000;
  color:#ffffff;
  padding:0px 10px 3px 10px;
  margin:20px 0px 20px 0px;
}

/* 記事 見出し(h3) */
.article-subsubtitle{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight:600;
  line-height:24px;
  text-align:left;
  background-color:#113479;
  color:#ffffff;
  padding:5px;
  display:inline-block;
  padding:0px 10px 2px 10px;
  margin:10px 0px 10px 0px;
  width:fit-content;
}

/* 記事内 ボタン */
.article-link-btn{
  display:inline-block;
  text-align:center;
  vertical-align:top;
  width:100%;
}
.article-link-btn a{
  width:fit-content;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight:900;
  text-align:center;
  display:inline-block;
  border-radius:50px;
  background-color:#113479;
  color:#ffffff;
  margin:20px 8px 20px 8px;
  line-height:34px;
  text-decoration:none;
  padding:0px 18px 0px 18px;
}
.article-link-btn :hover{
  background-color:#007bbb;
  color:#ffffff	
}

/* 記事 ホームに戻る ボタン */
.article-back-btn{
  display:inline-block;
  text-align:center;
  vertical-align:top;
  width:100%;
}
.article-back-btn a{
  width:fit-content;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight:900;
  text-align:center;
  display:inline-block;
  border-radius:50px;
  background-color:#113479;
  color:#ffffff;
  margin:50px 8px 30px 8px;
  line-height:34px;
  text-decoration:none;
  padding:0px 18px 0px 18px;
}
.article-back-btn :hover{
  background-color:#007bbb;
  color:#ffffff	
}

/* 記事 YouTubeリンク要素 */
.youtube-link{
  width:100%;
  aspect-ratio: 16 / 9;
  margin:20px 0px 20px 0px;
}
.youtube-link iframe{
  width:100%;
  height:100%;
}

/* 記事 Instagaram リンク要素 */
.instagram-link{
  margin:30px 0px 50px 0px;
}
.instagram-link iframe {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 80% !important;
  display: block !important;
  margin: 0 auto !important;
}

/* -------------------------------------footer-------------------------------------- */

footer{
}

/* フッター 要素全体 */
.footer-contents{
  width:100%;
  display:inline-block;
  box-shadow: 0px 0px 0px 0px #777777;
  margin:0px 0px 0px 0px;
}

/* フッター ピックアップ情報 */
.footer-pickup{
  width:100%;
  margin-left: auto;
  margin-right: auto;
  display:inline-block;
  background-color:#dddddd;
  padding:20px 5% 40px 5%;
}

/* フロントページ 試合 スライダー 正方形 */
.footer-slider-square{
  width:100%;
  display:inline-block;
  border-radius:0px;
  margin:10px 0px 10px 0px;
  padding:8px;
  background-color:#dddddd;
  vertical-align:top;
}
.footer-slider-square img{
  width:100%;
}

/* フロントページ 試合 スライダー 長方形 */
.footer-slider-rectangle{
  width:100%;
  display:inline-block;
  margin:10px 0px 10px 0px;
  padding:8px;
  background-color:#dddddd;
  vertical-align:top;
}
.footer-slider-rectangle img{
  width:100%;
  display:inline-block;
}

/* フッター タイトル 英語 */
.footer-title-en{
  color:#113479;
  text-align: center;
  font-family: "League Gothic", sans-serif;
  font-weight:500;
  font-size:50px;
  line-height:50px;
  width:100%;
  margin:0px 0px 0px 0px;
}

/* フッター タイトル 日本語 */
.footer-title-jp{
  color:#113479;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:700;
  font-size: 14px;
  width:100%;
  margin:0px 0px 20px 0px;
}
	
/* フッター スポンサー */
.footer-sponsor{
  width:100%;
  padding:10px 0px 10px 0px;
  background-color:#113479;
  text-align:center;
}

/* フッター スポンサー 要素全体 */
.footer-sponsor-lists{
  width:100%;
  padding:0.5%;
}

/* フッター スポンサー名 */
.footer-sponsor-type-name{
  width:100%;
  line-height:30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:600;
  font-size: 14px;
  text-align:center;
  color:#ffffff;
}

/* フッター スポンサー 要素 大 */
.footer-sponsor-list-large{
  width:60%;
  margin:0.7%;
  display:inline-block;
}
.footer-sponsor-list-large img{
  width:100%;
  text-align:center;
  display:inline-block;
}
.footer-sponsor-list-large a:hover{
  filter: brightness(0.6);
}

/* フッター スポンサー 要素 中 */
.footer-sponsor-list-medium{
  width:50%;
  margin:0.7%;
  display:inline-block;
}
.footer-sponsor-list-medium img{
  width:100%;
  text-align:center;
  display:inline-block;
}
.footer-sponsor-list-medium a:hover{
  filter: brightness(0.6);
}

/* フッター スポンサー 要素 小 */
.footer-sponsor-list-small{
  width:40%;
  margin:0.7%;
  display:inline-block;
}
.footer-sponsor-list-small img{
  width:100%;
  text-align:center;
  display:inline-block;
}
.footer-sponsor-list-small a:hover{
  filter: brightness(0.6);
}

/* フッター SNSボタン */
.footer-sns-btn{
  width:100%;
  text-align:center;
  display:inline-block;
  padding:10px 0px 10px 0px;
  background-color:#000000;
  border-bottom: 0.5px solid #696969;
}

/* フッター SNSボタン 要素全体 */
.footer-sns-btn-lists{
  width:100%;
  padding:10px 0px 10px 0px;
}

/* フッター SNSボタン 要素 */
.footer-sns-btn-list{
  display:inline-block;
}
.footer-sns-btn-list a{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight:900;
  text-align:center;
  display:inline-block;
  border-radius: 50%;
  background-color:#ffffff;
  color:#000000;
  margin:0px 5px 0px 5px;
  width:30px;
  height:30px;
  line-height:28px;
}
.footer-sns-btn-list :hover{
  background-color:#113479;
  color:#ffffff;
}

/* フッター アーカイブメニュー */
.footer-archive-menu{
  width:100%;
  border-bottom: 0.5px solid #696969;
  width:100%;
  text-align:center;
  display:inline-block;
  padding:10px 0px 10px 0px;
  background-color:#000000; 
}

/* フッター アーカイブメニュー 要素全体 */
.footer-archive-menu-lists{ 
  width:100%;
}

/* フッター アーカイブメニュー 要素 */
.footer-archive-menu-list{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight:400;
  text-align:center;
  display:inline-block;
  color:#ffffff;
  padding:0px 0.5% 8px 0.5%;  
}
.footer-archive-menu-list a{
  text-decoration:none;
  color:#ffffff;
}
.footer-archive-menu-list :hover{
  filter: brightness(0.6);
}

/* フッター コピーライト */
.footer-copyright{
  width:100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight:400;
  text-align:center;
  display:inline-block;
  color:#ffffff;
  background-color:#000000;
  padding:10px 0px 10px 0px;
}

/* フッター コピーライト 文字 */
.footer-copyright-text{
  display:inline-block;
}
.footer-copyright-text a{
  text-decoration:none;
  color:#ffffff;
}
.footer-copyright-text :hover{
  filter: brightness(0.6);
}


/* mobile版 表示 終了 */
}



