#header { position: relative; background: rgba(25, 33, 38, 1) }
#content { overflow:hidden; }

/*---------------------------------------------------------------------------
  TITLE
---------------------------------------------------------------------------*/

#page_title { position:relative; padding-block:125px 335px; background:#192126; }
#page_title h2 {
	color: #FFF;
	width: 100%;
	margin: auto;
	max-width: 1200px;
	font-size: 262.5%;
	font-weight: 700;
	line-height: 100%;
}
#page_title h2 small { font-size:47.6%; }
#page_title .photo {
	left: 0;
	top: 260px;
/*	width: 91.6%;*/
	position: absolute;
}
#page_title .photo img {
	--cut: 88.75%;
    max-width: 1758px;
    height: auto;
    clip-path: polygon(0 0,100% 0,var(--cut) 100%, 0 100%);
}

/* MEMBER DETAIL PAGE */
#page_title.member_detail { padding-block:100px 50px; }
#page_title.member_detail h2 { font-size:150%; }
#page_title.member_detail .member_bio { color:#FFF; margin: 60px auto 0; }
#page_title.member_detail .member_bio b {
	display: block;
	font-size: 300%;
	font-weight: 700;
	line-height: 150%;
	width: fit-content;
	border-bottom: 2px solid #FFF;
}
#page_title.member_detail .member_bio small {
	display:block;
	font-size:125%;
	font-weight:700;
	margin-block:10px 40px;
}
#page_title.member_detail .member_bio span { display: block; font-size: 150%; font-weight: 500; }

#page_title.page_detail { padding-bottom:80px; }
#page_title.page_detail::after { display:none; }

/*---------------------------------------------------------------------------
  PAN
---------------------------------------------------------------------------*/




/*====================================================================================================

  SUBPAGE

====================================================================================================*/

#subpage {}
#subpage h4 { text-align:center; }
#subpage h4 b { display:block; font-size:212.5%; font-weight:700; line-height:100%; }
#subpage h4 small {
	display:block;
	font-size:112.5%;
	font-weight: 400;
	line-height:100%;
	margin-top: 20px;
}

/* COMMON CSS: ARCHIVE PAGE */
.title_box {
	display: flex;
	max-width: 1000px;
	margin: 250px auto 90px;
	align-items: center;
	justify-content: space-between;
}
.title_box .mid { display:flex; align-items:flex-end; }
.title_box .mid .year { color:#A3A3A3; }
.title_box .mid b { display: inline-block; font-size:625%; font-weight:700; line-height:100%; }
.title_box .mid small { font-size:212.5%; font-weight:500; }
.title_box .mid .label { font-weight: 700; line-height:120%; margin-left:20px; }
.title_box ul.archive_list li { width: 270px; position:relative; z-index:999; }
.title_box ul.archive_list li p {
	color: #FFF;
	border: none;
	cursor: pointer;
	font-size: 112.5%;
	font-weight: 500;
	text-align: center;
	padding-block: 10px;
	background: #151515 url(/hirohata/judo/common/image/arrow_down2.svg) no-repeat 95%;
}
.title_box ul.archive_list li ul {
	display:none;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	width: 100%;
	margin: auto;
}
.title_box ul.archive_list li ul li {
	padding: 10px;
	cursor: pointer;
	font-size: 112.5%;
	font-weight: 500;
	background: #FFF;
	text-align: center;
	border: 1px solid #151515;
	border-top: none;
}
.title_box ul.archive_list li ul li a { text-decoration:none; color:inherit;}

.title_box ul.archive_list.open li ul { display:block;}

/* COMMON CSS: DETAIL PAGE */
.back_btn { width:270px; margin: 100px auto; background:#151515; }
.back_btn a { font-weight:500; }
.back_btn a::before { right:auto; left:12px; }
.back_btn a::after {
	left: 17px;
	right: auto;
	border-width: 3.5px 5px 3.5px 0;
	border-color: transparent #151515 transparent transparent;
}

/*====================================================================================================

  柔道部紹介・あゆみ

====================================================================================================*/
#introduction {}

#introduction .greetings {
	width: 100%;
	max-width: 1000px;
	margin:250px auto 100px;
}
#introduction .greetings h3 {}
#introduction .greetings h3 b { color:#151515; }
#introduction .greetings h3 small { color:#A5A5A5; }
#introduction .greetings h4 { margin-block:65px 75px; }
#introduction .greetings .come { font-size: 112.5%; font-weight: 400; line-height: 220%; }
#introduction .greetings .photo { margin:70px auto; max-width:800px; }
#introduction .greetings .photo img { width:100%; }
#introduction .greetings .photo span {
	display: block;
	font-size: 100%;
	line-height:100%;
	margin-top: 25px;
	text-align: center;
}
#introduction .greetings .author { text-align:right; font-size:112.5%; margin-top:65px; }

#introduction .history { padding-block:105px 150px; background:#192126; }
#introduction .history .photo {
	/*max-width:1200px; width:100%; margin:60px auto 70px;*/
	max-width: 1200px;
    width: 100%;
    height: 296.25px;
    margin: 60px auto 70px;
    position: relative;
}
#introduction .history .photo img {
	--cut: 143.59px;
    width: 100%;
    max-width: 655px;
	position: absolute;
}
#introduction .history .photo img:nth-child(1) { left:0; clip-path:polygon(0 0,100% 0,calc(100% - var(--cut)) 100%, 0 100%);}
#introduction .history .photo img:nth-child(2) { right:0; clip-path:polygon(var(--cut) 0,100% 0,100% 100%, 0 100%);}
#introduction .history .list { max-width:1000px; width:100%; margin:auto; color:#FFF; }
#introduction .history table { width:100%; }
#introduction .history table tr th {
	width: 116px;
	padding: 20px;
	font-size: 112.5%;
	font-weight: 700;
	background: #D35151;
	vertical-align: text-top;
}
#introduction .history table tr td { font-size:112.5%; font-weight:400; padding:0; }
#introduction .history table tr td dl {
	display:flex;
	padding: 10px 0;
	background:rgba(211, 81, 81, 0.3);
}
#introduction .history table tr td dl:nth-child(even) { background:rgba(167, 0, 0, 0.3); }
#introduction .history table tr td dl dt { width:155px; text-indent:40px; }
#introduction .history table tr td dl dd { line-height:230%; }
#introduction .history table tr:nth-child(even) th { background:#A70000; }
#introduction .history table tr:nth-child(even) td dl { background:rgba(167, 0, 0, 0.3); }
#introduction .history table tr:nth-child(even) td dl:nth-child(even) { background:rgba(211, 81, 81, 0.3); }

/*====================================================================================================

  大会結果

====================================================================================================*/
#yote {}

#yote .yote_list {
	display: flex;
	flex-wrap: wrap;
	row-gap: 80px;
	column-gap: 80px;
	margin-bottom: 160px;
}
#yote .yote_list .box {}
#yote .yote_list .box a { text-decoration:none; color: #151515; }
#yote .yote_list .box div { font-size:112.5%; }
#yote .yote_list .box div+div { margin-top:15px; }
#yote .yote_list .box span {
	width: 62px;
	font-size:111.1%;
	margin-right: 20px;
	text-align: center;
	display: inline-block;
	border-left: 1px solid #151515;
	border-right: 1px solid #151515;
}
#yote .yote_list .box .photo { overflow:hidden; }
#yote .yote_list .box .photo img { width:560px; height:300px; object-fit:cover; transition:transform 0.5s ease; }
#yote .yote_list .box .title {
	font-size: 137.5%;
	font-weight: 700;
	line-height: 100%;
	padding: 5px 15px;
	margin-block:30px;
	border-left: 4px solid #A70000;
}
#yote .yote_list .box a:hover .photo img { transform:scale(1.12); }


/* DETAIL PAGE */
#yote .content_box { max-width:1000px; margin:100px auto; }
#yote .content_box h3 {}
#yote .content_box h3 b { color:#151515; }
#yote .content_box h3 small { color:#A5A5A5; }
#yote .content_box ul { display:flex; align-items:center; margin-block:40px; gap:20px 2rem; font-weight:bold;}
#yote .content_box ul li { display:flex; height:26px; align-items:center; font-size: 112.5%; }
#yote .content_box ul li span {
	font-size:111.1%;
	padding: 0 10px;
	margin-right: 10px;
	border-left: 1px solid #151515;
	border-right: 1px solid #151515;
}
#yote .content_box ul li.download_btn { width: 270px; margin-left:auto; }
#yote .content_box ul li.download_btn a {
	width: 100%;
	color: #FFF;
	height: 50px;
	display: flex;
	font-size: 100%;
	font-weight: 500;
	align-items: center;
	text-decoration: none;
	justify-content: center;
	background: #151515 url(/hirohata/judo/common/image/icon_pdf.svg) no-repeat 95%;
}
#yote .content_box ul li.download_btn a:hover { opacity:0.7; }

#yote .content_box .rounds { margin-block:40px; }
#yote .content_box .rounds table {}
#yote .content_box .rounds table { width:100%; }
#yote .content_box .rounds table th { color:#FFF; background:#151515; }
#yote .content_box .rounds table th,
#yote .content_box .rounds table td {
	font-size: 112.5%;
	font-weight: 700;
	line-height: 100%;
	padding-block: 20px;
}
#yote .content_box .rounds table td {	text-align:center; border-bottom: 1px solid #151515; }
#yote .content_box .rounds table td+td { border-left:1px solid #151515; }
#yote .content_box .rounds table td:nth-child(1) { width:298px; background:#FCF0F0; padding-right: 40px; text-align:right; }
#yote .content_box .rounds table td:nth-child(2) { width: 117px; }
#yote .content_box .rounds table td:nth-child(3) { width: 170px; }
#yote .content_box .rounds table td:nth-child(4) { width: 117px; }
#yote .content_box .rounds table td:nth-child(5) { width:298px; background:#F0F0F0; padding-left: 40px; text-align:left; }

#yote .content_box .rounds table tr.score td { background:#ddd;}

#yote .content_box ul.class { margin-block-start:80px;}

.order { font-size:0.9rem;}
.rowSpace_1 { margin-right:16px;}
.rowSpace_2 { margin-right:32px;}
.rowSpace_3 { margin-right:48px;}
.rowSpace_4 { margin-right:64px;}
.rowSpace_5 { margin-right:80px;}

.record p { font-size:1.25rem; color:#a70000; font-weight:700; text-decoration:underline; text-underline-offset:10px; margin-bottom:40px;}
.record dl { font-size:1.125rem; font-weight:700;}
.record dl :is(dt, dd) { display:inline-block;}
.record dl dt { margin-left:1rem; position:relative; min-width:4em;}
.record dl dt:before{
	--size:7px;		/* 正三角形の底辺の幅 */

	content:"";
	display:block;
	background:#a70000;
	position:absolute;
	top:50%;
	left:-1rem;
	width:var(--size);
	height:calc((var(--size) / 2) * tan(60deg));
	clip-path:polygon(50% 0, 100% 100%, 0 100%);
	rotate:90deg;
	translate:0 -50%;
}
.record dl dd { margin-left:40px;}

/*====================================================================================================

  大会予定・組合せ

====================================================================================================*/
#taikai { background:#192126; padding-block:250px 150px; }

#taikai .lists { max-width:1000px; margin:70px auto 0; color:#FFF; }

#taikai .lists table { width:100%; }
#taikai .lists table thead tr th {
	width: 346px;
	padding: 20px 0;
	text-align: left;
	font-size: 112.5%;
	letter-spacing: 0.3em;
	background: rgba(163, 163, 163, 0.3);
	background: #43484c;
}
#taikai .lists table thead tr th:nth-child(1) { width:243px; padding-left:30px; }
#taikai .lists table thead tr th:nth-child(2) { width:66px; }

#taikai .lists table.taikai_info tr {}
#taikai .lists table.taikai_info tr th {
	width: 89px;
	font-size: 112.5%;
	font-weight: 700;
	text-align: left;
	background: #D35151;
	vertical-align: text-top;
	padding: 20px 0 20px 30px;
}
#taikai .lists table.taikai_info tr:nth-child(3) th,
#taikai .lists table.taikai_info tr:nth-child(8) th,
#taikai .lists table.taikai_info tr:nth-child(12) th,
#taikai .lists table.taikai_info tr:nth-child(14) th { background:#A70000; }
#taikai .lists table.taikai_info tr td {
	padding:20px 0;
	font-size:112.5%;
	font-weight: 400;
	background:rgba(211, 81, 81, 0.3);
	background: #512f33;
}
#taikai .lists table.taikai_info tr:nth-child(even) td { background:rgba(167, 0, 0, 0.3); background:#44171b; }
#taikai .lists table.taikai_info tr td:nth-last-child(4) { width:154px; padding:20px 30px; }
#taikai .lists table.taikai_info tr td:nth-last-child(3) { width:66px; }
#taikai .lists table.taikai_info tr td:nth-last-child(2) { width:346px; }
#taikai .lists table.taikai_info tr td:nth-last-child(1) { width:345px; }
#taikai .lists table.taikai_info tr td a {
	color: #FFF;
	position: relative;
	padding-right: 30px;
	text-underline-offset: 3px;
}
#taikai .lists table.taikai_info tr td a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 24px;
	height: 27px;
	transform: translateY(-50%);
	background: url(/hirohata/judo/common/image/icon_pdf.svg) no-repeat;
	background-size: contain;
}
#taikai .lists table.taikai_info tr td a:hover { opacity:0.7; }



/*====================================================================================================

  TOPICS

====================================================================================================*/
#hot .hot_wrap { background:#192126; padding-block:250px 160px; }

#hot .title_box { margin-top:0; }
#hot .title_box .mid .label { color:#FFF; }
#hot .title_box select {
	color: #151515;
	background: #FFF url(/hirohata/judo/common/image/arrow_down3.svg) no-repeat 95%;
}

#hot .hot_list {
	display: flex;
	row-gap: 30px;
	flex-wrap: wrap;
	margin: 60px auto;
	justify-content: space-between;
}
#hot .hot_list dl {
	width: 100%;
	display: flex;
	max-width: 580px;
}
#hot .hot_list dl dt { width:270px; aspect-ratio:270/210; overflow:hidden; }
#hot .hot_list dl dt img { width:100%; transform-origin:center; transition:all 0.5s;}
#hot .hot_list dl dd {
	width:300px;
	color: #FFF;
	display:flex;
	margin-left: 10px;
	padding-left: 10px;
	flex-direction: column;
	justify-content: center;
	border-block: 1px solid #FFF;
}
#hot .hot_list dl dd .date {}
#hot .hot_list dl dd .date b {
	font-size: 125%;
	font-weight: 400;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}
#hot .hot_list dl dd .date small {
	font-size: 93.8%;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
}
#hot .hot_list dl dd .title { margin-bottom:20px; font-size:112.5%; font-weight:500; padding-right:38px; position:relative;}
#hot .hot_list dl dd .title:before {
	content: "";
	top: 8px;
	right:16px;
	width: 16px;
	height: 16px;
	background: #FFF;
	border-radius: 50%;
	position: absolute;
	transition: all 0.5s;
}
#hot .hot_list dl dd .title:after {
	content: "";
	top: 13px;
	right:21px;
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
	transition: all 0.5s;
	border-style: solid;
	border-width: 3.5px 0 3.5px 5px;
	border-color: transparent transparent transparent #192126;
}

#hot .hot_list a { text-decoration:none; }
#hot .hot_list a:hover dl dt img { scale:1.125; opacity:1;}
#hot .hot_list a:hover dl dd { opacity:0.8;}
#hot .hot_list a:hover dl dd .title { text-decoration:underline; text-underline-offset:7px;}
#hot .hot_list a:hover dl dd .title:before { right: 0; }
#hot .hot_list a:hover dl dd .title:after { right: 5px; }


/* DETAIL PAGE */
#hot .content_box { max-width:1000px; margin:110px auto 150px; }
#hot .content_box h3 b { color:#151515; }
#hot .content_box h4 { margin-top:100px; }
#hot .content_box h4 b { display:inline-block; }
#hot .content_box h4 small { display:inline-block; font-size:125%; font-weight:700; }
#hot .content_box .come { font-size:112.5%; line-height: 200%; margin-block:70px; }
#hot .content_box .photo { max-width:800px; margin:70px auto; }
#hot .content_box .photo img { width:100%; }
#hot .content_box ul li { font-size:112.5%; margin-block:10px; }



/*====================================================================================================

  カレンダー（活動計画）

====================================================================================================*/
#kakudo {}
#kakudo ul.tab_control { display: flex; max-width: 1000px; margin:245px auto 100px; }
#kakudo ul.tab_control li {
	width:50%;
	color: #FFF;
	display: flex;
	cursor: pointer;
	font-size: 112.5%;
	font-weight: 500;
	position: relative;
	background:#F09F9F;
	align-items: center;
	justify-content: center;
}
#kakudo ul.tab_control li.active { background:#A70000; }
#kakudo ul.tab_control li::before {
	content: "";
	top: 50%;
	right:12px;
	width: 16px;
	height: 16px;
	background: #FFF;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
}
#kakudo ul.tab_control li::after {
	content: "";
	top: 50%;
	right:17px;
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
	transform: translateY(-50%);
	border-style: solid;
	border-width: 5px 3.5px 0 3.5px;
	border-color: #F09F9F transparent transparent transparent;
}
#kakudo ul.tab_control li.active::after {
	border-color: #A70000 transparent transparent transparent;
}

#kakudo .kakudo_wrap { max-width:1000px; margin: 100px auto 150px; }
#kakudo .kakudo_wrap.disnon { display:none; } 
#kakudo .kakudo_wrap h3 b { color:#151515; }
#kakudo .kakudo_wrap h3 small { color:#A5A5A5; }
#kakudo .calendar { margin-block:70px 30px; }
#kakudo .calendar table {
	--child-1-2-width:100px;		/* 1、2列目のth（td）の width */

	width:100%;
	border-collapse:separate;
	border-spacing: 0;
}
#kakudo .calendar table th {
	color: #FFF;
	width: 267px;
	padding: 20px 0;
	font-size: 112.5%;
	line-height: 100%;
	background: #192126;
	border-bottom: 1px solid #151515;
}
#kakudo .calendar table th+th { border-left:1px solid #151515; }
#kakudo .calendar table th:nth-child(1),
#kakudo .calendar table th:nth-child(2) { width:var(--child-1-2-width); }
#kakudo .calendar table td {
	padding: 20px 0;
	font-size: 112.5%;
	font-weight: 700;
	line-height: 100%;
	text-align: center;
	background: #FFF;
	border-right: 1px solid #151515;
	border-bottom: 1px solid #151515;
}
#kakudo .calendar table td:last-child { border-right:none; }
#kakudo .calendar table tr.weekend td { background:#FCF0F0; }
#kakudo .calendar table tr.sat td:nth-child(2) { color:#0066A7; }
#kakudo .calendar table tr.sun td:nth-child(2) { color:#D35151; }



/*====================================================================================================

  部員紹介

====================================================================================================*/
#member {}

#member .member_wrap { background:#192126; padding-block:250px 50px; }
#member .member_list {
	display: flex;
	row-gap: 70px;
	flex-wrap: wrap;
	column-gap: 40px;
	margin-top: 70px;
}
#member .member_list a { display:block; text-decoration:none; color:#FFF; }
#member .member_list .box { width:270px; }
#member .member_list .box .photo { position:relative; overflow:hidden; }
#member .member_list .box .photo span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100px;
	/* height: 40px; */
	padding:12px 0;
	text-align:center;
	display: flex;
	font-weight: 700;
	line-height: 100%;
	align-items: center;
	justify-content: center;
}

#member .member_list .box .photo span::before {
	content: "";
	z-index: -1;
	position: absolute;
	right: 0;
	width: 120%;
	height: 100%;
	transform: skewX(-22deg);
	background: #D35151;
}
#member .member_list .box .photo img { width:100%; height:auto; transition:transform 0.5s ease; }
#member .member_list .box .name {
	margin-top: 20px;
	font-size: 112.5%;
	font-weight: 500;
	line-height: 150%;
	text-align:center;
}
#member .member_list .box a:hover .photo img { transform:scale(1.15); }

#member .staff_wrap { background:#192126; padding-block:50px 160px; }
#member .staff_list {
	display: flex;
	row-gap: 70px;
	flex-wrap: wrap;
	column-gap: 40px;
	margin-top: 70px;
}
#member .staff_list ul { width:270px; color:#FFF; }
#member .staff_list ul li { font-weight:500; line-height:200%; }
#member .staff_list ul li.name { font-size:112.5%; margin-block:10px 5px; }
#member .staff_list ul li img { width:100%; aspect-ratio:27/28; object-fit:cover;}

/* DETAIL PAGE */
#member .profile_wrap { padding-block:50px 100px; position:relative; }
#member .profile_wrap .profile_pic { position:absolute; right:0; top:-350px; }
#member .profile_wrap .profile_pic img {
	clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
}
#member .profile_wrap .catch { max-width:240px; }
#member .profile_wrap .catch small {
	width: 100%;
	display: block;
	color: #FFF;
	font-size: 100%;
	font-weight: 700;
	text-align: center;
	background: #D35151;
}
#member .profile_wrap .catch b {
	display: block;
	font-size: 437.5%;
	font-weight: 700;
	line-height: 210%;
	text-align: center;
	margin-block: 20px;
	background: url(/hirohata/judo/image/sub/kanji_frame_border.svg) no-repeat center;
	background-size: 100% 100%;
}
#member .profile_wrap .catch span { font-weight:500; }
#member .profile_wrap .profile_info { margin-top:105px; }
#member .profile_wrap dl { display: flex; flex-wrap:wrap; }
#member .profile_wrap dl :is(dd,dt) { border-top:solid 1px #151515; min-height:65px;}
#member .profile_wrap dl :is(dd:nth-last-of-type(-n+2),dt:nth-last-of-type(-n+2)) { border-bottom:solid 1px #151515;}
#member .profile_wrap dl dt {
	width: 256px;
	display: flex;
	padding: 0 20px;
	font-size: 106.3%;
	font-weight: 700;
	line-height: 160%;
	background: #EFEFEF;
	align-items: center;
}
#member .profile_wrap dl dd {
	width: 344px;
	display: flex;
	/* padding: 0 20px; */
	padding:10px 20px;
	font-weight: 500;
	line-height: 160%;
	align-items: center;
}
#member .records { background:#192126; padding-block:100px; }
#member .records .record_list { max-width: 1000px; margin:70px auto 0; }
#member .records .record_list table { width:100%; color:#FFF; }
#member .records .record_list table tr {}
#member .records .record_list table tr th {
	width: 240px;
	font-size: 112.5%;
	padding-block: 20px;
	background: #D35151;
}
#member .records .record_list table tr:nth-child(even) th { background:#A70000; }
#member .records .record_list table tr td {
	font-size: 112.5%;
	padding: 20px 30px;
	background: rgba(211, 81, 81, 0.3);
}
#member .records .record_list table tr:nth-child(even) td { background:rgba(167, 0, 0, 0.3); }



/*====================================================================================================

  リンク

====================================================================================================*/
#link { background:#192126; padding-block:250px 160px; }
#link .link_wrap {
	display: flex;
	row-gap: 100px;
	flex-wrap: wrap;
}
#link .link_wrap .box { width:640px; color:#FFF; }
#link .link_wrap .box .photo {
	position: relative;
		--cut: 143.59px;
	clip-path:polygon(0 0,100% 0,calc(100% - var(--cut)) 100%, 0 100%);
}
#link .link_wrap .box .photo::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.42);
}
#link .link_wrap .box .photo img { width:100%; height:auto; aspect-ratio:640/282; object-fit:cover;}
#link .link_wrap .box .mid {
	font-size:212.5%;
	font-weight: 700;
	line-height: 140%;
	padding-left: 15px;
	margin-block: 30px 20px;
	border-left: 2px solid #A70000;
}
#link .link_wrap .box .come { font-size:112.5%; line-height:220%; max-width:500px; margin-bottom:35px; }
#link .link_wrap .box ul li { margin-block:10px; }
#link .link_wrap .box ul li a {
	color: #D35151;
	display: block;
	position: relative;
	width: fit-content;
	padding-right: 25px;
	text-decoration: none;
	border-bottom: 1px solid #D35151;
}
#link .link_wrap .box ul li a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 18px;
	height: 18px;
	transform: translateY(-50%);
	background: url(/hirohata/judo/common/image/icon_link.svg) no-repeat;
	background-size: contain;
}
#link .link_wrap .box ul li a:hover { opacity:0.7; }
#link .link_wrap .box:nth-child(even) { margin-left:-80px; }
#link .link_wrap .box:nth-child(even) .photo {
	clip-path:polygon(var(--cut) 0,100% 0,100% 100%, 0 100%);
}
#link .link_wrap .box:nth-child(even) .mid,
#link .link_wrap .box:nth-child(even) .come,
#link .link_wrap .box:nth-child(even) ul { margin-left:140px; }


/*====================================================================================================

  ファンクラブ

====================================================================================================*/
#fanclub {
	--border:solid 1px #151515;
	--red:#D35151;
	line-height:1.8;
}
#fanclub a:is(:link, :visited) { color:var(--red); text-underline-offset:7.5px;}
#fanclub a[target="_blank"]:after {
	content:"";
	display:inline-block;
	margin-left:0.25em;
	width:1em;
	aspect-ratio:1;
	background:url(/hirohata/judo/common/image/icon_link.svg) no-repeat center / contain;
}

#fanclub h5 { margin-block:60px 70px; font-size:26px; font-weight:bold; text-align:center;}
#fanclub .photo { margin:60px auto 70px;}
#fanclub table { margin-block:75px 100px; width:100%;}
#fanclub table tr:first-of-type :is(th, td) { border-top:var(--border);}
#fanclub table :is(th, td) { padding:1.25em; border-bottom:var(--border);}
#fanclub table th { background-color:#EFEFEF; width:21.6%; text-align:start; vertical-align:top;}
#fanclub table td { background-color:#fff; width:78.4%;}
#fanclub table:has( + .photo) { margin-bottom:0;}
#fanclub table + .photo { margin-bottom:100px;}
#fanclub .red { color:var(--red);}

#fanclub .fanclub_wrap { max-width:1000px; margin-inline:auto; padding-block:250px 100px;}

#fanclub .fanclub_intro { background:#192126;color:#fff;}
#fanclub .fanclub_details .fanclub_wrap { padding-block:100px 150px;}
#fanclub .fanclub_details h3 b { color:inherit;}

#fanclub .fanclub_info { text-align:center;}
#fanclub .fanclub_info h5 { margin-block:75px 40px;}
#fanclub .fanclub_info p { line-height:2.2222;}
