body {
	margin: 0;
	padding: 0;
	font-family:"Noto Sans JP", "Yu Gothic", YuGothic, "�q���M�m�p�S Pro", "Hiragino Kaku Gothic Pro", "���C���I", "Meiryo", sans-serif;
	font-size:16px;
	line-height:180%;
	color: #151515;
	min-width:1200px;
	position: relative;
	-webkit-text-size-adjust: 100% ;/* iPhone�t�H���g�T�C�Y�g��΍� */
}
img {
	border: none;
	vertical-align:bottom;
}
div, p, ul, ul li, h1, h2, h3, h4, h5, dl, dt, dd {
	font-size:100%;
	margin: 0;
	padding: 0;
	list-style:none;
	box-sizing:border-box;
}
div, p, ul, ul li, h1, h2, h3, h4, h5, dl, dt, dd, ol, ol li, table, th, td {
	background-image:url(../image/spacer.gif); /* Android�y�[�W��P�v�f�̌��ԑ΍� */
}
a:link {color:#06F; outline:none; }
a:visited {color:#06F;}
a:hover {color: #333;}
a:hover img { opacity: 0.7; filter: alpha(opacity=70); -moz-opacity: 0.7;}
#wrapper {}
#base { position:relative; }

.pc {display:block;}
.sm {display:none;}

/*====================================================================================================
  HEADER
====================================================================================================*/
#header {
	width:100%;
	top: 0;
	z-index: 99999;
	padding: 20px 0;
	position: absolute;
	background: rgba(25, 33, 38, .7);
}
#header .h_box { max-width: 1200px; width: 1000%; margin: auto; }
#header a { text-align: center; text-decoration: none; display: block; color: #fff; line-height: 110%; }

/*** LOGO ******************************************************************/
#header h1 { margin-bottom: 20px; }
#header h1,
#header h1 a { display: block; width: 451px; height: 33px; }
#header h1 a {
	color: #222;	
	text-indent: -9999px;
	/* �u�싅���v�����Ȃ� */
	background: url(/hirohata/baseball/common/image/h_logo_def2.svg) no-repeat;
	/* �u�싅���v�������� */
	/*background: url(/hirohata/baseball/common/image/h_logo.svg) no-repeat;*/
}

/*** NAVIGATION ************************************************************/
#Nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#Nav ul li { width: 14.3%; }
#Nav ul li p { border-left:1px solid #fff; }
#Nav ul li:last-child p { border-right:1px solid #fff; }
#Nav ul li p a { font-weight: 700; }
#Nav ul li p a:hover { opacity: 0.7; }



/*====================================================================================================
  CONTENT
====================================================================================================*/

#content { clear:both; width:100%; }

.box_main { max-width: 1200px; width: 100%; margin: auto; }

/* SECTION TITLES */
h3 { text-align:center; }
h3 b {
	color:#FFF;
	display: block;
	font-size: 250%;
	font-weight: 700;
	line-height: 150%;
	position: relative;
}
h3 b::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	margin: auto;
	width: 60px;
	height: 4px;
	background: url(/hirohata/baseball/common/image/h3_bgtitle.svg) no-repeat;
	background-size: contain;
}
h3 small {
	color:#FFF;
	display: block;
	font-size: 112.5%;
	font-weight: 500;
	line-height: 100%;
	margin-top: 40px;
}

/* BUTTONS */
.b_more { width:270px; height:50px; margin: auto; background:#FFEE00; }
.b_more a,
.b_more .b_span {
	width: 100%;
	height: 100%;
	display: flex;
	color: #151515;
	font-size: 112.5%;
	font-weight: 700;
	position: relative;
	align-items: center;
	text-decoration: none;
	justify-content: center;
	--right-position:63px;
}
.b_more a::before,
.b_more .b_span::before{
	content: "";
	top: 50%;
	right:12px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	position: absolute;
	background: #151515;
	transform: translateY(-50%);
}
.b_more a::after,
.b_more .b_span::after {
	content: "";
	top: 50%;
	right:17px;
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
	transform: translateY(-50%);
	border-style: solid;
	border-width: 3.5px 0 3.5px 5px;
	border-color: transparent transparent transparent #FFEE00;
}

.b_more.skewed {
	right: 0;
	bottom: 0;
	width: 220px;
	height: 60px;
	overflow: hidden;
	background: none;
	position: absolute;
}
.b_more.skewed::before {
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #FFEE00;
	transform-origin: bottom;
	transform: skewX(-25deg);
}
.b_more.skewed a,
.b_more.skewed .b_span { z-index: 2; /*text-indent: 60px*/padding-left:60px; justify-content: unset; }
.b_more.skewed a::before,
.b_more.skewed .b_span::before { right:var(--right-position); }
.b_more.skewed a::after,
.b_more.skewed .b_span::after { right:calc(var(--right-position) + 5px); border-color: transparent transparent transparent #FFEE00; }
.b_more.skewed.btn-blk::before { background: #151515; }
.b_more.skewed.btn-blk a { color:#FFF; font-weight:500; }
.b_more.skewed.btn-blk a::before { background:#FFF; }
.b_more.skewed.btn-blk a::after { right:68px; border-color: transparent transparent transparent #151515; }
.b_more:hover { opacity:0.8; }
.b_more:hover a { opacity:0.8;}



/*====================================================================================================
  FOOTER
====================================================================================================*/

#footer {
	clear:both;
	width:100%;
	color: #FFF;
	text-align:center;
	padding-block: 60px 40px;
	background: linear-gradient(to bottom, #192126 0%, rgba(25, 33, 38, 0.85) 50%, #192126 100%),
						url(/hirohata/baseball/common/image/footer_bg.jpg) no-repeat;
	background-size: cover;
}
#footer .logo small { display:block; font-size:187.5%; font-weight:700; margin-top:10px; }
#footer dl { display:flex; flex-wrap:wrap; justify-content:center; margin-top:50px; }
#footer dl dt { flex-basis:100%; font-size:87.5%; font-weight:700; }
#footer dl dd { margin:15px 20px 0; }
#footer ul {
	width: 100%;
	display: flex;
	max-width: 1200px;
	margin:45px auto 50px;
	justify-content: space-between;
}
#footer ul li a {
	color: #FFF;
	display: block;
	font-size: 100%;
	font-weight: 700;
	line-height: 120%;
	position: relative;
	text-decoration: none;
}
#footer ul li a::before {
	content: "";
	top: 50%;
	left: -22px;
	width: 16px;
	height: 16px;
	background: #FFF;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
}
#footer ul li a::after {
	content: "";
	top: 50%;
	left: -16px;
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
	transform: translateY(-50%);
	border-style: solid;
	border-width: 3.5px 0 3.5px 5px;
	border-color: transparent transparent transparent #192126;
}
#footer ul li a:hover { opacity:0.7; }
#footer .copy { font-size: 87.5%; }



/*====================================================================================================
  PAGE
====================================================================================================*/

#page,
#page a { display:block; width:40px; height:40px;}
#page { position: absolute; bottom:0; right: 0; }
#page a {
	text-indent: -9999px;
	background:url(/hirohata/baseball/common/image/page_top.svg) no-repeat;
}


/*====================================================================================================
  COLOR eto.. [No Touch]
====================================================================================================*/
.light-blue { color: #40A6DD;}
.blue { color: #0000FF;}
.dark-blue { color: #000099;}
.purple { color: #660099;}
.pink { color: #FF6699;}
.red { color: #FF0000;}
.orange { color: #FF6600;}
.yellow { color: #FFCC00;}
.white { color: #FFFFFF;}
.gray { color: #666666;}
.brown { color: #663300;}
.green { color: #339900;}
.italic { font-style: italic;}
.strong { font-weight: bold;}
.large { font-size: 115%; line-height: 140%;}
.small { font-size: 80%;}
.underline { text-decoration: underline;}
.line-through { text-decoration: line-through;}
.left { text-align: left;}
.center { text-align: center;}
.right { text-align: right;}
