@charset "utf-8";
/*
Theme Name: スポーツチームNo.02
Theme URI: https://www.ad-frontier.jp/
Description: アドフロンティアのスポーツチームテーマです
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,input,select,textarea,button {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	box-sizing: border-box;
	letter-spacing:2px;
	font-family: "Century Gothic", "Hiragino Kaku Gothic ProN", "YuGothic", "Yu Gothic", "Bebas Neue", sans-serif;
	font-weight:400;
}

@media (max-width: 980px){
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,input,select,textarea,button {
	font-family: "Century Gothic", "Avenir-Light", "Hiragino Kaku Gothic ProN", "YuGothic", "Yu Gothic", "Bebas Neue", sans-serif;
}
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	scroll-behavior:smooth;
    font-size: 62.5%;
}

body {
	overflow:hidden;
	color:#111;
	font-family: "Century Gothic", "Hiragino Kaku Gothic ProN", "YuGothic", "Yu Gothic", "Bebas Neue", sans-serif;
	font-weight:400;
    font-size:1.6rem;/* 16px*/
    line-height: 1.6;
}

/*全体フェードイン*/
/*@media (min-width: 980px){
body {
    animation: BgfadeIn 1s ease 0s 1 normal;
    -webkit-animation: BgfadeIn 1s ease 0s 1 normal;
}
}

@keyframes BgfadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes BgfadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}*/

@media (max-width: 980px){
body {
	font-family: "Century Gothic", "Avenir-Light", "Hiragino Kaku Gothic ProN", "YuGothic", "Yu Gothic", "Bebas Neue", sans-serif;
}
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, dl, li, span, small, strong, b, a, dt, dd {
    font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
}

p {
	line-height:2;
}

section {
}

blockquote, q {
	quotes: none;
	box-sizing: border-box;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
	box-sizing: border-box;
}

input, textarea, {
	margin: 0;
	padding: 0;
	box-sizing:border-box;
}

a:focus {
	outline: none;
}

header:after, footer:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}

br {
	letter-spacing: 0;
}

img {
	width: auto;
	height:auto;
	max-width:100%;
	border: 0;
	vertical-align: bottom;
	box-sizing: border-box;
	vertical-align: top;
}

.clear {
	clear: both;
}

.border-none {
	padding-left:0 !important;
	border:none !important;
}

/*リスト*/
ul {
	list-style: none;
	box-sizing: border-box;
}
ol {
	box-sizing: border-box;
}

/*テーブル*/
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
}

.wp-block-table td, 
.wp-block-table th {
	padding:2rem 3rem;
	font-weight: normal;
	font-size:clamp(16px, 1.5vw, 18px);
}

.wp-block-table th {
}

caption, th {
	text-align: left;
	box-sizing: border-box;
}

@media (max-width: 980px){
.wp-block-table td,
.wp-block-table th {
    padding: 1rem;
	vertical-align:middle;
}
}

/*文字色のスタイル*/
a:link, a:visited {
	text-decoration: none;
	overflow: hidden;
	color:#111;
}

a:hover {
	text-decoration: none;
}

/*boxのスタイル*/
.box100 {
	display:block;
    clear: both;
    width: 100%;
    margin: 0 auto;
	padding-left:6rem;
	padding-right:6rem;
    position: relative;
}

.box1000 {
	display:block;
    clear: both;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.box1280 {
	display:block;
    clear: both;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.box1440 {
	display:block;
    clear: both;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

@media (max-width:1490px) {
#home .base {
	padding:0 3rem;
}
}

@media (max-width:1330px) {
.base {
	padding:0 3rem;
}
}

@media (max-width:980px) {
#home .base,
.base {
	padding:0 2rem;
}
}

/* 表示・非表示*/
.pc_none {
	display:none;
}

@media (max-width: 980px){
.pc_none {
	display:block;
}
.sp_none {
	display:none;
}
}

/*パン屑のスタイル*/
#breadcrumb {
	padding:2rem;
	background:#FAFAFA;
}

#breadcrumb ul {
	width:100%;
	margin:0 auto;
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	list-style:none;
}

#breadcrumb ul li {
	margin-right:0.5rem;
	letter-spacing:0;
	font-size:1.4rem;
}

#breadcrumb ul li:nth-child(1):before {
    content: "\f015";
    font-family: FontAwesome;
    margin-right:0.5rem;
}

#breadcrumb ul li a {
}

#breadcrumb ul li:after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left:0.5rem;
}

#breadcrumb ul li:last-child:after {
	content:none;
}

@media (max-width: 980px){
#breadcrumb {
	width:100%;
	padding:1rem 10px 1rem 10px;
	font-size:0.55em;
	letter-spacing:0;
}

#breadcrumb ul li {
	margin-right:0.25rem;
	font-size:1rem;
}

#breadcrumb ul li:after {
    margin-left:0.25rem;
}
#breadcrumb ul li a {
}
}

/*改行消す*/
@media (max-width: 980px){
.br_none {
	display:none;
}
}

/*hoverのスタイル*/ 
.fade {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-ms-transition: 0s ease-in-out;
}

.fade:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.fadein {
	opacity: 0;
	-webkit-transform: translate(0, 50px);
	transform: translate(0, 50px);
	transition: all 0.5s;
}

.fadein-left {
	opacity: 0;
	-webkit-transform: translate(-50px, 0);
	transform: translate(-50px, 0);
	transition: all 0.5s;
}

.fadein-right {
	opacity: 0;
	-webkit-transform: translate(50px, 0);
	transform: translate(50px, 0);
	transition: all 0.5s;
}

.fadein.scrollin,
.fadein-left.scrollin,
.fadein-right.scrollin {
    opacity: 1;
  -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

@keyframes SlideUp {
0% {
    opacity: 0;
    transform: translateY(50px);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}

/*scaleのスタイル*/
.scale {
	overflow: hidden;
}
.scale img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-ms-transition: 0s ease-in-out;
}
.scale img:hover {
	webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

/*ホバーマスク*/
.hover-mask {
  align-items: center; /* テキストの中央揃え */
  background: rgba(0, 0, 0, 0.7); /* マスクの色(黒の70%) */
  bottom: 0;
  color: #fff; /* テキストの色 */
  display: flex; /* テキストの中央揃え */
  height: auto;
  justify-content: center; /* テキストの中央揃え */
  left: 0;
  opacity: 0; /* 最初は透明(非表示) */
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .6s ease; /* ゆっくりopacityのみへ変化させる */
  width: 100%;
}
.hover-mask:hover {
  opacity: 1; /* hoverしたら透過しない(表示させる) */
}

.hover-mask p {
  width: 90%; /* テキストを横幅いっぱいにならないようにする */
}

@media (max-width: 980px){
.hover-mask p {
  width: 90%; /* テキストを横幅いっぱいにならないようにする */
}
}

/*ボトムマージンと幅など*/
.bottom10 {	margin-bottom:1rem;}
.bottom15 {	margin-bottom:1.5rem;}
.bottom20 {	margin-bottom:2rem;}
.bottom30 {	margin-bottom:3rem;}
.bottom40 {	margin-bottom:4rem;}
.bottom45 {	margin-bottom:4.5rem;}
.bottom50 {	margin-bottom:5rem;}
.bottom60 {	margin-bottom:6rem;}
.bottom75 {	margin-bottom:7.5rem;}
.bottom90 {	margin-bottom:9rem;}
@media (max-width: 980px){
.bottom10 {margin-bottom:0.5rem;}
.bottom15 {	margin-bottom:1rem;}
.bottom20 {	margin-bottom:1rem;}
.bottom30 {	margin-bottom:1.5rem;}
.bottom40 {	margin-bottom:1.5rem;}
.bottom45 {	margin-bottom:2rem;}
.bottom50 {	margin-bottom:2.5rem;}
.bottom60 {	margin-bottom:3rem;}
.bottom75 {	margin-bottom:3.5rem;}
.bottom90 {	margin-bottom:4.5rem;}
}

.top10 {
	margin-top:10px !important;
}

.padding0 { padding-right:0 !important; padding-left:0 !important; }

.w18 {width:18%;}
.w19 {width:19%;}
.w20 {width:20%;}
.w23 {width:23%;}
.w24 {width:24%;}
.w25 {width:25%;}
.w27 {width:27%;}
.w28 {width:28%;}
.w30 {width:30%;}
.w32 {width:32%;}
.w33 {width:33.3333%;}
.w34 {width:34%;}
.w36 {width:36%;}
.w37 {width:37%;}
.w40 {width:40%;}
.w42 {width:42%;}
.w45 {width:45%;}
.w46 {width:46%;}
.w47 {width:47%;}
.w48 {width:48%;}
.w49 {width:49%;}
.w50 {width:50%;}
.w52 {width:52%;}
.w55 {width:55%;}
.w57 {width:57%;}
.w60 {width:60%;}
.w65 {width:65%;}
.w66 {width:66%;}
.w67 {width:67%;}
.w70 {width:70%;}
.w77 {width:77%;}
.w96 {width:96%; margin:0 auto;}

.textcenter { text-align:center; }
.textright { text-align:right; }
.textleft { text-align:left; }

.gmap iframe {
	width:100%;
}

/*共通*/

/*@media screen and (min-width:981px){
#header,
#main_slide_wrapper,
#wrapper,
#footer {
	width:calc(100% - 85px);
}
}*/


.js-loading {
	position: relative; /* アニメーションを動作させるために必要 */
}

.loading {
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	overflow:hidden;
	z-index:100;
	scrollbar-gutter:stable;
}

.loading img{
	width: 99px;
	position:relative;
	top:-2%;
}

#wrapper {
}

#main {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	box-sizing:border-box;
}

#main p {
	font-size: clamp(16px, 1.4vw, 18px);
}

#primary {
	width:100%;
}

@media (max-width: 980px){
.loading img{
	width:68px;
	top:-2%;
}

#wrapper {
}

#main {
	padding:0;
}

#primary {
	width:100%;
	margin-bottom:0;
}
}

/*フレックスボックス*/
.flex_wrapper {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}

.flex_wrapper:after {
	content:none;
}

.jc-spc_btw {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.jc-center {
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}

.ai-center {
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
}

.fd-row_r {
	flex-direction:row-reverse; /*逆順*/
}

/*順番に表示する*/
.chain01,
.chain02,
.chain03,
.chain04,
.chain05,
.chain06 {
  opacity : 0;
  transition : all 1s;
}
  
.chain01.fadein-chain,
.chain02.fadein-chain,
.chain03.fadein-chain,
.chain04.fadein-chain,
.chain05.fadein-chain,
.chain06.fadein-chain {
  opacity : 1;
}

/*pagenav*/
.pagenav {
	margin-top:6rem;
	text-align:center;
}

.pagenav ul {
	clear: both;
	padding: 3rem 0;
	text-align: center;
}
a.page-numbers, .pagenav .current {
	background: #fff;
	border: solid 1px #FFF;
	padding: 5px 10px;
	margin: 5px 2px;
	text-decoration: none;
}
.pagenav .current {
	background: #000;
	border: solid 1px #FFF;
	color: #fff;
}

@media (max-width: 980px) {
.pagenav {
	margin-top:3rem;
	clear: both;
	font-size:1.2rem;
}
}

/*ページトップ
***************************************/
div.scroll-btn {
	position: fixed;
	right: 1.75rem;
	z-index: 10000;
}

div.scroll-btn a {
	background: rgba( 204, 204, 204, 0.5);
	width: 50px;
	height: 50px;
	display: block;
	text-align: center;
	transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
}

div.scroll-btn a:hover {
	background: #111;
}

div.scroll-btn a i {
	font-size: 60px;
	line-height: .8;
	color: #fff;
	opacity: .8;
	transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out
}

div.scroll-btn small {
	display:none;
}

div.scroll-btn a:hover i {
	color: #FFF;
	opacity: 1;
}

/*スマホ用コンタクトボタン
***************************************/
/*
@media screen and (min-width:981px){
#pc_contact {
	position:fixed;
	right:0;
	top:0;
	background:#15308f;
	width:85px;
	height:100%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#pc_contact ul {
	width:100%;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

#pc_contact ul li {
	display:inline-block;
	text-align:center;
	width:100%;
}

#pc_contact ul li:nth-child(2) {
	background:#00B900;
}

#pc_contact ul li:nth-child(3) {
	background:#ea570f;
}

#pc_contact ul li a {
	color:#FFF;
	width:100%;
	padding:2rem 1rem;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-weight:700;
	font-size:1em;
	font-family:Arial, Helvetica, "Noto Sans JP", sans-serif;
	letter-spacing:0;
}

#pc_contact ul li a span {
	text-combine-upright: all;
	font-weight:bold;
}

#pc_contact ul li a img {
	margin-bottom:0.5rem;
}
}

@media (max-width:980px) {
#pc_contact {
    position: fixed !important;
    bottom: 0;
    right: 0;
	width: 100%;
	z-index:9999;
	border-top:1px solid #FFF;
}

#pc_contact ul {
	position:relative;
}

#pc_contact li a {
    background: #15308f;
    text-decoration: none;
    color: #fff;
    width: 33.333%;
    padding: 15px 0;
    text-align: center;
    display: block;
	float: left;
	font-size:0.9em;
	border-right: 1px solid #FFF;
}

#pc_contact li:nth-child(2) a {
	background:#ea570f;
}

#pc_contact li:nth-child(3) a {
	background:#00B900;
}

#pc_contact li:last-child a {
	border-right:none;
}
#pc_contact a:hover {
    text-decoration: none;
}

#pc_contact li a img {
	margin-right:0.5rem;
	max-width:24px;
}
}*/

/* インスタグラムパーツ*/
#sb_instagram {
	padding-top:4.5rem !important;
}

#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3 {
	border:none !important;
}

/*装飾*/
.head-border {
    display: flex;
    align-items: center;
}

.head-border:before,
.head-border:after {
    content: "";
    height: 3px;
    flex-grow: 1;
    background-color: #15308f;
}

.head-border:before {
    margin-right: 3rem;
}

.head-border:after {
    margin-left: 3rem;
}


.head-border-oneside {
    display: flex;
    align-items: center;
}

.head-border-oneside {
    display: flex;
    align-items: center;
}

.head-border-oneside:before {
    content: "";
    height: 3px;
    flex-grow: 1;
    background-color: #15308f;
}

.head-border-oneside:before {
    margin-right: 3rem;
}

.head-fuki01 {
    position: relative;
	padding-bottom:3rem;
    border-bottom: 3px solid #15308f;
    color: black;
    font-weight: bold;
    text-align: center;
}

.head-fuki01:before,
.head-fuki01:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

.head-fuki01:before {
    border: 16px solid;
    border-color: transparent;
    border-top-color: #15308f;
    margin-left: -14px;
}

.head-fuki01:after {
    border: 12px solid;
    border-color: transparent;
    border-top-color: white;
    margin-left: -10px;
}

@media (max-width: 980px){
.head-fuki01 {
	padding-bottom:1.5rem;
}
.head-border-oneside:before {
    margin-right: 1.5rem;
}
}

/*もっと見る*/
.readmore {
  position: relative;
  padding: 0 0 12rem;
}

.readmore-content {
  position: relative;
  height: 500px;
  transition: all .4s;
  overflow: hidden;
}

.readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75px;
  transition: all .4s;
  background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100% );
  z-index:100;
 }

.readmore-content.is_open:before{
  display: none;
}

.readmore button{
	position: absolute;
	display: table;
	left: 50%;
	bottom: 0px;
	margin: 0 auto;
	width: 300px;
	padding: 1.5rem 3rem;
	color: #fff;
	text-align: center;
	border-radius: 6rem;
	background-color: #15308f;
	transform: translateX(-50%);
	cursor: pointer;
	z-index: 1;
	transition: all .4s;
	font-size: clamp(16px, 1.5vw, 18px);
}

/*タブ*/
.tab6 {
	width: 100%;
	margin: 0 auto;
}

.tab6 .tab-content {
	background:#F7F7F7;
}

.tab6 label {
	display: inline-block;
	margin: 0;
	padding: 1rem;
	width:50%;
	float:left;
	
	display: inline-block;
	cursor: pointer;
	background: #EEE;
	color:#000;
	text-align:center;
	box-sizing:border-box;
	letter-spacing:0;
	font-size:1.2em;
}

.tab6 label:hover {
  background: #FFF;
}
.tab6 input:checked + label {
	background: #15308f;
	color: white;
	position:relative;
}

.tab6 input {
  display: none;
}
.tab6 #tab6-b1,
.tab6 #tab6-b2,
.tab6 #tab6-b3,
.tab6 #tab6-b4,
.tab6 #tab6-b5,
.tab6 #tab6-b6,
.tab6 #tab6-b7 {
  display: none;
}
.tab6 #tab6-1:checked ~ #tab6-b1,
.tab6 #tab6-2:checked ~ #tab6-b2,
.tab6 #tab6-3:checked ~ #tab6-b3,
.tab6 #tab6-4:checked ~ #tab6-b4,
.tab6 #tab6-5:checked ~ #tab6-b5,
.tab6 #tab6-6:checked ~ #tab6-b6,
.tab6 #tab6-7:checked ~ #tab6-b7 {
	display: block;
	clear:both;
	padding:3rem;
	border-top:5px solid #15308f;
}

.tab6 .tab-content table th,
.tab6 .tab-content table td  {
	border:1px solid #DDD;
	background:#FFF;
	font-size:0.9em;
	padding:1rem;
	vertical-align:middle;
}

.tab6 .tab-content table th {
	text-align:center;
}

.tab6 .tab-content table td {
}

.tab6 .tab-content table th:nth-child(1) {width:15%;}
.tab6 .tab-content table th:nth-child(2) {width:15%;}
.tab6 .tab-content table th:nth-child(3) {width:50%;}
.tab6 .tab-content table th:nth-child(4) {width:20%;}

.tab6 .tab-content table td[colspan] {
	background:#FAFAFA;
}


@media (max-width:980px) {
.tab6 {
	border-top:0;
}

.tab6 label {
    font-size: 0.9em;
	margin:0;
	border-radius:0;
	width:50%;
	padding:0.6rem 0.5rem;
}

.tab6 #tab6-1:checked ~ #tab6-b1,
.tab6 #tab6-2:checked ~ #tab6-b2,
.tab6 #tab6-3:checked ~ #tab6-b3,
.tab6 #tab6-4:checked ~ #tab6-b4,
.tab6 #tab6-5:checked ~ #tab6-b5,
.tab6 #tab6-6:checked ~ #tab6-b6,
.tab6 #tab6-7:checked ~ #tab6-b7 {
	padding:0;
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
}

.tab6 .tab-content > div {
	overflow-x:scroll;
	position:relative;
	height:500px;
}

.tab6 .tab-content table {
	width:calc(100% - 1rem);
}

.tab6 .tab-content table th {
	word-break:keep-all;
	white-space: nowrap;
}

.tab6 .tab-content table td {
	word-break:keep-all;
	white-space: nowrap;
}
}

/*グーグルキャプチャ*/
.grecaptcha-badge {
	bottom:140px !important;
	
}


@media (max-width: 1500px){
}

@media (max-width: 1200px){
}

@media (max-width: 980px){
}

@media (max-width: 980px){
}


/* header */
#header {
	position:relative;
	z-index:10;
	height:115px;
	background-size:100%;
	border-bottom:3px solid #FFF;
	
	position:fixed;
	width:100%;
}

#header h1 {
	position:absolute;
	left:2rem;
	top:1.5rem;
	color:#FFF;
	font-size:clamp(10px, 1vw, 14px);
	z-index:10;
}

#header .header_left {
	width:100%;
	max-width:99px;
	z-index:10;
	text-align:center;
	
	/*中央*/
	position: absolute;
	left: 50%;
	top: 2em;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	margin: auto;
	display:inline-block;
}

#header .header_left img {
	width:100%;
	height:auto;
}

#header .header_right {
	width:100%;
	position: relative;
	z-index: 5;
	padding: 50px 0 0 0;
}

#header .header_tel {
}

#header .header_tel p {
}

@media (max-width: 1280px) {
}

@media (max-width: 1120px) {
}

@media (max-width: 980px) {
#header {
	height:62px;
}

#header h1 {
	top:1.4rem;
	left:1rem;
	letter-spacing:-1px;
}

#header > div {
    padding: 1.5rem 1rem;
}

#header .header_left {
	width:68px;
	top: 0.4em;
	
	left: 50%;
	transform: translateX(-50%);
}

#header .header_left img {
}

#header .header_tel {
}
}

/* nav */
nav#gnav {
  height: 62px;
  position: static;
  z-index: 7;
  display: block;
  background: #5b0303;
  text-align: center;
}

nav#gnav ul {
}

nav#gnav ul {
	max-width: 1440px;
	height: 62px;
	margin: 0 auto;
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position:relative;
}

nav#gnav > ul li {
	position: relative;
}

nav#gnav > ul > li {
	position:relative;
	width:12%;
}

nav#gnav > ul > li:nth-child(4) {
	margin-right:2%;
}

nav#gnav > ul > li:nth-child(5) {
	margin-left:2%;
}

nav#gnav > ul > li > a:after {
}

nav#gnav > ul > li > a {
	font-size:1em;
	width:100%;
	display:block;
	padding: 1.5rem 0;
	text-align: center;
	color:#FFF;
}

nav#gnav > ul > li > a:before {
	width: 1px;
	height: 62px;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	margin: auto 0;
	background-color: rgba(255,255,255,0.2);
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}

nav#gnav > ul > li:last-child > a:after {
	width: 1px;
	height: 62px;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	margin: auto 0;
	background-color: rgba(255,255,255,0.2);
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
	right:0;
}

nav#gnav > ul > li:first-child > a {
}

nav#gnav > ul > li.current_page_item a {
}

nav#gnav ul li a:hover {
}

nav#gnav ul:after {
	display: block;
	clear: both;
	content: '';
}
nav#gnav ul li:not(:first-child) {
	border-left: none;
}
nav#gnav ul li:hover {
	text-decoration:none;
}
nav#gnav ul li a {
	text-decoration: none;
	font-weight:bold;
	white-space: nowrap;
	font-size: clamp(13px, 1.2vw, 16px);
}
nav#gnav ul ul {
	position: absolute;
	top: 100%;
	z-index:100;
}
nav#gnav ul ul li {
	float: none;
	margin: 0;
	border-bottom:1px solid #FFF;
}

nav#gnav ul ul li:last-child {
	border-bottom:none;
}
nav#gnav ul ul li a {
	color:#FFF;
	padding:0.75rem 1.5rem;
	display:block;
	background:#111;
	font-size: clamp(13px, 1.2vw, 14px);
}

nav#gnav ul ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right:0.5rem;
}

nav#gnav ul ul li a:hover {
	background:rgba(0,0,0,0.8);
}

nav#gnav ul ul li:not(:first-child) {
}

nav#gnav ul ul ul {
	display:none;
	position: absolute;
	left: 100%;
}

nav#gnav ul ul {
  visibility: hidden;
  opacity: 0;
  transition: .2s ease-in-out;
}

nav#gnav ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1120px) {
nav#gnav ul {
    margin-right: 1.5rem;
}

nav#gnav > ul > li > a {
	padding:1.5rem 0;
}
}

@media (max-width: 980px) {
nav#gnav {
	display: none;
}
}

/* footer */
#footer #footer_box {
	padding-top:7.5rem;
	padding-bottom:7.5rem;
	position:relative;
}

#footer #footer_box:before {
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	background:rgba(0,0,0,0.5);
	width:100%;
	height:100%;
}

#footer #footer_box > .box1440 {
		display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	align-items:flex-end;
}


#footer_info {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: flex-start; /* 横方向中央揃え（Safari用） */
	justify-content: flex-start; /* 横方向中央揃え */
}

#footer_info h3 {
	font-weight:normal;
	width: 100%;
	max-width:99px;
	margin-right:1.5rem;
}

#footer_info dl {
	color:#FFF;
	font-size:clamp(14px, 1.2vw, 16px);
}

#footer_nav p {
	text-align:right;
}

#footer_nav p a {
	display:inline-block;
	margin-right:1rem;
}

#footer_nav p a img {
	max-height:60px;
	width:auto;
}

#footer_nav p a:last-child {
	margin-right:0;
}

#footer #footer_nav ul {
	text-align:right;
}

#footer #footer_nav ul li {
	display:inline-block;
	margin-right:1rem;
    line-height: 1;
}

#footer #footer_nav ul li:last-child {
	margin-right:0;
	padding-right:0;
	border:none;
}

#footer #footer_nav ul li a {
	color:#FFF;
	font-size:clamp(13px, 1.2vw, 16px);
	
}

#copy {
}

#copy small {
	display:block;
	text-align:center;
	padding-top:1.5rem;
	padding-bottom:1.5rem;
	color:#FFF;
}

@media (max-width: 980px) {
#footer #footer_box {
	padding-top:4.5rem;
	padding-bottom:4.5rem;
	/*パララックス用*/
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	min-height:260px;
    z-index: 2;
}

#footer_info {
	width:100%;
	margin-bottom:0;
}

#footer_info h3 {
	margin:0 auto 1.5rem auto;
	max-width:99px;
}

#footer_info dl {
	width:100%;
	text-align:center;
	margin-bottom:2rem;
}

#footer_info dl dt {
	width:100%;
}

#footer_info dl dd {
	width:100%;
}

#footer_box {
	width:100%;
}

#footer #footer_nav {
	width:100%;
	margin-bottom:0;
	margin-top: auto;
}

#footer_nav p {
	text-align:center;
}


#footer #footer_nav ul {
	text-align:center;
}

#copy small {
	padding-top:1.5rem;
	padding-bottom:1.5rem;
	text-align:left;
	padding-left:2rem;
	padding-right:2rem;
	font-size:0.8em;
	letter-spacing:0;
}

}

@media (max-width: 680px) {
#copy {
	padding-bottom:5.5rem;
}
}


/* スマホ用コンタクトボタン */
@media (max-width: 680px) {
#contact_btns {
	position: fixed !important;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 99;
	border-top: 1px solid #fff;
}

#contact_btns ul {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#contact_btns ul li {
	background:#111;
	border-right:1px solid #FFF;
	width:33.333%;
	text-align:center;
}

#contact_btns ul li:last-child {
	border:none;
}

#contact_btns ul li a {
	display:block;
	color:#FFF;
	letter-spacing:0;
	font-size: 0.8em;
	padding:1.5rem 0;
	line-height:2;
}

#contact_btns ul li a img {
	margin-right: .75rem;
	max-width: 24px;
}
}

/*アニメーション*/

.anim-box.popup {
  opacity: 0; /* 初期状態は非表示 */
  transform: translateY(40px) scale(0.8); /* 初期位置 */
  transition: opacity 0.6s, transform 0.6s; /* アニメーションの設定 */
}

.anim-box.popup.is-animated {
  opacity: 1; /* アニメーション開始後に表示 */
  transform: translateY(0) scale(1); /* 元の位置に戻す */
}


.smooth {
  clip-path: inset(0 100% 0 0); /* 初期状態：右側を隠す */
  transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1); /* アニメーション設定 */
  transition-property: clip-path;
}

.smooth.is-animated {
  clip-path: inset(0); /* アニメーション後：隠れた部分が表示 */
}


/* 初期状態で非表示にする */
.anim-box.slide-skew {
  opacity: 0;
  transform: translate(180px, 30px); /* 初期位置 */
}

/* is-animatedクラスが追加された時にアニメーションが開始 */
.anim-box.slide-skew.is-animated {
  animation: slide-skew 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes slide-skew {
  0% {
    transform: translate(180px, 30px); /* 初期位置 */
    opacity: 0;
  }
  100% {
    transform: translate(0, 0); /* 最終位置 */
    opacity: 1;
  }
}

.anim-box.popup.is-animated {
  animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
 
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}

.img-wrap {
  overflow: hidden;
  position: relative;
}

.img-wrap::before {
  animation: none; /* 初期状態ではアニメーションを適用しない */
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  transform: translateX(0); /* 最初は画面外に表示されないように */
}

.img-wrap.is-animated::before {
  animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes img-wrap {
  100% {
    transform: translateX(100%); /* アニメーションが発火した時に右へスライド */
  }
}


.shine {
    position: relative;
    overflow: hidden
}

.shine a:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    top: 0;
    left: -100%;
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    transform: skewX(-45deg)
}

.shine a:hover:before {
    animation: shine .7s
}


@keyframes shine {
    100% {
        left: 125%
    }
}

.shine_loop a {
    position: relative;
    display: inline-block; /* 必要に応じて */
    overflow: hidden; /* アニメーションがはみ出さないように */
}

.shine_loop a:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    top: 0;
    left: -100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    transform: skewX(-45deg);
    animation: shine_loop 0.7s linear infinite; /* 無限ループ */
    animation-duration: 2.7s; /* 0.7秒動き + 2秒待機 */
}

@keyframes shine_loop {
    0% {
        left: -100%;
    }
    25% {
        left: 125%;
    }
    100% {
        left: 125%; /* そのまま止まる（残りの2秒間はこの状態） */
    }
}



/*各ページ共通タイトル*/
.entry-header_bg {
	position: relative;
	background-size: cover;
	padding: 20rem 2rem;
	background-size:cover !important;
	margin-top:64px;
	clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
}

.entry-header #page_title {
	max-width:1280px;
	margin:0 auto;
}

.entry-header h1 {
	text-align:left;
	position:relative;
}

.entry-header h1 span {
	font-size:clamp(26px, 2.4vw, 36px);
	font-weight:700;
	line-height:1.4;
	display:inline-block;
	position:absolute;
	top:-1.25em;
	padding:1rem 2rem;
	color:#FFF;
	border-right:3px solid #FFF;
	border-bottom:3px solid #FFF;
}

.entry-header h1 small {
	display:block;
	text-align:center;
	font-size:clamp(14px, 1.4vw, 18px);
	font-weight:700;
}

@media only screen and (max-width: 1330px) {
.entry-header h1 {
	padding:0 2rem;
}
}

@media only screen and (max-width: 980px) {
.entry-header_bg {
	padding: 9rem 2rem 9rem 2rem;
    margin-top: 10px;
}
.entry-header h1 span {
	padding:1rem 2rem;
}
}

@media only screen and (max-width: 414px) {
.entry-header_bg {
	margin-top: 12px;
}

.entry-header #page_title {
	max-width:1200px;
	margin:0 auto;
}

.entry-header h1 {
	letter-spacing:0;
}
}


/*entry-content*/
.entry-content {
	padding-top:15rem;
	padding-bottom:15rem;
}

.single .entry-content {
}

.entry-content .wp-block-media-text .wp-block-media-text__content {
	padding:0 0 0 7.5%;
}

.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding:0 7.5% 0 0;
}


.entry-content h2 {
	font-size:clamp(24px, 2.4vw, 32px);
    margin: 3rem 0 4.5rem 0;
	font-weight:normal;
	position:relative;
	font-weight:bold;
	padding:0 0 0 1.5rem;
	line-height:2;
}


.entry-content h3 {
	position: relative;
	font-size:clamp(20px, 1.8vw, 24px);
	line-height:1.4;
	padding:2rem 2.5rem;
	margin: 1rem 0 3rem;
	background:#F7F7F7;
}


.entry-content h3:before {
    content: "\f1e3";
    font-family: FontAwesome;
    margin-right:0.75rem;
	color:#333;
}

.entry-content h4 {
	font-size:clamp(18px, 1.6vw, 20px);
	margin:1.5rem 0;
	font-weight: 500;
}

.entry-content h4:before {
    content: "\f101";
    font-family: FontAwesome;
    margin-right:0.5rem;
	font-size:clamp(20px, 1.8vw, 24px);

}

.entry-content h5 {
	font-size:clamp(16px, 1.4vw, 18px);
	margin-bottom:1.5rem;
	padding:0.5rem 1rem;
	border-bottom:2px solid #F5F5F5;
	font-weight: 500;
}

.entry-content h4:before {
}

.entry-content p {
	word-wrap: break-word;
	margin: 0 0 2rem;
	line-break: strict;
	line-height:2;
}

.entry-content p strong,
.entry-content ul li strong {
	font-weight:700;
}

.entry-content .more-link {
	transition: color 110ms ease-in-out;
	display: inline;
	color: inherit;
}
.entry-content .more-link:after {
	content: "\02192";
	display: inline-block;
	margin-left: 0.5em;
}
.entry-content .more-link:hover {
	color: #0073aa;
	text-decoration: none;
}
.entry-content a {
	text-decoration: underline;
}
.entry-content a.button, .entry-content a:hover {
	text-decoration: none;
}
.entry-content a.button {
	display: inline-block;
}
.entry-content a.button:hover {
	background: #111;
	color: #fff;
	cursor: pointer;
}
.entry-content > iframe[style] {
	margin: 32px 0 !important;
	max-width: 100% !important;
}

.entry-content ol,
.entry-content ul {
}

.entry-content ul {
	list-style:disc;
}

.entry-content ol {
}

.entry-content ol li,
.entry-content ul li {
	margin-bottom:1rem;
	padding-bottom:1rem;
    font-size: clamp(16px, 1.4vw, 18px);
	text-indent: -0.1em;
	padding-left: 3rem;
}

.entry-content ul li {
}

.entry-content ol li:last-child,
.entry-content ul li:last-child {
	margin-bottom:0;
}


#team-philosophy,
#coaching-policy {
	margin-bottom:6rem;
}

#team-philosophy ol li {
	list-style-position: inside;
	margin-bottom:3rem;
	padding:3rem;
	letter-spacing:0;
	background:url(../../images/rinen_bg.png) no-repeat center center #FAFAFA;
	background-size:36%;
	border-radius:0 2rem 0 2rem;
	border:1px solid #EEE;
	line-height:2;
	width:100%;
}

#team-philosophy ol li:last-child {
}

#team-philosophy ol li strong:after {
	content:"";
	display:block;
	margin-bottom:-1em;
}

#coaching-policy ul li {
	list-style-position: inside;
	margin-bottom:2rem;
}


#team-philosophy ol li::marker,
#coaching-policy ul li::marker {
	font-weight:bold;
	font-size:1.6em;
	font-style:italic;
}

#team-philosophy ol li strong {
    font-size: clamp(18px, 1.8vw, 24px);
	font-weight:bold;
    letter-spacing: 0;
	line-height:1;
}

 @media only screen and (max-width: 980px) {
.entry-content {
	padding-top:7.5rem;
	padding-bottom:6rem;
}

.single-achievements .entry-content {
	padding-top:1.5rem;
}

.entry-content h2 {
    margin-top: 1.5rem;
    margin-bottom: 3.5rem;
    letter-spacing: 0;
	line-height:1.6
}

.entry-content h2::before {
    left: -3000px;
    top: 45%;
}

.entry-content h3 {
	margin:0 0 2rem;
    padding: 1.5rem 1.5rem;
	letter-spacing:0;
}

.entry-content h4 {
	margin-bottom:1.5rem;
}

.wp-block-media-text {
	margin-bottom:1rem;
}

.has-medium-font-size {
	font-size:1.6rem;
}

.has-large-font-size {
	font-size:2rem !important;
}

.entry-content p {
	line-height:1.8;
	font-size:0.9em;
}

.entry-content ol,
.entry-content ul {
	padding-left:0;
}

.entry-content ol li,
.entry-content ul li {
	margin-bottom:1rem;
}

#team-philosophy,
#coaching-policy {
	margin-bottom:2rem;
}

#team-philosophy ol li {
	width:100%;
}

#team-philosophy ol li strong:after {
	margin-bottom:-1.5em;
}

}
 
 @media only screen and (min-width: 980px) {
.entry-content > iframe[style] {
 max-width: calc(8 * (100vw / 12) - 28px) !important;
}
}
 @media only screen and (min-width: 1168px) {
.entry-content > iframe[style] {
 max-width: calc(6 * (100vw / 12) - 28px) !important;
}
}
.entry-content .page-links a {
 margin: calc(0.5 * 1rem);
	text-decoration: none;
}
.entry-content .wp-audio-shortcode {
 max-width: calc(100vw - (2 * 1rem));
}
 @media only screen and (min-width: 980px) {
.entry-content .wp-audio-shortcode {
 max-width: calc(8 * (100vw / 12) - 28px);
}
}
 @media only screen and (min-width: 1168px) {
.entry-content .wp-audio-shortcode {
 max-width: calc(6 * (100vw / 12) - 28px);
}
}

@media (max-width: 600px){
.entry-content .wp-block-media-text .wp-block-media-text__content {
	padding:1.5rem 0;
}

.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding:1.5rem 0;
}
}

/*試合結果*/
.reslut-box01 {
	background:#FFF;
	padding:3rem;
	margin-bottom:3rem;
}

.reslut-box01 .text-box {
	margin-bottom:3rem;
}

.reslut-box01 .text-box .left-box h3 {
	font-size:clamp(16px, 1.4vw, 20px);
	font-weight:bold;
	letter-spacing:0;
	font-family: "Hiragino Kaku Gothic ProN", "YuGothic", "Yu Gothic", sans-serif;
}

.reslut-box01 .text-box .left-box .date {
	font-family: "Bebas Neue", sans-serif;
	color:#999999;
	font-size:clamp(16px, 1.4vw, 20px);
}

.reslut-box01 .text-box .right-box {
	text-align:right;
	-webkit-justify-content: flex-end; /* 横方向中央揃え（Safari用） */
	justify-content: flex-end; /* 横方向中央揃え */
}

.reslut-box01 .text-box .right-box span.age {
	display:inline-block;
	border:1px solid #111;
	line-height:0.8;
	padding:0.5rem 2rem 0.25rem 2rem;
	font-family: "Bebas Neue", sans-serif;
	font-size:clamp(16px, 1.6vw, 24px);
	height:30px;
}

.reslut-box01 .text-box .right-box span.type {
	display:inline-block;
	padding:0.5rem 0.5rem 0.25rem 0.5rem;
	font-size:clamp(12px, 1.4vw, 16px);
	color:#FFF;
	background:#111;
	height:30px;
	margin-left:1rem;
	line-height:1.3;
	font-weight:bold;
}

.reslut-box01 .vs-box {
	text-align:center;
}

.reslut-box01 .vs-box .point {
}

.reslut-box01 .vs-box .point span {
	font-family: "Bebas Neue", sans-serif;
	font-size:clamp(42px, 4.8vw, 72px);
	line-height:1;
}

.reslut-box01 .vs-box .point p {
	letter-spacing:0;
	font-size:clamp(13px, 1.2vw, 16px) !important; 
	font-weight:bold;
	line-height:1.2;
	background:#EEE;
	padding:0.5rem 0.5rem 0.25rem 0.5rem;
}

.reslut-box01 .vs-box .team01 figure img,
.reslut-box01 .vs-box .team02 figure img {
	margin-bottom:0.5rem;
	max-width:54px;
	height:auto;
}

.reslut-box01 .vs-box .team01 figure figcaption,
.reslut-box01 .vs-box .team02 figure figcaption {
	font-size:clamp(14px, 1.4vw, 20px);
	font-weight:bold;
	letter-spacing:-1px;
	font-family: "Hiragino Kaku Gothic ProN", "YuGothic", "Yu Gothic", sans-serif;
	line-height:1.2;
}

@media only screen and (max-width: 980px) {
.reslut-box01.w48 {
	width:100%;
	padding:2rem 1.5rem;
	margin-bottom:2rem;
}

.reslut-box01.w48:first-child {
}

.reslut-box01 .text-box {
	margin-bottom:1.5rem;
	position:relative;
}

.reslut-box01 .text-box .left-box.w52 {
	width:100%;
}

.reslut-box01 .text-box .left-box h3 {
	margin-top:0.5rem;
}

.reslut-box01 .text-box .left-box.w48 {
	width:100%;
}

.reslut-box01 .text-box .right-box {
	position:absolute;
	top:0;
	right:0;
}

.reslut-box01 .text-box .right-box span.age {
	padding:0.5rem 1rem 0.25rem 1rem;
	line-height:0.9;
	height:24px;
}

.reslut-box01 .text-box .right-box span.type {
	line-height:1.4;
	height:24px;
	margin-left:0.5rem;
}

}













/*カテゴリ―リスト
***************************************/
.category-list_wrapper {
	margin-bottom:7.5rem;
}

.category-list_wrapper ul {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	list-style:none !important;
	padding-left: 0 !important;
}

.category-list_wrapper ul li {
	font-size:clamp(16px, 1.8vw, 22px);
	line-height:1.2;
}

.category-list_wrapper ul li:after {
	content:" / ";
	margin:0 1.5rem 0 0.5rem;
	color:#FFF;
}

.category-list_wrapper ul li:last-child:after {
	content:none;
}

.category-list_wrapper ul li {
	color:#FFF;
	font-weight:bold;
}

.category-list_wrapper ul li a {
	text-decoration:none;
	font-weight:100;
	white-space: nowrap;
	position:relative;
	color:#FFF;
	font-weight:bold;
}

.category-list_wrapper ul li a:after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: -10px;
    left: 35%;
    width: 30%;
    height: 2px;
    background:#FFF;
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*上部中央基点*/
}

.category-list_wrapper ul li a:hover:after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}

@media (max-width: 980px){
.category-list_wrapper {
	margin-bottom:3rem;
}

.category-list_wrapper ul li {
	line-height:1;
	letter-spacing:0;
}

.category-list_wrapper ul li:after {
	content:" / ";
	margin:0 0.5rem;
}

}

/*ブログ記事一覧ページ*/

.blog_list_wrapper {
    padding-top: 15rem;
    padding-bottom: 15rem;
}

.blog_list {
}

.blog_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
	overflow:auto;
}

.blog_list ul li {
    display: flex;
    align-items: center;
    gap: 30px;
	padding:2rem;
	background:#FFF;
	margin-bottom:3rem;
}

.blog_list ul li:last-child {
	border-bottom:none;
}

.blog_list ul li:first-child {
}

.blog_list .img-box {
    flex: 0 0 240px; /* 画像の固定幅 */
    height: 160px;
    overflow: hidden;
}

.blog_list .img-box img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.blog_list .text-box {
    flex: 1;
}

.blog_list .text-box .date {
    display: inline-block;
	font-size:clamp(14px, 1.4vw, 18px);
    color: #888;
	font-family: "Bebas Neue", sans-serif;
}

.blog_list .text-box small {
    display: inline-block;
	font-size:clamp(12px, 1vw, 12px);
    color: #555;
	position:relative;
	top:5px;
}

.blog_list .text-box small a {
    display: inline-block;
	padding:0.15rem 0.5rem;
	color:#FFF;
	letter-spacing:0;
}

.blog_list .text-box h3 {
	margin-top:0.5rem;
	line-height:1.4;
}

.blog_list .text-box h3 a {
    text-decoration: none;
	font-size:clamp(15px, 1.4vw, 18px);
}

.blog_list .text-box h3 a:hover {
    text-decoration: underline;
}

.blog_list .no-post {
	background: rgba(255,255,255,.9);
	padding: 3rem;
}

@media (max-width: 980px){
.blog_list_wrapper {
	padding-top:7.5rem;
	padding-bottom:6rem;
}

.blog_list ul li.w48 {
	width:100%;
	padding: 1rem;
}

.blog_list .img-box {
	flex: 0 0 160px;
	height: 120px;
}
}


@media (max-width: 680px){
.blog_list ul li.w48 {
  gap: 10px;
  margin-bottom:1.5rem;
}

.blog_list .img-box {
  flex: 0 0 150px;
  height: 100px;
  overflow: hidden;
  border: 1px solid #EEE;
}
}



/**/

ul.is-style-vk-numbered-circle-mark li,
ol.is-style-vk-numbered-circle-mark li {
	padding-left:1rem !important;
	line-height:1.6 !important;
}

ul.is-style-vk-numbered-circle-mark li:before,
ol.is-style-vk-numbered-circle-mark li:before {
    font-size: 1.6rem !important;
    line-height: 1.6 !important;
}













