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

.single .entry-content time {
  text-align: right;
  display: block;
  margin-top: 3rem;
  margin-bottom: 4.5rem;
  font-size: clamp(18px, 1.6vw, 20px);
}

.single .entry-content h1 {
  font-size: clamp(20px, 2.4vw, 28px);
  margin: 0 0 2.5rem;
  padding: 0 0 1.6rem;
  position: relative;
  font-weight: 600;
  line-height: 1.5;
  color: #472e0b;
}

.single .entry-content h1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #472e0b;
  opacity: .15;
}

.single .entry-content h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 2px;
  background: #f76a0c;
}

.single .entry-content h2 {
  font-size: clamp(18px, 2vw, 24px);
  margin: 4.5rem 0 2.8rem;
  padding: .35em 0.8em;
  position: relative;
  font-weight: 600;
  line-height: 1.6;
  color: #472e0b;
}

.single .entry-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  width: 2px;
  height: 80%;
  background: #f76a0c;
}


.single .entry-content h3 {
  font-size: clamp(16px, 1.9vw, 22px);
  margin: 3rem 0 1.6rem;
  padding-left: 2em;
  position: relative;
  font-weight: 600;
  line-height: 1.6;
  color: #472e0b;
}

.single .entry-content h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: 1.4em;
  height: 2px;
  background: #f76a0c;
}

/* ===== h4：h3の簡略版（短い下線） ===== */
.single .entry-content h4 {
  font-size: clamp(16px, 1.6vw, 20px);
  margin: 3rem 0 2.4rem;
  padding-bottom: 1rem;
  position: relative;
  font-weight: 600;
  line-height: 1.6;
  color: #472e0b;
}

.single .entry-content h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 2px;
  background: #f76a0c;
}


/* ===== h5：左ライン（h2の弱化版） ===== */
.single .entry-content h5 {
	font-size: clamp(14px, 1.6vw, 18px);
	margin: 2.4rem 0 1.2rem;
	padding-left: 1em;
	position: relative;
	line-height: 1.6;
	color: #472e0b;
  font-weight: 600;
}

.single .entry-content h5::before {
	content: "";
	position: absolute;
	left: 0;
	top: .18em;
	width: 2px;
	height: 1.2em;
	background: #472e0b;
}


/* ===== h6：極小アクセント（線のみ） ===== */
.single .entry-content h6 {
	font-size: clamp(13px, 1.4vw, 16px);
	margin: 2rem 0 1rem;
	padding-left: 1.5em;
	position: relative;
	line-height: 1.6;
	letter-spacing: .05em;
	color: #472e0b;
	font-weight: 600;
}

.single .entry-content h6::before {
	content: "";
	position: absolute;
	left: 0;
	top: .7em;
	width: .8em;
	height: 2px;
	background: #472e0b;
}

#prev_next {
    border-bottom: 1px solid #E0E0E0;
}

#prev_next p {
	margin-bottom:0 !important;
}

#prev_next ul {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	border-top:1px solid #E0E0E0;
	background:#FFF;
	margin-left:0;
	padding-left:0;
}

#prev_next ul li {
	width:50%;
	margin-bottom:0 !important;
}

#prev_next ul li #prev_title,
#prev_next ul li #next_title {
	width:100%;
}

#prev_next ul li #prev_title a:hover,
#prev_next ul li #next_title a:hover {
	text-decoration:underline;
}

#prev_next ul li #prev_title a {
	padding:1rem 2rem;
	background:#F0F0F0;
	display:block;
	font-size:1.5rem;
	font-weight:bold;
	text-decoration:none;
}

#prev_next ul li #prev_title a:before {
    content: "\f0a8";
    font-family: FontAwesome;
    margin-right:0.5rem;
}

#prev_next ul li #next_title a {
	padding:1rem 2rem;
	background:#F0F0F0;
	text-align:right;
	display:block;
	font-size:1.5rem;
	font-weight:bold;
	text-decoration:none;
}

#prev_next ul li #next_title a:after {
    content: "\f0a9";
    font-family: FontAwesome;
    margin-left:0.5rem;
}

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

#prev_next ul li.bktop{
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items:center; /* 縦方向中央揃え */
}

#prev_next ul li figure {
	width:35%;
	padding:2rem;
}

#prev_next ul li p {
	width:100%;
	padding:2rem;
	font-weight:bold;
	font-size:1.5rem;
	line-height:1.3;
}

#prev_next ul li:nth-child(2) p {
	text-align:right;
}

#prev_next ul li p a:hover {
	text-decoration:underline;
}

#prev_next ul li:nth-child(1) {
	border-right:1px solid #E0E0E0;
}

.bktop {
}

.bktop a {
	display:block;
	text-align:center;
	width:100%;
	font-size:1.5rem;
	font-weight:bold;
}

.bktop a:before {
    content: "\f015";
    font-family: FontAwesome;
    margin-right:0.5rem;
}

@media (max-width: 980px){
#prev_next {
	margin-bottom:0;
    border-bottom:none;
}

#prev_next ul {
	padding:0;
	border-bottom:1px solid #E0E0E0;
}

#prev_next ul li {
	-webkit-align-items: flex-start; /* 縦方向中央揃え（Safari用） */
	align-items:flex-start; /* 縦方向中央揃え */
}


#prev_next ul li #prev_title a,
#prev_next ul li #next_title a {
	padding:1rem 10px;
	font-size:1.2rem;
}

#prev_next ul li figure {
	display:none;
}

#prev_next ul li p {
	width:100%;
	padding:10px;
}

#prev_next ul li p a {
	font-size:1.2rem;
}

.bktop a {
	font-size:1.2rem;
}

}

.sns-container {
	margin-top:9rem;
	
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 常に4列 */
}

.sns-container > div {
	text-align:center;
	height: 46px;
}

.sns-container > div > a {
	display:block;
	padding:1.5rem 1rem;
	font-size:1.4rem;
}

.sns-container > div:nth-child(1) a {
	background:#3b5998;
	color:#FFF;
}

.sns-container > div:nth-child(2) a {
	background:#55acee;
	color:#FFF;
}

.sns-container > div:nth-child(3) a {
	background:#00b900;
	color:#FFF;
}

.sns-container > div:nth-child(4) a {
	background:#008fde;
	color:#FFF;
}

.sns-container > div:nth-child(4) a b {
}

@media (max-width: 980px){
.sns-container {
  margin-top: 6rem;
}

.sns-container > div {
	height: auto;
}

.sns-container > div > a {
	padding:1rem 0.5rem;
	letter-spacing:0;
}
}







/* 全体 */
#slider_box {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	
    width: 100%;
    margin: 0 auto;
}

/* メインスライダー（左） */
#slider_box .thumb-item {
    width: 60%; /* サムネ分を引く */
}

#slider_box ul {
	margin:0;
	padding:0;
}

#slider_box .thumb-item li {
    width: 100%;
}

#slider_box .thumb-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
	margin:0;
}

/* サムネイル（右） */
/* サムネ一覧（PC） */
#slider_box .thumb-item-nav {
    width: 36%;
    list-style: none;
    display: flex;
    flex-wrap: wrap;          /* 折り返す */
    gap: 2%;
}

/* サムネ1枚（3列） */
#slider_box .thumb-item-nav li {
    cursor: pointer;
    width: 32%;               /* 3列 */
}

/* 画像 */
#slider_box .thumb-item-nav img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    opacity: 0.6;
    transition: opacity 0.1s ease;
    margin: 0;
}

/* アクティブ or hover */
#slider_box .thumb-item-nav li:hover img,
#slider_box .thumb-item-nav .slick-current img {
    opacity: 1;
}

/* -----------------------
   レスポンシブ（SP）
----------------------- */
@media screen and (max-width: 768px) {

    #slider_box {
        flex-direction: column;
    }

    /* メイン */
    #slider_box .thumb-item {
        width: 100%;
    }

    /* サムネ横スクロール */
    #slider_box .thumb-item-nav {
        width: 100%;
        flex-wrap: nowrap;     /* 折り返さない */
        gap: 8px;
        overflow-x: auto;
    }

    #slider_box .thumb-item-nav li {
        flex: 0 0 80px;
        width: auto;
    }
}




