@charset "utf-8";

/* ------------------------------------------
  ページ
------------------------------------------ */
#boss h2{
display: block;
color: #ffffff;
font-weight: 900;
font-size: 2em;
text-align: center;
padding: 2% 0;
}
#boss .ttl{
	position:relative;
	background-size: cover;
	background: url("../images/bg.jpg") no-repeat center center / cover;
	padding-top: 0%;
	margin-bottom: 8%;
}


.main_bg{
	background: #ededea;
	color:#4d4948;
	position: relative;
}
#boss{
    /* max-width: 1280px; */
    margin: 0 auto;
    position: relative;
    font-size:1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:500;
}

#boss .clrTxt {
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
    position:absolute;
}

#boss .header{
	padding-top: 28%;
	position:relative;
	background: linear-gradient(-45deg, rgb(230 182 76 / 75%), rgb(228 92 158 / 75%)) fixed, url("../images/bg.jpg") no-repeat top center;
	background-size: cover;
}

#boss .isometric_bg{
	background-color: #161616;
	opacity: 1;
	background-image:  linear-gradient(30deg, #0c0c0c 12%, transparent 12.5%, transparent 87%, #0c0c0c 87.5%, #0c0c0c), linear-gradient(150deg, #0c0c0c 12%, transparent 12.5%, transparent 87%, #0c0c0c 87.5%, #0c0c0c), linear-gradient(30deg, #0c0c0c 12%, transparent 12.5%, transparent 87%, #0c0c0c 87.5%, #0c0c0c), linear-gradient(150deg, #0c0c0c 12%, transparent 12.5%, transparent 87%, #0c0c0c 87.5%, #0c0c0c), linear-gradient(60deg, #0c0c0c77 25%, transparent 25.5%, transparent 75%, #0c0c0c77 75%, #0c0c0c77), linear-gradient(60deg, #0c0c0c77 25%, transparent 25.5%, transparent 75%, #0c0c0c77 75%, #0c0c0c77);
	background-size: 20px 35px;
	background-position: 0 0, 0 0, 10px 18px, 10px 18px, 0 0, 10px 18px;
}


/* 放送時間　ここから*/
#boss .description{
	background: #232323;
	width:100%;
}
#boss .description a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2%;
}
#boss .icon{
	display: flex;
	align-items: center;
}
#boss .logo{
	padding:5px;
	width: 50px;
	height: 50px;
}
#boss .name{
	padding:5px;
	height: 38px;
	width: 150px;
}
#boss .oa{
	margin-left: 20px;
}
#boss .date{
    position:relative;
    background:#ffffff;
    padding: 8px 6px;
    text-align:center;
    color: #444444;
    font-size:16px;
    font-weight:bold;
}
#boss .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%;
}
/* 放送時間　ここまで*/

/*共通*/

/**season**/
#boss #season{
	background: #232323;
	padding: 0 0 2% 0;
}

#boss #season .more {
    display: block;
    width: 320px;
    padding: 0.5% 0;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    border: 3px solid #f34467;
    /* background: #f34467; */
    border-radius: 50px;
}

#boss .movie_flex{
	margin: auto;
	width: 90%;
}
#boss .movie_flex::before{
	content:"";
  display: block;
  width:23%;
  order:1;
	
}
#boss .movie_flex::after{
	content:"";
	display: block;
	width: 32%;
}

/*バッグナンバーの動画*/
#boss .movie_flex .movie{
    /* width: 32%; */
    position: relative;
    margin: 0 0 10%;
    color: #fff;
    text-align: center;
}
#boss .movieCon{
    position: relative;
}
#boss .movieCon a .ytimgCont:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgb(0 0 0 / 0.1);
	transition: .8s;
}
#boss .movieCon a .ytimgCont:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f04b";
	font-size: 30px;
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	z-index: 1;
	color: rgb(255 255 255 / 0.5);
	transition: .8s;
}

#boss .movie .movieCon iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

#boss .movie .movieCon .ytimgCont {
    width: 100%;
    padding-top: 28%;
    position: relative;
    overflow: hidden;
    transition: .3s;
    opacity: 0.8;
}
#boss .movie .movieCon .ytimgCont:hover{
	opacity: 1;
	transition: .3s;
	filter: brightness(115%);
}
#boss .movie .movieCon .ytimgCont img::before{
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgb(0 0 0 / 0.2);
    transition: .4s;
}
    
#boss .movie .movieCon .ytimgCont img {
    width: 100%;
    position: absolute;
    top: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#boss .movie h3{
	text-align: left;
	font-size: 17px;
	color: #847f7f;
	font-weight: 800;
}

#boss .movie p{
	font-size: 14px;
	text-align: left;
	color: #f0f0f0;
}
#boss .movie .batch {
    display: inline-block;
    /* background: #f34467; */
    background: linear-gradient(-60deg, rgba(194, 121, 15, 1) 0%, rgb(227 134 0) 26%, rgb(229 160 0) 40%, rgb(245 166 8) 51%, rgba(217, 136, 35, 1) 72%, rgba(171, 105, 27, 1) 100%);
    text-shadow: 0px 0px 3px #6d4d00;
    font-weight: bold;
    float: right;
    font-size: 12px;
    padding: 0 1em;
    margin-top: 0.4em;
    border-radius: 1em;
}


#boss .season_btn {
	/* background: #444444; */
	padding: 5% 4%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
#boss .season_btn a{
	background: #E91E63;
	color: #ffffff;
	display: block;
	text-align: center;
	padding: 8% 0%;
	font-weight: bold;
	letter-spacing: 0.1rem;
	transition: .3s;
	border: 1px solid #ffffff;
}
/*banner*/
#boss #foot_banner{
	background: #232323;
	padding: 5% 4%;
}

