@charset "utf-8";
#volleyballtime .sp{
	display: none;
}

#volleyballtime {
	font-family: "Open Sans","Noto Sans JP",sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
#volleyballtime .inner {
	z-index: 100;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	opacity: 1;
}
#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:flex;
	align-items:center;
	justify-content:center;
	padding:2% 1%;
}
#volleyballtime #header h1 .team_image{
	width:30%;
	min-width: 350px;
	margin:0 2%;
}
#volleyballtime #header h1 .logo_image{
	width:20%;
	min-width: 230px;
	margin:0 2%;
}
/*#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: flex;
	align-items: center;
	justify-content: center;
}
#volleyballtime .icon{
	display: flex;
	align-items: center;
}
#volleyballtime .logo{
	padding:5px;
	width: 60px;
	height: 60px;
}
#volleyballtime .name{
	/* font-size:30px; */
	/* color: #ffffff; */
	width: 250px;
}
#volleyballtime .oa{
	margin-left: 30px;
}
#volleyballtime .oa>.date{
    position:relative;
    background:#ffffff;
    padding: 8px 15px;
    text-align:center;
    color: #000000;
    font-size:16px;
    font-weight:bold;
}
#volleyballtime .oa>.date:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:17px;
    border-right-width:17px;
    margin-top: -10px;
    border-right-color:#ffffff;
    right:100%;
    top:50%;
}
#volleyballtime .txt{
	margin: 2% auto 7%;
	font-size: 1.6rem;
	line-height: 1.6;
}



#volleyballtime #contentWrap {
    background: #000000;
    width: 100%;
}

#volleyballtime .bg_yellow {
    width: 100%;
    margin: 0;
    padding: 60px 0 100px;
    position: relative;
    overflow: hidden;
}
#volleyballtime .bg_yellow::before {
   content: '';
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   background-color: #beaa00;
   transform: skewY(164deg) translateY(82%);
   z-index: 0;
}
#volleyballtime .ys {
    width: 100%;
    margin: 0;
    padding: 60px 0 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: -8%;
   left: 0%;
   z-index: 0;
}
#volleyballtime #contentWrap .inner {
    /* background: #ffffff; */
    /* opacity: 0.6; */
}

#volleyballtime #contentWrap #intro {
	text-align:center;
	line-height:1.8;
	margin-bottom:3%;
	font-size: 1.8rem;
}

#volleyballtime #nextOa {
    width: 53.282%;
    /* background: #fff; */
    padding: 15px;
    position: relative;
    margin: 0 auto;
}
#volleyballtime #nextOa h4 {
	font-size: 6rem;
	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;
	justify-content:center;
	align-items:center;
	width: 380px;
	margin: 0 auto 5%;
	text-align: start;
	background: #222;
	border: 3px solid #fff;
	border-radius: 60px;
	padding: 1% 2%;
	color: #fff;
	font-size: 1.3rem;
	position: relative;
	padding-left: 3em;
}

#volleyballtime a.official_btn{
	display: flex;
	justify-content:center;
	align-items:center;
	width: 360px;
	margin: 0 auto 5%;
	text-align: start;
	background: #222;
	border: 3px solid #fff;
	border-radius: 60px;
	padding: 1% 2%;
	color: #fff;
	font-size: 1.5rem;
	position: relative;
	padding-left: 3em;
}
#volleyballtime a.archive_btn img,
#volleyballtime a.official_btn img{
	width:15%;
}
#volleyballtime a.archive_btn div,
#volleyballtime a.official_btn div{
	width:80%;
	margin-left:5%;
}
#volleyballtime a.archive_btn span.yellow,
#volleyballtime a.official_btn span.yellow{
	color: #ffbb01;
	font-size: 1.9rem;
}

/*
#volleyballtime a.archive_btn span.yellow::before,
#volleyballtime a.official_btn span.yellow::before{
	content: "";
	display: inline-block;
	background: url("../images/volleyball_white.png") no-repeat;
	background-size: cover;
	width: 42px;
	height: 42px;
	vertical-align: text-top;
	position: absolute;
	top: 25px;
	left: 25px;
}
*/
#volleyballtime a.x_btn{
	display: block;
	width: 200px;
	margin: 0 auto;
	background: #fff;
	color: #222;
	font-size: 2rem;
	border: 3px solid #222;
	border-radius: 50px;
	text-align: center;
	padding: 1% 2%;
}
#volleyballtime a.x_btn img{	
	width: 40px;	
	vertical-align: bottom;
	padding-left: 4%;
}

