/* ファンクラブ・最新情報・スマフォ */

/* ページトップへ戻るボタン */
#pagetop { position:fixed; bottom:81px; right:0px; padding:0; z-index: 900;}
#pagetop img { width: 100px; }

@media screen and (min-width: 680px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 680px){   
  .pc { display:none; }
  .sp { display:block; }
}


html,body,table,th,td,div,p {
font-size: 100%;/* 文字サイズ */
line-height: 180%;
}

a {
text-decoration: none;/* --アンダーライン消す-- */
}

red { color: #961111; }

.container-grid {
width: 100%;
margin: 0px auto 0px auto;/*上・右・下・左*/
}




#Grid_NEWS_Day_list {
width: 250px;
background-color: #E0E0E0;/*背景色*/
color: #114c96;
text-align: center;
border-radius: 10px;/*角を丸くする*/
padding: 4px 10px 2px 10px;/*上・右・下・左*/
margin: 0px 0px 0px 0px;/*上・右・下・左*/
}








/* -- NEWS・個別ページ -- */
#Background_Grid_Single {
text-align: center;
max-width: 100%;
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
background-color: #FFFFFF;/*背景色*/
}
#Background_Main_Single {border: 1px solid #D5D5D5;
max-width: 100%;
text-align: center;
padding: 50px 10px 50px 10px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
}




/* -- トップページ・最新NEWS -- */
#Background_Grid_News {
text-align: center;
max-width: 100%;
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
background:linear-gradient(160deg, #FFFFFF 50%, #F3F3F3 50%);
}
#Background_Main_News {
max-width: 100%;
text-align: center;
padding: 0px 10px 30px 10px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
}
#Grid_Top_News {
max-width: 100%;
padding: 30px 10px 0px 10px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
}
.Grid_Top_News_text_up {/*2022・OFFICIAL FANCLUB NEWS*/
font-family: a-otf-midashi-mi-ma31-pr6n, serif;
font-style: normal;
font-weight: 600;
color: #676767;/* 文字色 */
font-size: 0.91em;/* 文字サイズ */
line-height: 100%;
padding: 10px 0px 0px 0px;/*上・右・下・左*/
margin: 0px auto 5px auto;/*上・右・下・左*/
}
.Grid_Top_News_text_bottom {/*2022・最新情報*/
font-family: a-otf-midashi-mi-ma31-pr6n, serif;
font-style: normal;
font-weight: 600;
color: #676767;/* 文字色 */
font-size: 2em;/* 文字サイズ */
line-height: 100%;
display: inline-block;
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 0px auto 20px auto;/*上・右・下・左*/
}



/*ニュース一覧*/
#Grid_News_Info {
max-width: 100%;
margin: 0px auto 20px auto;/*上・右・下・左*/
}
#Grid_News_Info ul {
list-style: none;
margin: 0px;
padding: 0px 0px 0px 0px;/*上・右・下・左*/
}
#Grid_News_Info li{
max-width: 100%;
margin-right: auto;
margin-left : auto;
text-align: left;
padding: 10px 0px;
border-bottom: 1px solid #D5D5D5;
list-style: none;
}
#Grid_News_Info li:first-child {
max-width: 100%;
margin-right: auto;
margin-left : auto;
text-align: left;
padding: 10px 0px;
border-top: 1px solid #D5D5D5;
border-bottom: 1px solid #D5D5D5;
list-style: none;
}
#Grid_News_Info li:hover {
color: #ffc103;
text-decoration: none;/* --アンダーライン消す-- */
background-color:#E3E3E3;
}
#Grid_News_Info li a {
color: #122844;
text-decoration: none;/* --アンダーライン消す-- */
display: block;
}
.font_news_time {
font-family: source-han-sans-japanese, sans-serif;
font-weight: 400;
font-style: normal;
color: #888888;/* 文字色 */
font-size: 100%;/* 文字サイズ */
line-height: 100%;
margin: 0px auto;
padding: 0px 10px 0px 10px;/*上・右・下・左*/
vertical-align: middle;/* ベースライン */
font-display: swap;
}
.font_news_info {
font-family: tbudmincho-std, sans-serif;
font-weight: 500;
font-style: normal;
font-size: 100%;/* 文字サイズ */
line-height: 130%;
padding-top: 10px;/*上・右・下・左*/
padding-bottom: 0px;/*上・右・下・左*/
font-display: swap;
font-feature-settings: "palt";/* 文字詰め */
text-align: justify;/*両端揃え*/
}



/*NEW*/
.News_NEW {
font-family: tbudmincho-std, sans-serif;
font-weight: 500;
font-style: normal;
color: #C80000; /* 文字色 */
font-size: 100%;/* 文字サイズ */
padding: 0px 0px 2px 10px;/*上・右・下・左*/
margin: 0px 0px 0px 0px;/*上・右・下・左*/
opacity: 1; /* 透明度 */
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0.3;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0.3;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0.3;}
    100% {opacity:1;}
}



#Category_Time {
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 0px auto;
display:flex;/* 文字中央整列 */
align-items: center;/* 文字中央整列 */
}
.Category_YMD {/*掲載日*/
font-family: tbudmincho-std, sans-serif;
font-weight: 500;
font-style: normal;
color: #747474;/* 文字色 */
font-size: 100%;/* 文字サイズ */
display: inline-block;
font-feature-settings: "palt";/* 文字詰め */
padding: 4px 0px 4px 0px;/*上・右・下・左*/
margin: 0px 0px 0px 10px;/*上・右・下・左*/
font-display: swap;
text-align: center;
}
.Category_Shoplist {
font-family: tbudmincho-std, sans-serif;
font-weight: 500;
font-style: normal;
font-size: 110%;/* 文字サイズ */
line-height: 130%;
padding-left:1em;
text-indent:-0.5em;
padding-top: 10px;/*上・右・下・左*/
padding-bottom: 0px;/*上・右・下・左*/
font-display: swap;
font-feature-settings: "palt";/* 文字詰め */
text-align: justify;/*両端揃え*/
}



/*マーク*/
.Mark_premiumgoods {/*プレミアムグッズ*/
background-color: #0074bf;/*背景色*/
border: 1px solid #0074bf;
color: #FFFFFF;/* 文字色 */
font-family: tbudmincho-std, sans-serif;
font-weight: 500;
font-style: normal;
font-size: 90%;
width: 130px;
line-height: 100%;
display: inline-block;
font-feature-settings: "palt";/* 文字詰め */
text-align: center;
font-display: swap;
text-decoration: none;
outline: none;
padding: 5px 10px 5px 10px;/*上・右・下・左*/
margin: 0px 10px 0px 0px;/*上・右・下・左*/
border-radius: 50px;/*角を丸くする*/
}
.Mark_event_fan {/*会員イベント*/
background-color: #dc143c;/*背景色*/
border: 1px solid #dc143c;
color: #FFFFFF;/* 文字色 */
font-family: tbudmincho-std, sans-serif;
font-weight: 500;
font-style: normal;
font-size: 90%;
width: 130px;
line-height: 100%;
display: inline-block;
font-feature-settings: "palt";/* 文字詰め */
text-align: center;
font-display: swap;
text-decoration: none;
outline: none;
padding: 5px 10px 5px 10px;/*上・右・下・左*/
margin: 0px 10px 0px 0px;/*上・右・下・左*/
border-radius: 50px;/*角を丸くする*/
}
.Mark_support_shop {/*サポートショップ*/
background-color: #3B9658;/*背景色*/
border: 1px solid #3B9658;
color: #FFFFFF;/* 文字色 */
font-family: tbudmincho-std, sans-serif;
font-weight: 500;
font-style: normal;
font-size: 90%;
width: 130px;
line-height: 100%;
display: inline-block;
font-feature-settings: "palt";/* 文字詰め */
text-align: center;
font-display: swap;
text-decoration: none;
outline: none;
padding: 5px 10px 5px 10px;/*上・右・下・左*/
margin: 0px 10px 0px 0px;/*上・右・下・左*/
border-radius: 50px;/*角を丸くする*/
}
.Mark_thespanic {/*チーム情報誌*/
background-color: #003657;/*背景色*/
border: 1px solid #003657;
color: #FFFFFF;/* 文字色 */
font-family: tbudmincho-std, sans-serif;
font-weight: 500;
font-style: normal;
font-size: 90%;
width: 130px;
line-height: 100%;
display: inline-block;
font-feature-settings: "palt";/* 文字詰め */
text-align: center;
font-display: swap;
text-decoration: none;
outline: none;
padding: 5px 10px 5px 10px;/*上・右・下・左*/
margin: 0px 10px 0px 0px;/*上・右・下・左*/
border-radius: 50px;/*角を丸くする*/
}
.Mark_thespanic_2022 {/*チーム情報誌*/
background-color: #003657;/*背景色*/
border: 1px solid #003657;
color: #FFFFFF;/* 文字色 */
font-family: tbudmincho-std, sans-serif;
font-weight: 500;
font-style: normal;
font-size: 90%;
width: 130px;
line-height: 100%;
display: inline-block;
font-feature-settings: "palt";/* 文字詰め */
text-align: center;
font-display: swap;
text-decoration: none;
outline: none;
padding: 5px 10px 5px 10px;/*上・右・下・左*/
margin: 0px 10px 0px 0px;/*上・右・下・左*/
border-radius: 50px;/*角を丸くする*/
}
.Mark_thespanic_2023 {/*チーム情報誌*/
background-color: #003657;/*背景色*/
border: 1px solid #003657;
color: #FFFFFF;/* 文字色 */
font-family: tbudmincho-std, sans-serif;
font-weight: 500;
font-style: normal;
font-size: 90%;
width: 130px;
line-height: 100%;
display: inline-block;
font-feature-settings: "palt";/* 文字詰め */
text-align: center;
font-display: swap;
text-decoration: none;
outline: none;
padding: 5px 10px 5px 10px;/*上・右・下・左*/
margin: 0px 10px 0px 0px;/*上・右・下・左*/
border-radius: 50px;/*角を丸くする*/
}
.Mark_matchdays {/*マッチデー*/
background-color: #003657;/*背景色*/
border: 1px solid #003657;
color: #FFFFFF;/* 文字色 */
font-family: tbudmincho-std, sans-serif;
font-weight: 500;
font-style: normal;
font-size: 90%;
width: 130px;
line-height: 100%;
display: inline-block;
font-feature-settings: "palt";/* 文字詰め */
text-align: center;
font-display: swap;
text-decoration: none;
outline: none;
padding: 5px 10px 5px 10px;/*上・右・下・左*/
margin: 0px 10px 0px 0px;/*上・右・下・左*/
border-radius: 50px;/*角を丸くする*/
}
.Mark_matchdays_2022 {/*マッチデー*/
background-color: #003657;/*背景色*/
border: 1px solid #003657;
color: #FFFFFF;/* 文字色 */
font-family: tbudmincho-std, sans-serif;
font-weight: 500;
font-style: normal;
font-size: 90%;
width: 130px;
line-height: 100%;
display: inline-block;
font-feature-settings: "palt";/* 文字詰め */
text-align: center;
font-display: swap;
text-decoration: none;
outline: none;
padding: 5px 10px 5px 10px;/*上・右・下・左*/
margin: 0px 10px 0px 0px;/*上・右・下・左*/
border-radius: 50px;/*角を丸くする*/
}
.Mark_matchdays_2023 {/*マッチデー*/
background-color: #003657;/*背景色*/
border: 1px solid #003657;
color: #FFFFFF;/* 文字色 */
font-family: tbudmincho-std, sans-serif;
font-weight: 500;
font-style: normal;
font-size: 90%;
width: 130px;
line-height: 100%;
display: inline-block;
font-feature-settings: "palt";/* 文字詰め */
text-align: center;
font-display: swap;
text-decoration: none;
outline: none;
padding: 5px 10px 5px 10px;/*上・右・下・左*/
margin: 0px 10px 0px 0px;/*上・右・下・左*/
border-radius: 50px;/*角を丸くする*/
}
.Mark_932ch {/*932ch*/
background-color: #303030;/*背景色*/
border: 1px solid #303030;
color: #FFFFFF;/* 文字色 */
font-family: tbudmincho-std, sans-serif;
font-weight: 500;
font-style: normal;
font-size: 90%;
width: 130px;
line-height: 100%;
display: inline-block;
font-feature-settings: "palt";/* 文字詰め */
text-align: center;
font-display: swap;
text-decoration: none;
outline: none;
padding: 5px 10px 5px 10px;/*上・右・下・左*/
margin: 0px 10px 0px 0px;/*上・右・下・左*/
border-radius: 50px;/*角を丸くする*/
}
.Mark_fan_club {/*ファンクラブ*/
background-color: #EE7B1A;/*背景色*/
border: 1px solid #EE7B1A;
color: #FFFFFF;/* 文字色 */
font-family: tbudmincho-std, sans-serif;
font-weight: 500;
font-style: normal;
font-size: 90%;
width: 130px;
line-height: 100%;
display: inline-block;
font-feature-settings: "palt";/* 文字詰め */
text-align: center;
font-display: swap;
text-decoration: none;
outline: none;
padding: 5px 10px 5px 10px;/*上・右・下・左*/
margin: 0px 10px 0px 0px;/*上・右・下・左*/
border-radius: 50px;/*角を丸くする*/
}
.Mark_present {/*プレゼント企画*/
background-color: #921318;/*背景色*/
border: 1px solid #921318;
color: #FFFFFF;/* 文字色 */
font-family: tbudmincho-std, sans-serif;
font-weight: 500;
font-style: normal;
font-size: 90%;
width: 130px;
line-height: 100%;
display: inline-block;
font-feature-settings: "palt";/* 文字詰め */
text-align: center;
font-display: swap;
text-decoration: none;
outline: none;
padding: 5px 10px 5px 10px;/*上・右・下・左*/
margin: 0px 10px 0px 0px;/*上・右・下・左*/
border-radius: 50px;/*角を丸くする*/
}



/*カテゴリー・検索*/
#Background_Category_Search {
padding: 50px 0px 20px 0px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
}

/*カテゴリー・ボタン*/
#Grid_Category_Title_S {/*OFFICIAL FANCLUB NEWS*/
font-family: montserrat, sans-serif;
font-weight: 500;
font-style: italic;
max-width: 100%;
color: #003657;/*文字色*/
font-size: 90%;
line-height: 100%;
text-align: center;
margin: 30px 0px 0px 0px;/* 上・右・下・左*/
}
#Grid_Category_Title_L {/*Category*/
font-family: montserrat, sans-serif;
font-weight: 900;
font-style: italic;
max-width: 100%;
color: #003657;/*文字色*/
font-size: 200%;
line-height: 100%;
text-align: center;
margin: 0px 0px 20px 0px;/* 上・右・下・左*/
}
#Background_Category {
display: flex;
display: -ms-flexbox; /* IE10 */
flex-wrap: wrap;
-ms-flex-wrap: wrap; /* IE10 */
padding: 0px 0px 10px 0px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
}
#Grid_Category_6 {
width: calc(100% / 2);/*3等分*/
display:flex;
}
#Grid_Category_icon {
font-size: 150%;/* 文字サイズ */
line-height: 100%;
text-align: center;
padding: 0px auto 0px auto;/*上・右・下・左*/
margin: 0px 0px 5px 0px;/*上・右・下・左*/
}
a.btn_fan_club {/*ファンクラブ*/
font-family: tbudmincho-std, sans-serif;
font-weight: 900;
font-style: normal;
font-size: 100%;/* 文字サイズ */
line-height: 100%;
text-decoration: none;
display: inline-block;
width: 100%;
color: #FFFFFF;/* 文字色 */
background-color: #EE7B1A;/*背景色*/
font-feature-settings: "palt";/* 文字詰め */
padding: 10px 0px 10px 0px;/*上・右・下・左*/
margin: 5px 5px 5px 5px;/*上・右・下・左*/
border-radius: 50px;/*角丸める*/
border: 1px solid #EE7B1A;
}
a.btn_fan_club:hover {
color: #EE7B1A;/* 文字色 */
background-color: #FFFFFF;/*背景色*/
text-decoration: none;
border: 1px solid #EE7B1A;
}
a.btn_event_fan {/*会員イベント*/
font-family: tbudmincho-std, sans-serif;
font-weight: 900;
font-style: normal;
font-size: 100%;/* 文字サイズ */
line-height: 100%;
text-decoration: none;
display: inline-block;
width: 100%;
color: #FFFFFF;/* 文字色 */
background-color: #dc143c;/*背景色*/
font-feature-settings: "palt";/* 文字詰め */
padding: 10px 0px 10px 0px;/*上・右・下・左*/
margin: 5px 5px 5px 5px;/*上・右・下・左*/
border-radius: 50px;/*角丸める*/
border: 1px solid #dc143c;
}
a.btn_event_fan:hover {
color: #dc143c;/* 文字色 */
background-color: #FFFFFF;/*背景色*/
text-decoration: none;
border: 1px solid #dc143c;
}
a.btn_support_shop {/*サポートショップ*/
font-family: tbudmincho-std, sans-serif;
font-weight: 900;
font-style: normal;
font-size: 100%;/* 文字サイズ */
line-height: 100%;
text-decoration: none;
display: inline-block;
width: 100%;
color: #FFFFFF;/* 文字色 */
background-color: #3B9658;/*背景色*/
font-feature-settings: "palt";/* 文字詰め */
padding: 10px 0px 10px 0px;/*上・右・下・左*/
margin: 5px 5px 5px 5px;/*上・右・下・左*/
border-radius: 50px;/*角丸める*/
border: 1px solid #3B9658;
}
a.btn_support_shop:hover {
color: #3B9658;/* 文字色 */
background-color: #FFFFFF;/*背景色*/
text-decoration: none;
border: 1px solid #3B9658;
}
a.btn_present {/*プレゼント企画*/
font-family: tbudmincho-std, sans-serif;
font-weight: 900;
font-style: normal;
font-size: 100%;/* 文字サイズ */
line-height: 100%;
text-decoration: none;
display: inline-block;
width: 100%;
color: #FFFFFF;/* 文字色 */
background-color: #921318;/*背景色*/
font-feature-settings: "palt";/* 文字詰め */
padding: 10px 0px 10px 0px;/*上・右・下・左*/
margin: 5px 5px 5px 5px;/*上・右・下・左*/
border-radius: 50px;/*角丸める*/
border: 1px solid #921318;
}
a.btn_present:hover {
color: #921318;/* 文字色 */
background-color: #FFFFFF;/*背景色*/
text-decoration: none;
border: 1px solid #921318;
}
a.btn_premiumgoods {/*プレミアムグッズ*/
font-family: tbudmincho-std, sans-serif;
font-weight: 900;
font-style: normal;
font-size: 100%;/* 文字サイズ */
line-height: 100%;
text-decoration: none;
display: inline-block;
width: 100%;
color: #FFFFFF;/* 文字色 */
background-color: #0074bf;/*背景色*/
font-feature-settings: "palt";/* 文字詰め */
padding: 10px 0px 10px 0px;/*上・右・下・左*/
margin: 5px 5px 5px 5px;/*上・右・下・左*/
border-radius: 50px;/*角丸める*/
border: 1px solid #0074bf;
}
a.btn_premiumgoods:hover {
color: #0074bf;/* 文字色 */
background-color: #FFFFFF;/*背景色*/
text-decoration: none;
border: 1px solid #0074bf;
}
a.btn_matchdays {/*マッチデープログラム*/
font-family: tbudmincho-std, sans-serif;
font-weight: 900;
font-style: normal;
font-size: 100%;/* 文字サイズ */
line-height: 100%;
text-decoration: none;
display: inline-block;
width: 100%;
color: #FFFFFF;/* 文字色 */
background-color: #003657;/*背景色*/
font-feature-settings: "palt";/* 文字詰め */
padding: 10px 0px 10px 0px;/*上・右・下・左*/
margin: 5px 5px 5px 5px;/*上・右・下・左*/
border-radius: 50px;/*角丸める*/
border: 1px solid #003657;
}
a.btn_matchdays:hover {
color: #003657;/* 文字色 */
background-color: #FFFFFF;/*背景色*/
text-decoration: none;
border: 1px solid #003657;
}
a.btn_thespanic {/*チーム情報誌*/
font-family: tbudmincho-std, sans-serif;
font-weight: 900;
font-style: normal;
font-size: 100%;/* 文字サイズ */
line-height: 100%;
text-decoration: none;
display: inline-block;
width: 100%;
color: #FFFFFF;/* 文字色 */
background-color: #003657;/*背景色*/
font-feature-settings: "palt";/* 文字詰め */
padding: 10px 0px 10px 0px;/*上・右・下・左*/
margin: 5px 5px 5px 5px;/*上・右・下・左*/
border-radius: 50px;/*角丸める*/
border: 1px solid #003657;
}
a.btn_thespanic:hover {
color: #003657;/* 文字色 */
background-color: #FFFFFF;/*背景色*/
text-decoration: none;
border: 1px solid #003657;
}
a.btn_932ch {/*932ch*/
font-family: tbudmincho-std, sans-serif;
font-weight: 900;
font-style: normal;
font-size: 100%;/* 文字サイズ */
line-height: 100%;
text-decoration: none;
display: inline-block;
width: 100%;
color: #FFFFFF;/* 文字色 */
background-color: #303030;/*背景色*/
font-feature-settings: "palt";/* 文字詰め */
padding: 10px 0px 10px 0px;/*上・右・下・左*/
margin: 5px 5px 5px 5px;/*上・右・下・左*/
border-radius: 50px;/*角丸める*/
border: 1px solid #303030;
}
a.btn_932ch:hover {
color: #303030;/* 文字色 */
background-color: #FFFFFF;/*背景色*/
text-decoration: none;
border: 1px solid #303030;
}

/*検索*/
#Background_Search {/*検索・一覧ボタン*/
width: 100%;
display: flex;
display: -ms-flexbox; /* IE10 */
flex-wrap: wrap;
-ms-flex-wrap: wrap; /* IE10 */
margin: 0px auto 0px auto;/*上・右・下・左*/
}
#Grid_Search_2 {
width: calc(100% / 1);/*3等分*/
display:flex;
}
.search-form {
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/	
}
.textbox{
font-family: tbudmincho-std, sans-serif;
font-weight: 500;
font-style: normal;
  width: 240px;
  padding: 10px 20px 10px 20px;/*上・右・下・左*/
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
font-size: 100%;
		border-radius: 50px;/*角を丸くする*/
}
.btn-submit {
font-family: tbudmincho-std, sans-serif;
font-weight: 900;
font-style: normal;
display: inline-block;
text-align: center;
text-decoration: none;/* --アンダーライン消す-- */
background-color: #ffdc03;
outline: none;
border: 1px solid #A9A9A9;
padding: 10px 10px 10px 10px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
border-radius: 10px;/*角を丸くする*/
}
.btn-submit::before,
.btn-submit::after {
position: absolute;
z-index: -1;
display: block;
content: '';
}
.btn-submit,
.btn-submit::before,
.btn-submit::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
}
.btn-submit {
color: #003759;/* 文字色 */
font-size: 100%;
background-image: -webkit-linear-gradient(top, #FFFFFF, #C1C1C1);
background-image: linear-gradient(to bottom, #FFFFFF, #C1C1C1);
}
.btn-submit:hover {
color: #A60000;/* 文字色 */
font-size: 100%;
background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
background-image: linear-gradient(to bottom, #FFFFFF, #FFFFFF);	
}
a.btn_others_B {/* 業務一覧・お問い合わせ */
font-family: tbudmincho-std, sans-serif;
font-weight: 900;
font-style: normal;
font-size: 110%;/* 文字サイズ */
line-height: 100%;
text-decoration: none;
display: inline-block;
width: 250px;
color: #FFFFFF;/* 文字色 */
background-color: #003759;/*背景色*/
font-feature-settings: "palt";/* 文字詰め */
padding: 20px 50px 20px 50px;/*上・右・下・左*/
margin: 10px auto 0px auto;/*上・右・下・左*/
border-radius: 50px;/*角丸める*/
border: 1px solid #003759;
}
a.btn_others_B:hover {
color: #003759;/* 文字色 */
background-color: #FFFFFF;/*背景色*/
text-decoration: none;
border: 1px solid #003759;
}



/*検索条件見つからない*/
#No-results_Grid {
max-width: 100%;
padding: 0px 0px 0px 0px;/* 上・右・下・左*/
margin: 15px auto 50px auto;/* 上・右・下・左*/
border: 1px solid #003759;
border-radius: 30px;/*角を丸くする*/
}
#No-results_title {
font-family: tbudmincho-std, sans-serif;
font-weight: 500;
font-style: normal;
color: #003759;/*文字色*/
font-size: 200%;/*文字サイズ*/
text-align: center;
padding: 50px 0px 0px 0px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
}
#No-results_text {
font-family: tbudmincho-std, sans-serif;
font-weight: 500;
font-style: normal;
color: #003759;/*文字色*/
font-size: 100%;/*文字サイズ*/
text-align: center;
padding: 0px 0px 50px 0px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
}





#Background_Grid_News_4 {
max-width: 100%;
display: flex;
display: -ms-flexbox; /* IE10 */
flex-wrap: wrap;
-ms-flex-wrap: wrap; /* IE10 */
margin: 0px auto 30px auto;/*上・右・下・左*/
}
#Grid_News_4 {
width: calc(100% / 2);/*3等分*/
display:flex;
}
#Grid_News_4_in {
font-family: tbudmincho-std, sans-serif;
font-weight: 500;
font-style: normal;
color: #003759;/*文字色*/
font-size: 90%;/*文字サイズ*/
position:relative;
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 5px 5px 5px 5px;/*上・右・下・左*/
}
#Grid_News_4_in img {
width: 100%;
height: auto;
margin: 0px auto 5px auto;/*上・右・下・左*/
}
#Grid_News_4_in img:hover {
opacity:0.5;/*透明度*/
}
/* NEWリボン */
.ribbon {
font-family: rift-soft, sans-serif;
font-style: normal;
font-weight: 600;
width: 100px;
height: 100px;
overflow: hidden;
position: absolute;
}
.ribbon::before,
.ribbon::after {
position: absolute;
z-index: -1;
content: '';
display: block;
}
.ribbon span {
position: absolute;
display: block;
width: 210px;
padding: 0px 0px 0px 0px;
background-color: #e6001a;
box-shadow: 0 5px 10px rgba(0,0,0,.1);
color: #FFFFFF;
font-size: 100%;/*文字サイズ*/
text-shadow: 0 1px 1px rgba(0,0,0,.2);
text-transform: uppercase;
text-align: center;
}
.ribbon-top-right {
top: -3px;
right: -3px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
border-top-color: transparent;
border-right-color: transparent;
}
.ribbon-top-right::before {
top: 0;
left: 0;
}
.ribbon-top-right::after {
bottom: 0;
right: 0;
}
.ribbon-top-right span {
left: -20px;
top: 8px;
transform: rotate(45deg);
}



#Background_maine_Blue {
text-align: center;
max-width: 100%;
padding: 50px 0px 50px 0px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
background-color:#003657;/*背景色*/
}
#Maine_Blue_Title_L {/*MATCHDAY*/
font-family: montserrat, sans-serif;
font-weight: 900;
font-style: italic;
max-width: 100%;
color: #FFFFFF;/*文字色*/
font-size: 300%;
line-height: 100%;
text-align: center;
margin: 0px 0px 0px 0px;/* 上・右・下・左*/
}
#Maine_Blue_Title_S {/*PROGRAM Thespanic-mini-*/
font-family: montserrat, sans-serif;
font-weight: 900;
font-style: italic;
max-width: 100%;
color: #f5cb1e;/*文字色*/
font-size: 100%;
line-height: 100%;
text-align: center;
margin: 0px 0px 0px 0px;/* 上・右・下・左*/
}
#Maine_Blue_Title_SS {/*THESPAKUSATSU GUNMA OFFICIAL FANCLUB*/
font-family: montserrat, sans-serif;
font-weight: 500;
font-style: italic;
max-width: 100%;
color: #FFFFFF;/*文字色*/
font-size: 50%;
line-height: 100%;
text-align: center;
margin: 0px 0px 10px 0px;/* 上・右・下・左*/
opacity: 0.5; /* 透明度 */
}
#Maine_Blue_Title_SSS {/*ホーム戦会場で配布しているザスパクサツ群馬選手情報！*/
font-family: tbudmincho-std, sans-serif;
font-weight: 500;
font-style: normal;
max-width: 100%;
color: #FFFFFF;/*文字色*/
font-size: 75%;
line-height: 150%;
text-align: center;
margin: 30px 0px 0px 0px;/* 上・右・下・左*/
}




/*NEWSグリッド*/
#Background_News {
text-align: center;
max-width: 100%;
background:linear-gradient(130deg, #EFEFEF 50%, #FFFFFF 50%);
padding: 10px 10px 50px 10px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
position: relative;/* 親要素 */
}
#Grid_News {
max-width: 100%;
margin: 0px auto 0px auto;/*上・右・下・左*/
}
#Grid_News img{
max-width: 100%;
height: auto;
margin: 0px auto 10px auto;/*上・右・下・左*/
}

/* 2022・マッチデーグリッド */
#Background_Matchdays {
text-align: center;
max-width: 100%;
background:linear-gradient(130deg, #003759 50%, #003D63 50%);
padding: 30px 10px 50px 10px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
position: relative;/* 親要素 */
}
#Grid_Matchdays {
max-width: 100%;
margin: 0px auto 0px auto;/*上・右・下・左*/
}
#Grid_Matchdays img{
max-width: 100%;
height: auto;
margin: 0px auto 0px auto;/*上・右・下・左*/
}
/* 2022・チーム情報誌 */
#Background_THESPANIC {
text-align: center;
max-width: 100%;
background:linear-gradient(130deg, #EFEFEF 50%, #FFFFFF 50%);
padding: 70px 10px 50px 10px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
position: relative;/* 親要素 */
}
#Grid_THESPANIC {
max-width: 100%;
margin: 0px auto 0px auto;/*上・右・下・左*/
}
#Grid_THESPANIC img{
width: 100%;
height: auto;
margin: 0px auto 0px auto;/*上・右・下・左*/
}
/* 2022・サポートショップ */
#Background_Support_Shop {
text-align: center;
max-width: 100%;
background:linear-gradient(130deg, #FFFFFF 50%, #FFFFFF 50%);
padding: 30px 10px 50px 10px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
position: relative;/* 親要素 */
}
#Grid_Support_Shop {
max-width: 100%;
margin: 0px auto 0px auto;/*上・右・下・左*/
}
#Grid_Support_Shop img{
max-width: 100%;
height: auto;
margin: 0px auto 0px auto;/*上・右・下・左*/
}
.back_Time {
font-family: belarius-serif-wide, sans-serif;
font-weight: 800;
font-style: italic;
color: #004977;/*文字色*/
font-size: 300%;/*文字サイズ*/
line-height: 100%;
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
position: absolute;/* 親要素からの相対位置 */
display: inline-block;/* インラインブロック化 */
white-space: nowrap;/* 折り返ししない */
top: 0%;
left: 1%;
}








/*個別タイトル*/
#Newsinfo_Title {
font-family: tbudmincho-std, sans-serif;
font-weight: 900;
font-style: normal;
color: #003759;/*文字色*/
font-size: 1.1em;
line-height: 120%;
font-feature-settings: "palt";/*文字詰め*/
text-align: justify;/*両端揃え*/
padding: 10px 0px 10px 0px;/* 上・右・下・左*/
margin: 10px 0px 15px 0px;/* 上・右・下・左*/
border-top: 1px solid #285b99;
border-bottom: 1px solid #285b99;
}
#Newsinfo_Time {
font-family: tbudmincho-std, sans-serif;
font-weight: 500;
font-style: normal;
color: #747474;/* 文字色 */
font-size: 80%;/* 文字サイズ */
line-height: 100%;
padding: 0px 0px 10px 0px;/*上・右・下・左*/
margin: 0px auto;
}
#Newsinfo_txt {
font-family: tbudmincho-std, sans-serif;
font-weight: 500;
font-style: normal;
color: #003759;/*文字色*/
font-size: 100%;/*文字サイズ*/
line-height: 180%;
text-align: justify;/*両端揃え*/
word-break: break-all;/*URL改行*/
padding: 0px 0px 0px 0px;/* 上・右・下・左*/
margin: 20px 0px 0px 0px;/* 上・右・下・左*/
}
#Newsinfo_txt a{
font-weight: 900;
text-decoration: none;/* --アンダーライン消す-- */
}
#Newsinfo_txt a:hover {
opacity: 0.5;/*透明度*/
font-weight: 900;
text-decoration: none;/* --アンダーライン消す-- */
}
#Newsinfo_txt p {
line-height: 180%;
text-align: justify;/*両端揃え*/
word-break: break-all;/*URL改行*/
padding: 5px 10px 5px 10px;/* 上・右・下・左*/
margin: 10px 0px 10px 0px;/* 上・右・下・左*/
}
h1,h2,h3,h4,h5,h6{
line-height: 100%;
padding: 30px 0px 0px 0px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
font-feature-settings: "palt";/*文字詰める*/
}
h1{
font-size: 150%;/*文字サイズ*/
}
h2{
font-size: 130%;/*文字サイズ*/
}
h3{
font-size: 100%;/*文字サイズ*/
}
h4{
font-size: 90%;/*文字サイズ*/
}
h5{
font-size: 80%;/*文字サイズ*/
}
h6{
font-size: 70%;/*文字サイズ*/
}
/*アイキャッチ画像下・前の記事・次の記事・ボタン*/
#Background_Grid_Prev_SNS_Next {
display: flex;
justify-content: space-between;
padding: 10px 0px 10px 0px;/* 上・右・下・左*/
margin: 0px 0px 0px 0px;/* 上・右・下・左*/
}
#Grid_pn_in_prev {
text-align: center;
}
#Grid_pn_in_next {
text-align: center;
}
.Prev_Next {
font-family: rift-soft, sans-serif;
font-weight: 700;
font-style: normal;
display: inline-block;
width: 100%;
text-align: center;
text-decoration: none;/* --アンダーライン消す-- */
background-color: #ffdc03;
outline: none;
border: 1px solid #A9A9A9;
padding: 15px 20px 15px 20px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
border-radius: 2px;/*角を丸くする*/
}
.Prev_Next::before,
.Prev_Next::after {
position: absolute;
z-index: -1;
display: block;
content: '';
}
.Prev_Next,
.Prev_Next::before,
.Prev_Next::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
}
.Prev_Next {
color: #003759;/* 文字色 */
font-size: 150%;
background-image: -webkit-linear-gradient(top, #FFFFFF, #C1C1C1);
background-image: linear-gradient(to bottom, #FFFFFF, #C1C1C1);
}
.Prev_Next:hover {
color: #A60000;/* 文字色 */
font-size: 150%;
background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
background-image: linear-gradient(to bottom, #FFFFFF, #FFFFFF);	
}
#Grid_NEWS_Day_SNS {
width: 100%;
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: -69px 0px 0px 0px;/*上・右・下・左*/
}
.sns__container {
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
}
.sns__container a {
text-align: center;
}
.sns__container a:hover {
opacity: 0.5;/*透明度*/
}
.sns__twitter {
color: #55acee;/*文字色*/
font-size: 40px;/*文字サイズ*/
margin: 0px 5px 0px 5px;/*上・右・下・左*/
border-radius: 5px;/*角丸める*/
}
.sns__facebook {
color: #3b5998;/*文字色*/
font-size: 40px;/*文字サイズ*/
margin: 0px 5px 0px 5px;/*上・右・下・左*/
border-radius: 5px;/*角丸める*/
}
.sns__line {
color: #1dcd00;/*文字色*/
font-size: 40px;/*文字サイズ*/
margin: 0px 5px 0px 5px;/*上・右・下・左*/
}
#Grid_NEWS_Day {
font-family: rift-soft, sans-serif;
font-weight: 700;
font-style: normal;
color: #003759;/*文字色*/
font-size: 140%;
line-height: 100%;
text-align: center;
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 0px 0px 0px 0px;/*上・右・下・左*/
}












.mfp_buttons {
text-align: center;
margin: 0px 0px 20px 0px;/*上・右・下・左*/
}
.submit {
font-family: tbudmincho-std, sans-serif;
font-weight: 900;
font-style: normal;
display: inline-block;
text-align: center;
text-decoration: none;
background-color: #ffdc03;
outline: none;
border:1px solid #9c9c9c;
padding: 10px 20px 10px 20px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
border-radius: 5px;/*角を丸くする*/
}
.submit::before,
.submit::after {
position: absolute;
z-index: -1;
display: block;
content: '';
}
.submit,
.submit::before,
.submit::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
}
.submit {
color: #003759;/*文字色*/
background-image: -webkit-linear-gradient(top, #FCFCFC, #E2E2E2);
background-image: linear-gradient(to bottom, #FCFCFC, #E2E2E2);
}
.submit:hover {
color: #003759;/*文字色*/
background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
background-image: linear-gradient(to bottom, #ffffff, #ffffff);	
}
secret_title {
color: #961111;/*文字色*/
}
#secret_text {text-align: center;
max-width: 100%;
color: #961111;/*文字色*/
font-size: 100%;
line-height: 150%;
padding: 30px 20px 30px 20px;/*上・右・下・左*/
margin: 30px auto 30px auto;/*上・右・下・左*/
border:1px solid #961111;
border-radius: 20px;/*角を丸くする*/
}


.screen-reader-text { display: none; }/*投稿ナビゲーション*/
.wp-block-embed__wrapper {
position: relative;
width: 100%;
padding-top: 56.25%;
}
.wp-block-embed__wrapper iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}
.wp-block-image {/*画像*/
width: 100%;
padding: 0px auto 0px auto;/*上・右・下・左*/
margin: 20px 0px 20px 0px;/*上・右・下・左*/
}
.wp-block-embed {/*YouTube*/
width: 100%;
padding: 0px auto 0px auto;/*上・右・下・左*/
margin: 20px 0px 20px 0px;/*上・右・下・左*/
}
figcaption {/*画像下キャプション*/
font-size: 90%;
line-height: 110%;
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 0px auto 20px auto;/*上・右・下・左*/
padding-left:1em; text-indent:-1em;
}




















/*2022・前の記事・次の記事・ボタン*/
#Background_Grid_Prev_Next {/* BOX-ブラック */
background: linear-gradient(90deg,#003759,#003759,#003759);/*背景色*/
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
position: relative;/* 親要素 */
}
#Main_Prev_Next {
max-width: 100%;
display: flex;
display: -ms-flexbox; /* IE10 */
flex-wrap: wrap;
-ms-flex-wrap: wrap; /* IE10 */
padding: 50px 0px 20px 0px;/* 上・右・下・左*/
margin: 0px auto 0px auto;/* 上・右・下・左*/
}
.back_PREV {
font-family: belarius-serif-wide, sans-serif;
font-weight: 800;
font-style: italic;
color: #747474;
font-size: 300%;/*文字サイズ*/
line-height: 100%;
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
position: absolute;/* 親要素からの相対位置 */
display: inline-block;/* インラインブロック化 */
white-space: nowrap;/* 折り返ししない */
top: 0%;
left: 0%;
opacity: 0.5; /* 透明度 */
}
.back_NEXT {
font-family: belarius-serif-wide, sans-serif;
font-weight: 800;
font-style: italic;
color: #747474;
font-size: 300%;/*文字サイズ*/
line-height: 100%;
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
position: absolute;/* 親要素からの相対位置 */
display: inline-block;/* インラインブロック化 */
white-space: nowrap;/* 折り返ししない */
top: 0%;
right: 0%;
opacity: 0.5; /* 透明度 */
}
#Grid_next_2 {
width: calc(100% / 2);/*3等分*/
display:flex;
}
#Grid_next_2 a {
overflow: hidden;/* --省略-- */
color: #FFFFFF;/*文字色*/
text-decoration: none;/* --アンダーライン消す-- */
}
#Grid_next_2 a:hover {
color: #FFFFFF;/*文字色*/
text-decoration: none;/* --アンダーライン消す-- */
}
#Grid_next_in {
position:relative;
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 0px 5px 0px 5px;/*上・右・下・左*/
}
#Grid_next_in img {
width: 100%;
height: auto;
}
#Grid_next_in img:hover {
opacity: 0.5; /* 透明度 */
}
#Grid_txt {
font-family: tbudmincho-std, sans-serif;
font-weight: 500;
font-style: normal;
font-size: 90%;/*文字サイズ*/
line-height: 150%;/*文字行間*/
text-align: center;
font-feature-settings: "palt";/* 文字詰め */
padding: 10px 0px 10px 0px;/*上・右・下・左*/
overflow: hidden;/* --省略-- */
text-overflow: ellipsis;/* --省略-- */
white-space: nowrap;/* --省略-- */
}





#Grid_News_title_S {/*OFFICIAL FANCLUB NEWS*/
font-family: montserrat, sans-serif;
font-weight: 500;
font-style: italic;
max-width: 100%;
color: #003657;/*文字色*/
font-size: 90%;
line-height: 100%;
text-align: center;
margin: 30px 0px 0px 0px;/* 上・右・下・左*/
}
#Grid_News_title_L {/*NEWS*/
font-family: montserrat, sans-serif;
font-weight: 900;
font-style: italic;
max-width: 100%;
color: #003657;/*文字色*/
font-size: 300%;
line-height: 100%;
text-align: center;
margin: 0px 0px 30px 0px;/* 上・右・下・左*/
}
#Maine_Category_Title_W_S {/*OFFICIAL FANCLUB NEWS*/
font-family: montserrat, sans-serif;
font-weight: 500;
font-style: italic;
max-width: 100%;
color: #FFFFFF;/*文字色*/
font-size: 90%;
line-height: 100%;
text-align: center;
margin: 30px 0px 0px 0px;/* 上・右・下・左*/
}
#Maine_Category_Title_W_L {/*Category*/
font-family: montserrat, sans-serif;
font-weight: 900;
font-style: italic;
max-width: 100%;
color: #FFFFFF;/*文字色*/
font-size: 300%;
line-height: 100%;
text-align: center;
margin: 0px 0px 30px 0px;/* 上・右・下・左*/
}






.NEWS_List {/*一覧ボタン*/
font-family: tbudmincho-std, sans-serif;
font-weight: 500;
font-style: normal;
line-height: 100%;
display: inline-block;
font-feature-settings: "palt";/* 文字詰め */
text-align: center;
font-display: swap;
text-decoration: none;
outline: none;
padding: 15px 30px 15px 30px;/*上・右・下・左*/
margin: 10px auto 0px auto;/*上・右・下・左*/
border-radius: 50px;/*角を丸くする*/
}
.NEWS_List::before,
.NEWS_List::after {
position: absolute;
z-index: -1;
display: block;
content: '';
}
.NEWS_List,
.NEWS_List::before,
.NEWS_List::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
}
.NEWS_List {
border: 1px solid #003657;
color: #FFFFFF;/* 文字色 */
font-size: 100%;
background-image: -webkit-linear-gradient(top, #003657, #003657);
background-image: linear-gradient(to bottom, #003657, #003657);
}
.NEWS_List:hover {
border: 1px solid #003657;
color: #003657;
font-size: 100%;
background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
background-image: linear-gradient(to bottom, #FFFFFF, #FFFFFF);	
}



















/* -- メニューボタン -- */
#Background_Maine_Grid_Button {
position: fixed;
bottom: 0;
padding: 0;
z-index: 1000;

text-align: center;
width: 100%;
background-color: #E1E1E1;/*背景色*/
border-top:5px solid #f5cb1e;;
margin: 0px auto 0px auto;/*上・右・下・左*/
}
#Background_Grid_Button {
max-width: 100%;
display: flex;
display: -ms-flexbox; /* IE10 */
flex-wrap: wrap;
-ms-flex-wrap: wrap; /* IE10 */
margin: 0px auto 0px auto;/*上・右・下・左*/
}
#Grid_Button {
width: calc(100% / 5);/*2等分*/
display: flex;
box-sizing: border-box;/*内側*/
border-left:1px solid #23528A;
border-right:1px solid #153152;
}
#Grid_Button_box {
width: 100%;
text-align: center;
margin: 20px auto 20px auto;/*上・右・下・左*/
}
a.Button_Link {
width: 100%;
color: #FFFFFF;/*文字色*/
text-align: center;
text-decoration: none;
background-image: linear-gradient(to bottom, #1E4675, #1E4675);
text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
a.Button_Link:hover {
color: #114c96;/*文字色*/
text-decoration: none;
background-image: linear-gradient(to bottom, #FFFFFF, #FFFFFF);
}
#Foot_icon {
display: none; overflow: hidden;
}
#Foot_S {
max-width: 100%;
text-align: center;
font-size: 0.6em;
line-height: 100%;
padding: 10px auto 0px auto;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
font-feature-settings: "palt";
}
#Foot_L {
font-family: rift-soft, sans-serif;
font-style: normal;
font-weight: 500;
text-align: center;
font-size: 100%;
line-height: 100%;
padding: 0px auto 0px auto;/*上・右・下・左*/
margin: 5px 0px 27px 0px;/*上・右・下・左*/
}
.menu_shop_smart_icon {
font-size: 170%;/* 文字サイズ */
padding: 0px 0px 2px 0px;/*上・右・下・左*/
}










/*ページネーション*/
.pagination h2.screen-reader-text { display: none; }/*投稿ナビゲーション消す*/
.pagination {
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 50px auto 0px auto;/*上・右・下・左*/	
}
.nav-links {
width: 100%;
display:flex;
justify-content: center;
}
.nav-links a {
text-decoration: none;/* --アンダーライン消す-- */
}
.nav-links a:hover {
text-decoration: none;/* --アンダーライン消す-- */
}
.pagination .page-numbers {
font-family: source-han-sans-japanese, sans-serif;
font-weight: 400;
font-style: normal;
display: inline-block;
font-size: 120%;
line-height: 120%;
color: #003759;/*文字色*/
border: 1px solid #B6B6B6;
background-color: #FFFFFF;/*背景色*/
padding: 5px 10px 5px 10px;/*上・右・下・左*/
margin: 3px 3px 3px 3px;/*上・右・下・左*/
border-radius: 50px;/*角丸める*/
}
.pagination .current {
font-family: source-han-sans-japanese, sans-serif;
font-weight: 400;
font-style: normal;
display: inline-block;
font-size: 120%;
line-height: 120%;
color: #FFFFFF;/*文字色*/
border: 1px solid #B6B6B6;
background-color: #003759;/*背景色*/
padding: 5px 10px 5px 10px;/*上・右・下・左*/
margin: 3px 3px 3px 3px;/*上・右・下・左*/
border-radius: 50px;/*角丸める*/
}
.pagination .prev,
.pagination .next {
background-color: #FFFFFF;/*背景色*/
box-shadow: none;
color: #003759;/*文字色*/
}
.pagination .dots {
background-color: #FFFFFF;/*背景色*/
box-shadow: none;
}