/*
Theme Name:football-club-web-site
Author: TakumiOnodera
Description: This is my original theme.
Version: 1.0
*/

@charset "utf-8";


@media(min-width: 600px){

/* -------------------------------------base-------------------------------------- */

li{
  list-style:none;
}

.contents{
  width:100%;
  background-color:#000000;
}

/* 本文 */
p{
  font-family: "Kosugi", sans-serif;
  font-size: 16px;
  font-weight:400;
  margin:12px 0px 12px 0px;
  line-height:22px;
}

/* 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: "Kosugi", sans-serif;
  font-size: 15px;
  font-weight:900;
  text-align:center;
  display:inline-block;
  border-radius:50px;
  background-color:#ffffff;
  color:#000000;
  margin:0px 8px 0px 8px;
  line-height:40px;
  box-shadow: 0px 0px 5px 0px #777777;
  text-decoration:none;
  padding:0px 18px 0px 18px;
}
.rectangle-btn :hover{
  background-color:#113479;
  color:#ffffff;
}

/* パンくずリスト */
.breadcrumb{
  background-color:#000000;
  width:100%;
}

/* パンくずリスト 要素全体 */
.breadcrumb-lists{
  width:100%;
}

/* パンくずリスト 要素 */
.breadcrumb-list{
  height:18px;
  font-family: "Kosugi", sans-serif;
  font-size: 13px;
  font-weight:400;
  display:inline-block;
  color:#ffffff;
}
.breadcrumb-list a{
  text-decoration:none;
  color:#ffffff;
}
.breadcrumb-list:before {
  content: '>';
  margin:0px 0px 0px 10px;
}
.breadcrumb-list :hover{
  filter: brightness(0.6);
}

/* スポンサー 自動スクロールバー 要素全体 */
.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;
}

/* -------------------------------------header-------------------------------------- */

/* ヘッダー 要素全体 */
header{
  width:100%;
}

/* PC用メニュー */
.header-pc-contents{

}

/* モバイル用 メニュー */
.header-mobile-contents{
  display:none;
}

/* ヘッダー(上) */
.header-top{
  background-color:#000000;
  height:40px;
}

/* ヘッダー(上) チーム名 日本語 */
.header-top-team-name-jp{
  width:auto;
  height:40px;
  line-height:40px;
  padding:0px 0px 0px 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:900;
  font-size: 16px;
  color:#ffffff;
  float: left;
}

/* ヘッダー(上) チーム名 英語 */
.header-top-team-name-en{
  width:auto;
  height:40px;
  line-height:40px;
  padding:0px 0px 0px 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:500;
  font-size: 12px;
  color:#ffffff;
  float: left;
}

/* ヘッダー(下) */
.header-bottom{
  background-color:#113479;
  height:80px;
}

/* ヘッダー(下) チームロゴ */
.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:80px;
  height:80px;
  display:inline-block;
  position: relative;
}
.header-gnavi-list a{
  text-decoration: none;
}
.header-gnavi-list:hover{
  background-color:#007bbb;
}

/* ヘッダー(下) メニュー メニューアイコン */
.header-gnavi-list-menuicon{
  width:80px;
  line-height:40px;
  padding:5px 0px 0px 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:500;
  font-size: 25px;
  text-align:center;
  color:#ffffff;
}

/* ヘッダー(下) メニュー メニュー名 */
.header-gnavi-list-menuname{
  width:80px;
  line-height:20px;
  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: 80px;
  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;
}

/* -------------------------------------frontpage-------------------------------------- */

/* スライダー要素 pc */
.frontpage-slider-pc{
  background-color:#ffffff;
  width:100%;
  display:inline-block;
  text-align:center;
}
.frontpage-slider-pc{
  margin:0px;
  vertical-align:top;
}

/* スライダー要素 モバイル */
.frontpage-slider-mobile{
  display:none;
}

/* スライダー下 チーム キャッチフレーズ*/
.frontpage-team-introduction{
  background-color:#000000;
  color:#ffffff;
  font-family: "Kosugi", 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: "Kosugi", sans-serif;
  font-weight:700;
  font-size: 25px;
  width:100%;
  margin-top:10px;
  margin-bottom:25px;
}

/* フロントページ 本文 */
.frontpage-sentence{
  width:100%;
  font-family: "Kosugi", 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-news{
  width:100%;;
  margin-left: auto;
  margin-right: auto;
  display:inline-block;
  background-color:#000000;
  padding:15px 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: "Kosugi", 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: "Kosugi", sans-serif;
  font-weight:400;
  font-size: 16px;
  line-height:22px;
}

/* フロントページ ニュース タイトル */
.frontpage-news-title{
  color:#000000;
  font-family: "Kosugi", 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: "Kosugi", sans-serif;
  color:#ffffff;
  background-color:#000000;
  padding:8px 10px 8px 10px;
  text-align:center;
  border-radius:12px;
}
.frontpage-news-btn :hover{
  color:#000000;
  background-color:#dddddd;
}

/* フロントページ 試合 要素全体 */
.frontpage-match{
  width:100%;;
  margin-left: auto;
  margin-right: auto;
  display:inline-block;
  background-color:#113479;
  padding:15px 5% 30px 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-ranking{
  width:100%;
  margin-left: auto;
  margin-right: auto;
  display:inline-block;
  background-color:#000000;
  padding:15px 5% 30px 5%;
  text-align:center;
}

/* フロントページ リーグ順位 画像 */
.frontpage-ranking-img{
  width:40%;
  padding:10px;
  background-color:#ffffff;
  display:inline-block;
  margin:15px 15px 15px 15px;
}
.frontpage-ranking-img img{
  width:100%;
  vertical-align:middle;
  margin:0px;
}

/* フロントページ 試合 ボタン */
.frontpage-match-btn{
  width:100%;
  font-weight:600;
  font-size: 20px;
  text-align: center;
  display:inline-block;
  margin:30px 0px 50px 0px;
}
.frontpage-match-btn a{
  font-family: "Kosugi", sans-serif;
  color:#000000;
  background-color:#ffffff;
  padding:14px 20px 14px 20px;
  text-align:center;
  border-radius:20px;
  text-decoration:none;
}
.frontpage-match-btn :hover{
  color:#000000;
  filter: brightness(0.6);
}

/* フロントページ クラブ 要素全体 */
.frontpage-club{
  width:100%;;
  margin-left: auto;
  margin-right: auto;
  display:inline-block;
  background-color:#113479;
  padding:15px 5% 25px 5%;
  text-align:center;
}

/* フロントページ クラブ 写真 要素全体 */
.frontpage-club-img-btn-lists{
  width:100%;
  text-align:center;
  padding:15px 0px 15px 0px;
}

/* フロントページ クラブ 写真 全体 */
.frontpage-club-img-btn-list{
  width:45%;
  padding:10px;
  background-color:#ffffff;
  margin:1.3% 1% 1.3% 1%;
  display:inline-block;
  border-radius:20px;
}
.frontpage-club-img-btn-list img{
  margin:0%;
  width:100%;
  border-radius:15px;
  vertical-align:middle;
}
.frontpage-club-img-btn-list :hover{
  filter: brightness(0.6);
}

/* フロントページ パートナー 要素全体 */
.frontpage-partner{
  width:100%;;
  margin-left: auto;
  margin-right: auto;
  display:inline-block;
  background-color:#000000;
  padding:15px 5% 25px 5%;
  text-align:center;
}

/* フロントページ パートナー 写真 要素全体 */
.frontpage-partner-img-btn-lists{
  width:100%;
  text-align:center;
  padding:15px 0px 15px 0px;
}

/* フロントページ 写真 要素 */
.frontpage-partner-img-btn-list{
  width:45%;
  padding:10px;
  background-color:#ffffff;
  margin:1.3% 1% 1.3% 1%;
  display:inline-block;
  border-radius:20px;
}
.frontpage-partner-img-btn-list img{
  margin:0%;
  width:100%;
  border-radius:15px;
  vertical-align:middle;
}
.frontpage-partner-img-btn-list :hover{
  filter: brightness(0.6);
}

/* フロントページ SNS 要素全体 */
.frontpage-sns{
  width:100%;;
  margin-left: auto;
  margin-right: auto;
  display:inline-block;
  background-color:#000000;
  padding:15px 5% 25px 5%;
  text-align:center;
}

/* フロントページ SNS リスト要素全体 */
.frontpage-sns-lists{
  width:100%;
  display:inline-block;
  text-align:center;
  margin:15px 0px 20px 0px;
}

/* フロントページ SNS リスト */
.frontpage-sns-list{
  width:200px;
  margin:0px 8px 0px 8px;
  display:inline-block;
}

/* フロントページ SNS リスト画像 */
.frontpage-sns-list-img{
  text-align:center;
}
.frontpage-sns-list-img a:hover{
  filter: brightness(0.4);
}

/* フロントページ SNS ボタン */
.frontpage-sns-btn{
  display:inline-block;
}
.frontpage-sns-btn 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;
}
.frontpage-sns-btn :hover{
  background-color:#113479;
  color:#ffffff;
}

/* フロントページ ピックアップ記事 要素全体 */
.frontpage-pickup{
  width:100%;;
  display:inline-block;
  background-color:#113479;
  padding:15px 0% 25px 0%;
  text-align:center;
}

/* フロントページ ピックアップ記事 要素全体 */
.frontpage-pickup-news-swiper{
  width: 100%;
  overflow: hidden;
}

/* フロントページ ピックアップ記事 要素 */
.pickup-news-swiper{
  width:300px;
  height:280px;
  display:inline-block;
  margin:20px 0px 20px 0px;
  background-color:#ffffff;
  vertical-align:top;
}

/* フロントページ ピックアップ記事 サムネイル要素 */
.pickup-news-swiper-thumbnail{
  width:100%;
  display:inline-block;
  padding:0px 0px 0px 0px;
}
.pickup-news-swiper-thumbnail img{
  width:95%;
  padding:2.5%;
  vertical-align:middle;
  margin:0px;
  display:inline-block;
}

/* フロントページ ピックアップ記事 記事情報 要素全体 */
.pickup-news-swiper-info{
  text-align:left;
  display:block;
  padding:0px 10px 0px 10px;
}

/* フロントページ ピックアップ記事 投稿時間 */
.pickup-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;
}

/* フロントページ ピックアップ記事 カテゴリ */
.pickup-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;
}

/* フロントページ ピックアップ記事 タイトル */
.pickup-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;
}

/* -------------------------------------footer-------------------------------------- */

footer{
}

/* フッター 要素全体 */
.footer-contents{
  width:100%;
  display:inline-block;
}

/* フッター パートナー */
.footer-partner{
  width:100%;
  padding:20px 0px 20px 0px;
  background-color:#113479;
  text-align:center;
}

/* フッター パートナー 要素全体 */
.footer-partner-lists{
  width:100%;
  padding:0.5%;
}

/* フッター パートナー名 */
.footer-partner-type-name{
  width:100%;
  line-height:40px;
  font-family: "Kosugi", sans-serif;
  font-weight:600;
  font-size: 16px;
  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: "Kosugi", 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: "Kosugi", 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);
}

/* -------------------------------------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: "Kosugi", sans-serif;
  font-size: 30px;
  font-weight:800;
  color:#ffffff;
  background-color:#000000;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  padding:5px;
  margin:0;
}

/* カテゴリー 要素全体(トップ画像含む) */
.category-article{
  width:100%;
}

/* カテゴリー 要素全体 */
.category{
  width:100%;
  padding:0%;
  margin: 0 auto;
}
.category img{
  vertical-align: middle;
  text-align:center;
  width:100%;
  margin:10px 0px 10px 0px;
}

/* カテゴリー 背景 黒 */
.category-bgc-black{
  width:100%;
  background-color:#000000;
  display:inline-block;
  padding:25px 10% 25px 10%;
  width:100%;
}

/* カテゴリー 背景 青 */
.category-bgc-blue{
  width:100%;
  background-color:#113479;
  display:inline-block;
  padding:25px 10% 25px 10%;
  width:100%;
}

/* カテゴリー 背景 黒 paddingなし */
.category-bgc-black-100{
  width:100%;
  background-color:#000000;
  display:inline-block;
  padding:25px 0% 25px 0%;
  width:100%;
}

/* カテゴリー 背景 青 paddingなし */
.category-bgc-blue-100{
  width:100%;
  background-color:#113479;
  display:inline-block;
  padding:25px 0% 25px 0%;
  width:100%;
}

/* カテゴリー サブタイトル 日本語 (h2) */
.category-subtitle-jp{
  color:#ffffff;
  text-align: center;
  font-family: "Kosugi", sans-serif;
  font-weight:700;
  font-size: 18px;
  width:100%;
  margin-top:12px;
  margin-bottom:40px;
}

/* カテゴリー サブタイトル 英語 */
.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%;
  margin-top:15px;
}

/* カテゴリー サブサブタイトル(h3) */
.category-subsubtitle{
  font-family: "Kosugi", sans-serif;
  font-size: 16px;
  font-weight:600;
  text-align:left;
  background-color:#ffffff;
  color:#000000;
  padding:5px;
  display:inline-block;
  margin:10px 10% 10px 10%;
  width:fit-content;
}

/* カテゴリ 本文 */
.category-text{
  width:80%;
  color:#ffffff;
  font-family: "Kosugi", sans-serif;
  font-size: 16px;
  font-weight:400;
  margin:15px 10% 15px 10%;
  line-height:20px;
}

/* カテゴリ 本文 写真 */
.category-image{
  width:80%;
  vertical-align: middle; 
  display:inline-block;
  border-radius:20px;
  background-color:#ffffff;
  padding:10px;
  margin:15px 10% 20px 10%;
}
.category-image img{
  margin:0%;
  border-radius:15px;
  vertical-align:middle;
}

/* カテゴリ 本文 写真 50% 要素全体 */
.category-image-lists{
  width:86%;
  text-align:center;
  margin:15px 7% 15px 7%;
}

/* カテゴリ 本文 写真 50% */
.category-image-50{
  width:45%;
  margin:1.3% 1% 1.3% 1%;
  display:inline-block;
  border-radius:20px;
  background-color:#ffffff;
  padding:10px;
}
.category-image-50 img{
  margin:0%;
  border-radius:15px;
  vertical-align:middle;
}

/* カテゴリー 関連リンク ボタン 要素全体 */
.category-img-btn-lists{
  width:100%;
  padding:12px 0px 20px 0px;
  text-align:center;
}

/* カテゴリー 関連リンク ボタン */
.category-img-btn-list{
  width:45%;
  margin:1.3% 1% 1.3% 1%;
  display:inline-block;
  border-radius:20px;
  background-color:#ffffff;
  padding:10px;
}
.category-img-btn-list a{
}
.category-img-btn-list img{
  margin:0%;
  border-radius:15px;
  vertical-align:middle;
}
.category-img-btn-list :hover{
  filter: brightness(0.6);
}

/* カテゴリ 選手・スタッフ 要素全体 */
.category-member-lists{
  width:100%;
  text-align:center;
  margin:-20px 0px 50px 0px;
}

/* カテゴリ 選手・スタッフ 要素 */
.category-member-list{
  width:220px;
  text-align:center;
  display:inline-block;
  background-color:#000000;
  padding:10px 10px 10px 10px;
  margin:15px 10px 15px 10px;
}
.category-member-list img{
  width:200px;
  height:200px;
}

/* 選手紹介 背番号と名前 要素 */
.category-member-info{
  margin:-10px 0px 0px 0px;
  width:200px;
  text-align:center;
}

/* カテゴリ 選手・スタッフ */
.category-member-info{
  margin:-10px 0px 0px 0px;
  width:200px;
  text-align:center;
}

/* カテゴリ 選手・スタッフ 背番号 */
.category-member-number{
  font-family: "League Gothic", sans-serif;
  font-size: 45px;
  font-weight:900;
  display:inline-block;
  text-align:right;
  float: right;
  width:50px;
  height:50px;
  color:#a68232;
  vertical-align:top;
}

/* 選手紹介スタッフ 肩書き */
.category-member-position{
  font-family: "Kosugi", 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: "Kosugi", sans-serif;
  font-size: 25px;
  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:18px;
  font-weight:500;
  text-align:center;
  display:inline-block;
  text-align:left;
  float: left;
  color:#ffffff;
  width:150px;
  height:20px;
}

/* カテゴリTOP スライダー */
.category-top-slider{
  width:100%;
  height:auto;
  display:inline-block;
  margin:0px 0px 20px 0px;
}

/* カテゴリ 試合 順位表・星取表・トーナメント表 用写真 */
.category-match-image{
  width:100%;
  vertical-align: middle; 
  border: 4px solid #000000;
  margin:30px 0px 80px 0px;
}
.category-match-image img{
  vertical-align: middle; 
  margin:0px;
}

/* カテゴリ 試合 ページ内リンクボタン */
.category-match-tounament-linkbtn{
  font-family: "Kosugi", sans-serif;
  font-size: 16px;
  font-weight:400;
  display:inline-block;
  line-height:22px;
  width:100%;
  margin:5px 0px 5px 0px;
}
.category-match-tounament-linkbtn a{
  text-decoration:none;
  color:#ffffff;
  line-height:22px;
  padding:5px 5px 5px 5px;
}
.category-match-tounament-linkbtn :hover{
  color:#ffffff;
  background-color:#007bbb;
}
.category-match-tounament-linkbtn ::before {
  font-family:"Font Awesome 5 Free","Font Awesome 5 Brands";
  content: '\f35a';
}

/* カテゴリ 試合 要素全体 */
.category-match-lists{
  text-align:center;
}

/* カテゴリ 試合 要素 */
.category-match-list{
  width:100%;
  border: 4px solid #000000; 
  background-color:#ffffff;
  display:block;
  margin:30px 0px 30px 0px;
}

/* カテゴリ 試合 要素(左) */
.category-match-list-left{
  width:100%;
  background-color:#000000;
  display: flex;
  justify-content: center;
  margin:-4px 0px 0px 0px;
}

/* カテゴリ 試合 要素(右) */
.category-match-list-right{
  width:100%;
  display:inline-block;
  padding:0px 8px 0px 8px;
}

/* カテゴリ 試合 要素(左) 日程 */
.category-match-schedule{
  font-family: "Kosugi", sans-serif;
  font-size: 16px;
  line-height:26px;
  font-weight:500;
  color:#ffffff;
  margin:0px 5px 0px 5px;
}

/* カテゴリ 試合 要素(左) 大会名 */
.category-match-league{
  font-family: "Kosugi", sans-serif;
  font-size: 16px;
  line-height:24px;
  font-weight:500;
  color:#ffffff;
  margin:0px 5px 0px 5px;
}

/* カテゴリ 試合 要素(左) ラウンド・節 */
.category-match-section{
  font-family: "Kosugi", sans-serif;
  font-size: 16px;
  line-height:24px;
  font-weight:500;
  color:#ffffff;
  margin:0px 5px 0px 5px;
  background-color:#007bbb;
  padding:0px 5px 0px 5px;
}

/* カテゴリ 試合 要素(右) 試合会場 */
.category-match-stadium{
  font-family: "Kosugi", sans-serif;
  font-size: 12px;
  font-weight:500;
  text-align:center;
  color:#000000;
  width:100%;
  display:inline-block;
  vertical-align: middle;
  margin:15px 0px 5px 0px;
}

/* カテゴリ 試合 要素(右) 試合内容 */
.category-match-result{
  width:100%;
  height:40px;
  text-align:center;
  display:inline-block;
}

/* カテゴリ 試合 要素(右) ボタン要素 */
.category-match-linkbtn{
  width:100%;
  text-align:center;
  margin:0px 0px 10px 0px;
}

/* カテゴリ 試合 要素(右) ボタン */
.category-match-list-right-btn{
  font-family: "Kosugi", sans-serif;
  font-size: 14px;
  font-weight:500;
  background-color:#000000;
  color:#ffffff;
  text-align:center;
  padding:5px;
  display:inline-block;
}
.category-match-list-right-btn a{
  text-decoration:none;
  color:#ffffff;
}
.category-match-list-right-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: "Kosugi", sans-serif;
  font-size: 14px;
  font-weight:500;
  color:#000000;
  height:40px;
  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: "Kosugi", sans-serif;
  font-size: 14px;
  font-weight:500;
  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: "Kosugi", 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: "Kosugi", 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: "Kosugi", 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-square-btn-lists{
  width:100%;
  align-items: center;
  justify-content: center;
  display:flex;
}

/* カテゴリ 正方形 ボタン */
.category-square-btn-list{
  width:90px;
  height:90px;
  color:#000000;
  border-radius:12px;
  background-color:#ffffff;
  display:inline-block;
  margin:8px;
}
.category-square-btn-list a{
  display:inline-block;
  text-decoration:none;
  padding:10px;
  border-radius:12px;
  width:90px;
  height:90px;
}
.category-square-btn-list :hover{
  background-color:#007bbb;
}

/* カテゴリ 正方形 ボタン 選択中 */
.category-square-btn-list-select{
  width:90px;
  height:90px;
  color:#ffffff;
  border-radius:12px;
  background-color:#007bbb;
  display:inline-block;
  margin:8px;
}
.category-square-btn-list-select a{
  display:inline-block;
  text-decoration:none;
  padding:10px;
  border-radius:12px;
  width:90px;
  height:90px;
}
.category-square-btn-list-select :hover{
  background-color:#007bbb;
}

/* カテゴリ 正方形 ボタン 文字 */
.category-square-btn-text{
  font-family: "Kosugi", sans-serif;
  font-size: 10px;
  font-weight:400;
  width:fit-content;
  color:#000000;
  text-align:center;
  width:70px;
  margin:6px 0px 0px 0px;
}

/* カテゴリ 正方形 ボタン アイコン */
.category-square-btn-icon{
  font-family: "Kosugi", sans-serif;
  font-size: 40px;
  font-weight:400;
  width:fit-content;
  color:#000000;
  text-align:center;
  width:70px;
  margin:5px 0px 8px 0px;
}

/* カテゴリ 広告 300x300 要素全体 */
.category-ad-300x300{
  width:100%;
  align-items: center;
  justify-content: center;
  display:flex;
  margin:50px 0px 0px 0px;
}

/* カテゴリ 遷移ボタン 要素全体 */
.category-back-btn{
  width:100%;
  align-items: center;
  justify-content: center;
  display:flex;
  margin:50px 0px 0px 0px;
}

/* カテゴリ コンタクト ボタン 要素全体 */
.category-contact-btn{
  width:100%;
  align-items: center;
  justify-content: center;
  display:flex;
  margin:15px 0px 35px 0px;
}

/* カテゴリー パートナー */
.category-partner{
  width:100%;
  text-align:center;
  margin:0px 0px 0px 0px;
  padding:0px 0px 50px 0px;
}

/* カテゴリー パートナー ボタン要素 */
.category-partner-btn{
  width:100%;
  margin:20px 0px 20px 0px;
  text-align:center;
}

/* カテゴリー パートナー 要素全体 */
.category-partner-lists{
  width:100%;
  text-align:center;
}

/* カテゴリー パートナー名 */
.category-partner-type-name{
  line-height:30px;
  font-family: "Kosugi", sans-serif;
  font-weight:800;
  font-size: 16px;
  color:#ffffff;
  width:100%;
  display:inline-block;
  margin:20px 0px 10px 0px;
}

/* カテゴリー パートナー 要素 大 */
.category-partner-list-large{
  width:30%;
  display:inline-block;
  margin:8px;
}
.category-partner-list-large img{
  width:100%;
  text-align:center;
  display:inline-block;
  margin:0px 0px 0px 0px;
  box-shadow: 0px 0px 5px 0px #777777;
}
.category-partner-list-large a:hover{
  filter: brightness(0.6);
}

/* カテゴリー パートナー 要素 中 */
.category-partner-list-medium{
  width:24%;
  display:inline-block;
  margin:8px;
}
.category-partner-list-medium img{
  width:100%;
  text-align:center;
  display:inline-block;
  margin:0px 0px 0px 0px;
  box-shadow: 0px 0px 5px 0px #777777;
}
.category-partner-list-medium a:hover{
  filter: brightness(0.6);
}

/* カテゴリー パートナー 要素 小 */
.category-partner-list-small{
  width:18%;
  display:inline-block;
  margin:8px;
}
.category-partner-list-small img{
  width:100%;
  text-align:center;
  display:inline-block;
  margin:0px 0px 0px 0px;
  box-shadow: 0px 0px 5px 0px #777777;
}
.category-partner-list-small a:hover{
  filter: brightness(0.6);
}

/* カテゴリー ニュース 要素全体 */
.category-news-lists{
  width:100%;
  padding-bottom:20px;
}

/* カテゴリー ニュース 要素 */
.category-news-list{
  width:100%;
  margin:10px 0px 0px 0px;
}

/* カテゴリー ニュース タグ・日付 要素全体 */
.category-news-info{
  width:100%;
  height:24px;
  display:flex;
}

/* カテゴリー ニュース カテゴリー */
.category-news-category{
  font-family: "Kosugi", sans-serif;
  font-size: 14px;
  line-height:18px;
  background-color:#ffffff;
  color:#000000;
  margin:3px 3px 3px 0px;
  padding:0px 3px 0px 3px;
}

/* カテゴリー ニュース 日付 */
.category-news-time{
  font-family: "Kosugi", sans-serif;
  font-size: 14px;
  line-height:18px;
  vertical-align:bottom;
  color:#ffffff;
  margin:3px;
}

/* カテゴリー ニュース タイトル */
.category-news-title{
  font-family: "Kosugi", sans-serif;
  font-size: 16px;
  line-height:24px;
  color:#ffffff;
  border-bottom: 0.5px solid #ffffff;
}
.category-news-title a{
  text-decoration:none;
  color:#ffffff;
}
.category-news-title :hover{
  background-color:#dddddd;
}

/* ニュース 記事一覧 要素全体 100%（※ニュースページ以外でも使用） */
.category-thumbnailnews-post-lists{
  text-align:center;
  display:inline-block;
  padding:0px 0px 0px 0px;
  width:100%;
}

/* ニュース記事 1つ1つ要素 */
.category-thumbnailnews-post-list{
  width:250px;
  height:auto;
  display:inline-block;
  margin:10px 10px 10px 10px;
  background-color:#ffffff;
  box-shadow: 0px 0px 5px 0px #777777;
  vertical-align:top;
}
.category-thumbnailnews-post-list a:hover{
  width:100%;
  height:100%;
  background-color:#ffffff;
}

/* ニュース記事 サムネイル要素 */
.category-thumbnailnews-post-list-thumbnail{
  width:100%;
  display:inline-block;
  padding:10px 10px 5px 10px;
}
.category-thumbnailnews-post-list-thumbnail img{
  width:100%;
  vertical-align:top;
  margin:0px;
}

/* ニュース記事 記事情報 要素全体 */
.category-thumbnailnews-post-list-info{
  text-align:left;
  display:block;
  padding:0px 10px 0px 10px;
}

/* ニュース記事 投稿時間 */
.category-thumbnailnews-post-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;
}

/* ニュース記事 タグ */
.category-thumbnailnews-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-thumbnailnews-post-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;
}

/* カテゴリ クラブ 特徴 要素全体 */
.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;
  border: 6px solid #113479;
}

/* カテゴリ クラブ 特徴 画像 */
.category-club-point-img{
  width:100%;
  margin:0%;
}
.category-club-point-img img{
  border-radius:15px;
  margin:0%;
}

/* カテゴリ クラブ 特徴 タイトル */
.category-club-point-title{
  font-family: "Kosugi", 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: "Kosugi", 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;
  border: 4px solid #000000;
}

/* カテゴリ クラブ 入団流れ 数字 */
.category-club-step-number{
  font-family: "Kosugi", 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;
  border: 4px solid #000000;
}

/* カテゴリ クラブ 入団流れ アイコン */
.category-club-step-icon{
  font-size: 50px;
}

/* カテゴリ クラブ 入団流れ タイトル */
.category-club-step-title{
  font-family: "Kosugi", 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: "Kosugi", 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:60%;
  text-align:center;
  background-color:#ffffff;
  margin:70px 20% 40px 20%;
  padding:15px;
  display:inline-block;
  border-radius:20px;
}

/* カテゴリ クラブ 監督プロフィール 画像 */
.category-club-headcoach-profile-img{
  width:40%;
  margin:-80px 30% -20px 30%;
  display:inline-block;
  overflow:hidden;
  width:fit-content;
}
.category-club-headcoach-profile-img img{
  border-radius:50%;
  border: 15px solid #ffffff;
}

/* カテゴリ クラブ 監督プロフィール 肩書 */
.category-club-headcoach-profile-position{
  font-family: "Kosugi", 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: "Kosugi", 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: "Kosugi", sans-serif;
  font-size: 14px;
  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-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-pc-ad{
  width;100%;
  margin:40px 0px 40px 0px;
  text-align:center;
}

.category-mobile-ad{
  width:100%;
  display:block;
  margin:30px 0px 30px 0px;
  text-align:center;
}

.category-ad-300x300{
  width:300px;
  height:300px;
  background-color:#ffff00;
  display:inline-block;
  margin:0px 15px 0px 15px;
  text-align:center;
  vertical-align:middle;
}

/* カテゴリ 質問BOX 要素全体 */
.category-qa-contents{
  background-color:#000000;
  padding:8px;
  border-radius:10px;
  width:80%;
  margin:20px 10% 20px 10%;
}

/* カテゴリ 質問BOX 記述欄 */
.wpcf7 {
  width:100%;
  background: #ffffff;
  color: #000000;
  border-radius: 4px;
  font-size: 14px;
  padding: 10px 20px;
}

/* カテゴリ 質問BOX 記述欄 */
.wpcf7-form textarea {
  width:100%;
  height:auto;
  resize: vertical;
}

/* カテゴリ 質問BOX 送信ボタン */
.wpcf7-form input[type="submit"] {
  background-color:#113479;
  color:#ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: none;
  padding:3px 8px 3px 8px;
  border-radius:5px;
}
.wpcf7-form input[type="submit"]:hover {
  background-color: #ff4500;
}

/* -------------------------------------article-------------------------------------- */

/* 記事 要素全体 */
.article-contents{
  width:60%;
  margin:0px 0px 0px 0px;
  padding:20px 20px 20px 20px;
  background-color:#ffffff;
  display:inline-block;
  vertical-align:top;
}

/* 記事 公開時間とタグ要素全体 */
.article-info{
  width:100%;
  text-align:left;
  margin:0px 0px 0px 0px;
  vertical-align:middle;
}

/* 記事 公開時間 */
.article-time{
  text-align:left;
  font-family: "Kosugi", 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: "Kosugi", 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: "Kosugi", 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;
  margin:0px 0px 20px 0px;
  box-shadow: 0px 0px 2px 0px #777777;
}
.article-top-ad img{
  width:100%;
}

/* 記事 本文 */
.article-text{
  font-family: "Kosugi", sans-serif;
  text-align:left;
  margin:10px 0px 10px 0px;
}

/* 記事 見出し(h2) */
.article-subtitle{
  font-family: "Kosugi", sans-serif;
  font-size: 20px;
  font-weight:600;
  text-align:center;
  background-color:#113479;
  color:#ffffff;
  padding:1%;
  margin:20px 0px 20px 0px;
  border: 4px solid #000000;
}

/* 記事 見出し(h3) */
.article-subsubtitle{
  font-family: "Kosugi", sans-serif;
  font-size: 16px;
  font-weight:600;
  text-align:left;
  background-color:#000000;
  color:#ffffff;
  padding:5px;
  display:inline-block;
  margin:12px 0% 12px 0%;
  width:fit-content;
}

/* 記事 パートナー企業リスト 要素 */
.article-partner-lists{
  width:100%;
  display:inline-block;
  text-align:center;
}

/* 記事 パートナー企業リスト 要素 */
.article-partner-list{
  display:inline-block;
  width:45%;
  margin:1%;
}
.article-partner-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 3px 0px #777777;
}
.article-partner-list a:hover{
  filter: brightness(0.4);
}

/* 記事 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;
}

/* -------------------------------------sidebar-------------------------------------- */

/* サイドバー 要素全体 */
.sidebar-contents{
  display:inline-block;
  vertical-align:top;
  padding:25px 20px 15px 20px;
  margin-left:-4px;
  background-color:#ffffff;
}

/* サイドバー 広告 */
.sidebar-top-ad{
  width:300px;
  height:330px;
  margin:0px 0px 20px 0px;
  box-shadow: 0px 0px 2px 0px #777777;
}
.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{
  width:300px;
  height:198px;
  background-color:#ffffff;
  margin:0px 0px 20px 0px;
  box-shadow: 0px 0px 2px 0px #777777;
  display:inline-block;
}

/* サイドバー ピックアップ記事 */
.sidebar-pickup-news{
  width:300px;
  margin:0px 0px 20px 0px;
  box-shadow: 0px 0px 2px 0px #777777;
}

/* サイドバー ピックアップ記事 要素 */
.sidebar-post-list{
  width:300px;
  height:auto;
  display:inline-block;
  margin:0px 0px 0px 0px;
  background-color:#ffffff;
  vertical-align:top;
  box-shadow: 0px 0px 2px 0px #777777;
}

/* サイドバー ピックアップ記事 サムネイル要素 */
.sidebar-post-list-thumbnail{
  width:100%;
  display:inline-block;
  padding:0px 0px 0px 0px;
}
.sidebar-post-list-thumbnail img{
  width:100%;
  padding:2.5%;
  vertical-align:middle;
  margin:0px;
  display:inline-block;
}

/* サイドバー ピックアップ記事 記事情報 要素全体 */
.sidebar-post-list-info{
  text-align:left;
  display:block;
  padding:0px 10px 0px 10px;
}

/* サイドバー ピックアップ記事 投稿時間 */
.sidebar-post-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;
}

/* サイドバー ピックアップ記事 カテゴリ */
.sidebar-post-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;
}

/* サイドバー ピックアップ記事 タイトル */
.sidebar-post-list-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;
}

/* -------------------------------------single-------------------------------------- */

.single-contents{
  width:100%;
  display:inline-block;
  text-align:center;
  background-color:#dddddd;
}

/* --------------------------------------------------------------------------- */


/* PC版 表示 終了 */
}
















































/* モバイル版 表示 */
@media(max-width: 600px){

/* -------------------------------------base-------------------------------------- */

li{
  list-style:none;
}

.contents{
  width:100%;
  background-color:#ffffff;
}

/* 本文 */
p{
  font-family: "Kosugi", sans-serif;
  font-size: 14px;
  font-weight:400;
  margin:10px 0px 10px 0px;
  line-height:18px;
}

/* モバイル版のデザインを非表示 */
.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: 14px;
  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;
  box-shadow: 0px 0px 5px 0px #777777;
  text-decoration:none;
  padding:0px 15px 0px 15px;
}
.rectangle-btn :hover{
  background-color:#113479;
  color:#ffffff;
}

/* パンくずリスト */
.breadcrumb{
  background-color:#dddddd;
  width:100%;
  padding-top:60px;
}

/* パンくずリスト 要素全体 */
.breadcrumb-lists{
  width:100%;
}

/* パンくずリスト 要素 */
.breadcrumb-list{
  height:10px;
  font-family: "Kosugi", sans-serif;
  font-size: 10px;
  font-weight:400;
  display:inline-block;
  color:#000000;
  vertical-align:middle;
}
.breadcrumb-list a{
  text-decoration:none;
  color:#000000;
}
.breadcrumb-list:before {
  content: '>';
  margin:0px 0px 0px 10px;
}
.breadcrumb-list :hover{
  filter: brightness(0.6);
}

/* スポンサー 自動スクロールバー 要素全体 */
.sponsor-swiper {
  width: 100%;
  padding:3px 0px 3px 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;
}

/* -------------------------------------header-------------------------------------- */

/* ヘッダー 要素全体 */
header{
  width:100%;
  position:fixed;
  z-index:999;
}

/* 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:55px;
  height:55px;
  margin:5px;
  vertical-align: middle;
}

/* モバイル用 メニュー チーム名 */
.header-mobile-title{
  height:65px;
  display: inline-block;
}

/* モバイル用 メニュー チーム名 日本語 */
.header-mobile-title-jp{
  width:75%;
  text-align:left;
  display: inline-block;
  line-height:20px;
  font-family: "Kosugi", sans-serif;
  font-weight:900;
  font-size: 20px;
  padding:0px 0px 0px 0px;
  margin:13px 0px 2px 0px;
  color: #ffffff;
  vertical-align: bottom;
}

/* モバイル用 メニュー チーム名 英語 */
.header-mobile-title-en{
  width:75%;
  text-align:left;
  display:inline-block;
  line-height:15px;
  font-family: "League Gothic", sans-serif;
  font-weight:500;
  font-size: 15px;
  padding:0px 0px 0px 0px;
  margin:4px 0px 11px 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%;
  font-size: 15px;
  box-sizing: border-box;
  color:#ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 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: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}

/* モバイル用 メニュー */
details {
}

/* モバイル用 メニュー カテゴリ */
summary{
  cursor: pointer;
  list-style: none;
  position: relative;
  font-size: 16px;
  line-height:20px;
  font-weight:500;
  color:#ffffff;
  padding:5px 0px 5px 0px;
  font-family: "Kosugi", sans-serif;
}

/* モバイル用 メニュー Safari対応 デフォルトの三角形アイコン非表示 */
details summary::-webkit-details-marker {
  display: none;
}

/* モバイル用 メニュー サブカテゴリ */
.header-mobile-menu-list{
  font-size: 10px;
  font-weight:400;
  color:#ffffff;
  line-height:14px;
  padding:0px 0px 0px 15px;
  font-family: "Kosugi", sans-
}

/* モバイル用 メニュー アイコンの三角矢印 位置調整 */
.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-ad{
  width:100%;
  padding:20px 10px 10px 10px;
}

/* -------------------------------------frontpage-------------------------------------- */

/* スライダー要素 pc */
.frontpage-slider-pc{
  background-color:#ffffff;
  width:100%;
  display:inline-block;
  text-align:center;
}
.frontpage-slider-pc{
  margin:0px;
  vertical-align:top;
}

/* スライダー要素 モバイル */
.frontpage-slider-mobile{
  display:none;
}

/* スライダー下 チーム キャッチフレーズ*/
.frontpage-team-introduction{
  background-color:#000000;
  color:#ffffff;
  font-family: "Kosugi", sans-serif;
  font-weight:600;
  font-size:15px;
  line-height:22px;
  margin:0px 0px 0px 0px;
  padding:30px 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-top:20px;
}

/* フロントページ タイトル 日本語 */
.frontpage-title-jp{
  color:#ffffff;
  text-align: center;
  font-family: "Kosugi", sans-serif;
  font-weight:700;
  font-size: 12px;
  width:100%;
  margin-top:3px;
  margin-bottom:20px;
}

/* フロントページ 本文 */
.frontpage-sentence{
  width:100%;
  font-family: "Kosugi", 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-news{
  width:100%;;
  margin-left: auto;
  margin-right: auto;
  display:inline-block;
  background-color:#000000;
  padding:0px 5% 30px 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: "Kosugi", 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: "Kosugi", sans-serif;
  font-weight:400;
  font-size: 12px;
  line-height:18px;
}

/* フロントページ ニュース タイトル */
.frontpage-news-title{
  color:#000000;
  font-family: "Kosugi", 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: "Kosugi", sans-serif;
  color:#ffffff;
  background-color:#000000;
  padding:8px 10px 8px 10px;
  text-align:center;
  border-radius:12px;
}
.frontpage-news-btn :hover{
  color:#000000;
  background-color:#dddddd;
}

/* フロントページ 試合 要素全体 */
.frontpage-match{
  width:100%;;
  margin-left: auto;
  margin-right: auto;
  display:inline-block;
  background-color:#113479;
  padding:0px 5% 0px 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-ranking{
  width:100%;
  margin-left: auto;
  margin-right: auto;
  display:inline-block;
  background-color:#000000;
  padding:0px 5% 20px 5%;
  text-align:center;
}

/* フロントページ リーグ順位 画像 */
.frontpage-ranking-img{
  width:100%;
  display:inline-block;
  margin:10px 0px 10px 0px;
  padding:8px;
  background-color:#ffffff;
}
.frontpage-ranking-img img{
  width:100%;
  vertical-align:middle;
  margin:0px;
}

/* フロントページ 試合 ボタン */
.frontpage-match-btn{
  width:100%;
  font-weight:500;
  font-size: 14px;
  text-align: center;
  display:inline-block;
  margin:20px 0px 30px 0px;
}
.frontpage-match-btn a{
  font-family: "Kosugi", sans-serif;
  color:#000000;
  background-color:#ffffff;
  padding:10px 15px 10px 15px;
  text-align:center;
  border-radius:20px;
  text-decoration:none;
}
.frontpage-match-btn :hover{
  color:#000000;
  filter: brightness(0.6);
}

/* フロントページ クラブ 要素全体 */
.frontpage-club{
  width:100%;;
  margin-left: auto;
  margin-right: auto;
  display:inline-block;
  background-color:#113479;
  padding:0px 5% 30px 5%;
  text-align:center;
}

/* フロントページ クラブ 写真 要素全体 */
.frontpage-club-img-btn-lists{
  width:100%;
  text-align:center;
  padding:15px 0px 0px 0px;
}

/* フロントページ クラブ 写真 全体 */
.frontpage-club-img-btn-list{
  width:45%;
  margin:1.3% 1% 1.3% 1%;
  display:inline-block;
  border-radius:14px;
  background-color:#ffffff;
  padding:5px;
}
.frontpage-club-img-btn-list img{
  margin:0%;
  width:100%;
  border-radius:10px;
  vertical-align:middle;
}
.frontpage-club-img-btn-list :hover{
  filter: brightness(0.6);
}

/* フロントページ パートナー 要素全体 */
.frontpage-partner{
  width:100%;;
  margin-left: auto;
  margin-right: auto;
  display:inline-block;
  background-color:#000000;
  padding:0px 5% 30px 5%;
  text-align:center;
}

/* フロントページ パートナー 写真 要素全体 */
.frontpage-partner-img-btn-lists{
  width:100%;
  text-align:center;
  padding:15px 0px 0px 0px;
}

/* フロントページ 写真 要素 */
.frontpage-partner-img-btn-list{
  width:45%;
  margin:1.3% 1% 1.3% 1%;
  display:inline-block;
  border-radius:14px;
}
.frontpage-partner-img-btn-list img{
  margin:0%;
  width:100%;
  border-radius:10px;
  vertical-align:middle;
  background-color:#ffffff;
  padding:5px;
}
.frontpage-partner-img-btn-list :hover{
  filter: brightness(0.6);
}

/* フロントページ SNS 要素全体 */
.frontpage-sns{
  width:100%;
  display:inline-block;
  background-color:#000000;
  padding:0px 5% 30px 5%;
  margin:0px 0px 0px 0px;
  text-align:center;
}

/* フロントページ SNS リスト要素全体 */
.frontpage-sns-lists{
  width:100%;
  display:inline-block;
  text-align:center;
  margin:15px 0px 0px 0px;
}

/* フロントページ SNS リスト */
.frontpage-sns-list{
  width:35px;
  margin:0px 8px 0px 8px;
  display:inline-block;
}

/* フロントページ SNS リスト画像 */
.frontpage-sns-list-img{
  display:none;
}

/* フロントページ SNS ボタン */
.frontpage-sns-btn{
  display:inline-block;
}
.frontpage-sns-btn a{
  font-family: "Kosugi", sans-serif;
  font-size: 20px;
  font-weight:900;
  text-align:center;
  display:inline-block;
  border-radius: 50%;
  background-color:#ffffff;
  color:#000000;
  margin:0px 0px 0px 0px;
  width:35px;
  height:35px;
  line-height:35px;
}
.frontpage-sns-btn :hover{
  background-color:#113479;
  color:#ffffff;
}

/* フロントページ ピックアップ情報 要素全体 */
.frontpage-pickup{
  width:100%;
  display:inline-block;
  background-color:#113479;
  padding:0px 0% 30px 0%;
  text-align:center;
}

/* フロントページ ピックアップ記事 要素全体 */
.frontpage-pickup-news-swiper{
  width: 100%;
  overflow: hidden;
}

/* フロントページ ピックアップ記事 要素 */
.pickup-news-swiper{
  width:300px;
  height:auto;
  display:inline-block;
  margin:15px 0px 15px 0px;
  background-color:#ffffff;
  vertical-align:top;
}

/* フロントページ ピックアップ記事 サムネイル要素 */
.pickup-news-swiper-thumbnail{
  width:100%;
  display:inline-block;
  padding:0px 0px 0px 0px;
}
.pickup-news-swiper-thumbnail img{
  width:95%;
  padding:2.5%;
  vertical-align:middle;
  margin:0px;
  display:inline-block;
}

/* フロントページ ピックアップ記事 記事情報 要素全体 */
.pickup-news-swiper-info{
  text-align:left;
  display:block;
  padding:0px 10px 0px 10px;
}

/* フロントページ ピックアップ記事 投稿時間 */
.pickup-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;
}

/* フロントページ ピックアップ記事 カテゴリ */
.pickup-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;
}

/* フロントページ ピックアップ記事 タイトル */
.pickup-news-swiper-title{
  width:95%;
  font-family: "Kosugi", sans-serif;
  font-size: 12px;
  font-weight:400;
  line-height:18px;
  text-align:left;
  display:inline-block;
  color:#000000;
  padding:5px 10px 10px 10px;
  margin:0px 0px 0px 0px;
}

/* -------------------------------------footer-------------------------------------- */

footer{
}

/* フッター パートナー */
.footer-partner{
  width:100%;
  padding:10px 0px 10px 0px;
  background-color:#113479;
  text-align:center;
}

/* フッター パートナー 要素全体 */
.footer-partner-lists{
  width:100%;
  padding:0.5%;
}

/* フッター パートナー名 */
.footer-partner-type-name{
  width:100%;
  line-height:30px;
  font-family: "Kosugi", sans-serif;
  font-weight:600;
  font-size: 14px;
  text-align:center;
  color:#ffffff;
}

/* フッター パートナー 要素 大 */
.footer-partner-list-large{
  width:60%;
  margin:0.7%;
  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:50%;
  margin:0.7%;
  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:40%;
  margin:0.7%;
  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: "Kosugi", 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: "Kosugi", sans-serif;
  font-size: 12px;
  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);
}

/* -------------------------------------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: "Kosugi", 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;
}

/* カテゴリー 要素全体(トップ画像含む) */
.category-article{
  width:100%;
}

/* カテゴリー 要素全体 */
.category{
  width:100%;
  padding:0px;
  background-color:#ffffff;
  margin: 0 auto;
}
.category img{
  vertical-align: middle;
  text-align:center;
  width:100%;
  margin:10px 0px 10px 0px;
}

/* カテゴリー 背景 黒 */
.category-bgc-black{
  background-color:#000000;
  display:inline-block;
  padding:0px 5% 25px 5%;
  width:100%;
}

/* カテゴリー 背景 青 */
.category-bgc-blue{
  background-color:#113479;
  display:inline-block;
  padding:0px 5% 25px 5%;
  width:100%;
}

/* カテゴリー 背景 黒 paddingなし */
.category-bgc-black-100{
  background-color:#000000;
  display:inline-block;
  padding:0px 0% 25px 0%;
  width:100%;
}

/* カテゴリー 背景 青 paddingなし */
.category-bgc-blue-100{
  background-color:#113479;
  display:inline-block;
  padding:0px 0% 25px 0%;
  width:100%;
}

/* カテゴリー サブタイトル 日本語 (h2) */
.category-subtitle-jp{
  color:#ffffff;
  text-align: center;
  font-family: "Kosugi", sans-serif;
  font-weight:700;
  font-size: 12px;
  width:100%;
  margin-top:3px;
  margin-bottom:20px;
}

/* カテゴリー サブタイトル 英語 */
.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-top:20px;
}

/* カテゴリー サブサブタイトル(h3) */
.category-subsubtitle{
  font-family: "Kosugi", sans-serif;
  font-size: 14px;
  font-weight:600;
  text-align:left;
  background-color:#ffffff;
  color:#000000;
  padding:5px;
  display:inline-block;
  margin:10px 0px 10px 0px;
}

/* カテゴリ 本文 */
.category-text{
  width:100%;
  color:#ffffff;
  font-family: "Kosugi", sans-serif;
  font-size: 14px;
  font-weight:400;
  margin:12px 0px 12px 0px;
  line-height:18px;
}

/* カテゴリ 本文 写真 */
.category-image{
  width:100%;
  vertical-align: middle; 
  display:inline-block;
  border-radius:14px;
  background-color:#ffffff;
  padding:5px;
  margin:12px 0px 12px 0px;
}
.category-image img{
  margin:0%;
  border-radius:10px;
  vertical-align:middle;
}

/* カテゴリ 本文 写真 50% 要素全体 */
.category-image-lists{
  width:100%;
  text-align:center;
  padding:12px 0px 12px 0px;
}

/* カテゴリ 本文 写真 50% */
.category-image-50{
  width:45%;
  margin:1.3% 1% 1.3% 1%;
  display:inline-block;
  border-radius:14px;
  background-color:#ffffff;
  padding:5px;
}
.category-image-50 img{
  margin:0%;
  border-radius:10px;
  vertical-align:middle;
}

/* カテゴリー 関連リンク ボタン 要素全体 */
.category-img-btn-lists{
  width:100%;
  padding:12px 0px 20px 0px;
  text-align:center;
}

/* カテゴリー 関連リンク ボタン */
.category-img-btn-list{
  width:45%;
  margin:1.3% 1% 1.3% 1%;
  display:inline-block;
  border-radius:14px;
  background-color:#ffffff;
  padding:5px;
}
.category-img-btn-list a{
}
.category-img-btn-list img{
  margin:0%;
  border-radius:10px;
  vertical-align:middle;
}
.category-img-btn-list :hover{
  filter: brightness(0.6);
}

/* カテゴリ 選手・スタッフ 要素全体 */
.category-member-lists{
  width:100%;
  text-align:center;
}

/* カテゴリ 選手・スタッフ 要素 */
.category-member-list{
  width:46%;
  text-align:center;
  display:inline-block;
  background-color:#000000;
  padding:2% 2% 2% 2%;
  margin:10px 1.5% 10px 1.5%;
}
.category-member-list img{
  width:100%;
  height:auto;
  margin:0px 0px 8px 0px;
}

/* 選手紹介 背番号と名前 要素 */
.category-member-info{
  margin:0px 0px 0px 0px;
  width:100%;
  text-align:center;
  margin:0px 0px 0px 0px;
}

/* カテゴリ 選手・スタッフ 背番号 */
.category-member-number{
  font-family: "League Gothic", sans-serif;
  font-size: 30px;
  font-weight:900;
  text-align:center;
  display:inline-block;
  text-align:right;
  float: right;
  width:25%;
  height:auto;
  color:#a68232;
}

/* 選手紹介スタッフ 肩書き */
.category-member-position{
  font-family: "Kosugi", sans-serif;
  font-size: 12px;
  font-weight:900;
  text-align:center;
  display:inline-block;
  text-align:right;
  float: right;
  height:auto;
  color:#a68232;
  margin:8px 0px -8px 0px;
}

/* カテゴリ 選手・スタッフ 名前 日本語 */
.category-member-name-jp{
  font-family: "Kosugi", sans-serif;
  font-size: 16px;
  font-weight:900;
  text-align:center;
  display:inline-block;
  text-align:left;
  float: left;
  color:#ffffff;
  width:75%;
  height:18px;
}

/* カテゴリ 選手・スタッフ 名前 英語 */
.category-member-name-en{
  font-family: "League Gothic", sans-serif;
  font-size:14px;
  font-weight:500;
  text-align:center;
  display:inline-block;
  text-align:left;
  float: left;
  color:#ffffff;
  width:75%;
  height:15px;
}

/* カテゴリTOP スライダー */
.category-top-slider{
  width:100%;
  height:auto;
  display:inline-block;
  margin:0px 0px 20px 0px;
}

/* カテゴリ 試合 順位表・星取表・トーナメント表 用写真 */
.category-match-image{
  width:100%;
  vertical-align: middle; 
  border: 4px solid #000000;
  margin:30px 0px 30px 0px;
}
.category-match-image img{
  vertical-align: middle; 
  margin:0px;
}

/* カテゴリ 試合 ページ内リンクボタン */
.category-match-tounament-linkbtn{
  font-family: "Kosugi", sans-serif;
  font-size: 14px;
  font-weight:400;
  display:inline-block;
  line-height:18px;
  width:100%;
  margin:5px 0px 5px 0px;
}
.category-match-tounament-linkbtn a{
  text-decoration:none;
  color:#ffffff;
  line-height:18px;
  padding:5px 5px 5px 5px;
}
.category-match-tounament-linkbtn :hover{
  color:#ffffff;
  background-color:#007bbb;
}
.category-match-tounament-linkbtn ::before {
  font-family:"Font Awesome 5 Free","Font Awesome 5 Brands";
  content: '\f35a';
}

/* カテゴリ 試合 要素全体 */
.category-match-lists{
  text-align:center;
}

/* カテゴリ 試合 要素 */
.category-match-list{
  width:100%;
  border: 4px solid #000000; 
  background-color:#ffffff;
  display:block;
  margin:30px 0px 30px 0px;
}

/* カテゴリ 試合 要素(左) */
.category-match-list-left{
  width:100%;
  background-color:#000000;
  display: flex;
  justify-content: center;
  margin:-4px 0px 0px 0px;
}

/* カテゴリ 試合 要素(右) */
.category-match-list-right{
  width:100%;
  display:inline-block;
  padding:0px 8px 0px 8px;
}

/* カテゴリ 試合 要素(左) 日程 */
.category-match-schedule{
  font-family: "Kosugi", sans-serif;
  font-size: 13px;
  line-height:22px;
  font-weight:500;
  color:#ffffff;
  margin:0px 5px 0px 5px;
}

/* カテゴリ 試合 要素(左) 大会名 */
.category-match-league{
  font-family: "Kosugi", sans-serif;
  font-size: 13px;
  line-height:22px;
  font-weight:500;
  color:#ffffff;
  margin:0px 5px 0px 5px;
}

/* カテゴリ 試合 要素(左) ラウンド・節 */
.category-match-section{
  font-family: "Kosugi", sans-serif;
  font-size: 13px;
  line-height:22px;
  font-weight:500;
  color:#ffffff;
  margin:0px 5px 0px 5px;
  background-color:#007bbb;
  padding:0px 5px 0px 5px;
}

/* カテゴリ 試合 要素(右) 試合会場 */
.category-match-stadium{
  font-family: "Kosugi", sans-serif;
  font-size: 12px;
  font-weight:500;
  text-align:center;
  color:#000000;
  width:100%;
  display:inline-block;
  vertical-align: middle;
  margin:15px 0px 5px 0px;
}

/* カテゴリ 試合 要素(右) 試合内容 */
.category-match-result{
  width:100%;
  height:40px;
  text-align:center;
  display:inline-block;
}

/* カテゴリ 試合 要素(右) ボタン要素 */
.category-match-linkbtn{
  width:100%;
  text-align:center;
  margin:0px 0px 10px 0px;
}

/* カテゴリ 試合 要素(右) ボタン */
.category-match-list-right-btn{
  font-family: "Kosugi", sans-serif;
  font-size: 14px;
  font-weight:500;
  background-color:#000000;
  color:#ffffff;
  text-align:center;
  padding:5px;
  display:inline-block;
}
.category-match-list-right-btn a{
  text-decoration:none;
  color:#ffffff;
}
.category-match-list-right-btn :hover{
  filter: brightness(0.6);
}

/* カテゴリ 試合 要素(右) チーム名 ホーム */
.category-match-teamname-home{
  display:none; 
}

/* カテゴリ 試合 要素(右) チーム名  ホーム 縦センター揃え用 */
.category-match-teamname-home-center{
  font-family: "Kosugi", sans-serif;
  font-size: 14px;
  font-weight:500;
  color:#000000;
  height:40px;
  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: "Kosugi", sans-serif;
  font-size: 14px;
  font-weight:500;
  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: "Kosugi", sans-serif;
  font-size: 14px;
  line-height:22px;
  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: "Kosugi", sans-serif;
  font-size: 14px;
  line-height:22px;
  font-weight:500;
  color:#ffffff;
  margin:0px 5px 0px 5px;
  display:inline-block;
}

/* カテゴリ 試合 要素(左) 結果画像 白文字・赤背景 */
.category-match-tounament-name-rd{
  font-family: "Kosugi", sans-serif;
  font-size: 14px;
  line-height:22px;
  font-weight:500;
  color:#ffffff;
  background-color:#dc143c;
  padding:0px 5px 0px 5px;
  margin:0px 5px 0px 5px;
  display:inline-block;
}

/* カテゴリ 正方形 ボタン 要素全体 */
.category-square-btn-lists{
  width:100%;
  align-items: center;
  justify-content: center;
  display:flex;
}

/* カテゴリ 正方形 ボタン */
.category-square-btn-list{
  width:60px;
  height:60px;
  color:#000000;
  border-radius:12px;
  background-color:#ffffff;
  display:inline-block;
  margin:4px;
}
.category-square-btn-list a{
  display:inline-block;
  text-decoration:none;
  padding:0px;
  border-radius:12px;
  width:60px;
  height:60px;
}
.category-square-btn-list :hover{
  background-color:#007bbb;
}

/* カテゴリ 正方形 ボタン 選択中 */
.category-square-btn-list-select{
  width:60px;
  height:60px;
  color:#ffffff;
  border-radius:12px;
  background-color:#007bbb;
  display:inline-block;
  margin:4px;
}
.category-square-btn-list-select a{
  display:inline-block;
  text-decoration:none;
  padding:0px;
  border-radius:12px;
  width:60px;
  height:60px;
}
.category-square-btn-list-select :hover{
  background-color:#007bbb;
}

/* カテゴリ 正方形 ボタン 文字 */
.category-square-btn-text{
  font-family: "Kosugi", sans-serif;
  font-size: 9px;
  font-weight:400;
  width:fit-content;
  color:#000000;
  text-align:center;
  width:60px;
  margin:0px 0px 0px 0px;
}

/* カテゴリ 正方形 ボタン アイコン */
.category-square-btn-icon{
  font-family: "Kosugi", sans-serif;
  font-size: 30px;
  font-weight:400;
  width:fit-content;
  color:#000000;
  text-align:center;
  width:60px;
  margin:7px 0px 5px 0px;
}

/* カテゴリ 広告 300x300 要素全体 */
.category-ad-300x300{
  width:100%;
  align-items: center;
  justify-content: center;
  display:flex;
  margin:50px 0px 0px 0px;
}

/* カテゴリ 遷移ボタン 要素全体 */
.category-back-btn{
  width:100%;
  align-items: center;
  justify-content: center;
  display:flex;
  margin:50px 0px 0px 0px;
}

/* カテゴリ コンタクト ボタン 要素全体 */
.category-contact-btn{
  width:100%;
  align-items: center;
  justify-content: center;
  display:flex;
  margin:15px 0px 35px 0px;
}

/* カテゴリー パートナー */
.category-partner{
  width:100%;
  text-align:center;
  margin:0px 0px 0px 0px;
  padding:0px 0px 30px 0px;
}

/* カテゴリー パートナー 要素全体 */
.category-partner-lists{
  width:100%;
  text-align:center;
}

/* カテゴリー パートナー ボタン要素 */
.category-partner-btn{
  width:100%;
  margin:15px 0px 15px 0px;
  text-align:center;
}

/* カテゴリー パートナー名 */
.category-partner-type-name{
  line-height:30px;
  font-family: "Kosugi", sans-serif;
  font-weight:600;
  font-size: 14px;
  color:#ffffff;
  width:100%;
  display:inline-block;
  margin:10px 0px 5px 0px;
}

/* カテゴリー パートナー 要素 大 */
.category-partner-list-large{
  width:60%;
  margin:0.7%;
  display:inline-block;
}
.category-partner-list-large img{
  width:100%;
  text-align:center;
  display:inline-block;
  margin:3px;
  box-shadow: 0px 0px 3px 0px #777777;
}
.category-partner-list-large a:hover{
  filter: brightness(0.6);
}

/* カテゴリー パートナー 要素 中 */
.category-partner-list-medium{
  width:50%;
  margin:0.7%;
  display:inline-block;
}
.category-partner-list-medium img{
  width:100%;
  text-align:center;
  display:inline-block;
  margin:3px;
  box-shadow: 0px 0px 3px 0px #777777;
}
.category-partner-list-medium a:hover{
  filter: brightness(0.6);
}

/* カテゴリー パートナー 要素 小 */
.category-partner-list-small{
  width:40%;
  margin:0.7%;
  display:inline-block;
}
.category-partner-list-small img{
  width:100%;
  text-align:center;
  display:inline-block;
  margin:3px;
  box-shadow: 0px 0px 3px 0px #777777;
}
.category-partner-list-small a:hover{
  filter: brightness(0.6);
}

/* カテゴリー ニュース 要素全体 */
.category-news-lists{
  width:100%;
  padding-bottom:20px;
}

/* カテゴリー ニュース 要素 */
.category-news-list{
  width:100%;
  margin:8px 0px 0px 0px;
}

/* カテゴリー ニュース タグ・日付 要素全体 */
.category-news-info{
  width:100%;
  height:18px;
  display:flex;
  margin:0px 0px 5px 0px;
}

/* カテゴリー ニュース カテゴリー */
.category-news-category{
  font-family: "Kosugi", sans-serif;
  font-size: 14px;
  line-height:18px;
  background-color:#ffffff;
  color:#000000;
  margin:0px 5px 0px 0px;
  padding:0px 3px 0px 3px;
}

/* カテゴリー ニュース 日付 */
.category-news-time{
  font-family: "Kosugi", sans-serif;
  font-size: 14px;
  line-height:18px;
  vertical-align:bottom;
  color:#ffffff;
  margin:0px 0px 0px 0px;
}

/* カテゴリー ニュース タイトル */
.category-news-title{
  font-family: "Kosugi", sans-serif;
  font-size: 14px;
  line-height:18px;
  color:#ffffff;
  border-bottom: 0.5px solid #ffffff;
  padding:0px 0px 5px 0px;
}
.category-news-title a{
  text-decoration:none;
  color:#ffffff;
}
.category-news-title :hover{
  background-color:#007bbb;
  color:#ffffff;
}

/* ニュース 記事一覧 要素全体 100%（※ニュースページ以外でも使用） */
.category-thumbnailnews-post-lists{
  text-align:center;
  display:inline-block;
  padding:0px 0px 0px 0px;
  width:100%;
}

/* ニュース記事 1つ1つ要素 */
.category-thumbnailnews-post-list{
  width:250px;
  height:auto;
  display:inline-block;
  margin:10px 10px 10px 10px;
  background-color:#ffffff;
  box-shadow: 0px 0px 5px 0px #777777;
  vertical-align:top;
}
.category-thumbnailnews-post-list a:hover{
  width:100%;
  height:100%;
  background-color:#ffffff;
}

/* ニュース記事 サムネイル要素 */
.category-thumbnailnews-post-list-thumbnail{
  width:100%;
  display:inline-block;
  padding:10px 10px 5px 10px;
}
.category-thumbnailnews-post-list-thumbnail img{
  width:100%;
  vertical-align:top;
  margin:0px;
}

/* ニュース記事 記事情報 要素全体 */
.category-thumbnailnews-post-list-info{
  text-align:left;
  display:block;
  padding:0px 10px 0px 10px;
}

/* ニュース記事 投稿時間 */
.category-thumbnailnews-post-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;
}

/* ニュース記事 タグ */
.category-thumbnailnews-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-thumbnailnews-post-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;
}

/* カテゴリ クラブ 特徴 要素全体 */
.category-club-point-lists{
  width:100%;
  text-align:center;
  padding:10px 0px 20px 0px;
}

/* カテゴリ クラブ 特徴 要素 */
.category-club-point-list{
  width:45%;
  height:210px;
  margin:2%;
  padding:2% 2% 2% 2%;
  display:inline-block;
  background-color:#ffffff;
  border-radius:8px;
  vertical-align:top;
  border: 4px solid #113479;
}

/* カテゴリ クラブ 特徴 画像 */
.category-club-point-img{
  width:100%;
  margin:0%;
}
.category-club-point-img img{
  border-radius:8px;
  margin:0%;
}

/* カテゴリ クラブ 特徴 タイトル */
.category-club-point-title{
  font-family: "Kosugi", 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: "Kosugi", 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:10px 0px 20px 0px;
}

/* カテゴリ クラブ 入団流れ 要素 */
.category-club-step-list{
  width:45%;
  height:300px;
  margin:2%;
  padding:2% 2% 2% 2%;
  display:inline-block;
  background-color:#ffffff;
  border-radius:15px;
  vertical-align:top;
  border: 4px solid #000000;
}

/* カテゴリ クラブ 入団流れ 数字 */
.category-club-step-number{
  font-family: "Kosugi", 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:0px 0px 0px 0px;
  overflow:hidden;
  width:fit-content;
  display:inline-block;
  border: 3px solid #000000;
}

/* カテゴリ クラブ 入団流れ アイコン */
.category-club-step-icon{
  font-size: 40px;
}

/* カテゴリ クラブ 入団流れ タイトル */
.category-club-step-title{
  font-family: "Kosugi", 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: "Kosugi", 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:100%;
  text-align:center;
  background-color:#ffffff;
  margin:70px 0px 20px 0px;
  padding:15px;
  display:inline-block;
  border-radius:20px;
}

/* カテゴリ クラブ 監督プロフィール 画像 */
.category-club-headcoach-profile-img{
  width:70%;
  margin:-80px 30% -20px 30%;
  display:inline-block;
  overflow:hidden;
  width:fit-content;
}
.category-club-headcoach-profile-img img{
  border-radius:50%;
  border: 8px solid #ffffff;
}

/* カテゴリ クラブ 監督プロフィール 肩書 */
.category-club-headcoach-profile-position{
  font-family: "Kosugi", 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: "Kosugi", 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: "Kosugi", sans-serif;
  font-size: 14px;
  font-weight:400;
  margin:10px 0px 10px 0px;
  line-height:20px;
  text-align:left;
  color:#000000;
}

/* カテゴリ 記事 スワイパー 要素全体 */
.category-news-swiper-contents{
  width: 100%;
  overflow: hidden;
}

/* カテゴリ 記事 スワイパー 要素 */
.category-news-swiper{
  width:300px;
  height:auto;
  display:inline-block;
  margin:15px 0px 15px 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: 12px;
  font-weight:400;
  line-height:18px;
  text-align:left;
  display:inline-block;
  color:#000000;
  padding:5px 10px 10px 10px;
  margin:0px 0px 0px 0px;
}

.category-pc-ad{
  width;100%;
  margin:40px 0px 40px 0px;
  text-align:center;
}

.category-mobile-ad{
  width:100%;
  display:block;
  margin:30px 0px 30px 0px;
  text-align:center;
}

.category-ad-300x300{
  width:300px;
  height:300px;
  background-color:#ffffff;
  display:inline-block;
  margin:0px 15px 0px 15px;
  text-align:center;
  vertical-align:middle;
}

/* カテゴリ 質問BOX 要素全体 */
.category-qa-contents{
  background-color:#000000;
  padding:6px;
  border-radius:10px;
  width:100%;
  margin:20px 0% 20px 0%;
}

/* カテゴリ 質問BOX 記述欄 */
.wpcf7 {
  width:100%;
  background: #ffffff;
  color: #000000;
  border-radius: 4px;
  font-size: 14px;
  padding: 10px 20px;
}

/* カテゴリ 質問BOX 記述欄 */
.wpcf7-form textarea {
  width:100%;
  height:auto;
  resize: vertical;
}

/* カテゴリ 質問BOX 送信ボタン */
.wpcf7-form input[type="submit"] {
  background-color:#113479;
  color:#ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: none;
  padding:3px 8px 3px 8px;
  border-radius:5px;
}
.wpcf7-form input[type="submit"]:hover {
  background-color: #ff4500;
}

/* -------------------------------------article-------------------------------------- */

/* 記事 要素全体 */
.article-contents{
  width:100%;
  margin:0px 0px 0px 0px;
  padding:15px 15px 15px 15px;
  background-color:#ffffff;
  display:inline-block;
  vertical-align:top;
}

/* 記事 公開時間とタグ要素全体 */
.article-info{
  width:100%;
  text-align:left;
  margin:0px 0px 0px 0px;
  vertical-align:middle;
}

/* 記事 公開時間 */
.article-time{
  text-align:left;
  font-family: "Kosugi", sans-serif;
  font-size: 14px;
  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: "Kosugi", sans-serif;
  font-size: 12px !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: "Kosugi", sans-serif;
  font-size:18px;
  line-height:24px;
  font-weight:600;
  margin:5px 0px 0px 0px;
}

/* 記事 サムネイル */
.article-thumbnail{
  width:100%;
}
.article-thumbnail img{
  width:100%;
  height:auto;
  vertical-align:middle;
  margin:10px 0px 10px 0px;
  box-shadow: 0px 0px 5px 0px #777777;
}

/* 記事 上部 広告 */
.article-top-ad{
  width:100%;
  height:auto;
  text-align:center;
  margin:10px 0px 20px 0px;
}

/* 記事 本文 */
.article-text{
  font-family: "Kosugi", sans-serif;
  text-align:left;
  margin:10px 0px 10px 0px;
}

/* 記事 見出し(h2) */
.article-subtitle{
  font-family: "Kosugi", sans-serif;
  font-size: 16px;
  font-weight:500;
  text-align:center;
  background-color:#113479;
  color:#ffffff;
  padding:1%;
  margin:20px 0px 20px 0px;
  border: 4px solid #000000;
}

/* 記事 見出し(h3) */
.article-subsubtitle{
  font-family: "Kosugi", sans-serif;
  font-size: 14px;
  font-weight:500;
  text-align:left;
  background-color:#000000;
  color:#ffffff;
  padding:5px;
  display:inline-block;
  margin:10px 0px 10px 0px;
}

/* 記事 パートナー企業リスト 要素 */
.article-partner-lists{
  width:100%;
  display:inline-block;
  text-align:center;
}

/* 記事 パートナー企業リスト 要素 */
.article-partner-list{
  display:inline-block;
  width:45%;
  margin:1%;
}
.article-partner-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 3px 0px #777777;
}
.article-partner-list a:hover{
  filter: brightness(0.4);
}

/* 記事 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;
}

/* -------------------------------------sidebar-------------------------------------- */

/* -------------------------------------single-------------------------------------- */

/* -------------------------------------end-------------------------------------- */





/* モバイル版 表示 終了 */
}


























/* カテゴリー 広告 表示・非表示 PC */
@media(min-width: 680px){
.category-ad-over680{
  display:inline-block;
  width:100%;
  background-color:#000000;
  text-align:center;
  padding:50px 0px 50px 0px;
}
.category-ad-max680{
  display:none;
}
}

@media(max-width: 680px){
.category-ad-over680{
  display:none;
}
.category-ad-max680{
  display:inline-block;
  width:100%;
  background-color:#000000;
  text-align:center;
  padding:30px 0px 50px 0px;
}
}


/* サイドバー 表示・非表示 PC */
@media(max-width: 960px){
sidebar{
  display:none;
}
}

