@charset "UTF-8";
/*----------------------------------------

	detail CSS

	- headline
	- block01

-----------------------------------------*/

/*----------------------------------------
	headline
-----------------------------------------*/
@media print, screen and (min-width:960px) {
	 #headline {
        margin-top: 90px;
    }
}
#headline.uetehead {
	background-image: url("../../../img/cms/sponsor/main_sp.jpg");
}
#headline.tigerswomen {
	background-image: url("../../../img/cms/sponsor_tigers/main_sp.jpg");
}
@media print, screen and (min-width:768px) {
	#headline {
		height: 500px;
	}
	#headline.uetehead {
		background-image: url("../../../img/cms/sponsor/main_pc.jpg");
	}
	#headline.tigerswomen {
		background-image: url("../../../img/cms/sponsor_tigers/main_pc.jpg");
	}
}
#headline .headline-inner {
	background: none;
	align-items: auto;
}
#headline .headline-inner p {
	font-weight: 600;
	width: 68%;
	min-width: 670px;
    margin-left: auto;
    color: #F56600;
    letter-spacing: .12em;
    margin-top: 50px;
}
#headline .headline-inner span.font14_21 {
	display: inline-block;
	margin-bottom: 25px;
	letter-spacing: .12em;
}
#headline .headline-inner span.font30_68 {
	display: inline-block;
	margin-bottom: 5px;
	line-height: 1.29;
	letter-spacing: .12em;
}
#headline .headline-inner span.font24_50 {
	display: inline-block;
	margin-bottom: 40px;
	line-height: 1.76;
	letter-spacing: .12em;
}
#headline .headline-inner span.font14_20 {
	letter-spacing: .12em;
	line-height: 1.5;
}
#contentBody {
	padding: 100px 0 100px;
}
@media print, screen and (min-width:768px) {
	#contentBody {
		padding: 55px 0 140px;
		padding: 135px 0 140px;
	}
}
/*headline モバイル調整*/
.br_870 {
	display: none;
}
@media print, screen and (max-width:870px) {
	.br_870 {
		display: block;
	}
	.nextline {
		display: inline-block;
		line-height: 1.5;
		padding-left: 60px;
	}
	#headline .headline-inner p {
		margin-top: 0;
		min-width: 300px;
	}
}
@media print, screen and (max-width:767px) {
	#headline {
		position: relative;
		height: auto;
	}
	#headline::before {
		content: '';
		display: block;
		padding-top: 72.5%;
	}
	#headline .headline-inner {
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	}
	#headline .headline-inner span.font14_21 {
	    margin-bottom: 10px;
	}
	#headline .headline-inner span.font30_68 {
	    margin-bottom: 5px;
	}
	#headline .headline-inner span.font24_50 {
	    margin-bottom: 35px;
	}
}
/*----------------------------------------
	breadcrumb
-----------------------------------------*/
/*#breadcrumb ol li:first-child a, 
#breadcrumb ol li:nth-child(2) a,
#breadcrumb ol li:nth-child(3) a,
#breadcrumb ol li:nth-child(4) a */
#breadcrumb ol li:not(:last-child) a {
    color: #dddddd;
}
/*.news #breadcrumb ol li:nth-child(4) a {
    color: #dddddd;
}*/
#breadcrumb ol {
    flex-wrap: wrap;
}
#breadcrumb ol li:not(:last-child)::after {
    border-color: #ddd #ddd transparent transparent;
}
/*----------------------------------------
	block01
-----------------------------------------*/
.inline-block {
	display: inline-block;
}
.block01 .box01-cat {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	letter-spacing: .12em;
}
.block01 .box01-cat > p {
	margin: 0 10px 20px;
}
.block01 .box01-cat > p > a {
	display: block;
	position: relative;
	padding: 0 0 2px;
	color: #999;
	transition: color 0.2s;
	cursor: pointer;
}
.block01 .box01-cat > p > a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	border-bottom: 2px solid #eeeeee;
	transform: translateX(-50%);
}
.block01 .box01-cat > p > a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0%;
	border-bottom: 2px solid #f56600;
	transform: translateX(-50%);
	transition: width 0.2s;
}
.block01 .box01-cat > p > a:hover,
.block01 .box01-cat > p > a.is-active {
	color: #000;
	font-weight: 700;
}
.block01 .box01-cat > p > a:hover::after,
.block01 .box01-cat > p > a.is-active::after {
	width: 100%;
}
.block01 .box01-head {
	margin: 0 0 30px;
	/*border-bottom: 1px solid #eeeeee;*/
}
.block01 .box01-head_meta {
	display: flex;
	margin: 0 0 33px;
}
.block01 .box01-head_cat {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    height: 30px;
    margin: 0 20px 0 0;
    padding: 5px 0;
    border: 1px solid #f56600;
    white-space: nowrap;
}
.block01 .box01-head_data {
	padding: .2em 0 0;
	margin-left: 10px;
}
.block01 .box01-head_title {
	line-height: 1.73;
	letter-spacing: .06em;
}
.block01 .box01-body {
	padding-bottom: 90px;
    border-bottom: 2px solid #eee;
    margin: 0 0 60px;
	line-height: 2.3;
	letter-spacing: .06em;
}
.block01 .box01-body a {
	color: #007cba;
	text-decoration: underline;
}
.block01 .box01-body h2 {
	font-size: 2.4rem;
}
.schedule .block01 .box01-body h2 {
	font-size: 2.0rem;
	font-weight: 600;
	letter-spacing: .06em;
	line-height: 1.6;
}
.block01 .box01-body h3 {
	font-size: 2.2rem;
}
.block01 .box01-body .tigerscontent h3 {
font-size: 1.6rem;
margin: 20px 0;
color: #f56600;
font-weight: bold;
}

.block01 .box01-body h4 {
	font-size: 2.0rem;
}
.block01 .box01-body h5 {
	font-size: 1.8rem;
}
.block01 .box01-body img {
	display: block;
	margin-top: 35px;
}
.block01 .box01-body img.alignleft,
.block01 .box01-body img.aligncenter {
	margin-right: auto;
}
.block01 .box01-body img.alignright,
.block01 .box01-body img.aligncenter {
	margin-left: auto;
}
.block01 .c-btn02 {
	margin: 0 auto;
}

.noto {
    font-family: 'Noto Sans Display', sans-serif;
}


/* ニュース
-------------------------------------------- */
.news .block01 .box01-head_cat,
.block01 .box01-head_data {
	letter-spacing: .12em;
}
.news .block01 .box01-head_title {
	padding-bottom: .8em;
    border-bottom: 2px solid #eee;
    letter-spacing: .03em;
    line-height: 1.5;
}
.wp-embedded-content {
	max-width: 100%;
}


/*大会日程・結果
--------------------------------------------*/
.schedule .block01 .box01-head._page {
	margin: 0 0 50px;
	padding: 0 0 30px;
	border-bottom: none;
	position: relative;
}
.schedule .block01 .box01-head._page::after {
	content: '';
	width: 120px;
	height: 2px;
	background-color: #f56600;
	position: absolute;
	bottom: 0;
	left: calc(50% - 60px);
	border-bottom: none;
}
.schedule .box01-head_tourname {
	margin-bottom: 105px;
}
.schedule .box01-head_tourname ul {
	display: flex;
	justify-content: center;
	gap: 35px;
	flex-wrap: wrap;
}
.schedule .tourname {
	width: 360px;
	height: 60px;
	border-radius: 30px;
}
.schedule .box01-head._article {
	margin: 0 0 28px;
}
.schedule .box01-head._article .box01-head_title {
	font-weight: 600;
	letter-spacing: .06em;
	line-height: 1.9;
	border-bottom: 5px solid #f56600;
}
.schedule .date-place {
	margin-bottom: 30px;
}

.schedule .block01 .box01-body {
	line-height: 1.875;
}
@media screen and (max-width: 767px) {
	.schedule .block01 .box01-head._page {
		margin-bottom: 40px;
	}
	.schedule .box01-head_tourname {
		margin-bottom: 75px;
	}
	.schedule .box01-head_tourname ul {
		gap: 20px;
	}
}


/*レスポンシブ 
-------------------------------------------*/
@media (max-width: 767px) {
	#contentBody {
		padding-top: 60px;
	}
	.block01 .box01-cat {
		margin-bottom: 13px;
	}
	.schedule .block01 .box01-cat {
		margin-bottom: 50px;
	}
}
@media print, screen and (min-width:768px) {
	.block01 .box01-cat {
		margin: 0 0 95px;
	}
	.block01 .box01-cat > p {
		margin: 0 10px;
	}
	.block01 .box01-cat > p > a {
		width: 130px;
		width: 160px;
		padding: 12px 0 12px;
		letter-spacing: .12em;
	}
	.block01 .box01-cat > p > a::before,
	.block01 .box01-cat > p > a::after {
		border-bottom-width: 2px;
	}
	.block01 .box01-body {
		padding-bottom: 100px;
	}
	.block01 .box01-body img {
		width: auto;
		max-width: 100%;
		margin-top: 45px;
	}
	body.pc .block01 .box01-body a:hover,
	body.pc .block01 .box01-body a:active {
		text-decoration: none;
	}

	.block01 .box01-head_meta {
		display: flex;
		margin: 0 0 13px;
	}
}
@media screen and (max-width: 600px) {
	p:has(iframe:not(.wp-embedded-content)){
		width: 100%;
		position: relative;
	}
	p:has(iframe:not(.wp-embedded-content))::before {
		content: '';
		display: block;
		padding-top: 56.2%;
	}
	iframe:not(.wp-embedded-content) {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}