@charset "utf-8";
#volleyballtime .pc{
	display: none;
}

#volleyballtime {
	font-family: "Open Sans","Noto Sans JP",sans-serif;
	font-size: 15px;
	font-weight: bold;
	word-break:break-all;
	color: #fff;
}
#volleyballtime .inner {
	z-index: 100;
	margin: 0 auto;
	position: relative;
}
#volleyballtime .clrTxt {
    overflow: hidden;
    text-indent: -10000px;
    text-decoration: none;
    height: 0;
}
#volleyballtime .ytCont {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    order: 1;
}
#volleyballtime .ytCont iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
#volleyballtime a.btn {
    display: block;
    transition: .3s;
}
#volleyballtime a.btn:hover {
    opacity: 0.8;
}
#volleyballtime img{
	width: 100%;
}

#volleyballtime #header #headMain {
    background: #000000;
}
#volleyballtime #header #headMain .inner {
    max-width: 100%;
    position: relative;
}
/*#volleyballtime #header h1 {
    background: url("../images/pc_head.jpg") no-repeat top center;
    background-size: cover;
    padding-top: 27.27%;
    position: relative;
}*/
#volleyballtime #header h1 {
	background: #000000;
	display:block;
	align-items:center;
	justify-content:center;
	padding:2% 1%;
}
#volleyballtime #header h1 .team_image{
	width: 92%;
	display:block;
	margin: 0 auto 5%;
}
#volleyballtime #header h1 .logo_image{
	width: 50%;
	display:block;
	margin:5% auto;
}
/*#volleyballtime #header h1 img{
	width:30%;
	min-width:400px;
	display:block;
	margin:0 auto;
	padding:2%;
}*/
@media screen and (max-width:1550px) {
#volleyballtime #header h1 {}
}
#volleyballtime #header #headOa {
    background: #beaa00;
}

/*ここから*/
#volleyballtime .description{
	background: #beaa00;
	width:100%;
	display: block;
	padding: 10px 0px;
}
#volleyballtime .logo{
	width: 50px;
	height: 50px;
	display:block;
	margin:0 auto;
}
#volleyballtime .name{
	/* font-size: 23px; */
	/* font-weight:bold; */
	/* color:#ffffff; */
	/* text-align:center; */
	width: 220px;
	margin: 0 auto;
}
#volleyballtime .oa{
	display:block;
	margin:0 auto;
	width: 90%;
}
#volleyballtime .oa>.date{
    position:relative;
    background:#ffffff;
    padding: 8px 55px;
    text-align:center;
    color: #444444;
    font-size:16px;
    font-weight:bold;
}
/*ここまで*/

#volleyballtime .txt{
	margin: 2% auto 10%;
	font-size: 1.6rem;
	line-height: 1.6;
}



#volleyballtime #contentWrap {
    background: #000000;
    width: 100%;
}

#volleyballtime .bg_yellow {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
}
#volleyballtime .bg_yellow::before {
   content: '';
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   background-color: #beaa00;
   transform: skewY(163deg) translateY(64%);
   z-index: 0;
}
#volleyballtime .ys {
    width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
}
#volleyballtime .ys::before {
   content: '';
   background: url("../images/ys_main.png?250723") no-repeat;
   background-size: contain;
   opacity: 0.2;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0%;
   left: 0%;
   z-index: 0;
}
#volleyballtime #contentWrap .inner {
    width: 94%;
}

#volleyballtime #contentWrap #intro {
	line-height: 1.8;
	margin-bottom:3%;
	font-size: 1.5rem;
	padding: 4%;
	text-align: center;
}

#volleyballtime #nextOa {
    position: relative;
    margin: 0 auto;
}
#volleyballtime #nextOa h4 {
	font-size: 4rem;
	font-weight: 800;
	/* border-bottom: 1px solid #ccc; */
	margin-bottom: 5%;
	}
#volleyballtime #nextOa h4 span {
	display: inline-block;
	font-size: 1.7rem;
	color: #999;
	vertical-align: middle;
}
#volleyballtime #nextOa h4 span::before {
	content: "";
	display: inline-block;
	background: url("../images/volleyball.png") no-repeat;
	background-size: cover;
	width: 22px;
	height: 22px;
	margin: 0 3px 0 10px;
	vertical-align: text-top;
}
#volleyballtime #nextOa .date {
    font-size: 1.5rem;
    color: #999;
}
#volleyballtime #nextOa .ttl {
    font-size: 2rem;
    font-weight: bold;
    /* margin-bottom: 5%; */
    color: #222;
}
#volleyballtime #nextOa .movie {
    max-width: 640px;
    margin: 0 auto 20px auto;
}
#volleyballtime #nextOa p {
    margin-top: 5px;
    font-size: 15px;
}

#volleyballtime .guest{
    border: 3px solid #000;
    background: #fff;
    display: flex;
    margin: 10px 0;
}
#volleyballtime .guest .guest_ttl{
    background: #ff201d;
    color: #fff;
    padding: 5px 1em;
    text-align: center;
    width: 5em;
    display: flex;
    justify-content: center;
    align-items: center;
}
#volleyballtime .guest .guest_name{
    padding: 5px 10px;
}
#volleyballtime #bnCont {
    width: 100%;
}
#volleyballtime #bnCont li {
    width: 100%;
    margin-bottom: 20px;
}
#volleyballtime a.archive_btn{
	display: flex;
	align-items:center;
	justify-content: center;
	margin: 0 auto 5%;
	text-align: center;
	background: #222;
	border: 3px solid #fff;
	border-radius: 60px;
	padding: 3% 6%;
	color: #fff;
	font-size: 1.5rem;
	position: relative;
	width: 60%;
	min-width: 330px;
	/* padding-left: 3em; */
}
#volleyballtime a.official_btn{
		display: flex;
		align-items:center;
		justify-content: center;
		margin: 0 auto 7%;
		background: #222;
		border: 3px solid #fff;
		border-radius: 60px;
		padding: 4.5%;
		color: #fff;
		font-size: 1.4rem;
		position: relative;
		width: 60%;
		min-width: 290px;
}
#volleyballtime a.archive_btn img,
#volleyballtime a.official_btn img{
	width: 12.5%;
}
#volleyballtime a.archive_btn div,
#volleyballtime a.official_btn div{
	/* width:80%; */
	margin-left: 4%;
}
#volleyballtime a.archive_btn span.yellow,
#volleyballtime a.official_btn span.yellow{
	color: #ffbb01;
	font-size: 1.6rem;
}
/*#volleyballtime a.archive_btn span.yellow::before{
	content: "";
	display: inline-block;
	background: url("../images/volleyball_white.png") no-repeat;
	background-size: cover;
	width: 30px;
	height: 30px;
	vertical-align: text-top;
	position: absolute;
	top: 20px;
	left: 25px;
}*/
#volleyballtime a.x_btn{
	display: block;
	width: 50%;
	max-width: 225px;
	margin: 0 auto;
	background: #fff;
	color: #222;
	font-size: 1.5rem;
	border: 3px solid #222;
	border-radius: 50px;
	text-align: center;
	padding: 3.5%;
}
#volleyballtime a.x_btn img{
	width: 30px;
	vertical-align: bottom;
	padding-left: 3%;
}
